@@ -40,25 +40,28 @@ jobs:
4040 # provisioning-profile-base64: ${{ secrets.PROVISIONING_PROFILE_BASE64 }}
4141 # provisioning-profile-name: 'YourProfileName'
4242 # keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}
43+ # re-sign: true
44+ # ad-hoc: true
4345```
4446
4547## Inputs
4648
47- | Input | Description | Required | Default |
48- | ----------------------------- | ------------------------------------------ | -------- | --------------------- |
49- | ` github-token ` | GitHub Token | Yes | - |
50- | ` working-directory ` | Working directory for the build command | No | ` . ` |
51- | ` destination ` | Build destination: "simulator" or "device" | Yes | ` simulator ` |
52- | ` scheme ` | Xcode scheme | Yes | - |
53- | ` configuration ` | Xcode configuration | Yes | - |
54- | ` re-sign ` | Re-sign the app bundle with new JS bundle | No | ` false ` |
55- | ` certificate-base64 ` | Base64 encoded P12 file for device builds | No | - |
56- | ` certificate-password ` | Password for the P12 file | No | - |
57- | ` provisioning-profile-base64 ` | Base64 encoded provisioning profile | No | - |
58- | ` provisioning-profile-name ` | Name of the provisioning profile | No | - |
59- | ` keychain-password ` | Password for temporary keychain | No | - |
60- | ` rnef-build-extra-params ` | Extra parameters for rnef build: ios | No | - |
61- | ` comment-bot ` | Whether to comment PR with build link | No | ` true ` |
49+ | Input | Description | Required | Default |
50+ | ----------------------------- | ------------------------------------------------------------------------------- | -------- | ----------- |
51+ | ` github-token ` | GitHub Token | Yes | - |
52+ | ` working-directory ` | Working directory for the build command | No | ` . ` |
53+ | ` destination ` | Build destination: "simulator" or "device" | Yes | ` simulator ` |
54+ | ` scheme ` | Xcode scheme | Yes | - |
55+ | ` configuration ` | Xcode configuration | Yes | - |
56+ | ` re-sign ` | Re-sign the app bundle with new JS bundle | No | ` false ` |
57+ | ` ad-hoc ` | Upload the IPA for ad-hoc distribution to easily install on provisioned devices | No | ` false ` |
58+ | ` certificate-base64 ` | Base64 encoded P12 file for device builds | No | - |
59+ | ` certificate-password ` | Password for the P12 file | No | - |
60+ | ` provisioning-profile-base64 ` | Base64 encoded provisioning profile | No | - |
61+ | ` provisioning-profile-name ` | Name of the provisioning profile | No | - |
62+ | ` keychain-password ` | Password for temporary keychain | No | - |
63+ | ` rnef-build-extra-params ` | Extra parameters for rnef build: ios | No | - |
64+ | ` comment-bot ` | Whether to comment PR with build link | No | ` true ` |
6265
6366## Outputs
6467
0 commit comments