Commit 36700c28e49374fb893b54cb978f6797b33cf115
1 parent
88cd312c
no message
Showing
2 changed files
with
51 additions
and
0 deletions
LiveVideoCloud/LiveVideoCloud.xcodeproj/project.pbxproj
| @@ -1829,6 +1829,7 @@ | @@ -1829,6 +1829,7 @@ | ||
| 1829 | isa = XCBuildConfiguration; | 1829 | isa = XCBuildConfiguration; |
| 1830 | buildSettings = { | 1830 | buildSettings = { |
| 1831 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 1831 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 1832 | + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | ||
| 1832 | DEVELOPMENT_TEAM = 94X49GG3ZW; | 1833 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 1833 | FRAMEWORK_SEARCH_PATHS = ( | 1834 | FRAMEWORK_SEARCH_PATHS = ( |
| 1834 | "$(inherited)", | 1835 | "$(inherited)", |
| @@ -1851,6 +1852,7 @@ | @@ -1851,6 +1852,7 @@ | ||
| 1851 | isa = XCBuildConfiguration; | 1852 | isa = XCBuildConfiguration; |
| 1852 | buildSettings = { | 1853 | buildSettings = { |
| 1853 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 1854 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 1855 | + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | ||
| 1854 | DEVELOPMENT_TEAM = 94X49GG3ZW; | 1856 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 1855 | FRAMEWORK_SEARCH_PATHS = ( | 1857 | FRAMEWORK_SEARCH_PATHS = ( |
| 1856 | "$(inherited)", | 1858 | "$(inherited)", |
LiveVideoCloud/LiveVideoCloud/animation.xcassets/LaunchImage.launchimage/Contents.json
0 → 100644
| 1 | +{ | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "orientation" : "portrait", | ||
| 5 | + "idiom" : "ipad", | ||
| 6 | + "minimum-system-version" : "7.0", | ||
| 7 | + "extent" : "full-screen", | ||
| 8 | + "scale" : "2x" | ||
| 9 | + }, | ||
| 10 | + { | ||
| 11 | + "orientation" : "landscape", | ||
| 12 | + "idiom" : "ipad", | ||
| 13 | + "minimum-system-version" : "7.0", | ||
| 14 | + "extent" : "full-screen", | ||
| 15 | + "scale" : "1x" | ||
| 16 | + }, | ||
| 17 | + { | ||
| 18 | + "orientation" : "landscape", | ||
| 19 | + "idiom" : "ipad", | ||
| 20 | + "minimum-system-version" : "7.0", | ||
| 21 | + "extent" : "full-screen", | ||
| 22 | + "scale" : "2x" | ||
| 23 | + }, | ||
| 24 | + { | ||
| 25 | + "orientation" : "portrait", | ||
| 26 | + "idiom" : "iphone", | ||
| 27 | + "minimum-system-version" : "7.0", | ||
| 28 | + "scale" : "2x" | ||
| 29 | + }, | ||
| 30 | + { | ||
| 31 | + "orientation" : "portrait", | ||
| 32 | + "idiom" : "iphone", | ||
| 33 | + "minimum-system-version" : "7.0", | ||
| 34 | + "subtype" : "retina4", | ||
| 35 | + "scale" : "2x" | ||
| 36 | + }, | ||
| 37 | + { | ||
| 38 | + "orientation" : "portrait", | ||
| 39 | + "idiom" : "ipad", | ||
| 40 | + "minimum-system-version" : "7.0", | ||
| 41 | + "extent" : "full-screen", | ||
| 42 | + "scale" : "1x" | ||
| 43 | + } | ||
| 44 | + ], | ||
| 45 | + "info" : { | ||
| 46 | + "version" : 1, | ||
| 47 | + "author" : "xcode" | ||
| 48 | + } | ||
| 49 | +} | ||
| 0 | \ No newline at end of file | 50 | \ No newline at end of file |