Improve open file UX
[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} dev</string>
9         <key>CFBundleDocumentTypes</key>
10         <array/>
11         <key>CFBundleExecutable</key>
12         <string>${EXECUTABLE_NAME}</string>
13         <key>CFBundleIconFile</key>
14         <string>pithos_icon.png</string>
15         <key>CFBundleIconFiles</key>
16         <array>
17                 <string>pithos_icon.png</string>
18                 <string>pithos_icon@2x.png</string>
19                 <string>pithos_icon_iPad.png</string>
20                 <string>pithos_icon_iPad@2x.png</string>
21         </array>
22         <key>CFBundleIcons</key>
23         <dict>
24                 <key>CFBundlePrimaryIcon</key>
25                 <dict>
26                         <key>CFBundleIconFiles</key>
27                         <array>
28                                 <string>pithos_icon.png</string>
29                                 <string>pithos_icon@2x.png</string>
30                                 <string>pithos_icon_iPad.png</string>
31                                 <string>pithos_icon_iPad@2x.png</string>
32                         </array>
33                         <key>UIPrerenderedIcon</key>
34                         <false/>
35                 </dict>
36         </dict>
37         <key>CFBundleIdentifier</key>
38         <string>gr.grnet.pithosplus.dev</string>
39         <key>CFBundleInfoDictionaryVersion</key>
40         <string>6.0</string>
41         <key>CFBundleName</key>
42         <string>${PRODUCT_NAME}</string>
43         <key>CFBundlePackageType</key>
44         <string>APPL</string>
45         <key>CFBundleShortVersionString</key>
46         <string>1.1.6</string>
47         <key>CFBundleSignature</key>
48         <string>????</string>
49         <key>CFBundleURLTypes</key>
50         <array>
51                 <dict>
52                         <key>CFBundleURLName</key>
53                         <string>gr.grnet.pithosplus</string>
54                         <key>CFBundleURLSchemes</key>
55                         <array>
56                                 <string>pithosdev</string>
57                         </array>
58                 </dict>
59         </array>
60         <key>CFBundleVersion</key>
61         <string>20121228.0</string>
62         <key>LSRequiresIPhoneOS</key>
63         <true/>
64         <key>NSMainNibFile</key>
65         <string>MainWindow</string>
66         <key>NSMainNibFile~ipad</key>
67         <string>MainWindow-iPad</string>
68         <key>UIApplicationExitsOnSuspend</key>
69         <false/>
70         <key>UIFileSharingEnabled</key>
71         <true/>
72         <key>UISupportedInterfaceOrientations</key>
73         <array>
74                 <string>UIInterfaceOrientationPortrait</string>
75         </array>
76         <key>UISupportedInterfaceOrientations~ipad</key>
77         <array>
78                 <string>UIInterfaceOrientationPortrait</string>
79                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
80                 <string>UIInterfaceOrientationLandscapeLeft</string>
81                 <string>UIInterfaceOrientationLandscapeRight</string>
82         </array>
83         <key>UTExportedTypeDeclarations</key>
84         <array/>
85         <key>UTImportedTypeDeclarations</key>
86         <array/>
87 </dict>
88 </plist>