Contents

CFBundleCloseBundleResourceMap(_:_:)

Closes an open resource map for a bundle.

Declaration

func CFBundleCloseBundleResourceMap(_ bundle: CFBundle!, _ refNum: CFBundleRefNum)

Parameters

  • bundle:

    The bundle whose resource map is referenced by refNum.

  • refNum:

    The reference number for a resource map to close.

Discussion

You open a resource map using either CFBundleOpenBundleResourceFiles(_:_:_:) or CFBundleOpenBundleResourceMap(_:).

See Also

Locating Bundle Resources