Skip to content

Commit

Permalink
Updated readme to avoid newline issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rhydiant committed Feb 21, 2021
1 parent 939b6ea commit 69079fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69079fc

Please sign in to comment.