A collection of six ready-to-use Wallet pass templates crafted for Pass Designer — Apple's new official macOS app for building and previewing Apple Wallet passes. Built by @MCUBE76268 — download, open, and start designing your own passes in minutes.
Click Code → Download ZIP at the top of this page, then unzip the folder on your Mac.
- Launch Pass Designer on macOS 27
- Go to File → Open
- Navigate to the
Templates/folder inside the unzipped download - Open any
.pkpasstemplatefile to start editing
Customize colors, fields, images, and branding — Pass Designer updates the preview in real time so you see exactly how your pass will look on iPhone and Apple Watch.
- macOS 27 or later
- Pass Designer (beta) — Download from Apple Developer
Six .pkpasstemplate files covering the most common pass types:
| Template | File | Use Case |
|---|---|---|
Templates/BoardingPass.pkpasstemplate |
Flight / transit passes | |
| 🏷️ Coupon | Templates/Coupon.pkpasstemplate |
Retail discounts & promos |
| 📋 Generic | Templates/Generic.pkpasstemplate |
Appointments & check-ins |
| 🛍️ Store Card | Templates/StoreCard.pkpasstemplate |
Loyalty & rewards cards |
| 🎟️ Event Ticket | Templates/Event.pkpasstemplate |
Concerts, shows & events |
| 🖼️ Poster Generic | Templates/PosterGeneric.pkpasstemplate |
Poster-style media passes |
Once you've finished designing in Pass Designer, to distribute your pass:
- Add image assets (
icon.png,logo.png,background.png, etc.) - Generate a
manifest.jsonwith SHA-1 hashes of all bundle files - Sign the manifest with your Pass Type ID certificate from Apple Developer
- Zip the bundle contents (not the folder) and rename to
.pkpass
Each pass.json ships with placeholder identifiers — replace these before signing or distributing real passes:
"passTypeIdentifier": "pass.com.passdesigner.sample",
"teamIdentifier": "ABCDE12345",
"organizationName": "Pass Designer"The Samples/ folders contain plain .pass JSON bundles from earlier experiments with Pass Builder and manual signing. Kept for reference, but Pass Designer expects .pkpasstemplate files from the Templates/ folder.
Found a bug or want to add a new pass type? PRs are welcome. Open an issue first to discuss bigger changes.
- 🎨 Pass Designer — Official Page
- 🎬 Pass Designer — WWDC Video Walkthrough
- 📖 Wallet Passes — Developer Documentation
- 🛠️ pass-builder — Apple's Open Source Tool
Made by @MCUBE76268 · If you found this useful, a ⭐ on the repo would be really nice — and feel free to credit me if you use these in your project, though no pressure at all!