Skip to content

Commit

Permalink
Add support both architectures for app
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed Apr 29, 2024
1 parent 61fb4b0 commit c471295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
-workspace XTree.xcworkspace \
-scheme XTree \
-configuration Release \
-sdk macosx \
-arch arm64 \
-destination 'generic/platform=macOS' \
-derivedDataPath build \
-clonedSourcePackagesDirPath "$HOME/Library/Developer/Xcode/DerivedData/XTree" \
| xcbeautify
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ release-app:
-workspace XTree.xcworkspace \
-scheme XTree \
-configuration Release \
-sdk macosx \
-arch arm64 \
-destination 'generic/platform=macOS' \
-derivedDataPath Release/build \
-clonedSourcePackagesDirPath "${HOME}/Library/Developer/Xcode/DerivedData/XTree" \
| xcbeautify
Expand Down

0 comments on commit c471295

Please sign in to comment.