| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
- <plist version="0.9">
- <dict>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleIdentifier</key>
- <string>org.wxwindows.IDENTIFIER</string>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleLocalizations</key>
- <array>
- <string>de</string>
- <string>en</string>
- <string>fr</string>
- <string>it</string>
- </array>
- <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>CFBundleIconFile</key>
- <string>wxmac.icns</string>
- <key>CFBundleName</key>
- <string>EXECUTABLE</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>WXMA</string>
- <key>CFBundleVersion</key>
- <string>VERSION</string>
- <key>CFBundleShortVersionString</key>
- <string>VERSION</string>
- <key>CFBundleGetInfoString</key>
- <string>EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets</string>
- <key>CFBundleLongVersionString</key>
- <string>VERSION, (c) 2002-2008 wxWidgets</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2002-2008 wxWidgets</string>
- <key>LSRequiresCarbon</key>
- <true/>
- <key>CSResourcesFileMapped</key>
- <true/>
- </dict>
- </plist>
|