This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Samples.iOS app to be compatible with App Store (#1508)
- Loading branch information
Showing
18 changed files
with
275 additions
and
37 deletions.
There are no files selected for viewing
252 changes: 252 additions & 0 deletions
252
Samples/Samples.iOS/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 |
---|---|---|
@@ -0,0 +1,252 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "Icon-Small-40.png", | ||
"size": "20x20", | ||
"scale": "2x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-60.png", | ||
"size": "20x20", | ||
"scale": "3x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-Small@2x.png", | ||
"size": "29x29", | ||
"scale": "2x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-Small@3x.png", | ||
"size": "29x29", | ||
"scale": "3x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-Small-40@2x.png", | ||
"size": "40x40", | ||
"scale": "2x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-Small-40@3x.png", | ||
"size": "40x40", | ||
"scale": "3x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-60@2x.png", | ||
"size": "60x60", | ||
"scale": "2x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"filename": "Icon-60@3x.png", | ||
"size": "60x60", | ||
"scale": "3x", | ||
"idiom": "iphone" | ||
}, | ||
{ | ||
"size": "20x20", | ||
"scale": "1x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-Small-40.png", | ||
"size": "20x20", | ||
"scale": "2x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-Small.png", | ||
"size": "29x29", | ||
"scale": "1x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-Small@2x.png", | ||
"size": "29x29", | ||
"scale": "2x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-Small-40.png", | ||
"size": "40x40", | ||
"scale": "1x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-Small-40@2x.png", | ||
"size": "40x40", | ||
"scale": "2x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-167.png", | ||
"size": "83.5x83.5", | ||
"scale": "2x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-76.png", | ||
"size": "76x76", | ||
"scale": "1x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-76@2x.png", | ||
"size": "76x76", | ||
"scale": "2x", | ||
"idiom": "ipad" | ||
}, | ||
{ | ||
"filename": "Icon-1024.png", | ||
"size": "1024x1024", | ||
"scale": "1x", | ||
"idiom": "ios-marketing" | ||
}, | ||
{ | ||
"filename": "Icon-60@2x.png", | ||
"size": "60x60", | ||
"scale": "2x", | ||
"idiom": "car" | ||
}, | ||
{ | ||
"filename": "Icon-60@3x.png", | ||
"size": "60x60", | ||
"scale": "3x", | ||
"idiom": "car" | ||
}, | ||
{ | ||
"role": "notificationCenter", | ||
"size": "24x24", | ||
"subtype": "38mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "notificationCenter", | ||
"size": "27.5x27.5", | ||
"subtype": "42mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "companionSettings", | ||
"filename": "Icon-Small@2x.png", | ||
"size": "29x29", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "companionSettings", | ||
"filename": "Icon-Small@3x.png", | ||
"size": "29x29", | ||
"scale": "3x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "appLauncher", | ||
"size": "40x40", | ||
"subtype": "38mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "appLauncher", | ||
"size": "44x44", | ||
"subtype": "40mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "appLauncher", | ||
"size": "50x50", | ||
"subtype": "44mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "quickLook", | ||
"size": "86x86", | ||
"subtype": "38mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "quickLook", | ||
"size": "98x98", | ||
"subtype": "42mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"role": "quickLook", | ||
"size": "108x108", | ||
"subtype": "44mm", | ||
"scale": "2x", | ||
"idiom": "watch" | ||
}, | ||
{ | ||
"size": "1024x1024", | ||
"scale": "1x", | ||
"idiom": "watch-marketing" | ||
}, | ||
{ | ||
"size": "16x16", | ||
"scale": "1x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "16x16", | ||
"scale": "2x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "32x32", | ||
"scale": "1x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "32x32", | ||
"scale": "2x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "128x128", | ||
"scale": "1x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "128x128", | ||
"scale": "2x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "256x256", | ||
"scale": "1x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "256x256", | ||
"scale": "2x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "512x512", | ||
"scale": "1x", | ||
"idiom": "mac" | ||
}, | ||
{ | ||
"size": "512x512", | ||
"scale": "2x", | ||
"idiom": "mac" | ||
} | ||
], | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
Binary file not shown.
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
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