Cake.XCode

A set of aliases for Cake to help with XCode and CocoaPods.

#addin nuget:?package=Cake.XCode&version=5.0.0

dotnet add package Cake.XCode --version 5.0.0

<PackageReference Include="Cake.XCode" Version="5.0.0" />

Aliases

Cocoapods aliases.

General

CocoaPodInstall(DirectoryPath, CocoaPodInstallSettings) Runs pod install for the given project directory
CocoaPodInstall(DirectoryPath) Runs pod install for the given project directory
CocoaPodRepoUpdate(CocoaPodSettings) Updates the CocoaPods repo
CocoaPodRepoUpdate() Updates the CocoaPods repo
CocoaPodUpdate(DirectoryPath, CocoaPodUpdateSettings) Runs pod update for the given project directory, updating all pods
CocoaPodUpdate(DirectoryPath, string[], CocoaPodUpdateSettings) Runs pod update for the given project directory, updating only the specified pods
CocoaPodUpdate(DirectoryPath) Runs pod update for the given project directory, updating all pods
CocoaPodVersion(CocoaPodSettings) Returns the version of CocoaPods
CocoaPodVersion() Returns the version of CocoaPods
XCodeBuild(XCodeBuildSettings) Runs xcodebuild with the given settings.
XCodeSdks(XCodeSettings) Gets the various SDK's installed and available on the machine
XCodeSdks() Gets the various SDK's installed and available on the machine