Skip to content

Commit

Permalink
Update XCode project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed Feb 24, 2023
1 parent 2a0cc60 commit c8ecde5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>
6 changes: 4 additions & 2 deletions VoodooInjector/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
<string>VoodooI2C injector for Zenbook Duos</string>
<key>IOKitPersonalities</key>
<dict>
<key>ELAN1207 Precision Touchpad HID Event Driver</key>
Expand All @@ -19,10 +21,10 @@
</array>
<key>IOClass</key>
<string>VoodooI2CPrecisionTouchpadHIDEventDriver</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOPCIMatch</key>
<string>0x310e04f3</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOHIDInterface</string>
<key>ProcessBluetoothMouseStopsTrackpad</key>
Expand Down

0 comments on commit c8ecde5

Please sign in to comment.