diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-09-25 13:54:35 +1000 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-09-25 13:54:35 +1000 |
| commit | d2a510c1e8460086dcafe474d40e80d6784caff3 (patch) | |
| tree | f630e74b3157e37693b77248847424084f69d52c /cocoa/ScintillaTest/Info.plist | |
| parent | 019fef769b1e806cdd0b7b39021fe7ea4fb69b9a (diff) | |
| download | scintilla-mirror-d2a510c1e8460086dcafe474d40e80d6784caff3.tar.gz | |
Updated as recommended by Xcode 7.
Diffstat (limited to 'cocoa/ScintillaTest/Info.plist')
| -rw-r--r-- | cocoa/ScintillaTest/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaTest/Info.plist b/cocoa/ScintillaTest/Info.plist index 6364d76a9..ef71339ab 100644 --- a/cocoa/ScintillaTest/Info.plist +++ b/cocoa/ScintillaTest/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>com.sun.${PRODUCT_NAME:identifier}</string> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> |
