GitHub user shazron opened a pull request: https://github.com/apache/cordova-ios/pull/253
CB-11790 - Check that Cocoapods is installed by checking `pod install` return code, show help text Re-factored code to be modular - Podfile and PodsJson are abstractions for the files themselves, and include unit-tests. The addPlugin/removePlugin code in Api.js uses the two files above now, resulting in cleaner and more maintainable code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shazron/cordova-ios CB-11790 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ios/pull/253.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #253 ---- commit 1673350afd24d919658c66c1b779fd7395558d87 Author: Shazron Abdullah <shaz...@apache.org> Date: 2016-09-02T01:08:18Z CB-11790 - Check that Cocoapods is installed by checking `pod install` return code, show help text Re-factored code to be modular - Podfile and PodsJson are abstractions for the files themselves, and include unit-tests. The addPlugin/removePlugin code in Api.js uses the two files above now, resulting in cleaner and more maintainable code. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org