File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
5959 let feedURL : String = Bundle . main. infoDictionary![ " SUFeedURL " ] ! as! String
6060 #endif
6161
62- // SUUpdater.shared().feedURL = URL(string: feedURL)
62+ SUUpdater . shared ( ) . feedURL = URL ( string: feedURL)
6363
6464 let item = NSStatusBar . system. statusItem ( withLength: - 1 )
6565 item. menu = self . appMenu
@@ -330,9 +330,6 @@ private extension AppDelegate {
330330 logInMenuItem. action = #selector( logoutFromAppleID)
331331 } catch {
332332 print ( " Error getting stored AppleID credentials: \( error) " )
333- logInMenuItem. isHidden = true
334- //logInMenuItem.title = "Save Apple ID to Keychain..."
335- //logInMenuItem.action = #selector(loginToAppleID)
336333 }
337334 }
338335
Original file line number Diff line number Diff line change 3535 <action selector =" orderFrontStandardAboutPanel:" target =" Ady-hI-5gd" id =" Exp-CZ-Vem" />
3636 </connections >
3737 </menuItem >
38+ <menuItem title =" Check for Update..." id =" Tnq-gD-Eic" userLabel =" Check for Updates" >
39+ <modifierMask key =" keyEquivalentModifierMask" />
40+ <connections >
41+ <action selector =" checkForUpdates:" target =" Arf-IC-5eb" id =" 7JG-du-nr4" />
42+ </connections >
43+ </menuItem >
3844 <menuItem isSeparatorItem =" YES" id =" wFC-TO-SCJ" />
3945 <menuItem title =" Install SideStore…" id =" MJ8-Lt-SSV" >
4046 <modifierMask key =" keyEquivalentModifierMask" />
7985 <menuItem title =" Log in" id =" k7w-cA-c4B" >
8086 <modifierMask key =" keyEquivalentModifierMask" />
8187 </menuItem >
88+ <menuItem isSeparatorItem =" YES" id =" mhj-D5-Ycy" />
8289 <menuItem title =" Quit SideServer" keyEquivalent =" q" id =" 4sb-4s-VLi" >
8390 <connections >
8491 <action selector =" terminate:" target =" Ady-hI-5gd" id =" Te7-pn-YzF" />
You can’t perform that action at this time.
0 commit comments