Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version v1.11.2 #119

Merged
merged 3 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.19.1
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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/[email protected].1
- uses: yukiarrr/[email protected].2
with:
mobileprovision-base64: |
${{ secrets.MY_MOBILEPROVISION_BASE64 }}
Expand All @@ -59,7 +59,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/[email protected].1
- uses: yukiarrr/[email protected].2
with:
mobileprovision-path: |
ios-build-1.mobileprovision
Expand Down Expand Up @@ -107,7 +107,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/[email protected].1
- uses: yukiarrr/[email protected].2
with:
update-targets: |
MyApp
Expand Down Expand Up @@ -190,7 +190,7 @@ Welcome your contributions!
### single p12

```yaml
- uses: yukiarrr/[email protected].1
- uses: yukiarrr/[email protected].2
with:
project-path: Unity-iPhone.xcodeproj
p12-base64: ${{ secrets.P12_BASE64 }}
Expand All @@ -203,7 +203,7 @@ Welcome your contributions!
### key and cert

```yaml
- uses: yukiarrr/[email protected].1
- uses: yukiarrr/[email protected].2
with:
project-path: Unity-iPhone.xcodeproj
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}
Expand All @@ -217,7 +217,7 @@ Welcome your contributions!
### custom keychain name

```yaml
- uses: yukiarrr/[email protected].1
- uses: yukiarrr/[email protected].2
with:
custom-keychain-name: my-ios-build.keychin # or {commit-hash}-ios-build.keychain
project-path: Unity-iPhone.xcodeproj
Expand Down
289 changes: 288 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.