Skip to content

Commit 9a35884

Browse files
committed
Update Sparkle info so we can properly update with the mechanism
1 parent 6391b9d commit 9a35884

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

AltServer/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
<key>SUFeedURL</key>
3636
<string>https://altstore.io/altserver/sparkle-macos.xml</string>
3737
<key>SUFeedURL-Staging</key>
38-
<string>https://altstore.io/altserver/sparkle-macos-staging.xml</string>
38+
<string>https://altstore.io/altserver/sparkle-macos.xml</string>
3939
</dict>
4040
</plist>

sparkle-macos.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
3+
<channel>
4+
<title>SideServer Changelog</title>
5+
<description>Most recent changes with links to updates.</description>
6+
<language>en</language>
7+
8+
<item>
9+
<title>Version 1.0.1</title>
10+
<description><![CDATA[
11+
This update fixes the following issues:
12+
<ul>
13+
<li>Fixes Notarization issues with SideServer itself</li>
14+
<li>Using Apple IDs that contain capital letters</li>
15+
<li>Using Apple IDs that have 2FA enabled without any trusted devices</li>
16+
</ul>
17+
]]>
18+
</description>
19+
<pubDate>Thu, 14 Jul 2022 12:00:00 -0005</pubDate>
20+
<enclosure url="https://github.com/SideStore/SideServer-macOS/releases/download/v1.0.1/SideServer.dmg" sparkle:version="15" sparkle:shortVersionString="1.0.1" length="6374018" type="application/octet-stream"/>
21+
<sparkle:minimumSystemVersion>10.14.4</sparkle:minimumSystemVersion>
22+
</item>
23+
24+
<item>
25+
<title>Version 1.0</title>
26+
<description><![CDATA[
27+
<ul>
28+
<lh><b>New</b></lh>
29+
<li>Apple ID Log in / Log Out (saves credentials in keychain)</li>
30+
<li>Remove depency on Mail plugin</li>
31+
<li>Enable Just-in-Time (JIT) compilation for sideloaded apps with "Enable JIT" menu option</li>
32+
<li>Sideload apps (.ipa's) directly to iOS devices without installing SideStore first*</li>
33+
<li>Install SideStore onto multiple iOS devices using the same Apple ID</li>
34+
</ul>
35+
<ul>
36+
<lh><b>Improved</b></lh>
37+
<li>Added “…” to menu items that require additional user input to match macOS HIG</li>
38+
<li>Prefers paid teams (organization or individual) over free teams if there are multiple Apple Developer teams associated with your Apple ID</li>
39+
<li>Revokes the previous iOS Development certificate created by AltStore (if one exists) instead of revoking a random one</li>
40+
<li>Improved various error messages</li>
41+
</ul>
42+
<ul>
43+
<lh><b>Fixed</b></lh>
44+
<li>Fix installing with correct app group.</li>
45+
</ul>
46+
*Hold Option to make the "Sideload .ipa…" menu option appear
47+
]]>
48+
</description>
49+
<pubDate>Tue, 03 May 2022 10:30:00 -0007</pubDate>
50+
<enclosure url="https://github.com/SideStore/SideServer-macOS/releases/download/v1.0/SideServer.dmg" sparkle:version="10" sparkle:shortVersionString="1.0" length="6365415" type="application/octet-stream"/>
51+
<sparkle:minimumSystemVersion>10.14.4</sparkle:minimumSystemVersion>
52+
</item>
53+
</channel>
54+
</rss>

0 commit comments

Comments
 (0)