We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4a145 commit 57b8b57Copy full SHA for 57b8b57
Scripts/build-macos.sh
@@ -21,7 +21,7 @@ mkdir -v "$INSTALLERS_DIR"
21
22
# build release artifacts
23
echo "Building all ProJucer artifacts"
24
-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"
25
26
# sign each individual artifact
27
echo "Codesigning all artifacts"
0 commit comments