Compare commits

..

1 Commits

Author SHA1 Message Date
Max Goedjen
d76600c3ad Merge. 2024-01-15 14:40:42 -08:00
5 changed files with 4 additions and 1021 deletions

View File

@@ -20,7 +20,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.2.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Update Build Number
env:
RUN_ID: ${{ github.run_id }}

View File

@@ -21,7 +21,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.2.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Test
run: |
pushd Sources/Packages
@@ -43,7 +43,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.2.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Update Build Number
env:
TAG_NAME: ${{ github.ref }}

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.2.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Test
run: |
pushd Sources/Packages

View File

@@ -429,10 +429,7 @@
knownRegions = (
en,
Base,
it,
fr,
de,
"pt-BR",
);
mainGroup = 50617D7623FCE48D0099B055;
productRefGroup = 50617D8023FCE48E0099B055 /* Products */;

File diff suppressed because it is too large Load Diff