-
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, Carthage, SPM [WIP] #183
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It may seem like this changes more lines than it needs to, but this is everything that Xcode 7.1.1 changed when I checked the coverage box, and it appears that none of it can be left out for the box to stay checked.
* upstream/develop: working travis-ci example Move the work for setting up the code coverage into a separate file Add post_install scripts to support gathering code coverage data. Enable gathering coverage data on example project. It may seem like this changes more lines than it needs to, but this is everything that Xcode 7.1.1 changed when I checked the coverage box, and it appears that none of it can be left out for the box to stay checked. Use past participle “run” instead of past tense “ran”.
New project layout, Carthage, SPM [WIP]
13 tasks
@orta Now that this is in develop, you have commit access and I don't. I can continue to make bite-sized PRs into this develop branch. But please help me get a better handle on what to do, so that I'm moving in the right direction :-) |
@orta FYI, I'm also on IRC if all these emails weren't already annoying enough :-) |
Added you as a contributor too, you shouldn't be blocked by me |
Cool thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The develop branch contains a new projects layout and closes most open issues. Please help by playing with the proposed code and contributing code fixes or test cases of things that are broken.
How can I play with this PR?
cd
into the directorygem install bundler
bundle install
rake
cd ~/Desktop
pod lib create --verbose --template-url='file:///PATH/TO/pod-template' NewPod
pod
to run this templaterake
testing orpod lib create
testing. Both of those tools pull from master in your local repository. Learn how to squash commits :-)PR Status
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