mirror of https://github.com/LIJI32/SameBoy.git
Switch to a pre-built Assets.car file iOS icons, add dark and tinted (iOS 18) icons
# Conflicts: # iOS/Info.plist
This commit is contained in:
parent
c80d9190a6
commit
325b5ec469
2
Makefile
2
Makefile
|
@ -145,7 +145,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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue