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 the -noansi flag should be set
- Assembly
- Cake
.XCode .dll - Namespace
- Cake
.CocoaPods - Containing Type
- Cocoa
Pod Update Settings
Syntax
public bool NoAnsi { get; set; }
Value
Type | Description |
---|---|
bool | true if -noansi flag should be set; otherwise, false . |