Skip to content

Commit 640e85c

Browse files
authored
$(PRODUCT_BUNDLE_IDENTIFIER) in info.plist (#6959)
#changelog #ios
1 parent f90003b commit 640e85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/templates/ios/ofxiOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

0 commit comments

Comments
 (0)