This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 284
Adds support for running pod init
on an Xcode Project
#245
Merged
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
command:command | ||
delegate:delegate | ||
qualityOfService:qualityOfService]; | ||
} |
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.
nice trick for backward compatability
endocrimes
force-pushed
the
dan-new-podfile
branch
from
February 12, 2016 11:08
8364a1f
to
5868f23
Compare
endocrimes
force-pushed
the
dan-new-podfile
branch
from
February 12, 2016 11:09
5868f23
to
749e423
Compare
@orta Thanks ^_^. I've gone ahead and removed the comment block and rebased. |
@@ -86,6 +86,11 @@ | |||
<modifierMask key="keyEquivalentModifierMask"/> | |||
<menu key="submenu" title="File" id="bib-Uj-vzu"> | |||
<items> | |||
<menuItem title="New Podfile" keyEquivalent="n" id="Q1o-LS-sQI"> |
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.
OK, can you rename this to "New Podfile from Xcodeproj" or "New Podfile from Xcode Project" ? - then this is good to merge 👍
@orta Done 👍 |
Ace, now we wait 2 hours for CI and it's good ;) |
😂 |
orta
added a commit
that referenced
this pull request
Feb 12, 2016
Adds support for running `pod init` on an Xcode Project
2 hours later ;) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This adds basic support for running
pod init
on an Xcode Project.I think it could eventually do with a better interface than just running an open panel?
Fixes #80