ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / Examples / iPhone / FreeFlight / FreeFlight-distribution-Info.plist
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>English</string>
7         <key>CFBundleDisplayName</key>
8         <string>AR.FreeFlight</string>
9         <key>CFBundleExecutable</key>
10         <string>${EXECUTABLE_NAME}</string>
11         <key>CFBundleIconFile</key>
12         <string></string>
13         <key>CFBundleIconFiles</key>
14         <array>
15                 <string>Icon.png</string>
16                 <string>Icon@2x.png</string>
17                 <string>Icon-72.png</string>
18         </array>
19         <key>CFBundleIdentifier</key>
20         <string>com.parrot.freeflight</string>
21         <key>CFBundleInfoDictionaryVersion</key>
22         <string>6.0</string>
23         <key>CFBundleName</key>
24         <string>${PRODUCT_NAME}</string>
25         <key>CFBundlePackageType</key>
26         <string>APPL</string>
27         <key>CFBundleSignature</key>
28         <string>????</string>
29         <key>CFBundleVersion</key>
30         <string>1.9</string>
31         <key>LSRequiresIPhoneOS</key>
32         <false/>
33         <key>NSMainNibFile</key>
34         <string>MainWindow</string>
35         <key>NSMainNibFile~ipad</key>
36         <string>MainWindow-iPad</string>
37         <key>UIApplicationExitsOnSuspend</key>
38         <true/>
39         <key>UIInterfaceOrientation</key>
40         <string>UIInterfaceOrientationLandscapeRight</string>
41         <key>UIStatusBarHidden</key>
42         <true/>
43 </dict>
44 </plist>