mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
fixup
This commit is contained in:
parent
4fb2845ac6
commit
37d6af695e
@ -2949,8 +2949,8 @@ if(IOS AND NOT LIBRETRO)
|
||||
)
|
||||
endif()
|
||||
add_custom_command(TARGET PPSSPP POST_BUILD
|
||||
COMMAND plutil -replace CFBundleDisplayName -string \"${DISPLAY_NAME}\" "\"${APP_DIR_NAME}\"/Info.plist"
|
||||
COMMAND plutil -replace CFBundleIdentifier -string \"${BUNDLE_IDENTIFIER}\" "\"${APP_DIR_NAME}\"/Info.plist"
|
||||
COMMAND plutil -replace CFBundleDisplayName -string "${DISPLAY_NAME}" "\"${APP_DIR_NAME}\"/Info.plist"
|
||||
COMMAND plutil -replace CFBundleIdentifier -string "${BUNDLE_IDENTIFIER}" "\"${APP_DIR_NAME}\"/Info.plist"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user