-
Notifications
You must be signed in to change notification settings - Fork 464
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
Add option for disabling dependency analysis in run phase #789
Add option for disabling dependency analysis in run phase #789
Conversation
# PBXShellScriptBuildPhase as `Based on | ||
# dependency analysis` (selected by default). | ||
# | ||
|
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.
nit empty line
CHANGELOG.md
Outdated
@@ -7,6 +7,9 @@ | |||
* Add support of c++ files (`hpp` and `cpp`) in `PBXFileReference:set_last_known_file_type`. | |||
[romanmikhailov](https://github.com/romanmikhailov) | |||
[#783](https://github.com/CocoaPods/Xcodeproj/issues/783) | |||
* Add support of dependency analysis option in `PBXShellScriptBuildPhase:always_out_of_date`. |
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.
nit: add one line here.
Also add two empty spaces at the end of this line for markdown formatting.
Need to run |
Can you also rebase/squash? I can do it this during merge too. |
Is there a getting started guide for contributing to this repo and installing the gems on Mac? I'm getting build errors with |
127f1bf
to
a3c89b7
Compare
@dnkoutso Rebase/squash done alongside rubocop. 😀 Hope we can merge this now. |
closes #785