mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +08:00
fix(docs) replace android platform with ios (#2500)
This commit is contained in:
parent
5f41ef1cbc
commit
41a4a43c0c
@ -23,10 +23,10 @@ export interface IDynamicLink {
|
||||
*
|
||||
*config.xml:
|
||||
* ```xml
|
||||
* <platform name="android">
|
||||
* <platform name="ios">
|
||||
* <preference name="GoogleIOSClientId" value="..." />
|
||||
* </platform>
|
||||
* <platform name="ios">
|
||||
* <platform name="android">
|
||||
* <preference name="GoogleAndroidClientId" value="..." />
|
||||
* </platform>
|
||||
* ```
|
||||
|
Loading…
Reference in New Issue
Block a user