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 cleaned.
- Assembly
- Cake
.XCode .dll - Namespace
- Cake
.XCode - Containing Type
- XCodeBuildSettings
Syntax
public bool Clean { get; set; }
Value
Type | Description |
---|---|
bool | true if project should be cleaned; otherwise, false . |