-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPM packages and Test Plans #606
Comments
@yonaskolb Any thoughts on a alpha/beta release with SPM support. This solves a lot of issues for us. On a general note... kudos to you for creating and maintaining this project. Once discovered we've found it completely indispensable. Thank you! |
Started using Xcode 11 with SPM thinking this is great but it will be hard to forget XcodeGen and then I saw this issue. |
Wonderful! :) |
Yeah ... thanks. Funny, also was playing around and had a working prototype locally, very similar syntax, but I think I like yours better:
|
What about the issue with resolving packages since |
One part that I haven't figured out properly yet either is support for local packages --- they kind of appear automagically if the source directory is listed (i.e. xcode recognizes them as a package etc.), but I don't have the the associated framework being linked properly against the targets. I was kind of working with a methodology of not needing to explicitly declare local packages in the toplevel |
Could we do any folder with a Package.swift file in it? That's roughly what's going on with Xcode. |
Swift Package support has been added here #624 Please test it out on your projects. |
the
What you are seeing is opening a |
@yonaskolb, awesome work with SPM! Have there been any updates about test plans support? |
Closing this in favour of #684 |
Hi! I was wondering if XcodeGen was going to support two new features I'd like to try out with Xcode 11.
I think I saw that xcodeproj support packages now.
The text was updated successfully, but these errors were encountered: