Add applink config for iOS

This commit is contained in:
Skylar Ittner 2021-10-03 00:14:49 -06:00
parent 4342056479
commit 1c8d56864a

View File

@ -84,6 +84,16 @@
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
</edit-config>
<config-file target="*-Debug.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:helena.express</string>
</array>
</config-file>
<config-file target="*-Release.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:helena.express</string>
</array>
</config-file>
<splash src="res/ios/splash/Default@2x~universal~anyany.png" />
<splash src="res/ios/splash/Default@2x~universal~anyany~dark.png" />
<icon height="100" src="res/ios/icon/Icon-100.png" width="100" />