-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Drop iOS 7 runtime - Use Xcode 7 for testing the iOS 8.4 and 9.2 runtimes - Only build against latest iOS 9 SDK available in the Xcode 7.2 image - Run the UI specs with the Debug configuration so symbolication works properly - Try to ensure the simulator has run at least once before we run tests. Under Xcode 7 we need to wait for the asynchronous process of "launching" the simulator. - Try more aggressively to kill the simulator in-between runs. The simulator process was renamed sometime in the Xcode 7 release timeframe, and it may only be called "Simulator" now. I anticipate that we may need to do more work in order to wait for the simulator to "boot" initially, which was also added in the Xcode 7 release.
- Loading branch information
Rachel Brindle and Tim Jarratt
committed
Feb 3, 2016
1 parent
3d0d8e3
commit d2f0836
Showing
4 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters