README.md in fastlane-plugin-polidea-1.0.0 vs README.md in fastlane-plugin-polidea-2.0.0
- old
+ new
@@ -19,11 +19,10 @@
- `extract_app_icon`: Extracts largest icon from .ipa/.apk
- `extract_version`: Extracts app version and build number from .ipa/.apk
- `get_binary_size`: Measures binary size in bytes
- `s3`: Custom version of s3 action with Polidea's installation page
- `fota_mail`: Custom version of mailgun action with Polidea's mail template
-- `polidea_store`: Notifies Polidea Store about new app version
See more details [here](https://gitlab2.polidea.com/CI/fastlane-plugin-polidea/blob/master/docs/Actions.md).
To list all available actions run:
```bash
fastlane actions
@@ -37,10 +36,9 @@
extract_app_name
extract_app_icon
extract_version
get_binary_size
s3
- polidea_store
fota_mail(
to: "piotr.dubiel@polidea.com"
)
end
```