git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 5d952565c91aa52a29782569d079d24f1c4baef1
parent 42be4ef8278fd3a8f330e5a300dc0561273f34c6
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 15 Sep 2024 21:43:53 +0300

Switch to a pre-built Assets.car file iOS icons, add dark and tinted (iOS 18) icons

Diffstat:
MMakefile2+-
MiOS/AppIcon60x60@2x.png0
DiOS/AppIcon60x60@3x.png0
MiOS/AppIcon76x76@2x.png0
DiOS/AppIcon83.5x83.5@2x.png0
AiOS/Assets.car0
MiOS/Info.plist8++++----
7 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -155,7 +155,7 @@ endif IOS_MIN := 11.0 -IOS_PNGS := $(shell ls iOS/*.png) +IOS_PNGS := $(shell ls iOS/*.png iOS/*.car) # Support out-of-PATH RGBDS RGBASM := $(RGBDS)rgbasm RGBLINK := $(RGBDS)rgblink diff --git a/iOS/AppIcon60x60@2x.png b/iOS/AppIcon60x60@2x.png Binary files differ. diff --git a/iOS/AppIcon60x60@3x.png b/iOS/AppIcon60x60@3x.png Binary files differ. diff --git a/iOS/AppIcon76x76@2x.png b/iOS/AppIcon76x76@2x.png Binary files differ. diff --git a/iOS/AppIcon83.5x83.5@2x.png b/iOS/AppIcon83.5x83.5@2x.png Binary files differ. diff --git a/iOS/Assets.car b/iOS/Assets.car Binary files differ. diff --git a/iOS/Info.plist b/iOS/Info.plist @@ -41,11 +41,11 @@ <dict> <key>CFBundleIconFiles</key> <array> - <string>AppIcon60x60@2x.png</string> - <string>AppIcon60x60@3x.png</string> - <string>AppIcon76x76@2x.png</string> - <string>AppIcon83.5x83.5@2x.png</string> + <string>AppIcon60x60</string> + <string>AppIcon76x76</string> </array> + <key>CFBundleIconName</key> + <string>AppIcon</string> </dict> </dict> <key>LSApplicationCategoryType</key>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.