-
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 12 images have Xcode 14.0 available which means that Swift 5.7 is available to use in CI. https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#xcode ## Changes - Move typealiases in `NetworkStack` and `StackOrchestratorStore` to extensions to fix build errors - possibly compiler regressions. - Update `ci.yml`: + Set `DEVELOPER_DIR` env var to point to Xcode 14.0. + Unify `IOS_DESTINATION` env var and uipdate it do use iPhone 14 Pro. - Bump iOS target version to 11 as that's the minimum version supported by Xcode 14 (https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes): + Project + Package.swift + podspec - Update Package.swift's `// swift-tools-version` to 5.7. - Update podspec's `swift_version` to 5.7. - Update `README.md`. - Fix `carthage.sh` script to use a new `$(XCODE_VERSION_MAJ)` var instead of an hardcoded value that easier to miss. - Unmark SwiftLint's Run Script "Based on dependency analysis" setting so that it doesn't expect input/output files.
- Loading branch information
Showing
9 changed files
with
71 additions
and
32 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
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
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