Contents.json (697B)
1 { 2 "images": [ 3 { 4 "filename": "AppIcon.png", 5 "idiom": "universal", 6 "platform": "ios", 7 "size": "1024x1024" 8 }, 9 { 10 "appearances": [ 11 { 12 "appearance": "luminosity", 13 "value": "dark" 14 } 15 ], 16 "filename": "AppIconDark.png", 17 "idiom": "universal", 18 "platform": "ios", 19 "size": "1024x1024" 20 }, 21 { 22 "appearances": [ 23 { 24 "appearance": "luminosity", 25 "value": "tinted" 26 } 27 ], 28 "filename": "AppIconTinted.png", 29 "idiom": "universal", 30 "platform": "ios", 31 "size": "1024x1024" 32 } 33 ], 34 "info": { 35 "author": "xcode", 36 "version": 1 37 } 38 }