5965d08819
Don't use CFBundleSignature, it was only needed for Classic Mac OS compatibility. Similarly, LSRequiresCarbon was used to distinguish the "new" Carbon applications from the Classic ones and is not needed any longer. CSResourcesFileMapped might still be used, but it's just an optimization and we don't need it and it's just a s gratuitous difference with the template used by Xcode, so remove it too.
82 lines
2.2 KiB
XML
82 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<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>
|
|
<string>EXECUTABLE</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>wxmac.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.wxwindows.IDENTIFIER</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleLocalizations</key>
|
|
<array>
|
|
<string>de</string>
|
|
<string>en</string>
|
|
<string>fr</string>
|
|
<string>it</string>
|
|
</array>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>VERSION, (c) 2002-2008 wxWidgets</string>
|
|
<key>CFBundleName</key>
|
|
<string>EXECUTABLE</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>VERSION</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>VERSION</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2002-2008 wxWidgets</string>
|
|
</dict>
|
|
</plist>
|