Skip to content

Commit 3c83ebb

Browse files
authored
Fix testParseAppcast failing on macOS 26 (#2772)
In the appcast there is an item with minimum OS requirement set to 17.0, which was never meant to be satisfied.
1 parent 68d664f commit 3c83ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Resources/testappcast.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<sparkle:version>4.0</sparkle:version>
4040
<pubDate>Sat, 26 Jul 2014 15:20:13 +0000</pubDate>
4141
<enclosure url="http://localhost:1337/Sparkle_Test_App.zip" length="1346234" />
42-
<sparkle:minimumSystemVersion>17.0.0</sparkle:minimumSystemVersion>
42+
<sparkle:minimumSystemVersion>9999.0.0</sparkle:minimumSystemVersion>
4343
</item>
4444
<!-- A joke release testing maximumSystemVersion -->
4545
<item>

0 commit comments

Comments
 (0)