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>EDuke32</string>
9	<key>CFBundleExecutable</key>
10	<string>${EXECUTABLE_NAME}</string>
11	<key>CFBundleIcons</key>
12	<dict/>
13	<key>CFBundleIcons~ipad</key>
14	<dict/>
15	<key>CFBundleIdentifier</key>
16	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
17	<key>CFBundleInfoDictionaryVersion</key>
18	<string>6.0</string>
19	<key>CFBundleName</key>
20	<string>EDuke32</string>
21	<key>CFBundlePackageType</key>
22	<string>APPL</string>
23	<key>CFBundleShortVersionString</key>
24	<string>1.0</string>
25	<key>CFBundleSignature</key>
26	<string>????</string>
27	<key>CFBundleVersion</key>
28	<string>1.0</string>
29	<key>LSRequiresIPhoneOS</key>
30	<true/>
31	<key>UIRequiredDeviceCapabilities</key>
32	<array>
33		<string>armv7</string>
34	</array>
35	<key>UIRequiresFullScreen</key>
36	<true/>
37	<key>UIStatusBarHidden</key>
38	<true/>
39	<key>UIStatusBarStyle</key>
40	<string>UIStatusBarStyleLightContent</string>
41	<key>UISupportedInterfaceOrientations</key>
42	<array>
43		<string>UIInterfaceOrientationLandscapeLeft</string>
44		<string>UIInterfaceOrientationLandscapeRight</string>
45	</array>
46	<key>UISupportedInterfaceOrientations~ipad</key>
47	<array>
48		<string>UIInterfaceOrientationLandscapeLeft</string>
49		<string>UIInterfaceOrientationLandscapeRight</string>
50	</array>
51</dict>
52</plist>
53