|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
3 | | -<plist version="0.9"> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | +<plist version="1.0"> |
4 | 4 | <dict> |
5 | | - <key>CFBundleInfoDictionaryVersion</key> |
6 | | - <string>6.0</string> |
7 | | - <key>CFBundleIdentifier</key> |
8 | | - <string>org.wxwindows.IDENTIFIER</string> |
9 | 5 | <key>CFBundleDevelopmentRegion</key> |
10 | 6 | <string>English</string> |
11 | 7 | <key>CFBundleExecutable</key> |
12 | | - <string>EXECUTABLE</string> |
| 8 | + <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> |
| 9 | + <key>CFBundleGetInfoString</key> |
| 10 | + <string>${MACOSX_BUNDLE_INFO_STRING}</string> |
13 | 11 | <key>CFBundleIconFile</key> |
14 | | - <string>wxmac.icns</string> |
| 12 | + <string>${MACOSX_BUNDLE_ICON_FILE}</string> |
| 13 | + <key>CFBundleIdentifier</key> |
| 14 | + <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> |
| 15 | + <key>CFBundleInfoDictionaryVersion</key> |
| 16 | + <string>6.0</string> |
| 17 | + <key>CFBundleLongVersionString</key> |
| 18 | + <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string> |
15 | 19 | <key>CFBundleName</key> |
16 | | - <string>EXECUTABLE</string> |
| 20 | + <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string> |
17 | 21 | <key>CFBundlePackageType</key> |
18 | 22 | <string>APPL</string> |
| 23 | + <key>CFBundleShortVersionString</key> |
| 24 | + <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> |
19 | 25 | <key>CFBundleSignature</key> |
20 | 26 | <string>????</string> |
21 | 27 | <key>CFBundleVersion</key> |
22 | | - <string>VERSION</string> |
23 | | - <key>CFBundleShortVersionString</key> |
24 | | - <string>VERSION</string> |
25 | | - <key>CFBundleGetInfoString</key> |
26 | | - <string>EXECUTABLE version VERSION, (c) 2002-2006 wxWidgets</string> |
27 | | - <key>CFBundleLongVersionString</key> |
28 | | - <string>VERSION, (c) 2002-2006 wxWidgets</string> |
29 | | - <key>NSHumanReadableCopyright</key> |
30 | | - <string>Copyright 2002-2006 wxWidgets</string> |
31 | | - <key>LSRequiresCarbon</key> |
32 | | - <true/> |
| 28 | + <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> |
33 | 29 | <key>CSResourcesFileMapped</key> |
34 | 30 | <true/> |
| 31 | + <key>NSHighResolutionCapable</key> |
| 32 | + <true/> |
| 33 | + <key>NSHumanReadableCopyright</key> |
| 34 | + <string>${MACOSX_BUNDLE_COPYRIGHT}</string> |
35 | 35 | </dict> |
36 | 36 | </plist> |
0 commit comments