Commit 8aed92d9e385120499e98c6d2043ffd3203c9ae6
1 parent
3ceb1c2e
启动图
Showing
6 changed files
with
28 additions
and
23 deletions
VLionADSDKDemo/VLionADSDKDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json
| 1 | 1 | { |
| 2 | 2 | "images" : [ |
| 3 | 3 | { |
| 4 | - "orientation" : "portrait", | |
| 5 | - "idiom" : "ipad", | |
| 6 | - "minimum-system-version" : "7.0", | |
| 7 | 4 | "extent" : "full-screen", |
| 8 | - "scale" : "2x" | |
| 5 | + "idiom" : "iphone", | |
| 6 | + "subtype" : "736h", | |
| 7 | + "filename" : "bg_launch_1242.png", | |
| 8 | + "minimum-system-version" : "8.0", | |
| 9 | + "orientation" : "portrait", | |
| 10 | + "scale" : "3x" | |
| 9 | 11 | }, |
| 10 | 12 | { |
| 11 | - "orientation" : "landscape", | |
| 12 | - "idiom" : "ipad", | |
| 13 | - "minimum-system-version" : "7.0", | |
| 14 | 13 | "extent" : "full-screen", |
| 15 | - "scale" : "1x" | |
| 14 | + "idiom" : "iphone", | |
| 15 | + "subtype" : "667h", | |
| 16 | + "filename" : "bg_launch_750.png", | |
| 17 | + "minimum-system-version" : "8.0", | |
| 18 | + "orientation" : "portrait", | |
| 19 | + "scale" : "2x" | |
| 16 | 20 | }, |
| 17 | 21 | { |
| 18 | - "orientation" : "landscape", | |
| 19 | - "idiom" : "ipad", | |
| 20 | - "minimum-system-version" : "7.0", | |
| 22 | + "orientation" : "portrait", | |
| 23 | + "idiom" : "iphone", | |
| 24 | + "filename" : "bg_launch_640_960-1.png", | |
| 21 | 25 | "extent" : "full-screen", |
| 26 | + "minimum-system-version" : "7.0", | |
| 22 | 27 | "scale" : "2x" |
| 23 | 28 | }, |
| 24 | 29 | { |
| 25 | - "orientation" : "portrait", | |
| 30 | + "extent" : "full-screen", | |
| 26 | 31 | "idiom" : "iphone", |
| 32 | + "subtype" : "retina4", | |
| 33 | + "filename" : "bg_launch_640_1136-1.png", | |
| 27 | 34 | "minimum-system-version" : "7.0", |
| 35 | + "orientation" : "portrait", | |
| 28 | 36 | "scale" : "2x" |
| 29 | 37 | }, |
| 30 | 38 | { |
| 31 | 39 | "orientation" : "portrait", |
| 32 | 40 | "idiom" : "iphone", |
| 33 | 41 | "minimum-system-version" : "7.0", |
| 34 | - "subtype" : "retina4", | |
| 35 | 42 | "scale" : "2x" |
| 36 | 43 | }, |
| 37 | 44 | { |
| 38 | 45 | "orientation" : "portrait", |
| 39 | - "idiom" : "ipad", | |
| 46 | + "idiom" : "iphone", | |
| 40 | 47 | "minimum-system-version" : "7.0", |
| 41 | - "extent" : "full-screen", | |
| 42 | - "scale" : "1x" | |
| 48 | + "subtype" : "retina4", | |
| 49 | + "scale" : "2x" | |
| 43 | 50 | } |
| 44 | 51 | ], |
| 45 | 52 | "info" : { | ... | ... |
VLionADSDKDemo/VLionADSDKDemo/Assets.xcassets/LaunchImage.launchimage/bg_launch_1242.png
0 → 100644
549 KB
VLionADSDKDemo/VLionADSDKDemo/Assets.xcassets/LaunchImage.launchimage/bg_launch_640_1136-1.png
0 → 100644
207 KB
VLionADSDKDemo/VLionADSDKDemo/Assets.xcassets/LaunchImage.launchimage/bg_launch_640_960-1.png
0 → 100644
204 KB
VLionADSDKDemo/VLionADSDKDemo/Assets.xcassets/LaunchImage.launchimage/bg_launch_750.png
0 → 100644
263 KB
VLionADSDKDemo/VLionADSDKDemo/Info.plist
| ... | ... | @@ -4,11 +4,6 @@ |
| 4 | 4 | <dict> |
| 5 | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 7 | - <key>NSAppTransportSecurity</key> | |
| 8 | - <dict> | |
| 9 | - <key>NSAllowsArbitraryLoads</key> | |
| 10 | - <true/> | |
| 11 | - </dict> | |
| 12 | 7 | <key>CFBundleExecutable</key> |
| 13 | 8 | <string>$(EXECUTABLE_NAME)</string> |
| 14 | 9 | <key>CFBundleIdentifier</key> |
| ... | ... | @@ -25,8 +20,11 @@ |
| 25 | 20 | <string>1</string> |
| 26 | 21 | <key>LSRequiresIPhoneOS</key> |
| 27 | 22 | <true/> |
| 28 | - <key>UILaunchStoryboardName</key> | |
| 29 | - <string>LaunchScreen</string> | |
| 23 | + <key>NSAppTransportSecurity</key> | |
| 24 | + <dict> | |
| 25 | + <key>NSAllowsArbitraryLoads</key> | |
| 26 | + <true/> | |
| 27 | + </dict> | |
| 30 | 28 | <key>UIMainStoryboardFile</key> |
| 31 | 29 | <string>Main</string> |
| 32 | 30 | <key>UIRequiredDeviceCapabilities</key> | ... | ... |