SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit dcda71820811aef52a9c4570af4421e11bce3b43 parent 78a6f39be1e9aefb810a3167bb4f828b1beb09da Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 26 Feb 2026 23:02:58 +0200 Prevent old macOS versions from using the Assets file, they're not going to find the icon in there. Fixes #741 Diffstat:
| M | Cocoa/Info.plist | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cocoa/Info.plist b/Cocoa/Info.plist @@ -114,7 +114,7 @@ <string>SameBoy</string> <key>CFBundleIconFile</key> <string>AppIcon</string> - <key>CFBundleIconName</key> + <key>CFBundleIconName-macos</key> <string>AppIcon</string> <key>CFBundleIdentifier</key> <string>com.github.liji32.sameboy</string>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.