<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/UIApplicationSceneManifest",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.UIApplicationSceneManifest"
  },
  "title" : "UIApplicationSceneManifest"
}
-->

# UIApplicationSceneManifest

The information about the app’s scene-based life-cycle support.

## Discussion

The presence of this key indicates that the app supports scenes and doesn’t use an app delegate object to manage transitions to and from the foreground or background.

## Topics

### Multiple windows

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

A Boolean value indicating whether the app supports two or more scenes simultaneously.

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

A Boolean value indicating whether an app built with Mac Catalyst supports automatic tabbing mode.

### CarPlay

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

A Boolean value that indicates whether your app supports displaying navigation content in the CarPlay Dashboard.

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

A Boolean value that indicates whether your app supports displaying navigation content in the CarPlay Instrument Cluster.

### Configuration

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

The default configuration details the system uses to create new scenes.



---

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)