- 2025Parallelize Unit Tests in Your iOS AppUse Xcode CLI and Bash or Fastlane to run unit tests in parallel in your iOS app.
- Unit test your iOS app without FastlaneUse Xcode CLI and Bash to run unit tests in your iOS app.
- Bump app version and build number using FastlaneNever forget to update those ever again!
- Unit test SwiftUI views without a view modelTesting SwiftUI views without a view model, when using MV instead of MVVM
- Run unit tests with FastlaneAutomate your testing and increase your confidence
- Build the app with FastlaneThe first step in many workflows.
- Intro to Fastlane for iOS - the HowGet the house in order
- Intro to Fastlane for iOS - the WhyYour automation journey starts here
- Useful Fastlane built-in actionsYou don't need to write it all from scratch!
- Custom Fastlane ActionsWrite your own Fastlane actions
- Running SwiftFormat on CIKeep your codebase clean and consistent
- Favorite Xcode shortcutsNavigate Xcode like a pro
- Intermediate FastlaneTake your fastlane skills to the next level
- 2024Nicer FastlaneHave a nicer dev experience when working on Fastlane
- Skip VS KMP for Swift developersWhich one is better for you?
- Intro to scripting with SwiftAn oversimplified overview of how to start using Swift for scripting
- Favorite toolsUseful tools that I use on a daily basis
- Bumping SPM Version Using FastlaneAutomate the process of bumping the version of your SPM package using Fastlane
- Intro to Orb development for CircleCIA quick overview of how to write an orb for CircleCI, and how to use it in your config.