---
title: Bundles and frameworks
framework: xcode
role: collectionGroup
path: xcode/bundles-and-frameworks
---

# Bundles and frameworks

Organize code and resources in bundles and frameworks.

## Topics

### Bundles

- [Placing content in a bundle](bundleresources/placing-content-in-a-bundle.md)
- [Managing your app’s information property list values](bundleresources/managing-your-app-s-information-property-list.md)
- [Embedding nonstandard code structures in a bundle](xcode/embedding-nonstandard-code-structures-in-a-bundle.md)
- [Editing property list files](xcode/editing-property-list-files.md)

### Frameworks

- [Creating a static framework](xcode/creating-a-static-framework.md)
- [Creating a multiplatform binary framework bundle](xcode/creating-a-multi-platform-binary-framework-bundle.md)
- [Identifying and addressing framework module issues](xcode/identifying-and-addressing-framework-module-issues.md)

## See Also

### Code

- [Source editor](xcode/source-editor.md)
- [Coding intelligence](xcode/coding-intelligence.md)
- [Swift packages](xcode/swift-packages.md)
