Commit 8aed92d9e385120499e98c6d2043ffd3203c9ae6

Authored by 王军波
1 parent 3ceb1c2e

启动图

VLionADSDKDemo/VLionADSDKDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json
1 { 1 {
2 "images" : [ 2 "images" : [
3 { 3 {
4 - "orientation" : "portrait",  
5 - "idiom" : "ipad",  
6 - "minimum-system-version" : "7.0",  
7 "extent" : "full-screen", 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 "extent" : "full-screen", 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 "extent" : "full-screen", 25 "extent" : "full-screen",
  26 + "minimum-system-version" : "7.0",
22 "scale" : "2x" 27 "scale" : "2x"
23 }, 28 },
24 { 29 {
25 - "orientation" : "portrait", 30 + "extent" : "full-screen",
26 "idiom" : "iphone", 31 "idiom" : "iphone",
  32 + "subtype" : "retina4",
  33 + "filename" : "bg_launch_640_1136-1.png",
27 "minimum-system-version" : "7.0", 34 "minimum-system-version" : "7.0",
  35 + "orientation" : "portrait",
28 "scale" : "2x" 36 "scale" : "2x"
29 }, 37 },
30 { 38 {
31 "orientation" : "portrait", 39 "orientation" : "portrait",
32 "idiom" : "iphone", 40 "idiom" : "iphone",
33 "minimum-system-version" : "7.0", 41 "minimum-system-version" : "7.0",
34 - "subtype" : "retina4",  
35 "scale" : "2x" 42 "scale" : "2x"
36 }, 43 },
37 { 44 {
38 "orientation" : "portrait", 45 "orientation" : "portrait",
39 - "idiom" : "ipad", 46 + "idiom" : "iphone",
40 "minimum-system-version" : "7.0", 47 "minimum-system-version" : "7.0",
41 - "extent" : "full-screen",  
42 - "scale" : "1x" 48 + "subtype" : "retina4",
  49 + "scale" : "2x"
43 } 50 }
44 ], 51 ],
45 "info" : { 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,11 +4,6 @@
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string> 6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 - <key>NSAppTransportSecurity</key>  
8 - <dict>  
9 - <key>NSAllowsArbitraryLoads</key>  
10 - <true/>  
11 - </dict>  
12 <key>CFBundleExecutable</key> 7 <key>CFBundleExecutable</key>
13 <string>$(EXECUTABLE_NAME)</string> 8 <string>$(EXECUTABLE_NAME)</string>
14 <key>CFBundleIdentifier</key> 9 <key>CFBundleIdentifier</key>
@@ -25,8 +20,11 @@ @@ -25,8 +20,11 @@
25 <string>1</string> 20 <string>1</string>
26 <key>LSRequiresIPhoneOS</key> 21 <key>LSRequiresIPhoneOS</key>
27 <true/> 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 <key>UIMainStoryboardFile</key> 28 <key>UIMainStoryboardFile</key>
31 <string>Main</string> 29 <string>Main</string>
32 <key>UIRequiredDeviceCapabilities</key> 30 <key>UIRequiredDeviceCapabilities</key>