CocoaPodUpdateSettings.

NoIntegrate Property

Summary

Gets or sets a value indicating whether or not to integrate the pods into an xcode project.
Assembly
Cake.XCode.dll
Namespace
Cake.CocoaPods
Containing Type
CocoaPodUpdateSettings

Syntax

public bool NoIntegrate { get; set; }

Attributes

Type Description
ObsoleteAttribute

Value

Type Description
bool true to not integrate into a project; otherwise, false.