Update for Big Sur & SwiftUI 2 (#128)

This commit is contained in:
Max Goedjen
2020-09-21 23:12:50 -07:00
committed by GitHub
parent 4cc312d4fa
commit 331e4ed0d6
39 changed files with 1021 additions and 701 deletions

BIN
.github/readme/app.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 338 KiB

BIN
.github/readme/apple_watch_auth_mac.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -18,7 +18,7 @@ jobs:
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_11.4.app
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
build:
@@ -44,6 +44,8 @@ jobs:
HOST_PROFILE_DATA: ${{ secrets.HOST_PROFILE_DATA }}
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Update Build Number
env:
TAG_NAME: ${{ github.ref }}

View File

@@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_11.4.app
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive