-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support ios18 tint/dark icons. remove -no-thumb being deprecated in x…
…code 16 (#27961)
- Loading branch information
1 parent
57f8240
commit f41180a
Showing
27 changed files
with
33 additions
and
157 deletions.
There are no files selected for viewing
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
181 changes: 30 additions & 151 deletions
181
shared/ios/Keybase/Images.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,158 +1,37 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "83.5x83.5", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"filename" : "[email protected]", | ||
"scale" : "1x" | ||
"filename" : "keybase-icon-alpha.png", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "keybase-icon-dark.png", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "tinted" | ||
} | ||
], | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file removed
BIN
-1.01 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-2.64 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-4.72 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-1.68 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-4.51 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-7.71 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-2.64 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-6.89 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-11.4 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-4.38 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-10.8 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-11.4 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-17.7 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-6.03 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-14 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-6.56 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-14.9 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-16.2 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-3.7 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-9.16 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed
BIN
-154 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file added
BIN
+160 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/keybase-icon-alpha.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 added
BIN
+131 KB
shared/ios/Keybase/Images.xcassets/AppIcon.appiconset/keybase-icon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 +1,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
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