You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've downloaded version 0.9.4 but when selecting it in the Finder no version number is visible:
both the CFBundleVersion and the CFBundleShortVersionString entries are missing from your Info.plist file. both should be set to 0.9.4. all macOS apps are supposed to have version information.
furthermore, the Info.plist contains the 'CFBundleGetInfoString' entry which has been deprecated for more than 10 years and would prevent the display of version infomation in the 'Get Info' window even if it was present. this needs to be removed.
The text was updated successfully, but these errors were encountered:
i've downloaded version 0.9.4 but when selecting it in the Finder no version number is visible:
both the CFBundleVersion and the CFBundleShortVersionString entries are missing from your Info.plist file. both should be set to 0.9.4. all macOS apps are supposed to have version information.
furthermore, the Info.plist contains the 'CFBundleGetInfoString' entry which has been deprecated for more than 10 years and would prevent the display of version infomation in the 'Get Info' window even if it was present. this needs to be removed.
The text was updated successfully, but these errors were encountered: