mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-30 11:43:36 +02:00
macOS: add ITSAppUsesNonExemptEncryption to plist
This is required to publish app in App Store. ITSEncryptionExportComplianceCode will be set during deployment. Change-Id: If4f07c003c193b8dd1f08589c4cb3b04e671def3
This commit is contained in:
parent
6498dadd68
commit
94980cd3fc
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue