summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-06-01 15:33:14 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-06-02 11:37:44 +0200
commit445c0564f8d06b638e7f6557ceda9d283d03e12f (patch)
treeeb5e51296d64bc0c5f8396782ac10d9d45f2be02 /examples
parent33f62522675c35bc5f7d6346803f005c7027a34a (diff)
Remove old Digia organization identifier from example Info.plists
The PRODUCT_BUNDLE_IDENTIFIER variable already contains an appropriate value based on the organization and product name. Change-Id: I089582a95bedd00712c5a0994129a6c825d0d411 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/multimedia/declarative-camera/Info.plist2
-rw-r--r--examples/multimedia/shared/shared.pri4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/multimedia/declarative-camera/Info.plist b/examples/multimedia/declarative-camera/Info.plist
index d664a2460..7a1b26e1e 100644
--- a/examples/multimedia/declarative-camera/Info.plist
+++ b/examples/multimedia/declarative-camera/Info.plist
@@ -13,7 +13,7 @@
<key>CFBundleExecutable</key>
<string>declarative-camera</string>
<key>CFBundleIdentifier</key>
- <string>com.digia.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleDisplayName</key>
<string>declarative-camera</string>
<key>CFBundleName</key>
diff --git a/examples/multimedia/shared/shared.pri b/examples/multimedia/shared/shared.pri
index 61fbc79f1..16239013d 100644
--- a/examples/multimedia/shared/shared.pri
+++ b/examples/multimedia/shared/shared.pri
@@ -17,7 +17,7 @@ ios {
" <key>CFBundleExecutable</key>" \
" <string>$$TARGET</string>" \
" <key>CFBundleIdentifier</key>" \
- " <string>com.digia.$${LITERAL_DOLLAR}{PRODUCT_NAME:rfc1034identifier}</string>" \
+ " <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>" \
" <key>CFBundleDisplayName</key>" \
" <string>$$PRODUCT_NAME</string>" \
" <key>CFBundleName</key>" \
@@ -68,7 +68,7 @@ macos {
" <key>CFBundleExecutable</key>" \
" <string>$$TARGET</string>" \
" <key>CFBundleIdentifier</key>" \
- " <string>com.digia.$${LITERAL_DOLLAR}{PRODUCT_NAME:rfc1034identifier}</string>" \
+ " <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>" \
" <key>CFBundleDisplayName</key>" \
" <string>$$PRODUCT_NAME</string>" \
" <key>CFBundleName</key>" \