1
1
{
2
- "init_cfg" : {
3
- "isLandscape" : true ,
4
- "isWindowTop" : false ,
5
- "name" : " PrebuiltRuntimeLua" ,
6
- "width" : 960 ,
7
- "height" : 640 ,
8
- "entry" : " src/main.lua" ,
9
- "consolePort" : 6010 ,
10
- "uploadPort" : 6020 ,
11
- "forwardConsolePort" : 10089 ,
12
- "forwardUploadPort" : 10091
13
- },
14
- "simulator_screen_size" : [
15
- {
16
- "title" : " iPhone 3Gs (480x320)" ,
17
- "width" : 480 ,
18
- "height" : 320
19
- },
20
- {
21
- "title" : " iPhone 4 (960x640)" ,
22
- "width" : 960 ,
23
- "height" : 640
24
- },
25
- {
26
- "title" : " iPhone 5 (1136x640)" ,
27
- "width" : 1136 ,
28
- "height" : 640
29
- },
30
- {
31
- "title" : " iPad (1024x768)" ,
32
- "width" : 1024 ,
33
- "height" : 768
34
- },
35
- {
36
- "title" : " iPad Retina (2048x1536)" ,
37
- "width" : 2048 ,
38
- "height" : 1536
39
- },
40
- {
41
- "title" : " Android (800x480)" ,
42
- "width" : 800 ,
43
- "height" : 480
44
- },
45
- {
46
- "title" : " Android (854x480)" ,
47
- "width" : 854 ,
48
- "height" : 480
49
- },
50
- {
51
- "title" : " Android (1280x720)" ,
52
- "width" : 1280 ,
53
- "height" : 720
54
- },
55
- {
56
- "title" : " Android (1920x1080)" ,
57
- "width" : 1920 ,
58
- "height" : 1080
59
- }
60
- ]
61
- }
2
+ "init_cfg" :{
3
+ "isLandscape" : true ,
4
+ "isWindowTop" : false ,
5
+ "name" : " PrebuiltRuntimeLua" ,
6
+ "width" : 960 ,
7
+ "height" : 640 ,
8
+ "entry" : " src/main.lua" ,
9
+ "consolePort" : 6010 ,
10
+ "uploadPort" : 6020
11
+ },
12
+ "simulator_screen_size" : [
13
+ {
14
+ "title" : " iPhone 3Gs (480x320)" ,
15
+ "width" : 480 ,
16
+ "height" : 320
17
+ },
18
+ {
19
+ "title" : " iPhone 4 (960x640)" ,
20
+ "width" : 960 ,
21
+ "height" : 640
22
+ },
23
+ {
24
+ "title" : " iPhone 5 (1136x640)" ,
25
+ "width" : 1136 ,
26
+ "height" : 640
27
+ },
28
+ {
29
+ "title" : " iPad (1024x768)" ,
30
+ "width" : 1024 ,
31
+ "height" : 768
32
+ },
33
+ {
34
+ "title" : " iPad Retina (2048x1536)" ,
35
+ "width" : 2048 ,
36
+ "height" : 1536
37
+ },
38
+ {
39
+ "title" : " Android (800x480)" ,
40
+ "width" : 800 ,
41
+ "height" : 480
42
+ },
43
+ {
44
+ "title" : " Android (854x480)" ,
45
+ "width" : 854 ,
46
+ "height" : 480
47
+ },
48
+ {
49
+ "title" : " Android (1280x720)" ,
50
+ "width" : 1280 ,
51
+ "height" : 720
52
+ },
53
+ {
54
+ "title" : " Android (1920x1080)" ,
55
+ "width" : 1920 ,
56
+ "height" : 1080
57
+ }
58
+ ]
59
+ }
0 commit comments