this post was submitted on 15 Mar 2026
1345 points (93.4% liked)

Programmer Humor

30520 readers
1477 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ikidd@lemmy.world 1 points 6 days ago (1 children)

Codemagic? I've made some pokes at using that for iOS builds with middling luck.

[–] moseschrute@lemmy.world 1 points 5 days ago (1 children)

I’m using Fastlane, which I’m running via GitHub actions triggered by git tag.

[–] ikidd@lemmy.world 1 points 5 days ago

I might give that a try, thanks for the reply. Codemagic is a bit complicated though I did seem to get it to work with a git tag increment as well.

Doing anything in that iOS environment is like pulling teeth it seems.