Skip to content

Commit 9f5b0f1

Browse files
fix: the command name for iOS (#295)
This PR corrects a documentation error where an Android-specific command was mistakenly listed under the iOS section. The command has been updated to reflect the correct iOS usage.
1 parent 555f27a commit 9f5b0f1

File tree

1 file changed

+1
-1
lines changed
  • website/docs/docs/remote-cache/github-actions

1 file changed

+1
-1
lines changed

website/docs/docs/remote-cache/github-actions/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Pass extra parameters to the `rnef build:ios` command, in order to apply custom
153153

154154
Default: `false`
155155

156-
Re-sign the IPA with latest JS bytecode bundle with `rnef sign:android`. Necessary for tester device builds.
156+
Re-sign the IPA with latest JS bytecode bundle with `rnef sign:ios`. Necessary for tester device builds.
157157
When `true`, it will produce new artifact for every commit in a Pull Request, with a PR number appended to the original artifact name associated with native state of the app, e.g. `rnef-ios-device-Release-94a82df39e12-1337`, where `1337` is the unique PR number.
158158
To avoid polluting artifact storage it will also handle removal of old artifacts associated with older commits.
159159

0 commit comments

Comments
 (0)