XcodeGen
XcodeGen copied to clipboard
Reference Local SPM Targets from XcodeGen
My question is basically #1050, but about regular targets rather than test targets. I have:
-
MyProject.xcodeproj, which is generated by XcodeGen-
MyAppapp target, which depends onMyPackageTarget -
MyPackagelocal SPM package-
MyPackageTargettarget -
MyPackageTeststest target
-
-
The above issue #1050, as I understand it, has a PR #1074 that will allow me to add a MyPackageTests test target to MyProject.xcodeproj. I am wondering if there is already a way to have a scheme to build MyPackageTarget as well that I'm missing.