๐ What's New in the Community ๐โโ๏ธ
Open-source remote pair programming for macOS and Windows
Hopp is the best open-source remote pair-programming app, built by developers for developers who need more than just 'good enough' video calls.
This message is brought to you by a sponsor who helps keep this content free for everyone. If you have a moment, check them out - your support means a lot!
Welcome to issue #69 of the iOS Coffee Break Newsletter ๐ฌ.
It's been a busy week at work, but I still wanted to pass along a few articles and updates that stood out to me recently.
Have any feedback, suggestions, or ideas to share? Feel free to reach out to me on Twitter.
Have a great week ahead ๐ค
CURATED FROM THE COMMUNITY
๐ชฆ CocoaPods Trunk Read-only Plan
After 15 years of dedicated service, CocoaPods is coming to an end! Starting December 2, 2026, the CocoaPods trunk will switch to permanent read-only mode. No new libraries will be added, and no existing ones will receive updates.
If you're an iOS developer still relying on CocoaPods, it's time to begin gradually moving over to Swift Package Manager.
๐ธ Automated App Store Screenshots with Fastlane: A Practical Guide
I'm pretty sure most of us rely on Fastlane in our projects for some level of automation. But are we really making the most of what it offers? I know I'm not! ๐
In his guide, Kamil explains how to set up automated screenshots and highlights why building solid test infrastructure is a worthwhile investment for every release cycle.
๐ต Tracking token usage in Foundation Models
With iOS 26.4, Apple introduced token usage tracking in the Foundation Models framework, enabling developers to monitor computational costs and context limits for on-device AI models.
Artem published a great piece this week diving into the topic, exploring APIs that let you measure token usage at different levels, from single instructions all the way to complete conversation transcripts.
โฐ How to measure execution speed in Swift
There are many scenarios where it's useful to measure how quickly your code runs, whether you're verifying the performance of network requests or developing an analytics provider.
Although Artem's article on this subject is nearly two years old, the techniques he describes are still relevant and can help determine when performance optimization is important.

