Skip to content

Commit ff6829b

Browse files
Update Build Script, Include arm and x86 (#68)
1 parent f558ece commit ff6829b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
15.7 MB
Binary file not shown.

build_framework.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ xcodebuild \
3737
-destination "platform=macOS" \
3838
-derivedDataPath DerivedData \
3939
-configuration Release \
40+
ARCHS="arm64 x86_64" \
41+
ONLY_ACTIVE_ARCH=NO \
4042
$QUIET_FLAG clean build &> $QUIET_OUTPUT
4143
status "Build complete!"
4244

0 commit comments

Comments
 (0)