https://github.com/basedhardware/omi-community-certs
https://github.com/basedhardware/omi-community-certs
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/basedhardware/omi-community-certs
- Owner: BasedHardware
- Created: 2025-03-12T09:47:42.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-09-25T11:08:17.000Z (5 months ago)
- Last Synced: 2025-11-05T18:33:27.195Z (4 months ago)
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [fastlane match](https://docs.fastlane.tools/actions/match/)
> Do not modify this file, as it gets overwritten every time you run _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.
### Installation
Make sure you have the latest version of the Xcode command line tools installed:
```
xcode-select --install
```
Install _fastlane_ using bundler by following instructions here on [fastlane docs](https://docs.fastlane.tools).
or alternatively using
`brew 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/)