my info.plist
my info.plist
- Subject: my info.plist
- From: amanda thatcher <email@hidden>
- Date: Thu, 28 Sep 2006 05:24:48 -0700 (PDT)
HI all
my info.plist looks like this
<?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>CFBundleExecutable</key><string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key><string></string>
<key>CFBundleIdentifier</key><string>com.zapp.mydriver</string>
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
<key>CFBundleName</key><string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key><string>KEXT</string>
<key>CFBundleSignature</key><string>????</string>
<key>CFBundleVersion</key><string>1.0.0d1</string>
<key>IOKitPersonalities</key>
<dict>
<key>mydriver</key>
<dict>
<key>CFBundleIdentifier</key><string>com.zapp.mydriver</string>
<key>IOClass</key>
<string>com_zapp_mydriver</string>
<key>IOKitDebug</key> <integer>65535</integer>
<key>IOMatchCategory</key><string>mydriver</string>
<key>IOProviderClass</key><string>IOResources</string>
<key>IOResourceMatch</key><string>IOKit</string>
<key>IOUserClientClass</key>
<string>com_zapp_SimpleUserClient</string>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kernel.iokit</key><string>6.9.9</string>
<key>com.apple.kernel.libkern</key><string>6.9.9</string>
<key>com.apple.kernel.mach</key><string>6.9.9</string>
<key>com.apple.kpi.bsd</key><string>8.0.0</string>
<key>com.apple.kpi.libkern</key><string>8.0.0</string>
</dict>
</dict>
</plist>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden