Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c6615f9

Browse files
Update for 2.5.2 release
1 parent f6c429e commit c6615f9

File tree

5 files changed

+3
-13
lines changed

5 files changed

+3
-13
lines changed

docs/.doctrees/environment.pickle

0 Bytes
Binary file not shown.
-698 Bytes
Binary file not shown.

docs/_sources/other/getting_started.rst.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ The following table lists the contents of the C++ SDK package:
2525
+---------------+-----------------------------------------------------------------------------------+
2626

2727
.. note::
28-
With the addition of Apple silicon support, the macOS package contains two subdirectories inside the unzipped **sdk-release** directory, with libraries for respective platforms. The **sdk-release-arm** packages are designed for Arm architectures, and the **sdk-release-x86** packages are designed for x86 architectures. To simplify this guide, we will mention only the **sdk-release** directory.
29-
30-
.. note::
31-
On macOS, it is necessary to unquarantine the prebuilt desktop_app sample binary included in the package. To strip quarantine via terminal and the macOS attribute stripping command line tool do the following:
32-
33-
**xattr -d -r com.apple.quarantine sdk-release/bin/desktop_app**
28+
The macOS package contains two subdirectories inside the unzipped **sdk-release** directory, with libraries for respective platforms. The **sdk-release-arm** packages are designed for Arm architectures, and the **sdk-release-x86** packages are designed for x86 architectures. To simplify this guide, we will mention only the **sdk-release** directory. We also provide a **macos64-universal.zip** for download. This package contains universal binaries (both x86_64/arm64 architecture) and thus can be used on both Intel and Apple Silicon Macbooks.
3429

3530
CA certificates
3631
---------------

docs/other/getting_started.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,7 @@ <h2>Contents of the SDK package<a class="headerlink" href="#contents-of-the-sdk-
125125
</div></blockquote>
126126
<div class="admonition note">
127127
<p class="admonition-title">Note</p>
128-
<p>With the addition of Apple silicon support, the macOS package contains two subdirectories inside the unzipped <strong>sdk-release</strong> directory, with libraries for respective platforms. The <strong>sdk-release-arm</strong> packages are designed for Arm architectures, and the <strong>sdk-release-x86</strong> packages are designed for x86 architectures. To simplify this guide, we will mention only the <strong>sdk-release</strong> directory.</p>
129-
</div>
130-
<div class="admonition note">
131-
<p class="admonition-title">Note</p>
132-
<p>On macOS, it is necessary to unquarantine the prebuilt desktop_app sample binary included in the package. To strip quarantine via terminal and the macOS attribute stripping command line tool do the following:</p>
133-
<p><strong>xattr -d -r com.apple.quarantine sdk-release/bin/desktop_app</strong></p>
128+
<p>The macOS package contains two subdirectories inside the unzipped <strong>sdk-release</strong> directory, with libraries for respective platforms. The <strong>sdk-release-arm</strong> packages are designed for Arm architectures, and the <strong>sdk-release-x86</strong> packages are designed for x86 architectures. To simplify this guide, we will mention only the <strong>sdk-release</strong> directory. We also provide a <strong>macos64-universal.zip</strong> for download. This package contains universal binaries (both x86_64/arm64 architecture) and thus can be used on both Intel and Apple Silicon Macbooks.</p>
134129
</div>
135130
</section>
136131
<section id="ca-certificates">

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)