-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH Actions' macOS 11 images have Xcode 13 available which means that Swift 5.5 is available to use in CI. https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md#xcode ## Changes - Update `ci.yml`: + `DEVELOPER_DIR` to point to Xcode 13.2.1. + `IOS_SDK` to point to `iphonesimulator15.2`. + `PLATFORM_TARGET` to point to `x86_64-apple-ios15.2-simulator`. - Update Package.swift's `// swift-tools-version` to 5.5. - Update podspec's `swift_version` to 5.5. - Set Swift 5 version at the project level. - Update `carthage.sh` workaround for Carthage/Carthage#3019 to handle Xcode 13. - Update `README.md`.
- Loading branch information
Showing
6 changed files
with
19 additions
and
21 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,4 +1,4 @@ | ||
// swift-tools-version:5.3 | ||
// swift-tools-version:5.5 | ||
|
||
import PackageDescription | ||
|
||
|
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