2008-08-05 07:55:21 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-08-15 09:31:41 -04:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
2008-08-05 07:55:21 -04:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>drw</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>chart.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>DocView Drawing</string>
|
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>WXMB</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>LSTypeIsPackage</key>
|
|
|
|
<false/>
|
|
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
|
|
<string>Binary</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>txt</string>
|
|
|
|
<string>text</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>notepad.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>DocView Text</string>
|
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>TEXT</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>LSTypeIsPackage</key>
|
|
|
|
<false/>
|
|
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
|
|
<string>Binary</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleExecutable</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
2021-08-15 09:30:10 -04:00
|
|
|
<key>CFBundleGetInfoString</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
|
2008-08-05 07:55:21 -04:00
|
|
|
<key>CFBundleIconFile</key>
|
2008-08-13 11:20:57 -04:00
|
|
|
<string>wxmac.icns</string>
|
2021-08-15 09:30:10 -04:00
|
|
|
<key>CFBundleIdentifier</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
|
2021-08-15 09:30:10 -04:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleLongVersionString</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
|
2008-08-05 07:55:21 -04:00
|
|
|
<key>CFBundleName</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
|
2008-08-05 07:55:21 -04:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2021-08-15 09:30:10 -04:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
2008-08-05 07:55:21 -04:00
|
|
|
<key>CFBundleVersion</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
2021-08-15 09:30:10 -04:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2021-08-15 10:32:42 -04:00
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
2021-08-15 10:02:01 -04:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>wxNSApplication</string>
|
2008-08-05 07:55:21 -04:00
|
|
|
</dict>
|
|
|
|
</plist>
|