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

Commit

Permalink
Removed Unknown Mac Product and new MacBookPro and MacBookAir from li…
Browse files Browse the repository at this point in the history
…st 10.15.4 beta 6
  • Loading branch information
Pavo-IM committed Mar 20, 2020
1 parent 05f4355 commit 9e114bc
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -368,7 +368,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.2;
MARKETING_VERSION = 3.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -396,7 +396,7 @@
INFOPLIST_FILE = AGPMInjector/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.2;
MARKETING_VERSION = 3.2.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.pavo.AGPMInjector;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
5 changes: 4 additions & 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 = "3.2-AGPMInjector"
let bundleShortVersionName = "3.2.1-AGPMInjector"
let bundleSig = "????"
// Create Decoder object
let plistDecoder = PropertyListDecoder()
Expand Down Expand Up @@ -168,6 +168,9 @@ class ViewController: NSViewController {
removeItemsFromArray(item: "Mac-F65AE981FFA204ED")
removeItemsFromArray(item: "Mac-E1008331FDC96864")
removeItemsFromArray(item: "Mac-564FBA6031E5946A")
removeItemsFromArray(item: "Mac-0CFF9C7C2B63DF8D")
removeItemsFromArray(item: "Mac-87DCB00F4AD77EEA")
removeItemsFromArray(item: "Mac-9394BDF4BF862EE7")
removeItemsFromArray(item: "MacBook5,1")
removeItemsFromArray(item: "MacBook5,2")
removeItemsFromArray(item: "MacBook6,1")
Expand Down

0 comments on commit 9e114bc

Please sign in to comment.