Add applink config for iOS

master
Skylar Ittner 3 years ago
parent 4342056479
commit 1c8d56864a

@ -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" />

Loading…
Cancel
Save