Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 24, 2024
1 parent c79b987 commit aecef02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/preparation/prov-profile-basic-auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ _or_ the combination of `xcodeOrgId` and `xcodeSigningId`.
Unit" field in your iPhone Developer certificate in your keychain.
* `xcodeSigningId` / `CODE_SIGN_IDENTITY` is usually either `Apple Developer` or `iPhone Developer`.
* `updatedWDABundleId` is the bundle id you would like to use for the built WebDriverAgent.
* Appium replaces the exisitng placeholder of `com.facebook.WebDriverAgentRunner` in `WebDriverAgent.xcodeproj` with the given capability value.
* `xcodebuild` adds `.xctrunner` automatically for XCTest package, thus the provisioning profile you're using should have the suffix explicitly, or it can be for bundle id which has `*`.
* Appium replaces the existing placeholder of `com.facebook.WebDriverAgentRunner` in `WebDriverAgent.xcodeproj` with the given capability value.
* `xcodebuild` adds `.xctrunner` automatically for XCTest package. Thus, the provisioning profile you're using should have the suffix explicitly, or it can be for bundle id which has `*`.
* For instance, when the `appium:updatedWDABundleId` is `io.appium.WebDriverAgentRunner`, the given provisioning profile should be for `io.appium.WebDriverAgentRunner.xctrunner`, `io.appium.WebDriverAgentRunner.*` or `*`.

Once this configuration is done, you should specify your real device UDID with the `udid` desired
Expand Down

0 comments on commit aecef02

Please sign in to comment.