summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-16 16:07:44 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-16 16:07:44 -0800
commit915ab694e2e28fa4d8e0bb4ff60caae012dc7a95 (patch)
tree67411acba8e0e694c9dfbc53b356f5c729af9593 /ios
parent97502ee8165dd40adea748e421b92aeb7445d17e (diff)
downloadqtlocation-mapboxgl-915ab694e2e28fa4d8e0bb4ff60caae012dc7a95.tar.gz
refs #3045: correct bundle identifier for iOS framework target
[skip ci]
Diffstat (limited to 'ios')
-rw-r--r--ios/framework/Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/framework/Info.plist b/ios/framework/Info.plist
index e94d071dad..1dd4a72aef 100644
--- a/ios/framework/Info.plist
+++ b/ios/framework/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>org.cocoapods.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>com.mapbox.sdk.ios</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>