Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
陈高翔
/
DreamSleep-iOS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit d433e702
由
ilCode
编写于
2023-03-14 15:10:49 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
git commit -m 'update .gitignore'
1 个父辈
dcbdfa58
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
97 行增加
和
1 行删除
.gitignore
README.md
.gitignore
0 → 100755
查看文件 @
d433e70
# 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
README.md
查看文件 @
d433e70
##### 小梦睡眠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!
Cancel
请
注册
或
登录
后发表评论