Skip to content

Commit 43d8b59

Browse files
committed
1.9.0 New Launcher System
1 parent 8c84d6f commit 43d8b59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gSwitch/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
/**
10-
gSwitch 1.8.6 (Experimental Build)
10+
gSwitch 1.9.0
1111
*/
1212

1313
import 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 */

gSwitch/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
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>
@@ -40,7 +40,7 @@
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>

0 commit comments

Comments
 (0)