Skip to content

Commit

Permalink
Fixed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
lonkelle committed Mar 27, 2023
1 parent 5272726 commit c90eda2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions AltServer/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
let feedURL: String = Bundle.main.infoDictionary!["SUFeedURL"]! as! String
#endif

//SUUpdater.shared().feedURL = URL(string: feedURL)
SUUpdater.shared().feedURL = URL(string: feedURL)

let item = NSStatusBar.system.statusItem(withLength: -1)
item.menu = self.appMenu
Expand Down Expand Up @@ -330,9 +330,6 @@ private extension AppDelegate {
logInMenuItem.action = #selector(logoutFromAppleID)
} catch {
print("Error getting stored AppleID credentials: \(error)")
logInMenuItem.isHidden = true
//logInMenuItem.title = "Save Apple ID to Keychain..."
//logInMenuItem.action = #selector(loginToAppleID)
}
}

Expand Down
7 changes: 7 additions & 0 deletions AltServer/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
</connections>
</menuItem>
<menuItem title="Check for Update..." id="Tnq-gD-Eic" userLabel="Check for Updates">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="checkForUpdates:" target="Arf-IC-5eb" id="7JG-du-nr4"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/>
<menuItem title="Install SideStore…" id="MJ8-Lt-SSV">
<modifierMask key="keyEquivalentModifierMask"/>
Expand Down Expand Up @@ -79,6 +85,7 @@
<menuItem title="Log in" id="k7w-cA-c4B">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="mhj-D5-Ycy"/>
<menuItem title="Quit SideServer" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
Expand Down

0 comments on commit c90eda2

Please sign in to comment.