File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
env :
10
- DEVELOPER_DIR : /Applications/Xcode_16.0 .app
10
+ DEVELOPER_DIR : /Applications/Xcode_16.2 .app
11
11
12
12
jobs :
13
13
build :
18
18
uses : actions/checkout@v4
19
19
20
20
- name : Select Xcode 16
21
- run : sudo xcode-select -s /Applications/Xcode_16.0 .app
21
+ run : sudo xcode-select -s /Applications/Xcode_16.2 .app
22
22
23
23
- name : Install visionOS
24
24
run : |
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ archive_project() {
73
73
-archivePath " $ARCHIVE_PATH " \
74
74
-derivedDataPath " $DERIVED_DATA_PATH " \
75
75
SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES DEFINES_MODULE=YES \
76
- FRAMEWORK_SEARCH_PATHS=\" $( pwd) /XCFrameworks/" $PLATFORM " /** \" \
76
+ FRAMEWORK_SEARCH_PATHS=\" $( pwd) /XCFrameworks/" $PLATFORM " /\" \
77
77
OTHER_LDFLAGS=" $OTHER_LDFLAGS "
78
78
79
79
local BUILD_PRODUCTS_PATH=" .build/Build/Intermediates.noindex/ArchiveIntermediates/$SCHEME /BuildProductsPath"
You can’t perform that action at this time.
0 commit comments