1.0.3 • Published 4 years ago

apple_wallet_cmd v1.0.3

Weekly downloads
1
License
GPL-3.0-or-later
Repository
-
Last release
4 years ago

CMD Apple Wallet Passport

This tool can create a passport for the apple wallet.

Install

$ npm install apple_wallet_cmd -g

Usage

$ apple_wallet_cmd --name ~/Downloads/test.pkpass --p <password> --f /home/<user>/Downloads/Archiv/ 

Arguments

  1. name: The name of the pass.
  2. p: The password for the certificate
  3. f: The folder where the images, the pass-file, and the certificate are lying.

Example

pass-file

{
    "formatVersion": 1,
    "eventTicket": {
        "primaryFields": [
            {
                "key": "a",
                "value": "a",
                "label": "a"
            }
        ],
        "secondaryFields": [
            {
                "key": "n",
                "value": "n",
                "label": "n"
            }
        ]
    },
    "passTypeIdentifier": "pass.example.test",
    "teamIdentifier": "iden",
    "organizationName": "example",
    "sharingProhibited": true,
    "serialNumber": "test-test-test-test",
    "description": "description",
    "barcodes": [
        {
            "format": "PKBarcodeFormatQR",
            "message": "123456",
            "messageEncoding": "iso-8859-1"
        }
    ]
}
  1. certificate-file: This file you have to create and download from the developer-section of apple.
  2. image-files: Need to have the name of the field where they are placed and there resolution within.
Icon.png
Icon@2x.png
Icon@3x.png
Logo.png
Logo@2x.png
Logo@3x.png
Thumbnail@3x.png
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago