注释掉plugin.xml中ios的部分

This commit is contained in:
郎咸魁 2021-12-22 08:43:33 +08:00
parent 234c9d8220
commit 7214d9b437

View File

@ -23,7 +23,7 @@
<clobbers target="cordova.plugin.trtc"/> <clobbers target="cordova.plugin.trtc"/>
</js-module> </js-module>
<platform name="ios"> <!-- <platform name="ios">
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="Trtc"> <feature name="Trtc">
<param name="ios-package" value="TrtcPlugin"/> <param name="ios-package" value="TrtcPlugin"/>
@ -136,7 +136,7 @@
<config-file target="*TrtcConfig.plist" parent="AppId"> <config-file target="*TrtcConfig.plist" parent="AppId">
<string>$APP_ID</string> <string>$APP_ID</string>
</config-file> </config-file>
</platform> </platform> -->
<platform name="android"> <platform name="android">
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">