diff options
Diffstat (limited to 'Demo')
| -rw-r--r-- | Demo/Info.plist | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Demo/Info.plist b/Demo/Info.plist index 68638de..f7b75c8 100644 --- a/Demo/Info.plist +++ b/Demo/Info.plist @@ -7,7 +7,7 @@  	<key>CFBundleExecutable</key>  	<string>${EXECUTABLE_NAME}</string>  	<key>CFBundleIdentifier</key> -	<string>com.shpakovski.mac.${PRODUCT_NAME:rfc1034identifier}</string> +	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>  	<key>CFBundleInfoDictionaryVersion</key>  	<string>6.0</string>  	<key>CFBundleName</key> | 
