<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "BundleResources"
  },
  "title" : "Bundle Resources"
}
-->

# Bundle Resources

Resources located in an app, framework, or plugin bundle.

## Overview

A *bundle* is a directory with a standardized hierarchical structure that holds executable code and the resources used by that code. The bundle contains resources for you to access at runtime, such as images, audio files, user interface files, and property lists.

## Topics

### Wonder

### Property Lists

[`Entitlements`](/documentation/BundleResources/Entitlements)

Key-value pairs that grant an executable permission to use a service or technology.

[`Information Property List`](/documentation/BundleResources/Information-Property-List)

A resource containing key-value pairs that identify and configure a bundle.

[Privacy manifest files](/documentation/BundleResources/privacy-manifest-files)

Describe the data your app or third-party SDK collects and the required reasons APIs it uses.

### Structure

[Placing content in a bundle](/documentation/BundleResources/placing-content-in-a-bundle)

Place bundle content in the correct location based on its type.

### Universal links service

[`applinks`](/documentation/BundleResources/applinks)

The root object for a universal links service definition.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)