When you've already optimized everything you can in your own code, the only thing left is to optimize the linker. Great to see Delivery Hero using the recently opened sourced Fault Ordering to get a 20% launch time reduction from just a linker flag! 📉
https://github.com/getsentry/FaultOrderingI published my first Sentry blog post today, and open sourced order file generation!
https://blog.sentry.io/open-source-tool-speed-up-ios-app-launch/
FaultOrdering - Open source tool to speed up iOS app launch
Order files re-order your binary to improve how symbols are loaded into memory. Generate an optimized order file faster with our new open-source tool FaultOrdering.
Product Blog • SentryThrilled to announce that after 4.5 years since starting Emerge Tools, we've been acquired by Sentry! Can't wait to bring our developer tools to even more people!
https://blog.sentry.io/emerge-tools-is-now-a-part-of-sentry/
Emerge Tools is now a part of Sentry
Sentry acquires Emerge Tools, enhancing mobile monitoring. Improve app performance, reduce bugs, and ship lighter apps with this new partnership.
Product Blog • SentryMt Washington in the winter was an amazing experience, so much more comfortable with crampons and ice axes now. Definitely going to do this again, I think I caught the mountaineering bug 😬
If you've used Xcode previews you’ve probably seen that Xcode doesn’t make it easy to debug crashing previews. My new blog post describes how you can unit test them to make sure a crash isn’t introduced!
https://www.emergetools.com/blog/posts/unit-test-xcode-previews
Enhance Xcode Previews with Unit Test Coverage
How to write unit tests for Xcode previews

GitHub - EmergeTools/SnapshotPreviews: 📸 Automatic snapshots from Xcode previews. Supports UIKit/AppKit/SwiftUI on iOS/macOS/watchOS/visionOS/tvOS. Browse previews in-app with the Preview Gallery, or save them to PNGs with an XCTest
📸 Automatic snapshots from Xcode previews. Supports UIKit/AppKit/SwiftUI on iOS/macOS/watchOS/visionOS/tvOS. Browse previews in-app with the Preview Gallery, or save them to PNGs with an XCTest - E...
GitHub