Просмотр исходного кода

Declaration of non-exempt encryption in Info.plist

<key>ITSAppUsesNonExemptEncryption</key>
<false/>

Required to avoid manually declaring this during TestFlight distribution.
bjornoleh 3 лет назад
Родитель
Сommit
1f80e39379
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      LoopFollow/Info.plist

+ 2 - 0
LoopFollow/Info.plist

@@ -87,5 +87,7 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>ITSAppUsesNonExemptEncryption</key>
+<false/>
 </dict>
 </plist>