Skip to content
Merged
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
18 changes: 10 additions & 8 deletions docs/pages/eas/workflows/pre-packaged-jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1923,14 +1923,16 @@ Repack job is not suitable for the following use cases:

You can pass the following parameters into the `params` list:

| Parameter | Type | Description |
| ------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| build_id | string | Required. The source build ID of the build to repack. |
| profile | string | Optional. The build profile to use. Defaults to the profile of the source build retrieved from `build_id`. |
| embed_bundle_assets | boolean | Optional. Whether to embed the bundle assets in the repacked build. By default, this is automatically determined based on the source build. |
| js_bundle_only | boolean | Optional. Whether to only repack the JavaScript bundle. Defaults to false, which means the entire app metadata will be updated. |
| message | string | Optional. Custom message attached to the build. Corresponds to the `--message` flag when running `eas build`. |
| repack_version | string | Optional. The version of the `@expo/repack-app` to use. Defaults to the latest version. |
| Parameter | Type | Description |
| --------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| build_id | string | Required. The source build ID of the build to repack. |
| profile | string | Optional. The build profile to use. Defaults to the profile of the source build retrieved from `build_id`. |
| embed_bundle_assets | boolean | Optional. Whether to embed the bundle assets in the repacked build. By default, this is automatically determined based on the source build. |
| js_bundle_only | boolean | Optional. Whether to only repack the JavaScript bundle. Defaults to false, which means the entire app metadata will be updated. |
| message | string | Optional. Custom message attached to the build. Corresponds to the `--message` flag when running `eas build`. |
| repack_version | string | Optional. The version of the `@expo/repack-app` to use. Defaults to the latest version. |
| ios_signing_use_source_app_entitlements | boolean | Optional. Whether to use fastlane resign `use_app_entitlements` behavior: extract app bundle code signing entitlements and combine them with entitlements from the new provisioning profile. Defaults to false. |
| ios_signing_app_entitlements_path | string | Optional. Path to the entitlements file to use, for example, `myApp/MyApp.entitlements`. This is exclusive with `ios_signing_use_source_app_entitlements` |

### Examples

Expand Down