iOS Tooling

Jun
13
How to Manage Secret Environment Vars in Xcode and CI
iOS Tooling
9 min read

How to Manage Secret Environment Vars in Xcode and CI

The tutorial provides a solution for managing secrets as environment variables in Xcode and CI
Sep
10
CI/CD Pipeline Setup with GitHub Actions for iOS Project
iOS Tooling
9 min read

CI/CD Pipeline Setup with GitHub Actions for iOS Project

That kind of things are done rather seldom. Luckily if several times a year. That's why I have to look back the process how it's done every time. sI decided to write a tutorial once, so next time I didn't have to google once again. Probably that would be helpful also for you.