Modify login URL.
[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>pithos_icon.png</string>
18                 <string>pithos_icon@2x.png</string>
19         </array>
20         <key>CFBundleIcons</key>
21         <dict>
22                 <key>CFBundlePrimaryIcon</key>
23                 <dict>
24                         <key>CFBundleIconFiles</key>
25                         <array>
26                                 <string>pithos_icon.png</string>
27                                 <string>pithos_icon@2x.png</string>
28                         </array>
29                         <key>UIPrerenderedIcon</key>
30                         <false/>
31                 </dict>
32         </dict>
33         <key>CFBundleIdentifier</key>
34         <string>gr.grnet.pithosplus</string>
35         <key>CFBundleInfoDictionaryVersion</key>
36         <string>6.0</string>
37         <key>CFBundleName</key>
38         <string>${PRODUCT_NAME}</string>
39         <key>CFBundlePackageType</key>
40         <string>APPL</string>
41         <key>CFBundleShortVersionString</key>
42         <string>1.0</string>
43         <key>CFBundleSignature</key>
44         <string>????</string>
45         <key>CFBundleURLTypes</key>
46         <array>
47                 <dict>
48                         <key>CFBundleURLName</key>
49                         <string>gr.grnet.pithosplus</string>
50                         <key>CFBundleURLSchemes</key>
51                         <array>
52                                 <string>pithos</string>
53                         </array>
54                 </dict>
55         </array>
56         <key>CFBundleVersion</key>
57         <string>20120307a</string>
58         <key>LSRequiresIPhoneOS</key>
59         <true/>
60         <key>NSMainNibFile</key>
61         <string>MainWindow</string>
62         <key>NSMainNibFile~ipad</key>
63         <string>MainWindow-iPad</string>
64         <key>UIApplicationExitsOnSuspend</key>
65         <false/>
66         <key>UIFileSharingEnabled</key>
67         <true/>
68         <key>UISupportedInterfaceOrientations~ipad</key>
69         <array>
70                 <string>UIInterfaceOrientationPortrait</string>
71                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
72                 <string>UIInterfaceOrientationLandscapeLeft</string>
73                 <string>UIInterfaceOrientationLandscapeRight</string>
74         </array>
75         <key>UTExportedTypeDeclarations</key>
76         <array/>
77         <key>UTImportedTypeDeclarations</key>
78         <array/>
79 </dict>
80 </plist>