Selaa lähdekoodia

project: added encryption exemption info

osy 4 vuotta sitten
vanhempi
commit
de8ba28d75
3 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 2 0
      Platform/iOS/Info.plist
  2. 2 0
      Platform/macOS/Info.plist
  3. 2 0
      QEMUHelper/Info.plist

+ 2 - 0
Platform/iOS/Info.plist

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

+ 2 - 0
Platform/macOS/Info.plist

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

+ 2 - 0
QEMUHelper/Info.plist

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