Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / sdks / ios / runtime / Info.plist.in
blob0b5d296d3fe360dc61b8fe12e8378811e660b4c3
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>BuildMachineOSBuild</key>
6 <string>16G1036</string>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string>
9 <key>CFBundleExecutable</key>
10 <string>BUNDLE_EXECUTABLE</string>
11 <key>CFBundleIdentifier</key>
12 <string>BUNDLE_IDENTIFIER</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>BUNDLE_NAME</string>
17 <key>CFBundlePackageType</key>
18 <string>APPL</string>
19 <key>CFBundleShortVersionString</key>
20 <string>1.0</string>
21 <key>CFBundleSupportedPlatforms</key>
22 <array>
23 <string>iPhoneSimulator</string>
24 </array>
25 <key>CFBundleVersion</key>
26 <string>1</string>
27 <key>DTCompiler</key>
28 <string>com.apple.compilers.llvm.clang.1_0</string>
29 <key>DTPlatformBuild</key>
30 <string></string>
31 <key>DTPlatformName</key>
32 <string>iphonesimulator</string>
33 <key>DTPlatformVersion</key>
34 <string>10.1</string>
35 <key>DTSDKBuild</key>
36 <string>15B87</string>
37 <key>DTSDKName</key>
38 <string>iphonesimulator11.1</string>
39 <key>DTXcode</key>
40 <string>0910</string>
41 <key>DTXcodeBuild</key>
42 <string>9B55</string>
43 <key>LSRequiresIPhoneOS</key>
44 <true/>
45 <key>MinimumOSVersion</key>
46 <string>10.1</string>
47 <key>UIDeviceFamily</key>
48 <array>
49 <integer>1</integer>
50 <integer>2</integer>
51 <integer>3</integer>
52 </array>
53 <key>UILaunchStoryboardName</key>
54 <string>LaunchScreen</string>
55 <key>UIMainStoryboardFile</key>
56 <string>Main</string>
57 <key>UIRequiredDeviceCapabilities</key>
58 <array>
59 <string>armv7</string>
60 </array>
61 <key>UISupportedInterfaceOrientations</key>
62 <array>
63 <string>UIInterfaceOrientationPortrait</string>
64 <string>UIInterfaceOrientationLandscapeLeft</string>
65 <string>UIInterfaceOrientationLandscapeRight</string>
66 </array>
67 <key>UISupportedInterfaceOrientations~ipad</key>
68 <array>
69 <string>UIInterfaceOrientationPortrait</string>
70 <string>UIInterfaceOrientationPortraitUpsideDown</string>
71 <string>UIInterfaceOrientationLandscapeLeft</string>
72 <string>UIInterfaceOrientationLandscapeRight</string>
73 </array>
74 </dict>
75 </plist>