bundle
A base type that represents a directory that conforms to one of the bundle layouts.
Declaration
static var bundle: UTType { get }Discussion
Bundles differ from packages in that a bundle has an internal file hierarchy that CFBundle can read, while packages display to the user as if they were regular files. A single file system object can be a package and a bundle.
The identifier for this type is com.apple.bundle.
This type conforms to UTTypeDirectory.