Update CMakeLists.txt

This commit is contained in:
Halo Michael 2024-05-27 15:28:55 +08:00 committed by GitHub
parent 37d6af695e
commit 425c2e1dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()