Skip to content

Commit

Permalink
- Added support for "iMac19,2" SMBIOS
Browse files Browse the repository at this point in the history
- Fixed build settings
  • Loading branch information
Sniki committed Jun 19, 2019
1 parent ad591b3 commit cdd6d7f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
5 changes: 3 additions & 2 deletions USBInjectAll.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 0C4B237114598AD10080D960;
Expand Down Expand Up @@ -272,7 +273,7 @@
MODULE_VERSION = 0.7.1;
OTHER_CFLAGS = "-fno-stack-protector";
"OTHER_LDFLAGS[arch=x86_64]" = "-dead_strip";
SDKROOT = macosx10.11;
SDKROOT = macosx;
STRIP_STYLE = "non-global";
SYMROOT = build/Products;
};
Expand All @@ -298,7 +299,7 @@
MODULE_VERSION = 0.7.1;
OTHER_CFLAGS = "-fno-stack-protector";
"OTHER_LDFLAGS[arch=x86_64]" = "-dead_strip";
SDKROOT = macosx10.11;
SDKROOT = macosx;
STRIP_STYLE = "non-global";
SYMROOT = build/Products;
};
Expand Down
29 changes: 29 additions & 0 deletions USBInjectAll/USBInjectAll-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6239,6 +6239,35 @@
<key>model</key>
<string>iMac19,1</string>
</dict>
<key>iMac19,2-ABPC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>${MODULE_NAME}</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IOProviderClass</key>
<string>AppleBusPowerController</string>
<key>kName</key>
<string>AppleBusPowerController</string>
<key>model</key>
<string>iMac19,2</string>
</dict>
<key>iMac19,2-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>${MODULE_NAME}</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IONameMatch</key>
<array>
<string>XHC</string>
<string>XHCI</string>
</array>
<key>IOProviderClass</key>
<string>AppleUSBXHCIPCI</string>
<key>model</key>
<string>iMac19,2</string>
</dict>
<key>iMac4,1-ABPC</key>
<dict>
<key>CFBundleIdentifier</key>
Expand Down
1 change: 1 addition & 0 deletions generate_Info_plist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ mergeModelData "iMac18,1"
mergeModelData "iMac18,2"
mergeModelData "iMac18,3"
mergeModelData "iMac19,1"
mergeModelData "iMac19,2"

# iMacPro
mergeModelData "iMacPro1,1"
Expand Down

0 comments on commit cdd6d7f

Please sign in to comment.