appstoreconnect-cli
appstoreconnect-cli copied to clipboard
Support building/running tool on Linux
As a user I would like to be able to run appstoreconnect-cli on Linux So that I can run it on Linux CI hosts
Get tool build/running on Linux so users don't pay 10x for GitHub macOS runners.
We can then also build Docker based GitHub actions based on this tool.
One problem will be the appstoreconnect-swift-sdk package's support for Linux. They're using CommonCrypto which is not available there. Please see: https://github.com/AvdLee/appstoreconnect-swift-sdk/issues/40
https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/233 resolved Linux support I believe