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>CFBundleExecutable</key>
8	<string>$(EXECUTABLE_NAME)</string>
9	<key>CFBundleIcons</key>
10	<dict/>
11	<key>CFBundleIcons~ipad</key>
12	<dict/>
13	<key>CFBundleIdentifier</key>
14	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>ScummVM</string>
19	<key>CFBundlePackageType</key>
20	<string>APPL</string>
21	<key>CFBundleShortVersionString</key>
22	<string>2.5.1</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>2.5.1</string>
27	<key>LSSupportsOpeningDocumentsInPlace</key>
28	<true/>
29	<key>UIApplicationExitsOnSuspend</key>
30	<false/>
31	<key>UIDeviceFamily</key>
32	<array>
33		<integer>1</integer>
34		<integer>2</integer>
35	</array>
36	<key>UIFileSharingEnabled</key>
37	<true/>
38	<key>UILaunchImages</key>
39	<array/>
40	<key>UILaunchStoryboardName</key>
41	<string>LaunchScreen_ios</string>
42	<key>UIPrerenderedIcon</key>
43	<true/>
44	<key>UIRequiresFullScreen</key>
45	<true/>
46	<key>UIStatusBarHidden</key>
47	<true/>
48	<key>UISupportedInterfaceOrientations</key>
49	<array>
50		<string>UIInterfaceOrientationLandscapeLeft</string>
51		<string>UIInterfaceOrientationLandscapeRight</string>
52		<string>UIInterfaceOrientationPortrait</string>
53		<string>UIInterfaceOrientationPortraitUpsideDown</string>
54	</array>
55	<key>UISupportedInterfaceOrientations~ipad</key>
56	<array>
57		<string>UIInterfaceOrientationLandscapeLeft</string>
58		<string>UIInterfaceOrientationLandscapeRight</string>
59		<string>UIInterfaceOrientationPortrait</string>
60		<string>UIInterfaceOrientationPortraitUpsideDown</string>
61	</array>
62</dict>
63</plist>
64