XCodeBuildSettings.

Archive Property

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.