注释掉plugin.xml中ios的部分

This commit is contained in:
郎咸魁 2021-12-22 08:45:31 +08:00
parent 7214d9b437
commit a5c7c513ed

View File

@ -23,120 +23,120 @@
<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"/>-->
<!-- <param name="onload" value="true" /> --> <!-- &lt;!&ndash; <param name="onload" value="true" /> &ndash;&gt;-->
</feature> <!-- </feature>-->
</config-file> <!-- </config-file>-->
<config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription"> <!-- <config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription">-->
<string>$PERMISSION_MIC_DESC</string> <!-- <string>$PERMISSION_MIC_DESC</string>-->
</config-file> <!-- </config-file>-->
<config-file target="*-Info.plist" parent="NSCameraUsageDescription"> <!-- <config-file target="*-Info.plist" parent="NSCameraUsageDescription">-->
<string>$PERMISSION_CAMERA_DESC</string> <!-- <string>$PERMISSION_CAMERA_DESC</string>-->
</config-file> <!-- </config-file>-->
<header-file src="src/ios/TrtcPlugin.h"/> <!-- <header-file src="src/ios/TrtcPlugin.h"/>-->
<source-file src="src/ios/TrtcPlugin.m"/> <!-- <source-file src="src/ios/TrtcPlugin.m"/>-->
<header-file src="src/ios/Trtc/TCLiveConfigDefine.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveConfigDefine.h"/>-->
<header-file src="src/ios/Trtc/TCLiveJoinRoomViewController.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveJoinRoomViewController.h"/>-->
<source-file src="src/ios/Trtc/TCLiveJoinRoomViewController.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveJoinRoomViewController.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRequestManager.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRequestManager.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRequestManager.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRequestManager.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.m"/>-->
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.h"/> <!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.h"/>-->
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.m"/> <!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.m"/>-->
<resource-file src="src/ios/TrtcConfig.plist"/> <!-- <resource-file src="src/ios/TrtcConfig.plist"/>-->
<!-- images --> <!-- &lt;!&ndash; images &ndash;&gt;-->
<resource-file src="src/ios/res/beauty-dis.png"/> <!-- <resource-file src="src/ios/res/beauty-dis.png"/>-->
<resource-file src="src/ios/res/beauty.png"/> <!-- <resource-file src="src/ios/res/beauty.png"/>-->
<resource-file src="src/ios/res/bg.png"/> <!-- <resource-file src="src/ios/res/bg.png"/>-->
<resource-file src="src/ios/res/camera-gray.png"/> <!-- <resource-file src="src/ios/res/camera-gray.png"/>-->
<resource-file src="src/ios/res/camera.png"/> <!-- <resource-file src="src/ios/res/camera.png"/>-->
<resource-file src="src/ios/res/chat.png"/> <!-- <resource-file src="src/ios/res/chat.png"/>-->
<resource-file src="src/ios/res/doubleroom.png"/> <!-- <resource-file src="src/ios/res/doubleroom.png"/>-->
<resource-file src="src/ios/res/feedback.png"/> <!-- <resource-file src="src/ios/res/feedback.png"/>-->
<resource-file src="src/ios/res/ic_toast_success@2x.png"/> <!-- <resource-file src="src/ios/res/ic_toast_success@2x.png"/>-->
<resource-file src="src/ios/res/icon_sign@2x.png"/> <!-- <resource-file src="src/ios/res/icon_sign@2x.png"/>-->
<resource-file src="src/ios/res/log.png"/> <!-- <resource-file src="src/ios/res/log.png"/>-->
<resource-file src="src/ios/res/log2.png"/> <!-- <resource-file src="src/ios/res/log2.png"/>-->
<resource-file src="src/ios/res/mic-dis.png"/> <!-- <resource-file src="src/ios/res/mic-dis.png"/>-->
<resource-file src="src/ios/res/mic.png"/> <!-- <resource-file src="src/ios/res/mic.png"/>-->
<resource-file src="src/ios/res/muti_room_bg.png"/> <!-- <resource-file src="src/ios/res/muti_room_bg.png"/>-->
<resource-file src="src/ios/res/role.png"/> <!-- <resource-file src="src/ios/res/role.png"/>-->
<resource-file src="src/ios/res/ui_title_arrow_left.png"/> <!-- <resource-file src="src/ios/res/ui_title_arrow_left.png"/>-->
<!-- lib --> <!-- &lt;!&ndash; lib &ndash;&gt;-->
<framework src="Accelerate.framework"/> <!-- <framework src="Accelerate.framework"/>-->
<framework src="AssetsLibrary.framework"/> <!-- <framework src="AssetsLibrary.framework"/>-->
<framework src="AVFoundation.framework"/> <!-- <framework src="AVFoundation.framework"/>-->
<framework src="CoreGraphics.framework"/> <!-- <framework src="CoreGraphics.framework"/>-->
<framework src="CoreMedia.framework"/> <!-- <framework src="CoreMedia.framework"/>-->
<framework src="CoreTelephony.framework"/> <!-- <framework src="CoreTelephony.framework"/>-->
<framework src="CoreVideo.framework"/> <!-- <framework src="CoreVideo.framework"/>-->
<framework src="ImageIO.framework"/> <!-- <framework src="ImageIO.framework"/>-->
<framework src="JavaScriptCore.framework"/> <!-- <framework src="JavaScriptCore.framework"/>-->
<framework src="OpenAL.framework"/> <!-- <framework src="OpenAL.framework"/>-->
<framework src="OpenGLES.framework"/> <!-- <framework src="OpenGLES.framework"/>-->
<framework src="QuartzCore.framework"/> <!-- <framework src="QuartzCore.framework"/>-->
<framework src="SystemConfiguration.framework"/> <!-- <framework src="SystemConfiguration.framework"/>-->
<framework src="VideoToolbox.framework"/> <!-- <framework src="VideoToolbox.framework"/>-->
<framework src="libbz2.tbd"/> <!-- <framework src="libbz2.tbd"/>-->
<framework src="libc++.tbd"/> <!-- <framework src="libc++.tbd"/>-->
<framework src="libiconv.tbd"/> <!-- <framework src="libiconv.tbd"/>-->
<framework src="libicucore.tbd"/> <!-- <framework src="libicucore.tbd"/>-->
<framework src="libprotobuf.tbd"/> <!-- <framework src="libprotobuf.tbd"/>-->
<framework src="libresolv.tbd"/> <!-- <framework src="libresolv.tbd"/>-->
<framework src="libsqlite3.tbd"/> <!-- <framework src="libsqlite3.tbd"/>-->
<framework src="libstdc++.6.tbd"/> <!-- <framework src="libstdc++.6.tbd"/>-->
<framework src="libstdc++.tbd"/> <!-- <framework src="libstdc++.tbd"/>-->
<framework src="libz.tbd"/> <!-- <framework src="libz.tbd"/>-->
<!-- sdk --> <!-- &lt;!&ndash; sdk &ndash;&gt;-->
<framework src="src/ios/libs/AVSDK/QAVSDK.framework" custom="true"/> <!-- <framework src="src/ios/libs/AVSDK/QAVSDK.framework" custom="true"/>-->
<framework src="src/ios/libs/IMSDK/IMCore.framework" custom="true"/> <!-- <framework src="src/ios/libs/IMSDK/IMCore.framework" custom="true"/>-->
<framework src="src/ios/libs/IMSDK/ImSDK.framework" custom="true"/> <!-- <framework src="src/ios/libs/IMSDK/ImSDK.framework" custom="true"/>-->
<framework src="src/ios/libs/IMSDK/IMSDKBugly.framework" custom="true"/> <!-- <framework src="src/ios/libs/IMSDK/IMSDKBugly.framework" custom="true"/>-->
<framework src="src/ios/libs/IMSDK/QALSDK.framework" custom="true"/> <!-- <framework src="src/ios/libs/IMSDK/QALSDK.framework" custom="true"/>-->
<framework src="src/ios/libs/IMSDK/TLSSDK.framework" custom="true"/> <!-- <framework src="src/ios/libs/IMSDK/TLSSDK.framework" custom="true"/>-->
<framework src="src/ios/libs/ILiveSDK/ILiveSDK.framework" custom="true"/> <!-- <framework src="src/ios/libs/ILiveSDK/ILiveSDK.framework" custom="true"/>-->
<framework src="src/ios/libs/ILiveSDK/ILiveLogReport.framework" custom="true"/> <!-- <framework src="src/ios/libs/ILiveSDK/ILiveLogReport.framework" custom="true"/>-->
<framework src="src/ios/libs/ILiveSDK/TILLiveSDK.framework" custom="true"/> <!-- <framework src="src/ios/libs/ILiveSDK/TILLiveSDK.framework" custom="true"/>-->
<framework src="src/ios/libs/BeautySDK/Pitu/GPUImage.framework" custom="true"/> <!-- <framework src="src/ios/libs/BeautySDK/Pitu/GPUImage.framework" custom="true"/>-->
<source-file src="src/ios/libs/BeautySDK/Pitu/libcrypto.a" framework="true"/> <!-- <source-file src="src/ios/libs/BeautySDK/Pitu/libcrypto.a" framework="true"/>-->
<source-file src="src/ios/libs/BeautySDK/Pitu/libssl.a" framework="true"/> <!-- <source-file src="src/ios/libs/BeautySDK/Pitu/libssl.a" framework="true"/>-->
<header-file src="src/ios/libs/BeautySDK/include/TXCRenderView.h"/> <!-- <header-file src="src/ios/libs/BeautySDK/include/TXCRenderView.h"/>-->
<header-file src="src/ios/libs/BeautySDK/include/TXCVideoPreprocessor.h"/> <!-- <header-file src="src/ios/libs/BeautySDK/include/TXCVideoPreprocessor.h"/>-->
<header-file src="src/ios/libs/BeautySDK/include/TXEVideoPreprocessorDef.h"/> <!-- <header-file src="src/ios/libs/BeautySDK/include/TXEVideoPreprocessorDef.h"/>-->
<header-file src="src/ios/libs/BeautySDK/include/TXEVideoTypeDef.h"/> <!-- <header-file src="src/ios/libs/BeautySDK/include/TXEVideoTypeDef.h"/>-->
<header-file src="src/ios/libs/BeautySDK/include/TXINotifyDelegate.h"/> <!-- <header-file src="src/ios/libs/BeautySDK/include/TXINotifyDelegate.h"/>-->
<header-file src="src/ios/libs/BeautySDK/include/TXIVideoPreprocessorDelegate.h"/> <!-- <header-file src="src/ios/libs/BeautySDK/include/TXIVideoPreprocessorDelegate.h"/>-->
<source-file src="src/ios/libs/BeautySDK/libTXMRenderer.a" framework="true"/> <!-- <source-file src="src/ios/libs/BeautySDK/libTXMRenderer.a" framework="true"/>-->
<source-file src="src/ios/libs/BeautySDK/libTXMVideoPreprocessor.a" framework="true"/> <!-- <source-file src="src/ios/libs/BeautySDK/libTXMVideoPreprocessor.a" framework="true"/>-->
<source-file src="src/ios/libs/BeautySDK/libTXMBasic.a" framework="true"/> <!-- <source-file src="src/ios/libs/BeautySDK/libTXMBasic.a" framework="true"/>-->
<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="/*">