| Index: remoting/client/ios/chromiumoting/Resources/Info.plist
|
| diff --git a/remoting/client/ios/chromiumoting/Resources/Info.plist b/remoting/client/ios/chromiumoting/Resources/Info.plist
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f1dc2d48f74518f6c153d6ceb9adad7c7d97249b
|
| --- /dev/null
|
| +++ b/remoting/client/ios/chromiumoting/Resources/Info.plist
|
| @@ -0,0 +1,49 @@
|
| +<?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>chromiumoting</string>
|
| + <key>CFBundleExecutable</key>
|
| + <string>chromiumoting</string>
|
| + <key>CFBundleIdentifier</key>
|
| + <string>com.google.chromiumoting</string>
|
| + <key>CFBundleInfoDictionaryVersion</key>
|
| + <string>6.0</string>
|
| + <key>CFBundleName</key>
|
| + <string>smokey</string>
|
| + <key>CFBundlePackageType</key>
|
| + <string>APPL</string>
|
| + <key>CFBundleSignature</key>
|
| + <string>????</string>
|
| + <key>CFBundleVersion</key>
|
| + <string>0.0.0</string>
|
| + <key>ITSAppUsesNonExemptEncryption</key>
|
| + <true/>
|
| + <key>ITSEncryptionExportComplianceCode</key>
|
| + <string>1ae3a51e-8dc3-4c12-8f0c-35cf8b22c6a2</string>
|
| + <key>LSRequiresIPhoneOS</key>
|
| + <true/>
|
| + <key>UIPrerenderedIcon</key>
|
| + <true/>
|
| + <key>UIRequiresPersistentWiFi</key>
|
| + <true/>
|
| + <key>UIStatusBarStyle</key>
|
| + <string>UIStatusBarStyleLightContent</string>
|
| + <key>UISupportedInterfaceOrientations</key>
|
| + <array>
|
| + <string>UIInterfaceOrientationPortrait</string>
|
| + <string>UIInterfaceOrientationLandscapeLeft</string>
|
| + <string>UIInterfaceOrientationLandscapeRight</string>
|
| + </array>
|
| + <key>UISupportedInterfaceOrientations~ipad</key>
|
| + <array>
|
| + <string>UIInterfaceOrientationPortrait</string>
|
| + <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
| + <string>UIInterfaceOrientationLandscapeLeft</string>
|
| + <string>UIInterfaceOrientationLandscapeRight</string>
|
| + </array>
|
| +</dict>
|
| +</plist>
|
|
|