Changeset 641 for branches/uploadr/3.2/MacUploadr.app/Contents/Info.plist
- Timestamp:
- 06/29/09 13:05:34 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/uploadr/3.2/MacUploadr.app/Contents/Info.plist
r636 r641 1 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">2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 5 <key>CFBundleDevelopmentRegion</key> 6 6 <string>English</string> 7 <key>CFBundleExecutable</key>8 <string>xulrunner</string>9 7 <key>CFBundleDocumentTypes</key> 10 8 <array> … … 60 58 </dict> 61 59 </array> 60 <key>CFBundleExecutable</key> 61 <string>xulrunner</string> 62 62 <key>CFBundleGetInfoString</key> 63 63 <string>Flickr Uploadr 3.2.1, (c) Yahoo!, Inc.</string> 64 <key>CFBundleIconFile</key> 65 <string>icons.icns</string> 64 66 <key>CFBundleIdentifier</key> 65 67 <string>com.flickr.uploadr</string> … … 71 73 <string>APPL</string> 72 74 <key>CFBundleShortVersionString</key> 73 <string>3.2. 1</string>75 <string>3.2.2</string> 74 76 <key>CFBundleSignature</key> 75 77 <string>FLUP</string> 76 <key>CFBundleIconFile</key>77 <string>icons.icns</string>78 78 <key>CFBundleURLTypes</key> 79 79 <array> 80 80 <dict> 81 81 <key>CFBundleURLName</key> 82 <string> Flickr Uploadr</string>82 <string>com.flickr.uploadr</string> 83 83 <key>CFBundleURLSchemes</key> 84 84 <array> 85 85 <string>chrome</string> 86 <string>flickrup</string> 86 87 </array> 87 88 </dict>