Feed update script now specifies the minimum system version as 10.5

CQTexperiment
vspader 2008-01-23 04:03:35 +00:00
parent 451536ff4b
commit 1f7c192e87
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ if appcast_revision < latest_revision
new_item.elements['enclosure'].add_attribute('length', filesize)
new_item.elements['enclosure'].add_attribute('type', 'application/octet-stream')
new_item.elements['enclosure'].add_attribute('sparkle:version', "r#{latest_revision}")
new_item.elements['enclosure'].add_attribute('sparkle:minimumSystemVersion', '10.5.0')
appcastdoc.insert_before('//channel/item', new_item)