appstoreconnect-cli icon indicating copy to clipboard operation
appstoreconnect-cli copied to clipboard

Support building/running tool on Linux

Open orj opened this issue 5 years ago • 2 comments

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.

orj avatar Mar 09 '20 07:03 orj

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

huwr avatar Mar 30 '20 04:03 huwr

https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/233 resolved Linux support I believe

petergoldsmith-anzx avatar Aug 22 '23 05:08 petergoldsmith-anzx