diff --git a/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/Contents.json b/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/Contents.json index 2305880..4e8d485 100644 --- a/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,6 +1,7 @@ { "images" : [ { + "filename" : "app-icon-1024.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" diff --git a/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png b/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png new file mode 100644 index 0000000..d9971ac Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png differ diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchBackground.colorset/Contents.json b/ExampleApp/ExampleApp/Assets.xcassets/LaunchBackground.colorset/Contents.json new file mode 100644 index 0000000..0425637 --- /dev/null +++ b/ExampleApp/ExampleApp/Assets.xcassets/LaunchBackground.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.000", + "red" : "0.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/Contents.json b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/Contents.json new file mode 100644 index 0000000..d78c0ee --- /dev/null +++ b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/Contents.json @@ -0,0 +1,56 @@ +{ + "images" : [ + { + "filename" : "launch-logo.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "launch-logo@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "launch-logo@3x.png", + "idiom" : "universal", + "scale" : "3x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "launch-logo-dark.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "launch-logo-dark@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "launch-logo-dark@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark.png b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark.png new file mode 100644 index 0000000..9353d55 Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark.png differ diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark@2x.png b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark@2x.png new file mode 100644 index 0000000..0ca8b58 Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark@2x.png differ diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark@3x.png b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark@3x.png new file mode 100644 index 0000000..72709d1 Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo-dark@3x.png differ diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo.png b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo.png new file mode 100644 index 0000000..cc28407 Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo.png differ diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo@2x.png b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo@2x.png new file mode 100644 index 0000000..e50f2f7 Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo@2x.png differ diff --git a/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo@3x.png b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo@3x.png new file mode 100644 index 0000000..77558e4 Binary files /dev/null and b/ExampleApp/ExampleApp/Assets.xcassets/LaunchLogo.imageset/launch-logo@3x.png differ diff --git a/ExampleApp/ExampleApp/Info.plist b/ExampleApp/ExampleApp/Info.plist index 1cee3bf..2159d0b 100644 --- a/ExampleApp/ExampleApp/Info.plist +++ b/ExampleApp/ExampleApp/Info.plist @@ -2,11 +2,20 @@ + CFBundleDisplayName + SignedShot INIntentsSupported Intent UIFileSharingEnabled + UILaunchScreen + + UIColorName + LaunchBackground + UIImageName + LaunchLogo +