-
Notifications
You must be signed in to change notification settings - Fork 404
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
New project layout, Pod 1.0+Carthage+SPM [WIP] #168
Conversation
So, this removes a bunch of features that are not optional, like all the questions, swift / objc support, library choices, optional example applications all of which are blockers on this PR. Other notes,
It's got a while to go, but I'm excited to see progress 👍 |
I fixed the README and removed explicit SPM support. Also added some VERY BASIC travis CI and testing for this repo. I've never used rspec (or ruby) before but this should be good minimally viable and others can improve :-). There is one error related to CocoaPods but I think we can still commit with that error. |
Update issue and added work list. Requesting review and help from anyone interested. |
Right now everything should be working except for the objective-c template. Please anyone assist with testing this and commenting on anything that it broken. |
@orta Thanks for your help! |
This is what I am using to successfully execute the tests:
|
Looks like the |
Testing is killing me -- time for bed :-( |
Now testing is somewhat working |
To all: please advise and help. What needs to be done here and how can we do it? |
# Note: if you ignore the Pods directory, make sure to uncomment | ||
# `pod install` in .travis.yml | ||
# | ||
# Pods/ | ||
|
||
Gemfile.lock | ||
play |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These updates use Rake (installed by Gemfile) for testing in Travis CI.
Given that this PRs into master, it cannot be merged until it's 100% production ready - as everyone instantly starts using it, there is no deploy process. So it'll need to have the exact same feature set from before. You're welcome to PR to a |
Wording:
pod-template progress:
baseline template progress: (new feature)
swift template progress:
objective-c template progress: [HELP REQUESTED]
other blockers:
PLEASE HELP REVIEW AND ADD BLOCKERS HERE