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
CFBundleCopyResourceURL(_:_:_:_:)CFBundleCopyResourceURLInDirectory(_:_:_:_:)CFBundleCopyResourceURLsOfType(_:_:_:)CFBundleCopyResourceURLsOfTypeInDirectory(_:_:_:)CFBundleCopyResourceURLForLocalization(_:_:_:_:_:)CFBundleCopyResourceURLsOfTypeForLocalization(_:_:_:_:)CFBundleOpenBundleResourceFiles(_:_:_:)CFBundleOpenBundleResourceMap(_:)