Update version.
[pithos-macos] / pithos-macos / pithos-macos-Info.plist
index 2796712..05a07c7 100644 (file)
@@ -7,7 +7,7 @@
        <key>CFBundleExecutable</key>
        <string>${EXECUTABLE_NAME}</string>
        <key>CFBundleIconFile</key>
-       <string></string>
+       <string>pithos.icns</string>
        <key>CFBundleIdentifier</key>
        <string>gr.grnet.${PRODUCT_NAME:rfc1034identifier}</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.0</string>
+       <string>0.7.5</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>20120309a</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>PithosStorageURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr/v1</string>
-       <key>PithosPublicURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr</string>
-       <key>PithosLoginURLPrefix</key>
-       <string>https://pithos.dev.grnet.gr/login</string>
-       <key>PithosAboutURL</key>
-       <string>https://pithos.dev.grnet.gr/docs</string>
 </dict>
 </plist>