Closed pke closed 7 years ago
Doesn't cordova plugins support a mechanism to have config.xml variables iterated and inserted into the plist like this?
<platform name="ios"> <config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes"> <array> <string>$SCHEME</string> </array> </config-file> </platform>
But I am not sure if plugins can do that?
This should work but the schemes would be hard-coded in the plugin's code. Since everyone need other schemes I find this approach suboptimal.
Doesn't cordova plugins support a mechanism to have config.xml variables iterated and inserted into the plist like this?
But I am not sure if plugins can do that?