Skip to content

Commit

Permalink
deploy: 9987a8d
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Sep 17, 2024
1 parent 4105dc6 commit d059eb7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions contribution/contribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@ <h3 id="swift-package-manager"><a class="header" href="#swift-package-manager">S
<code>true</code> and return it back to <code>false</code> before pushing.</p>
<h3 id="building"><a class="header" href="#building">Building</a></h3>
<p>To generate swift bindings run:</p>
<pre><code class="language-shell">./build-ios.sh
<pre><code class="language-shell">make apple
</code></pre>
<p>This will generate the swift bindings and create an <code>xcframework</code> with the built rust static libraries.</p>
<h3 id="releasing"><a class="header" href="#releasing">Releasing</a></h3>
<p>Similar to the building command but we should pass <code>--release</code></p>
<pre><code class="language-shell">./build-ios.sh --release
<pre><code class="language-shell">make apple -- --release
</code></pre>
<p>This will create a ZIP archive of the <code>xcframework</code> and update <code>Package.swift</code> with the computed checksum.
This is only needed when cutting a new release, not for local development.</p>
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ <h3 id="swift-package-manager"><a class="header" href="#swift-package-manager">S
<code>true</code> and return it back to <code>false</code> before pushing.</p>
<h3 id="building"><a class="header" href="#building">Building</a></h3>
<p>To generate swift bindings run:</p>
<pre><code class="language-shell">./build-ios.sh
<pre><code class="language-shell">make apple
</code></pre>
<p>This will generate the swift bindings and create an <code>xcframework</code> with the built rust static libraries.</p>
<h3 id="releasing"><a class="header" href="#releasing">Releasing</a></h3>
<p>Similar to the building command but we should pass <code>--release</code></p>
<pre><code class="language-shell">./build-ios.sh --release
<pre><code class="language-shell">make apple -- --release
</code></pre>
<p>This will create a ZIP archive of the <code>xcframework</code> and update <code>Package.swift</code> with the computed checksum.
This is only needed when cutting a new release, not for local development.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit d059eb7

Please sign in to comment.