Sample Code
OSX Driver and Kext Samples/ SimpleUserClient/ SimpleUserClient/ build/ Debug/ SimpleDriver.kext/ Contents/ Info.plist/
<?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>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>SimpleDriver</string> <key>CFBundleIdentifier</key> <string>com.apple.dts.driver.SimpleDriver</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>SimpleDriver</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.0</string> <key>IOKitPersonalities</key> <dict> <key>SimpleUserClient</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.dts.driver.SimpleDriver</string> <key>IOClass</key> <string>com_apple_dts_driver_SimpleDriver</string> <key>IOKitDebug</key> <integer>65535</integer> <key>IOMatchCategory</key> <string>com_apple_dts_driver_SimpleDriver</string> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOResources</string> <key>IOResourceMatch</key> <string>IOKit</string> <key>IOUserClientClass</key> <string>com_apple_dts_driver_SimpleUserClient</string> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.kpi.iokit</key> <string>9.0.0</string> <key>com.apple.kpi.libkern</key> <string>9.0.0</string> <key>com.apple.kpi.mach</key> <string>9.0.0</string> </dict> </dict> </plist>
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials