iOS: Fix the copysym.sh script

This commit is contained in:
Henrik Rydgård
2026-02-14 13:19:17 +01:00
parent f5520ccb17
commit 3321af1a74
+1 -1
View File
@@ -5,7 +5,7 @@ set -euo pipefail
# === CONFIGURATION === # === CONFIGURATION ===
APP_NAME="PPSSPP" # Name of your app bundle (no .app extension) APP_NAME="PPSSPP" # Name of your app bundle (no .app extension)
DSYM_PATH="build-ios/Release-iphoneos/${APP_NAME}.app.dSYM" DSYM_PATH="build-ios/RelWithDebInfo-iphoneos/${APP_NAME}.app.dSYM"
# === Find latest .xcarchive === # === Find latest .xcarchive ===