mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update CMakeLists.txt
This commit is contained in:
parent
37d6af695e
commit
425c2e1dab
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue