mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
* Add AppIcon_Dev Adds a blue developer icon to help tell the dev app apart from the release app. * Add AppIconPicker and a couple icons Added a developer icon and an icon representing MSP Mesh * Dismiss icon picker when icon changes * Add icon to icon picker menu item * Replace local mesh icons with Chirpy and add Testflight icon * AppIconButton shows dark icon when in dark mode * Update plist to match main * Only show revelvant icons * Remove testflight images * Debug app icon in blue --------- Co-authored-by: Chase Lau <chase9@mac.com>
21 lines
318 B
JSON
21 lines
318 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "AppIcon_Chirpy_Thumb.png",
|
|
"idiom" : "universal",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"idiom" : "universal",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"idiom" : "universal",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|