CocoaPodInstallSettings.

NoClean Property

Summary

Gets or sets a value indicating whether or not to clean .
Assembly
Cake.XCode.dll
Namespace
Cake.CocoaPods
Containing Type
CocoaPodInstallSettings

Syntax

public bool NoClean { get; set; }

Attributes

Type Description
ObsoleteAttribute

Value

Type Description
bool true if no cleaning should occur; otherwise, false.