No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-04-22 09:22:15 +01:00
certs [fastlane] Changed passphrase 2022-02-17 16:31:11 +00:00
profiles [fastlane] Updated development and platform ios 2022-04-22 09:22:15 +01:00
match_version.txt [fastlane] Updated development and platform ios 2022-04-22 09:22:15 +01:00
README.md [fastlane] Updated development and platform ios 2022-02-17 14:57:21 +00:00

fastlane 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 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

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