forked from DroidKaigi/conference-app-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DroidKaigi#700 from DroidKaigi/use-ios16-only
[iOS] Remove iOS15 support
- Loading branch information
Showing
5 changed files
with
9 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ jobs: | |
runs-on: macos-12 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Select Xcode | ||
run: sudo xcode-select -s '/Applications/Xcode_14.0.app' | ||
- name: Validate Gradle Wrapper | ||
uses: gradle/[email protected] | ||
- name: Copy CI gradle.properties | ||
|
@@ -34,12 +36,6 @@ jobs: | |
with: | ||
name: XCFrameworks | ||
path: appioscombined.xcframework.zip | ||
- name: Build Modules that includes plugin (Workaround for Xcode 13.x) | ||
working-directory: app-ios | ||
run: | | ||
scripts/build.sh build Assets Debug | ||
scripts/build.sh build Theme Debug | ||
scripts/build.sh build AboutFeature Debug | ||
- name: Build App | ||
working-directory: app-ios | ||
run: | | ||
|
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