Skip to content

Commit

Permalink
Fix macOS build script to build for all architectures with newer Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Oct 16, 2024
1 parent 6d4a145 commit 57b8b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mkdir -v "$INSTALLERS_DIR"

# build release artifacts
echo "Building all ProJucer artifacts"
xcodebuild -project ./Builds/MacOSX/receivemidi.xcodeproj -config Release SYMROOT=build -scheme "receivemidi - ConsoleApp"
xcodebuild -project ./Builds/MacOSX/receivemidi.xcodeproj -destination "generic/platform=macOS,name=Any Mac" -config Release SYMROOT=build -scheme "receivemidi - ConsoleApp"

# sign each individual artifact
echo "Codesigning all artifacts"
Expand Down

0 comments on commit 57b8b57

Please sign in to comment.