mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
iOS: Fix the copysym.sh script
This commit is contained in:
+1
-1
@@ -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 ===
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user