Skip to content

Commit d8ccbe6

Browse files
authored
Update build_apple_frameworks.sh
1 parent 40d21bf commit d8ccbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ HEADERS_PATH="include"
2424

2525
PLATFORMS=("ios" "simulator" "macos")
2626
PLATFORM_FLAGS=("OS64" "SIMULATORARM64" "MAC_ARM64")
27-
PLATFORM_TARGET=("18.0" "18.0" "10.15")
27+
PLATFORM_TARGET=("17.0" "17.0" "10.15")
2828

2929
FRAMEWORK_EXECUTORCH="executorch:\
3030
libexecutorch.a,\

0 commit comments

Comments
 (0)