Add applink config for iOS
This commit is contained in:
parent
4342056479
commit
1c8d56864a
10
config.xml
10
config.xml
@ -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…
x
Reference in New Issue
Block a user