Noah
sond813.bsky.social
Noah
@sond813.bsky.social
Cofounder @ Emerge Tools
It’s official, Emerge Tools is now part of Sentry! So excited to expand our products to even more developers! blog.sentry.io/emerge-tools...
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.
blog.sentry.io
May 6, 2025 at 1:26 PM
My talk from @swiftleeds.co.uk is now on YouTube! I first wrote about this topic in 2021, and Apple released a fix for many (but not all) of the performance issues in iOS 16. Using “as?” is still likely the slowest part of your app launch!

youtu.be/1sMJAO8kwyE?...
Speeding up protocol conformances in Swift - Noah Martin | SwiftLeeds 2024
YouTube video by SwiftLeeds
youtu.be
December 21, 2024 at 1:43 PM
Should have realized sooner that trying to vm_protect an address on the same page as vm_protect itself was never going to work… good thing I learned how to make my own syscall from @naehrdine.bsky.social last week
December 10, 2024 at 7:28 PM
My latest blog post shows how you can automatically create unit tests for every Xcode preview! www.emergetools.com/blog/posts/u...
Enhance Xcode Previews with Unit Test Coverage
How to write unit tests for Xcode previews
www.emergetools.com
December 6, 2024 at 12:40 AM
My latest blog post shows how to use functions hidden in the private SwiftUI SPI www.emergetools.com/blog/posts/c...
Calling Hidden Swift Functions
Apple frameworks hide some public functions through the SPI, this post reveals how to find and use them in your projects
www.emergetools.com
November 25, 2024 at 7:14 PM
I guess my first post here is going to be a release announcement... the latest version of Launch Booster now generates order files with just one upload! It’s made with SimpleDebugger, and took a lot longer than expected to get lldb working in the device lab github.com/EmergeTools/...
GitHub - EmergeTools/SimpleDebugger: A basic in-process debugger for iOS apps, set breakpoints and respond when they are hit.
A basic in-process debugger for iOS apps, set breakpoints and respond when they are hit. - EmergeTools/SimpleDebugger
github.com
November 22, 2024 at 4:53 PM