[−][src]Module polyhorn_cli::ios::xcodegen
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 |
| 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 |
| Platform | Indicates the platform that a target's product can run on. |
| ProductType | This will provide default build settings for a certain product type. |