注释掉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"/>
</js-module>
<!-- <platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="Trtc">
<param name="ios-package" value="TrtcPlugin"/>
<!-- <param name="onload" value="true" /> -->
</feature>
</config-file>
<!-- <platform name="ios">-->
<!-- <config-file target="config.xml" parent="/*">-->
<!-- <feature name="Trtc">-->
<!-- <param name="ios-package" value="TrtcPlugin"/>-->
<!-- &lt;!&ndash; <param name="onload" value="true" /> &ndash;&gt;-->
<!-- </feature>-->
<!-- </config-file>-->
<config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription">
<string>$PERMISSION_MIC_DESC</string>
</config-file>
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>$PERMISSION_CAMERA_DESC</string>
</config-file>
<!-- <config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription">-->
<!-- <string>$PERMISSION_MIC_DESC</string>-->
<!-- </config-file>-->
<!-- <config-file target="*-Info.plist" parent="NSCameraUsageDescription">-->
<!-- <string>$PERMISSION_CAMERA_DESC</string>-->
<!-- </config-file>-->
<header-file src="src/ios/TrtcPlugin.h"/>
<source-file src="src/ios/TrtcPlugin.m"/>
<header-file src="src/ios/Trtc/TCLiveConfigDefine.h"/>
<header-file src="src/ios/Trtc/TCLiveJoinRoomViewController.h"/>
<source-file src="src/ios/Trtc/TCLiveJoinRoomViewController.m"/>
<header-file src="src/ios/Trtc/TCLiveRequestManager.h"/>
<source-file src="src/ios/Trtc/TCLiveRequestManager.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.m"/>
<header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.h"/>
<source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.m"/>
<!-- <header-file src="src/ios/TrtcPlugin.h"/>-->
<!-- <source-file src="src/ios/TrtcPlugin.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveConfigDefine.h"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveJoinRoomViewController.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveJoinRoomViewController.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRequestManager.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRequestManager.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableView.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveChatTableViewCell.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveRoomViewController.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIColorEX.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveUITools/UIToastView.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoControlBar.m"/>-->
<!-- <header-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.h"/>-->
<!-- <source-file src="src/ios/Trtc/TCLiveRoomVC/TCLiveVideoLayoutView.m"/>-->
<resource-file src="src/ios/TrtcConfig.plist"/>
<!-- <resource-file src="src/ios/TrtcConfig.plist"/>-->
<!-- images -->
<resource-file src="src/ios/res/beauty-dis.png"/>
<resource-file src="src/ios/res/beauty.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.png"/>
<resource-file src="src/ios/res/chat.png"/>
<resource-file src="src/ios/res/doubleroom.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/icon_sign@2x.png"/>
<resource-file src="src/ios/res/log.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.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/ui_title_arrow_left.png"/>
<!-- &lt;!&ndash; images &ndash;&gt;-->
<!-- <resource-file src="src/ios/res/beauty-dis.png"/>-->
<!-- <resource-file src="src/ios/res/beauty.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.png"/>-->
<!-- <resource-file src="src/ios/res/chat.png"/>-->
<!-- <resource-file src="src/ios/res/doubleroom.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/icon_sign@2x.png"/>-->
<!-- <resource-file src="src/ios/res/log.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.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/ui_title_arrow_left.png"/>-->
<!-- lib -->
<framework src="Accelerate.framework"/>
<framework src="AssetsLibrary.framework"/>
<framework src="AVFoundation.framework"/>
<framework src="CoreGraphics.framework"/>
<framework src="CoreMedia.framework"/>
<framework src="CoreTelephony.framework"/>
<framework src="CoreVideo.framework"/>
<framework src="ImageIO.framework"/>
<framework src="JavaScriptCore.framework"/>
<framework src="OpenAL.framework"/>
<framework src="OpenGLES.framework"/>
<framework src="QuartzCore.framework"/>
<framework src="SystemConfiguration.framework"/>
<framework src="VideoToolbox.framework"/>
<framework src="libbz2.tbd"/>
<framework src="libc++.tbd"/>
<framework src="libiconv.tbd"/>
<framework src="libicucore.tbd"/>
<framework src="libprotobuf.tbd"/>
<framework src="libresolv.tbd"/>
<framework src="libsqlite3.tbd"/>
<framework src="libstdc++.6.tbd"/>
<framework src="libstdc++.tbd"/>
<framework src="libz.tbd"/>
<!-- &lt;!&ndash; lib &ndash;&gt;-->
<!-- <framework src="Accelerate.framework"/>-->
<!-- <framework src="AssetsLibrary.framework"/>-->
<!-- <framework src="AVFoundation.framework"/>-->
<!-- <framework src="CoreGraphics.framework"/>-->
<!-- <framework src="CoreMedia.framework"/>-->
<!-- <framework src="CoreTelephony.framework"/>-->
<!-- <framework src="CoreVideo.framework"/>-->
<!-- <framework src="ImageIO.framework"/>-->
<!-- <framework src="JavaScriptCore.framework"/>-->
<!-- <framework src="OpenAL.framework"/>-->
<!-- <framework src="OpenGLES.framework"/>-->
<!-- <framework src="QuartzCore.framework"/>-->
<!-- <framework src="SystemConfiguration.framework"/>-->
<!-- <framework src="VideoToolbox.framework"/>-->
<!-- <framework src="libbz2.tbd"/>-->
<!-- <framework src="libc++.tbd"/>-->
<!-- <framework src="libiconv.tbd"/>-->
<!-- <framework src="libicucore.tbd"/>-->
<!-- <framework src="libprotobuf.tbd"/>-->
<!-- <framework src="libresolv.tbd"/>-->
<!-- <framework src="libsqlite3.tbd"/>-->
<!-- <framework src="libstdc++.6.tbd"/>-->
<!-- <framework src="libstdc++.tbd"/>-->
<!-- <framework src="libz.tbd"/>-->
<!-- sdk -->
<framework src="src/ios/libs/AVSDK/QAVSDK.framework" custom="true"/>
<!-- &lt;!&ndash; sdk &ndash;&gt;-->
<!-- <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/ImSDK.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/TLSSDK.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/IMSDKBugly.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/ILiveSDK/ILiveSDK.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/ILiveSDK.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/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/libssl.a" framework="true"/>
<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/TXEVideoPreprocessorDef.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/TXIVideoPreprocessorDelegate.h"/>
<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/libTXMBasic.a" framework="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/libssl.a" framework="true"/>-->
<!-- <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/TXEVideoPreprocessorDef.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/TXIVideoPreprocessorDelegate.h"/>-->
<!-- <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/libTXMBasic.a" framework="true"/>-->
<config-file target="*TrtcConfig.plist" parent="AppId">
<string>$APP_ID</string>
</config-file>
</platform> -->
<!-- <config-file target="*TrtcConfig.plist" parent="AppId">-->
<!-- <string>$APP_ID</string>-->
<!-- </config-file>-->
<!-- </platform>-->
<platform name="android">
<config-file target="config.xml" parent="/*">