XCodeBuildSettings.

XCodeBuildSettings.ExportFormatType Class

Summary

Export format type.
Assembly
Cake.XCode.dll
Namespace
Cake.XCode
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["XCodeBuildSettings.ExportFormatType"] class Type type-node

Syntax

public sealed class XCodeBuildSettings.ExportFormatType : Enum

Fields

Name Constant Value Summary
App 0
A .app package
static
Ipa 2
An iPhone/iPad .ipa
static
Pkg 1
A .pkg installer
static
value__

Extension Methods

Name Value Summary
Dump<XCodeBuildSettings.ExportFormatType>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<XCodeBuildSettings.ExportFormatType>(XCodeBuildSettings.ExportFormatType[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<XCodeBuildSettings.ExportFormatType>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<XCodeBuildSettings.ExportFormatType>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<XCodeBuildSettings.ExportFormatType>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<XCodeBuildSettings.ExportFormatType>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin