mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
37d6af695e
commit
425c2e1dab
@ -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