我创建了一个名为project.yml
, 的文件来生成我的.xcodeproj
Swift Xcodegen
。例如:
name: MyProject
targets:
MyAppTarget:
type: application
sources:
- MyAppTarget
...
MyLibrary
type: static library // identify the project type of the target here
sources:
- MyLibrary
...
请你帮助我好吗?