Skip to content

hfilimonescu/PKPassCreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKPassCreator

This is a companion script for the blog How to create your own wallet passes

Installation

First clone the repository:

git clone https://github.com/TranzerDev/PKPassCreator.git
cd PKPassCreator

Then, install the requirements:

pipenv shell
pipenv install

Usage

Run the following in your terminal for a quick dialog flow:

python main.py

To skip the dialog flow you can give the following flags to the command:

  • To provide the certificate password: --certificate-password
  • To provide the pass type identifier linked to the certificate --pass-type-identifier
  • To provide the team identifier linked to the certificate --team-identifier
  • To provide the path to the certificate --certificate-path
  • To provide the path to the Apple Worldwide Developer Relations Certification Authority.pem --wwdr-path

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%