From 69079fc0b69773334549ce184146f46d9b26d1e1 Mon Sep 17 00:00:00 2001 From: Rhydian Thomas Date: Sun, 21 Feb 2021 13:18:54 +1100 Subject: [PATCH] Updated readme to avoid newline issues --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3656801..8b53847 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ You can add a single p12 key+cert file with `p12-base64`, or if you have key and ${{ secrets.YOUR_MOBILEPROVISION_BASE64 }} ``` +> NOTE:- when creating base64 encoded inputs, make sure they don't contain newlines, e.g. + + openssl base64 -in MyAppProvisioning.mobileprovision -A + ### `project-path` **Required**: .xcodeproj path.