Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/garden-pass
Playing around with Wallet passes
https://github.com/rayriffy/garden-pass
Last synced: 9 days ago
JSON representation
Playing around with Wallet passes
- Host: GitHub
- URL: https://github.com/rayriffy/garden-pass
- Owner: rayriffy
- Created: 2024-06-17T16:39:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:13:10.000Z (5 months ago)
- Last Synced: 2024-10-11T13:27:06.841Z (about 1 month ago)
- Language: TypeScript
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Garten Pass
===An upcoming version of Creatorsgarten's ticketing method. Obtaining a ticket from eventpop, then you'll get a complementary event pass for your Apple Wallet app.
## Getting nessessary certificates
1. Locally on your macOS, create Certificate Signing Request (CSR) file.
2. At Apple Developer console, create **Pass Type ID** identifier.
3. Getting a production certificate, you should get `*.cer` file. Add it to Keychain Access.
4. Getting a root certificate of Apple Worldwide Developer Relations Certification Authority depends on which organization you're getting the certificate from locate on [Apple website](https://www.apple.com/certificateauthority/) and add it to your Keychain Access.
5. Export as a key by following [this guide](https://github.com/alexandercerutti/passkit-generator/wiki/Generating-Certificates#generate-certificates-through-macos)![cert](./img/cert.jpg)
## Generating a pass
1. Modify function `createPass`, then run `pnpm tsx ./src/main.ts` command
2. AirDrop `dist/out.pkpass` to iPhone
3. Additionally, unzip `dist/out.zip` to observe `pass.json`, and `manifest.json` files.