Skip to content

Commit

Permalink
1.9.0 New Launcher System
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed May 13, 2019
1 parent 8c84d6f commit 43d8b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gSwitch/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

/**
gSwitch 1.8.6 (Experimental Build)
gSwitch 1.9.0
*/

import Cocoa
Expand Down Expand Up @@ -54,7 +54,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
UserDefaults.standard.register(defaults: [Constants.USE_LAST_STATE: true])
UserDefaults.standard.register(defaults: [Constants.SAVED_GPU_STATE: SwitcherMode.SetDynamic.rawValue])


/** Startup AutoLauncher */
LaunchAtLogin.isEnabled = (UserDefaults.standard.integer(forKey: Constants.LAUNCH_AT_LOGIN) == 1)

/** GPU Names are good */
Expand Down
6 changes: 3 additions & 3 deletions gSwitch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.6-experimental</string>
<string>1.9.0</string>
<key>CFBundleVersion</key>
<string>1.8.6-experimental</string>
<string>1.9.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -40,7 +40,7 @@
<key>NSUserNotificationAlertStyle</key>
<string>banner</string>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/CodySchrank/gSwitch/experimental/appcast.xml</string>
<string>https://raw.githubusercontent.com/CodySchrank/gSwitch/master/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>XPCService</key>
Expand Down

0 comments on commit 43d8b59

Please sign in to comment.