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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user