https://github.com/3sidedcube/pushcert-automater
A simple tool for mass push certificate generation for iOS apps.
https://github.com/3sidedcube/pushcert-automater
Last synced: 3 months ago
JSON representation
A simple tool for mass push certificate generation for iOS apps.
- Host: GitHub
- URL: https://github.com/3sidedcube/pushcert-automater
- Owner: 3sidedcube
- License: apache-2.0
- Created: 2016-10-25T15:37:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T15:48:29.000Z (over 9 years ago)
- Last Synced: 2025-10-12T23:31:49.313Z (8 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pushcert-automater
This tool can be used for quick and easy generation of push certificates for large volumes of apps.
## Pre-Requisites
### jq
Make sure you have the CLI JSON parsing tool installed using brew (If you don't have homebrew installed, visit [this](https://stedolan.github.io/jq/download/) page).
`brew install jq`
### fastlane
Make sure you have fastlane installed using the following command:
`sudo gem install fastlane --verbose`
## Usage
- Set up your JSON file using the provided [example](./example.json)
- Run `./regenerate.sh`