[hatari-devel] Re: Minor patch for InfoPlist.strings (only relevant for macOS) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Re: Minor patch for InfoPlist.strings (only relevant for macOS)
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Mon, 1 Apr 2024 22:29:32 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1712003385; bh=w9cT1ATF6eyzFCdwK8/FKzn5KGz1WRnfm0VyKinDF0c=; h=Content-Type:From:Mime-Version:Subject:Date:Message-Id:To; b=OOr8pr67qPmaH/jAem66GSlcBE94SZjT5yCsK2neLUwVoNwpX03XkJiMJ/KbxBWLH gRsB6XJptkAfHVyHpOpjrOL//almgwQT88hKys/zqvHfWDZ8TJAQL3UaX2A35bzc7A e536AYUoKhehjDq7YYh/OkMOxzl7FxatKRH3VZQrauhWSAw37eQx7zK4EgvIc1iKEr no8DmTwAoIxG7Up0m6cq4zCySw1AAKeSAMoqaQ6ei7mPtNfyk+bt/VxJyO7EnVmyLA gYbB0tVfloo0DiavDgj7YoULaO4nDly7XXuWjzcNw31d/GPdX2VjT0hR6yqcy0IU67 OtI2UiWVTxdWQ==
> Am 01.04.2024 um 19:45 schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
>
> Hello all,
>
> may I suggest this minor GUI fix for macOS (patch appended)?
>
> Short description:
> On macOS the short version string is usually just the version itself. You can see this for example in the appended "textedit get info": "Version: 1.19".. On current Hatari this reads: "Version: Hatari version 2.4.1" which is somehow strange. Also it does not make much sense to add the language to the version string as on macOS the application is identical for all localizations. Furthermore Apple for some reason always adds the Copyright sign after the word copyright. You can also see this on the appended screenshots.
>
> Regards,
> Andreas
>
> <hatari get info.png>
> <hatari about.png>
> <textedit about.png>
> <textedit get info.png>
> <InfoPlist.diff>
I just noticed that CFBundleGetInfoString is obsolete since Mac OS X 10.6. As Hatari supports 10.9 (or probably 10.13) and later this could be removed.