-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI execution environment (#89)
* Update Danger execution environment to macOS13 * Update swift build execution environment to macOS13 * Update xcode build execution environment to macOS13 * Update minimum deployment target to macOS 10.13 * Update Sauce.framework v2.4.0 * Update dependency gems
- Loading branch information
Showing
9 changed files
with
119 additions
and
96 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 +1 @@ | ||
github "Clipy/Sauce" "v2.2.0" | ||
github "Clipy/Sauce" "v2.4.0" |
Submodule Sauce
updated
15 files
+6 −6 | .github/workflows/Danger.yml | |
+12 −8 | .github/workflows/Swift-Build.yml | |
+11 −8 | .github/workflows/Xcode-Build.yml | |
+42 −51 | Example/Example.xcodeproj/project.pbxproj | |
+3 −3 | Example/Example/ViewController.swift | |
+79 −53 | Gemfile.lock | |
+5 −3 | Lib/Sauce.xcodeproj/project.pbxproj | |
+10 −14 | Lib/Sauce.xcodeproj/xcshareddata/xcschemes/Sauce.xcscheme | |
+1 −1 | Lib/Sauce/Info.plist | |
+3 −1 | Lib/Sauce/InputSource.swift | |
+1 −1 | Lib/Sauce/KeyboardLayout.swift | |
+14 −3 | Lib/SauceTests/KeyboardLayoutTests.swift | |
+1 −1 | Package.swift | |
+4 −8 | README.md | |
+2 −2 | Sauce.podspec |
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