-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [IOPLT-946] Update the main icon app for iOS + Add support for…
… dark and tinted appearances (#6655) > [!important] > The new app icon is only supported in **XCode** `16.x` and above. We need to update it first, in order for the app distribution to work. This change is covered by the related PR. > Depends on #6664 ## Short description This PR updates the main icon app for iOS and adds support for dark and tinted appearances. [We have already tried to update them](#6415), but this change blocked the app distribution at a critical time, the launch of IT Wallet. ## List of changes proposed in this pull request - Add three different icon assets at `1024×1024` size for default, dark and tinted appearances ### Preview https://github.com/user-attachments/assets/e087bb7f-a9ee-40b2-be33-ed246a5b4c9d ## How to test 1. Run the app in the local environment 2. Go to **Customize…** option through long press on the home screen 3. Change visual appearance 4. Check if the optical alignment is correct (for visual designers only 👀) --------- Co-authored-by: Cristiano Tofani <[email protected]>
- Loading branch information
1 parent
11a5ba5
commit f4d3907
Showing
25 changed files
with
31 additions
and
127 deletions.
There are no files selected for viewing
158 changes: 31 additions & 127 deletions
158
ios/ItaliaApp/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,134 +1,38 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "io-launcher-icon-29.png", | ||
"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" : "io-launcher-icon-57.png", | ||
"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" : "io-launcher-icon-20.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "io-launcher-icon-30.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "io-launcher-icon-40.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "io-launcher-icon-76.png", | ||
"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" : "io-launcher-icon-1024.png", | ||
"scale" : "1x" | ||
"filename" : "iOS-app-icon-default.png", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"filename" : "iOS-app-icon-dark.png", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "tinted" | ||
} | ||
], | ||
"filename" : "iOS-app-icon-tinted.png", | ||
"idiom" : "universal", | ||
"platform" : "ios", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file added
BIN
+32.1 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/iOS-app-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.
Binary file added
BIN
+5.99 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/iOS-app-icon-default.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
+5.96 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/iOS-app-icon-tinted.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
-42.8 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-1024.png
Binary file not shown.
Binary file removed
BIN
-845 Bytes
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-20.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-1.17 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-29.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-1.17 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-30.png
Binary file not shown.
Binary file removed
BIN
-1.4 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-40.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.16 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-57.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.38 KB
ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/io-launcher-icon-76.png
Binary file not shown.
Binary file not shown.
Binary file not shown.