mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
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"
|
||||
}
|
||||
}
|
||||
@@ -5,4 +5,3 @@
|
||||
// DEVELOPMENT_TEAM = YOUR_TEAM_ID;
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) $(SDKDIR)/System/Library/SubFrameworks
|
||||
|
||||
Reference in New Issue
Block a user