c09fd8b59d
Just run misc/scripts/inc_year and commit the results. Closes #18690.
88 lines
2.3 KiB
Plaintext
88 lines
2.3 KiB
Plaintext
<?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>$(PRODUCT_NAME)</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>$(PRODUCT_NAME) version 3.1.4, (c) 2005-2020 wxWidgets</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>doc</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.wxwidgets.samples.$(PRODUCT_NAME)</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>3.1.4, (c) 2005-2020 wxWidgets</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>3.1.4</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>WXMA</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>3.1.4</string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<true/>
|
|
<key>LSRequiresCarbon</key>
|
|
<true/>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2005-2020 wxWidgets</string>
|
|
</dict>
|
|
</plist>
|