camelcase both

This commit is contained in:
Michael Zanetti 2018-07-18 14:42:38 +02:00
parent 95f7685c85
commit c8b5415855
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ macx: {
ios: {
message("iOS build")
QMAKE_TARGET_BUNDLE_PREFIX = io.guh
QMAKE_BUNDLE = nymeaapp
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

View File

@ -32,7 +32,7 @@
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>io.guh.nymeaapp</string>
<string>io.guh.nymeaApp</string>
<key>CFBundleName</key>
<string>nymea-app</string>
<key>CFBundlePackageType</key>