Re: Using InstallerPlugins
Re: Using InstallerPlugins
- Subject: Re: Using InstallerPlugins
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 29 Nov 2005 08:54:29 +0100
On mardi, novembre 29, 2005, at 12:07 AM, Russ Seehafer wrote:
I am having a very hard time figuring out how to incorporate an
InstallerPlugin created in Xcode into my distribution package. I may
very well be missing something obvious but, for the life of me, I
cannot figure it out. If anyone knows how to do this I would greatly
appreciate a reply. Thank you,
If you already have built your plugin with XCode, you just need to copy
the appropriate components in your (distribution) package.
o Put the Plugin in Contents/Plugins of the package
o Add an InstallerSections.plist file which defines the order of
relations between the sections.
<usual plist header stuff before>
<array>
<string>Introduction</string>
<string>YourPlugin.bundle</string>
<string>ReadMe</string>
<string>License</string>
<string>Target</string>
<string>PackageSelection</string>
<string>Install</string>
</array>
<usual plist footer stuff after>
My $0.02
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden