Add ITSAppUsesNonExemptEncryption so Apple stops asking

master
Skylar Ittner 2 years ago
parent 71c4ebefdb
commit 4d7fa5388b

@ -78,6 +78,9 @@
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>Your location is used to show where you are on a map. It does not leave your device.</string>
</edit-config>
<config-file target="*-Info.plist" parent="ITSAppUsesNonExemptEncryption" mode="add">
<false/>
</config-file>
<config-file target="*-Debug.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:helena.express</string>

Loading…
Cancel
Save