XcodeGen
XcodeGen copied to clipboard
Enable adding local Swift packages to the project root
This enables adding local Swift packages to the project root. This can be done in one of two ways:
- Use a
""group for a package:
packages:
MyPackage:
path: MyPackage
group: ""
- Use
""for thelocalPackagesGroupoption:
options:
localPackagesGroup: ""
Resolves #1209
Thank you for this @hiltonc. Could you resolve the conflicts and make sure it still works after https://github.com/yonaskolb/XcodeGen/pull/1417 was merged
Would this solution allow you to have Xcode project with local packages generated like this?
@OmranK yes, it should enable you to do that
@yonaskolb I've resolved conflicts, tests pass, and I manually verified both configuration options.