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

Commit 3623b86

Browse files
authored
CCDP-1240: Removed quarantine requirements for Mac (#142)
1 parent 84190bb commit 3623b86

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

Readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Use the following command to install the .NET SDK from NuGet into your .NET proj
3333
dotnet add package DolbyIO.Comms.Sdk
3434
```
3535

36-
>On MacOS, it is necessary to unquarantine SDK libraries. Otherwise, quarantine attributes prevent their usage. The simplest way to unquarantine is to strip the quarantine attributes recursively for all the files in the package. Follow these steps:
37-
>1. Open **Terminal**.
38-
>2. Assuming you have unzipped the SDK under `~/Downloads/dolbyio-comms-dotnet-sdk`, run this command `xattr -d -r com.apple.quarantine ~/Downloads/dolbyio-comms-dotnet-sdk`.
39-
4036
#### 1. Initialize the SDK
4137

4238
Initialize the SDK using the secure authentication method that uses a token in the application. For the purpose of this application, use a [client access token](https://docs.dolby.io/communications-apis/docs/overview-developer-tools#client-access-token) generated from the Dolby.io dashboard. Use the following code to initialize the SDK using the [DolbyIOSDK.InitAsync](https://api-references.dolby.io/comms-sdk-dotnet/api/DolbyIO.Comms.DolbyIOSDK.html#DolbyIO_Comms_DolbyIOSDK_InitAsync_System_String_DolbyIO_Comms_RefreshTokenCallBack_) method:

docs/documentation/unity/getting-started/installation.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@ https://github.com/DolbyIO/comms-sdk-unity.git
2121

2222
- Download latest plugin from the [release](https://github.com/DolbyIO/comms-sdk-dotnet/releases) page.
2323
- Unzip the package into a local folder.
24-
- Select **Add package from the disk**, navigate to the local folder and select `package.json` file.
25-
26-
> ⓘ On MacOS, it is necessary to unquarantine SDK libraries. Otherwise, quarantine attributes prevent their usage. The simplest way to unquarantine the SDK library is to strip the quarantine attributes recursively for all the files in the package. Follow these steps:
27-
>1. In the Package Manager, select the plugin, right click and click on **Reveal in finder**
28-
>2. In the finder window, click on the **Settings** icon and pick **New Terminal Tab at Folder**
29-
>2. Run this command:
30-
>```
31-
>xattr -d -r com.apple.quarantine .
32-
>```
24+
- Select **Add package from the disk**, navigate to the local folder and select `package.json` file.

unity

Submodule unity updated from 8827699 to 19d12b5

0 commit comments

Comments
 (0)