I've created a file called project.yml, to generate my Swift .xcodeproj with Xcodegen. For example:
name: MyProject
targets:
MyAppTarget:
type: application
sources:
- MyAppTarget
...
MyLibrary
type: static library // identify the project type of the target here
sources:
- MyLibrary
...
Could you please help me?
Trying using
library.staticfor identifing a target of static lib. By the way, You can find anything at XcodeGen-ProjectSpec