Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1051 chris 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>CFBundleDisplayName</key>
6
        <string>Darts2Go</string>
7
        <key>MinimumOSVersion</key>
8
        <string>3.2</string>
9
        <key>UIDeviceFamily</key>
10
        <array>
11
                <integer>2</integer>
12
                <integer>1</integer>
13
        </array>
14
        <key>UIStatusBarHidden</key>
15
        <true/>
16
        <key>UISupportedInterfaceOrientations</key>
17
        <array>
18
                <string>UIInterfaceOrientationPortrait</string>
19
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
20
        </array>
21
        <key>UISupportedInterfaceOrientations~ipad</key>
22
        <array>
23
                <string>UIInterfaceOrientationLandscapeLeft</string>
24
                <string>UIInterfaceOrientationLandscapeRight</string>
25
        </array>
26
</dict>
27
</plist>