reenable plist substitution
This commit is contained in:
parent
bd8c4627e0
commit
52c7bf2e98
10
mea/mea.pro
10
mea/mea.pro
@ -60,11 +60,11 @@ ios: {
|
|||||||
QMAKE_BUNDLE = mea
|
QMAKE_BUNDLE = mea
|
||||||
# Configure generated xcode project to have our bundle id
|
# Configure generated xcode project to have our bundle id
|
||||||
xcode_product_bundle_identifier_setting.value = $${QMAKE_TARGET_BUNDLE_PREFIX}.$${QMAKE_BUNDLE}
|
xcode_product_bundle_identifier_setting.value = $${QMAKE_TARGET_BUNDLE_PREFIX}.$${QMAKE_BUNDLE}
|
||||||
# plist.input = ../packaging/ios/Info.plist.in
|
plist.input = ../packaging/ios/Info.plist.in
|
||||||
# plist.output = $$OUT_PWD/Info.plist
|
plist.output = $$OUT_PWD/Info.plist
|
||||||
# QMAKE_SUBSTITUTES += plist
|
QMAKE_SUBSTITUTES += plist
|
||||||
# QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist
|
QMAKE_INFO_PLIST = $$OUT_PWD/Info.plist
|
||||||
# OTHER_FILES += ../packaging/ios/Info.plist.in
|
OTHER_FILES += ../packaging/ios/Info.plist.in
|
||||||
}
|
}
|
||||||
|
|
||||||
BR=$$BRANDING
|
BR=$$BRANDING
|
||||||
|
|||||||
Reference in New Issue
Block a user