ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
172 stars 17 forks source link

Support building/running tool on Linux #6

Open orj opened 4 years ago

orj commented 4 years ago

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.

huwr commented 4 years ago

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

petergoldsmith-anzx commented 10 months ago

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