-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to support Xcode 16, and prep for Release 7.2.0 (#884)
* Fix minor issues in Tests for Xcode 15.x * Update CI to use Xcode 15.2 and most recent GH action modules. Update podspec to declare support for Swift 5.8 and 5.9 * Update Quick and Nimble to latest versions. * Update Xcode schemes and minimum OS targets. * Update iPhone device for testing. * Updated CHANGELOG and podspec. * Bump version in podspec in preparation for next release 7.2.0 * Changes to support Xcode 16 * Update iOS and watchOS test run destinations. * Move deployment targets to Project settings instead of Target settings.
- Loading branch information
1 parent
f4f3d4d
commit 4bb00b6
Showing
33 changed files
with
127 additions
and
123 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "xcconfigs/xcconfigs" ~> 1.1 | ||
github "Quick/Quick" ~> 4.0.0 | ||
github "Quick/Nimble" ~> 9.0.0 | ||
github "Quick/Quick" ~> 7.0.0 | ||
github "Quick/Nimble" ~> 13.0.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "Quick/Nimble" "v9.2.1" | ||
github "Quick/Quick" "v4.0.0" | ||
github "Quick/Nimble" "v13.2.1" | ||
github "Quick/Quick" "v7.4.1" | ||
github "xcconfigs/xcconfigs" "1.1" |
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
Oops, something went wrong.