Bundle
From Cocoapedia
A Bundle is a folder that - under OSX and iOS - is treated as a single file. The most basic bundle is created by changing a folder's name to folder.bundle. Bundles are meant to bundle together resources that make up distinct documents and simplify handling.
Bundles can be handled from code via the CFBundle functions and NSBundle class.
A specialized form of bundles is used for Frameworks.