aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-09-20 02:43:28 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-09-22 15:59:31 +0000
commite5148d7589160448e3cb2942f0838c43eecc132b (patch)
tree316a81c9176b64389be2b47421318eae5b92e2fb /examples
parent6f7d366147117eae3c0e7e5992e15ebee502b389 (diff)
Use org.example instead of com.petroules in Info.plists.
This makes sure the Qbs and Xcode builds will generate the same CFBundleIdentifier, which will be important for code signing. Change-Id: Ic877e98b89d50f996e9a603791fa16646ca0f7d3 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist2
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist b/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist
index dd230c55f..136a7b5e5 100644
--- a/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist
+++ b/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.petroules.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>org.example.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
diff --git a/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist b/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist
index 7dc3f1719..f95cb4555 100644
--- a/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist
+++ b/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.petroules.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>org.example.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>