Sha256: 2afc04ea53bf5b0905baffc1f50751d154b832115826f88f5d66ebe7aae4e277

Contents?: true

Size: 1.43 KB

Versions: 20

Compression:

Stored size: 1.43 KB

Contents

#Xcode Project  Support

This document describes the level of support Xcake has for the various aspects of the Xcode Project.

## Project

- Create a Project File
- Create build configurations via configurations
- Set name of project file
- Setting Class Prefix
- Setting Organization
- Including Files and Groups (Currently done via Targets)
- Including Frameworks (Currently done via Targets)
- Specify build settings via configurations
- Specify schemes (Currently only for applications via configurations - Xcode auto-creates for other types)

## Target

- Create target
- Create build configurations via configurations
- Set name of target
- Set primary language
- Set platform
- Set deployment target
- Specify device (Universal, iPad Only or iPhone Only)
- Specifying Files and Assets to include or exclude for Target
- Specifying Frameworks to include for Target
- Specify build settings via configurations
- Simple methods for creating iOS, Mac and WatchOS Applications.
- Simple methods for creating Unit Tests

## Configuration

- Set name for configuration (Used for name of build configuration created)
- Specify build settings
- Used to create build configuration for project and targets.
- Used to create schemes for applications

## Scheme

- No manual control. For Application targets, xcake creates them based on the configurations for those targets (i.e "myApp-Debug". "myApp-Release")
- Xcode auto-creates them currently for other target types.

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
xcake-0.6.19 docs/Xcode Project Support.md
xcake-0.6.18 docs/Xcode Project Support.md
xcake-0.6.17 docs/Xcode Project Support.md
xcake-0.6.16 docs/Xcode Project Support.md
xcake-0.6.14 docs/Xcode Project Support.md
xcake-0.6.13 docs/Xcode Project Support.md
xcake-0.6.12 docs/Xcode Project Support.md
xcake-0.6.11 docs/Xcode Project Support.md
xcake-0.6.10 docs/Xcode Project Support.md
xcake-0.6.9 docs/Xcode Project Support.md
xcake-0.6.8 docs/Xcode Project Support.md
xcake-0.6.7 docs/Xcode Project Support.md
xcake-0.6.6 docs/Xcode Project Support.md
xcake-0.6.5 docs/Xcode Project Support.md
xcake-0.6.4 docs/Xcode Project Support.md
xcake-0.6.2 docs/Xcode Project Support.md
xcake-0.5.3 docs/Xcode Project Support.md
xcake-0.5.2 docs/Xcode Project Support.md
xcake-0.5.1 docs/Xcode Project Support.md
xcake-0.5.0 docs/Xcode Project Support.md