Skip to content

Commit

Permalink
Update Build Script, Include arm and x86 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter authored Mar 16, 2024
1 parent f558ece commit ff6829b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified CodeLanguagesContainer.xcframework.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions build_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ xcodebuild \
-destination "platform=macOS" \
-derivedDataPath DerivedData \
-configuration Release \
ARCHS="arm64 x86_64" \
ONLY_ACTIVE_ARCH=NO \
$QUIET_FLAG clean build &> $QUIET_OUTPUT
status "Build complete!"

Expand Down

0 comments on commit ff6829b

Please sign in to comment.