-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Integrate a build phase that checks if Manifest.lock is in sync #946
Conversation
Started this PR of the 0.17.2 tag since master specs would fail all over me. |
Integrate a build phase that checks if Manifest.lock is in sync
Solid work! Thanks. |
@stigi Please, let me know if you would like to be more involved with CP and would like to have commit access. |
@irrationalfab will continue opening pull requests for now. Maybe at a later point in time. Thanks! |
For those reading this thread. Projects which already have been integrated with CocoaPods will not be upgraded automatically (for the time being). To implement this feature manually you can:
|
Shouldn't message be changed from "You might need to run a |
@Corristo 👍 Will you submit a pull request? |
@irrationalfab I'll try ;) |
@Corristo This is awesome! Please let me know if you need any support. |
STTweetLabel 1.2.0
As discussed on the mailing list.
This adds a build phase to the Applications target that checks if
Pods/Manifest.lock
is in sync withPodfile.lock
. This helps to inform developers of updating their Pods when thePods
directory is not tracked by version control.