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...
Posts by Noah
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?...
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
My latest blog post shows how you can automatically create unit tests for every Xcode preview! www.emergetools.com/blog/posts/u...
My latest blog post shows how to use functions hidden in the private SwiftUI SPI www.emergetools.com/blog/posts/c...
devicectl lets you connect lldb when launching an app, but has anyone found a way to connect the debugger when running unit tests? It’s the default with Xcode but haven’t seen a way to do it with `xcodebuild test-without-building`
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/...