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

Commit

Permalink
Updated to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Jan 21, 2019
1 parent fcf8426 commit ad2dd29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AGPMInjector/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion AGPMInjector/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.3.5-AGPMInjector"
let bundleShortVersionName = "2.3.6-AGPMInjector"
let bundleSig = "????"
let bundleReq = "Local-Root"
// Create Decoder object
Expand Down

0 comments on commit ad2dd29

Please sign in to comment.