Swift App Icon Image Assets

From Chorke Wiki
Revision as of 02:53, 6 February 2020 by Shahed (talk | contribs)
Jump to navigation Jump to search
# regular images
regular_images:
  - user_icon_24x24.png #24x24
  - home_icon_24x24.png #24x24
  
# example for ios
images:
  regular: # with suffix @1x.png
    - [email protected] # 24x24
    - [email protected] # 24x24
  medium:  # with suffix @2x.png
    - [email protected] # 48x48
    - [email protected] # 48x48
 bigger:   # with suffix @3x.png
   - [email protected]  # 72x72
   - [email protected]  # 72x72
# for iphone
iphone:
  images:
    notification:
      - [email protected] # 40x40
      - [email protected] # 60x60
    settings:
      - [email protected] # 58x58
      - [email protected] # 87x87
    spotlight:
      - [email protected] # 80x80
      - [email protected] # 120x120
    app_icon:
      - [email protected] # 120x120
      - [email protected] # 180x180
key:
  - string1
  - string2