Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: remoting/client/ios/chromiumoting/Resources/Info.plist

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: Adjusting how gl_renderer draws layers and added a demo app for CRD iOS. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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>chromiumoting</string>
9 <key>CFBundleExecutable</key>
10 <string>chromiumoting</string>
11 <key>CFBundleIdentifier</key>
12 <string>com.google.chromiumoting</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>smokey</string>
17 <key>CFBundlePackageType</key>
18 <string>APPL</string>
19 <key>CFBundleSignature</key>
20 <string>????</string>
21 <key>CFBundleVersion</key>
22 <string>0.0.0</string>
23 <key>ITSAppUsesNonExemptEncryption</key>
24 <true/>
25 <key>ITSEncryptionExportComplianceCode</key>
26 <string>1ae3a51e-8dc3-4c12-8f0c-35cf8b22c6a2</string>
27 <key>LSRequiresIPhoneOS</key>
28 <true/>
29 <key>UIPrerenderedIcon</key>
30 <true/>
31 <key>UIRequiresPersistentWiFi</key>
32 <true/>
33 <key>UIStatusBarStyle</key>
34 <string>UIStatusBarStyleLightContent</string>
35 <key>UISupportedInterfaceOrientations</key>
36 <array>
37 <string>UIInterfaceOrientationPortrait</string>
38 <string>UIInterfaceOrientationLandscapeLeft</string>
39 <string>UIInterfaceOrientationLandscapeRight</string>
40 </array>
41 <key>UISupportedInterfaceOrientations~ipad</key>
42 <array>
43 <string>UIInterfaceOrientationPortrait</string>
44 <string>UIInterfaceOrientationPortraitUpsideDown</string>
45 <string>UIInterfaceOrientationLandscapeLeft</string>
46 <string>UIInterfaceOrientationLandscapeRight</string>
47 </array>
48 </dict>
49 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698