aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cocoa-touch-application/CocoaTouchApplication
diff options
context:
space:
mode:
authorAndrey Filipenkov <decapitator@ukr.net>2020-12-13 18:59:47 +0300
committerAndrey Filipenkov <decapitator@ukr.net>2020-12-14 15:52:00 +0000
commit8eccfeb7812db88147ad949ff802f3d8d00e55a4 (patch)
tree458e74da5d59e19a0b4071d18a758702a64570ec /examples/cocoa-touch-application/CocoaTouchApplication
parentf0ed1db64f0877c61e2fbcac4abd792c0a5eb6ed (diff)
Cocoa Touch Application: upgrade Xcode project to 12.2
Change-Id: I4f8ad7b67559ef57e22bad3182ded4d3b0cf2b4f Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'examples/cocoa-touch-application/CocoaTouchApplication')
-rw-r--r--examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist b/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist
index f95cb4555..cad00fa66 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>org.example.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>