This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.XCode.
Summary
Runs pod update for the given project directory, updating all pods
Syntax
public static void CocoaPodUpdate(this ICakeContext context, DirectoryPath projectDirectory)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| projectDirectory |
DirectoryPath |
The project directory. |
Return Value