fix bundle name
This commit is contained in:
parent
ab767e3203
commit
00d631857b
@ -66,7 +66,7 @@ macx: {
|
||||
ios: {
|
||||
message("iOS build")
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = io.guh
|
||||
QMAKE_BUNDLE = $$TARGET
|
||||
QMAKE_BUNDLE = nymeaapp
|
||||
# Configure generated xcode project to have our bundle id
|
||||
xcode_product_bundle_identifier_setting.value = $${QMAKE_TARGET_BUNDLE_PREFIX}.$${QMAKE_BUNDLE}
|
||||
plist.input = ../packaging/ios/Info.plist.in
|
||||
|
||||
Reference in New Issue
Block a user