File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77//
88
99/**
10- gSwitch 1.8.6 (Experimental Build)
10+ gSwitch 1.9.0
1111*/
1212
1313import Cocoa
@@ -54,7 +54,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
5454 UserDefaults . standard. register ( defaults: [ Constants . USE_LAST_STATE: true ] )
5555 UserDefaults . standard. register ( defaults: [ Constants . SAVED_GPU_STATE: SwitcherMode . SetDynamic. rawValue] )
5656
57-
57+ /** Startup AutoLauncher */
5858 LaunchAtLogin . isEnabled = ( UserDefaults . standard. integer ( forKey: Constants . LAUNCH_AT_LOGIN) == 1 )
5959
6060 /** GPU Names are good */
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.8.6-experimental </string >
20+ <string >1.9.0 </string >
2121 <key >CFBundleVersion </key >
22- <string >1.8.6-experimental </string >
22+ <string >1.9.0 </string >
2323 <key >LSApplicationCategoryType </key >
2424 <string >public.app-category.utilities </string >
2525 <key >LSMinimumSystemVersion </key >
4040 <key >NSUserNotificationAlertStyle </key >
4141 <string >banner </string >
4242 <key >SUFeedURL </key >
43- <string >https://raw.githubusercontent.com/CodySchrank/gSwitch/experimental /appcast.xml </string >
43+ <string >https://raw.githubusercontent.com/CodySchrank/gSwitch/master /appcast.xml </string >
4444 <key >SUPublicDSAKeyFile </key >
4545 <string >dsa_pub.pem </string >
4646 <key >XPCService </key >
You can’t perform that action at this time.
0 commit comments