Gleb Mazovetskiy
|
4f151c7e24
|
Fix Tiger app icon
png2icns produces a 128x128 icon that isn't compatible with OSX Tiger.
Uses a patched version of png2icns to produce the correct icon.
Here is the output of icns2png -l AppIcon_128.icns.
Before:
```
Extracting icons from AppIcon_128.icns...
Icon family size is 22560 bytes (including 8 byte header)
Listing icon elements...
'is32' 16x16 32-bit icon (1024 bytes compressed to 710)
's8mk' 16x16 8-bit mask (256 bytes)
'il32' 32x32 32-bit icon (4096 bytes compressed to 2448)
'l8mk' 32x32 8-bit mask (1024 bytes)
'ih32' 48x48 32-bit icon (9216 bytes compressed to 4418)
'h8mk' 48x48 8-bit mask (2304 bytes)
'ic07' 128x128 32-bit icon (65536 bytes compressed to 11336)
```
After:
```
Extracting icons from AppIcon_128.icns...
Icon family size is 42420 bytes (including 8 byte header)
Listing icon elements...
'is32' 16x16 32-bit icon (1024 bytes compressed to 710)
's8mk' 16x16 8-bit mask (256 bytes)
'il32' 32x32 32-bit icon (4096 bytes compressed to 2300)
'l8mk' 32x32 8-bit mask (1024 bytes)
'it32' 128x128 32-bit icon (65536 bytes compressed to 21690)
't8mk' 128x128 8-bit mask (16384 bytes)
```
|
1 year ago |
Gleb Mazovetskiy
|
b68f59d002
|
OSX: Fix base/pref/config paths on Tiger
|
1 year ago |
Gleb Mazovetskiy
|
73a31494e1
|
OSX Tiger: Fix icon
Finder on OSX Tiger can only handle `icns` files with up to 128x128 icons.
Adds a file with 128x128, 48x48, 32x32, and 16x16 icons.
|
1 year ago |
staphen
|
41404f60a5
|
[iOS] Use LSRequiresIPhoneOS for compatibility with Sideloadly
|
4 years ago |
Bubio
|
79410eab98
|
Localize the wording returned by the system on macOS/iOS.
|
4 years ago |
Bubio
|
16df16277a
|
Fixed an issue that caused the app to run as an iPhone app on iPad.
- Redo PR #3764
- To run as an iPad app, the UIDeviceFamily key is required in Info.plist.
https://discord.com/channels/518540764754608128/518541192993046562/920602213901025300
|
4 years ago |
Trihedraf
|
652f14506b
|
Add ProMotion support for iPhone 13 Pros
|
4 years ago |
Trihedraf
|
31880a1180
|
add variable for display name and set to DevilutionX
|
4 years ago |
JBerg
|
f31258400a
|
[ios] Expose app's data
|
4 years ago |
JBerg
|
a514b80e28
|
[ios] Enabled mouse events
|
4 years ago |
Anders Jenbo
|
d9d72fbbc7
|
[ios] Enable high resolution support
|
4 years ago |
Anders Jenbo
|
8192434bea
|
[ios] Set up build process
|
4 years ago |
Anders Jenbo
|
10c5cbab9f
|
Fix and clen up macOS build
|
4 years ago |