You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add support for additional profiles
* docs: add info about additional profiles
* refactor loops to properly exit on error
* rename additional profiles input to provisioning-profiles
* fix: add support for both legacy single name profile and profiles array
* update docs
---------
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
|`working-directory`| Working directory for the build command | No |`.`|
69
+
|`destination`| Build destination: "simulator" or "device" | Yes |`simulator`|
70
+
|`scheme`| Xcode scheme | Yes | - |
71
+
|`configuration`| Xcode configuration | Yes | - |
72
+
|`re-sign`| Re-sign the app bundle with new JS bundle | No |`false`|
73
+
|`ad-hoc`| Upload the IPA for ad-hoc distribution to easily install on provisioned devices | No |`false`|
74
+
|`certificate-base64`| Base64 encoded P12 file for device builds | No | - |
75
+
|`certificate-file`| P12 file for device builds | No | - |
76
+
|`certificate-password`| Password for the P12 file | No | - |
77
+
|`provisioning-profile-base64`| Base64 encoded provisioning profile | No | - |
78
+
|`provisioning-profile-file`| Provisioning profile file | No | - |
79
+
|`provisioning-profile-name`| Name of the provisioning profile | No | - |
80
+
|`provisioning-profiles`| JSON array of provisioning profiles. Supports passing PP as both file and base64 string. Supported keys: `name`, `file`, `base64`| No | - |
81
+
|`keychain-password`| Password for temporary keychain | No | - |
82
+
|`rock-build-extra-params`| Extra parameters for rock build:ios| No | - |
83
+
|`comment-bot`| Whether to comment PR with build link | No |`true`|
0 commit comments