Commit d433e702 ilCode

git commit -m 'update .gitignore'

1 个父辈 dcbdfa58
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Build
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
*.xcuserstate
project.xcworkspace
xcuserdata
UserInterfaceState.xcuserstate
project.xcworkspace/
xcuserdata/
UserInterface.xcuserstate
.DS_Store
*/.DS_Store
# 自定义忽略文件
TapiOS/
unity_build_framework/
\ No newline at end of file \ No newline at end of file
##### 小梦睡眠v1.0
\ No newline at end of file \ No newline at end of file
##### 小梦睡眠
##### 项目运行配置
* 1、配置Pods
进入`DreamSleep-iOS/DreamSleep`路径,执行`pod install`
* 2、配置Unity
* 将TapiOS整个项目复制到`DreamSleep-iOS/DreamSleep`路径下;
* 将TapiOS配置到workspace,contents.xcworkspacedata文件:
`<FileRef
location = "group:TapiOS/Unity-iPhone.xcodeproj">
</FileRef>
`
*`DreamSleep-iOS/DreamSleep`目录下新建`unity_build_framework`
* 编译TapiOS项目,将生成的`UnityFramework.framework`复制到上面的`unity_build_framework`文件夹;
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!