set_pod_key¶
Sets a value for a key with cocoapods-keys
Adds a key to cocoapods-keys
set_pod_key | |
---|---|
Supported platforms | ios, mac |
Author | @marcelofabri |
1 Example¶
set_pod_key(
key: "APIToken",
value: "1234",
project: "MyProject"
)
Parameters¶
Key | Description | Default |
---|---|---|
use_bundle_exec |
Use bundle exec when there is a Gemfile presented | true |
key |
The key to be saved with cocoapods-keys | |
value |
The value to be saved with cocoapods-keys | |
project |
The project name |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action set_pod_key