Skip to content

Commit

Permalink
Add an IOKit personality to load the kext automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
rgov committed Apr 1, 2018
1 parent 3bab935 commit 3014f7a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Thunderbolt3Unblocker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@
<key>com.apple.kpi.unsupported</key>
<string>9.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
<key>IOKitPersonalities</key>
<dict>
<key>Thunderbolt3Unblocker</key>
<dict>
<key>CFBundleIdentifier</key>
<string>es.govost.ryan.Thunderbolt3Unblocker</string>
<key>IOClass</key>
<string>IOService</string>
<key>IOProviderClass</key>
<string>IOThunderboltController</string>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 3014f7a

Please sign in to comment.