Make properties resizable. Fix about window.
[pithos-macos] / pithos-macos / pithos-macos-Info.plist
index a4fb023..1d2ca51 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</string>
        <key>CFBundleSignature</key>
        <string>????</string>
+       <key>CFBundleURLTypes</key>
+       <array>
+               <dict>
+                       <key>CFBundleURLName</key>
+                       <string>gr.grnet.pithos-macos</string>
+                       <key>CFBundleURLSchemes</key>
+                       <array>
+                               <string>pithos</string>
+                       </array>
+               </dict>
+       </array>
        <key>CFBundleVersion</key>
-       <string>1</string>
+       <string>20120229a</string>
        <key>LSMinimumSystemVersion</key>
        <string>${MACOSX_DEPLOYMENT_TARGET}</string>
+       <key>LSUIElement</key>
+       <true/>
        <key>NSMainNibFile</key>
        <string>MainMenu</string>
        <key>NSPrincipalClass</key>