OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>CFBundleDevelopmentRegion</key> | |
6 <string>en</string> | |
7 <key>CFBundleDisplayName</key> | |
8 <string>${PRODUCT_NAME}</string> | |
9 <key>CFBundleExecutable</key> | |
10 <string>${EXECUTABLE_NAME}</string> | |
11 <key>CFBundleIdentifier</key> | |
12 <string>org.chromium.test.ios_web_shell_test_host</string> | |
13 <key>CFBundleInfoDictionaryVersion</key> | |
14 <string>6.0</string> | |
15 <key>CFBundleName</key> | |
16 <string>${PRODUCT_NAME}</string> | |
17 <key>CFBundlePackageType</key> | |
18 <string>APPL</string> | |
19 <key>CFBundleShortVersionString</key> | |
20 <string>1.0</string> | |
21 <key>CFBundleSignature</key> | |
22 <string>????</string> | |
23 <key>CFBundleVersion</key> | |
24 <string>1.0</string> | |
25 <key>LSRequiresIPhoneOS</key> | |
26 <true/> | |
27 <key>NSAppTransportSecurity</key> | |
28 <dict> | |
29 <key>NSAllowsArbitraryLoads</key> | |
30 <true/> | |
31 </dict> | |
32 <key>UIRequiredDeviceCapabilities</key> | |
33 <array> | |
34 <string>armv7</string> | |
35 </array> | |
36 <key>UILaunchImages</key> | |
37 <array> | |
38 <dict> | |
39 <key>UILaunchImageMinimumOSVersion</key> | |
40 <string>7.0</string> | |
41 <key>UILaunchImageName</key> | |
42 <string>Default</string> | |
43 <key>UILaunchImageOrientation</key> | |
44 <string>Portrait</string> | |
45 <key>UILaunchImageSize</key> | |
46 <string>{320, 480}</string> | |
47 </dict> | |
48 <dict> | |
49 <key>UILaunchImageMinimumOSVersion</key> | |
50 <string>7.0</string> | |
51 <key>UILaunchImageName</key> | |
52 <string>Default</string> | |
53 <key>UILaunchImageOrientation</key> | |
54 <string>Portrait</string> | |
55 <key>UILaunchImageSize</key> | |
56 <string>{320, 568}</string> | |
57 </dict> | |
58 <dict> | |
59 <key>UILaunchImageMinimumOSVersion</key> | |
60 <string>8.0</string> | |
61 <key>UILaunchImageName</key> | |
62 <string>Default</string> | |
63 <key>UILaunchImageOrientation</key> | |
64 <string>Portrait</string> | |
65 <key>UILaunchImageSize</key> | |
66 <string>{375, 667}</string> | |
67 </dict> | |
68 <dict> | |
69 <key>UILaunchImageMinimumOSVersion</key> | |
70 <string>8.0</string> | |
71 <key>UILaunchImageName</key> | |
72 <string>Default</string> | |
73 <key>UILaunchImageOrientation</key> | |
74 <string>Portrait</string> | |
75 <key>UILaunchImageSize</key> | |
76 <string>{414, 736}</string> | |
77 </dict> | |
78 <dict> | |
79 <key>UILaunchImageMinimumOSVersion</key> | |
80 <string>8.0</string> | |
81 <key>UILaunchImageName</key> | |
82 <string>Default</string> | |
83 <key>UILaunchImageOrientation</key> | |
84 <string>Landscape</string> | |
85 <key>UILaunchImageSize</key> | |
86 <string>{414, 736}</string> | |
87 </dict> | |
88 </array> | |
89 <key>UILaunchImages~ipad</key> | |
90 <array> | |
91 <dict> | |
92 <key>UILaunchImageMinimumOSVersion</key> | |
93 <string>7.0</string> | |
94 <key>UILaunchImageName</key> | |
95 <string>Default</string> | |
96 <key>UILaunchImageOrientation</key> | |
97 <string>Portrait</string> | |
98 <key>UILaunchImageSize</key> | |
99 <string>{768, 1024}</string> | |
100 </dict> | |
101 <dict> | |
102 <key>UILaunchImageMinimumOSVersion</key> | |
103 <string>7.0</string> | |
104 <key>UILaunchImageName</key> | |
105 <string>Default</string> | |
106 <key>UILaunchImageOrientation</key> | |
107 <string>Landscape</string> | |
108 <key>UILaunchImageSize</key> | |
109 <string>{768, 1024}</string> | |
110 </dict> | |
111 </array> | |
112 <key>UISupportedInterfaceOrientations</key> | |
113 <array> | |
114 <string>UIInterfaceOrientationPortrait</string> | |
115 <string>UIInterfaceOrientationLandscapeLeft</string> | |
116 <string>UIInterfaceOrientationLandscapeRight</string> | |
117 </array> | |
118 <key>UISupportedInterfaceOrientations~ipad</key> | |
119 <array> | |
120 <string>UIInterfaceOrientationPortrait</string> | |
121 <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
122 <string>UIInterfaceOrientationLandscapeLeft</string> | |
123 <string>UIInterfaceOrientationLandscapeRight</string> | |
124 </array> | |
125 </dict> | |
126 </plist> | |
OLD | NEW |