Ci/cd Articles
How to always use the latest Simulator with Xcodebuild
A tip for using the 'OS=latest' keyword in xcodebuild to automatically target the newest iOS Simulator version, preventing script breaks after Xcode updates.
Packaging an ipa with Swift files from the terminal
A guide to packaging iOS IPA files with Swift code using a custom terminal script, addressing issues in automated build pipelines.
How often is the build broken?
Analysis of build failure rates in open source projects vs. corporate work, using Travis CI data to compare reliability.
My Ideal Development Environment
A developer describes their ideal workflow, emphasizing code review, CI/CD, and team collaboration for efficient software development.
An autoscaling build farm using TeamCity and Windows Azure
A guide to setting up an autoscaling TeamCity build farm on Windows Azure to reduce costs by dynamically scaling build agents.