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
xcodegenspecification of a project. - Target
- Represents a target that is built within a project.
- Target
Source - 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
xcodegento refer to static libraries (despite the fact that frameworks are dynamic). - Platform
- Indicates the platform that a target’s product can run on.
- Product
Type - This will provide default build settings for a certain product type.