Skip to content

Commit

Permalink
Set XCode to version 15.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bert <[email protected]>
  • Loading branch information
timbms committed Sep 18, 2024
1 parent 5873d64 commit 308a2ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/deployTest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '15.4'

- uses: actions/checkout@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ platform :ios do
# ensure branch is clean
ensure_git_status_clean

# Set up manual signing, independently of what is set in "Signing" with Xcode frontend
update_code_signing_settings(
use_automatic_signing: false,
code_sign_identity: 'Apple Distribution',
Expand Down Expand Up @@ -119,7 +120,7 @@ platform :ios do
certificates

# run unit tests
# unittests
unittests

increment_build

Expand Down

0 comments on commit 308a2ab

Please sign in to comment.