Blame view

ios/GameSDKDemo/letsgameDemo/Images.xcassets/LaunchImage.launchimage/Contents.json 1.77 KB
23a302b86   alexYang   GameSDK 的iOS分支提交,...
1
2
3
4
5
  {
    "images" : [
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
23a302b86   alexYang   GameSDK 的iOS分支提交,...
6
        "extent" : "full-screen",
c312dc017   alexYang   第三方支付关闭按钮一直存在
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
        "minimum-system-version" : "11.0",
        "subtype" : "2436h",
        "scale" : "3x"
      },
      {
        "orientation" : "landscape",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "minimum-system-version" : "11.0",
        "subtype" : "2436h",
        "scale" : "3x"
      },
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "minimum-system-version" : "8.0",
        "subtype" : "736h",
        "scale" : "3x"
      },
      {
        "orientation" : "landscape",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "minimum-system-version" : "8.0",
        "subtype" : "736h",
        "scale" : "3x"
      },
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "minimum-system-version" : "8.0",
        "subtype" : "667h",
        "scale" : "2x"
      },
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
        "extent" : "full-screen",
23a302b86   alexYang   GameSDK 的iOS分支提交,...
47
48
49
50
        "minimum-system-version" : "7.0",
        "scale" : "2x"
      },
      {
2ef9eacc0   alexYang   v3.3.9版本
51
        "orientation" : "portrait",
23a302b86   alexYang   GameSDK 的iOS分支提交,...
52
        "idiom" : "iphone",
2ef9eacc0   alexYang   v3.3.9版本
53
        "extent" : "full-screen",
23a302b86   alexYang   GameSDK 的iOS分支提交,...
54
        "minimum-system-version" : "7.0",
c312dc017   alexYang   第三方支付关闭按钮一直存在
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
        "subtype" : "retina4",
        "scale" : "2x"
      },
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "scale" : "1x"
      },
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "scale" : "2x"
      },
      {
        "orientation" : "portrait",
        "idiom" : "iphone",
        "extent" : "full-screen",
        "subtype" : "retina4",
23a302b86   alexYang   GameSDK 的iOS分支提交,...
75
76
77
78
79
80
81
82
        "scale" : "2x"
      }
    ],
    "info" : {
      "version" : 1,
      "author" : "xcode"
    }
  }