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 |
Runs pod install for the given project directory |
|
CocoaPodInstall |
Runs pod install for the given project directory |
|
CocoaPodRepoUpdate |
Updates the CocoaPods repo |
|
CocoaPodRepoUpdate |
Updates the CocoaPods repo |
|
CocoaPodUpdate |
Runs pod update for the given project directory, updating all pods |
|
CocoaPodUpdate |
Runs pod update for the given project directory, updating only the specified pods |
|
CocoaPodUpdate |
Runs pod update for the given project directory, updating all pods |
|
CocoaPodVersion |
Returns the version of CocoaPods |
|
CocoaPodVersion |
Returns the version of CocoaPods |
|
XCodeBuild |
Runs xcodebuild with the given settings. |
|
XCodeSdks |
Gets the various SDK's installed and available on the machine |
|
XCodeSdks |
Gets the various SDK's installed and available on the machine |
