summaryrefslogtreecommitdiff
path: root/oc/Kexts/VoodooRMI.kext/Contents/Info.plist
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-11 02:21:42 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-11 02:21:42 +0700
commit0797deb6747ee9c5d385bc0119ae70a23f585b22 (patch)
tree6e84c34d37cb1421dd365b21055c2b3f360dcfd1 /oc/Kexts/VoodooRMI.kext/Contents/Info.plist
parent1d86a9a40ce6448236854ea53e0e30d095d77e77 (diff)
Add Boot OC
Diffstat (limited to 'oc/Kexts/VoodooRMI.kext/Contents/Info.plist')
-rwxr-xr-xoc/Kexts/VoodooRMI.kext/Contents/Info.plist107
1 files changed, 107 insertions, 0 deletions
diff --git a/oc/Kexts/VoodooRMI.kext/Contents/Info.plist b/oc/Kexts/VoodooRMI.kext/Contents/Info.plist
new file mode 100755
index 0000000..44ffb92
--- /dev/null
+++ b/oc/Kexts/VoodooRMI.kext/Contents/Info.plist
@@ -0,0 +1,107 @@
+<?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>BuildMachineOSBuild</key>
+ <string>24F74</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>VoodooRMI</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.1Revenger1.VoodooRMI</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>VoodooRMI</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.4.3</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.4.3</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string>24F74</string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>15.5</string>
+ <key>DTSDKBuild</key>
+ <string>24F74</string>
+ <key>DTSDKName</key>
+ <string>macosx15.5</string>
+ <key>DTXcode</key>
+ <string>1640</string>
+ <key>DTXcodeBuild</key>
+ <string>16F6</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>RMIDevice</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>com.1Revenger1.VoodooRMI</string>
+ <key>Configuration</key>
+ <dict>
+ <key>DisableWhileTrackpointTimeout </key>
+ <integer>250</integer>
+ <key>DisableWhileTypingTimeout</key>
+ <integer>250</integer>
+ <key>ForceTouchMinPressure</key>
+ <integer>90</integer>
+ <key>ForceTouchType</key>
+ <integer>1</integer>
+ <key>MinYDiffThumbDetection</key>
+ <integer>200</integer>
+ <key>PalmRejectionHeight</key>
+ <integer>60</integer>
+ <key>PalmRejectionTrackpointHeight</key>
+ <integer>20</integer>
+ <key>PalmRejectionWidth</key>
+ <integer>10</integer>
+ <key>TrackpointDeadzone</key>
+ <integer>1</integer>
+ <key>TrackpointMultiplier</key>
+ <integer>10</integer>
+ <key>TrackpointScrollMultiplierX</key>
+ <integer>30</integer>
+ <key>TrackpointScrollMultiplierY</key>
+ <integer>30</integer>
+ </dict>
+ <key>IOClass</key>
+ <string>RMIBus</string>
+ <key>IOProbeScore</key>
+ <integer>2910</integer>
+ <key>IOPropertyMatch</key>
+ <dict>
+ <key>RMI4 Supported</key>
+ <true/>
+ </dict>
+ <key>IOProviderClass</key>
+ <string>RMITransport</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.7</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2021 1Revenger1. All rights reserved.</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.0.0</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.kpi.iokit</key>
+ <string>11</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>11</string>
+ <key>com.apple.kpi.mach</key>
+ <string>11</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Console</string>
+</dict>
+</plist>