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

Commit 73c0449

Browse files
authored
Merge pull request #9 from DolbyIO/CCDP-1240-mhelf
CCDP-1240: Removed quarantine requirements for Mac
2 parents 718808d + 3ae1a1f commit 73c0449

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Readme.md

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

2727
- Download latest plugin from the [release](https://github.com/DolbyIO/comms-sdk-dotnet/releases) page.
2828
- Unzip the package into a local folder.
29-
- Select **Add package from the disk**, navigate to the local folder and select `package.json` file.
30-
31-
> ⓘ 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:
32-
>1. In the Package Manager, select the plugin, right click and click on **Reveal in finder**
33-
>2. In the finder window, click on the **Settings** icon and pick **New Terminal Tab at Folder**
34-
>2. Run this command:
35-
>```
36-
>xattr -d -r com.apple.quarantine .
37-
>```
29+
- Select **Add package from the disk**, navigate to the local folder and select `package.json` file.

0 commit comments

Comments
 (0)