chore: remove scheme argument from xcodebuild

This commit is contained in:
Christian Benincasa
2025-07-29 23:19:53 -04:00
parent 97ace841b4
commit 9fe98991d0
3 changed files with 13 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ fi
pushd "$REPO_ROOT/macos/Tunarr" || exit
xcodebuild build -scheme Tunarr -configuration Release ARCHS="$2"
xcodebuild build -configuration Release ARCHS="$2"
cp -R "$REPO_ROOT/macos/Tunarr/build/Release/Tunarr.app" "$APP_NAME"
popd || exit