Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SideStore/SideServer-macOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.6
Choose a base ref
...
head repository: SideStore/SideServer-macOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 28, 2023

  1. Update sparkle-macos.xml

    lonkelle committed Mar 28, 2023
    Copy the full SHA
    91c429e View commit details
  2. Copy the full SHA
    72832c5 View commit details

Commits on Jun 24, 2023

  1. Fixes logging out issue

    lonkelle committed Jun 24, 2023
    Copy the full SHA
    4ad482a View commit details
Showing with 5 additions and 2 deletions.
  1. +2 −1 AltServer/AppDelegate.swift
  2. +2 −0 AltServer/Info.plist
  3. +1 −1 sparkle-macos.xml
3 changes: 2 additions & 1 deletion AltServer/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -324,6 +324,7 @@ private extension AppDelegate
private extension AppDelegate {
private func setupLoginMenuItem() {
logInMenuItem.isEnabled = true
logInMenuItem.title = "Apple ID Login..."
do {
let email = try Keychain.shared.getValue(for: .appleIDEmail)
//logInMenuItem.isHidden = false
@@ -332,7 +333,7 @@ private extension AppDelegate {
} catch {
//logInMenuItem.isHidden = false
logInMenuItem.action = #selector(loginToAppleID)
print("Error getting stored AppleID credentials: \(error)")
print("Error getting stored Apple ID credentials: \(error)")
}
}

2 changes: 2 additions & 0 deletions AltServer/Info.plist
Original file line number Diff line number Diff line change
@@ -36,5 +36,7 @@
<string>https://github.com/SideStore/SideServer-macOS/raw/develop/sparkle-macos.xml</string>
<key>SUFeedURL-Staging</key>
<string>https://github.com/SideStore/SideServer-macOS/raw/develop/sparkle-macos.xml</string>
<key>SUPublicEDKey</key>
<string>DEf5AVVLBx5biDINRZL5aArGLi9vh37lOzWPTvVuXW0=</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion sparkle-macos.xml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
]]>
</description>
<pubDate>Thu, 27 Mar 2023 12:10:00 -0005</pubDate>
<enclosure url="https://github.com/SideStore/SideServer-macOS/releases/download/v1.0.6/SideServer.dmg" sparkle:version="106" sparkle:shortVersionString="1.0.6" length="9862026" type="application/octet-stream"/>
<enclosure url="https://github.com/SideStore/SideServer-macOS/releases/download/v1.0.6/SideServer.dmg" sparkle:version="106" sparkle:shortVersionString="1.0.6" length="6404701" type="application/octet-stream"/>
<sparkle:minimumSystemVersion>10.14.4</sparkle:minimumSystemVersion>
</item>