Package (macOS)


title: "Package (macOS)" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["macos", "macos-development"] topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/Package_(macOS)" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox file format"]

FieldValue
namepackage
uniform typecom.apple.package
conforms topublic.directory
released
latest release date
container fordocuments, bundles
::

| name = package | logo = | icon = | iconcaption = | screenshot = | caption = | extension = | mime = | type code = | uniform type = com.apple.package | conforms to = public.directory | magic = | owner = | released = | latest release version = | latest release date = | genre = | container for = documents, bundles | contained by = | extended from = | extended to = | standard = | free = | url = In the Apple macOS operating system, a package is a file system directory that is normally displayed to the user by the Finder as if it were a single file. Such a directory may be the top-level of a directory tree of objects stored as files, or it may be other archives of files or objects for various purposes, such as installer packages, or backup archives.

Definition

The package is a common file system abstraction used by Apple operating systems, such as macOS and iOS. It is a directory that may contain a hierarchy of files or objects that represent a preserved, organized state. A package is displayed to users like a single file in the Finder application to avoid being changed by the user. However, the content of packages may be accessed through special keyboard and mouse combination events. For this purpose, the control-click, or right-click, menu displays a directive Show Package Contents.

Some documents may be represented as packages:

The Uniform Type Identifier (UTI) for a package is .

Bundles

A package that has a standardized structure for storing executable code and its associated resources, is called a bundle.

References

References

  1. "About Bundles". [[Apple, Inc.]].
  2. "Document Packages". [[Apple, Inc.]].
  3. "System-Declared Uniform Type Identifiers". [[Apple, Inc.]].

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

macosmacos-development