Contents

CFBundleGetPlugIn(_:)

Returns a bundle’s plug-in.

Declaration

func CFBundleGetPlugIn(_ bundle: CFBundle!) -> CFPlugIn!

Parameters

  • bundle:

    The bundle to examine.

Return Value

The plug-in for bundle. Ownership follows the The Get Rule.

See Also

Managing Executable Code