File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
9494 if !UserDefaults. standard. didPresentInitialNotification
9595 {
9696 let content = UNMutableNotificationContent ( )
97- content. title = NSLocalizedString ( " AltServer Running" , comment: " " )
98- content. body = NSLocalizedString ( " AltServer runs in the background as a menu bar app listening for AltStore ." , comment: " " )
97+ content. title = NSLocalizedString ( " SideServer Running" , comment: " " )
98+ content. body = NSLocalizedString ( " SideServer runs in the background as a menu bar app listening for SideStore ." , comment: " " )
9999
100100 let request = UNNotificationRequest ( identifier: UUID ( ) . uuidString, content: content, trigger: nil )
101101 UNUserNotificationCenter . current ( ) . add ( request)
Original file line number Diff line number Diff line change 2525 <application id =" hnw-xV-0zn" sceneMemberID =" viewController" >
2626 <menu key =" mainMenu" title =" Main Menu" systemMenu =" main" id =" AYu-sK-qS6" >
2727 <items >
28- <menuItem title =" AltServer " id =" 1Xt-HY-uBw" >
28+ <menuItem title =" SideServer " id =" 1Xt-HY-uBw" >
2929 <modifierMask key =" keyEquivalentModifierMask" />
30- <menu key =" submenu" title =" AltServer " systemMenu =" apple" id =" uQy-DD-JDr" >
30+ <menu key =" submenu" title =" SideServer " systemMenu =" apple" id =" uQy-DD-JDr" >
3131 <items >
32- <menuItem title =" About AltServer " id =" 5kV-Vb-QxS" >
32+ <menuItem title =" About SideServer " id =" 5kV-Vb-QxS" >
3333 <modifierMask key =" keyEquivalentModifierMask" />
3434 <connections >
3535 <action selector =" orderFrontStandardAboutPanel:" target =" Ady-hI-5gd" id =" Exp-CZ-Vem" />
8888 </connections >
8989 </menuItem >
9090 <menuItem isSeparatorItem =" YES" id =" hmG-xg-qgm" />
91- <menuItem title =" Quit AltServer " keyEquivalent =" q" id =" 4sb-4s-VLi" >
91+ <menuItem title =" Quit SideServer " keyEquivalent =" q" id =" 4sb-4s-VLi" >
9292 <connections >
9393 <action selector =" terminate:" target =" Ady-hI-5gd" id =" Te7-pn-YzF" />
9494 </connections >
319319 <modifierMask key =" keyEquivalentModifierMask" />
320320 <menu key =" submenu" title =" Help" systemMenu =" help" id =" F2S-fz-NVQ" >
321321 <items >
322- <menuItem title =" AltServer Help" keyEquivalent =" ?" id =" FKE-Sm-Kum" >
322+ <menuItem title =" SideServer Help" keyEquivalent =" ?" id =" FKE-Sm-Kum" >
323323 <connections >
324324 <action selector =" showHelp:" target =" Ady-hI-5gd" id =" y7X-2Q-9no" />
325325 </connections >
You can’t perform that action at this time.
0 commit comments