Skip to content

Commit

Permalink
docs: auto-build docs for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 25, 2024
1 parent a236774 commit cffa30d
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 53 deletions.
15 changes: 12 additions & 3 deletions 7.32/preparation/prov-profile-basic-auto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2011,8 +2011,9 @@ <h1>Basic Automatic Configuration</h1>
<li>Use the <code>xcodeOrgId</code> and <code>xcodeSigningId</code> <a href="../../reference/capabilities/">capabilities</a>:
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="p">{</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="w"> </span><span class="nt">&quot;appium:xcodeOrgId&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;&lt;Team ID&gt;&quot;</span><span class="p">,</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="w"> </span><span class="nt">&quot;appium:xcodeSigningId&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Apple Developer&quot;</span>
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a><span class="p">}</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="w"> </span><span class="nt">&quot;appium:xcodeSigningId&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Apple Developer&quot;</span><span class="p">,</span>
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a><span class="w"> </span><span class="nt">&quot;appium:updatedWDABundleId&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;&lt;bundle id your provisioning profile can accept&gt;&quot;</span>
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a><span class="p">}</span>
</code></pre></div></li>
<li>Create a <code>.xcconfig</code> file somewhere on your file system and add the following to it:
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="na">DEVELOPMENT_TEAM</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&lt;Team ID&gt;</span>
Expand All @@ -2036,6 +2037,14 @@ <h1>Basic Automatic Configuration</h1>
</ul>
</li>
<li><code>xcodeSigningId</code> / <code>CODE_SIGN_IDENTITY</code> is usually either <code>Apple Developer</code> or <code>iPhone Developer</code>.</li>
<li><code>updatedWDABundleId</code> is the bundle id you would like to use for the built WebDriverAgent.<ul>
<li>Appium replaces the existing placeholder of <code>com.facebook.WebDriverAgentRunner</code> in <code>WebDriverAgent.xcodeproj</code> with the given capability value.</li>
<li><code>xcodebuild</code> adds <code>.xctrunner</code> 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 <code>*</code>.<ul>
<li>For instance, when the <code>appium:updatedWDABundleId</code> is <code>io.appium.WebDriverAgentRunner</code>, the given provisioning profile should be for <code>io.appium.WebDriverAgentRunner.xctrunner</code>, <code>io.appium.WebDriverAgentRunner.*</code> or <code>*</code>.</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Once this configuration is done, you should specify your real device UDID with the <code>udid</code> desired
capability, after which you should be able to start your test. Proceed with
Expand All @@ -2060,7 +2069,7 @@ <h1>Basic Automatic Configuration</h1>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-01-18T08:08:50+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-01-18</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-11-25T08:35:59+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-11-25</span>
</span>


Expand Down
13 changes: 8 additions & 5 deletions 7.32/preparation/prov-profile-generic-manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2033,10 +2033,13 @@ <h1>Manual Configuration for a Generic Device</h1>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The Appium team distributes generic builds with <code>CODE_SIGNING_ALLOWED=NO</code> at
<a href="https://github.com/appium/WebDriverAgent/releases">https://github.com/appium/WebDriverAgent/releases</a>. It is recommended to sign packages with a
wildcard (<code>*</code>) provisioning profile, although such profiles require a paid Apple Developer
account. In case of a free account, you may need to update the bundle id before building the
WebDriverAgent package.</p>
<a href="https://github.com/appium/WebDriverAgent/releases">WebDriverAgent package releases</a>.
It is recommended to sign packages with a wildcard (<code>*</code>) provisioning profile,
although such profiles require a paid Apple Developer account.
For example, if you're preparing such a provisioning profile for <code>io.appium.WebDriverAgentRunner.xctrunner</code>, it will be for <code>io.appium.*</code>, <code>io.appium.WebDriverAgentRunner.*</code> or <code>*</code>.
In case of a free account, you may need to update the bundle id before building
the WebDriverAgent package to prepare a properly signed WebDriverAgent package
by <code>xcodebuild</code>.</p>
</div>


Expand All @@ -2058,7 +2061,7 @@ <h1>Manual Configuration for a Generic Device</h1>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-01-18T08:08:50+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-01-18</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-11-25T08:35:59+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-11-25</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion 7.32/search/search_index.json

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions 7.32/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,178 +2,178 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/contributing/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/endpoints-wda/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/endpoints/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/overview/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/attach-to-running-wda/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/audio-capture/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/capability-sets/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/ci-setup/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/clipboard/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/elements-lookup-troubleshooting/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/file-transfer/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/gestures/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/hybrid/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/input-events/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/install-certificate/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/multiple-xcode-versions/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/parallel-tests/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/run-prebuilt-wda/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/run-preinstalled-wda/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/touch-id/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/troubleshooting/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/tvos/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/wda-custom-server/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/guides/wda-slowness/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/installation/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/installation/requirements/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/preparation/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/preparation/prov-profile-basic-auto/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/preparation/prov-profile-basic-manual/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/preparation/prov-profile-full-manual/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/preparation/prov-profile-generic-manual/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/preparation/real-device-config/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/bidi/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/capabilities/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/commands/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/element-attributes/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/execute-methods/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/ios-predicate/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/locator-strategies/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/scripts/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/security-flags/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/server-args/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
<url>
<loc>https://appium.github.io/appium-xcuitest-driver/7.32/reference/settings/</loc>
<lastmod>2024-11-24</lastmod>
<lastmod>2024-11-25</lastmod>
</url>
</urlset>
Binary file modified 7.32/sitemap.xml.gz
Binary file not shown.

0 comments on commit cffa30d

Please sign in to comment.