mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: new glass AppIcon for demo apps
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
34
tools/assets/App_Resources/iOS/AppIcon.icon/icon.json
Normal file
34
tools/assets/App_Resources/iOS/AppIcon.icon/icon.json
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"fill" : {
|
||||||
|
"automatic-gradient" : "gray:0.15949,1.00000"
|
||||||
|
},
|
||||||
|
"groups" : [
|
||||||
|
{
|
||||||
|
"layers" : [
|
||||||
|
{
|
||||||
|
"image-name" : "ns-logo-white-front.png",
|
||||||
|
"name" : "ns-logo-white-front"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hidden" : false,
|
||||||
|
"image-name" : "ns-log-dark-back.png",
|
||||||
|
"name" : "ns-log-dark-back"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"shadow" : {
|
||||||
|
"kind" : "neutral",
|
||||||
|
"opacity" : 0.5
|
||||||
|
},
|
||||||
|
"translucency" : {
|
||||||
|
"enabled" : true,
|
||||||
|
"value" : 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"supported-platforms" : {
|
||||||
|
"circles" : [
|
||||||
|
"watchOS"
|
||||||
|
],
|
||||||
|
"squares" : "shared"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user