update_icloud_container_identifiers¶
This action changes the iCloud container identifiers in the entitlements file
Updates the iCloud Container Identifiers in the given Entitlements file, so you can use different iCloud containers for different builds like Adhoc, App Store, etc.
update_icloud_container_identifiers | |
---|---|
Supported platforms | ios |
Author | @JamesKuang |
1 Example¶
update_icloud_container_identifiers(
entitlements_file: "/path/to/entitlements_file.entitlements",
icloud_container_identifiers: ["iCloud.com.companyname.appname"]
)
Parameters¶
Key | Description | Default |
---|---|---|
entitlements_file |
The path to the entitlement file which contains the iCloud container identifiers | |
icloud_container_identifiers |
An Array of unique identifiers for the iCloud containers. Eg. ['iCloud.com.test.testapp'] |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action update_icloud_container_identifiers