Skip to content
Snippets Groups Projects
Commit 94980cd3 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

macOS: add ITSAppUsesNonExemptEncryption to plist

This is required to publish app in App Store.
ITSEncryptionExportComplianceCode will be set during
deployment.

Change-Id: If4f07c003c193b8dd1f08589c4cb3b04e671def3
parent 6498dadd
Branches
Tags
No related merge requests found
......@@ -36,5 +36,7 @@
<string>Jami requires to access your microphone to make calls and record audio</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Jami requires to access your photo library to show image on profile and send via chat</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment