camelcase both
This commit is contained in:
parent
95f7685c85
commit
c8b5415855
@ -66,7 +66,7 @@ macx: {
|
|||||||
ios: {
|
ios: {
|
||||||
message("iOS build")
|
message("iOS build")
|
||||||
QMAKE_TARGET_BUNDLE_PREFIX = io.guh
|
QMAKE_TARGET_BUNDLE_PREFIX = io.guh
|
||||||
QMAKE_BUNDLE = nymeaapp
|
QMAKE_BUNDLE = nymeaApp
|
||||||
# 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
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>io.guh.nymeaapp</string>
|
<string>io.guh.nymeaApp</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>nymea-app</string>
|
<string>nymea-app</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user