camelcase both
This commit is contained in:
parent
95f7685c85
commit
c8b5415855
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user