forked from apache/cordova-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(icons)!: Use a single 1024⨉1024 icon
Closes apacheGH-1462.
- Loading branch information
1 parent
fb8eeab
commit efd013e
Showing
26 changed files
with
8 additions
and
229 deletions.
There are no files selected for viewing
237 changes: 8 additions & 229 deletions
237
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,241 +1,20 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "icon-20@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "icon-20@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "icon-29.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "icon-29@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "icon-29@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "icon-40@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "icon-60@2x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"filename" : "icon.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"filename" : "icon@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "icon-60@2x.png", | ||
"scale" : "2x" | ||
"idiom" : "universal", | ||
"platform": "ios", | ||
"size" : "1024x1024" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "icon-60@3x.png", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "icon-20.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "icon-20@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "icon-29.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "icon-29@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "icon-40.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "icon-40@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "icon-50.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "icon-50@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "icon-72.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "icon-72@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "icon-76.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "icon-76@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "83.5x83.5", | ||
"idiom" : "ipad", | ||
"filename" : "icon-83.5@2x.png", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"filename" : "icon-1024.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "24x24", | ||
"idiom" : "watch", | ||
"filename" : "icon-24@2x.png", | ||
"scale" : "2x", | ||
"role" : "notificationCenter", | ||
"subtype" : "38mm" | ||
}, | ||
{ | ||
"size" : "27.5x27.5", | ||
"idiom" : "watch", | ||
"filename" : "icon-27.5@2x.png", | ||
"scale" : "2x", | ||
"role" : "notificationCenter", | ||
"subtype" : "42mm" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "watch", | ||
"filename" : "icon-29@2x.png", | ||
"role" : "companionSettings", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "watch", | ||
"filename" : "icon-29@3x.png", | ||
"role" : "companionSettings", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "watch", | ||
"filename" : "icon-40@2x.png", | ||
"scale" : "2x", | ||
"role" : "appLauncher", | ||
"subtype" : "38mm" | ||
}, | ||
{ | ||
"size" : "44x44", | ||
"idiom" : "watch", | ||
"filename" : "icon-44@2x.png", | ||
"scale" : "2x", | ||
"role" : "appLauncher", | ||
"subtype" : "40mm" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "watch", | ||
"filename" : "icon-50@2x.png", | ||
"scale" : "2x", | ||
"role" : "appLauncher", | ||
"subtype" : "44mm" | ||
}, | ||
{ | ||
"size" : "86x86", | ||
"idiom" : "watch", | ||
"filename" : "icon-86@2x.png", | ||
"scale" : "2x", | ||
"role" : "quickLook", | ||
"subtype" : "38mm" | ||
}, | ||
{ | ||
"size" : "98x98", | ||
"idiom" : "watch", | ||
"filename" : "icon-98@2x.png", | ||
"scale" : "2x", | ||
"role" : "quickLook", | ||
"subtype" : "42mm" | ||
}, | ||
{ | ||
"size" : "108x108", | ||
"idiom" : "watch", | ||
"scale" : "2x", | ||
"role" : "quickLook", | ||
"subtype" : "44mm" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "watch-marketing", | ||
"filename" : "icon-1024.png", | ||
"scale" : "1x" | ||
"filename" : "icon.png", | ||
"idiom" : "universal", | ||
"platform": "watchos", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} | ||
} |
Binary file removed
BIN
-34.9 KB
...lates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-1024.png
Binary file not shown.
Binary file removed
BIN
-476 Bytes
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-20.png
Binary file not shown.
Binary file removed
BIN
-934 Bytes
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png
Binary file not shown.
Binary file removed
BIN
-1.38 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png
Binary file not shown.
Binary file removed
BIN
-1.11 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-24@2x.png
Binary file not shown.
Binary file removed
BIN
-1.29 KB
...es/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-27.5@2x.png
Binary file not shown.
Binary file removed
BIN
-723 Bytes
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-29.png
Binary file not shown.
Binary file removed
BIN
-1.33 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png
Binary file not shown.
Binary file removed
BIN
-2.02 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png
Binary file not shown.
Binary file removed
BIN
-934 Bytes
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-40.png
Binary file not shown.
Binary file removed
BIN
-1.85 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png
Binary file not shown.
Binary file removed
BIN
-2.02 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-44@2x.png
Binary file not shown.
Binary file removed
BIN
-1.15 KB
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-50.png
Binary file not shown.
Binary file removed
BIN
-2.22 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-50@2x.png
Binary file not shown.
Binary file removed
BIN
-2.65 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png
Binary file not shown.
Binary file removed
BIN
-4.2 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png
Binary file not shown.
Binary file removed
BIN
-1.64 KB
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-72.png
Binary file not shown.
Binary file removed
BIN
-3.24 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-72@2x.png
Binary file not shown.
Binary file removed
BIN
-1.72 KB
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-76.png
Binary file not shown.
Binary file removed
BIN
-3.44 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png
Binary file not shown.
Binary file removed
BIN
-3.75 KB
...es/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png
Binary file not shown.
Binary file removed
BIN
-3.93 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-86@2x.png
Binary file not shown.
Binary file removed
BIN
-4.63 KB
...ates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon-98@2x.png
Binary file not shown.
Binary file modified
BIN
+29.7 KB
(2300%)
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-2.51 KB
templates/project/__PROJECT_NAME__/Assets.xcassets/AppIcon.appiconset/icon@2x.png
Binary file not shown.