PWABuilder App — macOS Download
Download the Xcode project version of EchoSearch's Progressive Web App below. The ZIP includes both .xcodeproj and .xcworkspace files for use with Xcode on macOS.
Download for macOS (.zip)
How to Install with Xcode (on a Mac)
Download the pwabuilder-xcode.zip file to your Mac.
Unzip the file — you’ll find files ending in .xcodeproj and .xcworkspace.
Open the .xcworkspace file (it includes any dependencies like CocoaPods). Otherwise, open the .xcodeproj file.
Xcode will launch. Choose Simulator.
Click the ▶︎ (Run) button in the Xcode toolbar to build and run the app.
Allow any permissions Xcode requests for signing or trust settings.
Tip: You’ll need Xcode installed from the Mac App Store (free) to open and build the project.
Optional: Export a macOS App (.app or .dmg)
In Xcode, select Product → Archive .
Once the archive is complete, open the Organizer window and choose Distribute App .
Select “Developer ID” (for outside App Store) or “Mac App Store” to export a signed .app.
To create a .dmg, use the Terminal command:
hdiutil create -volname "MyApp" -srcfolder "/path/to/MyApp.app" -ov -format UDZO "MyApp.dmg"
‹ Back to Home