Xcode 5: Project Editor Changes
·1 min
I’ve indirectly mentioned changes to the project editor in two previous posts. To keep from repeating myself, I’ve decided to write about the changes to the project editor.
No Buttons at the Bottom of the Project Editor #
Xcode 5 removed buttons at the bottom of the project editor for doing things like adding build phases and build rules to a target. Use the Editor menu to perform these tasks. When you’re in the project editor, the Editor menu has items to perform the following tasks:
- Add a target.
- Duplicate a build configuration.
- Add a localization.
- Add a build setting, conditional or user-defined.
- Add a build phase to a target.
- Add a build rule to a target.
- Validate project settings.
Target Capabilities Section #
Cocoa and iOS application targets have a Capabilities section in Xcode 5. Use the Capabilities section to enable and configure support for iCloud, Game Center, keychain sharing, and app sandboxing (Mac only. All iOS apps are sandboxed).