
Tophat: Crafting a Delightful Mobile Developer Experience - Shopify
8/23/2024
This post details the development of the Tophat macOS application, a tool designed to streamline the mobile developer experience by enabling easy testing of pull requests on real devices or simulators without local compilation. It introduces the 'Quick Launch' feature for developers to grab the latest native builds and integrate with local JavaScript bundlers. For iOS, it addresses the challenges of remote app installation and signing by bundling `ios-deploy` and integrating with Fastlane's `match` utility for development certificate signing.



