dpogue opened a new pull request, #1412: URL: https://github.com/apache/cordova-ios/pull/1412
<!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected iOS ### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> Tests would fail to run in Xcode 15 due to not having a iPhone 8 simulator with the latest runtime, and `CONFIGURATION_BUILD_DIR` was causing errors about Cordova.framework not being found and sometimes warnings about stale files. ### Description <!-- Describe your changes in detail --> * Move macOS CI to run on macOS 14 on Apple Silicon, using Xcode 15 * Set the tests to run with an iPhone 15 simulator * Fix a warning about a missing cast to `AppDelegate*` * Set `-derivedDataPath` rather than `CONFIGURATION_BUILD_DIR` so that Apple doesn't cache stale data about previous runs ### Testing <!-- Please describe in detail how you tested your changes. --> Ran in GitHub CI and locally with latest Xcode 15 ### Checklist - [x] I've run the tests to see all new and existing tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
