UI changes.
[pithos-ios] / OpenStack-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>${PRODUCT_NAME}</string>
9         <key>CFBundleDocumentTypes</key>
10         <array/>
11         <key>CFBundleExecutable</key>
12         <string>${EXECUTABLE_NAME}</string>
13         <key>CFBundleIconFile</key>
14         <string></string>
15         <key>CFBundleIconFiles</key>
16         <array>
17                 <string>openstack_icon.png</string>
18                 <string>openstack_icon@2x.png</string>
19         </array>
20         <key>CFBundleIdentifier</key>
21         <string>com.rackspacecloud.iphone</string>
22         <key>CFBundleInfoDictionaryVersion</key>
23         <string>6.0</string>
24         <key>CFBundleName</key>
25         <string>${PRODUCT_NAME}</string>
26         <key>CFBundlePackageType</key>
27         <string>APPL</string>
28         <key>CFBundleSignature</key>
29         <string>????</string>
30         <key>CFBundleURLTypes</key>
31         <array>
32                 <dict>
33                         <key>CFBundleURLName</key>
34                         <string>gr.grnet.pithos-ios</string>
35                         <key>CFBundleURLSchemes</key>
36                         <array>
37                                 <string>pithos</string>
38                         </array>
39                 </dict>
40         </array>
41         <key>CFBundleVersion</key>
42         <string>1.0</string>
43         <key>LSRequiresIPhoneOS</key>
44         <true/>
45         <key>NSMainNibFile</key>
46         <string>MainWindow</string>
47         <key>NSMainNibFile~ipad</key>
48         <string>MainWindow-iPad</string>
49         <key>PithosLoginURLPrefix</key>
50         <string>https://pithos.dev.grnet.gr/login</string>
51         <key>UIApplicationExitsOnSuspend</key>
52         <false/>
53         <key>UIFileSharingEnabled</key>
54         <true/>
55         <key>UISupportedInterfaceOrientations~ipad</key>
56         <array>
57                 <string>UIInterfaceOrientationPortrait</string>
58                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
59                 <string>UIInterfaceOrientationLandscapeLeft</string>
60                 <string>UIInterfaceOrientationLandscapeRight</string>
61         </array>
62         <key>UTExportedTypeDeclarations</key>
63         <array/>
64         <key>UTImportedTypeDeclarations</key>
65         <array/>
66 </dict>
67 </plist>