Show
Ignore:
Timestamp:
06/29/09 13:05:34 (5 months ago)
Author:
jdecq
Message:

new temporary build, additional command line handler modification to retrieve frob, GM version matching site...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/uploadr/3.2/MacUploadr.app/Contents/Info.plist

    r636 r641  
    11<?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"> 
     2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    55        <key>CFBundleDevelopmentRegion</key> 
    66        <string>English</string> 
    7         <key>CFBundleExecutable</key> 
    8         <string>xulrunner</string> 
    97        <key>CFBundleDocumentTypes</key> 
    108        <array> 
     
    6058                </dict> 
    6159        </array> 
     60        <key>CFBundleExecutable</key> 
     61        <string>xulrunner</string> 
    6262        <key>CFBundleGetInfoString</key> 
    6363        <string>Flickr Uploadr 3.2.1, (c) Yahoo!, Inc.</string> 
     64        <key>CFBundleIconFile</key> 
     65        <string>icons.icns</string> 
    6466        <key>CFBundleIdentifier</key> 
    6567        <string>com.flickr.uploadr</string> 
     
    7173        <string>APPL</string> 
    7274        <key>CFBundleShortVersionString</key> 
    73         <string>3.2.1</string> 
     75        <string>3.2.2</string> 
    7476        <key>CFBundleSignature</key> 
    7577        <string>FLUP</string> 
    76         <key>CFBundleIconFile</key> 
    77         <string>icons.icns</string> 
    7878        <key>CFBundleURLTypes</key> 
    7979        <array> 
    8080                <dict> 
    8181                        <key>CFBundleURLName</key> 
    82                         <string>Flickr Uploadr</string> 
     82                        <string>com.flickr.uploadr</string> 
    8383                        <key>CFBundleURLSchemes</key> 
    8484                        <array> 
    8585                                <string>chrome</string> 
     86                                <string>flickrup</string> 
    8687                        </array> 
    8788                </dict>