README.md in match-0.2.4 vs README.md in match-0.2.5
- old
+ new
@@ -124,10 +124,14 @@
app_identifier "tools.fastlane.app"
username "user@fastlane.tools"
```
+#### Important: Use one git repo per team
+
+`match` was designed to have one git repository per Apple account. If you work in multiple teams, please create one repo for each of them. More information on [codesigning.guide](https://codesigning.guide)
+
### Run
> Before running `match` for the first time, you should consider clearing your existing profiles and certificates using the [match nuke command](#nuke).
After running `match init` you can run the following to generate new certificates and profiles:
@@ -290,9 +294,18 @@
```
match change_password
```
You'll be asked for the new password on all your machines on the next run.
+
+### Manual Decrypt
+
+If you want to manually decrypt a file you can.
+
+```
+openssl aes-256-cbc -k "<password>" -in "<fileYouWantToDecryptPath>" -out "<decryptedFilePath>" -a -d
+```
+
## Is this secure?
Both your keys and provisioning profiles are encrypted using OpenSSL using a passphrase.