文件名称:ios-project-template
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-13 07:33:26
Objective-C
ios项目模板 ####设置iOS(objective-c)新项目的步骤 克隆XCode项目结构git clone git@github.com:lemberg/ios-project-template.git cd ios-project-template/ProjectTemplate git pull origin master 使用自定义名称YourProjectName和Bundle Id Inside创建空的“单视图项目”,并从YourProjectName子组中删除所有文件(将所有文件移至垃圾箱) 转到ios-project-template/ProjectTemplate目录将.gitignore, Podfile, Classes/, Resources/, Vendors/拖放到目录YourProjectName/项目,然后选中“ Copy Items if Nee
【文件预览】:
ios-project-template-master
----ProjectTemplate()
--------Podfile(21B)
--------Resources()
--------ProjectTemplateTests()
--------.gitignore(237B)
--------Vendors()
--------ProjectTemplate.xcodeproj()
--------Classes()
----LICENSE(1KB)
----README.md(2KB)