Skip to content

Commit 10d61c8

Browse files
Use Xcode 16 compatible bundle entry (#710)
1 parent ea7decf commit 10d61c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

augmented_reality/Examples/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</dict>
5454
</dict>
5555
<key>CFBundleIdentifier</key>
56-
<string>com.esri.${PRODUCT_NAME:rfc1034identifier}</string>
56+
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
5757
<key>CFBundleName</key>
5858
<string>${PRODUCT_NAME}</string>
5959
<key>CFBundlePackageType</key>

calcite/demo/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</dict>
5454
</dict>
5555
<key>CFBundleIdentifier</key>
56-
<string>com.esri.${PRODUCT_NAME:rfc1034identifier}</string>
56+
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
5757
<key>CFBundleName</key>
5858
<string>${PRODUCT_NAME}</string>
5959
<key>CFBundlePackageType</key>

uitools/examples/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</dict>
5454
</dict>
5555
<key>CFBundleIdentifier</key>
56-
<string>com.esri.${PRODUCT_NAME:rfc1034identifier}</string>
56+
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
5757
<key>CFBundleName</key>
5858
<string>${PRODUCT_NAME}</string>
5959
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)