drhelius / Gearsystem

Sega Master System / Game Gear / SG-1000 emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
https://x.com/drhelius
GNU General Public License v3.0
265 stars 46 forks source link

Missing version number in macOS download #38

Closed suschizu closed 3 years ago

suschizu commented 3 years ago

the same as here :https://github.com/drhelius/Gearboy/issues/133

macOS version number is missing:

Screenshot 2021-02-15 at 17 16 42

The ShortVersionString and BundleVersion keys are missing in info.plist:

<dict>
    <key>CFBundleExecutable</key>
    <string>run.sh</string>
    <key>CFBundleIdentifier</key>
    <string>me.ignaciosanchez.Gearsystem</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>Gearsystem</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleIconFile</key>
    <string>iconfile</string>
    <key>NSHighResolutionCapable</key>
    <string>True</string>
</dict>