aboutsummaryrefslogtreecommitdiffstats
path: root/Heimdall/OSX/heimdall.kext/Contents/Info.plist
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-05 00:43:30 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-05 00:43:30 +1100
commit7675cd8a8714406193c28331c9956699ff7d4226 (patch)
treee2a3c6d3b607211d7f9f15e7568a283919fa2f25 /Heimdall/OSX/heimdall.kext/Contents/Info.plist
parent46f2c1134d276944fb74584a61d90cc363aee7eb (diff)
downloadexternal_heimdall-7675cd8a8714406193c28331c9956699ff7d4226.zip
external_heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.gz
external_heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.bz2
Oops the last commit only copied the contents and didn't the directory.
As such I have now deleted the "Heimdall" directory.
Diffstat (limited to 'Heimdall/OSX/heimdall.kext/Contents/Info.plist')
-rw-r--r--Heimdall/OSX/heimdall.kext/Contents/Info.plist30
1 files changed, 0 insertions, 30 deletions
diff --git a/Heimdall/OSX/heimdall.kext/Contents/Info.plist b/Heimdall/OSX/heimdall.kext/Contents/Info.plist
deleted file mode 100644
index abc852e..0000000
--- a/Heimdall/OSX/heimdall.kext/Contents/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleGetInfoString</key> <string>Galaxy S Download Mode (Heimdall)</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>CFBundlePackageType</key> <string>KEXT</string>
- <key>CFBundleSignature</key> <string>????</string>
- <key>CFBundleVersion</key> <string>6.0</string>
- <key>IOKitPersonalities</key>
- <dict>
- <key>GalaxyS</key>
- <dict>
- <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string>
- <key>IOClass</key> <string>AppleUSBComposite</string>
- <key>IOProviderClass</key> <string>IOUSBDevice</string>
- <key>idVendor</key> <integer>1256</integer>
- <key>idProduct</key> <integer>26113</integer>
- </dict>
- </dict>
- <key>OSBundleCompatibleVersion</key> <string>1.8</string>
- <key>OSBundleLibraries</key>
- <dict>
- <key>com.apple.kernel.iokit</key> <string>6.0</string>
- </dict>
- </dict>
-</plist> \ No newline at end of file