Make info windows modular. Add support for versions pane in info window. Allow downlo...
[pithos-macos] / pithos-macos / pithos-macos-Info.plist
index 7ba208d..59827df 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.0</string>
+       <string>0.8</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleURLTypes</key>
        <array>
                <dict>
                        <key>CFBundleURLName</key>
-                       <string>Pithos&apos; URL</string>
+                       <string>gr.grnet.pithos-macos</string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>pithos</string>
                </dict>
        </array>
        <key>CFBundleVersion</key>
-       <string>1</string>
+       <string>20120311a</string>
        <key>LSMinimumSystemVersion</key>
        <string>${MACOSX_DEPLOYMENT_TARGET}</string>
+       <key>LSUIElement</key>
+       <true/>
        <key>NSMainNibFile</key>
        <string>MainMenu</string>
        <key>NSPrincipalClass</key>
        <string>NSApplication</string>
-       <key>PithosAboutURL</key>
-       <string>https://pithos.dev.grnet.gr/docs</string>
-       <key>PithosLoginURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr/login</string>
-       <key>PithosPublicURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr</string>
-       <key>PithosStorageURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr/v1</string>
-       <key>PithosSyncContainerName</key>
-       <string>pithos</string>
-       <key>PithosSyncTimeInterval</key>
-       <real>180</real>
 </dict>
 </plist>