Module xcodegen

Module xcodegen 

Source
Expand description

Rust-wrapper around the third-party xcodegen utility (installed through Homebrew) that makes it possible to generate Xcode project files programmatically. Note: the documentation within this module is taken directly from the original excellent documentation of xcodegen.

Structs§

Project
Contains the xcodegen specification of a project.
Target
Represents a target that is built within a project.
TargetSource
Represents a source location that is included for a particular target within an Xcode project.

Enums§

Dependency
Represents a dependency of a target. Currently, only frameworks are supported. Note that framework dependencies are also used by xcodegen to refer to static libraries (despite the fact that frameworks are dynamic).
Platform
Indicates the platform that a target’s product can run on.
ProductType
This will provide default build settings for a certain product type.