Re: my info.plist
Re: my info.plist
- Subject: Re: my info.plist
- From: Geoffrey Schmit <email@hidden>
- Date: Thu, 28 Sep 2006 10:38:03 -0500
On 28/09/2006 at 8:15 AM, amanda thatcher <email@hidden> wrote:
> Mine is a virtual serial port driver and hence cannot avoid the kpi
> dependencies.Also I need the kernel subcomponent dependencies(did you
> mean the iokit,libkern and mach) are required for the
> userclient.Wudn't there be a way around this?
I'm not familiar with virtual serial port drivers, but, in general, if you are only running on 10.4, you can replace your kernel subcomponent dependencies (i.e., com.apple.kernel.*) with KPI dependencies. For example:
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.iokit</key>
<string>8.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0</string>
<key>com.apple.kpi.bsd</key>
<string>8.0</string>
</dict>
geoff
--
Geoff Schmit
Sugar Maple Software, Inc.
<http://sugarmaplesoftware.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