Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Sparkle settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Dec 30, 2019
1 parent c5fe21d commit f255ac0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AGPMInjector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.8.7;
MARKETING_VERSION = 2.8.8;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -366,7 +366,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.8.7;
MARKETING_VERSION = 2.8.8;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 2 additions & 0 deletions AGPMInjector/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>https://agpminjector.herokuapp.com/AGPMInjector/appcast.xml</string>
<key>SUShowReleaseNotes</key>
<false/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion AGPMInjector/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ViewController: NSViewController {
let getAGPMFilePath = "/System/Library/Extensions/AppleGraphicsPowerManagement.kext/Contents/Info.plist"
let bundleID = "com.apple.driver.AGPMInjector"
let bundleName = "AGPMInjector"
let bundleShortVersionName = "2.8.7-AGPMInjector"
let bundleShortVersionName = "2.8.8-AGPMInjector"
let bundleSig = "????"
// Create Decoder object
let plistDecoder = PropertyListDecoder()
Expand Down

0 comments on commit f255ac0

Please sign in to comment.