diff options
Diffstat (limited to 'ios/10lesson/Images.xcassets')
| -rw-r--r-- | ios/10lesson/Images.xcassets/AppIcon.appiconset/Contents.json | 38 | ||||
| -rw-r--r-- | ios/10lesson/Images.xcassets/Contents.json | 6 | ||||
| -rw-r--r-- | ios/10lesson/Images.xcassets/SplashScreen.imageset/Contents.json | 21 | ||||
| -rw-r--r-- | ios/10lesson/Images.xcassets/SplashScreen.imageset/splashscreen.png | bin | 0 -> 9306 bytes | |||
| -rw-r--r-- | ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/Contents.json | 21 | ||||
| -rw-r--r-- | ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/background.png | bin | 0 -> 80 bytes |
6 files changed, 86 insertions, 0 deletions
diff --git a/ios/10lesson/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/10lesson/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..bf722cb --- /dev/null +++ b/ios/10lesson/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,38 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "expo" + } +}
\ No newline at end of file diff --git a/ios/10lesson/Images.xcassets/Contents.json b/ios/10lesson/Images.xcassets/Contents.json new file mode 100644 index 0000000..ed285c2 --- /dev/null +++ b/ios/10lesson/Images.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "expo" + } +} diff --git a/ios/10lesson/Images.xcassets/SplashScreen.imageset/Contents.json b/ios/10lesson/Images.xcassets/SplashScreen.imageset/Contents.json new file mode 100644 index 0000000..e67cd6c --- /dev/null +++ b/ios/10lesson/Images.xcassets/SplashScreen.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images": [ + { + "idiom": "universal", + "filename": "splashscreen.png", + "scale": "1x" + }, + { + "idiom": "universal", + "scale": "2x" + }, + { + "idiom": "universal", + "scale": "3x" + } + ], + "info": { + "version": 1, + "author": "expo" + } +}
\ No newline at end of file diff --git a/ios/10lesson/Images.xcassets/SplashScreen.imageset/splashscreen.png b/ios/10lesson/Images.xcassets/SplashScreen.imageset/splashscreen.png Binary files differnew file mode 100644 index 0000000..cc94f37 --- /dev/null +++ b/ios/10lesson/Images.xcassets/SplashScreen.imageset/splashscreen.png diff --git a/ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/Contents.json b/ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/Contents.json new file mode 100644 index 0000000..b5914aa --- /dev/null +++ b/ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images": [ + { + "idiom": "universal", + "filename": "background.png", + "scale": "1x" + }, + { + "idiom": "universal", + "scale": "2x" + }, + { + "idiom": "universal", + "scale": "3x" + } + ], + "info": { + "version": 1, + "author": "expo" + } +}
\ No newline at end of file diff --git a/ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/background.png b/ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/background.png Binary files differnew file mode 100644 index 0000000..ff3dd16 --- /dev/null +++ b/ios/10lesson/Images.xcassets/SplashScreenBackground.imageset/background.png |
