We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f542731 commit 4e16f69Copy full SHA for 4e16f69
FASTLANE_MATCH.md
@@ -0,0 +1,19 @@
1
+Using Fastlane Match to generate provisioning profiles
2
+------------------------------------------------------
3
+
4
+We use [Fastlane Match](https://docs.fastlane.tools/actions/match/) to generate provisioning profiles.
5
6
+To renew provisioning profiles, do the following:
7
8
+```sh
9
+cd ios/
10
+bundle exec fastlane match nuke
11
+bundle exec fastlane match appstore
12
+```
13
14
+You can add the `-a` option to generate provisioning profiles for other bundle identifiers.
15
16
17
+bundle exec fastlane match appstore -a org.coopcycle.Naofood
18
+bundle exec fastlane match appstore -a org.coopcycle.Sicklo
19
0 commit comments