diff options
Diffstat (limited to 'ios/client/Images.xcassets')
-rw-r--r-- | ios/client/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png | bin | 0 -> 59468 bytes | |||
-rw-r--r-- | ios/client/Images.xcassets/AppIcon.appiconset/Contents.json | 14 | ||||
-rw-r--r-- | ios/client/Images.xcassets/Contents.json | 6 | ||||
-rw-r--r-- | ios/client/Images.xcassets/SplashScreenBackground.colorset/Contents.json | 20 | ||||
-rw-r--r-- | ios/client/Images.xcassets/SplashScreenLogo.imageset/Contents.json | 23 | ||||
-rw-r--r-- | ios/client/Images.xcassets/SplashScreenLogo.imageset/image.png | bin | 0 -> 14711 bytes | |||
-rw-r--r-- | ios/client/Images.xcassets/SplashScreenLogo.imageset/image@2x.png | bin | 0 -> 32766 bytes | |||
-rw-r--r-- | ios/client/Images.xcassets/SplashScreenLogo.imageset/image@3x.png | bin | 0 -> 52602 bytes |
8 files changed, 63 insertions, 0 deletions
diff --git a/ios/client/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png b/ios/client/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png Binary files differnew file mode 100644 index 0000000..2732229 --- /dev/null +++ b/ios/client/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png diff --git a/ios/client/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/client/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..90d8d4c --- /dev/null +++ b/ios/client/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,14 @@ +{ + "images": [ + { + "filename": "App-Icon-1024x1024@1x.png", + "idiom": "universal", + "platform": "ios", + "size": "1024x1024" + } + ], + "info": { + "version": 1, + "author": "expo" + } +}
\ No newline at end of file diff --git a/ios/client/Images.xcassets/Contents.json b/ios/client/Images.xcassets/Contents.json new file mode 100644 index 0000000..ed285c2 --- /dev/null +++ b/ios/client/Images.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "expo" + } +} diff --git a/ios/client/Images.xcassets/SplashScreenBackground.colorset/Contents.json b/ios/client/Images.xcassets/SplashScreenBackground.colorset/Contents.json new file mode 100644 index 0000000..15f02ab --- /dev/null +++ b/ios/client/Images.xcassets/SplashScreenBackground.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors": [ + { + "color": { + "components": { + "alpha": "1.000", + "blue": "1.00000000000000", + "green": "1.00000000000000", + "red": "1.00000000000000" + }, + "color-space": "srgb" + }, + "idiom": "universal" + } + ], + "info": { + "version": 1, + "author": "expo" + } +}
\ No newline at end of file diff --git a/ios/client/Images.xcassets/SplashScreenLogo.imageset/Contents.json b/ios/client/Images.xcassets/SplashScreenLogo.imageset/Contents.json new file mode 100644 index 0000000..f65c008 --- /dev/null +++ b/ios/client/Images.xcassets/SplashScreenLogo.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images": [ + { + "idiom": "universal", + "filename": "image.png", + "scale": "1x" + }, + { + "idiom": "universal", + "filename": "image@2x.png", + "scale": "2x" + }, + { + "idiom": "universal", + "filename": "image@3x.png", + "scale": "3x" + } + ], + "info": { + "version": 1, + "author": "expo" + } +}
\ No newline at end of file diff --git a/ios/client/Images.xcassets/SplashScreenLogo.imageset/image.png b/ios/client/Images.xcassets/SplashScreenLogo.imageset/image.png Binary files differnew file mode 100644 index 0000000..635530a --- /dev/null +++ b/ios/client/Images.xcassets/SplashScreenLogo.imageset/image.png diff --git a/ios/client/Images.xcassets/SplashScreenLogo.imageset/image@2x.png b/ios/client/Images.xcassets/SplashScreenLogo.imageset/image@2x.png Binary files differnew file mode 100644 index 0000000..d4e41ea --- /dev/null +++ b/ios/client/Images.xcassets/SplashScreenLogo.imageset/image@2x.png diff --git a/ios/client/Images.xcassets/SplashScreenLogo.imageset/image@3x.png b/ios/client/Images.xcassets/SplashScreenLogo.imageset/image@3x.png Binary files differnew file mode 100644 index 0000000..67ee127 --- /dev/null +++ b/ios/client/Images.xcassets/SplashScreenLogo.imageset/image@3x.png |