wultra / powerauth-mobile-sdk

PowerAuth mobile SDK adds capability for authentication and transaction signing into the mobile apps (iOS, tvOS, watchOS, Android).
https://www.wultra.com/product/wultra-mobile-security-suite/
Apache License 2.0
33 stars 13 forks source link

Improve deployment script #464

Open hvge opened 2 years ago

hvge commented 2 years ago

The current deployment script suffers with the following problems:

  1. It's damn slow, due to cocoapods
    • We have to wait about 20 minutes between releasing PowerAuthCore and PowerAuth2, because the new version is not immediately visible for
  2. It's complicated when we're deploying from non-develop branch (several switches required)

Solution for poor release speed

We should deploy libraries in the following order:

Simplify script usage

hvge commented 2 years ago

Reopen. There are still missing improvements related to script usage simplification in my c098783 commit.