This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.XCode.
Summary
Gets or sets a value indicating whether project should be archived instead of builded.
- Assembly
- Cake
.XCode .dll - Namespace
- Cake
.XCode - Containing Type
- XCodeBuildSettings
Syntax
public bool Archive { get; set; }
Value
Type | Description |
---|---|
bool | true if project should be archive; otherwise, false . |