summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2022-12-07 17:15:29 +0400
committerJohn Preston <johnprestonmail@gmail.com>2022-12-30 17:30:18 +0400
commit23e1c6128b27487651c8be4f2734265b8284e0c9 (patch)
tree871c16d8e6789cccaa5d8c7d94fca8ad70cde2be
parentbc71a2619a3e9e180bc22db1c87e82651eea4588 (diff)
Specify no non-exempt encryption usage in plist.
-rw-r--r--Telegram/Telegram.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Telegram/Telegram.plist b/Telegram/Telegram.plist
index 0506a89588..ea63952288 100644
--- a/Telegram/Telegram.plist
+++ b/Telegram/Telegram.plist
@@ -31,6 +31,8 @@
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
+ <key>ITSAppUsesNonExemptEncryption</key>
+ <false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>