2
0
Эх сурвалжийг харах

project: added encryption exemption info

osy 4 жил өмнө
parent
commit
de8ba28d75

+ 2 - 0
Platform/iOS/Info.plist

@@ -33,6 +33,8 @@
 	<string>$(MARKETING_VERSION)</string>
 	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>ITSAppUsesNonExemptEncryption</key>
+	<false/>
 	<key>LSRequiresIPhoneOS</key>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<true/>
 	<key>LSSupportsOpeningDocumentsInPlace</key>
 	<key>LSSupportsOpeningDocumentsInPlace</key>

+ 2 - 0
Platform/macOS/Info.plist

@@ -37,6 +37,8 @@
 	<string>$(MARKETING_VERSION)</string>
 	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>ITSAppUsesNonExemptEncryption</key>
+	<false/>
 	<key>LSApplicationCategoryType</key>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.business</string>
 	<string>public.app-category.business</string>
 	<key>LSMinimumSystemVersion</key>
 	<key>LSMinimumSystemVersion</key>

+ 2 - 0
QEMUHelper/Info.plist

@@ -20,6 +20,8 @@
 	<string>$(MARKETING_VERSION)</string>
 	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
 	<string>1</string>
 	<string>1</string>
+	<key>ITSAppUsesNonExemptEncryption</key>
+	<false/>
 	<key>NSHumanReadableCopyright</key>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright © 2020 osy. All rights reserved.</string>
 	<string>Copyright © 2020 osy. All rights reserved.</string>
 	<key>XPCService</key>
 	<key>XPCService</key>