diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-20 15:51:35 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-20 17:30:26 +0100 |
commit | b5f771346eda116b723339ffd6e0c1a975ffa288 (patch) | |
tree | 2071cbebf71cb4a57f7c5c9886ddf8c8b26de9f9 /OSX/heimdall.kext/Contents/Info.plist | |
parent | Make OS X kext installation work irrespective of current directory (diff) | |
download | Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.tar Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.tar.gz Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.tar.bz2 Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.tar.lz Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.tar.xz Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.tar.zst Heimdall-b5f771346eda116b723339ffd6e0c1a975ffa288.zip |
Diffstat (limited to '')
-rwxr-xr-x | OSX/heimdall.kext/Contents/Info.plist | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/OSX/heimdall.kext/Contents/Info.plist b/OSX/heimdall.kext/Contents/Info.plist index 47c63c3..def713e 100755 --- a/OSX/heimdall.kext/Contents/Info.plist +++ b/OSX/heimdall.kext/Contents/Info.plist @@ -3,38 +3,44 @@ <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> - <key>CFBundleGetInfoString</key> <string>Galaxy S Download Mode (Heimdall)</string> - <key>CFBundleIdentifier</key> <string>au.com.glassechidna.heimdall_usb_shield</string> + <key>CFBundleGetInfoString</key> <string>Heimdall Download Mode</string> + <key>CFBundleIdentifier</key> <string>au.com.glassechidna.heimdall.usb_shield</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> - <key>CFBundleName</key> <string>Galaxy S Download Mode (Heimdall)</string> + <key>CFBundleName</key> <string>Heimdall Download Mode</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>6.0</string> <key>IOKitPersonalities</key> <dict> - <key>GalaxyS</key> + <key>0x6001</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string> <key>IOClass</key> <string>AppleUSBComposite</string> + <key>IOProbeScore</key> <integer>300000</integer> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idVendor</key> <integer>1256</integer> <key>idProduct</key> <integer>26113</integer> + <key>bcdDevice</key> <integer>256</integer> </dict> - <key>GalaxyS2</key> + <key>0x685D</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string> <key>IOClass</key> <string>AppleUSBComposite</string> + <key>IOProbeScore</key> <integer>300000</integer> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idVendor</key> <integer>1256</integer> <key>idProduct</key> <integer>26717</integer> + <key>bcdDevice</key> <integer>256</integer> </dict> - <key>DroidCharge</key> + <key>0x68C3</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string> <key>IOClass</key> <string>AppleUSBComposite</string> + <key>IOProbeScore</key> <integer>300000</integer> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idVendor</key> <integer>1256</integer> <key>idProduct</key> <integer>26819</integer> + <key>bcdDevice</key> <integer>256</integer> </dict> </dict> <key>OSBundleCompatibleVersion</key> <string>1.8</string> |