mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-26 09:44:41 +00:00
fix default path to apple plist file
This commit is contained in:
parent
e45bd71799
commit
48d9f8bc40
@ -422,13 +422,12 @@ function(addDeployIPA name bundle_id targetDir version appleDir)
|
||||
endif()
|
||||
|
||||
set(QUASAR_CUSTOM_PLIST "${appleDir}/Info.plist")
|
||||
if (EXISTS "${QUASAR_CUSTOM_PLIST}")
|
||||
if (NOT EXISTS "${QUASAR_CUSTOM_PLIST}")
|
||||
set(QUASAR_CUSTOM_PLIST "${QUASAR_MODULE_CURRENT_DIR}/QtIosCMake/Info.plist.in")
|
||||
endif()
|
||||
|
||||
message("Use Aple dir: ${appleDir}")
|
||||
|
||||
|
||||
add_qt_ios_app(createIPA${name} ${name}
|
||||
NAME ${name}
|
||||
BUNDLE_IDENTIFIER ${bundle_id}
|
||||
|
Loading…
x
Reference in New Issue
Block a user