Issue 54
Sponsored
Codemagic is the first CI/CD to make Apple M2 machines available to everyone (including the free tier!). This is a free upgrade from M1 machines with no price change.
đ GitHub Universe Week đ
GitHub Universe, the San Francisco-based companyâs yearly conference, occurred this week. The two-day conference was packed with announcements, mostly about GitHubâs AI features and GitHub Copilot.
You can read the full event recap with a list of all announced features on GitHubâs website, but as I have been a Copilot user for a while and have been longing for an official Xcode extension ever since it came out, I canât miss this opportunity to share and celebrate that GitHub has announced official support for GitHub Copilot in Xcode. This support comes in the form of an Open Source extension that is publicly available now!
I installed the extension right away and I was immediately impressed. The editing experience is very similar to VSCodeâs counterpart extension, which I have been using extensively.
The code suggestions are a lot better than Appleâs assistive code completion features built into Xcode, which I have found irrelevant and unhelpful in most cases.
As it is an early version, it goes without saying that the experience is not perfect. I have noticed a few (very) minor issues with disregarding suggestions that I will report this week. Donât let these put you off though, the overall experience is great and I would thoroughly recommend you check out the extension now, itâs worth it!
Another announcement that I am particularly excited about is the new GitHub Copilot code review feature, which can provide you with fast, AI-powered feedback on a Pull Requestâs code. This is particularly exciting to me, as I work on a lot of solo projects, so I can finally have a reviewer on my Pull Requests đ .
CI/CD providers latest software versions
Latest available Xcode and macOS versions on popular mobile CI/CD providers.
16.2 Beta (16B5100e)
15.0 (24A335)
16.2 Beta (16B5100e)
15.1 (24B83)
16.2 Beta (16B5100e)
15.0 (24A335)
16.1 (16B40)
15.0.1 (24A348)
16.2 Beta (16B5100e)
14.5 (23F79)
16.2 Beta (16B5100e)
14.6.1 (23G93)
15.4 (15F31d)
14.6
16.0 (16A242d)
14.5 (23F79)
âď¸ Set build and version number automatically on CI/CD
One of the most annoying issues when uploading a build to App Store Connect is realising that you have not updated the version or build numbers and you have to re-archive and re-upload your build again.
This week, I wrote an article on my blog about how you can automate this process altogether using fastlane from your release CI/CD workflow.
đ˘ Why is xcodebuild so slow?
Given Cursorâs AI features and its rise in popularity, some people have been moving away from Xcode as their main editor and have instead been building and running their apps from the command line using xcodebuild.
As I shared in the last issue, there seems to be a bug that makes building an app with xcodebuild much slower than using Xcodeâs GUI. Thomas Ricouard has faced this issue recently and has written a wonderful article on how to work around it.
đ GitHub Actions metrics now available
GitHub have just announced their new Actions Performance Metrics feature. Actions Performance Metrics is a new dashboard that gives you access to metrics about your GitHub Actions workflows such as how long it takes for your workflows to complete or how long they are stuck waiting for a runner to pick them up.
You can access the new feature from your organizationâs home page.
đ¨ Important update to Bitriseâs App Secrets API
If you are a Bitrise user and use their App Secrets API, then you must read their latest post. Bitrise have made a few updates to their API endpoints that, while they make managing secrets easier, they introduce breaking changes.
Their article goes through all the updates and gives you a nice migration guide that you can follow to ensure a smooth transition.
đŚ Emerge Toolsâ own build distribution service
This month, the team at Emerge Tools has announced the latest addition to their great suite of tools for iOS developers: their own Build Distribution service.
Given Microsoftâs announcement that AppCenter will be shutting down at the end of March 2025, itâs great to have another alternative in the market!
đ How to build the perfect release train
Release trains are a type of time-based release strategy that consists of shipping new mobile app versions on a regular schedule. Contrary to feature-based releases, where you ship a new version of your app when a set of features are ready, release trains go out of the door at a fixed cadence, regardless of the features that are ready to ship at that time.
There are a few things you need to know to get this release strategy for your team right, and I tell you all about it in my latest article on the Runway blog!