]> git.saurik.com Git - winterboard.git/blame - Info.plist
'Cancel' now works in-place on not-iPad as well, instead of popping the current list.
[winterboard.git] / Info.plist
CommitLineData
cf8bb1d4
JF
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4
5<dict>
6 <key>CFBundleDevelopmentRegion</key>
7 <string>en</string>
8
9 <key>CFBundleExecutable</key>
10 <string>WinterBoard</string>
11
12 <key>CFBundleIdentifier</key>
13 <string>com.saurik.WinterBoard</string>
14
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17
18 <key>CFBundleName</key>
19 <string>WinterBoard</string>
20
21 <key>CFBundlePackageType</key>
62b2dbad
JF
22 <string>APPL</string>
23
24 <key>CFBundleShortVersionString</key>
25 <string>0.9</string>
cf8bb1d4
JF
26
27 <key>CFBundleSignature</key>
28 <string>????</string>
29
30 <key>CFBundleVersion</key>
31 <string>0.9</string>
32
62b2dbad
JF
33 <key>SBUsesNetwork</key>
34 <integer>3</integer>
b44f5c22
DH
35
36 <key>UIDeviceFamily</key>
37 <array>
38 <integer>1</integer>
39 <integer>2</integer>
40 </array>
41
42 <key>UISupportedInterfaceOrientations</key>
43 <array>
44 <string>UIInterfaceOrientationPortrait</string>
45 <string>UIInterfaceOrientationPortraitUpsideDown</string>
46 <string>UIInterfaceOrientationLandscapeLeft</string>
47 <string>UIInterfaceOrientationLandscapeRight</string>
48 </array>
cf8bb1d4
JF
49</dict>
50
51</plist>