letsbondiway / fastlane-plugin-airwatch_workspaceone

This repository contains fastlane plugin for AirWatch and WorkspaceONE and allows to upload IPA/APK file to AirWatch and WorkspaceONE console along with retiring previous versions of the app.
https://rubygems.org/gems/fastlane-plugin-airwatch_workspaceone
MIT License
9 stars 7 forks source link

Add Support for `app_version` in `deploy_build_action` #3

Closed spencer-coterie closed 4 years ago

spencer-coterie commented 4 years ago

Currently, there is no support for app_version, which is the internal app version used by Airwatch. If not specified, the internal app version is automatically the same as the version in the file.

This PR introduces support to allow users to specify a custom version number that may differ from the version in the file.

For us at Credit Karma, we create a build every night and push it to our employees. This means that the app version in the file is the same until we release, however it's convenient to maintain a separate version structure in Airwatch to keep track of the builds!