Sfoglia il codice sorgente

Declaration of non-exempt encryption in Info.plist

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

Required to avoid manually declaring this during TestFlight distribution.
bjornoleh 3 anni fa
parent
commit
1f80e39379
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>