Remove obsolete keys from our Info.plist files

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.
This commit is contained in:
Vadim Zeitlin
2021-08-15 15:34:47 +02:00
parent d34bf409db
commit 5965d08819
4 changed files with 0 additions and 18 deletions

View File

@@ -73,14 +73,8 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>VERSION</string>
<key>CFBundleSignature</key>
<string>WXMA</string>
<key>CFBundleVersion</key>
<string>VERSION</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2002-2008 wxWidgets</string>
</dict>