-
Notifications
You must be signed in to change notification settings - Fork 403
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
Use Xcodeproj to generate the example (and framework) project #78
Comments
Adding to this, it could create a universal iOS and OS X framework so we can put them all in one target. |
Depends on: CocoaPods/Xcodeproj#227 |
FWIW, https://github.com/MengTo/Spring works like this proposal recommends. |
I'd much rather we re-shuffle everything to format how SwiftPM works ( this was mentioned in #152 ) so that people building pods now will get it "for free" as soon as possible |
More notes coming at #152. |
👍 |
I think it would be nice to replace the current Example project which is just renamed to some code that can generate framework targets for all selected platforms along with test target and example target depending on the users options.
I'd suggest the new layout would look something like this (using Stencil as the name of this pod).
The project would have the following targets:
Would also have some script (Makefile, Rakefile or .travis.yml) that can build everything and run both platform tests.
The text was updated successfully, but these errors were encountered: