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">
|
|
4 <dict>
|
|
5 <key>CFBundleInfoDictionaryVersion</key>
|
|
6 <string>6.0</string>
|
|
7 <key>CFBundleIdentifier</key>
|
|
8 <string>org.wxwindows.IDENTIFIER</string>
|
|
9 <key>CFBundleDevelopmentRegion</key>
|
|
10 <string>English</string>
|
|
11 <key>CFBundleExecutable</key>
|
|
12 <string>EXECUTABLE</string>
|
|
13 <key>CFBundleIconFile</key>
|
|
14 <string>wxmac.icns</string>
|
|
15 <key>CFBundleName</key>
|
|
16 <string>EXECUTABLE</string>
|
|
17 <key>CFBundlePackageType</key>
|
|
18 <string>APPL</string>
|
|
19 <key>CFBundleSignature</key>
|
|
20 <string>????</string>
|
|
21 <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/>
|
|
33 <key>CSResourcesFileMapped</key>
|
|
34 <true/>
|
|
35 </dict>
|
|
36 </plist>
|