-
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.
Migrate CI to macOS 14 image and Xcode 15.2 which contains Swift 5.9, and migrate Danger CI to run on ubuntu 22.04. https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode ## Changes - Update Xcode references to 15.2 and Swift references to 5.9. reasons. - Update destination device to iPhone 15 Pro. - Improve SwiftLint setup and fix warnings. - Update `README.md`. - Apply Xcode's recommended project settings. - Improve SwiftLint setup: + Move SwiftLint run script to Alicerce target + Add SwiftLint as SPM plugin on Alicerce Package (via Package.swift) - Improve CI: + Update GH Actions' versions + Specify SwiftLint version for Danger CI + Place DerivedData outside checkout folder + Enable SPM caching and artifact upload in CI + Always upload artifacts + Disable Package and Macro validation for CI + Add Homebrew bundle install and caching + Add multiple workarounds for Carthage validation
- Loading branch information
Showing
16 changed files
with
422 additions
and
100 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
Oops, something went wrong.