Follows the same pattern as AppIcon-Debug (orange DEV banner) but with a purple banner and "NIGHTLY" text. The nightly CI workflow now passes ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon-Nightly to xcodebuild so the nightly app gets its own distinct icon. Includes scripts/generate_nightly_icon.py for regenerating the icons from the production AppIcon source files.
68 lines
1.2 KiB
JSON
68 lines
1.2 KiB
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "16.png",
|
|
"idiom" : "mac",
|
|
"scale" : "1x",
|
|
"size" : "16x16"
|
|
},
|
|
{
|
|
"filename" : "16@2x.png",
|
|
"idiom" : "mac",
|
|
"scale" : "2x",
|
|
"size" : "16x16"
|
|
},
|
|
{
|
|
"filename" : "32.png",
|
|
"idiom" : "mac",
|
|
"scale" : "1x",
|
|
"size" : "32x32"
|
|
},
|
|
{
|
|
"filename" : "32@2x.png",
|
|
"idiom" : "mac",
|
|
"scale" : "2x",
|
|
"size" : "32x32"
|
|
},
|
|
{
|
|
"filename" : "128.png",
|
|
"idiom" : "mac",
|
|
"scale" : "1x",
|
|
"size" : "128x128"
|
|
},
|
|
{
|
|
"filename" : "128@2x.png",
|
|
"idiom" : "mac",
|
|
"scale" : "2x",
|
|
"size" : "128x128"
|
|
},
|
|
{
|
|
"filename" : "256.png",
|
|
"idiom" : "mac",
|
|
"scale" : "1x",
|
|
"size" : "256x256"
|
|
},
|
|
{
|
|
"filename" : "256@2x.png",
|
|
"idiom" : "mac",
|
|
"scale" : "2x",
|
|
"size" : "256x256"
|
|
},
|
|
{
|
|
"filename" : "512.png",
|
|
"idiom" : "mac",
|
|
"scale" : "1x",
|
|
"size" : "512x512"
|
|
},
|
|
{
|
|
"filename" : "512@2x.png",
|
|
"idiom" : "mac",
|
|
"scale" : "2x",
|
|
"size" : "512x512"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|