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>
37 lines
694 B
JSON
37 lines
694 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "AppIcon_Chirpy.png",
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"filename" : "AppIcon_Chirpy_Dark.png",
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "tinted"
|
|
}
|
|
],
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|