checkra1n / BugTracker

checkra1n bug tracker
729 stars 104 forks source link

minor issues with Info.plist entries #1534

Open core-code opened 4 years ago

core-code commented 4 years ago

there are some minor issues with the Info.plist file:

• the 'CFBundleVersion' entry is 'beta 0.10.1' however accordings to Apple's documentation / rules this field should only contain numbers and dots

• there is a CFBundleGetInfoString in your Info.plist. this has been deprecated for more than 10 years and should not be used unless you target Mac OS X older than 10.5 - use 'NSHumanReadableCopyright' for your copyright info

demhademha commented 4 years ago

The first part of your issue is duplicate of #1476 The second part is not however.

core-code commented 4 years ago

thanks and sorry for the duplicate. i'll change the bug-report to only include the new things