CFPlugInGetBundle(_:)
Returns a plug-in’s bundle.
Declaration
func CFPlugInGetBundle(_ plugIn: CFPlugIn!) -> CFBundle!Parameters
- plugIn:
The plug-in whose bundle to obtain.
Return Value
The bundle for plugIn. Ownership follows the The Get Rule.
Discussion
You should always use this function to get a plug-in’s bundle. Never attempt to access the plug-in directly as a bundle.