ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / Examples / iPhone / FreeFlight / FreeFlight-distribution-Info.plist
diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/iPhone/FreeFlight/FreeFlight-distribution-Info.plist b/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/iPhone/FreeFlight/FreeFlight-distribution-Info.plist
new file mode 100644 (file)
index 0000000..3798636
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleDisplayName</key>
+       <string>AR.FreeFlight</string>
+       <key>CFBundleExecutable</key>
+       <string>${EXECUTABLE_NAME}</string>
+       <key>CFBundleIconFile</key>
+       <string></string>
+       <key>CFBundleIconFiles</key>
+       <array>
+               <string>Icon.png</string>
+               <string>Icon@2x.png</string>
+               <string>Icon-72.png</string>
+       </array>
+       <key>CFBundleIdentifier</key>
+       <string>com.parrot.freeflight</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>${PRODUCT_NAME}</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>1.9</string>
+       <key>LSRequiresIPhoneOS</key>
+       <false/>
+       <key>NSMainNibFile</key>
+       <string>MainWindow</string>
+       <key>NSMainNibFile~ipad</key>
+       <string>MainWindow-iPad</string>
+       <key>UIApplicationExitsOnSuspend</key>
+       <true/>
+       <key>UIInterfaceOrientation</key>
+       <string>UIInterfaceOrientationLandscapeRight</string>
+       <key>UIStatusBarHidden</key>
+       <true/>
+</dict>
+</plist>