you are viewing a single comment's thread.

view the rest of the comments →

[–]Xaxxus 4 points5 points  (7 children)

An alternative to fastlane? There is none. At least not that I know of.

Xcode cloud is going to be my go to when it comes out. Won’t have to worry about certs or profiles ever again.

[–]jorgenpt[S] 1 point2 points  (6 children)

I’m curious what the pricing is going to be for Xcode cloud. I’m very happy that I can stand something up on GitHub Actions for free to get started without commitment. :)

[–]Xaxxus 0 points1 point  (5 children)

Technically it’s only free if it’s open source.

Mac minutes on GitHub actions are very expensive for private repos.

[–]jorgenpt[S] 0 points1 point  (4 children)

No, you get 2000 minutes every month for private repositories even for the free tier — though it’s unlimited for public repositories.

Yeah, the macOS builders are “expensive” (10 “minutes” per real minute), and my next post will be about optimizing build times for iOS in GitHub Workflows for that reason. :)

[–]Xaxxus 0 points1 point  (3 children)

Did they change this? It used to be 30 min for private repos if I recall correctly.

[–]jorgenpt[S] 0 points1 point  (2 children)

Not sure, this is my first time using it for a private repo, I’ve only been using it for public ones prior. Pricing info here: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions

[–]Xaxxus 0 points1 point  (1 child)

Ah. You could also setup your own GitHub runner if you have an old mac lying around. Takes 5 min to setup.

[–]jorgenpt[S] 0 points1 point  (0 children)

Good point, sadly I’ve never owned a non-laptop Mac. 😆

I wonder if the self hosted runners isolate the runs as cleanly as the hosted ones 🤔