Skip to content

Commit

Permalink
chore: package binaries and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dasheck0 committed Mar 25, 2023
1 parent 96b46b7 commit 5b8138d
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can add a single p12 key+cert file with `p12-base64 (p12-path)`, or if you h
**Required**: Base64 encoded mobileprovision file. If you want to specify multiple files, you need to input in multiple lines and then use [`export-options`](#export-options) to specify the provisioning profile to use for each executable in your app.

```yaml
- uses: yukiarrr/ios-build-action@v1.5.0
- uses: nanogiants/ios-build-action@1.0.1
with:
mobileprovision-base64: |
${{ secrets.MY_MOBILEPROVISION_BASE64 }}
Expand All @@ -61,7 +61,7 @@ Also note, when creating base64 encoded inputs, make sure they don't contain new
**Required**: mobileprovision path. If you want to specify multiple files, you need to input in multiple lines and then use [`export-options`](#export-options) to specify the provisioning profile to use for each executable in your app.

```yaml
- uses: yukiarrr/ios-build-action@v1.5.0
- uses: nanogiants/ios-build-action@1.0.1
with:
mobileprovision-path: |
ios-build-1.mobileprovision
Expand Down Expand Up @@ -109,7 +109,7 @@ Output path of ipa. Default `"output.ipa"`.
Targets to be updated with mobileprovision, code signing identity, etc. Split on new lines. Default `""`. (default to all targets)

```yaml
- uses: yukiarrr/ios-build-action@v1.5.0
- uses: nanogiants/ios-build-action@1.0.1
with:
update-targets: |
MyApp
Expand Down Expand Up @@ -153,7 +153,7 @@ Welcome your contributions!
### single p12

```yaml
- uses: yukiarrr/ios-build-action@v1.5.0
- uses: nanogiants/ios-build-action@1.0.1
with:
project-path: Unity-iPhone.xcodeproj
p12-base64: ${{ secrets.P12_BASE64 }}
Expand All @@ -166,7 +166,7 @@ Welcome your contributions!
### key and cert

```yaml
- uses: yukiarrr/ios-build-action@v1.5.0
- uses: nanogiants/ios-build-action@1.0.1
with:
project-path: Unity-iPhone.xcodeproj
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}
Expand Down
Loading

0 comments on commit 5b8138d

Please sign in to comment.