> For the complete documentation index, see [llms.txt](https://docs.accurascan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accurascan.com/language/react-native/ios-setup/adding-permissions..md).

# Adding Permissions.

{% hint style="info" %}

#### *Please make sure to install git-lfs into your Mac.*

{% endhint %}

**Open your mac terminal and run the following command**

```
brew install git-lfs

or

port install git-lfs
```

#### Add this permissions into iOS Info.plist file.

```
<key>NSCameraUsageDescription</key>
<string>App usage camera for scan documents.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>App usage photos for save document picture.</string>
```
