Skip to content

Commit

Permalink
FIX release script by using Xcode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Buju77 committed Dec 14, 2023
1 parent 5a56c1e commit 1897570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .xcode-version-libraries
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.1
15.0.1
2 changes: 1 addition & 1 deletion make/tasks/workspace/release/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILD_DIR=$ROOT_DIR/build

echo "$(format_section "Building release into $BUILD_DIRECTORY")"

XCODE_PATH=/Applications/Xcode_15.0.app
XCODE_PATH=/Applications/Xcode-15.0.1.app
# TODO:
# Remove the hardcoded path. The GitHub hosted runners have the dev tools of 15.0.1
# and causes the line below to output a non-existing path. Once they've installed 15.0.1
Expand Down

0 comments on commit 1897570

Please sign in to comment.