Changeset 7676
- Timestamp:
- Jan 12, 2009, 12:26:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/macosx/Info.plist
r7671 r7676 8 8 <array> 9 9 <dict> 10 <key>CFBundleTypeIconFile</key> 11 <string>TransmissionDocument</string> 12 <key>CFBundleTypeName</key> 13 <string>BitTorrent Document</string> 14 <key>CFBundleTypeRole</key> 15 <string>Viewer</string> 10 16 <key>CFBundleTypeExtensions</key> 11 17 <array> 12 18 <string>torrent</string> 13 19 </array> 14 <key>CFBundleTypeIconFile</key>15 <string>TransmissionDocument</string>16 <key>CFBundleTypeMIMETypes</key>17 <array>18 <string>application/x-bittorrent</string>19 </array>20 <key>CFBundleTypeName</key>21 <string>BitTorrent Document</string>22 <key>CFBundleTypeOSTypes</key>23 <array>24 <string>TORR</string>25 </array>26 <key>CFBundleTypeRole</key>27 <string>Viewer</string>28 20 <key>LSItemContentTypes</key> 29 21 <array> 30 22 <string>org.bittorrent.torrent</string> 31 23 </array> 32 <key>LSTypeIsPackage</key> 33 <false/> 34 <key>NSPersistentStoreTypeKey</key> 35 <string>XML</string> 24 <key>LSHandlerRank</key> 25 <string>Owner</string> 36 26 </dict> 37 27 </array> … … 60 50 <key>CFBundleGetInfoString</key> 61 51 <string>VERSION_STRING_INFOPLIST (BUNDLE_VERSION_INFOPLIST)</string> 52 <key>LSMinimumSystemVersion</key> 53 <string>10.5.0</string> 62 54 <key>NSAppleScriptEnabled</key> 63 55 <string>YES</string> … … 80 72 <key>SUAllowsAutomaticUpdates</key> 81 73 <false/> 82 <key> SUFeedURL</key>74 <key>AppcastRelease</key> 83 75 <string>http://www.transmissionbt.com/appcast.xml</string> 76 <key>AppcastBeta</key> 77 <string>http://www.transmissionbt.com/appcast_beta.xml</string> 84 78 <key>SUPublicDSAKeyFile</key> 85 79 <string>sparkle_dsa_pub.pem</string>
Note: See TracChangeset
for help on using the changeset viewer.