diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a313a8d..f7d46f9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 diff --git a/Makefile b/Makefile index e15d840..be46221 100644 --- a/Makefile +++ b/Makefile @@ -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