Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabhtayal/shopifyioscerts
code signing certificates for client apps
https://github.com/rishabhtayal/shopifyioscerts
Last synced: 3 days ago
JSON representation
code signing certificates for client apps
- Host: GitHub
- URL: https://github.com/rishabhtayal/shopifyioscerts
- Owner: RishabhTayal
- Created: 2018-03-22T15:35:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T17:40:05.000Z (about 3 years ago)
- Last Synced: 2024-11-21T11:34:12.011Z (2 months ago)
- Size: 5.02 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [fastlane match](https://docs.fastlane.tools/actions/match/)
This repository contains all your certificates and provisioning profiles needed to build and sign your applications. They are encrypted using OpenSSL via a passphrase.
**Important:** Make sure this repository is set to private and only your team members have access to this repo.
Do not modify this file, as it gets overwritten every time you run _match_.
### Installation
Make sure you have the latest version of the Xcode command line tools installed:
```
xcode-select --install
```Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```or alternatively using `brew cask install fastlane`
### Usage
Navigate to your project folder and run
```
fastlane match appstore
```
```
fastlane match adhoc
```
```
fastlane match development
```
```
fastlane match enterprise
```For more information open [fastlane match git repo](https://docs.fastlane.tools/actions/match/)
### Content
#### certs
This directory contains all your certificates with their private keys
#### profiles
This directory contains all provisioning profiles
------------------------------------
For more information open [fastlane match git repo](https://docs.fastlane.tools/actions/match/)