Skip to content

Commit

Permalink
Merge pull request #156 from p-x9/fix/xcode-16-release
Browse files Browse the repository at this point in the history
Fix release process on Xcode16
  • Loading branch information
p-x9 authored Dec 19, 2024
2 parents 9443b10 + 72f4fea commit c1b44e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app
DEVELOPER_DIR: /Applications/Xcode_16.2.app

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Select Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.0.app
run: sudo xcode-select -s /Applications/Xcode_16.2.app

- name: Install visionOS
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ archive_project() {
-archivePath "$ARCHIVE_PATH" \
-derivedDataPath "$DERIVED_DATA_PATH" \
SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES DEFINES_MODULE=YES \
FRAMEWORK_SEARCH_PATHS=\"$(pwd)/XCFrameworks/"$PLATFORM"/**\" \
FRAMEWORK_SEARCH_PATHS=\"$(pwd)/XCFrameworks/"$PLATFORM"/\" \
OTHER_LDFLAGS="$OTHER_LDFLAGS"

local BUILD_PRODUCTS_PATH=".build/Build/Intermediates.noindex/ArchiveIntermediates/$SCHEME/BuildProductsPath"
Expand Down

0 comments on commit c1b44e7

Please sign in to comment.