knight9999 opened a new pull request #528: GH-523 : ignore swift version settings of cocoapods libraries on windows URL: https://github.com/apache/cordova-ios/pull/528 ### Platforms affected cordova-ios ### Motivation and Context Fixing #523 ### Description To avoid error on windows, adding check cocoapods is available or not before chaning swift version of cocoapods libraries. ### Testing In my local Mac, create project and adding phonegap-plugin-push. Checking build. Checking the application can receive push notifications. (by using cordova@nightly) In my local Windows 10, create project and adding phonegap-plugin-push. Checking to skip the cocoapods specific process. (by using [email protected]) ### Checklist - [x] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change - [x] Commit is prefixed with `ios` if this change only applies to one platform (e.g. `(android)`) - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) - [ ] I've updated the documentation if necessary
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
