From 0fcff8562551a3ae1d0679c437f669ceb6fd90c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E6=98=9F?= Date: Mon, 22 Dec 2025 10:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 1 + Podfile.lock | 20 +- Pods/DZNEmptyDataSet/LICENSE | 9 + Pods/DZNEmptyDataSet/README.md | 296 + .../Source/UIScrollView+EmptyDataSet.h | 280 + .../Source/UIScrollView+EmptyDataSet.m | 1074 + .../FLAnimatedImage/FLAnimatedImage.m | 820 + .../FLAnimatedImage/FLAnimatedImageView.m | 460 + .../FLAnimatedImage/include/FLAnimatedImage.h | 83 + .../include/FLAnimatedImageView.h | 36 + Pods/FLAnimatedImage/LICENSE | 21 + Pods/FLAnimatedImage/README.md | 122 + Pods/Manifest.lock | 20 +- Pods/Pods.xcodeproj/project.pbxproj | 26788 ++++++++-------- Pods/SVProgressHUD/LICENSE | 21 + Pods/SVProgressHUD/README.md | 221 + .../SVProgressHUD/PrivacyInfo.xcprivacy | 14 + .../SVProgressHUD/SVIndefiniteAnimatedView.h | 17 + .../SVProgressHUD/SVIndefiniteAnimatedView.m | 142 + .../SVProgressHUD/SVProgressAnimatedView.h | 17 + .../SVProgressHUD/SVProgressAnimatedView.m | 96 + .../SVProgressHUD.bundle/angle-mask.png | Bin 0 -> 1845 bytes .../SVProgressHUD.bundle/angle-mask@2x.png | Bin 0 -> 4893 bytes .../SVProgressHUD.bundle/angle-mask@3x.png | Bin 0 -> 8319 bytes .../SVProgressHUD.bundle/error.png | Bin 0 -> 184 bytes .../SVProgressHUD.bundle/error@2x.png | Bin 0 -> 306 bytes .../SVProgressHUD.bundle/error@3x.png | Bin 0 -> 398 bytes .../SVProgressHUD.bundle/info.png | Bin 0 -> 365 bytes .../SVProgressHUD.bundle/info@2x.png | Bin 0 -> 816 bytes .../SVProgressHUD.bundle/info@3x.png | Bin 0 -> 1200 bytes .../SVProgressHUD.bundle/success.png | Bin 0 -> 262 bytes .../SVProgressHUD.bundle/success@2x.png | Bin 0 -> 462 bytes .../SVProgressHUD.bundle/success@3x.png | Bin 0 -> 714 bytes .../SVProgressHUD/SVProgressHUD.h | 392 + .../SVProgressHUD/SVProgressHUD.m | 1524 + .../SVProgressHUD/SVRadialGradientLayer.h | 14 + .../SVProgressHUD/SVRadialGradientLayer.m | 25 + .../DZNEmptyDataSet-Info.plist | 26 + .../DZNEmptyDataSet/DZNEmptyDataSet-dummy.m | 5 + .../DZNEmptyDataSet-prefix.pch | 12 + .../DZNEmptyDataSet-umbrella.h | 17 + .../DZNEmptyDataSet.debug.xcconfig | 13 + .../DZNEmptyDataSet/DZNEmptyDataSet.modulemap | 6 + .../DZNEmptyDataSet.release.xcconfig | 13 + .../FLAnimatedImage-Info.plist | 26 + .../FLAnimatedImage/FLAnimatedImage-dummy.m | 5 + .../FLAnimatedImage-prefix.pch | 12 + .../FLAnimatedImage-umbrella.h | 18 + .../FLAnimatedImage.debug.xcconfig | 13 + .../FLAnimatedImage/FLAnimatedImage.modulemap | 6 + .../FLAnimatedImage.release.xcconfig | 13 + .../Pods-QXLive-acknowledgements.markdown | 88 + .../Pods-QXLive-acknowledgements.plist | 112 + ...ve-frameworks-Debug-input-files.xcfilelist | 4 + ...e-frameworks-Debug-output-files.xcfilelist | 4 + ...-frameworks-Release-input-files.xcfilelist | 4 + ...frameworks-Release-output-files.xcfilelist | 4 + .../Pods-QXLive/Pods-QXLive-frameworks.sh | 8 + .../Pods-QXLive/Pods-QXLive.debug.xcconfig | 8 +- .../Pods-QXLive/Pods-QXLive.release.xcconfig | 8 +- .../Pods-QXLiveDev-acknowledgements.markdown | 88 + .../Pods-QXLiveDev-acknowledgements.plist | 112 + ...ev-frameworks-Debug-input-files.xcfilelist | 4 + ...v-frameworks-Debug-output-files.xcfilelist | 4 + ...-frameworks-Release-input-files.xcfilelist | 4 + ...frameworks-Release-output-files.xcfilelist | 4 + .../Pods-QXLiveDev-frameworks.sh | 8 + .../Pods-QXLiveDev.debug.xcconfig | 8 +- .../Pods-QXLiveDev.release.xcconfig | 8 +- .../SVProgressHUD/SVProgressHUD-Info.plist | 26 + .../SVProgressHUD/SVProgressHUD-dummy.m | 5 + .../SVProgressHUD/SVProgressHUD-prefix.pch | 12 + .../SVProgressHUD/SVProgressHUD-umbrella.h | 20 + .../SVProgressHUD.debug.xcconfig | 13 + .../SVProgressHUD/SVProgressHUD.modulemap | 6 + .../SVProgressHUD.release.xcconfig | 13 + .../XHLaunchAd/XHLaunchAd-Info.plist | 26 + .../XHLaunchAd/XHLaunchAd-dummy.m | 5 + .../XHLaunchAd/XHLaunchAd-prefix.pch | 12 + .../XHLaunchAd/XHLaunchAd-umbrella.h | 27 + .../XHLaunchAd/XHLaunchAd.debug.xcconfig | 14 + .../XHLaunchAd/XHLaunchAd.modulemap | 6 + .../XHLaunchAd/XHLaunchAd.release.xcconfig | 14 + Pods/XHLaunchAd/LICENSE | 21 + Pods/XHLaunchAd/README.md | 696 + .../XHLaunchAd/XHLaunchAd/XHLaunchAd.h | 291 + .../XHLaunchAd/XHLaunchAd/XHLaunchAd.m | 648 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdButton.h | 33 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdButton.m | 223 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdCache.h | 199 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdCache.m | 293 + .../XHLaunchAd/XHLaunchAdConfiguration.h | 114 + .../XHLaunchAd/XHLaunchAdConfiguration.m | 70 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdConst.h | 87 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdConst.m | 22 + .../XHLaunchAd/XHLaunchAdController.h | 13 + .../XHLaunchAd/XHLaunchAdController.m | 28 + .../XHLaunchAd/XHLaunchAdDownloader.h | 56 + .../XHLaunchAd/XHLaunchAdDownloader.m | 331 + .../XHLaunchAd/XHLaunchAdImageManager.h | 31 + .../XHLaunchAd/XHLaunchAdImageManager.m | 75 + .../XHLaunchAdImageView+XHLaunchAdCache.h | 78 + .../XHLaunchAdImageView+XHLaunchAdCache.m | 69 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdView.h | 48 + .../XHLaunchAd/XHLaunchAd/XHLaunchAdView.m | 169 + .../XHLaunchAd/XHLaunchAd/XHLaunchImageView.h | 28 + .../XHLaunchAd/XHLaunchAd/XHLaunchImageView.m | 112 + QXLive/Base/QXGlobal.m | 62 +- QXLive/Config/QXConfig.h | 5 + .../Controlller/QXHomeViewController.m | 14 +- .../HomePage(声播)/Model/QXRedPacketModel.h | 3 + .../HomePage(声播)/Model/QXRedPacketModel.m | 23 + .../View/首页/QXGiftScrollView.h | 1 + .../Controlller/QXAccountListViewController.m | 6 +- .../Controlller/QXForgotPwdViewController.m | 9 +- .../Controlller/QXLoginViewController.m | 1 + QXLive/Manager/QXLogger.h | 114 + QXLive/Manager/QXLogger.m | 886 + QXLive/Manager/QXManagerMqtt.m | 1 + QXLive/Manager/QXRoomMessageManager.h | 4 + QXLive/Manager/QXRoomMessageManager.m | 20 +- .../View/QXSystemMessageCell.xib | 2 +- .../View/QXSystemMessageHandleCell.xib | 2 +- .../Message(音信)/View/QXSystemNoticeCell.xib | 2 +- .../Controller/QXMineViewController.m | 1 + .../Controller/每日任务/QXTaskViewController.h | 1 + .../Controller/每日任务/QXTaskViewController.m | 74 +- .../设置/QXBindMobileViewController.h | 2 +- .../设置/QXBindMobileViewController.m | 146 +- .../设置/QXModifyMobileViewController.h | 16 + .../设置/QXModifyMobileViewController.m | 87 + .../Controller/设置/QXSetPwdViewController.m | 9 +- .../Controller/设置/QXSettingViewController.h | 1 + .../Controller/设置/QXSettingViewController.m | 38 +- QXLive/Mine(音域)/Model/QXDayTaskModel.h | 3 +- QXLive/Mine(音域)/Model/QXGiftModel.h | 2 + .../Model/QXRoomActivityStatusModel.h | 21 + .../Model/QXRoomActivityStatusModel.m | 12 + QXLive/Mine(音域)/Model/QXRoomListModel.h | 2 + QXLive/Mine(音域)/Services/QXMineNetwork.h | 22 + QXLive/Mine(音域)/Services/QXMineNetwork.m | 88 +- .../View/我的房间/QXMyRoomListCell.h | 1 + .../View/我的房间/QXMyRoomListCell.m | 3 + .../View/我的房间/QXMyRoomListCell.xib | 11 +- .../Mine(音域)/View/每日任务/QXDayTaskCell.h | 1 + .../Mine(音域)/View/每日任务/QXDayTaskCell.m | 30 +- .../View/每日任务/QXDayTaskCell.xib | 19 +- .../View/每日任务/QXDayTaskTopView.m | 14 +- .../View/钱包/QXReVerificationPopView.m | 7 + QXLive/Network/QXRequest.m | 7 +- QXLive/Other/AppDelegate.m | 22 + .../change_mobile_top.imageset/Contents.json | 22 + .../change_mobile_top@2x.png | Bin 0 -> 112292 bytes .../change_mobile_top@3x.png | Bin 0 -> 231593 bytes .../Contents.json | 22 + .../room_redbag_sound_off@2x.png | Bin 0 -> 3428 bytes .../room_redbag_sound_off@3x.png | Bin 0 -> 6525 bytes .../Contents.json | 22 + .../room_redbag_sound_on@2x.png | Bin 0 -> 2862 bytes .../room_redbag_sound_on@3x.png | Bin 0 -> 5474 bytes .../Contents.json | 22 + .../room_set_room_age_ac@2x.png | Bin 0 -> 11803 bytes .../room_set_room_age_ac@3x.png | Bin 0 -> 24501 bytes .../Contents.json | 22 + .../room_set_room_time_ac@2x.png | Bin 0 -> 10072 bytes .../room_set_room_time_ac@3x.png | Bin 0 -> 20445 bytes QXLive/Other/NoitceAndKey.h | 9 +- QXLive/Other/PrefixHeader.pch | 2 +- QXLive/Other/QXApi.h | 7 + QXLive/Other/app_start.mp4 | Bin 0 -> 1384031 bytes QXLive/Other/sign_start.webp | Bin 0 -> 2332768 bytes .../Other/sr_tree_game_effect_tree_pre.webp | Bin 0 -> 1613138 bytes .../Controller/QXRoomViewController+Activity.m | 14 +- .../Controller/QXRoomViewController+Friend.m | 2 - .../Controller/QXRoomViewController+RedPacket.m | 9 +- .../Controller/QXRoomViewController.h | 3 + .../Controller/QXRoomViewController.m | 75 +- QXLive/Room(房间)/View/QXRoomBottomView.m | 2 +- QXLive/Room(房间)/View/QXRoomChatListView.m | 5 + .../Room(房间)/View/签约房/QXSignAlertView.m | 8 +- .../Room(房间)/View/红包/QXRedBagDrawView.h | 4 + .../Room(房间)/View/红包/QXRedBagDrawView.m | 5 +- .../Room(房间)/View/设置/QXRoomSettingView.h | 9 + .../Room(房间)/View/设置/QXRoomSettingView.m | 80 +- .../View/麦位视图/QXRoomSeatContentView.m | 1 + QXLive/Tabbar/弹窗/QXGiftCell.m | 7 +- QXLive/Tabbar/飘屏/QXGiftDriftView.m | 15 +- QXLive/Tabbar/飘屏/QXRedPacketDriftView.m | 7 +- QXLive/Tools/COS/QXCOSUploadManager.h | 4 +- QXLive/Tools/COS/QXCOSUploadManager.m | 69 + QXLive/活动/天空之境/QXSkyPraizeRecordView.m | 1 + QXLive/活动/岁月之城/QXAgePraizePoolView.h | 1 - QXLive/活动/岁月之城/QXAgePraizePoolView.m | 11 +- QXLive/活动/岁月之城/QXAgePraizeRecordView.h | 1 - QXLive/活动/岁月之城/QXAgePraizeRecordView.m | 20 +- QXLive/活动/岁月之城/QXAgePraizeView.h | 5 - QXLive/活动/岁月之城/QXAgePraizeView.m | 33 +- QXLive/活动/巡乐会/QXMeetActivityRankView.m | 7 +- QXLive/活动/巡乐会/QXMeetActivityView.h | 4 +- QXLive/活动/时空之巅/QXTimePraizePoolView.h | 1 - QXLive/活动/时空之巅/QXTimePraizePoolView.m | 12 +- QXLive/活动/时空之巅/QXTimePraizeRecordView.h | 1 - QXLive/活动/时空之巅/QXTimePraizeRecordView.m | 20 +- QXLive/活动/时空之巅/QXTimePraizeView.h | 5 - QXLive/活动/时空之巅/QXTimePraizeView.m | 25 +- 205 files changed, 26298 insertions(+), 13203 deletions(-) create mode 100644 Pods/DZNEmptyDataSet/LICENSE create mode 100644 Pods/DZNEmptyDataSet/README.md create mode 100644 Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.h create mode 100644 Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.m create mode 100755 Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.m create mode 100755 Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImageView.m create mode 100644 Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImage.h create mode 100644 Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImageView.h create mode 100644 Pods/FLAnimatedImage/LICENSE create mode 100644 Pods/FLAnimatedImage/README.md create mode 100644 Pods/SVProgressHUD/LICENSE create mode 100644 Pods/SVProgressHUD/README.md create mode 100644 Pods/SVProgressHUD/SVProgressHUD/PrivacyInfo.xcprivacy create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.m create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.h create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h create mode 100644 Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-Info.plist create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-dummy.m create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-umbrella.h create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.debug.xcconfig create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.modulemap create mode 100644 Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.release.xcconfig create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-Info.plist create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-dummy.m create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-prefix.pch create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-umbrella.h create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.debug.xcconfig create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.modulemap create mode 100644 Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.release.xcconfig create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap create mode 100644 Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd-Info.plist create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd-dummy.m create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd-prefix.pch create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd-umbrella.h create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd.debug.xcconfig create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd.modulemap create mode 100644 Pods/Target Support Files/XHLaunchAd/XHLaunchAd.release.xcconfig create mode 100755 Pods/XHLaunchAd/LICENSE create mode 100644 Pods/XHLaunchAd/README.md create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.m create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.h create mode 100644 Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.m create mode 100644 QXLive/Manager/QXLogger.h create mode 100644 QXLive/Manager/QXLogger.m create mode 100644 QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.h create mode 100644 QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.m create mode 100644 QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.h create mode 100644 QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.m create mode 100644 QXLive/Other/Assets.xcassets/mine/change_mobile_top.imageset/Contents.json create mode 100644 QXLive/Other/Assets.xcassets/mine/change_mobile_top.imageset/change_mobile_top@2x.png create mode 100644 QXLive/Other/Assets.xcassets/mine/change_mobile_top.imageset/change_mobile_top@3x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_redbag_sound_off.imageset/Contents.json create mode 100644 QXLive/Other/Assets.xcassets/room/room_redbag_sound_off.imageset/room_redbag_sound_off@2x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_redbag_sound_off.imageset/room_redbag_sound_off@3x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_redbag_sound_on.imageset/Contents.json create mode 100644 QXLive/Other/Assets.xcassets/room/room_redbag_sound_on.imageset/room_redbag_sound_on@2x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_redbag_sound_on.imageset/room_redbag_sound_on@3x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_set_room_age_ac.imageset/Contents.json create mode 100644 QXLive/Other/Assets.xcassets/room/room_set_room_age_ac.imageset/room_set_room_age_ac@2x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_set_room_age_ac.imageset/room_set_room_age_ac@3x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_set_room_time_ac.imageset/Contents.json create mode 100644 QXLive/Other/Assets.xcassets/room/room_set_room_time_ac.imageset/room_set_room_time_ac@2x.png create mode 100644 QXLive/Other/Assets.xcassets/room/room_set_room_time_ac.imageset/room_set_room_time_ac@3x.png create mode 100644 QXLive/Other/app_start.mp4 create mode 100644 QXLive/Other/sign_start.webp create mode 100755 QXLive/Other/sr_tree_game_effect_tree_pre.webp diff --git a/Podfile b/Podfile index 71b5e8e..d88fb11 100644 --- a/Podfile +++ b/Podfile @@ -81,6 +81,7 @@ def taget_pods pod 'TIMPush' #占位 pod 'DZNEmptyDataSet' + pod 'XHLaunchAd' #广告页 end target 'QXLive' do diff --git a/Podfile.lock b/Podfile.lock index 6cf152c..32194f2 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -89,6 +89,8 @@ PODS: - BRPickerView/TextPicker (2.9.1): - BRPickerView/Core - Bugly (2.6.1) + - DZNEmptyDataSet (1.8.1) + - FLAnimatedImage (1.0.17) - FMDB (2.7.12): - FMDB/standard (= 2.7.12) - FMDB/Core (2.7.12) @@ -189,6 +191,9 @@ PODS: - SVGAPlayer/ProtoFiles - SVGAPlayer/ProtoFiles (2.5.7): - Protobuf (~> 3.4) + - SVProgressHUD (2.3.1): + - SVProgressHUD/Core (= 2.3.1) + - SVProgressHUD/Core (2.3.1) - TencentCloudHuiyanSDKFace_framework (8.7.0) - TIMCommon (8.5.6864): - Masonry @@ -222,6 +227,8 @@ PODS: - TZImagePickerController/Basic (3.8.8) - TZImagePickerController/Location (3.8.8) - WechatOpenSDK-XCFramework (2.0.4) + - XHLaunchAd (3.9.12): + - FLAnimatedImage (~> 1.0.12) - YBImageBrowser (3.0.9): - YBImageBrowser/Core (= 3.0.9) - YBImageBrowser/Core (3.0.9): @@ -254,6 +261,7 @@ DEPENDENCIES: - AvoidCrash - BRPickerView - Bugly + - DZNEmptyDataSet - FMDB - IQKeyboardManager - JXCategoryView @@ -269,6 +277,7 @@ DEPENDENCIES: - SDWebImage - SDWebImageWebPCoder - SVGAPlayer + - SVProgressHUD - TencentCloudHuiyanSDKFace_framework (from `./TencentCloudHuiyanSDKFace_framework`) - TIMCommon (from `./TUIKit/TIMCommon`) - TIMPush @@ -277,6 +286,7 @@ DEPENDENCIES: - TUICore (from `./TUIKit/TUICore`) - TZImagePickerController - WechatOpenSDK-XCFramework (~> 2.0.2) + - XHLaunchAd - YBImageBrowser (~> 3.0.9) - YBImageBrowser/Video - YYCache @@ -298,6 +308,8 @@ SPEC REPOS: - AvoidCrash - BRPickerView - Bugly + - DZNEmptyDataSet + - FLAnimatedImage - FMDB - IQKeyboardManager - JXCategoryView @@ -318,10 +330,12 @@ SPEC REPOS: - SDWebImageWebPCoder - SSZipArchive - SVGAPlayer + - SVProgressHUD - TIMPush - TXIMSDK_Plus_iOS_XCFramework - TZImagePickerController - WechatOpenSDK-XCFramework + - XHLaunchAd - YBImageBrowser - YYCache - YYCategories @@ -354,6 +368,8 @@ SPEC CHECKSUMS: AvoidCrash: 28c6916fe19bd2b84126b8dec7cbe61c9a12741d BRPickerView: 6dd69ea2c48e0a0abf1d197a705050e13143ee63 Bugly: 217ac2ce5f0f2626d43dbaa4f70764c953a26a31 + DZNEmptyDataSet: 9525833b9e68ac21c30253e1d3d7076cc828eaa7 + FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b FMDB: 728731dd336af3936ce00f91d9d8495f5718a0e6 IQKeyboardManager: c8665b3396bd0b79402b4c573eac345a31c7d485 JXCategoryView: 262d503acea0b1278c79a1c25b7332ffaef4d518 @@ -374,6 +390,7 @@ SPEC CHECKSUMS: SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef SVGAPlayer: 318b85a78b61292d6ae9dfcd651f3f0d1cdadd86 + SVProgressHUD: 4837c74bdfe2e51e8821c397825996a8d7de6e22 TencentCloudHuiyanSDKFace_framework: 1a9398776aac617c2ea7e580fbaf797be96256e1 TIMCommon: 23ed3f287fe194ce5139ce421f96cfb81232562f TIMPush: e1d85ff0ee0c22cc3f51010ddd8de5316d60102c @@ -383,6 +400,7 @@ SPEC CHECKSUMS: TXIMSDK_Plus_iOS_XCFramework: ae200b67e618fef504947de6551b127d35b18d67 TZImagePickerController: d084a7b97c82d387e7669dd86dc9a9057500aacf WechatOpenSDK-XCFramework: 36fb2bea0754266c17184adf4963d7e6ff98b69f + XHLaunchAd: 6320f9c68732667323072fc3a5f104e40fbe9cfe YBImageBrowser: 7ecc8bf33ffa5f3b94c397c29b4f3638dd37f527 YYCache: 8105b6638f5e849296c71f331ff83891a4942952 YYCategories: 6bcd4314c6661a561410dce4a793379ebd306abd @@ -392,6 +410,6 @@ SPEC CHECKSUMS: YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 Zip: b3fef584b147b6e582b2256a9815c897d60ddc67 -PODFILE CHECKSUM: 0bc5dc8150dc827b074af9f826d3454f1feacf07 +PODFILE CHECKSUM: 068f3e03c3d864b09a8c3ffbb0275bbd06bd6ed7 COCOAPODS: 1.16.2 diff --git a/Pods/DZNEmptyDataSet/LICENSE b/Pods/DZNEmptyDataSet/LICENSE new file mode 100644 index 0000000..199759a --- /dev/null +++ b/Pods/DZNEmptyDataSet/LICENSE @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/DZNEmptyDataSet/README.md b/Pods/DZNEmptyDataSet/README.md new file mode 100644 index 0000000..6f6be21 --- /dev/null +++ b/Pods/DZNEmptyDataSet/README.md @@ -0,0 +1,296 @@ +DZNEmptyDataSet +================= + +[![Pod Version](http://img.shields.io/cocoapods/v/DZNEmptyDataSet.svg)](http://cocoadocs.org/docsets/DZNEmptyDataSet/) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) + +### Projects using this library + +[Add your project to the list here](https://github.com/dzenbot/DZNEmptyDataSet/wiki/Projects-using-DZNEmptyDataSet) and provide a (320px wide) render of the result. + + +### The Empty Data Set Pattern +Also known as *[Empty State](http://emptystat.es/)* or *[Blank Slate](http://patternry.com/p=blank-slate/)*. + +Most applications show lists of content (data sets), which many turn out to be empty at one point, specially for new users with blank accounts. Empty screens create confusion by not being clear about what's going on, if there is an error/bug or if the user is supposed to do something within your app to be able to consume the content. + +Please read this very interesting article about [*Designing For The Empty States*](http://tympanus.net/codrops/2013/01/09/designing-for-the-empty-states/). + +![Screenshots_Row1](https://raw.githubusercontent.com/dzenbot/UITableView-DataSet/master/Examples/Applications/Screenshots/Screenshots_row1.png) +![Screenshots_Row2](https://raw.githubusercontent.com/dzenbot/UITableView-DataSet/master/Examples/Applications/Screenshots/Screenshots_row2.png) +(*These are real life examples, available in the 'Applications' sample project*) + +**[Empty Data Sets](http://pttrns.com/?did=1&scid=30)** are helpful for: +* Avoiding white-screens and communicating to your users why the screen is empty. +* Calling to action (particularly as an onboarding process). +* Avoiding other interruptive mechanisms like showing error alerts. +* Being consistent and improving the user experience. +* Delivering a brand presence. + + +### Features +* Compatible with UITableView and UICollectionView. Also compatible with UISearchDisplayController and UIScrollView. +* Gives multiple possibilities of layout and appearance, by showing an image and/or title label and/or description label and/or button. +* Uses NSAttributedString for easier appearance customisation. +* Uses auto-layout to automagically center the content to the tableview, with auto-rotation support. Also accepts custom vertical and horizontal alignment. +* Background color customisation. +* Allows tap gesture on the whole tableview rectangle (useful for resigning first responder or similar actions). +* For more advanced customisation, it allows a custom view. +* Compatible with Storyboard. +* Compatible with iOS 6 or later. +* Compatible with iPhone and iPad. +* **App Store ready** + +This library has been designed in a way where you won't need to extend UITableView or UICollectionView class. It will still work when using UITableViewController or UICollectionViewController. +By just conforming to DZNEmptyDataSetSource & DZNEmptyDataSetDelegate, you will be able to fully customize the content and appearance of the empty states for your application. + + +## Installation + +Available in [CocoaPods](http://cocoapods.org/?q=DZNEmptyDataSet) +```ruby +pod 'DZNEmptyDataSet' +``` + +To integrate DZNEmptyDataSet into your Xcode project using Carthage, specify it in your `Cartfile`: + +```ruby +github "dzenbot/DZNEmptyDataSet" +``` + + +## How to use +For complete documentation, [visit CocoaPods' auto-generated doc](http://cocoadocs.org/docsets/DZNEmptyDataSet/) + +### Import +```objc +#import "UIScrollView+EmptyDataSet.h" +``` +Unless you are importing as a framework, then do: +```objc +#import "" +``` + +### Protocol Conformance +Conform to datasource and/or delegate. +```objc +@interface MainViewController : UITableViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + + self.tableView.emptyDataSetSource = self; + self.tableView.emptyDataSetDelegate = self; + + // A little trick for removing the cell separators + self.tableView.tableFooterView = [UIView new]; +} +``` + +### Data Source Implementation +Return the content you want to show on the empty state, and take advantage of NSAttributedString features to customise the text appearance. + +The image for the empty state: +```objc +- (UIImage *)imageForEmptyDataSet:(UIScrollView *)scrollView +{ + return [UIImage imageNamed:@"empty_placeholder"]; +} +``` + +The image view animation +```objc +- (CAAnimation *)imageAnimationForEmptyDataSet:(UIScrollView *)scrollView +{ + CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath: @"transform"]; + + animation.fromValue = [NSValue valueWithCATransform3D:CATransform3DIdentity]; + animation.toValue = [NSValue valueWithCATransform3D:CATransform3DMakeRotation(M_PI_2, 0.0, 0.0, 1.0)]; + + animation.duration = 0.25; + animation.cumulative = YES; + animation.repeatCount = MAXFLOAT; + + return animation; +} +``` + +The attributed string for the title of the empty state: +```objc +- (NSAttributedString *)titleForEmptyDataSet:(UIScrollView *)scrollView +{ + NSString *text = @"Please Allow Photo Access"; + + NSDictionary *attributes = @{NSFontAttributeName: [UIFont boldSystemFontOfSize:18.0f], + NSForegroundColorAttributeName: [UIColor darkGrayColor]}; + + return [[NSAttributedString alloc] initWithString:text attributes:attributes]; +} +``` + +The attributed string for the description of the empty state: +```objc +- (NSAttributedString *)descriptionForEmptyDataSet:(UIScrollView *)scrollView +{ + NSString *text = @"This allows you to share photos from your library and save photos to your camera roll."; + + NSMutableParagraphStyle *paragraph = [NSMutableParagraphStyle new]; + paragraph.lineBreakMode = NSLineBreakByWordWrapping; + paragraph.alignment = NSTextAlignmentCenter; + + NSDictionary *attributes = @{NSFontAttributeName: [UIFont systemFontOfSize:14.0f], + NSForegroundColorAttributeName: [UIColor lightGrayColor], + NSParagraphStyleAttributeName: paragraph}; + + return [[NSAttributedString alloc] initWithString:text attributes:attributes]; +} +``` + +The attributed string to be used for the specified button state: +```objc +- (NSAttributedString *)buttonTitleForEmptyDataSet:(UIScrollView *)scrollView forState:(UIControlState)state +{ + NSDictionary *attributes = @{NSFontAttributeName: [UIFont boldSystemFontOfSize:17.0f]}; + + return [[NSAttributedString alloc] initWithString:@"Continue" attributes:attributes]; +} +``` + +or the image to be used for the specified button state: +```objc +- (UIImage *)buttonImageForEmptyDataSet:(UIScrollView *)scrollView forState:(UIControlState)state +{ + return [UIImage imageNamed:@"button_image"]; +} +``` + +The background color for the empty state: +```objc +- (UIColor *)backgroundColorForEmptyDataSet:(UIScrollView *)scrollView +{ + return [UIColor whiteColor]; +} +``` + +If you need a more complex layout, you can return a custom view instead: +```objc +- (UIView *)customViewForEmptyDataSet:(UIScrollView *)scrollView +{ + UIActivityIndicatorView *activityView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray]; + [activityView startAnimating]; + return activityView; +} +``` + +Additionally, you can also adjust the vertical alignment of the content view (ie: useful when there is tableHeaderView visible): +```objc +- (CGFloat)verticalOffsetForEmptyDataSet:(UIScrollView *)scrollView +{ + return -self.tableView.tableHeaderView.frame.size.height/2.0f; +} +``` + +Finally, you can separate components from each other (default separation is 11 pts): +```objc +- (CGFloat)spaceHeightForEmptyDataSet:(UIScrollView *)scrollView +{ + return 20.0f; +} +``` + + +### Delegate Implementation +Return the behaviours you would expect from the empty states, and receive the user events. + +Asks to know if the empty state should be rendered and displayed (Default is YES) : +```objc +- (BOOL)emptyDataSetShouldDisplay:(UIScrollView *)scrollView +{ + return YES; +} +``` + +Asks for interaction permission (Default is YES) : +```objc +- (BOOL)emptyDataSetShouldAllowTouch:(UIScrollView *)scrollView +{ + return YES; +} +``` + +Asks for scrolling permission (Default is NO) : +```objc +- (BOOL)emptyDataSetShouldAllowScroll:(UIScrollView *)scrollView +{ + return YES; +} +``` + +Asks for image view animation permission (Default is NO) : +```objc +- (BOOL) emptyDataSetShouldAllowImageViewAnimate:(UIScrollView *)scrollView +{ + return YES; +} +``` + +Notifies when the dataset view was tapped: +```objc +- (void)emptyDataSet:(UIScrollView *)scrollView didTapView:(UIView *)view +{ + // Do something +} +``` + +Notifies when the data set call to action button was tapped: +```objc +- (void)emptyDataSet:(UIScrollView *)scrollView didTapButton:(UIButton *)button +{ + // Do something +} +``` + +### Refresh layout +If you need to refresh the empty state layout, simply call: + +```objc +[self.tableView reloadData]; +``` +or +```objc +[self.collectionView reloadData]; +``` +depending of which you are using. + +### Force layout update +You can also call `[self.tableView reloadEmptyDataSet]` to invalidate the current empty state layout and trigger a layout update, bypassing `-reloadData`. This might be useful if you have a lot of logic on your data source that you want to avoid calling, when not needed. `[self.scrollView reloadEmptyDataSet]` is the only way to refresh content when using with UIScrollView. + + +## Sample projects + +#### Applications +This project replicates several popular application's empty states (~20) with their exact content and appearance, such as Airbnb, Dropbox, Facebook, Foursquare, and many others. See how easy and flexible it is to customize the appearance of your empty states. You can also use this project as a playground to test things. + +#### Countries +This project shows a list of the world countries loaded from CoreData. It uses NSFecthedResultController for filtering search. When searching and no content is matched, a simple empty state is shown. See how to interact between the UITableViewDataSource and the DZNEmptyDataSetSource protocols, while using a typical CoreData stack. + +#### Colors +This project is a simple example of how this library also works with UICollectionView and UISearchDisplayController, while using Storyboards. + + +## Collaboration +Feel free to collaborate with ideas, issues and/or pull requests. + + +## License +(The MIT License) + +Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.h b/Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.h new file mode 100644 index 0000000..5dd70f2 --- /dev/null +++ b/Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.h @@ -0,0 +1,280 @@ +// +// UIScrollView+EmptyDataSet.h +// DZNEmptyDataSet +// https://github.com/dzenbot/DZNEmptyDataSet +// +// Created by Ignacio Romero Zurbuchen on 6/20/14. +// Copyright (c) 2016 DZN Labs. All rights reserved. +// Licence: MIT-Licence +// + +#import + +@protocol DZNEmptyDataSetSource; +@protocol DZNEmptyDataSetDelegate; + +#define DZNEmptyDataSetDeprecated(instead) DEPRECATED_MSG_ATTRIBUTE(" Use " # instead " instead") + +/** + A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display. + @discussion It will work automatically, by just conforming to DZNEmptyDataSetSource, and returning the data you want to show. + */ +@interface UIScrollView (EmptyDataSet) + +/** The empty datasets data source. */ +@property (nonatomic, weak) IBOutlet id emptyDataSetSource; +/** The empty datasets delegate. */ +@property (nonatomic, weak) IBOutlet id emptyDataSetDelegate; +/** YES if any empty dataset is visible. */ +@property (nonatomic, readonly, getter = isEmptyDataSetVisible) BOOL emptyDataSetVisible; + +/** + Reloads the empty dataset content receiver. + @discussion Call this method to force all the data to refresh. Calling -reloadData is similar, but this forces only the empty dataset to reload, not the entire table view or collection view. + */ +- (void)reloadEmptyDataSet; + +@end + + +/** + The object that acts as the data source of the empty datasets. + @discussion The data source must adopt the DZNEmptyDataSetSource protocol. The data source is not retained. All data source methods are optional. + */ +@protocol DZNEmptyDataSetSource +@optional + +/** + Asks the data source for the title of the dataset. + The dataset uses a fixed font style by default, if no attributes are set. If you want a different font style, return a attributed string. + + @param scrollView A scrollView subclass informing the data source. + @return An attributed string for the dataset title, combining font, text color, text pararaph style, etc. + */ +- (NSAttributedString *)titleForEmptyDataSet:(UIScrollView *)scrollView; + +/** + Asks the data source for the description of the dataset. + The dataset uses a fixed font style by default, if no attributes are set. If you want a different font style, return a attributed string. + + @param scrollView A scrollView subclass informing the data source. + @return An attributed string for the dataset description text, combining font, text color, text pararaph style, etc. + */ +- (NSAttributedString *)descriptionForEmptyDataSet:(UIScrollView *)scrollView; + +/** + Asks the data source for the image of the dataset. + + @param scrollView A scrollView subclass informing the data source. + @return An image for the dataset. + */ +- (UIImage *)imageForEmptyDataSet:(UIScrollView *)scrollView; + + +/** + Asks the data source for a tint color of the image dataset. Default is nil. + + @param scrollView A scrollView subclass object informing the data source. + @return A color to tint the image of the dataset. + */ +- (UIColor *)imageTintColorForEmptyDataSet:(UIScrollView *)scrollView; + +/** + * Asks the data source for the image animation of the dataset. + * + * @param scrollView A scrollView subclass object informing the delegate. + * + * @return image animation + */ +- (CAAnimation *) imageAnimationForEmptyDataSet:(UIScrollView *) scrollView; + +/** + Asks the data source for the title to be used for the specified button state. + The dataset uses a fixed font style by default, if no attributes are set. If you want a different font style, return a attributed string. + + @param scrollView A scrollView subclass object informing the data source. + @param state The state that uses the specified title. The possible values are described in UIControlState. + @return An attributed string for the dataset button title, combining font, text color, text pararaph style, etc. + */ +- (NSAttributedString *)buttonTitleForEmptyDataSet:(UIScrollView *)scrollView forState:(UIControlState)state; + +/** + Asks the data source for the image to be used for the specified button state. + This method will override buttonTitleForEmptyDataSet:forState: and present the image only without any text. + + @param scrollView A scrollView subclass object informing the data source. + @param state The state that uses the specified title. The possible values are described in UIControlState. + @return An image for the dataset button imageview. + */ +- (UIImage *)buttonImageForEmptyDataSet:(UIScrollView *)scrollView forState:(UIControlState)state; + +/** + Asks the data source for a background image to be used for the specified button state. + There is no default style for this call. + + @param scrollView A scrollView subclass informing the data source. + @param state The state that uses the specified image. The values are described in UIControlState. + @return An attributed string for the dataset button title, combining font, text color, text pararaph style, etc. + */ +- (UIImage *)buttonBackgroundImageForEmptyDataSet:(UIScrollView *)scrollView forState:(UIControlState)state; + +/** + Asks the data source for the background color of the dataset. Default is clear color. + + @param scrollView A scrollView subclass object informing the data source. + @return A color to be applied to the dataset background view. + */ +- (UIColor *)backgroundColorForEmptyDataSet:(UIScrollView *)scrollView; + +/** + Asks the data source for a custom view to be displayed instead of the default views such as labels, imageview and button. Default is nil. + Use this method to show an activity view indicator for loading feedback, or for complete custom empty data set. + Returning a custom view will ignore -offsetForEmptyDataSet and -spaceHeightForEmptyDataSet configurations. + + @param scrollView A scrollView subclass object informing the delegate. + @return The custom view. + */ +- (UIView *)customViewForEmptyDataSet:(UIScrollView *)scrollView; + +/** + Asks the data source for a offset for vertical and horizontal alignment of the content. Default is CGPointZero. + + @param scrollView A scrollView subclass object informing the delegate. + @return The offset for vertical and horizontal alignment. + */ +- (CGPoint)offsetForEmptyDataSet:(UIScrollView *)scrollView DZNEmptyDataSetDeprecated(-verticalOffsetForEmptyDataSet:); +- (CGFloat)verticalOffsetForEmptyDataSet:(UIScrollView *)scrollView; + +/** + Asks the data source for a vertical space between elements. Default is 11 pts. + + @param scrollView A scrollView subclass object informing the delegate. + @return The space height between elements. + */ +- (CGFloat)spaceHeightForEmptyDataSet:(UIScrollView *)scrollView; + +@end + + +/** + The object that acts as the delegate of the empty datasets. + @discussion The delegate can adopt the DZNEmptyDataSetDelegate protocol. The delegate is not retained. All delegate methods are optional. + + @discussion All delegate methods are optional. Use this delegate for receiving action callbacks. + */ +@protocol DZNEmptyDataSetDelegate +@optional + +/** + Asks the delegate to know if the empty dataset should fade in when displayed. Default is YES. + + @param scrollView A scrollView subclass object informing the delegate. + @return YES if the empty dataset should fade in. + */ +- (BOOL)emptyDataSetShouldFadeIn:(UIScrollView *)scrollView; + +/** + Asks the delegate to know if the empty dataset should still be displayed when the amount of items is more than 0. Default is NO + + @param scrollView A scrollView subclass object informing the delegate. + @return YES if empty dataset should be forced to display + */ +- (BOOL)emptyDataSetShouldBeForcedToDisplay:(UIScrollView *)scrollView; + +/** + Asks the delegate to know if the empty dataset should be rendered and displayed. Default is YES. + + @param scrollView A scrollView subclass object informing the delegate. + @return YES if the empty dataset should show. + */ +- (BOOL)emptyDataSetShouldDisplay:(UIScrollView *)scrollView; + +/** + Asks the delegate for touch permission. Default is YES. + + @param scrollView A scrollView subclass object informing the delegate. + @return YES if the empty dataset receives touch gestures. + */ +- (BOOL)emptyDataSetShouldAllowTouch:(UIScrollView *)scrollView; + +/** + Asks the delegate for scroll permission. Default is NO. + + @param scrollView A scrollView subclass object informing the delegate. + @return YES if the empty dataset is allowed to be scrollable. + */ +- (BOOL)emptyDataSetShouldAllowScroll:(UIScrollView *)scrollView; + +/** + Asks the delegate for image view animation permission. Default is NO. + Make sure to return a valid CAAnimation object from imageAnimationForEmptyDataSet: + + @param scrollView A scrollView subclass object informing the delegate. + @return YES if the empty dataset is allowed to animate + */ +- (BOOL)emptyDataSetShouldAnimateImageView:(UIScrollView *)scrollView; + +/** + Tells the delegate that the empty dataset view was tapped. + Use this method either to resignFirstResponder of a textfield or searchBar. + + @param scrollView A scrollView subclass informing the delegate. + */ +- (void)emptyDataSetDidTapView:(UIScrollView *)scrollView DZNEmptyDataSetDeprecated(-emptyDataSet:didTapView:); + +/** + Tells the delegate that the action button was tapped. + + @param scrollView A scrollView subclass informing the delegate. + */ +- (void)emptyDataSetDidTapButton:(UIScrollView *)scrollView DZNEmptyDataSetDeprecated(-emptyDataSet:didTapButton:); + +/** + Tells the delegate that the empty dataset view was tapped. + Use this method either to resignFirstResponder of a textfield or searchBar. + + @param scrollView A scrollView subclass informing the delegate. + @param view the view tapped by the user + */ +- (void)emptyDataSet:(UIScrollView *)scrollView didTapView:(UIView *)view; + +/** + Tells the delegate that the action button was tapped. + + @param scrollView A scrollView subclass informing the delegate. + @param button the button tapped by the user + */ +- (void)emptyDataSet:(UIScrollView *)scrollView didTapButton:(UIButton *)button; + +/** + Tells the delegate that the empty data set will appear. + + @param scrollView A scrollView subclass informing the delegate. + */ +- (void)emptyDataSetWillAppear:(UIScrollView *)scrollView; + +/** + Tells the delegate that the empty data set did appear. + + @param scrollView A scrollView subclass informing the delegate. + */ +- (void)emptyDataSetDidAppear:(UIScrollView *)scrollView; + +/** + Tells the delegate that the empty data set will disappear. + + @param scrollView A scrollView subclass informing the delegate. + */ +- (void)emptyDataSetWillDisappear:(UIScrollView *)scrollView; + +/** + Tells the delegate that the empty data set did disappear. + + @param scrollView A scrollView subclass informing the delegate. + */ +- (void)emptyDataSetDidDisappear:(UIScrollView *)scrollView; + +@end + +#undef DZNEmptyDataSetDeprecated + diff --git a/Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.m b/Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.m new file mode 100644 index 0000000..ce43ffc --- /dev/null +++ b/Pods/DZNEmptyDataSet/Source/UIScrollView+EmptyDataSet.m @@ -0,0 +1,1074 @@ +// +// UIScrollView+EmptyDataSet.m +// DZNEmptyDataSet +// https://github.com/dzenbot/DZNEmptyDataSet +// +// Created by Ignacio Romero Zurbuchen on 6/20/14. +// Copyright (c) 2016 DZN Labs. All rights reserved. +// Licence: MIT-Licence +// + +#import "UIScrollView+EmptyDataSet.h" +#import + +@interface UIView (DZNConstraintBasedLayoutExtensions) + +- (NSLayoutConstraint *)equallyRelatedConstraintWithView:(UIView *)view attribute:(NSLayoutAttribute)attribute; + +@end + +@interface DZNWeakObjectContainer : NSObject + +@property (nonatomic, readonly, weak) id weakObject; + +- (instancetype)initWithWeakObject:(id)object; + +@end + +@interface DZNEmptyDataSetView : UIView + +@property (nonatomic, readonly) UIView *contentView; +@property (nonatomic, readonly) UILabel *titleLabel; +@property (nonatomic, readonly) UILabel *detailLabel; +@property (nonatomic, readonly) UIImageView *imageView; +@property (nonatomic, readonly) UIButton *button; +@property (nonatomic, strong) UIView *customView; +@property (nonatomic, strong) UITapGestureRecognizer *tapGesture; + +@property (nonatomic, assign) CGFloat verticalOffset; +@property (nonatomic, assign) CGFloat verticalSpace; + +@property (nonatomic, assign) BOOL fadeInOnDisplay; + +- (void)setupConstraints; +- (void)prepareForReuse; + +@end + + +#pragma mark - UIScrollView+EmptyDataSet + +static char const * const kEmptyDataSetSource = "emptyDataSetSource"; +static char const * const kEmptyDataSetDelegate = "emptyDataSetDelegate"; +static char const * const kEmptyDataSetView = "emptyDataSetView"; + +#define kEmptyImageViewAnimationKey @"com.dzn.emptyDataSet.imageViewAnimation" + +@interface UIScrollView () +@property (nonatomic, readonly) DZNEmptyDataSetView *emptyDataSetView; +@end + +@implementation UIScrollView (DZNEmptyDataSet) + +#pragma mark - Getters (Public) + +- (id)emptyDataSetSource +{ + DZNWeakObjectContainer *container = objc_getAssociatedObject(self, kEmptyDataSetSource); + return container.weakObject; +} + +- (id)emptyDataSetDelegate +{ + DZNWeakObjectContainer *container = objc_getAssociatedObject(self, kEmptyDataSetDelegate); + return container.weakObject; +} + +- (BOOL)isEmptyDataSetVisible +{ + UIView *view = objc_getAssociatedObject(self, kEmptyDataSetView); + return view ? !view.hidden : NO; +} + + +#pragma mark - Getters (Private) + +- (DZNEmptyDataSetView *)emptyDataSetView +{ + DZNEmptyDataSetView *view = objc_getAssociatedObject(self, kEmptyDataSetView); + + if (!view) + { + view = [DZNEmptyDataSetView new]; + view.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight; + view.hidden = YES; + + view.tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(dzn_didTapContentView:)]; + view.tapGesture.delegate = self; + [view addGestureRecognizer:view.tapGesture]; + + [self setEmptyDataSetView:view]; + } + return view; +} + +- (BOOL)dzn_canDisplay +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource conformsToProtocol:@protocol(DZNEmptyDataSetSource)]) { + if ([self isKindOfClass:[UITableView class]] || [self isKindOfClass:[UICollectionView class]] || [self isKindOfClass:[UIScrollView class]]) { + return YES; + } + } + + return NO; +} + +- (NSInteger)dzn_itemsCount +{ + NSInteger items = 0; + + // UIScollView doesn't respond to 'dataSource' so let's exit + if (![self respondsToSelector:@selector(dataSource)]) { + return items; + } + + // UITableView support + if ([self isKindOfClass:[UITableView class]]) { + + UITableView *tableView = (UITableView *)self; + id dataSource = tableView.dataSource; + + NSInteger sections = 1; + + if (dataSource && [dataSource respondsToSelector:@selector(numberOfSectionsInTableView:)]) { + sections = [dataSource numberOfSectionsInTableView:tableView]; + } + + if (dataSource && [dataSource respondsToSelector:@selector(tableView:numberOfRowsInSection:)]) { + for (NSInteger section = 0; section < sections; section++) { + items += [dataSource tableView:tableView numberOfRowsInSection:section]; + } + } + } + // UICollectionView support + else if ([self isKindOfClass:[UICollectionView class]]) { + + UICollectionView *collectionView = (UICollectionView *)self; + id dataSource = collectionView.dataSource; + + NSInteger sections = 1; + + if (dataSource && [dataSource respondsToSelector:@selector(numberOfSectionsInCollectionView:)]) { + sections = [dataSource numberOfSectionsInCollectionView:collectionView]; + } + + if (dataSource && [dataSource respondsToSelector:@selector(collectionView:numberOfItemsInSection:)]) { + for (NSInteger section = 0; section < sections; section++) { + items += [dataSource collectionView:collectionView numberOfItemsInSection:section]; + } + } + } + + return items; +} + + +#pragma mark - Data Source Getters + +- (NSAttributedString *)dzn_titleLabelString +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(titleForEmptyDataSet:)]) { + NSAttributedString *string = [self.emptyDataSetSource titleForEmptyDataSet:self]; + if (string) NSAssert([string isKindOfClass:[NSAttributedString class]], @"You must return a valid NSAttributedString object for -titleForEmptyDataSet:"); + return string; + } + return nil; +} + +- (NSAttributedString *)dzn_detailLabelString +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(descriptionForEmptyDataSet:)]) { + NSAttributedString *string = [self.emptyDataSetSource descriptionForEmptyDataSet:self]; + if (string) NSAssert([string isKindOfClass:[NSAttributedString class]], @"You must return a valid NSAttributedString object for -descriptionForEmptyDataSet:"); + return string; + } + return nil; +} + +- (UIImage *)dzn_image +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(imageForEmptyDataSet:)]) { + UIImage *image = [self.emptyDataSetSource imageForEmptyDataSet:self]; + if (image) NSAssert([image isKindOfClass:[UIImage class]], @"You must return a valid UIImage object for -imageForEmptyDataSet:"); + return image; + } + return nil; +} + +- (CAAnimation *)dzn_imageAnimation +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(imageAnimationForEmptyDataSet:)]) { + CAAnimation *imageAnimation = [self.emptyDataSetSource imageAnimationForEmptyDataSet:self]; + if (imageAnimation) NSAssert([imageAnimation isKindOfClass:[CAAnimation class]], @"You must return a valid CAAnimation object for -imageAnimationForEmptyDataSet:"); + return imageAnimation; + } + return nil; +} + +- (UIColor *)dzn_imageTintColor +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(imageTintColorForEmptyDataSet:)]) { + UIColor *color = [self.emptyDataSetSource imageTintColorForEmptyDataSet:self]; + if (color) NSAssert([color isKindOfClass:[UIColor class]], @"You must return a valid UIColor object for -imageTintColorForEmptyDataSet:"); + return color; + } + return nil; +} + +- (NSAttributedString *)dzn_buttonTitleForState:(UIControlState)state +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(buttonTitleForEmptyDataSet:forState:)]) { + NSAttributedString *string = [self.emptyDataSetSource buttonTitleForEmptyDataSet:self forState:state]; + if (string) NSAssert([string isKindOfClass:[NSAttributedString class]], @"You must return a valid NSAttributedString object for -buttonTitleForEmptyDataSet:forState:"); + return string; + } + return nil; +} + +- (UIImage *)dzn_buttonImageForState:(UIControlState)state +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(buttonImageForEmptyDataSet:forState:)]) { + UIImage *image = [self.emptyDataSetSource buttonImageForEmptyDataSet:self forState:state]; + if (image) NSAssert([image isKindOfClass:[UIImage class]], @"You must return a valid UIImage object for -buttonImageForEmptyDataSet:forState:"); + return image; + } + return nil; +} + +- (UIImage *)dzn_buttonBackgroundImageForState:(UIControlState)state +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(buttonBackgroundImageForEmptyDataSet:forState:)]) { + UIImage *image = [self.emptyDataSetSource buttonBackgroundImageForEmptyDataSet:self forState:state]; + if (image) NSAssert([image isKindOfClass:[UIImage class]], @"You must return a valid UIImage object for -buttonBackgroundImageForEmptyDataSet:forState:"); + return image; + } + return nil; +} + +- (UIColor *)dzn_dataSetBackgroundColor +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(backgroundColorForEmptyDataSet:)]) { + UIColor *color = [self.emptyDataSetSource backgroundColorForEmptyDataSet:self]; + if (color) NSAssert([color isKindOfClass:[UIColor class]], @"You must return a valid UIColor object for -backgroundColorForEmptyDataSet:"); + return color; + } + return [UIColor clearColor]; +} + +- (UIView *)dzn_customView +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(customViewForEmptyDataSet:)]) { + UIView *view = [self.emptyDataSetSource customViewForEmptyDataSet:self]; + if (view) NSAssert([view isKindOfClass:[UIView class]], @"You must return a valid UIView object for -customViewForEmptyDataSet:"); + return view; + } + return nil; +} + +- (CGFloat)dzn_verticalOffset +{ + CGFloat offset = 0.0; + + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(verticalOffsetForEmptyDataSet:)]) { + offset = [self.emptyDataSetSource verticalOffsetForEmptyDataSet:self]; + } + return offset; +} + +- (CGFloat)dzn_verticalSpace +{ + if (self.emptyDataSetSource && [self.emptyDataSetSource respondsToSelector:@selector(spaceHeightForEmptyDataSet:)]) { + return [self.emptyDataSetSource spaceHeightForEmptyDataSet:self]; + } + return 0.0; +} + + +#pragma mark - Delegate Getters & Events (Private) + +- (BOOL)dzn_shouldFadeIn { + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetShouldFadeIn:)]) { + return [self.emptyDataSetDelegate emptyDataSetShouldFadeIn:self]; + } + return YES; +} + +- (BOOL)dzn_shouldDisplay +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetShouldDisplay:)]) { + return [self.emptyDataSetDelegate emptyDataSetShouldDisplay:self]; + } + return YES; +} + +- (BOOL)dzn_shouldBeForcedToDisplay +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetShouldBeForcedToDisplay:)]) { + return [self.emptyDataSetDelegate emptyDataSetShouldBeForcedToDisplay:self]; + } + return NO; +} + +- (BOOL)dzn_isTouchAllowed +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetShouldAllowTouch:)]) { + return [self.emptyDataSetDelegate emptyDataSetShouldAllowTouch:self]; + } + return YES; +} + +- (BOOL)dzn_isScrollAllowed +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetShouldAllowScroll:)]) { + return [self.emptyDataSetDelegate emptyDataSetShouldAllowScroll:self]; + } + return NO; +} + +- (BOOL)dzn_isImageViewAnimateAllowed +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetShouldAnimateImageView:)]) { + return [self.emptyDataSetDelegate emptyDataSetShouldAnimateImageView:self]; + } + return NO; +} + +- (void)dzn_willAppear +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetWillAppear:)]) { + [self.emptyDataSetDelegate emptyDataSetWillAppear:self]; + } +} + +- (void)dzn_didAppear +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetDidAppear:)]) { + [self.emptyDataSetDelegate emptyDataSetDidAppear:self]; + } +} + +- (void)dzn_willDisappear +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetWillDisappear:)]) { + [self.emptyDataSetDelegate emptyDataSetWillDisappear:self]; + } +} + +- (void)dzn_didDisappear +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetDidDisappear:)]) { + [self.emptyDataSetDelegate emptyDataSetDidDisappear:self]; + } +} + +- (void)dzn_didTapContentView:(id)sender +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSet:didTapView:)]) { + [self.emptyDataSetDelegate emptyDataSet:self didTapView:sender]; + } +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + else if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetDidTapView:)]) { + [self.emptyDataSetDelegate emptyDataSetDidTapView:self]; + } +#pragma clang diagnostic pop +} + +- (void)dzn_didTapDataButton:(id)sender +{ + if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSet:didTapButton:)]) { + [self.emptyDataSetDelegate emptyDataSet:self didTapButton:sender]; + } +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + else if (self.emptyDataSetDelegate && [self.emptyDataSetDelegate respondsToSelector:@selector(emptyDataSetDidTapButton:)]) { + [self.emptyDataSetDelegate emptyDataSetDidTapButton:self]; + } +#pragma clang diagnostic pop +} + + +#pragma mark - Setters (Public) + +- (void)setEmptyDataSetSource:(id)datasource +{ + if (!datasource || ![self dzn_canDisplay]) { + [self dzn_invalidate]; + } + + objc_setAssociatedObject(self, kEmptyDataSetSource, [[DZNWeakObjectContainer alloc] initWithWeakObject:datasource], OBJC_ASSOCIATION_RETAIN_NONATOMIC); + + // We add method sizzling for injecting -dzn_reloadData implementation to the native -reloadData implementation + [self swizzleIfPossible:@selector(reloadData)]; + + // Exclusively for UITableView, we also inject -dzn_reloadData to -endUpdates + if ([self isKindOfClass:[UITableView class]]) { + [self swizzleIfPossible:@selector(endUpdates)]; + } +} + +- (void)setEmptyDataSetDelegate:(id)delegate +{ + if (!delegate) { + [self dzn_invalidate]; + } + + objc_setAssociatedObject(self, kEmptyDataSetDelegate, [[DZNWeakObjectContainer alloc] initWithWeakObject:delegate], OBJC_ASSOCIATION_RETAIN_NONATOMIC); +} + + +#pragma mark - Setters (Private) + +- (void)setEmptyDataSetView:(DZNEmptyDataSetView *)view +{ + objc_setAssociatedObject(self, kEmptyDataSetView, view, OBJC_ASSOCIATION_RETAIN_NONATOMIC); +} + + +#pragma mark - Reload APIs (Public) + +- (void)reloadEmptyDataSet +{ + [self dzn_reloadEmptyDataSet]; +} + + +#pragma mark - Reload APIs (Private) + +- (void)dzn_reloadEmptyDataSet +{ + if (![self dzn_canDisplay]) { + return; + } + + if (([self dzn_shouldDisplay] && [self dzn_itemsCount] == 0) || [self dzn_shouldBeForcedToDisplay]) + { + // Notifies that the empty dataset view will appear + [self dzn_willAppear]; + + DZNEmptyDataSetView *view = self.emptyDataSetView; + + if (!view.superview) { + // Send the view all the way to the back, in case a header and/or footer is present, as well as for sectionHeaders or any other content + if (([self isKindOfClass:[UITableView class]] || [self isKindOfClass:[UICollectionView class]]) && self.subviews.count > 1) { + [self insertSubview:view atIndex:0]; + } + else { + [self addSubview:view]; + } + } + + // Removing view resetting the view and its constraints it very important to guarantee a good state + [view prepareForReuse]; + + UIView *customView = [self dzn_customView]; + + // If a non-nil custom view is available, let's configure it instead + if (customView) { + view.customView = customView; + } + else { + // Get the data from the data source + NSAttributedString *titleLabelString = [self dzn_titleLabelString]; + NSAttributedString *detailLabelString = [self dzn_detailLabelString]; + + UIImage *buttonImage = [self dzn_buttonImageForState:UIControlStateNormal]; + NSAttributedString *buttonTitle = [self dzn_buttonTitleForState:UIControlStateNormal]; + + UIImage *image = [self dzn_image]; + UIColor *imageTintColor = [self dzn_imageTintColor]; + UIImageRenderingMode renderingMode = imageTintColor ? UIImageRenderingModeAlwaysTemplate : UIImageRenderingModeAlwaysOriginal; + + view.verticalSpace = [self dzn_verticalSpace]; + + // Configure Image + if (image) { + if ([image respondsToSelector:@selector(imageWithRenderingMode:)]) { + view.imageView.image = [image imageWithRenderingMode:renderingMode]; + view.imageView.tintColor = imageTintColor; + } + else { + // iOS 6 fallback: insert code to convert imaged if needed + view.imageView.image = image; + } + } + + // Configure title label + if (titleLabelString) { + view.titleLabel.attributedText = titleLabelString; + } + + // Configure detail label + if (detailLabelString) { + view.detailLabel.attributedText = detailLabelString; + } + + // Configure button + if (buttonImage) { + [view.button setImage:buttonImage forState:UIControlStateNormal]; + [view.button setImage:[self dzn_buttonImageForState:UIControlStateHighlighted] forState:UIControlStateHighlighted]; + } + else if (buttonTitle) { + [view.button setAttributedTitle:buttonTitle forState:UIControlStateNormal]; + [view.button setAttributedTitle:[self dzn_buttonTitleForState:UIControlStateHighlighted] forState:UIControlStateHighlighted]; + [view.button setBackgroundImage:[self dzn_buttonBackgroundImageForState:UIControlStateNormal] forState:UIControlStateNormal]; + [view.button setBackgroundImage:[self dzn_buttonBackgroundImageForState:UIControlStateHighlighted] forState:UIControlStateHighlighted]; + } + } + + // Configure offset + view.verticalOffset = [self dzn_verticalOffset]; + + // Configure the empty dataset view + view.backgroundColor = [self dzn_dataSetBackgroundColor]; + view.hidden = NO; + view.clipsToBounds = YES; + + // Configure empty dataset userInteraction permission + view.userInteractionEnabled = [self dzn_isTouchAllowed]; + + // Configure empty dataset fade in display + view.fadeInOnDisplay = [self dzn_shouldFadeIn]; + + [view setupConstraints]; + + [UIView performWithoutAnimation:^{ + [view layoutIfNeeded]; + }]; + + // Configure scroll permission + self.scrollEnabled = [self dzn_isScrollAllowed]; + + // Configure image view animation + if ([self dzn_isImageViewAnimateAllowed]) + { + CAAnimation *animation = [self dzn_imageAnimation]; + + if (animation) { + [self.emptyDataSetView.imageView.layer addAnimation:animation forKey:kEmptyImageViewAnimationKey]; + } + } + else if ([self.emptyDataSetView.imageView.layer animationForKey:kEmptyImageViewAnimationKey]) { + [self.emptyDataSetView.imageView.layer removeAnimationForKey:kEmptyImageViewAnimationKey]; + } + + // Notifies that the empty dataset view did appear + [self dzn_didAppear]; + } + else if (self.isEmptyDataSetVisible) { + [self dzn_invalidate]; + } +} + +- (void)dzn_invalidate +{ + // Notifies that the empty dataset view will disappear + [self dzn_willDisappear]; + + if (self.emptyDataSetView) { + [self.emptyDataSetView prepareForReuse]; + [self.emptyDataSetView removeFromSuperview]; + + [self setEmptyDataSetView:nil]; + } + + self.scrollEnabled = YES; + + // Notifies that the empty dataset view did disappear + [self dzn_didDisappear]; +} + + +#pragma mark - Method Swizzling + +static NSMutableDictionary *_impLookupTable; +static NSString *const DZNSwizzleInfoPointerKey = @"pointer"; +static NSString *const DZNSwizzleInfoOwnerKey = @"owner"; +static NSString *const DZNSwizzleInfoSelectorKey = @"selector"; + +// Based on Bryce Buchanan's swizzling technique http://blog.newrelic.com/2014/04/16/right-way-to-swizzle/ +// And Juzzin's ideas https://github.com/juzzin/JUSEmptyViewController + +void dzn_original_implementation(id self, SEL _cmd) +{ + // Fetch original implementation from lookup table + Class baseClass = dzn_baseClassToSwizzleForTarget(self); + NSString *key = dzn_implementationKey(baseClass, _cmd); + + NSDictionary *swizzleInfo = [_impLookupTable objectForKey:key]; + NSValue *impValue = [swizzleInfo valueForKey:DZNSwizzleInfoPointerKey]; + + IMP impPointer = [impValue pointerValue]; + + // We then inject the additional implementation for reloading the empty dataset + // Doing it before calling the original implementation does update the 'isEmptyDataSetVisible' flag on time. + [self dzn_reloadEmptyDataSet]; + + // If found, call original implementation + if (impPointer) { + ((void(*)(id,SEL))impPointer)(self,_cmd); + } +} + +NSString *dzn_implementationKey(Class class, SEL selector) +{ + if (!class || !selector) { + return nil; + } + + NSString *className = NSStringFromClass([class class]); + + NSString *selectorName = NSStringFromSelector(selector); + return [NSString stringWithFormat:@"%@_%@",className,selectorName]; +} + +Class dzn_baseClassToSwizzleForTarget(id target) +{ + if ([target isKindOfClass:[UITableView class]]) { + return [UITableView class]; + } + else if ([target isKindOfClass:[UICollectionView class]]) { + return [UICollectionView class]; + } + else if ([target isKindOfClass:[UIScrollView class]]) { + return [UIScrollView class]; + } + + return nil; +} + +- (void)swizzleIfPossible:(SEL)selector +{ + // Check if the target responds to selector + if (![self respondsToSelector:selector]) { + return; + } + + // Create the lookup table + if (!_impLookupTable) { + _impLookupTable = [[NSMutableDictionary alloc] initWithCapacity:3]; // 3 represent the supported base classes + } + + // We make sure that setImplementation is called once per class kind, UITableView or UICollectionView. + for (NSDictionary *info in [_impLookupTable allValues]) { + Class class = [info objectForKey:DZNSwizzleInfoOwnerKey]; + NSString *selectorName = [info objectForKey:DZNSwizzleInfoSelectorKey]; + + if ([selectorName isEqualToString:NSStringFromSelector(selector)]) { + if ([self isKindOfClass:class]) { + return; + } + } + } + + Class baseClass = dzn_baseClassToSwizzleForTarget(self); + NSString *key = dzn_implementationKey(baseClass, selector); + NSValue *impValue = [[_impLookupTable objectForKey:key] valueForKey:DZNSwizzleInfoPointerKey]; + + // If the implementation for this class already exist, skip!! + if (impValue || !key || !baseClass) { + return; + } + + // Swizzle by injecting additional implementation + Method method = class_getInstanceMethod(baseClass, selector); + IMP dzn_newImplementation = method_setImplementation(method, (IMP)dzn_original_implementation); + + // Store the new implementation in the lookup table + NSDictionary *swizzledInfo = @{DZNSwizzleInfoOwnerKey: baseClass, + DZNSwizzleInfoSelectorKey: NSStringFromSelector(selector), + DZNSwizzleInfoPointerKey: [NSValue valueWithPointer:dzn_newImplementation]}; + + [_impLookupTable setObject:swizzledInfo forKey:key]; +} + + +#pragma mark - UIGestureRecognizerDelegate Methods + +- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer +{ + if ([gestureRecognizer.view isEqual:self.emptyDataSetView]) { + return [self dzn_isTouchAllowed]; + } + + return [super gestureRecognizerShouldBegin:gestureRecognizer]; +} + +- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer +{ + UIGestureRecognizer *tapGesture = self.emptyDataSetView.tapGesture; + + if ([gestureRecognizer isEqual:tapGesture] || [otherGestureRecognizer isEqual:tapGesture]) { + return YES; + } + + // defer to emptyDataSetDelegate's implementation if available + if ( (self.emptyDataSetDelegate != (id)self) && [self.emptyDataSetDelegate respondsToSelector:@selector(gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:)]) { + return [(id)self.emptyDataSetDelegate gestureRecognizer:gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:otherGestureRecognizer]; + } + + return NO; +} + +@end + + +#pragma mark - DZNEmptyDataSetView + +@interface DZNEmptyDataSetView () +@end + +@implementation DZNEmptyDataSetView +@synthesize contentView = _contentView; +@synthesize titleLabel = _titleLabel, detailLabel = _detailLabel, imageView = _imageView, button = _button; + +#pragma mark - Initialization Methods + +- (instancetype)init +{ + self = [super init]; + if (self) { + [self addSubview:self.contentView]; + } + return self; +} + +- (void)didMoveToSuperview +{ + self.frame = self.superview.bounds; + + void(^fadeInBlock)(void) = ^{_contentView.alpha = 1.0;}; + + if (self.fadeInOnDisplay) { + [UIView animateWithDuration:0.25 + animations:fadeInBlock + completion:NULL]; + } + else { + fadeInBlock(); + } +} + + +#pragma mark - Getters + +- (UIView *)contentView +{ + if (!_contentView) + { + _contentView = [UIView new]; + _contentView.translatesAutoresizingMaskIntoConstraints = NO; + _contentView.backgroundColor = [UIColor clearColor]; + _contentView.userInteractionEnabled = YES; + _contentView.alpha = 0; + } + return _contentView; +} + +- (UIImageView *)imageView +{ + if (!_imageView) + { + _imageView = [UIImageView new]; + _imageView.translatesAutoresizingMaskIntoConstraints = NO; + _imageView.backgroundColor = [UIColor clearColor]; + _imageView.contentMode = UIViewContentModeScaleAspectFit; + _imageView.userInteractionEnabled = NO; + _imageView.accessibilityIdentifier = @"empty set background image"; + + [_contentView addSubview:_imageView]; + } + return _imageView; +} + +- (UILabel *)titleLabel +{ + if (!_titleLabel) + { + _titleLabel = [UILabel new]; + _titleLabel.translatesAutoresizingMaskIntoConstraints = NO; + _titleLabel.backgroundColor = [UIColor clearColor]; + + _titleLabel.font = [UIFont systemFontOfSize:27.0]; + _titleLabel.textColor = [UIColor colorWithWhite:0.6 alpha:1.0]; + _titleLabel.textAlignment = NSTextAlignmentCenter; + _titleLabel.lineBreakMode = NSLineBreakByWordWrapping; + _titleLabel.numberOfLines = 0; + _titleLabel.accessibilityIdentifier = @"empty set title"; + + [_contentView addSubview:_titleLabel]; + } + return _titleLabel; +} + +- (UILabel *)detailLabel +{ + if (!_detailLabel) + { + _detailLabel = [UILabel new]; + _detailLabel.translatesAutoresizingMaskIntoConstraints = NO; + _detailLabel.backgroundColor = [UIColor clearColor]; + + _detailLabel.font = [UIFont systemFontOfSize:17.0]; + _detailLabel.textColor = [UIColor colorWithWhite:0.6 alpha:1.0]; + _detailLabel.textAlignment = NSTextAlignmentCenter; + _detailLabel.lineBreakMode = NSLineBreakByWordWrapping; + _detailLabel.numberOfLines = 0; + _detailLabel.accessibilityIdentifier = @"empty set detail label"; + + [_contentView addSubview:_detailLabel]; + } + return _detailLabel; +} + +- (UIButton *)button +{ + if (!_button) + { + _button = [UIButton buttonWithType:UIButtonTypeCustom]; + _button.translatesAutoresizingMaskIntoConstraints = NO; + _button.backgroundColor = [UIColor clearColor]; + _button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentCenter; + _button.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter; + _button.accessibilityIdentifier = @"empty set button"; + + [_button addTarget:self action:@selector(didTapButton:) forControlEvents:UIControlEventTouchUpInside]; + + [_contentView addSubview:_button]; + } + return _button; +} + +- (BOOL)canShowImage +{ + return (_imageView.image && _imageView.superview); +} + +- (BOOL)canShowTitle +{ + return (_titleLabel.attributedText.string.length > 0 && _titleLabel.superview); +} + +- (BOOL)canShowDetail +{ + return (_detailLabel.attributedText.string.length > 0 && _detailLabel.superview); +} + +- (BOOL)canShowButton +{ + if ([_button attributedTitleForState:UIControlStateNormal].string.length > 0 || [_button imageForState:UIControlStateNormal]) { + return (_button.superview != nil); + } + return NO; +} + + +#pragma mark - Setters + +- (void)setCustomView:(UIView *)view +{ + if (!view) { + return; + } + + if (_customView) { + [_customView removeFromSuperview]; + _customView = nil; + } + + _customView = view; + _customView.translatesAutoresizingMaskIntoConstraints = NO; + [self.contentView addSubview:_customView]; +} + + +#pragma mark - Action Methods + +- (void)didTapButton:(id)sender +{ + SEL selector = NSSelectorFromString(@"dzn_didTapDataButton:"); + + if ([self.superview respondsToSelector:selector]) { + [self.superview performSelector:selector withObject:sender afterDelay:0.0f]; + } +} + +- (void)removeAllConstraints +{ + [self removeConstraints:self.constraints]; + [_contentView removeConstraints:_contentView.constraints]; +} + +- (void)prepareForReuse +{ + [self.contentView.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)]; + + _titleLabel = nil; + _detailLabel = nil; + _imageView = nil; + _button = nil; + _customView = nil; + + [self removeAllConstraints]; +} + + +#pragma mark - Auto-Layout Configuration + +- (void)setupConstraints +{ + // First, configure the content view constaints + // The content view must alway be centered to its superview + NSLayoutConstraint *centerXConstraint = [self equallyRelatedConstraintWithView:self.contentView attribute:NSLayoutAttributeCenterX]; + NSLayoutConstraint *centerYConstraint = [self equallyRelatedConstraintWithView:self.contentView attribute:NSLayoutAttributeCenterY]; + + [self addConstraint:centerXConstraint]; + [self addConstraint:centerYConstraint]; + [self addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|[contentView]|" options:0 metrics:nil views:@{@"contentView": self.contentView}]]; + + // When a custom offset is available, we adjust the vertical constraints' constants + if (self.verticalOffset != 0 && self.constraints.count > 0) { + centerYConstraint.constant = self.verticalOffset; + } + + // If applicable, set the custom view's constraints + if (_customView) { + [self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|[customView]|" options:0 metrics:nil views:@{@"customView":_customView}]]; + [self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|[customView]|" options:0 metrics:nil views:@{@"customView":_customView}]]; + } + else { + CGFloat width = CGRectGetWidth(self.frame) ? : CGRectGetWidth([UIScreen mainScreen].bounds); + CGFloat padding = roundf(width/16.0); + CGFloat verticalSpace = self.verticalSpace ? : 11.0; // Default is 11 pts + + NSMutableArray *subviewStrings = [NSMutableArray array]; + NSMutableDictionary *views = [NSMutableDictionary dictionary]; + NSDictionary *metrics = @{@"padding": @(padding)}; + + // Assign the image view's horizontal constraints + if (_imageView.superview) { + + [subviewStrings addObject:@"imageView"]; + views[[subviewStrings lastObject]] = _imageView; + + [self.contentView addConstraint:[self.contentView equallyRelatedConstraintWithView:_imageView attribute:NSLayoutAttributeCenterX]]; + } + + // Assign the title label's horizontal constraints + if ([self canShowTitle]) { + + [subviewStrings addObject:@"titleLabel"]; + views[[subviewStrings lastObject]] = _titleLabel; + + [self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-(padding@750)-[titleLabel(>=0)]-(padding@750)-|" + options:0 metrics:metrics views:views]]; + } + // or removes from its superview + else { + [_titleLabel removeFromSuperview]; + _titleLabel = nil; + } + + // Assign the detail label's horizontal constraints + if ([self canShowDetail]) { + + [subviewStrings addObject:@"detailLabel"]; + views[[subviewStrings lastObject]] = _detailLabel; + + [self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-(padding@750)-[detailLabel(>=0)]-(padding@750)-|" + options:0 metrics:metrics views:views]]; + } + // or removes from its superview + else { + [_detailLabel removeFromSuperview]; + _detailLabel = nil; + } + + // Assign the button's horizontal constraints + if ([self canShowButton]) { + + [subviewStrings addObject:@"button"]; + views[[subviewStrings lastObject]] = _button; + + [self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-(padding@750)-[button(>=0)]-(padding@750)-|" + options:0 metrics:metrics views:views]]; + } + // or removes from its superview + else { + [_button removeFromSuperview]; + _button = nil; + } + + + NSMutableString *verticalFormat = [NSMutableString new]; + + // Build a dynamic string format for the vertical constraints, adding a margin between each element. Default is 11 pts. + for (int i = 0; i < subviewStrings.count; i++) { + + NSString *string = subviewStrings[i]; + [verticalFormat appendFormat:@"[%@]", string]; + + if (i < subviewStrings.count-1) { + [verticalFormat appendFormat:@"-(%.f@750)-", verticalSpace]; + } + } + + // Assign the vertical constraints to the content view + if (verticalFormat.length > 0) { + [self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:[NSString stringWithFormat:@"V:|%@|", verticalFormat] + options:0 metrics:metrics views:views]]; + } + } +} + +- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event +{ + UIView *hitView = [super hitTest:point withEvent:event]; + + // Return any UIControl instance such as buttons, segmented controls, switches, etc. + if ([hitView isKindOfClass:[UIControl class]]) { + return hitView; + } + + // Return either the contentView or customView + if ([hitView isEqual:_contentView] || [hitView isEqual:_customView]) { + return hitView; + } + + return nil; +} + +@end + + +#pragma mark - UIView+DZNConstraintBasedLayoutExtensions + +@implementation UIView (DZNConstraintBasedLayoutExtensions) + +- (NSLayoutConstraint *)equallyRelatedConstraintWithView:(UIView *)view attribute:(NSLayoutAttribute)attribute +{ + return [NSLayoutConstraint constraintWithItem:view + attribute:attribute + relatedBy:NSLayoutRelationEqual + toItem:self + attribute:attribute + multiplier:1.0 + constant:0.0]; +} + +@end + +#pragma mark - DZNWeakObjectContainer + +@implementation DZNWeakObjectContainer + +- (instancetype)initWithWeakObject:(id)object +{ + self = [super init]; + if (self) { + _weakObject = object; + } + return self; +} + +@end diff --git a/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.m b/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.m new file mode 100755 index 0000000..45754bc --- /dev/null +++ b/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.m @@ -0,0 +1,820 @@ +// +// FLAnimatedImage.m +// Flipboard +// +// Created by Raphael Schaad on 7/8/13. +// Copyright (c) Flipboard. All rights reserved. +// + + +#import "FLAnimatedImage.h" +#import +#if __has_include() +#import +#else +#import +#endif + + +// From vm_param.h, define for iOS 8.0 or higher to build on device. +#ifndef BYTE_SIZE + #define BYTE_SIZE 8 // byte size in bits +#endif + +#define MEGABYTE (1024 * 1024) + +// This is how the fastest browsers do it as per 2012: http://nullsleep.tumblr.com/post/16524517190/animated-gif-minimum-frame-delay-browser-compatibility +const NSTimeInterval kFLAnimatedImageDelayTimeIntervalMinimum = 0.02; + +// An animated image's data size (dimensions * frameCount) category; its value is the max allowed memory (in MB). +// E.g.: A 100x200px GIF with 30 frames is ~2.3MB in our pixel format and would fall into the `FLAnimatedImageDataSizeCategoryAll` category. +typedef NS_ENUM(NSUInteger, FLAnimatedImageDataSizeCategory) { + FLAnimatedImageDataSizeCategoryAll = 10, // All frames permanently in memory (be nice to the CPU) + FLAnimatedImageDataSizeCategoryDefault = 75, // A frame cache of default size in memory (usually real-time performance and keeping low memory profile) + FLAnimatedImageDataSizeCategoryOnDemand = 250, // Only keep one frame at the time in memory (easier on memory, slowest performance) + FLAnimatedImageDataSizeCategoryUnsupported // Even for one frame too large, computer says no. +}; + +typedef NS_ENUM(NSUInteger, FLAnimatedImageFrameCacheSize) { + FLAnimatedImageFrameCacheSizeNoLimit = 0, // 0 means no specific limit + FLAnimatedImageFrameCacheSizeLowMemory = 1, // The minimum frame cache size; this will produce frames on-demand. + FLAnimatedImageFrameCacheSizeGrowAfterMemoryWarning = 2, // If we can produce the frames faster than we consume, one frame ahead will already result in a stutter-free playback. + FLAnimatedImageFrameCacheSizeDefault = 5 // Build up a comfy buffer window to cope with CPU hiccups etc. +}; + + +#if defined(DEBUG) && DEBUG +@protocol FLAnimatedImageDebugDelegate +@optional +- (void)debug_animatedImage:(FLAnimatedImage *)animatedImage didUpdateCachedFrames:(NSIndexSet *)indexesOfFramesInCache; +- (void)debug_animatedImage:(FLAnimatedImage *)animatedImage didRequestCachedFrame:(NSUInteger)index; +- (CGFloat)debug_animatedImagePredrawingSlowdownFactor:(FLAnimatedImage *)animatedImage; +@end +#endif + + +@interface FLAnimatedImage () + +@property (nonatomic, assign, readonly) NSUInteger frameCacheSizeOptimal; // The optimal number of frames to cache based on image size & number of frames; never changes +@property (nonatomic, assign, readonly, getter=isPredrawingEnabled) BOOL predrawingEnabled; // Enables predrawing of images to improve performance. +@property (nonatomic, assign) NSUInteger frameCacheSizeMaxInternal; // Allow to cap the cache size e.g. when memory warnings occur; 0 means no specific limit (default) +@property (nonatomic, assign) NSUInteger requestedFrameIndex; // Most recently requested frame index +@property (nonatomic, assign, readonly) NSUInteger posterImageFrameIndex; // Index of non-purgable poster image; never changes +@property (nonatomic, strong, readonly) NSMutableDictionary *cachedFramesForIndexes; +@property (nonatomic, strong, readonly) NSMutableIndexSet *cachedFrameIndexes; // Indexes of cached frames +@property (nonatomic, strong, readonly) NSMutableIndexSet *requestedFrameIndexes; // Indexes of frames that are currently produced in the background +@property (nonatomic, strong, readonly) NSIndexSet *allFramesIndexSet; // Default index set with the full range of indexes; never changes +@property (nonatomic, assign) NSUInteger memoryWarningCount; +@property (nonatomic, strong, readonly) dispatch_queue_t serialQueue; +@property (nonatomic, strong, readonly) __attribute__((NSObject)) CGImageSourceRef imageSource; + +// The weak proxy is used to break retain cycles with delayed actions from memory warnings. +// We are lying about the actual type here to gain static type checking and eliminate casts. +// The actual type of the object is `FLWeakProxy`. +@property (nonatomic, strong, readonly) FLAnimatedImage *weakProxy; + +#if defined(DEBUG) && DEBUG +@property (nonatomic, weak) id debug_delegate; +#endif + +@end + + +// For custom dispatching of memory warnings to avoid deallocation races since NSNotificationCenter doesn't retain objects it is notifying. +static NSHashTable *allAnimatedImagesWeak; + +@implementation FLAnimatedImage + +#pragma mark - Accessors +#pragma mark Public + +// This is the definite value the frame cache needs to size itself to. +- (NSUInteger)frameCacheSizeCurrent +{ + NSUInteger frameCacheSizeCurrent = self.frameCacheSizeOptimal; + + // If set, respect the caps. + if (self.frameCacheSizeMax > FLAnimatedImageFrameCacheSizeNoLimit) { + frameCacheSizeCurrent = MIN(frameCacheSizeCurrent, self.frameCacheSizeMax); + } + + if (self.frameCacheSizeMaxInternal > FLAnimatedImageFrameCacheSizeNoLimit) { + frameCacheSizeCurrent = MIN(frameCacheSizeCurrent, self.frameCacheSizeMaxInternal); + } + + return frameCacheSizeCurrent; +} + + +- (void)setFrameCacheSizeMax:(NSUInteger)frameCacheSizeMax +{ + if (_frameCacheSizeMax != frameCacheSizeMax) { + + // Remember whether the new cap will cause the current cache size to shrink; then we'll make sure to purge from the cache if needed. + const BOOL willFrameCacheSizeShrink = (frameCacheSizeMax < self.frameCacheSizeCurrent); + + // Update the value + _frameCacheSizeMax = frameCacheSizeMax; + + if (willFrameCacheSizeShrink) { + [self purgeFrameCacheIfNeeded]; + } + } +} + + +#pragma mark Private + +- (void)setFrameCacheSizeMaxInternal:(NSUInteger)frameCacheSizeMaxInternal +{ + if (_frameCacheSizeMaxInternal != frameCacheSizeMaxInternal) { + + // Remember whether the new cap will cause the current cache size to shrink; then we'll make sure to purge from the cache if needed. + BOOL willFrameCacheSizeShrink = (frameCacheSizeMaxInternal < self.frameCacheSizeCurrent); + + // Update the value + _frameCacheSizeMaxInternal = frameCacheSizeMaxInternal; + + if (willFrameCacheSizeShrink) { + [self purgeFrameCacheIfNeeded]; + } + } +} + + +#pragma mark - Life Cycle + ++ (void)initialize +{ + if (self == [FLAnimatedImage class]) { + // UIKit memory warning notification handler shared by all of the instances + allAnimatedImagesWeak = [NSHashTable weakObjectsHashTable]; + + [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidReceiveMemoryWarningNotification object:nil queue:nil usingBlock:^(NSNotification *note) { + // UIKit notifications are posted on the main thread. didReceiveMemoryWarning: is expecting the main run loop, and we don't lock on allAnimatedImagesWeak + NSAssert([NSThread isMainThread], @"Received memory warning on non-main thread"); + // Get a strong reference to all of the images. If an instance is returned in this array, it is still live and has not entered dealloc. + // Note that FLAnimatedImages can be created on any thread, so the hash table must be locked. + NSArray *images = nil; + @synchronized(allAnimatedImagesWeak) { + images = [[allAnimatedImagesWeak allObjects] copy]; + } + // Now issue notifications to all of the images while holding a strong reference to them + [images makeObjectsPerformSelector:@selector(didReceiveMemoryWarning:) withObject:note]; + }]; + } +} + + +- (instancetype)init +{ + FLAnimatedImage *_Nullable const animatedImage = [self initWithAnimatedGIFData:nil]; + if (!animatedImage) { + FLLog(FLLogLevelError, @"Use `-initWithAnimatedGIFData:` and supply the animated GIF data as an argument to initialize an object of type `FLAnimatedImage`."); + } + return animatedImage; +} + + +- (instancetype)initWithAnimatedGIFData:(NSData *)data +{ + return [self initWithAnimatedGIFData:data optimalFrameCacheSize:0 predrawingEnabled:YES]; +} + +- (instancetype)initWithAnimatedGIFData:(NSData *)data optimalFrameCacheSize:(NSUInteger)optimalFrameCacheSize predrawingEnabled:(BOOL)isPredrawingEnabled +{ + // Early return if no data supplied! + const BOOL hasData = (data.length > 0); + if (!hasData) { + FLLog(FLLogLevelError, @"No animated GIF data supplied."); + return nil; + } + + self = [super init]; + if (self) { + // Do one-time initializations of `readonly` properties directly to ivar to prevent implicit actions and avoid need for private `readwrite` property overrides. + + // Keep a strong reference to `data` and expose it read-only publicly. + // However, we will use the `_imageSource` as handler to the image data throughout our life cycle. + _data = data; + _predrawingEnabled = isPredrawingEnabled; + + // Initialize internal data structures + _cachedFramesForIndexes = [[NSMutableDictionary alloc] init]; + _cachedFrameIndexes = [[NSMutableIndexSet alloc] init]; + _requestedFrameIndexes = [[NSMutableIndexSet alloc] init]; + + // Note: We could leverage `CGImageSourceCreateWithURL` too to add a second initializer `-initWithAnimatedGIFContentsOfURL:`. + _imageSource = CGImageSourceCreateWithData((__bridge CFDataRef)data, + (__bridge CFDictionaryRef)@{(NSString *)kCGImageSourceShouldCache: @NO}); + // Early return on failure! + if (!_imageSource) { + FLLog(FLLogLevelError, @"Failed to `CGImageSourceCreateWithData` for animated GIF data %@", data); + return nil; + } + + // Early return if not GIF! + const CFStringRef _Nullable imageSourceContainerType = CGImageSourceGetType(_imageSource); + const BOOL isGIFData = imageSourceContainerType ? UTTypeConformsTo(imageSourceContainerType, kUTTypeGIF) : NO; + if (!isGIFData) { + FLLog(FLLogLevelError, @"Supplied data is of type %@ and doesn't seem to be GIF data %@", imageSourceContainerType, data); + return nil; + } + + // Get `LoopCount` + // Note: 0 means repeating the animation indefinitely. + // Image properties example: + // { + // FileSize = 314446; + // "{GIF}" = { + // HasGlobalColorMap = 1; + // LoopCount = 0; + // }; + // } + NSDictionary *_Nullable const imageProperties = (__bridge_transfer NSDictionary *)CGImageSourceCopyProperties(_imageSource, NULL); + _loopCount = [[[imageProperties objectForKey:(id)kCGImagePropertyGIFDictionary] objectForKey:(id)kCGImagePropertyGIFLoopCount] unsignedIntegerValue]; + + // Iterate through frame images + const size_t imageCount = CGImageSourceGetCount(_imageSource); + NSUInteger skippedFrameCount = 0; + NSMutableDictionary *const delayTimesForIndexesMutable = [NSMutableDictionary dictionaryWithCapacity:imageCount]; + for (size_t i = 0; i < imageCount; i++) { + @autoreleasepool { + const CGImageRef _Nullable frameImageRef = CGImageSourceCreateImageAtIndex(_imageSource, i, NULL); + if (frameImageRef) { + UIImage *frameImage = [UIImage imageWithCGImage:frameImageRef]; + // Check for valid `frameImage` before parsing its properties as frames can be corrupted (and `frameImage` even `nil` when `frameImageRef` was valid). + if (frameImage) { + // Set poster image + if (!self.posterImage) { + _posterImage = frameImage; + // Set its size to proxy our size. + _size = _posterImage.size; + // Remember index of poster image so we never purge it; also add it to the cache. + _posterImageFrameIndex = i; + [self.cachedFramesForIndexes setObject:self.posterImage forKey:@(self.posterImageFrameIndex)]; + [self.cachedFrameIndexes addIndex:self.posterImageFrameIndex]; + } + + // Get `DelayTime` + // Note: It's not in (1/100) of a second like still falsely described in the documentation as per iOS 8 (rdar://19507384) but in seconds stored as `kCFNumberFloat32Type`. + // Frame properties example: + // { + // ColorModel = RGB; + // Depth = 8; + // PixelHeight = 960; + // PixelWidth = 640; + // "{GIF}" = { + // DelayTime = "0.4"; + // UnclampedDelayTime = "0.4"; + // }; + // } + + NSDictionary *_Nullable const frameProperties = (__bridge_transfer NSDictionary *)CGImageSourceCopyPropertiesAtIndex(_imageSource, i, NULL); + NSDictionary *_Nullable const framePropertiesGIF = [frameProperties objectForKey:(id)kCGImagePropertyGIFDictionary]; + + // Try to use the unclamped delay time; fall back to the normal delay time. + NSNumber *_Nullable delayTime = [framePropertiesGIF objectForKey:(id)kCGImagePropertyGIFUnclampedDelayTime]; + if (delayTime == nil) { + delayTime = [framePropertiesGIF objectForKey:(id)kCGImagePropertyGIFDelayTime]; + } + // If we don't get a delay time from the properties, fall back to `kDelayTimeIntervalDefault` or carry over the preceding frame's value. + const NSTimeInterval kDelayTimeIntervalDefault = 0.1; + if (delayTime == nil) { + if (i == 0) { + FLLog(FLLogLevelInfo, @"Falling back to default delay time for first frame %@ because none found in GIF properties %@", frameImage, frameProperties); + delayTime = @(kDelayTimeIntervalDefault); + } else { + FLLog(FLLogLevelInfo, @"Falling back to preceding delay time for frame %zu %@ because none found in GIF properties %@", i, frameImage, frameProperties); + delayTime = delayTimesForIndexesMutable[@(i - 1)]; + } + } + // Support frame delays as low as `kFLAnimatedImageDelayTimeIntervalMinimum`, with anything below being rounded up to `kDelayTimeIntervalDefault` for legacy compatibility. + // To support the minimum even when rounding errors occur, use an epsilon when comparing. We downcast to float because that's what we get for delayTime from ImageIO. + if ([delayTime floatValue] < ((float)kFLAnimatedImageDelayTimeIntervalMinimum - FLT_EPSILON)) { + FLLog(FLLogLevelInfo, @"Rounding frame %zu's `delayTime` from %f up to default %f (minimum supported: %f).", i, [delayTime floatValue], kDelayTimeIntervalDefault, kFLAnimatedImageDelayTimeIntervalMinimum); + delayTime = @(kDelayTimeIntervalDefault); + } + delayTimesForIndexesMutable[@(i)] = delayTime; + } else { + skippedFrameCount++; + FLLog(FLLogLevelInfo, @"Dropping frame %zu because valid `CGImageRef` %@ did result in `nil`-`UIImage`.", i, frameImageRef); + } + CFRelease(frameImageRef); + } else { + skippedFrameCount++; + FLLog(FLLogLevelInfo, @"Dropping frame %zu because failed to `CGImageSourceCreateImageAtIndex` with image source %@", i, self->_imageSource); + } + } + } + _delayTimesForIndexes = [delayTimesForIndexesMutable copy]; + _frameCount = imageCount; + + if (self.frameCount == 0) { + FLLog(FLLogLevelInfo, @"Failed to create any valid frames for GIF with properties %@", imageProperties); + return nil; + } else if (self.frameCount == 1) { + // Warn when we only have a single frame but return a valid GIF. + FLLog(FLLogLevelInfo, @"Created valid GIF but with only a single frame. Image properties: %@", imageProperties); + } else { + // We have multiple frames, rock on! + } + + // If no value is provided, select a default based on the GIF. + if (optimalFrameCacheSize == 0) { + // Calculate the optimal frame cache size: try choosing a larger buffer window depending on the predicted image size. + // It's only dependent on the image size & number of frames and never changes. + const CGFloat animatedImageDataSize = (CGFloat)CGImageGetBytesPerRow(self.posterImage.CGImage) * self.size.height * (CGFloat)(self.frameCount - skippedFrameCount) / (CGFloat)MEGABYTE; + if (animatedImageDataSize <= FLAnimatedImageDataSizeCategoryAll) { + _frameCacheSizeOptimal = self.frameCount; + } else if (animatedImageDataSize <= FLAnimatedImageDataSizeCategoryDefault) { + // This value doesn't depend on device memory much because if we're not keeping all frames in memory we will always be decoding 1 frame up ahead per 1 frame that gets played and at this point we might as well just keep a small buffer just large enough to keep from running out of frames. + _frameCacheSizeOptimal = FLAnimatedImageFrameCacheSizeDefault; + } else { + // The predicted size exceeds the limits to build up a cache and we go into low memory mode from the beginning. + _frameCacheSizeOptimal = FLAnimatedImageFrameCacheSizeLowMemory; + } + } else { + // Use the provided value. + _frameCacheSizeOptimal = optimalFrameCacheSize; + } + // In any case, cap the optimal cache size at the frame count. + _frameCacheSizeOptimal = MIN(_frameCacheSizeOptimal, self.frameCount); + + // Convenience/minor performance optimization; keep an index set handy with the full range to return in `-frameIndexesToCache`. + _allFramesIndexSet = [[NSIndexSet alloc] initWithIndexesInRange:NSMakeRange(0, self.frameCount)]; + + // See the property declarations for descriptions. + _weakProxy = (id)[FLWeakProxy weakProxyForObject:self]; + + // Register this instance in the weak table for memory notifications. The NSHashTable will clean up after itself when we're gone. + // Note that FLAnimatedImages can be created on any thread, so the hash table must be locked. + @synchronized(allAnimatedImagesWeak) { + [allAnimatedImagesWeak addObject:self]; + } + } + return self; +} + + ++ (instancetype)animatedImageWithGIFData:(NSData *)data +{ + FLAnimatedImage *const animatedImage = [[FLAnimatedImage alloc] initWithAnimatedGIFData:data]; + return animatedImage; +} + + +- (void)dealloc +{ + if (_weakProxy) { + [NSObject cancelPreviousPerformRequestsWithTarget:_weakProxy]; + } + + if (_imageSource) { + CFRelease(_imageSource); + } +} + + +#pragma mark - Public Methods + +// See header for more details. +// Note: both consumer and producer are throttled: consumer by frame timings and producer by the available memory (max buffer window size). +- (UIImage *)imageLazilyCachedAtIndex:(NSUInteger)index +{ + // Early return if the requested index is beyond bounds. + // Note: We're comparing an index with a count and need to bail on greater than or equal to. + if (index >= self.frameCount) { + FLLog(FLLogLevelWarn, @"Skipping requested frame %lu beyond bounds (total frame count: %lu) for animated image: %@", (unsigned long)index, (unsigned long)self.frameCount, self); + return nil; + } + + // Remember requested frame index, this influences what we should cache next. + self.requestedFrameIndex = index; +#if defined(DEBUG) && DEBUG + if ([self.debug_delegate respondsToSelector:@selector(debug_animatedImage:didRequestCachedFrame:)]) { + [self.debug_delegate debug_animatedImage:self didRequestCachedFrame:index]; + } +#endif + + // Quick check to avoid doing any work if we already have all possible frames cached, a common case. + if ([self.cachedFrameIndexes count] < self.frameCount) { + // If we have frames that should be cached but aren't and aren't requested yet, request them. + // Exclude existing cached frames, frames already requested, and specially cached poster image. + NSMutableIndexSet *frameIndexesToAddToCacheMutable = [self frameIndexesToCache]; + [frameIndexesToAddToCacheMutable removeIndexes:self.cachedFrameIndexes]; + [frameIndexesToAddToCacheMutable removeIndexes:self.requestedFrameIndexes]; + [frameIndexesToAddToCacheMutable removeIndex:self.posterImageFrameIndex]; + NSIndexSet *frameIndexesToAddToCache = [frameIndexesToAddToCacheMutable copy]; + + // Asynchronously add frames to our cache. + if ([frameIndexesToAddToCache count] > 0) { + [self addFrameIndexesToCache:frameIndexesToAddToCache]; + } + } + + // Get the specified image. + UIImage *const image = self.cachedFramesForIndexes[@(index)]; + + // Purge if needed based on the current playhead position. + [self purgeFrameCacheIfNeeded]; + + return image; +} + + +// Only called once from `-imageLazilyCachedAtIndex` but factored into its own method for logical grouping. +- (void)addFrameIndexesToCache:(NSIndexSet *)frameIndexesToAddToCache +{ + // Order matters. First, iterate over the indexes starting from the requested frame index. + // Then, if there are any indexes before the requested frame index, do those. + const NSRange firstRange = NSMakeRange(self.requestedFrameIndex, self.frameCount - self.requestedFrameIndex); + const NSRange secondRange = NSMakeRange(0, self.requestedFrameIndex); + if (firstRange.length + secondRange.length != self.frameCount) { + FLLog(FLLogLevelWarn, @"Two-part frame cache range doesn't equal full range."); + } + + // Add to the requested list before we actually kick them off, so they don't get into the queue twice. + [self.requestedFrameIndexes addIndexes:frameIndexesToAddToCache]; + + // Lazily create dedicated isolation queue. + if (!self.serialQueue) { + _serialQueue = dispatch_queue_create("com.flipboard.framecachingqueue", DISPATCH_QUEUE_SERIAL); + } + + // Start streaming requested frames in the background into the cache. + // Avoid capturing self in the block as there's no reason to keep doing work if the animated image went away. + __weak __typeof(self) weakSelf = self; + dispatch_async(self.serialQueue, ^{ + // Produce and cache next needed frame. + void (^frameRangeBlock)(NSRange, BOOL *) = ^(NSRange range, BOOL *stop) { + // Iterate through contiguous indexes; can be faster than `enumerateIndexesInRange:options:usingBlock:`. + for (NSUInteger i = range.location; i < NSMaxRange(range); i++) { +#if defined(DEBUG) && DEBUG + const CFTimeInterval predrawBeginTime = CACurrentMediaTime(); +#endif + UIImage *const image = [weakSelf imageAtIndex:i]; +#if defined(DEBUG) && DEBUG + const CFTimeInterval predrawDuration = CACurrentMediaTime() - predrawBeginTime; + CFTimeInterval slowdownDuration = 0.0; + if ([self.debug_delegate respondsToSelector:@selector(debug_animatedImagePredrawingSlowdownFactor:)]) { + CGFloat predrawingSlowdownFactor = [self.debug_delegate debug_animatedImagePredrawingSlowdownFactor:self]; + slowdownDuration = predrawDuration * predrawingSlowdownFactor - predrawDuration; + [NSThread sleepForTimeInterval:slowdownDuration]; + } + FLLog(FLLogLevelVerbose, @"Predrew frame %lu in %f ms for animated image: %@", (unsigned long)i, (predrawDuration + slowdownDuration) * 1000, self); +#endif + // The results get returned one by one as soon as they're ready (and not in batch). + // The benefits of having the first frames as quick as possible outweigh building up a buffer to cope with potential hiccups when the CPU suddenly gets busy. + if (image && weakSelf) { + dispatch_async(dispatch_get_main_queue(), ^{ + weakSelf.cachedFramesForIndexes[@(i)] = image; + [weakSelf.cachedFrameIndexes addIndex:i]; + [weakSelf.requestedFrameIndexes removeIndex:i]; +#if defined(DEBUG) && DEBUG + if ([weakSelf.debug_delegate respondsToSelector:@selector(debug_animatedImage:didUpdateCachedFrames:)]) { + [weakSelf.debug_delegate debug_animatedImage:weakSelf didUpdateCachedFrames:weakSelf.cachedFrameIndexes]; + } +#endif + }); + } + } + }; + + [frameIndexesToAddToCache enumerateRangesInRange:firstRange options:0 usingBlock:frameRangeBlock]; + [frameIndexesToAddToCache enumerateRangesInRange:secondRange options:0 usingBlock:frameRangeBlock]; + }); +} + + ++ (CGSize)sizeForImage:(id)image +{ + CGSize imageSize = CGSizeZero; + + // Early return for nil + if (!image) { + return imageSize; + } + + if ([image isKindOfClass:[UIImage class]]) { + UIImage *const uiImage = (UIImage *)image; + imageSize = uiImage.size; + } else if ([image isKindOfClass:[FLAnimatedImage class]]) { + FLAnimatedImage *const animatedImage = (FLAnimatedImage *)image; + imageSize = animatedImage.size; + } else { + // Bear trap to capture bad images; we have seen crashers cropping up on iOS 7. + FLLog(FLLogLevelError, @"`image` isn't of expected types `UIImage` or `FLAnimatedImage`: %@", image); + } + + return imageSize; +} + + +#pragma mark - Private Methods +#pragma mark Frame Loading + +- (UIImage *)imageAtIndex:(NSUInteger)index +{ + // It's very important to use the cached `_imageSource` since the random access to a frame with `CGImageSourceCreateImageAtIndex` turns from an O(1) into an O(n) operation when re-initializing the image source every time. + const CGImageRef _Nullable imageRef = CGImageSourceCreateImageAtIndex(_imageSource, index, NULL); + + // Early return for nil + if (!imageRef) { + return nil; + } + + UIImage *image = [UIImage imageWithCGImage:imageRef]; + CFRelease(imageRef); + + // Loading in the image object is only half the work, the displaying image view would still have to synchronosly wait and decode the image, so we go ahead and do that here on the background thread. + if (self.isPredrawingEnabled) { + image = [[self class] predrawnImageFromImage:image]; + } + + return image; +} + + +#pragma mark Frame Caching + +- (NSMutableIndexSet *)frameIndexesToCache +{ + NSMutableIndexSet *indexesToCache = nil; + // Quick check to avoid building the index set if the number of frames to cache equals the total frame count. + if (self.frameCacheSizeCurrent == self.frameCount) { + indexesToCache = [self.allFramesIndexSet mutableCopy]; + } else { + indexesToCache = [[NSMutableIndexSet alloc] init]; + + // Add indexes to the set in two separate blocks- the first starting from the requested frame index, up to the limit or the end. + // The second, if needed, the remaining number of frames beginning at index zero. + const NSUInteger firstLength = MIN(self.frameCacheSizeCurrent, self.frameCount - self.requestedFrameIndex); + const NSRange firstRange = NSMakeRange(self.requestedFrameIndex, firstLength); + [indexesToCache addIndexesInRange:firstRange]; + const NSUInteger secondLength = self.frameCacheSizeCurrent - firstLength; + if (secondLength > 0) { + NSRange secondRange = NSMakeRange(0, secondLength); + [indexesToCache addIndexesInRange:secondRange]; + } + // Double check our math, before we add the poster image index which may increase it by one. + if ([indexesToCache count] != self.frameCacheSizeCurrent) { + FLLog(FLLogLevelWarn, @"Number of frames to cache doesn't equal expected cache size."); + } + + [indexesToCache addIndex:self.posterImageFrameIndex]; + } + + return indexesToCache; +} + + +- (void)purgeFrameCacheIfNeeded +{ + // Purge frames that are currently cached but don't need to be. + // But not if we're still under the number of frames to cache. + // This way, if all frames are allowed to be cached (the common case), we can skip all the `NSIndexSet` math below. + if ([self.cachedFrameIndexes count] > self.frameCacheSizeCurrent) { + NSMutableIndexSet *indexesToPurge = [self.cachedFrameIndexes mutableCopy]; + [indexesToPurge removeIndexes:[self frameIndexesToCache]]; + [indexesToPurge enumerateRangesUsingBlock:^(NSRange range, BOOL *stop) { + // Iterate through contiguous indexes; can be faster than `enumerateIndexesInRange:options:usingBlock:`. + for (NSUInteger i = range.location; i < NSMaxRange(range); i++) { + [self.cachedFrameIndexes removeIndex:i]; + [self.cachedFramesForIndexes removeObjectForKey:@(i)]; + // Note: Don't `CGImageSourceRemoveCacheAtIndex` on the image source for frames that we don't want cached any longer to maintain O(1) time access. +#if defined(DEBUG) && DEBUG + if ([self.debug_delegate respondsToSelector:@selector(debug_animatedImage:didUpdateCachedFrames:)]) { + dispatch_async(dispatch_get_main_queue(), ^{ + [self.debug_delegate debug_animatedImage:self didUpdateCachedFrames:self.cachedFrameIndexes]; + }); + } +#endif + } + }]; + } +} + + +- (void)growFrameCacheSizeAfterMemoryWarning:(NSNumber *)frameCacheSize +{ + self.frameCacheSizeMaxInternal = [frameCacheSize unsignedIntegerValue]; + FLLog(FLLogLevelDebug, @"Grew frame cache size max to %lu after memory warning for animated image: %@", (unsigned long)self.frameCacheSizeMaxInternal, self); + + // Schedule resetting the frame cache size max completely after a while. + const NSTimeInterval kResetDelay = 3.0; + [self.weakProxy performSelector:@selector(resetFrameCacheSizeMaxInternal) withObject:nil afterDelay:kResetDelay]; +} + + +- (void)resetFrameCacheSizeMaxInternal +{ + self.frameCacheSizeMaxInternal = FLAnimatedImageFrameCacheSizeNoLimit; + FLLog(FLLogLevelDebug, @"Reset frame cache size max (current frame cache size: %lu) for animated image: %@", (unsigned long)self.frameCacheSizeCurrent, self); +} + + +#pragma mark System Memory Warnings Notification Handler + +- (void)didReceiveMemoryWarning:(NSNotification *)notification +{ + self.memoryWarningCount++; + + // If we were about to grow larger, but got rapped on our knuckles by the system again, cancel. + [NSObject cancelPreviousPerformRequestsWithTarget:self.weakProxy selector:@selector(growFrameCacheSizeAfterMemoryWarning:) object:@(FLAnimatedImageFrameCacheSizeGrowAfterMemoryWarning)]; + [NSObject cancelPreviousPerformRequestsWithTarget:self.weakProxy selector:@selector(resetFrameCacheSizeMaxInternal) object:nil]; + + // Go down to the minimum and by that implicitly immediately purge from the cache if needed to not get jettisoned by the system and start producing frames on-demand. + FLLog(FLLogLevelDebug, @"Attempt setting frame cache size max to %lu (previous was %lu) after memory warning #%lu for animated image: %@", (unsigned long)FLAnimatedImageFrameCacheSizeLowMemory, (unsigned long)self.frameCacheSizeMaxInternal, (unsigned long)self.memoryWarningCount, self); + self.frameCacheSizeMaxInternal = FLAnimatedImageFrameCacheSizeLowMemory; + + // Schedule growing larger again after a while, but cap our attempts to prevent a periodic sawtooth wave (ramps upward and then sharply drops) of memory usage. + // + // [mem]^ (2) (5) (6) 1) Loading frames for the first time + // (*)| , , , 2) Mem warning #1; purge cache + // | /| (4)/| /| 3) Grow cache size a bit after a while, if no mem warning occurs + // | / | _/ | _/ | 4) Try to grow cache size back to optimum after a while, if no mem warning occurs + // |(1)/ |_/ |/ |__(7) 5) Mem warning #2; purge cache + // |__/ (3) 6) After repetition of (3) and (4), mem warning #3; purge cache + // +----------------------> 7) After 3 mem warnings, stay at minimum cache size + // [t] + // *) The mem high water mark before we get warned might change for every cycle. + // + const NSUInteger kGrowAttemptsMax = 2; + const NSTimeInterval kGrowDelay = 2.0; + if ((self.memoryWarningCount - 1) <= kGrowAttemptsMax) { + [self.weakProxy performSelector:@selector(growFrameCacheSizeAfterMemoryWarning:) withObject:@(FLAnimatedImageFrameCacheSizeGrowAfterMemoryWarning) afterDelay:kGrowDelay]; + } + + // Note: It's not possible to get the level of a memory warning with a public API: http://stackoverflow.com/questions/2915247/iphone-os-memory-warnings-what-do-the-different-levels-mean/2915477#2915477 +} + + +#pragma mark Image Decoding + +// Decodes the image's data and draws it off-screen fully in memory; it's thread-safe and hence can be called on a background thread. +// On success, the returned object is a new `UIImage` instance with the same content as the one passed in. +// On failure, the returned object is the unchanged passed in one; the data will not be predrawn in memory though and an error will be logged. +// First inspired by & good Karma to: https://gist.github.com/steipete/1144242 ++ (UIImage *)predrawnImageFromImage:(UIImage *)imageToPredraw +{ + // Always use a device RGB color space for simplicity and predictability what will be going on. + const CGColorSpaceRef _Nullable colorSpaceDeviceRGBRef = CGColorSpaceCreateDeviceRGB(); + // Early return on failure! + if (!colorSpaceDeviceRGBRef) { + FLLog(FLLogLevelError, @"Failed to `CGColorSpaceCreateDeviceRGB` for image %@", imageToPredraw); + return imageToPredraw; + } + + // Even when the image doesn't have transparency, we have to add the extra channel because Quartz doesn't support other pixel formats than 32 bpp/8 bpc for RGB: + // kCGImageAlphaNoneSkipFirst, kCGImageAlphaNoneSkipLast, kCGImageAlphaPremultipliedFirst, kCGImageAlphaPremultipliedLast + // (source: docs "Quartz 2D Programming Guide > Graphics Contexts > Table 2-1 Pixel formats supported for bitmap graphics contexts") + const size_t numberOfComponents = CGColorSpaceGetNumberOfComponents(colorSpaceDeviceRGBRef) + 1; // 4: RGB + A + + // "In iOS 4.0 and later, and OS X v10.6 and later, you can pass NULL if you want Quartz to allocate memory for the bitmap." (source: docs) + void *_Nullable data = NULL; + const size_t width = imageToPredraw.size.width; + const size_t height = imageToPredraw.size.height; + const size_t bitsPerComponent = CHAR_BIT; + + const size_t bitsPerPixel = (bitsPerComponent * numberOfComponents); + const size_t bytesPerPixel = (bitsPerPixel / BYTE_SIZE); + const size_t bytesPerRow = (bytesPerPixel * width); + + CGBitmapInfo bitmapInfo = kCGBitmapByteOrderDefault; + + CGImageAlphaInfo alphaInfo = CGImageGetAlphaInfo(imageToPredraw.CGImage); + // If the alpha info doesn't match to one of the supported formats (see above), pick a reasonable supported one. + // "For bitmaps created in iOS 3.2 and later, the drawing environment uses the premultiplied ARGB format to store the bitmap data." (source: docs) + if (alphaInfo == kCGImageAlphaNone || alphaInfo == kCGImageAlphaOnly) { + alphaInfo = kCGImageAlphaNoneSkipFirst; + } else if (alphaInfo == kCGImageAlphaFirst) { + alphaInfo = kCGImageAlphaPremultipliedFirst; + } else if (alphaInfo == kCGImageAlphaLast) { + alphaInfo = kCGImageAlphaPremultipliedLast; + } + // "The constants for specifying the alpha channel information are declared with the `CGImageAlphaInfo` type but can be passed to this parameter safely." (source: docs) + bitmapInfo |= alphaInfo; + + // Create our own graphics context to draw to; `UIGraphicsGetCurrentContext`/`UIGraphicsBeginImageContextWithOptions` doesn't create a new context but returns the current one which isn't thread-safe (e.g. main thread could use it at the same time). + // Note: It's not worth caching the bitmap context for multiple frames ("unique key" would be `width`, `height` and `hasAlpha`), it's ~50% slower. Time spent in libRIP's `CGSBlendBGRA8888toARGB8888` suddenly shoots up -- not sure why. + const CGContextRef _Nullable bitmapContextRef = CGBitmapContextCreate(data, width, height, bitsPerComponent, bytesPerRow, colorSpaceDeviceRGBRef, bitmapInfo); + CGColorSpaceRelease(colorSpaceDeviceRGBRef); + // Early return on failure! + if (!bitmapContextRef) { + FLLog(FLLogLevelError, @"Failed to `CGBitmapContextCreate` with color space %@ and parameters (width: %zu height: %zu bitsPerComponent: %zu bytesPerRow: %zu) for image %@", colorSpaceDeviceRGBRef, width, height, bitsPerComponent, bytesPerRow, imageToPredraw); + return imageToPredraw; + } + + // Draw image in bitmap context and create image by preserving receiver's properties. + CGContextDrawImage(bitmapContextRef, CGRectMake(0.0, 0.0, imageToPredraw.size.width, imageToPredraw.size.height), imageToPredraw.CGImage); + const CGImageRef _Nullable predrawnImageRef = CGBitmapContextCreateImage(bitmapContextRef); + UIImage *_Nullable predrawnImage = predrawnImageRef ? [UIImage imageWithCGImage:predrawnImageRef scale:imageToPredraw.scale orientation:imageToPredraw.imageOrientation] : nil; + CGImageRelease(predrawnImageRef); + CGContextRelease(bitmapContextRef); + + // Early return on failure! + if (!predrawnImage) { + FLLog(FLLogLevelError, @"Failed to `imageWithCGImage:scale:orientation:` with image ref %@ created with color space %@ and bitmap context %@ and properties and properties (scale: %f orientation: %ld) for image %@", predrawnImageRef, colorSpaceDeviceRGBRef, bitmapContextRef, imageToPredraw.scale, (long)imageToPredraw.imageOrientation, imageToPredraw); + return imageToPredraw; + } + + return predrawnImage; +} + + +#pragma mark - Description + +- (NSString *)description +{ + NSString *description = [super description]; + + description = [description stringByAppendingFormat:@" size=%@", NSStringFromCGSize(self.size)]; + description = [description stringByAppendingFormat:@" frameCount=%lu", (unsigned long)self.frameCount]; + + return description; +} + + +@end + +#pragma mark - Logging + +@implementation FLAnimatedImage (Logging) + +static void (^_logBlock)(NSString *logString, FLLogLevel logLevel) = nil; +static FLLogLevel _logLevel; + ++ (void)setLogBlock:(void (^_Nullable)(NSString *logString, FLLogLevel logLevel))logBlock logLevel:(FLLogLevel)logLevel +{ + _logBlock = [logBlock copy]; + _logLevel = logLevel; +} + ++ (void)logStringFromBlock:(NSString *(^_Nullable)(void))stringBlock withLevel:(FLLogLevel)level +{ + if (level <= _logLevel && _logBlock && stringBlock) { + _logBlock(stringBlock(), level); + } +} + +@end + + +#pragma mark - FLWeakProxy + +@interface FLWeakProxy () + +@property (nonatomic, weak) id target; + +@end + + +@implementation FLWeakProxy + +#pragma mark Life Cycle + +// This is the designated creation method of an `FLWeakProxy` and +// as a subclass of `NSProxy` it doesn't respond to or need `-init`. ++ (instancetype)weakProxyForObject:(id)targetObject +{ + FLWeakProxy *weakProxy = [FLWeakProxy alloc]; + weakProxy.target = targetObject; + return weakProxy; +} + + +#pragma mark Forwarding Messages + +- (id)forwardingTargetForSelector:(SEL)selector +{ + // Keep it lightweight: access the ivar directly + return _target; +} + + +#pragma mark - NSWeakProxy Method Overrides +#pragma mark Handling Unimplemented Methods + +- (void)forwardInvocation:(NSInvocation *)invocation +{ + // Fallback for when target is nil. Don't do anything, just return 0/NULL/nil. + // The method signature we've received to get here is just a dummy to keep `doesNotRecognizeSelector:` from firing. + // We can't really handle struct return types here because we don't know the length. + void *_Nullable nullPointer = NULL; + [invocation setReturnValue:&nullPointer]; +} + + +- (NSMethodSignature *)methodSignatureForSelector:(SEL)selector +{ + // We only get here if `forwardingTargetForSelector:` returns nil. + // In that case, our weak target has been reclaimed. Return a dummy method signature to keep `doesNotRecognizeSelector:` from firing. + // We'll emulate the Obj-c messaging nil behavior by setting the return value to nil in `forwardInvocation:`, but we'll assume that the return value is `sizeof(void *)`. + // Other libraries handle this situation by making use of a global method signature cache, but that seems heavier than necessary and has issues as well. + // See https://www.mikeash.com/pyblog/friday-qa-2010-02-26-futures.html and https://github.com/steipete/PSTDelegateProxy/issues/1 for examples of using a method signature cache. + return [NSObject instanceMethodSignatureForSelector:@selector(init)]; +} + + +@end diff --git a/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImageView.m b/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImageView.m new file mode 100755 index 0000000..34178ef --- /dev/null +++ b/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImageView.m @@ -0,0 +1,460 @@ +// +// FLAnimatedImageView.h +// Flipboard +// +// Created by Raphael Schaad on 7/8/13. +// Copyright (c) Flipboard. All rights reserved. +// + + +#import "FLAnimatedImageView.h" +#import "FLAnimatedImage.h" +#import + + +#if defined(DEBUG) && DEBUG +@protocol FLAnimatedImageViewDebugDelegate +@optional +- (void)debug_animatedImageView:(FLAnimatedImageView *)animatedImageView waitingForFrame:(NSUInteger)index duration:(NSTimeInterval)duration; +@end +#endif + + +@interface FLAnimatedImageView () + +// Override of public `readonly` properties as private `readwrite` +@property (nonatomic, strong, readwrite) UIImage *currentFrame; +@property (nonatomic, assign, readwrite) NSUInteger currentFrameIndex; + +@property (nonatomic, assign) NSUInteger loopCountdown; +@property (nonatomic, assign) NSTimeInterval accumulator; +@property (nonatomic, strong) CADisplayLink *displayLink; + +@property (nonatomic, assign) BOOL shouldAnimate; // Before checking this value, call `-updateShouldAnimate` whenever the animated image or visibility (window, superview, hidden, alpha) has changed. +@property (nonatomic, assign) BOOL needsDisplayWhenImageBecomesAvailable; + +#if defined(DEBUG) && DEBUG +@property (nonatomic, weak) id debug_delegate; +#endif + +@end + + +@implementation FLAnimatedImageView +@synthesize runLoopMode = _runLoopMode; + +#pragma mark - Initializers + +// -initWithImage: isn't documented as a designated initializer of UIImageView, but it actually seems to be. +// Using -initWithImage: doesn't call any of the other designated initializers. +- (instancetype)initWithImage:(UIImage *)image +{ + self = [super initWithImage:image]; + if (self) { + [self commonInit]; + } + return self; +} + +// -initWithImage:highlightedImage: also isn't documented as a designated initializer of UIImageView, but it doesn't call any other designated initializers. +- (instancetype)initWithImage:(UIImage *)image highlightedImage:(UIImage *)highlightedImage +{ + self = [super initWithImage:image highlightedImage:highlightedImage]; + if (self) { + [self commonInit]; + } + return self; +} + +- (instancetype)initWithFrame:(CGRect)frame +{ + self = [super initWithFrame:frame]; + if (self) { + [self commonInit]; + } + return self; +} + +- (instancetype)initWithCoder:(NSCoder *)aDecoder +{ + self = [super initWithCoder:aDecoder]; + if (self) { + [self commonInit]; + } + return self; +} + +- (void)commonInit +{ + self.runLoopMode = [[self class] defaultRunLoopMode]; + + if (@available(iOS 11.0, *)) { + self.accessibilityIgnoresInvertColors = YES; + } +} + + +#pragma mark - Accessors +#pragma mark Public + +- (void)setAnimatedImage:(FLAnimatedImage *)animatedImage +{ + if (![_animatedImage isEqual:animatedImage]) { + if (animatedImage) { + if (super.image) { + // UIImageView's `setImage:` will internally call its layer's `setContentsTransform:` based on the `image.imageOrientation`. + // The `contentsTransform` will affect layer rendering rotation because the CGImage's bitmap buffer does not actually take rotation. + // However, when calling `setImage:nil`, this `contentsTransform` will not be reset to identity. + // Further animation frame will be rendered as rotated. So we must set it to the poster image to clear the previous state. + // See more here: https://github.com/Flipboard/FLAnimatedImage/issues/100 + super.image = animatedImage.posterImage; + // Clear out the image. + super.image = nil; + } + // Ensure disabled highlighting; it's not supported (see `-setHighlighted:`). + super.highlighted = NO; + // UIImageView seems to bypass some accessors when calculating its intrinsic content size, so this ensures its intrinsic content size comes from the animated image. + [self invalidateIntrinsicContentSize]; + } else { + // Stop animating before the animated image gets cleared out. + [self stopAnimating]; + } + + _animatedImage = animatedImage; + + self.currentFrame = animatedImage.posterImage; + self.currentFrameIndex = 0; + if (animatedImage.loopCount > 0) { + self.loopCountdown = animatedImage.loopCount; + } else { + self.loopCountdown = NSUIntegerMax; + } + self.accumulator = 0.0; + + // Start animating after the new animated image has been set. + [self updateShouldAnimate]; + if (self.shouldAnimate) { + [self startAnimating]; + } + + [self.layer setNeedsDisplay]; + } +} + + +#pragma mark - Life Cycle + +- (void)dealloc +{ + // Removes the display link from all run loop modes. + [_displayLink invalidate]; +} + + +#pragma mark - UIView Method Overrides +#pragma mark Observing View-Related Changes + +- (void)didMoveToSuperview +{ + [super didMoveToSuperview]; + + [self updateShouldAnimate]; + if (self.shouldAnimate) { + [self startAnimating]; + } else { + [self stopAnimating]; + } +} + + +- (void)didMoveToWindow +{ + [super didMoveToWindow]; + + [self updateShouldAnimate]; + if (self.shouldAnimate) { + [self startAnimating]; + } else { + [self stopAnimating]; + } +} + +- (void)setAlpha:(CGFloat)alpha +{ + [super setAlpha:alpha]; + + [self updateShouldAnimate]; + if (self.shouldAnimate) { + [self startAnimating]; + } else { + [self stopAnimating]; + } +} + +- (void)setHidden:(BOOL)hidden +{ + [super setHidden:hidden]; + + [self updateShouldAnimate]; + if (self.shouldAnimate) { + [self startAnimating]; + } else { + [self stopAnimating]; + } +} + + +#pragma mark Auto Layout + +- (CGSize)intrinsicContentSize +{ + // Default to let UIImageView handle the sizing of its image, and anything else it might consider. + CGSize intrinsicContentSize = [super intrinsicContentSize]; + + // If we have have an animated image, use its image size. + // UIImageView's intrinsic content size seems to be the size of its image. The obvious approach, simply calling `-invalidateIntrinsicContentSize` when setting an animated image, results in UIImageView steadfastly returning `{UIViewNoIntrinsicMetric, UIViewNoIntrinsicMetric}` for its intrinsicContentSize. + // (Perhaps UIImageView bypasses its `-image` getter in its implementation of `-intrinsicContentSize`, as `-image` is not called after calling `-invalidateIntrinsicContentSize`.) + if (self.animatedImage) { + intrinsicContentSize = self.image.size; + } + + return intrinsicContentSize; +} + + +#pragma mark - UIImageView Method Overrides +#pragma mark Image Data + +- (UIImage *)image +{ + UIImage *image = nil; + if (self.animatedImage) { + // Initially set to the poster image. + image = self.currentFrame; + } else { + image = super.image; + } + return image; +} + + +- (void)setImage:(UIImage *)image +{ + if (image) { + // Clear out the animated image and implicitly pause animation playback. + self.animatedImage = nil; + } + + super.image = image; +} + + +#pragma mark Animating Images + +- (NSTimeInterval)frameDelayGreatestCommonDivisor +{ + // Presision is set to half of the `kFLAnimatedImageDelayTimeIntervalMinimum` in order to minimize frame dropping. + const NSTimeInterval kGreatestCommonDivisorPrecision = 2.0 / kFLAnimatedImageDelayTimeIntervalMinimum; + + NSArray *const delays = self.animatedImage.delayTimesForIndexes.allValues; + + // Scales the frame delays by `kGreatestCommonDivisorPrecision` + // then converts it to an UInteger for in order to calculate the GCD. + NSUInteger scaledGCD = lrint([delays.firstObject floatValue] * kGreatestCommonDivisorPrecision); + for (NSNumber *value in delays) { + scaledGCD = gcd(lrint([value floatValue] * kGreatestCommonDivisorPrecision), scaledGCD); + } + + // Reverse to scale to get the value back into seconds. + return (double)scaledGCD / kGreatestCommonDivisorPrecision; +} + + +static NSUInteger gcd(NSUInteger a, NSUInteger b) +{ + // http://en.wikipedia.org/wiki/Greatest_common_divisor + if (a < b) { + return gcd(b, a); + } else if (a == b) { + return b; + } + + while (true) { + const NSUInteger remainder = a % b; + if (remainder == 0) { + return b; + } + a = b; + b = remainder; + } +} + + +- (void)startAnimating +{ + if (self.animatedImage) { + // Lazily create the display link. + if (!self.displayLink) { + // It is important to note the use of a weak proxy here to avoid a retain cycle. `-displayLinkWithTarget:selector:` + // will retain its target until it is invalidated. We use a weak proxy so that the image view will get deallocated + // independent of the display link's lifetime. Upon image view deallocation, we invalidate the display + // link which will lead to the deallocation of both the display link and the weak proxy. + FLWeakProxy *weakProxy = [FLWeakProxy weakProxyForObject:self]; + self.displayLink = [CADisplayLink displayLinkWithTarget:weakProxy selector:@selector(displayDidRefresh:)]; + + [self.displayLink addToRunLoop:[NSRunLoop mainRunLoop] forMode:self.runLoopMode]; + } + + if (@available(iOS 10, *)) { + // Adjusting preferredFramesPerSecond allows us to skip unnecessary calls to displayDidRefresh: when showing GIFs + // that don't animate quickly. Use ceil to err on the side of too many FPS so we don't miss a frame transition moment. + self.displayLink.preferredFramesPerSecond = ceil(1.0 / [self frameDelayGreatestCommonDivisor]); + } else { + const NSTimeInterval kDisplayRefreshRate = 60.0; // 60Hz + self.displayLink.frameInterval = MAX([self frameDelayGreatestCommonDivisor] * kDisplayRefreshRate, 1); + } + self.displayLink.paused = NO; + } else { + [super startAnimating]; + } +} + +- (void)setRunLoopMode:(NSRunLoopMode)runLoopMode +{ + if (![@[NSDefaultRunLoopMode, NSRunLoopCommonModes] containsObject:runLoopMode]) { + NSAssert(NO, @"Invalid run loop mode: %@", runLoopMode); + _runLoopMode = [[self class] defaultRunLoopMode]; + } else { + _runLoopMode = runLoopMode; + } +} + +- (void)stopAnimating +{ + if (self.animatedImage) { + self.displayLink.paused = YES; + } else { + [super stopAnimating]; + } +} + + +- (BOOL)isAnimating +{ + BOOL isAnimating = NO; + if (self.animatedImage) { + isAnimating = self.displayLink && !self.displayLink.isPaused; + } else { + isAnimating = [super isAnimating]; + } + return isAnimating; +} + + +#pragma mark Highlighted Image Unsupport + +- (void)setHighlighted:(BOOL)highlighted +{ + // Highlighted image is unsupported for animated images, but implementing it breaks the image view when embedded in a UICollectionViewCell. + if (!self.animatedImage) { + [super setHighlighted:highlighted]; + } +} + + +#pragma mark - Private Methods +#pragma mark Animation + +// Don't repeatedly check our window & superview in `-displayDidRefresh:` for performance reasons. +// Just update our cached value whenever the animated image or visibility (window, superview, hidden, alpha) is changed. +- (void)updateShouldAnimate +{ + const BOOL isVisible = self.window && self.superview && ![self isHidden] && self.alpha > 0.0; + self.shouldAnimate = self.animatedImage && isVisible; +} + + +- (void)displayDidRefresh:(CADisplayLink *)displayLink +{ + // If for some reason a wild call makes it through when we shouldn't be animating, bail. + // Early return! + if (!self.shouldAnimate) { + FLLog(FLLogLevelWarn, @"Trying to animate image when we shouldn't: %@", self); + return; + } + + NSNumber *_Nullable const delayTimeNumber = [self.animatedImage.delayTimesForIndexes objectForKey:@(self.currentFrameIndex)]; + // If we don't have a frame delay (e.g. corrupt frame), don't update the view but skip the playhead to the next frame (in else-block). + if (delayTimeNumber != nil) { + const NSTimeInterval delayTime = [delayTimeNumber floatValue]; + // If we have a nil image (e.g. waiting for frame), don't update the view nor playhead. + UIImage *_Nullable const image = [self.animatedImage imageLazilyCachedAtIndex:self.currentFrameIndex]; + if (image) { + FLLog(FLLogLevelVerbose, @"Showing frame %lu for animated image: %@", (unsigned long)self.currentFrameIndex, self.animatedImage); + self.currentFrame = image; + if (self.needsDisplayWhenImageBecomesAvailable) { + [self.layer setNeedsDisplay]; + self.needsDisplayWhenImageBecomesAvailable = NO; + } + + if (@available(iOS 10, *)) { + self.accumulator += displayLink.targetTimestamp - CACurrentMediaTime(); + } else { + self.accumulator += displayLink.duration * (NSTimeInterval)displayLink.frameInterval; + } + + // While-loop first inspired by & good Karma to: https://github.com/ondalabs/OLImageView/blob/master/OLImageView.m + while (self.accumulator >= delayTime) { + self.accumulator -= delayTime; + self.currentFrameIndex++; + if (self.currentFrameIndex >= self.animatedImage.frameCount) { + // If we've looped the number of times that this animated image describes, stop looping. + self.loopCountdown--; + if (self.loopCompletionBlock) { + self.loopCompletionBlock(self.loopCountdown); + } + + if (self.loopCountdown == 0) { + [self stopAnimating]; + return; + } + self.currentFrameIndex = 0; + } + // Calling `-setNeedsDisplay` will just paint the current frame, not the new frame that we may have moved to. + // Instead, set `needsDisplayWhenImageBecomesAvailable` to `YES` -- this will paint the new image once loaded. + self.needsDisplayWhenImageBecomesAvailable = YES; + } + } else { + FLLog(FLLogLevelDebug, @"Waiting for frame %lu for animated image: %@", (unsigned long)self.currentFrameIndex, self.animatedImage); +#if defined(DEBUG) && DEBUG + if ([self.debug_delegate respondsToSelector:@selector(debug_animatedImageView:waitingForFrame:duration:)]) { + if (@available(iOS 10, *)) { + [self.debug_delegate debug_animatedImageView:self waitingForFrame:self.currentFrameIndex duration:displayLink.targetTimestamp - CACurrentMediaTime()]; + } else { + [self.debug_delegate debug_animatedImageView:self waitingForFrame:self.currentFrameIndex duration:displayLink.duration * (NSTimeInterval)displayLink.frameInterval]; + } + } +#endif + } + } else { + self.currentFrameIndex++; + } +} + ++ (NSRunLoopMode)defaultRunLoopMode +{ + // Key off `activeProcessorCount` (as opposed to `processorCount`) since the system could shut down cores in certain situations. + return [NSProcessInfo processInfo].activeProcessorCount > 1 ? NSRunLoopCommonModes : NSDefaultRunLoopMode; +} + + +#pragma mark - CALayerDelegate (Informal) +#pragma mark Providing the Layer's Content + +- (void)displayLayer:(CALayer *)layer +{ + layer.contents = (__bridge id)self.image.CGImage; +} + + +@end diff --git a/Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImage.h b/Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImage.h new file mode 100644 index 0000000..0dd731c --- /dev/null +++ b/Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImage.h @@ -0,0 +1,83 @@ +// +// FLAnimatedImage.h +// Flipboard +// +// Created by Raphael Schaad on 7/8/13. +// Copyright (c) Flipboard. All rights reserved. +// + + +#import + +// Allow user classes conveniently just importing one header. +#import "FLAnimatedImageView.h" + +#ifndef NS_DESIGNATED_INITIALIZER + #if __has_attribute(objc_designated_initializer) + #define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer)) + #else + #define NS_DESIGNATED_INITIALIZER + #endif +#endif + +extern const NSTimeInterval kFLAnimatedImageDelayTimeIntervalMinimum; + +// +// An `FLAnimatedImage`'s job is to deliver frames in a highly performant way and works in conjunction with `FLAnimatedImageView`. +// It subclasses `NSObject` and not `UIImage` because it's only an "image" in the sense that a sea lion is a lion. +// It tries to intelligently choose the frame cache size depending on the image and memory situation with the goal to lower CPU usage for smaller ones, lower memory usage for larger ones and always deliver frames for high performant play-back. +// Note: `posterImage`, `size`, `loopCount`, `delayTimes` and `frameCount` don't change after successful initialization. +// +@interface FLAnimatedImage : NSObject + +@property (nonatomic, strong, readonly) UIImage *posterImage; // Guaranteed to be loaded; usually equivalent to `-imageLazilyCachedAtIndex:0` +@property (nonatomic, assign, readonly) CGSize size; // The `.posterImage`'s `.size` + +@property (nonatomic, assign, readonly) NSUInteger loopCount; // "The number of times to repeat an animated sequence." according to ImageIO (note the slightly different definition to Netscape 2.0 Loop Extension); 0 means repeating the animation forever +@property (nonatomic, strong, readonly) NSDictionary *delayTimesForIndexes; // Of type `NSTimeInterval` boxed in `NSNumber`s +@property (nonatomic, assign, readonly) NSUInteger frameCount; // Number of valid frames; equal to `[.delayTimes count]` + +@property (nonatomic, assign, readonly) NSUInteger frameCacheSizeCurrent; // Current size of intelligently chosen buffer window; can range in the interval [1..frameCount] +@property (nonatomic, assign) NSUInteger frameCacheSizeMax; // Allow to cap the cache size; 0 means no specific limit (default) + +// Intended to be called from main thread synchronously; will return immediately. +// If the result isn't cached, will return `nil`; the caller should then pause playback, not increment frame counter and keep polling. +// After an initial loading time, depending on `frameCacheSize`, frames should be available immediately from the cache. +- (UIImage *)imageLazilyCachedAtIndex:(NSUInteger)index; + +// Pass either a `UIImage` or an `FLAnimatedImage` and get back its size ++ (CGSize)sizeForImage:(id)image; + +// On success, the initializers return an `FLAnimatedImage` with all fields initialized, on failure they return `nil` and an error will be logged. +- (instancetype)initWithAnimatedGIFData:(NSData *)data; +// Pass 0 for optimalFrameCacheSize to get the default, predrawing is enabled by default. +- (instancetype)initWithAnimatedGIFData:(NSData *)data optimalFrameCacheSize:(NSUInteger)optimalFrameCacheSize predrawingEnabled:(BOOL)isPredrawingEnabled NS_DESIGNATED_INITIALIZER; ++ (instancetype)animatedImageWithGIFData:(NSData *)data; + +@property (nonatomic, strong, readonly) NSData *data; // The data the receiver was initialized with; read-only + +@end + +typedef NS_ENUM(NSUInteger, FLLogLevel) { + FLLogLevelNone = 0, + FLLogLevelError, + FLLogLevelWarn, + FLLogLevelInfo, + FLLogLevelDebug, + FLLogLevelVerbose +}; + +@interface FLAnimatedImage (Logging) + ++ (void)setLogBlock:(void (^)(NSString *logString, FLLogLevel logLevel))logBlock logLevel:(FLLogLevel)logLevel; ++ (void)logStringFromBlock:(NSString *(^)(void))stringBlock withLevel:(FLLogLevel)level; + +@end + +#define FLLog(logLevel, format, ...) [FLAnimatedImage logStringFromBlock:^NSString *{ return [NSString stringWithFormat:(format), ## __VA_ARGS__]; } withLevel:(logLevel)] + +@interface FLWeakProxy : NSProxy + ++ (instancetype)weakProxyForObject:(id)targetObject; + +@end diff --git a/Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImageView.h b/Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImageView.h new file mode 100644 index 0000000..8884e53 --- /dev/null +++ b/Pods/FLAnimatedImage/FLAnimatedImage/include/FLAnimatedImageView.h @@ -0,0 +1,36 @@ +// +// FLAnimatedImageView.h +// Flipboard +// +// Created by Raphael Schaad on 7/8/13. +// Copyright (c) Flipboard. All rights reserved. +// + + +#import + +@class FLAnimatedImage; +@protocol FLAnimatedImageViewDebugDelegate; + + +// +// An `FLAnimatedImageView` can take an `FLAnimatedImage` and plays it automatically when in view hierarchy and stops when removed. +// The animation can also be controlled with the `UIImageView` methods `-start/stop/isAnimating`. +// It is a fully compatible `UIImageView` subclass and can be used as a drop-in component to work with existing code paths expecting to display a `UIImage`. +// Under the hood it uses a `CADisplayLink` for playback, which can be inspected with `currentFrame` & `currentFrameIndex`. +// +@interface FLAnimatedImageView : UIImageView + +// Setting `[UIImageView.image]` to a non-`nil` value clears out existing `animatedImage`. +// And vice versa, setting `animatedImage` will initially populate the `[UIImageView.image]` to its `posterImage` and then start animating and hold `currentFrame`. +@property (nonatomic, strong) FLAnimatedImage *animatedImage; +@property (nonatomic, copy) void(^loopCompletionBlock)(NSUInteger loopCountRemaining); + +@property (nonatomic, strong, readonly) UIImage *currentFrame; +@property (nonatomic, assign, readonly) NSUInteger currentFrameIndex; + +// The animation runloop mode. Enables playback during scrolling by allowing timer events (i.e. animation) with NSRunLoopCommonModes. +// To keep scrolling smooth on single-core devices such as iPhone 3GS/4 and iPod Touch 4th gen, the default run loop mode is NSDefaultRunLoopMode. Otherwise, the default is NSDefaultRunLoopMode. +@property (nonatomic, copy) NSRunLoopMode runLoopMode; + +@end diff --git a/Pods/FLAnimatedImage/LICENSE b/Pods/FLAnimatedImage/LICENSE new file mode 100644 index 0000000..632653f --- /dev/null +++ b/Pods/FLAnimatedImage/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016 Flipboard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Pods/FLAnimatedImage/README.md b/Pods/FLAnimatedImage/README.md new file mode 100644 index 0000000..79c1d85 --- /dev/null +++ b/Pods/FLAnimatedImage/README.md @@ -0,0 +1,122 @@ +# [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Flipboard/FLAnimatedImage/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Flipboard/FLAnimatedImage/pulls) + +FLAnimatedImage is a performant animated GIF engine for iOS: + +- Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers +- Honors variable frame delays +- Behaves gracefully under memory pressure +- Eliminates delays or blocking during the first playback loop +- Interprets the frame delays of fast GIFs the same way modern browsers do + +It's a well-tested [component that powers all GIFs in Flipboard](http://engineering.flipboard.com/2014/05/animated-gif). To understand its behavior it comes with an interactive demo: + +![Flipboard playing multiple GIFs](https://github.com/Flipboard/FLAnimatedImage/raw/master/images/flanimatedimage-demo-player.gif) + +## Who is this for? + +- Apps that don't support animated GIFs yet +- Apps that already support animated GIFs but want a higher performance solution +- People who want to tinker with the code ([the corresponding blog post](http://engineering.flipboard.com/2014/05/animated-gif/) is a great place to start; also see the *To Do* section below) + +## Installation & Usage + +FLAnimatedImage is a well-encapsulated drop-in component. Simply replace your `UIImageView` instances with instances of `FLAnimatedImageView` to get animated GIF support. There is no central cache or state to manage. + +If using CocoaPods, the quickest way to try it out is to type this on the command line: + +```shell +$ pod try FLAnimatedImage +``` + +To add it to your app, copy the two classes `FLAnimatedImage.h/.m` and `FLAnimatedImageView.h/.m` into your Xcode project or add via [CocoaPods](http://cocoapods.org) by adding this to your Podfile: + +```ruby +pod 'FLAnimatedImage', '~> 1.0' +``` + +If using [Carthage](https://github.com/Carthage/Carthage), add the following line into your `Cartfile` + +``` +github "Flipboard/FLAnimatedImage" +``` + +If using [Swift Package Manager](https://github.com/apple/swift-package-manager), add the following to your `Package.swift` or add via XCode: + +```swift +dependencies: [ + .package(url: "https://github.com/Flipboard/FLAnimatedImage.git", .upToNextMajor(from: "1.0.16")) +], +targets: [ + .target(name: "TestProject", dependencies: ["FLAnimatedImage""]) +] +``` + +In your code, `#import "FLAnimatedImage.h"`, create an image from an animated GIF, and setup the image view to display it: + +```objective-c +FLAnimatedImage *image = [FLAnimatedImage animatedImageWithGIFData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"]]]; +FLAnimatedImageView *imageView = [[FLAnimatedImageView alloc] init]; +imageView.animatedImage = image; +imageView.frame = CGRectMake(0.0, 0.0, 100.0, 100.0); +[self.view addSubview:imageView]; +``` + +It's flexible to integrate in your custom image loading stack and backwards compatible to iOS 9. + +It uses ARC and the Apple frameworks `QuartzCore`, `ImageIO`, `MobileCoreServices`, and `CoreGraphics`. + +It is capable of fine-grained logging. A block can be set on `FLAnimatedImage` that's invoked when logging occurs with various log levels via the `+setLogBlock:logLevel:` method. For example: + +```objective-c +// Set up FLAnimatedImage logging. +[FLAnimatedImage setLogBlock:^(NSString *logString, FLLogLevel logLevel) { + // Using NSLog + NSLog(@"%@", logString); + + // ...or CocoaLumberjackLogger only logging warnings and errors + if (logLevel == FLLogLevelError) { + DDLogError(@"%@", logString); + } else if (logLevel == FLLogLevelWarn) { + DDLogWarn(@"%@", logString); + } +} logLevel:FLLogLevelWarn]; +``` + +Since FLAnimatedImage is licensed under MIT, it's compatible with the terms of using it for any app on the App Store. + +## Release process +1. Bump version in `FLAnimatedImage.podspec`, update CHANGES, and commit. +2. Tag commit with `> git tag -a -m ""` and `> git push --tags`. +3. [Submit Podspec to Trunk with](https://guides.cocoapods.org/making/specs-and-specs-repo.html#how-do-i-update-an-existing-pod) `> pod trunk push FLAnimatedImage.podspec` ([ensure you're auth'ed](https://guides.cocoapods.org/making/getting-setup-with-trunk.html#getting-started)). +## To Do +- Support other animated image formats such as APNG or WebP (WebP support implemented [here](https://github.com/Flipboard/FLAnimatedImage/pull/86)) +- Integration into network libraries and image caches +- Investigate whether `FLAnimatedImage` should become a `UIImage` subclass +- Smarter buffering +- Bring demo app to iPhone + +This code has successfully shipped to many people as is, but please do come with your questions, issues and pull requests! + +## Select apps using FLAnimatedImage +(alphabetically) + +- [Close-up](http://closeu.pe) +- [Design Shots](https://itunes.apple.com/app/id792517951) +- [Dropbox](https://www.dropbox.com) +- [Dumpert](http://dumpert.nl) +- [Ello](https://ello.co/) +- [Facebook](https://facebook.com) +- [Flipboard](https://flipboard.com) +- [getGIF](https://itunes.apple.com/app/id964784701) +- [Gifalicious](https://itunes.apple.com/us/app/gifalicious-see-your-gifs/id965346708?mt=8) +- [HashPhotos](https://itunes.apple.com/app/id685784609) +- [Instagram](https://www.instagram.com/) +- [LiveBooth](http://www.liveboothapp.com) +- [lWlVl Festival](http://lwlvl.com) +- [Medium](https://medium.com) +- [Pinterest](https://pinterest.com) +- [Slack](https://slack.com/) +- [Telegram](https://telegram.org/) +- [Zip Code Finder](https://itunes.apple.com/app/id893031254) + +If you're using FLAnimatedImage in your app, please open a PR to add it to this list! diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 6cf152c..32194f2 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -89,6 +89,8 @@ PODS: - BRPickerView/TextPicker (2.9.1): - BRPickerView/Core - Bugly (2.6.1) + - DZNEmptyDataSet (1.8.1) + - FLAnimatedImage (1.0.17) - FMDB (2.7.12): - FMDB/standard (= 2.7.12) - FMDB/Core (2.7.12) @@ -189,6 +191,9 @@ PODS: - SVGAPlayer/ProtoFiles - SVGAPlayer/ProtoFiles (2.5.7): - Protobuf (~> 3.4) + - SVProgressHUD (2.3.1): + - SVProgressHUD/Core (= 2.3.1) + - SVProgressHUD/Core (2.3.1) - TencentCloudHuiyanSDKFace_framework (8.7.0) - TIMCommon (8.5.6864): - Masonry @@ -222,6 +227,8 @@ PODS: - TZImagePickerController/Basic (3.8.8) - TZImagePickerController/Location (3.8.8) - WechatOpenSDK-XCFramework (2.0.4) + - XHLaunchAd (3.9.12): + - FLAnimatedImage (~> 1.0.12) - YBImageBrowser (3.0.9): - YBImageBrowser/Core (= 3.0.9) - YBImageBrowser/Core (3.0.9): @@ -254,6 +261,7 @@ DEPENDENCIES: - AvoidCrash - BRPickerView - Bugly + - DZNEmptyDataSet - FMDB - IQKeyboardManager - JXCategoryView @@ -269,6 +277,7 @@ DEPENDENCIES: - SDWebImage - SDWebImageWebPCoder - SVGAPlayer + - SVProgressHUD - TencentCloudHuiyanSDKFace_framework (from `./TencentCloudHuiyanSDKFace_framework`) - TIMCommon (from `./TUIKit/TIMCommon`) - TIMPush @@ -277,6 +286,7 @@ DEPENDENCIES: - TUICore (from `./TUIKit/TUICore`) - TZImagePickerController - WechatOpenSDK-XCFramework (~> 2.0.2) + - XHLaunchAd - YBImageBrowser (~> 3.0.9) - YBImageBrowser/Video - YYCache @@ -298,6 +308,8 @@ SPEC REPOS: - AvoidCrash - BRPickerView - Bugly + - DZNEmptyDataSet + - FLAnimatedImage - FMDB - IQKeyboardManager - JXCategoryView @@ -318,10 +330,12 @@ SPEC REPOS: - SDWebImageWebPCoder - SSZipArchive - SVGAPlayer + - SVProgressHUD - TIMPush - TXIMSDK_Plus_iOS_XCFramework - TZImagePickerController - WechatOpenSDK-XCFramework + - XHLaunchAd - YBImageBrowser - YYCache - YYCategories @@ -354,6 +368,8 @@ SPEC CHECKSUMS: AvoidCrash: 28c6916fe19bd2b84126b8dec7cbe61c9a12741d BRPickerView: 6dd69ea2c48e0a0abf1d197a705050e13143ee63 Bugly: 217ac2ce5f0f2626d43dbaa4f70764c953a26a31 + DZNEmptyDataSet: 9525833b9e68ac21c30253e1d3d7076cc828eaa7 + FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b FMDB: 728731dd336af3936ce00f91d9d8495f5718a0e6 IQKeyboardManager: c8665b3396bd0b79402b4c573eac345a31c7d485 JXCategoryView: 262d503acea0b1278c79a1c25b7332ffaef4d518 @@ -374,6 +390,7 @@ SPEC CHECKSUMS: SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef SVGAPlayer: 318b85a78b61292d6ae9dfcd651f3f0d1cdadd86 + SVProgressHUD: 4837c74bdfe2e51e8821c397825996a8d7de6e22 TencentCloudHuiyanSDKFace_framework: 1a9398776aac617c2ea7e580fbaf797be96256e1 TIMCommon: 23ed3f287fe194ce5139ce421f96cfb81232562f TIMPush: e1d85ff0ee0c22cc3f51010ddd8de5316d60102c @@ -383,6 +400,7 @@ SPEC CHECKSUMS: TXIMSDK_Plus_iOS_XCFramework: ae200b67e618fef504947de6551b127d35b18d67 TZImagePickerController: d084a7b97c82d387e7669dd86dc9a9057500aacf WechatOpenSDK-XCFramework: 36fb2bea0754266c17184adf4963d7e6ff98b69f + XHLaunchAd: 6320f9c68732667323072fc3a5f104e40fbe9cfe YBImageBrowser: 7ecc8bf33ffa5f3b94c397c29b4f3638dd37f527 YYCache: 8105b6638f5e849296c71f331ff83891a4942952 YYCategories: 6bcd4314c6661a561410dce4a793379ebd306abd @@ -392,6 +410,6 @@ SPEC CHECKSUMS: YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 Zip: b3fef584b147b6e582b2256a9815c897d60ddc67 -PODFILE CHECKSUM: 0bc5dc8150dc827b074af9f826d3454f1feacf07 +PODFILE CHECKSUM: 068f3e03c3d864b09a8c3ffbb0275bbd06bd6ed7 COCOAPODS: 1.16.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index b1dcdd2..2d22f0e 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -14,7 +14,7 @@ 4ADCCF1EE25517194697A524ABEDD36C /* [CP] Copy XCFrameworks */, ); dependencies = ( - 7DD0EA943F8CD743D13C000DA9DBE791 /* PBXTargetDependency */, + 5E39F5B16C6D83E53F3326DB430A93A6 /* PBXTargetDependency */, ); name = AgoraRtcEngine_iOS; }; @@ -45,8 +45,8 @@ 7CB7B2472D4FF364431A91266B098CD8 /* [CP] Copy XCFrameworks */, ); dependencies = ( - 93C32D3DD3C94BD8E2298593899D8D49 /* PBXTargetDependency */, - 5364DABCD79D6C21B15F9FF6E181C7C2 /* PBXTargetDependency */, + 16B83D3D05FC53F48EC82B4BA406559D /* PBXTargetDependency */, + FFA745637750A8FF4DB0A2BC40BCF204 /* PBXTargetDependency */, ); name = TIMPush; }; @@ -90,7403 +90,7591 @@ }; BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */ = { isa = PBXAggregateTarget; - buildConfigurationList = A4FE0284AED92AD478DAE26325262701 /* Build configuration list for PBXAggregateTarget "TXIMSDK_Plus_iOS_XCFramework" */; + buildConfigurationList = CADE4C31BE58C1D04B99EAEB03606A91 /* Build configuration list for PBXAggregateTarget "TXIMSDK_Plus_iOS_XCFramework" */; buildPhases = ( - 30E6A5903DBDCB0E267C5812402F6798 /* [CP] Copy XCFrameworks */, + 7BC77B0DC0F92536BB3FA562EDC12A75 /* [CP] Copy XCFrameworks */, ); dependencies = ( - FC37B04DACD3EC54B63B172959948082 /* PBXTargetDependency */, + CD8D00E163579626F6713F87FA2EBD45 /* PBXTargetDependency */, ); name = TXIMSDK_Plus_iOS_XCFramework; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000B7CF92F1A0FC654C3FD59E8D83952 /* IQPreviousNextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9348D4F60D56C673A7CEA33E823944 /* IQPreviousNextView.m */; }; - 001C815094D6B4900DBE37250C9AB4FC /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = B28DB461D2927E771DBAFDC89DBA4548 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 00345A5B548DC8E3DD07540DC32236C5 /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = AF185AB44875D71E62BF2E58ED0F4C88 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 000B7CF92F1A0FC654C3FD59E8D83952 /* IQPreviousNextView.m in Sources */ = {isa = PBXBuildFile; fileRef = D31506A7E7D63633469AE626EBFEF912 /* IQPreviousNextView.m */; }; 005FEB6651D89DCD98B097B506109A93 /* TUICircleLodingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 30C63F6B88C0F8AD4486A67AF2F2E024 /* TUICircleLodingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0060E387D081C9907ABDC8FB23F7E32D /* LLNetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 08574C1EB9E14AE1574467A04F81844C /* LLNetworkHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0066C9BDBCB5DB47CB2A1DAB18E8A1EF /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC8C16342A53C061414E552D24448B80 /* CoreText.framework */; }; - 009A101C6D6749EEE990C935A028904B /* UICollectionReusableView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C075B5F84B5C8E31A0BA81C62F891D /* UICollectionReusableView+RACSignalSupport.m */; }; + 0060E387D081C9907ABDC8FB23F7E32D /* LLNetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B2734DFDEF38B60B3ABFC8434E2323 /* LLNetworkHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0066C9BDBCB5DB47CB2A1DAB18E8A1EF /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C5534774A3CEE59A25B5F84665416721 /* CoreText.framework */; }; + 0078C90AF8E3B24BBEE613E0D87BB0BB /* QCloudSupervisorySession.m in Sources */ = {isa = PBXBuildFile; fileRef = B9D6CA91A12FD45ABB03D35E5A653196 /* QCloudSupervisorySession.m */; }; + 00898C1B71E5C788CE0D4AD9212A05A2 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 291B04650B46310562E293922F80C846 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 008AFBEAF955E2B67BD7E3BDF12EA7F4 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B200DE611C6BD5C4A2511162575C638C /* AssetsLibrary.framework */; }; + 009A101C6D6749EEE990C935A028904B /* UICollectionReusableView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FB5C2975282444C5C2154585EB0C117F /* UICollectionReusableView+RACSignalSupport.m */; }; + 00A7346EAB1CEA7E6AB0C38413415E97 /* QCloudUniversalAdjustablePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 29B8DBC48DD15676F9D11894E398B07B /* QCloudUniversalAdjustablePath.h */; settings = {ATTRIBUTES = (Public, ); }; }; 00BA2C589C3649A1B348646907D50F58 /* TUIConversationMultiChooseView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DE96672AACB04189F4CD3F67F9D2112 /* TUIConversationMultiChooseView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; 00C9A2BBFA9ED96808F00E2BEE3E369D /* TUIMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FBFBF1657F4C8B08A3A6870AFFF5457 /* TUIMessageCellData.m */; }; 00CF55F985DF473F038B26D4BBD1B974 /* TUIReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C84846E5D81455F1F75911720D9FF9 /* TUIReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01014DE40BF934E31158FE88DCFAA456 /* LLAppInfoComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE88D31598BBC877C31F1ED9C43BBD7 /* LLAppInfoComponent.m */; }; - 010C441BAA16841E8795F6384901AF58 /* OSSIPv6Adapter.m in Sources */ = {isa = PBXBuildFile; fileRef = B7B9417ADC72AFB9DB5C0C63BD184A23 /* OSSIPv6Adapter.m */; }; + 00E63F125D2FBF01097D1178B4FFE5D6 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FEEA11B0D456E437444585721F9AF92 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 01014DE40BF934E31158FE88DCFAA456 /* LLAppInfoComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B946719A96B40ADBA26741A6E6B342A /* LLAppInfoComponent.m */; }; + 010C441BAA16841E8795F6384901AF58 /* OSSIPv6Adapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 75020CE19E1B7970D8ACADD9977F1E64 /* OSSIPv6Adapter.m */; }; + 0121B00A792F50E2C982A9AA759F005C /* OfflinePushExtBusinessInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 05BC9D17EBBB0C644FBB473A801A365D /* OfflinePushExtBusinessInfo.m */; }; 0122945EEB0ED2711D042289DF417EA0 /* TUIFaceMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 202BB8B880446B1F9B7C7708BF26FDD1 /* TUIFaceMessageCell_Minimalist.m */; }; - 01285ABEB9326C59B161E94A330219EC /* ZipUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4966ADEB527BE45F20A76208929346C /* ZipUtilities.swift */; }; - 01337B28102993C3FDD41D9A2E0AFAB2 /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF0F2326528DDC9C23F31E0F7DC083C /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 017169EFCF339B59B9259F2496C0F51C /* YYLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A78B1221D5E139D0A1043307E3391C8 /* YYLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0188022A2DD38A056E13D07973F7FC21 /* LLTitleViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ACD2A903B7EDBEB11059E6E059F552D /* LLTitleViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01AD9C4D5168F89B9844CB3E46072DE7 /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E38BF12D23CB438D23EBF8BE915E93B /* NSObject+RACDescription.m */; }; - 01B2E81FBD9A6D179150C9130B2C1807 /* UIRefreshControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 935DE90A8B2DAD1AAC40EBFB11032967 /* UIRefreshControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01FCBA3480BF4F485F07F1C7B25B88D6 /* NSObject+YBImageBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDF4D4EC1EC60F6DB319427A41A087C /* NSObject+YBImageBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 020FEDA58170EE1ABDF9E268D373CF4F /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDC68FC5971701721E0F5AF722A2623B /* JXCategoryNumberView.m */; }; + 01337B28102993C3FDD41D9A2E0AFAB2 /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = EA97D6D47CDBA3214BCDB67EC8658594 /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 013EB511842153C28332AF8A8E071AE4 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 06AD389C9F7D216FF8BA8E724B5615F1 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 017169EFCF339B59B9259F2496C0F51C /* YYLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB0BDD4022E8BDB45047A5327F227D9 /* YYLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0188022A2DD38A056E13D07973F7FC21 /* LLTitleViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D06C91AC9C0C3B805E57234C50A2A986 /* LLTitleViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 018F6ABF00DB49C36FBD72837AD99444 /* palette.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B6900872AE5462B36783EA4BF89E32 /* palette.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01AD9C4D5168F89B9844CB3E46072DE7 /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AC80C25574AEE52CB52EC14E571F2F7 /* NSObject+RACDescription.m */; }; + 01B0569DDA02309455BB284424230971 /* UIColor+TUIHexColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 55701518AB4B0314CAA3F1367384D4C2 /* UIColor+TUIHexColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01B2E81FBD9A6D179150C9130B2C1807 /* UIRefreshControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 83AE9D5770ACCC59E554E6C8662FE82E /* UIRefreshControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01B396F3B74D538BE584FF0671376352 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3E3CB782689E1C227545DF241FAA86 /* SDImageCacheDefine.m */; }; + 01D2F1D0ABE13AAB2CDC0C25E378E964 /* FLAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 418B459723D972DAA23C914A976E1EEC /* FLAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01D34EDD0E08F552CE3BE0B6FF932528 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 575074E78BA5B84374BCBBC3FB5D0E69 /* unzip.c */; }; + 01FCBA3480BF4F485F07F1C7B25B88D6 /* NSObject+YBImageBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB3B856E3C3C7CD76BDF7CB4AC78E38 /* NSObject+YBImageBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 020FEDA58170EE1ABDF9E268D373CF4F /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 40B4BB308FA552F0C9CBC59FF495F3BF /* JXCategoryNumberView.m */; }; + 021270D4FBA6A9A46A3C03B9B78B2ECD /* QCloudURLTools.m in Sources */ = {isa = PBXBuildFile; fileRef = 962883BF2C0094FFA504AB59ADF5410B /* QCloudURLTools.m */; }; 0265A0C9B98BF6F89B4666A6CEDC67CB /* TUIGroupInfoController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = FE1BD52BFADEA61D919421EC8D818FBA /* TUIGroupInfoController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02661A0934BC99375198D41EA84CDD7D /* YBIBImageCell+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = EF2443999210E3224CA08A2708F3C289 /* YBIBImageCell+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02661A0934BC99375198D41EA84CDD7D /* YBIBImageCell+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 26185544F3031CF2A213BA6CD7DC2779 /* YBIBImageCell+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0271EB1B8C34CE651AF84DD0E3B3D54B /* TUICloudCustomDataTypeCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E909573FB94FE0B5E7F0DB01A78B32 /* TUICloudCustomDataTypeCenter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02B99127BAED5C8686EEAE82447F697D /* QCloudEncryt.mm in Sources */ = {isa = PBXBuildFile; fileRef = A865E990B35FB6B509984027BE08F592 /* QCloudEncryt.mm */; }; + 0275A8FF7AFDC3BBEE7665FBBC82137D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 01564E9164F62A3FACEBB0B9855FD474 /* PrivacyInfo.xcprivacy */; }; + 027DE3EAC30A69A12C5941DD200EF1C4 /* XHLaunchAd-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 900B31519F9677564DD375580F08B0B4 /* XHLaunchAd-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02AD418F3DE6FBCFF9C84836121FFBE6 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 99A84FAF5413688AB090FBC0642B8FAE /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 02B1291B9CA578FDE12FCFAD0AA09098 /* QCloudServiceConfiguration+Quality.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C96FE99198DD8562023510E839F5CEB /* QCloudServiceConfiguration+Quality.m */; }; 02D53775D779865D05E8AB0B473494EF /* TUIReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CC2904CA0EBAC93330078979CE446BF /* TUIReplyQuoteViewData.m */; }; - 02DE03E3DF22829FE1A08CD0FA2599CF /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2335CA9DB919E6FE3491B0DC6ED22569 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0311146BDD4388D02608B16BC6134DE2 /* MQTTSessionSynchron.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D16A59BD9CAE5F6315D5D8438950C3F /* MQTTSessionSynchron.m */; }; - 03588B938BECEEF89042E2C73159BEA2 /* mz_strm_wzaes.h in Headers */ = {isa = PBXBuildFile; fileRef = EBD0F5528D089B8DFC408C64AB16CF9A /* mz_strm_wzaes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0311146BDD4388D02608B16BC6134DE2 /* MQTTSessionSynchron.m in Sources */ = {isa = PBXBuildFile; fileRef = CD099CD98FD62077408C83851D2C5C05 /* MQTTSessionSynchron.m */; }; + 03588B938BECEEF89042E2C73159BEA2 /* mz_strm_wzaes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6191D8A4751DCC3406AE9D8D00738191 /* mz_strm_wzaes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 035D58BBEBF04765E3880007A91C3D44 /* TUIConversation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B18A0FDCCE2BCD71AF416792C610BE8 /* TUIConversation-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0364A1F6A01A8796595A1E8DD4D5640B /* QCloudResponseSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 99C2CBBFB4379E23C1A56B3F85C4B092 /* QCloudResponseSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 036911D6F5D77958ED413CA122388597 /* XHLaunchAdConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = F1E9D6E2578ADE1C485F97FF59CB0174 /* XHLaunchAdConfiguration.m */; }; + 036C0BC74147D227284C264E2372F711 /* QCloudBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9792EFCCA496AD0513FE1628FEBD05 /* QCloudBundle.h */; settings = {ATTRIBUTES = (Public, ); }; }; 036EA037FB85487AE0CFD0A2E4CBB69C /* TUIConversationConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 68634D709C3E0FBD03E2C8A301E3904C /* TUIConversationConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03A82053D2EBDA7BA24A86FCD5C6884C /* LLNetworkFilterViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7378F8C8FFBE479804EDE124B75AF775 /* LLNetworkFilterViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03A82053D2EBDA7BA24A86FCD5C6884C /* LLNetworkFilterViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D577918AD4F6A70C38DD3287BC37A21 /* LLNetworkFilterViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 03B11B29CC2946837B1AE040C56E3D67 /* TUIChatPopMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = C5E5731040BDA7C46A5E0412A2AC9F24 /* TUIChatPopMenu.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03C32276684A78A3AB9CC8F2448AE408 /* MQTTSessionSynchron.h in Headers */ = {isa = PBXBuildFile; fileRef = F45A4E627872ED9122F86308D2FE0D02 /* MQTTSessionSynchron.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03CAF948B22F4E43727DA1099C58D973 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 5669FF9A1AD09E203C494E22DAE96000 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03C32276684A78A3AB9CC8F2448AE408 /* MQTTSessionSynchron.h in Headers */ = {isa = PBXBuildFile; fileRef = 21B1107385F6D9BECE5DD0956CA93CFF /* MQTTSessionSynchron.h */; settings = {ATTRIBUTES = (Public, ); }; }; 03F2428C9FE1AF75B287A39D46F646FA /* FMDB-FMDB_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 148D9AC15C4A9777E5ACBB46C03FE218 /* FMDB-FMDB_Privacy */; }; 03FC2C70E79680B44353938ADA5B4637 /* TUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 65621BEE3F93FA7DFC7B6FD9300CC4BE /* TUITextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03FF888D16C5484DDD1C3ED4A233043C /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 11A2159ED822A3FD5A308AEBAD81FCE0 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 04228F05F836E7E0C6809341F18409F8 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = F12F3F34A7DE95B22A6457237D49AE54 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 042D818D52B4574BF24F710013A99515 /* LLRouter+ShortCut.h in Headers */ = {isa = PBXBuildFile; fileRef = 5225D77BA4F9A454E29205329E0C01D4 /* LLRouter+ShortCut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0444111BF4AB96C3A12B64159E0E5728 /* YYCategoriesMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 58070842DD72A3D1C0A9C4135133D62C /* YYCategoriesMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 045D1B79D4A0A6C3766E33B8176AE80A /* GCDTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8314AB8D3F9A10F8AC6C7C5C432CDD81 /* GCDTimer.m */; }; - 046C8CF4F5BC1F8F7AEB535E1FB5CFF9 /* TADotView.m in Sources */ = {isa = PBXBuildFile; fileRef = E693E4401A900A1D6F614D2499EACDC6 /* TADotView.m */; }; - 04A6A10D7D31E14B450F8368F54C9A21 /* Svga.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 54895662330D0B655500AE0805959BFA /* Svga.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 042D818D52B4574BF24F710013A99515 /* LLRouter+ShortCut.h in Headers */ = {isa = PBXBuildFile; fileRef = E94D7E8F0CEA4BFEE83A48389709CA24 /* LLRouter+ShortCut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0444111BF4AB96C3A12B64159E0E5728 /* YYCategoriesMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 45668A1CF0FEBDE7CD493E89AA195791 /* YYCategoriesMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 045D1B79D4A0A6C3766E33B8176AE80A /* GCDTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE1AE229A88E47AF040AB38857AF4ED /* GCDTimer.m */; }; + 046C8CF4F5BC1F8F7AEB535E1FB5CFF9 /* TADotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE652AFC7CD020C4C88BDCDF613E068 /* TADotView.m */; }; + 04A6A10D7D31E14B450F8368F54C9A21 /* Svga.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 578D9657565E5BA37CA3D9AC5FE8D2DB /* Svga.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 04BE71321B8DA19CF1683869A64D99CA /* TUIJoinGroupMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BB9B6BCE9C815DF362E7DC0F1CFEFF5 /* TUIJoinGroupMessageCell_Minimalist.m */; }; 04D1BC095B4E3A7F44BADB514002A9FE /* TUIChat_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E862A46EBB0A2B61CF942F373DB8E7E /* TUIChat_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04DA9B183DBDD000F079CBCC78BC8DBD /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 881A35A4B8A8F46F01049907FE90A46E /* SDWebImageCacheSerializer.m */; }; - 04EE87FCC8246E4608BC172E9C9FFE46 /* LLHierarchyHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 172CB44B04B81500A3896C8F1EA66C29 /* LLHierarchyHelper.m */; }; + 04EE87FCC8246E4608BC172E9C9FFE46 /* LLHierarchyHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = C9077563438E899C02963D0C378304B3 /* LLHierarchyHelper.m */; }; 0510DA7DC69F1F3AD18B5CD84760F1CC /* TUIJoinGroupMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E0BAB2367D690A75FFCD2C3E3E476B /* TUIJoinGroupMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 051BFF41E9634A74BC175E28E5550AF3 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = F3C9D18D3EE2FAA5AFB2542B90E246A4 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0522FA5AF95D589B84A2B57A19F050BD /* TUIMessageMultiChooseView.m in Sources */ = {isa = PBXBuildFile; fileRef = F72A0DD575031488E86ADFFE85794378 /* TUIMessageMultiChooseView.m */; }; - 052ACFE9C87A7A8738AC8CCB3D5D418C /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = 243DC8BA4219B00A2990C1B28A76E955 /* GPBUnknownField.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0539344547B401F1BEBFE46D6B96B1DD /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 82D0B465906E5E076DB9061E7138AB4D /* PrivacyInfo.xcprivacy */; }; - 054C3B2C429E6F3BDCDA2A480D917F51 /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 42C728A59C0AE226E37593713492404B /* RACMulticastConnection.m */; }; - 055736782AAD8B8195A070333A213447 /* LLHierarchyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 665C51535F2E4D888446AA4C1D24119E /* LLHierarchyViewController.m */; }; - 055D20B1E5A4A78B6D22C5A48D6A8281 /* QGMP4AnimatedImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 0861D83E5928C4E8173B6F9299FC22B0 /* QGMP4AnimatedImageFrame.m */; }; - 056A961481F6100D2E63324FFDCCD88A /* UIColor+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFA60F1F51C283C6ECE3B9E71BDC520 /* UIColor+YYAdd.m */; }; + 052ACFE9C87A7A8738AC8CCB3D5D418C /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = A795071CA6B7879BD0249CB120F8A687 /* GPBUnknownField.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0534A61D33013C32631FA438211CA1EB /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C1D5CC9DC37E4BED2EBC6320779ABD1 /* SDImageCoderHelper.m */; }; + 0539E5F20BE3ABD9D50C56F90C81418D /* QCloudSDKModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CD92DCD86EAAC7180115F7C6CA480E12 /* QCloudSDKModuleManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05451DAADCE4EBB8185ECB4EF8E9B165 /* XHLaunchAdImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C45376935A69EEE52F359A52B328938E /* XHLaunchAdImageManager.m */; }; + 054C3B2C429E6F3BDCDA2A480D917F51 /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A34A7A77FF724D8B73872AB4B7090D /* RACMulticastConnection.m */; }; + 055736782AAD8B8195A070333A213447 /* LLHierarchyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B21B1C941AED56DD7257721AA82BBA1 /* LLHierarchyViewController.m */; }; + 055D20B1E5A4A78B6D22C5A48D6A8281 /* QGMP4AnimatedImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F2399B217D1DA8B3B486221F94BB0268 /* QGMP4AnimatedImageFrame.m */; }; + 056A961481F6100D2E63324FFDCCD88A /* UIColor+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = DFECC0EDE674A66005CC63E79E743022 /* UIColor+YYAdd.m */; }; 056F6418DC7AB1BEA0337EFB57417A65 /* TUIJoinGroupMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FF34D98319B5F3FE027B7F4450B6F8 /* TUIJoinGroupMessageCell.m */; }; - 0573730A4CBED9C08E82C50578D1E6ED /* UIView+TUIUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 158FE2BF1C4A02316B39C4ED2FD86230 /* UIView+TUIUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0578DCDC4D372FC2891B10CF99316202 /* QCloudError.m in Sources */ = {isa = PBXBuildFile; fileRef = 94F066A7E04C103261B7E99EEC47E974 /* QCloudError.m */; }; + 058807B6B52D4508FE870A787BEF8C06 /* QCloudLoggerOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = F46B2E148B77B63C0876C11D11D32694 /* QCloudLoggerOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; 058AB7EAD404A5619F9591AB797BE7CB /* TUIConversationSelectDataProvider_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 21169C94E627784A07C82A02EAA0C0B8 /* TUIConversationSelectDataProvider_Minimalist.m */; }; - 0590068A814D004531EFF9F43F8F4F93 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA80F3843FD77DE4AE38E0BB6FD35AD /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 05A211C03572D49EC9098ED963EA724D /* sharpyuv_cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 4545EA2AC0F863D487A9A624FC563DB0 /* sharpyuv_cpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05B32EB25A1A47DAF64D349652FFB740 /* UIApplication+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C7F134F837A97CB0F6E17B8B02C872 /* UIApplication+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 05B4094BACE6C2B5855A82D6FE99D075 /* OSSPutObjectTaggingRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D296A06C346620040962D0D749D156 /* OSSPutObjectTaggingRequest.m */; }; - 05C72493BC22CB7BA10670ACB0EC8023 /* YYTextDebugOption.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D40F6CCEE48E207E41579351042FC2 /* YYTextDebugOption.m */; }; - 05E2B7C1DB7528A0BBEA1521BE0DBAF1 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = E94961F742C6507D2C08B64FAA14C0D4 /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 05E4F203EF130676D1AE838809EDE646 /* OSSGetObjectTaggingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0535C9DCAC87747CACE1185DA0AFD5FB /* OSSGetObjectTaggingResult.m */; }; - 05EEA40D460AB9A5A6E8D33AAAEF801E /* JXPagingView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8929906F89FB8657A7846E55F6C8457 /* JXPagingView-dummy.m */; }; - 05F22F8B6A39ADEE5F919070E6B2B869 /* UITextField+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D22A05C657A520EB1959789447F57706 /* UITextField+RACSignalSupport.m */; }; + 05B32EB25A1A47DAF64D349652FFB740 /* UIApplication+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 2758CADC88D2FBF9BE5AD698C05A1A49 /* UIApplication+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05B4094BACE6C2B5855A82D6FE99D075 /* OSSPutObjectTaggingRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 945AC9C4F59AD49FADAD009442ABA0B1 /* OSSPutObjectTaggingRequest.m */; }; + 05C72493BC22CB7BA10670ACB0EC8023 /* YYTextDebugOption.m in Sources */ = {isa = PBXBuildFile; fileRef = 67BE3A30BE95B0BC414E8D09EEEC1F14 /* YYTextDebugOption.m */; }; + 05E2B7C1DB7528A0BBEA1521BE0DBAF1 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A687087774799D797BC9AFC255EDFAC /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05E4F203EF130676D1AE838809EDE646 /* OSSGetObjectTaggingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 5520642724E20004203CCA372F8971F0 /* OSSGetObjectTaggingResult.m */; }; + 05EEA40D460AB9A5A6E8D33AAAEF801E /* JXPagingView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E8C8FADB8E68E0A5A2C756DD9522389 /* JXPagingView-dummy.m */; }; + 05F22F8B6A39ADEE5F919070E6B2B869 /* UITextField+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2542C6A038F8D41DB6612FF1BF3EA96D /* UITextField+RACSignalSupport.m */; }; + 05FE4AD61E9D3776A382BFD8E969FB67 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BCCB2312954A20049773B8CE76D4821 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0606D1B69C8826F556E3328BC14CA8D9 /* TUIMessageBaseDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 697AEFBA3C443378CEFAA38443DED2CE /* TUIMessageBaseDataProvider.m */; }; - 0606D6D0FE9E82FD3A43261A0E545C6E /* LLScreenshotHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC9C62187F90EFF84B6BBA08E6FC0DD /* LLScreenshotHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0606D6D0FE9E82FD3A43261A0E545C6E /* LLScreenshotHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E76BFACC76EAB7B3A57A607B3DAB9D8 /* LLScreenshotHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; 060BB4B944FC6A87F6E993FD5095F6B6 /* BRPickerView-BRPickerView.Privacy in Resources */ = {isa = PBXBuildFile; fileRef = B5786D7DC0F4D5F19C5C3E4160C54D30 /* BRPickerView-BRPickerView.Privacy */; }; - 0622EE2BB509D7BB8BE2E89B19D1C5DF /* OSSPutObjectTaggingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF58878DCB0DD0EDCDC248201356A28 /* OSSPutObjectTaggingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 06309CC6E70311DEDC6A0C3ABBBF87D9 /* NSDate+QCloudInternetDateTime.m in Sources */ = {isa = PBXBuildFile; fileRef = E276FA7218F50593335C26AA37A9A7AF /* NSDate+QCloudInternetDateTime.m */; }; - 069ECDAFABEE824193CEA4B107114A92 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F2E273AD98B5402439CC78936C5217 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0622EE2BB509D7BB8BE2E89B19D1C5DF /* OSSPutObjectTaggingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 71FD5164A0776CC0435A04AD43AF29D2 /* OSSPutObjectTaggingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0684F9552B929989470DD434F356CCDF /* QCloudModel.h in Headers */ = {isa = PBXBuildFile; fileRef = DB4D9C2D5282051CA75C2D0358419175 /* QCloudModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; 06AB20CCE84FE4E65BB0C4B21D5EF159 /* TUIBaseChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 80982FE688D1717632F9A64839F7AF6F /* TUIBaseChatViewController.m */; }; 06AD72CCA3AF39BC663C5323D0B94276 /* TUIGroupNoticeCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CC2A638F8CCA07A3B663837CDF7B381 /* TUIGroupNoticeCellData.m */; }; - 06B034A8AFB8F0E0EB5FB8E502DDB584 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A7C6BE80C8D1B02CBB4B203B4AE16D /* SDImageIOAnimatedCoder.m */; }; - 06BCDDE08C148024F75AC922D6EF1A58 /* FMDatabaseAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = D57C815FBA33C1D6AA386287678BE074 /* FMDatabaseAdditions.m */; }; - 06CF9BA7F1218B957233F4416B218154 /* CLLocationManager+LL_Location.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7C05E57A441420C8F62811D382304B /* CLLocationManager+LL_Location.m */; }; - 06D0B030FAEB10438716F1B1BD719E11 /* QCloudCOSXMLService+Transfer.h in Headers */ = {isa = PBXBuildFile; fileRef = 98540D1B92D5723A142D1F8AD54D2598 /* QCloudCOSXMLService+Transfer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 06E0D3305D7A3F345F208F6B33F570D9 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E91D275F6375A2DEB0BBE4068CE1806B /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 070E3B8CFECA2B7EFF61B256763C1386 /* LLRulerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AAC766598D2FF55AAF23A0F6A46B9A60 /* LLRulerViewController.m */; }; - 0744FF91BD34CBF21804DD175227A3D0 /* IQUITextFieldView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = E0946C8F07FB91900E9A1ED32E7D8BE8 /* IQUITextFieldView+Additions.m */; }; - 075C3CFB37A49F29F651E393ACB77E58 /* QCloudRequestSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 10266C441AF75A2B9A82E1643B116C5A /* QCloudRequestSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06BCDDE08C148024F75AC922D6EF1A58 /* FMDatabaseAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 74621F35B984DC24D6D706527E30034D /* FMDatabaseAdditions.m */; }; + 06C5CF66A061DF2D35FB147553221E95 /* QCloudGCDTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 862280841A8D36328E2EF7E744D3B1DB /* QCloudGCDTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06CF9BA7F1218B957233F4416B218154 /* CLLocationManager+LL_Location.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB3A234C9591D1849B45C6AC34893C3 /* CLLocationManager+LL_Location.m */; }; + 06D0B030FAEB10438716F1B1BD719E11 /* QCloudCOSXMLService+Transfer.h in Headers */ = {isa = PBXBuildFile; fileRef = F8FCF0D2BCFDFC111A3281B6F0FB9CA2 /* QCloudCOSXMLService+Transfer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07079804E92EE8D8637D7F7813C298D4 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = E92E5DE77FF4C26CDE7B128048D4F33C /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 070E3B8CFECA2B7EFF61B256763C1386 /* LLRulerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FED3693E7EF9F3039C2CC56D0BBEDEC /* LLRulerViewController.m */; }; + 0744FF91BD34CBF21804DD175227A3D0 /* IQUITextFieldView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 60E08207A409D962BAA813D6CA1F52F0 /* IQUITextFieldView+Additions.m */; }; 076B3A86841458B724ACC94708C491CA /* TUIChatObjectFactory_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = CB756318698F305B068777B81A551965 /* TUIChatObjectFactory_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 078A128AD9AE4BADFFBECB900B75FE2F /* MQTTSession.m in Sources */ = {isa = PBXBuildFile; fileRef = DC88F1CA2915BE4BCD3F2EE692E2BB84 /* MQTTSession.m */; }; + 0777211240AEC2C208778AB5D4D4198C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 734D4319540E4C486BDD61A0AC3E7A9E /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 078A128AD9AE4BADFFBECB900B75FE2F /* MQTTSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F52E6EB10BE6F5B834295EB4F31FF40 /* MQTTSession.m */; }; 078B5A62D6C961D2D3A839562D6CD352 /* TUIChatDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 79BDF63877BF7277102F6279C283A3FC /* TUIChatDataProvider.m */; }; 07BBE14D13B2308935A86FF8EA90E958 /* TUIMediaCollectionCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EB6806CDE099CA882C42A8D9F13365C /* TUIMediaCollectionCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07C58DE9392386C0CBF63F1179A99C25 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = CCEF3A19E5C884D4C24EEEE3EE8E158C /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07D14B5EF1995A49B3159DB7DF129208 /* YYWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E97716D3E37FCB503F0F6021923CF88E /* YYWebImageManager.m */; }; - 07F10CC389188E48EB14C281BB9BE6E8 /* NSMutableDictionary+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = B652FC8625E543BC390939A913ABDD71 /* NSMutableDictionary+AvoidCrash.m */; }; - 07F1E9EB27EB1A6C663B9E6B488F72C7 /* TZVideoCropController.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D725B5B1C3152F5DB42BF6D2B60526 /* TZVideoCropController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07FD4096630F531BD78D2B7E77D9D8DB /* OSSXMLDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C62CC8D6160F965F50F122A7F6F7EC0 /* OSSXMLDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 081726C9B0A5BB4448B5DA4AAECF90ED /* LLShortCutModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B3E2E0C6804514CD853C7F052941F7 /* LLShortCutModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 081A184B4D49DE347719C16C538A591E /* MQTTCFSocketTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF6FDC981A4DFD81282292B2893DB0A /* MQTTCFSocketTransport.m */; }; - 081F5490E6DEE4DE765BE89AC4EC8288 /* OSSIPv6PrefixResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = F45376A94E516AF1D7060549269A6A5A /* OSSIPv6PrefixResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0841A8F711A24B7F373A5B2E7DCA7F90 /* LLCrashDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F8B9EBC43764C462B974042FB30306 /* LLCrashDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08699A51E1CCDD2B8DD889A284ABE884 /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C92B0D5A5DC08D351EAC1B4DFB9BDBB /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08719ABCE689ED74FE7486B1E49DAA6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1559F7D5A38D19DF602A367B89383A /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07D14B5EF1995A49B3159DB7DF129208 /* YYWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CEDA0F4CB1A7767C80A3B46AACF5C291 /* YYWebImageManager.m */; }; + 07F10CC389188E48EB14C281BB9BE6E8 /* NSMutableDictionary+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD8994AEDD7C85ECB60731E4054EAFE /* NSMutableDictionary+AvoidCrash.m */; }; + 07F1E9EB27EB1A6C663B9E6B488F72C7 /* TZVideoCropController.h in Headers */ = {isa = PBXBuildFile; fileRef = EC9AE304F605BFC61397FCEB5E5250EB /* TZVideoCropController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07FD4096630F531BD78D2B7E77D9D8DB /* OSSXMLDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 6051D84BBDF73F5F8AB0F0CFB607CD25 /* OSSXMLDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 081726C9B0A5BB4448B5DA4AAECF90ED /* LLShortCutModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FF798582A6D8F26CBC0D94FEEE9263E8 /* LLShortCutModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 081A184B4D49DE347719C16C538A591E /* MQTTCFSocketTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = D8C1F2CBD6608B4DBA886C04DA2C8307 /* MQTTCFSocketTransport.m */; }; + 081F5490E6DEE4DE765BE89AC4EC8288 /* OSSIPv6PrefixResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC168817DBE6C48F448643B60269165 /* OSSIPv6PrefixResolver.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08404A0A9393B0B6F30AE1A7E0F4FADB /* XHLaunchAdCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A527EC04925E8E3A4687FFFCC7D8160C /* XHLaunchAdCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0841A8F711A24B7F373A5B2E7DCA7F90 /* LLCrashDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9817B112ED5456F10AC2E112C62CDAAA /* LLCrashDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08699A51E1CCDD2B8DD889A284ABE884 /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C8D4F42EF4F7182578706AB456FD16 /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08719ABCE689ED74FE7486B1E49DAA6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 138FD23F08DC3E97F4802BB750FF654A /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0895CC7804D677B0811493338E315A7C /* TUIChat-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 17F101A8D76A7CB07D0256337B955E80 /* TUIChat-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08C82A50A8F66398B67DE2323EBF0788 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C0509771CA56E87CDB37DD602D88F36 /* GPBWireFormat.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 08E8B7ECC821E18E4B5B4F746E7337CD /* UIRefreshControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 26BEDB39DD6E60FF7D064ED631198FA5 /* UIRefreshControl+RACCommandSupport.m */; }; - 08EA26BFDA9DCFAB1FDD4B0B7B435D0E /* NSInputStream+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 10DCB2538262102141069397DEEEEE4B /* NSInputStream+LL_Network.m */; }; - 08EE826653BB71774A3FB8368D8F3409 /* GPBProtocolBuffers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0169D03841D66672B8F22279621EA8C5 /* GPBProtocolBuffers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08AB45B570E48E8F9428021D7DF33E4C /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C262BAFFE92A5D489A318FB74FFCAE56 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 08C82A50A8F66398B67DE2323EBF0788 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 82056BCD46BAF3EFB1C4DE0FEC35FF58 /* GPBWireFormat.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 08E8B7ECC821E18E4B5B4F746E7337CD /* UIRefreshControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 359E1BF83D5302CA6FCE57DEF75F7714 /* UIRefreshControl+RACCommandSupport.m */; }; + 08EA26BFDA9DCFAB1FDD4B0B7B435D0E /* NSInputStream+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 039EB05EE7C8800958060ED4E6DE12A7 /* NSInputStream+LL_Network.m */; }; + 08EE826653BB71774A3FB8368D8F3409 /* GPBProtocolBuffers.h in Headers */ = {isa = PBXBuildFile; fileRef = F90F27220B5FFDA78633BE9ACE1E40A3 /* GPBProtocolBuffers.h */; settings = {ATTRIBUTES = (Public, ); }; }; 08F1C412908D15736E3A366206CEF8F3 /* TUIMovieManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 86EF6079A5879D7E6318E373FCC98304 /* TUIMovieManager.m */; }; - 08FA425F56B11AEB51D5C905ADEAB40F /* UITextField+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 10CB15319D4C89805ABB80E01AEAC917 /* UITextField+YYAdd.m */; }; - 090CC8DB2713055B65F3693A67A9F0AF /* mz_zip_rw.c in Sources */ = {isa = PBXBuildFile; fileRef = C2ED0C934174CAE9C38C71D4CB9A9BA5 /* mz_zip_rw.c */; }; - 091D627CF1F8ADDB1170D46DC9856F46 /* MQTTSession.h in Headers */ = {isa = PBXBuildFile; fileRef = DE87CFB112405397BCD68F780C06DF6E /* MQTTSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 093AF0B4A65FFDCAF7FA05D926A5FBAB /* UIColor+TUIHexColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF3B905DD277678DFA482F73C17846C /* UIColor+TUIHexColor.m */; }; - 0975B13671C78F589FD8C34DD5A2B7A0 /* ConsoleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30D3FDFB4CB22F098F35BDBFF98C848D /* ConsoleView.swift */; }; - 09A436E68E1A09D43D40F7107B5F33DF /* LLSandboxViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5101A4F82BD63A4B88949CE1AB209586 /* LLSandboxViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09CD09FD9FC0592B912E0E99B9958EDC /* LLAnimateView.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F54560F4FAB326B5C0AD5AEBB34000 /* LLAnimateView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09E7156724157A8D17031A8C7EB94C80 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FBF5391BBB5280F15041DE59EAE7F9 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 09E767931055798FD93E0FA0B8DED95D /* LLJsonTool.m in Sources */ = {isa = PBXBuildFile; fileRef = DBF1CE0031A290FECB43DFFD0E208746 /* LLJsonTool.m */; }; - 09FF77340E8ABB3E4FE1FEAD1BC171B9 /* QGVAPMetalUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 94F1A20F3CF3CA9B5FEE05BC72495CF0 /* QGVAPMetalUtil.m */; }; + 08FA425F56B11AEB51D5C905ADEAB40F /* UITextField+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A044BB556E45F54C0AC892520A38BFC /* UITextField+YYAdd.m */; }; + 090CC8DB2713055B65F3693A67A9F0AF /* mz_zip_rw.c in Sources */ = {isa = PBXBuildFile; fileRef = C3ADEAE3BD7DF476B0489AA1341FA746 /* mz_zip_rw.c */; }; + 091D627CF1F8ADDB1170D46DC9856F46 /* MQTTSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 22B0E0DE5345E68E74102E9ED4A5C584 /* MQTTSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0975B13671C78F589FD8C34DD5A2B7A0 /* ConsoleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F99C1B23E9D3021BC69728834FC3E03 /* ConsoleView.swift */; }; + 099873446B43C89B588A13A419DF815F /* UIDevice+QCloudFCUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = F7489A6B887EF3B8B0674033BDBCE400 /* UIDevice+QCloudFCUUID.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09A436E68E1A09D43D40F7107B5F33DF /* LLSandboxViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 143D92D155962AB8029C87F67E6F5216 /* LLSandboxViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09CD09FD9FC0592B912E0E99B9958EDC /* LLAnimateView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7A8644CB430E99C5E6A274EDFD8265A /* LLAnimateView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09E767931055798FD93E0FA0B8DED95D /* LLJsonTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 898A3332836CBED9C30DAA743E15BE53 /* LLJsonTool.m */; }; + 09FF77340E8ABB3E4FE1FEAD1BC171B9 /* QGVAPMetalUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = E6439E72AA86FB111DCCA57603CB3409 /* QGVAPMetalUtil.m */; }; 0A2B82C64D6AD021DD27AB5121204723 /* TUIChatExtensionObserver_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B28F74266AC1DF20798935654BBEB03 /* TUIChatExtensionObserver_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A4B2CC947F7739D7F3B995A5EA111CD /* NSTimer+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F51F3BE189188690CCAEA6FE1A67ECA /* NSTimer+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A543346E663B7BA3CC071AA92390EB4 /* TADotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED6A5A48786AF8C96B4DD152146C3B2 /* TADotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A5DA4F69A145D63C10D667C1410245E /* QCloudSHAPart.m in Sources */ = {isa = PBXBuildFile; fileRef = F8039AB6180055886058E02816803572 /* QCloudSHAPart.m */; }; + 0A4B2CC947F7739D7F3B995A5EA111CD /* NSTimer+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 942AD231574913B4D691DE81E2D2401A /* NSTimer+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A543346E663B7BA3CC071AA92390EB4 /* TADotView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF490EE9448C9D99CAB828FBC62E4129 /* TADotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A5663C6D48BAACA2DE49E43235A6528 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = B0EAD9D20E085AA521E0A01BA4EFFFFF /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A5DBEEEBB323F41C4F572435D59455C /* TUIRepliesDetailViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = B806B2B3C57CE699810BCE2A2F244814 /* TUIRepliesDetailViewController_Minimalist.m */; }; - 0A8D9AC2B8F9313FA1E0766D228E2633 /* YBIBDefaultWebImageMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A330FE3DA0F43B36B7988FB367518D /* YBIBDefaultWebImageMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A9F5206A2D928EA62F82C819657C307 /* NSObject+QCloudModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F3287EB8E962EA0BE79F87076D6CBA /* NSObject+QCloudModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AA1842830C770B1E299BAC977E813D9 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E7586DE1167AFED1753C420B434C34F /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AB3E68B0D75E2E12EFA2719137B82E8 /* OSSRestoreObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = F4BFE503E4A73ED6B5425D791B013C99 /* OSSRestoreObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0ABA5238D75A3BBD5BC762B8983164F8 /* GPBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 251EC03870BC0F85091C303842ADABCA /* GPBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AD0DA7E3EF0417207A3284FCE002F24 /* NSMutableData+OSS_CRC.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA491F71D09EE8210D0037DE3363926 /* NSMutableData+OSS_CRC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AF16F084FDB6E84677C4692CD931EE6 /* TAAbstractDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = FF204A05CB1AB49D5DEB4BA6464A401E /* TAAbstractDotView.m */; }; - 0AF57A4BD4A6B4007E6FD97574A82A96 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF93B3640C08C144E0F52756EA96E8D3 /* SDWeakProxy.m */; }; - 0B2C0C6E52131850FFC3AB6938F76696 /* QCloudListMultipartRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3617FB84BF477BCEC32EF2265F46D63E /* QCloudListMultipartRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B44789CD43ABF50D32D1DD80E7019EB /* QCloudFileUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B2A9C92B1C203189E192C03AF2AB8EA /* QCloudFileUtils.m */; }; + 0A7F2D617DAFEF88741D590841B7E51E /* QCloudCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = D9C378EFE514FC5DB3FEFF15453B0D70 /* QCloudCredential.m */; }; + 0A8D9AC2B8F9313FA1E0766D228E2633 /* YBIBDefaultWebImageMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED823F028F3F8393E2819F908EB50E8 /* YBIBDefaultWebImageMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AA1842830C770B1E299BAC977E813D9 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 24EDE7D60879B77E0224315039FC3BBF /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AB3E68B0D75E2E12EFA2719137B82E8 /* OSSRestoreObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 736865D78C5FFCE6EAA8A67B0C97FBE7 /* OSSRestoreObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0ABA5238D75A3BBD5BC762B8983164F8 /* GPBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F229E3FDF9DEBCF6A1F5D0A1F5D1C7 /* GPBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AD0DA7E3EF0417207A3284FCE002F24 /* NSMutableData+OSS_CRC.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A61F1E826B03D2081922F10FC4F21A /* NSMutableData+OSS_CRC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AF16F084FDB6E84677C4692CD931EE6 /* TAAbstractDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE173284969F73004E60A329DAD747E2 /* TAAbstractDotView.m */; }; + 0B2C0C6E52131850FFC3AB6938F76696 /* QCloudListMultipartRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EB3E7EA8EA070546325E30D2E0EEE9B0 /* QCloudListMultipartRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0B6AB62DF2896F3ADF534A9E2066A508 /* TUIVoiceReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = FCBBA7230A43A051A289DA1A6EDB8017 /* TUIVoiceReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B82E27A0B4B19E561A1FCF1C6D228EF /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6BC76762F8D52042C42AB6BF970FEED /* MapKit.framework */; }; - 0BD03DDEEB3CBDB7C2D899140420AB5D /* YBIBVideoCell+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B32EF8D1CB3CE568658DC5C2F1730286 /* YBIBVideoCell+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BD1E52C6A20A1E2F9B6044C2CF41DAC /* SDCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = FFABF4F4BC06FCC6D58B58BC4D845D34 /* SDCollectionViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C06527D45203379F258430E3A705BBF /* LLWidgetBorderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = EB20D4AB990A5D5B4CA4725DD62E892B /* LLWidgetBorderHelper.m */; }; - 0C0988F44323C559DBF0DA5BAC5D3D22 /* OSSCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = A85E8FDD8A1086AD73C014B6D6033655 /* OSSCompat.m */; }; - 0C0C7BDE1A0FC54E6245AA09A842EACB /* LLEntryViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 69CDB9AD81295D1E902E3BE2C17D5746 /* LLEntryViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C1C2331038CB08304C89016AA44F46F /* LLWindowManager+Sandbox.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0B11CAE6891641C22F82ACC12D510D /* LLWindowManager+Sandbox.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C312924F0A07471A1D04AD15D32BF3A /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 92CCD998EA97097340DB86E4B6424431 /* JXCategoryIndicatorRainbowLineView.m */; }; - 0C5CB38D8F399F890785483EAF531383 /* LLComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 032F2427BF747A216EC0E35C6E3F369E /* LLComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C6956D9B1BAF797C380C6AEA4C23A5D /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2594C31B2AEE1C39486F19CE5BE8EA1E /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C6DABFCF5BF706F0288D68F246B8D98 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D396D7C475FFCCE53A5F2AD5CD89B2 /* BRResultModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C8086E24034EA24585A0BF2035871F8 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E60E1C7FF51630E359F4349A09761DD /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0C97DBC8F830B92149AC516A9C9EA04C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - 0C9B84F079FC860C45179349B277099B /* MQTTPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = CE511EFACF0EA87C83306AB4C60769B5 /* MQTTPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CAEE65E6D9FF477F8DE31E14CA26C7B /* LLSandboxModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 008B0ECA6FE8E078096EDEFD07A46848 /* LLSandboxModel.m */; }; - 0CB058D5589D74FE3D5108116397CE77 /* LLHtmlWkWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D29F11B1D1C5DE70CDD5EEE39537CD8C /* LLHtmlWkWebViewController.m */; }; - 0CBE1243DD49592DC58233E98D212EFE /* LLPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E0AC5CF7DFFEE64766896EC56ABE170A /* LLPreviewController.m */; }; - 0CBFBBED8CC2A92CBB28696689E6E19A /* NSMutableArray+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E91AC838DA3E00425237239625A60D5 /* NSMutableArray+AvoidCrash.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0CC0C93586A8F96E35C9949D8B35885F /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E7E4513BAFB9371B25CB9D6F1DDA6A07 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CC2B0AC0C555D6A6C4A411A082C96F1 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 96C143B365F048B7C234C3A8462EAC60 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0B82E27A0B4B19E561A1FCF1C6D228EF /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 577878F9ED3923CF99ECE49E521B840E /* MapKit.framework */; }; + 0B85855755AB9928F52294C61100D7A9 /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D0EED4C390DB3022B1C699AD679C54D8 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0B8C64A62105F39FAFDD28E7FDFC0496 /* QCloudSandboxPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B9CE69C14D5CFC94256B1AE22A49824 /* QCloudSandboxPath.m */; }; + 0BA1DF6B537153871309627B00FD56D9 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 535F565B9EB227CBF8C5B53911148FA0 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0BD03DDEEB3CBDB7C2D899140420AB5D /* YBIBVideoCell+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C60D17898FF18342112C92B6BEA89D5 /* YBIBVideoCell+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BD1E52C6A20A1E2F9B6044C2CF41DAC /* SDCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 266204AFB5493DC98B8ECD5CFF2D8DBD /* SDCollectionViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C06527D45203379F258430E3A705BBF /* LLWidgetBorderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DCB5486E34097F20F98BC92E83D1A1B /* LLWidgetBorderHelper.m */; }; + 0C0988F44323C559DBF0DA5BAC5D3D22 /* OSSCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = C0D3A460B164367C8D71ECEDC197BFBA /* OSSCompat.m */; }; + 0C0C7BDE1A0FC54E6245AA09A842EACB /* LLEntryViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0023D13CFFA7B0AEE00045A9A675A6E7 /* LLEntryViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C1C2331038CB08304C89016AA44F46F /* LLWindowManager+Sandbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8767438947ECD9AD08E71F71CC670A /* LLWindowManager+Sandbox.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C312924F0A07471A1D04AD15D32BF3A /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B76418ECAC223EE13A7C93DCA18446 /* JXCategoryIndicatorRainbowLineView.m */; }; + 0C5CB38D8F399F890785483EAF531383 /* LLComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BD0CBCD8FB586C2C917FE7D14AFF6E76 /* LLComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C6956D9B1BAF797C380C6AEA4C23A5D /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = B6F8B94C603DAB88792D9460911D3553 /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C6DABFCF5BF706F0288D68F246B8D98 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5241A886B7FBB3D3543F20D070E5331C /* BRResultModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C97DBC8F830B92149AC516A9C9EA04C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + 0C9B84F079FC860C45179349B277099B /* MQTTPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2633A19BA01F4F819E7DAF6EBE7C16 /* MQTTPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CAEE65E6D9FF477F8DE31E14CA26C7B /* LLSandboxModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 04CECCAB664F86B6C6EDF81318E85EB6 /* LLSandboxModel.m */; }; + 0CB058D5589D74FE3D5108116397CE77 /* LLHtmlWkWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC676DF91A36F2450B46BEB0208ADBEA /* LLHtmlWkWebViewController.m */; }; + 0CBE1243DD49592DC58233E98D212EFE /* LLPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D17751059CA9972C94E5DE40009CA85 /* LLPreviewController.m */; }; + 0CBFBBED8CC2A92CBB28696689E6E19A /* NSMutableArray+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = E0A6857866DB846FCD15D5A5B1937639 /* NSMutableArray+AvoidCrash.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 0CC32E05A5D3850F7128B0CEDE093809 /* TUIBubbleMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACC681AFDDAC895FF7D551E3A4EE95D /* TUIBubbleMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CE68F238ABAADB6878BC527B88051B2 /* QCloudCompleteMultipartUploadRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = F61F788776C5F5D0C1B9B660F9A919DB /* QCloudCompleteMultipartUploadRequest.m */; }; - 0D0B5E1A61EEBAC06E9B6BA085BDCEBC /* QCloudCOSXMLVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = C32DF683159492303C2754FC40ABF3C6 /* QCloudCOSXMLVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D6EFFD314E70C1E547970D8CEF11131 /* JXPagerMainTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 85B390D16FED19D8AB3F01A1763BE66B /* JXPagerMainTableView.m */; }; - 0D72C23AB0597CFF32A4C8889E6AA3DA /* YYTextRubyAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = D54D2C488298D0C70A11E825433A8FF9 /* YYTextRubyAnnotation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DB61F661491104AF5F8778F810C37D4 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DBE6154EA2D73949C4F324280E21C53 /* RACSubscriber.m */; }; - 0DBAE07ED5D8EFF25BD2F6B66EE97A50 /* YBIBAuxiliaryViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ED6C53C04D78091379F540275FF3352 /* YBIBAuxiliaryViewHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CE68F238ABAADB6878BC527B88051B2 /* QCloudCompleteMultipartUploadRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D9E1864F10E109E7C153F573580AEB4 /* QCloudCompleteMultipartUploadRequest.m */; }; + 0CF0EFF30DF47ADAF1B1854670156EEA /* QCloudEnv.h in Headers */ = {isa = PBXBuildFile; fileRef = C8633093718E92A1E9B2A98A4E53D399 /* QCloudEnv.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D0B5E1A61EEBAC06E9B6BA085BDCEBC /* QCloudCOSXMLVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = C6384ADA06C3E1422F2EA69C80C6473E /* QCloudCOSXMLVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D6EFFD314E70C1E547970D8CEF11131 /* JXPagerMainTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87A4337FE788ED884C8826A66D8922FB /* JXPagerMainTableView.m */; }; + 0D72C23AB0597CFF32A4C8889E6AA3DA /* YYTextRubyAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D208B7F1CDDCCB9AEADAB76B62364E4 /* YYTextRubyAnnotation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D845A3F191A495E8364BCB2AA88EC18 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = B31B2E72ED7B5365C370C06BE9251080 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0D8F31E0CCF08FD31DF4CCD574307302 /* libwebp-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C745613A944449C7ACF3C8796D803979 /* libwebp-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DB61F661491104AF5F8778F810C37D4 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A83B09C45515F730DCA6E317525CE2 /* RACSubscriber.m */; }; + 0DBAE07ED5D8EFF25BD2F6B66EE97A50 /* YBIBAuxiliaryViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D8A9B744FA8E4EB7225124C69CB87458 /* YBIBAuxiliaryViewHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0DE0F18BAB9098574ECFB9BBE0F38E1D /* TUITextMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 6469957AD651325AF37FB226E8998D56 /* TUITextMessageCell_Minimalist.m */; }; - 0DE685CEFEB20136E8E8D4B4BFA9EAFE /* QGVAPSafeMutableArray.h in Headers */ = {isa = PBXBuildFile; fileRef = D08510DE0D551DB58D948856A43CD905 /* QGVAPSafeMutableArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DE685CEFEB20136E8E8D4B4BFA9EAFE /* QGVAPSafeMutableArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A325AEF869EE6DFB56B2596C7B1D90D /* QGVAPSafeMutableArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0DE7D74D5E2E0260499990C0B821679E /* TUIVideoReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EFB45CA45BDF87B7F301AD48B0DF034 /* TUIVideoReplyQuoteView_Minimalist.m */; }; - 0E039D3B4C08F9B0208B997A4C925937 /* QCloudService.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B7644544550A839D6BA80383C9D1A3F /* QCloudService.m */; }; 0E0760CD2FB20DB0516AC3D4564DC590 /* TUIEmojiConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = FD44815ECE4EA76B0FD7468FD81DF564 /* TUIEmojiConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E10E3D9408E4EEEE700CE5F7B6EEC30 /* LLPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 68625218E6B514223D5BA3382ED52E27 /* LLPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E0F7FA7653E55B7C30B0CAD30BA8BE1 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF489E4D391C7FBAC365D4348DD4595 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0E0F92EF3C5EA005826D3E654448823C /* QCloudCustomSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 05A1A1F88519038BE4D90ECFAD8AE1A2 /* QCloudCustomSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E10E3D9408E4EEEE700CE5F7B6EEC30 /* LLPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE83E8790F08F1632EB5DCC80E456FF /* LLPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0E2BB2BC5FED54DD181375B14557BE00 /* TUIImageCollectionCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 24734CFC2869F85306FFB5AF734D3733 /* TUIImageCollectionCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0E4A332820BC7A109560CF1944229DB5 /* TUIConversationConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 480843312073783E57924342A1831668 /* TUIConversationConfig.m */; }; - 0E738963815B831A6195FEB28354A8BC /* LLTitleHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E42297E0B75C875D6022D94AE3D2CB9 /* LLTitleHeaderView.m */; }; - 0E75ACB10489F67801489EAB68D34A51 /* QGHWDShaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = AE6044C2F23ADE662B69D64BFCB9759A /* QGHWDShaders.metal */; }; + 0E6CCF16170C1E7562D3696C29FA3EB1 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = C1BB7D30F106A53324CC443C1C19327D /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0E738963815B831A6195FEB28354A8BC /* LLTitleHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 581AA3E324981A7FEBCF6381D6361903 /* LLTitleHeaderView.m */; }; + 0E75ACB10489F67801489EAB68D34A51 /* QGHWDShaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 0B809E87B9D2BBA6C4A0A3DF1E68FA35 /* QGHWDShaders.metal */; }; 0E7E1AE4CD8342A11D0754DB5389F779 /* TUIMessageController.m in Sources */ = {isa = PBXBuildFile; fileRef = 351AD2DDB6888E18549005C6A2B56494 /* TUIMessageController.m */; }; - 0E8A6DC318277807A45CB21C40672C3F /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 08F4D75A4853C8A90BD6B7B4785893C3 /* RACSignal.m */; }; - 0EBA19D1D7F5C36A595236A648E60E29 /* NSInputStream+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA251B40E1BA8D917AD3181373F7681 /* NSInputStream+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EC3180549CBBC44B1C85CF571D15D4E /* QGAnimatedImageBufferManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D87D3D42999151033E75027643FC134C /* QGAnimatedImageBufferManager.m */; }; - 0EF10747EF2A02413E84BD5EF7C87A4B /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BEF732727DBD392AFAA82C773855B0E /* MJRefreshNormalHeader.m */; }; - 0EF998FD99FC833F28B2B06CB5452070 /* LLHtmlUIWebViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F8BD6F89587FED967455EC7405AE7C1 /* LLHtmlUIWebViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0F07C8D359E2DAC891AF41F731A1CED4 /* CALayer+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 499E34B74A4F8D067A02EB2B2A2DE8B4 /* CALayer+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0F2013EF92FA95D1ACC17C75B4B72441 /* NSObject+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 72EE1CA8526D00772A680BF6836CBBB9 /* NSObject+LL_Utils.m */; }; - 0F2D5DF148EC7E509DA8803303E4D6B0 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5320BB3AC0EF89CDCEA8D440833550E2 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0F307CCAE2D45876CCD0983763D5D45B /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F3803FD9E0A31A59E9FA60AFDF0F74 /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 0F36C31F1633EC3349B6FDAB1C8EF3C1 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = 44578ABEEBE1F4791F2C0D6AAA913313 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0F503BFAD47E6DECA1487D8633D3AC18 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = E3A3717E2EB0F7601DF3D74E9ECDF971 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0F5109284E40773CA8B13207B9C56717 /* UIDevice+LL_AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 03861350775BC47ED43300CAFCF72276 /* UIDevice+LL_AppInfo.m */; }; - 0F5F90CC4FE29470EB1B96247BE2010F /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38B548276CBDD58FCFE13856ADA58FFB /* SDWebImage-dummy.m */; }; + 0E8A6DC318277807A45CB21C40672C3F /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D47392AF5083EBFF474BC199CF8F5D /* RACSignal.m */; }; + 0EBA19D1D7F5C36A595236A648E60E29 /* NSInputStream+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = DC87C325B66992294EDFA827D0213ABF /* NSInputStream+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EC3180549CBBC44B1C85CF571D15D4E /* QGAnimatedImageBufferManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AED0DA5657E1735CBDA64467270E30C1 /* QGAnimatedImageBufferManager.m */; }; + 0EF10747EF2A02413E84BD5EF7C87A4B /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 14F272BC5710CA9B353A016DF5EAB1C2 /* MJRefreshNormalHeader.m */; }; + 0EF998FD99FC833F28B2B06CB5452070 /* LLHtmlUIWebViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6596E655172408A38E4EC261436D5F71 /* LLHtmlUIWebViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F07C8D359E2DAC891AF41F731A1CED4 /* CALayer+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 02C2C2E1BF863A0F8406920B6457178D /* CALayer+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F2013EF92FA95D1ACC17C75B4B72441 /* NSObject+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4242250AB5CE3CB2D3F88338FC512D01 /* NSObject+LL_Utils.m */; }; + 0F307CCAE2D45876CCD0983763D5D45B /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = D5AE859C00071D5AC8159BF174F881DF /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0F36C31F1633EC3349B6FDAB1C8EF3C1 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3377E791D45D3DEFEE5F623272AAF3D3 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F5109284E40773CA8B13207B9C56717 /* UIDevice+LL_AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E3CF359DFDB23F04EC9A5C5452410C2 /* UIDevice+LL_AppInfo.m */; }; 0F60CD5F9500009B8C30EC0FAC24EC08 /* TUICameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D49CE152AD6B6A368F767598E30EF271 /* TUICameraViewController.m */; }; - 0F72ACD374D9BF0A9F3B858CD1D14D24 /* LLFunctionItemView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CF9654FB9FCEBB1F7768D11730F4CBF /* LLFunctionItemView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F72ACD374D9BF0A9F3B858CD1D14D24 /* LLFunctionItemView.h in Headers */ = {isa = PBXBuildFile; fileRef = BEBA7D131422D74AB6FFA3D3164EDCD8 /* LLFunctionItemView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0F79B2475E33916F3F557F885982F2A3 /* TUIChatCallingDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = CE22F08285FBC6969FF903551651BCBC /* TUIChatCallingDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0F843F0DE71169C2FF7BF3CA0F567315 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A5B624A70D4735B79D27A4C5B4DA64AA /* ImageIO.framework */; }; - 0F8B085F7AC1338C05966BBFC55EF0B1 /* OSSRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B5A9F8E58D4C563082437381DF998CD /* OSSRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F843F0DE71169C2FF7BF3CA0F567315 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */; }; + 0F887579C9DE24A733D4CB21B6D71ED9 /* NSString+QCloudSHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D3AD8332AFB6C964CB2A9970809539 /* NSString+QCloudSHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F88FE7A6FA6DAFB623D6CDD75243B52 /* QCloudAuthentationV4Creator.h in Headers */ = {isa = PBXBuildFile; fileRef = BEB3A42A352B8F6A428575F2FA6B637D /* QCloudAuthentationV4Creator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0F8B085F7AC1338C05966BBFC55EF0B1 /* OSSRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BA4942A59915A961B286BC5EB34F5039 /* OSSRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0FD7905480A786738CE135EA20F1F99B /* TUITextMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = A97986EFC169E7901000177162F2CC7C /* TUITextMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 101A10CF50731EFD014AD10D9C48E3DC /* UIView+MP4HWDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF050324764B7CC17BB9B1BE5FE6720 /* UIView+MP4HWDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1025B923CA6A00B538E17E518EFB040F /* QCloudMultipartUploadInitiator.h in Headers */ = {isa = PBXBuildFile; fileRef = 433A5FFCBDCB1AB1C936D3774520D3ED /* QCloudMultipartUploadInitiator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 103683286A1282DB4F9E831D0E06F431 /* LLHierarchyDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 045B381B796968C148FD9386FF98FFAC /* LLHierarchyDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1046610A51620E727140217FEC6DD5BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 104D9196010D2A8C52C0C19E9C9D52E8 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC0A4D8819DED9523982B72E982ECE9 /* MBProgressHUD-dummy.m */; }; - 10682EC2863EE4B1FB3AA0417AE39A4D /* LLRouter+Log.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F135764479655C291D5F464098653D /* LLRouter+Log.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 101A10CF50731EFD014AD10D9C48E3DC /* UIView+MP4HWDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = B047FB2B67F44E0DCF7D4293A5B06EB4 /* UIView+MP4HWDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1025B923CA6A00B538E17E518EFB040F /* QCloudMultipartUploadInitiator.h in Headers */ = {isa = PBXBuildFile; fileRef = 534E444BF61888D91C2C4B127764CCDC /* QCloudMultipartUploadInitiator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 103683286A1282DB4F9E831D0E06F431 /* LLHierarchyDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D407ACADF514A9106B722023A0201949 /* LLHierarchyDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1046610A51620E727140217FEC6DD5BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 104D9196010D2A8C52C0C19E9C9D52E8 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 14AEFCC2DF9F134870198D963D0446B4 /* MBProgressHUD-dummy.m */; }; + 106522789D6C05838CFF3F26D280969B /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = CBDCBB2B4560379031FD6C809C4014B8 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10682EC2863EE4B1FB3AA0417AE39A4D /* LLRouter+Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAB8673E16DF8F364FADDD276D226F8 /* LLRouter+Log.h */; settings = {ATTRIBUTES = (Public, ); }; }; 106A5FCAF4145ED9C6519734F44D716E /* TUIReplyPreviewData.h in Headers */ = {isa = PBXBuildFile; fileRef = F099CABCF077B9E89AF98C6B90C82F38 /* TUIReplyPreviewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 106F4BFFBE4F028458C0C4A5BAFD3B41 /* YBIBVideoTopBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 564351900D0E66F5FCCD801223E2046D /* YBIBVideoTopBar.m */; }; - 10935051E01BD877DA737BF7BEA14DF6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 109D1B65E59C620471D3C872BD9590D4 /* NSDate+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F8E1D3AB840A9EAAB2361A28EA6660E /* NSDate+OSS.m */; }; - 109D98A7C3F89B5847696DE4B2797957 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CAB3DAEF0E00F0F21C97646381AED5F /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 10EFBA3D9D9CD9F4FCF6E67989F37640 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 109E33175A59F8C3E531B352793B6952 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 11359E2FD06D54A0B955529EA13273D7 /* QCloudCOSStorageClassEnum.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4BC79C3D9B76FF89F8811540251066 /* QCloudCOSStorageClassEnum.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11422CB222C72A6EF77DA96D152FA6F8 /* UIBarButtonItem+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 31CA26C8AB804A64B74DEFAEAAF24BA6 /* UIBarButtonItem+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 115E6A3F461DC8C1E92EFEE3058E0291 /* YBIBOperateBrowserProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F55F4CF1612600964678D6DB467ECD /* YBIBOperateBrowserProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 106F4BFFBE4F028458C0C4A5BAFD3B41 /* YBIBVideoTopBar.m in Sources */ = {isa = PBXBuildFile; fileRef = D6BA281AC5F5367741EB864DB903175C /* YBIBVideoTopBar.m */; }; + 10935051E01BD877DA737BF7BEA14DF6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 109D1B65E59C620471D3C872BD9590D4 /* NSDate+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = FF51144063EE837C769AE1CB36E2785F /* NSDate+OSS.m */; }; + 10D0F258ABA44DD917947BA949FFB831 /* SDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F2F7AF242A9FB57126EF524CA714A85 /* SDCallbackQueue.m */; }; + 10DAB65693B67B9423914854E8F4A092 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F21D28C16929D1D5A6DAEA7C667BADD /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 10E65D0F56E3C4D19599353A3333F725 /* sharpyuv_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 72BCC3D4EFFCBDBF68F11DBCE5542866 /* sharpyuv_gamma.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 11359E2FD06D54A0B955529EA13273D7 /* QCloudCOSStorageClassEnum.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCBC354BBF8C9325ABF2096B79FD088 /* QCloudCOSStorageClassEnum.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11422CB222C72A6EF77DA96D152FA6F8 /* UIBarButtonItem+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 198A1F378067344EF8615ECC69A9B7AD /* UIBarButtonItem+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1142CECCE061B3868D016BA906F7DBAE /* QCloudIntelligenceTimeOutAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DCBEAC612368EE376F9529BC0F683B2 /* QCloudIntelligenceTimeOutAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 115E6A3F461DC8C1E92EFEE3058E0291 /* YBIBOperateBrowserProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1D2D6760C11694855BF7CDF830D186 /* YBIBOperateBrowserProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11746C4C9C60DEFEB1B9A3A3B34735AF /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D0D9A9B201122A9FB5D1BB717A94ADB /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 11755E62BEDA549FD9AC06038CD65AB5 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = B0C69BA7DF2E48FA11078671343143AA /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 117595E349ADDD74EE204512A7393AC5 /* TUILinkCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F9FFCC87BF7E40DC2E87253414B2BE8 /* TUILinkCell.m */; }; - 11AD210D385F977383AFB974D3CDEF53 /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C6DE3267E526E282214774C6134F2C6 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11BC1BC7296497E738DA1A3B7181434C /* Struct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5158B6BAC0B683F0ED5396925F1455B4 /* Struct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11C929E6BFB46F981685446F26DCE605 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE64C569A1E6932192F89F76EE47A34 /* MJRefreshAutoFooter.m */; }; - 11D4DC1FCE5647EEA8484AA4A880AF8F /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 1135D4E59A92E087E5425E466950E410 /* MBProgressHUD.m */; }; + 119D3129CC98946B400E2DA08E7F6E7A /* QCloudRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A05F75904EFC87CF9B1673717462D80 /* QCloudRequestOperation.m */; }; + 11AD210D385F977383AFB974D3CDEF53 /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C21F70D2C01043319A84D8F16B8424D /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11BC1BC7296497E738DA1A3B7181434C /* Struct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F8088C4FBC2268527D108980A3988B3 /* Struct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11C929E6BFB46F981685446F26DCE605 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E374921D7865A8E12AA8BCD48E2A01 /* MJRefreshAutoFooter.m */; }; + 11D4DC1FCE5647EEA8484AA4A880AF8F /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 0658AB5DD22AFEA1B2201A0F39240BCB /* MBProgressHUD.m */; }; 11F8B37D6D1891F3196083D117C21620 /* TUIFitButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 92871C51F3A63C205C71A1C165D90489 /* TUIFitButton.m */; }; - 11FC9573D3140E8580EE8B826043B4D4 /* YBIBSentinel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8BE51E1B0036FE1F123834CEEBB13F /* YBIBSentinel.m */; }; + 11FC9573D3140E8580EE8B826043B4D4 /* YBIBSentinel.m in Sources */ = {isa = PBXBuildFile; fileRef = 997A4CA3C67566EB0A505E8F84277A28 /* YBIBSentinel.m */; }; 1205B6E906DFE89E5011CD98C3BD1617 /* TUIMenuCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E95E77CD77531688FB047C8D48AC231 /* TUIMenuCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1219A6860BF3C2D317D3C715FE772C62 /* TIMRTLUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF4D54968106D99B5B105557684ACEA /* TIMRTLUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12394B4C9A9D083345FAF63CF5D972B1 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 95930AEA371FDAD2E4742B4D0F1A8639 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 126F9FD0453187BE341F1B9AEDE57DC9 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = DB244411AF5783655D227ACAA9C505B2 /* PrivacyInfo.xcprivacy */; }; + 1299522E6F48B9E427ACAF83B9CCB1E9 /* TUIConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 82E18AE901BF4AEF62F224E784ABC4F2 /* TUIConfig.m */; }; 12A0C13FD7F5822BC17D483FDD7DC4B8 /* TUIInputMoreCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 43BEB7914C053F5ED176D1E988A1B63A /* TUIInputMoreCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12B0F9412DA72E5C518155799154EFCA /* NSObject+YBImageBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A916049B8466E1D89EBB40ABBDE2B55 /* NSObject+YBImageBrowser.m */; }; - 12DEDFBDD6A19E45734C9BF576DB4379 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = AB327FEAAFD9095A9034BF0C5D5E88E2 /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12FBA667A51EE9A44E03CCA23B297236 /* QCloudCOSXMLService+Quality.m in Sources */ = {isa = PBXBuildFile; fileRef = 891768C36B9368BDC22D663758D43B1A /* QCloudCOSXMLService+Quality.m */; }; - 12FC1AF5259F03D79E04DBEAF8693D36 /* QCloudInitiateMultipartUploadRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DCDC4699AD61041684AB3720F04F1F6 /* QCloudInitiateMultipartUploadRequest.m */; }; - 1307E93DE595E67AD2D50A379199F385 /* GPBProtocolBuffers_RuntimeSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 037EFE84298534860E3E72DBCCFF50DD /* GPBProtocolBuffers_RuntimeSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12B0F9412DA72E5C518155799154EFCA /* NSObject+YBImageBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD85AEEF7C6CDC820B46A72B48387FD /* NSObject+YBImageBrowser.m */; }; + 12DEDFBDD6A19E45734C9BF576DB4379 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 034CD2B94B134967841DFAEE6A0564C2 /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12E814C8C7F090B63F22D81E3425364E /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 11308295FF7541F2058639159CFC6579 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 12FBA667A51EE9A44E03CCA23B297236 /* QCloudCOSXMLService+Quality.m in Sources */ = {isa = PBXBuildFile; fileRef = B165BDFC3D5785FECC4A65A6494863FA /* QCloudCOSXMLService+Quality.m */; }; + 12FC1AF5259F03D79E04DBEAF8693D36 /* QCloudInitiateMultipartUploadRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = F9C833C6DC9BCBAAD01AEE2327344E20 /* QCloudInitiateMultipartUploadRequest.m */; }; + 1307E93DE595E67AD2D50A379199F385 /* GPBProtocolBuffers_RuntimeSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 30148FF2412AB67360DE485D059A207B /* GPBProtocolBuffers_RuntimeSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 131177DB5878795DE25814F1E055C09E /* TUIMenuView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9211E26EE5EA1B5D5F0399C5FA89C084 /* TUIMenuView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1311D098F07D9F1AC7CF9FCC37DDB14D /* TUIReferenceMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = F014CF6E9AC36DF1BD11D71E1CA51E3A /* TUIReferenceMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; 131F79B9E4717122CEC8195FEFB28A3B /* TUIAttributedLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7230A6F1A80D744CBB4A2139CC60E9D6 /* TUIAttributedLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 133B7561751D0BE5D717EA24ADF172F4 /* QGBaseAnimatedImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B4D4B562EC668CAF254E73F9CDD713 /* QGBaseAnimatedImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 133B7561751D0BE5D717EA24ADF172F4 /* QGBaseAnimatedImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B229802735F329BE07B28857513FD91 /* QGBaseAnimatedImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 134B8D1EDDBF8E07AD4F57AFBA6264B6 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E13FE42115F1BE4B99A5F743DA59CCCD /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1374AAC56D759E72CEE423DA19A46A8F /* TUIConfig_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 31CDC63E7035C004EAE1BC7C73F92C52 /* TUIConfig_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1399CD097E164E2C7A6882F0C8FFA525 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = C9EB273B20622E7055FCBC9E9078D4A1 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13C93315BD05F9EC411DA61CF40993EC /* NSObject+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = DED597E4F4BBCF830F2F918FE4BBD659 /* NSObject+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13C9400B5AFC20C5A5B3832F7306F308 /* OSSService.h in Headers */ = {isa = PBXBuildFile; fileRef = 76678DADF04F439070B40060F80653A3 /* OSSService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1399CD097E164E2C7A6882F0C8FFA525 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B38D2CC0A256843D0C5A6C4408DF8107 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13C93315BD05F9EC411DA61CF40993EC /* NSObject+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = AB6FED47D20C2581AD592C5259E053BE /* NSObject+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13C9400B5AFC20C5A5B3832F7306F308 /* OSSService.h in Headers */ = {isa = PBXBuildFile; fileRef = 02311413F8A47898561763D10E6F1DE8 /* OSSService.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1410A4D02BA06FB11A5BE52414C1F4CE /* TUIConversationTheme_Minimalist.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 22F173A85B4B6FDF1FF684108CDB7251 /* TUIConversationTheme_Minimalist.bundle */; }; - 14173E380C5C639EB7632270E4EDF7C7 /* QCloudCOSXMLTransfer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5FB108B5C99E9BE20DE622B2EB506C /* QCloudCOSXMLTransfer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 141E78E1381DBCAF7D310FCC1C8BA54E /* YBImageBrowser+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 27939F811894E4852B3BBEFB91CADD90 /* YBImageBrowser+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1438ED8D8F61A48CDF60D2588420E815 /* QCLOUDRestNet.h in Headers */ = {isa = PBXBuildFile; fileRef = 24EDEC7679846AB322E29370B1EC8CA7 /* QCLOUDRestNet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1444DFD1492DECA5C8C0760EF0FB6CA6 /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F2CA35F782DD82F3F4E47B1C834CB783 /* NSDictionary+RACSequenceAdditions.m */; }; - 14676CDFFDE06FF960179AA34C474EEE /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = B541F42AE2B69D8C59A6D106B6AE1B0C /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14173E380C5C639EB7632270E4EDF7C7 /* QCloudCOSXMLTransfer.h in Headers */ = {isa = PBXBuildFile; fileRef = C921D661AFA9EB0C02C0BC0F2853247E /* QCloudCOSXMLTransfer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 141E78E1381DBCAF7D310FCC1C8BA54E /* YBImageBrowser+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 756615785F3EC5B775C4C6DE63A123EB /* YBImageBrowser+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1444DFD1492DECA5C8C0760EF0FB6CA6 /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F57E0AD66D5B6E48F971FF2863994C6 /* NSDictionary+RACSequenceAdditions.m */; }; + 14676CDFFDE06FF960179AA34C474EEE /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = C21BE478B272F2E36A3C01619390812A /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; 14BA3DCAA48A9B039FF3D0699404E7F6 /* TIMConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 33AAFEDB266478D4B5A46934B6973C3F /* TIMConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; 14D6987D9461EBA235CB5D927570901E /* TUIJoinGroupMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C8DA2A02D44E90EB49285092734D51D /* TUIJoinGroupMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14DF69D0604268EA986A32E5C075700B /* LLStorageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C005C05F637D2ADE52B405BEF24BB72C /* LLStorageModel.m */; }; - 14F3C05CC0A5F2116A2E81066F40F750 /* LLNetworkDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = DDEF07DE0B86BF944608BA8E72EB3855 /* LLNetworkDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14FA4497F1EF1BFA70BD58AF70E9DBB7 /* LLRouter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B765BAD63B4B0446B65B03B06284E0B /* LLRouter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14FA4503CA8E6D921465FFE941B2748D /* NSDictionary+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F540009AA9DAF3CAE32CFADA4A5792 /* NSDictionary+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14FF0AAAF6169AE9CE1118F09FA530F1 /* OSSResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2457FA1E27DA7FD51ABCA23257D94C88 /* OSSResult.m */; }; + 14DF69D0604268EA986A32E5C075700B /* LLStorageModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1260CB92CB4A0AAAE638D3983C5BE4A8 /* LLStorageModel.m */; }; + 14F3C05CC0A5F2116A2E81066F40F750 /* LLNetworkDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9893127A9ABDFF50162174A23D9E063F /* LLNetworkDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14F6602F47FF59347CB6807CE217EDC5 /* SVProgressAnimatedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9594BAAA1959B8DE5B28DFAE224DCDB9 /* SVProgressAnimatedView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14FA4497F1EF1BFA70BD58AF70E9DBB7 /* LLRouter.h in Headers */ = {isa = PBXBuildFile; fileRef = A1727701EA8E628BA585CFC74ED38A71 /* LLRouter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14FA4503CA8E6D921465FFE941B2748D /* NSDictionary+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 6482C603AFC3322D58BB48635D6745F2 /* NSDictionary+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14FF0AAAF6169AE9CE1118F09FA530F1 /* OSSResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 42B23F804CD477641DD8DB56639F6424 /* OSSResult.m */; }; 150FD65DF7193E3F32C6AB529E61EC63 /* TUIMessageProgressManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1270D341AD024370F782DDA45E6C12A9 /* TUIMessageProgressManager.m */; }; - 1515E53D44165ADA60360FD882B7B24D /* LocalPitchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 968231824AEE19E86BB15B07FE4E7B0A /* LocalPitchView.swift */; }; - 15317734C31679B7AFFE227683833769 /* QCloudProgrameDefines.m in Sources */ = {isa = PBXBuildFile; fileRef = 594B387A2FE7AB0230FBDBE5EF1F5810 /* QCloudProgrameDefines.m */; }; + 1515E53D44165ADA60360FD882B7B24D /* LocalPitchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00E6BBB9EEA09253B0415A4428BC4F22 /* LocalPitchView.swift */; }; 1556A4D914CBACA73C9D6322E6EE8820 /* TUIVoiceMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CAD0AD352E2C213E674C5467229A9AC /* TUIVoiceMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1576311FF9915598832DF80F6AE9AACF /* LLSandboxVideoPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F0C905D614789808B6910473387F2D8 /* LLSandboxVideoPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 157A7B96CE5F03F08066EF3ED6B68497 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0605A8E8C5BD82B2F0126377C7D3E113 /* MetalKit.framework */; }; + 1576311FF9915598832DF80F6AE9AACF /* LLSandboxVideoPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8852B72FB24153B4EC1C8816270DD756 /* LLSandboxVideoPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 157A7B96CE5F03F08066EF3ED6B68497 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC366082B4FA74FE23139DE904B5F09B /* MetalKit.framework */; }; + 157E5584E22C332785BE23A2741AA7DF /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D790603FC832575E0C3EA2B326B5B8 /* encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1581E43B758EA224FB8CA10847A79FA9 /* TUIMergeReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C0427931F2A1B82488C1A7F4152F72 /* TUIMergeReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 159AF03B7FE55B3E29BF3AA92804F4C9 /* NSDate+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D7F1FD3D056BB47E77EFFA1440556537 /* NSDate+YYAdd.m */; }; - 15A09F7F886DA1BC15197613B119B7AE /* GPBCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 341F1DA851C2DCD12018594E5969B23A /* GPBCodedInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15BBAB5E75C406EB52666234F8D7A250 /* OSSHttpdns.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AD6B77629EF6E1432ED0F009E85F10 /* OSSHttpdns.m */; }; - 15CDD745889D2DEF8FC2D8B70F7EA7E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; + 159AF03B7FE55B3E29BF3AA92804F4C9 /* NSDate+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 04555331D87E3A5868B6F04AC9E7617B /* NSDate+YYAdd.m */; }; + 15A09F7F886DA1BC15197613B119B7AE /* GPBCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A0EAD4BB199E4DAB0058810589B3A9C /* GPBCodedInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15B27182B591769C57B55544260DC886 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 15BBAB5E75C406EB52666234F8D7A250 /* OSSHttpdns.m in Sources */ = {isa = PBXBuildFile; fileRef = A753A4226D3D13BC7AD374E8844CC929 /* OSSHttpdns.m */; }; + 15CDD745889D2DEF8FC2D8B70F7EA7E5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; 15F76EA14E352A37AAEB9BFD234C689D /* TUIChatPopContextExtionView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB361C03E5B03DACCD2D1F7D15A19F8D /* TUIChatPopContextExtionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 160CF18E7D1490F02D0B77FD03B910FE /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 823524BFD4D19BEFB1296CE844AD904E /* libwebp-dummy.m */; }; + 1610B863BA0535EC6EE1C19462475E72 /* UIView+TUIToast.m in Sources */ = {isa = PBXBuildFile; fileRef = B7AC52C17666EC6525CFE7E07F4A589A /* UIView+TUIToast.m */; }; 163E08920F38F4A3A74B0A35FD597187 /* TUIFileViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0B4DA09A4C7ACAD1E2999D1666D104 /* TUIFileViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 164B67EBBDE420384CAF0F06920C792C /* LLScreenshotWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = EB313BC7A26F886148DD5DBE4DF6B8AF /* LLScreenshotWindow.m */; }; + 164B67EBBDE420384CAF0F06920C792C /* LLScreenshotWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C752947A3FA1580AAB20F6B0B27C3D3 /* LLScreenshotWindow.m */; }; 1656B9D27D1BA93D6059B296C904133E /* TUIReplyPreviewBar_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D0B68F7A77EDEFA15C6E04F186A7F3A /* TUIReplyPreviewBar_Minimalist.m */; }; 165A8DE46D543687290F8E1D51D840B5 /* TUIMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = D823AC827B20FC55FDF20096733C2DED /* TUIMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1666974398EBC614E14C3ED751817DEC /* TUIReplyMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 72E629B3799C8A0D6ED71D0245E94C3D /* TUIReplyMessageCell_Minimalist.m */; }; - 168889E3E897E6D6102A2AA7F7C47496 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 60F0ACFACE35B256864B519DB9B6FD16 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 168889E3E897E6D6102A2AA7F7C47496 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F91BD9011660A2963C27ED05F7B969 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 169BAF0DC05D4A1120A42CD58CC2B734 /* TUIMessageCellConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DCB549AB857DE04EF1BDD48B0B2D30AA /* TUIMessageCellConfig.m */; }; - 16AFA6D6E8F1248018BCE8790512E025 /* UIBezierPath+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = C5D2969988E90C9E62DEF88128586039 /* UIBezierPath+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 16AFA6D6E8F1248018BCE8790512E025 /* UIBezierPath+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = E404B643ED5DEB29532CF81CA9ADD872 /* UIBezierPath+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; 16BCD075FF40919A76C360EC65C08D6D /* TUIImageMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 847E02600FDAECBC9FDB61964C06D149 /* TUIImageMessageCell_Minimalist.m */; }; - 16E8AE5D56A9B2A4CE94E0524B766F36 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 16EE019CA76F9E38EA0374860056B703 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 014493B443F63C3E3682E9F5D1A7FF7D /* decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1709DA959BE17156FAA0A342D697AD9E /* LLFilterTextFieldModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E761F0F71FD3449DAC91AC2FC0119E53 /* LLFilterTextFieldModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17134C3258CDB162F0507654B177CAE3 /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E8080977476EDE067C7237FB558235B /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17341EDF872432C3966B77976F3E0470 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BED68C538A19A37E9526D13D95F95CA9 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1736D947C34A78105163B59F020A544D /* OSSHttpResponseParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B67587D4C6EDE3D3F984451E994D0B8B /* OSSHttpResponseParser.m */; }; - 1774A298FAFA92BC78E66AC99E59F872 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 80A9E7D4BFA9F54864B54934B2C3B3CD /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1783296E08DA2357148CEDACCE3A9351 /* LLTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = AF2FAF58CD50FE84E591FC8FD56FF4A5 /* LLTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1793EBF429D3B819DF85B917A20C3072 /* UIDevice+QCloudFCUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 052F3DC77C8AA502465D6B2B089B0961 /* UIDevice+QCloudFCUUID.m */; }; - 179413BD936A98D571223DDA39AB9786 /* UIActionSheet+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B88A3739A28696C3C8546E4FA37BB037 /* UIActionSheet+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17A4935F78766E41FC29D1D668146EF3 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = A573B609D6C8B39620770CD5BA15CD68 /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17B48B33392526B1458B2457E3BB0A18 /* OSSDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BDD55090EA491AF820C3E1B6AA09D4 /* OSSDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17F4D68ACF34607576312AF772CE41BE /* QCloudUniversalPath.m in Sources */ = {isa = PBXBuildFile; fileRef = EFF85A1204CF96BC0A1D721E19FB41E8 /* QCloudUniversalPath.m */; }; - 181244DB18F7C1582B1E1E23866F1B4C /* LLCrashModel.m in Sources */ = {isa = PBXBuildFile; fileRef = ABCFAE80AC277547100AC9A23CC81757 /* LLCrashModel.m */; }; - 1839437DDEA6EB16A5239F19484FDC2F /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E5E0E5B578A2414D1DF536E421A68252 /* NSIndexSet+RACSequenceAdditions.m */; }; - 183E110CA013E24F20547A3F1C164DCF /* LLWidgetBorderComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = BBF62AF43F45AA5E1F4B4AD591E48609 /* LLWidgetBorderComponent.m */; }; - 183EE7C43F799CF27B036AE0A6112DF7 /* LLConvenientScreenshotComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = AFFB2CEAD3DD982A686F05DC9DA2014D /* LLConvenientScreenshotComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 184854BDED0C9D6456E0DAB1A8315A87 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B36C796F49BEF7ABEF89640467C9035F /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 16E8AE5D56A9B2A4CE94E0524B766F36 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 16F346F348F8A8D14512D2A3A114BBE2 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D9845B44B14CE5943AC59A347768DB /* SDWebImageDefine.m */; }; + 16FDEB673A85CD559D14385C5C1D3EB2 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = C94D840507F0DE29EF2CD825391F46EE /* SDAssociatedObject.m */; }; + 1709DA959BE17156FAA0A342D697AD9E /* LLFilterTextFieldModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D30463606528C5643383D404620917BF /* LLFilterTextFieldModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17134C3258CDB162F0507654B177CAE3 /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F56FCD40988D0D16ADBFEFDAC8F940 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17341EDF872432C3966B77976F3E0470 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF809449F5DA0E87D232F7FFC3D7FE0 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1736D947C34A78105163B59F020A544D /* OSSHttpResponseParser.m in Sources */ = {isa = PBXBuildFile; fileRef = DA795A22EA2A858B12D6B328E383978E /* OSSHttpResponseParser.m */; }; + 1739C4B63D12177E58B7110F21E939EB /* SVIndefiniteAnimatedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CA2BD674F2505406C1BC8CBD24245B9 /* SVIndefiniteAnimatedView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1783296E08DA2357148CEDACCE3A9351 /* LLTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1855E88F7C3EF13E5768541649108927 /* LLTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 179413BD936A98D571223DDA39AB9786 /* UIActionSheet+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = EEBCB567E77EFBC01B50D635BDEB15BF /* UIActionSheet+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17A4935F78766E41FC29D1D668146EF3 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2801067C9C69122DC23DC6BC909DB70F /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17B48B33392526B1458B2457E3BB0A18 /* OSSDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E233A1EDF2437D7DEB3FE742F507E1C0 /* OSSDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17E197F701C51067A0CAF6DBD76F4701 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C7AAA896870F7EC6F7C410B02E7BFE2 /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 180FAD7889757093E3B3667F74ADC649 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEEA77552B0A4B2C66210604A52A9809 /* Zip.swift */; }; + 181244DB18F7C1582B1E1E23866F1B4C /* LLCrashModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 589C1CD1E1858283C55D1341BB4CA3AF /* LLCrashModel.m */; }; + 1839437DDEA6EB16A5239F19484FDC2F /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 689E731BA8875572487080B9232C4F0B /* NSIndexSet+RACSequenceAdditions.m */; }; + 183E110CA013E24F20547A3F1C164DCF /* LLWidgetBorderComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = D36B26184AF3C2810717C3EA65DC94F3 /* LLWidgetBorderComponent.m */; }; + 183EE7C43F799CF27B036AE0A6112DF7 /* LLConvenientScreenshotComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7490A08FF0137801A3F119C34303B31B /* LLConvenientScreenshotComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 184D9538BC6F42885D621E95B82A8D6C /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF3ED17E01C0120F400F6EBF74E7C98 /* UIView+WebCache.m */; }; 1865B6CB6317AC90DF084409F0CD4152 /* TUIEvaluationCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6943F10B256A54258CAE5035FAA5B1A9 /* TUIEvaluationCell.m */; }; - 18682E322F439D29319F66A3E9C4A9A0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 186B573F1BEB8A23419A02814A7741DB /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = AFA6497AF7365FFB0A6AE8D6446BD7D0 /* MJRefreshFooter.m */; }; + 186B573F1BEB8A23419A02814A7741DB /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A021E8546A96C5286F3A8124804406DF /* MJRefreshFooter.m */; }; + 19239812A8FDB3AAE294251C9781FEA5 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F2C820E0F927EBBB9BD8F28BEDEBEA /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; 194EC03A71DA3302E52801CF5B91A6F5 /* TUIChatMediaDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = DF55EB1086CF9818E4F167559D118164 /* TUIChatMediaDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19721A64F1578BB051EAA69D53C068F9 /* OSSPutSymlinkRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0A2D55C1414A8E81DC33C523BA9110 /* OSSPutSymlinkRequest.m */; }; + 196B10282AE1E6C9E26080F1565616C6 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 638A6A97C3993A02C4B01D3449F6D78D /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 19721A64F1578BB051EAA69D53C068F9 /* OSSPutSymlinkRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = F14DA0DFF5D6BDA02AB26D3D07DE5CF8 /* OSSPutSymlinkRequest.m */; }; 199196A6294CC937CEE3958AD4E2C9EA /* TUIVoiceReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 346BB8B8D2DCA50D7EDD6B1F4851028F /* TUIVoiceReplyQuoteViewData.m */; }; - 19A269F2FE0FA4F2AF8F2C68CFD25B43 /* NSObject+LL_Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F6156BAFF6E3C11F8C266239D12A47 /* NSObject+LL_Hierarchy.m */; }; + 19A269F2FE0FA4F2AF8F2C68CFD25B43 /* NSObject+LL_Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F76FF8CF60FA0B97268579CB6A00685 /* NSObject+LL_Hierarchy.m */; }; 19B9A4DC53BEC02B8BC31B8E866993D8 /* TUIUserAuthorizationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0663BAB8B009B6E38E76EB2150B766 /* TUIUserAuthorizationCenter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19C113E078F6504608AF32089C60D9D3 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C8E309E449353BA9E88041E725C3240 /* NSButton+WebCache.m */; }; - 19C2F560E7416DD8339E669039344748 /* QCloudSDKModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5185439B556CBFA05DC9C6F974A9422B /* QCloudSDKModuleManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19C76FF43F287D5446E77339B250E6B6 /* QCloudPutObjectCopyRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CBA92FBACD7C83AADAF41B7B4A6F26 /* QCloudPutObjectCopyRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19DACFADB04BA953A8491AC671B0C720 /* LLNetworkWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B972B0CD012A81F1BA6F314B6280C6 /* LLNetworkWindow.m */; }; - 19DFDD891E3940254CD1680E4779E818 /* UIColor+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = F7657EC539A94C7F0E4F7742CB6A5D5C /* UIColor+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19F8A68E37A49FF193C31BFFFF882400 /* UIView+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C73C1F8EEF212FDE5556FDC4A99AD2C /* UIView+YYText.m */; }; - 19FFEF3C65FFDF37B24E2997783F8A91 /* QCloudRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B07744061C78005223DDAF28091705 /* QCloudRequestOperation.m */; }; - 1A04F96D809081AD065C76C83B99965D /* YYCGUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = F92837A12DF81376F8A497838A9EAA5D /* YYCGUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 19C76FF43F287D5446E77339B250E6B6 /* QCloudPutObjectCopyRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = CC3F966F12EEF815DFF0E48B690BD998 /* QCloudPutObjectCopyRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 19DACFADB04BA953A8491AC671B0C720 /* LLNetworkWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 510D25D0D52CC286B88B842FA96E2F0A /* LLNetworkWindow.m */; }; + 19DFDD891E3940254CD1680E4779E818 /* UIColor+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 00488B3989DB75D7A3B0C70421704474 /* UIColor+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 19F8A68E37A49FF193C31BFFFF882400 /* UIView+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = CE8CF9497A44FD3EE04CC9C12E1F4C9F /* UIView+YYText.m */; }; + 1A04F96D809081AD065C76C83B99965D /* YYCGUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDF443ED7C58900F1B5B41DEDD69425 /* YYCGUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1A4130EBF987B83BFBE872EB0B03F7E1 /* TUIMediaView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 40DE24D75001778BCF5E78BEFD743E56 /* TUIMediaView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A49A2078BA4B66466FB930A909F6AFF /* QGMP4AnimatedImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C774508195CE16AFEAF10E844CCB0E0 /* QGMP4AnimatedImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A510F19704819EA9F9C3CFAC77CDE04 /* LLRouter+Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 88DCBC3DE4800B8BDA0B6A9F2157250D /* LLRouter+Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A51CF9668347C9AB7F0DA8A9D149399 /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D8CA32B7B18331200E33A55F2B91C6C /* RACSerialDisposable.m */; }; - 1A67437543BF681DFDFFDCB7505D7BDF /* LLLeftTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7711CAB336D62A25FA62660300F75B7A /* LLLeftTitleCell.m */; }; - 1A83CE3F38F8B12A38D9310E93D22821 /* ToneCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B041C72D07773284DD32739065F532D1 /* ToneCalculator.swift */; }; + 1A49A2078BA4B66466FB930A909F6AFF /* QGMP4AnimatedImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AE4BFC8E16DD44B32AA9262AD663CFA /* QGMP4AnimatedImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A4FAD35E00EEB00A5D23DC340F8E2BD /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 56C31FD188CC397AC44E49F3AD4CE624 /* PrivacyInfo.xcprivacy */; }; + 1A510F19704819EA9F9C3CFAC77CDE04 /* LLRouter+Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CC9063284E2BD6D97FDCC8CCB621D22 /* LLRouter+Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A51CF9668347C9AB7F0DA8A9D149399 /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = E65DCE680534588C284BC6D2D52D7CB6 /* RACSerialDisposable.m */; }; + 1A67437543BF681DFDFFDCB7505D7BDF /* LLLeftTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D3965F80483B432E620D8D1308F654 /* LLLeftTitleCell.m */; }; + 1A83CE3F38F8B12A38D9310E93D22821 /* ToneCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A24FD810991A411288FBDE77D20179BD /* ToneCalculator.swift */; }; + 1A86F274050B0ED08BC4E3B9F37A1437 /* QCloudNetworkingAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 3665252273E0A39C6048B28CE8D64917 /* QCloudNetworkingAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1A88EA8B1B58F17A5F4F8286E7715761 /* TUIConversationCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 10824CEBAEAC448CE4E6B61396A4030A /* TUIConversationCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A8F4D7FCCFAA0A692DB10B31D3C4A70 /* UITableViewHeaderFooterView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C7E86F6A25D69A1020C7E430E9328C /* UITableViewHeaderFooterView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AB046078A83CDA65C634E3919FD286F /* OfflinePushExtBusinessInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FF884162ACA1B990362FA3FBCD33B392 /* OfflinePushExtBusinessInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A8F4D7FCCFAA0A692DB10B31D3C4A70 /* UITableViewHeaderFooterView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AC6FF356CE42A303015F7D9832B5481 /* UITableViewHeaderFooterView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1ABABD6E4294C399D90B094D5E3CEC62 /* TUIMemberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C51BC4BBEAB45670F0D5A20672BA6DA /* TUIMemberCell.m */; }; - 1AC287B3981A2BBFB60D36B73A936CA9 /* LLBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B6840B1277532F157C0E5E204647E6 /* LLBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AC287B3981A2BBFB60D36B73A936CA9 /* LLBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4B70B34B56AA0935DBDE32F9F2C8F1 /* LLBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1AC6A9469252C1A5F8C977952D2AADF9 /* TUIMessageBaseDataProvider+ProtectedAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 5591E78EC7BBBBCF6967AED1BDC523B1 /* TUIMessageBaseDataProvider+ProtectedAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1ACB47DBEEA8BEFEB3157972B052813D /* QGVAPMetalRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD3E83627951C9F02E6974ADBF35643 /* QGVAPMetalRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AD405BE4CB7F4A0AC212BEAC1E2137B /* OSSDeleteMultipleObjectsRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EF4E32640150F200E41FBF0CA7EDF0E2 /* OSSDeleteMultipleObjectsRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AEBA7397BE356EB62FBA07D451124BD /* YBIBImageData.h in Headers */ = {isa = PBXBuildFile; fileRef = F0AD291BD2180AE0EEB6B5E15812E68F /* YBIBImageData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AF975E4CDD2646CF6F548029788EA20 /* VAPMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 558DF22DBEE747C372FF9D653111002F /* VAPMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1ACB47DBEEA8BEFEB3157972B052813D /* QGVAPMetalRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 18DF92D6D90B816F015398E261C0FF4C /* QGVAPMetalRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AD405BE4CB7F4A0AC212BEAC1E2137B /* OSSDeleteMultipleObjectsRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 25DD2EEAAB471451DB185D2376C63F73 /* OSSDeleteMultipleObjectsRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AEBA7397BE356EB62FBA07D451124BD /* YBIBImageData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C8B62AA42DE0739012D6269066DB548 /* YBIBImageData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AF975E4CDD2646CF6F548029788EA20 /* VAPMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBEBD0FFEECE7E2F7F62D7AB49308E2 /* VAPMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1B084B925CF7B31DC8519D8D4739882C /* TUICaptureVideoPreviewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D80C90D21F3263EE737B6A267C24B2 /* TUICaptureVideoPreviewViewController.m */; }; - 1B207575AE129EE7B0D7E92DA44878F5 /* LLTitleCellCategoryModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF1D7415B65F00E54E6FB8A7A71EB1D /* LLTitleCellCategoryModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B3954A6F476F0FC716EB39384DCC60B /* LLSandboxPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C619C80864BD2CCD830BB0FB030E262C /* LLSandboxPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B3A373C0E85F9A1613EAD66EE6CE24A /* LLMoveView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ABFDA5D5519B2CBB9975196E9D4AFA5 /* LLMoveView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B5B440676B88E51CC477BE0C3EB7BD4 /* YBIBDataMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = 29AED64486413DE1C23D030EBAA9D51A /* YBIBDataMediator.m */; }; - 1B6116293EEE0C3286026370537AA5CE /* OSSAllRequestNeededMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF888AD2D01349BB1539729BFBAE5CF /* OSSAllRequestNeededMessage.m */; }; - 1B692E7030310DA1F7F2B6D05F86E04B /* LLScreenshotActionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 672E5FEEA04009375B5912652BA1C31F /* LLScreenshotActionView.m */; }; - 1B76FA373EBE72CFEC21821905D5D5BA /* NSString+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CF28D596AE82B37A33C0FDA2C9F674A4 /* NSString+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B207575AE129EE7B0D7E92DA44878F5 /* LLTitleCellCategoryModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A30D8E7AC41420BC4C3776BCD9183220 /* LLTitleCellCategoryModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B3954A6F476F0FC716EB39384DCC60B /* LLSandboxPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E5FF2F0CDFFB3C4005386F68B9CDCF4C /* LLSandboxPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B3A373C0E85F9A1613EAD66EE6CE24A /* LLMoveView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B13FA1303F3B7FF7C5C199F4BA78C4D /* LLMoveView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B5B440676B88E51CC477BE0C3EB7BD4 /* YBIBDataMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = 6408E48B6EA2C5E5938A3C075115E744 /* YBIBDataMediator.m */; }; + 1B6116293EEE0C3286026370537AA5CE /* OSSAllRequestNeededMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB09CBC7E19024F7EFDE13C88D1D0BC /* OSSAllRequestNeededMessage.m */; }; + 1B66D35C9A33BF81B6F3001A320BBDCF /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 97662B55E2D3BE7827C64E64FF5129CC /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1B692E7030310DA1F7F2B6D05F86E04B /* LLScreenshotActionView.m in Sources */ = {isa = PBXBuildFile; fileRef = BFA188FD5F0577EED182ABEA9C56CA08 /* LLScreenshotActionView.m */; }; + 1B76FA373EBE72CFEC21821905D5D5BA /* NSString+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 265675720193C2B0F7833F07D85053EE /* NSString+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1B8F7D81A81335BD6EE944E32F282155 /* TUIChatShortcutMenuView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ECBC2998B1180A23676A54D19B5A5E4 /* TUIChatShortcutMenuView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B987F2F6A7E8E26E65DB160059FC9B4 /* NSError+QCloudNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = A9C922E189897BDF10AF0987565B9277 /* NSError+QCloudNetworking.m */; }; - 1B9D8386A8FFB1D6F356D2CF34C963C8 /* IQUIView+IQKeyboardToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 241C716412E075F29B1A0C7266EC0C5B /* IQUIView+IQKeyboardToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BAC69260156BD0B7C09BAE5D070F0D0 /* YBIBDataMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A4C7B30FB80EE6DA2BC816069ABC236 /* YBIBDataMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BB983BF6D8EEE655E46C1827B440BDC /* LLRouter+Location.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC75F3F2A316111778CCAFE092D45E1 /* LLRouter+Location.m */; }; - 1C0FA6017CAD67C1A80FFA70024FC6FD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 73C7D844511054DD693E1F939A8C33BF /* JXCategoryIndicatorCell.m */; }; - 1C1981F586580F36AD0A64C5CF544828 /* QCloudSupervisoryRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2FC80F534ADF9E089715A5F9199080 /* QCloudSupervisoryRecord.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C1BC9F0555B36914FF5278D30152DE6 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = A43FC8D677FBFD53EFF8F43679E524BE /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C22B241E957CFDBB1D07D3A71036180 /* QCloudFileOffsetBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C10AE388C2BA01DAA2F0CD6469EE068 /* QCloudFileOffsetBody.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B9D8386A8FFB1D6F356D2CF34C963C8 /* IQUIView+IQKeyboardToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = B441A6373C1E088EE6EED95A41B3CBB8 /* IQUIView+IQKeyboardToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1BAC69260156BD0B7C09BAE5D070F0D0 /* YBIBDataMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B866D6573CA6ABD00E538575C27825 /* YBIBDataMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1BB983BF6D8EEE655E46C1827B440BDC /* LLRouter+Location.m in Sources */ = {isa = PBXBuildFile; fileRef = 132311EA3D3D0C3EA6F5F3A0521A4D93 /* LLRouter+Location.m */; }; + 1C004246CB43EB2E1D74CD4F79BF1312 /* TUITool.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9021474921AF35345BD06EBD2AB531 /* TUITool.m */; }; + 1C0FA6017CAD67C1A80FFA70024FC6FD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A24ADA535CAD68D8DBC86144221482A /* JXCategoryIndicatorCell.m */; }; + 1C1BC9F0555B36914FF5278D30152DE6 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9856BB10A8562D7F9D5933B4BD933D /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1C32D148086B522735E5F594A1A5E83C /* TUIMemberCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6410F3572F9138679FC972A9B789A516 /* TUIMemberCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1C33563366E431D94591828C74345802 /* TUICaptureVideoPreviewViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 929A960D01E2CCD3DED5C21784B95109 /* TUICaptureVideoPreviewViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C5C3CF2E557AB6152CB1B8AA84A091F /* LLTitleSwitchCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = FBCCAA9179C058685DA8DD825C11AEC2 /* LLTitleSwitchCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C6A9BE75AF46B08D04DEBB8DA4D687A /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = B32E21934BB2E8E0CED0C7F3AE0919D7 /* NSObject+RACSelectorSignal.m */; }; - 1CB3978B07A69A3A020E5CF64D0AAF29 /* YYTextUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9B08AD35EE6AE7E86E91C31D8A0F8B /* YYTextUtilities.m */; }; - 1CDFABA9B2A06A4238E706017BE1F38A /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA596AF09DC25D4F318AC46F7C2DE57 /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CF603ECBB53C159F112D436B98F2164 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 65F07C155D2D631830BBEFC4B3175AEB /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1CFE8430D74AFCAE00AE9BC26D991597 /* QCloudXMLDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F082B671EE3CBA5A36ECBB1394A10FB /* QCloudXMLDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D00181E61A74B66B145897150943E83 /* IQUIView+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1031BE5D760A9D6E9F25A5C9048469B3 /* IQUIView+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D041E2F10BFC8928AF292E41D751185 /* QCloudBizHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 74EB775AD342740E22D7202CF44739C7 /* QCloudBizHTTPRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D1E7D0BB03DA45493DC69423238FA9F /* GPBArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 838794DEBE70D2339D218F6BC2E11FEF /* GPBArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1DA6425591FB0175B15CD159F3DE1152 /* QGBaseDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 74E90077F43AB33C2B68679AA9A70863 /* QGBaseDecoder.m */; }; - 1DAB5545C9D05F2EC60A1D938A24ED3F /* GPBTimestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = DBBE92C497FB7032E00ECB99BEAAABD8 /* GPBTimestamp.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1DBD47E3CBCD2A8998F50A75FE960DEC /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 334DED8C53FD541D90D3B63F4C9CE8E1 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DC161351EBD409CC622E826340E4FD8 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 513EDB94C0EFD0FB669D4887555BA589 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C5C3CF2E557AB6152CB1B8AA84A091F /* LLTitleSwitchCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5182CFBF9CE6C14CD5D2981F3DEF8EBA /* LLTitleSwitchCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C6A9BE75AF46B08D04DEBB8DA4D687A /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C5C9580463D4BC225232992B1A2346A /* NSObject+RACSelectorSignal.m */; }; + 1C73DE4D8B5385AEC654352085540A3E /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = B19BC4A7D0774600DB844FBF06D0D30B /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C7E283B15774402EE141D521B4303AE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E1190F72ECC2B974637F251B42EF5AE /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CB3978B07A69A3A020E5CF64D0AAF29 /* YYTextUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E6DA3543B1B2069982BAA3DF7353DFA /* YYTextUtilities.m */; }; + 1CD76258A5BEB41260923C90D1E32EB0 /* Zip.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A09D5BA8C0CB662524A1F5F4247022 /* Zip.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CDFABA9B2A06A4238E706017BE1F38A /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = B42754A4CBCE45F1BE3DD58CFE199DE5 /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D00181E61A74B66B145897150943E83 /* IQUIView+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 57771C12BD6038BAC576B16C8F4B2B3E /* IQUIView+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D1E7D0BB03DA45493DC69423238FA9F /* GPBArray.h in Headers */ = {isa = PBXBuildFile; fileRef = D4955FC04A2235BF976C2988558B8204 /* GPBArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D23463E3A50A1D70FC1728AEE7108E1 /* QCloudFileOffsetBody.m in Sources */ = {isa = PBXBuildFile; fileRef = 714A7E9F35B0AFE4F40C095A65847036 /* QCloudFileOffsetBody.m */; }; + 1DA6425591FB0175B15CD159F3DE1152 /* QGBaseDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F4DB9ACE48351F932075A6BDE02665 /* QGBaseDecoder.m */; }; + 1DAB5545C9D05F2EC60A1D938A24ED3F /* GPBTimestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 904BCA9F9F9AB430042B967174BFB6E5 /* GPBTimestamp.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1DC161351EBD409CC622E826340E4FD8 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4909FE00168A9552A0CEBCA2AA2C3C55 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1DD390AAE4117EFC349CF165BF2F1F4A /* TUIRepliesDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 13CC9D78787F0E0390A490F2BA590C48 /* TUIRepliesDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E164D7C173C2F8DE4FE3B9BCA1B7D5E /* LLWidgetBorderWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CBCFAADE686D81BA69E3799EBE3789 /* LLWidgetBorderWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1DE877A13DB90FC8367A514C9608FD86 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1288B386292F09E707868717F802486D /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1E164D7C173C2F8DE4FE3B9BCA1B7D5E /* LLWidgetBorderWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 890153430B0E9C11C57F44FF264AA168 /* LLWidgetBorderWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1E21EC92014C5CBC9302156F4AD875E6 /* TUIAIDenoiseSignatureManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CB1AD5888C5F20CC7583A80D346B3A81 /* TUIAIDenoiseSignatureManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E316F966BC4E74A30EB1F5AB1271E95 /* UIImage+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 623F3004FBB3625FB6DE1B1DA2871059 /* UIImage+YYWebImage.m */; }; - 1E68EA83555FEA00CE72842EE243900E /* TZImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A30C065247D0D713F216F91EB2CCE0A1 /* TZImagePickerController-dummy.m */; }; - 1E7A2784DC4E0347AB6BFA4BB92AFBBC /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 69365D42E1B30FF35DC8561E851C72D8 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E7E7FD4804A0853A98EB2B394F6EFE8 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B03A7927C1DBBD7EC530C86B7C22BCE1 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E97AF0E5440658BC17A2B3658916169 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = D86DA65E0F51A4D4E5169E34D21247A5 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EB0F9BC9841E472E1B6E1B0ADD3007C /* FMDB-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7419C5AE8251BEFC0F64A5B6585B79A /* FMDB-dummy.m */; }; - 1EB9BE5FF838870876DCE0845DB1C834 /* MQTTCFSocketDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FA706F595B8ECCEB0E77FAEC1B217A7B /* MQTTCFSocketDecoder.m */; }; - 1ED89740B89EDD77218FC43513F375F6 /* QCloudAppendObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DFC0BEE18F9B338EBED87AC7B5F8AA3 /* QCloudAppendObjectRequest.m */; }; - 1F255700661347843AD0580B1AA7D6A5 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F5F218E51C83DB84A07324371BD32B /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E316F966BC4E74A30EB1F5AB1271E95 /* UIImage+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 833BE3E542AA38C5E7344AD4A4B865D9 /* UIImage+YYWebImage.m */; }; + 1E5AC50E298D8F8B2D4BED991868E553 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 007FE70935BE7FD8FDA066D88EF70DC9 /* UIImageView+HighlightedWebCache.m */; }; + 1E5CE671FD69157F942EEE0B78A3DB55 /* QCloudLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B38E9AB7E7D4AF84B4591B606DD36B /* QCloudLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E68EA83555FEA00CE72842EE243900E /* TZImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2D0DB06DF8DC8C78423EFE96BE5DD71 /* TZImagePickerController-dummy.m */; }; + 1EB0F9BC9841E472E1B6E1B0ADD3007C /* FMDB-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 79F13171DDE1EABB548A68FE2430E930 /* FMDB-dummy.m */; }; + 1EB9BE5FF838870876DCE0845DB1C834 /* MQTTCFSocketDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EE8FB5CF307730B5DD29A98EFA636352 /* MQTTCFSocketDecoder.m */; }; + 1ED89740B89EDD77218FC43513F375F6 /* QCloudAppendObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = BDD0C5D3C9520E03D3547BEC3916B97F /* QCloudAppendObjectRequest.m */; }; + 1EE0146283EABBCD01C5DD2347DBC76E /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = DF20F79E4150304A20C2F5E13E839E4F /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F255700661347843AD0580B1AA7D6A5 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 72AE6588BFE6A75AA6083F1285FF3DD3 /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1F2A15A88E68374531919D6AA878B072 /* TUIConversationCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = C29756442762FD77052A400C23560F33 /* TUIConversationCell_Minimalist.m */; }; - 1F4D555FB782C754FB11E8EACD4F54D5 /* QCloudSupervisorySession.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6AECE95982DB22F5E502FCB987D0DB /* QCloudSupervisorySession.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1F51F5B325F8FF9B667244676155648D /* TUIRecordView.m in Sources */ = {isa = PBXBuildFile; fileRef = 86CB648AB8AA849054A90FDEE3115821 /* TUIRecordView.m */; }; - 1F6A039816A26CD2C96A4D490BFD4719 /* UIView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = FB55D561B0427F73A37BDD783B483A09 /* UIView+YYAdd.m */; }; - 1F778CA18D1F4A50D9F15280B25D10EB /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A1DC10EF0C09312CD645E0AF3D7439 /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F6A039816A26CD2C96A4D490BFD4719 /* UIView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC555EFB5A05066780D94E2250AD844 /* UIView+YYAdd.m */; }; + 1F778CA18D1F4A50D9F15280B25D10EB /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA38F53EFC36732D8C26364FA994A60 /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F886B6C968E7173B43A62711672269F /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD2FB1C1AF12FD2F43A7A474EFB8BBD /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F9916BE8D97E615AB6FD97C16022A7C /* TUIConversationCellData_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B5CBEF9476C1128396E8D8CA480DFB /* TUIConversationCellData_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1FA2D98BDA02FCFCB1EF5FE132845695 /* MQTTMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = A0A728336F6246D24DED8C58925854E5 /* MQTTMessage.m */; }; + 1FA2D98BDA02FCFCB1EF5FE132845695 /* MQTTMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 786D7572263C04DEF0F99AA9E20A45CA /* MQTTMessage.m */; }; + 1FA5F01FE8E1AABFED429C843A6C4B1A /* YYImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8136D98974C2BA2E2E8A3840AD0F0F82 /* YYImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FA60C0C91A6441D006D047554757B4F /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = F86DED879C05CE4737F8A450EBDB016E /* NSBezierPath+SDRoundedCorners.m */; }; 1FAF73836D42F14AC6E3EBA461DC5DC1 /* TUIGroupPendencyController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AF18CA26422804654DF44D2F04846A7 /* TUIGroupPendencyController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1FBC61AD6C848603C1B3AE2B8CE82C0F /* YBIBImageCache+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE1DA34852DAF66DAD591519DC73EE7 /* YBIBImageCache+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20178306661E1BEF7B96CDC1FAC1FB4F /* sharpyuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A134B62F97284007A18D1FEA61377950 /* sharpyuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2017B51D3FD025A213FD8964EE2D4828 /* QCloudPutObjectRequest+CustomBuild.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E30DD2E6EACC0D6E1AC4B882A63B165 /* QCloudPutObjectRequest+CustomBuild.m */; }; - 20457E2CD2C85D05F0E1103073208078 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2897465C7E615AE1516A01D76DDD4CF0 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1FBC61AD6C848603C1B3AE2B8CE82C0F /* YBIBImageCache+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DC178CD5988433CBE69AB0C842779361 /* YBIBImageCache+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FE99EBBE4B8B8106ECD6DB86B8A432A /* QCloudSHAPart.m in Sources */ = {isa = PBXBuildFile; fileRef = B1AE1D60F0AA8CD0A0EB752396C2B1A7 /* QCloudSHAPart.m */; }; + 2017B51D3FD025A213FD8964EE2D4828 /* QCloudPutObjectRequest+CustomBuild.m in Sources */ = {isa = PBXBuildFile; fileRef = 8439C0267A6D2DB1EB10DC3E7702264E /* QCloudPutObjectRequest+CustomBuild.m */; }; + 20194E362EB6694F2EBC78CC04A17C90 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A1E0C78B61397735341B357D9D3AAC /* SDDiskCache.m */; }; 2057F6562DC29DA42E08146B61CB9C67 /* TUIGroupPendencyDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B154008DDCC90A8341E90151A21F2D /* TUIGroupPendencyDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 207767E3C84AFE84909E4E5B68D83361 /* QCloudUploadPartRequestRetryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E0C10E8175502CA91376FA006DC639B /* QCloudUploadPartRequestRetryHandler.m */; }; - 207791430D1E92DF86EA8E7CE685BE30 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = AC4D329644DEE93BABC33463AEDA1D67 /* RACSignalSequence.m */; }; - 208BEDB36FB621C1B663E1C0FC7C1C70 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = C91DCFA49F944029C6FC01F11E1523C2 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2090A8784B34EEB48CF93B29A206CFD1 /* OSSBolts.m in Sources */ = {isa = PBXBuildFile; fileRef = A98B45B96F67A668A3EBE9B4D3BD12EF /* OSSBolts.m */; }; - 20931126768579145590E20B9C13D2A9 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9177A1E1CB5989389C44C78FE0A269BA /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20A05486F312C1B722CA644B7DB2D261 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E216BE9228887E06127F9CE98FF3C16 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20BB3C9D99AB44BE4296DC7C6D65F593 /* QCloudURLTools.h in Headers */ = {isa = PBXBuildFile; fileRef = EAAC33A7F3159675ED218F9748204503 /* QCloudURLTools.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20C8C3F1EAD912C389E97AED712EEFA5 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF2A79A1CCAD410454C190955386D1C /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20D5706AD3ED295B4FBACD8825DC3A1E /* JXPagerListRefreshView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9769F3CB66237CD67D3373761DCB0AAC /* JXPagerListRefreshView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20E686FAD25DE13DBF0100E5EA1AD736 /* NSObject+LL_Runtime.m in Sources */ = {isa = PBXBuildFile; fileRef = 5842D6A6D34AB9EC8BDFC6AD6FE2FF4A /* NSObject+LL_Runtime.m */; }; - 20EBE3D9DF1CEEE31D37208650BF227F /* UIPasteboard+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B9D372EBAFFD39011BBCC04E81130E9 /* UIPasteboard+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20EF28E3B7DFA61B05BC046A45B87E3D /* YYWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FC55E3804B2539EB8C9446130189B6DC /* YYWebImageOperation.m */; }; - 20FBBC12322412237D48D3695D98E043 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE2C013F88A45440FC7DB25E09015410 /* JXCategoryDotView.m */; }; - 2106112EF01B53D54A2E3E8692DD9F3E /* OSSBolts.h in Headers */ = {isa = PBXBuildFile; fileRef = E76FF91F73392067A0842DA01AECC136 /* OSSBolts.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2119E866324CBCDC3F7FBF172EFAA7B1 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A22F912D671BD9C38E83D82CD609F5 /* SDImageLoadersManager.m */; }; - 21671B106FE886E6E45802EB0136FBBB /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D488DBC8E27EED6616FE1AFFF663B7D7 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2175B894008D948C762468307BA677B8 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 697FDC9C6A90677F41687893EF5DA394 /* RTLManager.m */; }; - 218D200739200D1CEF369D4CC9439808 /* QCloudListMultipartRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B82B3EDD249F0E3B38E27E46363778 /* QCloudListMultipartRequest.m */; }; - 21A4A0EA8A604BB80541D29DE11037EF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B0067B68C01AB3887A364BABB15A12 /* CoreGraphics.framework */; }; - 21B18C7766AC0DB87C15056676C5D216 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 9913A2617E39A9B8B72732889C727C44 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 207791430D1E92DF86EA8E7CE685BE30 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 551ABC649EEA51200060F1F7C3F57132 /* RACSignalSequence.m */; }; + 2090A8784B34EEB48CF93B29A206CFD1 /* OSSBolts.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E867AE8B63ACE49D9AC98C1749095F6 /* OSSBolts.m */; }; + 2092AC6162B0FC8106BA40CD4D22F3A4 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 7022FBC556B9CA5B4E6D51B7AD698432 /* zip.c */; }; + 20A8089A0FDE71C8F463346557F8A530 /* QCloudThreadSafeMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1F4C035F743427B58CCC11179F6958 /* QCloudThreadSafeMutableDictionary.m */; }; + 20A9C126ACCDF8CA9A310AAD2B7016BA /* QCloudPingTester.h in Headers */ = {isa = PBXBuildFile; fileRef = F817E53C41B4D5F143EB8109CB5845D1 /* QCloudPingTester.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20D5706AD3ED295B4FBACD8825DC3A1E /* JXPagerListRefreshView.h in Headers */ = {isa = PBXBuildFile; fileRef = 627D1BE347287B9CA4A624D808B14D60 /* JXPagerListRefreshView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20E686FAD25DE13DBF0100E5EA1AD736 /* NSObject+LL_Runtime.m in Sources */ = {isa = PBXBuildFile; fileRef = D8C38AB37CC01D2BF92A6F21F6668A59 /* NSObject+LL_Runtime.m */; }; + 20EBE3D9DF1CEEE31D37208650BF227F /* UIPasteboard+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE64AE313CD95A5E51DD060BAA96720 /* UIPasteboard+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20EF28E3B7DFA61B05BC046A45B87E3D /* YYWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 02CA183B394FBE7CD08E85A199F13AC4 /* YYWebImageOperation.m */; }; + 20FBBC12322412237D48D3695D98E043 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF2EC716609EDE0E37C7587DD83EDF53 /* JXCategoryDotView.m */; }; + 2106112EF01B53D54A2E3E8692DD9F3E /* OSSBolts.h in Headers */ = {isa = PBXBuildFile; fileRef = 08DA0B8F08F358AE20EABF32F7564003 /* OSSBolts.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2175B894008D948C762468307BA677B8 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C8F3FF4B3529CCBADD7CCAC157DFE0 /* RTLManager.m */; }; + 218D200739200D1CEF369D4CC9439808 /* QCloudListMultipartRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 95650BEAA8431C22742BE6230CF7D621 /* QCloudListMultipartRequest.m */; }; + 21A4A0EA8A604BB80541D29DE11037EF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */; }; 21B55A47D98676DDAB0C3429309FF149 /* TUIGroupPinPageViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 16AAD6577B4751C59BFF8318341DDDAB /* TUIGroupPinPageViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21E9FD119F1C6A58207307462BFD36D9 /* LLPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 70E6C8F929E89E6D1E63DFE36986AE01 /* LLPickerView.m */; }; - 222B1215A3546220404A36DE8C77D557 /* LLFilterLabelModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2821D8DBECE9A3C19ACBE64E10681516 /* LLFilterLabelModel.m */; }; - 22516EA77E7120000632C30BD9A03927 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = E5430B61F1535179412C3298C4B8816E /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 225F924255C41D53958FEB795EB51FDE /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F49515474D94F5D1BC16E8BF0451BA6 /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 21C52057EB2D0ACB817D3CD316BB3A0A /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 3173F3BF33F6E8DC61EE86DBB05B5052 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 21DED56EE0AC170F6C31912A8F674BFA /* TUICommonModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EBAF584B696CB221C9BEC2A9B9E812 /* TUICommonModel.m */; }; + 21E9FD119F1C6A58207307462BFD36D9 /* LLPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = A76744F11AA8602D4237DC3AF34728A4 /* LLPickerView.m */; }; + 222B1215A3546220404A36DE8C77D557 /* LLFilterLabelModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 76F037279CD56A9B25F46F927A522E2D /* LLFilterLabelModel.m */; }; + 22516EA77E7120000632C30BD9A03927 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = F08D98A5664DA0C8A6662E6AC2AB391F /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 225F924255C41D53958FEB795EB51FDE /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 67934A6592EAC88CF17F628887214842 /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; 226FC180B89097ED97EC6463BA0A9061 /* TUIMoreView.h in Headers */ = {isa = PBXBuildFile; fileRef = 955E405DBAF6E8AC856E5284FFC13751 /* TUIMoreView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 227942D76BAAE37263A3FA2212B17B80 /* QGMP4HWDFileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 88A2ED2A1032291042DC260644022682 /* QGMP4HWDFileInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 227AF40520F47C730178C6B4767D80CF /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4668CDA61453AE45C06B5ED2DB0B0520 /* PrivacyInfo.xcprivacy */; }; - 22AC6D2EF135D2E7DFEB542C30CF2EA7 /* GPBCodedOutputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D1BF4079BD07F4564B6FC5D9AD29C91 /* GPBCodedOutputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22C38AE7AB145224FF646303AFED11D2 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D4A89FDEABCA149509D2610849CF63D7 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22F72E872A783A8AB4670B5037787DD6 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 51ECC2497E7E3CE715361897E1C66AC4 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22FDDB35C14D5DCBB55E8890EAC38990 /* LLRulerPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B92838BE8B1A42670B845820CB759CB9 /* LLRulerPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 227942D76BAAE37263A3FA2212B17B80 /* QGMP4HWDFileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E498C146F3763FA85363DD2D438C6C2 /* QGMP4HWDFileInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22943252A84DF382B2691AC9BD62A478 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCFD254093B90F194D64E84096704FF /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22AC6D2EF135D2E7DFEB542C30CF2EA7 /* GPBCodedOutputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = DB320FBD054ECD8A41EDF4434188709E /* GPBCodedOutputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22C38AE7AB145224FF646303AFED11D2 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7096A1158EB8A99D16D9E5332199FC5D /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22F72E872A783A8AB4670B5037787DD6 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBE604246A14DDACEE5B7D3DB5F3978 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22FDDB35C14D5DCBB55E8890EAC38990 /* LLRulerPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A409BB8F8B7AC0E7878B123A0B09B73 /* LLRulerPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 23093C257293F66D6C3433273468A8C2 /* TUIImageMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2321C1B30776D9537BF1098966CE81BB /* TUIImageMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2324D454F6A4089B830BD72BBC35411A /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BA2460BEC774C2B520E7E4AA6E31D4F /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 233E51DC2087F23EA20386DC72853960 /* DataStructs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 828D6CA863C2CEC912510CCD83ECC1FB /* DataStructs.swift */; }; - 2367C84B8D1F6B0C8F5D345018A071FE /* QCloudSignatureProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4921D54DF57037990148DED5974A9B /* QCloudSignatureProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2395CE03CE80FC5F9A7F61C48270618B /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = E74F9C60664CBFB20EA9BF1CD45853F6 /* JXCategoryViewAnimator.m */; }; - 23A64C3370CAFA6B2F283531941DFD0E /* QCloudUploadPartRequestRetryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BCD3D74A1BA116AC477521177D2AD7 /* QCloudUploadPartRequestRetryHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 232E9F2F0D258223FDCA94B33DCF5C71 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = C2288308C6419416BA829C87795D6DDC /* UIImage+MemoryCacheCost.m */; }; + 2331D00727007EAB9314B35F41654415 /* QCloudServiceConfiguration+Quality.h in Headers */ = {isa = PBXBuildFile; fileRef = 95A4285B4C74A99A0977F891F90886E5 /* QCloudServiceConfiguration+Quality.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 233E51DC2087F23EA20386DC72853960 /* DataStructs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706CE950759BD5B8D3582CD95D4A7A66 /* DataStructs.swift */; }; + 2368FE9C9540670B3B75569F668E831F /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B10AF1A001295A18B7C4560FF2DA889 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2395CE03CE80FC5F9A7F61C48270618B /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4844667E276822CA388F68498A76D87C /* JXCategoryViewAnimator.m */; }; + 23EA26CBCC4874B86D1614A740277359 /* OfflinePushExtInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4EDE133919220DA0DB77266DD4F290 /* OfflinePushExtInfo.m */; }; 23FCBDA9D597364E429831B3D99759B0 /* TUIConversation-TUIConversation_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = FC14DF02839D1B209B22801C7FCC416B /* TUIConversation-TUIConversation_Privacy */; }; - 240202AD1C01F1C9F0E89B816F9972CA /* IQKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BAE3CA1A2F7CC361F3AD4EA2A5F38A46 /* IQKeyboardManager.m */; }; - 24211D20F9094CD869C245C8E2B4E51B /* NSAttributedString+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = 977F1E2C35AB1341C1F8E208B95D7DF9 /* NSAttributedString+YYText.m */; }; - 244415898475C361F53B52BC1A34407E /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0684286BE588AD832BA8C677DCF5C671 /* RACKVOProxy.m */; }; - 24442D875873F555693DB07D281EBCE7 /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB965A81E3DB8E6A8A9FFC57FE6553B /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 240202AD1C01F1C9F0E89B816F9972CA /* IQKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E479053894FB05520F23F458F94F0E9D /* IQKeyboardManager.m */; }; + 24211D20F9094CD869C245C8E2B4E51B /* NSAttributedString+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C8AA12B7241F4D219B648331C28462C /* NSAttributedString+YYText.m */; }; + 242803B20F60D74356D7EE93DDEEAFB7 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2F50726B73AFA95C2E2546DB1C370E8A /* PrivacyInfo.xcprivacy */; }; + 244415898475C361F53B52BC1A34407E /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5336613FAB00950756F8EF070E1EC3 /* RACKVOProxy.m */; }; + 24442D875873F555693DB07D281EBCE7 /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FD7FE05D6F0C7FAAF761F0D5E9153A2 /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; 24459D31D79BC45B66F28AD4B04BC7EE /* TUIVideoCollectionCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C7865F99FD95F09847F533F33A10298 /* TUIVideoCollectionCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2449C8B0EB6B6CC15177374244576576 /* TUIConversationListController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 43DF364C2CA875E492429347063A32C3 /* TUIConversationListController_Minimalist.m */; }; - 244E5100AADACE8DE503C2DFF555AE70 /* UIResponder+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = F3BFBA7BD94C931B80A10837F5F4A10A /* UIResponder+LL_Utils.m */; }; - 245B6ACACDE1FB4106D9D4393A5660EF /* UIResponder+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A72A8E9C73A1AFAFBFFC02A5579F23 /* UIResponder+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2464EF992E53925D4D35E104F675E25B /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E09CB1F8712CEBC8AF29845E3E094C2 /* BRResultModel.m */; }; + 244E5100AADACE8DE503C2DFF555AE70 /* UIResponder+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA1D9869B855CECA575D29FE20B05A4 /* UIResponder+LL_Utils.m */; }; + 245B6ACACDE1FB4106D9D4393A5660EF /* UIResponder+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F3611B04E8B3F621AF5E904021CEA55 /* UIResponder+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2464EF992E53925D4D35E104F675E25B /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D2E81E04FEEE3B2A1AD1209DE9736FFE /* BRResultModel.m */; }; 246E420A9CA548179D9E81BF7E860337 /* TUITextReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 25264920B108DDF704289AD5810D5746 /* TUITextReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 246E5F3CC4B4CE9C68897415CBE64AE3 /* QCloudAuthentationV4Creator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D53F42BFA6BF31AD142C5117BB2CD10 /* QCloudAuthentationV4Creator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 249E3D3827CC9DC425F345A302673A3D /* UITableView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D6FE190AD5AD901796B3A1496940A493 /* UITableView+YYAdd.m */; }; - 24AB7D689667544B52182C145D36024E /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F65463BD2CA100D855096EC0BC53C922 /* SDWebImageWebPCoder-dummy.m */; }; - 24C037622063B25E30CDFA01D616E20C /* OSSGetSymlinkRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6197C7B50545936E0C999DC85F34A649 /* OSSGetSymlinkRequest.m */; }; - 24E314129EEAFBE778C9C82AB72A075C /* QGBaseDFileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D4B6F06B24BD60D5A8E84B41C1D8CA /* QGBaseDFileInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24E963C1D6245F98BAC8A0ACCB7DE987 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E20AF8BAEDFF42624D3E09AA89D66A /* NSBundle+MJRefresh.m */; }; + 249E3D3827CC9DC425F345A302673A3D /* UITableView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ABC462CA7597105F9156B915AC9CF6B /* UITableView+YYAdd.m */; }; + 24AB7D689667544B52182C145D36024E /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AC415D6111CE238D870CA2D635456D /* SDWebImageWebPCoder-dummy.m */; }; + 24C037622063B25E30CDFA01D616E20C /* OSSGetSymlinkRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = AE17EFD39DA1FED0C991DF90920D1782 /* OSSGetSymlinkRequest.m */; }; + 24E314129EEAFBE778C9C82AB72A075C /* QGBaseDFileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C4923FDCDE2C0AF3A28A8DC5533B1A /* QGBaseDFileInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24E963C1D6245F98BAC8A0ACCB7DE987 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = AA4A2187E4B93E807D849AEFDE70CA96 /* NSBundle+MJRefresh.m */; }; 24EE1599F36B8BBD4567CB5FAB92C0D8 /* TUIMessageMediaDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 023E703941A778CDD0AA302FA5B84F2E /* TUIMessageMediaDataProvider.m */; }; - 24F4D1D56320CDA5B059665B0A21B8BF /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 759AF02F1630A1D1A0A68E6A36D7C296 /* SDWebImageOperation.m */; }; - 252AC85DC92E4607118EDDDEB724AA1C /* QCloudMainBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 642387252CAEC2179AC1B5C3E54449CB /* QCloudMainBundle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2548383D6BC425131D95CC4A8F6196A9 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DD4CD0B1E4329CD87FB920343A3D00F6 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 254DCA20BFE6BE3B7431156E217E4289 /* LLSettingComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F952366013AD3E5E9BA84A0A2236459 /* LLSettingComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2552719AC1186A233FFF8CFFC395FBA4 /* UIControl+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = B12604E41BABB52C997364A828A0B085 /* UIControl+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 255702D1853E23E30B6847F6A26402F9 /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = A9ED807F800450D9C4F837CA1F24D5D5 /* RACBlockTrampoline.m */; }; - 257BA31E9A14B16BBFEBB062FFE57588 /* OSSCocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = E4330A749A940B5AA89F9A60869460AC /* OSSCocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 257CC7240E92E33DF05F666CF70A82C9 /* LLLocationWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC75942C35CF8A1599760D941698552 /* LLLocationWindow.m */; }; - 25A1B6AF202605686AB2EE6882E0D4B4 /* LLCrashComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = EB4D80265B18933ECC0B7D05844DD0D0 /* LLCrashComponent.m */; }; + 253A8E83387A5209A26C68878AAC8234 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = A7CA711410E60BF3DE5F7BD3C3527A24 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 254DCA20BFE6BE3B7431156E217E4289 /* LLSettingComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A00C5E9735B9D65FC07B1C5B27AF3408 /* LLSettingComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2552719AC1186A233FFF8CFFC395FBA4 /* UIControl+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A525DBA7B436FA6EFEE97970DAAAE14 /* UIControl+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25564B9EEFDFECC8A5F202F2E6BF7998 /* NSString+QCloudSHA.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71578B7B34819ADBF4BF8F1DA33089C2 /* NSString+QCloudSHA.mm */; }; + 255702D1853E23E30B6847F6A26402F9 /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = E1A4DB05FD615189A519990FB357D370 /* RACBlockTrampoline.m */; }; + 257BA31E9A14B16BBFEBB062FFE57588 /* OSSCocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FECF8D323AA1AA8268F7777888B68A /* OSSCocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 257C7EDF43E77EB5F2055B6181CA1F89 /* XHLaunchAdButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FDD8F1C06E70E0AFA48D1FE75447FEE /* XHLaunchAdButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 257CC7240E92E33DF05F666CF70A82C9 /* LLLocationWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9CFAED4E5655E64094CE25F2CEDEAF /* LLLocationWindow.m */; }; + 259299EB5379BFB86F26AAB058DDABD3 /* QCloudRequestSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 132913C84BC55EE962EC6A1BF886B01F /* QCloudRequestSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25A1B6AF202605686AB2EE6882E0D4B4 /* LLCrashComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0815FE185F143ABE06EDE052D5BD13F9 /* LLCrashComponent.m */; }; 25AC8A80A698BC02607CBCE6EF0F534A /* TIMCommonModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F7B8D16F9833EEFEDEE96C81AD0D6406 /* TIMCommonModel.m */; }; 25BDB3CBC8A6914F9ECCC35EDFF3A107 /* TIMRTLUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A92360AC76FD4C5F177D22F01DB8B0D /* TIMRTLUtil.m */; }; - 25C3A2BA3CEF4D94C5C34CD8FE3FFAE2 /* UIButton+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D01045A790CB707EF8D11F839D332878 /* UIButton+RACCommandSupport.m */; }; - 26023C499783F1D1FF4E8BDCDF0F627D /* LLButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 001D0AEF9177F128239342BB59CCFEF6 /* LLButton.m */; }; - 2609AEF9B7C24A507DAE3AA17E8ECA21 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F0B0A0670EDBDBEFF4CC199510D3DC /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 261C3781EAFE595E4230B8286519FFA3 /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 646E4A6BFAE3542804E8B988D7ABB58F /* GPBExtensionRegistry.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 261EF92C048F313E01114B86B08D0E73 /* YBIBVideoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 03A96E726CD9E0A1DB0BCD921E67F763 /* YBIBVideoCell.m */; }; - 26253C143769404AB816F115EAB4E0BB /* QCloudCoreVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBB3E9EF0DEE2D12719945345EB7E5A /* QCloudCoreVersion.m */; }; - 264D6589824C0F46BBA090CBB223632D /* QCloudAuthentationV4Creator.mm in Sources */ = {isa = PBXBuildFile; fileRef = AE3B69019F2C2B619A91B7A1E9A91EA6 /* QCloudAuthentationV4Creator.mm */; }; - 266352AA446DAE8C9502E83810C174D9 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F14C2DF14D0E3CC5631975A85551119 /* JXCategoryImageView.m */; }; - 26864C3A7069851582B5EC7A80F1B991 /* QCloudEnv.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4D01471C7BA05B3A00A0FC471A0BF2 /* QCloudEnv.m */; }; + 25C3A2BA3CEF4D94C5C34CD8FE3FFAE2 /* UIButton+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 582E6A48D6537074052E018D7D490FBD /* UIButton+RACCommandSupport.m */; }; + 25C560E85A616240A146084DC820D862 /* XHLaunchAdDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = FA3153A75E6477CDE75F16B34FA0AB77 /* XHLaunchAdDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26023C499783F1D1FF4E8BDCDF0F627D /* LLButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B53796E242746AF2BD745429C1E38C0A /* LLButton.m */; }; + 2609AEF9B7C24A507DAE3AA17E8ECA21 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A16C700297E366683CBF82492B4D1B5 /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 261C3781EAFE595E4230B8286519FFA3 /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = C6A85C2197DBDBCDC2B5A1EEBB26165C /* GPBExtensionRegistry.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 261EF92C048F313E01114B86B08D0E73 /* YBIBVideoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 468A26063C8DAB42EA913F47B300E46B /* YBIBVideoCell.m */; }; + 266352AA446DAE8C9502E83810C174D9 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A5B5A5D5DC5566A0A9FA12A92A416F2 /* JXCategoryImageView.m */; }; 2698284EE0C16E2AAD90BDEDEA1842F6 /* NSTimer+TUISafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 422577C147AB7CB42594B3620AC0E0E5 /* NSTimer+TUISafe.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 269D5BD5031AE2E93B3ECD48F9FAFBFA /* YBIBAuxiliaryViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E857A504F04C7C10AEC3565A2EF8736 /* YBIBAuxiliaryViewHandler.m */; }; - 26A40AF53DF6BB6BA477623C6F75F39C /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 95A3324CA0FE1B9B3F9E4D935B5E655F /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26AF97DC3A22F159EA7F9DB85BDE57B2 /* QCloudHTTPRequest_RequestID.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BA55813AF3F0187E2A44C2CAEC0B25 /* QCloudHTTPRequest_RequestID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26B643248C0F5F6750F45EF1E720850B /* OSSSignerParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE32627DF4D8D823A089C2E192012DD /* OSSSignerParams.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26E92401D6AEE7576C4D837145CF1E2C /* UITextField+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F12302E97BCF14E1D3B73DDB4EF820 /* UITextField+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26F1CAC56EB5D4852ECA337EDC4B237B /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F51481CE626E7B7B928CD7CF0704F580 /* SDDeviceHelper.m */; }; - 27293E7084BFE6AF873BB233419CFA2D /* mz_strm_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = AE98678D412A6B7DE782583556482E18 /* mz_strm_mem.c */; }; - 27391513B13C7BD84784DD548AF04B5A /* QCloudSupervisory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3175BD5CE61F738AF88728C70A17AC8E /* QCloudSupervisory.m */; }; - 275E31BFCCEE04AFC02D1D8870026A79 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 277705D7E7F5048EBE5FE821A39F81E4 /* UIColor+TUIHexColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 55701518AB4B0314CAA3F1367384D4C2 /* UIColor+TUIHexColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 277C19821E42F4C95E1A0A826DE339E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 278CC095AE53F3DA68BE866137FCBCF9 /* LLNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = A122991B8CCF83B3BC9837E9B9333696 /* LLNavigationController.m */; }; - 27D121781BD42F4C5DE18578BB12C74A /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C0210ABFD615E6A1062A758A7331AC9 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 27F69C6688D86564B0A02D52835EF86E /* IQBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 1887F4D2942335285CFD33902DAB90D2 /* IQBarButtonItem.m */; }; - 28011D6203A46798D789585BB2F5B7F9 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = D848FDA27A465508C6D2DDDEB9516905 /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2812845AF1D794616E0087581E634778 /* QCloudHTTPRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F0702474156FAB94A2529B7D779D0F44 /* QCloudHTTPRequestDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 281D33AF6A6B0CD104A32272BB47CFD1 /* NSThread+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D545E17C337F3F6FA8468A5E3C6CCD3 /* NSThread+YYAdd.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 269D5BD5031AE2E93B3ECD48F9FAFBFA /* YBIBAuxiliaryViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 869C8A5072E327C26563DFB8D54727DD /* YBIBAuxiliaryViewHandler.m */; }; + 26A40AF53DF6BB6BA477623C6F75F39C /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FAA163095BE93E2221648E38C74F32D /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26B643248C0F5F6750F45EF1E720850B /* OSSSignerParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E956602B57DD0891043EC2A098C483 /* OSSSignerParams.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26E92401D6AEE7576C4D837145CF1E2C /* UITextField+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 831CFB1FFE0CB6C039A6E4D01B486A9C /* UITextField+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26FCD1E5FBE3D9D77FECDAD02642E43D /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 230AF7576BEE6264EB8B76A9173A67A7 /* Media.xcassets */; }; + 2722151C69E072A17F76715E055DF0C9 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 421D5FAF91F0D256E2FDCD6F5F84FD66 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27293E7084BFE6AF873BB233419CFA2D /* mz_strm_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 52642BA626F59D7221E4BBF24A11877B /* mz_strm_mem.c */; }; + 2772119E731D7B0CDF2180846D2DC956 /* QCloudAuthentationV5Creator.h in Headers */ = {isa = PBXBuildFile; fileRef = 444D729EF43C9265FE8D46B6D99B2F52 /* QCloudAuthentationV5Creator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 277C19821E42F4C95E1A0A826DE339E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 278CC095AE53F3DA68BE866137FCBCF9 /* LLNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 54FEC1AF1A0303EDEF12A571D63E5AE9 /* LLNavigationController.m */; }; + 27A1BF8FCD24A282BFFDD39E99748563 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 81EBD64145A7F2E6BB8BCFDA1E951DAE /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27F69C6688D86564B0A02D52835EF86E /* IQBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 835B14B021EA07DC58D7867C7CE29751 /* IQBarButtonItem.m */; }; + 28011D6203A46798D789585BB2F5B7F9 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EE2B0B9371108716ACC1B3666C046BE /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 281D33AF6A6B0CD104A32272BB47CFD1 /* NSThread+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 103949FE2AD9006644A5FFD43526AB3C /* NSThread+YYAdd.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 28249B2E810969D74C7A2D6E8E443C2B /* TUIMoreView.m in Sources */ = {isa = PBXBuildFile; fileRef = 63A2A2963FFE0BDF24C74D20F8916937 /* TUIMoreView.m */; }; - 284F0367BCC5DC4B79A2F844AE736CC6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A06743D5607121BF0B96A932A6EA7363 /* PrivacyInfo.xcprivacy */; }; - 2856121070FEFC1B4D77693641551510 /* YBIBPhotoAlbumManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 188FEDA05AA25015F0253CF3C2A1311E /* YBIBPhotoAlbumManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28633A871EEF62935F2466AEC155E680 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = AE2BD227372A622034B2AC24A2D2B24B /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 28732531D5DA94118DD2E8619B25B1BF /* NSData+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF0632AC66004E15AE1242C155D8A16 /* NSData+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 289F1324448E362D7F4140096F749C29 /* LLHtmlWkWebViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B2D8A9CCA85F0B562530AFC1FEC885 /* LLHtmlWkWebViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28BA94295CCC50685132AB06B8433EDC /* LLSandboxWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EEFD1789A4F6A6D74E4012B76D0AB00 /* LLSandboxWindow.m */; }; - 28BA9702905AA2B4C1E9E4878032D4E4 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 0099A22C8BA1C31D012F487D75194315 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28C71D0DD2723BBE5D5C74A64FE185A0 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 44AE97FCF15E4F9C1D3DA54A92B4B5B1 /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28C8C21D9A0A8B4F507C2EB3D13F583A /* NSUserDefaults+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C1F238A245A9334B922ADF86C25F01 /* NSUserDefaults+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28E3E4C5A831F37C5A31E5F4AC5A450A /* Timestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C20E80C571982C11FF077A63BEDA767 /* Timestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29011C485D6F50E2BCA1B491578D873B /* LLMagnifierWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5DCD20450BB0146A820F2D4940F097 /* LLMagnifierWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2856121070FEFC1B4D77693641551510 /* YBIBPhotoAlbumManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A977A13A0F44D49BC650A6CF9F44DAB8 /* YBIBPhotoAlbumManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28732531D5DA94118DD2E8619B25B1BF /* NSData+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 1628927A98308D71928566359280512A /* NSData+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 289F1324448E362D7F4140096F749C29 /* LLHtmlWkWebViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF0846A212CD41582BAE34D420B91C4 /* LLHtmlWkWebViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28BA94295CCC50685132AB06B8433EDC /* LLSandboxWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = A3809828EA996AC46D9401A4EE561E15 /* LLSandboxWindow.m */; }; + 28BA9702905AA2B4C1E9E4878032D4E4 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 00096558F95B1D42CEF9EDE1DDD9D76C /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28C1A7BD20940E2BD7D493B6D53BF859 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 87CB8F51735273867BC1F3A2280161CA /* SDWebImageCacheSerializer.m */; }; + 28C71D0DD2723BBE5D5C74A64FE185A0 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E4BAE3BCBAE046DCCDCB68F7059EACA /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28C8C21D9A0A8B4F507C2EB3D13F583A /* NSUserDefaults+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE624052147A8CCC9718FB49DB18ECA /* NSUserDefaults+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E23C2307671C138F72001C409E5CF0 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C3CF698337CC0F5D6E8A410382F268C2 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 28E3E4C5A831F37C5A31E5F4AC5A450A /* Timestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D92CD467FD52E1E982F6A3DD293A0A0 /* Timestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28F82A7A1AEB65E8928384D7F2050503 /* TUIDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = D378CF997ED4D06ECB2AE3DA1820EDE0 /* TUIDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29011C485D6F50E2BCA1B491578D873B /* LLMagnifierWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F381FEF639F504A25D7B83056FB61DA1 /* LLMagnifierWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; 29068634F1A410F813C570C9780506E4 /* TUIChatConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 423A0B9A3E18AC560EF8F42EDD8F1E0D /* TUIChatConfig.m */; }; - 292A3396ACC110FF8CC96FB0F18523E4 /* QCloudFakeRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7490703FEE0BF75E32A17CB702EACF40 /* QCloudFakeRequestOperation.m */; }; - 293C5187AD0385CC962584DB44A6FC91 /* QGMP4Box.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD50156D9B15CB388A20DB62B2E0BB0 /* QGMP4Box.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 294123664AD33921B6FD6459FB618053 /* QCloudFCUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = B453E2E3D8C067CE7A24ED9EB5F1E439 /* QCloudFCUUID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29487A98FDD202926228442180AB230E /* QCloudCOSXMLCopyObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4FF55ACDBF05D5851592739846E2BB /* QCloudCOSXMLCopyObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29489009B707CF4D904BEF00214A77C5 /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 427488FBC941453A919AEC0ACBFF10DF /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 296C857B92C63CEE26305DF575D37AC5 /* QGBaseDFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 29DC22A46EC320B38D2E3416E25A3438 /* QGBaseDFileInfo.m */; }; - 29939A199EE4BAE8976AEC88E59F2ABB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */; }; - 2997891BAA4DF08B2C7111E1DE390646 /* LLCrashCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E5B1D0E9CE2A700E78BE5773C02888CB /* LLCrashCell.m */; }; + 293C5187AD0385CC962584DB44A6FC91 /* QGMP4Box.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E7B79DCD23760FE990141E96BA418DF /* QGMP4Box.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29487A98FDD202926228442180AB230E /* QCloudCOSXMLCopyObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C415A62E18CC008F5AF36C37E2ED3CA /* QCloudCOSXMLCopyObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29489009B707CF4D904BEF00214A77C5 /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 12FD2A631558423AC0EC30C4D9AFF958 /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 295E50BFB7F2181B420A9844D40778B9 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 98AAF3B02F5C2E0161843221462E7D13 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 296C857B92C63CEE26305DF575D37AC5 /* QGBaseDFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 29C55EA209D0E8429948BC76DCC1A8AB /* QGBaseDFileInfo.m */; }; + 29939A199EE4BAE8976AEC88E59F2ABB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */; }; + 2997891BAA4DF08B2C7111E1DE390646 /* LLCrashCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 076EBAC3DC62060F3AE62678987CCBC8 /* LLCrashCell.m */; }; 29B2957ED9DDBE0EE54E0BCB9649FC59 /* TUIMessageDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D8F8EED794CA3D78DFAA80B891564DA /* TUIMessageDataProvider.m */; }; - 29B92B911A4DE06CA5104DE45B45BFFE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 29BA83CA355176B8A2D866426610ABD3 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7622B32104E90F22DCAA3A51E5584A2F /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 29FBA06A84E314E7819CB2D841B4086E /* OSSReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 8713EAD8F5F555520F376C1B56C94475 /* OSSReachability.m */; }; - 2A20F86E9737C6EEABA93F84D6B3C45D /* QCloudAppendObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD899744B4FE45A72DB2098F9A30587 /* QCloudAppendObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A329296A4DC3BBA7E27EF8F0EAFC8BD /* IQKeyboardManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F04CF9EF12EF7BB8300A657B6133FD01 /* IQKeyboardManager-dummy.m */; }; - 2A4F5A1CE4B33E577C4CEF70E768CD9A /* SVGABitmapLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 65560FBD00985B81E1244034EFF5D028 /* SVGABitmapLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2AD40AFC4BB803B3EF3C41BDE61118E5 /* YBIBVideoData.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA148DE1B8BA9807E9C034B5AD68C62 /* YBIBVideoData.m */; }; - 2AE7BB585C30531B98A96059C231B9A2 /* OSSNSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 35274E48FA9B681200EB7E115F96721F /* OSSNSLogger.m */; }; - 2AF03A6ED69ABEA11BC6C3235B2C7A46 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = BD769B178C36278A102C5B37E74E8BF1 /* PrivacyInfo.xcprivacy */; }; - 2AF63AAE9AA1B79A9D763AD6F1E9419D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = CCBF64731105523C223CFAD2C3B593F2 /* BRStringPickerView.m */; }; - 2B05197D9780DA9C2A6C74663FDC1BE8 /* UIButton+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 10085F9C69F730D9B2523E9F1C8467AB /* UIButton+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B20067EAA2480AF957719D9D01C2CD7 /* YBIBScreenRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 417A37FD0F881B7B19B3D9D3CDCD19D6 /* YBIBScreenRotationHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B3E5C42810FCE4769ABB7FB948B5408 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B30693507E84DDEC66045E3DD7397AA /* SDWebImageTransition.m */; }; - 2B4DCD295A607A2B1F1643A2EC05E843 /* OSSGetObjectTaggingRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = BE241C2F9A47D46A4AF4A623C4B1E59A /* OSSGetObjectTaggingRequest.m */; }; - 2B6A021FEA88E0BB935BD31578B7DACB /* QCloudUploadPartCopyRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EBE5099CE237143C902B9F81A11DB6EE /* QCloudUploadPartCopyRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B7826A107770D56D65CCC5F356F702D /* QCloudClientContext.m in Sources */ = {isa = PBXBuildFile; fileRef = FC1DF0BC5184945C1CF0AFDB36051E1D /* QCloudClientContext.m */; }; - 2BAF7BC9E0306911179C28374B91F8F3 /* LLLogComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 708727B81F22B40D3A3A8C8DC1AAE97E /* LLLogComponent.m */; }; + 29B92B911A4DE06CA5104DE45B45BFFE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 29F5D9C95D83B245995C5D95EF8C2AD8 /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 74CECC7B361A7068030657B5C11D7DE3 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 29FBA06A84E314E7819CB2D841B4086E /* OSSReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = CDED0DB3092414510C15BABDF470DA8B /* OSSReachability.m */; }; + 2A19A5D2893390F92BDD5215C6316610 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF44ADBE6D1E965ED8E8C85FE44BC00 /* SDWebImageDownloaderDecryptor.m */; }; + 2A20F86E9737C6EEABA93F84D6B3C45D /* QCloudAppendObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7D8651501F44D7D83D4CE0BCF4FC0E /* QCloudAppendObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A329296A4DC3BBA7E27EF8F0EAFC8BD /* IQKeyboardManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5F6CE627A8F19EE0D9E1D6425802F5 /* IQKeyboardManager-dummy.m */; }; + 2A4F5A1CE4B33E577C4CEF70E768CD9A /* SVGABitmapLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E0C28536B442FAFD37286AE1E72891 /* SVGABitmapLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A775251FA62BEC597D5B83AD21AA917 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A0576DA638E71031C2AB40FA74045DF /* UIImageView+WebCache.m */; }; + 2A95434209E22337EFE75851CF8438D1 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = D324B9A8C6012627A4E2C10734BA27AA /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2AD40AFC4BB803B3EF3C41BDE61118E5 /* YBIBVideoData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E74F0EDDC5F4AE3CE472C2DF974AF73 /* YBIBVideoData.m */; }; + 2AE7BB585C30531B98A96059C231B9A2 /* OSSNSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E69008C87B73752B71B85B02625E31FE /* OSSNSLogger.m */; }; + 2AF63AAE9AA1B79A9D763AD6F1E9419D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B94E2CD5DDE7DD8CE53FF68A248716A /* BRStringPickerView.m */; }; + 2B05197D9780DA9C2A6C74663FDC1BE8 /* UIButton+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2525F4BF48D2CE164DB65AFF89C9446C /* UIButton+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B20067EAA2480AF957719D9D01C2CD7 /* YBIBScreenRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A6EFA1AC403759D8D9B6B1E7CC81BC59 /* YBIBScreenRotationHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B44D89875F413369D73DC337A5D8ADC /* TUICore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B1186EC674E701810914EBF98E6BF146 /* TUICore-dummy.m */; }; + 2B4DCD295A607A2B1F1643A2EC05E843 /* OSSGetObjectTaggingRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 17C994D8997999F66A311219A666A119 /* OSSGetObjectTaggingRequest.m */; }; + 2B6A021FEA88E0BB935BD31578B7DACB /* QCloudUploadPartCopyRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC4E607AB37CB6645F64CBD9E05EDC6 /* QCloudUploadPartCopyRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B7915C365B91E1315C23F63ABF427E3 /* YYFrameImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F123B49606368177950EE1EFD97BB7D0 /* YYFrameImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BAF7BC9E0306911179C28374B91F8F3 /* LLLogComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 67FAAE2BD036DBBF8EED6F0616B39BC3 /* LLLogComponent.m */; }; 2BB18AE00C465E032ACDD9DA51514688 /* TUIFaceMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 61DE3E8F06512815DB6D6DD71AD2F899 /* TUIFaceMessageCell.m */; }; - 2BB2E704A7D1993734857D56EEF87417 /* QCloudCOSXMLService.h in Headers */ = {isa = PBXBuildFile; fileRef = E5317EED7BF8169353CF7EC8B155150A /* QCloudCOSXMLService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BC3B39A149E8998A7B8749935868AF0 /* LLTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D01197E6C49A9AD7979056EE3756EAA8 /* LLTitleCell.m */; }; - 2BC9958D405FFEC5922D3DCDCCA541B5 /* libwebp-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2E54379802BDF73B1501EBF3CBE028 /* libwebp-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BDFF6555E7582D1635C017B636B4591 /* LLBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = B824EF32F8F9CB34233DB0D1331D0198 /* LLBaseView.m */; }; - 2BED2E564D470695BC40C26583766BA8 /* LLFunctionComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E518B1E5926085DBA4039B9D137A1DD /* LLFunctionComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BEDD35426B348EC616C6A0939C6BD83 /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 90391DF6CE0A93C6D9EA0ABCBF2EC469 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF447D576AA9348D60D3747DAF2951B /* LLMoveView.m in Sources */ = {isa = PBXBuildFile; fileRef = D014ADFEC72D94D1F08EFECCCFB30171 /* LLMoveView.m */; }; - 2C0FA190FEDC9EAE16DC40DC130B27CB /* QGMP4Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = B2BAF03368C61D0A31E4A6CFC8D815CC /* QGMP4Parser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C1F1D72A18885BC0EAA9D6B52747BF7 /* LLHtmlConfigViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E14DEF22AF4250D11F2F22A453A3A435 /* LLHtmlConfigViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C2441428AD5DAE47B2BA3DC36A0B10F /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4954EA086BF966885872FE25853BA697 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2C35504A9D1F5B50B94C346A89BD2ADA /* LLWidgetBorderViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0181C802BE8602B5399F0D3B7179F895 /* LLWidgetBorderViewController.m */; }; - 2C44FFD191405D400640C732650CA899 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; + 2BB2E704A7D1993734857D56EEF87417 /* QCloudCOSXMLService.h in Headers */ = {isa = PBXBuildFile; fileRef = FE977D6560F711F2C0E20C862E4DA49B /* QCloudCOSXMLService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BC3B39A149E8998A7B8749935868AF0 /* LLTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDDCCDFB2390137BFB646332B63A001 /* LLTitleCell.m */; }; + 2BDFF6555E7582D1635C017B636B4591 /* LLBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AD4769B8ED7E32D94A282E01403DB63 /* LLBaseView.m */; }; + 2BED2E564D470695BC40C26583766BA8 /* LLFunctionComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D15212C30F42F0792A438E432949AB /* LLFunctionComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BEDD35426B348EC616C6A0939C6BD83 /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 09DB85AFBEE4D504F70C5E51B7D131D8 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF447D576AA9348D60D3747DAF2951B /* LLMoveView.m in Sources */ = {isa = PBXBuildFile; fileRef = 74FA37B76A5326EA7E6AFE759403D334 /* LLMoveView.m */; }; + 2C0FA190FEDC9EAE16DC40DC130B27CB /* QGMP4Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 76FE6D9F03607412E9C86A2F4C3A17E7 /* QGMP4Parser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C14FA30C7BDE7B3CF6EE4ABF3717403 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E842D4A311BEC1E2D6CC6F09C6830051 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C1F1D72A18885BC0EAA9D6B52747BF7 /* LLHtmlConfigViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C9F70CFCD5E3D6910E11764498A22E /* LLHtmlConfigViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C35504A9D1F5B50B94C346A89BD2ADA /* LLWidgetBorderViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B87A37375C08D0E3087A5CA1DDD90D5 /* LLWidgetBorderViewController.m */; }; + 2C44FFD191405D400640C732650CA899 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; 2C4AD1CC5D0F76CE1920BBD9D8EEF50B /* TUIFaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FE9436178E5ACA9A9610B25786D11D /* TUIFaceView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2CCABBEFDEFB70C41CCC37065A2574B6 /* GPBStruct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = E2CAA01D90816AFC88844177C39399EF /* GPBStruct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2CD337A735536426E53122DD7B9E1A8E /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CC4BCC6BDE780529CE713EB68E02781 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2CDBE668854D8F494BC61BBCFE07A85F /* NSURLRequest+COS.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E78B3D3666EAECB485A34F58F88CB21 /* NSURLRequest+COS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C586E8946387D01A0CDC3C1E970CBB9 /* QCloudAbstractRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D61427F2C0D6E5DDD8E1CC10DD51186 /* QCloudAbstractRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2CAA33CE971C76300E5D8EB94F6EE8DA /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E851C17A9EBEE3476ECC292BEE27FA48 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2CCABBEFDEFB70C41CCC37065A2574B6 /* GPBStruct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B87AED231BFB75CB37F96CD5D75114D /* GPBStruct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2CE7D498230122B0E97F1922AE3B3AEA /* TIMCommon.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F422FF5E8289A7F608A9000EB557C218 /* TIMCommon.bundle */; }; - 2D00040687DD499A5EA73FB89BBCF559 /* QCloudNetResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E50F3C1212023FC910409AE15820C07 /* QCloudNetResponse.m */; }; - 2D186F2FB3E10E14113F37C408BA2989 /* UIWindow+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1905248EEA3CE43D8B0EE5A90773BEF7 /* UIWindow+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D2C84E3A1976DED48341393B35E1BC6 /* IQUIView+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6424BE5F62EA57F4F0571A902C9BA27 /* IQUIView+Hierarchy.m */; }; - 2D38C75D33DBF73D90E67B5657221319 /* GPBStruct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 199536E8963A301291FD2DEC6B14531D /* GPBStruct.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2D186F2FB3E10E14113F37C408BA2989 /* UIWindow+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C500C92958709664617F7382CD6C1F2C /* UIWindow+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D2C84E3A1976DED48341393B35E1BC6 /* IQUIView+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = A771C6CBCD308F2C33294CE887A64A0A /* IQUIView+Hierarchy.m */; }; + 2D38C75D33DBF73D90E67B5657221319 /* GPBStruct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 799CF94B965381B07D7F495AA6FD26E2 /* GPBStruct.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2D4F3A6F8E3BC9F3403FB9A59306F658 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A7F6863AFBD689CA97E6EC8393DF99E /* SDAnimatedImageRep.m */; }; 2D4F4C06308215411A68E544A3982D1C /* TUIMemberCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 21428AF52FBF5DEC274F06D5C60B0C16 /* TUIMemberCell_Minimalist.m */; }; - 2D6F7E56AF2B8FD646BD1751B4DADEBD /* MQTTStrict.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE1AA2A36E096D689FCD716B4C4E034 /* MQTTStrict.m */; }; - 2D873076AFF986FB88A07B056E6E1B45 /* UISwitch+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 1641B4130A8DD2C2E3021678074209EB /* UISwitch+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2DAE548120C5802FFFA367BB465A889C /* OSSHttpdns.h in Headers */ = {isa = PBXBuildFile; fileRef = A3760168DD553F63C1B028117FACCA40 /* OSSHttpdns.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2DB0021F9583F06D433E0EA01CC4BD65 /* YYClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D844201CDF9991CA5EC19D25ED3DEAE7 /* YYClassInfo.m */; }; - 2DBC4BB68901CAE949C825BC6494261A /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E5D64DC699AC6B5360DF371C757BB336 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2DC44A09A6C9D6DC7D1BDA2DFCF99EE3 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E117D8C5A00946329D50C817ABA1495 /* MJRefreshConfig.m */; }; + 2D6F7E56AF2B8FD646BD1751B4DADEBD /* MQTTStrict.m in Sources */ = {isa = PBXBuildFile; fileRef = C32A9827CDE830A1E97F9C37A95964A7 /* MQTTStrict.m */; }; + 2D873076AFF986FB88A07B056E6E1B45 /* UISwitch+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = EE028D213D6641F079D1CDC4975B0964 /* UISwitch+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DA085C5C6505BCC0B40D3B2F79E06F5 /* UIView+TUILayout.m in Sources */ = {isa = PBXBuildFile; fileRef = F34ED37CCCFB96877F7C3DB719E3B5B8 /* UIView+TUILayout.m */; }; + 2DAE548120C5802FFFA367BB465A889C /* OSSHttpdns.h in Headers */ = {isa = PBXBuildFile; fileRef = BFAF35D5F52A7EC1527CBAB533568500 /* OSSHttpdns.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DB0021F9583F06D433E0EA01CC4BD65 /* YYClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0422E0A01C36C5CCD056D3303C3F63BF /* YYClassInfo.m */; }; + 2DC44A09A6C9D6DC7D1BDA2DFCF99EE3 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 326B95976C8A3A0D8400AC054C80E87C /* MJRefreshConfig.m */; }; 2DCFF659873D28F23E5EF7905E5BA179 /* TUICameraManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8555CE3050DD11E22AB65208A845D9FD /* TUICameraManager.m */; }; - 2DD65DE2BC1D3B6536ECC06F2BB1CB26 /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FAEC03D86C93D4F312C93B5ED5AAE54 /* RACEmptySignal.m */; }; - 2DDF3CEDB408861B01CE914C5D13E789 /* QCloudCopyObjectResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 55829FFCDE8DA7CCFAF80FADF8C47EEF /* QCloudCopyObjectResult.m */; }; - 2DF18AC7710FF41843AF083CBB379E3D /* QGHWDMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9E5BDE72EE2D76597543262ADB25515 /* QGHWDMetalView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DD65DE2BC1D3B6536ECC06F2BB1CB26 /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = C6582EE43E651B110C9D1E26A58B73E7 /* RACEmptySignal.m */; }; + 2DDF3CEDB408861B01CE914C5D13E789 /* QCloudCopyObjectResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A90AEE307720049F0C7516C41F2E190 /* QCloudCopyObjectResult.m */; }; + 2DF18AC7710FF41843AF083CBB379E3D /* QGHWDMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C96B7368AF78720DCCA5556E5E5C383 /* QGHWDMetalView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E1867F4BF148982CC9C6D87AA37BDCA /* TUIInputMoreCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 80986A16BDC16262E495AA75F73F8B79 /* TUIInputMoreCell.m */; }; - 2E1CA71B0FFA4A03E28B17AE0F278D45 /* LLShortCut.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EDF4BD172DDA164576FF8F67F56308 /* LLShortCut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E1E3AC46C967F91DFDE559D89EBC3A8 /* LLNetworkFilterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F38A2256A603F22218784B900169A70 /* LLNetworkFilterViewController.m */; }; - 2E2536A30BBF28BA8E8B908F6B1B786E /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B0C72B62D46E9DC948B196A020E7C33B /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2E3E19C270C7CA28D22E1DE97A355225 /* QCloudHTTPRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 963582D9879ACDC3E657D057454E7CE1 /* QCloudHTTPRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E1CA71B0FFA4A03E28B17AE0F278D45 /* LLShortCut.h in Headers */ = {isa = PBXBuildFile; fileRef = CF51FFFB0640D5AB59A4630F9E73047A /* LLShortCut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E1E3AC46C967F91DFDE559D89EBC3A8 /* LLNetworkFilterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A013F8E2D98CD05C00F895A28628B0 /* LLNetworkFilterViewController.m */; }; + 2E3E5C13B4791650C7A60219F9568F8A /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A8284E83F47018141DAE9A21DD4C2BA /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E42FA58690512918F3C2B45BA717B3F /* QCloudThreadSafeMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 6496F4B19BD497504D511473C183F060 /* QCloudThreadSafeMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E55EE8816AF888AA4799BC09BEAA876 /* TUIChatMediaSendingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 80FDEC578435CB75CD9AB2F2B618434D /* TUIChatMediaSendingManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E5D87C6E60B28438B385B3296398047 /* QGBaseAnimatedImageFrame+Displaying.h in Headers */ = {isa = PBXBuildFile; fileRef = 521ED7848F776C4C2660EAE7DFBC2718 /* QGBaseAnimatedImageFrame+Displaying.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E6EFA9423F2E284B5463C5A6E51F328 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F986A2714B3B701410AC79A28043637 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2E9DD2B27ED0BF420AB2BB7C5F6C8008 /* LLMagnifierInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = A7BCC0FC949E3EB097C59CAB5EC45784 /* LLMagnifierInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EC7BA321016EC71EA595E4BAF0B7E8B /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DD1E393A663396E0042545C9810C4128 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EDA227454079ED3F6371BF34AFD4735 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 54104EB829695774D39A98E876CD853E /* JXCategoryIndicatorCellModel.m */; }; - 2EDBAEFB8B5F8E2E1DFFBCE35B30B274 /* OSSCancellationTokenRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 82D4AA5F4F0F239F62DF2A79FEA53CB7 /* OSSCancellationTokenRegistration.m */; }; - 2EE6DD9A0A1D9BE22645EFD7C86247F7 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 89F00C01EAA910DD95D102446456FC76 /* YYCache.m */; }; - 2EF6B6DB15FF65EA643A5C16890D5827 /* QCloudModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FD4864429FE4F1180471376F2525AC2D /* QCloudModel.m */; }; - 2F13033DEC902E6AF5B17B7482AB2015 /* TZImageCropManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A326A8817A27E8B1B6A3F303113D0899 /* TZImageCropManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E5D87C6E60B28438B385B3296398047 /* QGBaseAnimatedImageFrame+Displaying.h in Headers */ = {isa = PBXBuildFile; fileRef = 74674A0883FF5355C3EF313CC5447A10 /* QGBaseAnimatedImageFrame+Displaying.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E60AA6DA64561E51F72BEE4379B2514 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = A4133EA3A4274EBD0E4E9376206B5B92 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E6EAAEC0F92A58BEDA74C3EB9E2994C /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC04F4D3E9BDF7179AEF81DE3B14FEB /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 2E9DD2B27ED0BF420AB2BB7C5F6C8008 /* LLMagnifierInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FBDF904084EF9225FEF453A2DC9AC5 /* LLMagnifierInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EC1750C894F036194B90CFD26072B0C /* FLAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 085B335FB58E6BC8AAEAC8D3BF3C52F9 /* FLAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EC2A8AB109C605A70120E23C3F86F02 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 72276A4D10BA4049AF693C38CA72CC8D /* SDImageAWebPCoder.m */; }; + 2EC7BA321016EC71EA595E4BAF0B7E8B /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 92644A90D9EB20EE85D1784DBD17C8FB /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EDA227454079ED3F6371BF34AFD4735 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C43B5862AD1627F4213F1B3AEF96A14C /* JXCategoryIndicatorCellModel.m */; }; + 2EDBAEFB8B5F8E2E1DFFBCE35B30B274 /* OSSCancellationTokenRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = FD02C9C5EDD34BAFB455A66A28114527 /* OSSCancellationTokenRegistration.m */; }; + 2EE6DD9A0A1D9BE22645EFD7C86247F7 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E92C64A7C1D99D3654B2E175A54149 /* YYCache.m */; }; + 2EFF1EFA2FF0D2F1AE44A9DDBB932425 /* UIScrollView+EmptyDataSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 809FFD28474416B9A722533566DE440B /* UIScrollView+EmptyDataSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F13033DEC902E6AF5B17B7482AB2015 /* TZImageCropManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 722D8D422F042268F81BFBBDE7205E6C /* TZImageCropManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2F20ABF8B57D4D09C60877EC6646D392 /* TUICaptureVideoPreviewView.m in Sources */ = {isa = PBXBuildFile; fileRef = B04090E2340AAF49C80FAD7F98AED770 /* TUICaptureVideoPreviewView.m */; }; - 2F2E362731C082CFAC44A750372AA85D /* LLWindowManager+Screenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D66DBB6F25AA190EC0CF9EE915C8BC /* LLWindowManager+Screenshot.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F2E362731C082CFAC44A750372AA85D /* LLWindowManager+Screenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3970D6741540BDC69D6AAC6D687C43 /* LLWindowManager+Screenshot.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2F3186E94305E1BDE2804B371FD6256C /* TUITextMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 553D8AA632AA4938E14D719679F3A41F /* TUITextMessageCellData.m */; }; 2F3DF6B364762766B2071E72455EED69 /* TUICaptureVideoPreviewView.h in Headers */ = {isa = PBXBuildFile; fileRef = F191B112D9A647ADDE823C7B989E1DAE /* TUICaptureVideoPreviewView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F5B6ADA86518392F043E7F2E03EDC4A /* UIView+TUIUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 3814AF3EC255DDF9577E5266D96B7B49 /* UIView+TUIUtil.m */; }; - 2F5D66F850E2C1DC3BA55E0D972A6495 /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6040685E7D4DC736512DD586ADEEA597 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F5E8EB2C0A520801311E742CCCC4799 /* GPBDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 43F47529FDB6F50A2E5C8527B27CBE63 /* GPBDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F75AC11B36110337AA9C7D210917269 /* YYTextAsyncLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 286102C5A2422F0545325003AF4C9835 /* YYTextAsyncLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F7D053737C1D885B4580081A33891CB /* LLShortCutComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D05247707BB27F2A39F7138D5AFBFC7C /* LLShortCutComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F9A003577735BEAEF4DFEF7854B0E86 /* QCloudCompleteMultipartUploadRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D02468817FCFA1FA6213B1F3F66F5B4 /* QCloudCompleteMultipartUploadRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F9D0961E6C03C7C4D9CACF7759CC8A1 /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D091AA23B12B1EEA18EBF1FCCD12330 /* YYFrameImage.m */; }; - 2F9E90FFAE85AD66A89D697911F7E7B5 /* QCloudWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B96829ABC3F8B1A7F6070F204948699 /* QCloudWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F9F5E8A231DBC9ED70074D69D9DCA8A /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29973248D7074A8F3E4849D416197401 /* BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FA0528C4525B526B8DB3A6BF2C737E3 /* LLLocationHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = EC66B56F74A65DE41BAF756857F9EA36 /* LLLocationHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FD1030933EBCDA3B09E25152E9D67B4 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 47AA2B6BDCF9094B1400FB48698EAE18 /* SDImageWebPCoder.m */; }; - 2FDA0F9A0DBB98A99500F2E0B5B7753C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; + 2F5E8EB2C0A520801311E742CCCC4799 /* GPBDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFC6E7713DE240CA1EC8BC2AE53CC6D /* GPBDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F65B07C4875C538487EF1D1F46D3D7E /* XHLaunchAd.m in Sources */ = {isa = PBXBuildFile; fileRef = FBA22E7113097E49C1509148732397CA /* XHLaunchAd.m */; }; + 2F75AC11B36110337AA9C7D210917269 /* YYTextAsyncLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1320BC622E48C02AECF0778539A08C88 /* YYTextAsyncLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F7D053737C1D885B4580081A33891CB /* LLShortCutComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BD81973F5B9093AF48B77A49575FFA /* LLShortCutComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F9A003577735BEAEF4DFEF7854B0E86 /* QCloudCompleteMultipartUploadRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEBAF518812DFD94EDC8E2739039379 /* QCloudCompleteMultipartUploadRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F9F5E8A231DBC9ED70074D69D9DCA8A /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A06779EBB693704D119D2F7F4769B9E /* BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FA0528C4525B526B8DB3A6BF2C737E3 /* LLLocationHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = B70762AE5585E9167ED78CF9D21CE44E /* LLLocationHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FD1030933EBCDA3B09E25152E9D67B4 /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 87163DA6308EFF5D67268DC813A7A76F /* SDImageWebPCoder.m */; }; + 2FDA0F9A0DBB98A99500F2E0B5B7753C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; 300A16E33BB0C3B1FD8EB7D37C924F28 /* TUIMediaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 369D4B722FCCC1FCA027159ADEAC799E /* TUIMediaView.m */; }; 302F4A05CADC5F8C1682D9BD6374E6BE /* TUIVideoMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A045214BD85EE2AE5F384C3A0A4A8F28 /* TUIVideoMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3031F261833CCB0D23E371363F8FA792 /* TUIImageReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A80B6BD2BF1890499E2A12A11A06DDD /* TUIImageReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; 303A2C5BA27890E7B2A6975D6D3E57DF /* TUIConversationCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3CC9A805668EB263F100E9E0BAA674 /* TUIConversationCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 303B0ABC4B3B9B82ECE84BE4C3EC2F44 /* TUITypingStatusCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 217E31AF5E6DE232205A50434411FA03 /* TUITypingStatusCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306C9FB5F02CE7B2CEE3B834AFE69B76 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9657CC53F162E9B98D58C7976220247D /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 30837733AFFB5B01C5E0833B5719E5D7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - 30BE83ACB80227A5F67D6A1347B1293A /* YBIBIconManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C33E4AB992FF9A1D7C2AA70DC651EAA8 /* YBIBIconManager.m */; }; - 30D5C50A52FA6139CCDF5966F4296736 /* OSSGetObjectTaggingRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 573B74D12E6E54986C8557B3D9046F11 /* OSSGetObjectTaggingRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30DEA4FB597C430C3B209532F85585B8 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = C6456D0D2370E680BAE9250B60CF2081 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30FE660831E11D2EA5791BB9D84A3978 /* UITableViewCell+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 500E30DB35DDF6AA73303E1805A5F0E6 /* UITableViewCell+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 312AE7AE9A6E3EB30FD084F241146810 /* IQTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EC3B519AC23B98923D9A30087556A44 /* IQTextView.m */; }; + 30548F6C86DA3601ACB4221B7FB5D552 /* QCloudEnv.m in Sources */ = {isa = PBXBuildFile; fileRef = 80E35E71848689EFD9A4ABE12656B8F3 /* QCloudEnv.m */; }; + 306F6E110ACE2BF9AA781F3A2615AAC8 /* QCloudFCUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 383232BA61F899A1130F57D4F31C4883 /* QCloudFCUUID.m */; }; + 30837733AFFB5B01C5E0833B5719E5D7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + 30B800F2DC2D16D8376FC83EFACEAF1A /* QCloudPingTester.m in Sources */ = {isa = PBXBuildFile; fileRef = 08BF18C95A69AB46038DDA95DCB8E812 /* QCloudPingTester.m */; }; + 30BE83ACB80227A5F67D6A1347B1293A /* YBIBIconManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B3068711D88F3B18DDAE32D5E39529F2 /* YBIBIconManager.m */; }; + 30D5C50A52FA6139CCDF5966F4296736 /* OSSGetObjectTaggingRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A01998B7F262C39041AC0C28241E603 /* OSSGetObjectTaggingRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30FE660831E11D2EA5791BB9D84A3978 /* UITableViewCell+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 49915899EA46B58A70549F6D153A1731 /* UITableViewCell+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 312AE7AE9A6E3EB30FD084F241146810 /* IQTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 73C8C1F3B5DAAF013B51E1F35A43A721 /* IQTextView.m */; }; 31339F805AC3B51DEC5A6381086F9FF9 /* TUIImageMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8D722501ED4C9433828EF23341D97D /* TUIImageMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3135CC07B90460FB8ED8FED5F604F575 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F4078DA790DE5F4A9E0EBCD660768F7 /* Accelerate.framework */; }; - 3136AA517CA62EDF3813DFE82E748263 /* OfflinePushExtConfigInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F26FBC921B8530CADA1C0B48729E56 /* OfflinePushExtConfigInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 314D0B850DE7537ED7DA7B2990A2B9FF /* LLBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 48ABF582031A3386A3F7AED01D5630E2 /* LLBaseViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3165193FCEB8F6E32A86F0171C6EA2B3 /* TUIDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = D378CF997ED4D06ECB2AE3DA1820EDE0 /* TUIDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 316A315BADE052A39A6B2D25346F77E9 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = 4390ECF02B6670C58E8A831A9A51D222 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31764B90A991416D8CFFDB958167B5EB /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = C58D32D01D066EB0C2F0E3F0B8D29D34 /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31890AFC64545DC6A61BCA0D13B978E9 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 41A52D5D394DB0AC8B4F045B594ED41B /* PrivacyInfo.xcprivacy */; }; - 318F89E20D7D6657B6234A5EE37DFD33 /* DownloaderManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B580640D9CAF2BBC81C2216F358EA49 /* DownloaderManager.swift */; }; - 31CCE24843F18CF8FB0E90F4DDF99723 /* OSSDeleteMultipleObjectsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F2AC53F6F4586A35D3FFFF1BDB6D871E /* OSSDeleteMultipleObjectsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31CCEEAF7153AADA391DA25B3C2DE6BB /* UIView+LLWidgetBorder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8592C7A6E25AFD826CEEBF578627B491 /* UIView+LLWidgetBorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31DDCE41A00FEDF44F78FEA573BCEF85 /* LLWindowManager+Html.m in Sources */ = {isa = PBXBuildFile; fileRef = F0257AE55D55EF4A62C2C9C57A1DD59C /* LLWindowManager+Html.m */; }; - 31E03594824B9C1868700CB719A49612 /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A91DF9F24199E49B4664372B94BADF48 /* NSUserDefaults+RACSupport.m */; }; - 31FA8264AA5553AB85039530B1FB8C4B /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B6EBDFFAC616F225B0F0B402279D197E /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32027080638708E21A2637CCC12C9483 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 52D9EC9C96308E3F313A45922A3F0A6A /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 320FE38DF354323CBF30D4637B9056C2 /* LLHierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = E13AF1DF1EA09639F6F1D482DA30D222 /* LLHierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 314D0B850DE7537ED7DA7B2990A2B9FF /* LLBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 16563429A8C8350C83FC55162AE6ACB6 /* LLBaseViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 318F89E20D7D6657B6234A5EE37DFD33 /* DownloaderManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714F4A7AFFCD97C004A321F7DA3878BE /* DownloaderManager.swift */; }; + 319E35799208CBBD1BE25FF1F840A445 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 26214615A5A916A7BC85AF22D8196C14 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31C18DEE7F9F5BFF411E166CB2D141D2 /* NSObject+QCloudModelTool.h in Headers */ = {isa = PBXBuildFile; fileRef = E9FF0088F28E000C1EF41D8841E8EEBD /* NSObject+QCloudModelTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31CCE24843F18CF8FB0E90F4DDF99723 /* OSSDeleteMultipleObjectsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 65466E6A02EE765F97CDC16E726D97E1 /* OSSDeleteMultipleObjectsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31CCEEAF7153AADA391DA25B3C2DE6BB /* UIView+LLWidgetBorder.h in Headers */ = {isa = PBXBuildFile; fileRef = E6DF715A3CF901E97DE6C5BF303D7433 /* UIView+LLWidgetBorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31DDCE41A00FEDF44F78FEA573BCEF85 /* LLWindowManager+Html.m in Sources */ = {isa = PBXBuildFile; fileRef = E0121D5DCD117ACF174A8CE1987C7E38 /* LLWindowManager+Html.m */; }; + 31E03594824B9C1868700CB719A49612 /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A68C8828D9B34A3887B71A4559EE1B7B /* NSUserDefaults+RACSupport.m */; }; + 31FA8264AA5553AB85039530B1FB8C4B /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 123EAFC5D9A4FB9B8E2A5FE96AA04DF7 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 320FE38DF354323CBF30D4637B9056C2 /* LLHierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 04EA1E5D72EE1048FABCD54C28F6DD23 /* LLHierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; 321439AF92C111D5CB788627DA0B9AF5 /* TUIMediaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 50BCF8BF2AF130E56729604C7B293ABD /* TUIMediaView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 325CA20B9271F3E008234E1518B79061 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 45737676658AB1206146138DF7F2A0FF /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32377E5C2F9300128DF97BD8C3BE455F /* OfflinePushExtConfigInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F26FBC921B8530CADA1C0B48729E56 /* OfflinePushExtConfigInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 325CA20B9271F3E008234E1518B79061 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ECAC8F74B091018D26A356EE20BFA0A /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 327BA3DDA513422E632D3DA4A8FC60EC /* MJRefresh-MJRefresh.Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 7E3097CFEFDA621E9FB0E62009FF87FC /* MJRefresh-MJRefresh.Privacy */; }; - 327F8D3DD176743A1F2588C648EB2329 /* OSSCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C060A1B3314655E245A42B468679D3D /* OSSCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 327F8D3DD176743A1F2588C648EB2329 /* OSSCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = E8096871E02E095969A60DB531F23251 /* OSSCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; 328757BF6111B25146A960C1B9798063 /* TUICameraViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E3C04C2EC55D83B4112636E431842FCD /* TUICameraViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 328AAEF6A2FC351B7C1D4D0D935D82F9 /* NSObject+QCloudModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DDCE55EF0217305C9596AD2360742F4 /* NSObject+QCloudModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32DF70F78DE94320BA0F2E889588A076 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = ABAB87D9F0B1505FBD8A107F7458E0D0 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; 32F131A6DFA5553145E7F47839CB6B73 /* TUIMessageReadViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A22377923BC98FFF855E0D7E2C7BD9 /* TUIMessageReadViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32F17A5F04E538A7576DF236ACA6FC28 /* LLTitleCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E71CD21CE2DDBF542958688F951266 /* LLTitleCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 331BEB926B46CE13F35535BC53AACEEF /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 626BB9A04BF481E00E9842E0113F90AA /* SDGraphicsImageRenderer.m */; }; - 3331A013D48A5063B483A51B7E9068ED /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 82ED1D75E12BD82491ABBEC5F5DBBD68 /* AFURLSessionManager.m */; }; - 333CDC1546BEE98AA76BE27E4E17DF8B /* AvoidCrashStubProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7262576B81D9C92A8FF0835DB50A90 /* AvoidCrashStubProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 334425FEC5EF9E7A55BDD088F0DAF704 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EFA030454F7A7EFF92DA22D9943AFF /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 341C7DA0D7C8F40C3B9927046FF87DC5 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B739BEFAA0E94F4B683D81609CE1C /* UIImageView+WebCache.m */; }; - 34224C5D529358119ABAC3C4CAE6AEE7 /* Zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B252BA0F7D2F638A817C6C63D3D0B0C /* Zip.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32F17A5F04E538A7576DF236ACA6FC28 /* LLTitleCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6545F00C7EB1EC07E4A2D9B02819E828 /* LLTitleCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3331A013D48A5063B483A51B7E9068ED /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0248E82BC2CEBD0E43B4C82F1371C69D /* AFURLSessionManager.m */; }; + 333CDC1546BEE98AA76BE27E4E17DF8B /* AvoidCrashStubProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A9C0E681B115BF9939D56743A546224 /* AvoidCrashStubProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; 343E8DC2493E915EF0FD322663090C8F /* TUIMessageItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 873A1564696AA6BCE99CA1ED7D5A8BE7 /* TUIMessageItem.m */; }; 343FA23B4027F43CFCFB6A981593E67C /* AliyunOSSiOS-AliyunOSSiOS_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 5D73ED9DCB04D101A1FA489C7FB2A54D /* AliyunOSSiOS-AliyunOSSiOS_Privacy */; }; - 345ED7704F6D6E5086BE7B21D58F5145 /* AgoraLyricsScore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5372E747772584C1D17DBA7819A6F865 /* AgoraLyricsScore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 345ED7704F6D6E5086BE7B21D58F5145 /* AgoraLyricsScore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BAF65DF8C94E4424DEBC3A3C639F5DD8 /* AgoraLyricsScore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 34642119D7DD5B521C5F215FC9950B78 /* TUIInputController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C575D326DDB2A7FB218A55FC5B74E37 /* TUIInputController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3468FD7E83C0A6607F7229DBAB70A135 /* YBIBCollectionViewLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 51EB6ECF9AA2E8F129D99BE57FF8DEA0 /* YBIBCollectionViewLayout.m */; }; - 34822E0799338A17A5AFCBF73081E4C9 /* GPBRuntimeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6111A4BED9FE9D6BCD61B8D7FAF17CA0 /* GPBRuntimeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3483C52B530F457A8326194085A2BAAE /* QCloudHeadObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = F78D1CA4CC5CF7D9ED38292265B20B2B /* QCloudHeadObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34AAA32786D16B879ED317280AD7C550 /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B5421620D8C1B2D573F5B4953B3072 /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3468FD7E83C0A6607F7229DBAB70A135 /* YBIBCollectionViewLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = DCFB51ADB92608EE7314FCDBBD18C28C /* YBIBCollectionViewLayout.m */; }; + 34822E0799338A17A5AFCBF73081E4C9 /* GPBRuntimeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE6B8DAA7E3CB05A17CFA4979AC66AE /* GPBRuntimeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3483C52B530F457A8326194085A2BAAE /* QCloudHeadObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EACCF2731A915ACFFC16715376DE4497 /* QCloudHeadObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34AAA32786D16B879ED317280AD7C550 /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D4C43E547B19FFF1243F577F8CB678 /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; 34B71A9A09BE9E81CD9E37D715BB9E98 /* TUIGroupButtonCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = B9862FD66F22C24BA599EAE94D867A8A /* TUIGroupButtonCell_Minimalist.m */; }; - 34F0AC42EC0E17A78D8B472363FA732D /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0BED4EE8560104777515C15B1B17AD /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 352E63E404CED072E7F714C52FF93E49 /* mz_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A9DA6C06786C42A34745E252318F852 /* mz_compat.c */; }; - 35495E4162F16743E4C9794AB114B8A8 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E061233B1799471B81C71C2DABD1D6A /* SDAnimatedImageView+WebCache.m */; }; + 34D2872BF7A30601FBD4BC60E6A11F41 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8353191B076DCFCFDD3E22215A8D6775 /* SDImageCodersManager.m */; }; + 34F0AC42EC0E17A78D8B472363FA732D /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B4072F36F7257184D4F36695D90550 /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 350678844BD301BBB3C00164EB4674AC /* QCloudHTTPMultiDataStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F326D4FDF7B07D8D0B3F1CDFAD1A706 /* QCloudHTTPMultiDataStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 350B7B2B0D16981C923D87087A2DBBAB /* sharpyuv_csp.c in Sources */ = {isa = PBXBuildFile; fileRef = 97B7FA148F458EA7D7983CA933E454CB /* sharpyuv_csp.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3513DC26C52AA888ED1EB42C28BDC208 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = BE504EE78EE8C62771754F93F1A155D7 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 35172DB57E0CCE97110418D82FB627FB /* QCloudHTTPRetryHanlder.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B65905A31618C2A5C5AB5E81E9F4D4 /* QCloudHTTPRetryHanlder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 352E63E404CED072E7F714C52FF93E49 /* mz_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 35F2B689DBEF5278549D3093A95B1252 /* mz_compat.c */; }; 3568566DE8C6E5F440886B60548D8ED1 /* TUIMessageProgressManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A65023E4C16DC6F042A72C8068D3FD39 /* TUIMessageProgressManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 358023298F603969AEE40A31B9243389 /* QGVAPMaskInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEE3F861C1FD26E95F4FB2D306BB733 /* QGVAPMaskInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 35A4FE7088F7CA4B023B38FFDB6AE68A /* YYTextContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B420B532516143FB623C377EE29C5A9F /* YYTextContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 35ABE1610265CB89756159EDFF7C77A3 /* LLRulerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 771E3184D99EB64F4B54612437318B74 /* LLRulerComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 35C4DA2C65C1035F710F437EC9602294 /* SVGAVideoEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 017BAAACDD053594300C54CF77519A48 /* SVGAVideoEntity.m */; }; - 35F8F16617EA4D58688C0633DF1ED887 /* UISwitch+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6617ABA08A42582D96197306CB572A92 /* UISwitch+RACSignalSupport.m */; }; - 360D939A32BF407694834CC4BCD6B1F0 /* LLScreenshotDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = A222B75963C60FEC3AF799F8D98BD2D9 /* LLScreenshotDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 361EF1B39584BC7FCB56BF035EFAB3D4 /* LLMagnifierComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = CE53C7588B42781E5A62E85D6BC5824B /* LLMagnifierComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 362F5B93AA29BEAFAFA13E70392AEA53 /* LLTitleSwitchCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6382036A2DE542F37244F9B2ED5EA292 /* LLTitleSwitchCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3650C86E60D03E4678315B00B3910572 /* UIImagePickerController+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCCD661606026D325AC54FE741A7283 /* UIImagePickerController+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3683A04365A59519AAB2F47C5FA6FA3C /* mz_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = B032C540A8349640C0FDFBDCB6723F98 /* mz_os_posix.c */; }; - 3683E0632283EDB6B8B0F3E2506704E4 /* YBIBToastView.h in Headers */ = {isa = PBXBuildFile; fileRef = D2760843D551D0BD6CB6EE2A8F604376 /* YBIBToastView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 358023298F603969AEE40A31B9243389 /* QGVAPMaskInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 728553F60D3F71E83EBA34EA5ADD9B1C /* QGVAPMaskInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35A4FE7088F7CA4B023B38FFDB6AE68A /* YYTextContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B82F7F224DD676F6AFC068603F8CBF62 /* YYTextContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35ABE1610265CB89756159EDFF7C77A3 /* LLRulerComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 173696C512AD284BA67B56F45C45518C /* LLRulerComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35C4DA2C65C1035F710F437EC9602294 /* SVGAVideoEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = F166E4B2CE1F96555CA74D4A80CBBB84 /* SVGAVideoEntity.m */; }; + 35F8F16617EA4D58688C0633DF1ED887 /* UISwitch+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = CCDD41D53D71A3D538B493A4B3CBF983 /* UISwitch+RACSignalSupport.m */; }; + 360D939A32BF407694834CC4BCD6B1F0 /* LLScreenshotDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 02C384A5A91B63559938E2C75C91E418 /* LLScreenshotDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3612ED52C9C2150D1F423D379FD8C64C /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = B8A8D4209B5B7CF650A9955789DFCD4D /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 361EF1B39584BC7FCB56BF035EFAB3D4 /* LLMagnifierComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB62A5FF490CCD6B97A731A03C20468 /* LLMagnifierComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 362F5B93AA29BEAFAFA13E70392AEA53 /* LLTitleSwitchCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDC18F5B2B7D93E5BC13FC84107949B /* LLTitleSwitchCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3634320EBD3A92E7049E0C90C0634312 /* QCloudDomain.m in Sources */ = {isa = PBXBuildFile; fileRef = F7B6F42042819E79520783F1548CCEAA /* QCloudDomain.m */; }; + 3650C86E60D03E4678315B00B3910572 /* UIImagePickerController+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 1261E1B86133AD7B29DE4D6975849BE5 /* UIImagePickerController+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3683A04365A59519AAB2F47C5FA6FA3C /* mz_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = E0A12DEBFCF60BB598CD6B5E8B19CC89 /* mz_os_posix.c */; }; + 3683E0632283EDB6B8B0F3E2506704E4 /* YBIBToastView.h in Headers */ = {isa = PBXBuildFile; fileRef = 16164E9FD1A9AC2D8DFCEE160AADBDFE /* YBIBToastView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 36973DD85DECAA6854996AB02A3F1BE1 /* TUIGroupConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 2427B1D549F423C7E2C4144B1118E36B /* TUIGroupConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3699DFBC140CAAC821CAFE5A8345646E /* QCloudUploadPartRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = A30BE8E0405F71F65B389795E68A00B1 /* QCloudUploadPartRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36B1C34DE39F5A7C356552FF38B65528 /* QCloudDomain.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DA7FB4A463B745AEEE150F7D5826337 /* QCloudDomain.m */; }; - 36E37CF49AC372398BA00E0D8C83B7CC /* TZImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 579AC723AA8FCDB6AA00696A86318F7B /* TZImagePickerController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 371656F6B8BEECEB9ECAF75FFEB35890 /* LLSubTitleTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 48813970F298EDD5DFAA1DBC2D8CF097 /* LLSubTitleTableViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 372DD39999CDE7378F1DFFA9587FDE75 /* NSObject+YYAddForARC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BB75F158D508B9FF0D11CD62578EA76 /* NSObject+YYAddForARC.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 37406209761E5D4526E6F5815501ECC8 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 4258F21AB9C6E0D317E647FAAF476C5E /* ioapi.c */; }; - 3747AEAFBCF57E0A97A910B9F1F9D331 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 374FECA22750A2F7F17CA125C25DB352 /* mz_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E9F1FF9DD117F796BE188AD8D9701A9 /* mz_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37619FE2ABF062BDB1E38AD5A6961129 /* MQTTSSLSecurityPolicyEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 36333F4F2E36DBF4FA871A8584CA3DF0 /* MQTTSSLSecurityPolicyEncoder.m */; }; - 37B890ABDC7DD441E6AA662325D412E6 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 45064926640EDB7B2361D4ABB46D48BD /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37C07E47C935F4DB8770CCA3AE8C4157 /* MQTTDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 954A29B28B94DAB35DBB9DCA2DA8D1FB /* MQTTDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37D637B577E1AEE9A86932C97CE11F7E /* YBIBAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4C7F5C127CA356817BDE1ACCB4CEBE /* YBIBAnimatedTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37FBCB28E91059D0A633D1ABFE4803BC /* YYCache-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A321FB4DB148B7F4B3C8519D7AAED1E /* YYCache-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38007D8B2D7B055D75C486183F0EADF3 /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 2469A2DB072E0F4497D41355086248DA /* RACScopedDisposable.m */; }; + 3699DFBC140CAAC821CAFE5A8345646E /* QCloudUploadPartRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 77FDC65237BE9EAFCB8FF751C835B7C8 /* QCloudUploadPartRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36B3EBE474A53EFED1A8044A3B24FC19 /* QCloudHosts.m in Sources */ = {isa = PBXBuildFile; fileRef = 7015F2ACFB85038C265982B1ECA42C00 /* QCloudHosts.m */; }; + 36D7DC00C05D1E0BB189B56E0232B4BE /* QCloudServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 14467207DFD1055FCE62F6684E2A2667 /* QCloudServiceConfiguration.m */; }; + 36E37CF49AC372398BA00E0D8C83B7CC /* TZImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6F0A4C98E678781B71697D6293364C /* TZImagePickerController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 371656F6B8BEECEB9ECAF75FFEB35890 /* LLSubTitleTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8959B48FB78C3A4DB6C0C143660FD858 /* LLSubTitleTableViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3723684957C6DC419C3638845B5D418A /* QCloudWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 45F8EB15DB0F0010035609078A449804 /* QCloudWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 372DD39999CDE7378F1DFFA9587FDE75 /* NSObject+YYAddForARC.m in Sources */ = {isa = PBXBuildFile; fileRef = 02CEFD2C5579C8F37636A22A11003A54 /* NSObject+YYAddForARC.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 374FECA22750A2F7F17CA125C25DB352 /* mz_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7007BE512330D72A1694B07B18ED11FD /* mz_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37619FE2ABF062BDB1E38AD5A6961129 /* MQTTSSLSecurityPolicyEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A622E299D89FA48C726537BFC866111 /* MQTTSSLSecurityPolicyEncoder.m */; }; + 377135F3B62FE4C5DEB338D5B4634A5A /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = AB3203BCB81AAFB2124D744D582574ED /* SDInternalMacros.m */; }; + 37B890ABDC7DD441E6AA662325D412E6 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9729A7296B50F159EEB9C35BF04FE3B3 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37C07E47C935F4DB8770CCA3AE8C4157 /* MQTTDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E124FD2180BF4C939417A5A71CE23E /* MQTTDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37D637B577E1AEE9A86932C97CE11F7E /* YBIBAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AF8DDD070EDCBC9AD77A04BF558565 /* YBIBAnimatedTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37DBD7ABBD85C4C0EA0C167FD7A3F79D /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = BC01F8BC562199D99A177FE0B988493E /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 37FBCB28E91059D0A633D1ABFE4803BC /* YYCache-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C428483751E4611C9CD824B98B30E3 /* YYCache-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38007D8B2D7B055D75C486183F0EADF3 /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 9381F19FDBD1334C0CE58AF0243A9374 /* RACScopedDisposable.m */; }; 3827DB35C9604BF65BA0832035EED793 /* TUISystemMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = FD7C328B4F956180720C8F48E4163F5A /* TUISystemMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3829375B943E8BBBB5D5372DFF8E8D83 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF4D2FE91FD3D313739E44B80DDA00A /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3834F6B013F16886BE2866A29E65F22C /* YBIBSentinel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6336BA27A0A65F973C5488887D567474 /* YBIBSentinel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38896C7BF06A4ABFAFC6A61ABB916433 /* QCloudConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 796C040FFBED8EDA555E335E388F7C12 /* QCloudConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 388BB4079F7D18CB3D7AF0848BC98F08 /* UIView+SDExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 16A953B1489D93A6CAB58DF3660E50FC /* UIView+SDExtension.m */; }; - 38AE26BF6C0F4A9E8B69D9947B8ECE12 /* LLLogDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A6F4495DD097887BC5B36C1CE31C94C /* LLLogDetailViewController.m */; }; - 38B430C930E27BBA032CC4F06AF995E2 /* LLDebugTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C6CB13EC3CBC674CF960DABFF97B5E0 /* LLDebugTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38C88847A1FA0750979B7E3C0214ED96 /* LLEnumDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 51166D92E11078C50AE52E881DB09BE0 /* LLEnumDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3908B5511F772908C860F6C5DF670946 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 36C58901FA133D1BB74984D16582B20A /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 392AEDD2622BADB7A7B1729D4282B4A6 /* GPBWireFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 32978C299B2134D5886AD072C2ED827C /* GPBWireFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 392E6367FB1A10EEA969ED00E460E4DD /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 29A7A5F23205732BB4A1F528C9D20946 /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3932941B7E0E393205EE07EC3D10A258 /* OfflinePushExtConfigInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C8F97B02F5B488511B0CE5FA4CFE7F1A /* OfflinePushExtConfigInfo.m */; }; - 393E4BA6883E05A6A06F90705AD23BF6 /* QGHWDMetalRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8F31B119AB11AA2DC40EBEA5F9DB70F /* QGHWDMetalRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39471F0AFD5C6D374C306AF92B64B1C5 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7EE4FA982C7FB8A72E152F7448932D /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 398EF531E96793D97C1E5524C2975AF8 /* LLLogWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5F21B0EC41988D0A2186EFD3843326 /* LLLogWindow.m */; }; - 39AB8508E90D417A6888AEC9263B0071 /* LLEntryBigTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5948B77899519A175746DD0C6176B637 /* LLEntryBigTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39B977488B0EE1A480B7C27176889675 /* LLAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F209DCFDF06D6D004B17D4A4614726 /* LLAnnotation.m */; }; + 382D7FA137C802AA92A33D36D0AA13A6 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = AD2F5CB1928F05B8C3573591F96BDBA4 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3834F6B013F16886BE2866A29E65F22C /* YBIBSentinel.h in Headers */ = {isa = PBXBuildFile; fileRef = 971D7620A611C3F8624643802A141791 /* YBIBSentinel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 388BB4079F7D18CB3D7AF0848BC98F08 /* UIView+SDExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9CD6DB48B1F0B2BDF4C0D448685357 /* UIView+SDExtension.m */; }; + 38AE26BF6C0F4A9E8B69D9947B8ECE12 /* LLLogDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3174DA1E4C6004B72DA041ED7DA2EABC /* LLLogDetailViewController.m */; }; + 38B430C930E27BBA032CC4F06AF995E2 /* LLDebugTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF3D2446BCEF25803379644D8A46592 /* LLDebugTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38C88847A1FA0750979B7E3C0214ED96 /* LLEnumDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ED6D7892103B48550FFAD92B7707596 /* LLEnumDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38E2BB2CB4DB0406F030D8C5AB03F523 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF249896AAC7A2C91F72E06E41096826 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 391BAB0E85D0DF9A14BB2AC62E05DEDE /* QCloudHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 09C3E9A825645298B9D5B21A2CABC3C4 /* QCloudHTTPRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 392AEDD2622BADB7A7B1729D4282B4A6 /* GPBWireFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 241656B704D26D9159D26377F5405CFC /* GPBWireFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 392E6367FB1A10EEA969ED00E460E4DD /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4619052B149A59CF08B107FD8972C762 /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 393E4BA6883E05A6A06F90705AD23BF6 /* QGHWDMetalRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3551E021B47E174A5EE3BC141DE66C4 /* QGHWDMetalRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39653E1DEF5986CE63AA5EA4C2B84C49 /* QCloudResponseSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = EBDA5AB8107C6DC3B4C676CEBC5474A5 /* QCloudResponseSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 398EF531E96793D97C1E5524C2975AF8 /* LLLogWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AFE4839D6475A18868253A924AD4B10 /* LLLogWindow.m */; }; + 39AB8508E90D417A6888AEC9263B0071 /* LLEntryBigTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4082B41BF78ED6F49C055BAA12201963 /* LLEntryBigTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39B977488B0EE1A480B7C27176889675 /* LLAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9311B1C0FC3B6F167BE127007EC329FD /* LLAnnotation.m */; }; 39CA9224F01E3998D4B216D1CBD7AA9C /* TUILocalTipsCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C28B8D5E3DF6250210567B58082DFBA /* TUILocalTipsCellData.m */; }; - 39EC1C028111A45D156D0CF831CE54DA /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F0DBC4CCC06B3923039F6C794F6CF1A6 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 3A068A7AF51A9360663A5D7A0BDAE77A /* TUIVideoMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 51E4FF8465B27405FC87C412997283D0 /* TUIVideoMessageCell.m */; }; - 3A2FCB914F6EADED828FF05F7E9132AE /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = CD1F7F8BBC69402151D983080FEA8471 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A479E97823142AC3F49E005986B96CC /* UIPasteboard+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = B85B877F076DC7FFAD6874AFA8E3EE86 /* UIPasteboard+YYText.m */; }; - 3A4858E0EFCB7326984D3C03F9672C6F /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = BD39EE693FDD1016482B2126132727D6 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3A84CAB02C2188C16B1254A654B61A49 /* QGVAPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 745A9A4493F6C8C67ECBA6EBE734E857 /* QGVAPlayer-dummy.m */; }; - 3A8A4BEE0175E8579B30CEDCF194BCEE /* LLEntryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 147B4F4D17B7C95671DEA10F9578A4D8 /* LLEntryView.m */; }; - 3AD69B6D1E2BBC4BDFF94ABF8E4D573B /* YYTextLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 523A1B94681A2291B4E3E6F8CBE45846 /* YYTextLine.m */; }; - 3AEA9965C260CF8AC87E1EB56F50A851 /* SourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FDCEE6B910DFAC0E9C772B99EE56625 /* SourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B0DC0BBB774A59EFA5DAEDDE4E11B4E /* QCloudCOSXMLService+Configuration.h in Headers */ = {isa = PBXBuildFile; fileRef = 5877861C915E71930D402C2BAFC9551A /* QCloudCOSXMLService+Configuration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B15865BE6E463978317B5AB00580FEE /* QCloudURLSessionTaskData.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F8B1EA9FDC198744CA6B5DBE1EB460 /* QCloudURLSessionTaskData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B176EA98ACF14D2CB4A76A1D0EFB65E /* UIImage+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B28C48857CDE0E27AD1F24A76385EB9 /* UIImage+YYAdd.m */; }; - 3B35B88EE7E45F3FFEA4473C514B304C /* OSSNSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 199E167D37F89FBAB58B59277B052F6E /* OSSNSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B62431BEF820E7FC779F344AB2A1D17 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 133CE6640C5C7DFB943F938227BC2556 /* JXCategoryIndicatorLineView.m */; }; + 3A2FCB914F6EADED828FF05F7E9132AE /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 106E842DA22CF7DBE294E1780D23B60F /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A479E97823142AC3F49E005986B96CC /* UIPasteboard+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = CC49D7B0194012488A4528436F9B4C88 /* UIPasteboard+YYText.m */; }; + 3A510D95705BEDFC530A39074EA52745 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 73955FF8BFAE4A641F2965DE2E0C47D5 /* UIView+WebCacheOperation.m */; }; + 3A84CAB02C2188C16B1254A654B61A49 /* QGVAPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 386267B4CDA6DDEAFD5E435A7042CA78 /* QGVAPlayer-dummy.m */; }; + 3A8A4BEE0175E8579B30CEDCF194BCEE /* LLEntryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02985E969CAADC9900615F1A58383A03 /* LLEntryView.m */; }; + 3AB28475B8B560A96F4010D2E165863F /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A76A173DD8687A5223B7D100D5C5FB77 /* UIImage+GIF.m */; }; + 3AD69B6D1E2BBC4BDFF94ABF8E4D573B /* YYTextLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E82E5F6B0F89AE732E43EB13763B59 /* YYTextLine.m */; }; + 3AEA9965C260CF8AC87E1EB56F50A851 /* SourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF3D1315961381D372F8E745F83F69E /* SourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B0DC0BBB774A59EFA5DAEDDE4E11B4E /* QCloudCOSXMLService+Configuration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5FC113F9D85099868066D1F1817B70 /* QCloudCOSXMLService+Configuration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B176EA98ACF14D2CB4A76A1D0EFB65E /* UIImage+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 919795F244E75F84C5834FEC706BA1E9 /* UIImage+YYAdd.m */; }; + 3B35B88EE7E45F3FFEA4473C514B304C /* OSSNSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C09E30FFCEE24A001BC08652227EEEA5 /* OSSNSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B611D52FC5F07506E75DC1415357F5A /* QualityDataUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8DA41B8425100DD76750E3212C6994 /* QualityDataUploader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B62431BEF820E7FC779F344AB2A1D17 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D6FB0BB51ACADC6A9C0D1B39B930FC /* JXCategoryIndicatorLineView.m */; }; + 3B732456E8F10624748A0C72283BD6B3 /* OfflinePushExtInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B7EA6FC9AF22FF281CCFF1E883E9E1A8 /* OfflinePushExtInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3B76E721F8F5714AED5CF446F430E3BA /* TUIGroupNoticeController.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C8D04857A062BBA96720BAFE1EB832 /* TUIGroupNoticeController.m */; }; - 3B8EDFF69A68ABD3735E0C6931CA5C95 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC59393E8A79060D096924489FACD258 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B959E6505C82CA0FF804E07CA51492A /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = CF94AD26C9835BA712DC1A55C08DAEF4 /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BA7483F7C2CAB47952BF5E4BD68A2F7 /* TUICore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D24D29E7D2DC3A953C99CBAC81B6CB8 /* TUICore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BC81BF18717D8F25ECD4404976EC7DE /* QCloudMultipartUploadOwner.h in Headers */ = {isa = PBXBuildFile; fileRef = E46368F03B603442284C9EEEE484B5B1 /* QCloudMultipartUploadOwner.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BD54D1AE900D867D6B1CFFA9A303B78 /* BRTextModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6426A1A9ACD43A67415CDBD025165D /* BRTextModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BD61412906318A0820CDB055AC13C50 /* LLJsonTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 177252F2A68240CE164B5848F29F2CBA /* LLJsonTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BE54CDC544FD95595EAF4094BD96193 /* LLFilterTextFieldCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E820501571CC869D75B3B906D793C0B /* LLFilterTextFieldCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BE893FD17F3456A7AEA7DCEB655972E /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 67F378B22F34B91070BE2D83C22C2953 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3BFA92648AC1313CFD040750ACE5D0C1 /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 35FDBDF29A76E644B9627F0011BD8D21 /* RACSequence.m */; }; - 3C05F7E4389A81874862D5F0CEDBF9F1 /* QCloudObjectModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3AF1019300B26D688B8D9879B7D335 /* QCloudObjectModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C2BA9EE17F04C66900011B907E2FFBB /* MQTTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 68138633BBF169547D6B1400361686DA /* MQTTTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C2E1F3AF1E008F5610EDBB2258CA617 /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = F04A5F532E257E759188C8E6601BE06B /* RACSignal+Operations.m */; }; + 3B8EDFF69A68ABD3735E0C6931CA5C95 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 024584B31B8A550F417B5CB955AC60C7 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B959E6505C82CA0FF804E07CA51492A /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F548E5268DC2BEC00758175E5815F1DC /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BC81BF18717D8F25ECD4404976EC7DE /* QCloudMultipartUploadOwner.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C9F13F9DE77F1CAD1AF4548994CE91 /* QCloudMultipartUploadOwner.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BD54D1AE900D867D6B1CFFA9A303B78 /* BRTextModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ECCA0844BC8CEA3B05831BFFAF5D471 /* BRTextModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BD61412906318A0820CDB055AC13C50 /* LLJsonTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 890543D6843063F68B0C0627DDDF9754 /* LLJsonTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BE54CDC544FD95595EAF4094BD96193 /* LLFilterTextFieldCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DCCE20E534C70274ED0E8E68202EBC70 /* LLFilterTextFieldCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BE8822B01F4364489B7F7D51C5B624C /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = DB98329A5D55D7692DD2CEB3D5BC8B18 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3BFA92648AC1313CFD040750ACE5D0C1 /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 3573F4D2077711D962645AC580607D96 /* RACSequence.m */; }; + 3C2BA9EE17F04C66900011B907E2FFBB /* MQTTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA3BCC5E8F1164DEA65F9E0D2561B80 /* MQTTTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C2E1F3AF1E008F5610EDBB2258CA617 /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C1D80AD6A3FEB00A2BF9DF75C082FC4 /* RACSignal+Operations.m */; }; 3C2F3C5BF7E2787ED8437F709772D4A9 /* TUIVoiceReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E6DD3FA6D35E66AC465E974C5A2F798 /* TUIVoiceReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C40BD851654FC3410B06F3884C64CCE /* NSHTTPCookie+QCloudNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = B7431A41094D0C01BEA07A2A2C43DCE6 /* NSHTTPCookie+QCloudNetworking.m */; }; - 3C76848E9AA1EE9FB3CA1BAD6A217790 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F35545C13BDCF4A615CCAAB5E07B891 /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C8A254F2F68D5ABB1CCC8BA3A0E1B85 /* LLLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 21EE74BC633A64457A51AA4D8437E546 /* LLLogModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3CAE47C3170A956F0A625C82E7BAC5DA /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B7A86637AF0616375B4F723C21D06184 /* PrivacyInfo.xcprivacy */; }; - 3CE13969772F4180701A575FAB98E978 /* JXPagingView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B33BCF564E600AFBD44AE40E7E48150B /* JXPagingView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D07A16B97BE137C0741A9F90893D156 /* SVGAVideoSpriteFrameEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B67F16A8B9E5318F935440886955A70 /* SVGAVideoSpriteFrameEntity.m */; }; - 3D2D443511029427C36EF9E477D8D76F /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = BC35A905DD48CB76AFB0135B362F643F /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3D6265E77CB847CEAEFDFFC230E2E589 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BEABA91D373BF2ACDEFE09097D6B745 /* SDImageHEICCoder.m */; }; + 3C76848E9AA1EE9FB3CA1BAD6A217790 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA60F3AC313F1F75527C0A7F2ADB4E0 /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C8A254F2F68D5ABB1CCC8BA3A0E1B85 /* LLLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = EAD7F7FFDE469C7D163BB6F198F1ABC4 /* LLLogModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3CB545C4DA3D44434B9781C6F60E4937 /* XHLaunchAd.h in Headers */ = {isa = PBXBuildFile; fileRef = D866EA8BA2B079CF97AC2AD732EE53E8 /* XHLaunchAd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3CE13969772F4180701A575FAB98E978 /* JXPagingView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AD740AD414A9596016E3447ECB952FC /* JXPagingView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3CF3CD933B75107D9932B2106A2E83E0 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = A020B11400A62FEED618AAE28E48F5D4 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D07A16B97BE137C0741A9F90893D156 /* SVGAVideoSpriteFrameEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 1362D139FBC299F8096CF623B3C07E10 /* SVGAVideoSpriteFrameEntity.m */; }; + 3D796F4399BF5CCC59BBDB3EE19C0BA5 /* QCloudXMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = B202168B7F8D7749B9E72C05A786C691 /* QCloudXMLDictionary.m */; }; 3D8FB89AA2347BE4A54FC6B34F46B501 /* TUIMergeReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E0E8A35DB0D379281F23791C6881C2C /* TUIMergeReplyQuoteViewData.m */; }; - 3D9403E00F4F45C8B978EE79D4DAB64F /* GPBMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C0CC4726723D6D3B9F07ADF69FE10CC /* GPBMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D9E99F17F687A6BBAF6BCBC33C74213 /* YBImageBrowserDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 65A64F7169695A769517A54CBEF11E8F /* YBImageBrowserDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DABBFDABC03A66B4329A30A0C23BF44 /* IQToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = FF9D7BE8F13C3313349427C6E1D14C96 /* IQToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DC8B48485EDE12C923A220CA38D6783 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D9C3738F91D2216AB5CF82365500EF2B /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DE0A16DECF5F1E85D8A3B6CE06CF2B4 /* MQTTStrict.h in Headers */ = {isa = PBXBuildFile; fileRef = B3640160F31D225FC53EE555B691915B /* MQTTStrict.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E0590F3E26D459A5C5E2CF1EBD844A0 /* QGVAPMetalShaderFunctionLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F1E0B017257CF852C48AECF7DF6E93 /* QGVAPMetalShaderFunctionLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E18575D6BF160FC477A2815AE59BC38 /* LLInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9FC5BCB5B8A7E2A87726A2BEEAA102 /* LLInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E1D9FD4E15EAD00141A7A1342A0CC10 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 991332021BA6EA0F0A0807C7E3ADA665 /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E2841C054E01396AC8172C0ECF48F8E /* QCloudMultipartInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AB893C8E53EC1B80E37F0708C2FAF94A /* QCloudMultipartInfo.m */; }; - 3E34CE327F8725563DEED4BEB6D0AD12 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F399192B4E0B59417904626FC68275B /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E3BB888333388CFE121797E3A3736B3 /* LLBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5087DCD7D883FD6000FC11CC75BE144F /* LLBaseModel.m */; }; - 3E467D3F19F1E544A10DC5E022FAA1D6 /* LLMagnifierView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B6880AE8BA92FD6D17A828C3E659E5E /* LLMagnifierView.m */; }; - 3E5170C994A46777341F08EFCD6AE083 /* LLFilterEventView.m in Sources */ = {isa = PBXBuildFile; fileRef = 21AC504E3B4C2B470EFC690097F306CE /* LLFilterEventView.m */; }; + 3D9403E00F4F45C8B978EE79D4DAB64F /* GPBMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 59132FDC69D0779E9549D6B3F08E9805 /* GPBMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D9E99F17F687A6BBAF6BCBC33C74213 /* YBImageBrowserDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D381FD82F37859C19392018626EB67 /* YBImageBrowserDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3DABBFDABC03A66B4329A30A0C23BF44 /* IQToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 68BC0302497BB8223F289D6E24643809 /* IQToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3DE0A16DECF5F1E85D8A3B6CE06CF2B4 /* MQTTStrict.h in Headers */ = {isa = PBXBuildFile; fileRef = F37A1F6EA1DE273EF7A9BA89A75DD157 /* MQTTStrict.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E0590F3E26D459A5C5E2CF1EBD844A0 /* QGVAPMetalShaderFunctionLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = A5EDE914E9269A1B863B2F7189E1059B /* QGVAPMetalShaderFunctionLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E18575D6BF160FC477A2815AE59BC38 /* LLInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DF1B78AED8D6405E8CE90D13B3CA630 /* LLInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E1D9FD4E15EAD00141A7A1342A0CC10 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 35501839523274A5C597CECCC856FFCD /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E2841C054E01396AC8172C0ECF48F8E /* QCloudMultipartInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7253695A451163110442D1E1FB919A3F /* QCloudMultipartInfo.m */; }; + 3E3BB888333388CFE121797E3A3736B3 /* LLBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E431BBC85040D3CA912D28FC2F448FA0 /* LLBaseModel.m */; }; + 3E467D3F19F1E544A10DC5E022FAA1D6 /* LLMagnifierView.m in Sources */ = {isa = PBXBuildFile; fileRef = 910605382B82F99F085C2D880EA4D164 /* LLMagnifierView.m */; }; + 3E5170C994A46777341F08EFCD6AE083 /* LLFilterEventView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3405D0DC9A7D63F9417B6169F417DBF7 /* LLFilterEventView.m */; }; 3E740EE6B8F512B127ACFB7E2C0BF80F /* TUIChat_Minimalist.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D2F0CED0BD6588FF1177DA192DD47436 /* TUIChat_Minimalist.bundle */; }; - 3E9B7829091DB08299A28473E42AAC60 /* YBIBImageLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = E39BBC08241C89A07EFF4D3DE68190A3 /* YBIBImageLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E9EDD43AA102077554C885812DB126D /* LyricCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475A73ACB9133C7BF300F5488F21228E /* LyricCell.swift */; }; - 3ED71F04B0843B932E0B8B4FB45DDF2E /* LLAppInfoHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BC1678DFFE2FD0D0919967D248C3C496 /* LLAppInfoHelper.m */; }; - 3EF49628D627CAA9EB32D93514DBB988 /* LLShortCutComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = E0157C3B1258A7010A0AD99F52D0B599 /* LLShortCutComponent.m */; }; - 3EF8062F5032F38E39BF9663AF5C08C8 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 609C34D2447174114C2B15A677403B61 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3F22234752ABAB08438999DF33A5C016 /* LLNetworkDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D6FAD67ED2AC36777D1F37562B2CA887 /* LLNetworkDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F26AB74F27C242AE5D6481E8E8E2611 /* QCloudXMLWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DA566BA305FC8AC53CCD33A2CFEFDD5 /* QCloudXMLWriter.m */; }; - 3F36A6B93B07560980D35ED158991969 /* MQTTDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FD150508BF6A78C9887FD0A7DE309309 /* MQTTDecoder.m */; }; - 3F49113833DA93F31163179E95D2DAC6 /* NSObject+YYAddForKVO.m in Sources */ = {isa = PBXBuildFile; fileRef = C40B79EAAA6B3CC6CF1E78FFA5D2A559 /* NSObject+YYAddForKVO.m */; }; + 3E9B7829091DB08299A28473E42AAC60 /* YBIBImageLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F2A299EA692122F10BD2255F22832D3 /* YBIBImageLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E9EDD43AA102077554C885812DB126D /* LyricCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21165E2BF07F7A843BBEA0CC5127A2F9 /* LyricCell.swift */; }; + 3ED71F04B0843B932E0B8B4FB45DDF2E /* LLAppInfoHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = C064175D4D89E914A6FF3D407BC426EC /* LLAppInfoHelper.m */; }; + 3EE1A6EDE318C90334D761FF6B8B8622 /* TUIGlobalization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B01055A02C595C4CC216230475CCEF1 /* TUIGlobalization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3EE81F2AC0119291528C29CCA560658A /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 40ACC2531666BDAB0A2876B7E5D9B433 /* SDAnimatedImageView+WebCache.m */; }; + 3EF49628D627CAA9EB32D93514DBB988 /* LLShortCutComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D26C0527BD36E660225DF8161D16928 /* LLShortCutComponent.m */; }; + 3F002008190928EC42D6E10E52BA2104 /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 89726A48E9887CC499BA1FD98743DF83 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F0BB8A29EF612912EE2F9EE782F8805 /* QCloudError.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AC7BA3092EF9F24F7952FDB9F1C8B40 /* QCloudError.m */; }; + 3F22234752ABAB08438999DF33A5C016 /* LLNetworkDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CD594077CA49C0EB5D326D6C8176B58D /* LLNetworkDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F240EBB4D395F5186F817C8F5E7147F /* QCloudUniversalPathFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F3D750EBBFC71EC018F99ABCADAAB66 /* QCloudUniversalPathFactory.m */; }; + 3F36A6B93B07560980D35ED158991969 /* MQTTDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 618F47BF3EAE22D102D1DAD0BE2B2457 /* MQTTDecoder.m */; }; + 3F373ADE4D13EEE7E2AD85446B853250 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 3F49113833DA93F31163179E95D2DAC6 /* NSObject+YYAddForKVO.m in Sources */ = {isa = PBXBuildFile; fileRef = 843DD8E997F0495C0AC4481CE0668B97 /* NSObject+YYAddForKVO.m */; }; 3F9BACC4CD008CFAD1BF7F8A2518DBFC /* TUIChatSmallTongueView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B492734916E97A6ABCA25BBFCCC1803 /* TUIChatSmallTongueView_Minimalist.m */; }; - 3F9C3275F786E754C812482941E96F4A /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C683F3F0B9711A79A25F1505D26C793 /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 3F9EB70845C07E9C4EC09988AB7763FE /* BRAddressPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C25A2F5175440A6A656FDE590F024550 /* BRAddressPickerView.bundle */; }; - 3FDD85AA92703FBD5CEC9754D55AD571 /* BRPickerAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = B9DA828B683D4E0C716E72D7455447D9 /* BRPickerAlertView.m */; }; - 3FE11C3DF2FAC8F25A8B8EE8AA90993A /* LLFilterTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A4E3954F0EE219E2B68B85F4B5B72235 /* LLFilterTextFieldCell.m */; }; - 3FF12F392FFAD45A9D62C9E746937E26 /* FMDatabaseQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 85CC94351C231B6632DAB441C2F35141 /* FMDatabaseQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3FF7252DD60182221BB1E5A167C41A07 /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = A519F1F393FB879673BD511BC859018E /* UIProgressView+AFNetworking.m */; }; - 3FF9873BBEDD1C8AA6EC43EBCB23D060 /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D25EDCC9DB928F40CE0A38D790A2695 /* NSData+RACSupport.m */; }; - 401D08D2573A4696AEADDDED3D47C251 /* MQTTProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D345BB7E51A3ECD6665C4AB51741FC /* MQTTProperties.m */; }; + 3F9C3275F786E754C812482941E96F4A /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC767773C1CB2638FFB36AB255AB9FEE /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3F9EB70845C07E9C4EC09988AB7763FE /* BRAddressPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 5FAE4CDC0C7FA693FCA0B9E6468B6F28 /* BRAddressPickerView.bundle */; }; + 3FDD85AA92703FBD5CEC9754D55AD571 /* BRPickerAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 405359C30EC97070DCE0995B06F068EB /* BRPickerAlertView.m */; }; + 3FE11C3DF2FAC8F25A8B8EE8AA90993A /* LLFilterTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AA905761C5A68F19A296EA3CFF40742 /* LLFilterTextFieldCell.m */; }; + 3FE993F9FB5F149DC0634C8FD8A8D01A /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 36B7306D406C2AEA8F5304EE61A4F542 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3FF12F392FFAD45A9D62C9E746937E26 /* FMDatabaseQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A8DE361CA0BB7B947609CF04C6773DAE /* FMDatabaseQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3FF7252DD60182221BB1E5A167C41A07 /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = B1421D616B515231B2C99CC97BF371D7 /* UIProgressView+AFNetworking.m */; }; + 3FF9873BBEDD1C8AA6EC43EBCB23D060 /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = E9523D9C1AAA5B5FC5EB9D98665FA5F9 /* NSData+RACSupport.m */; }; + 401D08D2573A4696AEADDDED3D47C251 /* MQTTProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = EC5A23E53C2E0BAD205828C3D86739A5 /* MQTTProperties.m */; }; 403B42C3B236A41E6789C0471916E2B0 /* TUISecondConfirm.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A4111F17FF72D844D2BAA264E4F805 /* TUISecondConfirm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 403D898F4BA3F19AD155F16A947E2099 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; + 403D898F4BA3F19AD155F16A947E2099 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; 404B304E3D24B24289201C64C5DC016C /* TUIBaseMessageController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEF753BC001FC149F6ABE41D1CB479A /* TUIBaseMessageController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40A3FAD55D708AA8A903BAE592780B31 /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = DBA5E791DD9EDD7838CC7AFE495DD477 /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40C6547E1BF9D38DAF250AAC9486D97E /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 29C365D5701AB648363972D3E6F75AEC /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4088AC47BA3C82169FE9437E314CBB7E /* QCloudRequestData.h in Headers */ = {isa = PBXBuildFile; fileRef = F5EF0C604AF260E679CF3C1B230E9867 /* QCloudRequestData.h */; settings = {ATTRIBUTES = (Public, ); }; }; 40E84298D5B6281A8EE507A8DCB02B63 /* Protobuf-Protobuf_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = F777222FFBEEB0CE4650EE8A00938A60 /* Protobuf-Protobuf_Privacy */; }; 4100175AE18D2880695987AD44178FE7 /* TUIReferenceMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B1BE9331F5E5D12CA04E6D642BCFB41 /* TUIReferenceMessageCell.m */; }; - 412D58DF657ACB7FC82B1EC7D830FD45 /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C557D2F6361E8295AAD89EDEE2AACB4 /* BRPickerStyle.m */; }; - 4153C3C4CBD7A48F844B69FB74079D7F /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = A054FBD9092C16401FFBD55D55C8AF62 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 417ED41553543E3E003DC19085F53393 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9203541306F143FDEB870B5F9A0B5E1F /* YYKVStorage.m */; }; - 4185D077B27806CFABB2E83654DB63E3 /* QualityDataUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0086153F7A83A07B955062499369838D /* QualityDataUploader.m */; }; - 41A403B14E69F35BC81B50B82CF94E76 /* LLNetworkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C037CB7FD3E4185DA804EFAEA5ECB47B /* LLNetworkViewController.m */; }; - 41A88C49547B5D0C3C2FFF38E8D91155 /* LLTitleSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FF94ECE1BD1A32B1EB0097A1E3CCD910 /* LLTitleSwitchCell.m */; }; - 41C1B8A8080B53028E5B40176081C73B /* QCloudCompleteMultipartUploadInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C30120819B40CF27526538D243E95959 /* QCloudCompleteMultipartUploadInfo.m */; }; - 422EFB8349BC2959FD59EBCF849D74D2 /* LLNetworkDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 714DE9D21747F7ADB7E847688567B3A0 /* LLNetworkDetailViewController.m */; }; - 4245F36EC533087433201DF8F2956E4B /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C6A9340CDAC0B6369DB2690CDC3A55CE /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 42735B679585CBE859585C298BB91FC6 /* UIControl+RACSignalSupportPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = E27D21FEAC4F96C7439A48A38ED0D771 /* UIControl+RACSignalSupportPrivate.m */; }; - 4281CC31F4D4EAE690F999C778F17E5B /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = C721DEC379A32E6A40BB74DDCD48133C /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4284930B9C2F398EE2D1CA19A9BBABFF /* Pods-QXLive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A79F5B474AEB6E40838CD82097C06E2 /* Pods-QXLive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42858CCB6BA08087924DA97300C4AE06 /* QCloudHTTPBodyPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B654199114861BA650381E43DD5E10B /* QCloudHTTPBodyPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 412D58DF657ACB7FC82B1EC7D830FD45 /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9715390B8D3041C8CDE9BC742BE7ED /* BRPickerStyle.m */; }; + 412E86259343B76785B0D6098A73DC40 /* UIView+TUILayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD3A560E72C86BABE5F7CC27E62D459 /* UIView+TUILayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 417ED41553543E3E003DC19085F53393 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FDAFE4F8CF8AE11135AB29B8E455F95 /* YYKVStorage.m */; }; + 41A403B14E69F35BC81B50B82CF94E76 /* LLNetworkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B58EE6415343C9021A537DE7E4B25EE /* LLNetworkViewController.m */; }; + 41A88C49547B5D0C3C2FFF38E8D91155 /* LLTitleSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 85734789B36D039DB781BF2A5A6CB57C /* LLTitleSwitchCell.m */; }; + 41C1B8A8080B53028E5B40176081C73B /* QCloudCompleteMultipartUploadInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = EE2A80FCCE5C36E7E67E66147C9F9A33 /* QCloudCompleteMultipartUploadInfo.m */; }; + 422EFB8349BC2959FD59EBCF849D74D2 /* LLNetworkDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 12D095DBAC9E16606066C5A44F951B57 /* LLNetworkDetailViewController.m */; }; + 42735B679585CBE859585C298BB91FC6 /* UIControl+RACSignalSupportPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 20B25D9EED33B46F6CB280FA341E3DD4 /* UIControl+RACSignalSupportPrivate.m */; }; + 427A237252611012A9EBED9BBD446A28 /* QCloudUniversalFixedPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C74E4499B774749C14C422C31D4FBDC /* QCloudUniversalFixedPath.m */; }; + 4281CC31F4D4EAE690F999C778F17E5B /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = CB89564A345D654D98761940F9DD35AC /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42947A22C1CB9280218295B3F5E4EDB8 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 343742756CCBBEAC4A488DA7E829DE24 /* SDWebImageDownloaderResponseModifier.m */; }; + 4298E5940DA70A36FCA10C6053C4AA59 /* QCloudReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8879EE6F45803E2068D3C3DDC7301C /* QCloudReachability.h */; settings = {ATTRIBUTES = (Public, ); }; }; 42C2907A3C5E1BCFEEC106D7CD55A594 /* TUIAudioRecorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB38CA7304414D2A5EDAB32ACB99441 /* TUIAudioRecorder.m */; }; 42CD06BECB1FC098673502A1AB0EBB2F /* TUIRecordView.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F5E8F967963B368527015A3F347B30 /* TUIRecordView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42E3AF3AA926C4A6A6C273D26D0619E3 /* sharpyuv_dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = E1828373766AE5D4C3F5D785FE41B81C /* sharpyuv_dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42E900E1ACEB99DE2F7C7527B2DEDC1B /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FF064C40D7D723E9880B09ED29008D /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42F504E018BBA6706DF45785E16C0DAE /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A87A1F94C3A4E6F191EA25DAF3D2A5F /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 431023914A5D2653ABAE7AB54880C9AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 436DA28CC16B8439CDAF0D2B3DB1C226 /* UIColor+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = EB605D949037651D57725E2BED5B6196 /* UIColor+LL_Utils.m */; }; - 437FF425F39B4467C0A640481B1B5291 /* QGHWDMP4OpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = AF9CD71DEEC9408CBF151103B0E5F0D2 /* QGHWDMP4OpenGLView.m */; }; + 431023914A5D2653ABAE7AB54880C9AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 436DA28CC16B8439CDAF0D2B3DB1C226 /* UIColor+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = C3D4D44DABCA957343D352F3EB52CF09 /* UIColor+LL_Utils.m */; }; + 437FF425F39B4467C0A640481B1B5291 /* QGHWDMP4OpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 08C2837BD90B638DF9B6D447C8B18A9A /* QGHWDMP4OpenGLView.m */; }; 43826AF76DDBBDBDD21BF52C6E361632 /* TUIConversationListController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1A0692E5E399612B98DC07272C2E69 /* TUIConversationListController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 439374D38249FBC5F964B12382ACA155 /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D3AF15632551C4CCE70DD675D38A81A1 /* YYImageCoder.m */; }; - 43DAECA9091DEEDE97251FC68F804E21 /* GPBDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = DD9221EDB1D66F00A81FC5764351315E /* GPBDescriptor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 43DCD0A7033099F7F5AEB42423928867 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CC1EA350F30753E1F105F5F4F0C1E4E /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 44229A5739A1CA25860DAB568183E751 /* OSSGetSymlinkResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F57F8950C059A0FB4F8A87B8134D20 /* OSSGetSymlinkResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4424E7517B86FE622BCD3D5040FC579C /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C0CEB5A1B00EFCEA42EB2B0602CBF8D8 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 442F468E261A1106C291BF52BDBF9DB7 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = A76638BBDB3A90170090F0B04BEB7752 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44339C00EEAC1F42F4BD9F5FC1C93FA0 /* IQPreviousNextView.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDD225BF9FABCDCA7ACE73C61C154CC /* IQPreviousNextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44348C8359F737B6D0961604D185B853 /* LLHierarchyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1757743CDC76FAC89974FBEDD31E89 /* LLHierarchyWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 445C3272BC1602F3CF1B140BC2A0B39C /* UIBarButtonItem+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F13A129258E41B3295F00EFE8D23CCD3 /* UIBarButtonItem+RACCommandSupport.m */; }; - 446D509EEE7AB2A4112C2B607024ACF0 /* MQTTInMemoryPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EF9852A5A98D3131B14E29BB416C491 /* MQTTInMemoryPersistence.m */; }; - 4492DCF2EBB472D5EC111292F7AC31C7 /* LLNetworkModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E06D778F2FCCEB9FE5416F7D4CF216 /* LLNetworkModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44B18784422E263DB239DE4DC05155E8 /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = F431D2A564F4F18F222226A9471AB5EB /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44D5615EBA2F2623739A5A7048C6F33B /* LLThemeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D026878D71D61309F44586E0D3DFD323 /* LLThemeManager.m */; }; - 44F56BFDB1BD2792727E542BF5D24ADD /* QCloudUniversalAdjustablePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D937BCD943E356C2FC4B49FF67BF50 /* QCloudUniversalAdjustablePath.m */; }; + 43A13DE5B2D1E5F7EEBA587B68BEEB07 /* QCloudMainBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C447EF7377D479A5388EA2BEE74A06 /* QCloudMainBundle.m */; }; + 43D2DCD5F4349F4DEB3799722775293C /* UIView+TUIUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 158FE2BF1C4A02316B39C4ED2FD86230 /* UIView+TUIUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43DAECA9091DEEDE97251FC68F804E21 /* GPBDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 357AB9C7FDEE357271BC2F88561653B2 /* GPBDescriptor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 44229A5739A1CA25860DAB568183E751 /* OSSGetSymlinkResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B90F77A4A7903D1EC5AF22C62DBFD69D /* OSSGetSymlinkResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4424E7517B86FE622BCD3D5040FC579C /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 84774CAFEA7BEB54694C35FBA3649BDF /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4429CAD3CD36042EBB427948F59BE282 /* NSString+TUIUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EBECD2A46E28042357ED8782F70E08B /* NSString+TUIUtil.m */; }; + 442D345E2E1B93E2A4B8FDAD8F7719D8 /* NSDate+QCLOUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 92BFE47537B6941152A54D2804810AFE /* NSDate+QCLOUD.m */; }; + 442F468E261A1106C291BF52BDBF9DB7 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B605B1D988576F033AEB3F7CB7C666CA /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44339C00EEAC1F42F4BD9F5FC1C93FA0 /* IQPreviousNextView.h in Headers */ = {isa = PBXBuildFile; fileRef = D42A5033F1E18FB2F3A89D182DFBDE0E /* IQPreviousNextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44348C8359F737B6D0961604D185B853 /* LLHierarchyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DD0E1100F58F5DB2990C36FA79C1B39 /* LLHierarchyWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 445C3272BC1602F3CF1B140BC2A0B39C /* UIBarButtonItem+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F38E3D1D319A183438B679D041174FB1 /* UIBarButtonItem+RACCommandSupport.m */; }; + 446D509EEE7AB2A4112C2B607024ACF0 /* MQTTInMemoryPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5DD42F0DFE6AD4E1913B269D3CB8C9 /* MQTTInMemoryPersistence.m */; }; + 4471969A87649EDAE2106860F7314F39 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 3670FF21FCF58D21FA75750A8876B1D3 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 448C380608E09870EC872FDCB806C049 /* QCloudUniversalPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 2837EDD1C35DE89B2BC15293DE6FC68D /* QCloudUniversalPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 448DDC6141FA4AA0885C98943D0D366B /* NSError+QCloudNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C750CA1918E596E4A92F703B06859B2 /* NSError+QCloudNetworking.m */; }; + 4492DCF2EBB472D5EC111292F7AC31C7 /* LLNetworkModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F88981204A6EFDA3391651E442A42252 /* LLNetworkModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44D5615EBA2F2623739A5A7048C6F33B /* LLThemeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CB50173A31B72AC8A79F76C77FD24190 /* LLThemeManager.m */; }; 4500E7C9876384FBFBEB4E78028C4424 /* TUIInputBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 990C3927E2E64898196108C7F15A1FB5 /* TUIInputBar.m */; }; - 4509D5616BCBACC1F5798EC63412A13B /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A7023C52345C508988051E5EE1F7EE /* NSBezierPath+SDRoundedCorners.m */; }; 450A3108BED0B2531B5BB22DF4F5603E /* TUIReplyPreviewBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A0F36C9DA1928A51CE0C61A106BCA1A /* TUIReplyPreviewBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; 451298F3173179E04EC77B6E34747153 /* TUILinkCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0B74500075FC8A895C1F1C5238EBBE /* TUILinkCell_Minimalist.m */; }; - 452C940762F65B125C216F73B369F583 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = D8076727251FFD8F87405D28F5A543CC /* MJRefreshStateTrailer.m */; }; - 4531190068B3C7FEE69B4F45ED486200 /* QCloudCoreVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 2366CE60ED206FA9E103640EBEF8EA66 /* QCloudCoreVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 453437AE32236787CCBCDB84336E4A93 /* YBIBVideoActionBar.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D981282865C8320ECD683BF5879065 /* YBIBVideoActionBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4569AD436BB87FA37A01C5C982F025A2 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 510CE074799D6F1B2FAE69B11D670BE6 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4571A0EA37DC84F39E3830D38A1531AB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - 45A2252FE9A80B5B59B021395E19EE0C /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = EEEC6F5B7A994FE6A18E789BF0CD0ADE /* RACTuple.m */; }; - 45A419A1E8A72D7337CE05B749681B21 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0F0C9ABF667C40EF3A478D191CE00BF1 /* PrivacyInfo.xcprivacy */; }; - 45D47817A6B892B164550CD5DE558780 /* LLFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = C99BD807257F535CA1405079C4548FD5 /* LLFilterView.m */; }; + 451665C68CBB1BA0B4A7B516692D0486 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = 95DA354A0A4EC90C07003C9F62088DB7 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 452C940762F65B125C216F73B369F583 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D05817A91850EE50FB85F5BF9B0322 /* MJRefreshStateTrailer.m */; }; + 453437AE32236787CCBCDB84336E4A93 /* YBIBVideoActionBar.h in Headers */ = {isa = PBXBuildFile; fileRef = B24DB211F84BB02703D14F163E518387 /* YBIBVideoActionBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 456900236AE57099401BB6E7154BEFD4 /* QCloudFileOffsetStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 1559B3C39E7A4F1D95828D796B718575 /* QCloudFileOffsetStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4569AD436BB87FA37A01C5C982F025A2 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 65116AB32009CA35A5280DBA2FF1936E /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4571A0EA37DC84F39E3830D38A1531AB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + 45A2252FE9A80B5B59B021395E19EE0C /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 79E95A5E11CB442AD6A0871CAFDCB85A /* RACTuple.m */; }; + 45D47817A6B892B164550CD5DE558780 /* LLFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = D35A208D3D915B75D1E4850D06260204 /* LLFilterView.m */; }; 45D6B5ED97C7B8930311A3EF84D4F28D /* UIImage+ImageEffects.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBA0A23841EA9AF8E49C4B6A7CC39F0 /* UIImage+ImageEffects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45E1583D7EF53489B82C4CA2AD1AD0CF /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9502B0B473623E7357CE14F670B4A6C5 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45E1583D7EF53489B82C4CA2AD1AD0CF /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 99558AC72C5EB85D102118F0512E505F /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 45EA632E71D058387E87C9323A02312A /* TUIConversationCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 85DF452A6A68913D3B9E22E2BB1E72B7 /* TUIConversationCellData.m */; }; - 45F861348548E0CD9D2C0781E04B3CEA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F94D341C349D9A7ADEB1A65768B8C0 /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 461A4C946BFC3437ED41D5C52DCCB9A3 /* QCloudPutObjectRequest+Custom.h in Headers */ = {isa = PBXBuildFile; fileRef = 874E32992FF188A8A335A064CF0F52CA /* QCloudPutObjectRequest+Custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 463244BCC6849C407D1178E87E974FE3 /* NSObject+QCloudModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C955ACD5B6F9A8EBD41DDBF4CA3436B0 /* NSObject+QCloudModel.m */; }; - 4632FEB97EDF8C1B008F7E801543752E /* OSSNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 20879D9B56A7E684907F75923C3F6EF1 /* OSSNetworking.m */; }; - 4633D19CB7A248F3662AD25AC6E7383E /* QCloudGCDTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A6BF44469A53B30A9D29E8B75563F0 /* QCloudGCDTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 464668087ADF503E364FF9ACA13D81CA /* MQTTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = EF7AA64092BF7E400C6F8FDF6A189D50 /* MQTTTransport.m */; }; + 45F861348548E0CD9D2C0781E04B3CEA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5EB95D11C0D1E9CD6DAF5558221168 /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 461A4C946BFC3437ED41D5C52DCCB9A3 /* QCloudPutObjectRequest+Custom.h in Headers */ = {isa = PBXBuildFile; fileRef = B3223616DBF3C2D5F8F235267D47958C /* QCloudPutObjectRequest+Custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4632FEB97EDF8C1B008F7E801543752E /* OSSNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = D432930F1FE5EB0F3D14F81BA90D0A09 /* OSSNetworking.m */; }; + 464479791D098E9DF68D2CC397216A48 /* UIView+WebCacheState.h in Headers */ = {isa = PBXBuildFile; fileRef = 05685C9EDE6EA1671845291E9157D244 /* UIView+WebCacheState.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 464668087ADF503E364FF9ACA13D81CA /* MQTTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 21FB9A8B531852CA245610ABE7B327AB /* MQTTTransport.m */; }; 464821B903FE9FC52174A0AD1E3D51CB /* TUIConversationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 74804D733853C053151DEF88E96F292B /* TUIConversationService.m */; }; 4656DAE4B21347D54B0260B70022E376 /* TIMCommon-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74AAD8C647E438E01FDB030A02A427DE /* TIMCommon-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 465933F874F36D39C16F1FED6284777E /* UIImage+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = BEB885F0149701199F0189974EBC7D8D /* UIImage+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 465933F874F36D39C16F1FED6284777E /* UIImage+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7167EAC8F42F8F0248553DD511A757 /* UIImage+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; 467B232885609B74C3D5C97CD6F2C8F2 /* TUIConversationCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E829FAFFA12D804643CC96EEB8EB62 /* TUIConversationCell.m */; }; 46833123DEC0B3647C076081F3DC54C5 /* TUIFileReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = B9E1C417847BC5FDC1B91A3641CA45F0 /* TUIFileReplyQuoteView_Minimalist.m */; }; - 468C19B5A2C541F12BA50CCF3B2B3072 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 4692E85326804A3DBF99C6628460AEC2 /* GPBUtilities_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = C0CF66D77341CBAB70B181A81C6F4CCA /* GPBUtilities_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46A3C25D009DF5A6755F8BA3B8BFAC40 /* TZAssetModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F1AFDF65630C82C9602A85EC64FA9479 /* TZAssetModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46BB28F62F6521E1CA1BB3A729629041 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; - 46C7022E5BC425465290808C2DFA0082 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 46D42E5E1A164D82814A2B776CA43C31 /* NSData+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE95776273C13ED73E0B751B2BA8E2A /* NSData+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46F78953386C12D843D0889F6C9E63D0 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 30A83DA60174B28C331EFA1522382EDC /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 46FE7652F3F63388BF97D9C8B7015A6B /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 9237AE7D726F70DDD45C541AD4A800DC /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4702E963628D3FADF91645127A378723 /* MQTTSSLSecurityPolicyTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 243E21A815BF2730E755AAFC60796035 /* MQTTSSLSecurityPolicyTransport.m */; }; + 4692E85326804A3DBF99C6628460AEC2 /* GPBUtilities_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CC2C56E52BB17858416D2F493CADFC /* GPBUtilities_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46A3C25D009DF5A6755F8BA3B8BFAC40 /* TZAssetModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 562400D88D981F95B65EB2AEF544F2D4 /* TZAssetModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46BB28F62F6521E1CA1BB3A729629041 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + 46C7022E5BC425465290808C2DFA0082 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 46D42E5E1A164D82814A2B776CA43C31 /* NSData+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 139EB118BA580D05E121F29FD2616A7C /* NSData+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 46FE7652F3F63388BF97D9C8B7015A6B /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 796A2E6036CFD541F92928EA210E797E /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4702E963628D3FADF91645127A378723 /* MQTTSSLSecurityPolicyTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 903AAA1078A62A0D2C039C7F3324D2EF /* MQTTSSLSecurityPolicyTransport.m */; }; + 4719864804E5DDDC5D64C56B53320B97 /* Zip-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 291AC0C600D9A59B6809EC2A9C690094 /* Zip-dummy.m */; }; 473099662834A40D93F387926A762FD2 /* TUIImageCollectionCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = F3BF8AEF59CB21D843D0550C284FBED5 /* TUIImageCollectionCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47554A9952DB0C1415DD2B9084981A6F /* GPBUnknownFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 9863230652A77516A5830C58FEE0B4C6 /* GPBUnknownFields.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 475591A8A7A10CDFCADE68F2E1EFF2F9 /* ScoreAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = A303F5DD2B26CE2527CE68451DDFB716 /* ScoreAlgorithm.swift */; }; - 4756738C81961577D2EEFDB3452E8F43 /* QCloudCOSXMLUploadObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BABEB31645FCCB421C9DB0258E8EDB0F /* QCloudCOSXMLUploadObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 475B4F3E71C293065AAFDB1888696CF6 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 953EA43E3F2AF86474EE7D74EBCBD573 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4789E7B688EFC2614D1A8B0A97B2FCEE /* QualityDataUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 75E6A73F4E61682A5174EE7D7ED19F76 /* QualityDataUploader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 478D72D0F9423618F7752BCD764E454E /* QGVAPConfigManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AB95C2A2C021DEBDF9C01A0110B99675 /* QGVAPConfigManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 479436C23E64305FF468C16180CD5136 /* cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 39779CCB2B95BB129A4CC4AA600A1891 /* cpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47A5E935D575A79B23EC8E89EADC9A36 /* LLPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = BF07F0FE4411608E1B184E1B81320425 /* LLPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47BA6AF3FC0322EF22638A335C527C51 /* QCloudPingTester.m in Sources */ = {isa = PBXBuildFile; fileRef = 90221918B2D60B3483BFF2542B9C7C7D /* QCloudPingTester.m */; }; - 47E27473C6C3DAD243E76BBB9FAAC38A /* YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCDDE0A5CF0D363E689FA4FCA630498 /* YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47FBCA188545B898AB5EEC31E3E5E680 /* YBIBIconManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C53F402394FD2693DBC50E446144B0DC /* YBIBIconManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 482E3AC419EEB9AF9AD03488FCEB05F1 /* NSDate+QCloudInternetDateTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB9ED5CF4B69C84A0B8EFA08054C3D8 /* NSDate+QCloudInternetDateTime.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 483BBAE65CFE0E6411AB0C23156078D7 /* QCloudCOSXMLEndPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = A31C43698997610ED8F05DEC34A4492D /* QCloudCOSXMLEndPoint.m */; }; - 4851743937896F7DBEC0BCC7A878682C /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B5F51CA24193FBCE780EDC93E423BE /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 485B5F5CCDAEE9F80EBE99D02B17AEAD /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B4D62F83F7E039BA5324693A012705B /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 48B6F70763817CE2BDFB77E4D69A538D /* LLSandboxImagePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF782A50913D8F3025AA322B252D419 /* LLSandboxImagePreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48BCC8312F8AA14F0646E0B7668FEDE0 /* LLEntryStyleModel.h in Headers */ = {isa = PBXBuildFile; fileRef = CFE2AE2DCDFB03CB52175AB2EC84E409 /* LLEntryStyleModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48D87ECC621E39931B8C68BFA214F49F /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 05799F519CA6516CC4DB8F360246FC40 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 47554A9952DB0C1415DD2B9084981A6F /* GPBUnknownFields.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7DFEAC7499A95E8460355416088A5E /* GPBUnknownFields.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 475591A8A7A10CDFCADE68F2E1EFF2F9 /* ScoreAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3941C9078BD4066A36E0C5E3E3ECE03 /* ScoreAlgorithm.swift */; }; + 4755E37745511865176FBFA5E8349376 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 049F2D53E059923A0C5AADB66CA2FB5B /* UIColor+SDHexString.m */; }; + 4756738C81961577D2EEFDB3452E8F43 /* QCloudCOSXMLUploadObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 076A91DC17BB9EDD60695440CFD02DFD /* QCloudCOSXMLUploadObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 475B4F3E71C293065AAFDB1888696CF6 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9587AE6808FB7EA107E44B7D668EB54D /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 478D72D0F9423618F7752BCD764E454E /* QGVAPConfigManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B180061CD2E66924587353A30F7525E8 /* QGVAPConfigManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 479E1ED6BEE4D4B55BB8A97C5E5AE1BF /* QCloudServiceConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A57A9D187E978C9A9B93D8CED31BEA2 /* QCloudServiceConfiguration_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47A5E935D575A79B23EC8E89EADC9A36 /* LLPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BBC83850F194A1AD31741D164E2E597 /* LLPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47E27473C6C3DAD243E76BBB9FAAC38A /* YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 450F14DB8114A70A87869BE936D56A4E /* YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47FBCA188545B898AB5EEC31E3E5E680 /* YBIBIconManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8A7214F78EA2B0599F92AF5C35A2EA /* YBIBIconManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 481EBB1C972182D9A2EECD97C6E9D737 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = FCFFCEAFE7A470EB5AAFE949F127F44D /* SDAnimatedImagePlayer.m */; }; + 483BBAE65CFE0E6411AB0C23156078D7 /* QCloudCOSXMLEndPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 98B6A95FE57A4682BE7B6B185DCB9F21 /* QCloudCOSXMLEndPoint.m */; }; + 4851743937896F7DBEC0BCC7A878682C /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C688E2B626BC34C9C29DD168F6787B1 /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48544B4E6E2EF270EE54DD817FEE6570 /* QCloudFileOffsetBody.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA082E5F1BA7B11928F29EA2B4DE91F /* QCloudFileOffsetBody.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 488A65976D8D0CF8FF167FBA9A7C1F75 /* NSMutableData+QCloud_CRC.m in Sources */ = {isa = PBXBuildFile; fileRef = 35365794D8361BDE8B9E0174943AA53C /* NSMutableData+QCloud_CRC.m */; }; + 48B6F70763817CE2BDFB77E4D69A538D /* LLSandboxImagePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FD82A00C069279BCEC6994BEF3AAB811 /* LLSandboxImagePreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48BCC8312F8AA14F0646E0B7668FEDE0 /* LLEntryStyleModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 880CC2442F67DE6EEDF4263948FEF6EA /* LLEntryStyleModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48D87ECC621E39931B8C68BFA214F49F /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6859AF00D8A1688DE367D1A3FF4F6EE0 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; 48DC1676BB4B5F1BCC17DD4CAE4A6463 /* TUIMenuCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 168C9552835213EFD4E946DF7A3A5E4A /* TUIMenuCellData.m */; }; - 48E73B4A56D8180A4EB644E42BA6AFD1 /* LLThemeColor.h in Headers */ = {isa = PBXBuildFile; fileRef = B8D1EBF59A6C0A03F9590D0AA698BCB2 /* LLThemeColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48E73B4A56D8180A4EB644E42BA6AFD1 /* LLThemeColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F105AB602F9AAB1088CA91609A03BF /* LLThemeColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; 491A7AE32415DC4241A1B4A50EBD486F /* TUIReplyMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A97AA042E83682CF2E8E476B6F22C3F4 /* TUIReplyMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4938511D8412EFA06AFCB9D8DD0F4F77 /* YBIBCollectionViewLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E20FE5F3C2DB8183FD45A978EFA50AF /* YBIBCollectionViewLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4939661619DF978FFE36444D2DAD2C49 /* LLScreenshotSelectorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 14E7A02B510897AEBABF642888FD2C3E /* LLScreenshotSelectorView.m */; }; - 49445CE967F63922E2048455DCE72758 /* YBIBInteractionProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B13D01E3DCCAB0D2C37A8E95512A72 /* YBIBInteractionProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4938511D8412EFA06AFCB9D8DD0F4F77 /* YBIBCollectionViewLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DBF5A21767B38B8FE16096C12D3D8FB /* YBIBCollectionViewLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4939661619DF978FFE36444D2DAD2C49 /* LLScreenshotSelectorView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7DDFB1DFCEBB722BF883769B6E9917B /* LLScreenshotSelectorView.m */; }; + 49445CE967F63922E2048455DCE72758 /* YBIBInteractionProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BEADAE949FF27E9446ECCE15C9B94E7 /* YBIBInteractionProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; 49535EBE8444A47CD8250B9CD9DE0ED5 /* TUIMergeMessageListController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 1597DCC4A53580299802EB3744A88E1C /* TUIMergeMessageListController_Minimalist.m */; }; - 4958D2D0D6DC37810FAB1105D10E90D3 /* UITextField+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F7041DEF3DD898FD8DFBD1B29FE1A075 /* UITextField+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4958D2D0D6DC37810FAB1105D10E90D3 /* UITextField+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 640D11D10E86F2974CCC92BCEBEEF79C /* UITextField+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 496BCDBB0A4A8EBD4D476750B85492EF /* TUIGroupChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 524BFF28768667EEC1C6E0B822637EFB /* TUIGroupChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 49900106BEFC9C1BEB3E96558C0C4AE8 /* mz_zip.h in Headers */ = {isa = PBXBuildFile; fileRef = E0BD1F678701DC08BABBD2969B0D5B1A /* mz_zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4990936139BF46A3888CBF58360A7251 /* UIView+SDExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = B34B9D4244B907E89430EFBB1D393221 /* UIView+SDExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49855AA8FBFE916B411D201708BB1F46 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = DC83270C2829BD9FD136CB79D89B63D3 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 49900106BEFC9C1BEB3E96558C0C4AE8 /* mz_zip.h in Headers */ = {isa = PBXBuildFile; fileRef = DA6009A3E424D957C02BFD2837ED4011 /* mz_zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4990936139BF46A3888CBF58360A7251 /* UIView+SDExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D8EA8A8C255044640FAB2C778599E10 /* UIView+SDExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 49AB2C8699E40DBB93A915BCE25CE13F /* TUIMessageCellLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = C68412B6CE6995367EE57E8BBDEB57E9 /* TUIMessageCellLayout.m */; }; - 49B416817C87FE85C084BFAA84214500 /* LLPinAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 23785D638D2B27E21D5B4CCA02DDDB07 /* LLPinAnnotationView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 49D24B6BE985C2DB4FEC4E167BA95374 /* UIImage+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = DEDE4932D792B0DF7288337D438BD858 /* UIImage+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49B416817C87FE85C084BFAA84214500 /* LLPinAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = A1343ACF5CBB8C5A3B298874CE14FB23 /* LLPinAnnotationView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49D24B6BE985C2DB4FEC4E167BA95374 /* UIImage+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63E414D000CD409A61439B1C23D86DE3 /* UIImage+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4A1485CD7235E932D750E52E8C043C9C /* TUIInputController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1A15F98848EBCBE15138BA0D390465 /* TUIInputController_Minimalist.m */; }; 4A17B86AE3D5181086E0C71149E9EE20 /* TUIFileMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB6583A6C803E782602C115004BEEC6 /* TUIFileMessageCell_Minimalist.m */; }; - 4A240539859DE81874149E2DAB8852EF /* YBIBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF3DB55129CE8E6AC2242B6C689909B /* YBIBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A299728D98F189E83460EF4034FB7C5 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5ACF065BB91F5338720FFACC00E1EB /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A2D7878579537881DD3859B3359F702 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B0067B68C01AB3887A364BABB15A12 /* CoreGraphics.framework */; }; - 4A35BA7223526521D4985C85D38D1AD2 /* LLSandboxHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE1D320A54FB06110638D3EA7B561C4 /* LLSandboxHelper.m */; }; + 4A240539859DE81874149E2DAB8852EF /* YBIBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EEBB131936B3695BA8F763BD41C893C /* YBIBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A299728D98F189E83460EF4034FB7C5 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2928B6C11DF105E327D32DF0481E9FDD /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A2D7878579537881DD3859B3359F702 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */; }; + 4A35BA7223526521D4985C85D38D1AD2 /* LLSandboxHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8281670F9B1693BFD64335C3830D5E97 /* LLSandboxHelper.m */; }; + 4A36DF140B581E9B4B35898152846D54 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FF8CB1264FDAC716BE1BDA0DEF721FF /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4A40F3B737927441B33562888AEB8EFC /* QCloudCustomLoggerOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = F11AE16B9B20AEE75F546D0B9709A30D /* QCloudCustomLoggerOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A4ABFE20B862F449EC9DC7212412139 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C6DFCB98E0DAF4BF61B93E0B37EB3EE /* SDImageIOCoder.m */; }; 4A5F3840CDDEB418BAF448615442C13E /* TUIGroupInfoController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC2619022B1476C1306B6A4B8DCA5BB /* TUIGroupInfoController_Minimalist.m */; }; - 4A616B361623FDB0D094D1B02D73DBC4 /* QCloudUniversalFixedPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 56918E70C10E441DD9427320942AEE1B /* QCloudUniversalFixedPath.m */; }; - 4A6BDFE68B609181E9925EAC3BA76536 /* UIImage+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F9BBADC5F6AAAEDBB32F6A5FD9876AE /* UIImage+LL_Utils.m */; }; - 4A6F2964F297C2A3F4A5D187C4DA8C76 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9405B7EE37C2626E0FAB6A4D24BAF3BB /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4A76784AD10E5500AA2812FEB89E6A37 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B183CC5E8148072B8DA532DAA6D1F13 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4A6BDFE68B609181E9925EAC3BA76536 /* UIImage+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC53D7001FE3EF06C6D519194073392 /* UIImage+LL_Utils.m */; }; 4A76BCEC415E1FA5963BE7A673613BA7 /* TUIGroupCreatedCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 098C782DD1EFC66245792CE8C1854462 /* TUIGroupCreatedCell_Minimalist.m */; }; - 4ACB6A663BCFB08A0A8158F6463CF563 /* IQUIScrollView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 82994E7C083EEACEA413FDE326F454A0 /* IQUIScrollView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4ACD02D169C56FB246FE474E506D8686 /* OSSRestoreObjectResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D41F48683FCC1EDA89D903FF0965373 /* OSSRestoreObjectResult.m */; }; + 4ACB6A663BCFB08A0A8158F6463CF563 /* IQUIScrollView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 243A83C6A79656320E25137D1FE7F964 /* IQUIScrollView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4ACD02D169C56FB246FE474E506D8686 /* OSSRestoreObjectResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E3E0F433AAD2C10342A6ABF46BC433E4 /* OSSRestoreObjectResult.m */; }; 4AD23AFFF44958856EC47FB0A80C4C29 /* TUIImageMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C79E6E3BEBEC51A2C585F5364070A8B4 /* TUIImageMessageCell.m */; }; 4AF1234A66EF23D20DE504C674F94BED /* TUIConversationSelectBaseDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 921D0BB999A8CEDFA647B19789344E63 /* TUIConversationSelectBaseDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B0E74AAAEF19EB9CC3EC2321C25EACE /* UIImage+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D74E609EC1715A674FEB95A5A9DA3713 /* UIImage+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B1BA0258986F5F4A8F8E2BB3459B2B1 /* LLFilterOtherView.h in Headers */ = {isa = PBXBuildFile; fileRef = 45F9170B8BFDE56BEA0643989DB74548 /* LLFilterOtherView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B1DC079E6520394036A9CDBCC727A8B /* UIButton+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3965B84AE43C0F8234D384603B14D8C6 /* UIButton+LL_Utils.m */; }; - 4B772CFA8555C2FD25F938C3D0252A0F /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D36D1075AA0CC80AD328D2A389227227 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B93B7FC73D63A6B2ACB559E4D283C08 /* aos_crc64.h in Headers */ = {isa = PBXBuildFile; fileRef = F204C8E9145F57163F6EE85A499EA11A /* aos_crc64.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BBAEC8FBF2B5E2C4D9A3592B64F8BB6 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = A01F184A36753F1D2B521D2E3A311EFC /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BCA5F8C6F0C73C76E656BA0E3EA858F /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A232D07C7D89F3CFB0596B6AFA9312C /* RACTargetQueueScheduler.m */; }; - 4BD7EA86C2ABEC23D4BE43CE12BDC1F5 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = C76964ED7C150134F52382927DD30E44 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4BF22F80955EE8342018CD36A93B1A76 /* UIGestureRecognizer+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 33DA828E554084B88BA4798FDD90C02A /* UIGestureRecognizer+VAPUtil.m */; }; + 4B0E74AAAEF19EB9CC3EC2321C25EACE /* UIImage+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = A61161C387B62A0EA4F737EA7ED092E2 /* UIImage+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B1BA0258986F5F4A8F8E2BB3459B2B1 /* LLFilterOtherView.h in Headers */ = {isa = PBXBuildFile; fileRef = F596D796719EC8D458B1C0F20F033A48 /* LLFilterOtherView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B1DC079E6520394036A9CDBCC727A8B /* UIButton+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F400B3972F3BF8D2D7BE3969317D2E2 /* UIButton+LL_Utils.m */; }; + 4B627F212025548FD898FE8FE39D8B45 /* TUICore.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 900B01806C65D7DCC5EC5ED03ECD0D03 /* TUICore.bundle */; }; + 4B93B7FC73D63A6B2ACB559E4D283C08 /* aos_crc64.h in Headers */ = {isa = PBXBuildFile; fileRef = 7097C3765C55FB66A922B4DB98F330D6 /* aos_crc64.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4BCA5F8C6F0C73C76E656BA0E3EA858F /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = C8F6049319BDBD7298EC5931CBF1E32F /* RACTargetQueueScheduler.m */; }; + 4BDA09E53D89BE6482C3034F75ABB6D7 /* XHLaunchAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B841924AB069E153337423859251101 /* XHLaunchAdView.m */; }; + 4BF22F80955EE8342018CD36A93B1A76 /* UIGestureRecognizer+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 14030B79A31DDCD1302AA9A6E0AF3B3B /* UIGestureRecognizer+VAPUtil.m */; }; 4BFBD4EA89FFBE8F3C2D8A47B9D46DAF /* TUIConversationListDataProvider_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E545F039352166CA06FD93C126DC4ED /* TUIConversationListDataProvider_Minimalist.m */; }; - 4BFCB69C67C125EA6C0B10FA9105A2FE /* QCloudLoaderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F1A2F10AC296A844DA752039C443B5 /* QCloudLoaderManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4C10B9194DBC6BF78E6EA3CBB007C8D5 /* TUIConversation_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = AB95361BE7782B6A665DBA1DED9DBE5C /* TUIConversation_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C23DA652BC41C6750BCC6C55A37229B /* NSDictionary+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = AC38372D2FD6828F577098071390850D /* NSDictionary+YYAdd.m */; }; - 4C3088CEE33D14BD99C1C1E0302E5748 /* SVGAAudioEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB5D80BCEF79FD344A2A41703512CD /* SVGAAudioEntity.m */; }; + 4C23DA652BC41C6750BCC6C55A37229B /* NSDictionary+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = FE849D97EC9B4C3FF9416F2C8E7743DE /* NSDictionary+YYAdd.m */; }; + 4C3088CEE33D14BD99C1C1E0302E5748 /* SVGAAudioEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 970D884C1547286A67061E15FE094DA3 /* SVGAAudioEntity.m */; }; 4C33D020E0D3174E4990496D34E03800 /* TUIFaceMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A1EEE1269823A6363186D2C76AB03A /* TUIFaceMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C377BD081E90FA3F09999EE7C07AEE4 /* UIView+TUILayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD3A560E72C86BABE5F7CC27E62D459 /* UIView+TUILayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C56F7AF9878AFF95DAC8F80BC61D4EE /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 38B44D679DFCCC7F57518443D86AFF4E /* UIImage+ForceDecode.m */; }; - 4C652DF3EC0F0F39B29287E72864FC11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 4C6C5102E6FBFDDC8CB872E8F4B76EE3 /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AD3CCB72F8AB9C0CF20BFCC7959C835 /* format_constants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C8A5ADD06D2DFC9E7FA2A1CA9DD565A /* mz_strm_pkcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 605DDB370CA419BC1C7BDF52982DE3C5 /* mz_strm_pkcrypt.c */; }; - 4C8C34A09D61A3881DFB1A544A2CA2A5 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = ECBBAB4283E101197919F9885D7896FF /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C652DF3EC0F0F39B29287E72864FC11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 4C8A5ADD06D2DFC9E7FA2A1CA9DD565A /* mz_strm_pkcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 1620B4E770CDE243E416FEF28E8AC1D2 /* mz_strm_pkcrypt.c */; }; + 4C8C34A09D61A3881DFB1A544A2CA2A5 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = EF50A8DB07F7A57FE0498288C2E2BEBE /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4C9D6174AFC6F1D99D4496A6114E1E2F /* TUIBaseMessageController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 25B480B82BEE1C4C543329E58D895692 /* TUIBaseMessageController_Minimalist.m */; }; - 4CB0B49CF8894021997B219A872FF63A /* LLWindowManager+Crash.h in Headers */ = {isa = PBXBuildFile; fileRef = 21F6E7E34006BB346311534A7F4A1C99 /* LLWindowManager+Crash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD23141D667F76078A9639E94DD6380 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B27711EA0041B232D4559EFE42901D38 /* PhotosUI.framework */; }; - 4CF7A7454E9437E159596D289400E51E /* QCloudNetworkingAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = F0ADA66445721AE5087E8E87CCCE5940 /* QCloudNetworkingAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D0C286F6CB54066F4AFDFC6DD34ED2B /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = B69E322B6DF26946B4E37955EAB6FDDD /* NSData+ImageContentType.m */; }; + 4CB0B49CF8894021997B219A872FF63A /* LLWindowManager+Crash.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A6FE2A0335F225F6944844C1EE0347F /* LLWindowManager+Crash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CD23141D667F76078A9639E94DD6380 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA729B9B1880088B8814F6DA5CDF2B4A /* PhotosUI.framework */; }; 4D0FABC6E007BD2783741E1AB9C2CBBF /* TUIConversationSelectBaseDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = C64E3E71C1C975F9D1192BD7D8140E75 /* TUIConversationSelectBaseDataProvider.m */; }; - 4D332E74D41BFCDF7A46D96731AEA16B /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BCF3811DF71E81D97FE5E9692B0FE7C /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D9A893753CC130AF8D4DDFEB7A3033B /* LLTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 029B62B6D64A7011C7493A65ED7F7869 /* LLTool.m */; }; + 4D2B0FD717C61D2ED4965B44EEE0B132 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = D66CBDEE5927C467E76F34E786881D33 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4D337A550A10F79A79CF0B518568E901 /* XHLaunchImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1045D3265FF6A9DF97F7EF710B101070 /* XHLaunchImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D9A893753CC130AF8D4DDFEB7A3033B /* LLTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 21328098C17C26CEDDBBE4503D03F516 /* LLTool.m */; }; 4DB14E87A12A2F926168E830BCC0F3C2 /* TUIResponderTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3291209D4A48AC0FE68A52980DFA6F6D /* TUIResponderTextView.m */; }; - 4DCA75BFE1558CE59DFC56607E49B3D2 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1124643FAA5580FABB3C1211801FAA /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DCF85817926F4B2DEB088464C9B6A02 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 07C2B7657EBE23C1400CE1F43EF5AF7E /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 4DDCF91B0E69078FDD19EEB2730E2815 /* QGAnimatedImageDecodeConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C7865C77DD9DB60607E579BC0758D5E /* QGAnimatedImageDecodeConfig.m */; }; - 4DEBB258BC46688834120D211CE0CD70 /* QCloudBizHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 65A9BD6BC6509EAC9B75926E5C23C815 /* QCloudBizHTTPRequest.m */; }; - 4DED7675C722438D2061C2D1900A1C82 /* MQTTSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D628CF60CF16B25D244CB5DA92F977B8 /* MQTTSessionManager.m */; }; - 4DFA6C0293B2E2B592B1B4C49E30DD27 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DD899567E197BDD657A67C60DB038D7B /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4DCA75BFE1558CE59DFC56607E49B3D2 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DFD26FD873F668F6411029005E12F0A /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DDCF91B0E69078FDD19EEB2730E2815 /* QGAnimatedImageDecodeConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = EA5540D4FEE6D1EA5B223F8C191BE411 /* QGAnimatedImageDecodeConfig.m */; }; + 4DED7675C722438D2061C2D1900A1C82 /* MQTTSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CA7AFDBEC9D74E3FEEE05C511EB80208 /* MQTTSessionManager.m */; }; 4DFB7CDC482C045F75938D2C0F3F94E9 /* TUIFoldListViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6033E0DA62139833B7CF1C3B444B05 /* TUIFoldListViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E03C151E0D457E77AD80400343A9139 /* YYTextParser.m in Sources */ = {isa = PBXBuildFile; fileRef = E1E6299D85E07E7F127123F64CF648C5 /* YYTextParser.m */; }; + 4E03C151E0D457E77AD80400343A9139 /* YYTextParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 352706DDCCFEBD5CB049FA224E7C219C /* YYTextParser.m */; }; 4E1DF4B8689139F1DE11C3A98BBFB723 /* TUIMergeReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = A17158C33086A84D53428C9242A1CB4F /* TUIMergeReplyQuoteView.m */; }; - 4E350CF6C7EDE026E45B22D70B8C782A /* OSSServiceSignature.h in Headers */ = {isa = PBXBuildFile; fileRef = 8987F2680025821384582D94FD0210C3 /* OSSServiceSignature.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E350CF6C7EDE026E45B22D70B8C782A /* OSSServiceSignature.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D5816B4CF65CB91ADEFF151ED9BE47 /* OSSServiceSignature.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4E55AB4F35CDAA52A30B055371B14E81 /* TUIUserAuthorizationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A40EB4AA945E58D683522C7267A6BA /* TUIUserAuthorizationCenter.m */; }; - 4E56BA148170B3A6E7FA6D312B06C784 /* mz_zip_rw.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD47CF6F11864745940F976B14CC857 /* mz_zip_rw.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E64E3ACB0070325287252B917BA9EF3 /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B4450DA054D5D02EF98C692E495AC1E8 /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E779C8FB578F43A334967391F023F4D /* UIFont+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 8133891E2F2C6C6C2FA738BA352A7800 /* UIFont+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E7B49A5C1D207415A4FFED77174D298 /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = CBD15162B14078B79CAC3A2581747109 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 4E56BA148170B3A6E7FA6D312B06C784 /* mz_zip_rw.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D9A8AFF7087B5ED2D5D7724A4B3E376 /* mz_zip_rw.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E64E3ACB0070325287252B917BA9EF3 /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 60FD38A4AA55115FBC59B5A87852AA34 /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E779C8FB578F43A334967391F023F4D /* UIFont+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC7E2BC62094822979ED18AD2BFE583 /* UIFont+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4E8CD1E6DAFED6F202F984ECB2157F1C /* TUICommonGroupInfoCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AA156D5EB13C201C0D46B8AAEB9F7D0 /* TUICommonGroupInfoCellData.m */; }; - 4E9A2EAFAE484638BDAAE65A16D77FBC /* OSSGetBucketInfoResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EA7074CE7972C5E11D452EB1B3FD9A81 /* OSSGetBucketInfoResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4EB28B62136A6E02726C50DD45B3B3A4 /* GPBDictionary_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 320AD155944DBB52005BF56892A6FEA4 /* GPBDictionary_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4EB5270F18F95C75648C0307F6EE1508 /* TUIConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 82E18AE901BF4AEF62F224E784ABC4F2 /* TUIConfig.m */; }; - 4EC2962339DCDEAA3554795F8737A175 /* YBIBToolViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A37B614CF84CCD73E5801E821D21B28F /* YBIBToolViewHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4ECE7F80A917130DE4045E25D741EAF9 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D6E24392E00CCEFC1DE947C1D4BF8B71 /* JXCategoryTitleCellModel.m */; }; - 4ED8D4C89D65CD9BAFF98BA1EA8543BE /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 934F3A0D5E9E6D51DA588C2F649A5ED9 /* RACPassthroughSubscriber.m */; }; - 4EDF9B52649E89CEE7077D9AFAA4DB54 /* LLRouter+ShortCut.m in Sources */ = {isa = PBXBuildFile; fileRef = F99187070AA578DCB648A8A3BE33A49C /* LLRouter+ShortCut.m */; }; - 4F052DD4F5DAD868B96F3AF8515D73F2 /* LLCrashComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C63D04F695E094AC6F3E69C41CCF0EA1 /* LLCrashComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F21D1074DD361FF6C2DD6B85EBFC845 /* TZPhotoPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8742A82B8F18D5E7870DAF2CC7C4F5A7 /* TZPhotoPickerController.m */; }; - 4F2506F20F6E778B71CC643C0C76F805 /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6148E9DB32FE775F65B25614196D5C40 /* RACReplaySubject.m */; }; - 4F2CCD193D9212160142AB68255F5FD3 /* NSObject+QCloudModelTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 54BF9B7902D6B1DB574ED8E8CA3C30DE /* NSObject+QCloudModelTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F44379331638A3F184CFC4CA824EB80 /* QCloudCLSLoggerOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DF17540226A843A3FBDBDD11A33387 /* QCloudCLSLoggerOutput.m */; }; - 4F559F7F72DC57452290FA625671F8AC /* QCloudCOSXMLUploadObjectRequest_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F7401CD28EFAD27F27D565659A105C93 /* QCloudCOSXMLUploadObjectRequest_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F56CCAE467C57BD8B5B288737AC80B4 /* YYTextEffectWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A91C3F5D41EC11FEFE6B4BCE280F3D /* YYTextEffectWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F63479413D6B297C0ABD538DBCB0B6F /* LLMagnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 08C1F598D6F39EDEB0A77CE60618639B /* LLMagnifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E9A2EAFAE484638BDAAE65A16D77FBC /* OSSGetBucketInfoResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3FD41D851B9336398F4F5D1BFD2A77 /* OSSGetBucketInfoResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4EB28B62136A6E02726C50DD45B3B3A4 /* GPBDictionary_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A087327FC405B629C564456836A4F5A /* GPBDictionary_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4EC2962339DCDEAA3554795F8737A175 /* YBIBToolViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E8F877C942AD3B4D9F824B9B7F61FD96 /* YBIBToolViewHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4ECE7F80A917130DE4045E25D741EAF9 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FF15FE525A71BA7A063B84971FDAC2B /* JXCategoryTitleCellModel.m */; }; + 4ED8D4C89D65CD9BAFF98BA1EA8543BE /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CD6E1ABF89C0AF209D1109CBE246A53 /* RACPassthroughSubscriber.m */; }; + 4EDF9B52649E89CEE7077D9AFAA4DB54 /* LLRouter+ShortCut.m in Sources */ = {isa = PBXBuildFile; fileRef = A951040F2F56031C3E5BA74674437CBD /* LLRouter+ShortCut.m */; }; + 4F052DD4F5DAD868B96F3AF8515D73F2 /* LLCrashComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = EB55FBC34652AA048BC051EC6C0A7079 /* LLCrashComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F0C854382CB51FAEB378C2ED16DF829 /* QCloudUniversalPathConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 37C5F360602C9B6A3C519CA690F8A673 /* QCloudUniversalPathConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F21D1074DD361FF6C2DD6B85EBFC845 /* TZPhotoPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 735C13555404C4744C90CD129D19D961 /* TZPhotoPickerController.m */; }; + 4F2506F20F6E778B71CC643C0C76F805 /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BAB89E28A9BE7D422EC82144C246004 /* RACReplaySubject.m */; }; + 4F31EA958DCD3CBE949F98835ACB50FD /* QCloudHttpDNS.m in Sources */ = {isa = PBXBuildFile; fileRef = BABF10517A38743F7E0F1C8D2B8AF698 /* QCloudHttpDNS.m */; }; + 4F48AEED168DB31ECC1F0594A18109CA /* SDImageFramePool.h in Headers */ = {isa = PBXBuildFile; fileRef = DCA86B3EC3472514D7FFA9AD8E5A8428 /* SDImageFramePool.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4F559F7F72DC57452290FA625671F8AC /* QCloudCOSXMLUploadObjectRequest_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C4805C86B94A95AC5367421C1286FAAD /* QCloudCOSXMLUploadObjectRequest_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F56CCAE467C57BD8B5B288737AC80B4 /* YYTextEffectWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 031AD616A53F902549C534F89E0C92DD /* YYTextEffectWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F63479413D6B297C0ABD538DBCB0B6F /* LLMagnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = FB1B3FBA4822FFBB9A4F7F7C9E6CA570 /* LLMagnifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4F7D89B07D7FA32B85DFB68894DFD64E /* TUITextMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 713008FB4851221DD57AC26416FAB3D2 /* TUITextMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FA119DF461BADA8EBC6BBB9592FBBC3 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E181961FCB60B6D14994C2890037357 /* SDWebImageDownloaderConfig.m */; }; - 4FA971745EC3A2DD2047A1DF5CA4FD9D /* QCloudReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = E1B0FF7FEFB496262922F978B707A91E /* QCloudReachability.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FB29944582C42A0936FC82B7D453C00 /* OSSGetObjectACLRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C1B44F7C84CE5F424E138473F02C948C /* OSSGetObjectACLRequest.m */; }; - 4FB4C9B05D0EABEC410C04D2CBBCAE0A /* LyricLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C52D2D0B79D8CC5F558AD7293D3EA2F8 /* LyricLabel.swift */; }; - 4FC5757F84509D9CCD13D511D2CC6F6C /* OSSGetObjectACLResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A5AF9B087E813547E706B45C3DFB7E1 /* OSSGetObjectACLResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FD4E05B49A93E15C48DA3F38E4543E0 /* QGVAPWrapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 37AC3CD799DAF42B47FD31D0327DFB1A /* QGVAPWrapView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FE0E785F97144E411FCE8F30C51F7EA /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 319D22F892A6438A469F4F1F3B7F64AD /* RACImmediateScheduler.m */; }; + 4FB29944582C42A0936FC82B7D453C00 /* OSSGetObjectACLRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A8AE478C5957B7277CA8C327FC2B17EE /* OSSGetObjectACLRequest.m */; }; + 4FB4C9B05D0EABEC410C04D2CBBCAE0A /* LyricLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E6854971BB550EC3C15D6A84C2072A4 /* LyricLabel.swift */; }; + 4FC5757F84509D9CCD13D511D2CC6F6C /* OSSGetObjectACLResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DF5733294907E2BB53F75E0D163076F2 /* OSSGetObjectACLResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FD4E05B49A93E15C48DA3F38E4543E0 /* QGVAPWrapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 805F979FCC3D2D7DE1B561983476A2BD /* QGVAPWrapView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FE0E785F97144E411FCE8F30C51F7EA /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 344D14CDD862F7FFA66F21A4F4054776 /* RACImmediateScheduler.m */; }; 4FF226AAA981FF5CDF167EDE3C6B75C7 /* TUIVoiceReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D80C05E653BCEE0BC386FDC6D64C15F /* TUIVoiceReplyQuoteView_Minimalist.m */; }; - 5005432EAECE0BBCAE0487FB541489F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 501C49DD62913B1F658EE2EEAD9129D2 /* UIWindow+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E36624477B577760A70F5A7A72FF3F5 /* UIWindow+LL_Utils.m */; }; + 5005432EAECE0BBCAE0487FB541489F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 501C49DD62913B1F658EE2EEAD9129D2 /* UIWindow+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 724C0C41F28B27D7030488C3E90CF39B /* UIWindow+LL_Utils.m */; }; + 503251898E73970DB648E795F5BE6EAA /* QCloudHTTPBodyPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 628188F987C668A91A1F2C7A08A55E7B /* QCloudHTTPBodyPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; 50411ACB7EB2EBCA5165E81B2EFC18B8 /* TUICircleLodingView.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B218CCE329321443E58C391C09F1DE /* TUICircleLodingView.m */; }; - 50559EFD7F12C78B1448D757DCC81218 /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FCFA223EDBCA09679E985DD1489EC35 /* RACGroupedSignal.m */; }; - 5058F069CE518B8C8C75101A0DE2B238 /* LLSandboxModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B43A5397B326E44C076B5E4756F49A /* LLSandboxModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 505E2ECAC3DE1C62B5FC279E41D04776 /* aos_crc64.c in Sources */ = {isa = PBXBuildFile; fileRef = EE89A6EA0D5F935FF1E4B4D39E928AC5 /* aos_crc64.c */; }; + 5048321C3918C73E6B7A74A0FBAE5BB6 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */; }; + 50559EFD7F12C78B1448D757DCC81218 /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D4567EC41D24E4AD53909CCDDC52718 /* RACGroupedSignal.m */; }; + 5058F069CE518B8C8C75101A0DE2B238 /* LLSandboxModel.h in Headers */ = {isa = PBXBuildFile; fileRef = DC67DC09F75C5B19599068474F3E91AD /* LLSandboxModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 505E2ECAC3DE1C62B5FC279E41D04776 /* aos_crc64.c in Sources */ = {isa = PBXBuildFile; fileRef = 5428B6A64C5FD58C9569677A93F2647A /* aos_crc64.c */; }; 506668A5ED8EF7139260172E7F633E40 /* TUIChatPopContextController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADDC0F0327D1EA52514CEB1F30DD3559 /* TUIChatPopContextController.m */; }; - 506FC58999564A737C745F2590E9B4D5 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D28484E843EAB89818F3F533CD1FC3 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5080E9C329C7864A34115144F9AF16B7 /* TUIDarkModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D0CE18216B8392E2C506407533674D7C /* TUIDarkModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5087E07126C398DBF9B9F8F5873E703F /* LLLogCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B29F1923AD4248A13CA3B53F97E36979 /* LLLogCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 508FEB4F1173AA39D0919840C1534877 /* OSSDeleteMultipleObjectsResult.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C09D9CCFD530FB976ADE84BD0A52F8 /* OSSDeleteMultipleObjectsResult.m */; }; - 50904B7D79655D791D8B00B1D5442AC0 /* QCloudUploadPartResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 94CF2495A56C33AAEA8737D4DF150E53 /* QCloudUploadPartResult.m */; }; - 5093F74339B8ED2C597067E7037A8919 /* sharpyuv_cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = B00DA237ADEF5F3B79A18F2D994EAE07 /* sharpyuv_cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 50FF2DA1132FB613D4033991EF2B4C37 /* QGVAPConfigModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DE08FA81747E5623FBCBD95406DA52C /* QGVAPConfigModel.m */; }; - 51026C74401CF5C32D128CEE06FC2975 /* QCloudHTTPMultiDataStream.m in Sources */ = {isa = PBXBuildFile; fileRef = B704460D3FE367377F547A4693C164DF /* QCloudHTTPMultiDataStream.m */; }; - 510F304193A01CCD2C7488749FE58DEC /* QCloudGetObjectRequest+Custom.h in Headers */ = {isa = PBXBuildFile; fileRef = 4731228CFADB75FA741A9142F8406B22 /* QCloudGetObjectRequest+Custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 506FAC628C3201BEDE547D660680474E /* QCloudHTTPSessionManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B24367A96273EF77DF8FCA13C41DA809 /* QCloudHTTPSessionManager_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 506FC58999564A737C745F2590E9B4D5 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C536D4C199D55EF4947CC966F4ABB7A /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5087E07126C398DBF9B9F8F5873E703F /* LLLogCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E2E3F3ACC3376B31085C30541D48289 /* LLLogCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 508FEB4F1173AA39D0919840C1534877 /* OSSDeleteMultipleObjectsResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D0F143F21A3C06F42BE84C4E3BE214 /* OSSDeleteMultipleObjectsResult.m */; }; + 50904B7D79655D791D8B00B1D5442AC0 /* QCloudUploadPartResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 37A1A4751F87BA6169863E987F070625 /* QCloudUploadPartResult.m */; }; + 50A9ED2B9D49FCB8D4180A5EF71E2940 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D1F8D3E41A28AA964D35B1F3E708465A /* SDAnimatedImageView.m */; }; + 50B7E407697B4F98D74CD9469B994DEB /* QCloudHttpDNS.h in Headers */ = {isa = PBXBuildFile; fileRef = B91A658D34410533F79F1FEE8772A88C /* QCloudHttpDNS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50FF2DA1132FB613D4033991EF2B4C37 /* QGVAPConfigModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 39FA3C704A75C144C1C205D3C425C72B /* QGVAPConfigModel.m */; }; + 510F304193A01CCD2C7488749FE58DEC /* QCloudGetObjectRequest+Custom.h in Headers */ = {isa = PBXBuildFile; fileRef = F0486C69BFE4CACAF988FA09380373C6 /* QCloudGetObjectRequest+Custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5119CECBC88504A19FA3D0015A7A9CC3 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 18179FF1980DCE6B00481D77C3A2C3AD /* SDWebImageDownloader.m */; }; 511DDA43756B513C4C1A40F68D4B7683 /* TUIFileReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D68B72D0B212A69F5656E7EA137C61D /* TUIFileReplyQuoteView.m */; }; - 51373ED5B0A47B71F6923C1A62FC4048 /* YYWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F821D96E4D6D12CCD9302BF748763FB /* YYWebImage-dummy.m */; }; - 51489E5A9AAEA2FC3AA5859470AA0738 /* QGHWDMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ADA0F2909892D339EE4B58B24AAF304 /* QGHWDMetalView.m */; }; - 514D3DB18B286DD0F5869019E4184034 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F368678C5E9A1277094F7744437EF5E /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5163FC6D715F6881B1FA1AB13DCEF870 /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E73A539E857E7C1A16FC745598812F /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5189C7462F13D3C4623EACB225F11906 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 07362453DEAADF8829AA12FA96BCE721 /* UIButton+WebCache.m */; }; - 519257B406D45F20FFE5A2771A7952A0 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = FEEC1915846135604DE448031E0DBD33 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 519C35CD6FB6C729363F298E794514DC /* sharpyuv_gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CE17C93C73BB3A3750816869E6D7288 /* sharpyuv_gamma.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51B867763DC82A7E03B34EE779717D4F /* OSSDeleteObjectTaggingRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 2782991E1DCC2DC5E6762AEABDB651C1 /* OSSDeleteObjectTaggingRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51F7C205E024D4148E7FAA534EB64E53 /* LLNetworkCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C05969BEAC7EC4ACD6B24C23139E3BC5 /* LLNetworkCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 520196BF6955092CD5B265B3A8F891FA /* QCloudUploadPartResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C118021EF031FBCA103B7EA98DA851B /* QCloudUploadPartResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5215FF42FF4B3E2227F897B3ECDA8760 /* OSSExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BC654EF72FE10DB39330E4AEF34656 /* OSSExecutor.m */; }; - 5229DB6F083814A963A6CEEF1D858652 /* LLInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = F7067B3B5F7C69DBCE90B6EC50BF1147 /* LLInfoView.m */; }; - 523235228A1C021C67F2E3776A922DC5 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = BD3EFEA8D8C7A0FC5D460B9546BEB6BC /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 523B6A238431B685597E214FD554FFED /* QCloudMultipartUploadPart.m in Sources */ = {isa = PBXBuildFile; fileRef = E03A7815CB4559D04681A648642263BA /* QCloudMultipartUploadPart.m */; }; - 524E2E7ABD52874B06C8644AF2955AEE /* FMDB-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 876F9A889959089D5C1BC6EB86A4BACA /* FMDB-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52A6D06F7140385A38AC33A34CD12B2E /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7791ED3CAC956C61D2090F84B877A3 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52B6E27260DC936E3AAE8F2F46CFB416 /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D8F69EDF30D389E873EF3E1FA85905B3 /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52B856E1C42487615989587BA04E9AC7 /* GPBAny.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE6433E17E570A21A030F4F73E3CEAC /* GPBAny.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52D757C94A7C2AACD80AB049F9881EFD /* YBIBImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = B9AA5F5F417330491DDCA3C808098DB3 /* YBIBImageScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51373ED5B0A47B71F6923C1A62FC4048 /* YYWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E05D984BEBF28CB30CC7A26B9EB68E31 /* YYWebImage-dummy.m */; }; + 51489E5A9AAEA2FC3AA5859470AA0738 /* QGHWDMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42813F7E85D1EF1C77636F023EB1EA43 /* QGHWDMetalView.m */; }; + 5163FC6D715F6881B1FA1AB13DCEF870 /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 10F39B499D599D85CC4640760DF85EDF /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 517CF33F75EA768ED4B7F0F440F54A7E /* SVRadialGradientLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 91AAA3E7455E30C449BBE2A21CFF7DEF /* SVRadialGradientLayer.m */; }; + 51B867763DC82A7E03B34EE779717D4F /* OSSDeleteObjectTaggingRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F8FBEBCE06EC311F74CD702B90E336D /* OSSDeleteObjectTaggingRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51F7C205E024D4148E7FAA534EB64E53 /* LLNetworkCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7060CDAA99E2042D7CC74E7C021BDE76 /* LLNetworkCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 520196BF6955092CD5B265B3A8F891FA /* QCloudUploadPartResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D7E1F0F633D17017676839CF1F8DC3 /* QCloudUploadPartResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 520FFFC39406C5D9F77D57E94F20BDC7 /* cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A78B6C82711877852EB0663F7383D32 /* cpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5215FF42FF4B3E2227F897B3ECDA8760 /* OSSExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = D7AA7ADC22703784FEBF8A59E5428A97 /* OSSExecutor.m */; }; + 521F4F0DBB22DF0B395AF64E8591B464 /* QCloudClientContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E4935EC92ED8990A9E2FC75198AD13C /* QCloudClientContext.m */; }; + 5229DB6F083814A963A6CEEF1D858652 /* LLInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 91F2A552E1A63EAADACCE67FEB3EB478 /* LLInfoView.m */; }; + 523235228A1C021C67F2E3776A922DC5 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A6BB15571AF504664C2662C0B7FB78A /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 523B6A238431B685597E214FD554FFED /* QCloudMultipartUploadPart.m in Sources */ = {isa = PBXBuildFile; fileRef = F753D904F46813C0E03055DB4AAA70BE /* QCloudMultipartUploadPart.m */; }; + 524E2E7ABD52874B06C8644AF2955AEE /* FMDB-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E71E9830389410F535A66A15E13D895 /* FMDB-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5283EC2FB05911B209DB0FC07BB21BA5 /* QCloudHTTPBodyPart.m in Sources */ = {isa = PBXBuildFile; fileRef = FF355A816238D71D6DABEB53B155E2BE /* QCloudHTTPBodyPart.m */; }; + 52B6E27260DC936E3AAE8F2F46CFB416 /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 008F63873C8A10EE2D666E29DFAAFC13 /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52B856E1C42487615989587BA04E9AC7 /* GPBAny.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = C3847AC4E48E186E8C90AEE7A5F0BF29 /* GPBAny.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52CECE40E216CA05DA48F5CEEB8792ED /* NSHTTPCookie+QCloudNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ACFBBDD9F76B48D50C3FDA26FF4CF3E /* NSHTTPCookie+QCloudNetworking.m */; }; + 52D551E859ECDC6DBB6AA3BC89C9611A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8630CE4A1CC6F56A515F98F002B59D2D /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52D757C94A7C2AACD80AB049F9881EFD /* YBIBImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B18B13FF44D17E838C882AE297FDDA /* YBIBImageScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 52DBDB8B915ABD8D68A1B8B788A5671F /* TUIResponderTextView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = B269FBDEE9C976A7C283CC2D523B357C /* TUIResponderTextView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52DD5FFBB98B340FECC3F8B0E3E8D0D1 /* UIView+LLWidgetBorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4BC2892DA2ED1B2A7AA0B143C483EA /* UIView+LLWidgetBorder.m */; }; - 52E60EE26D065DB63D272298AC8867DF /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D97FDA99C133F08F9485B68A70964A /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 530457208AA81E1B3459E95E0FCED4A7 /* LLURLProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 550A3A97018FC4B7A39F25E713E9C5CF /* LLURLProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52DD5FFBB98B340FECC3F8B0E3E8D0D1 /* UIView+LLWidgetBorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DBB0E68D8E41402B01D91A8D67ECD02 /* UIView+LLWidgetBorder.m */; }; + 52E60EE26D065DB63D272298AC8867DF /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C0142937C3C69CC9DD3F17E13C10AC3 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52F6780E19C5318A7D99B399E84EAF18 /* QCloudRequestData.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CEC58346B650AFBF772E6F8E4312759 /* QCloudRequestData.m */; }; + 530457208AA81E1B3459E95E0FCED4A7 /* LLURLProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E80FB355EE00AC50CFB9A0D881DD0E0 /* LLURLProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; 532A078C9AC78200C1B7D85FED184274 /* TIMGroupInfo+TUIDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 63C8AC101E2CF6B61D058E5D4D0FAAC5 /* TIMGroupInfo+TUIDataProvider.m */; }; 5335471B49FAA9DD9FDCA466EACCDDE7 /* TUIGroupNoticeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C59572B595BAC9C28F19D2C92B524DA /* TUIGroupNoticeCell.m */; }; - 535F85479334C4440B08FA18413995D7 /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B8876136C9D6D7FB2DFDE81F966721BF /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 536A5E29662C45FBA93C2CFF905EB4DD /* LLNetworkComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F93B67C8D43EC657E335A6F77182973 /* LLNetworkComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53A1736C48F316EF24ABE42EDAF37647 /* TZProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB2BA76D5803E39A8FF2C99711A62EC0 /* TZProgressView.m */; }; - 53B7ADFA877C35CDE87C2ACF4BE2696D /* LLTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 0509301D9D6D3B9FE731E922E1CFFB03 /* LLTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53C572EF70D74597B7C5C910EE0F7C78 /* LLSandboxHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 71201FCDF4D5304E930B47888A9FBFA7 /* LLSandboxHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53CCCF0D22C17157E7E672D66A390E39 /* LLWidgetBorderComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD31B9CF4EFBCA98DAAAD28E2DB8FC6 /* LLWidgetBorderComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 535F85479334C4440B08FA18413995D7 /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C2D4154E1500F832C343CDD5DFBF58 /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 536A5E29662C45FBA93C2CFF905EB4DD /* LLNetworkComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D225C0E0F2D3AA7232C9EA9C7E53C31 /* LLNetworkComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53A1736C48F316EF24ABE42EDAF37647 /* TZProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = B0416FB5B55014E243595824A3220D2D /* TZProgressView.m */; }; + 53B7ADFA877C35CDE87C2ACF4BE2696D /* LLTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D10346C5E8516AC37D152AF99776992 /* LLTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53BE0221E7A3203088D4AFFE6C9B374C /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 09E3C45D50F07B999232DD85DA509B83 /* PrivacyInfo.xcprivacy */; }; + 53C572EF70D74597B7C5C910EE0F7C78 /* LLSandboxHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C68762073C12AFF8349BFF9FF167F74 /* LLSandboxHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53CCCF0D22C17157E7E672D66A390E39 /* LLWidgetBorderComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = B4C54C2F9704B2BCAFC963BC8F681BE0 /* LLWidgetBorderComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; 53E2DC800EB25FAACA00E7DD557A2325 /* TUIFileMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = EC4DB0C809E92AF61D96C49436DFE57B /* TUIFileMessageCellData.m */; }; - 53EAC4BAE3DC7226DE1EC3AF01B762AA /* LLFilterDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A13FEA60D90AB2D3F2F63E56062B2D0 /* LLFilterDatePickerView.m */; }; - 53F270C1988B56BD84F88F47DD80E151 /* MQTTSSLSecurityPolicyEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A31F9BDA55CB0F598C8747E5717A3D8 /* MQTTSSLSecurityPolicyEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53F9A20C73728D6285A2A2D4BA5634FA /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A019910B8F5B2BA82472CB9A339DC2BB /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 540484CA48AE6E538865EE0882E9B886 /* UITextView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D9EF1C959CBC79B00089B09679713E /* UITextView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 541D1D311BC92E734A0A4E1F0F53D212 /* CLLocationManager+LL_Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B46AA8431E44FAA52AF003D3538302 /* CLLocationManager+LL_Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 541F8D011B2289643C57403D049153DC /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = BA5A046FB178953580894853399DB5E8 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5452E694293134D6693F57345FDA9798 /* LLRouter+AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B410D5394B8F77CA81A9DA8A843E98 /* LLRouter+AppInfo.m */; }; - 5455134C58EA508BC4B4C2F3EA812C04 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 54BCDBAAA254EFD1FA9DF2898850A34E /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 53EAC4BAE3DC7226DE1EC3AF01B762AA /* LLFilterDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7699EDF4A2D2242F9DC056824E383152 /* LLFilterDatePickerView.m */; }; + 53F270C1988B56BD84F88F47DD80E151 /* MQTTSSLSecurityPolicyEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB3636C017246B29653E2548F523874 /* MQTTSSLSecurityPolicyEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 540484CA48AE6E538865EE0882E9B886 /* UITextView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9073332A18D58133D8B273185B64ACF5 /* UITextView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 541D1D311BC92E734A0A4E1F0F53D212 /* CLLocationManager+LL_Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 5787431E182C2C028865A643CE8281F8 /* CLLocationManager+LL_Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 541F8D011B2289643C57403D049153DC /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A2CF216200367B592296C36432FB12 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54373F20E611DCF516546222B5089F44 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E132D02D493F4E56FA44D4F07AF1FAC /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5452E694293134D6693F57345FDA9798 /* LLRouter+AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E12501204375DB5188018D66E8117F18 /* LLRouter+AppInfo.m */; }; 546A598FAA0E8974B473274C8559FB0A /* TUIMessageMultiChooseView.h in Headers */ = {isa = PBXBuildFile; fileRef = B32193385A6E966920BFF6F89C44E8B6 /* TUIMessageMultiChooseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 546DE9D8142C6D8554E083C6FD65D0BE /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 158012710CADFDCACD7C7479D3F84646 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54B40BCB356EE7A105A1818CCD3F5E39 /* QCloudUICKeyChainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = ADA1E060ACDC8ADD2CB42E39F5165255 /* QCloudUICKeyChainStore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54BED812146F40E7D0B9110F4F8F2691 /* UIView+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CEEB0214F896A6C53854D4F3BF506498 /* UIView+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54C6DD71F9BA9CA676096215DDE74996 /* UIGestureRecognizer+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = AB337F8DA4B26CBF4559F0E4E4CFA08E /* UIGestureRecognizer+RACSignalSupport.m */; }; + 546DE9D8142C6D8554E083C6FD65D0BE /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73A7C261E12A42AA8428230EE6989B56 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54BED812146F40E7D0B9110F4F8F2691 /* UIView+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B40411091729F995D35CA028F9702760 /* UIView+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54C6DD71F9BA9CA676096215DDE74996 /* UIGestureRecognizer+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE0EFCA8562A466852D293932CEC1A4 /* UIGestureRecognizer+RACSignalSupport.m */; }; 54D2A2A678F2BED1DCE7FAA78103C1CD /* TUIGroupConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 21F67884B0B7892FCFAF0E1EF80ABDF3 /* TUIGroupConfig.m */; }; 54DC0C619FD7B5F5533498D23797814E /* TUIReplyPreviewData.m in Sources */ = {isa = PBXBuildFile; fileRef = E87FC9C2715494EF5B6B8614029C5CD2 /* TUIReplyPreviewData.m */; }; - 54E268C32915CF908E7AA776909B45EB /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F7928C82DAD75AC11E29EB566F480C5 /* MJRefreshConst.m */; }; + 54E268C32915CF908E7AA776909B45EB /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 56393AFB10C9E6752D1861FC34F9CA14 /* MJRefreshConst.m */; }; 54F30B2200AC1ECE199E4E2CDD855D91 /* TIMDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D62A009291D7554837AE9F991AF602C /* TIMDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54F360B2097B034296A56077AD1FAE96 /* BRPickerAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = ED860B060332BFFC3AE2F067A2DC9DF0 /* BRPickerAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 551169463D72EA504D04226C3C9924F9 /* UIBarButtonItem+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D5175CC00EA0F15BBA480393710C207 /* UIBarButtonItem+YYAdd.m */; }; + 54F360B2097B034296A56077AD1FAE96 /* BRPickerAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D80209E640A29F8C6BDA71FCDA47F43 /* BRPickerAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 551169463D72EA504D04226C3C9924F9 /* UIBarButtonItem+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B4719F2C50039E65FC7E12FC9862513 /* UIBarButtonItem+YYAdd.m */; }; 553B6DA0934AD8A6E5D74B3264952EBB /* TUIMovieManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F68CD5BD0D95502D7B9F4755DCBFD002 /* TUIMovieManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 555508AEAB31C6D07671A371388CD58A /* OSSGetSymlinkRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 400574FFCC52BAC3027118E7DBA6D9D3 /* OSSGetSymlinkRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55910DBCDF99E39955BE01EAD8251081 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E2B890DB980A1C091EC1EC9B0100DA7 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55A7234291A1F9E29BDA8835B00AC1BD /* NSBundle+TZImagePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB0259B9872C6E35B0CA86EC698BD30 /* NSBundle+TZImagePicker.m */; }; + 555508AEAB31C6D07671A371388CD58A /* OSSGetSymlinkRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = B72E69CF0796DD8845C17C39963E4D06 /* OSSGetSymlinkRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55910DBCDF99E39955BE01EAD8251081 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC02AB66EFCE99E88A7105C64E4948C1 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55A7234291A1F9E29BDA8835B00AC1BD /* NSBundle+TZImagePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A373811E9A50B3CBD12E2351C545A12 /* NSBundle+TZImagePicker.m */; }; 55C16C33B1BF5C60C31CB8FFD294A6FD /* TUIChatPopActionsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C668B56B6C97A84C58A7AFBF8067086 /* TUIChatPopActionsView.m */; }; - 55C5FFF68997E75916A65A2A1BB85EE6 /* LLFilterEventView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A898F55547B6E5B293183969888F9EA /* LLFilterEventView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55C5FFF68997E75916A65A2A1BB85EE6 /* LLFilterEventView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE0EFEA3DA2F3B244CB52405CA750729 /* LLFilterEventView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 55F48A9B1631B5AF46DA93EC1357E6FE /* TUIMessageBaseMediaDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 79F8CD81D69251341C8E0C4201EE2932 /* TUIMessageBaseMediaDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 560184E3EA2263CBF3D453368F706BED /* LLComponentNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4089CEE8BD5BF8B23666F05A0B478F /* LLComponentNavigationController.m */; }; - 561420A20DC0A84258A902E9EB69A15A /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FFDE1D22A05B7734B4D04697FBA9703E /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 561E0098F1FDB77F38A0EFEF6B64E53B /* QCloudURLHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E45121F3C1E9DCE8C3B702C17FA6143 /* QCloudURLHelper.m */; }; - 563251728CEF438130C98E68AE74DB24 /* NSAttributedString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BD4ACF537A2E98F261652F6D97447AB /* NSAttributedString+AvoidCrash.m */; }; - 563DDB2C3E3ECF0598F49A3B6B007616 /* QCloudHTTPRetryHanlder.h in Headers */ = {isa = PBXBuildFile; fileRef = 89795919B1994307C83B553A8DCC073A /* QCloudHTTPRetryHanlder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 564714D075CF51356D3D8437846AA6EB /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = D25B963F5D91092D2AF613777D3EDF10 /* AFURLRequestSerialization.m */; }; - 5648420D0FC4B05CA8623079BE8A8720 /* QCloudHosts.h in Headers */ = {isa = PBXBuildFile; fileRef = C16B9711622C2F8C8ECE8C9128B040FD /* QCloudHosts.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 564C95482D463B3CE3205B8E86BA8104 /* YYTextRunDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 665CE986B42F440546A46928C2CD55BC /* YYTextRunDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 560184E3EA2263CBF3D453368F706BED /* LLComponentNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 78EC41974651133CE50E565FF5168170 /* LLComponentNavigationController.m */; }; + 561420A20DC0A84258A902E9EB69A15A /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 544BFB99D48530B7B6A27BD90D9B2C52 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 561FE4FC25991B89D079C9D3B2E97376 /* XHLaunchAdConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 547E1F6935BB88E8B9C5608B182A6D16 /* XHLaunchAdConst.m */; }; + 563251728CEF438130C98E68AE74DB24 /* NSAttributedString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = A8B5B09800D6C4D3B0F0FD8C19D768D1 /* NSAttributedString+AvoidCrash.m */; }; + 564714D075CF51356D3D8437846AA6EB /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CFDA817F4A758563D61E2F222FDDED /* AFURLRequestSerialization.m */; }; + 564C95482D463B3CE3205B8E86BA8104 /* YYTextRunDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 65775CA2E4407AF75948C437FCF1DA6E /* YYTextRunDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 564F8A4A9482FAB169294C11D1F73013 /* QCloudSimplePing.h in Headers */ = {isa = PBXBuildFile; fileRef = 9755F822330DC3CCE2444189D403B9E7 /* QCloudSimplePing.h */; settings = {ATTRIBUTES = (Public, ); }; }; 56598AE365144102EF4E058EDC6066F1 /* TUIChat-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EBE41960EC4C02DE7507077364862A87 /* TUIChat-dummy.m */; }; - 566367A4357560D32586A9A07E8F1AE5 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = D45A5B4953AC305222C3054D5C54F266 /* demux.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5667A1E9D671DF8C8B4F5901658ED7E3 /* TUIImageMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = F87F01122654A008DC24C105C6C589AC /* TUIImageMessageCellData.m */; }; - 566B1350CFC30E4D9B89E294C69C9EB3 /* YBIBContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E5D6DEC4D689A5CCD2A9B6945192CE4 /* YBIBContainerView.m */; }; - 56788ECC9BE4FF5A7AE427A41E86FD77 /* MKAnnotationView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 83DA5EE38E68337BC3C63E0C331F230E /* MKAnnotationView+YYWebImage.m */; }; - 56A786F5EC1DCD226624BE956DB872D5 /* Wrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB164CC791FD30A2834AF58B3810F1C /* Wrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56C30EF2AEF567D9CEFF4943E80297E2 /* NSData+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 59212D34B5BADE17EFD6F8B3760781A6 /* NSData+LL_Network.m */; }; - 56CA0120C203D3FB78ECD1538B417D83 /* NSMutableData+QCloud_CRC.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C74512A9EC30518FADD1B3ECAB2C27C /* NSMutableData+QCloud_CRC.m */; }; - 56E800EB3B2BE8AE0BA45A30974D7920 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD7C23F715A06E593A4488EB4CB076AF /* Masonry-dummy.m */; }; - 56EA3B08EA85B1F87E9E5E2EEDA83607 /* MQTTCFSocketDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 839AC695CE0536D9762E4327F1EAE6BA /* MQTTCFSocketDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56FE435145D35628CB94B8DBD67E81F4 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 86234E6F546FFFC29A15FEC592D1C2EA /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5728A52824808C5F9AAEAE2FB19151E3 /* LLWidgetBorder.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E2ABA1CF16E38306949C39DBFFE81D /* LLWidgetBorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 566B1350CFC30E4D9B89E294C69C9EB3 /* YBIBContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 72852363C67111CD5AEE94C1C0C3EB81 /* YBIBContainerView.m */; }; + 566C010588B77A0A7B1C72A4E3446D6F /* UIImage+QCloudBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE5E50E21F69A677C87F07C670DE9B1 /* UIImage+QCloudBundle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56788ECC9BE4FF5A7AE427A41E86FD77 /* MKAnnotationView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = DA425875D2948FCA637741BD315A38FA /* MKAnnotationView+YYWebImage.m */; }; + 56A786F5EC1DCD226624BE956DB872D5 /* Wrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = D627A30CE2209BA287FC87A0E9071505 /* Wrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56BD7BAA68D161E007FEA10DDEC1377B /* QCloudAbstractRequest_FakeRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F74FD5E9EE31C97742F489D57A12248 /* QCloudAbstractRequest_FakeRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56C30EF2AEF567D9CEFF4943E80297E2 /* NSData+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 21B7F64A69B6B8F7CA4821510EE363C7 /* NSData+LL_Network.m */; }; + 56E800EB3B2BE8AE0BA45A30974D7920 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFE3D392A77AFF62F67BE18C736E499 /* Masonry-dummy.m */; }; + 56EA3B08EA85B1F87E9E5E2EEDA83607 /* MQTTCFSocketDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F26BAAD7EB8D9BA7E12A2B6AC83395 /* MQTTCFSocketDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56EDE47C72AD22C54994BD842EE21F94 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D96B7A8C91289DE5E7631D68EC410ACB /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FE435145D35628CB94B8DBD67E81F4 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 313179232A7DB10BBFD2247ECFBC2AB1 /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5728A52824808C5F9AAEAE2FB19151E3 /* LLWidgetBorder.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2AEDC9C2C08197AAA6FB16F20F2A50 /* LLWidgetBorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; 573D7405AB0E819A86A401EFC59BB1CB /* TUIFileReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = 38AF682265526EA5128444E09DF05B92 /* TUIFileReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 573EC3884AF3818998A6B2014DD2D845 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 070EC055ABB58F2DE3D093EEB55C18F7 /* SDImageIOCoder.m */; }; 5751F53AAD0D218B3390DC95F64B4CEA /* TUIBubbleMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E0ED44B3FA7BFA0B6B14112C984551 /* TUIBubbleMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57715F0680B971EFE2C95853613CA10F /* LLFormatterTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 7053A1909D5DF7141E0A8CFD4571D63F /* LLFormatterTool.m */; }; - 5798319294ED9577D70EAA9875177225 /* YYTextInput.m in Sources */ = {isa = PBXBuildFile; fileRef = C27596B7E37B9F52761B7EBA8ACCAA54 /* YYTextInput.m */; }; - 579DDC4FE78455D88E0350C3268D96C4 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A94570B593AB24C01653192CA3FB3D5 /* JXCategoryIndicatorComponentView.m */; }; - 58411E171CC1B9DBF35EAF2C2534DC3C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 5843C5CEB4E25CC1D96A73C13BF289AB /* QCloudHTTPRequest_SessionPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE7DECC7BFF312884F8FE74337F1DDC /* QCloudHTTPRequest_SessionPrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 585920A1A37B315FCA853A232773CC12 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6193EB42B940AE1CF0ADC616574F3E /* RACStringSequence.m */; }; - 585E1D3757F90A3BBC188DF098B3255E /* LLHtmlViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9610F285E606B247996729D342EA2DF /* LLHtmlViewController.m */; }; - 5889FA7EB7333745C27C7FACAA9FBB87 /* UIControl+RACSignalSupportPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 90014943D27A4414D6A92F636C655431 /* UIControl+RACSignalSupportPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 57715F0680B971EFE2C95853613CA10F /* LLFormatterTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 734CE05C330A9234311B8B0EDFA45AC8 /* LLFormatterTool.m */; }; + 5798319294ED9577D70EAA9875177225 /* YYTextInput.m in Sources */ = {isa = PBXBuildFile; fileRef = 8215695AB7F00D31EB71FA245FB0E1CF /* YYTextInput.m */; }; + 579931406A399A422A2A676AFE3D3BD2 /* QCloudEndPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3518ED069C75D38DF3F878276E522227 /* QCloudEndPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 579B865B2343FB04E93024398B6F0470 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = EAC4B9514014658FE59B950F8526CB9A /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 579DDC4FE78455D88E0350C3268D96C4 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 088264D648AE088135B3DF425E59609E /* JXCategoryIndicatorComponentView.m */; }; + 58411E171CC1B9DBF35EAF2C2534DC3C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 585920A1A37B315FCA853A232773CC12 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 395A38DB3A17770CD37D0700E946D0DE /* RACStringSequence.m */; }; + 585E1D3757F90A3BBC188DF098B3255E /* LLHtmlViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7453F919944538A08F37684DD3B7F6DE /* LLHtmlViewController.m */; }; + 5889FA7EB7333745C27C7FACAA9FBB87 /* UIControl+RACSignalSupportPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 51A54E4592EC00DA605A1DF87219B260 /* UIControl+RACSignalSupportPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; 58A595B9B0ED2DD43E1266C3D1B2351B /* TUIFileReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7205277D00E2B5C7608D4D38182B8348 /* TUIFileReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 58A935FEB6438B9FF613EAC1C4AEECF9 /* TUIChatDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE7F39720B6351447C0166FA9BD3C05 /* TUIChatDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 58C3ACB1D3834A3C26B3AFDE311AA643 /* TUICore.h in Headers */ = {isa = PBXBuildFile; fileRef = 92080B092D611A9308583BC80776AFD4 /* TUICore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 58D96E7E65D97A049D1C6F28DB5E4909 /* MQTTCoreDataPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D60C8CF30CE6978A59CD19521DB6EB5 /* MQTTCoreDataPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 58E512BD916CDD9631428F30A623D370 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7875C13EE1A811F6106084804B9569 /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58D96E7E65D97A049D1C6F28DB5E4909 /* MQTTCoreDataPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E2DACDF5D5C3FE63360E41312C428CC /* MQTTCoreDataPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58E512BD916CDD9631428F30A623D370 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD0C36A54B0ED77A1DB7071DE9C1447 /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; 58E5D672F3A180C72E81F2DE6DFF417D /* UIImage+ImageEffects.m in Sources */ = {isa = PBXBuildFile; fileRef = 544E67F8B3648AA844F2913AB5F7E1BE /* UIImage+ImageEffects.m */; }; - 58FA7FAC4CB2D935D691AE0A4F932195 /* LLSandboxHtmlPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B04C37349BDC515B4E0D346572551E0 /* LLSandboxHtmlPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 591719E6FDFCB5D9EA8C9BCE62AC08B4 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = F852A499CE096A863C3E81EC3F590D72 /* BRBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58FA7FAC4CB2D935D691AE0A4F932195 /* LLSandboxHtmlPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F88B0FD88181C129F2E6B919F65374 /* LLSandboxHtmlPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 591719E6FDFCB5D9EA8C9BCE62AC08B4 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF3D2DB0C6E125232FF51B64F6CDA044 /* BRBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 591EF72B23CA8670E73CA81B970D26DF /* TUIFaceSegementScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 826C5B71E3BE23399C4911B80411F577 /* TUIFaceSegementScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59224299DA38B63CEFE5FDAE933501E3 /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = D414544FFA7415CC2A36EF0984F5D467 /* GPBCodedOutputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 59224299DA38B63CEFE5FDAE933501E3 /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 103F1CEE2BD1A86326CA84BBE66CBE19 /* GPBCodedOutputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 5954E112BE6F79FB74B60F2BD64C61D9 /* TUIMessageDataProvider+MessageDeal.h in Headers */ = {isa = PBXBuildFile; fileRef = C4652D09AF671F760E57B77ED4B2B844 /* TUIMessageDataProvider+MessageDeal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 596AEAE7A03137CB24B6D05E3B4E47B7 /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A1BA9676A2E0ABD52EBABFEE4C3A0D /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 598457F25A7D0E105308652DA12D907E /* OSSXMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 477D50507EA8EB7B547B4A2E1572DC1F /* OSSXMLDictionary.m */; }; - 598598E9BD0FAECD9A65FE2913C46C41 /* GPBUnknownField+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0DC3EFE8D130B50511160BF15B4DDE3 /* GPBUnknownField+Additions.swift */; }; + 596AEAE7A03137CB24B6D05E3B4E47B7 /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 59DA9B2263D376F3E9FBCBCCBE12C6F1 /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 598457F25A7D0E105308652DA12D907E /* OSSXMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E6F26795AF927DFDFA62A9D381707C3F /* OSSXMLDictionary.m */; }; + 598598E9BD0FAECD9A65FE2913C46C41 /* GPBUnknownField+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DDB1259CB85F59EEEC9F683D91BC3BB /* GPBUnknownField+Additions.swift */; }; 59987815030F514C09DF79A1C060A217 /* TUIMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF9AD3E98B3D1E5A504C2AEBA0F87E6 /* TUIMenuView.m */; }; - 599AE799EFB38A01C3B6752D63769655 /* LLSettingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 79D6665A746B7CB75F80D33BD138EFAF /* LLSettingManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59AD344A074A7D16E1E4A7E3F902AC54 /* QCloudCustomSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D6A899A2F22D73E42C4AFF53B6646D /* QCloudCustomSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59B1C1BC2DEA76C3C37244184B74E9D8 /* MQTTProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 4502D6D8B4E750A45DF10F54D71EF01F /* MQTTProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59E8169407ACC8A198276A0395495F1B /* LLShortCutHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 02F58B05B07E645C5748C55D22B88861 /* LLShortCutHelper.m */; }; + 599AE799EFB38A01C3B6752D63769655 /* LLSettingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 98BB4B796B318009C8BA7D6604826CBE /* LLSettingManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59AADB5B8B0031B5A9A6255EDB6D82FC /* QCloudLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 9926400E803C532FF6491D593C413602 /* QCloudLogger.m */; }; + 59B1C1BC2DEA76C3C37244184B74E9D8 /* MQTTProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 34692301D19779B6D35EC55BB42E350D /* MQTTProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59B6CF14CFCB84AC37A44D12914BD7F8 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 71ED665E1B40DF24A172472AC1B0E894 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59E8169407ACC8A198276A0395495F1B /* LLShortCutHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 476B7F43438C77BE80CAA16180AC13B6 /* LLShortCutHelper.m */; }; 59E99B295441D9C426A85B989C834FB5 /* TUIVoiceMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = C8199828D909683114A2A228F68764E5 /* TUIVoiceMessageCell_Minimalist.m */; }; 5A2F75ECF5A1DC0927F40A65D00E0817 /* TUISystemMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C5047226BADBAC5B021884D209558AAF /* TUISystemMessageCell.m */; }; - 5A3E097A8A529C8468D56D9BC8AD9862 /* UIGestureRecognizer+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 04EA3C1259C99C8D4B2F7760CA9C496D /* UIGestureRecognizer+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A6AFAF7515C84B07422A61E94280EB6 /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = A32F7DA914A2405DF5F8EF4B2A957B41 /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A6D3BE92C77ED70C397567996DFAEB9 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 051F1766A9870CFBD8C0C678367C5767 /* AFHTTPSessionManager.m */; }; - 5A7CCDEA9EF360782F375A38932833A6 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 425F58D75A337964475D8BDD83ABD04D /* SDAsyncBlockOperation.m */; }; - 5A9448737A60657D405D228E6A3FEDCF /* TUICore.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 900B01806C65D7DCC5EC5ED03ECD0D03 /* TUICore.bundle */; }; + 5A3E097A8A529C8468D56D9BC8AD9862 /* UIGestureRecognizer+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E3B6C2B46323A6C498A57B9716EB60 /* UIGestureRecognizer+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A60D9063CF564849517AE3AEE2EBB04 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 71E0DF0DB3507D046D665DF188CCB750 /* PrivacyInfo.xcprivacy */; }; + 5A6AFAF7515C84B07422A61E94280EB6 /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 6595914839AF666558B44BAF5503DE24 /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A6D3BE92C77ED70C397567996DFAEB9 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D825634489A3C535D5CAC01043457782 /* AFHTTPSessionManager.m */; }; + 5AA8B9EED4114972D0BE26C878D5ECB7 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3177B14AFEF251186EF74B07485204D9 /* SDGraphicsImageRenderer.m */; }; 5AB0933CB14AF0A59EDE15AA03B5B660 /* TUIBaseChatViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = AC6FBF5583543BBBF9CD974FD4EBD722 /* TUIBaseChatViewController_Minimalist.m */; }; - 5ACFF0305272F8D4589AD1D8FB889D2C /* QCloudLoaderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 94596E7FC878CAF5BD0D9CC95E61BF93 /* QCloudLoaderManager.m */; }; - 5AF22814CD055B553AD9D78BE54B94E1 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 230AF4A6C6B69155BA2EFCECF574EEEF /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AF89DA031A71E3E690FC6C78214207E /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A7FBF8F01AE1585F2D8153B34446ED00 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B08596E856E4CC2F34A8A2372F9F764 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 95FE8358D7747A179D03A5C18C0782AE /* NSArray+MASAdditions.m */; }; - 5B3692968156948E48EA23BB61E7C726 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8894C7A542AFDB70DE5A9A8BB69ED8EC /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5ADE36C9A4248BCA87F8551838473A1F /* TUICommonModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F2B239B652D2D3DC03E303D582E2C23 /* TUICommonModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AE213192629C3BD5531276131AE7C52 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AFB8B7453CC72A99A7D7418977D68A0 /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AF22814CD055B553AD9D78BE54B94E1 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E62CC9532F833B099CD10B802A0E5C19 /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B08596E856E4CC2F34A8A2372F9F764 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 473557C97D120542039171BF6705725C /* NSArray+MASAdditions.m */; }; 5B434D5867AD9CF30682E65CDD135EC5 /* TUIFloatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A4C84DE22C48967209E3579250D19A /* TUIFloatViewController.m */; }; 5B44F312F7BE1B2185E19ABE256F0415 /* TUIImageReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 968DB3C6703E8E1ED6FDB0C1B30F28D0 /* TUIImageReplyQuoteView_Minimalist.m */; }; 5B4A538AADB40ACC7F95048B99CAD9DE /* TUISystemMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F9EBF75C7BF827B62D554DF70178092 /* TUISystemMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B647539436EB4D590054BBD2AEEE373 /* QCloudURLTools.m in Sources */ = {isa = PBXBuildFile; fileRef = 00DDD741C3318DEB7E0D838DE56174FA /* QCloudURLTools.m */; }; 5B6AD0120098DD95D42B81A6DA274108 /* TUIChatService.m in Sources */ = {isa = PBXBuildFile; fileRef = AE591D6A2CC36F9DD224AD3A7249659F /* TUIChatService.m */; }; - 5B7DCF3383F2A381A5988EC035EAF296 /* LLFunctionWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E588B994E24E929C3ADFD2384AF7EE0 /* LLFunctionWindow.m */; }; - 5B80543908692B4F821DBFFD0F55E747 /* QCloudRequestData+COSXML.h in Headers */ = {isa = PBXBuildFile; fileRef = 878B6D72536A69FF375964403CD032BE /* QCloudRequestData+COSXML.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B9D1E7004B8112FC8DC1989C19908AA /* NSMutableAttributedString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 40062F33F40BB0D1FDF395F715E3092C /* NSMutableAttributedString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B7DCF3383F2A381A5988EC035EAF296 /* LLFunctionWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A66C6B41193025F2905A36B1D94448B /* LLFunctionWindow.m */; }; + 5B80543908692B4F821DBFFD0F55E747 /* QCloudRequestData+COSXML.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD6DE14F3DE2E1A8ADFDE3E2138BB2E /* QCloudRequestData+COSXML.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B9D1E7004B8112FC8DC1989C19908AA /* NSMutableAttributedString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = AB57EE879D1047EA82A7EA70D435717B /* NSMutableAttributedString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5BA2047D5251662AEDCA21F2261FAB6E /* TUICaptureTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 15DF20828D428D24A8E4843A2BFE0154 /* TUICaptureTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BA3D2BD699A01BF3A0E4C464BF5C8B6 /* QCloudLoggerOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = CADE92E3BE41EE65BCBB512F7FC612B8 /* QCloudLoggerOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BB6B99986FD7111B3AEBE931C7F507B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 04483493AE81CA6B29E55ED29DE41586 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BC0FD0581F5C971B79B4AF7E1353115 /* UIGestureRecognizer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = B6275FE53E390549AAD224E337C65C23 /* UIGestureRecognizer+YYAdd.m */; }; - 5BC67924B21B1732CA9F21705D397176 /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = EB6632376F3502E2D9C6BF8ACC2E0A33 /* GPBMessage.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5BD5D9B8F61C124A62C75D9AC36A07BD /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BD3B0AC73D7D3B674D2C8951C3CC458 /* MJRefreshTrailer.m */; }; - 5BE284C8540E62459A6546BAC2672F7A /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 878AE7C6CDB1A444CD8092D4A297E391 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5BE3AADFCBDF0EC9A721A12B5BA7F7BD /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = EAEAABB94450E749A25AF3707224E59B /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5BB6B99986FD7111B3AEBE931C7F507B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B69F8D65DA05506B36BE32EEF8B958 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BC0FD0581F5C971B79B4AF7E1353115 /* UIGestureRecognizer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ECEF019D5B4EE003757AFA91EB2A1970 /* UIGestureRecognizer+YYAdd.m */; }; + 5BC67924B21B1732CA9F21705D397176 /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FCF5D808A502487383D56AFAB4DABA /* GPBMessage.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5BD5D9B8F61C124A62C75D9AC36A07BD /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E6A94E9E2FE7C1E135AC6A224F7970B /* MJRefreshTrailer.m */; }; 5BF9DF61DC40293C90DA4523952180E6 /* TUISystemMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = BFBE6390BE0DC947D8E0C65D9D69EE42 /* TUISystemMessageCellData.m */; }; - 5C2164E1F573103D5D332EAAB84514A9 /* LLMagnifierViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 33A53419BC34A6CCB358D07E454EA09E /* LLMagnifierViewController.m */; }; - 5C42BF6B33B35F9CB3A090DF92854689 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 380131B8E123CBEBF5EF2B2F50944602 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C7199812C951AD5E976A6AA29A30BD5 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = BBB8E73527FB7E5B15612F429C0A8F2E /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C051F031D10CFDDB286E87D8C2F3D4F /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B18E98191470662823791CC412A30FE8 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5C169B3FC716201B41C958CEAE0943EF /* QCloudSupervisory.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A36B6DE13504DC1CC1BED4FEED6415 /* QCloudSupervisory.m */; }; + 5C1F2C494F6775FFD71C25FFDAE01378 /* SDWebImage-SDWebImage in Resources */ = {isa = PBXBuildFile; fileRef = CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */; }; + 5C2164E1F573103D5D332EAAB84514A9 /* LLMagnifierViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6835365BBFC05AB94CE4FEADFA78852C /* LLMagnifierViewController.m */; }; + 5C3E0F387012D519AC83E99DCEE2D030 /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D0510A109A9C289136D0758D879990 /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C7199812C951AD5E976A6AA29A30BD5 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE6A42A9AA5B4D3C6DC4B44ED52EFA9 /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5C73AEACAB4212C6C6274A6321C0D4A0 /* TUIEmojiMeditorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8547508910F204B4AB9E124BFF0C13 /* TUIEmojiMeditorProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C77D5C9A8BB60A3AC7F7A472510348D /* LLLocationWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 38423F8F3364205E7E652C96998807CD /* LLLocationWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C7CCD0361B588E3157821FF7EF6F35B /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CE0D7F908564A238F70D76322D7C83 /* SDWebImageIndicator.m */; }; - 5C822725E68A3E2CF442FA9E814EB89A /* LLScreenshotWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B370C7C8365A49C3D05DD3FDE518C4 /* LLScreenshotWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C88E1B78D6724C19D070FCCE10704CB /* IQKeyboardManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E62BB46E22E182B4B5AAB0C82DE137D0 /* IQKeyboardManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C77D5C9A8BB60A3AC7F7A472510348D /* LLLocationWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD9E47A92E21C37AC729307F65A92F4 /* LLLocationWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C822725E68A3E2CF442FA9E814EB89A /* LLScreenshotWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AD762FA2DB6F2CFD355AF0EB6E68F6 /* LLScreenshotWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C88E1B78D6724C19D070FCCE10704CB /* IQKeyboardManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A81B83CB56020972C297C02866DB5C2 /* IQKeyboardManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5C9570BAE096521F0967FDE6B2EC8663 /* TUIMediaCollectionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 14B94D6CDFBC0C16AED0830D2F1A4DD1 /* TUIMediaCollectionCell.m */; }; - 5C9E532874E0E1FD615C302B7C55EA7D /* UIView+TUILayout.m in Sources */ = {isa = PBXBuildFile; fileRef = F34ED37CCCFB96877F7C3DB719E3B5B8 /* UIView+TUILayout.m */; }; - 5CAB535753B28B463140F421E9B00136 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 256D39F3AAE8F0B4297D2F583CE91DA0 /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CD1164C22DA8E2882BDDD66A611D139 /* YBIBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F116E41F30A1BEB3F8B16782869C6C /* YBIBUtilities.m */; }; - 5CDD538232C6646E26C7A4E77BC363C5 /* Algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A73459C2CC9D8D858F04BEFB0B50BA1 /* Algorithm.c */; }; - 5D0638F3CACDB145864022B8A8AB6107 /* LLHierarchyInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E05516B4AFA1A47E780B068A22E7E9 /* LLHierarchyInfoView.m */; }; - 5D30B58DF3C79C62631F3EB8E7A13187 /* LLAppInfoWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F28FCFD7EF813D25B30D12F7E698FB24 /* LLAppInfoWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D3228722C2C58A3EB991CE8B33E1AD6 /* LLFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 939F642E6D82A2E63F328D05004F525C /* LLFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D3C21735CE9F0DFFE46955967DDA2A4 /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 44A8305BC3D1A52CCB23AA5A1D90D284 /* YYSpriteSheetImage.m */; }; - 5D54317C2F74F775D7FD668710D6938F /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CFA215FD18CE2A201870B774F659F913 /* YYMemoryCache.m */; }; - 5D5A991E2B3E5504A80FF49B84BB0221 /* LLShortCutWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D01744AAFCCA20CB20800B360A1FA6A /* LLShortCutWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D884512066B213A70ECDC7C21E00D5B /* LLScreenshotBaseOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D944D47E71E8CC4721AC562791FFA914 /* LLScreenshotBaseOperation.m */; }; - 5D9B873C59994D52CE9758EFE54DABF3 /* SVGABezierPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 38A9F0F0BAE1325195D9E0BA7F6D3EA6 /* SVGABezierPath.m */; }; - 5D9E43A8D2A2C78FC0703EBB9605A218 /* LLShortCutWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C09EF151C191E0F6F7F6DC3F524DCDE /* LLShortCutWindow.m */; }; - 5DB037DE4D97B8898724F9F697DA15AB /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F9BA14945E139C4567A39D99223B4A74 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 5DC8C4F0F23982E81CC41542FB030088 /* IQToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 171952C1A3A5AF772DD6ECCA56E1D43B /* IQToolbar.m */; }; - 5DFCBADAC7D0FAC82C84A6C8E7BF1DA6 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = A565896E9ADE92E95BFA3D78C3448E59 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E1058BF78AA8B0A78CFA379CB1218F3 /* QCloudCOSXMLEndPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DC47CB9B03DC306718A9641398E670 /* QCloudCOSXMLEndPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E124176D9C928C295A0904964F03E8C /* NSSet+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 517CE6AC36880E1AD113C29DE39FF026 /* NSSet+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E28C60AE91FADDC0B11C38D4519D073 /* QCloudLoggerOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 140AA7712FA9AE158F7E5EADD7AFED63 /* QCloudLoggerOutput.m */; }; + 5CAB535753B28B463140F421E9B00136 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 75844D80CE04FFABE4B489E554E66BEC /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CAEF25B5EB8D3D196FDFA30B379B05F /* QCloudHosts.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E07549099F90B95938DAFC44746F5B /* QCloudHosts.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CD1164C22DA8E2882BDDD66A611D139 /* YBIBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C425987A1FD77CD4EDCEBDCEC9B4731 /* YBIBUtilities.m */; }; + 5CDD538232C6646E26C7A4E77BC363C5 /* Algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 302976E58417666E32381642C098C15F /* Algorithm.c */; }; + 5D0638F3CACDB145864022B8A8AB6107 /* LLHierarchyInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5168A91A09D876381E3FE3BBC3EF62DC /* LLHierarchyInfoView.m */; }; + 5D30B58DF3C79C62631F3EB8E7A13187 /* LLAppInfoWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F7ED7C17DE459B40100759FB2BE21E /* LLAppInfoWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D3228722C2C58A3EB991CE8B33E1AD6 /* LLFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAABA31147D3B234040766F3F07894F /* LLFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D54317C2F74F775D7FD668710D6938F /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C327C5F1EB3B27A2D652B470590653D /* YYMemoryCache.m */; }; + 5D5A991E2B3E5504A80FF49B84BB0221 /* LLShortCutWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE719113A4614EDC612570A6A85E9CD /* LLShortCutWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D884512066B213A70ECDC7C21E00D5B /* LLScreenshotBaseOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F584B9C50813ADC46D07A6EE1AF45158 /* LLScreenshotBaseOperation.m */; }; + 5D9B873C59994D52CE9758EFE54DABF3 /* SVGABezierPath.m in Sources */ = {isa = PBXBuildFile; fileRef = D6B08408CB7990E7EB6F993D3FA1736E /* SVGABezierPath.m */; }; + 5D9E43A8D2A2C78FC0703EBB9605A218 /* LLShortCutWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C273B6B8A323B28A54C747C6314868 /* LLShortCutWindow.m */; }; + 5DC8C4F0F23982E81CC41542FB030088 /* IQToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = B1D35391D34E98E9F01B578EB3382EBE /* IQToolbar.m */; }; + 5DFCBADAC7D0FAC82C84A6C8E7BF1DA6 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 93DDFC53D6DD53F9B1A0E83FDB2BC745 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E1058BF78AA8B0A78CFA379CB1218F3 /* QCloudCOSXMLEndPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 093FE54DD3AB8AFE6443E6B3C3636F7E /* QCloudCOSXMLEndPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E124176D9C928C295A0904964F03E8C /* NSSet+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F952F53D56C76819E83B65C690645F /* NSSet+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5E415CD7A2331BA678B8D645A3F008C4 /* TUIOrderCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = A72FACE9B3363185CE164C51632BCC33 /* TUIOrderCell_Minimalist.m */; }; 5E493A546635827EF0E0A4124066E621 /* TUIMergeMessageListController.m in Sources */ = {isa = PBXBuildFile; fileRef = 59916D633D9814D68A1250D542C08FFD /* TUIMergeMessageListController.m */; }; 5E50B97D43DF5E5E313B72C6B40FA067 /* TUIConversationListController.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6ACEAC8B9D92AAC2A3AE6566E1D7DC /* TUIConversationListController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E616318FF1DD9AFB1340D318311AA8B /* LLFilterLabelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F3C4F65C4B3175EE439B83B4E00B7FFC /* LLFilterLabelCell.m */; }; + 5E616318FF1DD9AFB1340D318311AA8B /* LLFilterLabelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E29FBC3FB74A5618FE50204DD23D6D /* LLFilterLabelCell.m */; }; 5E8CAF871BF3AF3A9F5BF10A71197958 /* TUIChatConfig_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 08FC247E9EF105334F5F448B6F5EEDD2 /* TUIChatConfig_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5ED5469E3F90BED7502CEF00C2817BF9 /* MKMapView+LL_Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BE42352D9754498DBB58BBB69049326 /* MKMapView+LL_Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5EE53074B8A35D48AB76CAF38C88A37A /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A33854C22C9DED462D690FC5D83E78 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5F2257A9CCF4C300CDFBBC80341118D4 /* YYText-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 512EC903D472361CCD58ADB381897CFD /* YYText-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5F2B5328A669BE4B6D028F19070DEF90 /* QCloudProgrameDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 348F60D805DCC0E0BD4D382F5BE1701C /* QCloudProgrameDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5ED5469E3F90BED7502CEF00C2817BF9 /* MKMapView+LL_Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C0E2F0E4B3BFEF3C213273E03E72390 /* MKMapView+LL_Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5EE53074B8A35D48AB76CAF38C88A37A /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F88F637947B9B0CFBA22B68B0C03260 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F00999BA8922F823711BA467A639853 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = D1283DE716384407CC12569569E09FCB /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F066222D42E2BDD328B64B5391BD76D /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA388CF24F014791D1F4CFFAFB2A70D /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F0B6FEAA4FFA5FD4387C99AB2072CDF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 5F2257A9CCF4C300CDFBBC80341118D4 /* YYText-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7180C1094940F1E7E8E11B87BBE90EC /* YYText-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5F43351A8005637755AEF253F8E72ACD /* TUIConversationTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D04AF005124A945C310D69F389023BE3 /* TUIConversationTheme.bundle */; }; - 5F45735DF355530CC955066D3C007E19 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FEC6BC9EE134DDC176142FABA564F3 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5F8F021870002E9A2776909ACB965E3E /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F44CE3F4F0E453A47C43891F081FF7C /* NSString+RACSequenceAdditions.m */; }; + 5F45735DF355530CC955066D3C007E19 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = F12591D44F96B8D83972F948A9B958B2 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F5426608460A8B17C1AE5C2351BAA19 /* UIScrollView+EmptyDataSet.m in Sources */ = {isa = PBXBuildFile; fileRef = C65CA0CC1A37614BC3C5D16E2154A9A9 /* UIScrollView+EmptyDataSet.m */; }; + 5F7AC46B66DE346891DAB54B7296B31E /* QCloudAuthentationCreator.h in Headers */ = {isa = PBXBuildFile; fileRef = 724D5B1DF6D56D4321498032483710AD /* QCloudAuthentationCreator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F8F021870002E9A2776909ACB965E3E /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 99ECC615DC12CBCC5B82C58215487A9D /* NSString+RACSequenceAdditions.m */; }; 5F9C3FD38AD0D45C60B20B1742736AA0 /* TUIGroupCreatedCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D79865AB8E4EF9F3A62AE2FD846AFAC /* TUIGroupCreatedCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5FBB5E15B56584BABDCCE2345577972D /* TUIConversationSelectDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = C993B40579213A499C1882A9530E0E25 /* TUIConversationSelectDataProvider.m */; }; - 5FDC4239F7B651092BF582D0F460BAD4 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E94E4E4444BC6E312965ABBB875E3EC /* UIView+MJExtension.m */; }; + 5FD17BF2865DDB9E3B6B8098AA2E519A /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 407932C5C2AAEDC176A0651B83F5ACFB /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5FDC4239F7B651092BF582D0F460BAD4 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = BA03DA377108C4BCD9D08A45F102A82D /* UIView+MJExtension.m */; }; 5FFBF6CED86A676A52902B51246A1FED /* TUISecurityStrikeView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9299C3B2AA7F5B8F7F249683F8DFC76 /* TUISecurityStrikeView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60451F00D1A161C10B643F4DCCCF7F64 /* QGAnimatedImageDecodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 411A5B0C12E31DC1B0A4913E176C3514 /* QGAnimatedImageDecodeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 604F3D868CCFD59D28C0C9A055645AAA /* ProgressChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD245A2E8AE763FF9DB33272BBFD5334 /* ProgressChecker.swift */; }; - 604F4B4F732177FC3393A5AA2A7A6A23 /* MQTTClient.h in Headers */ = {isa = PBXBuildFile; fileRef = A0D0E32105DD24D18513B8162EA18D47 /* MQTTClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 607B8A893A5D58B9CE8D3E9B0679742F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - 607E23B19FD8700ED4BA434C686CABED /* IQUIView+IQKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = C7315416C91B3CF333FEDDE0D2696E94 /* IQUIView+IQKeyboardToolbar.m */; }; - 608B9353328B129D37B87A64DAE971A5 /* QCloudServiceConfiguration+Quality.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE346E3012BA03247A7FA88B48F8913 /* QCloudServiceConfiguration+Quality.m */; }; + 5FFEC8A4B456C3074433291CA223E432 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 6037BA6633BDFF4F63D6C8B7C70D6160 /* SVProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 52643578F1B2CA17577F303930830A1F /* SVProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6039596EFFE55769CE728CB70960E10F /* QCloudFileOffsetStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 30EA1B9C843AC13DA5C30E9F18EBB1F8 /* QCloudFileOffsetStream.m */; }; + 60451F00D1A161C10B643F4DCCCF7F64 /* QGAnimatedImageDecodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E99CF2AFD3577423AFFD0718CCA0D26 /* QGAnimatedImageDecodeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 604F3D868CCFD59D28C0C9A055645AAA /* ProgressChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E146410616D7B74355ACBE2B5B5A29 /* ProgressChecker.swift */; }; + 604F4B4F732177FC3393A5AA2A7A6A23 /* MQTTClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBFF652EA4C32483DE7303CBCF36806 /* MQTTClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 605CFA3C4557B015890D21859E2F9100 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 21CA56FD0F94F729A06D842317421C02 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 606A41013AD9F0261BE85230D8395848 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = B1DA37174E671AE4220BBB1C2936286B /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 607B8A893A5D58B9CE8D3E9B0679742F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + 607E23B19FD8700ED4BA434C686CABED /* IQUIView+IQKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = AC78BB3911CBBC33ABF65EF3B3809CE4 /* IQUIView+IQKeyboardToolbar.m */; }; 608BD706F2A0BB3666773E3D3C161FAB /* TUIGroupChatViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 13F6BF283CB904EC3C778176A1930515 /* TUIGroupChatViewController_Minimalist.m */; }; - 6090A2B1C6B62E89CA92305CFC855212 /* AvoidCrashStubProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = DF916CC5A16F2C4A062458992ED868E5 /* AvoidCrashStubProxy.m */; }; - 60C38B6801646A6AAE43E0A9FA01AABC /* QGMP4Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A541AEECDD4A5D89130BB48241344A /* QGMP4Parser.m */; }; - 60E384ABEF99F5104C99DCB596E2BE95 /* mz_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = ACAA04DF49E064B429EEDA8898EA38C6 /* mz_crypt.c */; }; - 60E449E5ABDBAE7822B6CDC59EDA929B /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 381C0C51650DE5BB3FF030BC00F289F7 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60F8F5D53A696B13D2E88CD5892A92CF /* IQTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = CABDAF6E815567ABC244C42CFF7B59E9 /* IQTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60FF685230C9A1542F5DE9A0356A76D2 /* QGAnimatedImageDecodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 473121754F756FBD831BB36046B34507 /* QGAnimatedImageDecodeManager.m */; }; - 612ACC4DD4B9CD4807109AAE3AB6825A /* LLRouter+Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7C99155B46C46448B59A7EBC17967C /* LLRouter+Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61461B0D9D7B81C3F8D24066D9A19DCE /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AC207119B73A324FA703ECBC70E7591 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61507E402F1F7C58BF119995A0479A22 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F0351BD5F213FBC346E2339F8043EEA4 /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61779BAF0B218F01021557015ECEC5F9 /* CLLocation+LL_Location.m in Sources */ = {isa = PBXBuildFile; fileRef = 6266B7B85BC7C76E37F697E8C52F7304 /* CLLocation+LL_Location.m */; }; - 61BE2A0AA4858B0477E60FA1B7D059D6 /* LLCrashWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F1B7927F6989CFB987810F4C0B4BF875 /* LLCrashWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61CFFD49744986F710A9C02A297C16EE /* MQTTSessionLegacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8638D3BA370C6BB7994C82FE10994F39 /* MQTTSessionLegacy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6204F3E4E75772BB6CAB13CD53D9D93E /* JXPagerSmoothView.m in Sources */ = {isa = PBXBuildFile; fileRef = F6BA536F83EE19990C5ADB308021ACB8 /* JXPagerSmoothView.m */; }; + 6090A2B1C6B62E89CA92305CFC855212 /* AvoidCrashStubProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CE976355A4F8576D20CEFA09AEC8E44 /* AvoidCrashStubProxy.m */; }; + 60C38B6801646A6AAE43E0A9FA01AABC /* QGMP4Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = 68A0CBF196A31495CDE8C8E4865AEC68 /* QGMP4Parser.m */; }; + 60E384ABEF99F5104C99DCB596E2BE95 /* mz_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FA75B8F6122CD97CAEE392141203E58 /* mz_crypt.c */; }; + 60F8F5D53A696B13D2E88CD5892A92CF /* IQTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = BF776CF5AFA65D051141C8CCF61C2831 /* IQTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60FF685230C9A1542F5DE9A0356A76D2 /* QGAnimatedImageDecodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A4ABCDD65CA06F1E7E4592AF6BCC6C /* QGAnimatedImageDecodeManager.m */; }; + 610E5E63942E3E06C1B85A1DE80A8071 /* QCloudSignatureFields.m in Sources */ = {isa = PBXBuildFile; fileRef = 779B2F0782FAB20C4DCAE669BE739576 /* QCloudSignatureFields.m */; }; + 612ACC4DD4B9CD4807109AAE3AB6825A /* LLRouter+Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA12ED54E3F60547D982E6BEEFD3441 /* LLRouter+Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61461B0D9D7B81C3F8D24066D9A19DCE /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1929E2FE6305E0532F00C60C318553E8 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61507E402F1F7C58BF119995A0479A22 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 164D20A5CE2222E30FFE5286BBCFB70D /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 615564D6271A0E10C7E1F88DE102B3DF /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 280EC1742CFAB116F75D23BEBD062664 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6167440DAD3491247DDEA4DFB0DFB39E /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 817C740F01A91EF191790FF030E79288 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 617389511E2EDE75D40C9EBB0DCC6C64 /* TUICore.h in Headers */ = {isa = PBXBuildFile; fileRef = 92080B092D611A9308583BC80776AFD4 /* TUICore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61779BAF0B218F01021557015ECEC5F9 /* CLLocation+LL_Location.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AC26E0CC31DC762BC53D80C732C88C3 /* CLLocation+LL_Location.m */; }; + 61BE2A0AA4858B0477E60FA1B7D059D6 /* LLCrashWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2878FA37E1C0E2FF4C55DEA72B2414 /* LLCrashWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61CFFD49744986F710A9C02A297C16EE /* MQTTSessionLegacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 793C2D91A805D5012B6EDAFEB3A8E425 /* MQTTSessionLegacy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61E22191E5D00329A7D96C9104238E1F /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 137B87246041BE346CB74C140EC4AD19 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6204F3E4E75772BB6CAB13CD53D9D93E /* JXPagerSmoothView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5159769CED4782E986C7473D8286B9CE /* JXPagerSmoothView.m */; }; 6207E7F7332AC910F0D0AC493EE973F3 /* TUIBaseMessageController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = C56A469CB25B4F78660D87B430C21BFE /* TUIBaseMessageController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 620A0FFFDE5AEF215E28135566106BA4 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE8A580BF8985ABA68B8D11064530FB /* JXCategoryBaseView.m */; }; - 6215CAAC4B72DECED49E706D88C3B66D /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E0A6CF1D49A40449DA267861AD1E722 /* RACDelegateProxy.m */; }; - 6230D9CA0C66211B5FD74B883B795E5C /* LLWindowManager+Magnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B9B4BACBEA3184F3651DFA58603133 /* LLWindowManager+Magnifier.m */; }; - 6239BB475D99E1C8B765A85E51F458E1 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AE23C0B84FD193CA343B607C3D1F663 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 620A0FFFDE5AEF215E28135566106BA4 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8016541A5F78D3B6195FD4A2B2873751 /* JXCategoryBaseView.m */; }; + 6215CAAC4B72DECED49E706D88C3B66D /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = A495326D5B3BFA3052250AB5B8E9497E /* RACDelegateProxy.m */; }; + 6230D9CA0C66211B5FD74B883B795E5C /* LLWindowManager+Magnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F77E9E51A2903A46238623140BFE535A /* LLWindowManager+Magnifier.m */; }; 626401380ADC61520BB5627C76521683 /* IQKeyboardManager-IQKeyboardManager in Resources */ = {isa = PBXBuildFile; fileRef = A5B2838E4866923F3DA717B058EBFF5D /* IQKeyboardManager-IQKeyboardManager */; }; - 6276755DF85C29E6FA83F08E4BE4120D /* AliyunOSSiOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD84671C676DB5A9EDF1B803F587C61 /* AliyunOSSiOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 627C428536FDE6CDF58F5676D7256A03 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B8191C761F55FF121C7571334E3197 /* SDAssociatedObject.m */; }; - 62A097A7D7D02797C12DEC7CA015CA40 /* YYWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 23BAECC7410EB345D7D890FBECDA1763 /* YYWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6276755DF85C29E6FA83F08E4BE4120D /* AliyunOSSiOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C46CABA49D7B70058EC766735B7C29C0 /* AliyunOSSiOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62A097A7D7D02797C12DEC7CA015CA40 /* YYWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6964DDD54C210A38D884DC93B43F48 /* YYWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62D14C8533949FE879618320CB0C14A0 /* TUIVideoCollectionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 847F0D230F54AFB72EBED217B5A5D29B /* TUIVideoCollectionCell.m */; }; - 62E968DC66E1A0A7031DA9DA2FC73A4C /* QCloudCOSTransferMangerService.h in Headers */ = {isa = PBXBuildFile; fileRef = FE49047C963CAAC22EA9DAEE82414272 /* QCloudCOSTransferMangerService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62FCD4A967D743DE07DA80DACF5B14DB /* IQUIViewController+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = CC0989E7BC16BCEFD24143416FE27094 /* IQUIViewController+Additions.m */; }; - 631C7A46CD48A0306B13B66BB384EC03 /* YYTextParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5BDB8A4E3E1A103D830B649A2DE327 /* YYTextParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63385A73A7EDF785A8EEEACD6E598C8D /* QCloudHTTPMultiDataStream.h in Headers */ = {isa = PBXBuildFile; fileRef = B7785600CA1CE726B540619F36C210A5 /* QCloudHTTPMultiDataStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 633F564D1934AF655632B753E13DB7BB /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 148E56923E88BF660AC5CD67D8B05C46 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6340AFEE04830C01EB74D920029A229B /* LLEntryBigTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A1B7286800F9153C0B6AAF9A0A3549 /* LLEntryBigTitleView.m */; }; - 636A4627F4602DE3DEE47170A8F32EAB /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E7B96200FED33071FAA8946D3A6788E /* SystemConfiguration.framework */; }; + 62E968DC66E1A0A7031DA9DA2FC73A4C /* QCloudCOSTransferMangerService.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6A928A3147FF15D8E1BEF63904CBD1 /* QCloudCOSTransferMangerService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62FCD4A967D743DE07DA80DACF5B14DB /* IQUIViewController+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 167132E18DA18997F40FC8AFB6BE59FB /* IQUIViewController+Additions.m */; }; + 631C7A46CD48A0306B13B66BB384EC03 /* YYTextParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 25ED08D6B18198798C1AB238AC53A262 /* YYTextParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63228A7BBD14E5F69C4A6F71D05BAFDF /* QCloudHTTPTaskDelayManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 789BAF52EE62B87F414F6C0248348C75 /* QCloudHTTPTaskDelayManager.m */; }; + 6340AFEE04830C01EB74D920029A229B /* LLEntryBigTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5865EAEDC6633D56E9544023D97A08C6 /* LLEntryBigTitleView.m */; }; + 636A4627F4602DE3DEE47170A8F32EAB /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B8AB564FF9369F78C0EC51107B8C1AA /* SystemConfiguration.framework */; }; 63746085EDBFE2EE310F1B9E6A24527B /* TUIChatConversationModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4251EBFE894C9B59DEFEB487B9FD015E /* TUIChatConversationModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 637DCB79C92036D3EF3C67BB1CD27486 /* QCloudIntelligenceTimeOutAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3400033532838906F71E9C292A9BF77 /* QCloudIntelligenceTimeOutAdapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6389FC54D6F7FAF221130A675DC243AC /* TUIInputMoreCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 064BE23A98D1538F5AB5682881F46F37 /* TUIInputMoreCellData.m */; }; - 63CF0152592B0C530806B85CB512BC60 /* ScoringMachineProtocol+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1A2959CE55336EA28C3DDBBE3D50588 /* ScoringMachineProtocol+Events.swift */; }; - 63D8A88D36948E62F745594854E0677F /* FMDB.h in Headers */ = {isa = PBXBuildFile; fileRef = 137A9C20B65B87E549A6267C60BA5B81 /* FMDB.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63DBDFBDF0206E44813856A279431DCC /* LLScreenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = A77EB632553A0A492720FBAC64A2DF93 /* LLScreenshot.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63DEE7A8F89B3204E6B60AACB4DBA1B8 /* MQTTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0988409A5182DDC8136E3CC4179BF5 /* MQTTLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63F31CE965534C2AEAD013023B4A1C77 /* NSMutableString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B38216C9217DACF5ACC9EA5145E770 /* NSMutableString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63FD6FB771881021CF073F4B6A6A3537 /* QCloudPutObjectRequest+CustomBuild.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B5F8B9B8807D978B0FF32BEACD47182 /* QCloudPutObjectRequest+CustomBuild.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6400909164B4B3DD0FAEFD9ECC2C8E37 /* UIColor+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B225C31748D5973C2767CBCEA2616DA /* UIColor+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64308875A4ADBE88D2C76D622FACF1D2 /* YBIBAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE9B48D28DCC4DBEE3A82849379B15D /* YBIBAnimatedTransition.m */; }; - 64390431DEDC8EA8F5A1280968763728 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A0CCB28EE0520D9714B91ADFEFCC87A3 /* AVFoundation.framework */; }; - 645EE6DF7F9625882CE6DCB15B30BD6C /* LLThemeColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1309C5A556D19DF70F71226558A8775A /* LLThemeColor.m */; }; - 6472ABC08E741AA1097C598001B765A7 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE1912E0C18C5CD4EFB419D62667262 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64A1E95C0E8186396974297F2B4C009D /* NSURLSessionConfiguration+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B6B8F0BED93D0BD0BEE76007D1292A /* NSURLSessionConfiguration+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64BD4C1893460DE1396EACCA3561C722 /* NSArray+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = A152F29126ECD353288CB6D7282596B1 /* NSArray+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 64DE89266AEBCC1D29B097CF9889D8A9 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 5487F017F2C6A867C5AE7ECE3797AD8E /* GPBDictionary.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 63AAA9DE746BB3FE02548EC92FDF571A /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64668518D5FC34D69391C2A068F0AD15 /* SDWeakProxy.m */; }; + 63CC3D7C6ED111D82520255F1B2FB8BB /* OfflinePushExtBusinessInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FF884162ACA1B990362FA3FBCD33B392 /* OfflinePushExtBusinessInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63CF0152592B0C530806B85CB512BC60 /* ScoringMachineProtocol+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F6F9FA61ADDC2F385A6F65657E8FEF4 /* ScoringMachineProtocol+Events.swift */; }; + 63D8A88D36948E62F745594854E0677F /* FMDB.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3CBBB49F3B8E24F3E721C35D2FAB06 /* FMDB.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63DBDFBDF0206E44813856A279431DCC /* LLScreenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CABB0CB4EEF75E3315CD3CE092A09D /* LLScreenshot.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63DEE7A8F89B3204E6B60AACB4DBA1B8 /* MQTTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 6281EB740317964864BD7D6143B8E51F /* MQTTLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63F31CE965534C2AEAD013023B4A1C77 /* NSMutableString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = AB08DB31776AB1D191C258972C70866A /* NSMutableString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63FD6FB771881021CF073F4B6A6A3537 /* QCloudPutObjectRequest+CustomBuild.h in Headers */ = {isa = PBXBuildFile; fileRef = 607235F953C64334F0113AADBFE94A75 /* QCloudPutObjectRequest+CustomBuild.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6400909164B4B3DD0FAEFD9ECC2C8E37 /* UIColor+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 220E3A00484D4E96A0808EF4B6E71343 /* UIColor+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 640A62BF1235FF4E73C341D738C83CA3 /* QCloudError.h in Headers */ = {isa = PBXBuildFile; fileRef = D94CFA2363A486181A05623C47B8D137 /* QCloudError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6414AA9F3BF7994B0BEAE51B6804992C /* QCloudProgrameDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CB25FEDBB2CC87E25A7E133206FA7B /* QCloudProgrameDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64308875A4ADBE88D2C76D622FACF1D2 /* YBIBAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F2456F7ACFAEBA7B7C14DBA4F3DA6B /* YBIBAnimatedTransition.m */; }; + 64390431DEDC8EA8F5A1280968763728 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBF4F463DBC12F0A9E4A31A31D77114F /* AVFoundation.framework */; }; + 645EE6DF7F9625882CE6DCB15B30BD6C /* LLThemeColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 42C822EBF204FB45491B1331E472ED06 /* LLThemeColor.m */; }; + 648E5AFB1AF4F38CF34F8FDCC4C0AC48 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 155F3164391DC5F4D758EC5E2487F950 /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64A1E95C0E8186396974297F2B4C009D /* NSURLSessionConfiguration+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8EAAC0ACC713B35E511CC8EF98056F /* NSURLSessionConfiguration+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64BD4C1893460DE1396EACCA3561C722 /* NSArray+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BFE197ABA79ACC285FA0B616A5B4E72 /* NSArray+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64DE89266AEBCC1D29B097CF9889D8A9 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = D1DE5FD7B7F3A67318C2B397D661C749 /* GPBDictionary.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 64E91CE7BA03A0B2D15A87F39122C804 /* TUIVideoReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = 451B36F0F04B8637DE43FB12431B05F3 /* TUIVideoReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 650441ED94EA9BEFAA55E9DA86246464 /* OSSSignerParams.m in Sources */ = {isa = PBXBuildFile; fileRef = D61672BC580B7295B72BAA51B46E2C81 /* OSSSignerParams.m */; }; - 650BA43CA729BA2B435B4720C6F5B802 /* LLRouter+Crash.h in Headers */ = {isa = PBXBuildFile; fileRef = C06331A6F143EE9F2A7BBD07E8FF3F8A /* LLRouter+Crash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65175B123149F1485F7262CC237E114E /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = CD287969EAB5F5DC4D31824EC51AAD45 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 652A8A583FB18B03181DB6429256292F /* NSHTTPURLResponse+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = FC6AAE19178B09BFA7FF9D1C8B678484 /* NSHTTPURLResponse+LL_Network.m */; }; - 653FAEE8368822FD2F59BF59D217047C /* UIView+VAP.m in Sources */ = {isa = PBXBuildFile; fileRef = 7117659E612C3305B5061F6263F50C7F /* UIView+VAP.m */; }; - 655CDE9DECD35A571DC6E6311DDA9D6E /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9FA9509C89FFF41AE1164D36C0C985 /* UIImage+MultiFormat.m */; }; - 6577A9EB1AED47B915B7F77C3F8BF335 /* mz_os.c in Sources */ = {isa = PBXBuildFile; fileRef = 554FA0F746FB80A9FE0D7A9201FD49B1 /* mz_os.c */; }; - 65A77C296675740D11691D85BBD9B2F8 /* LLNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = BF3C384FACF30DDD51276EE009F09266 /* LLNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65D1DAFE46F668E75DFC6C836843AB56 /* SVGAAudioLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE5459E155526DC93D8227F979698F9 /* SVGAAudioLayer.m */; }; - 65D36040EFBEE963EB0C7A2E69E0BE5D /* TZAssetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C4371CCED5E31576E5B0DD6CAF360FA8 /* TZAssetModel.m */; }; - 65DA00E88E7D7050416557289C7BF1AA /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B0B611141C92E6727C2F9468C28F17D /* Log.swift */; }; - 65DB6D055AAD5F89EFB33C554CA7F53B /* IQNSArray+Sort.h in Headers */ = {isa = PBXBuildFile; fileRef = 715FF71B72C0FD10FE38E7355ECD6460 /* IQNSArray+Sort.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66187A77817A27C7EAA46CA9E1183C67 /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = E6D676BE462C8A5A4EAB6E4541DBD81C /* RACEmptySequence.m */; }; - 661DE3EC5A5F7805ACD68EBA077AF612 /* GPBDuration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 368A6985445BE6224178FD078201DF73 /* GPBDuration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 662818BE56B321D0A4DF83266588B2CC /* QCloudEndPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 528653073F6A18330DE69AA47535E0CF /* QCloudEndPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6630C0B541E50903F9AD81FD847CFE7A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5126A4D9B87E984813282B556AF97202 /* JXCategoryIndicatorBackgroundView.m */; }; - 6636EB3DEA42AE95FF246274BD7BE3F8 /* OSSNetworkingRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF110BC6855F39BA27623F8D6056E68 /* OSSNetworkingRequestDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 650441ED94EA9BEFAA55E9DA86246464 /* OSSSignerParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C7954FECBF55E098608DD63CCB7B0CF /* OSSSignerParams.m */; }; + 650BA43CA729BA2B435B4720C6F5B802 /* LLRouter+Crash.h in Headers */ = {isa = PBXBuildFile; fileRef = 15610BD3C06DBE97FC8998004D74B5FB /* LLRouter+Crash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 652A8A583FB18B03181DB6429256292F /* NSHTTPURLResponse+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C1339B5A59BA8D3FF8EC32800325B4 /* NSHTTPURLResponse+LL_Network.m */; }; + 653FAEE8368822FD2F59BF59D217047C /* UIView+VAP.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E932D59B7924CD998B807DBA82A6143 /* UIView+VAP.m */; }; + 654E64D2DDA2FCE94AB95E79C9ABFFED /* TUIThemeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ACECA3CC22B9472A71AE45035282AD24 /* TUIThemeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6577A9EB1AED47B915B7F77C3F8BF335 /* mz_os.c in Sources */ = {isa = PBXBuildFile; fileRef = 534DCB332A3B10F7FBBC5E8D032D59F7 /* mz_os.c */; }; + 65A77C296675740D11691D85BBD9B2F8 /* LLNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C22B5B6864C469C381C9D3C9BA42EA /* LLNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65D1DAFE46F668E75DFC6C836843AB56 /* SVGAAudioLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BABEAC582B3957F5CFD6D6CCDEE3ADB /* SVGAAudioLayer.m */; }; + 65D36040EFBEE963EB0C7A2E69E0BE5D /* TZAssetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 503A58CACD5540996D95ACBD8D1EFB16 /* TZAssetModel.m */; }; + 65DA00E88E7D7050416557289C7BF1AA /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = B135E9010309D58610260E1E99464E77 /* Log.swift */; }; + 65DB6D055AAD5F89EFB33C554CA7F53B /* IQNSArray+Sort.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB879BAF18EDD23E5581B0ED0079770 /* IQNSArray+Sort.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 661270D1E489611EA483739920F665A7 /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DD25A6326296979CC62EBACC8A7B5BB /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 66187A77817A27C7EAA46CA9E1183C67 /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 69C24E215C1DCF8A326AF4C8D71E2E2A /* RACEmptySequence.m */; }; + 661DE3EC5A5F7805ACD68EBA077AF612 /* GPBDuration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D477AFC3D099A97887E34D6DEBAE3F /* GPBDuration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 662CE52279E55E8D639A6FE03AEE69A9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 6630C0B541E50903F9AD81FD847CFE7A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A71CFE57918D9E346E74C723B801CC3 /* JXCategoryIndicatorBackgroundView.m */; }; + 6636EB3DEA42AE95FF246274BD7BE3F8 /* OSSNetworkingRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FEEA369265A3823CB04F446C69141B /* OSSNetworkingRequestDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; 663F23187297886BAFB244B681EE23DC /* TUIVoiceReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E47B79BEDA5A878E74F97A1BDA1A7DC9 /* TUIVoiceReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66421084F82555750BE73D538D04D332 /* GPBUnknownFields.m in Sources */ = {isa = PBXBuildFile; fileRef = 744BC791085D330ABBCEDDBEA28A0B69 /* GPBUnknownFields.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 66421084F82555750BE73D538D04D332 /* GPBUnknownFields.m in Sources */ = {isa = PBXBuildFile; fileRef = A949F04CC835F997F7607518539CF5DB /* GPBUnknownFields.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 664B58AD1FA3ED618A2EE30BEFDC0771 /* TUIChatPopActionsView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E09950AFFE253677274763C16783C4C /* TUIChatPopActionsView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 664F18CED916ED69B0A6EFDD29EBA694 /* TUIGroupNoticeCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CFA7A386727582E326DC58C38DDCC1 /* TUIGroupNoticeCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6680C3C8924C7503A6A54CF7A66BFF2F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; 66A896BDB2C894468D4CF96B07673823 /* TUIGroupInfoController.h in Headers */ = {isa = PBXBuildFile; fileRef = CA29AD0D1327156BDE92C1791F0CB81D /* TUIGroupInfoController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66BABB3E0EFD4B289D5C6C622DD07095 /* QCloudOperationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1AB3E8ED48D02DFFBFCC6751BDB663 /* QCloudOperationQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66BBA5A95B9791608A03499C1A03BF6F /* OSSUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 868FA57F94057F8FC61B23A46C8140BE /* OSSUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66C593FB4EC3FF5DF00B954216A75835 /* GPBType.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 966B2ACA825394A27EB38B0C8BB7BECC /* GPBType.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66C59B27747658346F72163C701D1CB3 /* TZGifPhotoPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 771850D0B1CA7B6E4AD0F9C1D43381E1 /* TZGifPhotoPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66D1162BD854BC15E3200936A304D01C /* IQTitleBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 81EF99E7A6CBA6012C60D684788F131C /* IQTitleBarButtonItem.m */; }; - 66D862484C3FB22D4A71D1180BC11489 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F5589533F2D0723DEADB5EBC6D7482 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66DE3FE81338DA9C06C4DDBAE425037E /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F4105022E08CBF5EA22D24DCAFE5F8A /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 66F0F3FA774C38B55C091221D241DF5B /* UIImageView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 337ADB5D316FDB0A929EAB064196DC3C /* UIImageView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66FCF7C5581DFE51C17E25F7DCAB715B /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 374F257E854D9B1A189B5FB06602026F /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 671347F24D9FDFA45AC894760A275E23 /* YBIBDefaultWebImageMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0066569E5E46D03747A9064F7836CD04 /* YBIBDefaultWebImageMediator.m */; }; - 67202448C80DCC66D4049CE81A261D20 /* QCloudFCUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 70EDCCD8EE5E9D56D04A4CDE52E217A8 /* QCloudFCUUID.m */; }; + 66BBA5A95B9791608A03499C1A03BF6F /* OSSUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 088D36215DEF59687FEEA3421BFEC909 /* OSSUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66C593FB4EC3FF5DF00B954216A75835 /* GPBType.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD6CB6359DC0273E7B08A89B4729B3C /* GPBType.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66C59B27747658346F72163C701D1CB3 /* TZGifPhotoPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 236DC132205B4367DA7C6A563235F0F5 /* TZGifPhotoPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66D1162BD854BC15E3200936A304D01C /* IQTitleBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = F43E2FD45EB0DCC5E3AF08F10ABD9459 /* IQTitleBarButtonItem.m */; }; + 66F0F3FA774C38B55C091221D241DF5B /* UIImageView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 02D721D6198DCD4344B1F66179D7594E /* UIImageView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 671347F24D9FDFA45AC894760A275E23 /* YBIBDefaultWebImageMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = A82C6017368052A196B01AADC4DC25B9 /* YBIBDefaultWebImageMediator.m */; }; 672B34FDDAE7043C32C1DCD78C4482A5 /* TUICaptureImagePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 860FFBC37B968C46FC5989D8D25BB440 /* TUICaptureImagePreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 675CA4D3EA2E131017A0AE8FBD282FC0 /* QCloudAuthentationV5Creator.m in Sources */ = {isa = PBXBuildFile; fileRef = 9128D7877A6A305E46EC7D3A2B092BBD /* QCloudAuthentationV5Creator.m */; }; - 676B7A2C7CDBB3C09AFD0CF1F07C1DCC /* LLSandboxImagePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B28844EE0ED3ABF993151E7177C55EFF /* LLSandboxImagePreviewController.m */; }; - 676E5598F38CC0C3EC7C858CBDEA3805 /* NSObject+QCloudModelTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 700D9F45DD60B4A13E98A83AAFBDE938 /* NSObject+QCloudModelTool.m */; }; - 679B7A918825CB13FC5DFE6B672AA5AF /* QGVAPSafeMutableArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 500DABA99FE89D664AC06E90ED5861F6 /* QGVAPSafeMutableArray.m */; }; - 67FB50A7B87A855D4FDE81CE941D784C /* SVGAParser.h in Headers */ = {isa = PBXBuildFile; fileRef = DFE7ADED148E13C4B35972C63998B62D /* SVGAParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6818F170D6F8EDBBA1E59BC8A10F0476 /* NSNotificationCenter+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5C2676A38389D598A3D54F2B114464 /* NSNotificationCenter+YYAdd.m */; }; - 6819AA5CBCFF1076B6C794A360C846A4 /* LLComponentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9180B113E5C06B750956171BB08B097F /* LLComponentDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68226223027CEEF60F56083DABA3EF9A /* LLLocationMockRouteModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 01BDA857040880769264BF6D0D910048 /* LLLocationMockRouteModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 684922BAF5EC5925C2435734B168823D /* LLWindowManager+WidgetBorder.m in Sources */ = {isa = PBXBuildFile; fileRef = CFC26C4557DF4FFAF6DFED98F128E915 /* LLWindowManager+WidgetBorder.m */; }; - 684CED7387E4EB7EA8873FC033966A89 /* QCloudUniversalPath.h in Headers */ = {isa = PBXBuildFile; fileRef = F44EE9216564BDC2AFAFA74D91F767A6 /* QCloudUniversalPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 676B7A2C7CDBB3C09AFD0CF1F07C1DCC /* LLSandboxImagePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D257AB72DDFA112F8B366A3CCD7191 /* LLSandboxImagePreviewController.m */; }; + 679B7A918825CB13FC5DFE6B672AA5AF /* QGVAPSafeMutableArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BBADC06E6D4C88AC182796E5B8DA1DA /* QGVAPSafeMutableArray.m */; }; + 679F24E531949E0C0B4E48B53F65004E /* Pods-QXLiveDev-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9729C86379BFD05AFA85BB733D4EDC3A /* Pods-QXLiveDev-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67EC0D99708794A06B13F5D3010D8A43 /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 1548A51144B631CA1620EB28EAC62BF3 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 67F5A2765A04070308763000AF931FAA /* TUILogin.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCCCD8BC95F5E12FB275A7AAEDEBAB5 /* TUILogin.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67FB50A7B87A855D4FDE81CE941D784C /* SVGAParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 992A29A07C951FE03A65D7A128108FAB /* SVGAParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6818F170D6F8EDBBA1E59BC8A10F0476 /* NSNotificationCenter+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 20652EC403060AE5261E235762B4B8A1 /* NSNotificationCenter+YYAdd.m */; }; + 6819AA5CBCFF1076B6C794A360C846A4 /* LLComponentDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CE9CEAA6CAB82B9BF5F646F777D7810 /* LLComponentDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68226223027CEEF60F56083DABA3EF9A /* LLLocationMockRouteModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C984CABE0ECAD4B1C2DD8AEF46E162 /* LLLocationMockRouteModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 684922BAF5EC5925C2435734B168823D /* LLWindowManager+WidgetBorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C0FAD496903192EA3302475FE4A0B4 /* LLWindowManager+WidgetBorder.m */; }; 68599E2880B04894D8E9B70F9DE8BB85 /* TUIVoiceMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C47DEA2F80C17C505D5AAC5E478F6B5 /* TUIVoiceMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6879003AC185F4396AFDF1D15481332E /* QCloudUploadPartRequestRetryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9691B30D3B4374F39008FA6F52E5A2C3 /* QCloudUploadPartRequestRetryHandler.m */; }; 68BC799F9B06DE3C9FEC54A73AB6BD4C /* TUIMergeMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A31374D55373DC917D8C7C28A12DBF55 /* TUIMergeMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68BF13B636A783D4FE92044AD40637D4 /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = CB10776CAC78EE0A178699E752E508D2 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 68C08359D779CC9AE514C1C7A7BDD3D9 /* QCloudDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 609E9D1F03931271A88C6CEB7098D42E /* QCloudDomain.h */; settings = {ATTRIBUTES = (Public, ); }; }; 68C34D1A6BB6BED6E42B9116E9D32307 /* TUIOrderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F12E37CD50A416455E5182803128EF91 /* TUIOrderCell.m */; }; - 68D4A83EA695C463981E04DAD037064F /* mz_strm_split.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DDCB02354376548FCA283EA4CA38124 /* mz_strm_split.c */; }; - 68F5801A3661C79D70275BFC2EEFCE9F /* TZVideoEditedPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BE918035921F9F60C61DE5B61B27A36 /* TZVideoEditedPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68D4A83EA695C463981E04DAD037064F /* mz_strm_split.c in Sources */ = {isa = PBXBuildFile; fileRef = 5646C82332EFB09FB98491275AE3716A /* mz_strm_split.c */; }; + 68F5801A3661C79D70275BFC2EEFCE9F /* TZVideoEditedPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B0E3C24ADB113AE0BAE52A9E37904161 /* TZVideoEditedPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 68F9CE4DA0E714686E309DF0F130091A /* TUIGroupInfoDataProvider_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = D50B66BD78551E541F8416B9EFC9F935 /* TUIGroupInfoDataProvider_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6920E6B671ACED0AE40C2E06A304BE72 /* OSSURLRequestRetryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F4072CC0F5D9B263C667F94F5F71468 /* OSSURLRequestRetryHandler.m */; }; - 69345CBCB31076EBF8A2C5885AF973AB /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDC87DA0AFD4FF5C4C35065331B3A64 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6920E6B671ACED0AE40C2E06A304BE72 /* OSSURLRequestRetryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BBE6B09F912BD77C7F5CCB37FFABA6E /* OSSURLRequestRetryHandler.m */; }; + 69345CBCB31076EBF8A2C5885AF973AB /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D34B6C77B08DC36AC053202AA20391AA /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; 69488BB1CB24E3E6C25D6604F25501B2 /* TUIConversationListDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0F6C825A3F8EF9D021A0256D803FF8 /* TUIConversationListDataProvider.m */; }; - 694C2AE94A738B212CAD49FCD61B28BD /* QGVAPSafeMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F87C0D5F738CA610152A78F9E775A09 /* QGVAPSafeMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69574E08CF52AF3E444DA63ED59289F8 /* TZAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F859E2210DE47D702E8681BA4105ADD /* TZAssetCell.m */; }; - 6966C657096D926138408396AFF803BC /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 49165D3F80366D32186A3AAC57E6D8AC /* SDWebImageDownloaderRequestModifier.m */; }; - 696E54DA900982D3368EF867503A611C /* NSURLSession+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 63ECAA4E7DABBCB3BF783384C7808CC7 /* NSURLSession+LL_Network.m */; }; - 696F9EF2E1C5F714476DD9C47455D901 /* QCloudCustomLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 17A930B3262C6C80EA4BDDDAF7256495 /* QCloudCustomLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6997D9898E12375AE37F9BAC5B6E8F93 /* GPBUnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9736BB0BD4C1473F78EBB9198CC88F /* GPBUnknownFieldSet.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 6949FFF907354871855E3327DC640D6B /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = CD4B757A8FD80C698B7BE2665F0D00EC /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 694C2AE94A738B212CAD49FCD61B28BD /* QGVAPSafeMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = BE9DEAC10EBA529E0A6BF1ECA8CA1E4A /* QGVAPSafeMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69574E08CF52AF3E444DA63ED59289F8 /* TZAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE3595ADB9CEA594FE1B98054F89FE8 /* TZAssetCell.m */; }; + 6965D0C6B07FB35B4E680D0C0BBC8AD8 /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B4A6AF7EA8CABB97C72C51E81916135D /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 696E54DA900982D3368EF867503A611C /* NSURLSession+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 38F76D70DEFC59FA49CCFFA358C27C27 /* NSURLSession+LL_Network.m */; }; + 6997D9898E12375AE37F9BAC5B6E8F93 /* GPBUnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FEDED6A3DD6DC5CAF47581D1FBF3934 /* GPBUnknownFieldSet.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 69990EA2EF0DE2D5431D8763DD1A238E /* TUIGroupInfoDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A69EBE67FC175DD4A6E2DEA910A192A /* TUIGroupInfoDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69C7F46C0BE11E7A4AB0DF78D9F7F88E /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E86BC2B5D47B2EA61ED76887B7F31B53 /* AssetsLibrary.framework */; }; - 69CD1179D1B059FF0689FC46AC24DB7F /* QCloudNetEnv.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE282AC804A22DAA7883DDDBAED9BA9 /* QCloudNetEnv.m */; }; - 69D03F930D53E8D88A4BF3BAD834EC51 /* ForegroundReconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF553859C80B6935CE37CEFB4FDF6BC /* ForegroundReconnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69E353C99C6EEA3C93CCF2E526460B9D /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F56497042AE613CAC039F1626388B075 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69A2A1CDA28183DAE519F71BA1ED236E /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C93D4016AC6AB1CC8909CCFEBFA4697 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 69AFEEEEA05D52F072511B451639ADA9 /* QCloudHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 80848CED578A21B2F46165F3196F6299 /* QCloudHTTPRequest.m */; }; + 69D03F930D53E8D88A4BF3BAD834EC51 /* ForegroundReconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2989015E8525A495BE15CA626391903C /* ForegroundReconnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69E353C99C6EEA3C93CCF2E526460B9D /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = DF90558AE88F54D5E34706685780C5FE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; 69E6E79C0EDCBB9DD698A63C108B3283 /* TUIEmojiMeditorProtocolProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 429C498FC140988AC06E1E425259B971 /* TUIEmojiMeditorProtocolProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69EC3BDD4FCE1FB60FEAB52EC083F7D2 /* GPBDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC98E7919863935819A20E6D1D5194A /* GPBDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69F66E539C7611F1602ED11D183B04FA /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B797D80EB0169E30138FE4FBEE6B2DC6 /* UIView+WebCache.m */; }; - 6A068B7AC9B86601F4A3C14570F765D1 /* Pods-QXLiveDev-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9729C86379BFD05AFA85BB733D4EDC3A /* Pods-QXLiveDev-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69EC3BDD4FCE1FB60FEAB52EC083F7D2 /* GPBDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6EA90C684EEDF613BF8B939B9A8EC6 /* GPBDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A035D64CFEBF07B3DBE4C3B24DA7A64 /* YYImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D398C09B868E50AF9AFB4CED3594AF04 /* YYImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6A1D431426C1F472EC74855A1D6B713B /* AgoraLyricsScore-AgoraLyricsScoreBundle in Resources */ = {isa = PBXBuildFile; fileRef = 0C6AF30DA9F94BBA4AD5F3DA3FA30177 /* AgoraLyricsScore-AgoraLyricsScoreBundle */; }; - 6A1DEF211A2200E201B39E27EC240571 /* QCloudSimplePing.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4FB944E62FFF369A009D4F038B93D0 /* QCloudSimplePing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A20B578B254532A6495785EF99C9389 /* NSThread+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDD5696061F1DE17BF7AC794791280F /* NSThread+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A302204CCB4D93E8652FA6DF6452398 /* QCloudCustomSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F53B9667F1CFB1CC3C6E326A1E115A4 /* QCloudCustomSession.m */; }; - 6A3EF0DED7755F18C73D338341EF084D /* LLNetworkWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 7364939E951750D98837F0924A8F4788 /* LLNetworkWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A4C0518640F1FF5CB8024E732E9DF95 /* MKAnnotationView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A02006565CA489FA42F8C5D9F109547E /* MKAnnotationView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A633798C2E809315C6B0A370B54F4B8 /* UIView+WebCacheState.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCD650D6DF16F350F448384A3F516A8 /* UIView+WebCacheState.m */; }; + 6A20B578B254532A6495785EF99C9389 /* NSThread+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = CAE390223D69E70328F60D4039AE0BE3 /* NSThread+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A3EF0DED7755F18C73D338341EF084D /* LLNetworkWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB4FD202DF5CE97C9F288599C1BA839 /* LLNetworkWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A4C0518640F1FF5CB8024E732E9DF95 /* MKAnnotationView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 36F5679595177FA283159E2C29F0F6AD /* MKAnnotationView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6A6EC0083AFBE01A12B735B49C320BED /* TUILinkCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = C72D292DB0F13AF832A188C959882814 /* TUILinkCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A78A39A6B1CA7D9DA8ED7EE0DAA5E32 /* YBIBToastView.m in Sources */ = {isa = PBXBuildFile; fileRef = F879360912F8C4F6C238888A531D504D /* YBIBToastView.m */; }; - 6ABBBFEFE41857794BD89676505E3D68 /* LLMoveWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 14096887FCB0C95BE6DFBB7E9875B3B6 /* LLMoveWindow.m */; }; - 6AC6DB566533BB3C51FA22C7133A4977 /* IQNSArray+Sort.m in Sources */ = {isa = PBXBuildFile; fileRef = CAC3E9BA80100B1FFFDC3991654DC0A4 /* IQNSArray+Sort.m */; }; - 6AEB43F72496DBB501BC8D273B68AAD9 /* LLSandboxVideoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 717F62074FD5ED7DC4F2E508C7DE4CF9 /* LLSandboxVideoPreviewController.m */; }; - 6AECCF84CDE47BA91E241CF7E1BC63DC /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = A506CAE9E5DBB528A3DF2AC9A078EA8A /* SDImageCoderHelper.m */; }; - 6AF86223A35838A57BAEBAC263E3C2BF /* GPBWellKnownTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E76643658D7F1857836CE14A026C5F33 /* GPBWellKnownTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B248006F914EFA0501E626A11F73A06 /* YYTextWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = A8911AAD900EAE6EB0688BB3EB02E473 /* YYTextWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B30F8C285A71D17004807AA8FE56FC1 /* LLSettingViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD42879AC877B8E2953499A9703793E /* LLSettingViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B3E8858A02F2EEB75982ACD5A74F784 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 58242B008E957BED6CA7497F95558A88 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6B49D82DA4C3D450785E26F1DB6DA45E /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0845832E2D7B1438A2874E2A1281BE41 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6B672446128377B90C2F9D7B696FA117 /* LLAppInfoWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = BB719ECE2616F368FFEEB36F18BB403E /* LLAppInfoWindow.m */; }; - 6B6A8223FEB87A844F6B8C66454768CE /* GPBEmpty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C4AFCFC76BE581A67CA5B539B832BF3 /* GPBEmpty.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 6B6C4D3830AE8BA39A98D9C3DA028CB5 /* QGHWDMetalRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4E41152B130497D7FC307144BBB8C8 /* QGHWDMetalRenderer.m */; }; - 6B9D333C18DDBF4E7CC889F7FDE05EEA /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = A1745B555BE6350271185A52CE4044A3 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BA9664ED6E272AA3A45E3A6273AA1AE /* QCloudAbstractRequest_FakeRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C3E38BFE6C28CCF1198E02D9BB9FC3E7 /* QCloudAbstractRequest_FakeRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A78A39A6B1CA7D9DA8ED7EE0DAA5E32 /* YBIBToastView.m in Sources */ = {isa = PBXBuildFile; fileRef = CEE2BF6098D2533C599C15879FDF2B0B /* YBIBToastView.m */; }; + 6ABBBFEFE41857794BD89676505E3D68 /* LLMoveWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = FB6836BD6E53674005BDFC3C9C45405C /* LLMoveWindow.m */; }; + 6AC6DB566533BB3C51FA22C7133A4977 /* IQNSArray+Sort.m in Sources */ = {isa = PBXBuildFile; fileRef = C34FE0902266A0539422D40FDE9DBB99 /* IQNSArray+Sort.m */; }; + 6AEB43F72496DBB501BC8D273B68AAD9 /* LLSandboxVideoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 19FC145A314BB3D9DC7E9D2492C2198C /* LLSandboxVideoPreviewController.m */; }; + 6AF86223A35838A57BAEBAC263E3C2BF /* GPBWellKnownTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E923F3204DE1941CC91521059E0E42 /* GPBWellKnownTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B0F9FB4D81500B7DE84551E05217207 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC72E27F254FA3F0A236F1ED8FB49B1F /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 6B248006F914EFA0501E626A11F73A06 /* YYTextWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = A4440A39D39E9C40D1D45680FC06ACA3 /* YYTextWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B30F8C285A71D17004807AA8FE56FC1 /* LLSettingViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B0550A0C8314A129087C72403494781 /* LLSettingViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B47AC68EFDC6ADDB0E785F91C06ECE7 /* XHLaunchAdButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B8B25735471B6401B94EDCE7111563B2 /* XHLaunchAdButton.m */; }; + 6B672446128377B90C2F9D7B696FA117 /* LLAppInfoWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 497A7986204136C0C0620A9CECD72CE7 /* LLAppInfoWindow.m */; }; + 6B6A8223FEB87A844F6B8C66454768CE /* GPBEmpty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 551916E0BBF2612657335B201183F9A6 /* GPBEmpty.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 6B6C4D3830AE8BA39A98D9C3DA028CB5 /* QGHWDMetalRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = A4E705F68A9FF37860D269FAB01E29B5 /* QGHWDMetalRenderer.m */; }; + 6B9D333C18DDBF4E7CC889F7FDE05EEA /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A4E6E0414A154A154C336818BDD963E /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6BB419E1BD86AB9E872B267E39C6A95B /* TUIGroupProfileCardViewCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 023D55EDE59D8FD17C30CE0AE38C4A73 /* TUIGroupProfileCardViewCell_Minimalist.m */; }; - 6BB6A1057882847ACA0A03D528AE55FD /* LLFilterDateView.h in Headers */ = {isa = PBXBuildFile; fileRef = D5BC3CEAB5F801AEBB63F7AA9BD258BC /* LLFilterDateView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BB773BF5C46BD4299C553634671883B /* LLHtmlComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C0FEDCED2F0A3D817915379F808E910 /* LLHtmlComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BBA934D523E97B9F3288060F353A9F9 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 8622D12E0AC31FB3A85CD6DC41378BBB /* SDAnimatedImageRep.m */; }; - 6BDA1B0E096052D9E723EA8F9E059128 /* QCloudBundlePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ECB13CEA7C57C83436F9B033C82B395 /* QCloudBundlePath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BE5013D32EF4E1BD43C55E6A8761F7C /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C9ED034EF0A7164FDED8ADC512A418CF /* SDDiskCache.m */; }; - 6BE86A0FFB0D69C6098CC75E1FB4E8B5 /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E047C31AC9937B895EB741CA05F233C9 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BF5DB46D42D8B9D536C870EC77BF4A3 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 26368630C638E71A8C20C6B148A0EDFF /* JXCategoryIndicatorBallView.m */; }; + 6BB6A1057882847ACA0A03D528AE55FD /* LLFilterDateView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1256B7C424EE5D991898BC713190DD8E /* LLFilterDateView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6BB773BF5C46BD4299C553634671883B /* LLHtmlComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3DFA59E652C1A14AA4531C35AB8B91 /* LLHtmlComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6BCB8FCE0F3B924E7EFAC878C66FADCE /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6635367B857AFEC133F9EA8B14303F /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6BE86A0FFB0D69C6098CC75E1FB4E8B5 /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A498F1C03966E9CE63128B97D90F97C9 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6BF5DB46D42D8B9D536C870EC77BF4A3 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BAF54B21CD5B4708E63FF00A9EAA8C6 /* JXCategoryIndicatorBallView.m */; }; 6BFF443EA44D1606F749AB57CFC0DB3B /* TUIConversationListControllerListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 697273E2F02FF6EBD0321D2849D4F080 /* TUIConversationListControllerListener.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C1D20060FEFADC6C5F4FC31729586D1 /* Pods-QXLive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76262613319C32AD3942999FD973732D /* Pods-QXLive-dummy.m */; }; - 6C4D829A14966677A79ECCE581BCF4B1 /* CALayer+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = EA259811A5E4EDBD31B8E485315ABC4E /* CALayer+YYWebImage.m */; }; + 6C4D829A14966677A79ECCE581BCF4B1 /* CALayer+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 84D585338203A6A39F78FB54AB49677C /* CALayer+YYWebImage.m */; }; 6C5358C4272E66F685220822ED401DA5 /* TUIEvaluationCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EE5F4CBCDAA09ACB04423969186AFDC /* TUIEvaluationCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C5D3C3A24638B6EC36F689D7A17E5CA /* LLNetworkViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC0C6B6E0A89084D9A0A49FF21876E6 /* LLNetworkViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C75B663D3FDDE600E99AE52B2376DD9 /* LLFunctionItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = F78F91426E25BBB81A7AA64843C1EE73 /* LLFunctionItemView.m */; }; - 6C76DB1B99B98C951F687DE80FE6F463 /* JXPagerListRefreshView.m in Sources */ = {isa = PBXBuildFile; fileRef = 03E7148680D2B5CA0145A90368880BDC /* JXPagerListRefreshView.m */; }; - 6C85CA8D99E50C137D056B6057DAC58A /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = B656772A40F6C7D8AA8B172EE33D1AD1 /* UIRefreshControl+AFNetworking.m */; }; - 6CA0B4A9E7B2957063163BC673F355CD /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE31962E6DAEF6C1F5352D7020EAD0A /* AFAutoPurgingImageCache.m */; }; - 6CD51DF837C81F43946E2844D2CB469D /* SVGAPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEA4A82EF6A095428C4B800C30E39E9 /* SVGAPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CDF8868E74A81F2E65AC1D71D1BA83F /* TUIThemeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC3C76B119B8122DE10E41DE6041FE3 /* TUIThemeManager.m */; }; - 6D108FBC1DAEC25B9AECAD5F50C9F0A0 /* LLLocationHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C8304300FD1039B39260B05ED122B9 /* LLLocationHelper.m */; }; + 6C5D3C3A24638B6EC36F689D7A17E5CA /* LLNetworkViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A78643B181A67CB837FACDD345DE8F55 /* LLNetworkViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C75B663D3FDDE600E99AE52B2376DD9 /* LLFunctionItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = D1D8AD257368A1D26252F26574407735 /* LLFunctionItemView.m */; }; + 6C76DB1B99B98C951F687DE80FE6F463 /* JXPagerListRefreshView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E6DDDC7BE3CE9F9ACCE17E07BDC7B25 /* JXPagerListRefreshView.m */; }; + 6C85CA8D99E50C137D056B6057DAC58A /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 08DFFCBCAC25E96CCC85BB0D1AEDACD1 /* UIRefreshControl+AFNetworking.m */; }; + 6CA0B4A9E7B2957063163BC673F355CD /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 244BAE4D5B5EE388A63BB05B843B58DF /* AFAutoPurgingImageCache.m */; }; + 6CD51DF837C81F43946E2844D2CB469D /* SVGAPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E4A577A5552E7210C25D8550639A1A9 /* SVGAPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D108FBC1DAEC25B9AECAD5F50C9F0A0 /* LLLocationHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0660155C206C46E9FCFFC2C31208B850 /* LLLocationHelper.m */; }; 6D1358AD1011A4B260C35642A7F69E29 /* TUIGroupAvatar+Helper.h in Headers */ = {isa = PBXBuildFile; fileRef = 596A448FC3F3C4E51638D0260C886117 /* TUIGroupAvatar+Helper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D1B592AD61E756221D8421042BB5B4E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; 6D2B0C8509C0F96F7E0B4049A6488DC7 /* TUILinkCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = E0E23643E0E4AA188287E0327F1E7B99 /* TUILinkCellData.m */; }; - 6D316F209F073EEEC9898B2DED020AF8 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = A5387796E0AB3060099C77C202AFD119 /* RACChannel.m */; }; - 6D322F82AEA4271AED1426C85D888C8A /* OSSClient.h in Headers */ = {isa = PBXBuildFile; fileRef = DDE6B5003C19BEF91575545DF64F29EF /* OSSClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D316F209F073EEEC9898B2DED020AF8 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C332218B604419EECE39E7E23B861F1 /* RACChannel.m */; }; + 6D322F82AEA4271AED1426C85D888C8A /* OSSClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CCBB50E308DED6FE2E641C6C36BD3A74 /* OSSClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6D449C6D6A8653502BA8F84CB85B3016 /* TUIEvaluationCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = F4077AC83D41ACA6D4A53F6E2411189C /* TUIEvaluationCell_Minimalist.m */; }; 6D46D300C60B662768820DBB25BF1AC6 /* TUIBaseChatViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = D732251049C4356EF790CD35AA9721E9 /* TUIBaseChatViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D86CFCB0E2EE91A6C171A8B087BB145 /* QCloudCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D0835A5D318BFF6B0D82EBEE3D2D88A /* QCloudCredential.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D9949D8FE86A2D522CB6C880B8E63CD /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A7B0A3711DFEF20A9200906048461419 /* NSString+RACKeyPathUtilities.m */; }; - 6DA46E3C215092BBB681AB0BC661105B /* GPBRootObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1836FF8EE9E132C2D0C9EDF864335D28 /* GPBRootObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 6D78BFD8D2F41A8159EA1BFB46EDF03D /* Pods-QXLiveDev-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D879B4B770AFB9F4F0DE858C92DC7B8C /* Pods-QXLiveDev-dummy.m */; }; + 6D9949D8FE86A2D522CB6C880B8E63CD /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = CD9B3D009399D38ED8B7CFF4FB5946AF /* NSString+RACKeyPathUtilities.m */; }; + 6DA46E3C215092BBB681AB0BC661105B /* GPBRootObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 793AD971C8FB5F9A5D4EF7321C6107A0 /* GPBRootObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 6DAC6A4E7EA1C5AF61E070AB2A5ADB1D /* TUIChatMediaSendingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10279ACCBD6A903BF072BD7AE13ECB59 /* TUIChatMediaSendingManager.m */; }; - 6DE4EF429E51202F0D58FFC6BA0A929C /* YBIBDataProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8F9D4DF79C6BECDCA1C9D14D27DFE5 /* YBIBDataProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DE6C7F0FA965828E4FCE687BF75FBBE /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7757F8AD39EE1F7BEC579DFBAF1158 /* MJRefreshAutoNormalFooter.m */; }; - 6E70FD36C8727B07CE2E1E33A67485F8 /* ReconnectTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7109D7C673C3E8233DB1A7DC6E8D0584 /* ReconnectTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E7883A08CD5E58BBA3D50FA6E30018C /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E9E9A8D313D4EA9E98CFC88D6D56F1F7 /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6ED9361FA6CA71AFD17110377B365FE5 /* Zip-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BE696AE898CF859D435CA3561473095 /* Zip-dummy.m */; }; - 6F08947648A52913443FB255BD96B1C0 /* ScoringMachineProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A06F429023166DF8CFD2725B77474946 /* ScoringMachineProtocol.swift */; }; - 6F4B91B36573316E375BFA522A631C01 /* LLScreenshotImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC0FF9EE0A770F4B320B20B34F9A137 /* LLScreenshotImageView.m */; }; - 6F64E93638A47888B45943CFC35CFC57 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = FC546A86D11DA54EAC73A615369C28E5 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6F75FDB9BE37C9A8473F97B1696B5D09 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F1CAB64DE99CAFFF7F8C0DCE41285AF /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DBDFBABCDEADA2E543721297A55A108 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 909D886187D9A3C2ED73F61F3D7036D0 /* SDWebImageIndicator.m */; }; + 6DE4EF429E51202F0D58FFC6BA0A929C /* YBIBDataProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D9E5C35F819B330F9D8262163E4A70 /* YBIBDataProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DE6C7F0FA965828E4FCE687BF75FBBE /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = CFA6DF52BBD441D18215E4B91D0A5AF2 /* MJRefreshAutoNormalFooter.m */; }; + 6E02AFA54478F9BA985CD410E2A509E6 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5EE32F2481AAD4930070F416979A09F /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6E5069963D2A54A049898E9F09C18149 /* XHLaunchAdImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC416085EB470C3FC1774652EC78EC2 /* XHLaunchAdImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E70FD36C8727B07CE2E1E33A67485F8 /* ReconnectTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DE85BEB62CB1E664383CFA3372D439 /* ReconnectTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F08947648A52913443FB255BD96B1C0 /* ScoringMachineProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF1793482C2FF83EF30DD95254C87D0 /* ScoringMachineProtocol.swift */; }; + 6F4B91B36573316E375BFA522A631C01 /* LLScreenshotImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F77C6F11D30A137163F44156CAE366C /* LLScreenshotImageView.m */; }; + 6F75FDB9BE37C9A8473F97B1696B5D09 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9578342438FED19B055ABC3F07F0B4DD /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6F8052CDC510A9FA8E09C52E745A73EA /* TUIMergeMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A898A1F98A4CEE76C7DAF5EFB8D668AE /* TUIMergeMessageCell.m */; }; - 6F8DD4AE1698B4D8D2AF418BC372ECD7 /* LLLocationProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D33508649AF468E5AD20E17489CB50D7 /* LLLocationProxy.m */; }; - 6F96A74F2CBC73404C688B3F83D59713 /* LLNetworkModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 89799A51AC5B8D27444B63A0C708C748 /* LLNetworkModel.m */; }; + 6F8DD4AE1698B4D8D2AF418BC372ECD7 /* LLLocationProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA9632425E1D0BF20F2F54C565736D5 /* LLLocationProxy.m */; }; + 6F96A74F2CBC73404C688B3F83D59713 /* LLNetworkModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1871AD55AA72CD1FF8E4699DBD0A3C24 /* LLNetworkModel.m */; }; 6FA6E1A236677649A716D74F68622981 /* TUIChatModifyMessageHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 56165F19F48355B3A9D8272D215A7ECA /* TUIChatModifyMessageHelper.m */; }; - 6FCC2779FC1EC3542EA841DBA6D6A020 /* SVGAContentLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 00361D09259A98437F9FB0940187B976 /* SVGAContentLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FD7C5AF4A486D9E525511FE07CAF8B7 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = FF984B47225FDD7DAA2D4DC89C5888D1 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6FE816BA0121CA266A00B3E7D039704A /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = DA665001896216EC56E38F8B6CF9C11A /* SDWebImageError.m */; }; - 6FEF81EACFB8290E4C8D0213007FC4CF /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 70C81FC71834B1E177BFF9B4EC6BB164 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 700BA5C6D7BFE8251E95B6AAC1AEADE7 /* IQTitleBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CD2F32CCB6620DC2E4DA0B0CFD85C26 /* IQTitleBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 700D2AA3341495AA0C40F375FA521AE3 /* Algorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = B194DDC27110CF95EA56034870715C28 /* Algorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 700FA5A022E904AAAC9AE7433005CC9E /* TUIWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27AC6C179096FE28CA4BDABA8BD92E8B /* TUIWeakProxy.m */; }; + 6FCC2779FC1EC3542EA841DBA6D6A020 /* SVGAContentLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62458B398092945853F7E1EAF2C80C3D /* SVGAContentLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6FED57ADAE16FD6E71578E7A690B9593 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F33ECEBE4B79517F7DADFD0C882148D /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FF4C8B4BACCC2BF7371E31FF125582A /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = B9621607319847B2372F6727449090E4 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 700BA5C6D7BFE8251E95B6AAC1AEADE7 /* IQTitleBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 554F35B3E857ED7DAD19B5606BC444FA /* IQTitleBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 700D2AA3341495AA0C40F375FA521AE3 /* Algorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 57E9EB389CAA3C61F9BEA02DD1F21761 /* Algorithm.h */; settings = {ATTRIBUTES = (Public, ); }; }; 701A3F3D3DEC904D982C441C8CEFD862 /* TUIGroupCreatedCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 36DE87FF6645F02EEFF37D59E5E14782 /* TUIGroupCreatedCell.m */; }; 7026E3B8D604AAE8706F144780D12805 /* TUIChatTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 57171897BF23802237A3E9001B7E18AA /* TUIChatTheme.bundle */; }; 702AC46F22553515868C3503B2E3C801 /* TUIReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = A645E24534632E87180C3CCA874F4617 /* TUIReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 703ECE43B05C08DBA32F0230A6499002 /* LLEntryBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = A42C1E5895862D601588313E8542EBAF /* LLEntryBallView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70430F1702D1FC67235FA9E43082F308 /* MQTTClient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D35A74BC801A1B8AECF7D12EC6B801A /* MQTTClient-dummy.m */; }; - 70815FC79FDB744FFF97A06395448785 /* QCloudCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF0ED2E06CBE14491AF9FD14CEF3B9C /* QCloudCore-dummy.m */; }; - 709737A62E97CE253F789CE99572A618 /* sharpyuv_csp.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A33D6AE6F352803CE3BA0C735F26B8 /* sharpyuv_csp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 703ECE43B05C08DBA32F0230A6499002 /* LLEntryBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1123851B75BC7871845158CC384C2C65 /* LLEntryBallView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70430F1702D1FC67235FA9E43082F308 /* MQTTClient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DA7075880D1AE49F7A94BB35669AD6D /* MQTTClient-dummy.m */; }; + 707BEFF158DB54A98CE321726DD0266B /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 07E8C5901437CD1895415D331CB54CA8 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 70B71BF1BB330FDD2D86CD79B42EB4C0 /* TUIChatSmallTongueView.m in Sources */ = {isa = PBXBuildFile; fileRef = 097BDE3C52C3D1AE8C9BCF151AF6B916 /* TUIChatSmallTongueView.m */; }; - 70C09375972CB0DAB150A6D09C59192E /* QCloudCRC64.h in Headers */ = {isa = PBXBuildFile; fileRef = CF932E20F871204E5F07D3F80869C5D2 /* QCloudCRC64.h */; settings = {ATTRIBUTES = (Public, ); }; }; 70C4386508EAE757F78E9C670CEEEDCC /* TUIInputController.m in Sources */ = {isa = PBXBuildFile; fileRef = 075273255B28474D75A23BB975D8C328 /* TUIInputController.m */; }; - 70D30BC7134E3C8006BF0B6A4B438057 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C687B8148F1910B4B648C64A6CD3D439 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70D30BC7134E3C8006BF0B6A4B438057 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = CB05C58F0F3CFB6BFB7A0BB44D1CE0C3 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70FF0EA400A823563088AA6A9910900A /* QCloudFakeRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 47F357AF00FC7576DE9528EE2BA30ADF /* QCloudFakeRequestOperation.m */; }; + 713EA2326471A0409A1A0547359C0D0D /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = E00F7B5F49820A9BBAB268D039DA9A78 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; 713F3DC7E2641FD6011F7F2E5D0FE8DF /* TUIGroupButtonCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C6BA2EAE69D5409D69FE263D35D857 /* TUIGroupButtonCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 714725E5241E03E450DE7ED348C9571D /* palette.c in Sources */ = {isa = PBXBuildFile; fileRef = 52092A47EA18055A335CCB505FBAFEA6 /* palette.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 714C4922358E7AFA7FD165FFBAA66857 /* TUIMenuView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E278A72C5A9C2D21BB5D9F3048E9A42E /* TUIMenuView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 717B980E4FEBC45C8AFB72B4120863CE /* LLSandboxComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F590BBB5D9F172B6653BAC35659B091 /* LLSandboxComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 717FC822FF16749466A2172AB9AFCD1F /* LLDetailTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 09760E5EB41613DDC7A05531DBBDA368 /* LLDetailTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7185A42E15D6976BB75CE30CC2F1AB27 /* LLBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CBEEFD035534375E98070CD9DE605D /* LLBaseTableViewCell.m */; }; + 717B980E4FEBC45C8AFB72B4120863CE /* LLSandboxComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E25EA65C236B7DC815DB7E6D4006BE91 /* LLSandboxComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 717FC822FF16749466A2172AB9AFCD1F /* LLDetailTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 70141C6FBA3C4BAB742517EA2DF8DB78 /* LLDetailTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7185A42E15D6976BB75CE30CC2F1AB27 /* LLBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FB0FC04EBC824D136802F961E8CA8535 /* LLBaseTableViewCell.m */; }; 719130525E68E25CBFC0A35AECA872B5 /* TUILinkCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0854CB819A7BC2D7A3E86A617F440667 /* TUILinkCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71A2319149C6FB9385A5D576E22193BF /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E968C43C6B5C68801618FF48203921 /* SDWebImageOptionsProcessor.m */; }; - 71A3CB6802680B30A5E2F7AB8ADC8525 /* LLLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = E4ED40F5B60870AF9B51CE353E178560 /* LLLocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71A9A14223B711ED398479921B0D099B /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F194C96E1870C5F8EB7568160A0893 /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 71E92A551D9B8876966D69F6ECF474E4 /* AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E41F889305B064BE18B2188D743011A /* AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71EAC39ECE811EF6055082B72C82D7EE /* YYWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1091026C99A74FE986F2EF251172CD33 /* YYWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72160AA9CC58A895FB054E68E49176E9 /* BRTextPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F6FF641EABEE4CC560B92FEB7DAFB1D /* BRTextPickerView.m */; }; - 72167B3ACAA1D8DB0200C37E5C703957 /* OSSIPv6Adapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 923D56204C8878303AE2C6359922DB30 /* OSSIPv6Adapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71A3CB6802680B30A5E2F7AB8ADC8525 /* LLLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5CEB0F485F6C71237FE806F103F1B7 /* LLLocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71A9A14223B711ED398479921B0D099B /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = C971E7162753EB851D0D620CF42BE300 /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 71BE1C4EADE7104CA2571D8273708B91 /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = AF0FF34FE7B4418A010171508A83B28B /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71CC9626CAE782C4B6F34E17900FE6C9 /* QCloudFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFAA782E3F322A517B9CB47ED6AEF0C /* QCloudFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71CD92E73E3167E892616122EE1C1DEA /* XHLaunchAdImageView+XHLaunchAdCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E471080B378DA56C5AEF2FC92E3A2A /* XHLaunchAdImageView+XHLaunchAdCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71E92A551D9B8876966D69F6ECF474E4 /* AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C1B82B2FF690B31838020F663C79651B /* AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71EAC39ECE811EF6055082B72C82D7EE /* YYWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 16801DF98DAFAF0AEF11C0F987F9526E /* YYWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72148D7D21BF9A00D3B9F919C2875114 /* QCloudFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DFC7B9B96C7DF98CA4E9C5C18C3909B1 /* QCloudFileLogger.m */; }; + 72160AA9CC58A895FB054E68E49176E9 /* BRTextPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 595BB594D9A118159BA3E9186A48B961 /* BRTextPickerView.m */; }; + 72167B3ACAA1D8DB0200C37E5C703957 /* OSSIPv6Adapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C36F8E2002FACC1EEFAB0BE362712C /* OSSIPv6Adapter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 72180965014417931596827BAB3D886D /* TUIFileViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 97F2D1E98D2FAE9D3412F765A459F06E /* TUIFileViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 722707D1ED96DB4C9176CAFD10D0F6A9 /* LLLogViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 125A95325D9860E01937012FD3C0E317 /* LLLogViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 723CA7FCC548B5CD95356ACAC76567CC /* UIApplication+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = AF508AC4AAFFCA0A0D366655A7F75716 /* UIApplication+YYAdd.m */; }; - 723D1925C39764631641D0DBFDF6833B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 72493549A72116EBF5CAF735CD0AEA80 /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2571385A0C05CA8746E0F28D50C41727 /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 724991CA89C46BAFBC08264D94D86484 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = DF350F198EB9F6AD1C0396C161228699 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 726A9E27FE628AF66FEAFB214BA85BBF /* QCloudCOSXMLService+Transfer.m in Sources */ = {isa = PBXBuildFile; fileRef = F5894517989EB369276CA7F97CC83FC6 /* QCloudCOSXMLService+Transfer.m */; }; - 729E155AEAF77A9C8400F4B45E3907C9 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = F15F91872233EE8EE0F3E443277151FD /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72AE6D5A79C2CC6D5E6578F9644C654B /* UIAlertView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C571E11B7B5B9801B361197A15449E6 /* UIAlertView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72BA548A669602BC74B7343EA578B093 /* QCloudSignatureFields.m in Sources */ = {isa = PBXBuildFile; fileRef = E52791FE967A9ACA6B4451CFA4F19E67 /* QCloudSignatureFields.m */; }; + 722707D1ED96DB4C9176CAFD10D0F6A9 /* LLLogViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DA897AF15BF53F868EB27EB909EEF53F /* LLLogViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 723CA7FCC548B5CD95356ACAC76567CC /* UIApplication+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A089FB6CFC8D38D36350B69ACEFDF8 /* UIApplication+YYAdd.m */; }; + 723D1925C39764631641D0DBFDF6833B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 72493549A72116EBF5CAF735CD0AEA80 /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 82AF59E660C243F70F7F419536EF9C70 /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 724991CA89C46BAFBC08264D94D86484 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BBF655B2CF6F717B10C834444E0E6A9 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 726A9E27FE628AF66FEAFB214BA85BBF /* QCloudCOSXMLService+Transfer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E309CCF4F1C1CCA2213D00D3B23B5BE /* QCloudCOSXMLService+Transfer.m */; }; + 72AE6D5A79C2CC6D5E6578F9644C654B /* UIAlertView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D104050DB47F1B14B74410E1440EE9 /* UIAlertView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 72C90CC9265C6A3F445870FEE1FCF211 /* TUIChatConfig_Classic.h in Headers */ = {isa = PBXBuildFile; fileRef = EFE9FBC8AF21EE2EC58B8D593E34DCCA /* TUIChatConfig_Classic.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72FAF4A4B46F576A71DA02698201BB66 /* QCloudRequestData.m in Sources */ = {isa = PBXBuildFile; fileRef = 76DF1335C12134B1D7D445AAE9364DAD /* QCloudRequestData.m */; }; - 7302081073BB5F70009CCAE3FA849EDB /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 508B43E63B65B3D5ECB9245286302F94 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 733238ED74C5AD541868E734A784C59C /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD3E84946F04BBCF27D92779CED252D /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73484D39A92E83DF9E2B56D524ECA9C5 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = DC8A31E600A792A21E14A87D62727918 /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73574D4AAB1219ED412B3D2A6D1E321F /* UIStepper+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3455D83AE2F566E310C187F75E25A1F0 /* UIStepper+RACSignalSupport.m */; }; - 735E48D045A2351D2C05AAE959D686F6 /* NSString+TUIUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C1FA8898FB04920C5245AF177B91318 /* NSString+TUIUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 736BA760F45642E224EF0ABB98D2EA0F /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = F8B5C907C3551E990641F7F8B0FC68DF /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 736C021BF1B69ED50AB6A3C7B441E707 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 37A171C91C19D0F12C6EC7F0FFF8E15C /* NSImage+Compatibility.m */; }; - 73761DFBB402E1C150A8237B85E2C388 /* QGVAPMetalShaderFunctionLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = E31A240DEFB4EFD2B4D01DD7117E0034 /* QGVAPMetalShaderFunctionLoader.m */; }; - 739C6E58EBED9811DD2CB09D5DDD395D /* LLBaseWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = FDBBD150506DF18C3C4A93C10F2BF49A /* LLBaseWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73A204F8708E7FE3A157ADEF23C83C6E /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0671A8AABCD30AB3C728D93F82BF615D /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 73A3B205538A1FA2D9374664C59CE675 /* LLHierarchyPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8599F350D9B61D88A495344D7BAE052F /* LLHierarchyPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73A70EE2C9C9FC76C6495945F3F0DC4D /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = D88D0F77FB238D4E662C9AE23CAEBE88 /* RACDisposable.m */; }; - 73B39372537468BCBF5E31E3DF33DAFE /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F633B22245CDEE9BF987758E3B74BC62 /* Extensions.swift */; }; - 73FAF334D0F6B011C1E224FAE259058B /* LLHtmlWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = FDEA4EE17B8435E1A244FF956F57DC6F /* LLHtmlWindow.m */; }; - 74304F2FDD7CA6537E42152D77DC7CFE /* QCloudXMLWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = C9330057B71F140B37BC9E00042B60E8 /* QCloudXMLWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 732E38EA02CCE42534385744626FEDC5 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 0ECD601AEA2272CC0D953A269B4709BC /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 733238ED74C5AD541868E734A784C59C /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D34B963599D9ABD9F4BFCB81F2B648F /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73484D39A92E83DF9E2B56D524ECA9C5 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ADDA65558D4B72710559DC77F81E6A1 /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73574D4AAB1219ED412B3D2A6D1E321F /* UIStepper+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD2E7529C7B101E04241E64889EF596 /* UIStepper+RACSignalSupport.m */; }; + 736BA760F45642E224EF0ABB98D2EA0F /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = AE01DC12C5724AFB4DC860F489B3A0EC /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73761DFBB402E1C150A8237B85E2C388 /* QGVAPMetalShaderFunctionLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 901D1470FCA501EF999FBEDED6D42BF9 /* QGVAPMetalShaderFunctionLoader.m */; }; + 739C6E58EBED9811DD2CB09D5DDD395D /* LLBaseWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 593F14FE832A3AB53B75FEB2D99FA8AF /* LLBaseWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73A3B205538A1FA2D9374664C59CE675 /* LLHierarchyPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B2F6BA944E4926AC0BFACBEF62838CE /* LLHierarchyPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73A70EE2C9C9FC76C6495945F3F0DC4D /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = C6B2B41C696D66D3CAC7078B154DC6A0 /* RACDisposable.m */; }; + 73B39372537468BCBF5E31E3DF33DAFE /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E0C6B3241A3FB72ED4F1BBD497FD0C8 /* Extensions.swift */; }; + 73FAF334D0F6B011C1E224FAE259058B /* LLHtmlWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 89FD15BEF196B47D72F9023F1B953A3D /* LLHtmlWindow.m */; }; + 7435C4A4167847EBFA9CDB4F501A73F0 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E08D1DBE7495F22842F1701D8D62A9AD /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7440E8E3D276DC6383BE3605B562218D /* TUIMessageMultiChooseView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B4ADC737778C3DF692D1D36ADBD520 /* TUIMessageMultiChooseView_Minimalist.m */; }; - 7442EEDA7CE62EF544CD7321040BA9A4 /* LLAppInfoHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D15502E1716B21DCCC2DDCE7702BD7 /* LLAppInfoHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7446118BBD505AECEB81964A568D4810 /* LLFunctionComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFFA0142D3AF6787B89DBC210C2CA48 /* LLFunctionComponent.m */; }; - 7447871F0A78341BEF69CD1570BD83DB /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 493CC25D5A1C1722BB3C9A944434F6C3 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 745888CF2B6BE4268572D66CD35A780A /* LLLocationMockRouteModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AC603A19274FB2CD8196100E3288674E /* LLLocationMockRouteModel.m */; }; - 74935C36A0E389324C1B458BAF7E0659 /* LLConvenientScreenshotComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 551DC510725AD8CDD655B3EC5477A0F9 /* LLConvenientScreenshotComponent.m */; }; - 74972CE2B8760849ADCE77A57DB2592E /* YYTextWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = C633EFE05B75BEC4A82E1ED5B47B3D8A /* YYTextWeakProxy.m */; }; - 749B3AEC52C395FB4A285D58722B9003 /* YYWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E0E37B6DB572C1BF483998D840C12C /* YYWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74A1D7E7F7B02CDB2AF01FDF5071C294 /* QCloudCOSXML-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4F830C97D11D657F4F6538BBE7369A /* QCloudCOSXML-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74A4AC633DE642003A765C931FD66450 /* LLTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BB980D9D90D607350408E38B8BBE7208 /* LLTitleCellModel.m */; }; - 74AA724E12CE5E78D796C3D18B4F81D0 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = D0A9B55B2A4B78892B247E467A229EE2 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 74B2FF1F10268B4E26E3D51B4C02C4D0 /* UIImage+QCloudBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = D49D69CC1463B9E1441DB8EF597C49CC /* UIImage+QCloudBundle.m */; }; + 7442EEDA7CE62EF544CD7321040BA9A4 /* LLAppInfoHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFFE44AF25BCF25C73DF9A0063B204A /* LLAppInfoHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7446118BBD505AECEB81964A568D4810 /* LLFunctionComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 980B4A4064C213D32757D482D85407B5 /* LLFunctionComponent.m */; }; + 745888CF2B6BE4268572D66CD35A780A /* LLLocationMockRouteModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 34D93C9297328610ACF27876CF33736A /* LLLocationMockRouteModel.m */; }; + 74935C36A0E389324C1B458BAF7E0659 /* LLConvenientScreenshotComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F50D60D3D3BC6FBDCB479C1FD7DDB0 /* LLConvenientScreenshotComponent.m */; }; + 74972CE2B8760849ADCE77A57DB2592E /* YYTextWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C168E30D50F68F142B5F6485468A2BD /* YYTextWeakProxy.m */; }; + 749B3AEC52C395FB4A285D58722B9003 /* YYWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F6889DAF4814F2E7CC67BA61338D46DF /* YYWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74A1D7E7F7B02CDB2AF01FDF5071C294 /* QCloudCOSXML-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 70F803E2CFDCFDED1FC0BEDB9AE7C0C2 /* QCloudCOSXML-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74A4AC633DE642003A765C931FD66450 /* LLTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F51C46DACE08F4E9EB6899BE7E96C3A /* LLTitleCellModel.m */; }; + 74B836D4446AFBC0209DC2746067CB09 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D12729993F980B7DABEF1333001B1BD /* SDWebImageDownloaderRequestModifier.m */; }; 74BAE2AA54BF9B40F3E8F8BB44FD7CD9 /* TUIGroupCreatedCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9540DF32823F25B245A8907FFFF8A2F2 /* TUIGroupCreatedCellData.m */; }; - 74C05160B5A5A7EF619C6CB6254ABA4D /* QCloudLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FD308BDEE243E3EC2366E129D50B0677 /* QCloudLogManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7525CD9ACBD7A3929A22A8205F0F7C9B /* LLShortCutHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 277D448F043FB38680AA53C9B0ADABEA /* LLShortCutHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7535B55D5E8C735348A02D7F21F9847F /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A5B624A70D4735B79D27A4C5B4DA64AA /* ImageIO.framework */; }; - 753BAB4780145D4FD3E7102F732B1A93 /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 41E51DB94A6FC8A936BBD0B77CE55ED9 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 75408D52A812FECC84C6FB7FF7C442F7 /* NSNumber+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F913DD8E9D1DD23E75D985A632219C8 /* NSNumber+YYAdd.m */; }; - 7583A012358AB4438A81CB42CEE752C4 /* QCloudInitiateMultipartUploadRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 588895FF1346486ECBAEE86B9986F26B /* QCloudInitiateMultipartUploadRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75DAF68EAA2C4C31478EDA2DC2D57455 /* YYCategories-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10273522C8A8B06633A16F79AF185B74 /* YYCategories-dummy.m */; }; - 75EC55920863EB9A75494F58C0027C1F /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 914BEA483726676393D445DE4DE45FB1 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7672F2589A19B825C819AA69A1DB0DF3 /* YYTextAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA8BFCEB35290D7C7990DBCB1E7DC3F /* YYTextAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 769362AA95ABC83ACBFE62E1AE8A10A0 /* LLNoneCopyTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2CFA9D9A2F4A02CAF3C1151D76BA55 /* LLNoneCopyTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 769479819CB1D9EFF16BE98CE317AFF3 /* LLNetworkImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB782AC7C00029CE68CCBD575FF72B7 /* LLNetworkImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76A7CE65CD0FEF5877BE1B366E73CD16 /* NSDate+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 79197E9742FC7ACA3F513F5B1C3E9ADE /* NSDate+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74C05160B5A5A7EF619C6CB6254ABA4D /* QCloudLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60EB191E84F31193E95946A594165875 /* QCloudLogManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74EC40E88045252275928A43856FB7E8 /* TUIDarkModel.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3AFEB67175C77D974F0ADF335962C8 /* TUIDarkModel.m */; }; + 74FF9FAC36CCC99BD143E4EC65FC78B8 /* UIDevice+QCloudFCUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = A993955CA425BF80202897DBEE118F45 /* UIDevice+QCloudFCUUID.m */; }; + 751A18071AB96D7D103DA8680BFCB9DA /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A41D55F347D34F740A49E21F4723E93 /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 751EC0577741752CCBEBF284D6DC5086 /* TUICore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D24D29E7D2DC3A953C99CBAC81B6CB8 /* TUICore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7525CD9ACBD7A3929A22A8205F0F7C9B /* LLShortCutHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E37231BE3BC54281930736E10D12D96 /* LLShortCutHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75408D52A812FECC84C6FB7FF7C442F7 /* NSNumber+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = B922C53B052163415A0975AAD6E8D5ED /* NSNumber+YYAdd.m */; }; + 7583A012358AB4438A81CB42CEE752C4 /* QCloudInitiateMultipartUploadRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B2AA33BE443FEB12F97C1036ECEFB46 /* QCloudInitiateMultipartUploadRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 758732CE3030AC3ABE0241BCF427DAD5 /* OfflinePushExtConfigInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C8F97B02F5B488511B0CE5FA4CFE7F1A /* OfflinePushExtConfigInfo.m */; }; + 75DAF68EAA2C4C31478EDA2DC2D57455 /* YYCategories-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F40F2FBACA8548B0550E541971E248A1 /* YYCategories-dummy.m */; }; + 76646B9E6632B1F893ED0131264EC7DE /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4C5EBB0573EE795799BD16FC2DB904 /* SDImageHEICCoder.m */; }; + 7672F2589A19B825C819AA69A1DB0DF3 /* YYTextAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 4069B3F2D655B788B73C3D2FE69D7D65 /* YYTextAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 769362AA95ABC83ACBFE62E1AE8A10A0 /* LLNoneCopyTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 82DC49153ED1C0F126691858E29E2823 /* LLNoneCopyTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 769479819CB1D9EFF16BE98CE317AFF3 /* LLNetworkImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 986E042E25C130902ACB35A89D3C47FD /* LLNetworkImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76A7CE65CD0FEF5877BE1B366E73CD16 /* NSDate+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B4F99394B5F1E6C274CE86F9503C53 /* NSDate+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; 76BAFBC1D8ECCE133656C49E907050F5 /* TUIFaceSegementScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 327EC8E8086101EB4B996956ECA23820 /* TUIFaceSegementScrollView.m */; }; - 76C21B1AE55DC6FFA71463F68DC7B43E /* LLScreenshotViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 24EC9E116E2CFD2C1FCC8A407CFAE3F8 /* LLScreenshotViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76CA3CFB705D6596A384D208F3F7AF7A /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 37065A75D83E7396C1993697D64B2C16 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 76CE6F8D531EA7B2BCC219922FC75AAA /* MQTTCFSocketEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 418D6C32727990782230828C49D7AF0A /* MQTTCFSocketEncoder.m */; }; + 76C21B1AE55DC6FFA71463F68DC7B43E /* LLScreenshotViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AE4DFE463DC63C01744CC4AFB3D6099D /* LLScreenshotViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76CE6F8D531EA7B2BCC219922FC75AAA /* MQTTCFSocketEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 52FDA0426BD8EE41055707DAFFBC96FA /* MQTTCFSocketEncoder.m */; }; 76E6CA3A0E437BF285DC8E3D49A793EA /* TUIMessageReadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F87BDB8E808A82A00B25EDB2E327F87 /* TUIMessageReadViewController.m */; }; - 76F0E980C644CADEB2767482361E28C7 /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E68BAAC2BD14E395860B9FCECB394C41 /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76FE013CAA5D3972F17B96497E3DBC56 /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = BBDDEA7F7D6153715B217B0861D9E005 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77012917D2242C283FC2033151C77E72 /* YYTextMagnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = F8FD6112E89B5310AFB25FDEB36CBA41 /* YYTextMagnifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 772CF8E9CD02ECA4275B6173E2110E80 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EB84278F9C240163984059166FE0EA11 /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 772FC78080957BFCF009F5B5218AB3E8 /* LLNetworkComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = F009AC257668424C615751C2506B3977 /* LLNetworkComponent.m */; }; - 77328C782097B4AA71F9A5D1B99CF48C /* QGMP4FrameHWDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B3F520F242F8408461338A1A462C72 /* QGMP4FrameHWDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 774A8FB37A8425948605300B0B9D9B73 /* YYFrameImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 547AD5FE94B8E8890383F48287DE956B /* YYFrameImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 775AA4E6B8BB3997733A77430CD2F7DD /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18FC96CC58A3760F2BCDB736F8029010 /* BRBaseView.m */; }; - 7767F96B2292E6D566A79EFA92643359 /* LLRouter+Network.m in Sources */ = {isa = PBXBuildFile; fileRef = CF9F8D38658BCF5191653BC297E28C70 /* LLRouter+Network.m */; }; - 779682F851CC03633ABFFBA0E8D0EB4F /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 30F048CA0AE11A263618A72FA4FFC37C /* SDFileAttributeHelper.m */; }; - 77BE4DB71EE170C2EAFFB6BA48797ADA /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219A2C8EC086DEADE75ADBAA587A684 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 77C150E5084894BD7E87E60A6802E12F /* QCloudBizHTTPRequest+COSXML.h in Headers */ = {isa = PBXBuildFile; fileRef = B19CD9CB8BAF79C7CC6D0D6B78219BFB /* QCloudBizHTTPRequest+COSXML.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77D697FFB49B719C1F046D8A3EB6DA36 /* GPBSourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 4229A484FA4CC3658F4BD425661DB4F2 /* GPBSourceContext.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 780EDF2615923E89C179EB5A60D2DA41 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C3CFE35EC68B8945DD220F8DC627A9 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7819DD27A1B62DFC933835DFAFBDBF42 /* mz.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDDFAA999A99ED3F54264CAD99C5828 /* mz.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 781AA5848E2391FE0D3D9B13B58760B8 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = D479BA1C8C604B48DA8A04018EDA3382 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 784EDFADAD82FAC7DED6D269890CA8B3 /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9BFD1A7CDE248132A063C7EFA77DBA2 /* encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 785684E5AB15F3335ADB430C492A56EB /* LLEntryStyleModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 365C6C6ED6AED64789474E4FCC19775E /* LLEntryStyleModel.m */; }; - 78892B095C5C8A91DAC058B607ABA3B2 /* OSSRestoreObjectResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 613A2513436703013AE9CEDA1109907D /* OSSRestoreObjectResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 789735C62B41A852EE63C8AD95C7C685 /* UIGestureRecognizer+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 62BA7E83F0DCC3BFFC9ED548C5094D44 /* UIGestureRecognizer+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 789F60A2BEBEC50A63F3071A0197D492 /* LLConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4C78CE2CF50A328F19C6033C8C4F93 /* LLConfig.m */; }; - 78A399BED0F9E46349F47EB9D2CB021E /* LLTableViewSelectableDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 07E12F66F0C74E8FE3A247A5DFFDD0D5 /* LLTableViewSelectableDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78B9C81C32C187933D2D47C5ADB67B12 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = B5197FC8F3CA8278F03C3E69101DA835 /* SDAnimatedImagePlayer.m */; }; + 76EC2F92B4D3047E43BC0F0A2F793142 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 04D873B046F92DCA3B57BC504293DB20 /* SDWebImageOptionsProcessor.m */; }; + 76FE013CAA5D3972F17B96497E3DBC56 /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2BB777A0823ECFC930732A675CD2E5 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77012917D2242C283FC2033151C77E72 /* YYTextMagnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = DFECBAE8D7143B49785F59D4994AAD18 /* YYTextMagnifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 772CF8E9CD02ECA4275B6173E2110E80 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = FED3CA06F4992746BCD44F22905031E0 /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 772FC78080957BFCF009F5B5218AB3E8 /* LLNetworkComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AF72A9760A0BA235EF3A82ECCFA2391 /* LLNetworkComponent.m */; }; + 77328C782097B4AA71F9A5D1B99CF48C /* QGMP4FrameHWDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3FFFCB889219D707D235B522CCD276 /* QGMP4FrameHWDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 775AA4E6B8BB3997733A77430CD2F7DD /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 827302B5AE4F4EDB758E72506A683B7D /* BRBaseView.m */; }; + 7767F96B2292E6D566A79EFA92643359 /* LLRouter+Network.m in Sources */ = {isa = PBXBuildFile; fileRef = B818295CCBA1F1235BD8D5CAA8454795 /* LLRouter+Network.m */; }; + 776FF1C19E08E00013FFD9BD7E29BACD /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B2AE15960181D66CA6253DF1EE02869F /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 778AAD0349C0CB5E791F4C172CA57C3F /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 633F3A7DF67CA6F65B37E708EE15DBFA /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77C150E5084894BD7E87E60A6802E12F /* QCloudBizHTTPRequest+COSXML.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD3D47521B95C9882C5BA3A1646D695 /* QCloudBizHTTPRequest+COSXML.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77C3505A9A2E88E602E98B544422D9A5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = B287CF646301CBC4D1CFE22CDDA8A658 /* PrivacyInfo.xcprivacy */; }; + 77D697FFB49B719C1F046D8A3EB6DA36 /* GPBSourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F085354CB84C0450C0BDA96ECA3481 /* GPBSourceContext.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 7804E0B3C98A2FE1E98AF544E88C9C3C /* SVRadialGradientLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = DEE78AD6C9230EDAB8D8CC1F3D824383 /* SVRadialGradientLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 780EDF2615923E89C179EB5A60D2DA41 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 989529385FD3B1B4089AB8E6EB00D0F4 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7819DD27A1B62DFC933835DFAFBDBF42 /* mz.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4D83A2D84ED7ACFB35C1F3C837BAF2 /* mz.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 785684E5AB15F3335ADB430C492A56EB /* LLEntryStyleModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2812B1A8C6ADFBD77ADE02D4FFA8F5A6 /* LLEntryStyleModel.m */; }; + 7871859CD70CB4C5F291E65298EAD4C8 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C51863A6F4E43CE7DEA434EB9721CB17 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78892B095C5C8A91DAC058B607ABA3B2 /* OSSRestoreObjectResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FFF19C6B70558412F5B18903DBEF593 /* OSSRestoreObjectResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 789735C62B41A852EE63C8AD95C7C685 /* UIGestureRecognizer+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = DE31E469D5722A072EBA26D72FAEA862 /* UIGestureRecognizer+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 789DD6AB862F502FB081B6B4AD5E08C5 /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = E8C4E8AE8FADC4A1DCB0602342556D82 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 789F60A2BEBEC50A63F3071A0197D492 /* LLConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF5A8EE2FACB43C13638517B148979C /* LLConfig.m */; }; + 78A399BED0F9E46349F47EB9D2CB021E /* LLTableViewSelectableDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DEE826CB28DA1D10EA6C041395E3A21 /* LLTableViewSelectableDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; 78C6895FC55497C38B133EB2E5FD1CEF /* TUIImageCollectionCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = FA23F3C0A4C49E0258B3648059D0B23B /* TUIImageCollectionCell_Minimalist.m */; }; - 78C8E87D7106BBCA8EA7C89B608B59F6 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C33394F0E7BABD8B82BC1DD20D7DD19 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7902D28FC9EF5AFEB452F508C7F266B1 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 769A0472F954FE718F6A4E551D2894F2 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78ECD45D3CA387A53C2595430D401F55 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D8AD67DCD0B15DE174BD52202C05B9C /* SDImageAPNGCoder.m */; }; + 7902D28FC9EF5AFEB452F508C7F266B1 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A4DFE0A6172FDEB0AAFF815C3ACA85 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; 790959ADB9A7BE7E23A915B880E27229 /* TUIReplyPreviewBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E2E532ED7FAA784C0CF38E8C7F6E7A9 /* TUIReplyPreviewBar.m */; }; 79179AB96FFDF6C31B9B4751BA7F5514 /* TUIChatBaseDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 6577BCCD8FEF0E904F101B9F2FCDA937 /* TUIChatBaseDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7936CAAB1EB821E10A9F5E323048F89D /* LLMagnifierViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 483FA220EBE6DE11974FA317C1AE9F3B /* LLMagnifierViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79701CF51014A7C02D810F9DAEFE6D79 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9B1E78486FE006258AEE7EC88B74D9 /* JXCategoryTitleCell.m */; }; + 791DFA14F9760A5AEFD93276859B1B3D /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 48E747D3BD0CF80AF4362CD4A4163362 /* SDWebImageManager.m */; }; + 7936CAAB1EB821E10A9F5E323048F89D /* LLMagnifierViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0BF8DF70BFF2C59C1C73F482FB5679 /* LLMagnifierViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79701CF51014A7C02D810F9DAEFE6D79 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = ABF8E21885B6EDDF1C51791CC7F1A84E /* JXCategoryTitleCell.m */; }; 7978C8B99D8C31E126404E46D172FD70 /* TUIChatSmallTongueView.h in Headers */ = {isa = PBXBuildFile; fileRef = A9EE9485A8B60746310B7A8C2D1CFE84 /* TUIChatSmallTongueView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 797A78E2F68645AC1488BD1764A8C619 /* TUIVoiceMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 644A764DDDE2B5CCFD552DC09D2A6A24 /* TUIVoiceMessageCellData.m */; }; - 7989A6E79BFA78440C39F568D972305C /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = D35C99E8614F1240276A47D9A3C0237B /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 798E1C36B6EEC96A9DFE4749599E363B /* NSString+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = DD4124BE66EA16516FFF8188EFC76F0A /* NSString+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7992B71D2FA49BCE4A4559DF1ED9D690 /* GPBUnknownField_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D73B991F91970EA6FA49F3BDC9EF941 /* GPBUnknownField_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79B4156E4717561BE76FBFA0D5BD252B /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DF0BBA9B42464B4176B06338BCAADE41 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79C800901BA07EACDEE0885D9668670A /* QCloudOperationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 12219A15E2A116077165083EADA9D658 /* QCloudOperationQueue.m */; }; - 79D90E8FC3C197735716C18D3A2E2ADE /* CLLocation+LL_Location.h in Headers */ = {isa = PBXBuildFile; fileRef = CAF6106571940D673660A0787611E02D /* CLLocation+LL_Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79E48F16A170A96D1F2E8839D6D64FBD /* LLWindowManager+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D4AA009EFBF09AF09130C2D978E268F /* LLWindowManager+Hierarchy.m */; }; - 79E6A6FC42C2A50CEE4CB36B5EA0D0D2 /* QCloudFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB3A9AA14AB5DF7B0B2B548200126AE /* QCloudFileLogger.m */; }; - 79ECF8B86B505DB359090F0072E50CA1 /* TUICore-TUICore_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 62476AD95833F1EC15B5FC7E01E6CB19 /* TUICore-TUICore_Privacy */; }; + 7989A6E79BFA78440C39F568D972305C /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 84DA38958212AA9215E5E6CF284863CB /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 798E1C36B6EEC96A9DFE4749599E363B /* NSString+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = AF94CB20ACBD8112745306281375FB80 /* NSString+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7992B71D2FA49BCE4A4559DF1ED9D690 /* GPBUnknownField_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C29DD7BDF1E614D4828D4AF3518652 /* GPBUnknownField_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79D90E8FC3C197735716C18D3A2E2ADE /* CLLocation+LL_Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 47570920EC20471485C29A4E612576F9 /* CLLocation+LL_Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79E48F16A170A96D1F2E8839D6D64FBD /* LLWindowManager+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95F7FD14F3EC3456139CF321D7597077 /* LLWindowManager+Hierarchy.m */; }; 79F167515E57D4510F42DD6D2EEFADB7 /* TUIMergeReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = D0A5F9BE6E04A13B03CEB14559A58466 /* TUIMergeReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79F4B99651758413BBF3FEFD1C46100A /* LLBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7749CDC189668907FA85E1CE3762B28F /* LLBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A114322FD74B0E16D5C30F1CF8F849B /* NSArray+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = F96E1EAFFB0135EF005F808FCE28AD11 /* NSArray+AvoidCrash.m */; }; - 7A24F1359C44ADBDC869ABC02BAD540C /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = E4FAE4B9CC1934D1C85C22DC6E67F58F /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A26241DF106712AC7C5AB50BDCDCCAD /* UIView+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BAC07911A34060DCC9F62FEEA390BF /* UIView+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79F4B99651758413BBF3FEFD1C46100A /* LLBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E718A7790882E709BCA19F4FA6984C9 /* LLBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79F5F5F658AD244D2F0AC6F840EEAB1F /* QCloudAbstractRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B4240BE38A01859FD311954EB3F547D /* QCloudAbstractRequest.m */; }; + 7A114322FD74B0E16D5C30F1CF8F849B /* NSArray+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 04964744461A2A28D8B254ED002112BD /* NSArray+AvoidCrash.m */; }; + 7A20E90609CEEAAC2BFB6B8182E66458 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B99F56C4D366C4E67803CAEA14C40F3 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7A26241DF106712AC7C5AB50BDCDCCAD /* UIView+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 757603737C10D7A8CB78892638966598 /* UIView+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7A39FAD680A2AFE97F537BC9C03AA205 /* TUIMessageBaseDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7326F95CC68F362B01B7AB6A7E664060 /* TUIMessageBaseDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A43AFC2CE3CDD3A61448A4890389140 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; + 7A43AFC2CE3CDD3A61448A4890389140 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; 7A4CDD2AABE76C3741BB6794537F7D97 /* TUIBaseMessageController_Minimalist+ProtectedAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FCD3E08B24EAECB6BA290C25794B95 /* TUIBaseMessageController_Minimalist+ProtectedAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A72EED4D21EFD52DB67A1B243C42CD0 /* LLScreenshotSelectorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F5221963815A4246195A4F7393D4D27 /* LLScreenshotSelectorView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A822A1AB352B6DB8C5FBD02659E51C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 7A9DFE84BCFA04853C75BD52962BFEB2 /* OfflinePushExtBusinessInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 05BC9D17EBBB0C644FBB473A801A365D /* OfflinePushExtBusinessInfo.m */; }; + 7A72EED4D21EFD52DB67A1B243C42CD0 /* LLScreenshotSelectorView.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B0711D0CFC342884A5338FDA2991BF /* LLScreenshotSelectorView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A822A1AB352B6DB8C5FBD02659E51C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; 7AA885A49632E6311B68FFDE0DD3F1C9 /* TUIConversationMultiChooseView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = E74601B22DB72DD03796E96705A3A34C /* TUIConversationMultiChooseView_Minimalist.m */; }; 7AC6AAED48BF5DA855104150A2CF51DD /* TUIFoldConversationListBaseDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCFA6A608700DFA6B10940A80171747 /* TUIFoldConversationListBaseDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7AD70C269F61B9B7B5BB90FAC586A5A3 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 494AE1EEC499764B92EB7EE3D53BBD35 /* NSBundle+BRPickerView.m */; }; - 7B0458B6E9002963B57B5E8DB56B33B8 /* TAAbstractDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F93B99373F84FB3CAC2DB23B5DADE4 /* TAAbstractDotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7AD70C269F61B9B7B5BB90FAC586A5A3 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FDB159FD167D836BCD9607AA99BDAF1 /* NSBundle+BRPickerView.m */; }; + 7AF245E685E5916AD09DA8E168042BFB /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = FB43FEC62CCA8BEDD85C74484D07BACD /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B0070E90DD42218454EFEE9EE5A81BA /* QCloudXMLWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAC3F253DC138A0E681FB6CD1D2CCB6 /* QCloudXMLWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B0458B6E9002963B57B5E8DB56B33B8 /* TAAbstractDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3259011EAA4DA9208C8B7EA147D0F916 /* TAAbstractDotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B0DD32902633C7FF95B5745D8322BC3 /* SVProgressHUD.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 8099181266BCA5628179BE4DD5935E4B /* SVProgressHUD.bundle */; }; 7B1C61CA7A1DD66930DABF760149DAA3 /* TUIConversationListController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E3132179E4867E62E968B90A02AF64C /* TUIConversationListController.m */; }; - 7B4124ACA96B7D1CE5C4B53A6FADBF51 /* LLMagnifierWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C8B8C82B78B0E02140C0E1621D2CA82 /* LLMagnifierWindow.m */; }; - 7B41594533A260AC128E2008A0CEE355 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A4B0155D81BD9992D04820FA803A6DE /* MobileCoreServices.framework */; }; + 7B4124ACA96B7D1CE5C4B53A6FADBF51 /* LLMagnifierWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = A708DFF4977F89C29E0A2791701EA4AF /* LLMagnifierWindow.m */; }; 7B4D7E4498868D71C5DE904C318A8976 /* TUIMemberCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = A24C304F34D875AF9D30B224E8149319 /* TUIMemberCellData.m */; }; - 7B73CB919AA0330591FFD0DF1B8770C2 /* QCloudCOSXMLServiceUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C2808CF313B057473840CDC35642A08 /* QCloudCOSXMLServiceUtilities.m */; }; - 7B8936A3C624863577D1F5314796C638 /* LLSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 59AE9D70D9A19B0A9A979AB9768F21E5 /* LLSettingViewController.m */; }; - 7BB0843A67CBF5B64FE1695CD08DC981 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; - 7BD03F5F6FF41D50F368F53984A23928 /* TZImagePickerController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F4D5EF3E9841636963E4EDDCDF6187F1 /* TZImagePickerController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7BF691BF1588EE33E3BF4269C6874E7F /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 47F9E07C30F10F1710B40B7BBB8100BE /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7C0E703E6FA0DE4C0E4CE1A52FAF925A /* TAPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF79233CB753D68E555DC8E3B25F755 /* TAPageControl.m */; }; - 7C1492C1DD9BFEAAE37FC47265DC947D /* NSMutableString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B5872A0CC38D9CA24F16F06750DB2E /* NSMutableString+AvoidCrash.m */; }; - 7C14FCA367AB963FA7332CF19AEB6190 /* OSSGetBucketInfoResult.m in Sources */ = {isa = PBXBuildFile; fileRef = BEC903997C0C9532B3B0E836B3542926 /* OSSGetBucketInfoResult.m */; }; - 7C29043780C3949F1622F5380B2E2625 /* palette.h in Headers */ = {isa = PBXBuildFile; fileRef = 57BFE83FF143652383D8D52BD8B68ED6 /* palette.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B6492209A2E63EFE64C52E570F93E68 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AC77BBC011C09D588FE14EB494FCAA7D /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B73CB919AA0330591FFD0DF1B8770C2 /* QCloudCOSXMLServiceUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D5CDD98A65953119A18715B242F6899B /* QCloudCOSXMLServiceUtilities.m */; }; + 7B880EFD01F59D54EC58F32E8FBCEFB6 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = AE93E13E4CE354280A0E252063D5BC71 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7B8936A3C624863577D1F5314796C638 /* LLSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 352F3AE2543022DD8B2C1A257313537D /* LLSettingViewController.m */; }; + 7BB0843A67CBF5B64FE1695CD08DC981 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + 7BD03F5F6FF41D50F368F53984A23928 /* TZImagePickerController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB757D5201F0656247BD46E031869BF /* TZImagePickerController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7BDBE1286C16DED0095310B2A1D4C77B /* TUIConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 01DA4F808EAFF56600BCF643C6F5B140 /* TUIConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C0E703E6FA0DE4C0E4CE1A52FAF925A /* TAPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = AF4291B5A9545EF98598933D0B9E62C0 /* TAPageControl.m */; }; + 7C1492C1DD9BFEAAE37FC47265DC947D /* NSMutableString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B3BF454AD2E583940890F658785272 /* NSMutableString+AvoidCrash.m */; }; + 7C14FCA367AB963FA7332CF19AEB6190 /* OSSGetBucketInfoResult.m in Sources */ = {isa = PBXBuildFile; fileRef = F10ACC4823D75B0C5FD7FF9EA70FD660 /* OSSGetBucketInfoResult.m */; }; 7C295BC9DB4DD2DB5137C3203CCDDCB4 /* TUIMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 976E283DFB7D8CEF67DA977E0B88253D /* TUIMessageCell.m */; }; - 7C3443D8CCEBB91F3CE43BB19927A73E /* NSDate+QCloudComapre.m in Sources */ = {isa = PBXBuildFile; fileRef = 020ADF3725407E5743290A57E877F690 /* NSDate+QCloudComapre.m */; }; - 7C5505A2D3F2A697A5F324787061F4B7 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DFD7DFDBB62717B2AAC2E75ED67A2787 /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C6A24B103E14B07F00100A020D9BA7D /* YYModel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67FF0CF47B357F64347293E2BB8DCBF2 /* YYModel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C6EDCCAB9E244E3DB9A01084B4413A4 /* LLButton.h in Headers */ = {isa = PBXBuildFile; fileRef = BC29AB5ED56B3B4F0AF5D8CBE55017F1 /* LLButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C6FD2D344AA34159D1F899A40BEC6BD /* QCloudMultipartInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F44BA258755276F28D07763771D72A11 /* QCloudMultipartInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C74FAC852066BE12D9272A4152B5A5A /* QCloudAuthentationV5Creator.h in Headers */ = {isa = PBXBuildFile; fileRef = B30B6988DDE2F166062EAC02A14CD96B /* QCloudAuthentationV5Creator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C5505A2D3F2A697A5F324787061F4B7 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F82866E0F771A2AAFCD769BFD46C493C /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C6A24B103E14B07F00100A020D9BA7D /* YYModel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4296969D4A4034C911D9E01ABC214B01 /* YYModel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C6EDCCAB9E244E3DB9A01084B4413A4 /* LLButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 20EEDC12C7AEF0090DDBA1DED7CCC132 /* LLButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C6FD2D344AA34159D1F899A40BEC6BD /* QCloudMultipartInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EA562145F088130D09A2DC0531C52682 /* QCloudMultipartInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7C7759CEB5E42B2E4A4CD0AE30969914 /* TUIReplyMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 185891CE0FA5AA263CFA1982F4E5B3F1 /* TUIReplyMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C77853F95836FCCA3EC0FAE9B551AFB /* QCloudServiceConfiguration+Quality.h in Headers */ = {isa = PBXBuildFile; fileRef = 6697056E33FF1977741123A939640298 /* QCloudServiceConfiguration+Quality.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C81CD00F0C5CDC183F5EA70584C9D2B /* TZAuthLimitedFooterTipView.m in Sources */ = {isa = PBXBuildFile; fileRef = E0457961BED118ADEE3972EE368A7C27 /* TZAuthLimitedFooterTipView.m */; }; - 7CA138393DE78FE0AFF84DD79AD1783B /* GPBArray_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 51579FB914B828FDC79BFBAF0759EDEF /* GPBArray_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D19484413530B0C2F3C67F275E9B2EA /* LLProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = A09107184EC47CEA2A18869EC7EBE627 /* LLProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D1D00A799A5BA1ABBD28DBB13EE024C /* NSDictionary+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 198BE69391F4887F28FA64E0248071F8 /* NSDictionary+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D1E98BE9558F6E5E29B0E81EC526A90 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E8777A80F3109028701BC6328896A006 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D2B574E988168EAFDB7A194B05D9508 /* LLSandboxWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 70659A69CAE6EA930F48FCB7F22D38C9 /* LLSandboxWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D3AEAF43EC8A509B2110FD1B7768119 /* QCloudServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 78698D88D2EF9869FB93054A6D3F2BC8 /* QCloudServiceConfiguration.m */; }; - 7D474DE580BC95C375FCFE838E18C18D /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = DFFB6D1532803A3F738F4A9FD59EBF77 /* SDInternalMacros.m */; }; - 7D60D1C5C5458F03C876E7B576E8E55B /* QCloudConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = F7DD294F8030E33AD9247C7EE8210884 /* QCloudConfiguration.m */; }; - 7D70F003693D51DA590B150D7F30DD92 /* TUIDarkModel.m in Sources */ = {isa = PBXBuildFile; fileRef = CE3AFEB67175C77D974F0ADF335962C8 /* TUIDarkModel.m */; }; - 7D7B770377196BCA46E35673B11FC637 /* TZImageRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EC070A45B19821425FB4FC62B2B342 /* TZImageRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D8EE3D0CDBB69436929836C33AF4838 /* GPBUnknownFieldSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 112512243FBC916B15B7E653B9DED86A /* GPBUnknownFieldSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D9B7886D109B225957E6BD295F968F4 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D76BD34CD2BE0A545513A0C0E136DF /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DAA642421745C3FAA3C06E3AD535508 /* MQTTSSLSecurityPolicyDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9D4F3C20EEEFACF0E26F2164A34B4A /* MQTTSSLSecurityPolicyDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DB8F743D0F865E3304CD6AEC4009376 /* QGVAPConfigModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A06563771AD5B6DC597B80D8460B3A2 /* QGVAPConfigModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DC6AF92D7A49BFFF22422808C6562E0 /* OSSNetworkingRequestDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6C3FF75906D49816B4A95049FDEE4A /* OSSNetworkingRequestDelegate.m */; }; - 7DDF9709AB38F61405BF07C318F8DCFE /* MQTTInMemoryPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = B7C16BEB4788EC54D17700770DCFF936 /* MQTTInMemoryPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DE68D233059A7C2BD2F4B12490CDD2C /* UIView+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = C843365FB508324DFEA1066E0471FA6F /* UIView+LL_Utils.m */; }; - 7E08BB5E07CF4B85C7041F9D058BBC1D /* TZImageCropManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9097DF320AD6854D0D1730AC9642B32 /* TZImageCropManager.m */; }; - 7E11E0BBC542CA0449746DB477640364 /* QCloudCOSXMLDownloadObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D21FC35A263003D9063A244A68F3BF6A /* QCloudCOSXMLDownloadObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E29BCBC354A49524D1C1019377DD68C /* QGHWDShaderTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D24DD12D3E42238B1D77BB54E9FA99 /* QGHWDShaderTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E4C2F2687D9FE014E75B65EB6984F86 /* QCloudUniversalPathFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CA06F08E44AB208CD1789571785DA66 /* QCloudUniversalPathFactory.m */; }; - 7E87D589F135093C179E571A12242622 /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C812E71CF5725A0B7F0DAA45A5E9FC /* RACSubscriptingAssignmentTrampoline.m */; }; - 7EA54D82094944541E95CB5041773FC4 /* IQKeyboardReturnKeyHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = DFEBC812C61A8513EF9F4C6C7C250054 /* IQKeyboardReturnKeyHandler.m */; }; + 7C81CD00F0C5CDC183F5EA70584C9D2B /* TZAuthLimitedFooterTipView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BAAEC191B54C38545A3A676DA7A6903 /* TZAuthLimitedFooterTipView.m */; }; + 7CA138393DE78FE0AFF84DD79AD1783B /* GPBArray_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F66579AC70D002162C3D62BD0BD24C /* GPBArray_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D19484413530B0C2F3C67F275E9B2EA /* LLProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C1A263DA59CFE30C280180B6AC4F02E /* LLProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D1D00A799A5BA1ABBD28DBB13EE024C /* NSDictionary+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 610B631D0DE85F2D53AF30D659CD3539 /* NSDictionary+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D1E98BE9558F6E5E29B0E81EC526A90 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C4ED3510BD1591725C04A44B9024AB /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D2B574E988168EAFDB7A194B05D9508 /* LLSandboxWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FA23E440468A92791CD8D6625951A8 /* LLSandboxWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D68C313A020E56E6DE97183FB4C06EB /* QCloudHTTPRetryHanlder.m in Sources */ = {isa = PBXBuildFile; fileRef = A7BBC4560562641F90A7627FD4662842 /* QCloudHTTPRetryHanlder.m */; }; + 7D7B770377196BCA46E35673B11FC637 /* TZImageRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB775D0421034411833B7A45116F28F /* TZImageRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D8EE3D0CDBB69436929836C33AF4838 /* GPBUnknownFieldSet.h in Headers */ = {isa = PBXBuildFile; fileRef = CEEED400070B865F54A29CCFE7C490B5 /* GPBUnknownFieldSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D9B7886D109B225957E6BD295F968F4 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = D5B56F5CE99543FC1EC1DA4E2E6E0478 /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DAA642421745C3FAA3C06E3AD535508 /* MQTTSSLSecurityPolicyDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F32768069F5DA46163A023C06D1B50F7 /* MQTTSSLSecurityPolicyDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DB8F743D0F865E3304CD6AEC4009376 /* QGVAPConfigModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 533BD3AAD2AFD20FB624D76D556A38B2 /* QGVAPConfigModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DC6AF92D7A49BFFF22422808C6562E0 /* OSSNetworkingRequestDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D0F39808B1DB70E50E4FB34AAE28514 /* OSSNetworkingRequestDelegate.m */; }; + 7DDF9709AB38F61405BF07C318F8DCFE /* MQTTInMemoryPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4F453539CB617D014260504AF23C61 /* MQTTInMemoryPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DE68D233059A7C2BD2F4B12490CDD2C /* UIView+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 11129D4E4FFF13E6B933B7F70F2FA97C /* UIView+LL_Utils.m */; }; + 7DF638EEE79564C1BC1962AAF2C1CD36 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F2E04D11B4BC39BF25952C1A11B98A52 /* PrivacyInfo.xcprivacy */; }; + 7E08BB5E07CF4B85C7041F9D058BBC1D /* TZImageCropManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 74C2A5A8F3B0254966B5CB3800C4A1C3 /* TZImageCropManager.m */; }; + 7E11E0BBC542CA0449746DB477640364 /* QCloudCOSXMLDownloadObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB4C4FCCA7B14A938CEFD06CF2B0ADB /* QCloudCOSXMLDownloadObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E1ED8126B5B6C2EE1D764283C75C02A /* Minizip.h in Headers */ = {isa = PBXBuildFile; fileRef = 52ADA7BF884465687D18DEAAD7BF1A4C /* Minizip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E29BCBC354A49524D1C1019377DD68C /* QGHWDShaderTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D0973163C3BC0E04030F0204D70899 /* QGHWDShaderTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E64DC97219C6D6056DDA6D67727C583 /* NSDate+QCloudInternetDateTime.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6D4C21277C0D18E30CE2C21C72E3F3 /* NSDate+QCloudInternetDateTime.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E87D589F135093C179E571A12242622 /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C90C75BA83F4747FF02034E504C8C9E /* RACSubscriptingAssignmentTrampoline.m */; }; + 7EA54D82094944541E95CB5041773FC4 /* IQKeyboardReturnKeyHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCB1BFA192A0BA0B0E30F2564C2E813 /* IQKeyboardReturnKeyHandler.m */; }; 7EAD79580B04B33B76CD8D5798BF0CF8 /* TUIChat.h in Headers */ = {isa = PBXBuildFile; fileRef = A339BF835AD0BAF9904201794462DED7 /* TUIChat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7EBA6EDBCA4FE775D088E6BA122E4E4B /* XmlParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386832C5BD3499E3597A77285E27241C /* XmlParser.swift */; }; - 7EC853C5434336EF435F769826D3A3C7 /* UIView+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = AB5418996736D7C56ADC85142FC15FBA /* UIView+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7ECA113F9E3F371EABDD47DA7458AF8C /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 01DDF4017E587B9EF1AEA59D1AB0269E /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7ED6C3C05EA6EE83780A3600C7088B46 /* mz_crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A74F33715923995340A1B73FB38DC4 /* mz_crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F10C0D094C74F2FA4CD38C7FD77B0A8 /* WKWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 0181B85525623BF13C065D6FC2A0014E /* WKWebView+AFNetworking.m */; }; - 7F1949553D3C117359C281517A8EF960 /* GPBEmpty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = FD9EDF992954E0963255C8A3AC630C95 /* GPBEmpty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F36812FE2C0D8A0F6DD9658855DE217 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD062F8E373220F7BD07680C56E08EA8 /* CoreImage.framework */; }; - 7F3ABEDE976C2FC97BED035A1F41B732 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 136160DFF4DC56D9F769B02AC0929F6F /* YYDiskCache.m */; }; - 7F46110E24BBC89EB44DD11BE3231C68 /* YBIBCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE880167CD5D75B403798426828A97C /* YBIBCollectionView.m */; }; - 7F486EA29353E26957AE695D167A941C /* QCloudMultipartUploadInitiator.m in Sources */ = {isa = PBXBuildFile; fileRef = E4AB7D9B1431982AD38B82C9EF5E0697 /* QCloudMultipartUploadInitiator.m */; }; - 7F886FC2763F0BF1625A24EE4F94C04D /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A95A841692B05AA71D9B23913C6DCB1 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7FF50219077B6B6DEBA2F63EE87C3781 /* YBIBLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = B70428F70E136CC5D04C08B674B64DCF /* YBIBLoadingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7FF8A56511E71D6FEC966BF9FEE135B5 /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E7F470C1AAF30E9BE42D163CB95B0C90 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7EBA6EDBCA4FE775D088E6BA122E4E4B /* XmlParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C8E5D83028CE43312BDBE5A31FDA080 /* XmlParser.swift */; }; + 7EC853C5434336EF435F769826D3A3C7 /* UIView+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = E0866048840ED6198920DB2BF691AE31 /* UIView+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7ED6C3C05EA6EE83780A3600C7088B46 /* mz_crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1346567604DE7B210DBAC04515638F7B /* mz_crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F10C0D094C74F2FA4CD38C7FD77B0A8 /* WKWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 688F53D3DE7AC438F6472574A4CA96C4 /* WKWebView+AFNetworking.m */; }; + 7F1949553D3C117359C281517A8EF960 /* GPBEmpty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFDC218FBE19D556BD0015D1D395090 /* GPBEmpty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F36812FE2C0D8A0F6DD9658855DE217 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C5F2FE4DC203028A369DDD1D80E37AC5 /* CoreImage.framework */; }; + 7F3ABEDE976C2FC97BED035A1F41B732 /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D19D182326CC54EED6617120742E146 /* YYDiskCache.m */; }; + 7F46110E24BBC89EB44DD11BE3231C68 /* YBIBCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A63FF93F0F86BF79A456AF397FFC2D8 /* YBIBCollectionView.m */; }; + 7F486EA29353E26957AE695D167A941C /* QCloudMultipartUploadInitiator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3D866B25350859B978DC7C8A2EC518 /* QCloudMultipartUploadInitiator.m */; }; + 7F886FC2763F0BF1625A24EE4F94C04D /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD6B7BB1BEFD26F1BF8F86F43AE4192 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7FF50219077B6B6DEBA2F63EE87C3781 /* YBIBLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 99266CD08B915F9A33760D88ABF817D2 /* YBIBLoadingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7FF8A56511E71D6FEC966BF9FEE135B5 /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F091C627D77278D1BBF0C7E9AAC57556 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8034E3ADCD03B2AED30A5C42FA7C86B2 /* TUIConversationTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = C05D167917CA4F9184B81BB330166224 /* TUIConversationTableView.m */; }; + 804D2D07DE082FF4A9C096A6AC9EF2E1 /* sharpyuv_csp.h in Headers */ = {isa = PBXBuildFile; fileRef = F38CE2786445A8BB23FBBC0BC3A09170 /* sharpyuv_csp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 804FEBF1ADDF5DA3128654B231D6729F /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BF3C546420650A97844A1750C28A564 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8052D76956E67EC440CB4E2323B7F11E /* TUIChatService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2834A026635154EEFF04BB3CF2B347A7 /* TUIChatService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 805CB0D8C5C49452708BC49B1D591B7C /* QCloudListPartsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D4E90F4F7A8F65885DF9F6E01FA7088A /* QCloudListPartsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 807F8B771CAF66A74C94107078A2DE47 /* LLMagnifierView.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E4732BF338A7D905F1BD32A6814045 /* LLMagnifierView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8085C3E407AA5EF1D9D7376F893F2B6A /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BE819378C0009619686B38EAAC6294F3 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 80A8D44E274367AA97A804B3BEC264A5 /* SDCycleScrollView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 548776CDF0D86CACB6FA503CC4368123 /* SDCycleScrollView-dummy.m */; }; - 80AFED5C0117D7E781670260E736305A /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E5DD350699AF476F14E85542980DA167 /* BRAddressModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 80BA622EF5C475DB3565946D7D013258 /* QCloudMediaPath.h in Headers */ = {isa = PBXBuildFile; fileRef = A686FC9E4DA1F24044F0F824DCA06B52 /* QCloudMediaPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 80BC5DE1CE16235D6166643E18874114 /* IQKeyboardManagerConstantsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 102A32772156807B7045B74EA0BC0CBA /* IQKeyboardManagerConstantsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805CB0D8C5C49452708BC49B1D591B7C /* QCloudListPartsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 303C2F2A4928AE9BE30FBA8D86068450 /* QCloudListPartsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 807F8B771CAF66A74C94107078A2DE47 /* LLMagnifierView.h in Headers */ = {isa = PBXBuildFile; fileRef = F16463EC20C6B909471DC2F9357F2A7C /* LLMagnifierView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8085C3E407AA5EF1D9D7376F893F2B6A /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E724A4409E61B77DB108F1770A10BDC5 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 80874A37C430185644441094040A1757 /* QCloudFileZipper.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0B552A9571A86CE63EEB6C4D7C26F0 /* QCloudFileZipper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80A8D44E274367AA97A804B3BEC264A5 /* SDCycleScrollView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 247C71BBAE3DF8A67C968716C5F66C95 /* SDCycleScrollView-dummy.m */; }; + 80AFED5C0117D7E781670260E736305A /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C1CADCF9592E655C4E86B57A2A8AFB /* BRAddressModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80BC5DE1CE16235D6166643E18874114 /* IQKeyboardManagerConstantsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C17DA10B8BF10E1FF8ED60FDA702C7C6 /* IQKeyboardManagerConstantsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 80BFF4778ADB364E70051DC1AE3B7F9E /* TUIRelationUserModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 209879172E5087EAA9EADBF0F6D8DFBF /* TUIRelationUserModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 80D44B08D71851B8F27FF295206E99F6 /* YBIBVideoTopBar.h in Headers */ = {isa = PBXBuildFile; fileRef = D47A22BD575A9B6FFE45026BF1DBB385 /* YBIBVideoTopBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 80E157CBA7AE6BD79E34E063F46ED57C /* UIActionSheet+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C931A54C2E2C07F96655639E86785D4 /* UIActionSheet+RACSignalSupport.m */; }; - 80EFB3CA40BA972693A18F6A12E0F4F8 /* LLRulerWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 91F8647124E0787F55038BB3D25FBB27 /* LLRulerWindow.m */; }; - 80F0AD05B7A7033FA782E811A22AFDA5 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = CDCE0020309A5F2ADDFEEAA7592443CF /* UIImage+Transform.m */; }; - 80F35FE6EC89AAC77F968AC86618E92A /* UITableViewCell+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F831A5281096A13920386EF42722ED4 /* UITableViewCell+RACSignalSupport.m */; }; - 80F9DA815A14C80808875FCE65F41CAB /* NSArray+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = EC2B8510602804E6C25935647B94A846 /* NSArray+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81097748862C2AE658E35C951125B3DB /* QCloudHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 95457C29FC39801500A209BB64538B5F /* QCloudHTTPSessionManager.m */; }; + 80D44B08D71851B8F27FF295206E99F6 /* YBIBVideoTopBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D2D898EB6707CAC64DF1425DF4A6CB9 /* YBIBVideoTopBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80E157CBA7AE6BD79E34E063F46ED57C /* UIActionSheet+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A89461F690D2BB23DB5473E21521867A /* UIActionSheet+RACSignalSupport.m */; }; + 80EFB3CA40BA972693A18F6A12E0F4F8 /* LLRulerWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A5418C17AC05C43B7953C3845E7A913 /* LLRulerWindow.m */; }; + 80F35FE6EC89AAC77F968AC86618E92A /* UITableViewCell+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F38B9E150F9EE1FBCA9BA2778098A272 /* UITableViewCell+RACSignalSupport.m */; }; + 80F9DA815A14C80808875FCE65F41CAB /* NSArray+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 341AC754789F208BC42A73C3CC4DABA1 /* NSArray+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8118AEE9D2F94F2DC0FA9EE52628AD6A /* TUIGroupProfileCardCellData_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 92A8C56F5321E2AA0AAF46195868DC27 /* TUIGroupProfileCardCellData_Minimalist.m */; }; - 8128D2BD3AC890F75E7AD243AA104C13 /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FC8C330637E4A26203F5C4F0C8FFBC /* JXCategoryIndicatorParamsModel.m */; }; - 812ED25410BAEC254BB80DF903862750 /* MQTTSSLSecurityPolicyDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E89915ACAE5B113945B1B0C0820599A3 /* MQTTSSLSecurityPolicyDecoder.m */; }; - 81385B2990FFC4BFB943429BDB2DBD2F /* GPBApi.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = FC1516F2209EDDC2D920EC80F8334C56 /* GPBApi.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 813BE4C96A6D39C13EC50C6CD164F0AF /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 229456A0002B546AEB3B11619B034725 /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81410C6644DA0C6B70C7A0C0EC92626F /* CALayer+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 1832AD024F11EA28E6491B6EE218049F /* CALayer+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8128D2BD3AC890F75E7AD243AA104C13 /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F615694AECA98634E8418654784E228 /* JXCategoryIndicatorParamsModel.m */; }; + 812ED25410BAEC254BB80DF903862750 /* MQTTSSLSecurityPolicyDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A32A64CF3A2DA45A36D46AEEAC264CB3 /* MQTTSSLSecurityPolicyDecoder.m */; }; + 81385B2990FFC4BFB943429BDB2DBD2F /* GPBApi.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECF5873EF17421B79964CF8A68FA96E /* GPBApi.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 813BE4C96A6D39C13EC50C6CD164F0AF /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 40AD147A36FA1B465083E6038CE91D99 /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81410C6644DA0C6B70C7A0C0EC92626F /* CALayer+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 84ED3CBAB51C239658F04339D9839680 /* CALayer+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8141D93FEAD553EEBA601D47EAB53420 /* TIMPopActionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A68AEF7D8C8DCB4F66D54DE4E6FF430 /* TIMPopActionProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8141F5A4F7444222B9029C0C04281F16 /* TUIChatFace.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 7160A6AD43E15C733E0D1B613C6A36D9 /* TUIChatFace.bundle */; }; - 8147F7BD9427E1F098DB119B28A5A471 /* sharpyuv_gamma.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A651EC9070289A97EF337EFE867B426 /* sharpyuv_gamma.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 81608BB30CB47A42E441941CC1650FC3 /* QCloudMultiDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C8D8936524EBE3B344C9BC49AF47117 /* QCloudMultiDelegateProxy.m */; }; - 8161D3CA4E049EFF4B33237230B4DDBA /* NSData+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D0D2B295BF80FD7647A6E373F02EB062 /* NSData+YYAdd.m */; }; - 817909CFA2E8032670693BF57A2D5519 /* mz_strm_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2C6FBDA88DFCD94CDF34B9CC6B5B8B /* mz_strm_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8161D3CA4E049EFF4B33237230B4DDBA /* NSData+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 2424F9AA5552EFA7666E0B13544AD430 /* NSData+YYAdd.m */; }; + 817909CFA2E8032670693BF57A2D5519 /* mz_strm_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = A767B5E366B32660719A3EB0E84980D1 /* mz_strm_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; 819F12ED46F394534F28AE12292C7740 /* TUIMessageBaseMediaDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CCEECAFAEAF62C1D5BA88BA680ABB1D /* TUIMessageBaseMediaDataProvider.m */; }; - 81A5635CEA2AD9623E30CAE9AFC3BF65 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 3443B7A055C772DC7A0B5A8FDBB9431B /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81A5635CEA2AD9623E30CAE9AFC3BF65 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E074B5923063BCDE012ED49270F9EB /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; 81AC11BE0FE476A8A9DCD4451208080F /* TUIConversationService_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 443862055AB1A2B22A077E269E21FCAC /* TUIConversationService_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81B56C1F9110FCD7532A5FD4A5E07F26 /* LLSandboxTextPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE7DC835BDA49D199852711EC4553B8A /* LLSandboxTextPreviewController.m */; }; + 81AD889F2E14260013347ADFC685C489 /* QCloudCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08D5DF4414C1241006DE2CE1C1D5B109 /* QCloudCore-dummy.m */; }; + 81B2343535A459618F5A42BB1531CE0E /* QCloudSignatureFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C624351C3A8320D84A4698F5B73AEE /* QCloudSignatureFields.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81B56C1F9110FCD7532A5FD4A5E07F26 /* LLSandboxTextPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C395246790854BF0213724363C0F6C5 /* LLSandboxTextPreviewController.m */; }; 81C591DCEB885EB6E9993A375A42C69F /* TUIMessageSearchDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 76CC1C40CD7F150B44EC5D075C24D595 /* TUIMessageSearchDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81D1D804B78CC7243BB72C4F0FB2CF15 /* LLLogWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D952264408F11D7B3386FF4D7C68B1 /* LLLogWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81E7BD591D67EE712D65D5607D5074F0 /* NSString+QCloudSHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AA52D27748E77DE70821D23A3D86E93 /* NSString+QCloudSHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81D1D804B78CC7243BB72C4F0FB2CF15 /* LLLogWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F1FA19CD6FEEBB4C9AB7DDF584689C07 /* LLLogWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; 81F25F4C8398AA646E757033441ACAD5 /* TUIChatExtensionObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACD74E9409F50C6A5B2CEA6EA866E13 /* TUIChatExtensionObserver.m */; }; - 8205BDE0951C14B8411D96779BE5F8CB /* NSBundle+TZImagePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 54EC05DDCA801E98E2D6B33852A50597 /* NSBundle+TZImagePicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8216CA9FBCBD7F6E477BA8CDE5C89B86 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 410044B067F7DD4A01C05494625ECDF2 /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 82254FFB3296798BECE82BF531577E5B /* TZVideoCropController.m in Sources */ = {isa = PBXBuildFile; fileRef = B3F8EF9485DEC55AA942156C83C2120C /* TZVideoCropController.m */; }; - 822F14A51D26702C2C3CDE7FC6FD4559 /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = 23196B90844E6084099C006D0089BE25 /* NSObject+RACPropertySubscribing.m */; }; - 823033F3DF2D5C7C4B123A277DB55073 /* mz_strm.c in Sources */ = {isa = PBXBuildFile; fileRef = 9BDB11E404E29F0239331E5574C73B3B /* mz_strm.c */; }; - 825D12E2014A0326891B40E3CA977AC9 /* YYText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA7F7BD6DA0E90C79B0C2F5390A8BD40 /* YYText-dummy.m */; }; - 825FD86CB211540B93698388809AEAB8 /* QCloudRequestData+COSXML.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF3CE4555FDAEA369ABD1581E297B11 /* QCloudRequestData+COSXML.m */; }; - 8267CD68633A7747378CE6B7E5EA932A /* UIDevice+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 240862F3B8E54C91D33AFD34A896DBBC /* UIDevice+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 828D37CD5222A35EEC430A007FF0296D /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7797D0A0ADF164212771042AC5E18FA9 /* SDImageCachesManagerOperation.m */; }; + 8205BDE0951C14B8411D96779BE5F8CB /* NSBundle+TZImagePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1888390B3740B2978FCAF5D477064C21 /* NSBundle+TZImagePicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82254FFB3296798BECE82BF531577E5B /* TZVideoCropController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E8551BD27825B2B0DF6B13D8CAC0D0A /* TZVideoCropController.m */; }; + 822F14A51D26702C2C3CDE7FC6FD4559 /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = E248985204E363D5D88D66B6A51A1231 /* NSObject+RACPropertySubscribing.m */; }; + 823033F3DF2D5C7C4B123A277DB55073 /* mz_strm.c in Sources */ = {isa = PBXBuildFile; fileRef = 1048F61C857D70C005C220668B5B2566 /* mz_strm.c */; }; + 825D12E2014A0326891B40E3CA977AC9 /* YYText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA10FE4B12D45B76FE3C2417847C954 /* YYText-dummy.m */; }; + 825FD86CB211540B93698388809AEAB8 /* QCloudRequestData+COSXML.m in Sources */ = {isa = PBXBuildFile; fileRef = AE7615D9830D6A99E515394C0C31C3A2 /* QCloudRequestData+COSXML.m */; }; + 8267CD68633A7747378CE6B7E5EA932A /* UIDevice+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1876330480C57EC6773B7EDC019DF0F1 /* UIDevice+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8292DE0E24364766447337520F1CD904 /* TUICaptureImagePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F4B6D386AFBB28C1B3E5BABEB67B29 /* TUICaptureImagePreviewController.m */; }; - 82A08131A4F2B04122FE322F25B1EE74 /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 31ADE70C54EC2AA86CDD058978447193 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82A1FBE72AB977764F33FB333B2FA2AE /* QCloudLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F401BD5D64C98706C50B381569FAA63 /* QCloudLogger.m */; }; + 82941C888DA8F576D7D42AACCF78C863 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = EBED960BB656F5329B4E08E135E516CF /* SDDeviceHelper.m */; }; 82D30958DE24D32169DADAB27E300040 /* TUICommonGroupInfoCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = DED0B9E63597782CA2D7E84B42B88575 /* TUICommonGroupInfoCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8320C45699CAC5719F2A8520B6592F66 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = FF49590BDCF35D6EF1E3CFA0A524C9D1 /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82F5F113C1C79969884563CD3BDA7E23 /* XHLaunchAdConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 561FB8FB177D982156620B7E0118F1B7 /* XHLaunchAdConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8320C45699CAC5719F2A8520B6592F66 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = ABE532D4BDA8901D2E1EA64C1A427FEC /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; 83224166A7A2DC074DC193B5C6FF6341 /* TIMCommonMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = E2531977085A038BF8D006D31F4E4A61 /* TIMCommonMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83433F6587AD1AF1AECA628F1B5F23A5 /* LLNetworkFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8767B263652CFDCD16E40D68E0A5E658 /* LLNetworkFilterView.m */; }; - 83553A93078720285C19BD6C5DE6F891 /* NSData+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A86C790B45E4083031A17C6CEC3638C /* NSData+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 835C687083E3D51DE87C2F2C4C681B1C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E5388557256032F589DD8A8200B03A /* Security.framework */; }; - 836068DBC3F27F018522ACA705628DA4 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E0A0BAA80DA453334649223D3A66C28 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 836F7C86B67D8B9DC07E92DA3454E86C /* IQKeyboardReturnKeyHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C8DA3D2A8279573A354DF2ADEDB1B6 /* IQKeyboardReturnKeyHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83A4F2816C1B3F072E1A26A34C3BC4AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 83B8FD83CDDC4DDB8C30C1A4CE689EDF /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 19EC4EE0C567873774C66292AEC15EFD /* SDImageCachesManager.m */; }; - 83D606A78D12DD7520D4A2ED67EBF4C2 /* FMDatabaseQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3062298DC964BE33DDE207A95FB004 /* FMDatabaseQueue.m */; }; - 83DD0AA04C87293B8F9578D7D2754187 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 83EE4E8E7BAEC5391D0B7DCA2EA5AFC0 /* OSSGetObjectACLResult.m in Sources */ = {isa = PBXBuildFile; fileRef = FE3AC34514DCD306FA3CC025C8C9C22B /* OSSGetObjectACLResult.m */; }; - 83FC7F5C1CCBB396659301768ADE1ED9 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = B86C6E30F767B19901BA01F9973BEB94 /* types.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8415E191A2886EC3426A01BC86299E1F /* mz_strm_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 1427B961E3A5BA3434EDF22E7C734D31 /* mz_strm_buf.c */; }; - 841F665670E6A4BA595975BE9569C342 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 84921A6965D81F540426B325F6619DF3 /* LLAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1815A55EB691FEA620B8DC19152869 /* LLAnnotation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84B5FB65B38C19F534F49DE6471C0E5B /* mz_strm_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EF1087DC4E07D930E9F64123948E480 /* mz_strm_zlib.c */; }; - 84C8A618ED329B0D8D6BFE1EF0282631 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C7A38BE28DEEA49F3A692023E68CD5 /* SDWebImageDownloaderOperation.m */; }; - 84CC4C1245DEB16923C03796B81077D1 /* LLLogDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 7531481D2D01648B1119B1ECB117B843 /* LLLogDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84DFF0B49848BB0ACCB1C41C2F0497A4 /* LLWidgetBorderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F0633886F127563F74ACF39A7FF0FB /* LLWidgetBorderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8519FFE62880ED1C876D14CADE632505 /* LLLogHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 13A7D917A92A240C84FE0CEFB2C9753F /* LLLogHelper.m */; }; + 83433F6587AD1AF1AECA628F1B5F23A5 /* LLNetworkFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F20982B11536738EEE56576BD44E06E /* LLNetworkFilterView.m */; }; + 83553A93078720285C19BD6C5DE6F891 /* NSData+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B68D2C48F92EBE60670446554432B67 /* NSData+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 835B3AAEE5E10B3ED9B6FEC3881414CC /* QCloudURLHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1176F373160313BF6FCD98A8438CEDDA /* QCloudURLHelper.m */; }; + 835C687083E3D51DE87C2F2C4C681B1C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57194AFB9A2E96CFF853B12C2E721367 /* Security.framework */; }; + 836F7C86B67D8B9DC07E92DA3454E86C /* IQKeyboardReturnKeyHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FCB315986CCDAF2D2E86BB5A85075FF /* IQKeyboardReturnKeyHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83A4F2816C1B3F072E1A26A34C3BC4AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 83A5F57A98178A075E8D4EE28453181C /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F585FF3AA0AFA03C7B8ABCCCB537D2 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 83D606A78D12DD7520D4A2ED67EBF4C2 /* FMDatabaseQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = CA13EFBD2130E0861D1CA961FD53B125 /* FMDatabaseQueue.m */; }; + 83DD0AA04C87293B8F9578D7D2754187 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 83EE4E8E7BAEC5391D0B7DCA2EA5AFC0 /* OSSGetObjectACLResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E182461FC7E2746EF6F1902DEFD4A9E5 /* OSSGetObjectACLResult.m */; }; + 83F5F5C59D6557F0FBAD512A1A9AB28D /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6AE9397537101C54128A56B7D669FB /* YYSpriteSheetImage.m */; }; + 8415E191A2886EC3426A01BC86299E1F /* mz_strm_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A00DF9227650C65B7E81BEF029C619F /* mz_strm_buf.c */; }; + 841F665670E6A4BA595975BE9569C342 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 848752341E7435B4B126589F9118213E /* Pods-QXLive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76262613319C32AD3942999FD973732D /* Pods-QXLive-dummy.m */; }; + 84921A6965D81F540426B325F6619DF3 /* LLAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = AA92F657844506ECFD78A3F8E80BFB5F /* LLAnnotation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84B5FB65B38C19F534F49DE6471C0E5B /* mz_strm_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F24D50D5054775FCD4CC991D70BBF5EE /* mz_strm_zlib.c */; }; + 84CC4C1245DEB16923C03796B81077D1 /* LLLogDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D9ADF4895E96969863CFE209DFB57A /* LLLogDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84DFF0B49848BB0ACCB1C41C2F0497A4 /* LLWidgetBorderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = CD69877B1D83AEB6927BCFAC84EB0CBB /* LLWidgetBorderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8519FFE62880ED1C876D14CADE632505 /* LLLogHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = EEE9CF870112CBC84A75EFE196024391 /* LLLogHelper.m */; }; + 851E7FF96B8D176F639214CCFA53C291 /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 288439904DFDFF4141209F2E49EA0F39 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8537C51116861BE9A731A529AF79502C /* TUIConversation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C40A21F9277D41215D06231CB6FAAB2 /* TUIConversation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 853FB6405F3A5B760D7BCB6A9B960AE0 /* QGVAPLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 132B2C689DCD777DB3F90F03952E6683 /* QGVAPLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8560591902BC68FDDE432817313A0502 /* LLSandboxCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CE9693C7EE0BA4DC0D167FC5A8BE327 /* LLSandboxCell.m */; }; - 85863FD85FCB4121405CFF13660D260A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 8B8FB28A9D30ECA09F09C36506DA8E06 /* PrivacyInfo.xcprivacy */; }; - 85AB23275E9D19394969235E5DC2300E /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D0B47D069C02BC3AC52FB851635104 /* MJRefreshHeader.m */; }; - 85ADE2C984B9734379D4E9504555424A /* OSSServiceSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A6600403FF27849D26DCED372AB99BB /* OSSServiceSignature.m */; }; - 85C08D3AEAC2C12FB06579C326550982 /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C4F242CD832E3801061800A00E81669 /* RACTestScheduler.m */; }; - 85C23D10F34A04A592E712D8479BD816 /* UIFont+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 4948440EE0B5687EA9D6EB66838E3B1E /* UIFont+YYAdd.m */; }; - 85ED10431A6C01970A3DAD8A8C9BF25F /* JXPagerView.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEFC5459225C1D6833D458534BC3472 /* JXPagerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 860CB3A5D2E13B946CD2EFB7F749C4CF /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BF43093B19208E3AE16619EEF6EE57 /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 860F38F44C72BF60A55102EB3EBC7948 /* ScoringMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DE08ABDDA697D64E148207A6EA8D8E /* ScoringMachine.swift */; }; + 853FB6405F3A5B760D7BCB6A9B960AE0 /* QGVAPLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C550E98AA58FDBA97E1DD3153B0F21 /* QGVAPLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 853FFCE6083093006CBC331C0FEC160E /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0683963727112F4428672F3BC387227E /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8560591902BC68FDDE432817313A0502 /* LLSandboxCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BBEFC88A92A40A810C677A8EE4AFFB1 /* LLSandboxCell.m */; }; + 859F378D26410E892630762487688F4E /* NSObject+QCloudModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B748F494DE95AE64F64E210B014D3634 /* NSObject+QCloudModel.m */; }; + 85AB23275E9D19394969235E5DC2300E /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F285C76F451E8D34233D9362FB8A21 /* MJRefreshHeader.m */; }; + 85ADE2C984B9734379D4E9504555424A /* OSSServiceSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 211FDE17F18C233D6323D6286C8D3A66 /* OSSServiceSignature.m */; }; + 85C08D3AEAC2C12FB06579C326550982 /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = F538FC6F3606AF41BAAF78F7B9DA3ACD /* RACTestScheduler.m */; }; + 85C23D10F34A04A592E712D8479BD816 /* UIFont+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E3E9B733CD27AE5EE44CCF64D0E8FFE /* UIFont+YYAdd.m */; }; + 85E45F45EAB13D9844450249D506A16E /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F6F170D397B846B78AEB2B9B339D8691 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 85ED10431A6C01970A3DAD8A8C9BF25F /* JXPagerView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1488245D02B836DA9578CAFD34AFFFC /* JXPagerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 860B50BF706AD3F3F6A3327AB1513800 /* UIColor+TUIHexColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF3B905DD277678DFA482F73C17846C /* UIColor+TUIHexColor.m */; }; + 860CB3A5D2E13B946CD2EFB7F749C4CF /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B8181139D50DED1868A10231FEDF5A /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 860F38F44C72BF60A55102EB3EBC7948 /* ScoringMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B82D002408DD4335858264C47D371F9 /* ScoringMachine.swift */; }; + 864A00AC00F00DFB3F98C1B735628E19 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3013D0FA51878F58F51CE3B23ADC1A1B /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; 866DAB382F87D5ADF18CA6DB12F71E64 /* TUIMessageReadViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 15D9C6DC714203BCE67C84C9D60E46C0 /* TUIMessageReadViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 866EB2E422D74CA02DB9DC8B4B329A19 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AE7E2ED93F7F298E574978F7EF005E4F /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8675CC8EA8677D2F2F9ED13C235F5353 /* TUIGroupNoticeDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F05D544BFAD6DEB17A077304C93B769B /* TUIGroupNoticeDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8678216D6197B0FD468890999CA9BCF7 /* AlbumPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 96026FBB2F8FD1F74ABC487E8E31DA10 /* AlbumPicker.m */; }; - 868ACE81DFEC80762903E55F49F3D062 /* QCloudUniversalAdjustablePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 859DE6F468D292B157C8C50EFA88A833 /* QCloudUniversalAdjustablePath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86CF0BB8C8723EEECC946EC992BDDD33 /* TZPhotoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 133E941E19269403FDB94954342B351E /* TZPhotoPreviewCell.m */; }; - 8706F7110B1A424205AF1E4A50CDEA7B /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CF3F36A2F0579FC2DCC7FDC9C92EC2 /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8711FE4967F7B63F83E21E3D1BF2269B /* UIColor+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 89CD89D90377A4027ED6E9DA5232715C /* UIColor+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8749ABD4FF8CDB3363EEA03AF9C48AFB /* QCloudAuthentationCreator.h in Headers */ = {isa = PBXBuildFile; fileRef = 78181E620223E59062D99CF2CE56EA5D /* QCloudAuthentationCreator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 874CE8F3650D220092077846A46598E6 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E68613DF1CB927FB8EAE99A7C1341972 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 875A44AEF6ED55D6E7062C391FD831FE /* UIViewController+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3712540F0027EB218AE464F58A59CC60 /* UIViewController+LL_Utils.m */; }; - 87673702A8D8F8E5231C9EE9F443BB9E /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 22395D96BD0C176809677199C8E364AA /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 86BEAC7B76D964BF31580BDED518F1BE /* XHLaunchAdImageView+XHLaunchAdCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 72AB1DBA79309224E618F5B97CE3361F /* XHLaunchAdImageView+XHLaunchAdCache.m */; }; + 86C76331389C7001C1A11828592587F9 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 009CCB5ECCBDD0D0349A0DD3F1840D80 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86CF0BB8C8723EEECC946EC992BDDD33 /* TZPhotoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E5861420062F79CF72C93FFDAC1C1A19 /* TZPhotoPreviewCell.m */; }; + 8706F7110B1A424205AF1E4A50CDEA7B /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 75CD6BBA81E18E1FCAD476F34040143F /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8711FE4967F7B63F83E21E3D1BF2269B /* UIColor+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D04D8249966EA5527DC132C0455B4C64 /* UIColor+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 874CE8F3650D220092077846A46598E6 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 289E907BC3FC6275828C4C7EA7F59591 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 875A44AEF6ED55D6E7062C391FD831FE /* UIViewController+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = DD81A0C7E301C2C79D787C0C8F703E98 /* UIViewController+LL_Utils.m */; }; 87CBEC9AAEB143F9D9528F2DE66F6133 /* TUIConversationListBaseDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 120AEFA3CD7FF64DE083594AD2F1B5EF /* TUIConversationListBaseDataProvider.m */; }; 87D0F36D58E6D9008CC52E3AB77A6832 /* TUIFileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BB562BFA68708C2AEC93AD36A2E0D95E /* TUIFileViewController.m */; }; - 87D779B124FCB97E5B8F0807A7F956B1 /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = AABFA3A345BA6647A3D4F1EC9D98C146 /* GPBExtensionInternals.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 87D779B124FCB97E5B8F0807A7F956B1 /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EAAA5F04D2905E642591A3A7CB5B18F /* GPBExtensionInternals.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 87D8541B6E2EB8AF8538C6295153B1E3 /* TUIConversationSelectController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 86796338B78749363118B2D5651D23C6 /* TUIConversationSelectController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87D866F47BC04711B213B08D4AEEBC58 /* TZPhotoPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CE9A3A6D92E62A399341821737EDBC8 /* TZPhotoPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87E0B81548B6D62E0543B49F37276811 /* LLReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 229DE89D7AD71733706C671D77CC7666 /* LLReachability.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 880734078B5547EE076E5CA7242EB33F /* LLFilterOtherView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A5C00D57F5928FE8EB781CC2C0EA87C /* LLFilterOtherView.m */; }; + 87D866F47BC04711B213B08D4AEEBC58 /* TZPhotoPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EA0A951B22D67057CE1241B0DEBD79B9 /* TZPhotoPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87E0B81548B6D62E0543B49F37276811 /* LLReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F723F432923D00ED029AC780037657 /* LLReachability.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87E0F068C0077FD522041E40705E30DB /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DBD73295D08E2A5529F8BFF47F1E56 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 880734078B5547EE076E5CA7242EB33F /* LLFilterOtherView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA4934242E69484A0F9CACCE058828E3 /* LLFilterOtherView.m */; }; 88090D17729671297E182E8581E2E881 /* TUIReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E26C59CCF55FC936FBD2CDE025FF9D /* TUIReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88197D535BEBB0F4B71F106AE300631D /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6112F12A2C44C152B62D6CF04EA3C2A8 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 881E7CF6C23E6A128A5BB530207A8BCD /* QCloudMultiDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 61752A0E14B02C5DCBDCFE98F7EB9266 /* QCloudMultiDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 884640C08ACB1D127FC23C368310D8A3 /* UIScreen+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9809B70512BD2DA0DD82468228FBE923 /* UIScreen+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8872BEB0954C0254A792469F4DBC9891 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F01E1F08282F3394FD18192811AC5C49 /* MJRefreshAutoStateFooter.m */; }; - 88889F5DA04EB4FA08125742B5E522DA /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 18041577F16A0143428033EB5F335017 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 888E7F1F8876AF0CF9EDA4A866E376AD /* UISegmentedControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 060CA856231CE9AEF91DE3B82284A1FE /* UISegmentedControl+RACSignalSupport.m */; }; - 88BEA37AB338316CB588313BCD2C9F56 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D4A94EDF166017F836A2F4FAB770A2A5 /* SDImageGIFCoder.m */; }; - 88CAF624D333D3028E6B002A13FE4130 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F6C2D9118926E9DDF9259C614E34F096 /* SDImageCacheConfig.m */; }; - 88FB6F1FA3935F380184DBA6DB31C414 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 52864092240DC4531C349BDF313B651F /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 892836B00B1EC32998E806DDECB97FA0 /* OSSTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3272B2DBCD538F6D7CE6F08DD40047FF /* OSSTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88197D535BEBB0F4B71F106AE300631D /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7243A719CFA02E457E948ABA9D1D02B /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8844B850D89AFEDDD7F40A644827B519 /* QCloudSupervisoryRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = C28CCC143BA7BFC9BE31BDFB2FBE6CEE /* QCloudSupervisoryRecord.m */; }; + 884640C08ACB1D127FC23C368310D8A3 /* UIScreen+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EF64F611E29A12563B2D4013DE347D4 /* UIScreen+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88646D86264B200BD2092F1C71600F62 /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD4553A3E49DD4D99A1721D3FA21E42 /* format_constants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8872BEB0954C0254A792469F4DBC9891 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = A1E07C01DEA673DF28DB579CE1C8941D /* MJRefreshAutoStateFooter.m */; }; + 88889F5DA04EB4FA08125742B5E522DA /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = D67E2C30788CC428F80C901541453E78 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 888E7F1F8876AF0CF9EDA4A866E376AD /* UISegmentedControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 24258A797733BDD8D9B5A3E81B63523E /* UISegmentedControl+RACSignalSupport.m */; }; + 890A88F6AB0A0AC67609F3608087A107 /* QCloudHTTPTaskDelayManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C721BCA4BD7F58227E4CC8A029BE185 /* QCloudHTTPTaskDelayManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 892836B00B1EC32998E806DDECB97FA0 /* OSSTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC84860F0C80CF4503A737EBB57F15B /* OSSTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; 893B6DA5F9294AF26BE3E5F6DFBFB5C3 /* TUIReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F28F3038AFFB65CF4B02270E8D7093 /* TUIReplyQuoteView_Minimalist.m */; }; - 894144E5A329C4B8EFD207DE8C39C2D7 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53A91BA8A01AFB9B24A1CDF1BC6B8952 /* SDImageAssetManager.m */; }; - 8983EB887C3F9E14A8DA036E56B90B0D /* LLBaseComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DC8A682A33E9730C4383C828C9AF348C /* LLBaseComponentViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8989CDE99F6192BC43ECB974BFEAD709 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DC58EB8CC42ADC838C26B96E59BB14 /* SDImageCache.m */; }; - 8995E2EFCB282F0A3A773ABD5F807B24 /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2008AD3DBA6144A4F2B2261111D8AEE0 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 899D7129D6C4B97F1DAA000540A2AC3C /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 7D34802C42910BED926F2406DC0964E2 /* PrivacyInfo.xcprivacy */; }; - 89CAFC43896C8BF254CDEAEF1298D287 /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 8926303B207455F38713717E1F6C7EAB /* RACDynamicSignal.m */; }; - 89D6769F9AA17FE6F4742FB49196CE8B /* UIDatePicker+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A6FBB4C8D91B816E85D2AE45DAE84C6 /* UIDatePicker+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 89F244569393B096F7EFDB7F5C942CDB /* LLEntryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD47EF1DD714EF6D0D39B6860EAA1581 /* LLEntryTitleView.m */; }; - 89F6D640D5EE16964A7E1E366FAF8CF3 /* NSDictionary+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = DD60131313F27909A330EEEF4EC6BEE3 /* NSDictionary+AvoidCrash.m */; }; - 8A02EC3931014967AD028122101662D3 /* NSString+TUIUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EBECD2A46E28042357ED8782F70E08B /* NSString+TUIUtil.m */; }; - 8A0E94F87B74EB4E7C326ABB6FD7BF2C /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5585D238EB7F232DBA375D4B9BE6CF44 /* ReactiveObjC-dummy.m */; }; + 89717EC07E6324D3405867E754AE9131 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = EC7AC2863C2E1EE482D401EF39E9B87E /* PrivacyInfo.xcprivacy */; }; + 897618CB6F42DFAF7E70252A05A817BA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + 8983EB887C3F9E14A8DA036E56B90B0D /* LLBaseComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EBC1B67D16BBE73810F276277DB9C4C /* LLBaseComponentViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8995E2EFCB282F0A3A773ABD5F807B24 /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF625B100CCD04F86196F6AAE432358 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89AF0D8CFF5C6F59A37083CB57AEDABB /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 29211DA48B38C21C76EEB15F5EC942F3 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 89C48E4FF90629236534F489D56B758A /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0382A00DFB51B783F27C1E13309BDF4B /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 89CAFC43896C8BF254CDEAEF1298D287 /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 86BC77178942046B1B23AE3AA182FF1A /* RACDynamicSignal.m */; }; + 89D6769F9AA17FE6F4742FB49196CE8B /* UIDatePicker+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D56E80A01414335AE24BFA99C146640 /* UIDatePicker+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89E5AD1806A815EACF7D39D3C3D0C6DD /* QCloudURLHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 10DAC09E64CE1350BAF8DDE905810C4B /* QCloudURLHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89F244569393B096F7EFDB7F5C942CDB /* LLEntryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD456AEDD593CCE3ADED1BD701CB8B7B /* LLEntryTitleView.m */; }; + 89F6D640D5EE16964A7E1E366FAF8CF3 /* NSDictionary+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAA2B27084F6EC26FA08034E8C6EBBE /* NSDictionary+AvoidCrash.m */; }; + 8A0E94F87B74EB4E7C326ABB6FD7BF2C /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F9528DAD3A3F57CB3CD5ECEFA1D60A8 /* ReactiveObjC-dummy.m */; }; + 8A11D22BC78DF005569666481F19BE1A /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B00EAE8B4EDC0B1DE7616652B3F871D /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 8A14A72C1BA87BB8E02DBB11D3D5FDD5 /* TUIGroupCreatedCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B879E4375802FD736178B03F962A9610 /* TUIGroupCreatedCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A1555E81D0831CF17469A2F06E76A3F /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 76242A9B4B975CF03084229735D63690 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A25C54A3252129BA3983BA82D9A1F3B /* NSDictionary+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29DFB2EA1AABDE355EB7AE042635C7 /* NSDictionary+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A25C54A3252129BA3983BA82D9A1F3B /* NSDictionary+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = CE1A5872A3905EDB069A9AC3531CF54A /* NSDictionary+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8A5FD9C7048B40086D80D12B2BB5A41B /* TUIVideoMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = A2132E283E7D89450410121B094665E9 /* TUIVideoMessageCellData.m */; }; - 8AA70B5B05E48CE1A821E898FAA47D19 /* OSSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AE4A74A978E3E77BF8E0C4AF2EB61AA /* OSSConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8AAA6CED801F9C2A309560BA692A6879 /* QCloudFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ACC6735D7D46C3BC2A4291B6636D2D4 /* QCloudFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A754020C917EC29DC345973817229FD /* Pods-QXLive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A79F5B474AEB6E40838CD82097C06E2 /* Pods-QXLive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A75DA6ECACBAA0B4EFF0A66AA114F63 /* NSDate+QCLOUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A7873FB3EF43B53AA22E30C8B807685 /* NSDate+QCLOUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8AA70B5B05E48CE1A821E898FAA47D19 /* OSSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 642DE854B4E0B003E51E836294F624CB /* OSSConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8AD07D232B63EF3C7650DF9FD2D624E9 /* TUIMessageController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E72571279543227958D9176DC8B802D /* TUIMessageController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B19B105A6611EC4A22F6CC7DFB47C3B /* NSDictionary+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 54A33472470BAC0F792616DD91D66756 /* NSDictionary+LL_Utils.m */; }; - 8B47B7F220A2B9E121EFF5A28B477972 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 8B49BD4C9E3C4A0AFD5F871220469A50 /* LLStorageModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3655025FF158E184BED421A2EF13CA /* LLStorageModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B5438E5ACF00C67C96CE39C2BB46369 /* TUITool.h in Headers */ = {isa = PBXBuildFile; fileRef = 927DCA1FCB1533BC17E9492D4F79B13E /* TUITool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B6EFE52C4B4B34080EE1633BEBC934D /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9E5769E8BE3315EFFB5CDF0CA40BFEF /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8B8BB366CCF5D7D783BD63CDEF2D556C /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EC714453B605C0110B12871F200D1F5 /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8B8E0858C48167346060A72979D08AC1 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DCFC170E392AF48237565BCC2199CA /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B19B105A6611EC4A22F6CC7DFB47C3B /* NSDictionary+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = D3580F691126AF8C2E9C46F22ABBEAE7 /* NSDictionary+LL_Utils.m */; }; + 8B47B7F220A2B9E121EFF5A28B477972 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 8B49BD4C9E3C4A0AFD5F871220469A50 /* LLStorageModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 49ACCAC8E0C519A9118E14DD93CABA51 /* LLStorageModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B5D68DC22856BD2176500F88BE70F2E /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 218B0466611B6BCCA7DC2EE652254ED1 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8B8E0858C48167346060A72979D08AC1 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B58F9B63328F212BBCB1E0B41503CF /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8B91BF0F4F8928E5E64AE14044010782 /* TUIBaseChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EB478F8C6F7755BB50F9863DB5B5231 /* TUIBaseChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B990235A0006E1F9C1E6F68AD81F77C /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 52840598BF92A895362F367863E2E641 /* JXCategoryView-dummy.m */; }; - 8BC4CE9F36D19A09404A29C66145AF28 /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 397DCE3E6D13B2709771BD62DFFF1D8C /* NSObject+RACLifting.m */; }; - 8BC4DDC03BA8BCBEA89338ADC846D93D /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D20A37D62721558A4DAAA2C5262A0C0 /* Parser.swift */; }; + 8B990235A0006E1F9C1E6F68AD81F77C /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 961FD3056832FADC5699F410B1D51A76 /* JXCategoryView-dummy.m */; }; + 8BC4CE9F36D19A09404A29C66145AF28 /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A4C367AAE48F69E68E2FE87339F8C7F /* NSObject+RACLifting.m */; }; + 8BC4DDC03BA8BCBEA89338ADC846D93D /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52BDDFF68B5C8E8529940FBE87752470 /* Parser.swift */; }; + 8BC52F400C9B163C85EBA808A92139C7 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE75A2D3A51FADFCB1B2AD6D57507D6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8BCB4388C6426F593D3395EB2C6D1708 /* TUIVoiceReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = D89C050BCB9A79B41D43D884F67D389B /* TUIVoiceReplyQuoteView.m */; }; - 8BD95BE403E72262F4E4BC8B80256B11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 8BDDFED41302DD7ADF441B5E8D81E73F /* YBIBPhotoAlbumManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBCAA712AC9DD6F814BA94244BEA3AC /* YBIBPhotoAlbumManager.m */; }; - 8BF90C8E63B886657A08BD62F78CC57C /* FMResultSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C33C1A0241E7CE367A7B8244F8872066 /* FMResultSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C0609E11E58F98EA599443228DD158C /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7F700FBADE3CAFB8E2E41A00A6E6AD8 /* CoreLocation.framework */; }; - 8C23C9271C42FB5BFC9D762F6E4167A5 /* GPBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = AE45107946C343DBF04C1B7B5B8CFCE5 /* GPBUtilities.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 8C2CD923B27029D3C602AF7638F02DF6 /* IQKeyboardManagerConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = C66C0380E1B9950A1C7DFA681485377D /* IQKeyboardManagerConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C6C7E25C5A24C936F81823978190E96 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EF55A83A84BDDBDEE9CEFAF550BEBA9 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BD95BE403E72262F4E4BC8B80256B11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 8BDDFED41302DD7ADF441B5E8D81E73F /* YBIBPhotoAlbumManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84D21B7DBB8C0327784AD9F2E647429A /* YBIBPhotoAlbumManager.m */; }; + 8BE28954062AB63DDB68CCE85064136B /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB69DE7FB554ECB884091C06C53B62C /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8BF90C8E63B886657A08BD62F78CC57C /* FMResultSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 4242C93A40EC5172EBABE8307FA62D43 /* FMResultSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C0609E11E58F98EA599443228DD158C /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E1A79FA6D4EF7CCDF7390137C35D649 /* CoreLocation.framework */; }; + 8C23C9271C42FB5BFC9D762F6E4167A5 /* GPBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A99993069C288262E3EACD63F50ABEB5 /* GPBUtilities.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 8C2CD923B27029D3C602AF7638F02DF6 /* IQKeyboardManagerConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B0B02A86995D95EECEA810FF772E2F1 /* IQKeyboardManagerConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C361C67972FA81BB57DFBDBB180BEB7 /* TUILogin.m in Sources */ = {isa = PBXBuildFile; fileRef = 8005A15AA2883C0049FC97E6669A659E /* TUILogin.m */; }; + 8C6C7E25C5A24C936F81823978190E96 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD2273CEEBDD3EF8989D22B28713CC2 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C773C5F598970CE464B170618D7C6FE /* NSMutableData+QCloud_CRC.h in Headers */ = {isa = PBXBuildFile; fileRef = D79F5F4C100CAE9628FF0667D234F1CC /* NSMutableData+QCloud_CRC.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8C831A1EE7905076ACBAF9F3CBB03A1B /* UIAlertController+TUICustomStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 5295372A963A773F8835D919A373C9CF /* UIAlertController+TUICustomStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8CA40E28F1D0524C62C280CC8C25AC08 /* TUIBaseMessageController+ProtectedAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = F56972CA515823DC35C83AFBC7CC559D /* TUIBaseMessageController+ProtectedAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8CB719D27EE49B32DC206F1DC132D610 /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA0D408D35A7F95A467007CD3693595 /* GPBCodedInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 8CC5D9C3E1430F52DAEB7EC0EE59F103 /* OSSCancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E9AD7DCB022C875EC7E34C9066A336 /* OSSCancellationToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8CCBBA20C7280AF9D8486F2C51A7F830 /* QCloudThreadSafeMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BEB685C697FE5423B0FBEF0E1C5592E /* QCloudThreadSafeMutableDictionary.m */; }; - 8CD440CEEA1E7DFD846146DB717517C0 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = A34EEE4E7CD8FE8A71C0428F1EC3EFB8 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8CE57264642104F73DC8D8F3208018D7 /* OSSGetBucketInfoRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = D5E90B4CD67A67C3D852421AC1659F23 /* OSSGetBucketInfoRequest.m */; }; - 8D07F8CA69CF8A20CBC86823852AE944 /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 622DDCF1096DB4BB33190FCDA5EDBCCA /* RACUnit.m */; }; - 8D082ED05C36EDF278A1065FBE114F38 /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 7030EF4B87EF53E82902BFEC8CFEDCC2 /* RACEXTRuntimeExtensions.m */; }; - 8D250E76971D8B8091883ACE9CD13DC0 /* YYTextKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F13F34A3737416B4D351BFA90163B681 /* YYTextKeyboardManager.m */; }; - 8D269AD4641E15D71AEC8881B3C0476B /* OSSPutSymlinkResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D2BD87A3DBDBAC8E670C094233EB262E /* OSSPutSymlinkResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D3C1CB7CE9F29D3013C1B856F35383D /* QCloudEncryt.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CDA66414E081105E530FA690DE42E78 /* QCloudEncryt.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D4044A3D8A143824890609ABE469A3F /* QGMP4Box.m in Sources */ = {isa = PBXBuildFile; fileRef = 20343CC3F6D152CD8DD53ACAC5CDADC5 /* QGMP4Box.m */; }; - 8D4685BEACCAF4340D8A62154E3764DF /* Type.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 749BEEC667E8C1178984A3CF8A3945FD /* Type.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8CB719D27EE49B32DC206F1DC132D610 /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = F43FA7573338A5A32E8A4A4F2900F22C /* GPBCodedInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 8CC5D9C3E1430F52DAEB7EC0EE59F103 /* OSSCancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BDE5399C1FD2D6E05BA59DB8676088B /* OSSCancellationToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8CE57264642104F73DC8D8F3208018D7 /* OSSGetBucketInfoRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A452996EBAC83EC6216DE43DCE0F0A /* OSSGetBucketInfoRequest.m */; }; + 8D07F8CA69CF8A20CBC86823852AE944 /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 07079074E0A366BF65FC8EE041DC43BA /* RACUnit.m */; }; + 8D082ED05C36EDF278A1065FBE114F38 /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB5A9E70B50D29C8744FF02D8FBA3A3 /* RACEXTRuntimeExtensions.m */; }; + 8D250E76971D8B8091883ACE9CD13DC0 /* YYTextKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C4A8108A5B6FB43F3E25E79A7CA814A /* YYTextKeyboardManager.m */; }; + 8D269AD4641E15D71AEC8881B3C0476B /* OSSPutSymlinkResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC40115FD0DB6E96A29AD4FCD844A25 /* OSSPutSymlinkResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D2CBEBF5F1DA6766A833CCD0BF02B5B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */; }; + 8D4044A3D8A143824890609ABE469A3F /* QGMP4Box.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CC732637D95376BD53FD4160B34FFF /* QGMP4Box.m */; }; + 8D4685BEACCAF4340D8A62154E3764DF /* Type.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 28BE79355DF52C75090FFE8E82F409B8 /* Type.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8D47F18E560098426EEFFC4B2D3BDC61 /* TUIFoldListViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = EAC939BE9580C808FD4B6EE368DEC4FF /* TUIFoldListViewController_Minimalist.m */; }; - 8D5ADF0C4F778250335502B86D50AEC3 /* QCloudFileOffsetBody.m in Sources */ = {isa = PBXBuildFile; fileRef = 48690F4654CC6797136C23CDB420F510 /* QCloudFileOffsetBody.m */; }; - 8D69DBED1B7F280821BF867E4A712057 /* LLEntryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA9E357EBE09B8FB04E0D52A6DA6214 /* LLEntryTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E0804AC3279DD432CF9F0ABD2CBEA78 /* GPBExtensionInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B61D66FAAF993EA868CC86802228D2D /* GPBExtensionInternals.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E1B47386DA669564234C823FBCA6BB6 /* LLDebugTool.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 80DA8DF4560D22DCB297C1D76E14A1B1 /* LLDebugTool.bundle */; }; + 8D69DBED1B7F280821BF867E4A712057 /* LLEntryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D719F82E4C259D2A6653CED988A55B4 /* LLEntryTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D89FC55E0F3222EF4B20B2470D56185 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F5F73E69C6C34457E532345026784E4 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8DDCF1BFB3E22C70A47CF1C1E830B881 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 8E0804AC3279DD432CF9F0ABD2CBEA78 /* GPBExtensionInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED6D0BBDEA6A7C2D5B444B64F713C28 /* GPBExtensionInternals.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E1B47386DA669564234C823FBCA6BB6 /* LLDebugTool.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6525CEB245DFCDE5C275CD7C19173CE5 /* LLDebugTool.bundle */; }; 8E231A0358910262188B950EE037D1D0 /* TUIBubbleMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = F21C50FB7018219CC9E26F2802E81D76 /* TUIBubbleMessageCell_Minimalist.m */; }; - 8E37D173AEB8FF8ECCA4028F0F8C0788 /* QCloudAbstractRequest+Quality.m in Sources */ = {isa = PBXBuildFile; fileRef = 735156C22241BE6BB31BA3B8BF821FAD /* QCloudAbstractRequest+Quality.m */; }; - 8E3BCA648DE1E1E1AC6A48248C8715A2 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 771CD80A64A178845FC2C4BB567A4538 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E596CBDA745237A010AE6C43429630D /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 064CEDA45AB54736381BEF0722CEED17 /* NSObject+RACKVOWrapper.m */; }; - 8E6911F02C8CBEBDBF812F79B9C8676C /* QCloudURLHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = DC2201A3DE36EA664A4A23138A42175E /* QCloudURLHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E37D173AEB8FF8ECCA4028F0F8C0788 /* QCloudAbstractRequest+Quality.m in Sources */ = {isa = PBXBuildFile; fileRef = 65B435FF8CC32BE003635831A35B2236 /* QCloudAbstractRequest+Quality.m */; }; + 8E596CBDA745237A010AE6C43429630D /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 870D52D73C447FD636F9CF734FB46F4B /* NSObject+RACKVOWrapper.m */; }; + 8E7F7A6F94F6D385D2C91B9B88CAA311 /* QuickZip.swift in Sources */ = {isa = PBXBuildFile; fileRef = A788CEDEF1281778A633CC90035FEF2C /* QuickZip.swift */; }; 8EAFD8B482A0880BAD6BC24A7AA9C3CF /* TUIChatShortcutMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = FD255A844B00B2BE53EC83556C86AEFF /* TUIChatShortcutMenuView.m */; }; - 8ED21F71B07CBB9B9FA5ECF2131A7860 /* QCloudError.h in Headers */ = {isa = PBXBuildFile; fileRef = 21CD9146FF1328867F9C45C25E0E53CF /* QCloudError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8ED34722B5C54230E9FED56FE14F6A84 /* NSParagraphStyle+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 19AB223C1F942890DF0BE9212ABCBAE0 /* NSParagraphStyle+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8ED8766E15435D819882253EB5CEFF8A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; - 8EE5E1E0F23A80F01AD7813021D26775 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B5F5042F3896571E05E61122C0162866 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8EF798F7CFE4ED6959A53BCA940EB3A9 /* QCloudCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F73BA879E079E1A5AE0928F81B96C87F /* QCloudCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EF861A9244BF4976FA0B712FF30DF96 /* GPBUnknownFields+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB51F8B2EA22886BB29FA17F417426A8 /* GPBUnknownFields+Additions.swift */; }; - 8F0A90DEBA76FB530A13FADAC068D1FD /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DB56C90354230FC7108B503D36EA6EAC /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8ECAC56BFFE53EFA7F809759EDC213F2 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 14D8274ED96304DA5EC50AA9181960A9 /* SDImageGIFCoder.m */; }; + 8ED34722B5C54230E9FED56FE14F6A84 /* NSParagraphStyle+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 66E2E0434F90929AA3C75747C7A899A3 /* NSParagraphStyle+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ED8766E15435D819882253EB5CEFF8A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + 8EF861A9244BF4976FA0B712FF30DF96 /* GPBUnknownFields+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DCB9B84D14A418E2FDAE04512FC04F /* GPBUnknownFields+Additions.swift */; }; 8F19D51C9993C8BC7423D6DCC63FA4F0 /* TUIGroupPendencyDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE1410E472321DAD3D7A9845B07EEB7 /* TUIGroupPendencyDataProvider.m */; }; - 8F300908B4A31C64D65358DFCC3196A9 /* TZImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 717B81C5679992AB0C1198CDCD49EA60 /* TZImageManager.m */; }; - 8F328AF7CF51A48B354D03439BD9738F /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA1F95BC2AE0EAB023475411F2E5D65 /* UIImage+Metadata.m */; }; + 8F2062C174573547B4251453CB376F07 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 56FCE53C56B1AC290EFBCE80ABE7E09B /* SDWebImageCompat.m */; }; + 8F300908B4A31C64D65358DFCC3196A9 /* TZImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C49E53A79A1207536287DC0DCE9F250F /* TZImageManager.m */; }; 8F38DBD092CE864B0A785AD3E671343A /* NSString+TUIEmoji.m in Sources */ = {isa = PBXBuildFile; fileRef = 723612A1E297CB61A656728A3CA5BC28 /* NSString+TUIEmoji.m */; }; - 8F39CB0CF7A8950856252AE7B07F2764 /* LLFunctionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 784353DA37A39F5B40EE64CC6348C2D3 /* LLFunctionViewController.m */; }; - 8F43694404EAFF6D73EE58928154C0F2 /* mz_strm_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = 4806A37ADC8E1AFD2D6602A0D52A54F9 /* mz_strm_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F43E9CC36EE5B0ECF39A5806DBA185F /* SVGAAudioLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9022B1F8CA7AA17EFA70ED28FB02E862 /* SVGAAudioLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F5923A37DFFC0F720ED0BC21A6A0FD1 /* TUICoreTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A59F6537B1B9F23ED5E809B231C52402 /* TUICoreTheme.bundle */; }; - 8F66E3AC1D758E5BD60ADA50774A82DB /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = DE90685317F566A867EC2A4D58B7A5F5 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F76F03C24AA73E767A04F148E56F172 /* UIBezierPath+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 4885DA2AB0FC4B985EDC95880F1CE0BE /* UIBezierPath+YYAdd.m */; }; + 8F39CB0CF7A8950856252AE7B07F2764 /* LLFunctionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D1ED24B1F529952BBD894FCCF3FCE92D /* LLFunctionViewController.m */; }; + 8F43694404EAFF6D73EE58928154C0F2 /* mz_strm_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = E94D6FC6BBA7D624CBAFBB126FB748FA /* mz_strm_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F43E9CC36EE5B0ECF39A5806DBA185F /* SVGAAudioLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 18463071CFED590C1D24836B05885720 /* SVGAAudioLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F44838518E25BFCBE5E7565BCBBC340 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BCCCCF6A14FBD367325A30CD31F996D /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8F76F03C24AA73E767A04F148E56F172 /* UIBezierPath+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = C041C1C0192DD4069D355983EA491CED /* UIBezierPath+YYAdd.m */; }; 8F785A734D1DB3F05D1931BAD1581C92 /* TUIConversationObjectFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 872FEC5AA064DBA3B149B71919F8EBE8 /* TUIConversationObjectFactory.m */; }; - 8F86D4F9208954CD2B674B4490B91227 /* _YYWebImageSetter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8DEB350CFCD7C373D1B90E2A2DFB02 /* _YYWebImageSetter.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8F86D4F9208954CD2B674B4490B91227 /* _YYWebImageSetter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2704D5C4423A8E838E6B0BABBBE94D62 /* _YYWebImageSetter.h */; settings = {ATTRIBUTES = (Private, ); }; }; 8FC376E23EBDDA9614DD1FCDCBAECDDD /* TUIBaseMessageControllerDelegate_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E459531FF12481C7C7546D8F9EB01C58 /* TUIBaseMessageControllerDelegate_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FD31D60FDFBDF124AE956E9F343D767 /* YYAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 093F6DA4C4B280185F6791821488D841 /* YYAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8FDB8B23851CC281D5576CA69CD92A53 /* TUIFileMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = FBBB336A7B3D96CF46F0A555530D50C4 /* TUIFileMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FE166FDFD21D842A5FC5F638565C996 /* NSMutableArray+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2A4BB1F9DEDDC74FE6DA31B85D038F /* NSMutableArray+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FF4E9A492CA258F45C0BC51F6F69650 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 44C8CD309D205740AE6E91FC35912EA6 /* JXCategoryTitleImageCell.m */; }; - 8FF7B6477BFA6E6ABA168E1417291D5F /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 012867F77EA4C06969F8E589E4431624 /* MASCompositeConstraint.m */; }; - 9002B36EFB52C0E1D4AE262767AFD8C3 /* LLEntryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED05F48EEE0C26B237BA5E6E85377DE /* LLEntryView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90048ABBFACBE5044CC44972579C1CC0 /* SVGAPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = FA3790ED1C353D98F38FE8635D90B690 /* SVGAPlayer.m */; }; - 901356E3307CBDB599BB4E68B6A928E4 /* LLRulerWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 036A8493F267A265546920A8E22CBEB9 /* LLRulerWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 901401CBD6B9BD144E814FA22F3D3411 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 96CFE93F542A68F13873B7A2311998B7 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 90144D396A77EE2730B9637CE86B6C9D /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 51CA26F641287F8855EFC6724DF07367 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 90196D0B9A0DD557A3162F94C2608204 /* NSDictionary+TUISafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 70B022C3F6170B768EE43DBF5F1231B2 /* NSDictionary+TUISafe.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9027CF29E44F82D4CE33CB554C662F1B /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = 1561E7BDCD20D0328E461774C81100A8 /* NSObject+RACDeallocating.m */; }; - 9028020929B4D10BA807517BBBD3EF93 /* NSString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = ED253747B042E602D6C91CBDB8A3385B /* NSString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90316FD30E81602F58CD3BB547CA2EF3 /* QGVAPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F87D94B1EDF77359432448687D113BC /* QGVAPlayer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 903C0676C8543A3F851A6C7CB065921D /* YBIBVideoActionBar.m in Sources */ = {isa = PBXBuildFile; fileRef = BE34E09E310FAD39B5FA5816A583C4B8 /* YBIBVideoActionBar.m */; }; - 9043FDAE4DF53A0EA892A40410FA9461 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B39097140D840BDDCA338BF5FCEA54DD /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FE166FDFD21D842A5FC5F638565C996 /* NSMutableArray+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D85D8872F4C43D533ED689F1296A9F2 /* NSMutableArray+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8FEC759DB1DB297119DAF46F873E058B /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = CCC67DDD9B3CA33EE959B1D81EFC4277 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8FF4E9A492CA258F45C0BC51F6F69650 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0988FAC07C7B17DED509EA14E10B0F28 /* JXCategoryTitleImageCell.m */; }; + 8FF7B6477BFA6E6ABA168E1417291D5F /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 2821C00BEBA7A34AB9251D906249D3A5 /* MASCompositeConstraint.m */; }; + 9002B36EFB52C0E1D4AE262767AFD8C3 /* LLEntryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 496C613E2157B2A39E319E85D93C944A /* LLEntryView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90048ABBFACBE5044CC44972579C1CC0 /* SVGAPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EA3257F18D88B3479152A534CC03D1D6 /* SVGAPlayer.m */; }; + 901356E3307CBDB599BB4E68B6A928E4 /* LLRulerWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F591AB4042C055E5B6C76A4B21F410C /* LLRulerWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9027CF29E44F82D4CE33CB554C662F1B /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = C129887AC76040D80944E3271E38545A /* NSObject+RACDeallocating.m */; }; + 9028020929B4D10BA807517BBBD3EF93 /* NSString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A66D016F257A22686DD39263FC5EFBD /* NSString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90316FD30E81602F58CD3BB547CA2EF3 /* QGVAPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2591DBDE3C00A396C3FCE002FB06C1 /* QGVAPlayer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 903C0676C8543A3F851A6C7CB065921D /* YBIBVideoActionBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9D8227D55D9E5D154D5FC61514100F /* YBIBVideoActionBar.m */; }; 90471D8F316164B9D1FD0B3BB168EACC /* TUICaptureTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = AE6529FFB0FDD75FD4EC2102415CBACA /* TUICaptureTimer.m */; }; - 905BA262B468FFAB5972F97B7EF69DD8 /* LLComponentWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 682522F66F395094FCF1508C53C40937 /* LLComponentWindow.m */; }; - 90633609A9FA63286F42A4F83E821F0F /* TZImagePickerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A09CEF93EFE09A15795678E4628EC96C /* TZImagePickerController.bundle */; }; - 907520C897E664127ACFB48F092F9F57 /* FieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A1E4B9629768B50FAC5938B8C2E2F6 /* FieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90808BDA069F3F2B36DBD9DD3E4E9866 /* LLWindowManager+Network.m in Sources */ = {isa = PBXBuildFile; fileRef = EDC3AB439C39A211DAE08F7749D129AC /* LLWindowManager+Network.m */; }; - 90AB40458E725DD0A1E8CA7FBC085CAF /* LLFilterLabelModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C402199A7C19DB70EF6165CC811725 /* LLFilterLabelModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9111DCE8B478DB32C900D6A596FF52AC /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F4078DA790DE5F4A9E0EBCD660768F7 /* Accelerate.framework */; }; - 913AD2CA2F03CE4F360AB192307AA9BB /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F151C770BFB3BBC0A554E6D2997E8742 /* NSURLConnection+RACSupport.m */; }; - 9167A6D3D0979512821CBED5B7E80CDE /* UIView+TUIToast.m in Sources */ = {isa = PBXBuildFile; fileRef = B7AC52C17666EC6525CFE7E07F4A589A /* UIView+TUIToast.m */; }; - 918693042E70C68780908DD1BF122833 /* YBIBInteractionProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = F7B9D5023F66AD40897A3FACAF7EE9C2 /* YBIBInteractionProfile.m */; }; - 91898C9672493E98117C81B4DE27F2AC /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A27A3CAB9C1D0CA09627DD6030B9C533 /* FMDatabaseAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 918AD406999AAE718841B034702BF5CB /* TAAnimatedDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E89987E1B5492FE72D12FFBF263D70 /* TAAnimatedDotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 905BA262B468FFAB5972F97B7EF69DD8 /* LLComponentWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 955C11ADE54D8E281B0C584A9D21B91E /* LLComponentWindow.m */; }; + 90633609A9FA63286F42A4F83E821F0F /* TZImagePickerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2425F4C42C699B2B2F6C7EC597830864 /* TZImagePickerController.bundle */; }; + 907520C897E664127ACFB48F092F9F57 /* FieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 633936C3C7698C11ECBB4E448944B614 /* FieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90808BDA069F3F2B36DBD9DD3E4E9866 /* LLWindowManager+Network.m in Sources */ = {isa = PBXBuildFile; fileRef = D88FBE605D42567F2D4BBD51F13CF933 /* LLWindowManager+Network.m */; }; + 90AB40458E725DD0A1E8CA7FBC085CAF /* LLFilterLabelModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C9E2A24C5C4A7D38CA96653CC0F4B8 /* LLFilterLabelModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90C0C07F3A212D7401889C98094A45FF /* QCloudClientContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A06D596F7482F3515D2427A4404EA90 /* QCloudClientContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9111DCE8B478DB32C900D6A596FF52AC /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58E0AB7EC984C6E5FEA1DC0EFD44A26C /* Accelerate.framework */; }; + 913AD2CA2F03CE4F360AB192307AA9BB /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 56EDDB04846AEE364F6EDFBE68E1305D /* NSURLConnection+RACSupport.m */; }; + 915DB5E5BA1DD9EF86C6F293F7A73B6C /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FBCE59E5F89897CB22BF15C2FEA28A20 /* SDImageCachesManagerOperation.m */; }; + 918693042E70C68780908DD1BF122833 /* YBIBInteractionProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 885138D2C1852134DDD12C700F3D552F /* YBIBInteractionProfile.m */; }; + 91898C9672493E98117C81B4DE27F2AC /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3208B408CC3C7A4B635BEB7BDB113A3 /* FMDatabaseAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 918AD406999AAE718841B034702BF5CB /* TAAnimatedDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = EB28AF0B26B39010F91FB7363F105CB0 /* TAAnimatedDotView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91930FDB4F9CCBBA9789806D1611AE6F /* SVProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA8091F5962E176B3F2BF9D1EA157CD /* SVProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91A547B2D3F73FF86D7A13233C4824DE /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E58E38FA1DD9B24672A9500151FE6D8 /* SDImageCacheConfig.m */; }; 91AFF41167C616A131F2E24563B8DDD8 /* JXPagingView-JXPagerView in Resources */ = {isa = PBXBuildFile; fileRef = E03F152E95B6924D2486511337D24503 /* JXPagingView-JXPagerView */; }; - 91BC6FBBE87F9E60873ED0DE8D3EB628 /* QCloudHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D3570A7EC59D075D85838481B4558A30 /* QCloudHTTPRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91BEBD471C408E6C72763AFB6926242B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7184B751586747EA07190E5E65F23584 /* JXCategoryTitleImageView.m */; }; - 91CA8BFAA373E443FDE4906DD9877D84 /* QCloudHttpMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD1CB209F65EDFF312B9A803F98DE95 /* QCloudHttpMetrics.m */; }; - 91CD10FBD253F19CA2D63B8D465F0767 /* QCloudHTTPTaskDelayManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB1E4597FA4DF1E8EA730DE3BAAE2C9 /* QCloudHTTPTaskDelayManager.m */; }; - 91D1262F4BE96BF8B3571073B1975882 /* GCDTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = EFAC5EB3D12F2A178A8DE0F6B3B4A459 /* GCDTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91BEBD471C408E6C72763AFB6926242B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 98A2A4F04D4F2A8A638AA9B338E44680 /* JXCategoryTitleImageView.m */; }; + 91D1262F4BE96BF8B3571073B1975882 /* GCDTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 818DB11336562AC1A972F03DFF74892F /* GCDTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 91F70AF7E114F479081AC32DE57DACF4 /* TUIFileReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CF136691A99D2EAD21A4554F46E537F /* TUIFileReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 922A0859E9496841E557B54836F6D341 /* UIImageView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = A3420642FD3958E6BD891717F991A593 /* UIImageView+YYWebImage.m */; }; - 9237513CA09A59EE8F568570DBAE5848 /* QCloudUploadPartCopyRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 548D34F6170A1B7F8F1EB4BBE0EF9C56 /* QCloudUploadPartCopyRequest.m */; }; - 924FF67A1D8C3FF9FB2D57B9B530CD4C /* LLFunctionWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 718A96947020C5DE11285C5421799D7E /* LLFunctionWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 926DA524D5C2BB96BD976ECDA7578FBD /* Downloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D98461267F745B1EBE8EE50AAEAF9CB /* Downloader.swift */; }; - 9292ECA0992210219776182988C0BBFA /* QCloudLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = D54E60B963045432F57E02171AE8C7E7 /* QCloudLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 92A1F6C31A0DB18F5BD21A0C245C6813 /* SDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 179266BC2C3B9C1BC1AB76D7677AF624 /* SDCallbackQueue.m */; }; - 92D66840A945FAFC01AD1FB4C63C2DDB /* ScoringView+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BB17EB26C18B840FDFABFCD2C4A1964 /* ScoringView+Events.swift */; }; - 9320D67F1B4DB7F053B7DA8CF99C0508 /* YYTextTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B241A6BBA3261241FF305E7C1B4D351 /* YYTextTransaction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9339A018E5BB984901F5588A5EA8A49C /* LyricsFileDownloader+Info.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E1A7B52CBEB40776FBBD7E00B21125A /* LyricsFileDownloader+Info.swift */; }; + 922A0859E9496841E557B54836F6D341 /* UIImageView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = E574C40F420C21B673E260B29187CC76 /* UIImageView+YYWebImage.m */; }; + 9237513CA09A59EE8F568570DBAE5848 /* QCloudUploadPartCopyRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C59A35811D045D2103F806930F28077C /* QCloudUploadPartCopyRequest.m */; }; + 9249595D5F0EFF091099F021A873BCF0 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 2454CAE48481357CF1745DC8E5903F53 /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 924FF67A1D8C3FF9FB2D57B9B530CD4C /* LLFunctionWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 271C0229ED88D5AA2C7861AED43AC086 /* LLFunctionWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 926DA524D5C2BB96BD976ECDA7578FBD /* Downloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E8355675EA5071EBC98F7F882FAC5E /* Downloader.swift */; }; + 9288117F2A605CE87B9EC3A29731BFA8 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = F3FAE829E1F1C5678680A83A0B6AD93C /* SDWebImageTransition.m */; }; + 92D28429763DE4FB896CE299062F56C2 /* QCLOUDRestNet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E69C2D26EA4560B8598F25F9541F86A /* QCLOUDRestNet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 92D66840A945FAFC01AD1FB4C63C2DDB /* ScoringView+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = A37C55998AB08CDD1301043D4FE688D1 /* ScoringView+Events.swift */; }; + 93072AFD06E2CC3F0013C0F83D8F0564 /* QCloudCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 17AA17CAD6E5FBD2D28E6AB5F5E17255 /* QCloudCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9320D67F1B4DB7F053B7DA8CF99C0508 /* YYTextTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA63D2442A6645924C0A8B07764E6F7 /* YYTextTransaction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9339A018E5BB984901F5588A5EA8A49C /* LyricsFileDownloader+Info.swift in Sources */ = {isa = PBXBuildFile; fileRef = E31D790D8300CC805358CF78B8F83DB0 /* LyricsFileDownloader+Info.swift */; }; 9376F221EE3993A371DA76571018C2C7 /* TUIReplyMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1CFA3549E9534C462CB8A97942A3C0 /* TUIReplyMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938303D0D9C246ADF2793B7048768D56 /* OSSDeleteMultipleObjectsRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C9B3407E9964E300B473126AAAE3F5BD /* OSSDeleteMultipleObjectsRequest.m */; }; + 938303D0D9C246ADF2793B7048768D56 /* OSSDeleteMultipleObjectsRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = DD98E8ED0717C05A91B07A8BE8D173CB /* OSSDeleteMultipleObjectsRequest.m */; }; 9386B4CEFE4E711EFEA76804B51FD09B /* TUIConversationListDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5338EF5B447D01D0ECAEDE9DC1891224 /* TUIConversationListDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; 93936384C8E0D62A06CC1114881DFE50 /* TIMCommonLocalizable.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D21C381482DDAD3E0EA0740220813E03 /* TIMCommonLocalizable.bundle */; }; - 93C029E94F812132D896B986CEC41CAE /* LLScreenshotToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 03F305614444015BF088A453D75BD964 /* LLScreenshotToolbar.m */; }; + 93C029E94F812132D896B986CEC41CAE /* LLScreenshotToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D7C57AD1607105DEC7C39A63A1498D8 /* LLScreenshotToolbar.m */; }; 93C38673A78C1F758183901D0779C7B4 /* TUIFileMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BE315555765AD252485AF6B13582294D /* TUIFileMessageCell.m */; }; - 93CE6988D9EB84490E2ECC58100AAD72 /* UITableView+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C1129DB71786693EDAB154C89022AF /* UITableView+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93DD3438FA31B90F60BCC482878F1968 /* YBIBVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = C3596BCDA45C25B2117C700F96091D75 /* YBIBVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93E2C24501FAE3C3B886B9879786EF22 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F25A23DB19B57F2B620D4342E3BC4F17 /* JXCategoryTitleVerticalZoomCell.m */; }; - 9400852C9A13DE4665FC43C319A24974 /* LLEntryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 222CF36F5EE052DB6BF78898FE8EC77D /* LLEntryViewController.m */; }; - 940CD731A431894B0EE4E3283E6F352F /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 912D47DD71DFADB72E7CEDD5287EEB2D /* JXCategoryBaseCellModel.m */; }; - 9413E036088702C5C8888249F8FA550F /* LLLog.h in Headers */ = {isa = PBXBuildFile; fileRef = D638E405D8BD255AF8F38DCA255CDF36 /* LLLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 942D6E9F1D1DFB7F64D83EBFC3BA912B /* QCloudSupervisoryRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F8058E03C03D62659518316D52A1D0A /* QCloudSupervisoryRecord.m */; }; - 9449676C495A42E11212DA1FB962D035 /* LLWindowManager+Location.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CF500A440CB4A87DFD5C4F2EE40F2A6 /* LLWindowManager+Location.m */; }; - 944A2A24288229147FE096D893A64788 /* OSSIPv6PrefixResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 14041B691D7491247310B82D64739506 /* OSSIPv6PrefixResolver.m */; }; - 9470CC4CA104628FE6616BDC7AC04062 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = DD7A09C95FA4450752A0DF79E0D085EE /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94825DA7AAEA8838DD00AE6C2FA11124 /* UIDatePicker+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 42821BF616C6828D2C8981A83A92325B /* UIDatePicker+RACSignalSupport.m */; }; - 94A51470D1D3647BA2C6C8B60AEC34ED /* QCloudFakeRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6D8C17D7EFFE59B3E79D8BBD2DD07C /* QCloudFakeRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94C003B414C2BE38827E80A422040805 /* LLLocationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 44D7C63266B958AF24384DFB3BF655CF /* LLLocationViewController.m */; }; - 94C499B5770C41F7ABDD45B0B0F45197 /* YYTextDebugOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 41ABE376D03A65F97D42923B7751D41B /* YYTextDebugOption.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94CE2F8D9A996E797BBF4D37580CDA63 /* YBImageBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 236FC77C07EFAB2D511A65D97C27EBD2 /* YBImageBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94DDB91F929A377A8C662564CEA81BD9 /* MQTTCFSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 721BED0B5DAF5FDD64D7C82782189E0D /* MQTTCFSocketTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93CE6988D9EB84490E2ECC58100AAD72 /* UITableView+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BE8D4CF57669C588F3A1DA4A196CFCE /* UITableView+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93DD3438FA31B90F60BCC482878F1968 /* YBIBVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 179F0D9FA3412084FD5FF340E63DBDBF /* YBIBVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93E2C24501FAE3C3B886B9879786EF22 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A039D6D65866A45993360A9601C29109 /* JXCategoryTitleVerticalZoomCell.m */; }; + 9400852C9A13DE4665FC43C319A24974 /* LLEntryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F0E904B6D93CD6F33E56B58B1C7FB4E6 /* LLEntryViewController.m */; }; + 940CD731A431894B0EE4E3283E6F352F /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FE686A9827ECAB659EAADD786116222B /* JXCategoryBaseCellModel.m */; }; + 9410F876DDDEC80D0543068BAA3927BF /* QCloudCLSLoggerOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 5995D67905DE8DA0C85C816BFB7C8EAE /* QCloudCLSLoggerOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9413E036088702C5C8888249F8FA550F /* LLLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 5954B39C74121CF6AC1D48F36FEE7579 /* LLLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 944178C604A5AB930C9316018F1E6E8E /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4736BDCC249D881F30B0E910EF990D37 /* decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9449676C495A42E11212DA1FB962D035 /* LLWindowManager+Location.m in Sources */ = {isa = PBXBuildFile; fileRef = DECE1B3117449129BFF50148E603B73E /* LLWindowManager+Location.m */; }; + 944A2A24288229147FE096D893A64788 /* OSSIPv6PrefixResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 53326B99433CB17EEEDF96A68AA4006C /* OSSIPv6PrefixResolver.m */; }; + 946AFB058934E9132141656E2E118364 /* QCloudService.m in Sources */ = {isa = PBXBuildFile; fileRef = F3F3DFC57C90F5D31076EC0506FDB8BD /* QCloudService.m */; }; + 9470CC4CA104628FE6616BDC7AC04062 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 127572DB67007F8A801135939771F028 /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 947DB28DCDD32B9BA4A9A212DD2C81C2 /* NSURLRequest+COS.m in Sources */ = {isa = PBXBuildFile; fileRef = 573D5F5E5850C86399501D720C3C4040 /* NSURLRequest+COS.m */; }; + 94825DA7AAEA8838DD00AE6C2FA11124 /* UIDatePicker+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B71F75534EB02C6DBB2A8BC3182C4618 /* UIDatePicker+RACSignalSupport.m */; }; + 94AB55950CC4D6CFF72E113DF792A80E /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ADC1EFCB1AF0B8A68E4B35C831DC38B /* NSData+ImageContentType.m */; }; + 94C003B414C2BE38827E80A422040805 /* LLLocationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F4B4AB50DF3D7532AC630B88623036E9 /* LLLocationViewController.m */; }; + 94C499B5770C41F7ABDD45B0B0F45197 /* YYTextDebugOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE86551EA966D42E7D231D9BEC686F7 /* YYTextDebugOption.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94CE2F8D9A996E797BBF4D37580CDA63 /* YBImageBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A1B069AB3E68A6B80A51C4E4DE8B2D /* YBImageBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94DDB91F929A377A8C662564CEA81BD9 /* MQTTCFSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A650B893143DD79D4A24688EB42FB61 /* MQTTCFSocketTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 94DE8D06EAB973BA7800E675E9D0FE27 /* TIMCommon_Minimalist.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4DC0797733A618D987907713A3FA27F3 /* TIMCommon_Minimalist.bundle */; }; - 94E66770300FF8E75E1C6ECEF6A72EFE /* NSKeyedUnarchiver+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = ED3F60124D1F64BE9A869D5B5C500CD6 /* NSKeyedUnarchiver+YYAdd.m */; }; - 94FC3E106F506C1078FD089CFD0BA6C1 /* OSSFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB89412A91A86D42BDCB3EFCBE8B644 /* OSSFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94E66770300FF8E75E1C6ECEF6A72EFE /* NSKeyedUnarchiver+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 4054AA13A701D155EB4F42C672681849 /* NSKeyedUnarchiver+YYAdd.m */; }; + 94FC3E106F506C1078FD089CFD0BA6C1 /* OSSFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3335A2B0A42D165AA9CB2D465EED53D8 /* OSSFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; 952EB497D247942EBA417B6ABC9AB3AD /* TUIRelationUserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED079007E65C7E4F9BB0FC4CB4B82DC /* TUIRelationUserModel.m */; }; - 954610B91144AD98FDF33331F742D701 /* LLMoveWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = B3AD45250B6947E772C50E6896E5745D /* LLMoveWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 954CACFF707517EB76A36013CBE9E3DE /* QGAnimatedImageDecodeThreadPool.h in Headers */ = {isa = PBXBuildFile; fileRef = F8A259C7517650851FFC0D29B1C032E2 /* QGAnimatedImageDecodeThreadPool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 955B87902E039163281C4F47C95DB851 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = AA6C170C80274AA4B47C157B76FEDCDF /* MJRefreshBackNormalFooter.m */; }; - 956326326ACB3B4A18CA746132A47A45 /* LLWindowManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F23177A9F373D97D957CB188DAB1DE /* LLWindowManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 957209D5FE4C6DEEFE9A3944C9454809 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */; }; - 958E079650D9C858359AD2D789F0BABE /* QCloudSignature.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB7CC38CC4EC713F738E35D48A74E91 /* QCloudSignature.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95A34F207A09D1B03BCBD06CB6711ACC /* OSSAllRequestNeededMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AEBC735855A390946B5EF65B3823B1E /* OSSAllRequestNeededMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 954610B91144AD98FDF33331F742D701 /* LLMoveWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 86AD6D03D9F43190DCD771098B142106 /* LLMoveWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 954CACFF707517EB76A36013CBE9E3DE /* QGAnimatedImageDecodeThreadPool.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E672C674D286B7E3E333F7C1B53846 /* QGAnimatedImageDecodeThreadPool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 954FD7741248B918399C66D4F2C80920 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 752CB27682513F1B8A97192D68499E7E /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 955B87902E039163281C4F47C95DB851 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E8B35EA071CA216FA114C683A1E7B95 /* MJRefreshBackNormalFooter.m */; }; + 956326326ACB3B4A18CA746132A47A45 /* LLWindowManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA5811B5C0AC31C2813A4C9C5F4E3AE /* LLWindowManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 957209D5FE4C6DEEFE9A3944C9454809 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */; }; + 95A34F207A09D1B03BCBD06CB6711ACC /* OSSAllRequestNeededMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 294851BCB7F7032F7AFFD95F553C25B8 /* OSSAllRequestNeededMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; 95B600F949A0E184927CE527650CA04F /* TUIReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F3298C534C0E2FE7758FEAD5E431F9 /* TUIReplyQuoteView.m */; }; 95B73724D9E2D04051B157B4ACF6682F /* TUIImageReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 22EAE43A3280942E07FB2459F848722A /* TUIImageReplyQuoteViewData.m */; }; - 95B85D6048A0D15D5C7BE96B35A82C40 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D01B7A03D3A1CE42F6F8CA6C8FE217A /* CoreTelephony.framework */; }; - 95BFF67A4AB5BF68F28B09126F06C5DE /* PitchParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2DDDFC9373673CC8F43300A99610530 /* PitchParser.swift */; }; + 95B85D6048A0D15D5C7BE96B35A82C40 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEAC88F4A48512BA520908592117D51F /* CoreTelephony.framework */; }; + 95BFF67A4AB5BF68F28B09126F06C5DE /* PitchParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0246FDA7364D0587CD127E88083145E /* PitchParser.swift */; }; 95C07B620B190A6533DAF608F5648A3B /* TUIJoinGroupMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = CEFB90355676732A704783490C6AF718 /* TUIJoinGroupMessageCellData.m */; }; - 95C73DF77BBC82BA09363C45E7B6021E /* YBIBSheetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7550D182E44956C61ABC5FDD0196940D /* YBIBSheetView.m */; }; - 95DF4BD28B81E167A3AC2B7629A561AB /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B775B45DE7E0A6F25CAA435FED1917 /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95EB80D49171B815ECAD7D08FDE21004 /* LLWindowManager+Log.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E4CE67C9A59C081F15F846C5A734745 /* LLWindowManager+Log.m */; }; - 95FA274D963B59C3E7313117FC1AC334 /* LLHierarchyDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D7456310EE07F17AF25F30FBA7E159C /* LLHierarchyDetailViewController.m */; }; + 95C73DF77BBC82BA09363C45E7B6021E /* YBIBSheetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 030A2B78F592E1CDA55F1C07AEBB9D34 /* YBIBSheetView.m */; }; + 95DF4BD28B81E167A3AC2B7629A561AB /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E0118A30D1C9313A86123EBF6BAC1C /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95EB80D49171B815ECAD7D08FDE21004 /* LLWindowManager+Log.m in Sources */ = {isa = PBXBuildFile; fileRef = 44CFE02C1A67519FF4978508F2BD150A /* LLWindowManager+Log.m */; }; + 95FA274D963B59C3E7313117FC1AC334 /* LLHierarchyDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 257FB6648D0B314A1191F5FA130A9A39 /* LLHierarchyDetailViewController.m */; }; + 96047018512E60DF3F012EFE9A465444 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 051DA1E0147B6F7888818DE007A07B12 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; 960C79312FBA660C3ADC7D905EEF951F /* TUIVideoReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 72D628EC1573A46B32560C9A16ECF520 /* TUIVideoReplyQuoteView.m */; }; - 9612707F9DE302BF40FCBE970A9F859D /* YBIBContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 45587A81AB0615660244646D82449E82 /* YBIBContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9612707F9DE302BF40FCBE970A9F859D /* YBIBContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = D41726F512CCF8B6A0AD164DEF924C4F /* YBIBContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 961492F53481EE40D2DFF6974BD4E665 /* TUIMessageItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C970BE8C0F0B966E1D47524E71B5C5 /* TUIMessageItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9674D4E2B24CA6EC519AF2963B2C7FAE /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F4078DA790DE5F4A9E0EBCD660768F7 /* Accelerate.framework */; }; + 9674D4E2B24CA6EC519AF2963B2C7FAE /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58E0AB7EC984C6E5FEA1DC0EFD44A26C /* Accelerate.framework */; }; 967AC0C2D7618DFA18C1853BD3D945A8 /* TUIMergeMessageListController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4762AFD2FAD5267D8DC626739141CA7F /* TUIMergeMessageListController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 969F392CDF869FA2F7BE6D03F6DFEEA6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 96C1D55B3436C158B4CBB4E3D0AE53EE /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 14BF43BE178C4AA10A056797985328BE /* UIColor+JXAdd.m */; }; - 96D33654AB6A4B1C9ADFF929FBA5C159 /* NSObject+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D26A701D17EEABC1EF6B5053A3207934 /* NSObject+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96DEE30A1954FC89FC528814C1B095F7 /* UIScreen+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = A0EDE7E40198B2C8562587370C2E6A0F /* UIScreen+YYAdd.m */; }; - 96FCC37C56CC1961A5B35F223676FFB5 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3669B9D9B4922F9AEC4046F6C6A18C8F /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 969C84C2321F177E57A03C99930F4BBE /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = B33F6F638738C1631587CF9F4AB7FF38 /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96A162FD31FDFC98BCCE39E8C9441A7B /* sharpyuv_cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 178AA8E0076FE2B381D68DD0EF7A35B6 /* sharpyuv_cpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96C1D55B3436C158B4CBB4E3D0AE53EE /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = CCE16AE92E53D6ECD64CC073E6CD434B /* UIColor+JXAdd.m */; }; + 96D33654AB6A4B1C9ADFF929FBA5C159 /* NSObject+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F527ACC94FA6F375E754C156382CCF9 /* NSObject+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96DEE30A1954FC89FC528814C1B095F7 /* UIScreen+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = B427CEAA7D18E537E9CC88C1F21B536D /* UIScreen+YYAdd.m */; }; + 96E0C2FCD8ABE38126D264F7ECD941B6 /* QCloudAuthentationV5Creator.m in Sources */ = {isa = PBXBuildFile; fileRef = 434130FB3109DC6C3B32C37632833BED /* QCloudAuthentationV5Creator.m */; }; 970974372522B22B634C0A8DB53AD353 /* TUIMessageCellConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AED3FE2223A068871799C5E979F49FE /* TUIMessageCellConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 970DAFFDE4CD7F110A33347F18895FE3 /* SVGABitmapLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = E0EEE8F740E7D2005A96B4E8DD699E4D /* SVGABitmapLayer.m */; }; + 970DAFFDE4CD7F110A33347F18895FE3 /* SVGABitmapLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F1182213304EEAABF5BCA6C937BB41 /* SVGABitmapLayer.m */; }; + 9733304386DD9640CD3DB461CFE388B6 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C3CB87DA9EDE7FF41B2520CFA0441069 /* PrivacyInfo.xcprivacy */; }; 973F6A72EA33F910C8D15CB1C133F923 /* TUIConversationTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF1B49917497CA7784806318AA23850 /* TUIConversationTableView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9744E7851D6BCCDD20453B7D9FC86A02 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = AA59DD14C40BD66A74D38651FCEFEA11 /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9763AD649AF2676F642BC9A6707E4B86 /* Empty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = F64616BA34683CC79280A13D2EE0FBA6 /* Empty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97694B5A3E6FC632B648D23D314AF28C /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A35217855830B5FCBD9A22EF5A16B80 /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97422ED799F7076A2BBB77B01F084701 /* YYAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = CB305D4FABA7526D33E57167EC22123F /* YYAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9744E7851D6BCCDD20453B7D9FC86A02 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = EAC6FA961FAE20CC2F4D997064233AD2 /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9763AD649AF2676F642BC9A6707E4B86 /* Empty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C0F0F079D7D8B642807DF4243DDF696 /* Empty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97694B5A3E6FC632B648D23D314AF28C /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = C1CF8D6D18654D8A57DF6475F08907F0 /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; 978F01C30F52319F741AFA677AEEBBB2 /* TIMCommonModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FAECA124A85697CFB653B9D56FC4BF04 /* TIMCommonModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 978FBB595C77CD8B1582B41B3C14A17D /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FC338AB84DBB4A59EA971698426A894 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 9796ECD0B3D635C51750FCB5A067815C /* TUIConfig_Classic.h in Headers */ = {isa = PBXBuildFile; fileRef = 368B91EBB98C264B3B1AF05E3E46A89B /* TUIConfig_Classic.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97A4DB544AC61B3EAA955A15E1AEE55C /* FileCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7CAED8CFBD58A948FEFDC98D05B3A1A /* FileCache.swift */; }; - 97B095F77C34C7B89D581061311C7CE8 /* TZPhotoPickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E87DB6ACFF482D7B2365EFA82074E9C /* TZPhotoPickerController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97C5A66B195BD0F9E7468F6C561CB4C7 /* NSObject+YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA0BB8A4DE76ACEDD5CFE6C69C63AB2 /* NSObject+YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97DE7672B0943F648B8EAF7414286699 /* FMResultSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DBC0BAD4F9281386E8BC0FDCB01FEF3 /* FMResultSet.m */; }; - 97ED4FF4690EDEC6FD316DA53A1BAACB /* OSSCancellationToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 24247A6B54051F81748085AF5018565B /* OSSCancellationToken.m */; }; - 980563CFDCB4DCC78ADD0ADAA6F1B266 /* TUICore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B1186EC674E701810914EBF98E6BF146 /* TUICore-dummy.m */; }; - 9814625D681689E4CF5C6C3D37FB9332 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D60F9452422D2548C79E8680FE1D976 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 982CC07AB9A797EFD02AA01DA4ED71F3 /* SVGA.m in Sources */ = {isa = PBXBuildFile; fileRef = 4783575EFDFA7AF19D0C4E7F85CFD8AF /* SVGA.m */; }; - 9838965B6E76EAC0A8EC90802D1A064B /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C67F518C36E23AF40254DBA8D1341DE /* RACIndexSetSequence.m */; }; - 985DB73D5EF7319A9D906C0088D4A940 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C990846C5E3C92D6B1F54978170573C6 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98616885A5EB2E0F3F31E7A6693331B7 /* KaraokeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFC41CE30D06937C22B7E27C45B27871 /* KaraokeView.swift */; }; + 97992A3954BEB40B0B248B71820F5D64 /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9BBA33FC3CC823BBD16F096FCA7BD95C /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 97A4DB544AC61B3EAA955A15E1AEE55C /* FileCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C8352E28276ABECCBF6B5CBF9AF716 /* FileCache.swift */; }; + 97B095F77C34C7B89D581061311C7CE8 /* TZPhotoPickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = E901B9C738AF956C9180931598F4FEB9 /* TZPhotoPickerController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97C5A66B195BD0F9E7468F6C561CB4C7 /* NSObject+YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5273F35430301DCB2CB2E65B05537DBB /* NSObject+YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97DE7672B0943F648B8EAF7414286699 /* FMResultSet.m in Sources */ = {isa = PBXBuildFile; fileRef = E8339637DC47788B094B37DAA0361CB5 /* FMResultSet.m */; }; + 97ED4FF4690EDEC6FD316DA53A1BAACB /* OSSCancellationToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 59BDAE99C8A453E0716B6E9D048C6AF5 /* OSSCancellationToken.m */; }; + 982CC07AB9A797EFD02AA01DA4ED71F3 /* SVGA.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DEAD69054D61CCB6D958539E9108B93 /* SVGA.m */; }; + 9838965B6E76EAC0A8EC90802D1A064B /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F23D61B0CC9F589C58494AD14BDE64E /* RACIndexSetSequence.m */; }; + 9857DFAF20B213ACE748C01D617E9306 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 7DD661DC4DA17AC3DC6E613AF03239D6 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 985BC2F120DCAD22C72FC05F7A7F463A /* QCloudBizHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 261B16A243950212BB35418DB93BB6AC /* QCloudBizHTTPRequest.m */; }; + 98616885A5EB2E0F3F31E7A6693331B7 /* KaraokeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C99D015A7C940CE9FDDF763EB373E6A /* KaraokeView.swift */; }; + 986E2574C7CD1FE624052B54BCD55BCE /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 420FB0C7C3842CFAF770CB25BA445A9E /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 988AF3FFA392E91AD73C2FCF6C2561DB /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 49371CFA0CEC918F0F6B6A0337D3A3EC /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 989C682678F460BBE76B24CD7749844E /* TUITextMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E407B7ED44DC80EEE078DA6D29B6A96 /* TUITextMessageCell.m */; }; - 98A316DC276C0DE190CA07B074F7F89A /* QCloudCOSXMLService+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C59C22BAD3474049BCF91D6D1F429239 /* QCloudCOSXMLService+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98C098E65DE8764AF63F72D9F1159018 /* NSArray+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D336009902F5BB7D273BA4AFAE1743 /* NSArray+LL_Utils.m */; }; - 98CB4BD62636225A73BA6992B6C533B9 /* LLThemeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C76A747AF5148D32E2D72F7E037204D8 /* LLThemeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98CC12887D688588D3FF359BD3327FC5 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 992E7E74FA846B8584E79728F0C6F7D0 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 98D89E51CF701AABB4D70B9F0F76FF66 /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 686CEFEF8F6698FD3A987D079EF81C12 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 98E93420430FC614A21ECD364D958E64 /* QCloudUploadPartRequest+Custom.h in Headers */ = {isa = PBXBuildFile; fileRef = 38284497DD20EB23C007D4DD28318A8C /* QCloudUploadPartRequest+Custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98EFA246A2A845E74DEFF098CE60356C /* SDCycleScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C7A7AD3D79ABFF552B4AAEDBA5A9DCC /* SDCycleScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98F31835D6FA5D1D63DEFEA29C8CE461 /* SVGAContentLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 03D9206219D47CEEE6D52B1D089F4AAC /* SVGAContentLayer.m */; }; - 99196B9247580A210DF4D3D2572E1A82 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - 992358B17598680C77009C89C19AE677 /* NSAttributedString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B04605C171CACC5F44118805A486F3 /* NSAttributedString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98A316DC276C0DE190CA07B074F7F89A /* QCloudCOSXMLService+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D6B3CABB77A10EBDC5B570A9A8F3BA /* QCloudCOSXMLService+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98B0DDAE76A92BF9F61E1713256BB3EB /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 949B809621D2FCC82B4A8BB0D45D9B7D /* SDMemoryCache.m */; }; + 98C098E65DE8764AF63F72D9F1159018 /* NSArray+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 39DD6DBD2B7AA0BC5FB80671DBB24022 /* NSArray+LL_Utils.m */; }; + 98C30507F12E58CA9A3E6EDA028EC589 /* QCloudUniversalPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 68E0700B502E467827221B1B63CF0AAB /* QCloudUniversalPath.m */; }; + 98CB4BD62636225A73BA6992B6C533B9 /* LLThemeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B33D5185321083DF6C87F1AD0D7965B8 /* LLThemeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98E93420430FC614A21ECD364D958E64 /* QCloudUploadPartRequest+Custom.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE1B09C1344A47AC542160EF0CE2E86 /* QCloudUploadPartRequest+Custom.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98EFA246A2A845E74DEFF098CE60356C /* SDCycleScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 28BBE5CA0E653DFC55309420D114D27C /* SDCycleScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98F31835D6FA5D1D63DEFEA29C8CE461 /* SVGAContentLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 94C3B1E2EBA480B36FB2CBCB80883402 /* SVGAContentLayer.m */; }; + 990617052DA6EF627C016A2E88648DC5 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 5172B9719C6B1416C8F5DE34D40DE62D /* types.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 992358B17598680C77009C89C19AE677 /* NSAttributedString+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 4218662ACF9772E721E879F540237337 /* NSAttributedString+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; 99508DEE0C4AD578E99D75DCD73FC280 /* TUIImageReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D106C30BEE5B4E6A2FF73AA473A3BE /* TUIImageReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 99635CA468CC21AAC3D5B922B1D93490 /* LLWindowManager+AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9307B5FE011D6F6ED5ACC26D6E47C901 /* LLWindowManager+AppInfo.m */; }; + 99635CA468CC21AAC3D5B922B1D93490 /* LLWindowManager+AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 50EE79C239B92830F21D8955EE6EAB21 /* LLWindowManager+AppInfo.m */; }; 99802DF430D1711E201A90BE25877DA9 /* TUIChatPopContextExtionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E8366DB1E5DA13F1587059290E9BC38 /* TUIChatPopContextExtionView.m */; }; - 99AC0F90AC1C8CD6FD5E49F8671941F9 /* QCloudWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E8BF528D10019C70F08C573C50A689 /* QCloudWeakProxy.m */; }; - 99B20F1007E6DD270BC8ABB8D1B4E412 /* LLEntryWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C8A81E9E5FF908407DB6AAF637F7307 /* LLEntryWindow.m */; }; + 9982581178747F3CE4B22A5278CCE097 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + 99A761F40711557ACCFEF314AB0433A1 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = A854CE3191D76D68042369EDBBE350D5 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 99B20F1007E6DD270BC8ABB8D1B4E412 /* LLEntryWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = AF5875B9E4EA82B7B633B03AAAD6E712 /* LLEntryWindow.m */; }; 99C826682A5A43AF6FB1A5B25E999198 /* TUIGroupInfoDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B08E549753454E1731D00B4D98F0CC8 /* TUIGroupInfoDataProvider.m */; }; - 99D370B84B89C74D916A5E05FCF84DC8 /* GPBRootObject_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BAAB6788DBAD384970B8CA5CE92451C /* GPBRootObject_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 99FBE73B7B7E6DA785FAD8ED7A2EBB94 /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6DDC7972DDADE492493B995D400DCF /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99D370B84B89C74D916A5E05FCF84DC8 /* GPBRootObject_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ABB0E982A84EA48E230A248227495AD /* GPBRootObject_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99D6AE7BA7A7207D076BB43E3BDD87EE /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = EC854ADAE48D1D721188899ECA252012 /* SDAnimatedImage.m */; }; + 99FBE73B7B7E6DA785FAD8ED7A2EBB94 /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 53DB3A13494D0945C75A8CC83DE45926 /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9A0A9F7CD8522C1D418F8E3525350C8B /* TUIChatObjectFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A32EFD62CBDD8038441F526F801A6B /* TUIChatObjectFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A2DC5356256DDB77F00B03DC8AF88B2 /* YYTextAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BF696DB0B67824D9A719D3F80F4CD4 /* YYTextAttribute.m */; }; - 9A4C1DF662989F02B63E6BEF3781C270 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 9559EC21ED7F4E98D232C84ECEA163E1 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A1286A57D37C2FE4FB4D09B0E376CA9 /* QCloudBundlePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 9212BA51078BD26B1CDDE92F0166CD0A /* QCloudBundlePath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A2DC5356256DDB77F00B03DC8AF88B2 /* YYTextAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB2B14DB6893F18A1AF267FC7BAE77B /* YYTextAttribute.m */; }; + 9A47B33505CB1C3BA51F7563711A6F51 /* QCloudMediaPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C592C2D3BA6D86E50B1A0F596FDDE6 /* QCloudMediaPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9A541A851275150EF7374FBFAAF58CDE /* TUIInputBar_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = C600EA527364A2CC147B44F899DEA94D /* TUIInputBar_Minimalist.m */; }; 9A78E066B1145AAB71A8583CAD852F0D /* AlbumPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4EDE4133B90DA0FCF72C6B9141D7A0 /* AlbumPicker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A7FB1E975A5955C896E6B195C521804 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 204426110067416B491362D7ABBCA052 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A7E5A530442E74CFB56EFB6E40EC290 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C3EDF2ECA609A48A6299174C3958250 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9A7FB1E975A5955C896E6B195C521804 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2141EB126C49BA08DCC00F0DA87296D8 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A800A43E29F29649422625848F7579C /* XHLaunchAdController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C2939BC5265442B84D9DE22A1529E8D /* XHLaunchAdController.m */; }; + 9AC27033FE602AB36090357268FE089D /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F3A086179F4D00BCE9C4B116CA4E3B1 /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9ACFFBD98450F435517BE1D3475810D5 /* TUIConversationListDataProvider_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD3A57805F1807345E09E59E29510FB /* TUIConversationListDataProvider_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9AD13CBA64A2611A305B598B1D1DB154 /* NSParagraphStyle+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F28FBBBCF4CCC86340A0FF856333554 /* NSParagraphStyle+YYText.m */; }; - 9ADB69DEACB5B811F3CBF85ABF4C0F10 /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 04548106866B951006921AF00DE0D9A1 /* RACStream.m */; }; - 9AF1EC09317E5E9DE5D1C70A0B2A6E11 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B0067B68C01AB3887A364BABB15A12 /* CoreGraphics.framework */; }; - 9B222B505118A6DA07A5EC02C94B229D /* QCloudHTTPTaskDelayManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3256BD1FA7962C33DB9B557B92EF68 /* QCloudHTTPTaskDelayManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B2813CB4372A381C770D86A6B8FEA43 /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 873C77F893A4816E5084555066F10F74 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B2E19FB0E083B2DF5BCEE7AEA7D23B7 /* IQUIScrollView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = B41729B5536A6AC1354B2E5EADF8E6C4 /* IQUIScrollView+Additions.m */; }; - 9B3BCBB38A21CC9C9076515CF74AE047 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = E022BE52E2CBA50EAA33B904EFECAE50 /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B4B8A5E6E654F8B1C96E5BE3BA0DF95 /* QCloudCLSLoggerOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = E0D53186B5B8533612EBBA00926B2FE7 /* QCloudCLSLoggerOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B687A9373746BF17EDBEE0400BA1903 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B9353A29D6EC6E90EC2C64FADEDD0A22 /* SDAnimatedImage.m */; }; - 9B6D9A264C830023A2CA54E6166CAB26 /* AvoidCrashProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CA98A77F09F0AB352712BE13267E380F /* AvoidCrashProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B88422EF63D08F2B539B711CD59DED0 /* NSString+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 53817E330C397B22A43D06E36B41D2D0 /* NSString+YYAdd.m */; }; + 9AD13CBA64A2611A305B598B1D1DB154 /* NSParagraphStyle+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = A6438115046C9A4AFB9D0D934BE78418 /* NSParagraphStyle+YYText.m */; }; + 9ADB69DEACB5B811F3CBF85ABF4C0F10 /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 245A82796925813C01558755481EB36F /* RACStream.m */; }; + 9AED07100E2A826E528A668036A85E05 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B7DABC140832AF3685170CFCFD4CB0F6 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9AF1EC09317E5E9DE5D1C70A0B2A6E11 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */; }; + 9B1AC36DF23BABF9F4CAE5C1E531F544 /* QCloudModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 06244A489E7700251865228D1E1C4D9F /* QCloudModel.m */; }; + 9B2813CB4372A381C770D86A6B8FEA43 /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D895346DCC1EEC48430C7AB6D8E991F2 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B2E19FB0E083B2DF5BCEE7AEA7D23B7 /* IQUIScrollView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = DE91DDA59E480F06AE5619F8BFEADE22 /* IQUIScrollView+Additions.m */; }; + 9B3BCBB38A21CC9C9076515CF74AE047 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 506849C49A20678263DA901B20D2A5FF /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B6D9A264C830023A2CA54E6166CAB26 /* AvoidCrashProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B38D36CB742D04E30B2D85A814C19C62 /* AvoidCrashProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B88422EF63D08F2B539B711CD59DED0 /* NSString+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5E009A0FC59AB8A484A91DFE9A0F66 /* NSString+YYAdd.m */; }; 9BA625A9D644B8073647630417F34894 /* TUIChat-TUIChat_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = F8879DB9AD3F9A8F85D8C38EC2024D15 /* TUIChat-TUIChat_Privacy */; }; - 9C034894E873E67C35BAF6879BF6F05A /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 323E560A5CBA3BC04CD92054CD30A16A /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C4F3B14230628913E21EADA643B1452 /* Extentions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A32567127ABAC848D51F4C939E2D5FF /* Extentions.swift */; }; - 9C5AD0CCE68EEAE2096052C189F3A948 /* YBIBImageData.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C1D7D3A305BC6D2EBEE755EB5A930E /* YBIBImageData.m */; }; - 9C71EC782AE737A06EC9F9199A61EE2F /* BRTextPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AAB5B001249D96CE8C2A1FE66E00532 /* BRTextPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C8A60DB6F215924FB99FCE372E39C10 /* NSString+RegularExpressionCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AFCDAAFCBD6B1754C7C41B461713D8D7 /* NSString+RegularExpressionCategory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CB0C910E0950794AF58F2F24D1D9D74 /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3121FA43FAB28AEFB43B567F9077953F /* NSSet+RACSequenceAdditions.m */; }; - 9CD0AF4148006DAE5DD426C527C6FFA0 /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F9C90C051621F066A3D2F27F52C026E5 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CE079FF1A759CC1F214F57922278767 /* GPBUnknownFields_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5214B00F5E32EE3751D1DD70C6B09C8B /* GPBUnknownFields_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BCB83AFAA441B70715DDC721060E580 /* lossless_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = C9E63EE1BD43A418C446CF5C65313BFC /* lossless_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9C034894E873E67C35BAF6879BF6F05A /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 124E6B0B8F024C07FB48F1AE234B17D4 /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C058B5EA32A79EC3F01577625CF7AAD /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 70CBD4C756375967D4C47C612B55B62F /* SDImageLoadersManager.m */; }; + 9C4F3B14230628913E21EADA643B1452 /* Extentions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89873F01B89D25A0015DF173F8FCB8 /* Extentions.swift */; }; + 9C5AD0CCE68EEAE2096052C189F3A948 /* YBIBImageData.m in Sources */ = {isa = PBXBuildFile; fileRef = 07882167580D257D12FFF876E8F32544 /* YBIBImageData.m */; }; + 9C63EC245D30FE12DFE81E059FD16709 /* sharpyuv_dsp.c in Sources */ = {isa = PBXBuildFile; fileRef = AA0D54C6E77FE37313883AA8A706ECE7 /* sharpyuv_dsp.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9C71EC782AE737A06EC9F9199A61EE2F /* BRTextPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = CD878DDD1CD1E1318233F9A64A4386A9 /* BRTextPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C8A60DB6F215924FB99FCE372E39C10 /* NSString+RegularExpressionCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B9B9F811A76BDF28D9B046EBF6DAC4 /* NSString+RegularExpressionCategory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C9664D94F5CDCDDBABD8D87E4E9E338 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5B7DE18A5FF62E205DD4087197F719 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CB0C910E0950794AF58F2F24D1D9D74 /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FD380342D1212C36E6ECDDC90A75895 /* NSSet+RACSequenceAdditions.m */; }; + 9CE079FF1A759CC1F214F57922278767 /* GPBUnknownFields_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E01EFE6F832A24596D9AC6BD3B73D9 /* GPBUnknownFields_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CE0EB475E05D20EFB346F558E284678 /* sharpyuv.h in Headers */ = {isa = PBXBuildFile; fileRef = E01D3CD2410EE7907EA6EEF6ECD8696E /* sharpyuv.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9D2056506EF1FCA542A86810886CC5A7 /* TUIGroupPinPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8034564E23ACFED289992BDEE3ADD5 /* TUIGroupPinPageViewController.m */; }; - 9D3B92F0D94D925112147BA2B5989D52 /* TUILogin.m in Sources */ = {isa = PBXBuildFile; fileRef = 8005A15AA2883C0049FC97E6669A659E /* TUILogin.m */; }; - 9D422527A25BAE6A207DEFE11958ABBC /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A34D23FFDF5900855CC9BC436FB705 /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9D4390C7D097FA6C27E34DC233D08B8B /* LLComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = B33ABF35E96ABE37B2B3453BF842EF63 /* LLComponent.m */; }; - 9D44F5E650F3CEC1BC93A939729217BC /* FMDatabasePool.h in Headers */ = {isa = PBXBuildFile; fileRef = E0810B11491CDAE691F3ED6C4766F317 /* FMDatabasePool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9D5A04CAF690C446B6473161B152AB1A /* QCloudClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B8774079A41F3B0A8535EDA4B2D90E8B /* QCloudClassInfo.m */; }; - 9D781BABE4BC0316C505A2F3EB427B5F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - 9D82CEFBF479CDE63B0FF0735A27E32B /* LyricsFileDownloaderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B065ADB18274304662B055842D547B8 /* LyricsFileDownloaderProtocol.swift */; }; - 9D9511ADB5181DAFEB94BCEA60EF4745 /* LLPinAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = E8B01716AB758E8D6CBBDDBFF566A30C /* LLPinAnnotationView.m */; }; - 9D9E4EC76B429D267BCC7907727B2436 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 968E0E8489EA1FEE210BB51339379F28 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 9DA8BF5E1F62665192ED18B27ADD0FBE /* UITableViewHeaderFooterView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA8DA305EE8D9181700B0E85ACBF0A0 /* UITableViewHeaderFooterView+RACSignalSupport.m */; }; + 9D422527A25BAE6A207DEFE11958ABBC /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83A1B87350B47B701B7EB8EB88499BC6 /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D4390C7D097FA6C27E34DC233D08B8B /* LLComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = BDD184FB49AAA5DE5D5ACB3937E03E17 /* LLComponent.m */; }; + 9D44F5E650F3CEC1BC93A939729217BC /* FMDatabasePool.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7E5AE4D7965CA55496EDFEA70090C7 /* FMDatabasePool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D781BABE4BC0316C505A2F3EB427B5F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + 9D82CEFBF479CDE63B0FF0735A27E32B /* LyricsFileDownloaderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B83B36C5572AD21B1244611CE0416D8 /* LyricsFileDownloaderProtocol.swift */; }; + 9D9511ADB5181DAFEB94BCEA60EF4745 /* LLPinAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2915E9CB3A03E979634EDA449C01254 /* LLPinAnnotationView.m */; }; + 9DA12FAECBBB2D1654A9686479DDDCDC /* QCloudNetEnv.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E5ACFEEDBA8C2A7D1B96F68DF6B2A8 /* QCloudNetEnv.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DA8BF5E1F62665192ED18B27ADD0FBE /* UITableViewHeaderFooterView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05821BB1DB90F8B72B80283C1F0490E0 /* UITableViewHeaderFooterView+RACSignalSupport.m */; }; 9DAF7D6D3F4B671E08C73AEB7A1306B9 /* TIMCommon-TIMCommon_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 1861D51E6AFECEB294232A4496429A63 /* TIMCommon-TIMCommon_Privacy */; }; - 9DB8E1A6396E3AF5AF0855353063ED40 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B68B32C40EAACFBF41CA0FBC1546C6AF /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9DCB863E86B7AE9D88883F3E7E2B52AE /* LLFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 100426633041B94E69C7367D0DC74093 /* LLFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9DE2B9009A83398F51894B2343CF1398 /* QCloudCOSXMLService+Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F228046BA3DB3BF92D807FF46D06083 /* QCloudCOSXMLService+Configuration.m */; }; - 9E1EEF4810C44B92AE79A7EA1C3D1519 /* YYImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B91D5E724A7FD050682DF4FCBF8F7BB1 /* YYImage-dummy.m */; }; - 9E46EF300E2FAE9C075C03534DECBCA5 /* YBIBVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 380962502D82008B0DA186322FC1E653 /* YBIBVideoView.m */; }; - 9E6887F0D737BF162A365E8B2FF6F709 /* LLSandboxCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 16A98E5BDC077F1555782DCE30594D96 /* LLSandboxCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E7FD4501C2EF7FBF3379D21E46DB07B /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B42A64C3FD634897BDC5A5415634AD6C /* JXCategoryBaseCell.m */; }; - 9E9313A64BBD79B2244DEBBD100BEBFA /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5839E2465EFCB6EC01D2CD4DE6D3B0C6 /* BRPickerView-dummy.m */; }; - 9EBEB3D20E9DB94CEC321B8D971D5D61 /* LLFilterTextFieldModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 20C4734B2C29C11E89943BF4ED48D831 /* LLFilterTextFieldModel.m */; }; - 9EC5B480172577DC86FD51F18D19C25A /* GPBAny.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC746F4456DF1846F062EF0158D5F66 /* GPBAny.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 9DB1779CEF4B23B9B8CD85AE7A477A05 /* QCloudConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 45F4B7C5A8DA505B533E619F42693377 /* QCloudConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DB8E1A6396E3AF5AF0855353063ED40 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F58BEADE25C15BB57FD39F431E6500 /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DCB863E86B7AE9D88883F3E7E2B52AE /* LLFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EE083FC43768FB58E6299BFC93E1B8 /* LLFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DCC136C0E932B543E1F434F524E1B87 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D48E08D2AE5436DB1C89330038E1A13 /* mux.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DE2B9009A83398F51894B2343CF1398 /* QCloudCOSXMLService+Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 86D39A24E8E6D5E3CD477F5EBCE3D679 /* QCloudCOSXMLService+Configuration.m */; }; + 9E191D4266BF100CF2DE0102506C6F74 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DC92D07BCBA086FF1F6832BFE6063A18 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9E46EF300E2FAE9C075C03534DECBCA5 /* YBIBVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = F01B9DD6936CA9D299ABD2313E1EEE66 /* YBIBVideoView.m */; }; + 9E6887F0D737BF162A365E8B2FF6F709 /* LLSandboxCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E7EEE99EA228979B8FF09819ECC8FB40 /* LLSandboxCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E69D4C45F2C585CCC13212C2BE183D7 /* YYSpriteSheetImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F43B6EBCF88EF8F5888E8B6A7BD9562 /* YYSpriteSheetImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E7FD4501C2EF7FBF3379D21E46DB07B /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 173D2A7F3566F2074CC8F7D630620FAF /* JXCategoryBaseCell.m */; }; + 9E9313A64BBD79B2244DEBBD100BEBFA /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D080E286FE11680127A4054A5FA7BB61 /* BRPickerView-dummy.m */; }; + 9EBEB3D20E9DB94CEC321B8D971D5D61 /* LLFilterTextFieldModel.m in Sources */ = {isa = PBXBuildFile; fileRef = CBF8ABF0F5C93E5CCE21C819B4785DC3 /* LLFilterTextFieldModel.m */; }; + 9EC5B480172577DC86FD51F18D19C25A /* GPBAny.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = BC72E27DB579BEB3AF79A946FEAC7CC7 /* GPBAny.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; 9ED207EEBBAEC939D21521CA4F2A3451 /* TUIMergeMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = CF8DC8D67823DDEBA8A706CA855A7282 /* TUIMergeMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9EDFD8CCB090927F7D03EC4DE86FB27F /* QCloudHTTPRetryHanlder.m in Sources */ = {isa = PBXBuildFile; fileRef = 69DBB5682495D2343EDB5BBA33EF8EA9 /* QCloudHTTPRetryHanlder.m */; }; - 9EEDEAF30A0745171E689B3B0C971E91 /* QGVAPTextureLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1444A2422702396B38D30FA53D16C3B0 /* QGVAPTextureLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F4AF4819E2A6E01E54A3374113FFFA4 /* QCloudModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D65E4069D50F71191C20F097FFA577 /* QCloudModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F5321CA9D525A29337A77504963DBCF /* LLUITableViewLongPressGestureRecognizerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC7230276400BD97B652992D74B90FB /* LLUITableViewLongPressGestureRecognizerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F63C2389B775C4543044A4210071F79 /* QGVAPTextureLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 29633068DC32D42C43EE802B8FEE1A3B /* QGVAPTextureLoader.m */; }; - 9F69075D5DC6E2F9183F5D8E7B090D76 /* YYTextLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4B0E9AF1DC425F683EAD19AFC28566 /* YYTextLine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F6F901E05D6A4185A05908AB2782B20 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9F6F40AB8B6C82E514BD3868B3C40D /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EEDEAF30A0745171E689B3B0C971E91 /* QGVAPTextureLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6553617854A1BC5A4F7C066D5F8595A /* QGVAPTextureLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F5321CA9D525A29337A77504963DBCF /* LLUITableViewLongPressGestureRecognizerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F4286ABAFA4E942EADCC8DB22FAF8862 /* LLUITableViewLongPressGestureRecognizerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F63C2389B775C4543044A4210071F79 /* QGVAPTextureLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A0FE753B4CE557CC970D9B76D73F24 /* QGVAPTextureLoader.m */; }; + 9F69075D5DC6E2F9183F5D8E7B090D76 /* YYTextLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 159D8A8A4486C6F480E226C1FE22F4BA /* YYTextLine.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9F723293C4D68B55C648A57B36283CF7 /* TUIConversationCellData_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = D814DADC5EB35256584C7C702C130377 /* TUIConversationCellData_Minimalist.m */; }; - 9F925F465F1C00BDE1C99CAF618D2D29 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; - 9F9F09EC77469B710932299D23D3AB0D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6357121AA9EC74D1AA4218F756C2EEE1 /* SDWebImageCacheKeyFilter.m */; }; + 9F9774732B51E37969FEE88DCB08377A /* QCloudOperationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = DFA0DA35E2D6FB4E913955A97497B5D1 /* QCloudOperationQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9FBF7933AA477EFE4996F2FA427425B0 /* TUIImageReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D7379232813932A27501B7ABDE4743 /* TUIImageReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FFBCED2ECA798F52C90F050BA81B311 /* OSSHttpResponseParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B3BA5D06353974236746C59F1C574993 /* OSSHttpResponseParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FFCA26B16410FCB07DAB8A6464358F0 /* YYImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 50374C4613B393AB172EAFA723197796 /* YYImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FFFA84114E3A6494A5E8DD1081F8747 /* UIControl+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 86DED4C847CB1687333D82BF77D26073 /* UIControl+YYAdd.m */; }; - A001AD8FB1D14919112949B16443B582 /* NSMutableDictionary+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED53B73CF9D64B4F955BABACA49A2E4 /* NSMutableDictionary+OSS.m */; }; - A007EA5F40B3284761C5C320FEC89861 /* LLRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 937BAE0D7ECAFAC5DF4B1015DADDDDFC /* LLRouter.m */; }; - A00ECA21D523ED1D698FFEAE82EFC6DE /* GPBCodedInputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FB6E25DD4AF9E7342175D1281FF609 /* GPBCodedInputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0234E08FC869B2266F88614A2F0E08F /* QGVAPMetalRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = D1BD141EC6A53A6B60DC9B14624F1C22 /* QGVAPMetalRenderer.m */; }; - A028CD3C4B02A44E0265B3ECB41DDFBB /* NSString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = AD7C11AB19D85D711E929DC58F74CB80 /* NSString+AvoidCrash.m */; }; - A0429A1909F7621FD97AA26CD9E987EB /* QGBaseAnimatedImageFrame+Displaying.m in Sources */ = {isa = PBXBuildFile; fileRef = 356E53AC019108FC3CD39CF37AB40AD7 /* QGBaseAnimatedImageFrame+Displaying.m */; }; + 9FC6454C7BE48E2A443FFE31C79CE009 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9809E9AA1758192DBA097A0B85175D3C /* SDWebImageDownloaderOperation.m */; }; + 9FFBCED2ECA798F52C90F050BA81B311 /* OSSHttpResponseParser.h in Headers */ = {isa = PBXBuildFile; fileRef = CA22964E96703A296CBCC6C8EE76D1EA /* OSSHttpResponseParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9FFFA84114E3A6494A5E8DD1081F8747 /* UIControl+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 833CD45623D54D32449B0269F42FF369 /* UIControl+YYAdd.m */; }; + A001AD8FB1D14919112949B16443B582 /* NSMutableDictionary+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = 3894010A1895B1C07DA276A05ABC2C46 /* NSMutableDictionary+OSS.m */; }; + A00366375D2AAC0630EFC51B06B74506 /* QCloudRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D2FE67242A6318E17838BC6E0D2A04F7 /* QCloudRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A007EA5F40B3284761C5C320FEC89861 /* LLRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CF9D7A148AC42695D6408414E57C512 /* LLRouter.m */; }; + A00ECA21D523ED1D698FFEAE82EFC6DE /* GPBCodedInputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 531E5D8D4EFAD52A5891EABD90AAC544 /* GPBCodedInputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0234E08FC869B2266F88614A2F0E08F /* QGVAPMetalRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1AED163F7453318A87BA8EC3ABA828 /* QGVAPMetalRenderer.m */; }; + A028CD3C4B02A44E0265B3ECB41DDFBB /* NSString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = E990195FE6FBA70ADA34351E7CCD25EE /* NSString+AvoidCrash.m */; }; + A040FB4307745EFCB52E3935D9022B3E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C58D40FD2776A7FDA0BDA090380771A /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0429A1909F7621FD97AA26CD9E987EB /* QGBaseAnimatedImageFrame+Displaying.m in Sources */ = {isa = PBXBuildFile; fileRef = 946B28E74939B41F3E5E1F215D216804 /* QGBaseAnimatedImageFrame+Displaying.m */; }; A046D6B7F89B0BF16CA32A722C246AA2 /* TUIChatObjectFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = BD84E6AC9ECD5194352D138B1C2FD5A4 /* TUIChatObjectFactory.m */; }; - A0555B6CFD5E574EBD3B4CDB37F3D0B4 /* LLFunctionItemModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D675818455980FA38020761F6771D3E7 /* LLFunctionItemModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0579BFD34A4DB5257BF641BAD61356D /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 4004B7488B679ED2B729FAA9A0EDA5DF /* GPBArray.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A078A275FFFA48D620074790DA3CA6CE /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D2D3B118A4F616DAA2D0738B90699D /* MJRefreshStateHeader.m */; }; - A07C7A7B0A57BA1172D001F0991978A8 /* LLWindowManager+Sandbox.m in Sources */ = {isa = PBXBuildFile; fileRef = 90D8F228D30C0E38CECAA4978016D584 /* LLWindowManager+Sandbox.m */; }; - A09FFE389B050F8157742F7E34BE9C41 /* QCloudUICKeyChainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A39978EF7D591558C823F1C0FE10007F /* QCloudUICKeyChainStore.m */; }; - A0B0FB84DBCD10FAF6A457F03CFFFC79 /* NSUserDefaults+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DAC3115AB9E9572F6566EA9B791BAD1 /* NSUserDefaults+LL_Utils.m */; }; - A0C4DC20A0B5362E0E3E7DFB5A26F86E /* QCloudURLSessionTaskData.m in Sources */ = {isa = PBXBuildFile; fileRef = 02256A35658F257D79F2E0A2FC9C4822 /* QCloudURLSessionTaskData.m */; }; - A0E0DC76F51300E7EB1EBA5492DE854D /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E0E74DDEF5598A8AC34DE1381BBE2F9 /* UIImageView+AFNetworking.m */; }; + A0555B6CFD5E574EBD3B4CDB37F3D0B4 /* LLFunctionItemModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B04FD588361AC945337D1598E01C7B1 /* LLFunctionItemModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0579BFD34A4DB5257BF641BAD61356D /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 832620353D34712C742FF84CAE197BAD /* GPBArray.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A05A1BDC235ED22B7058ABCEA914C9FF /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = A40B5850F42C9F2EA897B51AEE0D8B5E /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A078A275FFFA48D620074790DA3CA6CE /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F74534DD00ED8AD8D1691A2BB9D83F56 /* MJRefreshStateHeader.m */; }; + A07C7A7B0A57BA1172D001F0991978A8 /* LLWindowManager+Sandbox.m in Sources */ = {isa = PBXBuildFile; fileRef = E882A31346C9BF6AD308748322037D46 /* LLWindowManager+Sandbox.m */; }; + A0B0FB84DBCD10FAF6A457F03CFFFC79 /* NSUserDefaults+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FF852EB512934C26ABE45459531A3B6 /* NSUserDefaults+LL_Utils.m */; }; + A0DE292AA750F2258C65448C6608A2D0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + A0E0DC76F51300E7EB1EBA5492DE854D /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 2528CB08F9004F4D178CD52746CB6A64 /* UIImageView+AFNetworking.m */; }; A0E338B103FC0FA96106564B5DD5C893 /* TUIRepliesDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 73862A0F8AFCF49692EED3FA5095F177 /* TUIRepliesDetailViewController.m */; }; - A10FE58BAF663340918C3EBCC2BA6E5E /* AgoraLyricsScore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B45199EF5621FF4E7B7DEAE995A0EE45 /* AgoraLyricsScore-dummy.m */; }; - A111B75180D308835F93BD080A6590AE /* QCloudSHAPart.h in Headers */ = {isa = PBXBuildFile; fileRef = B6123F6972C52F09194644A8E32B02B0 /* QCloudSHAPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A11A08B19EAA6632F0985238F742D061 /* LLWindowManager+WidgetBorder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE87813BC5C3F351ABF41B3DAEE6338 /* LLWindowManager+WidgetBorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A125CB6BC39EEED37656AFB02A23E90B /* YYSpriteSheetImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A9C0B1C108E00CC8C13BF1F3E12E325 /* YYSpriteSheetImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A12B5AA99615B7B720F5B989CB1FFB4C /* UIDevice+LL_AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9842CBBE1DDEAF850B3443F53051090E /* UIDevice+LL_AppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A14CB138559202BF9783493A3B0A49F3 /* YBImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D47EF12A03D7398C37784DF392ACDF6 /* YBImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A16D475B9744F3EC466F2FB5A4722CF3 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A5B624A70D4735B79D27A4C5B4DA64AA /* ImageIO.framework */; }; - A190A9DFC23558006BE5D8D5B6DAE51C /* mz_strm_zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E55AD78C94C23BE35748AFED72216A /* mz_strm_zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1A1266FD70CEB545FD7602CC33F2F7B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; - A1AFED6D834A1C13AC5F1D2E0EBE2A37 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - A1BFCC1BC5107F5F72BDBDB98E12559C /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 73FB31866D38C5A31179DE08FB3FCDB2 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A10FE58BAF663340918C3EBCC2BA6E5E /* AgoraLyricsScore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E78BD18606BCAFEF0DC2614E44A77665 /* AgoraLyricsScore-dummy.m */; }; + A11A08B19EAA6632F0985238F742D061 /* LLWindowManager+WidgetBorder.h in Headers */ = {isa = PBXBuildFile; fileRef = 49098F94337DC909DDE21BA772E42097 /* LLWindowManager+WidgetBorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A12B5AA99615B7B720F5B989CB1FFB4C /* UIDevice+LL_AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CA370E64DDEBD6C236981FF251943FDF /* UIDevice+LL_AppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A14CB138559202BF9783493A3B0A49F3 /* YBImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F5BE411CF25FCA5CD7E0AB91D9F667 /* YBImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A15D56A21EE43AEC3C2750F4077724E6 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */; }; + A190A9DFC23558006BE5D8D5B6DAE51C /* mz_strm_zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E097EC9B0B182C9251F68DCE5CA077 /* mz_strm_zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1A1266FD70CEB545FD7602CC33F2F7B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + A1BFCC1BC5107F5F72BDBDB98E12559C /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = C26C688B21DFA84C8D76DEBDB5DE5900 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; A1C02A0C13BE4A139BC38BBE20217FA2 /* JXCategoryView-JXCategoryView in Resources */ = {isa = PBXBuildFile; fileRef = BB4F011171FCB76B1AEBE390F843E930 /* JXCategoryView-JXCategoryView */; }; - A1C41F38F77CA1B9ED641356A11F9438 /* NSBundle+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF50E39F73539D79DE0EE24D597BCC2 /* NSBundle+YYAdd.m */; }; + A1C41F38F77CA1B9ED641356A11F9438 /* NSBundle+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 40B0A8FBE9FD9A238019E1407165E4CE /* NSBundle+YYAdd.m */; }; A1DBE69F147126DE73D120F58C52B4B2 /* TUIEvaluationCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 757BEFA20C7A216740F15BDA6826B4D2 /* TUIEvaluationCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1E44277704AD68E867FD7C955A6632D /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F3238A7705973F5D24304E387D6646F4 /* MJRefreshBackGifFooter.m */; }; - A2353141EEDB62BAD82E51BF0783173C /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 24E85B1054FDBB3D58BDE7CDC036EFD9 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2454462B76EE45C94E8D5C7EC928A1E /* KrcParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1872E3DC15A4A585A5D6B157E5353431 /* KrcParser.swift */; }; + A1DF11B4D45D94B328E2328C4777388B /* NSObject+HTTPHeadersContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 36012A420D82DB138733A44B388B1091 /* NSObject+HTTPHeadersContainer.m */; }; + A1E44277704AD68E867FD7C955A6632D /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87762B7F423D5B4577372B1C4CA251 /* MJRefreshBackGifFooter.m */; }; + A1FC05F419B8D6B83D3843FA83853F7A /* NSDate+QCloudComapre.m in Sources */ = {isa = PBXBuildFile; fileRef = 52FC4D832F12D680AFF8E57509D359B9 /* NSDate+QCloudComapre.m */; }; + A21D69A2C582FEA68095ED6C397C9B21 /* QCloudLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A98EF0C285EB6AA0D7E2AA12C47A3DA /* QCloudLogModel.m */; }; + A2454462B76EE45C94E8D5C7EC928A1E /* KrcParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 054E14AD32504319CB474E4139346E5F /* KrcParser.swift */; }; + A285055D053D4ADB471F4E3EBB371881 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE4025DBF9D64A7620C5DB2BE5A0323 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; A28C8698007304A3B1E1BBD145D03C80 /* TUIConversationSelectDataProvider_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = C2147602278DF464D75720F3926C978E /* TUIConversationSelectDataProvider_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2A1537F991F3BB1588DC2DECAA5EA90 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6E83C30EDB74218EA5F36BAAEA976F47 /* Media.xcassets */; }; - A2A1EC90455B7E81F29318699D701A96 /* QCloudHeadObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 508983BAD4AE67AB61E3DFCBA3B75547 /* QCloudHeadObjectRequest.m */; }; - A2F2DE8FA01256AAF0E4FFDF9C8ACE39 /* OSSSignerBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 47E10E0D6778A84F4226B56EA9B3EE54 /* OSSSignerBase.m */; }; - A305809A51C3D44F17934E60C7E0839A /* GPBApi.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = E638ADEEE618D9115549F970DEB31647 /* GPBApi.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A305D73E42D1C3551F44C32E85C7AE49 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8B4B231A3F303B1FE0DC0673804179 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - A3176DB51EA73D03577A270CCFF37DE9 /* ScoringMachineEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36F2ADBE477D20DCEFB2B7B11D9398BC /* ScoringMachineEx.swift */; }; - A325C7E5098EB5641EF49D279EA9EF03 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D50156FF02FF501BE9BE16E890E6F36 /* JXCategoryTitleView.m */; }; - A32C1CB2C8090B1CDBD60A3F269E6291 /* QCloudAbstractRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = CAA846B08517159F1B9AFA67795013D3 /* QCloudAbstractRequest.m */; }; - A34F832763C924A0911D1E7797533EF8 /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B6C8455312D1E21D836A863FAEB6B1 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2A1EC90455B7E81F29318699D701A96 /* QCloudHeadObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 18D2FEF453C1FF5F03E8B0D15A686EB8 /* QCloudHeadObjectRequest.m */; }; + A2A33A8ABBEF5952A14DC2B2DB3A6395 /* UIView+TUIToast.h in Headers */ = {isa = PBXBuildFile; fileRef = 571F3B6AC50B0F54672B1002F50CA2B8 /* UIView+TUIToast.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2C72BA3B8F2D01077DC7228E3FCA9BB /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A56B72967B091F864CB20F623DA2C29 /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A2F2DE8FA01256AAF0E4FFDF9C8ACE39 /* OSSSignerBase.m in Sources */ = {isa = PBXBuildFile; fileRef = F8C5DFC4B1BA70104474403CA92FE167 /* OSSSignerBase.m */; }; + A305809A51C3D44F17934E60C7E0839A /* GPBApi.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = A843C278D3C8BB646A31811099D29D54 /* GPBApi.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3176DB51EA73D03577A270CCFF37DE9 /* ScoringMachineEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 804B6C26F4D83BE2E9062AA0F6DC6F29 /* ScoringMachineEx.swift */; }; + A325C7E5098EB5641EF49D279EA9EF03 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F63E52D11DEB5B6EE1C9579BF3FE24A /* JXCategoryTitleView.m */; }; + A34D8C34F49A1B8F047320AB4F82E1B1 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 970D9EACC78284B54A1F72150FC2E3DC /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A34F832763C924A0911D1E7797533EF8 /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = FB1E5E7F5697D29997D86539EF030204 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; A3678ADE855E05137649DB3C40AC1726 /* TUIMediaView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A21DD9A7DE0469E7318C8B61E5363B3 /* TUIMediaView_Minimalist.m */; }; - A3716B6B67727A527D76218D7A8C4C0B /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 3A88737F7B4E7160E58FFAA2E27780E9 /* RACCompoundDisposableProvider.d */; }; - A3809882E960B7CDBE3B9CD29108DA23 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC8BBDB51284975BAC168144CF24160 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A39098864124E903903D3D6A5505E7B0 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E963D3F3354A877AAEC8CCC24B927D /* mux.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3909B8A8CCDF010EF00EA5E5E98BCEB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - A3BD74698F85D9E1E91D0071CFFD9DF9 /* QGAnimatedImageDecodeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A669C34401252F978308F1576563A14 /* QGAnimatedImageDecodeConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3716B6B67727A527D76218D7A8C4C0B /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 6824EFFB2DF8DF71A43CF65B2166C025 /* RACCompoundDisposableProvider.d */; }; + A3909B8A8CCDF010EF00EA5E5E98BCEB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + A3BD74698F85D9E1E91D0071CFFD9DF9 /* QGAnimatedImageDecodeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = D48406ECFA351C6F7D54A6AED174AB88 /* QGAnimatedImageDecodeConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; A3C0593AA171CDF13265995EE1C27679 /* TUIC2CChatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FFB85987A25E738F2F8E252A56EB58 /* TUIC2CChatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; A3C1D358E7E0DB52EAF1050F67D15699 /* TUIMergeMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4A1EA0001525A567CA5C9A0ACD8D79 /* TUIMergeMessageCell_Minimalist.m */; }; - A407F1B14A4C6ACD00DA37BD363C9ADB /* LLHtmlWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 07FDA729CDF8A809667CE7E8744C07A9 /* LLHtmlWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A44C1B664D16CE42922D382B552CCDF5 /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 148CB482AC0BEB1AFFE5154991BEC4C4 /* YYTextLayout.m */; }; - A473E0B6F34CBE03B9E1F0511E140735 /* AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = FD10571A0E69D1CF3DD44B0CA32A3B71 /* AvoidCrash.m */; }; + A407F1B14A4C6ACD00DA37BD363C9ADB /* LLHtmlWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F31A243F668C6A4AF248FA150D12BE7 /* LLHtmlWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A440A7EEFADFFD94BFB34CF6A5E0F1DF /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A6BA0250C2F6D4F2BCC2672039E42CB /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A4451C7D94BA8008E40C8EB990935A11 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BE80E73713E6B92DFD7AD96200871E23 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4481377BF1E1A5941F72040B72F2AE2 /* QCloudURLTools.h in Headers */ = {isa = PBXBuildFile; fileRef = 12FCDA8A663063D3563E8ABF705F753B /* QCloudURLTools.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A44C1B664D16CE42922D382B552CCDF5 /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 65A21517F1B0976640D3EBA5FBA94FE5 /* YYTextLayout.m */; }; + A46A5051A0F6AB64456EEE09AC53F34A /* sharpyuv.c in Sources */ = {isa = PBXBuildFile; fileRef = AA2B2D71250717874EE1316DD847FA6F /* sharpyuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A473E0B6F34CBE03B9E1F0511E140735 /* AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F3C1C7EE86FDD4450BCFA8788B2ECAE /* AvoidCrash.m */; }; A48B4E774BF0CC6A37149A99414D7972 /* TUIAttributedLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 454F9DFDA1065D194C8D1B3C486EF23E /* TUIAttributedLabel.m */; }; - A4CD275DADB3551201C2A05AD4BB269E /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA00B33D07C2257E53459D1AA6DF78B /* NSEnumerator+RACSequenceAdditions.m */; }; + A4CD275DADB3551201C2A05AD4BB269E /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = D4F67604087AD9B44011752BE07DCF17 /* NSEnumerator+RACSequenceAdditions.m */; }; + A4EF17A277710C6D0D34A277B977FD84 /* TUIDarkModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D0CE18216B8392E2C506407533674D7C /* TUIDarkModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; A4EFF3A030165417C5D7BD5FC9A54416 /* TUIChatService_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = B0328F1C971A4B5D62BD91D769B98D0A /* TUIChatService_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; A503385F27166BA89C1C760F7CB62384 /* TUIMessageController.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E9DEFD66C96770DF6DFAE74BA2EE2A /* TUIMessageController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A50833B08706004695F22D20FB258019 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A6223A3CE26074CA9826D818FD6D9D /* RACSubscriptionScheduler.m */; }; - A508F79AAC8CD67107DE7B2457764030 /* LLBaseTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EDCA7092BC03B9E08248A523C81623F /* LLBaseTableViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A50D37FB316D9F8AC7CA949924792EC7 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 1A23EF77097C6A1C74E776951B509E5B /* PrivacyInfo.xcprivacy */; }; - A511C366D4A885EBF7F0D8A3630104FC /* LLRouter+AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E43C0ADF881FD3563B72BA5623AB21B /* LLRouter+AppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A511DD8DC9AACC15C9809C32736022F5 /* QCloudService.h in Headers */ = {isa = PBXBuildFile; fileRef = E18B499863F3BE8494CA3C4CA00806B4 /* QCloudService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A50833B08706004695F22D20FB258019 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 566FDD1AE49BCCA730F80262075F175D /* RACSubscriptionScheduler.m */; }; + A508F79AAC8CD67107DE7B2457764030 /* LLBaseTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 198A5EBC9590D63BE3CAB04B28CDF8F0 /* LLBaseTableViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A511C366D4A885EBF7F0D8A3630104FC /* LLRouter+AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 964F3D8F359976D48FCAC5DD75A5BFDD /* LLRouter+AppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; A5126F403ECF0AE36119C5B3BB2792F4 /* TUIConversationSelectController.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D1B036F87F771DFD660BCC3CF71B90 /* TUIConversationSelectController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A54E948A6C110CA478341C95779F4F9C /* QCloudFileOffsetStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 775560D20105CB51E7EF7E299897C02A /* QCloudFileOffsetStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5549AA24F3127285C539E4B76DD61E3 /* LLLeftTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = BF20B12E834B2ED83365F8F857203CF1 /* LLLeftTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A55698FB562D29144BD37E7A7DAB3C78 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D543084AA38F3C3880C906EFA3B0C2 /* Logger.swift */; }; - A57A3BE00FE7CE8F25BB2AB8CB5BBEA4 /* LrcParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADCFD520A1AA47C58313C5F58E22176 /* LrcParser.swift */; }; - A583A30CEA07A0748B6D95D5D12FF5F2 /* UICollectionReusableView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 836D47EDA8BEB432F379BD9A9BEC2AEB /* UICollectionReusableView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5875BA1D4230D53C00361710D077EB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; + A5525C13F7059D560ADA5D4EDD989BBD /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4627632506D9439D7376337580A3FD /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5549AA24F3127285C539E4B76DD61E3 /* LLLeftTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D83D29C17726EA004AFA1EEC6CAB8500 /* LLLeftTitleCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A55698FB562D29144BD37E7A7DAB3C78 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = A822C26AE0E09507C5BE0E0483A4A50D /* Logger.swift */; }; + A57A3BE00FE7CE8F25BB2AB8CB5BBEA4 /* LrcParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53DBF62188AE61537857FDD326B010D /* LrcParser.swift */; }; + A583A30CEA07A0748B6D95D5D12FF5F2 /* UICollectionReusableView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA56561051F5AB29A5EE756CFCE29EC /* UICollectionReusableView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; A5A4A89D4912328ACFE850840C81AFCD /* TUIVideoReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE1997B7EDDED81709C013F1C343020 /* TUIVideoReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5B6D2F21FDEEE7320A50D105D3282BB /* BRPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 16C764907155092CA362EE87202CB7AC /* BRPickerView.bundle */; }; + A5B6D2F21FDEEE7320A50D105D3282BB /* BRPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 636A9A0E63BE985BA9AB86C1BFCD36AE /* BRPickerView.bundle */; }; A5C6AEEDF7CE8F35ECB2433DB4BAA0FD /* TUIReplyMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FB1C741978B157373EE662BEA616C227 /* TUIReplyMessageCell.m */; }; - A5C8153E33B06145D0DB2DFAFC9D6467 /* LLScreenshotActionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EFB87AFFBE3A61E5E0B068AA4508D41 /* LLScreenshotActionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5C8153E33B06145D0DB2DFAFC9D6467 /* LLScreenshotActionView.h in Headers */ = {isa = PBXBuildFile; fileRef = B7124E3AB8B2A17DDDE341905B29D3B2 /* LLScreenshotActionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; A5E2EC70CE6A9FC7335573DD41E365FB /* TUICommonGroupInfoCellData_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D349B4677392B69A14A120F95770225 /* TUICommonGroupInfoCellData_Minimalist.m */; }; A5FA9A0BBC68611F42DFBB6793732B2E /* TUIOrderCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F76A085CD6104D282D09A6AD4CA316 /* TUIOrderCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5FD23174C48674A5CCD2F6B932CEF01 /* NSObject+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = FF9748894B8C35A1825C07C5F420B7C3 /* NSObject+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A5FF072E62B134B8816E19FB9240F843 /* GPBFieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = A78E12FAA97079585B4D6DE0C45D8A6F /* GPBFieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5FD23174C48674A5CCD2F6B932CEF01 /* NSObject+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C637B450878EC0105E357CBE570977 /* NSObject+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5FF072E62B134B8816E19FB9240F843 /* GPBFieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = F8C1DD44B9C4527BEADA7745279F5A17 /* GPBFieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; A60D40B788496A29DFDF6F9DB519049F /* TUIOrderCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E24F5FA1F54B91337C6669D431BE22 /* TUIOrderCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; A60E2744E30FF5F78A3037C83103024D /* TUIBaseMessageControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8C9936364E090EC4037ED3F5F40990 /* TUIBaseMessageControllerDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A61051FD5085BE911E11C29BA0767073 /* QCloudCOSXMLDownloadObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = BAF83BAFBB271E58F6BD133128490A58 /* QCloudCOSXMLDownloadObjectRequest.m */; }; - A61C327D757A120970680467C85B53AE /* OSSDeleteObjectTaggingRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 650ECB455240EC2D4951420C5853FB71 /* OSSDeleteObjectTaggingRequest.m */; }; - A63F84ECA6067F5AB271B8A351BD66CC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - A643679AC9795083558C6D8E33AF6151 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D60397114C329033F3EC1FE6C91F841A /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A6550B6FCD7840E718E0C3E81F11CF61 /* UIButton+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 31E61363BD9694569DD3E9A63B4E4511 /* UIButton+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A65BA83F178BD0897B4447E8E5285DA4 /* QGMP4HWDFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F7A26AF65BC509BC99AA1FC85C51745 /* QGMP4HWDFileInfo.m */; }; - A68865C72552A210385AE93116D82663 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = A1FF9203E1CA53CFB391D1B29B255EFB /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A69690C43A272A643A24944BB22368C5 /* YYTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C3E9C4EBA37ECB192FF24CDEC1BC61 /* YYTextAsyncLayer.m */; }; - A6B4B302A0EAA86D83AD877DCFC48098 /* LLFilterDateView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F21BBE5CAA353DB16B76CF0B6E2AEA /* LLFilterDateView.m */; }; - A6DFB50DD4199408EC4C671915BBD675 /* LLHierarchyViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 315FC00907D3B61F7085A204AF7583FD /* LLHierarchyViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A71E222C76A20B18600A6DE4091CFB0E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 8884A54CC62EA704007A7C723CFD1665 /* SSZipArchive.m */; }; - A7234DE6C34F7963B730FCD90961EA60 /* QCloudPutObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AD876C2E305B26F51D1C62B84BC2F1A /* QCloudPutObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7319C0A38A05660801DFC829A8C3689 /* QCloudBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 42E9299398EEF93DC318C686625437D5 /* QCloudBundle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A73EC7E8F57613F289B093884FAF3875 /* QCloudClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 54D1057009A2FE4069E1C199BCBF7C28 /* QCloudClassInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A76446BBD07801DDA6DED159B4DD48A5 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0BD0C10DA136133A117EA08236E700 /* SDWebImageDownloaderDecryptor.m */; }; - A77513C2862A446F87DAB1690C77128D /* GPBFieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = B21FAEC52778928CA42CDA254919B55B /* GPBFieldMask.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A77A96B2165EBFD1E0D1F32C9D00DEA9 /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 4841B1E779CC86B9DCFEEE99A605C413 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A798D4549AEDBC29A35E0B5BBF30F65E /* LLSettingWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6825071B8D6EE88F46C7CF6C8D25B734 /* LLSettingWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A61051FD5085BE911E11C29BA0767073 /* QCloudCOSXMLDownloadObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = FA837873F85F252C525CF12F829B63C1 /* QCloudCOSXMLDownloadObjectRequest.m */; }; + A61C327D757A120970680467C85B53AE /* OSSDeleteObjectTaggingRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D50571E178CB946E00CDBB58FFEF86A /* OSSDeleteObjectTaggingRequest.m */; }; + A6218CC0CC33EAC275688CD355E5FA5F /* QCloudSupervisorySession.h in Headers */ = {isa = PBXBuildFile; fileRef = 901CC5EAB5ED1AB3CD4F66B53DC3FBA0 /* QCloudSupervisorySession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A63F84ECA6067F5AB271B8A351BD66CC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + A641DBB197994FBF55FAD34D1ACB14D5 /* TUICoreTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A59F6537B1B9F23ED5E809B231C52402 /* TUICoreTheme.bundle */; }; + A643679AC9795083558C6D8E33AF6151 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F112C3B368900AC91342C575129D408 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6550B6FCD7840E718E0C3E81F11CF61 /* UIButton+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ED69B152C17210BC2731414127ED372 /* UIButton+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A65BA83F178BD0897B4447E8E5285DA4 /* QGMP4HWDFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F6FB22ABD703CC1F4175147C64B1A813 /* QGMP4HWDFileInfo.m */; }; + A69690C43A272A643A24944BB22368C5 /* YYTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 95348C1B9E8D0E2F7C82E9F6C3F97E15 /* YYTextAsyncLayer.m */; }; + A696C2566229657ABC08C3D426FFE439 /* QCloudService.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DF68829FE7979DEB147A9CCD440A89D /* QCloudService.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6B4B302A0EAA86D83AD877DCFC48098 /* LLFilterDateView.m in Sources */ = {isa = PBXBuildFile; fileRef = 429A49CEFACB0100E69E184D4A522FA9 /* LLFilterDateView.m */; }; + A6D0AE81FA37129A5FE04BCB79DD116D /* NSDictionary+TUISafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 70B022C3F6170B768EE43DBF5F1231B2 /* NSDictionary+TUISafe.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6DFB50DD4199408EC4C671915BBD675 /* LLHierarchyViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B3F48FE792CECA33672C41A4D8BD042 /* LLHierarchyViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6FCF74348D1907891FBDE3F2E331136 /* DZNEmptyDataSet-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6910FA040AB021CA0F5830FF0839FD7B /* DZNEmptyDataSet-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A71E222C76A20B18600A6DE4091CFB0E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = B3EA83084B4137AB0A6D53E970DFC6D2 /* SSZipArchive.m */; }; + A7234DE6C34F7963B730FCD90961EA60 /* QCloudPutObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = A7158B2E65CE28721E589051A345A11C /* QCloudPutObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A77513C2862A446F87DAB1690C77128D /* GPBFieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE9B582BF39C18F4D7317A652F24D5A /* GPBFieldMask.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A7765D50E38CB3E734DDF8725396AC45 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = E6DB2B35EDA9A3D537A0CB0B64DCB6B3 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A798D4549AEDBC29A35E0B5BBF30F65E /* LLSettingWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 838CCFE15333DEEA8228C2554842E958 /* LLSettingWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; A7A1EC2B3C52F1E3109913BEE0C0A0CD /* TUIFoldConversationListDataProvider_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 849DEB0595FDC54CF25BCD9A3B3BF07A /* TUIFoldConversationListDataProvider_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BDEB5D315249538BB28746C4991AC9 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A4B0155D81BD9992D04820FA803A6DE /* MobileCoreServices.framework */; }; - A7E260770BA88D7163467308544077B1 /* LLLogFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E863240CED41D55CF689930006088FC /* LLLogFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BDEB5D315249538BB28746C4991AC9 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 169AF84117584D4AB2F0D8F79F35DB9C /* MobileCoreServices.framework */; }; + A7CA4EEF45CB386B0BF75DDE6C631D1C /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A5365E0D8D6927165CC7E94818B2558 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A7E260770BA88D7163467308544077B1 /* LLLogFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 696F633AEC1D7F0B863BC7BE17DE4A52 /* LLLogFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; }; A80C99AEA35E16F621C66C2CF026739A /* UIAlertController+TUICustomStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC8D55D1FF5DA885E9FF8AE8E2D7517 /* UIAlertController+TUICustomStyle.m */; }; A825D29D9DEA653F6681156B2C0D79BB /* TUIGroupInfoDataProvider_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 78C38A473ABFCB87E5984F46822129BA /* TUIGroupInfoDataProvider_Minimalist.m */; }; - A826A5E0505880B690A0B1877D27CF17 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BAAE3507872C8B9A98EDE04DD2B674E /* NSArray+RACSequenceAdditions.m */; }; + A826A5E0505880B690A0B1877D27CF17 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BF89F25971512217C46EB64B7EDFFFDD /* NSArray+RACSequenceAdditions.m */; }; A82BDBFDFC750206683DC1ED93BC53BF /* TUIAIDenoiseSignatureManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 23282B13250A6E08A1364B956B7E310B /* TUIAIDenoiseSignatureManager.m */; }; - A843C9FDBFB04D2F939AF0E87C538A4A /* TUIWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7BEF24C1C8967E18F0BE66B0FE3D0F /* TUIWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A85753CD3378DA1E2F2C45F4EEC5F48D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - A85C7760CC82EF9C2F68544C581744F7 /* YYLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 631F823FA56A6BB0323A5521AB2017B5 /* YYLabel.m */; }; - A86CC1AFDFDD692DC4EE66F57C0F39E6 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B6710C39A209D61985C1FF3B2AE5E1 /* UIScrollView+MJRefresh.m */; }; + A85753CD3378DA1E2F2C45F4EEC5F48D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + A85C7760CC82EF9C2F68544C581744F7 /* YYLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 505EDEB34617BB3C669AEE58E032C1E4 /* YYLabel.m */; }; + A860EAE1AB004261836B0A9B8E0664AD /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D4FDF3CDCF9454A19778F7E4018ECEF /* SDWebImageOperation.m */; }; + A86CC1AFDFDD692DC4EE66F57C0F39E6 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 92A7A7FAFD0C804BDC34A0A27D07EDE5 /* UIScrollView+MJRefresh.m */; }; A8792B6A24CD30D0C14857D9544107BE /* TUIConversation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 61E71E5AFC1EED7DE1FC6729D0DE6108 /* TUIConversation-dummy.m */; }; - A8AD3B5507610591B1DDAAD9079CE895 /* YYTextEffectWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = F0AA041A13B213C33E04A62038E6212E /* YYTextEffectWindow.m */; }; - A8C015843661CCFAB75E09249E383989 /* QCloudUploadObjectResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 069F96CE0DAEF6A9FE35804AA7AE93DB /* QCloudUploadObjectResult.m */; }; + A8AD3B5507610591B1DDAAD9079CE895 /* YYTextEffectWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = F549521EF7FDFE4C3819C6A7D3F87851 /* YYTextEffectWindow.m */; }; + A8C015843661CCFAB75E09249E383989 /* QCloudUploadObjectResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A3AACBA17595FE000428D97570B0A86 /* QCloudUploadObjectResult.m */; }; A8C1CF3AC8D381A25AB42ECB249456DD /* TUIMotionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D65D2E87DDCE429CB28A60DFC7C2356D /* TUIMotionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8D22F3E1F684024B6175A5424FA026A /* OSSCancellationTokenSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 52D76EA9F9359DD8E0593C7B0696A688 /* OSSCancellationTokenSource.m */; }; - A8E186B1FE4B17DA0502C02E03CA8A07 /* YBIBVideoData.h in Headers */ = {isa = PBXBuildFile; fileRef = 976641C70166B3DDE3CFAEFD61C325C7 /* YBIBVideoData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8E6366498BA4314BB4D850F0A3B22F4 /* OSSInputStreamHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F2E80C39D2DF3A04F2F806BFA2D391 /* OSSInputStreamHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8F940FE5B7AC6C584CA84D7D4ADD3DE /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 59A9ED22FE2FE804CA389E6D8653E544 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A90260F860E51EC89130250EA3E61F22 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 14DBE1B6DBE5D9646D9DD05011D55B51 /* SSZipArchive-dummy.m */; }; - A903401014698F66E1973C62DB4EE14E /* QCloudCOSXMLService.m in Sources */ = {isa = PBXBuildFile; fileRef = 789D9C60CEC14184D954B2E6F6750860 /* QCloudCOSXMLService.m */; }; - A9071F54289564382DCD37D03E09EA0A /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 89DBFBD73EA2E42ACCC0C09C32089424 /* RACSignalProvider.d */; }; - A90B103B83B99443B4D33C61DFC4EF7D /* OSSSignUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E296C16D1E5CA8A229C3CE3304F567 /* OSSSignUtils.m */; }; - A91B5CDC65167AFEEA4C4DBB6192F767 /* LLToastUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = BB4A42C5906BCDBC119A793E08C16200 /* LLToastUtils.m */; }; - A93021BCE0BEBE91764ED3D4FE1B0019 /* NSObject+LL_Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E322BD5C5A5DEF2120CFC5FA8F75A03 /* NSObject+LL_Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A99E684297B033490ED7F4319EC39490 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */; }; - A9B2532EBDF8BCFE64D39A9E985FD640 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = E291D433E8515858FE063A147D01483D /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A9C9D83007FC719DEC2B09C3A3C7516D /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D4E72E2610B992A55D6BDD182B4D44D /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A9F71C1FA433B0D5A1001A75D559458D /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 49487E6AF0649F3A2ABFA50CA196A2B6 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A8C9B9C34599ABE078D4D8C34CB92F5D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 775D300BC7D990A4063A2FD5F0C3E2FF /* NSButton+WebCache.m */; }; + A8D22F3E1F684024B6175A5424FA026A /* OSSCancellationTokenSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F7B15FE83D744DD0A11A6AD59CA94BA /* OSSCancellationTokenSource.m */; }; + A8DA6D788E236958F462DB4FD3F23711 /* QCloudIntelligenceTimeOutAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C125021238DFFFE11005952277BE88BE /* QCloudIntelligenceTimeOutAdapter.m */; }; + A8E186B1FE4B17DA0502C02E03CA8A07 /* YBIBVideoData.h in Headers */ = {isa = PBXBuildFile; fileRef = 56ACF702EEBC0892A4373432A4CEA89B /* YBIBVideoData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8E6366498BA4314BB4D850F0A3B22F4 /* OSSInputStreamHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 26D38E1B007A6923EC73C9FA0341267E /* OSSInputStreamHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A90260F860E51EC89130250EA3E61F22 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 041083273C069BCA6EC243C1F1A9C08E /* SSZipArchive-dummy.m */; }; + A903401014698F66E1973C62DB4EE14E /* QCloudCOSXMLService.m in Sources */ = {isa = PBXBuildFile; fileRef = 152759F0EA2A94F09ECAD827929018FE /* QCloudCOSXMLService.m */; }; + A9071F54289564382DCD37D03E09EA0A /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 930C3A652CFC2BE4B49D4B3379EE99B5 /* RACSignalProvider.d */; }; + A90B103B83B99443B4D33C61DFC4EF7D /* OSSSignUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D86E05B414D9880E0E694DBAE04A4066 /* OSSSignUtils.m */; }; + A91B5CDC65167AFEEA4C4DBB6192F767 /* LLToastUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DB3761180BE1220BB8BFB8F763CB465 /* LLToastUtils.m */; }; + A93021BCE0BEBE91764ED3D4FE1B0019 /* NSObject+LL_Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E7A52A12950160B020AF545E910D92B /* NSObject+LL_Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A948B314496494E729213C39C5AD08D9 /* QCloudHttpMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = AFDE0F22B21F9539029DEAED8C1437C6 /* QCloudHttpMetrics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9712077A588EADAAE2542B8ED72A86E /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = CE377EF1E08CF1DF45CFA6C5B2586431 /* SDImageGraphics.m */; }; + A99E684297B033490ED7F4319EC39490 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */; }; AA0A898B94E21A15C8C5F9C1D95EF6ED /* TUIMergeReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 4611EA05FD8DE6B4D5D0A3CA495CDE90 /* TUIMergeReplyQuoteView_Minimalist.m */; }; AA20914B6700006115A9982CB3371DB0 /* TUIBaseChatViewController+ProtectedAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D548526C93C538E41E3CFF4945585BD /* TUIBaseChatViewController+ProtectedAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA35A30759B66CC0227A9B7A9E9F6D66 /* QGVAPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = F19844E57C069F103596F7D39BD46525 /* QGVAPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA3D7F8EE07FC337044F13DD1A8FC4D7 /* LLScreenshotViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 62CF371FE27BDFEAF25D8F9228D616A6 /* LLScreenshotViewController.m */; }; - AA3DDA0FF81918CB019B91AD590EB186 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 0BBE3E24D7890459A0F0A8103974FD41 /* unzip.c */; }; - AA4CECA3798CE0C84CB7CD5F342AC4E3 /* YBIBToolViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BAE364C0ED239A588749ADAB7F2593F /* YBIBToolViewHandler.m */; }; - AA6CE6B93C8FA84C482D8648986E4D79 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 502439F27906B715098E164CB607F37D /* UIImage+WebP.m */; }; - AA9883CA105A3DBEEC0EB4A4619D158B /* YBImageBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D15662858FD437C6A400E9069E0C17 /* YBImageBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA35A30759B66CC0227A9B7A9E9F6D66 /* QGVAPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F22D46A1639AAF0E457763AE20F7D8D /* QGVAPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA3D7F8EE07FC337044F13DD1A8FC4D7 /* LLScreenshotViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F56AE7C81B3066B265FF31A22AD52602 /* LLScreenshotViewController.m */; }; + AA4CECA3798CE0C84CB7CD5F342AC4E3 /* YBIBToolViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DC453170C67AF3C0BA55C9370FEE9D2 /* YBIBToolViewHandler.m */; }; + AA6CE6B93C8FA84C482D8648986E4D79 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD8EEAD5FB9BDADBB5A619C41FCDA4D /* UIImage+WebP.m */; }; + AA73F764B00AA89856EBCE3BCDB416EE /* QCloudNetResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2DB52049D47CFB9AC242D2E8A751F6 /* QCloudNetResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA9883CA105A3DBEEC0EB4A4619D158B /* YBImageBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B154512A5D80EA9868866F089B9D8534 /* YBImageBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; AAC91B42BB4C780D245E2E0FFBAA7D0F /* TUIEmojiConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = AA2FB3E6D8ADC13685158B6D8FE69523 /* TUIEmojiConfig.m */; }; - AAE556983AE3E026D5DE1BC5293242F5 /* LLTitleCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE6BE51B3655D97259F6FA6512BF9A7 /* LLTitleCellView.m */; }; - AAEB1E829AAA33B5EC656D766E89B767 /* QCloudSupervisorySession.m in Sources */ = {isa = PBXBuildFile; fileRef = D477CD6410C7FF4D1DD1B7801611179D /* QCloudSupervisorySession.m */; }; - AAF2B7BD4C56295DBA1BB6039AC0EDD4 /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 513C0A6E6774AB5C5A27949D53C8E9E7 /* ZipArchive.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAFF52BFB654564326D45F7BC6C7C1A2 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = AD3260D683FB91AB5E1C93B0A64A26BE /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AAD95904E6AEB159E5D9E58DE1CCB707 /* NSError+QCloudNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B4990F9E13907815334146D9938AC413 /* NSError+QCloudNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AADF3FE76877771ADE3BFA63440612E1 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 169AF84117584D4AB2F0D8F79F35DB9C /* MobileCoreServices.framework */; }; + AAE556983AE3E026D5DE1BC5293242F5 /* LLTitleCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE5C7F200688A6512520BB4D2C361C8 /* LLTitleCellView.m */; }; + AAF2B7BD4C56295DBA1BB6039AC0EDD4 /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = F2719276D5F8E6050D5AEEB244C988A2 /* ZipArchive.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAFF52BFB654564326D45F7BC6C7C1A2 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CFAE35C65B18EA012B5C5ABC350668A /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; AB21A22A5A7DB8212F62286E0A97335C /* TUIMergeReplyQuoteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47220AC1D156A75328B1EB3A111750D5 /* TUIMergeReplyQuoteView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB277214CEA16AC13F50DE8C2697F1E0 /* LLWindowManager+Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 0793A27AE39621C7A440276E1D066FB7 /* LLWindowManager+Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB277214CEA16AC13F50DE8C2697F1E0 /* LLWindowManager+Location.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE82BE1ED377DA9A7BCA3471B02CE93 /* LLWindowManager+Location.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB36CDF4E086627134F656EED6BD896D /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 1497B22862C9ED30A975738806F23CCF /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AB50C532069CE971D8B476038838EF00 /* TUIChatMediaDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = B995F64C2759E6ADA670C67D6AD2F04A /* TUIChatMediaDataProvider.m */; }; - AB59B540184D69D53E5107ADB060654F /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A67A5C6CBAB5BF67506C7A70F12AB11A /* QuickLook.framework */; }; + AB59B540184D69D53E5107ADB060654F /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 968AD5A157680098AB52CFBB49C41CA9 /* QuickLook.framework */; }; + AB5C054B1A2BB3B11DAEAB71FACC5CD8 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 1814649448A26D9D11522AD7647C8C79 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; AB9A89C83F20056EF5282DF4A19CF1C3 /* TUIChatService_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 85401C39B0308D744C4AF607784E840B /* TUIChatService_Minimalist.m */; }; - AB9EE1CF134ED91269437197079AA155 /* MKAnnotationView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = A3AE0BCA7468C1DE252BB5E2104CBA32 /* MKAnnotationView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABBAABCB6652CED048083FF2C67F1447 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 14837271B0CCF90097B6148F909B5838 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - ABC1AF45D459CF87075F83085EEB0993 /* SVGAVectorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B53396E81143B3CF52682ECBF19B9F /* SVGAVectorLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABDF2546C46AA0359E468651D3CBF26F /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B15130A662ED9AC1282838D3D5AAF5A /* RACTupleSequence.m */; }; - AC0005CB442C4315F753DD394B2E2F33 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B073F94C3CA83EAB308C132CDAB89E5 /* Model.swift */; }; - AC5BD66D1A8252977C95F6D166130C8E /* ReconnectTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D76AFCC9DA97C81EEFD8C284AC66766 /* ReconnectTimer.m */; }; - AC64486F607707ADC4C46C46EF281BBF /* OSSTaskCompletionSource.h in Headers */ = {isa = PBXBuildFile; fileRef = B90E60B1CFDBCB3F2F1CE555E8427A14 /* OSSTaskCompletionSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC66653C82A16808314C853AFB0F3121 /* sharpyuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = EC8EDA2AD254FBD42815A4AF21830A39 /* sharpyuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AC86A56E69976858BB0B5D95069FB48F /* OSSV4Signer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA85FD2B0BC74A86DE67260FEB5932B /* OSSV4Signer.m */; }; - AC886F52E3E61183AC99820BFEFBC00D /* QGVAPSafeMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D065235116A0A3ABAAB4CAE58E793D6 /* QGVAPSafeMutableDictionary.m */; }; - AC8B2028B465E32EE6264C089B044814 /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 234CF9F181DF27CB055689C00B3F81E2 /* FMDatabase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC93B2FE9098DCFEE6AD4288102FC004 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A1B3B7BD102DF87FBCCD0568816B6BA /* GPBWellKnownTypes.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - ACA3E8B9182B9BD918ACD839AB3C9ACE /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 64892690D0CE2071D6D12296BE9C05A8 /* BRAddressModel.m */; }; - ACB58EBCB043F97F51F3B9821FB5B86F /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A470008A38B5DFD5F7A75E35F2C2D778 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AB9EE1CF134ED91269437197079AA155 /* MKAnnotationView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C93D9D4D512573AB90F9337CEA954BB /* MKAnnotationView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ABBA79D6247561A932B795392CF013F4 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF12C4F44B5E6D9F26F66C3B430397D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ABC1AF45D459CF87075F83085EEB0993 /* SVGAVectorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 363657B0F4A1F1BFB539EA915A1FA55F /* SVGAVectorLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ABDF2546C46AA0359E468651D3CBF26F /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = B83DC239C7A47ABE6EBEC92A9F69C28B /* RACTupleSequence.m */; }; + AC0005CB442C4315F753DD394B2E2F33 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B8FB2999501BA8B30221E9821011BF /* Model.swift */; }; + AC2079A5BA397E25F405A5FF246FAD6B /* QCloudSupervisory.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D2F30BE124BFF367F4474F66F4F584 /* QCloudSupervisory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC4CBAED3FCCE78139C77EC03E7797AD /* QCloudSandboxPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BD98BB99A452A248E1583BDCF864C34 /* QCloudSandboxPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC5BD66D1A8252977C95F6D166130C8E /* ReconnectTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B8922A742DFABCD4F3AE5AE95721B56 /* ReconnectTimer.m */; }; + AC64486F607707ADC4C46C46EF281BBF /* OSSTaskCompletionSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B25D3EDF578942F33D0D911BBC4A99E /* OSSTaskCompletionSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC86A56E69976858BB0B5D95069FB48F /* OSSV4Signer.m in Sources */ = {isa = PBXBuildFile; fileRef = CA5AA35FDDA6DFFD275FF5FA3178BE79 /* OSSV4Signer.m */; }; + AC886F52E3E61183AC99820BFEFBC00D /* QGVAPSafeMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B54919C4E8CBBA3AF5F1E17278D8116 /* QGVAPSafeMutableDictionary.m */; }; + AC8B2028B465E32EE6264C089B044814 /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EFAB5EE2E32097F445A2767FDFFF935 /* FMDatabase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC93B2FE9098DCFEE6AD4288102FC004 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F3F30860155CA3898BAC0579C0FBFBD /* GPBWellKnownTypes.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + ACA3E8B9182B9BD918ACD839AB3C9ACE /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D712575AB453641D096033FD65731F88 /* BRAddressModel.m */; }; + ACB58EBCB043F97F51F3B9821FB5B86F /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 006A5B6AC41E04F92470296C3DC77F67 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; ACB6CEEBA8EE1F6203AC5141284F8042 /* TUIChatCallingDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = F0A524978AB3CFE61AA5CFF81EDB42CD /* TUIChatCallingDataProvider.m */; }; - ACC1789B45031DC853B2610155189BE5 /* LLImageNameConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C7F8C86658AAFEEC1836A349FA1BE73 /* LLImageNameConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD0AEAB82B8926418E7E1109EAA53042 /* TUICommonModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F2B239B652D2D3DC03E303D582E2C23 /* TUICommonModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD2CAAFCCF69A952F556C9365349241A /* QCloudAbstractRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CEAA6D4BE1912D961E2FB7DFE47397B /* QCloudAbstractRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD395F6BD7F53258A431E9479D07C6AF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 202AE6CB23C1D7766483A0092527E90E /* JXCategoryTitleImageCellModel.m */; }; - AD481FDB5982037BD20B74A8FAAAE90C /* LLShortCutModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AE90088E58557360D6C0788805D76D76 /* LLShortCutModel.m */; }; - AD534929285EECBE3ECFADAE0CF48907 /* OSSDeleteObjectTaggingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B263D9F56028DCAF3F376D150DCEDB73 /* OSSDeleteObjectTaggingResult.m */; }; - AD5EE355C3346D64984521C8C756FD53 /* QCloudHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8825C555D465064A00CC5398DD1AAA25 /* QCloudHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD634BA9EE90917646DF25307B5D6063 /* LLBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 486B3677731399BB8F37EA68AD8802DF /* LLBaseTableViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD701CF655759DBAEB1F3782E02A6272 /* LLDebugTool-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A5F6D8AA6993683C15AB8AF64D1DD9A /* LLDebugTool-dummy.m */; }; - AD7AF9D7203D33772057DA2245765AFD /* QCloudAbstractRequest+Quality.h in Headers */ = {isa = PBXBuildFile; fileRef = AA11C0FF9CA37265A8F60A4B1D292C51 /* QCloudAbstractRequest+Quality.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACC1789B45031DC853B2610155189BE5 /* LLImageNameConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A37F95E652AC40A68607C8DD13F616C1 /* LLImageNameConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACCE174E9E0D486CB4E483E5800F48CA /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AE3D305292411341FBC8E02683129F23 /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AD01931D200C49153984E27CBCEFE9D1 /* FLAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F7CFC834044EB81253C81CA635DFB66 /* FLAnimatedImage.m */; }; + AD21E40D07B6D860003870A1B304421D /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 99CD95F2C7624CDE1255490FBB5C94B5 /* UIButton+WebCache.m */; }; + AD395F6BD7F53258A431E9479D07C6AF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E1592A015AB5F0DBF1A9525A2E088DEC /* JXCategoryTitleImageCellModel.m */; }; + AD481FDB5982037BD20B74A8FAAAE90C /* LLShortCutModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 07A42194E240091FAAA61C99E5CDDC98 /* LLShortCutModel.m */; }; + AD534929285EECBE3ECFADAE0CF48907 /* OSSDeleteObjectTaggingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BB25E456DA3C56A7385C5CA345F8FEA /* OSSDeleteObjectTaggingResult.m */; }; + AD634BA9EE90917646DF25307B5D6063 /* LLBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 52557C2AD7A7A8F485C6DD735122C859 /* LLBaseTableViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD701CF655759DBAEB1F3782E02A6272 /* LLDebugTool-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F234C5813482323662968D61315ED76 /* LLDebugTool-dummy.m */; }; + AD7AF9D7203D33772057DA2245765AFD /* QCloudAbstractRequest+Quality.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7E98566E4AFC8FDC766037D36DF126 /* QCloudAbstractRequest+Quality.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD7C7A9CBC819D8D6B102DB31699CD05 /* QCloudCoreVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 5027BDD0073068D9958FA2C84458AA82 /* QCloudCoreVersion.m */; }; ADA175BAC67B58ADE1AA9699C61E9F40 /* TIMCommonTheme.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 941FD917F417F550371D727FDF654777 /* TIMCommonTheme.bundle */; }; - ADB992510F33AC7C5C071C5DBA00FFB7 /* OSSGetObjectACLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 254C447AE99BD0064FCF9A29F9124605 /* OSSGetObjectACLRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE0F1284A9C414203C1D5C66EDE95E8E /* mz_strm.h in Headers */ = {isa = PBXBuildFile; fileRef = F99C7AD3D5187E3F9FA001BE3573C9BC /* mz_strm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE3E5B4D37CE1CAE158516E1827DB624 /* NSArray+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 375CF7EC774E0546D8281084DF667137 /* NSArray+VAPUtil.m */; }; - AE484489CB26D8B326EA5876CFB32F8C /* NSDate+QCLOUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 0647C4695E12F486F60B14634B9C2661 /* NSDate+QCLOUD.m */; }; - AE49D0FD0F5649EA4DF5E6A243675A0C /* UIDevice+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 07A82BE18AB318F4F5861C0328FD2263 /* UIDevice+VAPUtil.m */; }; + ADB992510F33AC7C5C071C5DBA00FFB7 /* OSSGetObjectACLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD6E9B83D6A51C7E925C1AB9ACA57C9 /* OSSGetObjectACLRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE0F1284A9C414203C1D5C66EDE95E8E /* mz_strm.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E84DEA52FDC8C6D08D17A09EF1F27F /* mz_strm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE1F9E078CF4B5A7E48B5489DC6D459C /* NSDictionary+TUISafe.m in Sources */ = {isa = PBXBuildFile; fileRef = DC855D70F52FBC5A8FB5F2CC9D9A8BA7 /* NSDictionary+TUISafe.m */; }; + AE3E5B4D37CE1CAE158516E1827DB624 /* NSArray+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = DCEDF27FA5913B524B03E40E1F2882F7 /* NSArray+VAPUtil.m */; }; + AE47673D1DFD68C660422B9A3CCF0CBB /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F74C414E4FA55933D388F83A4E083B0A /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE49D0FD0F5649EA4DF5E6A243675A0C /* UIDevice+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E046C1CF8BAB88A2CA86122FEFE1A3 /* UIDevice+VAPUtil.m */; }; + AE4BA542BB23D376A9B0CE4506887F81 /* NSObject+QCloudModelTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64365F27CEC939AA86321CB3B1F41AEF /* NSObject+QCloudModelTool.m */; }; + AE510FECB33AD6A40FE33F66430ADAFE /* QCloudNetEnv.m in Sources */ = {isa = PBXBuildFile; fileRef = 220B596757FB8982C1C5168EC1B82924 /* QCloudNetEnv.m */; }; AE52341D34E2158DD2BB75F30B7643B2 /* TUIInputBar_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = EED6A24B5F0A0825CE50F1995DE40B3A /* TUIInputBar_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; AE79A02AA9E8AB6094EF954BA0B8FEB1 /* TUIConversationObjectFactory_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E5886BA16FE6219FD61B34C60A326850 /* TUIConversationObjectFactory_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE7B02645B8F769CA5F215EE8F7CC5B0 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = DB30E41C786F3ED229A934C038771D8A /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE7E26C4052133D3AB3768FD5D215568 /* MKMapView+LL_Location.m in Sources */ = {isa = PBXBuildFile; fileRef = C2D2EF8B393EF2C8810CDF344F4737A3 /* MKMapView+LL_Location.m */; }; - AEB1970A9F2E8A1E79D5789766B5D746 /* QCloudCOSXMLUploadObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D01A5CAF0AED19664007EE7A1DDA214 /* QCloudCOSXMLUploadObjectRequest.m */; }; - AEB8926360324E2A84020EAD714E33E4 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = F53F4D257FEC7DD3D89E1F3C3FA96244 /* RACSubject.m */; }; - AEC54DB652B1960BED8B4F43B1C980C1 /* LLRouter+Crash.m in Sources */ = {isa = PBXBuildFile; fileRef = 781B957CD910ED3C3FC242928CE4FA0B /* LLRouter+Crash.m */; }; - AECE7FFC186B979D71EB302B40219B83 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66FA1666019F2F9617F3A5B4650213BE /* WebKit.framework */; }; - AEDFE2F717DB7D2664BFAD5F1368FBCE /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA7B1A5443DB4247116DF057334E34E /* SDImageGraphics.m */; }; - AF08DCA3AB922FCF7106189567B7871A /* QCloudRequestData+COSXMLVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3067AF278E4B581B7F782D773FAAD91C /* QCloudRequestData+COSXMLVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF17C7BD3344504E243E234004B4593E /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D8691DF4138DD1F4223CB015018521 /* JXCategoryIndicatorView.m */; }; + AE7B02645B8F769CA5F215EE8F7CC5B0 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA0C640624970E82F05389716D80D9A /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE7E26C4052133D3AB3768FD5D215568 /* MKMapView+LL_Location.m in Sources */ = {isa = PBXBuildFile; fileRef = 9246ABF853E63CC3F2A76B3A2876FD02 /* MKMapView+LL_Location.m */; }; + AEB1970A9F2E8A1E79D5789766B5D746 /* QCloudCOSXMLUploadObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = AD00A89D360179C9B0335CD5A8390D0D /* QCloudCOSXMLUploadObjectRequest.m */; }; + AEB8926360324E2A84020EAD714E33E4 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 45BEAA33842E97A7DBE3D595A951FA55 /* RACSubject.m */; }; + AEC54DB652B1960BED8B4F43B1C980C1 /* LLRouter+Crash.m in Sources */ = {isa = PBXBuildFile; fileRef = 0955600A7E0CE3FD64B28D7688BE0F2D /* LLRouter+Crash.m */; }; + AECE7FFC186B979D71EB302B40219B83 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD3D46495CC38AE5DB78A577BE4DC625 /* WebKit.framework */; }; + AF088971D3BDE3B5B56D8AC1561D4162 /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 607998DA4373A08C62DE3215F24967F5 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF08DCA3AB922FCF7106189567B7871A /* QCloudRequestData+COSXMLVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9FCFA6E174AB1C23DD86CF32EE5E1F /* QCloudRequestData+COSXMLVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF17C7BD3344504E243E234004B4593E /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = E0DE7D8841309C342B5EDEC39BE444F2 /* JXCategoryIndicatorView.m */; }; + AF2033976430350DB9CE9C57C079EF42 /* QCloudHttpMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FCBAEE5B5E34A5A438D71A07013FC1B /* QCloudHttpMetrics.m */; }; AF3272C5978A95B3D5EC82097EDCBF1C /* TUIInputController.h in Headers */ = {isa = PBXBuildFile; fileRef = 532D01F08F02C6F987F1F7330ECC9427 /* TUIInputController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF432AC22634A0A207ED7626F0AF0FA2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 4668CDA61453AE45C06B5ED2DB0B0520 /* PrivacyInfo.xcprivacy */; }; AFA4CB5D2135D41300FE4199AA5351C2 /* TUIFileViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CC32A51336B1D6507C77DE4C575139C /* TUIFileViewController_Minimalist.m */; }; - AFBA4DFDAFB6506D5DC862AFB1B4347B /* UISlider+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E854BD028C282A18A29A41EAF1109EA /* UISlider+RACSignalSupport.m */; }; - AFD6AFDBC3D3DF6DBD090006CF41A6F0 /* LLRulerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E9B2C06C987B4A6E04E58710FBC3E339 /* LLRulerViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFE80E5E82C7D7C65593001FE4874C94 /* QCloudCRC64.c in Sources */ = {isa = PBXBuildFile; fileRef = 8266B86609E6771A6370B1F8673F4827 /* QCloudCRC64.c */; }; - AFEED9925C7800D94EBDB1F42AF2C53A /* NSBundle+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C0F163161623AD623CF6733ACC305E /* NSBundle+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFF7B240A481F97877B7537BA3C596C4 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = E5BBF9FF824780EF9D3A870677253467 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFF86B94C6EA4DE28869682020383B80 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 66E740293F0165C37F9706BD734847B4 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFFCF22AB10FDB1BA56E318CF0FEEACE /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = D231EA1EA63CDB0D9177BE3432143F87 /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFBA4DFDAFB6506D5DC862AFB1B4347B /* UISlider+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6700A5B666E1753D354DFDAD59E0895B /* UISlider+RACSignalSupport.m */; }; + AFD1D411A9387DCEC6F0034653E23787 /* DZNEmptyDataSet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D870117913F11268B37DBDF42D2AC5 /* DZNEmptyDataSet-dummy.m */; }; + AFD6AFDBC3D3DF6DBD090006CF41A6F0 /* LLRulerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AE80A5F3B835AADB78AB88096DF7754 /* LLRulerViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFEED9925C7800D94EBDB1F42AF2C53A /* NSBundle+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = AD8AAA5625D898587C2298888D0D1D4A /* NSBundle+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFF84D555E6BC3CB7B6E1C2F39CD3A85 /* UIView+TUIUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 3814AF3EC255DDF9577E5266D96B7B49 /* UIView+TUIUtil.m */; }; + AFFCF22AB10FDB1BA56E318CF0FEEACE /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = D302DE46FD9F2D8395A21E9C9F264BB9 /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; B015234590BDD54DBC723D7E5B6BEFF8 /* TUIMessageMediaDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 73A1D1E8E3BB385F625869200581B47A /* TUIMessageMediaDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B01B0D2C3D7DB351CAE2D74E6069B69A /* ForegroundReconnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F4A516A9355EAA944CA1793EC6D4205 /* ForegroundReconnection.m */; }; - B030B558BE97E0225652EFB8C8FA431F /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 464CEA7C113FAB329A4414AE96B55A64 /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B042EAB18E883CB34F46A53DAF25EB88 /* SVGAPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AEEEE4DD3BC6DFDF0073DA40B34539EC /* SVGAPlayer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B01B0D2C3D7DB351CAE2D74E6069B69A /* ForegroundReconnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D125A2A3741B209966D07931476C3BF /* ForegroundReconnection.m */; }; + B030B558BE97E0225652EFB8C8FA431F /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A90FBCE2AF50FE6FA160A709F4C856EB /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B042EAB18E883CB34F46A53DAF25EB88 /* SVGAPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B6A9ECF43C6D1C18A240CD0C1C67C14A /* SVGAPlayer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; B083BF6BC4142CA40E740BB7FC5D745D /* TUIChatPopMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 859DA83E1B98F6F07DD65F33A7D801E9 /* TUIChatPopMenu.m */; }; B09D1973A651FF105C39DBF8C43047C7 /* TUIConversationSelectController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 25FA38DE937645738EE9103E4B8A16CE /* TUIConversationSelectController_Minimalist.m */; }; - B09F08548ACA8379445F6525011EE219 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E2625642277CF56AE9F82AFCBB63EEFC /* MJRefreshBackStateFooter.m */; }; - B0A7C233634456686A7D69FF8591B1FD /* LLWindowManager+Log.h in Headers */ = {isa = PBXBuildFile; fileRef = CC022135945BC95FA761403F90D48780 /* LLWindowManager+Log.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0B19262D8D8C50EDA69F1BC57824DE8 /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = B679C0655074D606AA2C774339FD7D46 /* SDWebImageDefine.m */; }; + B09F08548ACA8379445F6525011EE219 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4511E7DDE392621DDF74A68319EC6939 /* MJRefreshBackStateFooter.m */; }; + B0A7C233634456686A7D69FF8591B1FD /* LLWindowManager+Log.h in Headers */ = {isa = PBXBuildFile; fileRef = F945992EF0D1DDEC2928860B85AA1AB1 /* LLWindowManager+Log.h */; settings = {ATTRIBUTES = (Public, ); }; }; B0B95D4D89830A79ECD7889F7DA1401C /* TUIBubbleMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = B129247FD92914E3FED8996F2357E494 /* TUIBubbleMessageCellData.m */; }; - B0F36E9025B754D74A5502D44A6BC005 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A4B0155D81BD9992D04820FA803A6DE /* MobileCoreServices.framework */; }; - B0F512045830FAB66AE7526E35501800 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = C2BB68A8BBA98BD66780B665DB150779 /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B11D69C8EC231599BD64D86066EBA31D /* QCloudRequestSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = CD132394F8219CB52F20FF82FFA7113B /* QCloudRequestSerializer.m */; }; - B12D095947E105B66A64F1F3C81CD495 /* QCloudReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E9877101739BBAC0A288D5640B2E796 /* QCloudReachability.m */; }; - B1863EDC31F3CAD3F67478685E2673DC /* Duration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = CE380A2D80461203CB5EF1EC7876D1AC /* Duration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B1B38E1E4B2C4AE648617267A195E86D /* QCloudUniversalPathFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 761E13468DE363FA8FFB70FDED81A231 /* QCloudUniversalPathFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B0EE766A18F8969DF53C61464BF9EB1F /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 5072BC0E128108C5C6FE3C0224145955 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0F36E9025B754D74A5502D44A6BC005 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 169AF84117584D4AB2F0D8F79F35DB9C /* MobileCoreServices.framework */; }; + B0F512045830FAB66AE7526E35501800 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 838824E127DCFACB0A01377EF465A9AD /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B0F8901F633F1F6FAB900FE6D40C014B /* QCloudUICKeyChainStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D1A45C80EEB9D8F88EAEE1B3D710C6C3 /* QCloudUICKeyChainStore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1355F71AAB2FBB39D655AB63AC4B174 /* QCloudUICKeyChainStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E425FC77EC9B72430675B7EDC9BAD25 /* QCloudUICKeyChainStore.m */; }; + B1863EDC31F3CAD3F67478685E2673DC /* Duration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = CDB0CF663D17684FFE087C8C49E3B0FB /* Duration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; B1C2CABFA17175C50CA81DC59B65B827 /* TUIMenuView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = AB621E0633786FE4BC8E55BD2183155A /* TUIMenuView_Minimalist.m */; }; - B1D690C99DED873AF5547AF9D075D9CD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CCC26D7A014F04D3FF49AF42C9F966C /* SDWebImageManager.m */; }; - B1DB55B7550449F4EC83E21DF46CD7F8 /* QCloudEndPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = C9FB1986F4BE1CF8F11AE763240D2E95 /* QCloudEndPoint.m */; }; - B1FC04DAB11A3F5FCBE161B609DE4B3D /* QCloudCustomLoaderTask.m in Sources */ = {isa = PBXBuildFile; fileRef = E5A96B75D9BDE7780BDB2E8002A68AA7 /* QCloudCustomLoaderTask.m */; }; - B25C5811E6864C0EEF1FE861CA805067 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */; }; - B274840BC120F8BF0053493A5BA09CB9 /* GPBBootstrap.h in Headers */ = {isa = PBXBuildFile; fileRef = FA71F63ECF516CB8499FA494C1ACAC03 /* GPBBootstrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2988270E4F44FC92342D189627323F6 /* OSSInputStreamHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A81EBF3E122777C71BC1E14A5A5DC2F /* OSSInputStreamHelper.m */; }; - B29D633815AA9A6C1740E98A0802E870 /* LLScreenshotPreviewViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9B43640341B4AEBD209008CF55A813 /* LLScreenshotPreviewViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2A55AD2A4FA2CFA18CA54EBEBF5DF99 /* YYCategories-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9F7E2D705481AF576EBF89395748D3 /* YYCategories-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1CE6D384A0924768A7C183BF24018D0 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F48BCBC6B43335E74E87302A3BF5226 /* ioapi.c */; }; + B1D4AD2410D346694A731C4909282CFE /* QCloudHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B6EC474D8084B2B1484D3B96546DA5C8 /* QCloudHTTPRequestOperation.m */; }; + B24CFB50ACE79173398B7F44531582E0 /* QCloudCustomSession.m in Sources */ = {isa = PBXBuildFile; fileRef = FD42C8081B166B4ED61B3DABAA0CBCDF /* QCloudCustomSession.m */; }; + B25C5811E6864C0EEF1FE861CA805067 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + B274840BC120F8BF0053493A5BA09CB9 /* GPBBootstrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F68CE20652DBD922DE71FC9463F829 /* GPBBootstrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B28853DA53200D25E21AFFA24269701D /* YYImage.h in Headers */ = {isa = PBXBuildFile; fileRef = ABF525CC9B9B7CBC8A508479FE284D86 /* YYImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2988270E4F44FC92342D189627323F6 /* OSSInputStreamHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 75465CE1EAAD84CFBC056242E30EB394 /* OSSInputStreamHelper.m */; }; + B29D633815AA9A6C1740E98A0802E870 /* LLScreenshotPreviewViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D8BCD22B1782DC009665812950A74FA5 /* LLScreenshotPreviewViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2A55AD2A4FA2CFA18CA54EBEBF5DF99 /* YYCategories-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B707109170E5AE48E1A29476F63511 /* YYCategories-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2A6C2397B8ADAE4D7D64B09FF82570E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; B2BFC9A50E874B34E42B51A5A20D656F /* TUIEvaluationCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5666394C8E2E12E601208F9435337DB8 /* TUIEvaluationCellData.m */; }; - B2C0455A954995524725927DB7821E85 /* QCloudCredentailFenceQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D9399244799CCB26A1F65654F0E913F /* QCloudCredentailFenceQueue.m */; }; - B2D2F4D2DD6ADA11BF2CB12B759784FB /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F88E4977EB3F1DA61E63A631CAFE861A /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B2D7231DA297982AF33E710590E3F8A8 /* GPBType.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C1323B30EB572CD81E268BAA03C779B /* GPBType.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B2D7231DA297982AF33E710590E3F8A8 /* GPBType.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E0DAFE59DFD2E49A55576FA309D73A8 /* GPBType.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; B2EB9AA0D7FF4DF73FCD6497DCFDE7B0 /* TUIGroupPinCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CF9D185009F4804E7C7E3F0C509C5E69 /* TUIGroupPinCell.m */; }; - B312C7154719371C49BCF8055BCC1BFF /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = C5A21116BFD10B2D4FEA6E079CFA608F /* NSOrderedSet+RACSequenceAdditions.m */; }; - B312CA775DF8DB834AFD6FE2E2A110C2 /* OSSReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6091647D1C566C87CC7254162D681B /* OSSReachability.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35179A053209B558732CFA26451AA12 /* QGAnimatedImageDecodeThreadPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B984728ADC52AF50BCCA6AE10D4564F /* QGAnimatedImageDecodeThreadPool.m */; }; - B35C07F89DAE0EDB7F3B4178875C394A /* LLSettingComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6BCF82EECFC175647BF009235EC25B /* LLSettingComponent.m */; }; + B312C7154719371C49BCF8055BCC1BFF /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 334EE5884D98D0B5679C36E9B2FB3545 /* NSOrderedSet+RACSequenceAdditions.m */; }; + B312CA775DF8DB834AFD6FE2E2A110C2 /* OSSReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 41712F98D6C736727C38A5179712992F /* OSSReachability.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B321E682BB29A9DDBA36CE7586F60318 /* QCloudMultiDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 373E12D01735BC53A05BDD385A721BD5 /* QCloudMultiDelegateProxy.m */; }; + B35179A053209B558732CFA26451AA12 /* QGAnimatedImageDecodeThreadPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 431768932E2352433F66B9B5AB288BDE /* QGAnimatedImageDecodeThreadPool.m */; }; + B35C07F89DAE0EDB7F3B4178875C394A /* LLSettingComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E6CB111272A4A63B15523D24DF1077 /* LLSettingComponent.m */; }; B36C49E2A9035AD28D9E01676C0FEA7A /* TUIBaseMessageController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C83C193429D5CFAFA375833F8D2FB49 /* TUIBaseMessageController.m */; }; - B37AD0C8EFB02339F184D8B0FBF5A986 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC8556128C53E4DDFF0360719135975 /* UIColor+SDHexString.m */; }; - B38365382592A2EA2891FAEA021894E5 /* NSData+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B26A92A7F41BE44412BF4151857574D /* NSData+OSS.m */; }; - B38885EBB26FED9673B5405352C93CE9 /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 822965F471AC39FAA8C2A81E1DAF3A5C /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B3A77F2AC6C8025430A3815F6D6CB440 /* NSMutableData+QCloud_CRC.h in Headers */ = {isa = PBXBuildFile; fileRef = 14618BAE422652F257E80A9339F7B3F5 /* NSMutableData+QCloud_CRC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3BAE2216F20F91DBC4C3E3B105E077D /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D37D2DBCA6C4594AAF3590760363C05 /* RACCompoundDisposable.m */; }; - B3CF0FD8C5CAE5360ECF449DF19A4B73 /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB3454E58FE75D89D3F63BC483B12CF /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3F4A77948958A0076B6AB317568809F /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = AFAB1F0E95253035F38051174F68B468 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B38365382592A2EA2891FAEA021894E5 /* NSData+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = BA45997B745BAAB0434F80FDA3A8C0B1 /* NSData+OSS.m */; }; + B3BAE2216F20F91DBC4C3E3B105E077D /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = AD6195F03B19453C10D14E9070CF9A02 /* RACCompoundDisposable.m */; }; + B3CF0FD8C5CAE5360ECF449DF19A4B73 /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = E940C43AA8850DF05927005D873CDC3E /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; B3FCC072729A144D44BECE3F186F19A8 /* TUIMessageSearchDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CFA74FA375BF7B5E5D107A62E55B907 /* TUIMessageSearchDataProvider.m */; }; - B3FFCF67603888B839DC1AEAEAA2B1C8 /* YYTextContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FD50CB70DC73F10EFE6F6FE9EB54DF /* YYTextContainerView.m */; }; + B3FFCF67603888B839DC1AEAEAA2B1C8 /* YYTextContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C289C2CAECB4BFFF3A35DD48AD3882CA /* YYTextContainerView.m */; }; B4101943A28176C9E730CA0BA4088070 /* TUIConversationSelectDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 0209152A2926B97D17EF7B12A9425FA1 /* TUIConversationSelectDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B42A0E54DADF6B30A598804F11F7FF71 /* LLSettingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F4FFF0FF6448B5F686F6A48ABCC817D9 /* LLSettingManager.m */; }; - B4328C00602FF3EA464BFBC18C266BEE /* NSHTTPCookie+QCloudNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E5DD15436091CA4AE1092B904799916 /* NSHTTPCookie+QCloudNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B45B47737E78C234255108528D7F601D /* NSArray+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EE8824ECC4CC90D5F87D9686AA62D9C /* NSArray+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4A055DE2DAA83775FEAD725E7E34F13 /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A20B13ED97CA4C1F6A13E8FA306642F /* RACArraySequence.m */; }; - B4A3D389BDB1B0E149378182CC942228 /* YYClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF27A6359FD82A1A13840307C74AC39 /* YYClassInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4B5D09B6C943A88805B18833A836718 /* YBIBCopywriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7615834E70CBB634BAFC347D66E70170 /* YBIBCopywriter.m */; }; - B4BAFD47D3A4DB14B32D24B538A876B3 /* NSObject+LL_Runtime.h in Headers */ = {isa = PBXBuildFile; fileRef = B5A7D9BF4FBA4AD9B22E5FBCF274C23D /* NSObject+LL_Runtime.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4CB2561C7A397ECD36C1A8B38EF1FEE /* QCloudGetObjectRequest+Custom.m in Sources */ = {isa = PBXBuildFile; fileRef = F2FA8749876555B817646E49DEB0FBBE /* QCloudGetObjectRequest+Custom.m */; }; - B4DF1CDCE2413AF579E102954A4033F6 /* mz_strm_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 0333F7E5E59B81B75C71256D1E1A8BBD /* mz_strm_os_posix.c */; }; + B42A0E54DADF6B30A598804F11F7FF71 /* LLSettingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D4A473C895518E0C35A8D377864826E0 /* LLSettingManager.m */; }; + B45B47737E78C234255108528D7F601D /* NSArray+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A38791807F71E025A1DA8A8B3A3F1E6C /* NSArray+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4A055DE2DAA83775FEAD725E7E34F13 /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = D0A0D52B91E3638C8012335CD9569ACA /* RACArraySequence.m */; }; + B4A3D389BDB1B0E149378182CC942228 /* YYClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C78D5313EE128E5DF4A5704B4C51ED15 /* YYClassInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4B5D09B6C943A88805B18833A836718 /* YBIBCopywriter.m in Sources */ = {isa = PBXBuildFile; fileRef = F8A8E45BCAD2CF8C79796D48DF3941F8 /* YBIBCopywriter.m */; }; + B4BAFD47D3A4DB14B32D24B538A876B3 /* NSObject+LL_Runtime.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C443A65014F80033096ED9A315C07B /* NSObject+LL_Runtime.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4CB2561C7A397ECD36C1A8B38EF1FEE /* QCloudGetObjectRequest+Custom.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC6752C39B724DDD0FA92BFB5E11F13 /* QCloudGetObjectRequest+Custom.m */; }; + B4D1EC73BFE855CAB130789CD794F599 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F38EE928DDDB4EF3B8F17076943B4294 /* SDImageCoder.m */; }; + B4DF1CDCE2413AF579E102954A4033F6 /* mz_strm_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BD523F7805130029A98A104C7F4417F /* mz_strm_os_posix.c */; }; + B4FD479060A54BEFA827294FA32ED723 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = D7C9A1AD1B07C2FA250BD6924056BF37 /* NSImage+Compatibility.m */; }; B507480DC8ED83A6D34134E3C7E969C7 /* TUIConfig_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = F1EEED01BE9023F1C663EE34510B3880 /* TUIConfig_Minimalist.m */; }; - B5074964950186F624B781D47AFC6675 /* LLStorageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7855E526D92517A3630804D531988716 /* LLStorageManager.m */; }; - B55D6315E855BFCE88C9B27B0C278C4F /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C04E04A3257EDDCF57FC9A345960F61 /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5074964950186F624B781D47AFC6675 /* LLStorageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6023002C376DEF9CFB947579A81828EF /* LLStorageManager.m */; }; + B5416E76FC51810EB646EBC64EF744A4 /* QCloudHTTPRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C63B1E9210C6DA52DB27C507475EA15 /* QCloudHTTPRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5509A44DB4FA3765E6AF9F7FDC032A5 /* QCloudOperationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = E66377661F8E576AE085A9E831DA3848 /* QCloudOperationQueue.m */; }; + B55D6315E855BFCE88C9B27B0C278C4F /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = DB371B6D532270A6795E31793DC45112 /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; B56DDE0A2EAEAAC757DBB2A2FE734399 /* TUICommonGroupInfoCellData_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 80BD092334EDB6A9A6A0038022DD9132 /* TUICommonGroupInfoCellData_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B56E8AE0483F69941E175C56B3272CD1 /* YYImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F7CD16B080859402407183A99F69DEED /* YYImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B57E67F5CAE0DF86D148A3CDA0407BA0 /* YYTextArchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = C47B236151C42E0448F26C5AB78D8959 /* YYTextArchiver.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B57E67F5CAE0DF86D148A3CDA0407BA0 /* YYTextArchiver.h in Headers */ = {isa = PBXBuildFile; fileRef = AD126BBCDA29555A3885D89D194A1103 /* YYTextArchiver.h */; settings = {ATTRIBUTES = (Public, ); }; }; B58E8E516E4ED4AECA3A30F1DA59A14A /* TUIChatFlexViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C19DB3A1120B979C84C73A7C2A4EEE20 /* TUIChatFlexViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B59920B2AF5F01CF2A7189DBCD50B512 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = C20893CDFE63C9B61AFAC6AE664B40B9 /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B59E60FBC9665FC1061B88B8E6FD9FAF /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F252254B87C079885B1E5BCD33FD7953 /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5BFBD6AAD4CF850D3EC999700B6EDDC /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 064E03F699BC13C52E6EB1F6D130577B /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5C039EAC61B2F0A9BFDCE16D27A8B37 /* UIImage+QCloudBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 426111311C78A02D520BA4AECF277B28 /* UIImage+QCloudBundle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5EB4DB03000B5122B3D1555D3A36D6C /* LLToastUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AEB652E46049D9B75BFF05CB3FBCAB /* LLToastUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B614C78120A133ADB1919C002E0B7920 /* LLHierarchyPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87FE95E5016AE4506C40838D4BB06BEC /* LLHierarchyPickerView.m */; }; - B6422D1C5378A1E8CF1DB4EA21D31BD3 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A1C307E8FEFBA82972B9B07D9B7046E /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B64647DA56D15CFFBC2D08FE68DDDAF5 /* LLEditTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41D0B4C90B70DFCDBB0DA39579E7BE8E /* LLEditTableViewController.m */; }; - B663DA1570F015D53874F12180B0567A /* QCloudClientContext.h in Headers */ = {isa = PBXBuildFile; fileRef = B814FE7579B6E29BCC634F44EFE75BBD /* QCloudClientContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B66AE656B760A57B2E8E526B998485D3 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B02CD8CDEFE292CD3557E36E17A6FB7B /* SDAnimatedImageView.m */; }; - B680C2604BD8BC9644AE7C67BC46B9BB /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 965810800994EDF115FC7C81D968BB02 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6897957CFAE31BADA80A435846913D8 /* QCloudCOSXMLService+Quality.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D226186D297226D69E92A635E08589E /* QCloudCOSXMLService+Quality.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B69BC8B912CBBD7C480EF81BD9C7B679 /* TUIConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 01DA4F808EAFF56600BCF643C6F5B140 /* TUIConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6B0AD7C9E10927FE301E67352E3DC21 /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 4749025CEF819C1EAA96E665712CB546 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B6B77A9DBB88AB37C868D97E54E4AE5A /* Api.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B436A74C6297AC8EE4528037D917BB5 /* Api.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6B9E5CB44FF88EFC0AE1CBC28A1A414 /* NSArray+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 756CFFC7E845E22F34C163C4786A31A7 /* NSArray+YYAdd.m */; }; - B6C3FB61E9A9E6CF5EBDD17519B0B655 /* QCloudInitiateMultipartUploadResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C4A98C4C710857DAA95E235C7EFC13 /* QCloudInitiateMultipartUploadResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6CCE1058404DA3053D9E18D214D7E5F /* QCloudLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 31316DA21AA80AE3DD0CA7591518F908 /* QCloudLogModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B703222F1E24985123B3AAEC0A0624C2 /* QCloudSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EFA6E27307C8BE2B45648F89DA15BE8 /* QCloudSignature.m */; }; - B7066DE77D534E0648F4E35153B9E485 /* QGMP4FrameHWDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F213F69EA7F5CBCD3F22BDCFC5408A46 /* QGMP4FrameHWDecoder.m */; }; + B58F918510F858DFA6FBD1E8B339D082 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F91E14D4E25C510EB0CA80E0C80286A /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B59E60FBC9665FC1061B88B8E6FD9FAF /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AB77FD616103AC4AD036B87E515EE6E /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5BFBD6AAD4CF850D3EC999700B6EDDC /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0FA88D541D1214438F8881FA55BE152 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5EB4DB03000B5122B3D1555D3A36D6C /* LLToastUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = AB224D897B757B5893494284C29EC00F /* LLToastUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B60036E7E89288EDE866182E0C50B934 /* QCloudCustomLoggerOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B81041F214B91E31E0AC3B93DED480C /* QCloudCustomLoggerOutput.m */; }; + B614C78120A133ADB1919C002E0B7920 /* LLHierarchyPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7016AC81A23878588AC8492CCE3D3715 /* LLHierarchyPickerView.m */; }; + B6422D1C5378A1E8CF1DB4EA21D31BD3 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 152D5B5F1BD8EC5569E515048548426D /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B64647DA56D15CFFBC2D08FE68DDDAF5 /* LLEditTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3945AA20A9D52717DFF6AC790D6EA801 /* LLEditTableViewController.m */; }; + B680C2604BD8BC9644AE7C67BC46B9BB /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBA3B7AA51D38346EE68F1929E74C25 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6897957CFAE31BADA80A435846913D8 /* QCloudCOSXMLService+Quality.h in Headers */ = {isa = PBXBuildFile; fileRef = 31452D8198D7060376AF1BE758FB98ED /* QCloudCOSXMLService+Quality.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6B77A9DBB88AB37C868D97E54E4AE5A /* Api.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D6AC43CA9504871C3035BBEC8E141C /* Api.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6B9E5CB44FF88EFC0AE1CBC28A1A414 /* NSArray+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = E3FB9559A79348730B976E06B177D060 /* NSArray+YYAdd.m */; }; + B6C3FB61E9A9E6CF5EBDD17519B0B655 /* QCloudInitiateMultipartUploadResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A234C410A75DEBFF7319A4ADC0F9026C /* QCloudInitiateMultipartUploadResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7066DE77D534E0648F4E35153B9E485 /* QGMP4FrameHWDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EAF27CC36050EEE5F549F0B8ABA44DBF /* QGMP4FrameHWDecoder.m */; }; + B715407C4B5ACE6DC828A43ECDB6C0C6 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2CACDE994C72EAF129EEF0811D2CC3 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7554ACE935EDB764673CC8B15C60DEA /* TUILinkCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 6009D6F586D3EA39BEF69DD730FFE527 /* TUILinkCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7648CB7A7E7710660F3127D97A45A99 /* QGBaseAnimatedImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 65A5E1F52BB005E19DA58259743A63DB /* QGBaseAnimatedImageFrame.m */; }; + B75DE2F926368BC73EC7B0B861055C1F /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = F693DF93994FEE7E45352267246394D8 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7648CB7A7E7710660F3127D97A45A99 /* QGBaseAnimatedImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 063CB12F42355DA642921EC2FD51BAA8 /* QGBaseAnimatedImageFrame.m */; }; B76694ED45F93710C4662A7DAFE10C9B /* TUIJoinGroupMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 435A259AFFAA7D677132640D57782A61 /* TUIJoinGroupMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7B92A481B566A1189A28A49F21FCA67 /* QCloudGCDTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = EA2215D9AD8C51079F9D11EC84FBAFBC /* QCloudGCDTimer.m */; }; - B7C57A55A892301550A7BEFF1C9E6754 /* YBIBVideoData+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F78210C3D90DFCC8312FC285147E50B /* YBIBVideoData+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7C873D76AB33D94EE7C5ABE8C048CDD /* QGHWDMetalShaderSourceDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 100995F6875D8295B7AA9D82EDD55E4C /* QGHWDMetalShaderSourceDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7CB745A21CDC4A896554B3401B55632 /* TZAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FC59E8871EFCA8BDDB19867B4DA92B /* TZAssetCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7D013AF092BD6A1532B9063FDF32627 /* OSSGetBucketInfoRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = B416AE5CAE1C71E0CD37C132DDACE397 /* OSSGetBucketInfoRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8033ED03DE7D7EB785A2E16A29F1E45 /* QCloudMediaPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3026EF929E12F0F3B8CB1459F141F2C8 /* QCloudMediaPath.m */; }; - B8231839D764B5F9F7F07D57E5707A96 /* LLTableViewSelectableModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 088A9BB1F55EE2A7D6EEC65D069CDDDF /* LLTableViewSelectableModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7B928C19703025A61BE98D8000C0449 /* TUIWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27AC6C179096FE28CA4BDABA8BD92E8B /* TUIWeakProxy.m */; }; + B7C57A55A892301550A7BEFF1C9E6754 /* YBIBVideoData+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 20F838E33BB643D540ED2CAF272A8FE3 /* YBIBVideoData+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7C873D76AB33D94EE7C5ABE8C048CDD /* QGHWDMetalShaderSourceDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A50AA61A5C8AC6395827EBAF0C8666 /* QGHWDMetalShaderSourceDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7CB745A21CDC4A896554B3401B55632 /* TZAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 681CCB0BCAF201DD0A5276568FBEDE9B /* TZAssetCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7D013AF092BD6A1532B9063FDF32627 /* OSSGetBucketInfoRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = F72684EB16344F92D7B32448BFEE70B8 /* OSSGetBucketInfoRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8231839D764B5F9F7F07D57E5707A96 /* LLTableViewSelectableModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FD7C3C066F8663EE7345E97721B252EC /* LLTableViewSelectableModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B826B47BC9BC10CBC1C72C8358D0DA74 /* NSString+TUIUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C1FA8898FB04920C5245AF177B91318 /* NSString+TUIUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B826C8F7B67AFA7C9D951A27F254F109 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A72D66EE16FD55A4B4D0747CDC5BED66 /* PrivacyInfo.xcprivacy */; }; B83265CF308C94BEA7DCAB56B73032B3 /* TUIVideoMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EE8008F97A8FAE3D61F96263684D669 /* TUIVideoMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B849E98A7F0418DD1EC781B1A4251B36 /* QCloudAbortMultipfartUploadRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F00CE6C2177CBF210C5AF90F10CA73 /* QCloudAbortMultipfartUploadRequest.m */; }; - B865342C07336C6FFD6CA646C7C77BD5 /* LLDetailTitleCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F155FE321E6C657B174544964510452 /* LLDetailTitleCellView.m */; }; - B8B1C1A5559FA55B49DB43C0D784B5FC /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8714EB5687EBCDAB9ED109CBA2304678 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8BECE7D339672F210CD274C109AEE91 /* LLConst.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB4BD16A648A317D96D75896A66A041 /* LLConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8E83660C660C63DD95B7C25B3C49DC5 /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F9486B1EEC1FA8DC233D68E45DF135 /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B91267D4D0CE9A88612A62F9773F318B /* GPBUnknownField.h in Headers */ = {isa = PBXBuildFile; fileRef = 52305ABD7AE6E1655DCC400E006B01C9 /* GPBUnknownField.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B92BD83C69F10179ECCBF07FE6132768 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FE5CD4036232CDEB1DB2A5E819F05C3 /* RACScheduler.m */; }; - B940240C643CCC1314AC65D48E4CE89E /* YYTextUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 21DAC2923687FADD0F17B351077F7093 /* YYTextUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B944926565AB468585AE5DDA990ED8C0 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E75877C0839B68DB156C9EFC81B0FB0F /* SDImageAPNGCoder.m */; }; - B948DCB652CEF1509FBE410D85844A53 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E6DFAC3D5BD0F0C59D1B7FE00E877897 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B849E98A7F0418DD1EC781B1A4251B36 /* QCloudAbortMultipfartUploadRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B1307486BA01F03630EEE75170586F78 /* QCloudAbortMultipfartUploadRequest.m */; }; + B865342C07336C6FFD6CA646C7C77BD5 /* LLDetailTitleCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CCC04224ADA25C290B4D7ACB3EFAD70 /* LLDetailTitleCellView.m */; }; + B875208A78D66CC1740962681EA6B68F /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = A3CBE5EFF8DEC25CF51A706EB347241D /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B8AAE09BDA1C47DF086AAD51B092188A /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FCFDCBBE6831A0FD8BAC986A4156EC0 /* SDImageFrame.m */; }; + B8BCB48FDFA1B84D2E4C5EDE84BDC168 /* QCloudCoreVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8ED545CA04320604F79E099E26F934 /* QCloudCoreVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8BECE7D339672F210CD274C109AEE91 /* LLConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 10BF09B3C6861248E088C05556455204 /* LLConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8E83660C660C63DD95B7C25B3C49DC5 /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FB1730FA26B440689A03347D7FFD81C /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B91267D4D0CE9A88612A62F9773F318B /* GPBUnknownField.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B0BA9A063F290AD6B6C653ED66B42F4 /* GPBUnknownField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B92BD83C69F10179ECCBF07FE6132768 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 05D5194D4D8748EF12898D7D2FD7BE84 /* RACScheduler.m */; }; + B940240C643CCC1314AC65D48E4CE89E /* YYTextUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D08545DEE31C68FD46B293FAC7AAE56 /* YYTextUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B948DCB652CEF1509FBE410D85844A53 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B7CCA8454F208C34AB43618439596F4 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; B952FCEEC0868FD82E9C3EDD5F16B304 /* TUIFloatViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E1101C61C1A4BDAA8BB778E75DF00D2B /* TUIFloatViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9713A191E896B331A7281BCBB3D755B /* YYTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CDC2C1A08243A156278FF08784187CE /* YYTextView.m */; }; + B95CD92B2649906EA4DC51EB48E9FF15 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B8CE026E7C46B8EBE4A7824274E4F0B /* SDWebImageError.m */; }; + B96E83D5ACA0D559FCCF80FE6A095982 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 55A2CFCAE2808FB0712EE7F3EC93C0C8 /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B9713A191E896B331A7281BCBB3D755B /* YYTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = C5CB17153D36B42365646D373FB2A879 /* YYTextView.m */; }; B9AD16DD951237289B943730F648ECED /* TUIEvaluationCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 91AF72E84F1B3D7D62712559F9173D1C /* TUIEvaluationCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9AD528414906CA2F7EFC29C105A4835 /* YBIBScreenRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E1CC47E5A93F5216740AD047F73418C /* YBIBScreenRotationHandler.m */; }; + B9AD528414906CA2F7EFC29C105A4835 /* YBIBScreenRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A1C38644A82EB544614DB9FCF982BA7 /* YBIBScreenRotationHandler.m */; }; B9B2F5FC79BD7883C24D60FC7DDDDDF7 /* TUIVideoCollectionCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = F39FB78955E98B67315B93BAD487EA3D /* TUIVideoCollectionCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; B9C8FE44521FDABE51E5700736C97036 /* TUIChatConversationModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A200D818BDB69B5F0D77D66B2DE78A3D /* TUIChatConversationModel.m */; }; B9D0D5D42CB2CD3652108C38B15E2868 /* TUIFileReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = F1081D72699581714977A28594C061DA /* TUIFileReplyQuoteViewData.m */; }; - B9F5ED32289AD39F394E3BC4811B4471 /* QCloudNetProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = E2918D96F62616700A9E9F0E5906271C /* QCloudNetProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA1172AA4D566319FBBCEE8D64799A9B /* GPBWrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 46862E466AB9C3701971CA5F6591D0DC /* GPBWrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9E0F0506E2C45BE5E76E0BC4BB11496 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C372319E2C7A664CB69638F788AF1EFB /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA1172AA4D566319FBBCEE8D64799A9B /* GPBWrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 108DD0DB521EE54FFDCA5B2AF7C67E1D /* GPBWrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; BA241D68511B97976412004217C94F6A /* TUIFoldConversationListBaseDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = B8A83C9055BE34E4EF6EC84D0CB16FE2 /* TUIFoldConversationListBaseDataProvider.m */; }; - BA33FDF0735B8784707F2C861A9A736E /* OSSGetSymlinkResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EBA74B7708B22C55E2C20743A36E39 /* OSSGetSymlinkResult.m */; }; - BA4B082C97EBEBF8460ECAA73FE9CF7D /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D35260602FA0F8F5989140704877FD64 /* SDWebImageDownloaderResponseModifier.m */; }; - BA7C931B06D672353400DC9A679FC09E /* LLLogViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1617859C27A41F6DAFA1D3C071CDC62C /* LLLogViewController.m */; }; - BA8B5D5F70629D43837887B349F98D93 /* QCloudCOSXMLServiceUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EC2622C154983CB5B159DA232D30CAB /* QCloudCOSXMLServiceUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA904ABA8ED36CC4E5EB2B2004CA1F18 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = B1960E596D16DDF3EF0C424A461DCF7D /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BAB610573F10DEDE42406078AC9476D3 /* AliyunOSSiOS.h in Headers */ = {isa = PBXBuildFile; fileRef = C87D4A32A49F0866458481A6C4751363 /* AliyunOSSiOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BACAA91A92F35CD7E7795232A83F21D1 /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E17BB7482527F1150B0125BDE89249 /* AFNetworkActivityIndicatorManager.m */; }; + BA3280E90DB343F1BE3BFDF561A0C360 /* QCloudHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2390CEF3459400DFB59EB7852A2EB883 /* QCloudHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA33FDF0735B8784707F2C861A9A736E /* OSSGetSymlinkResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 643F2B60941B4F7B09EFC06C532CAC31 /* OSSGetSymlinkResult.m */; }; + BA58EF580219552C1789CFDBF92733CF /* QCloudMultiDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7C81B15A34EAA48B573FAF67CC3085 /* QCloudMultiDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA7C931B06D672353400DC9A679FC09E /* LLLogViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 02BC43E29231205ECBD089BA0138D28B /* LLLogViewController.m */; }; + BA8B5D5F70629D43837887B349F98D93 /* QCloudCOSXMLServiceUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 640D800CEF59712A88C4B8FB7A3591D4 /* QCloudCOSXMLServiceUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA904ABA8ED36CC4E5EB2B2004CA1F18 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = BA9AB7A050F23D5CCC0EE09C27412968 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BAB610573F10DEDE42406078AC9476D3 /* AliyunOSSiOS.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5109A6024719C56E75E3441C6A476A /* AliyunOSSiOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BABE00ADEC21CBECB4256DBDA9133E30 /* QCloudSimplePing.m in Sources */ = {isa = PBXBuildFile; fileRef = 974131DB43BD7901AD1222551D08DE64 /* QCloudSimplePing.m */; }; + BACAA91A92F35CD7E7795232A83F21D1 /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 28228CD141997339EE09DA796E56EF99 /* AFNetworkActivityIndicatorManager.m */; }; BADD1A8101E057EB95AB8FE4E4364E4C /* TUIMessageDataProvider+MessageDeal.m in Sources */ = {isa = PBXBuildFile; fileRef = 86A0E774E4F0A0D70B4212FA5C0F653C /* TUIMessageDataProvider+MessageDeal.m */; }; - BB02300750C2DBC52F7209EC008743BA /* YYTextInput.h in Headers */ = {isa = PBXBuildFile; fileRef = 9421733E9492EBAF4554BC01E63F5532 /* YYTextInput.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB286D5891602B90B68396EDCDABA8F7 /* QCloudHTTPSessionManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E60519A2D9722774AF56F53435310688 /* QCloudHTTPSessionManager_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB6F9FFD17C2A85CC9DE61C60D4BD853 /* LLDebugToolMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DF71A201F9C7E86BCE095F7751E3E95 /* LLDebugToolMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB90806E75565C863473ABE545A5AEEF /* LLWindowManager+Crash.m in Sources */ = {isa = PBXBuildFile; fileRef = D92C781EF12BC4CE352A097B1945E1B6 /* LLWindowManager+Crash.m */; }; - BB99148AF384D4B1D781BC8B52172CD3 /* Zip-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 64E8FCDBEE64029AF0E2945C34E14D6F /* Zip-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB99F9A5505E18E8AB3BF9D27989ECC1 /* CALayer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = E524F37DDADC6EFAD23EF3D70AD82BEA /* CALayer+YYAdd.m */; }; - BBA7D6B1F5A85263992FEDA1FF97BA10 /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8DD1631CED20D33D65CF1D7410FD17 /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BBC531D8F4D7B804AAC8C7805052C8E0 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 29F54965534035F73529270C6DF40B9B /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BBE87AECC8A612065F059DB7049872FA /* LLScreenshotComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB7B517F1494290323D2B25911FB805 /* LLScreenshotComponent.m */; }; + BB02300750C2DBC52F7209EC008743BA /* YYTextInput.h in Headers */ = {isa = PBXBuildFile; fileRef = 964B0BAD53E1B7B635718A2E9BC3801F /* YYTextInput.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB6F9FFD17C2A85CC9DE61C60D4BD853 /* LLDebugToolMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C08A72AE13DB79266E7B4C5604BB27F /* LLDebugToolMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB7E648C92B039327383D7AF43E94E83 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AE9399403695D3E5C7F2EA571BF182E /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BB90806E75565C863473ABE545A5AEEF /* LLWindowManager+Crash.m in Sources */ = {isa = PBXBuildFile; fileRef = 49280763B43DB0E16BD4F663FE901581 /* LLWindowManager+Crash.m */; }; + BB99F9A5505E18E8AB3BF9D27989ECC1 /* CALayer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D5193B15AB8D799E43E4C0ECEB23835F /* CALayer+YYAdd.m */; }; + BBA7D6B1F5A85263992FEDA1FF97BA10 /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = FB75838E4E884F896FB6DA2518F3E9FC /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBDFCE9960C2B926EAF476BED6EE0E37 /* QCloudCustomLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A3D9C7B9597DF7BD76E80BBB16469E /* QCloudCustomLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBE87AECC8A612065F059DB7049872FA /* LLScreenshotComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 24572C42FA3984DBDD4F6D8B1DA55F05 /* LLScreenshotComponent.m */; }; BBEEFD714540BBDC873B782FA65B571C /* TUILocalTipsCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 532DE30E5C50174E1ACE829BEA5AC080 /* TUILocalTipsCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; BBF52AA1E4701487971B6EC91D182DE8 /* TUIImageCollectionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 711039907C470CFC941E325544BC7CF6 /* TUIImageCollectionCell.m */; }; - BC0E95FE25D8CCC1F7BD3FBA44CC05A5 /* SVGAVideoSpriteFrameEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = F7D90F07BFA68E516E547E373F65E4B7 /* SVGAVideoSpriteFrameEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC0ABEF74BC69576D8AA3F40584A27ED /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FC4EFFAE43B55055CE203F14DFF669A /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BC0E95FE25D8CCC1F7BD3FBA44CC05A5 /* SVGAVideoSpriteFrameEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = A67D83D9929E6F1B86FEBBF112112702 /* SVGAVideoSpriteFrameEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; BC22B42EFEF0FFB47F09B6A527E8ED1F /* TUIFileMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = DEFD7EB8420DE2362781DDF46E24FD1B /* TUIFileMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC2F9B1D6986FEB23B4FB1288B512538 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = D3E3C7EFAD924F6C0AB18FB04A025563 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC4A250A28A829BABA72CC85507993C9 /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 24AD4797CCBB26B169EC0FAAFED2E158 /* YYImage.m */; }; - BC4A8237493422E675B2706AA113E68B /* YYTextSelectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E88DF7BADAE32913AD6B69D10C64B9 /* YYTextSelectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC5458210A973BC7A29D1F45D458A14B /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D56A2F383AE52A2E3DF3A6F4B254740 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC5C6F9B985EDE983548FD63D7A650F7 /* QCloudSandboxPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 35FB9CEABCB769EFEE6032EC483218D6 /* QCloudSandboxPath.m */; }; + BC2F9B1D6986FEB23B4FB1288B512538 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F0353EB29A120E7AF994A8A7C8D6795 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC4A8237493422E675B2706AA113E68B /* YYTextSelectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC2CC9A505F24ADD4526A9D2FDD7558 /* YYTextSelectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC5458210A973BC7A29D1F45D458A14B /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D9CE222A690EFDCEFB4F91A89DEDD683 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; BC6036D51C7365B2E517559BF3120732 /* TUIImageReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D6C309FA26434A55A4DBA122CC04CF /* TUIImageReplyQuoteView.m */; }; - BC60AF43B11C3B3BEA8E91CD67B3EB0C /* UISegmentedControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B75D4455617F6A55CDB1F1819FD7D2B8 /* UISegmentedControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC60AF43B11C3B3BEA8E91CD67B3EB0C /* UISegmentedControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4A7321A284F8EB62D2A280DC62F42F /* UISegmentedControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; BC6EE58BC216E60A886D7D65B7495538 /* TUIEmojiMeditorProtocolProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = F386B586F40CECF14B9D7FD3C6A1BC9C /* TUIEmojiMeditorProtocolProvider.m */; }; - BCA586E5D8C61CB5D32A9E947C277B06 /* MQTTSSLSecurityPolicyTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F39009C47540616A374AD859EAC041F /* MQTTSSLSecurityPolicyTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCA597780C9ECA993B3E2754BE10BD91 /* TAAnimatedDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = C3173ED05775B7C9091125BBE55C87DB /* TAAnimatedDotView.m */; }; - BCA6B45AB0A0A3C7C67A31BD72CE399B /* SVGAImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BC9E6647B45DB7C2F29655EE5CB5F55 /* SVGAImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCA947B348A2977CD7E8B8ADB78E6851 /* YYTextArchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9498C72BF0862841ADE049DC35EBF6 /* YYTextArchiver.m */; }; - BCEEAFC24178DE5AABACC74245CE1739 /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = F41DC36374C12FD0B41A9BD33F9A414F /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD25095891DFD33AEA896C3469588001 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC8C16342A53C061414E552D24448B80 /* CoreText.framework */; }; - BD30193C1E3D7B1F17B1B1F3F08BE655 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 0623C1E13AA2A0351AFC2BD89FB49763 /* UICollectionViewLayout+MJRefresh.m */; }; - BD4CA7F3A3B82D603150486BA91C207B /* NSArray+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA2DD4C9C01EE157AD9EEC4D0094970 /* NSArray+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD50F26C5ACD87DBC6751E5A3C67B26E /* OSSSignUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D50A1EA600F9C9F5DB4BE5C21FA010A /* OSSSignUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD581D2B28819B151066194D4471202D /* LLBaseWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 99878C107A070699FBAB53DE435AEAD8 /* LLBaseWindow.m */; }; - BD581DAE148A2AFC0E2C1ECA447F42CC /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B0029E8D96A8D3921EC957B31A972EB /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD7E02AB6057AD5A6AC513C34D508135 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9FC6908461B70BB12B08EDE3AEBC72A /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD8207D8CA4AEE1D73C65DCB949CB174 /* AvoidCrash-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EDA984FC606C7786F043FCB36227404 /* AvoidCrash-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD8330CC2391605A4692827980FDDCF8 /* LLShortCutViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CDEB499910441B5BFEED3F7530C104AC /* LLShortCutViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD9DC803D8940768668C32B8604857D3 /* FMDatabasePool.m in Sources */ = {isa = PBXBuildFile; fileRef = B4A579B3A81B3E600ADB0583CF752BFA /* FMDatabasePool.m */; }; - BD9F30A9E6B07A361B8612FE8859759A /* LLWindowManager+Ruler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B65FEBCB0EF76CFAA00EC8509884F17 /* LLWindowManager+Ruler.m */; }; - BDCB50151900EABD7B7F605A2221E6A6 /* lossless_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 74B01FB69A5D74BF6A006DF102F3CAD6 /* lossless_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BE039604960D89D03E30CFE6ED3BA661 /* LLWidgetBorderViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FAA394A28F15B541C15C4046428DF50 /* LLWidgetBorderViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE044579E0A56F79B5CE391935325512 /* LLWindowManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 08963A4BE59A9D5620B36B9DD98D7D3E /* LLWindowManager.m */; }; - BE562BBE3040A3A95DF422DB9F6D4AEB /* LLAppInfoViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD9F9EB746F01DEB20BA6A8D41F36C1 /* LLAppInfoViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE6663633FD31883D5A8DCEE2F9CB48F /* SDWebImageWebPCoderDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 707857DC38035C14923222062751DD87 /* SDWebImageWebPCoderDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE71F68E2107DA8E4D9F262541C62D04 /* LLFormatterTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D405D94057F22C3BE308F2B73D62B94 /* LLFormatterTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE745203BA5D7A5EB4C3E03DEA392153 /* sharpyuv.h in Headers */ = {isa = PBXBuildFile; fileRef = B28BF8818C10BF7170B4BA56EF96834F /* sharpyuv.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE7880A237B0075CA7FA74B78686189B /* LLShortCutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F6E6EA36B24EB7887EAB936CF2A60EA /* LLShortCutViewController.m */; }; - BE7F6E08A9BDA2EF6FA625EB5CD685EC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 67D0842501F67645472CB0385474A295 /* JXCategoryCollectionView.m */; }; - BE87DEA1F1C3631921BE0CE768EB42F3 /* NSMutableData+OSS_CRC.m in Sources */ = {isa = PBXBuildFile; fileRef = 96D60FAA08A4AD43F6A699D26B9D16EC /* NSMutableData+OSS_CRC.m */; }; - BE8DE890E953564D5486DD6CBED46FA8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - BEA7B3709E49BD3290B9D84229702F02 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A6746B537DB89FA421A75F17088A77 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEC9C8B5BD16696AC1FF048B1587F865 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = B6A6AC94FB0F9728EB722EEDE82ED258 /* BRDatePickerView.m */; }; - BED98177E97555BBBD0B7F60CA2CA500 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = D823FB07B92337051CE017901F7E34A0 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF0413973E77D35E21C4222412094CEC /* LLScreenshotSelectorModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9485EB0391E1AB078FD719112A7E1C72 /* LLScreenshotSelectorModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF0CC843365A169A0C2BEAF63A7DED30 /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 326116131F7F57A4EEF8996A6AEC35F2 /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF22D137EF6324675FA50080C5D93C00 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EEB90D0BBD347D13F626D96914661D8 /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF26DD4287A51050AEEDFF33A9ADB77A /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89227E5AC00A91AE71BB799F2AA978DF /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF2A55DDFD93A444919121487E00D070 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = D6E3B653DB0FD359B9959046355F7388 /* SDWebImageDownloader.m */; }; - BF412BC028D5066537B28540F39FB4F7 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 46EB08EC04D8DDD8DE5C65820D7DE3F5 /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF61A9638C4046244F7504489D6627BB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B0067B68C01AB3887A364BABB15A12 /* CoreGraphics.framework */; }; - BF6427B348D406A127523F03AE2FD939 /* UIView+MP4HWDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5992088A813055291F36B0344ECDA1A3 /* UIView+MP4HWDecode.m */; }; - BF678DA246AB3DA6E6C90F4818543FB1 /* UIDevice+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 278B8B9FC1A43DFA4AD50DE7564A612B /* UIDevice+YYAdd.m */; }; - BF696ED00F2BE4E5D23A22BAA9611774 /* AVKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BD0A4EBEA8C8C68C7257C630C23F78B /* AVKit.framework */; }; - BF769F77F84E702A6718F4D46294E624 /* SVGAVideoEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3F46F7B7B6B8C5DB64021DEC0B6C77 /* SVGAVideoEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF7D73BC31ED41C8C87A7AD8E615BA90 /* UITextView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = EB169B301D75510AD8763578FC9D3620 /* UITextView+RACSignalSupport.m */; }; - BF7E2E36C374B7B1CD0A5332F2A9B26E /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 152B09EB5C46C3A5AA864C403CBB9A08 /* RACKVOChannel.m */; }; - BFA76954CF8D61A71D61D9110CE02F4B /* LLTableViewSelectableModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1391E316F7838DF2D7B2B48EE51B8B64 /* LLTableViewSelectableModel.m */; }; - BFD8EC99CD8DA66E3C6C0B3EE8CC4859 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CE74D1B298989210F5075ED8306D050 /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C00618FD63143B34F1331FB7516CD387 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0B3DEB1714934F5017308B34D0703C /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C00F260511723CD7DC4B4E9D22CD9DF1 /* YYTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 08704F044297A76E647073F02628D9EE /* YYTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C015B61E5D792F05226D81D64D69FFAE /* SDImageFramePool.m in Sources */ = {isa = PBXBuildFile; fileRef = E99AB24F3B2913D2410969663494C479 /* SDImageFramePool.m */; }; - C0450AD379B2CB7A908168F2B0410EC3 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 60563E42F8C2BDF7A5316DD00173C890 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C07F8A334C739FD38D9CB5C5239D683F /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FA4AF1F2FF95ED8DAF949CF745BE8F04 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C0822509BF7D6154A7EDE4C7583BF02F /* LLInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CAEB5D96592F00F666AB6E47CC47E91 /* LLInternalMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C08F788A609C4CB2D525FD21D4FAD291 /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0700DE062786EA2F6D99770CE63467FC /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C093E1564702DFC14FF75A67E5A40784 /* OSSPutObjectTaggingRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 469100BC47C2243AFF98CA27D2EB409D /* OSSPutObjectTaggingRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C0A0AD671DC0CA6202F129A8BAF8B043 /* SVGAExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 56F2804A0614B269D058BD5820E56D47 /* SVGAExporter.m */; }; - C0A27AF8E1BA202D8015FC341C905C25 /* SDCycleScrollView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDEDB571BD2BCAA8282600BEFDAEC76 /* SDCycleScrollView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC943ECB1EC5735D1873EC7A05D056D1 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 990D5421C9512C49357DF6466681D365 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCA45CC3CD4ADF26409C355435BC6FCA /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A9F485B97904D429615BEB88D5B8E8 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCA586E5D8C61CB5D32A9E947C277B06 /* MQTTSSLSecurityPolicyTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3329092E0CC9693D58C83DB41090DE24 /* MQTTSSLSecurityPolicyTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCA597780C9ECA993B3E2754BE10BD91 /* TAAnimatedDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE4572D241138882F290193C272575A /* TAAnimatedDotView.m */; }; + BCA6B45AB0A0A3C7C67A31BD72CE399B /* SVGAImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D32F808AEC7A6A248F625C25B8D2B758 /* SVGAImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCA947B348A2977CD7E8B8ADB78E6851 /* YYTextArchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 23ADBCFA04095835245ECCACF3E60A92 /* YYTextArchiver.m */; }; + BCEEAFC24178DE5AABACC74245CE1739 /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8457FE7AC78F9D0CD770806691DCB12D /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD25095891DFD33AEA896C3469588001 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C5534774A3CEE59A25B5F84665416721 /* CoreText.framework */; }; + BD30193C1E3D7B1F17B1B1F3F08BE655 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = C1C1538AC07C63E48F47771D9AF84B01 /* UICollectionViewLayout+MJRefresh.m */; }; + BD4CA7F3A3B82D603150486BA91C207B /* NSArray+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = F21D9B8F1BE8D0CCB4079315F2078157 /* NSArray+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD50F26C5ACD87DBC6751E5A3C67B26E /* OSSSignUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 685A6B5705BD5C62530E698B7BF57A72 /* OSSSignUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD581D2B28819B151066194D4471202D /* LLBaseWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0478F9AA310BF19EBEEB3509CED1E730 /* LLBaseWindow.m */; }; + BD581DAE148A2AFC0E2C1ECA447F42CC /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E5AD2F4D603099F41D524E0ACDA86DBF /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD7E02AB6057AD5A6AC513C34D508135 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = A3EB5E6200829A8091D88743712C1558 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD8207D8CA4AEE1D73C65DCB949CB174 /* AvoidCrash-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFB04E970219DC5124581EB793CE257 /* AvoidCrash-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD8330CC2391605A4692827980FDDCF8 /* LLShortCutViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C88C60F4CA58DDA571287E55FD885189 /* LLShortCutViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BD8A16D1B282E1EE8BD24EDBA3CCE8B5 /* QCloudURLSessionTaskData.m in Sources */ = {isa = PBXBuildFile; fileRef = 217AEA12D28A6A2E9FC7816B6FF80ADA /* QCloudURLSessionTaskData.m */; }; + BD9DC803D8940768668C32B8604857D3 /* FMDatabasePool.m in Sources */ = {isa = PBXBuildFile; fileRef = 5993D3F4D9F3E7540A30566908C2A4B0 /* FMDatabasePool.m */; }; + BD9F30A9E6B07A361B8612FE8859759A /* LLWindowManager+Ruler.m in Sources */ = {isa = PBXBuildFile; fileRef = F5CB0B35EFD0825233B0C548A5965810 /* LLWindowManager+Ruler.m */; }; + BDA1246CEEA0CF702F0A1EE5782AA987 /* UIImage+QCloudBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = 21DB539A94A34EA8843A8D6063A8507A /* UIImage+QCloudBundle.m */; }; + BE039604960D89D03E30CFE6ED3BA661 /* LLWidgetBorderViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E928A7A21957F25044AEE73FB937FF98 /* LLWidgetBorderViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE044579E0A56F79B5CE391935325512 /* LLWindowManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B744BE0127D382C78213BB0474B1C4 /* LLWindowManager.m */; }; + BE540EC24CFE77B949EF39ED6A5FB865 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 026283798D757DC7DD768757989C94A0 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE562BBE3040A3A95DF422DB9F6D4AEB /* LLAppInfoViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF73D102992C5C4052957E6E53E424C /* LLAppInfoViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE6079ED8BC317B08B70328C94C4F93C /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 19F1DD824F5BFC5BE2001061DC7110E0 /* SDImageCache.m */; }; + BE6663633FD31883D5A8DCEE2F9CB48F /* SDWebImageWebPCoderDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FEE84D9D4D297D8FEC796EBE489BDE /* SDWebImageWebPCoderDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE710624EF6185AF9F9E400326E5D501 /* QCloudBizHTTPRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 951FEA41E7948B9D1E801122F593F263 /* QCloudBizHTTPRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE71F68E2107DA8E4D9F262541C62D04 /* LLFormatterTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F7523448B711E0B4BB6D44C2F12445 /* LLFormatterTool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE7880A237B0075CA7FA74B78686189B /* LLShortCutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D8DD5058B68337F0F8BE7DCBB44607FE /* LLShortCutViewController.m */; }; + BE7F6E08A9BDA2EF6FA625EB5CD685EC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 872F8C97E6AFDC53EB0642AE773BE8DF /* JXCategoryCollectionView.m */; }; + BE87DEA1F1C3631921BE0CE768EB42F3 /* NSMutableData+OSS_CRC.m in Sources */ = {isa = PBXBuildFile; fileRef = 883D11FAA079B7BB6026F34F0E2DA462 /* NSMutableData+OSS_CRC.m */; }; + BE8DE890E953564D5486DD6CBED46FA8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + BEC9C8B5BD16696AC1FF048B1587F865 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 359E1C8B0642B26824394430D4D84B56 /* BRDatePickerView.m */; }; + BECCA6C4967CA03B562994976E2ADB53 /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5692F4A5AD156C256FC2BEA5862DFB32 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF0413973E77D35E21C4222412094CEC /* LLScreenshotSelectorModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEFB5769B5D2BD031717E365D685ED1 /* LLScreenshotSelectorModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF22D137EF6324675FA50080C5D93C00 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0246DB689CF0797AF63E8CB0A4A4DD /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF61A9638C4046244F7504489D6627BB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */; }; + BF6427B348D406A127523F03AE2FD939 /* UIView+MP4HWDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = DFD55C184D2EA74D57103617212A3453 /* UIView+MP4HWDecode.m */; }; + BF678DA246AB3DA6E6C90F4818543FB1 /* UIDevice+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 09CF1800E135BF67A8FB8312F59023E6 /* UIDevice+YYAdd.m */; }; + BF696ED00F2BE4E5D23A22BAA9611774 /* AVKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA3727F637B1FC9D45CC01D1EF2AEA90 /* AVKit.framework */; }; + BF769F77F84E702A6718F4D46294E624 /* SVGAVideoEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = B6AA2331A0AD9A14C2132AD36E24748B /* SVGAVideoEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF7D73BC31ED41C8C87A7AD8E615BA90 /* UITextView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 768B3EB2D2E8C4342574E16BE83CD23F /* UITextView+RACSignalSupport.m */; }; + BF7E2E36C374B7B1CD0A5332F2A9B26E /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 80A124C9C8E9669DBE9FC267898AD50F /* RACKVOChannel.m */; }; + BFA76954CF8D61A71D61D9110CE02F4B /* LLTableViewSelectableModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A1CFC61CEDD13878E65511F3C00E97D0 /* LLTableViewSelectableModel.m */; }; + BFC1B3A2E7218FA32E5DF2A71EA086BB /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 05462E6D99FBB4C820CCCB0CAF142D59 /* SDImageTransformer.m */; }; + BFD8EC99CD8DA66E3C6C0B3EE8CC4859 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CDA1CCD159C19403646EE8A9EF57EA /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFF48EA265826ECB4B5A8C8E381F96CA /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 27A1B3DF39CB2D106761CAAE10401567 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C00F260511723CD7DC4B4E9D22CD9DF1 /* YYTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBCBE703B6394C6247C98115A1A6F31 /* YYTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C07F8A334C739FD38D9CB5C5239D683F /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 160D69536F16CA2F2D15C3C1D1A63AA3 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0822509BF7D6154A7EDE4C7583BF02F /* LLInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 50B1A54030DBF1FE3B6E9BCE2B2844B9 /* LLInternalMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C08F788A609C4CB2D525FD21D4FAD291 /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABBA7F56284D091BC9CCD3C4AFF2903 /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C093E1564702DFC14FF75A67E5A40784 /* OSSPutObjectTaggingRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3056A8E8580CABADCB370176818DA839 /* OSSPutObjectTaggingRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0A0AD671DC0CA6202F129A8BAF8B043 /* SVGAExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = B5487E937FEB5373B94FF074FBD09545 /* SVGAExporter.m */; }; + C0A27AF8E1BA202D8015FC341C905C25 /* SDCycleScrollView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E1AE66BF84E45B8D34A89475BE65A432 /* SDCycleScrollView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0C366A0B9F53B89AF6C2072EB0B7D33 /* QCloudEncryt.mm in Sources */ = {isa = PBXBuildFile; fileRef = F61123318417E20709B68DA488ADB726 /* QCloudEncryt.mm */; }; + C0CA388C88F1B4B06E81DC173F6A6B89 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BEEA92F63E173654E18AA83A18D19F6 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C0D3D116199E47B57CB0677A4413D1EA /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 76538FB9D4C1FE11C74D0ECF94B6FC8C /* SDWebImageCacheKeyFilter.m */; }; C0D7398A10E080C337DF829A31C9FB59 /* TUIMessageCellConfig_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 176D1F2373CBF8ADDD59548AEA36F0E5 /* TUIMessageCellConfig_Minimalist.m */; }; - C0D7926E41A294ACA98D7B033B283919 /* WKWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E7E679235871C331C4566524F5D0E0 /* WKWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1000310B198CE24E36B2D7B204C29BD /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A0447AA6CE095FB16A0251D0A918CFA1 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C11FC02AB5543C68918A3EF50B69C592 /* MQTTSSLSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E4CE45B35D7D5B5FDBEE63DA76A5C2B /* MQTTSSLSecurityPolicy.m */; }; + C0D7926E41A294ACA98D7B033B283919 /* WKWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 862E86DB1FB2F7283A6D4EAD9AEC89DC /* WKWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C10129148964CBEFA3D90C2557A201D3 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B159DCF91E4CAAE99373EFC6F3CD251 /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C1186F3689EE0879EE6B271F58A5DCF0 /* XHLaunchAdCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 395937BD0F217F0B663A4E9E9A76BB84 /* XHLaunchAdCache.m */; }; + C11FC02AB5543C68918A3EF50B69C592 /* MQTTSSLSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 13BD80D3C8AA1615C61F0FB13F863F8D /* MQTTSSLSecurityPolicy.m */; }; + C129C5DA35D99501941C67A8EABE073C /* sharpyuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9335894D5AC0E9D208A92B950EFCFD30 /* sharpyuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; C12B3B8C6BE3528272269045A8509CA9 /* TUIMediaCollectionCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 12206D86BCB832336894FC3C4E8CAF33 /* TUIMediaCollectionCell_Minimalist.m */; }; - C13B8A49A99DA057DE5C8CBF3BA51EA0 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = C57FCF8705AA31A1608CC0053A7C56B2 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C13FDA24212F02F9E81022118634462F /* LLProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE85F27CFD896739228842096D35188F /* LLProxy.m */; }; - C141940201901A38A684AB8A2426F099 /* YBImageBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 24DE23792EB68A41558A67CDFD22791E /* YBImageBrowser.bundle */; }; - C14AB91B5A661A400A8712DDAAC1A19C /* OSSFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A3DC28FF7BCE17C84E078D7B0B24E628 /* OSSFileLogger.m */; }; + C13D2AE9909ADD4ABEF829F827C00210 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF9D175E5728F514907398656DDFD11 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C13FDA24212F02F9E81022118634462F /* LLProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 496E85A67A03606B42EC23EF9EA3E9DE /* LLProxy.m */; }; + C141940201901A38A684AB8A2426F099 /* YBImageBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 5D1E03659A2339FD61ACB5B5FC9A5AE6 /* YBImageBrowser.bundle */; }; + C14AB91B5A661A400A8712DDAAC1A19C /* OSSFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B75DE22B2825FF73439C6733BE7F0CCB /* OSSFileLogger.m */; }; + C151392F42D4CE9D687AC4F28C973F39 /* QCloudHTTPRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A610C9EA9F816E901CB1C711527F708 /* QCloudHTTPRequestDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; C16474A0DE79A1DB64C531D7C9312DFF /* TUIVideoReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF1DC6D0369B14BA40B52F5DA888AB5 /* TUIVideoReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1667FDC15CD5E0CEBAD08EE6CFF961A /* LLFilterFilePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41BF350BB7AE4DD9930855E4CB7384A5 /* LLFilterFilePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C19E66B928E9ECD90CDCA1CE4D296880 /* QCloudIntelligenceTimeOutAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = E7DB3331CF659984BFE549C347BD382E /* QCloudIntelligenceTimeOutAdapter.m */; }; - C19EF297181A31152C730790CC91A30C /* LLFunctionItemContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CDBF4E8B6B8B8F9CD67DB008689E8B9 /* LLFunctionItemContainerView.m */; }; - C1CE7DDDEF51510CEDBE3B0C57A49FA3 /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4694FA28176755CD70F11DCD81CED0D1 /* NSString+RACSupport.m */; }; - C1ED07F75CD8C2D19DA79D96EA77F802 /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = B27EA90BAF0FBA19DF2D6CDE20BB2206 /* RACUnarySequence.m */; }; - C1F39A84FF65544B186325ABCC88B716 /* LLWindowManager+Magnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E0DEF151A224E891AFBCF25F8953091 /* LLWindowManager+Magnifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2068AEACC2D9C7F1FFE41AA25B12A68 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B1CD231645C46DF63531F35F10D53BF /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C21BB4F85EC11E3A16DB3EFD10168CD9 /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 4885493088496B0A9F42E4653BC29910 /* RACCommand.m */; }; - C22BFD04EAB76981E7F112D57A1F5E79 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3315DC6134F24DE76DE6F35B8D45D47C /* JXCategoryNumberCell.m */; }; - C2331726B6F1BD9CB60DF670990C922D /* palette.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FA8775E4CBFB297E96159A4FA59A2C5 /* palette.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C2469087E269EF1B390DDF3AD40E68B6 /* LLFunctionItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AA12266A225C8D70CDC90D33EABC8C9 /* LLFunctionItemModel.m */; }; - C2549FB10C1AF4028CD0565D0E74B75C /* QGVAPMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 588D3CCD8EE99838ACDE6232300077FD /* QGVAPMetalView.m */; }; - C263B67259B2CE753550D11A1CF7D1CB /* OSSUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F13FE25C055C994285E63FB9F737E571 /* OSSUtil.m */; }; - C279BBC1EFE4E45AB56D7A684328336F /* OSSClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FBACC6494379F151A8E4457F350562C3 /* OSSClient.m */; }; - C27E7B0D613CBEF06BABD8011C89CAF7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */; }; + C16483526F6C6287240A75EDCB7E2F2F /* FLAnimatedImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ABB576553D2037E9F42F045AEB976FB5 /* FLAnimatedImage-dummy.m */; }; + C1667FDC15CD5E0CEBAD08EE6CFF961A /* LLFilterFilePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B18A9BFFBCC28E05580B85257B7C94F1 /* LLFilterFilePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C19EF297181A31152C730790CC91A30C /* LLFunctionItemContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED766CA2666C3BBEC9616FFC2ABA8C18 /* LLFunctionItemContainerView.m */; }; + C1CE7DDDEF51510CEDBE3B0C57A49FA3 /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 93CC207FE8CA73A9B6AA8F64B362473B /* NSString+RACSupport.m */; }; + C1ED07F75CD8C2D19DA79D96EA77F802 /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9C192F07A5F604561C877379688110 /* RACUnarySequence.m */; }; + C1F39A84FF65544B186325ABCC88B716 /* LLWindowManager+Magnifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 46293625963163CF404FA56C56AA8F5E /* LLWindowManager+Magnifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2068AEACC2D9C7F1FFE41AA25B12A68 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D591194BA2ADF06C4025AD35299AA3 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C21BB4F85EC11E3A16DB3EFD10168CD9 /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = AB398CA6D39164745DA2946992221D1E /* RACCommand.m */; }; + C22BFD04EAB76981E7F112D57A1F5E79 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7136ECE958A4AF48FAC28E235224B85A /* JXCategoryNumberCell.m */; }; + C24041C24398EBDC9C2F0B7AE8971BC4 /* QCloudUniversalPathFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8D67066424CDA23F7663F3A80C2E94 /* QCloudUniversalPathFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2469087E269EF1B390DDF3AD40E68B6 /* LLFunctionItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B79AF9D72370B2E617C50B940E85E9F /* LLFunctionItemModel.m */; }; + C250F5ABA4AAAEF8D946FA2A00A8D4C8 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D2086DC88CD8BEE03160EA2C81B57853 /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2549FB10C1AF4028CD0565D0E74B75C /* QGVAPMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC1AE69C7512CC0FAEDA793C8E005AF /* QGVAPMetalView.m */; }; + C263B67259B2CE753550D11A1CF7D1CB /* OSSUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = AF2B7683564852ACD94C7CE8FFDDC4A8 /* OSSUtil.m */; }; + C279BBC1EFE4E45AB56D7A684328336F /* OSSClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E477E65B2F4EE37CAD824238562EA33 /* OSSClient.m */; }; C28F70FA8ACA4CFC4186FAD9CFFBB029 /* TUICameraManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 779E558559B81FB082EB472C73CF756A /* TUICameraManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2A1273998888000E8343E3C0CCBA820 /* QCloudCompleteMultipartUploadInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CF81D9C467A44B4C6264E6ADF335BE24 /* QCloudCompleteMultipartUploadInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2AA67FD8098DD5910FFB92E1DF478A9 /* LLScreenshotImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = F461F4FAC8BB19506C6E56A2D8F8EAD1 /* LLScreenshotImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2B5E987337CB579B83D5936E5C23A4A /* NSTimer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 09B31E3D9630343E9793238698D53660 /* NSTimer+YYAdd.m */; }; - C2C9B5C200F6055D49D93CA5A503AAC0 /* NSMutableDictionary+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8B0587EF9A72A0F0798A45C0CCCA01 /* NSMutableDictionary+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2CD0223F067656A2FC851B7612916E2 /* YBIBImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5268B7AC4632A410339FFDD20DF3E /* YBIBImageCell.m */; }; + C2A1273998888000E8343E3C0CCBA820 /* QCloudCompleteMultipartUploadInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA565C0593C4D2100433BE69AA983AC /* QCloudCompleteMultipartUploadInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2AA67FD8098DD5910FFB92E1DF478A9 /* LLScreenshotImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 937B4527DA423E8AB5CAE84A9719EB79 /* LLScreenshotImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2B5E987337CB579B83D5936E5C23A4A /* NSTimer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C8B4ACF46E37C04DF930852BBF5B221 /* NSTimer+YYAdd.m */; }; + C2C9B5C200F6055D49D93CA5A503AAC0 /* NSMutableDictionary+AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 23A05BF7B243DE0A405E95407AD2BDB5 /* NSMutableDictionary+AvoidCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2CD0223F067656A2FC851B7612916E2 /* YBIBImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 96DCDE9B976A65B57FF4656FE76D4566 /* YBIBImageCell.m */; }; + C2DADA5A23747973314A4CFFE6FB7F4D /* SDImageFramePool.m in Sources */ = {isa = PBXBuildFile; fileRef = C84ED9F81729FC83452DAB90A84B3B23 /* SDImageFramePool.m */; }; C2EEC977E08984B335E055E91E7646E7 /* TUIGroupNoticeCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9174A0C86D26733C6530737A366E48 /* TUIGroupNoticeCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2FE60A10C792613E45031AE6E851ECB /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = CC51C3581194BC4AC710858D53F46EB8 /* MASViewConstraint.m */; }; - C301C51C5D8076CD04BC223FE69BC623 /* NSObject+HTTPHeadersContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = CC73B0105364E58A9EFDF2644247EEC9 /* NSObject+HTTPHeadersContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2FE60A10C792613E45031AE6E851ECB /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = FBED90EC11ED45CD1EBDBCC7D448760E /* MASViewConstraint.m */; }; C3060F7054E1BDABF94B1175FC9C4584 /* TUICloudCustomDataTypeCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = BA5E2BA85421BF845B20D61D8845C1B5 /* TUICloudCustomDataTypeCenter.m */; }; - C307A11538993DEBB5F69C9543063E19 /* MQTTLog.m in Sources */ = {isa = PBXBuildFile; fileRef = E65F76B8312CFB36A7276227EFA68E32 /* MQTTLog.m */; }; - C34B618A2DC8AE308EAD8451F428A8EF /* QCloudCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 059219951504E913078712192BF5AEF2 /* QCloudCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C369A8FD65F7CDE11DD4EFFAE88D64F0 /* QGAnimatedImageBufferManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BECB881BE01435296C19BD58A872AF4C /* QGAnimatedImageBufferManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C307A11538993DEBB5F69C9543063E19 /* MQTTLog.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBAD2D3F298A5DA3117A3280C1E093D /* MQTTLog.m */; }; + C32BF07A52941BFFCA5CC93E5A1F5BE5 /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E3899BC3C0DEA8E5F04E4B35421085A0 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C353C25836BD277B61BC2152DB9B826F /* QCloudCRC64.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF2D00EA431A9EAD8B3778E65C0B5C6 /* QCloudCRC64.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C369A8FD65F7CDE11DD4EFFAE88D64F0 /* QGAnimatedImageBufferManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D9CA7E9A7C96C5B66AF2847570F95C2 /* QGAnimatedImageBufferManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C369BA8E20D2CE66560232D1D92F123A /* QCloudResponseSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 511AD5F7590A06431F41EB92FE78E86A /* QCloudResponseSerializer.m */; }; C39047ED9E5DB8534028E3E7E1F33280 /* TUIBubbleMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71EE376D8DC431E626B54B1B3A7DC9F3 /* TUIBubbleMessageCell.m */; }; - C3A302C12503B4DD55C2E90D98198704 /* LLComponentNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = CD9D7510313EDF23B2BB3E046E4CA6CE /* LLComponentNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3A3217154A9ABC16EA000A3FC70FA23 /* MQTTMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = EC198EB887024871535BD7E9B8865685 /* MQTTMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3B32B348C3D905678130E8A4E68379C /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E84EC6FDDB438259358A76D0372A255 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C3BC82958CA7244658249A699F92D03D /* LLRouter+Screenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = F701FC03FB82A9C98B2E1CD625E02B88 /* LLRouter+Screenshot.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3DC81DD3E2BFAB6FB592680C2B18D82 /* LLHierarchyInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6D334238E33F7648A0A126AA2569DC /* LLHierarchyInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3A302C12503B4DD55C2E90D98198704 /* LLComponentNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = EAF1982813F22D3AFEE6E15D05CC8689 /* LLComponentNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3A3217154A9ABC16EA000A3FC70FA23 /* MQTTMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 686AC411A07964DC3E0EA4880CD59E58 /* MQTTMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3BBAC29E62E90832F3B7DFA31BC2988 /* QCloudProgrameDefines.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D5BCEAE8BA9CD9C62B69365B6581AD6 /* QCloudProgrameDefines.m */; }; + C3BC82958CA7244658249A699F92D03D /* LLRouter+Screenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 0225143B5AFBEDFF21EE3B70B62832DB /* LLRouter+Screenshot.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3D1AEDEB1531B978E17AAB3330B0A17 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0CFBFFE8A42298A0C79F142FF06576 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3DC81DD3E2BFAB6FB592680C2B18D82 /* LLHierarchyInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = F97149360450416F7CA08E9D3911C1FB /* LLHierarchyInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; C432FCDB82EE7F54B72E4B8E7AA1E1BD /* TUIConversationForwardSelectCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDE83F501FC642E05B993AABCE6F79D /* TUIConversationForwardSelectCell_Minimalist.m */; }; - C4440B596229BFB085DFAC2DE5E748C4 /* QCloudCredentailFenceQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C23F9EBD9AFBABB9B38B9D789CE1A91 /* QCloudCredentailFenceQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4519F3F2E7044EBBFDDB9EDE10F40B6 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 44F8EA9ACD259BDEF40C1EB7FC4F78C9 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; C45695FBB200A9C670A8220B9C0B6C99 /* TUITextReplyQuoteView.m in Sources */ = {isa = PBXBuildFile; fileRef = A248B0B63FE3C36C7D89728F70094517 /* TUITextReplyQuoteView.m */; }; - C45BDBA1768C56781E48457C6543F6B2 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 66BB1AF1C87BAB9329176155F6C493F7 /* RACBehaviorSubject.m */; }; - C462F17EDE150EF6837F0524C632A64B /* YBIBImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F9B748B9523F955E93AFEE09C9EC2AA /* YBIBImageCache.m */; }; + C45BDBA1768C56781E48457C6543F6B2 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = AC7B656C6B434A925F6D21DAFB99417D /* RACBehaviorSubject.m */; }; + C462F17EDE150EF6837F0524C632A64B /* YBIBImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8499DE925DB09EF36780D95E79FDD12E /* YBIBImageCache.m */; }; C46FE99E496AA84DFA052E35B1C44DFC /* TUIFaceMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A75B57AE83F8839D446ECAE74268D22 /* TUIFaceMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C48171E855EFC5FAC19737F709B753FA /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C3AE4ACBD0DF8C1211665C01F41EFD8 /* SDMemoryCache.m */; }; - C48AD412B798AFB17088E9121E00DFCD /* NSString+QCloudSHA.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51EA6CB8856C050BCD9287E3F892CAC9 /* NSString+QCloudSHA.mm */; }; - C48BD253390E2A3DEC682449B5FAAEF6 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = D6EFAB0D634A7CF321E4DE5C37DD9A91 /* SDWebImagePrefetcher.m */; }; - C49335B501A079DED91B3CF58138501A /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = FD63D4E1A24ACB8F4FAC2ACBF321F560 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C4B5A18EC7EDEE9CCB85F25AF251350C /* LLLogHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E4E353A84CE19B95DDD68C7CA1BD511 /* LLLogHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4E30CD02EF74AB9B105196CAEA5480B /* OfflinePushExtInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4EDE133919220DA0DB77266DD4F290 /* OfflinePushExtInfo.m */; }; - C4F9104906F0EB741AC188E1BFFF9BE8 /* TZVideoPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = CEE3C4466188D2B0AFE31D639BFE683C /* TZVideoPlayerController.m */; }; - C518F3630293F83E0E4207E1C8EFC583 /* QCloudGetObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1881D1008039B89F10E7FA2BA6DE3763 /* QCloudGetObjectRequest.m */; }; - C52F4CFFB078B8A701A768BF047E2D60 /* QCloudCustomLoggerOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 8994BC48961600CEB917CFE08DF260F6 /* QCloudCustomLoggerOutput.m */; }; + C4B5A18EC7EDEE9CCB85F25AF251350C /* LLLogHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D6F10505C8BAF96C6D9FB3E8C1283B /* LLLogHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C4DD75D8F0375CA6A2230B71F6ADC043 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EEA71195C955C009397B0DF04D49194 /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C4F9104906F0EB741AC188E1BFFF9BE8 /* TZVideoPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 145501A30FC875D81D936E67728795F5 /* TZVideoPlayerController.m */; }; + C50C78B934D4A77F176371B7855C15FB /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 547F5B494A0AA024C3094C4E34D16B95 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C518F3630293F83E0E4207E1C8EFC583 /* QCloudGetObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D0FB520DE0EB0B1A92DBC9882A43F8 /* QCloudGetObjectRequest.m */; }; C53A8F231A5B6A067BE80A7357C50BE8 /* TUIFaceMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B2B089DD73C47F9B4F681B5274EC5CE /* TUIFaceMessageCellData.m */; }; - C53CB91443D0025A48F975D083702845 /* QCloudRequestData+COSXMLVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 455D068D4EB4731CA40B25B1821380D2 /* QCloudRequestData+COSXMLVersion.m */; }; - C53D326186927C0C85580CC5FEB133E3 /* mz_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D55E9217F1D871EE1FA275A810596AC /* mz_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C53CB91443D0025A48F975D083702845 /* QCloudRequestData+COSXMLVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = B09B21EE5B2FC22E540514C4C6B3636D /* QCloudRequestData+COSXMLVersion.m */; }; + C53D326186927C0C85580CC5FEB133E3 /* mz_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 4219E7CC7A89AAFEDD46A7FC392973B1 /* mz_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; C58D02CF01F48625A5F15239C7F98EF0 /* TUIMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = DEF517A11EBB40C32836AE94CF528F7B /* TUIMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; C5A8D91010F59E84ADA99B7497DD0084 /* TUIMenuCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E14B2C46EC3FEFE18206707CFB3F6A5A /* TUIMenuCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5BE68E2F6408DB94241AEA121786D97 /* LLNetworkFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DF0EBE007FB701E63CBADDE35A991C /* LLNetworkFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5BE68E2F6408DB94241AEA121786D97 /* LLNetworkFilterView.h in Headers */ = {isa = PBXBuildFile; fileRef = D01E02FC1359363DDF733A132E4D0D8D /* LLNetworkFilterView.h */; settings = {ATTRIBUTES = (Public, ); }; }; C5C384957A2A0F890E726765AF7FB875 /* TUIConversationSelectController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB3DA14360363BDCEC1A1669BAFB2CD /* TUIConversationSelectController.m */; }; - C5F712FC268AE177C29C28244AADEF81 /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 093538C874844EDC1A0A197042A45E9F /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C60DB44F719853DE3B7157960DAF9270 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CC8A4437F40CBBF7AD1B9F900965783 /* MJRefreshComponent.m */; }; - C618C480BE5624B14E95733432797244 /* OSSPutSymlinkResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0612DC526A30752E51650E0CA0BEB4B8 /* OSSPutSymlinkResult.m */; }; - C628EB8975B98BD99BE9D42903A71F77 /* GPBSourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = AE02E7FF288BA1E6D7F88982C57AE562 /* GPBSourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C638FD6DEFC242C723960735B23D3DED /* LLFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7495011A0379C00CCF0EE0C173F67644 /* LLFactory.m */; }; - C64003C8DC4309812BD0785EA4795B32 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D37A688C16B1234239DED92E3320D15B /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C649DF4800F7E636D9378CADFEDD75E5 /* OSSDDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0257F63285DF532F217CB060E81B56EE /* OSSDDLog.m */; }; - C64C28E8B15C171323473E543C608E68 /* mz_strm_os.h in Headers */ = {isa = PBXBuildFile; fileRef = E692E5A4ADDC3B8051B81F53EE697149 /* mz_strm_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C655DEC61690278EEE48688D5EBF2D59 /* ScoringMachine+DataHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2B65964423B4DEC94B009452F7A3F1B /* ScoringMachine+DataHandle.swift */; }; - C65ADC429A24E6E22657BA20719F2013 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C24B738D17AE5BC3EED9B271634668D /* Zip.swift */; }; - C65C4A238E7E047F51DE2A10C770E565 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2F50726B73AFA95C2E2546DB1C370E8A /* PrivacyInfo.xcprivacy */; }; - C674F063CDFFB93BEFC9AA9F26626CBA /* AliyunOSSiOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45073970B3C226FBCA12C136D7F3DB71 /* AliyunOSSiOS-dummy.m */; }; - C68E31E1034EE93D215197020FDACDFD /* QCloudLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B9703A7371293EECD3570B5B2DFAD0FD /* QCloudLogManager.m */; }; - C6E7B5C5D2A2B1B8F527A221DAEECAED /* OSSLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CE3CE3DBC64AB60E3A5818C1BE4EE97 /* OSSLog.m */; }; - C7402A8F9C17599CAC6011CB02B2DB51 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = B9CE7D5CE139AF9EA1712245C57B9C42 /* zip.c */; }; - C74589E03918328E4D27EFCBF6C4A0B8 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 59CBEAB2995EB1847B7FC4FE89A714A7 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7600D685F740E4A1E935A393ADB27C8 /* _YYWebImageSetter.m in Sources */ = {isa = PBXBuildFile; fileRef = 40F20D87AA3C8CE9A0E18052A6DC18E7 /* _YYWebImageSetter.m */; }; - C7797CB3D924CF0AAF2DC200C8890C1E /* LLHierarchyComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = B80E2691F8C188D11FE61DFAD52C6FF3 /* LLHierarchyComponent.m */; }; - C786581E74B1E97E6042BC99E7193299 /* LLCrashModel.h in Headers */ = {isa = PBXBuildFile; fileRef = EE18F9EB151526E3C07397A9E807D8E4 /* LLCrashModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7ACED7C7E3A5460CFE2825B1AB37A69 /* LLScreenshotBaseOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C52E08C63B91E6793D1ABF146E1FDF7 /* LLScreenshotBaseOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7FA67545D38E2F4515FAC5D02DB84AE /* LLCrashWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 527F36F77F902FDE250B6767F1A9A9D1 /* LLCrashWindow.m */; }; - C8031F25F75B85B9EA4D7CFE4A1DF3A9 /* OSSGetObjectTaggingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A7D09DD3FE09844CADECC5ED7EB147 /* OSSGetObjectTaggingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8345D4CF38B0FE9983B5AD15675B1DA /* NSMutableDictionary+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = C5AF25C4A2709634CF3EB5429C9A4520 /* NSMutableDictionary+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C84B78CB98146FA6F37F6E885B1008B5 /* QCloudHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A53DF9C950F0AD538A15FCFEAC3A99CC /* QCloudHTTPRequest.m */; }; - C857B8D2D0BAA5A8A764F9E1C4B85807 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B285892E042AC483BB9B662E55DCF6B7 /* ViewController+MASAdditions.m */; }; - C85FD4EEAD511606ABB7799A756E7909 /* QCloudCopyObjectResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C142C90A8EE06B1F137BF93CFD1FE0BD /* QCloudCopyObjectResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C86705D074B3675CA80A43D709517B73 /* OSSV1Signer.m in Sources */ = {isa = PBXBuildFile; fileRef = FBCC619F2E5062A11CCA629F5913683C /* OSSV1Signer.m */; }; - C8685678D1B020F87365D022216FFE29 /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A365B590AD92E43010BC75DDB8A8ED /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C870D4FFBF8B37D615C1C88B2ABEBC33 /* YYTextRunDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C9842F672DD7904085BBAF0823DE9A /* YYTextRunDelegate.m */; }; - C8A55E849B59FC6750A8844FF6745567 /* SVGAImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = EEBED63C0D1C6DC8A8016BDC8797240E /* SVGAImageView.m */; }; - C8B284A4946540AF76FF866F9F34CF67 /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 784EAA99362BC0C41CE5852297D05024 /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8BABE9974BFE9EFBF7E34BD75D8C445 /* TUIGlobalization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B01055A02C595C4CC216230475CCEF1 /* TUIGlobalization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8C84ACFC0D811038ECB5A161059F40C /* LLHtmlConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C9F6420E22E715A5EDD7BC667FB6BD /* LLHtmlConfigViewController.m */; }; - C8DF058D10E2B55CC73C5735F384759B /* LLEditTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DE1BE68F23F888A0E7FB47DEA0566D09 /* LLEditTableViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8E78F57BF4287B3F93E34C983857ED0 /* QCloudRequestData.h in Headers */ = {isa = PBXBuildFile; fileRef = BC98CCFBF1EDA8F1689CA5CA43F79657 /* QCloudRequestData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8EC35DFB0945DBE2F2FF9ECFE6D9711 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8AFD9D3F89C4C873F22404656CF56A /* NSLayoutConstraint+MASDebugAdditions.m */; }; - C9015AE4C9EE9D5BC77A83669033624C /* QCloudFileOffsetStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 51D0491B8DC06AE5E614B4D37CAD6F90 /* QCloudFileOffsetStream.m */; }; - C9208B35E8B25A8E183E0B2BD2D22338 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 6221E8AB13753690EE8654446ABF1488 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C922BFFF717515E5878910DF4078CE1E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FE371DA2A6EFDB16C2401A747C6C1B9 /* JXCategoryIndicatorDotLineView.m */; }; - C929CEFCE6054964CEDD1180C72C300F /* QCloudSDKModuleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FA765F9271839D176DB2E0BD4F37309E /* QCloudSDKModuleManager.m */; }; - C93B810C1BD066C657F92F5D7C0259A5 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA49C94F05A2187AF5FFA52A89B5F2D /* SDImageAWebPCoder.m */; }; - C96B005ED1E51CBAEA6CCC2FA14DAE47 /* LLWindowManager+Ruler.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FF1CAC382D4C785DB69A3A2BBE1ACC /* LLWindowManager+Ruler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C98125F6BAEE14BCDC62707C78A3EEB3 /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 4393C282FB84A0228EA11E3635D4ADFE /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C993A4D0CFA51E567F458CA65C1298AA /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A1AFD93DA14D0C5F1EBD1E60FA950BC /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5D43D00C5B9204FD952C38B3703B522 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 05423944B847295E9D954A616C231DDE /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C5E35F9CF54992115BCB71F035710BC9 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = AC898537B7870037F581BF4B63461CD1 /* SDImageLoader.m */; }; + C5F712FC268AE177C29C28244AADEF81 /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E0E93CCFA56BB73E7183EAC51CB536 /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C60DB44F719853DE3B7157960DAF9270 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC443543BE10279E7D110F70D30AF51 /* MJRefreshComponent.m */; }; + C618C480BE5624B14E95733432797244 /* OSSPutSymlinkResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 482063DDEB2FE00CE1BA67EDA8A695CA /* OSSPutSymlinkResult.m */; }; + C628EB8975B98BD99BE9D42903A71F77 /* GPBSourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB8638950538FFAD63F67FF25D304D1 /* GPBSourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C638FD6DEFC242C723960735B23D3DED /* LLFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = CDC080F60007F05062877DD73A27197F /* LLFactory.m */; }; + C649DF4800F7E636D9378CADFEDD75E5 /* OSSDDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A59BBDD32F9EDEBCEA4B602BFD30B87 /* OSSDDLog.m */; }; + C64C28E8B15C171323473E543C608E68 /* mz_strm_os.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE7CAAD9D08B18A664A4F0043BAEB45 /* mz_strm_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C655DEC61690278EEE48688D5EBF2D59 /* ScoringMachine+DataHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E0E1D0ECBF563A0BCEA6B38DA91431 /* ScoringMachine+DataHandle.swift */; }; + C674F063CDFFB93BEFC9AA9F26626CBA /* AliyunOSSiOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E10C5219B3C1217C6EEBE75FF53110F6 /* AliyunOSSiOS-dummy.m */; }; + C68E31E1034EE93D215197020FDACDFD /* QCloudLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A171BBE4ED2B8B3EAE06A6A399B6AB /* QCloudLogManager.m */; }; + C6B8D6B4E11CF433A787819419D670AA /* QCloudConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 47E4FC143EF66D217C2DD87DA9E0AD9C /* QCloudConfiguration.m */; }; + C6E7B5C5D2A2B1B8F527A221DAEECAED /* OSSLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F56D8DE53859883FF210E1067C10FED /* OSSLog.m */; }; + C741E57289C29A512DA39961DFF14B75 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ACE642F3FEE3C710813AC267F83DAD8 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C74589E03918328E4D27EFCBF6C4A0B8 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C702B922BB4AC09EE4F6847B62E5230 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7600D685F740E4A1E935A393ADB27C8 /* _YYWebImageSetter.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A4EC640CF683F8FA7B55E2A3A1B801 /* _YYWebImageSetter.m */; }; + C7797CB3D924CF0AAF2DC200C8890C1E /* LLHierarchyComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4677CF0CBCFAA84AF65AB11E0557C459 /* LLHierarchyComponent.m */; }; + C786581E74B1E97E6042BC99E7193299 /* LLCrashModel.h in Headers */ = {isa = PBXBuildFile; fileRef = DB288AA9021F311885C7C04FC7DF3EFD /* LLCrashModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7ACED7C7E3A5460CFE2825B1AB37A69 /* LLScreenshotBaseOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 56B350BF108064079E8DCB350FA6DF90 /* LLScreenshotBaseOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7E39A248B1F501DD6E31CD6F4FBE8D8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 099167171B52DDE38AF6A733F1058D6A /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7FA67545D38E2F4515FAC5D02DB84AE /* LLCrashWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 5718490A21098223446EBADD89D02F42 /* LLCrashWindow.m */; }; + C8031F25F75B85B9EA4D7CFE4A1DF3A9 /* OSSGetObjectTaggingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 00887F70B74ED7FD482677D20FCB17D4 /* OSSGetObjectTaggingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8345D4CF38B0FE9983B5AD15675B1DA /* NSMutableDictionary+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 85300434E832C03ADDD8DE5D3D091D80 /* NSMutableDictionary+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C857B8D2D0BAA5A8A764F9E1C4B85807 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 62242AF37F274EC7F98E2AEC0627E9BF /* ViewController+MASAdditions.m */; }; + C85FD4EEAD511606ABB7799A756E7909 /* QCloudCopyObjectResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B47C274D11F57186D928598D721E6B /* QCloudCopyObjectResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C86705D074B3675CA80A43D709517B73 /* OSSV1Signer.m in Sources */ = {isa = PBXBuildFile; fileRef = F3293ECB8DF9D5560AC1002013C326FA /* OSSV1Signer.m */; }; + C8685678D1B020F87365D022216FFE29 /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B9D0AB10813A009DF6AB369B7CEACB /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C870D4FFBF8B37D615C1C88B2ABEBC33 /* YYTextRunDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE3CF55A7D59E91EEA4360DFD755F8B /* YYTextRunDelegate.m */; }; + C89CD4E40404BE0A93E002109AEF843E /* QCloudCredentailFenceQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = FF3CA0EA2D18BF2030CD496FF66B8452 /* QCloudCredentailFenceQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8A55E849B59FC6750A8844FF6745567 /* SVGAImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 529464F88C9734A854D415C115EE7ED7 /* SVGAImageView.m */; }; + C8B284A4946540AF76FF866F9F34CF67 /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0838F99300766886871CA3D93658A381 /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8C84ACFC0D811038ECB5A161059F40C /* LLHtmlConfigViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D902298BA1445816E603934B422614 /* LLHtmlConfigViewController.m */; }; + C8DF058D10E2B55CC73C5735F384759B /* LLEditTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 319149BDA82994B67910F3F558D4151F /* LLEditTableViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8EC35DFB0945DBE2F2FF9ECFE6D9711 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BFE177B9DEF308D7783FAA41F4943076 /* NSLayoutConstraint+MASDebugAdditions.m */; }; + C8F09251C7030DA1A8FCAB39E025B64E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; + C9193440EFD93C778AD3F6BB288CB64C /* QCloudCLSLoggerOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = DF57A3D9539D2689B5C5453111B15173 /* QCloudCLSLoggerOutput.m */; }; + C922BFFF717515E5878910DF4078CE1E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0130A5DFAF54387CB4006C84136608 /* JXCategoryIndicatorDotLineView.m */; }; + C927B5C450B05BFC1138B1ABD65C80A0 /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = ECEF27DF15E3170D4B372B98267D11C7 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C943AF10C5B86E72134F1CF839CF8B59 /* QCloudCredentailFenceQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = B4D608B72E00BC8B040CCC5D891C9DE3 /* QCloudCredentailFenceQueue.m */; }; + C95C70EE62FD040EE4780A6B90DE2140 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E0809D3D11BCDF5F9D921FA602AA98 /* SDImageCachesManager.m */; }; + C96B005ED1E51CBAEA6CCC2FA14DAE47 /* LLWindowManager+Ruler.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D58573E1E80913E8D7CE1F45409FA6 /* LLWindowManager+Ruler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9796CD4D3E643C57F24E5E9F03E1DAB /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7698700B6DED067DCD260A5CDF0123 /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C993A4D0CFA51E567F458CA65C1298AA /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 51931F8C6A611DB5F9254F2C3FD76B90 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; C99F9A5F0C340700D35AE62A7AAD5115 /* TUIChatModifyMessageHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C28C56D51E91772D91591CED37CDA87 /* TUIChatModifyMessageHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9AFC6682FD2C8231E779A4349DBDFD6 /* mz_strm_wzaes.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E039A8E9F100D07647F4967C09F2910 /* mz_strm_wzaes.c */; }; - C9E19D164C26414115CC969ED9A303C1 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 1886FABE4F852B01CE143893D8365EFD /* MASLayoutConstraint.m */; }; - C9E5067115DD59497C3258119CFD2C07 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - C9E8C7B5AF3C4EF60385EC33BB0A193A /* TZImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 12DB7C639DA744A1B2B62DF0569D27B5 /* TZImagePickerController.m */; }; - C9EA8ADF176E3A9958740431739FA3E4 /* YYTextTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 178CB5232ADD2940C664E2DAC8C07E78 /* YYTextTransaction.m */; }; - C9EBE0AD508E6B3A780A8FA0DBC68427 /* YBImageBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A87E7D21E00C0521DD0FFAD245BDF34 /* YBImageBrowser-dummy.m */; }; - C9F1E874CACA8E00BE7BCF27AE20FA28 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E70FF339EB00931C8B39F8AB9932B20 /* UIView+WebCacheOperation.m */; }; - C9F7628BEA110FD9D677EA19555B27BC /* LLHierarchyComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A613244EA3F30D41E7F6A2B3E0C11771 /* LLHierarchyComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA1C91D58406D27B503DB85897597612 /* NSDate+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = A205DF285961A683BDABB3F026EAF070 /* NSDate+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9AFC6682FD2C8231E779A4349DBDFD6 /* mz_strm_wzaes.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CA75E7FDD86493519EEE3C4B9B27A2 /* mz_strm_wzaes.c */; }; + C9E19D164C26414115CC969ED9A303C1 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 531AFE5451D61F008AC444A63D124EEA /* MASLayoutConstraint.m */; }; + C9E5067115DD59497C3258119CFD2C07 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + C9E8C7B5AF3C4EF60385EC33BB0A193A /* TZImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D3A806EFC06A29BFA7185387200E49 /* TZImagePickerController.m */; }; + C9EA8ADF176E3A9958740431739FA3E4 /* YYTextTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 9036A59F7E315C662CB43ECFFD049364 /* YYTextTransaction.m */; }; + C9EBE0AD508E6B3A780A8FA0DBC68427 /* YBImageBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E79C6ABF2E00EB2DE2082A51DB187D2B /* YBImageBrowser-dummy.m */; }; + C9F7628BEA110FD9D677EA19555B27BC /* LLHierarchyComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C2AA422AC10726401417C6310240DCE5 /* LLHierarchyComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA0E1A73D7D51B8B121605E841D984DC /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AEBDEB98A19A10C82896566A0A27E15 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA1C91D58406D27B503DB85897597612 /* NSDate+OSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE7FF77772E7E350B35DF2D0A1E868E /* NSDate+OSS.h */; settings = {ATTRIBUTES = (Public, ); }; }; CA213CA644A9696B8EF15C0BFC5D3691 /* TUIGroupAvatar+Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = 90EEBC4F39930756A7145F73F6C19488 /* TUIGroupAvatar+Helper.m */; }; - CA317E37A91E64AB44A9B1DCD28EAD0F /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = FA87F8676E587989AD5F3A0F4AA8DFCE /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CA65FF15957F7DA60B3E224935546A52 /* QGVAPMetalUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 112D92259F30896CFD904B6A7663712C /* QGVAPMetalUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA969D78DF1470FD1D125F932E7A3C20 /* QCloudNetProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = FFDB774C101BFB12D80A65CD24C53959 /* QCloudNetProfile.m */; }; - CA9AFE3460622CC65F75A2DDE845F6E9 /* JXPagerSmoothView.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E851B842C5436A7C425A28F5EAFF08 /* JXPagerSmoothView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA9C35FCA9D124DB830DA3997692E729 /* LLWindowManager+AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9914816CFEB1A44C5DD27892F27F701A /* LLWindowManager+AppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CADC150E3A4F3C35897990EC757C03DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - CAE200584D8C0794A6D61DE008EDB10B /* NSURLRequest+COS.m in Sources */ = {isa = PBXBuildFile; fileRef = D0873B00FF4A1B50B350980FED12AE7E /* NSURLRequest+COS.m */; }; - CAFC7554C76B9139E8841290A5AC9E55 /* UIButton+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A7D3D49FA00D2550D145285DA5CA7C3 /* UIButton+YYWebImage.m */; }; - CB18E8B67513473D943B0083143102B0 /* Svga.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A5EC203393EDB39DF19C5B9EC73E99C /* Svga.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB1D28D0B5A3D8F0040BBA73474A2461 /* QCloudUploadObjectResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F16D84E1CE2EB0590049C86CD5FF0ADE /* QCloudUploadObjectResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA310EFF55D5DB40E0EA800C42B41F3A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 314467FC49AADF71F5EB11A9BCEB5BEF /* PrivacyInfo.xcprivacy */; }; + CA65FF15957F7DA60B3E224935546A52 /* QGVAPMetalUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7635951B104C4C49A44D21F63F98B124 /* QGVAPMetalUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA9AFE3460622CC65F75A2DDE845F6E9 /* JXPagerSmoothView.h in Headers */ = {isa = PBXBuildFile; fileRef = 09179FA5779B9C30220549F062FED8F1 /* JXPagerSmoothView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA9C35FCA9D124DB830DA3997692E729 /* LLWindowManager+AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C607AB52E4AB1DB04718DFC0370DF3 /* LLWindowManager+AppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CADC150E3A4F3C35897990EC757C03DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + CAEC288D141FAF4A866B6601982535D6 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 594AB06B4A1BDC99483178D8F7528A09 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CAFC7554C76B9139E8841290A5AC9E55 /* UIButton+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 20A1EB787F5B11CAEE93906FFA51F851 /* UIButton+YYWebImage.m */; }; + CB18E8B67513473D943B0083143102B0 /* Svga.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = EFEA67CE260D14F81E01DECA1062CD92 /* Svga.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB1D28D0B5A3D8F0040BBA73474A2461 /* QCloudUploadObjectResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F7446D92998F0E1A0EA7EBF118E45B3D /* QCloudUploadObjectResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; CB22EB2F2905B3529AFDA1A1B7A0AB8D /* TUICameraView.h in Headers */ = {isa = PBXBuildFile; fileRef = E5D1D639E269A845688C860850C08FD7 /* TUICameraView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB2D7E2CAB8F50571DA2E0F437AD562D /* LLSandbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 695B71E90A78E92B3B729FF7976FF95B /* LLSandbox.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB34743BD4DE41CBD72B18BD8A9646E0 /* ScoringMachineProtocol+Infos.swift in Sources */ = {isa = PBXBuildFile; fileRef = 921E5C4735B2CFC1A410EEB60DA1F15D /* ScoringMachineProtocol+Infos.swift */; }; - CB6E35960C294DA751F679E953F4F14F /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C0752E1B9052AFECD101EBEA8C69BB2 /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB7FD8FA81234BF9CC43527FE6260F62 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 898E82C73F718565E9F537B08652C221 /* RACReturnSignal.m */; }; - CBA24325A603D600E9A1CD53EAB2FB34 /* LLScreenshotHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = EF94E42A71EF4BB4F94BCCC59FFDC67F /* LLScreenshotHelper.m */; }; - CBA4E86157FC8473E597F0D7050B5E4C /* IQBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A24190DA80C03A61877016F3EECE467 /* IQBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBAAE2A674699D3391C898EA00D0AA5C /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE661F218BED1217BB2E02F63814B14 /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBACBCFE836FEADE2C187DA67B0439BF /* QCloudHosts.m in Sources */ = {isa = PBXBuildFile; fileRef = EE43C496351E428193836DDC7DAF36AC /* QCloudHosts.m */; }; - CBACF5A69474697D1627525F6B2504CD /* LLLocationComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 260DC26BDF0892F9519735F2FC5DE923 /* LLLocationComponent.m */; }; - CBD669CA61B8E19EE81563F7D7451FA9 /* UIView+TZLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CF0548A02A55E4C627CD7F357EF9994 /* UIView+TZLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBE2D64D46706FE4863E094E61A98148 /* sharpyuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C93EEA40FE0DA8CB90A713BA52C61B2 /* sharpyuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CC292742EE35DD207924BFCFE75D0F8D /* LLEntryBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 91A7D7FAD9C88D8FADFF64439EACA222 /* LLEntryBallView.m */; }; - CC344213CF3017F17E810FB007EE65EF /* YYTextLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 757F9E32EF3ACEC838DAB4FEF3483E44 /* YYTextLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC7DB4436CE139CDCB51C5DC5BB1BEAF /* LyricsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 621FAB72115D94D553E6D61DC403E6FD /* LyricsView.swift */; }; - CCA92292FB05539B19AD95F2CBB8A65C /* LLLogFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75E2AD06BBB42B04236882A7B5727F2E /* LLLogFilterView.m */; }; + CB2D7E2CAB8F50571DA2E0F437AD562D /* LLSandbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 18D24AA04FB79A283CA5C6EF897E7B62 /* LLSandbox.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB34743BD4DE41CBD72B18BD8A9646E0 /* ScoringMachineProtocol+Infos.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819408984BB6321209ED299654D410AD /* ScoringMachineProtocol+Infos.swift */; }; + CB3653569130F87C7BF45E48F921462E /* sharpyuv_dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = D36DB386A8EBF9D652B7C77A8DB48C41 /* sharpyuv_dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB6E35960C294DA751F679E953F4F14F /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C0ECFD7B93AD89266D93DE95E43DD6 /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB7FD8FA81234BF9CC43527FE6260F62 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 714400951BF7F4076BF35994A7E3244B /* RACReturnSignal.m */; }; + CBA24325A603D600E9A1CD53EAB2FB34 /* LLScreenshotHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF64A99362A1DEE7F57527D844409E8 /* LLScreenshotHelper.m */; }; + CBA4E86157FC8473E597F0D7050B5E4C /* IQBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 074A8D5E2BD458A0A037425B37FA13E8 /* IQBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CBAAE2A674699D3391C898EA00D0AA5C /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 654148251E5784A3B70C24582897A2FC /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CBACF5A69474697D1627525F6B2504CD /* LLLocationComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E8855D74C5A8179F21428FFF8F66DF /* LLLocationComponent.m */; }; + CBD669CA61B8E19EE81563F7D7451FA9 /* UIView+TZLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DFB775F2860A8C47612985737A40F34 /* UIView+TZLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC10ECEDE77F1DBF88FCCBD8A9457964 /* TUICoreTheme_Minimalist.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3590990882B5B4A19670AC9FA0D493 /* TUICoreTheme_Minimalist.bundle */; }; + CC292742EE35DD207924BFCFE75D0F8D /* LLEntryBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77919803CF1E7CE32D58423BCD3B8991 /* LLEntryBallView.m */; }; + CC344213CF3017F17E810FB007EE65EF /* YYTextLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 048E88530FE9E1ACA668469D9B5E92FF /* YYTextLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC7DB4436CE139CDCB51C5DC5BB1BEAF /* LyricsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD362EABC8567958483BEA245CA2C7FF /* LyricsView.swift */; }; + CCA92292FB05539B19AD95F2CBB8A65C /* LLLogFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 49C4C9495792CD7E99646D8B06031DC1 /* LLLogFilterView.m */; }; CCEC6631C7EBB667EA00EEF0A300EB4A /* TUIGroupNoticeController.h in Headers */ = {isa = PBXBuildFile; fileRef = D7C12A77EFF0B391EEAC10733E2E38EA /* TUIGroupNoticeController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCFBAD5D98E4D090EC94ECC8BE6FFA49 /* YYTextRubyAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = D70F61F84A871A4A5701CC7FF69CA1C0 /* YYTextRubyAnnotation.m */; }; - CD0D3AD69AFAC3F7A49AE61ECD8181A8 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D02B90433D7B5F3B2ACEAC03D5CD20DD /* NSDate+BRPickerView.m */; }; - CD11AA2AEE821CAE3316CF00DD14B833 /* OSSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8196DF90AC27B269BC046A3C0AF41F3E /* OSSExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD378EDA46C03B48E7981C5E30B9B533 /* LLSandboxTextPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B95A480D773A0692D0129A94C8455AC3 /* LLSandboxTextPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD5CC2EDC5C836AF24F4CC1FD014BB2F /* QCloudSandboxPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2E818D391D5A9AF7161708FD90DA54 /* QCloudSandboxPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD6FC480BC8A2D31541403F2009C048D /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E587B44A2FE47CDECE41B5B3B3DEEAA /* SDImageCodersManager.m */; }; + CCFBAD5D98E4D090EC94ECC8BE6FFA49 /* YYTextRubyAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = B0EEA317D88C2C504200E5FA4593354A /* YYTextRubyAnnotation.m */; }; + CD0D3AD69AFAC3F7A49AE61ECD8181A8 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 19AFF180E4FCEBD4EA4826CA15BF931F /* NSDate+BRPickerView.m */; }; + CD11AA2AEE821CAE3316CF00DD14B833 /* OSSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F22B2F87E1A78E64529530BFA222FC8 /* OSSExecutor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD378EDA46C03B48E7981C5E30B9B533 /* LLSandboxTextPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6551686742A6BC3C81A996C5A3EE77F1 /* LLSandboxTextPreviewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD5B26AB5F2709D746EF42594ED77104 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58E0AB7EC984C6E5FEA1DC0EFD44A26C /* Accelerate.framework */; }; CD7A4932136830123A1415B34D78E386 /* TUIBaseChatViewController_Minimalist+ProtectedAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B87C5ED941D4516E2EB64739983E9B6 /* TUIBaseChatViewController_Minimalist+ProtectedAPI.h */; settings = {ATTRIBUTES = (Public, ); }; }; CDB2B19C502A40360262F9000187F30B /* NSTimer+TUISafe.m in Sources */ = {isa = PBXBuildFile; fileRef = 01AF44A2DFD1DA7DF152967F3D0B0836 /* NSTimer+TUISafe.m */; }; CDBC41B2F5D08292677E501E5CE5FEE2 /* TIMConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B87CDC20E7F7F33E74ECEE87AB3A9FD /* TIMConfig.m */; }; - CDC44AFBA04BAC64DE991E5829025EC3 /* UIView+WebCacheState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8123DF9F96F2C3A468AF0A2227154768 /* UIView+WebCacheState.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDD033CA4A385ADDB1E4475E2813738B /* NSAttributedString+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC5AD5E49B314721065FAA3D47098D7 /* NSAttributedString+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE2AF36EBB17CDA2652CBADD4A7ABF82 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = ABF88163521CDB75D54016CB498D594B /* JXCategoryImageCellModel.m */; }; - CE6020CF5752BF13A6606167415ED2D6 /* QCloudCOSXMLCopyObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E6758F056FC5CD773236E5DF7E34CCF9 /* QCloudCOSXMLCopyObjectRequest.m */; }; + CDD033CA4A385ADDB1E4475E2813738B /* NSAttributedString+YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B041375A60D13E50C6F04302AEC930 /* NSAttributedString+YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE2AF36EBB17CDA2652CBADD4A7ABF82 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = DB47DFD4505CA5EFEB82901400DD87D0 /* JXCategoryImageCellModel.m */; }; + CE6020CF5752BF13A6606167415ED2D6 /* QCloudCOSXMLCopyObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2909709F1F7DB00A139EE054BA49136D /* QCloudCOSXMLCopyObjectRequest.m */; }; + CE918947DD7A300DC8140274E6411E8E /* QCloudHTTPRequest_SessionPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3172F9D90BD8B6A9F04B59169AA36E3C /* QCloudHTTPRequest_SessionPrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; CEC1A6D79DD64B30126421BBAB6F376D /* TUIChatPopMenuDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E5A7DCD1DE77AF8BD6ACF98030B325 /* TUIChatPopMenuDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEC9EF043F69710AC29940EB4E1E2B19 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1738F3FDE9CC0DE7C1813CA3ABF620E9 /* RTLManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CECFD7956A416E935B6B2D93FB5B655C /* TZAuthLimitedFooterTipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9089C138119CC3A3E207FC6E44DF7883 /* TZAuthLimitedFooterTipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CED5AA1968C3B4E43B905A21C9F3F697 /* QCloudCustomLoaderTask.h in Headers */ = {isa = PBXBuildFile; fileRef = B595928CE760ACED587ACBD354A996E5 /* QCloudCustomLoaderTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CED755212C219C5B101B2BC783741983 /* QGVAPMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E20AEAEADAB286610843D9667CB450 /* QGVAPMetalView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEEDE8C490B8094AFB136AEDFF22D97D /* OSSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = C08D14D80A418D788FC62B0EBAA6E0D8 /* OSSConstants.m */; }; - CF056FD841F8BCADF0476F58731E7120 /* BRTextModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B334B55D17CF93763C51CB3EA0034D /* BRTextModel.m */; }; + CEC96BA519484844D19338CC420C8808 /* SVIndefiniteAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = A1BAF9F35BBC890FC506DCBEB4A42F1B /* SVIndefiniteAnimatedView.m */; }; + CEC9EF043F69710AC29940EB4E1E2B19 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C93EA9FCD69F0E8DD13A2026E8F7E83C /* RTLManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CECFD7956A416E935B6B2D93FB5B655C /* TZAuthLimitedFooterTipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DFE35758810247A0B224C6E316EB33A /* TZAuthLimitedFooterTipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CED755212C219C5B101B2BC783741983 /* QGVAPMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAC757A08C3AB56B877E8E7A53444B2 /* QGVAPMetalView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEEDE8C490B8094AFB136AEDFF22D97D /* OSSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 25BEBAD13665BA7F9C4F4E7049FE4254 /* OSSConstants.m */; }; + CEEEE0BE7D74A87138E70C24F4BF230D /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9F515B06B86AA89E5FD9E1064C9B5FE /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CEF1F2DE3146A8D049F1B7D84A0F933F /* QCloudFakeRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B7217436DE9A946F05B619C40AA217A /* QCloudFakeRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF056FD841F8BCADF0476F58731E7120 /* BRTextModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D205D5EB6AAB6190DADEDD8B58324614 /* BRTextModel.m */; }; CF2227AB0658268B59B035E2D379F700 /* TUIGroupCreatedCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE47120AACC023A925FF8799BECF23D /* TUIGroupCreatedCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF26C843968B8CBFF3931E82CA77FB81 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D520FB3734A205A622A47AED3147EFE /* RACKVOTrampoline.m */; }; - CF6EA485CFDB34A03C4F7EA56FE71208 /* LLDebugTool-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A91D031B942FCE6EA400BE1570F2D49F /* LLDebugTool-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF73C36D71C647ECECA8DD2F682F7C12 /* LLHtmlViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9AF43EF9A9E70173237D085D5D3F84 /* LLHtmlViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF96B3FEA3AEFCF6137DD7A22D92569E /* YYModel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5B4D189B02DA7C4E95C697B6F95821C /* YYModel-dummy.m */; }; + CF26C843968B8CBFF3931E82CA77FB81 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 88604BE85C421DDC5DF9C5FAF4B36B27 /* RACKVOTrampoline.m */; }; + CF4892746F25EBED665924E454B26D99 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = AFFDE494DC44E91839A1E2FAA2014567 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CF6C6C9678B9735E86D1BF0E04C4BCF6 /* QCloudNetProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 5143E1C4CCD8A15ADC5EA8DCE7838CAE /* QCloudNetProfile.m */; }; + CF6EA485CFDB34A03C4F7EA56FE71208 /* LLDebugTool-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7E158D8FA0966C7C1BDE1685A0E25E /* LLDebugTool-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF6F5BAB2D02575812CAF9A57F9AFE19 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 67323E49D98928ACB24BDEFC7E83409E /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CF73C36D71C647ECECA8DD2F682F7C12 /* LLHtmlViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 580420C598DFE1CCD36483E76C6741B2 /* LLHtmlViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF96B3FEA3AEFCF6137DD7A22D92569E /* YYModel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 936EA62684AFE46D8C7A389C41A38FB4 /* YYModel-dummy.m */; }; CF99653905112ACA6CC860ACF9A90BDF /* TUIMenuCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 6961E71D61A2F3F0E3AEAB17342E8C31 /* TUIMenuCell_Minimalist.m */; }; - CFA8347B3DC533F19499DDB75834F0D7 /* LLLogComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 05160E7568CFFE842A97D9E0E48AB75F /* LLLogComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CFBF856DD8047CBB4695FA7A0E3B6D9D /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = F4C56853B389CB4CC1EE2AFC7D9EB23C /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D02BC4DA622575D9276AFF95F9B9DD47 /* LLHtmlComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CEF4152C34AAF54F6E4F9F8820EA9E9 /* LLHtmlComponent.m */; }; - D0359264CF33D28099D889586019780D /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */; }; - D060CC4D5C18F39B55165F6A40D511D6 /* LLLogCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C69A1BBD0A0739C565892EAC45726A72 /* LLLogCell.m */; }; - D06EBB54DE43BBF5E4CD879B987FF915 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 72078061517BF16CE01E5F76AAA46233 /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D080955AE334D4B71C2973195577E616 /* LLCrashHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6759B25413994A769CDE9CCE8BDDFA61 /* LLCrashHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D08901EA319887BE6D694F8333BE8D1F /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = FF3945C6F81293E6CA9D3885C41E5616 /* JXCategoryIndicatorTriangleView.m */; }; - D0931B81CCBC787053DC344C2A42EECD /* SVGAPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D370EA7482746DE2146E7EE4CFF36767 /* SVGAPlayer-dummy.m */; }; - D0A8F86C31CF8BE5C61785EF585EE6A2 /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 434F24A047F6F5AD0B4311E10778C36C /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0C26527632DDFA298C921CD529F675C /* TZImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C7ABE6CC45CFDC6591F96A0C87662F /* TZImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0D12E738C15C9C39A8CDECC7321BEC3 /* Any.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 463A082C5CE915F6DA5845B14BA399A8 /* Any.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFA8347B3DC533F19499DDB75834F0D7 /* LLLogComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D884D8D6AC5088DBAF582FF1E3B878A /* LLLogComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFBBFE397F21F33FB35A5E592CBE421A /* QCloudMediaPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FDBC5D366A5B0E3115C47961E14B2A3 /* QCloudMediaPath.m */; }; + D00578F8FF23660C64F78A3C20728CAA /* QCloudClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8338157935EEA63A97D251606073706F /* QCloudClassInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D02BC4DA622575D9276AFF95F9B9DD47 /* LLHtmlComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7193675E27B56F6184F28D203F3F8935 /* LLHtmlComponent.m */; }; + D0359264CF33D28099D889586019780D /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */; }; + D060CC4D5C18F39B55165F6A40D511D6 /* LLLogCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B95E9AEC3FFB6EEF9D3DA528CA7FD8 /* LLLogCell.m */; }; + D080955AE334D4B71C2973195577E616 /* LLCrashHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F4A4A6D41D79BFF720D6E79DBA4ACF1 /* LLCrashHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D08901EA319887BE6D694F8333BE8D1F /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4702FF947A6DA998EF2B77E6B41D0880 /* JXCategoryIndicatorTriangleView.m */; }; + D08F620BAEE9D7C861F8423B2D4AF94F /* QCloudGCDTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EDBB6E10559EE55E6A5901A85812CDC /* QCloudGCDTimer.m */; }; + D0931B81CCBC787053DC344C2A42EECD /* SVGAPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D594F9E8C2E183C2F7B6159EE5B1293 /* SVGAPlayer-dummy.m */; }; + D0A8F86C31CF8BE5C61785EF585EE6A2 /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = D1E1B1861E33996537D0FD76AE5B8753 /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0C26527632DDFA298C921CD529F675C /* TZImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3A56D1D2FA86C3AE42C55FFE54C433C /* TZImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0D12E738C15C9C39A8CDECC7321BEC3 /* Any.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = F92673006A74929C22C0ED6F8FAD9685 /* Any.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; D0D32C91C25C768758BA03F443682606 /* TUIAudioRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E736FBBE710D09EEED578137E1463D8 /* TUIAudioRecorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0DD94C9BBAF8C653232930C3C3F2F73 /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF52FFF0BA5779BEB685AF03ED3B4D8 /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0E37358C3DCF2A8A572C4F38BB0569B /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A6671A763F65A861C237A039C08D398 /* JXCategoryListContainerView.m */; }; - D0E999D1F26BD830BB309201A2D15A3D /* NSURLSessionConfiguration+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = D850524224CE3FE7FD8A47FC4AEB9690 /* NSURLSessionConfiguration+LL_Network.m */; }; - D1032FE3094565594E724E62571076AE /* LLAppInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD2A15EFA4C3639EA1F3ACF9FC6C703 /* LLAppInfoViewController.m */; }; - D12B6BCC5265A12EB56F6EC9E7FC746D /* OSSV1Signer.h in Headers */ = {isa = PBXBuildFile; fileRef = 836A68AC03CDB3884B92C0C169D41B8B /* OSSV1Signer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D13DFED9FEFCA9D5F971AA7B90468881 /* LLDebugTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 8824B0FE89C77E60D2DA94FAAA803D85 /* LLDebugTool.m */; }; - D14229A0FFDE21C1D89920A81A76181B /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CEA02CA2C86A695488682B0ED4643E /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1669A8E60C8ABA34F43D1E46D2134B2 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E7B96200FED33071FAA8946D3A6788E /* SystemConfiguration.framework */; }; - D17041803E65E60FD79E01B610EE8256 /* NSDictionary+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 32515DC6539770B161CF9BE8AA915F02 /* NSDictionary+VAPUtil.m */; }; - D18E31A0CA12C408929DDAC69BAE53DC /* OSSPutObjectTaggingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = FDB766D9288EAB5D81C6D0E89C819D98 /* OSSPutObjectTaggingResult.m */; }; - D1964F4232AAB4475D9EF6604CE07AB5 /* QCloudBundlePath.m in Sources */ = {isa = PBXBuildFile; fileRef = A89977EA2E3241F989DC4BBC74835762 /* QCloudBundlePath.m */; }; + D0DD94C9BBAF8C653232930C3C3F2F73 /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = BE0CB99F2CC1942CB5D4BF2501B883A7 /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0E37358C3DCF2A8A572C4F38BB0569B /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99878164D77CD945151B5D745724093E /* JXCategoryListContainerView.m */; }; + D0E999D1F26BD830BB309201A2D15A3D /* NSURLSessionConfiguration+LL_Network.m in Sources */ = {isa = PBXBuildFile; fileRef = F3388427B1219A13E70BB1911A963EC6 /* NSURLSessionConfiguration+LL_Network.m */; }; + D1032FE3094565594E724E62571076AE /* LLAppInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE5C94EC18140844DCCF368F4213DCD /* LLAppInfoViewController.m */; }; + D12B6BCC5265A12EB56F6EC9E7FC746D /* OSSV1Signer.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B11E865D152A45AE7D4D1AC5881EC6 /* OSSV1Signer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D136A9227B134C7897ABB6BCCAC396C9 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D927A8DF77B71E8C0BDE9870A4C0EB0A /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D13DFED9FEFCA9D5F971AA7B90468881 /* LLDebugTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD8A894B668A309412BA7F72A2B8482 /* LLDebugTool.m */; }; + D14902F742FC9FB58855EE59C4C7D91F /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B9B96DD5D4630DE2DFBADFA131FE547 /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1669A8E60C8ABA34F43D1E46D2134B2 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B8AB564FF9369F78C0EC51107B8C1AA /* SystemConfiguration.framework */; }; + D17041803E65E60FD79E01B610EE8256 /* NSDictionary+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C55E7CDAA9D540F290F5FDE1CF53A4A7 /* NSDictionary+VAPUtil.m */; }; + D18E31A0CA12C408929DDAC69BAE53DC /* OSSPutObjectTaggingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F0101675695C4778D40228F7ABE0254 /* OSSPutObjectTaggingResult.m */; }; D1A204845E6ED0FEA463575B62ADAD7D /* MultimediaRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = D632BDA9BA2A480929B1F007B91AAB64 /* MultimediaRecorder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1A2CA4532919AAC5CFE97F0F40FF41E /* UIScrollView+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 1070F25BCB4F54949167FDE4D7B1EFB1 /* UIScrollView+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1B938CC317A3BA47A2C23C15087B5B2 /* ScoringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EC4C0AB4E56B63C491EB3A8BCCF7022 /* ScoringView.swift */; }; - D1C9D5FB78EACEA48B748B3A8D21419C /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D1747FFB2483E7288E1FACBCA24CD46 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1A2CA4532919AAC5CFE97F0F40FF41E /* UIScrollView+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 6203CA78DAD834033EBC53FDB9976FE4 /* UIScrollView+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1B938CC317A3BA47A2C23C15087B5B2 /* ScoringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21C8071528E4ADF9856A710B1CC94BF /* ScoringView.swift */; }; D1D753D269EBB64D793EE953EF2D534A /* TUIConversationService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7236E6F059F3D6615E4926F9CD2DCF2E /* TUIConversationService.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2139D5563E202660CA855B04344D045 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = E90B0C6572E5E197382B7E4D88C189F1 /* PrivacyInfo.xcprivacy */; }; - D22BB080462F464AD8C0DE36F9591D6F /* QCloudHttpDNS.m in Sources */ = {isa = PBXBuildFile; fileRef = 6734658196202E3C0BC0728BEE573A98 /* QCloudHttpDNS.m */; }; - D23E84999E4CE1302853099E20E042A7 /* NSDate+QCLOUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB94DACB617D439CD0FAE2DE00EC0BE /* NSDate+QCLOUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D25F11604E5AE45F487C1F8AA909658F /* NSDate+QCloudComapre.h in Headers */ = {isa = PBXBuildFile; fileRef = EF92451F14AB433813C2B79BB991ED8D /* NSDate+QCloudComapre.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D260376A69DA2FD089010955109B10AD /* LLDetailTitleSelectorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C5BF390AA50F37FA3F03682ECD8A3390 /* LLDetailTitleSelectorCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D246A9FED9FFFFB779B4216ABCDBEA3B /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = 584018838448DBDC81BD401368B2969A /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D260376A69DA2FD089010955109B10AD /* LLDetailTitleSelectorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F97ED71E9C2E0CCF18241272F7D92B7 /* LLDetailTitleSelectorCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; D261C8225F7A44A6BAB4755C4F01EF60 /* TUIGroupInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10ECCAC987E94F2F4FB4AAD91F435F99 /* TUIGroupInfoController.m */; }; - D287C76C50258D4C92FFDD2059168F45 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = AB5E335BA6B5CAEB564577C66299B1E8 /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D287C76C50258D4C92FFDD2059168F45 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B7620E45CA262C7A277AFFC11FADAF /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D28A666A87A796D638FB81F9213E93C0 /* QCloudFCUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = C7649F263B301350BFFA8941BC0C8811 /* QCloudFCUUID.h */; settings = {ATTRIBUTES = (Public, ); }; }; D2C2E3C55DBEFD25BC68701711B417BD /* TUIMediaCollectionCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 125B0C5CEC8256187089CC0925B4428C /* TUIMediaCollectionCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2D7606A6FB66100571D6D8A6C7E5747 /* OSSURLRequestRetryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F08DF978703E06D1D38711DEEC2B625F /* OSSURLRequestRetryHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2DE87A8A9939B659242C6E7A325482E /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 50ACAC4A3CD7C0D928CE130C10855388 /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2D7606A6FB66100571D6D8A6C7E5747 /* OSSURLRequestRetryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 138148B47DFE47139A08AE2D91227929 /* OSSURLRequestRetryHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2DE87A8A9939B659242C6E7A325482E /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F5320508F04564998FC678FEF2EFE2 /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; D2E417778DB52B427501F9718B998AA2 /* TUIChatSmallTongueView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = A60BDF0C0F1602B5F949B8C1FE96F063 /* TUIChatSmallTongueView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2E6ED217227452C59C9B29C62858F7C /* SSZipArchive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C420B69D849181FD011FAD3D8E9B6518 /* SSZipArchive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D31558927DE3F62D1BB1FC416E6F237D /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E49E0E30F0374D1869A7E0FEDE0B18 /* JXCategoryDotCellModel.m */; }; + D2E6ED217227452C59C9B29C62858F7C /* SSZipArchive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 089E8BA0AA7085CDC6C3F7BB34753C68 /* SSZipArchive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D309AF71F78E2324153F55D103A66A05 /* QCloudNetResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 545E12AFF9CD9C029825F5C03C30F07F /* QCloudNetResponse.m */; }; + D31558927DE3F62D1BB1FC416E6F237D /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 05384011C37E890720C4CF438DC6F582 /* JXCategoryDotCellModel.m */; }; D33CB3E8B2EB706866767603CE4DD827 /* TUIChat.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6D17B52BC38FBC1485D09A3098547434 /* TUIChat.bundle */; }; - D356ABD2201283F9B18FDAC9F6205934 /* QCloudRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3815B32E45F80315CD87EED97ADDBCA3 /* QCloudRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D380F9C945002DBF2E7D64983ABDC890 /* JXPagerListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E8DD0330CB46FFDCB1E05F3F8840BC /* JXPagerListContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D386C2DA6C40B7E37F0BDFAD23F99909 /* OSSDeleteObjectTaggingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D9857627FF718DAF6B431262DEB5704 /* OSSDeleteObjectTaggingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D38F636B1D6053677632131E0D181E12 /* LLAppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EC384853C33474F77B75DE52D2073D /* LLAppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D397F3D9E12E75959BB21782CBFD8755 /* UIAlertView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 075EC03CCB7EF582E2F047C0F5904D07 /* UIAlertView+RACSignalSupport.m */; }; - D39ADDADBD9EBD47CC36026EA6F1633E /* YBIBCellProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 03DBAEBAE10E3C3901F45B05656EB4DC /* YBIBCellProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3A409349A18419F70039B5B20428B17 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E49E1A2E12BC5E171A2E605535C23C /* UIImage+GIF.m */; }; - D3AFA903E4E92064AC2F1320563670F6 /* QCloudHttpMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 14B471E238C81B6B3B17BCADB845A327 /* QCloudHttpMetrics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D40F7E1DD6EA34E8F749A14B0CD9BE84 /* UIStepper+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E1AF77422F2BE60E53969576D67E3943 /* UIStepper+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4188C34A75D13E9D8359709949F8A4A /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D71846A0611A3086C72AD48DB142E0E1 /* YYAnimatedImageView.m */; }; - D423726E8FA79619214170CEE328676A /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FF62029FDFFD732732EF5F2EF5929E7 /* RACErrorSignal.m */; }; - D44FB088780E57B8CE40109B533F0E70 /* SVGA.h in Headers */ = {isa = PBXBuildFile; fileRef = 03AF1AA709B34727F21BF6A59F85A81D /* SVGA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D45B3C5B19F0E4CD3F0DF0AFD71592C2 /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B27FBD7E5E7A153717454D957D6FA3A5 /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D463E87E283927561C7A9EED0F203A0F /* QCloudSupervisory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E36FEAE81EA2EE361EDF25FF9210DE6 /* QCloudSupervisory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D46BE3CAA7C6074F29E49030C4CC1CCC /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = F22ED9F84F9FF9D560A293ECEF669F61 /* UIImage+MemoryCacheCost.m */; }; - D47FE7A5E310CDD2613B1767417DCED5 /* QCloudSignatureFields.h in Headers */ = {isa = PBXBuildFile; fileRef = E6EE15597502DD3E98A60D4F8268CFBD /* QCloudSignatureFields.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4830A474634AAD157876E6BAEB4EA15 /* LLSandboxComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 46B46CA3BB374944BFE4574523963C47 /* LLSandboxComponent.m */; }; - D494EB43FCBA2144EBF674C3CD7F9E44 /* SDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D792F130A469C6670AC492178FA4D112 /* SDCallbackQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D380F9C945002DBF2E7D64983ABDC890 /* JXPagerListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ACF1F21DB532BA7F07E473D63E87C4B /* JXPagerListContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D386C2DA6C40B7E37F0BDFAD23F99909 /* OSSDeleteObjectTaggingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 887E87E903DD088579B9535D8DA51E49 /* OSSDeleteObjectTaggingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D38F636B1D6053677632131E0D181E12 /* LLAppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E8166E447DC9ECD97C58C7851EBA2B /* LLAppInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D397F3D9E12E75959BB21782CBFD8755 /* UIAlertView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FC143A46F0D808941CFF05D09706E53F /* UIAlertView+RACSignalSupport.m */; }; + D39ADDADBD9EBD47CC36026EA6F1633E /* YBIBCellProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AEF6285131CBE34CEFD249600F88396 /* YBIBCellProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3A54BDE16B29CC122E857A4042FE73A /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 86EC079ADFDDD7A827EAD7E19340617E /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D3C114112B4D5A627D749D6F9477B6D3 /* NSDate+QCloudComapre.h in Headers */ = {isa = PBXBuildFile; fileRef = D23E3B655D23835D457D8DAB83910DE7 /* NSDate+QCloudComapre.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D40F7E1DD6EA34E8F749A14B0CD9BE84 /* UIStepper+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E3968CFAC226ADB5FAA3E6F3B68C6DD3 /* UIStepper+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4129F4A4A15AACACEB4B48F87864FC0 /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = FE1C60C2AA0D179CCBB0C94D71D2C576 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D423726E8FA79619214170CEE328676A /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = BC5ACCF2CA93300B20DAAC7CFCF4390B /* RACErrorSignal.m */; }; + D44FB088780E57B8CE40109B533F0E70 /* SVGA.h in Headers */ = {isa = PBXBuildFile; fileRef = 037E13E73AFEF964D5411F9D4868224D /* SVGA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4830A474634AAD157876E6BAEB4EA15 /* LLSandboxComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = A00C2946322A783C8D2859AE635357F3 /* LLSandboxComponent.m */; }; D4A5CAC6D25BCBC532D2059FD84C0A4A /* TUIConversationService_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 57D70C0107D2F7F6D27020FC17AC7038 /* TUIConversationService_Minimalist.m */; }; - D4B960B3EA8F0252C47BCF91984C7D05 /* LLConfigHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DF037AB8692E8ABBFFE931A9DEB6A71 /* LLConfigHelper.m */; }; - D4DD670C3F1CAB3306D681F11DE4189F /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 64C0EABFBD54D70D54576509BB9EEEA2 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4B960B3EA8F0252C47BCF91984C7D05 /* LLConfigHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 322E9002661BE952F9F69FB475B1A38B /* LLConfigHelper.m */; }; D4DF3D681969548474D6E7CE3B738D3D /* TUIChatConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C45996975D0DE7A4FAAFE40AB64E5824 /* TUIChatConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D51C0531CDC53CADBB8BDE3039C500C6 /* TUIGlobalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 2130188A88059BB6862656396FAD3C0F /* TUIGlobalization.m */; }; - D540D2C13D255C6D7D884AEB9638581E /* LLTitleSliderCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 306FBC56F569C750761C853A13D3E573 /* LLTitleSliderCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5423A39DC27E0D405412709B34C0D1B /* LLLocationProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FE4B5C48241DD23EC880016020E67CD /* LLLocationProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D55BEC854C194BA478224F847B7E5199 /* TZLocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 949742297D1D4FF3E63055928121743C /* TZLocationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D564C6917F740F5D4DAED8062165A4C6 /* MQTTSessionLegacy.m in Sources */ = {isa = PBXBuildFile; fileRef = B99AE0D7C723D7EB2F76A31B2A18E2A2 /* MQTTSessionLegacy.m */; }; - D565A12B54D581CE18443338D4F8BE2C /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 050E9C412B482842673928065F7D1958 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4E3F5F704FFC60B5C843A688E7DCBDB /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 2988408DCFB8097ABECA13506C73B161 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4FCD30AFD6B61DB70F7D893BEFC76AA /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E167063F34F8875E4528276B88AE200F /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D540D2C13D255C6D7D884AEB9638581E /* LLTitleSliderCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1490DEC1E5E4A1E09C538C51B99F439E /* LLTitleSliderCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5423A39DC27E0D405412709B34C0D1B /* LLLocationProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FAC1D6266366890AED4E99B3BCA1759 /* LLLocationProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D55BEC854C194BA478224F847B7E5199 /* TZLocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB5F8383DB2FB5612FC16E93CE3FF12 /* TZLocationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D564C6917F740F5D4DAED8062165A4C6 /* MQTTSessionLegacy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60045B91EDD780AADA7958589D293CCC /* MQTTSessionLegacy.m */; }; D57614CF0AA38CD1CF41725C0CA570DA /* TUIResponderTextView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = D66FD26F39529A681C6DDAAEF3317ED5 /* TUIResponderTextView_Minimalist.m */; }; - D5832B38617D3B1D319A7566DF7FFD77 /* NSError+QCloudNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 84F86C82AB812ED3A00ACB3FC4D5F1E9 /* NSError+QCloudNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5BC75187BC76C9D39D22066FE4E2A83 /* YBIBVideoCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C5DA95C7B3A846577A39AA8E38A691A /* YBIBVideoCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5C046C46961BE465293625D6B870620 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A7B5C3D308CF01E7D339EF644C71EE /* AFNetworking-dummy.m */; }; - D5D11F2D10A1C73E1BA2F4E2B56EC923 /* LLCrashDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 507A36A5DA149C8C4AC5CCDE8DD4A9F5 /* LLCrashDetailViewController.m */; }; + D579EE00DCA8D47AE82EC7F6BCACF711 /* NSHTTPCookie+QCloudNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 259566997773FDBF48C34FD2D039FAF7 /* NSHTTPCookie+QCloudNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5823AADB587A92A8D10EF6046B828B2 /* QCloudCustomLoaderTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F6298FA9D6C3AE2ABA0EA8979BF7F8 /* QCloudCustomLoaderTask.m */; }; + D5BC75187BC76C9D39D22066FE4E2A83 /* YBIBVideoCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C3A649F5008972C4E309606E27E08A /* YBIBVideoCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5C046C46961BE465293625D6B870620 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97F60686E5059829794B1742C6386FBB /* AFNetworking-dummy.m */; }; + D5C07E9CB74D49FF509F201DC149733C /* TUICore.m in Sources */ = {isa = PBXBuildFile; fileRef = BC904AEED689EF7B62DCF1FD5CE9ED43 /* TUICore.m */; }; + D5D11F2D10A1C73E1BA2F4E2B56EC923 /* LLCrashDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B569EF9BC34135CE2A9912A719A04E2 /* LLCrashDetailViewController.m */; }; D5E3A7477D64B1E3B877568AE63B22C6 /* TUIMessageCellLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EED6B4D68B51A9CA8E4B61BB1614666 /* TUIMessageCellLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5ED505236781648C281F64B78DD1BA7 /* LLBaseComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E041B3CA8F2D4CB20875751377B3DEB0 /* LLBaseComponentViewController.m */; }; - D5F07F7462A9AD80E4A9DB21294D8FA2 /* UIGestureRecognizer+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BB1735604A32A761B18E5AB7D7427E72 /* UIGestureRecognizer+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5ED505236781648C281F64B78DD1BA7 /* LLBaseComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EE8E55692296C9C6A83C77823FDC9FC /* LLBaseComponentViewController.m */; }; + D5EF44B0FF1B2048CBDD9A44DE5FCAEB /* QCloudURLSessionTaskData.h in Headers */ = {isa = PBXBuildFile; fileRef = 55A2982BAF34B2DAF874984BBFA7CB5B /* QCloudURLSessionTaskData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5F07F7462A9AD80E4A9DB21294D8FA2 /* UIGestureRecognizer+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC101C476DDA90F5D931FEBBC4CF0BD /* UIGestureRecognizer+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; D5F09F2287CDB0D750FB056594B9F63F /* TUIFoldConversationListDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 67BFCAB8F95C8154639B76D0329F3231 /* TUIFoldConversationListDataProvider.m */; }; - D5FEBFCDCD7FB89ACC62E6295A44B57E /* TUICoreTheme_Minimalist.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3590990882B5B4A19670AC9FA0D493 /* TUICoreTheme_Minimalist.bundle */; }; - D62E8EBC82FE2A4110091499EB72C052 /* TAPageControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C890266E241B152328C4CD2F9604F5 /* TAPageControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6443D7EE6A15E89BEC02695743A0498 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = C6644EE432B19E6B483A15BF64272CE2 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D64923C1E042FB4B842F9D24569FB2A2 /* LLWindowManager+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FC5A55F5B13D5261B74CD0B8F8D29C8 /* LLWindowManager+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6519183F44ADB60997B301834F04D40 /* QCloudFileZipper.m in Sources */ = {isa = PBXBuildFile; fileRef = A65514043646900CD20F454DBA2106F8 /* QCloudFileZipper.m */; }; - D663837F4347AF58660EE6F7FD426ECE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - D6691D328E39C28F7CF9FCE6708934B1 /* LLConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C16B37920CE44F2C3A456E2A399E001 /* LLConst.m */; }; - D6A1CA833E7F300E22EEBF4415A1F907 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 59CA764D4D271AEEA362F8B3EC71ED60 /* UIImage+ExtendedCacheData.m */; }; - D6CC5A87711F556DD8CD367D3E5100E7 /* LLConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = D7957969B37E57230D18413BB653A6B5 /* LLConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6DE7937F20ECC267730FE9A0ADFFFB8 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E5F7F19C81AD93CA6819B2DC599E89D /* SDWebImageCompat.m */; }; - D6DFFB575C5488505F99E8A2369853A4 /* NSNotificationCenter+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCB052C837E4C8AA5199500B64FE3A3 /* NSNotificationCenter+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D62ADD0ED146791354E61AFA0CF2A94A /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CE79B3E309C2F31D51F526C806633EC /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D62E8EBC82FE2A4110091499EB72C052 /* TAPageControl.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B0E9845D76CF00B1C360F53E57987A /* TAPageControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D64923C1E042FB4B842F9D24569FB2A2 /* LLWindowManager+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1320BD13724FB4EE4F41C997AE0057 /* LLWindowManager+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D663837F4347AF58660EE6F7FD426ECE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + D6691D328E39C28F7CF9FCE6708934B1 /* LLConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 2355A8A69DAC71D9BBCB7DBAFE0DEEA1 /* LLConst.m */; }; + D6A61AFDC465B19C5592DB582B825F31 /* TUITool.h in Headers */ = {isa = PBXBuildFile; fileRef = 927DCA1FCB1533BC17E9492D4F79B13E /* TUITool.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6CC5A87711F556DD8CD367D3E5100E7 /* LLConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FDD15F1DBBE2873BDD5BDAFFAD84728 /* LLConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6DFFB575C5488505F99E8A2369853A4 /* NSNotificationCenter+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB607618BDF8FE6B43109F5FB0196F6 /* NSNotificationCenter+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6EFEDBC09C0960333F96DB5619AFE04 /* QCloudFileUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 278E10246330B3B6B861D317DFF8D8E3 /* QCloudFileUtils.m */; }; + D6F78C1748D2676BE187330AB867ACBB /* QCloudFileZipper.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C18C37AEF8C914EAA98512069699CC /* QCloudFileZipper.m */; }; D703683B2B83B523188E34D49864942B /* TUIChatFlexViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA6E658D588ECAEFD0121E81EF3A4D /* TUIChatFlexViewController.m */; }; - D708917EBA6D26108063D2462BEFAF8C /* QGAnimatedImageDecodeThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E4EE3DDAA0E9C5FA33E798507F3C1A /* QGAnimatedImageDecodeThread.m */; }; - D70CCFA666A4817C76C7BE866EEB66F6 /* AvoidCrash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C0F0FD1CA80715765F6CF94A7A9C0AF /* AvoidCrash-dummy.m */; }; - D73A01F55B64E581304D567FB120B8F4 /* LLTitleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B829B7FA319A9242900C26A0F8E1617 /* LLTitleViewController.m */; }; - D7425E667A208272CAF51CCF06B6A63E /* LLStorageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C18E0134BCBCD91C5BEA2285A82444 /* LLStorageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D771430E5F4AF751239221B71C6A873C /* LLNoneCopyTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C541EB345AA0147795628FD8E4814B3 /* LLNoneCopyTextField.m */; }; - D77E34A893845BFCB246CF5B9993B065 /* YYImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A67700BDBA30F4B4EDBC894DFE79DF75 /* YYImageCache.m */; }; - D788BA4B9E8186271BA75CA52B30502C /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = C47C14012AEB64E5D97CDFD4AB79E6BB /* View+MASAdditions.m */; }; - D7950E6AF0202F0E627670A610213753 /* SVGABezierPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DC79BC833AE05646E3EE85C4E5C88A5 /* SVGABezierPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7C55193688C358959ED98779557B39A /* LLReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 03951B0F3C08BDC07E054943864B3594 /* LLReachability.m */; }; - D7CDD8022747B816122DF56BFCBF3F92 /* LLRouter+Log.m in Sources */ = {isa = PBXBuildFile; fileRef = 125E2C9F6220164179D4C90638B6195F /* LLRouter+Log.m */; }; + D708917EBA6D26108063D2462BEFAF8C /* QGAnimatedImageDecodeThread.m in Sources */ = {isa = PBXBuildFile; fileRef = D22E0702160DDBBC59E89C588EFD666D /* QGAnimatedImageDecodeThread.m */; }; + D70CCFA666A4817C76C7BE866EEB66F6 /* AvoidCrash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24D10287B7D9F25027D00390925DE065 /* AvoidCrash-dummy.m */; }; + D73A01F55B64E581304D567FB120B8F4 /* LLTitleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9636BD944F1A5D2BA2E33B97483B7F91 /* LLTitleViewController.m */; }; + D7425E667A208272CAF51CCF06B6A63E /* LLStorageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 906BCCE1D208D9E638F4D2AF4D9D055E /* LLStorageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D771430E5F4AF751239221B71C6A873C /* LLNoneCopyTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = F369CEF7E4936F7E8F33B2BE87C732A9 /* LLNoneCopyTextField.m */; }; + D77E34A893845BFCB246CF5B9993B065 /* YYImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 149E0CB54A3AF646C51C65E505B3C873 /* YYImageCache.m */; }; + D788BA4B9E8186271BA75CA52B30502C /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = FD347B3782372A11977A24EF35DAFFD5 /* View+MASAdditions.m */; }; + D7919C84450386032BF81F4FD83AE4B0 /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = F859239C6EAC2F11A301085A6D6F3545 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D7950E6AF0202F0E627670A610213753 /* SVGABezierPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F977F49F91C129633D9C72610A85F80 /* SVGABezierPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7C2DBB5F3ED343A799F5D03E1A3691A /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D329E2C53FCB4D524AFC8994CE9D0C1 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D7C55193688C358959ED98779557B39A /* LLReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 58F8C8A86DED1F184B06C547097F25BA /* LLReachability.m */; }; + D7CDD8022747B816122DF56BFCBF3F92 /* LLRouter+Log.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A17E33950C9C0FE902741F98D86649C /* LLRouter+Log.m */; }; D7F8ADAEB1639B6AD369774B7CF74D75 /* TUIVoiceMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 588B926593985C8CE5DE5590B0F2AE6D /* TUIVoiceMessageCell.m */; }; - D8604949A95EAE0C78BA89F9F57D1296 /* LLRulerPickerInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C649B3DF8BE9CAD8B695B3552409074 /* LLRulerPickerInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8265CE0C8BA74DBF100B74343ADB5FE /* QCloudNetProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E45B2B9DD4402823E272DA7174EF11 /* QCloudNetProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8604949A95EAE0C78BA89F9F57D1296 /* LLRulerPickerInfoView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5204B39EC5D44A7A791D43B53A47486D /* LLRulerPickerInfoView.h */; settings = {ATTRIBUTES = (Public, ); }; }; D86171AA6F8BB4B521E77F258BBB98A0 /* TUIGroupPendencyController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2319A9846E5441AE828CF8F38CB31FB /* TUIGroupPendencyController.m */; }; - D8784D41D4C806EBC369E2C12B9AB250 /* UIButton+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B74AFAD09760E4C9FEED9088724194B /* UIButton+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D89AE04754C8E43F07F55412DA18A10F /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = CC6361F81A3A94F318EAAB390449A969 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D8784D41D4C806EBC369E2C12B9AB250 /* UIButton+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 579474704BF73E3E2DF3FB4C4A6F14BA /* UIButton+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D89C46AD8B54B0A38BB38DC279799750 /* TUIKitLocalizable.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BBEA8037ABA4B0C60F53C9D1AFB4606C /* TUIKitLocalizable.bundle */; }; D8A8793C8CD5EB08C28372EE25DAA3EA /* TUIConversationObjectFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1179595C537511728368623505A2A4 /* TUIConversationObjectFactory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8B4CB8F113156A6CD75C060D0113BE4 /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 2347A8311733C7AF43399482DB6E21C7 /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8B4CB8F113156A6CD75C060D0113BE4 /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = B6CE25D09E27D7653475FA96B8E5A409 /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; D8DAD7D52D3ED00B124675F5C6915DE9 /* TUIMenuCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D934C7FCFA041C07A6F54B84AFF29F2 /* TUIMenuCell.m */; }; D902B23BFE141A445FBED64041497302 /* TUITypingStatusCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B1EB606B1F4A7C6FCDE8A933428596B /* TUITypingStatusCellData.m */; }; - D90607B4E56247B19B14462E487BA86E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B826306FDFB3F9365808FE0ECC8EE7 /* MJRefreshNormalTrailer.m */; }; - D90DED0F5638B1C44F4B6C62D600D240 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7F4E929AA33853310B11781EEB9EF6 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D90DF1376DF5E2EA644313BCD2E03058 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = AC273F778E57C55001C3197B23B7BF66 /* MJRefresh.bundle */; }; + D90607B4E56247B19B14462E487BA86E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B83A64032B9EB1495E1D5C7876A8902 /* MJRefreshNormalTrailer.m */; }; + D90DED0F5638B1C44F4B6C62D600D240 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2640D50F7E5BCB04D9126EDD86EAFEC2 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D90DF1376DF5E2EA644313BCD2E03058 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E92D6B8777F623D4628A72AFBEE0580B /* MJRefresh.bundle */; }; D93E5533B2607D3F8F341513C773EA5F /* TUIConversationListBaseDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 24B068604F5CEEE22EDBFED6F40D7632 /* TUIConversationListBaseDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D93EA925FC24665584B3653514A56706 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8815A62C357FCED40FBFA5CC5AD486FD /* JXCategoryIndicatorImageView.m */; }; + D93EA925FC24665584B3653514A56706 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 56B7A4F975A23ED05ED94E46C21AD786 /* JXCategoryIndicatorImageView.m */; }; + D968461E31E8FF3FF6BA1DC621B0433B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */; }; D9B437DFBF6EC45944808564F5257ECB /* TUIChatConfig_Classic.m in Sources */ = {isa = PBXBuildFile; fileRef = 73E67159238714CEE5D70A7115574077 /* TUIChatConfig_Classic.m */; }; - D9C15A8B92E62396D95DB88415A38A8F /* mz_strm_split.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A65640EDCF8A341B1C6F8BE8351E673 /* mz_strm_split.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9C6481FAD022D3AE8E586181C0047CB /* LLDetailTitleSelectorCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F0A2C19402A57262BA8DDF54B4CF42C /* LLDetailTitleSelectorCellView.m */; }; - D9E4D2D075008EA8CD81B3970254C26B /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6110DCF76C3074CB5C0F3BE724EDDF56 /* libwebp-dummy.m */; }; - D9EB61DAC0CCA13484E7E60F7B180CDF /* TUICore.m in Sources */ = {isa = PBXBuildFile; fileRef = BC904AEED689EF7B62DCF1FD5CE9ED43 /* TUICore.m */; }; - DA1934F562297877D91B23CEF649D6D0 /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 56990544E9DC75FE2A6CDCB511DF2E4F /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA29450780B280A167FEB1A347347202 /* SVGAVideoSpriteEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = C381CA671602E00BE9C08D39A33983CA /* SVGAVideoSpriteEntity.m */; }; - DA3C464E991E03454304041E6212DF50 /* LLEntryWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = D2BB9DF39D8B81853CBE9687B603D089 /* LLEntryWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA7BC11E2CD623784BBFF0C9939661BC /* GPBWrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC5A92DA11131162B8A8D5D8E89755C /* GPBWrappers.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - DAACB6C433D86B6C98D2F66375D35A79 /* YBIBImageData+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 465917E15105D6EF2BCCE90AF909E953 /* YBIBImageData+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DAB2FC08BBB8E75BD5DE12C1D362A436 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71EC7C2BAB81E01764C988FCDEB8A8F0 /* Metal.framework */; }; - DABF57A5B53FA45117B631F980CDF867 /* QCloudCOSStorageClassEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF0F542000F2144D714D4C1624C282D /* QCloudCOSStorageClassEnum.m */; }; + D9C15A8B92E62396D95DB88415A38A8F /* mz_strm_split.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CBAACB113417FF15FB80FC00C454399 /* mz_strm_split.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9C6481FAD022D3AE8E586181C0047CB /* LLDetailTitleSelectorCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 266D7EAAEB6170E21247AA95CE76041B /* LLDetailTitleSelectorCellView.m */; }; + D9C6CFC30C97C380433DB4FD426FF0F4 /* QCloudXMLWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = A718AFC3FFA5470EB2AA58505F6E4B19 /* QCloudXMLWriter.m */; }; + DA29450780B280A167FEB1A347347202 /* SVGAVideoSpriteEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = F4AD17C64ED25590508A8A8B0C13E7C7 /* SVGAVideoSpriteEntity.m */; }; + DA3C464E991E03454304041E6212DF50 /* LLEntryWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 314F556C1804CA838BFF3791ACF2EEC2 /* LLEntryWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA7BC11E2CD623784BBFF0C9939661BC /* GPBWrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = B1263F479B8C93A6D2B832D9BA73961A /* GPBWrappers.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DA8E4E9797FA165ED470761281FA04D2 /* QCloudFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7CAAF4164CC8819A2CE046B30C8558 /* QCloudFileUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAACB6C433D86B6C98D2F66375D35A79 /* YBIBImageData+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 210CF4E0D97A06C22623ACE0563701EB /* YBIBImageData+Internal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAB1FB2F945ECAB3862D5A2B51039A6D /* XHLaunchImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6806B29B01D88BF294F898C368005CBC /* XHLaunchImageView.m */; }; + DAB2FC08BBB8E75BD5DE12C1D362A436 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D916D2C2079E5C5C9C14CA71820F43E6 /* Metal.framework */; }; + DABF57A5B53FA45117B631F980CDF867 /* QCloudCOSStorageClassEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E1AC3E47816266DAA15C5BBD3D4D96A /* QCloudCOSStorageClassEnum.m */; }; + DAE091A8A8C2A306CEBF16C413872187 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AB5148D7DC1EFCD16A963770DC87CB9 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; DAF453D63B0255317D6D8F9174ECF109 /* TUIMenuCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 57E3D4A4F6225FB1DF428E678BDEAD47 /* TUIMenuCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; DAF9CDC0AAB04D5852B2B777564314E4 /* TUIConversation.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FB8C13BE2223996DD93F879D4CBB38DB /* TUIConversation.bundle */; }; - DB472B623861DBA6581AFB84E950D416 /* LLFilterFilePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 90151025C24FE963DFFF64B6DED7B423 /* LLFilterFilePickerView.m */; }; - DB4DFAA9D60FC1A603BABFF348DD740B /* QCloudHttpDNS.h in Headers */ = {isa = PBXBuildFile; fileRef = 3922C9F377B494EE8CB80F8AFC076B4B /* QCloudHttpDNS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB7DFFFC8944187A8FFC26DFE223F952 /* LLCrashViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EC4FF01339FA7AB1962A0244200963E7 /* LLCrashViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB8A5A0E04105F7DA2225599C7043803 /* MQTTSSLSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 596B00E778A94AF409303B83B6142981 /* MQTTSSLSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB9B62E0186BDA8C3992C014091DACB9 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C005CD9427CF96E31FC220AE74F97744 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - DB9CF46196FC75C6E23A01A5067DE71D /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A1D57FCB5F0541A0ADFDD3D6A998A0A /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBA9500CBBA5FF6FCBBA115AE4D12152 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FB2FC28DD2551C40A5A86D69A610B77 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB087105B24D3B6063547AA62DFD4DED /* TUIWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7BEF24C1C8967E18F0BE66B0FE3D0F /* TUIWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB1BE21E2B83FBE3A90EA39BF9AB9C5A /* QCloudLoggerOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 95CF83479403FEB959D1BEA421C0920E /* QCloudLoggerOutput.m */; }; + DB472B623861DBA6581AFB84E950D416 /* LLFilterFilePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4C9679C20AC9FB8DA1FD070F6F0B2D9 /* LLFilterFilePickerView.m */; }; + DB7DFFFC8944187A8FFC26DFE223F952 /* LLCrashViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D0955AFB5CC99D6BB86DD4EB1AF09542 /* LLCrashViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB8A5A0E04105F7DA2225599C7043803 /* MQTTSSLSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = DA2504958B542D161461D8B6FB996F4D /* MQTTSSLSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBA9500CBBA5FF6FCBBA115AE4D12152 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DB0998F4BFF7BF2B9D7B4B09CD4216E /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; DBB011F27A131275A68E892FA6A4BAE6 /* MultimediaRecorder.m in Sources */ = {isa = PBXBuildFile; fileRef = 61394E50922D2535BBE7004DA14AFE92 /* MultimediaRecorder.m */; }; - DBBB535C5257CE9DDE78E1369DB09A41 /* NSMutableAttributedString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB0F464809B1069B0C26F82638E404D /* NSMutableAttributedString+AvoidCrash.m */; }; - DBBF87F6A2EA5A2B1EB7C39AFD2ED326 /* TUICommonModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 18EBAF584B696CB221C9BEC2A9B9E812 /* TUICommonModel.m */; }; - DBD9152526A180771BF7D7CD209B957E /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B6C279B3765170E1DD3AD35E11142DF /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBE5B5CAB958533B4B33652684CDF272 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 586C397A0CE78A849C9C64F6C1AB1B7B /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; - DBFC152989A222B752C542B0C1296497 /* LLSubTitleTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 822CDEBDC9BEE20B60756CFC3222912B /* LLSubTitleTableViewCell.m */; }; - DC1087F648A70DDB1D78C62EFFB443F6 /* MQTTSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E414E5A0DC1E4355F0710FF6106FE67 /* MQTTSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC12A357619CB1BBB52F071BF19EC8EB /* UIBarButtonItem+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E81CB31ABA8AF4EA8D4DAD52085F1C /* UIBarButtonItem+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC2D102D3C2A921545D1EC6A6BF27F3A /* OSSLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF4B9B1F796455AFE7B18763F69EBDE /* OSSLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBB7D12AC159E50D059772E4B6CF1D2F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + DBBB535C5257CE9DDE78E1369DB09A41 /* NSMutableAttributedString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 6738D86D1CC6BDE3B7A6CFDA26F1BFF7 /* NSMutableAttributedString+AvoidCrash.m */; }; + DBD9152526A180771BF7D7CD209B957E /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = C13A1F1415C85BE1C92D149CB0DA33F6 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBDAAF7B4EDB814EB636EE637D63B2DC /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D1EA1229A1AABCA1A9D89FAFF3B59B57 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DBFC152989A222B752C542B0C1296497 /* LLSubTitleTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9531105B445F73982332602F068B56F3 /* LLSubTitleTableViewCell.m */; }; + DC1087F648A70DDB1D78C62EFFB443F6 /* MQTTSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 891456155871C4568263A5403D66F41E /* MQTTSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC12A357619CB1BBB52F071BF19EC8EB /* UIBarButtonItem+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5AF6D30323CA2A71D87C333D22ECEC /* UIBarButtonItem+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC26B53EA26F03978DC2472F15D2F9E0 /* QCloudMainBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = DE43E5B4BBDDB9DD9B111251E644404C /* QCloudMainBundle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC2D102D3C2A921545D1EC6A6BF27F3A /* OSSLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 77575A2FAFFC5226AD570EC6A0964CE3 /* OSSLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; DC3216788DA995A9EC9BAB96730193F1 /* TUIBubbleMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB834720D5BBA3E4AF15DB97066B6EB /* TUIBubbleMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC3DADEFCFAEE070182679C2CDDEA282 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C321EB295C351AF59772E6AEE2A6D27D /* UIImageView+HighlightedWebCache.m */; }; - DC440A627AAE1829D9D04F34C2D64C29 /* LLTitleCellCategoryModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5348E5E93C5D2E798D8E020D1C450C4B /* LLTitleCellCategoryModel.m */; }; - DC4DBA9A2C5F05CB2927B3748F59E01A /* UIView+TUIToast.h in Headers */ = {isa = PBXBuildFile; fileRef = 571F3B6AC50B0F54672B1002F50CA2B8 /* UIView+TUIToast.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC6B2EA34F6B200148CAC37C152E4CFB /* YYCache-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 649AE684AF0BCEC9C9605216F274C8D8 /* YYCache-dummy.m */; }; - DC6E7F9DAF12789FDA3566CC41CA37F8 /* LLScreenshotSelectorModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C281761BF7F5D15E479274DDB11055 /* LLScreenshotSelectorModel.m */; }; - DCB6D76FB9D037310A6185CB37FDF7D2 /* TZProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2EAB0C4650E7AF59DA1A14BC9DB18E /* TZProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DCBD59543F4FF13EC5DD8F0D5B1EEADB /* QCloudResponseSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E65E29AF71B238088AA081907C6313 /* QCloudResponseSerializer.m */; }; - DCD8FC989F817A0861574B55DCBF8FDE /* QCloudLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 09476A3F0CB268CA65F6159142C35FE0 /* QCloudLogModel.m */; }; - DCDF487CAB5019636DD057CC957F68BB /* LLDetailTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 15DCC370CB5257738FC2E7302AB8CFE9 /* LLDetailTitleCell.m */; }; - DCEE4729DD352BD882B588BE396B40E1 /* NSObject+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 841200A96600F47505EE122C123B8061 /* NSObject+YYAdd.m */; }; - DD148A49F360D8A97109D54976E98D94 /* LLAppInfoComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3819279E7AF258AC6770FDDDE575D03B /* LLAppInfoComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD2D1DD4464714F133AFA38BF82479B1 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = DD86480B7B0E664045E3CE0C8FAD95B0 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DD4252B690E9ECDBCD0EDF4517582B1C /* UIColor+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BBD491D1860D0D424311AB4B2AE2CE6 /* UIColor+VAPUtil.m */; }; - DD44BAB5FAAE0975E6A99C7B9C936E42 /* YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 855ED5B6EC2A2AA8B89C4DE6EE20E635 /* YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD47C94FA0E8B20E26034BFDA80A9868 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1255387576CCE8313FF05DEDAF799591 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD5E0602F4874AEA1C56FD54B4AEBCD3 /* QCloudNetEnv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4E05DFA160EE66F5E35106F629A9EF /* QCloudNetEnv.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD699FEDADFA8EEB5D2BBFAD81788652 /* LLTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F30852CD15D1EABA704F90A371FF1A /* LLTitleCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD7995D9D176010D26E0306C48FBE4D8 /* OfflinePushExtInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B7EA6FC9AF22FF281CCFF1E883E9E1A8 /* OfflinePushExtInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD7D0C5FD5ABE6989A2F0513657C48B6 /* QGVAPWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B061F36D87206193C7479A40CE154C /* QGVAPWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD7D38B1D11219F1882E3E9DD5FA2E0E /* YBIBCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A02F9F5DA991A2B0285EBF37B13BE2E /* YBIBCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD81BA414257A9E0B656780275E1EA0C /* sharpyuv_csp.c in Sources */ = {isa = PBXBuildFile; fileRef = C1E1AC30B88AF0AA1FBE23726D6D264D /* sharpyuv_csp.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DC440A627AAE1829D9D04F34C2D64C29 /* LLTitleCellCategoryModel.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5D815D37D1E7BDA17A933C5C6EF58B /* LLTitleCellCategoryModel.m */; }; + DC6B2EA34F6B200148CAC37C152E4CFB /* YYCache-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FAF23A31F0F4E11CD2FEF2AAF60AA97 /* YYCache-dummy.m */; }; + DC6E7F9DAF12789FDA3566CC41CA37F8 /* LLScreenshotSelectorModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1248B7D790E192E86D1D9D050F99E2BB /* LLScreenshotSelectorModel.m */; }; + DCB6D76FB9D037310A6185CB37FDF7D2 /* TZProgressView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9449137B6195B4F442EBCA9079DB8264 /* TZProgressView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DCCE4AC22E098B3CD95D9A2516E822F4 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 77DBC9EB63F838C010C6617BCE551794 /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DCDF487CAB5019636DD057CC957F68BB /* LLDetailTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 84649CFABB88BD8C4954BB2311C3AF22 /* LLDetailTitleCell.m */; }; + DCEE4729DD352BD882B588BE396B40E1 /* NSObject+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = EF29AF47A73E2C0BB3A5C09B3D13FF6F /* NSObject+YYAdd.m */; }; + DD148A49F360D8A97109D54976E98D94 /* LLAppInfoComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = F9474DA5373AB1725D7E3E9189B85E0C /* LLAppInfoComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD4252B690E9ECDBCD0EDF4517582B1C /* UIColor+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 513AAD617D737DC8F2C445509BB58E8A /* UIColor+VAPUtil.m */; }; + DD44BAB5FAAE0975E6A99C7B9C936E42 /* YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DF9A41F66B07291B3269FC8F6C0A85E /* YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD699FEDADFA8EEB5D2BBFAD81788652 /* LLTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 87002E862C02CAECAE1473D78D95494E /* LLTitleCellModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD741F8A08300F0BFD625396DF120444 /* sharpyuv_gamma.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD369E7C7C3A6324EBF0AE9FA204D6E /* sharpyuv_gamma.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD7D0C5FD5ABE6989A2F0513657C48B6 /* QGVAPWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F615D4514D03FD80217EF7EA2FFF763 /* QGVAPWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD7D38B1D11219F1882E3E9DD5FA2E0E /* YBIBCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ADAC8C4A3702B6977FE8995F9EF3B8A /* YBIBCollectionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; DD89AB2BA0BECDB99DFE70482857AB32 /* NSString+TUIEmoji.h in Headers */ = {isa = PBXBuildFile; fileRef = D761586108CFA562B01FCCCF2226D114 /* NSString+TUIEmoji.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD9CA23E5F01C70B3FBB981941A9024A /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 985C75D39F6D074CF247CCA12CFF66CB /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DD9F71083FFD7FB379C31F8D3842D4E5 /* QCloudUploadPartRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0775C52A5931289F362DAD2225F5A91B /* QCloudUploadPartRequest.m */; }; - DDA16FB9C21AD941442357DAE6939530 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = BC29A2455DEEC2E1DC7C35DE7214705D /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DDF10ECB01544EAF89A19F582A5C24F6 /* LLTitleSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EAA503FE1150C4D64D3C0B680244A80 /* LLTitleSliderCell.m */; }; - DE1E1332DD725B5546E6C0C5CEC01B61 /* OSSRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = EA78C5CB4CC328A89FAA412536E20940 /* OSSRequest.m */; }; - DE2553DFC19AAB617B63261D50C44091 /* UISlider+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DA597C2D4AAC3DEED8E7A19C70EA3CEA /* UISlider+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE3EACA2934D11E2DFEF31F2244B4E0C /* QCloudPutObjectRequest+Custom.m in Sources */ = {isa = PBXBuildFile; fileRef = B29A9DA90F39E64BABA248050A567240 /* QCloudPutObjectRequest+Custom.m */; }; - DE4563C85FEDF955C4942B5927905122 /* Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3445DE2E4AAB5AA7BAD875A6A2964BD5 /* Events.swift */; }; - DE520223E8CD850F2C4706B5F1DCF470 /* LLMagnifierInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA5A6EDB788A0DF426C2F16FAC9A0526 /* LLMagnifierInfoView.m */; }; + DD9F71083FFD7FB379C31F8D3842D4E5 /* QCloudUploadPartRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADD8BDD81E30432D6AC39318BECAC3C /* QCloudUploadPartRequest.m */; }; + DDA16FB9C21AD941442357DAE6939530 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C233041FF188CAF8EEA55D0429DC14B /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DDA4C7953AAEE4FCE173AEEAA3EB625C /* QCloudSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CFA377B3910EAA7A022E9A847012A7F /* QCloudSignature.m */; }; + DDE0628BE514D025FA6F4075E357692D /* XHLaunchAd-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4DC70120F5F926F7EDA6B5BA9E93A3 /* XHLaunchAd-dummy.m */; }; + DDF10ECB01544EAF89A19F582A5C24F6 /* LLTitleSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A3EAE4EDB09E44E8CAE070229C540180 /* LLTitleSliderCell.m */; }; + DE1E1332DD725B5546E6C0C5CEC01B61 /* OSSRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB540B9F8F8DD0344D732BD6B18B0BC /* OSSRequest.m */; }; + DE2553DFC19AAB617B63261D50C44091 /* UISlider+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF5CAA9C023F1CB6CBE88C18F8B860D5 /* UISlider+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE3EACA2934D11E2DFEF31F2244B4E0C /* QCloudPutObjectRequest+Custom.m in Sources */ = {isa = PBXBuildFile; fileRef = 179735669D6E4E6BE2B051730C2D5A6C /* QCloudPutObjectRequest+Custom.m */; }; + DE4563C85FEDF955C4942B5927905122 /* Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4537F3455E93021211E86B685B222400 /* Events.swift */; }; + DE520223E8CD850F2C4706B5F1DCF470 /* LLMagnifierInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE806B2143806192EF5FDBBBD355BA1 /* LLMagnifierInfoView.m */; }; DE54135CF5849C6C4766F82CE71DDDB4 /* TUIImageMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E45FD6D033BD66E2A7C199CA579F8C4 /* TUIImageMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE5A78F116018E2AC54714238276574D /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = BA05A74193017E1B72355F6DBA29D068 /* UIActivityIndicatorView+AFNetworking.m */; }; - DE8503AEAC47119F5F287C04BA18476A /* OSSTaskCompletionSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F8A8FDF49509F93A2D3C59F31A78EEC8 /* OSSTaskCompletionSource.m */; }; - DE98ECCCA7106A4EA575EF34830D41FF /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B917F66CF01EF9C9879E67E2E6C23986 /* MJRefresh-dummy.m */; }; - DEF10CCFF33F1C1D9091DE224A74505F /* QCloudCustomLoggerOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = F4D3CF3A5AC1C97E056709D5B1B5C06E /* QCloudCustomLoggerOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF1F2CC29D9871EF48FCD47055CB2A59 /* UIImagePickerController+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D3805108AB8AB68C6DD903BA0AEEDD37 /* UIImagePickerController+RACSignalSupport.m */; }; - DF2B15402CE105F5A8CE48BBDCFFD5DD /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = B87B21B49952B070175DF9812055AA23 /* MASConstraint.m */; }; + DE58B737C06A07A3F6E5371E013AD9A5 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8D9BCD9927F1F8B9FEC1FE4B6770BC /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE5A78F116018E2AC54714238276574D /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D4076450DB167865F8210C684636A0D /* UIActivityIndicatorView+AFNetworking.m */; }; + DE7E3E9EB3DE69AF0CCC383347BEB497 /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 45FB42980B20885A4CC91D38837C6033 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DE8503AEAC47119F5F287C04BA18476A /* OSSTaskCompletionSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2D088326945209B54460E759B63EEB /* OSSTaskCompletionSource.m */; }; + DE98ECCCA7106A4EA575EF34830D41FF /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C63C3F903F4AC32BD9B554D3D77E7AF9 /* MJRefresh-dummy.m */; }; + DEBE04539B3B720FB35CA9890993EB59 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 19CD15585BD505E2042F7A27C6B0913B /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DECF00A177A098B00B093E6D95F673CE /* QCloudAuthentationCreator.m in Sources */ = {isa = PBXBuildFile; fileRef = 702005A6D7F70BEBA40B9CF79B00AEBE /* QCloudAuthentationCreator.m */; }; + DF1F2CC29D9871EF48FCD47055CB2A59 /* UIImagePickerController+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CDB05A4C5CB4D10FE96E25F34690D74 /* UIImagePickerController+RACSignalSupport.m */; }; + DF2B15402CE105F5A8CE48BBDCFFD5DD /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = B76F91C9BEF91376E307A5B508E5632B /* MASConstraint.m */; }; DF7ACA33B12E419A25DDA607A5A0D6D6 /* TUICameraView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD65B31AA1121B8089259AE5B098F32D /* TUICameraView.m */; }; + DF89704DE8975200B7416D44830095D9 /* UIView+WebCacheState.m in Sources */ = {isa = PBXBuildFile; fileRef = 145C25D5286446A7B065858928FCC5F1 /* UIView+WebCacheState.m */; }; DFB393B9CEC6E6FCCCA8BBAFECE83C4D /* TUIGroupChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 906059D2926D776E777F243B60E05A46 /* TUIGroupChatViewController.m */; }; - DFB9ED96872A12083BC849AD5F37B0E4 /* GPBRootObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 94A7B19715A0D856103E5BDA6B5DF908 /* GPBRootObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFC3B6FBE34258475044700A57A0C82A /* LLFilterLabelCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A368A614DFEF0A54AD867879AAA5E953 /* LLFilterLabelCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFC8844C2ED83658A5E36EF1E22AE837 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D25C96ED9AEC859A4F5DAE89D31C0C0 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DFC8B1EDFA3633209348F1B70D12D285 /* TZGifPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 316F4CBFD242760840B0046811B6EDA6 /* TZGifPhotoPreviewController.m */; }; - DFE007BD61F7C0B73FE36F8F3CBB6334 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5892E24D8A698EBF900F733AFB9E40C0 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFFA77DF629678D944DBCF2D9D37EC2C /* YYImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 70CE75A6493DCA56CA9437CE63DF76D9 /* YYImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB9ED96872A12083BC849AD5F37B0E4 /* GPBRootObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 404A53F6810943B999E260034DC5CFE3 /* GPBRootObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFC3B6FBE34258475044700A57A0C82A /* LLFilterLabelCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1F0CED2B29EF157E13F69A6B0EFD82 /* LLFilterLabelCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFC8B1EDFA3633209348F1B70D12D285 /* TZGifPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D28315B09AE8814296294841B40889A5 /* TZGifPhotoPreviewController.m */; }; + DFDC831523FC54EF407D5EC968106130 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E860F7AA10E7DB6A6F27CA32C4671813 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DFFA77DF629678D944DBCF2D9D37EC2C /* YYImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 661E9E0C87FB450EA44BADC703DA8811 /* YYImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; E021BAF22B125D122587118CF90BDDF0 /* TUIFileMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 098870D0C14EC3335F09BD7728028A06 /* TUIFileMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E032CD4FBC1C84803E74D9A2BB53EBC8 /* LLTitleSwitchCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C4BFE225DAC7F3C4528A80761A0A1D4 /* LLTitleSwitchCellView.m */; }; - E038F02D08E33A673A360ED34648A027 /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5005257548F3DFF019EC1E6A56D8DE94 /* JXCategoryDotCell.m */; }; + E032CD4FBC1C84803E74D9A2BB53EBC8 /* LLTitleSwitchCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5EAD2C0426DA0F01606BC106E151499 /* LLTitleSwitchCellView.m */; }; + E038F02D08E33A673A360ED34648A027 /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D53753EC14121B81259D8AA6BA71EFA5 /* JXCategoryDotCell.m */; }; + E047AE89787C1B61F2B64AE361B467B8 /* QCloudLoaderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B454BDF40C1F09CCBBC226416030EB /* QCloudLoaderManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; E059B2B0B79755A4EDB744E430352747 /* TUIMergeMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = C07D6BBCDBB790439770AA98AB551685 /* TUIMergeMessageCellData.m */; }; E05F27C3E55F9B95F5642F4D6A28B97B /* TUIConversationForwardSelectCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 67F8743314AC117BC659D3315D207F45 /* TUIConversationForwardSelectCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E063A2C5BE8547A13E2DA5A63D54B2C5 /* YYTextMagnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AF7D22843BF31FD4D542530E673362D /* YYTextMagnifier.m */; }; - E075608ADB8A563BCA3D9F6C123220ED /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 263EE999B95713DD0960782B47CBB342 /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0821A4351C5396FE739D1CAE2FF32A1 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AD696186A1BF2A482C52650529E13051 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0A5AFDFE9F97FA55A692B799AEB5F67 /* QCloudUploadPartRequest+Custom.m in Sources */ = {isa = PBXBuildFile; fileRef = 187EB415C386F93E525B3555B972129F /* QCloudUploadPartRequest+Custom.m */; }; - E0AB22E12BC070F95D9417798444D4B3 /* MQTTCoreDataPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B6C5AB1961961DE5B3BA2E86D15FC0 /* MQTTCoreDataPersistence.m */; }; + E060716B94FF01BB24753970A1B91000 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 158573BBAEB2BC99C0DB68884B1FD036 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E063A2C5BE8547A13E2DA5A63D54B2C5 /* YYTextMagnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = F1F0A680F75CADFC81879D41BE6928C4 /* YYTextMagnifier.m */; }; + E075608ADB8A563BCA3D9F6C123220ED /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA9A758EDB0FFB8F78264E3C65A3D3C /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0A5AFDFE9F97FA55A692B799AEB5F67 /* QCloudUploadPartRequest+Custom.m in Sources */ = {isa = PBXBuildFile; fileRef = FBCE565C5AC01FF5BF1D1EE504BCB921 /* QCloudUploadPartRequest+Custom.m */; }; + E0AB22E12BC070F95D9417798444D4B3 /* MQTTCoreDataPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B25A60C0029C55D860D1FD5313DAD6 /* MQTTCoreDataPersistence.m */; }; E0B65D40FBF18188D54EFD61B8880B01 /* TUIInputMoreCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EAD5A1BCFAAB8394D7854755A2B1C2A /* TUIInputMoreCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; E0D3CD00FFE025E8B76D199660E9CB7A /* TUIFaceVerticalView.h in Headers */ = {isa = PBXBuildFile; fileRef = E9000759BE4ACA264C59EC2C0F9620FD /* TUIFaceVerticalView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0D98960156C4E881DCCA2EB78D1140F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C3CB87DA9EDE7FF41B2520CFA0441069 /* PrivacyInfo.xcprivacy */; }; - E0DB14976CA6F6E604FD5E4EDF3378E7 /* JXPagerListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5205F5C2383D19CD9E496BC9EDDD45F4 /* JXPagerListContainerView.m */; }; + E0DB14976CA6F6E604FD5E4EDF3378E7 /* JXPagerListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = B10693B45A8F284240F825764348E563 /* JXPagerListContainerView.m */; }; + E1075CE02DE933B310939425D7C38B31 /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A9933CBF13B3C1D3482120FEBFB8E6 /* YYFrameImage.m */; }; + E10AEB144F406C94139542F2664BB640 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EC6155859033277F6158ED05141DB20 /* UIImage+ForceDecode.m */; }; E110942AB64481819FD4B887959111DD /* TUITextReplyQuoteViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = B588E91362874F6E5D47A1D1768082D5 /* TUITextReplyQuoteViewData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1169D91467B115F726B8C3F7F372BC9 /* TUITool.m in Sources */ = {isa = PBXBuildFile; fileRef = DF9021474921AF35345BD06EBD2AB531 /* TUITool.m */; }; - E1378EFA6BD8F69AEFE6CD4F92E27C19 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F2E04D11B4BC39BF25952C1A11B98A52 /* PrivacyInfo.xcprivacy */; }; - E13E3AF06F6C5301678CD7F4FEBE376F /* OSSDDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8331164E212257C20D95AB2E3448C8 /* OSSDDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E15319829D042A0E6BBE4005D44FACDA /* UIControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 349D8C96879E11B1DC187B265EDAB622 /* UIControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E130ECF9AFF7B27EB9246A7B79233EA8 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = FB1BE54C09C05A188B0B297D189670FC /* SDDisplayLink.m */; }; + E135EF86477577DE52D441559EDF09DF /* QCloudClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = B2DAD19B91650A9A0C12800A3E582D5C /* QCloudClassInfo.m */; }; + E13E3AF06F6C5301678CD7F4FEBE376F /* OSSDDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F3DAE436F4E201ECD67AD5733F31E8 /* OSSDDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E15319829D042A0E6BBE4005D44FACDA /* UIControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B2F145755BFF8B975988A25F0DB9D0 /* UIControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; E15617DE44F2AADACB5584E4AE54BEFF /* TUIConversationCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = ABCA57500273A3605E0F06EBFE2E2AF3 /* TUIConversationCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E161715043C3A147EA49366F5B017F9F /* QCloudXMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = CA02343B02ACB759CD9BCC09459B20DA /* QCloudXMLDictionary.m */; }; - E19A541884A4642533B127F0FB14C458 /* SVGAExporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5161C70D80D0CD4FF9A2FE85CCC3D4A8 /* SVGAExporter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1AD0B44E2984063EBA7CE3AFCA19F34 /* FirstToneHintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0518F549EC5A50220151506B1FD184B /* FirstToneHintView.swift */; }; + E19A541884A4642533B127F0FB14C458 /* SVGAExporter.h in Headers */ = {isa = PBXBuildFile; fileRef = D9CE8C0E13A86248D775ADEB49824D58 /* SVGAExporter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1A9F3DC340D7FDCD0B78A61DD6638C8 /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B586070515FB38EFD36B89B96998222 /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E1AD0B44E2984063EBA7CE3AFCA19F34 /* FirstToneHintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76C6CA4C46FDDCF36A197A934B11F193 /* FirstToneHintView.swift */; }; + E1B6383945635EF8E2D61F8F06E44E95 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 841388DD70EA6DD3C2C73D9EBE69407F /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; E1B6B193F62EAF39566ABE4D3C62DA42 /* TUIVideoCollectionCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3D87C5F465FC0AB4618BA7FD7BC9BA /* TUIVideoCollectionCell_Minimalist.m */; }; - E1BF615DD0422B06C97542F03C879D41 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F963BF7A4A1B55E2C31A73AB013FEA0 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1BF615DD0422B06C97542F03C879D41 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 07E1D034A6B89214C41037BEC51CC8AB /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; E1CAAF5795721F8F8F4BAE6B6F460DFE /* TUIChatExtensionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8DB31B041B11EA309F0CC4C6B3F6F3 /* TUIChatExtensionObserver.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1DE69F6BB6235A6EDB6C99A184BEDB4 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE45D60BA908387E7AC000FEA74358E /* UIScrollView+MJExtension.m */; }; - E1DEBCA4E66E9DAE022DBFE4639E8B27 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = 62A7818C3C86A9C69D1661932E0DC7D1 /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E1EDF32BF56C0E4CC75B2E807CA8DB84 /* QCloudNetResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 01B6E2A3F3ABECF6C77BBDD5969A85FA /* QCloudNetResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1EEA462E77A0B79CB7AFB0AA6A3B73D /* LLSandboxPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EFC9E1ADA603009197192F0CC57762D /* LLSandboxPreviewController.m */; }; - E1F9666E74CEF2B73BC533602F35CD78 /* LLWindowManager+Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 92BA56547911C9DDE2E0D1FBC2379C56 /* LLWindowManager+Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E218F9C003876677BE6ADCB198C5B9DD /* ScoringMachineEx+DataHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE48FA5EDE295A1EA70F1332367380A /* ScoringMachineEx+DataHandle.swift */; }; - E2314C741690AB22910179863B119B6C /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 19208F14DA0A2B3D68B23872962764E3 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E23C805AB9C80FC98DA69B788D1E874F /* QCloudGetObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E18E03C1C00A188C9CF3F2695977222B /* QCloudGetObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E25B7F7ED64E459D6BA4E9FA1B812370 /* MKAnnotationView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 153EE398FE075A68208EAEED76E6725C /* MKAnnotationView+RACSignalSupport.m */; }; - E26270176D6BF19961091537CED04175 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0EE9EA288C0E4AB8E7DC82868ED94B6 /* YYTextSelectionView.m */; }; - E2642D9F8E18B99EA8FBFFE2F17651C2 /* LLRulerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 04695F3AD3921005A28EBA538ECF308E /* LLRulerComponent.m */; }; - E27637B301110750F6B5192994A67CAF /* QCloudDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 427D6B6141C02621647A5630C27D724E /* QCloudDomain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E27FAE501457A0743817BFD57B93164E /* OSSSignerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 644954D23769116479DF55829AA34123 /* OSSSignerBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E283D8FF283E09D9CF863A27B55886EF /* mz_crypt_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = 54CD88DFDB3F87ED69A9DF1B163663EA /* mz_crypt_apple.c */; }; - E286D66CCCDA502C0752304994BB90A1 /* YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 49895CC2A226DAE2A55E019E17D06B6B /* YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2920772EA5FF4A56F02ECE79223C825 /* Protobuf-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F3E5D98D3FABD7051D31672E414485 /* Protobuf-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2CF7B0B68A3FCEA97725F1D3792E32B /* TZImageRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B2390AC5CF1382F055C7BBB7735FB1C7 /* TZImageRequestOperation.m */; }; - E2D78910993318A0B0F89516037DBABA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - E2D86380588F7867D118B1E6A319150E /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E86BC2B5D47B2EA61ED76887B7F31B53 /* AssetsLibrary.framework */; }; - E2DF1B379D9444D40D78320E90B1DC07 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = EC29EBA6A2189FCC642AE87C1864EB3C /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E327A1FA94610F5FDC1F8DFD07B88198 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 20F1EF1530C7EB6E819B8CBA9CD7B69D /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E37B65C3196913E9D089113CD11CA68E /* QCloudCOSXML-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 14C654A222FC66AA2867F3373E6E4FF8 /* QCloudCOSXML-dummy.m */; }; - E37BD58375F4A32A87106083A495AC68 /* UIScrollView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B0AE30712F5FBA31C3678C0A195DBF5 /* UIScrollView+YYAdd.m */; }; - E3937B29B7C128063C5908DDCDFB866E /* LLWindowManager+Screenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 355D7EF7FF50D1218C0CEC883F6C2E3C /* LLWindowManager+Screenshot.m */; }; + E1DE69F6BB6235A6EDB6C99A184BEDB4 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = E2147A946152790918CF2A0F0E5C4A97 /* UIScrollView+MJExtension.m */; }; + E1EEA462E77A0B79CB7AFB0AA6A3B73D /* LLSandboxPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5722EDC7CCEB984E6CF3A1BCBDC003B1 /* LLSandboxPreviewController.m */; }; + E1F9666E74CEF2B73BC533602F35CD78 /* LLWindowManager+Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 7116EF08184EF04BFD8026469ABD5228 /* LLWindowManager+Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E206EA125649487508101D9BF7C97794 /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FCCB9826147027A784BA831CBE186BB /* YYAnimatedImageView.m */; }; + E218F9C003876677BE6ADCB198C5B9DD /* ScoringMachineEx+DataHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 813C7E71404CE801912A2CA190EC5E07 /* ScoringMachineEx+DataHandle.swift */; }; + E230201D9D3C2945FD9E03D329EA2789 /* QCloudConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C1806C20000DAEAC6CFF3EFAD26A6477 /* QCloudConfiguration_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E23C805AB9C80FC98DA69B788D1E874F /* QCloudGetObjectRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C121B0AD7D7D2E316D14FDF9B906F4CC /* QCloudGetObjectRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E24BD8DC467BDFD465AA83D2787C3228 /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B77CB34B9C9CD0DCD1DE15A9F72BE20 /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E25B7F7ED64E459D6BA4E9FA1B812370 /* MKAnnotationView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3103D63C716AEEC7E8677128E43B92 /* MKAnnotationView+RACSignalSupport.m */; }; + E26270176D6BF19961091537CED04175 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 464BABFB234655BA708E434625977AD1 /* YYTextSelectionView.m */; }; + E2642D9F8E18B99EA8FBFFE2F17651C2 /* LLRulerComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = A0CEDD4D4F1CE00CEE1153935F2A28B8 /* LLRulerComponent.m */; }; + E27FAE501457A0743817BFD57B93164E /* OSSSignerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 19992A0F736B09E9693AE2B2D226B106 /* OSSSignerBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E283D8FF283E09D9CF863A27B55886EF /* mz_crypt_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = FDD3ACF8E68C07F47FA7060AACEF31DF /* mz_crypt_apple.c */; }; + E286D66CCCDA502C0752304994BB90A1 /* YYText.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D4BD7171DF56E7DDBE52FD431269C86 /* YYText.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2920772EA5FF4A56F02ECE79223C825 /* Protobuf-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F84F8E3BF389D437521E7B8313EB297 /* Protobuf-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2CF7B0B68A3FCEA97725F1D3792E32B /* TZImageRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A8819132704DA37AB79EBB54CC0F1D3B /* TZImageRequestOperation.m */; }; + E2D78910993318A0B0F89516037DBABA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + E2D86380588F7867D118B1E6A319150E /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B200DE611C6BD5C4A2511162575C638C /* AssetsLibrary.framework */; }; + E2DF1B379D9444D40D78320E90B1DC07 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 128405F012F771EE7CC6F1264A61C953 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2E1B214A3074ED42E8CC811026D2DB3 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 425FBCDB924209DA27B2FE46CEAE9FF2 /* SDWebImageDownloaderConfig.m */; }; + E2F530EBCB3DC1C53D545CC044EFB330 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = C71CB84314C418F1BAE672F2F2256FBE /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E30E824D8CE04C815FAD7F424CF7C270 /* SVProgressAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 556778D0463B5148C119908557358F30 /* SVProgressAnimatedView.m */; }; + E37B65C3196913E9D089113CD11CA68E /* QCloudCOSXML-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F313C201D10D748ED4C202560BD689D /* QCloudCOSXML-dummy.m */; }; + E37BD58375F4A32A87106083A495AC68 /* UIScrollView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 948910D76DB19AF888E8EA1CD420281D /* UIScrollView+YYAdd.m */; }; + E3937B29B7C128063C5908DDCDFB866E /* LLWindowManager+Screenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = DD946A3E63F62DC1F2E76301764CB02E /* LLWindowManager+Screenshot.m */; }; + E39A4D0B77EA6E17FB53C91EECD61003 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */; }; + E39A882CB48CDA025A5AA9FD1DFBDD21 /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F68D2C1B601BE410CDA45D6B838139 /* mux_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3DB6D0E1251A00CE8861C20564FECF5 /* QCloudSupervisoryRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = F432D96B799CC72838919CE892E1A554 /* QCloudSupervisoryRecord.h */; settings = {ATTRIBUTES = (Public, ); }; }; E3E13DF3B4B9DBE5F6840BC427C48E63 /* TUIFaceVerticalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4489EEAECC80C21215AC4B5643F5E3D8 /* TUIFaceVerticalView.m */; }; - E3EC79C356C38BFB6B8F0A84B9E2ABB8 /* QGVAPWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = CAA1EF5C04ED14358E201C77CD3AE0BE /* QGVAPWeakProxy.m */; }; - E3FC6BEE41652C0500F57E0CB83B347F /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A31C5ACB803D9BB5674006841EEF304 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3FF59ED528626007ABD830612FA9D8A /* LLDetailTitleCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA44B36E76D3472427B98C7E854A29A /* LLDetailTitleCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E40E3E06341C443AA03066373F7DA96A /* TUILogin.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCCCD8BC95F5E12FB275A7AAEDEBAB5 /* TUILogin.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E419715BA255848000D8A82F050E42DE /* LLNetworkCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F180675B02342B8418012E932CB120F /* LLNetworkCell.m */; }; - E42D6EF120A5C17DA2F6FD6473CE7E7A /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C440992FB5C2BB522A19691CCA778577 /* JXCategoryTitleVerticalZoomCellModel.m */; }; - E42F742943BE7C91996D7423B72188D5 /* NSDictionary+TUISafe.m in Sources */ = {isa = PBXBuildFile; fileRef = DC855D70F52FBC5A8FB5F2CC9D9A8BA7 /* NSDictionary+TUISafe.m */; }; - E4300B4836DC8B47F8D09A90DBD71587 /* YBImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 773645E1AF35F14E2778E340F7BE3033 /* YBImage.m */; }; - E451A509B771EFE3D8DCD740B6148358 /* LLConfigHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D55C665C7E25A52C125DF3DF54BAD92 /* LLConfigHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E458329F778FEC8481E769BCB73813A3 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 5690FDD3C5DB21ACD0EBF9996B47FE4A /* PrivacyInfo.xcprivacy */; }; - E477E5E8D8CE83B34B17E8681FC353C4 /* QuickZip.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8825480DA40C3D9DA5C343E898215A6 /* QuickZip.swift */; }; - E4791277B085D100F164E6944F22DF9F /* LLNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 904A8E2DD1D23113769C60C4B8AA0D63 /* LLNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E48AB2604A4016A54D5813F774898467 /* MQTTClient-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E3005CBA4D670540031B0AC9B7BF3FA0 /* MQTTClient-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4925DABB4009B6B908F6589BA4286C1 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A80456146B2F3CE27A4C9F942F1A2D1 /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E3EC79C356C38BFB6B8F0A84B9E2ABB8 /* QGVAPWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F55376535FCBC15CA21B0A837800790 /* QGVAPWeakProxy.m */; }; + E3EF30B380A3DE6C867AB8C7EE227009 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E0061562301DAB8A60C6E8F0D37CF24 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3FC6BEE41652C0500F57E0CB83B347F /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D7ABD9E4C3E02608126B0EC25EB577 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3FF59ED528626007ABD830612FA9D8A /* LLDetailTitleCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C849F11D7FB43DF3B0D0FC1237D3988 /* LLDetailTitleCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E419715BA255848000D8A82F050E42DE /* LLNetworkCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 85F17BEC17CB46170BCCF636D82F7543 /* LLNetworkCell.m */; }; + E42D6EF120A5C17DA2F6FD6473CE7E7A /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7075FD3D259CCA7D0E828C525DE167F3 /* JXCategoryTitleVerticalZoomCellModel.m */; }; + E4300B4836DC8B47F8D09A90DBD71587 /* YBImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ADC4F05EEB00A7FF2EDFC9A9EB7C3E5 /* YBImage.m */; }; + E4332482960D53F9D4029162DB3B561E /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = BD61248C63B66AF34F92BC5161CC2A5E /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E451A509B771EFE3D8DCD740B6148358 /* LLConfigHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F236934325C926F36C29814A33EA6672 /* LLConfigHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E46C1A23E6063966E046736DF6343D85 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C8CDA71EE7AA96DD26B58EF75E12EC8D /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4738F6F9F874CBBADAD2951D5CC6CE0 /* QCloudHTTPRequest_RequestID.h in Headers */ = {isa = PBXBuildFile; fileRef = FF55E30DC56EF7BE5890C22E819A1BAD /* QCloudHTTPRequest_RequestID.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4791277B085D100F164E6944F22DF9F /* LLNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 582242E07EF0CB2E203E129C14C586A8 /* LLNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E48AB2604A4016A54D5813F774898467 /* MQTTClient-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C428395B3320D1B60D830A202D3817 /* MQTTClient-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; E4ACC8194A475B3BA0E7894F7C2DB1DE /* TUIReplyMessageCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = BB5265554F5E08EB827691D22296A69D /* TUIReplyMessageCellData.m */; }; - E4B688B8A0D07AFB883A52250CA874A1 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4486B7B66827B72035C9C938A6C2F114 /* JXCategoryNumberCellModel.m */; }; - E4B7809F5A264F92C5F88325A37B5B59 /* GPBUnknownFieldSet_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FAB6EAA857B7B7D4B5C776DB888EB83 /* GPBUnknownFieldSet_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D8DD3667A7FAC7A30ED23F98B74A2F /* NSSet+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = 936AFBA0A950DAA32400CF9454411A48 /* NSSet+OSS.m */; }; - E4FE51F0868EA5D8755ECC0637297462 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = E306122A64AE025374FF6635E9A1D13D /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E503145E00678D86C1299695B2CB4FD0 /* TUIThemeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ACECA3CC22B9472A71AE45035282AD24 /* TUIThemeManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E50D5EFDA3478DC752D64CD61747CDDA /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 546050D3806424147A820EF88B7C56C4 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E52DCE394A6E02B6BA11FA64624F68F3 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F58FF61B5A735120E41ED0DF5DB13E37 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E55B3151D86660E28CEABC3CDE6B1508 /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EEA1E1BB5437E90728E35ED0A840516 /* UIButton+AFNetworking.m */; }; - E5665A3D0AF22E3B91FF96E278F29663 /* TZVideoEditedPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FB4D55F858D76463B34428D6E124A5 /* TZVideoEditedPreviewController.m */; }; + E4B688B8A0D07AFB883A52250CA874A1 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A6BD539DE7F7A511F6DE61DC3F06436 /* JXCategoryNumberCellModel.m */; }; + E4B7809F5A264F92C5F88325A37B5B59 /* GPBUnknownFieldSet_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = C81764969EEC5FD576E2A6A93D0B22FA /* GPBUnknownFieldSet_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D8DD3667A7FAC7A30ED23F98B74A2F /* NSSet+OSS.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C637DD5DD3CDFA96348E0C4630AF895 /* NSSet+OSS.m */; }; + E52DCE394A6E02B6BA11FA64624F68F3 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = ED134BF760F2BAF34017944F43DF474B /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E53C62DDF78CA58DFEA2B99EF96A5670 /* QCloudServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA817046FDBF0E7C98E0500C361AFEE /* QCloudServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E55A45753BDAF10167090218628BC0FC /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = EF3997FC5B0EA89708157C5D116B7685 /* SDWebImagePrefetcher.m */; }; + E55B3151D86660E28CEABC3CDE6B1508 /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = CA8B9AE56C62151A6913FDD7F377336B /* UIButton+AFNetworking.m */; }; + E5665A3D0AF22E3B91FF96E278F29663 /* TZVideoEditedPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A969EA79EE51AE88117607D83968A11 /* TZVideoEditedPreviewController.m */; }; E578F8115FA615428164C726BC0DFF02 /* TUIFoldListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5236509FD4A522718E1073ED84ECE08E /* TUIFoldListViewController.m */; }; - E588F096B2A92CDF96569CB8899AD354 /* LLHierarchyHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F1BA4BA88EB71B223562EEACCDBFE05 /* LLHierarchyHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E5ACF2811D293A780218BCE9E0DDA274 /* LLWindowManager+ShortCut.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B806456AE57EF110F02C6A3FB88CC9 /* LLWindowManager+ShortCut.m */; }; - E5AD74C206FCBD08FBBA2F359D787980 /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D3CC53B87F8F2D4554CD8FD1FDD9428 /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E5B057BC87284367918B2DB9CA084B4E /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 86075546D8DCB851A80563BC28DB4CDF /* MJRefreshAutoGifFooter.m */; }; - E5E0BF4E04B92B170661E0B3F6416CEB /* NSString+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 767C01FFC630B22313EF2E0ED00FD383 /* NSString+LL_Utils.m */; }; - E5FA0235CD286C13C0F568946EB0AEA8 /* mz_strm_pkcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = DB49D7AF524858A12FE2F7D542ABD60E /* mz_strm_pkcrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5FC6988D1BAA7896108207413F98A33 /* LLFilterDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E5C9474158147BFADEC3D36D8234F0 /* LLFilterDatePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E588F096B2A92CDF96569CB8899AD354 /* LLHierarchyHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 66ED9D42F380EF0F2FFB1A15528A39AD /* LLHierarchyHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5ACF2811D293A780218BCE9E0DDA274 /* LLWindowManager+ShortCut.m in Sources */ = {isa = PBXBuildFile; fileRef = 968BA70E62F38D5CCD3B5FBC81234084 /* LLWindowManager+ShortCut.m */; }; + E5AD74C206FCBD08FBBA2F359D787980 /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C811207F4713369716EAF9D1A84E83B /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5B057BC87284367918B2DB9CA084B4E /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA281647B0238FBCBC68271C910A2FA /* MJRefreshAutoGifFooter.m */; }; + E5E0BF4E04B92B170661E0B3F6416CEB /* NSString+LL_Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B200A8093320D3E9E2126BF8500AE59 /* NSString+LL_Utils.m */; }; + E5FA0235CD286C13C0F568946EB0AEA8 /* mz_strm_pkcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 070AB5459131FAF059579D68E75E2C06 /* mz_strm_pkcrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5FC6988D1BAA7896108207413F98A33 /* LLFilterDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = FBFCD1A87E799B95A15BA8A4DBD72395 /* LLFilterDatePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; E6147372BB010DDDC67CA5236AE54C6E /* TUIFoldConversationListDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F65FCF6C53BCD8ACB2C35DAD514DA78C /* TUIFoldConversationListDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E62794B56595DEAD26E97758F85C2777 /* SVGAVectorLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5708E07AB2840A76853C9AE6DD55E305 /* SVGAVectorLayer.m */; }; - E63DAE47568BD251EE37F4029CAFFEDD /* GPBDuration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = C27CA9BB1BC6C72D88FF580AA4D3AC9B /* GPBDuration.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + E6159CAD7DBEDD752638261DAA5C4006 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B5A3BE1AABD09724C85A0E66103D3D /* demux.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E62794B56595DEAD26E97758F85C2777 /* SVGAVectorLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = C63B03E9816E35508D0B31FC0B5EAE53 /* SVGAVectorLayer.m */; }; + E63DAE47568BD251EE37F4029CAFFEDD /* GPBDuration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F7A1F1EA9D0DB971341125CD16D2DFE9 /* GPBDuration.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; E661D5F2437AA8BB75CF2752D567E151 /* TUIMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 953C060534FC3B5C1D79AF1D5519C9D2 /* TUIMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6756E840099F98D1E135EABCDB5BEF0 /* LyricMachine+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13CFFBA69B3D2794F8315B288F3F91D9 /* LyricMachine+Events.swift */; }; - E680FD6B25C3AA602215FCB100BDE02C /* QCloudCOSTransferMangerService.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3912514619936BE782EEA52811A2A7 /* QCloudCOSTransferMangerService.m */; }; - E688A92F531481322886A2ED94800092 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9FD69164CED3C5424496E386AA5CA8E /* Photos.framework */; }; - E69689D02F65E151584D4699213E0763 /* SDCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FF584313D7CD1613FC941ED1EF9D63A2 /* SDCollectionViewCell.m */; }; + E6756E840099F98D1E135EABCDB5BEF0 /* LyricMachine+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBCC568A47CE9C9F5670BDFD41F63268 /* LyricMachine+Events.swift */; }; + E680FD6B25C3AA602215FCB100BDE02C /* QCloudCOSTransferMangerService.m in Sources */ = {isa = PBXBuildFile; fileRef = 47B616326A7B5E8D34AC5337AC475853 /* QCloudCOSTransferMangerService.m */; }; + E688A92F531481322886A2ED94800092 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A35CD1F462AC64FCBD52E991651D1F54 /* Photos.framework */; }; + E69689D02F65E151584D4699213E0763 /* SDCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E735F121A6B8C7F25442879F166E2B55 /* SDCollectionViewCell.m */; }; + E6A490453DA9BEDC9D8ABD7A92F4EAF4 /* QCloudSHAPart.h in Headers */ = {isa = PBXBuildFile; fileRef = ACECB0B169AAE719158400F5D3C463C1 /* QCloudSHAPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6C7B9B893DF930873D4992F46E203AD /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A854ABB4655F24E101177F0345D837 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; E7038B552E49B740A0FF6A2FDD379832 /* TUIConfig_Classic.m in Sources */ = {isa = PBXBuildFile; fileRef = 895342357D7BE55B10118F22F3F4988D /* TUIConfig_Classic.m */; }; - E70C2CAC42C2694A81BC922A16053E46 /* LyricsFileDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 783462EC8F6705A4B684FCEB809EA483 /* LyricsFileDownloader.swift */; }; - E73324F0702481ABBAAEE654FCC92343 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = F8181EDD3C12ED0FF3835E32FCCC6261 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E73B763A23118BEBD6FE1278812ADAD5 /* NSObject+YYAddForKVO.h in Headers */ = {isa = PBXBuildFile; fileRef = 238139139920DAC159425DC75197A6D2 /* NSObject+YYAddForKVO.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E77175BDAE33AADF66766B28AA710247 /* JXPagerMainTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = E57FDA4CCBD36CE0E8D479344368C8BE /* JXPagerMainTableView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E70C2CAC42C2694A81BC922A16053E46 /* LyricsFileDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15625AB68ED0DB100979B9E21CC0D5F2 /* LyricsFileDownloader.swift */; }; + E7247AA28BFA7B944E68A224AEEA8037 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 64945FAEFB2B25B871DDAD8656FF6BE7 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E73B763A23118BEBD6FE1278812ADAD5 /* NSObject+YYAddForKVO.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DA372241C474405B203656E6718883 /* NSObject+YYAddForKVO.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E77175BDAE33AADF66766B28AA710247 /* JXPagerMainTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B404562EBF1175C379205C02D21717 /* JXPagerMainTableView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E794C6F69AEE6887913E3EC133DB721F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6F433075FDFD61BD3D772970D51CBA54 /* PrivacyInfo.xcprivacy */; }; E79B2DA9C75EF0230B73D1E44D10D45F /* TUISecondConfirm.m in Sources */ = {isa = PBXBuildFile; fileRef = 28E5DB0D46F7C1455159A225688901A3 /* TUISecondConfirm.m */; }; - E7B29BC38EE6759EBF88740CC4615979 /* MQTTCFSocketEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDA2D880A862E9E8EA601DB0DD7E776 /* MQTTCFSocketEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7BFC33B375657F2F9253DC7D0916143 /* OSSModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FB5DD066A6771B3D6ED75334CFD6EE /* OSSModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7C4C5B3C1E96415BC5E5C715FA02C46 /* LLSandboxHtmlPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 46CBF33AC9C4CFFD0BD0574B8080451E /* LLSandboxHtmlPreviewController.m */; }; - E7D93841576E1B14402A52947E31A445 /* LLAnimateView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD902CC30B9F9055A5B5A06DC5666750 /* LLAnimateView.m */; }; - E7DE92454E27053C3A77B2706D7F0694 /* LLCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = DF93D12A280FEEB9F29949C627132528 /* LLCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7F453CBE1650D82A1BE7816D353C39F /* sharpyuv_dsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E7F426B17E68809DC64043CCDD166B9 /* sharpyuv_dsp.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E7B29BC38EE6759EBF88740CC4615979 /* MQTTCFSocketEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD1B8CE53AC90747E0E5172B269985F /* MQTTCFSocketEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7BFC33B375657F2F9253DC7D0916143 /* OSSModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ADF83256621EF465EFFF5A91F966732 /* OSSModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7C4C5B3C1E96415BC5E5C715FA02C46 /* LLSandboxHtmlPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F89A2977FF70E83AB59CBAA99AADBE1 /* LLSandboxHtmlPreviewController.m */; }; + E7D93841576E1B14402A52947E31A445 /* LLAnimateView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7877482E48B24FA65A5D903D51CFD283 /* LLAnimateView.m */; }; + E7DE92454E27053C3A77B2706D7F0694 /* LLCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = F40E7C6B42D6860F5D1D107FDE7308CC /* LLCrash.h */; settings = {ATTRIBUTES = (Public, ); }; }; E7F570F449E9ADEF8D6F2141D958E695 /* TUIGroupProfileCardViewCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 780A48EC5BF491622F641F863E8AB53C /* TUIGroupProfileCardViewCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E80BC1F3C11C00D429504583AEC7EB12 /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = E5FB34D330D2F3C122CDC554CE2915C9 /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E81BE9935B2121C12CEC06480E77EA22 /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B21B4AB11BDEBEE17E7103D179F817 /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E82AE613AF90BA23E80A1962FB798FCA /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = D8E080E375BEB544709F641AB0369521 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E834A633EB29B25DAE5D9280DEE8F82E /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = A514397B4D917730AB6D898D6305E2A9 /* SDImageLoader.m */; }; - E846E6DBA5F23C32B28E34C2E9C37E99 /* GPBCodedOutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 027E243469F04F5AAD000E82F7BE6A2D /* GPBCodedOutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8941C3C9C4A93AF97CD4D244A2A8B61 /* QGVAPConfigManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 864CE51C15F42BF2126252E3EDF35226 /* QGVAPConfigManager.m */; }; + E7F7D1785D24BFD2FF7069BC42260B7D /* QCloudHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 294A2463702C58AAFF34C066B7511A40 /* QCloudHTTPSessionManager.m */; }; + E805F572D2227487F5950323C5D79AF5 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = C9EE185B0C343F4C0E67EBDA0B0D52F4 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E80BC1F3C11C00D429504583AEC7EB12 /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = C94379A48DF2ECDF9A93998124DD39A2 /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E81BE9935B2121C12CEC06480E77EA22 /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = B263A6F780FECCA37B1E02047395D9D1 /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E82863F6294AEF3AB3F2AFB1CC374AB1 /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DC200959FF903CF64273A66290BD7E75 /* YYImageCoder.m */; }; + E846E6DBA5F23C32B28E34C2E9C37E99 /* GPBCodedOutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A9929ED112D47B729A6BA261CAF58F1A /* GPBCodedOutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E85A5BC35ADCF661FD087D72742E9534 /* QCloudSignatureProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = A6CEEF60E3D136F4F2097735CBDA4ABE /* QCloudSignatureProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8941C3C9C4A93AF97CD4D244A2A8B61 /* QGVAPConfigManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5727E4912C5757CB6461474C54F75B6A /* QGVAPConfigManager.m */; }; + E8BF2A6DDE12AE4ADEABB75061CBF3E2 /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9913D0CD7540918B0A7D2186F468C1A2 /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E8E3A03581EFA89A4D90DF41F66B45CE /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D14F6F0A050F819B8A0C9F73A804ECF /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; E8FFFABE7E6D4ADA1AAA96866A5BB744 /* TIMCommonMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = D375198E0E511210A10D45F22A5E8258 /* TIMCommonMediator.m */; }; - E911D374AA95309E0D5E63F403A217F5 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2E8AEB3D01EFA0A7BC494E9A84B299 /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E930A5612DC6D120BE040AD17C6D1BCD /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 55A0F6E976D71D48E4793E256F4C8AE5 /* MASViewAttribute.m */; }; - E9321CD14430DEA687FC4D9D4890037E /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = B4DF94FB31089F7B36BC6CB85F37D16B /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E930A5612DC6D120BE040AD17C6D1BCD /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C1BA3CDE18C9447EEF09771A533C96E /* MASViewAttribute.m */; }; E9438B626ECF2FE13B5177CC655D0BE5 /* TUIMemberCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C90F27D76A0D9A5E5CFA5010887FDB /* TUIMemberCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; E95936D246EEC35D1A34992DA3DC44E2 /* TUIGroupNoticeController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 15B5065E95A05EA77EC7890FE9C0D494 /* TUIGroupNoticeController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E95FE85B929E24CD0B18BB521969C9B8 /* YBIBTopView.m in Sources */ = {isa = PBXBuildFile; fileRef = D6B2DF963D12773BFEABC3276B469599 /* YBIBTopView.m */; }; - E96F37E3D1E77EB2349FF06BD82E95E9 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = E0C3FDC79600F8A0E44431E63963F213 /* RACEagerSequence.m */; }; - E985EBAF61BB2DCC5B2A9C16381072A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - E98ECECD3ACB99F47836386933BBC102 /* LineScoreRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43E4B10A769DF79034D79FD068C23A59 /* LineScoreRecorder.swift */; }; + E95FE85B929E24CD0B18BB521969C9B8 /* YBIBTopView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E8AD86E898F544C421E2913CAE17986 /* YBIBTopView.m */; }; + E96F37E3D1E77EB2349FF06BD82E95E9 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 4289686FC84BC366898F15A23CE87FE5 /* RACEagerSequence.m */; }; + E971716B58CE31436343161FDFDE440A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB608249E1B40ED02E6D16EAFFBFCFC /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E985EBAF61BB2DCC5B2A9C16381072A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + E98ECECD3ACB99F47836386933BBC102 /* LineScoreRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A43892785F61D3B0D4B683F10F5490A4 /* LineScoreRecorder.swift */; }; E990FF7E5A8587AEDC3593E7C68F0AFF /* TUIMessageMultiChooseView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD1C0BEF002E89CC58E0BBE7D329376 /* TUIMessageMultiChooseView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E99D0FDFED6B9B6CE4F1373A8D4CEE03 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 518A1560C99DA713CB6C06E2B95DDA29 /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E99D0FDFED6B9B6CE4F1373A8D4CEE03 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A48627F7F6619BFB69DF5BBA19F75F29 /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E9BAE52AA24167857F8BA02E03047AC3 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A2DD66F2938E33B3C1A9045121C483B /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; E9BDD8AF3508BA961AC29AB7946D4C9E /* TUIGroupProfileCardCellData_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F33970E4DC39CE021058A4648F9619F /* TUIGroupProfileCardCellData_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9C7E961F1A373E6CBF9CCAE5C10FAAE /* QCloudPutObjectCopyRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = F470A925C5094BD40B4014B0102B5721 /* QCloudPutObjectCopyRequest.m */; }; + E9C7E961F1A373E6CBF9CCAE5C10FAAE /* QCloudPutObjectCopyRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E17E603843DC49E219DA9409D447EABD /* QCloudPutObjectCopyRequest.m */; }; E9CCB8EFFD7360AE5676D09F99C029F4 /* TUIGroupNoticeDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A32A9E5B43946A10FB76032D4670C7 /* TUIGroupNoticeDataProvider.m */; }; - E9DE0CCC562C50CD2D2967CD742FF9FF /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F3353A426C7C99A13ABAC5E085CFE8A /* FMDatabase.m */; }; - E9E16E749FD6121557C8D9E648A8C6AB /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BDF89E7175CF443129F1FEEE83848352 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9D2E4778FBA1C3415BF55EC7EA0CFCA /* TUIThemeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC3C76B119B8122DE10E41DE6041FE3 /* TUIThemeManager.m */; }; + E9DE0CCC562C50CD2D2967CD742FF9FF /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E5B9F4567379E939A1FF46C0C8D7F2B /* FMDatabase.m */; }; + E9E16E749FD6121557C8D9E648A8C6AB /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 39C5BB82B35B7997045EBD7D48EE8A43 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9F867C6FCBCFCA03F0D18AA684E78CD /* QCloudUniversalFixedPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F176FF2BEB7B9E775DCBBB7CA6953EF /* QCloudUniversalFixedPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; EA0E5968A6C6D51780946D37E381CB7D /* TUIInputBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A6F5446EC500086A4E04F962CED9EE9 /* TUIInputBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA1C4EBC6B12CA6C32A9D62E3EBB9167 /* LLScreenshotToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 9231995BAA72208E6E6F3F4018F17579 /* LLScreenshotToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA1C4EBC6B12CA6C32A9D62E3EBB9167 /* LLScreenshotToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 3433EED9677E079662C4723A04DCB9D1 /* LLScreenshotToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; EA4273CCC793DFFAB6DADC79100F96A4 /* TUIVideoMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = BBE47E39AE0BA6E5CD95FE71B6CE0CBE /* TUIVideoMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA4323194CD798F0B5146EFF75556E5C /* YBIBWebImageMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B1345579B77EC14E3A5F3B4E84A4AA /* YBIBWebImageMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA4323194CD798F0B5146EFF75556E5C /* YBIBWebImageMediator.h in Headers */ = {isa = PBXBuildFile; fileRef = 984A96D11EF6A06FDC24F6E4E9E538F7 /* YBIBWebImageMediator.h */; settings = {ATTRIBUTES = (Public, ); }; }; EA4467ECBDB1A791BC2C4B09D78D831E /* TUIMemberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = ED739D2EA31730B9C469B5913E6EC5D1 /* TUIMemberCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA4F48B8D2F91393E10FB28B1D797FBE /* QCloudSignature.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0DDEE4FE1161EB6CFA6F2CCF433651 /* QCloudSignature.h */; settings = {ATTRIBUTES = (Public, ); }; }; EA62A293A1312D1F2C6431A0DA213585 /* TUITextReplyQuoteView_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 0291ED357AD3A6B01A65FA73A9AA56F1 /* TUITextReplyQuoteView_Minimalist.m */; }; EA635B32DFD100A1350299A2CE2BA303 /* TUIMessageController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 1206B93CFDB4E20716E1C190A77C73DE /* TUIMessageController_Minimalist.m */; }; - EA77EFAFDF70EFBCCABBCED7880C1351 /* NSURLSession+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7CF617060B058010C68F29C2D02F5A /* NSURLSession+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EAA993C385E6F1E9A17B65193B3C34C9 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */; }; + EA77EFAFDF70EFBCCABBCED7880C1351 /* NSURLSession+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = FCFFF3E4BF8E068DC3DE05A245DD920C /* NSURLSession+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAA993C385E6F1E9A17B65193B3C34C9 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */; }; EAAD9DA147FC4AC486E7EC886FB0D4C0 /* TIMGroupInfo+TUIDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = ACCB3F547ED73CEAB07719C9740163D4 /* TIMGroupInfo+TUIDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EABCB60A26B06BF576E50BBD2F89A385 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - EAE4E1942E70282C20A589AF486C4876 /* LLHtmlUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DE30E0E4C3B6299ED2521A89660768A3 /* LLHtmlUIWebViewController.m */; }; + EABCB60A26B06BF576E50BBD2F89A385 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + EAE4E1942E70282C20A589AF486C4876 /* LLHtmlUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9AE07EC8CD1A4155E1B948CD074404 /* LLHtmlUIWebViewController.m */; }; EAE65CE6EF5FF1C8F9A35E6FED46C57C /* TUITextReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = FD38D7AAAA1752EE33E65A445DBC2A12 /* TUITextReplyQuoteViewData.m */; }; - EAF653886E9D67BC1008F9CF841B3847 /* NSObject+HTTPHeadersContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B4640EBC24552EA6D19B590EC17005D /* NSObject+HTTPHeadersContainer.m */; }; EAFE724B5B9F7ABD32DD1B7C94925043 /* TUIMergeMessageCell_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9AB74FC7A6B3470E3E553AC2449C76 /* TUIMergeMessageCell_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB27DEF6CC7E1606E358166B56931C05 /* NSObject+YYModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C153F5BFB075FF25972871DD709AC72F /* NSObject+YYModel.m */; }; - EB2B23ED2E2255738EB55BA0538A395F /* QGHWDMP4OpenGLView.h in Headers */ = {isa = PBXBuildFile; fileRef = 310C4B839E1AF1CB0616FC948067B950 /* QGHWDMP4OpenGLView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB3DF628891F7D6AB114718AF760CB2A /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 75E14A26B2443DB8636F73380840454C /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB51356E2301A289B78569FD68BD7887 /* QCloudHTTPBodyPart.m in Sources */ = {isa = PBXBuildFile; fileRef = 02C774AEDD8E08E9846E154495C38CB6 /* QCloudHTTPBodyPart.m */; }; - EB7102F7FE7FDC2D9B6126BB9E8ABEC2 /* QCloudThreadSafeMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 94FE1C2503CF03D1C77C30D7339D20E3 /* QCloudThreadSafeMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB7ADEE9F27EDF912A9C1D71B0D4A018 /* LLLocationViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E5441491448053F9814E00F743DCDEEB /* LLLocationViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB27DEF6CC7E1606E358166B56931C05 /* NSObject+YYModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ECD00107CB43E67487025DF6517A11A /* NSObject+YYModel.m */; }; + EB2B23ED2E2255738EB55BA0538A395F /* QGHWDMP4OpenGLView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CC32C1E8B6538E2B7E9137FDF51C3D5 /* QGHWDMP4OpenGLView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB2DE8AC85F5D69C28AAEF183630DECA /* XHLaunchAdConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFD4539FB584160FA97C39702AF5677 /* XHLaunchAdConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB3DF628891F7D6AB114718AF760CB2A /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 6991D4DE915AEA5634D6375D6A5D6F08 /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB7ADEE9F27EDF912A9C1D71B0D4A018 /* LLLocationViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA3C4C36469F6C1949C9FFFAE57FBB4 /* LLLocationViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; EB7C97F6A1D19BEA56A888E3B86AAD2B /* TUIC2CChatViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DEE32DAFEC80DB40214AC44BA8DCC7 /* TUIC2CChatViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBBD659A6BB3DC330AAD88C321361940 /* LLTitleHeaderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CD502443784E2B833CE52EEE4C49F7 /* LLTitleHeaderView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBC70DB5DE292712123ADC4E9869F971 /* LLNetworkImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C1AC44C8FF9653AEB5DAB71D8C51CF27 /* LLNetworkImageCell.m */; }; - EBD46A09D2AF1C57BBDB00CBF7D51110 /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3792CC0CD093085EF6561256005846BD /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EBDD8CAE3EB94A4DD44BE301957EEE38 /* LyricMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = A65B3699136AF380E291273EA83F2FFF /* LyricMachine.swift */; }; - EC279D26A1EFB495BEED39E769818DDB /* LLDetailTitleSelectorCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E497A4DD0D46E0E5BC8A7A83CEE12FA /* LLDetailTitleSelectorCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC3320C2D4A399BA609E996A16556ED8 /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AFAC75D15F34AD6C5AEA0F9C81F3B591 /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC4BB1B03B2B07AD0FBAE5C08257E0CE /* LLSandboxViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 76298DEA19B1C31CDB0010A7864AC119 /* LLSandboxViewController.m */; }; - EC56A2C636E183484368C9530AD96873 /* Pods-QXLiveDev-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D879B4B770AFB9F4F0DE858C92DC7B8C /* Pods-QXLiveDev-dummy.m */; }; - EC8E84A8FFADDCA562A8608D141D9027 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF907C8216B1C454231D7D3BAE13426 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC9B34262AED632D7EFB49804337648E /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = F3ACCE4A9824FD6D2834081E621B653D /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC9B8D81AEAF11E16149869246F7D4C1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B8538C92E9A05B81E43BE9E127229AB /* JXCategoryFactory.m */; }; - ECA353665F9140C86D3F3660D7E85449 /* LLScreenshotPreviewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BAA163586BEA8551A768765B67B1AABD /* LLScreenshotPreviewViewController.m */; }; - ECA96B3311A3D5220A712F46A701CFAC /* LLNetworkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F6FCB1F49ED9AFE79B0EA48E701E8FB1 /* LLNetworkHelper.m */; }; - ECB913231A2A9ECB1618AC19BE9D080E /* LLCrashViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6114638680138B240CC22DF88534B37A /* LLCrashViewController.m */; }; - ECC6BC85943DB873215826A344A462FD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4CB6C1CB8203418CDFE97C2E15EF20 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECEECE8C4840E0DD1B7C7273162E4BC9 /* NSNumber+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 971D3EE6EC1361D862EC9522FE88E5B9 /* NSNumber+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECFB2EBDD5D06DB5564D7AD1CBC3D94A /* QCloudUniversalPathConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4A3625FFAF59432A3A92CB06415642 /* QCloudUniversalPathConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBBD659A6BB3DC330AAD88C321361940 /* LLTitleHeaderView.h in Headers */ = {isa = PBXBuildFile; fileRef = FDC324E2896FBE9E8C5A2FA6B1E61002 /* LLTitleHeaderView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBC70DB5DE292712123ADC4E9869F971 /* LLNetworkImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 269832B1DE5779261B67B375989B553D /* LLNetworkImageCell.m */; }; + EBDD8CAE3EB94A4DD44BE301957EEE38 /* LyricMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C29308D2DB77EED4561F7843AD0F35 /* LyricMachine.swift */; }; + EC04A7E6CA2A7B458F7F98CB4E9BFB9F /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FB9AC36D7D5BFFA98BD1C836117B5380 /* SDImageAssetManager.m */; }; + EC279D26A1EFB495BEED39E769818DDB /* LLDetailTitleSelectorCellView.h in Headers */ = {isa = PBXBuildFile; fileRef = E1B63A3A3EF6EA15B4AA142C71B31301 /* LLDetailTitleSelectorCellView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC3320C2D4A399BA609E996A16556ED8 /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0331C0D333C74AEF8BABC9D41865C4C6 /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC4BB1B03B2B07AD0FBAE5C08257E0CE /* LLSandboxViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9416735F477D7AF794F4D954AE46F584 /* LLSandboxViewController.m */; }; + EC730186F3ACFB1DA59EBC188C48AD16 /* QCloudCustomLoaderTask.h in Headers */ = {isa = PBXBuildFile; fileRef = B7DB42470DC5F1AB61A5F539F58E5134 /* QCloudCustomLoaderTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC8E84A8FFADDCA562A8608D141D9027 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D2CE0F424C1C0B7CF0A64E89F753B5 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC9B34262AED632D7EFB49804337648E /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C054628FA7454C8BCC9CAEBD9F4CBCB /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC9B8D81AEAF11E16149869246F7D4C1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F7F77BB956A5155152CE2E98193769D /* JXCategoryFactory.m */; }; + ECA353665F9140C86D3F3660D7E85449 /* LLScreenshotPreviewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EA933E9BDAB876C3642193424A3E8038 /* LLScreenshotPreviewViewController.m */; }; + ECA96B3311A3D5220A712F46A701CFAC /* LLNetworkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BC38878EA917883C92521572154FE97A /* LLNetworkHelper.m */; }; + ECB913231A2A9ECB1618AC19BE9D080E /* LLCrashViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14118D084123FB521EFA88FE4B4A6906 /* LLCrashViewController.m */; }; + ECC6BC85943DB873215826A344A462FD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = EC1D993A6EFD89A88FD3631223EBA7EE /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECEECE8C4840E0DD1B7C7273162E4BC9 /* NSNumber+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = A0EC7A79A11749CE3015E89C97E427D5 /* NSNumber+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECFF2D5A01E2A8B2300B06AD3A5C8FE1 /* SDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E1B089E2363051EFA1BDDD19AEC60EC0 /* SDCallbackQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; ED011A88F915196AFF1A05F5F61FBBB9 /* TIMCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E6EE10810E6442739526F9C8EECEB34 /* TIMCommon-dummy.m */; }; - ED0A54384DF38AFA606D1803CB0B698D /* UIViewController+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C14D9A7910CDEB22F772FEE9354C42 /* UIViewController+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED17984517468C0451A219F5B4CE8684 /* OSSLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B50A7E8DA5B74A5B380E5D6A332CF25 /* OSSLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED0A54384DF38AFA606D1803CB0B698D /* UIViewController+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CD4D4AC0D564092C5FED73D6C28499DC /* UIViewController+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED0FC6D2DDCE7BB4512A072DF403187C /* NSURLRequest+COS.h in Headers */ = {isa = PBXBuildFile; fileRef = C62EB374AE18334782E7079431F15481 /* NSURLRequest+COS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED17984517468C0451A219F5B4CE8684 /* OSSLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 57C8DEE9A272630FFD69B391B223626E /* OSSLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; ED492DE23ABD6F9D341C369988E82513 /* TUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FAC875D7E5664C15E339C08A8BF6809 /* TUITextView.m */; }; - ED8991A8AE7C04362C2BED3875DC1656 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 204C3DF99C0FD906CB57AC328EA4A0DE /* AFURLResponseSerialization.m */; }; - ED9D42B2930C719E5024B52682ED0789 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FB04540F536CE9A17AEAFC02540303E /* SDDisplayLink.m */; }; - ED9DC266977F10C47FC18E466C231ADD /* SDCycleScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA03579B3320963B3E23FE8F282C770 /* SDCycleScrollView.m */; }; - EE101918DFCDC1D6728BF910DB5AF29A /* JXPagerView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB254EB4AE400CA7010D8F4D0A3438E5 /* JXPagerView.m */; }; - EE10C76FBA6A727B7329614390FCEF2F /* LLCrashHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FC88BE1927B5B72263E7CBC43989CED3 /* LLCrashHelper.m */; }; - EE25B4D305D1DB3AB90F651027308F63 /* QCloudPutObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 79FE46DF0519B7BC0F843EA1B149D909 /* QCloudPutObjectRequest.m */; }; + ED8991A8AE7C04362C2BED3875DC1656 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 94FB68909D0E38C10162FC376E4D7367 /* AFURLResponseSerialization.m */; }; + ED9DC266977F10C47FC18E466C231ADD /* SDCycleScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C288410A2C26E3E35A74E38DE0A096A /* SDCycleScrollView.m */; }; + EE101918DFCDC1D6728BF910DB5AF29A /* JXPagerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 59CA974DE9BF99180FD58916845552F3 /* JXPagerView.m */; }; + EE10C76FBA6A727B7329614390FCEF2F /* LLCrashHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = B011D1CF9E32F7ABCD3A16B0508816F7 /* LLCrashHelper.m */; }; + EE25B4D305D1DB3AB90F651027308F63 /* QCloudPutObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A0E569CD428E3E76347B344B939385 /* QCloudPutObjectRequest.m */; }; + EE3CF08E1F22DB27A08DFB18E642FDD1 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 727F34B34161044B89F14BC7928D3D55 /* PrivacyInfo.xcprivacy */; }; EE3EE745A8135DEDB576BD208BB6B67B /* TUIMessageReadViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 8732D2115A680F216A765369AA41277E /* TUIMessageReadViewController_Minimalist.m */; }; - EE40E4B8B23D11ED6A395006C7EE8D76 /* TZVideoPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 497E462742C80F125C25E5968C7986D1 /* TZVideoPlayerController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE4F7B791F4F27235368566F2E7B3705 /* LLRouter+Screenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = F3C26B5FE38E1E91BCCB9B5BE6270886 /* LLRouter+Screenshot.m */; }; - EE6E8FE636D2C02E3D2FC1E8555B4612 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 583D558EA52ECDDA31F861C4C7A7D402 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE40E4B8B23D11ED6A395006C7EE8D76 /* TZVideoPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3492296191C0945729D677863426C9 /* TZVideoPlayerController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE4F7B791F4F27235368566F2E7B3705 /* LLRouter+Screenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = CF02144833C70F1E18F95B44DAB977C2 /* LLRouter+Screenshot.m */; }; + EE5A50F7236885C0CA5F96617C3D7A5A /* QCloudCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 38588685EC11DD81A380F95B55BDA576 /* QCloudCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE6E8FE636D2C02E3D2FC1E8555B4612 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 509D06CCB095C1A7F4CA211720B20829 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; EE7E1FF57245172803DF2C8570F8D5BB /* TUIVideoReplyQuoteViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = DF5AA3E0ECB4B0811D896E8411906383 /* TUIVideoReplyQuoteViewData.m */; }; - EE89C4BB85C9FC0B9C01BF479ADD9769 /* NSHTTPURLResponse+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F1F9AAFED55796FC0D703387BD54857 /* NSHTTPURLResponse+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EECAAE038AE8AA2F6025F7433EC5AB75 /* Minizip.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DF13AE6AA0FAE9BB59FDD5F4A6F9AF /* Minizip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EED50F1A1A7B63A59CC1282D44F6F002 /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B9E532883452012C95B2BF6FD077FF9 /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EED835481A379B6E6D4FD900673BAE37 /* LLScreenshotComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B4C74B4499DA0C6DB49B3B55272D4BB /* LLScreenshotComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEE1520B078C0324661D921CD09ED5CA /* QCloudMultipartUploadOwner.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B01B009C9C7D3274074627D95807B53 /* QCloudMultipartUploadOwner.m */; }; - EEF0BF7E53148EB20BED242061BDC5ED /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = CF41A05EADB663B1410C03EDE0207D4F /* JXCategoryTitleVerticalZoomView.m */; }; - EEFA3E7BE17BDAB079806CB0A26F55E5 /* NSNotificationCenter+VAPThreadSafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CCEE7FC2F9AFDB27D8705E4B260814C /* NSNotificationCenter+VAPThreadSafe.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF02C3B560987E0739D535762FB15668 /* LLRulerPickerInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = A465273CA4937B252DFCEF9FE85DA721 /* LLRulerPickerInfoView.m */; }; - EF0D3A3BDDCD147B529637209714908E /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = ED69B92666F6F0383AFED29E18C4261A /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EF1D89EA39681A9224121AB18A4A8FDC /* LLHierarchyWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E36A5330493A24254E2ACD21ED5B6F71 /* LLHierarchyWindow.m */; }; - EF36953C899CBCFA082A4CED396810EB /* OSSModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 872092720724CD156A786F236C00CAEB /* OSSModel.m */; }; - EF6933E6A4CD219E6E53B814E7E249F2 /* LLFunctionViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E03C7149C55FD86B18A2199051445ED5 /* LLFunctionViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF6EC11B4F1200D913F25B100C8757BB /* LLBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14AF95B74F7BC3A01173E51DA5FF80FA /* LLBaseViewController.m */; }; - EF9DFC4A31BAC474A118F275D849A8E8 /* SDWebImage-SDWebImage in Resources */ = {isa = PBXBuildFile; fileRef = CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */; }; - EFC576705CBF094E2A483BDF0840429B /* YYImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F04970F3062613CE53F3F40284480EAE /* YYImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFF7C575DA2BCEF08D63FBCA667DADD5 /* Protobuf-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DB62198D391E68703BA2846D5C2CCF7 /* Protobuf-dummy.m */; }; - F00CED9556AF712A0B73938228F91D0B /* QCloudFileZipper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0789DEFD618507613CFEF78AC06D3527 /* QCloudFileZipper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F015E85CB0A39CBD6861306037AF6573 /* TZLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A6AE4D05DFEDE5863D2A5FFA43F75F3 /* TZLocationManager.m */; }; - F01A247E708519104DF39CCD1BDCF3D8 /* TZPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 765783176C474AD8B7B9B46B80ABA9DD /* TZPhotoPreviewController.m */; }; - F01FFA48FF6030D9888F00E322D01FC6 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AEA63AD0F5D203B883FE2860A36BF94 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F020B9388949EB094D51AF361BB3F5A9 /* QGBaseDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B2431DF859493CECA1608DFE5282B2DA /* QGBaseDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F07D340DEDD5F2378761E235B3963348 /* IQUITextFieldView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = F76842447A11E448C72A86F465DD0526 /* IQUITextFieldView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F09C19B42A1AB6D5C70CDBF95DBB4557 /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A918DC96BFCF495952F2BEC35A02F70A /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0C9E3E89D63ED48636FD99FEC617E51 /* QGVAPWrapView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD802461011BF0D3BB86E9C8CB90F549 /* QGVAPWrapView.m */; }; - F0D692D34694E2F94D6BBC8C2E5F724A /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB95657DE06379818EEFDF02FC742BC /* SDImageCacheDefine.m */; }; - F0EC049344959BA51A956B69F34C8DE7 /* UIDevice+QCloudFCUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 267390C4651B684FCA9BB8A2E9BD7DC5 /* UIDevice+QCloudFCUUID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0EC2840D29CF34032070BBF07CA3020 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = FC4E8FE35DCD38D7A7E1980DCBAA4BFB /* SDImageTransformer.m */; }; + EE89C4BB85C9FC0B9C01BF479ADD9769 /* NSHTTPURLResponse+LL_Network.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F24B554E310314E49FA55EE2C8EC479 /* NSHTTPURLResponse+LL_Network.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EEA1E217AEDB2AF75F88AFFB45BE7787 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A053C4423136191EF48CBEC76FC671 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEA9169795DD2EDA217C245ACDDC629E /* QCloudUniversalAdjustablePath.m in Sources */ = {isa = PBXBuildFile; fileRef = BB7D24CBF4A64BFC39F2D9B9A9B37950 /* QCloudUniversalAdjustablePath.m */; }; + EED835481A379B6E6D4FD900673BAE37 /* LLScreenshotComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D2CDBCF92EA6CBE3DEC62065860024 /* LLScreenshotComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EEE1520B078C0324661D921CD09ED5CA /* QCloudMultipartUploadOwner.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A290FB1BFACAEEEB08D4FD864F0F58 /* QCloudMultipartUploadOwner.m */; }; + EEF0BF7E53148EB20BED242061BDC5ED /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E553E55E81C03690EE6EC5502E90AC1 /* JXCategoryTitleVerticalZoomView.m */; }; + EEFA3E7BE17BDAB079806CB0A26F55E5 /* NSNotificationCenter+VAPThreadSafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E58155341B93CB9A8452BACFC3C72B5 /* NSNotificationCenter+VAPThreadSafe.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF02C3B560987E0739D535762FB15668 /* LLRulerPickerInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE9C17DB392DA9107D81300CEDEFA2D1 /* LLRulerPickerInfoView.m */; }; + EF1D89EA39681A9224121AB18A4A8FDC /* LLHierarchyWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = CA17481F2A820B206687BD7A1D716563 /* LLHierarchyWindow.m */; }; + EF2F6342734914438353CF07C0588658 /* QCloudHTTPMultiDataStream.m in Sources */ = {isa = PBXBuildFile; fileRef = BE40FAA44C557E919C47FDE381664609 /* QCloudHTTPMultiDataStream.m */; }; + EF36953C899CBCFA082A4CED396810EB /* OSSModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 48BF391A5C5D2554049EF0A14BCC2163 /* OSSModel.m */; }; + EF6933E6A4CD219E6E53B814E7E249F2 /* LLFunctionViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D2797FDBAC09883477582B34460425 /* LLFunctionViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF6EC11B4F1200D913F25B100C8757BB /* LLBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2247364043FB7FD15D61EBFDFE71A371 /* LLBaseViewController.m */; }; + EFF7C575DA2BCEF08D63FBCA667DADD5 /* Protobuf-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C22EA766B209AD0811C8D9F2BC614022 /* Protobuf-dummy.m */; }; + F015E85CB0A39CBD6861306037AF6573 /* TZLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1739B75C3D6D13D59073DD909B54D447 /* TZLocationManager.m */; }; + F01A247E708519104DF39CCD1BDCF3D8 /* TZPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 087485C96D0438B69BA7B19512922F13 /* TZPhotoPreviewController.m */; }; + F020B9388949EB094D51AF361BB3F5A9 /* QGBaseDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BD2C43250B6F27D53EC315D539B93654 /* QGBaseDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0481466105BC1DB3E7DA48C2DF8A68D /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = A5E8A65610B3588AB876F882E7C49425 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F05738A528AD7EA8BBAB29E0D9743963 /* XHLaunchAdDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D49D3D05DCF6B9BF7D0210CB9201141 /* XHLaunchAdDownloader.m */; }; + F07D340DEDD5F2378761E235B3963348 /* IQUITextFieldView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 40162E5E090DFCE5C40E54868A06C7CD /* IQUITextFieldView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0864A06C5289744D6E4E77A2219BCB9 /* QualityDataUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = D318E9FE4EB03067DBB7FEE88E12A443 /* QualityDataUploader.m */; }; + F09320E7F6C4772C68F241CD204F3FCB /* XHLaunchAdController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F69F599171DDE95CA67ACCEE2F177F3 /* XHLaunchAdController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F0C9E3E89D63ED48636FD99FEC617E51 /* QGVAPWrapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D99DBE5D9AA8E9ACECEC7F5EB3668E3 /* QGVAPWrapView.m */; }; F0F38ED35A3FCB9BD1CB3A489F5E026B /* TUIGroupChatViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 71FAEBBCE1C4B025E6986DD863B7CBDE /* TUIGroupChatViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0F8EE59EDB86336E29CCA58CA100EDE /* IQKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA7897567BF3CAB80459FD302C7EB55 /* IQKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F10ABB19AD2F8969CBA2F11027F8A61C /* UIDevice+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 66542E4E3D3B005611727F8A41CF09AA /* UIDevice+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1108DE1AB588C74E8AFAABC92E9B90C /* YBImageBrowserVideo.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 47244846055B1984C8720B09D4E682B8 /* YBImageBrowserVideo.bundle */; }; - F1186C00583AE50374A87857FFD0674E /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9FD69164CED3C5424496E386AA5CA8E /* Photos.framework */; }; - F12F5AD177B73B1DD32A87EE8B671C21 /* QCloudUniversalFixedPath.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2D2EDAB4A2C221C27E81E92C902F3E /* QCloudUniversalFixedPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1454467D8C33378127057476591C1AF /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = B82A0D7E1A5BEAAB36593700CD9789D1 /* RACDynamicSequence.m */; }; - F16C8BA7E4A4437A94F1AF2C506BA33F /* LLLocationComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA8A9238F9D0428F04C1A12C4A2537A /* LLLocationComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1716A3BB7952321EEA14919A3606EE2 /* LLRulerPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = A526B70077C822C241012C9A03910FD9 /* LLRulerPickerView.m */; }; + F0F8EE59EDB86336E29CCA58CA100EDE /* IQKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3C2784C4EBD0062E5286B69DA40BE8 /* IQKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F10ABB19AD2F8969CBA2F11027F8A61C /* UIDevice+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 94089A35BE8F36331065084DAB72B91D /* UIDevice+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1108DE1AB588C74E8AFAABC92E9B90C /* YBImageBrowserVideo.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4C6823519A95DC7754928D9673B040D3 /* YBImageBrowserVideo.bundle */; }; + F1186C00583AE50374A87857FFD0674E /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A35CD1F462AC64FCBD52E991651D1F54 /* Photos.framework */; }; + F1454467D8C33378127057476591C1AF /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A7B9310A94ECEBD6C6BC55B5F0CFD7 /* RACDynamicSequence.m */; }; + F16C8BA7E4A4437A94F1AF2C506BA33F /* LLLocationComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BAFB29B92EBB8586CA9607C18704F5E5 /* LLLocationComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1716A3BB7952321EEA14919A3606EE2 /* LLRulerPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 20CBA74CA54BCCDC51A36C2D474860D4 /* LLRulerPickerView.m */; }; F18504F8E958FB0C620BC9605A5E8C4D /* TUIMessageCellConfig_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E02CFB5301EC9DA1992F848D281AF6DA /* TUIMessageCellConfig_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F18AB133D2D0F40618D0A4C87D3AF0BF /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 51207D900C7949AD27AD35C6196E76CC /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F19975303A126195F8FCCF09361CE669 /* GPBMessage_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 121C28411A592719BA15879F48FCD54D /* GPBMessage_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1ABB5428A1CCF2EAC42A4C3B388F25D /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4132B15C9DAEF46D37E2C2A2CDC99A07 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D845E22D5B8FC6AFC3C2E41DA1B6DF /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A1DE40F6000369B30F813F8475AA5 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F18AB133D2D0F40618D0A4C87D3AF0BF /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AFDEF47EB877C897EED0D77791F711 /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F19975303A126195F8FCCF09361CE669 /* GPBMessage_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BA463678E945418A7974B41FEAC1096 /* GPBMessage_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1ABB5428A1CCF2EAC42A4C3B388F25D /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2E5B355F419D58042851B28174D9A5 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B6BBBE542821DC3DF861077D125483 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 57CF83D4A06C24145D95434E518D10B5 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1D845E22D5B8FC6AFC3C2E41DA1B6DF /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A45A5701B1DAB758F3CB9D33109F2D /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1D8619E8BCCE5DF8965AA68B15F0A2A /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E013EDDDCE7DDC461B39D96CDF4B52A /* UIImage+Transform.m */; }; F1F38F735A20D279483A41471006CFB8 /* TUIFaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99658E8DD4623D50FA4011BCDDADB02D /* TUIFaceView.m */; }; F2034DD73A0894AA9C633E4881E2A496 /* TUISecurityStrikeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 69A1B8F792923569AD0D9E638DE015D8 /* TUISecurityStrikeView.m */; }; + F207F9FC0DCCDB380769FD883C9055A4 /* Zip-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 96606A63FC07C643DDDB552178ABE333 /* Zip-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; F20A49A8261C60FED5A1023D85116909 /* TUIC2CChatViewController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = F65B7539720919DF74D8EAEA5FDFABFA /* TUIC2CChatViewController_Minimalist.m */; }; - F2115E35D122B4389E12431231CF0703 /* NSObject+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = D76E15FD8E9D624B6128AF88E737B6B5 /* NSObject+AvoidCrash.m */; }; - F218070C3C2C07D5DBC8AE88D02662F1 /* OSSV4Signer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6E8D73033CB0139EAB9E7B7B48B1FD /* OSSV4Signer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F245796A726ADC3B346F21F1D3FAF16F /* NSKeyedUnarchiver+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A244D0771AADA020A6977E7310CDB0B /* NSKeyedUnarchiver+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F24E4DA6659061237424A876461039FC /* YBIBSheetView.h in Headers */ = {isa = PBXBuildFile; fileRef = F904CF4CD5F6A789799C4C2865B463BE /* YBIBSheetView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F259910B0A55A9349FD241768AB4AD8A /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = A3D03B1399AC3BE7304423BFD9C56A30 /* BRAddressPickerView.m */; }; - F27A1770FE0B3EFCC00419ECD21190E0 /* QCloudSimplePing.m in Sources */ = {isa = PBXBuildFile; fileRef = 87FE1F20266F2FF2C15BBADA95BA93F9 /* QCloudSimplePing.m */; }; - F27E5677CA11FFD90565566F4DA7AEA1 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 095150C2759A526C892A2B6132FCBEE9 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F295E7DAC2C1C9E3E8911479500BE5A0 /* QGAnimatedImageDecodeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FBE2A2DE1912B40BC887678504DBBD /* QGAnimatedImageDecodeThread.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2AD91050B1FE3C8BC78567F1FDE3ED5 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 68554F7E465557315380CB171D09D0E7 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2B8677DF24EDA65C239AFE2496C36B1 /* QCloudCredential.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D6F7385C05D83E3F9FF3CC073E76B8D /* QCloudCredential.m */; }; - F2C9F9038FBEFD951516694AE873A2B9 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 746FE5E7F1A4103C529B9A947F4C4163 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2D9EF01629459D30264AC9CA0052882 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - F2DAC1DEF200EB8CBBF570272D86CA51 /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = FF45AD9CA889C84D2B448F3E852058C1 /* NSInvocation+RACTypeParsing.m */; }; + F2115E35D122B4389E12431231CF0703 /* NSObject+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = B073544CFB88A1BEF521E33EF0BDEC26 /* NSObject+AvoidCrash.m */; }; + F218070C3C2C07D5DBC8AE88D02662F1 /* OSSV4Signer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C91FA03CE622CC07B84168D3E46F5D1 /* OSSV4Signer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F23C481C9E9329813FC397909284E80B /* sharpyuv_cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 692D0D44F0A525E33FCDC72472EF9921 /* sharpyuv_cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F245796A726ADC3B346F21F1D3FAF16F /* NSKeyedUnarchiver+YYAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA3434E94CB6629175E1CBD12DB6422 /* NSKeyedUnarchiver+YYAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F24E4DA6659061237424A876461039FC /* YBIBSheetView.h in Headers */ = {isa = PBXBuildFile; fileRef = C813703F99FF39BE2A7480C73E2D0805 /* YBIBSheetView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F259910B0A55A9349FD241768AB4AD8A /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE57CD3DFDEB0495A29BC77DF31CAAC /* BRAddressPickerView.m */; }; + F295E7DAC2C1C9E3E8911479500BE5A0 /* QGAnimatedImageDecodeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = C8791E396C0900FE5F22F6135C95A96A /* QGAnimatedImageDecodeThread.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2A565353B335775BD65B1077355D83B /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = E60A282F8D0A952F79F496FEF63496BE /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F2AD91050B1FE3C8BC78567F1FDE3ED5 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDE70269755E1D88CEFC38153F5D8E6 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2C9F9038FBEFD951516694AE873A2B9 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = B168CEAD918EC0906A6BFC35D6B392AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2D9EF01629459D30264AC9CA0052882 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + F2DAC1DEF200EB8CBBF570272D86CA51 /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 417D47F79FA20699E18D014BCABD1389 /* NSInvocation+RACTypeParsing.m */; }; F2EB10CE12A925FC59386AE0DDC49481 /* TUIFoldConversationListDataProvider_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FF168039C7F53A9CF459756C932BB7F /* TUIFoldConversationListDataProvider_Minimalist.m */; }; - F2F63743F33EC060BE27306FB8218E62 /* QCloudFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A4DEA77CFABE5F22D7697BEB044ABD /* QCloudFileUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2EEFE70A6A7E2AEDEF0713A9159A9B4 /* TUICore-TUICore_Privacy in Resources */ = {isa = PBXBuildFile; fileRef = 62476AD95833F1EC15B5FC7E01E6CB19 /* TUICore-TUICore_Privacy */; }; F30045D5668E548EE420BB650C5DCDC6 /* TUIChatBaseDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 581E267CB7FF32511BF6C9892BE79D26 /* TUIChatBaseDataProvider.m */; }; - F321BB2CC17C06BAE8B8E4ADEFB3CAF6 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 36BD4259AA7F4658875BDD457F270C24 /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F33976F198574EE625CBDCB0ADDDAF4A /* QCloudMultipartUploadPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E1E07AA41596A16AD4EEF079BC88CC2 /* QCloudMultipartUploadPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3071DA3B7C4EF3331CE32268F59DC3A /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D341B540F4FD92B434C11D6C9985A60 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33976F198574EE625CBDCB0ADDDAF4A /* QCloudMultipartUploadPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BDE0E5923D3033F974AED8E9A2BA45A /* QCloudMultipartUploadPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; F33E325145FABBBC2F1FB825A0BA5ED1 /* TUIChatObjectFactory_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 148EFBAE4D6B4B17FA9BC9B952DF5C3F /* TUIChatObjectFactory_Minimalist.m */; }; - F341B1F0FEDE67D2DB40B5C5D854DA8A /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = AC9B09FA3426D6DE9ACEABE688BBCD05 /* RACEvent.m */; }; - F3604694FDE5476E5AA37DFDB131C7C8 /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4896AFD440B9327E4502FA57CB15D87A /* NSNotificationCenter+RACSupport.m */; }; - F38ECDACE09F8DEBBDFDCB9897795E54 /* YBIBImageLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 845DF1D33860C77005E69FE07DBA2291 /* YBIBImageLayout.m */; }; - F396B0371570F876F8D7DE3EEA8C181D /* GPBTimestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1804E0CE29A76FAF0B263872E8F5B485 /* GPBTimestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3A6D79E6A1E8864E47940113881901C /* YBIBOrientationReceiveProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 063F11FE7EAFD9367C5FA4AC6ACD5C9B /* YBIBOrientationReceiveProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3AECEF6D3BB919B3E7392942E1BC58B /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CBB765E04F1683B0F0F50AF3C346C9C /* MJRefreshBackFooter.m */; }; - F3B50A140EA5062ADD0D17F76B4FC149 /* YBIBCopywriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0122BA4FE8C43FEAF4EDD0CC1EC9ECF1 /* YBIBCopywriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3EB5F0F0BF7835E7E02DBFB6B50FAAB /* LLCrashCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6170642C1C4E9BC596E9F1101C087707 /* LLCrashCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3F7651923711E6A4A12FBE3B5DDCC4E /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = FA94166897E932CA6FF25C4ECC2DCFE1 /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F341B1F0FEDE67D2DB40B5C5D854DA8A /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6F235B5692CF90D712CA16F3BD98B3 /* RACEvent.m */; }; + F3604694FDE5476E5AA37DFDB131C7C8 /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D54BD61D5D5F5F1A6B3CE1511E92A517 /* NSNotificationCenter+RACSupport.m */; }; + F38646A58E0C7BD1B4420DC3CADC596D /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A99041902FD122EB92DDD80E63C9D72 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F38B137F37768ADAFF2A6F5A35CA8ECA /* QCloudBundlePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AEC5964CB08A46D9FC7E92B046EEC11 /* QCloudBundlePath.m */; }; + F38ECDACE09F8DEBBDFDCB9897795E54 /* YBIBImageLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B32B0D0CA3B490A12F4CC2C497F3FF2 /* YBIBImageLayout.m */; }; + F396B0371570F876F8D7DE3EEA8C181D /* GPBTimestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = F53329D53C6BEB8B8E304D0ED1218F3A /* GPBTimestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3A6D79E6A1E8864E47940113881901C /* YBIBOrientationReceiveProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 59A69CFBCBAB4DE55D2E13916677A7BA /* YBIBOrientationReceiveProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3AECEF6D3BB919B3E7392942E1BC58B /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 892B5FC212BC8F7213DCB177194272FF /* MJRefreshBackFooter.m */; }; + F3B50A140EA5062ADD0D17F76B4FC149 /* YBIBCopywriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B0CD30DA56A5A575C8144E561A589B20 /* YBIBCopywriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3EB5F0F0BF7835E7E02DBFB6B50FAAB /* LLCrashCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E6CAC6E9955E40DAF0822406EF4F90C /* LLCrashCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3F7651923711E6A4A12FBE3B5DDCC4E /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 6409A4547321BD98EC557DC097BE28F7 /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; F3F82C7C5CCE16F646876C931134F11A /* TUIChatLocalizable.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 511E89FD908585EB7E90353AB3751525 /* TUIChatLocalizable.bundle */; }; - F40AC8C330D7923CD2F3A046CA528D73 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 736CB3F3305EBE3695E1F73EDC2BABBD /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F42EBEE5DF8456CF7DDC6F2A3B622B37 /* QCloudListPartsResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 40A1A43CA22FAF6453F1BFE43DCE0C9F /* QCloudListPartsResult.m */; }; - F43396B5CB23638E5509B3ED61AE6192 /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B595D29D87085688B882F34B66276A4 /* JXCategoryListContainerRTLCell.m */; }; - F437972E5C7BCE0166880F7E8F990CE6 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E5946F09464FE288F219AFED01ADC592 /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F447BD855B81CC593E8582E6562D9442 /* YBIBGetBaseInfoProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E53987150C1E4B2B7D70F51FD86A5ED /* YBIBGetBaseInfoProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4484EF74D6DAA6D920A7B21FA807E57 /* OSSCancellationTokenSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 021A626905C188DF3DECC7A1B16E617F /* OSSCancellationTokenSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F458385338076D8734DD74BE4A94B33F /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = E81461CED9E96FB3CBA947397E3AF3CD /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F45CC0AF8CE901E60F1F0EAB98BFF9EC /* YBImageBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 71CF3583ECAC5937DB2B422D8EB4C3C3 /* YBImageBrowser.m */; }; - F460B8D9827F2F2D722A47C28B2D4C95 /* IQUIViewController+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CAD5071D46DA74AF8629B89B2460B55 /* IQUIViewController+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F42EBEE5DF8456CF7DDC6F2A3B622B37 /* QCloudListPartsResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D78E29DB1E6B60644FD15DBE3FB7F71 /* QCloudListPartsResult.m */; }; + F43396B5CB23638E5509B3ED61AE6192 /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B920BDDAD833E6A24C243BB95CFFDF45 /* JXCategoryListContainerRTLCell.m */; }; + F437972E5C7BCE0166880F7E8F990CE6 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF770EFA8F8E3338DD93E84D4CD62AC /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F447BD855B81CC593E8582E6562D9442 /* YBIBGetBaseInfoProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2052F023FAEAC833A1DA249D5E5E9D5B /* YBIBGetBaseInfoProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4484EF74D6DAA6D920A7B21FA807E57 /* OSSCancellationTokenSource.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C8F1F9D56CCC3249CDFA11885C5C2F /* OSSCancellationTokenSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F458385338076D8734DD74BE4A94B33F /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = DB705D8B08580564D67C1B76E6F26304 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F45CC0AF8CE901E60F1F0EAB98BFF9EC /* YBImageBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 75D51F06E9B86DE30A6366A0D28AC555 /* YBImageBrowser.m */; }; + F460B8D9827F2F2D722A47C28B2D4C95 /* IQUIViewController+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 77E33E5E2ECED7B6D25208B3ABFE6FF8 /* IQUIViewController+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; F46B9D55B7A30809F2D1DFEE40727F0D /* TUIConversationObjectFactory_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A1D0DA9B9D1330A39927231DDD5CBD5 /* TUIConversationObjectFactory_Minimalist.m */; }; + F478087CEFB516AE153F994B5F37E1BB /* sharpyuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6CAA8851FBEFC9B8FEFD4026AFA725F5 /* sharpyuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; F499CF75C2E21F8296D19CF30A756398 /* TUIChatPopContextController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B003F1CB577B8CA5FF3FD3154A6BA46 /* TUIChatPopContextController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4A10332DC5526E7FD5502D669422B96 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 63627A9CB9FCF46921B7758F248D236A /* UIImage+MultiFormat.m */; }; F4B6F152D0E05B1B5ABF8734ECE8FB6F /* TUIChatConfig_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = B0E58BC55A159A517DAF2E8DD1900711 /* TUIChatConfig_Minimalist.m */; }; - F4D58DD087E6FC0E93E9BE632E43E3C7 /* LLDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE2EF091477EDE4329C65586C479C20 /* LLDebug.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F50878ED367723F5493AADE36B3E66E5 /* GPBDescriptor_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B7725C9811C809D2358ED8C18D5CD403 /* GPBDescriptor_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F53DFF249079BF1CEA457F97180940C6 /* QCloudCOSXMLVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D545768D055B0050317DBB78952386 /* QCloudCOSXMLVersion.m */; }; - F56F43F3E8587CBE40DA6332A187C216 /* SDImageFramePool.h in Headers */ = {isa = PBXBuildFile; fileRef = C3E48BE87B8C0C0D804379966D58D8D8 /* SDImageFramePool.h */; settings = {ATTRIBUTES = (Private, ); }; }; - F5A539A21A4C4F642A5BABB0EC6CD05A /* SVGAAudioEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = 5784592997676878493A47DD67BB6541 /* SVGAAudioEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5A6806DA01AEDEA925EF7F6F42A1BA5 /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 76879033625920D4331A6E74D64B6009 /* NSFileHandle+RACSupport.m */; }; - F5AB770569E93346F35765953DB91C83 /* QCloudMainBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FFCAB28BFF424598BABBC33294D2C27 /* QCloudMainBundle.m */; }; - F5B66E8046316AC9118A90DDFB0E7014 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1F7BCD40A282679B5ACF989AF45F25 /* SDImageFrame.m */; }; - F60F90EAF35CFF40DF1C33557965787D /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C9591D960245AAEDA6C83E81505668 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4D1EC10B985D43E51E5965AC28392B9 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F7201C101D795E991D02AAD2EA628374 /* PrivacyInfo.xcprivacy */; }; + F4D58DD087E6FC0E93E9BE632E43E3C7 /* LLDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 40262D2F39C616D82BCD3AD63C8C787D /* LLDebug.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F50878ED367723F5493AADE36B3E66E5 /* GPBDescriptor_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = D582853B898CA0C6B3ACC58B38B06823 /* GPBDescriptor_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5161941FB1B58BEFAB0E384536AB914 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 1702FF35313D88190F15D937D361DC21 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F53DFF249079BF1CEA457F97180940C6 /* QCloudCOSXMLVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = FA8D9E8DF64292734EDA65CC1D1FB7DF /* QCloudCOSXMLVersion.m */; }; + F57648D09D3A45127AB1759F993F2349 /* QCloudReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = E4132CDE7580C41B57901CB167FB8E42 /* QCloudReachability.m */; }; + F5A539A21A4C4F642A5BABB0EC6CD05A /* SVGAAudioEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F887FED26B789737D73D8CAA0464C78 /* SVGAAudioEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5A6806DA01AEDEA925EF7F6F42A1BA5 /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D25E610D4C8139826C3D0874AE0CC38 /* NSFileHandle+RACSupport.m */; }; + F600BB873FD4764BAA9E02826F804486 /* FLAnimatedImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D043FF4249C269F2ECD85ACD08D31C8 /* FLAnimatedImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F60F90EAF35CFF40DF1C33557965787D /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3B4129796AE1354E6F557408C4C9AD /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; F61644A241A6CB5C4B299D1EEE773244 /* TUIReplyPreviewBar_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = E856B12C60338D611D7677EC9739BA4D /* TUIReplyPreviewBar_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6177B58D1C0CFE913B5507D80178D33 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A65777FEF1D37CB29AAA9B70EBAC6C9 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6298C0BCA84CFAD1C6D0CAB0E358CCC /* LLMagnifierComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = F58EDA48BD1EE499F6329173868A906C /* LLMagnifierComponent.m */; }; + F6298C0BCA84CFAD1C6D0CAB0E358CCC /* LLMagnifierComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD64F3C5CBE76B411A07576BF5ABB71 /* LLMagnifierComponent.m */; }; + F62BD5890D7D6332D1314F40165E134B /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F18893B3E8895B53059F181D192BD13D /* SDImageIOAnimatedCoder.m */; }; F64369626A7E12DFD9618636B3866F37 /* TUIChatDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E85AE7CD8AD114CB75B2015BFF30139 /* TUIChatDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6658AB5F16568F93C3250BC17BD979C /* QCloudServiceConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F9842232139B32310A3F79A34C87DA90 /* QCloudServiceConfiguration_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F66802E0AAF7ED50C98F9AC44F4E05AE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */; }; - F670E18DEB88ABB7E77E1325D07EB530 /* OSSPutSymlinkRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = E64C0CC4EE8501C605F259E3B887D980 /* OSSPutSymlinkRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F69AD2D8CF96B87364127158BF47B1BC /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = EE016A33A5E237BFB4665F4F038B0B17 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6AB0CEC78EBCF64556A4833404729BD /* LLBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD85DC1770975A7D82905376807EEB1 /* LLBaseCollectionViewCell.m */; }; - F6C7C0A4CA7442704FAEFFD31A9B981C /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BADC0186524F48319412F2A94BA1F0AE /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F670E18DEB88ABB7E77E1325D07EB530 /* OSSPutSymlinkRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5D5E418E73967DEC1A6C310EAEA7D0 /* OSSPutSymlinkRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6A08928FA4EED97F8C6F984CEA32A62 /* NSObject+HTTPHeadersContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE1D236E28FBEEF3A42346328F4500BC /* NSObject+HTTPHeadersContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6A103D87C87AADC3BD8970E0BBA2874 /* QCloudRequestSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C3BBF6AE606E0823E3A9AE5E4AF5ED /* QCloudRequestSerializer.m */; }; + F6AB0CEC78EBCF64556A4833404729BD /* LLBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 61F6532F27DA7F8E0ACF7198525762DE /* LLBaseCollectionViewCell.m */; }; + F6BC4741C47D3AE0E453628CB747B9F6 /* YYImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 236577F2EEE6ED41439C284F963B82B6 /* YYImage-dummy.m */; }; + F6D058690717825F69127A6E7E250A19 /* QCloudCRC64.c in Sources */ = {isa = PBXBuildFile; fileRef = 891D1315CD7DCC5B58BB3D56F234B3F5 /* QCloudCRC64.c */; }; F6D129D5D22D4D5182F16EF99EE831C0 /* TUIGroupNoticeController_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 67E824825CF7A3BE9AB81A60E7902A1A /* TUIGroupNoticeController_Minimalist.m */; }; - F6D1C960368EB1E067ABD0BFF707FC56 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 250B79B6BF275D0B3463ACD42672DCC2 /* MASConstraintMaker.m */; }; + F6D1C960368EB1E067ABD0BFF707FC56 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 17EE07D05713F861D4617F0B407735A0 /* MASConstraintMaker.m */; }; F6F7789FFB7A69E5F03CC0FCA916FF2E /* TUIVoiceMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C57656CFFDD0E3A00DA919DA53EAD2E /* TUIVoiceMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F6F805FECE802821700B0B6A4619F93B /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 510A481D16EC2697CA59168881F1D464 /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F722D239DE679AF0F954CB8851E41947 /* NSString+RegularExpressionCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DC7D94A4CE8CA4AD5BABAAAB6004BF6A /* NSString+RegularExpressionCategory.m */; }; - F7355C95564EAA5773584709C68ED3B7 /* UIView+VAP.h in Headers */ = {isa = PBXBuildFile; fileRef = 0454D0147525728E889241EA260FBF13 /* UIView+VAP.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7623E7C314AA5010D8D0BD6ED4AAAD4 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 193B8DE441F822996DB85CE1E778E140 /* AFImageDownloader.m */; }; - F775F679F321E234A469F54310116E6D /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7702226C1165C32EABF219A997827653 /* RACValueTransformer.m */; }; - F790014FE62516F80C467236F0C3C84B /* LLBaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1790E31F6435CEF46A8CA60375DA81A /* LLBaseTableViewController.m */; }; - F7A4E253075E533FA2B4CC2826554BB3 /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AE77FD11A04349202B7C3561B84B845 /* mux_types.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7A8FE8CEE61F44B4CDFE0BE245642B6 /* YBIBImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = EBBFFE545A4F4829A8AEFF12572DF506 /* YBIBImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7C6A20C8D96866C163E6196294E8232 /* LLHtml.h in Headers */ = {isa = PBXBuildFile; fileRef = 2921A1F4DC86BCE7F505F51D3C9DC18A /* LLHtml.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7CA711927E14F963F5E47EEBC79EE62 /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C12BE5CAB2519B0F0248C98EF5CD67A /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7E940FF1267B88A296DBACCAE38249A /* QCloudAuthentationCreator.m in Sources */ = {isa = PBXBuildFile; fileRef = 6503BAF1C6BD6DE4B2A9C92F451868BF /* QCloudAuthentationCreator.m */; }; + F722D239DE679AF0F954CB8851E41947 /* NSString+RegularExpressionCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FF94A3AAABF07D91E2AE7ABE7CCFB726 /* NSString+RegularExpressionCategory.m */; }; + F7355C95564EAA5773584709C68ED3B7 /* UIView+VAP.h in Headers */ = {isa = PBXBuildFile; fileRef = 44FD0391E16B63880632DA2DDF0144E9 /* UIView+VAP.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F73BA145241BEA0885D0445AEA3231F3 /* QCloudXMLDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 88194CCEA4E302B7A62C12BF7B7A21E3 /* QCloudXMLDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7623E7C314AA5010D8D0BD6ED4AAAD4 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 582D255CD050BBADFA87DAD4DA0FABB7 /* AFImageDownloader.m */; }; + F775F679F321E234A469F54310116E6D /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = D652D3EBDC4CEF2D56685319CE9C8101 /* RACValueTransformer.m */; }; + F790014FE62516F80C467236F0C3C84B /* LLBaseTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 07979068EE6953B0E544C656AA7FB1DA /* LLBaseTableViewController.m */; }; + F7A8FE8CEE61F44B4CDFE0BE245642B6 /* YBIBImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FC66726B3577647807180BC4EB9D30C /* YBIBImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7C6A20C8D96866C163E6196294E8232 /* LLHtml.h in Headers */ = {isa = PBXBuildFile; fileRef = 144A71DD5DF4BE3313B33C0E121C86E2 /* LLHtml.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7CA711927E14F963F5E47EEBC79EE62 /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 492214A9C4C992EEC0E3332454C51923 /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7F039F6DE987F6F54C4B96C3858C5A6 /* QCloudEncryt.h in Headers */ = {isa = PBXBuildFile; fileRef = CEAB0849F852524C48E8C37A91241F44 /* QCloudEncryt.h */; settings = {ATTRIBUTES = (Public, ); }; }; F80DFC23854AED128DBB54B09A5CE897 /* TUIC2CChatViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AB76C88FA06FBA051FDAA44F6EF28B76 /* TUIC2CChatViewController.m */; }; - F816C42641A98ADC0559C9E146831FDA /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E772B7F914CACF8772A7FFE42632D64C /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F81ACC8DADA7F9F17C2FD7351A1D1A63 /* LLLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C2ADB6C0EB671B069FB89C018103821 /* LLLogModel.m */; }; + F81ACC8DADA7F9F17C2FD7351A1D1A63 /* LLLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A00CAD231F3025E5EF4572A2C17A508C /* LLLogModel.m */; }; F824B795A59D836AA87CE65EE75A87CD /* TUIOrderCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CAE80F9FEBA3C9CD0CC1B3A287586C /* TUIOrderCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F82886FC4EB9C227354FB31BE01E95D5 /* NSObject+YYAddForARC.h in Headers */ = {isa = PBXBuildFile; fileRef = 3457584A90D2FC553E77823B19CA85DB /* NSObject+YYAddForARC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F847E3C26E5AC43CD73364AD3DF49AFE /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 18354FADB2DFD827C38F32B5B283B9A4 /* JXCategoryImageCell.m */; }; - F84821217598572DCD6377D7E5AF7D27 /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 88352B406BD5BA371383E95CF2AA778C /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F883C8948D59BDB2E474CCD151A80E98 /* QCloudAbortMultipfartUploadRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C23535EAE5BFF74DF355ED25D1284A7F /* QCloudAbortMultipfartUploadRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F82886FC4EB9C227354FB31BE01E95D5 /* NSObject+YYAddForARC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6432B70559A7E09093D693117D50F2E7 /* NSObject+YYAddForARC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F82F93A1187FD04F6745E605CBBCD4B1 /* QCloudSDKModuleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 588CC205C9C0D5B7005443765E175D63 /* QCloudSDKModuleManager.m */; }; + F847E3C26E5AC43CD73364AD3DF49AFE /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ADF4753B9AEA3BEB96141733B190BFB /* JXCategoryImageCell.m */; }; + F84821217598572DCD6377D7E5AF7D27 /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A5A165B179EBE3FE9C32B14DD72165 /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F87D4D6C6668A4AA86232BA3BDB9A178 /* SVProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = B81257FC34CF3BC3C3ED40D8364E8905 /* SVProgressHUD.m */; }; + F883C8948D59BDB2E474CCD151A80E98 /* QCloudAbortMultipfartUploadRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 18E6A2C0CF090E3B8EAB0D42946E8720 /* QCloudAbortMultipfartUploadRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; F894245811A0CF0C7089DD4FBF109951 /* TUIFaceMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = CF5E2D4522BE3B45082331E0D2D77725 /* TUIFaceMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8AFE17439C43140914623E76F3C3AD4 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = CA7DAD293A40ABB3C0EF7B680D054ECB /* BRDatePickerView+BR.m */; }; - F8C0CE436F15BB4ED740727283AA9FC3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */; }; - F8C9B997F8DEA590BA10FE3C3A3167F5 /* YBImageBrowserDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 31928EFB2114E4672EFCA3B925B522EE /* YBImageBrowserDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8D31E65466DECE981CBFFB9F96D569A /* YYTextKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D88E62CA4D102DA8BBCC2036403CF4 /* YYTextKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F911E51B72591FA0376C4E79DF8ADF97 /* OSSTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC7367DFD49858857D764C9E8E6D909 /* OSSTask.m */; }; - F92F0E2EE63DE5B4E9F28F3520245729 /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 56B8F4D76A861932A8D1829CC0607A1C /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F95B02BA33F34615E545E50555DC0061 /* LLEnumDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC180A2D3D7441C79D90FC3533C91C9 /* LLEnumDescription.m */; }; - F972DCBE61D6C3B274C555F2D983F67B /* YBIBImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D23C21717D45A802CA9C51BD698860B6 /* YBIBImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9789D86D3279D71B398B550F27C3EFF /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90D7FF3042800797EA73C0A0442C6956 /* AFSecurityPolicy.m */; }; - F979D099A0090D58B7946B47E0D52E91 /* YBIBTopView.h in Headers */ = {isa = PBXBuildFile; fileRef = C12F4F59F31062A2EA18468431CB2C5D /* YBIBTopView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F98C0FF73ED1625FF7A0A9CF93F5113A /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 46F242023E9A7F0185F551DB249B9B2D /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F8A8A7BD0536367F6CD2E58E5AABA8DF /* NSDate+QCloudInternetDateTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 88A7CDE31BF523A99517DB238E5FC7E3 /* NSDate+QCloudInternetDateTime.m */; }; + F8AFE17439C43140914623E76F3C3AD4 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DCB692B30B22E95E83BC7C2A2BAE9E2 /* BRDatePickerView+BR.m */; }; + F8C0CE436F15BB4ED740727283AA9FC3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; + F8C9B997F8DEA590BA10FE3C3A3167F5 /* YBImageBrowserDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = DE09D5F85755D90907E563149F9D4D65 /* YBImageBrowserDataSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8D31E65466DECE981CBFFB9F96D569A /* YYTextKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BFACD47A8253EB306D0DE87E8306511 /* YYTextKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F911E51B72591FA0376C4E79DF8ADF97 /* OSSTask.m in Sources */ = {isa = PBXBuildFile; fileRef = F81B6CFACF06C773CC29F71E24688208 /* OSSTask.m */; }; + F93D8DD0C637BE4AFCDB3CB803519919 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E0CEBC0D34578EF2E5D3443683C5C27D /* SDAsyncBlockOperation.m */; }; + F95B02BA33F34615E545E50555DC0061 /* LLEnumDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = F865265B93769789F2C4FC00A21DDDA4 /* LLEnumDescription.m */; }; + F972DCBE61D6C3B274C555F2D983F67B /* YBIBImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F85FE2965570635C61077C7EDFCA73D /* YBIBImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9789D86D3279D71B398B550F27C3EFF /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 792954860CCF7F3611BE1C738760C569 /* AFSecurityPolicy.m */; }; + F979D099A0090D58B7946B47E0D52E91 /* YBIBTopView.h in Headers */ = {isa = PBXBuildFile; fileRef = 264A9C5E8504A3400FAC5693BA5C98A2 /* YBIBTopView.h */; settings = {ATTRIBUTES = (Public, ); }; }; F9AD715EB8CE36958FEC824890395775 /* TUIGroupPinCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8B345639CB7FE77A2F3B451E4FE00F /* TUIGroupPinCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9B92C99985A5B345D5D58169150098E /* LLRuler.h in Headers */ = {isa = PBXBuildFile; fileRef = 947BB50F945ACD93C0920B78DC1FA996 /* LLRuler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9F0C29C2EF5CC88959AAA4144E4CB87 /* QGVAPLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = D2E7C8FDB05292AE8AFC4257846F3A95 /* QGVAPLogger.m */; }; + F9B92C99985A5B345D5D58169150098E /* LLRuler.h in Headers */ = {isa = PBXBuildFile; fileRef = CF237387782A06C117D6C2C2F92DD94A /* LLRuler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9BA2C2886BBB440F50D937366FBA373 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E57FBE7EE3188D9069B1E140DC2B1E8 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9F0C29C2EF5CC88959AAA4144E4CB87 /* QGVAPLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E8A4DC4E130CB18C492BD9651C498C /* QGVAPLogger.m */; }; + FA03BB6DC357A3358198BCB80FCD27FD /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B80232729E3D55D24B5ABDDB23A636B /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; FA1B0818847661A21A7A4BD94CE1E16E /* TUITextReplyQuoteView_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EA2047A997EED2FC02DEB89ADDF3379 /* TUITextReplyQuoteView_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA2587F0AE5F324CC8F67B1D9BBA5789 /* LLDetailTitleSelectorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A361FF5A23C7458E7F0C160ADC16FBD9 /* LLDetailTitleSelectorCell.m */; }; - FA300DA605A54EF49B65F2A05E176AF2 /* LLComponentWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D5D3B99CED4E0D3A0DC7F0417A3522 /* LLComponentWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA4D59453FAEF4399232AB1CF9ABDDBD /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 014BE88DC3744AC9119E8D90026F9403 /* RACQueueScheduler.m */; }; - FA58F4CD441B4DE4A616F36354B0D1A0 /* LLFunctionItemContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = BD199545E7D4B40A1730FD85D3611FB0 /* LLFunctionItemContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA7C5EDA2999053E0DD8A0AFAB61A431 /* QGVAPMaskInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 263ABCD0AFFF04BFAD27C11EF90EF1B4 /* QGVAPMaskInfo.m */; }; + FA2587F0AE5F324CC8F67B1D9BBA5789 /* LLDetailTitleSelectorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 11384D7A46FCA8CF3C2881B09D8FC4F8 /* LLDetailTitleSelectorCell.m */; }; + FA2C43C8AF597C2851296D1C6CC33E8A /* QCloudWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = F74C820107044761E5599A0326069849 /* QCloudWeakProxy.m */; }; + FA300DA605A54EF49B65F2A05E176AF2 /* LLComponentWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FFDD0DE4AB61C7E3031E76594C8CC8 /* LLComponentWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA430EB64CE32CE2292BA3ADD76C752C /* TUIGlobalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 2130188A88059BB6862656396FAD3C0F /* TUIGlobalization.m */; }; + FA4D59453FAEF4399232AB1CF9ABDDBD /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F014058C8924E8E093B346EB837E8A9 /* RACQueueScheduler.m */; }; + FA58F4CD441B4DE4A616F36354B0D1A0 /* LLFunctionItemContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4A683BCADF9D48F48FC2B36F24A0D9 /* LLFunctionItemContainerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA7306A866816218C15729A66D103C09 /* XHLaunchAdView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3FF91322653A907A0696411E138F9D /* XHLaunchAdView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA7907C23A45C1F93E0B72F3BA7EFA19 /* QCloudCredential.h in Headers */ = {isa = PBXBuildFile; fileRef = AA66368220DC43E934E6A6D34BEDBE23 /* QCloudCredential.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA7C5EDA2999053E0DD8A0AFAB61A431 /* QGVAPMaskInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B8787EAA3522708EFFDB0831709BC4F /* QGVAPMaskInfo.m */; }; FA9D9B46B60514DF2366538B1FADE93A /* TUIMessageDataProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E5F28332B507B8323DC625AB8F34116 /* TUIMessageDataProvider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FAAC95CC784EC755703089395BBDB148 /* LLURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D46022EB59849B06DD06DE0851BC0D /* LLURLProtocol.m */; }; - FABDFB2B539107ABC3385B3B2C9B5E6D /* LLSettingWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BD7A2EEFD3A74BC35A93A1D846CCD9B /* LLSettingWindow.m */; }; - FAF3E653CB79FC887BC4307E0B59AC50 /* TUIKitLocalizable.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BBEA8037ABA4B0C60F53C9D1AFB4606C /* TUIKitLocalizable.bundle */; }; - FB0649D6739C0AC6E503BECAD869A8A9 /* LLBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0749B0115A88A6A4235CE775ADE3BC39 /* LLBaseModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB0AF590C63D0D265D1D755FCEF074D6 /* OSSNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0CED06B42A21EB241B1DF222855283 /* OSSNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB1D858F09AAF47F96795E1AEAC09A19 /* UIControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 09E6A8D33A091100AC35918AAF28B84F /* UIControl+RACSignalSupport.m */; }; + FA9F2B5E1ADCF3AFBAF5BAFE93A8E1A8 /* QCloudLoaderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84138F9907468D9E0E677DC07F8CE900 /* QCloudLoaderManager.m */; }; + FAAC95CC784EC755703089395BBDB148 /* LLURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = A471B60FA4F9D6072CE4894605C91CB0 /* LLURLProtocol.m */; }; + FABDFB2B539107ABC3385B3B2C9B5E6D /* LLSettingWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = AF364C345A26177E138D45FBE0D209B0 /* LLSettingWindow.m */; }; + FB056F7A3C54D49AC2BC2ABB6D50250E /* QCloudAuthentationV4Creator.mm in Sources */ = {isa = PBXBuildFile; fileRef = F64BB8A9109FB48902997772579E88C2 /* QCloudAuthentationV4Creator.mm */; }; + FB0649D6739C0AC6E503BECAD869A8A9 /* LLBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = C5D61DCC03D4CBD22B8554FCBAF26066 /* LLBaseModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB0AF590C63D0D265D1D755FCEF074D6 /* OSSNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D49916E89DDC02F93FEAE886F15D13F /* OSSNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB1D858F09AAF47F96795E1AEAC09A19 /* UIControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 922C0C0C201ADBD3873C4B40D8A12AE1 /* UIControl+RACSignalSupport.m */; }; FB215E8A1F4AB53234AEA0D88F766974 /* TIMInputViewMoreActionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2EFE8FDFC4B40362DD0943B6B80CCA /* TIMInputViewMoreActionProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB3159EBD1B38EE74CD17CE8D463A435 /* QCloudInitiateMultipartUploadResult.m in Sources */ = {isa = PBXBuildFile; fileRef = F61D1EE4A2BD6425C80377815250D878 /* QCloudInitiateMultipartUploadResult.m */; }; + FB3159EBD1B38EE74CD17CE8D463A435 /* QCloudInitiateMultipartUploadResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 73C57FA01D8E4F3BDAC9DCD61BEA00A0 /* QCloudInitiateMultipartUploadResult.m */; }; FB3924682046FFAC423B29D09072C38F /* TUITextMessageCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 76AC216E0092258A6692750763C9E8E2 /* TUITextMessageCellData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB3B07B8E017B657EEBA7F7227B0108E /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = CAE391A4AB25A8264FABBB5A8646EF2B /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB3BE9AF5DDC6474C6BAB9234C0DB9B0 /* YBIBImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = E228F0EF6F69D4BD4D3BC3D9F0C9022C /* YBIBImageScrollView.m */; }; + FB3BE9AF5DDC6474C6BAB9234C0DB9B0 /* YBIBImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 247BC09497610D42CD7AE75E5E6AA381 /* YBIBImageScrollView.m */; }; FB4F9D2891600397CD3F6CB081886D95 /* TUIMergeMessageListController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9066D6BD7D677B859780409BC7859A /* TUIMergeMessageListController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB9D80F494434C9DCCA2D93054466820 /* LLLogDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EE1088E943CE4EEB071B855ED0AB96FE /* LLLogDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBA46D16EF8A59865BDB164B11812BD0 /* QCloudEnv.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7383E4D223791146E5FFE99A9D3C81 /* QCloudEnv.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBBD6F4AE0F7F9AC2AB1E46E147BC15A /* SVGAVideoSpriteEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = B6294F5B706E4071476626A139BF4F4C /* SVGAVideoSpriteEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBF481A2EC25D99DC41914AE7B9754D2 /* mz_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 475515E230E6437FDA8F8391F5A38403 /* mz_zip.c */; }; - FBFF8C5EBFDE7C292A723916B8AD99BE /* QCloudConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E409E85F125AF2F8DF9E7B8DEC0373A0 /* QCloudConfiguration_Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC16BB1D601656C4C5F0B8B2D2D38A65 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = E74B050A3D73D875D39BB6D402AECFFB /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC2703E1BF0427C851947D86CD9CA154 /* NSNotificationCenter+VAPThreadSafe.m in Sources */ = {isa = PBXBuildFile; fileRef = AB2CCA7421225550F02BAD572D94F38B /* NSNotificationCenter+VAPThreadSafe.m */; }; - FC31BA25177C3A8AF59A49EBE8371C25 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = D9099313D0213D6D25EC9DB1627C3A64 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC599CF0F5824322639E7A6419A1B578 /* VoicePitchChanger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5713F1E75E1BD6748EF793FE83DD09D /* VoicePitchChanger.swift */; }; + FB6E014B34F33B89E5060DA1F00168A5 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */; }; + FB75853E6A0E0682E1000CFBD293EBBC /* SVProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D894B61540C085AF96AA86EC836D6536 /* SVProgressHUD-dummy.m */; }; + FB9D80F494434C9DCCA2D93054466820 /* LLLogDetailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AC7ACFDE5944C0F8EBC6FC81E914E4 /* LLLogDetailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBBD6F4AE0F7F9AC2AB1E46E147BC15A /* SVGAVideoSpriteEntity.h in Headers */ = {isa = PBXBuildFile; fileRef = 00AF925E64CA229FFEF64F85255631E9 /* SVGAVideoSpriteEntity.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBF481A2EC25D99DC41914AE7B9754D2 /* mz_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C51113214F3A5615956DC35F37B823F /* mz_zip.c */; }; + FC16BB1D601656C4C5F0B8B2D2D38A65 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 174F2A838991AE0A4BEA779E07F522E9 /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC2703E1BF0427C851947D86CD9CA154 /* NSNotificationCenter+VAPThreadSafe.m in Sources */ = {isa = PBXBuildFile; fileRef = 73EAF778E5696AD4597C8FADCF7B1924 /* NSNotificationCenter+VAPThreadSafe.m */; }; + FC457AB9E690E7284A2516C7702AD464 /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0412F512D9F40DA1D1E46A50CCACCEB8 /* YYImage.m */; }; + FC599CF0F5824322639E7A6419A1B578 /* VoicePitchChanger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C45801D117AEF401E0E9785B046D3C1F /* VoicePitchChanger.swift */; }; FC6533483B4FB1B610B47165C20DAD1B /* TUIRepliesDetailViewController_Minimalist.h in Headers */ = {isa = PBXBuildFile; fileRef = 445A9A7C0F1C7D8B8E5F398DCBC6DE01 /* TUIRepliesDetailViewController_Minimalist.h */; settings = {ATTRIBUTES = (Public, ); }; }; FC6E4E543E2E25E9C3A57234315C0153 /* TUIConversation_Minimalist.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 7F5DFDDAA9C8958F354EB87E55C151C5 /* TUIConversation_Minimalist.bundle */; }; - FC82D0E6CF35BC1E7097340328C2E600 /* LLWindowManager+ShortCut.h in Headers */ = {isa = PBXBuildFile; fileRef = A0EDD0BB750ACB2E6BA0ECBDEBBCEF9C /* LLWindowManager+ShortCut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC940D3B007646EBE196BC52DF708AA7 /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 981B62113BD0DA69A54FB78AFEE784C2 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCA8946A40BE52876F991CF772C26AB3 /* YBIBLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8621ABDAB8F588581CCF8E95882CFB98 /* YBIBLoadingView.m */; }; - FCACF69202105035E060CFD0563536AC /* OSSResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D17F39F57A6545F841645C65D8D7100 /* OSSResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC6F0AAFBB9CC503F50349540122106F /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = FA690AAF470AB887B3DF92CD44375DD5 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FC77A1289BED78937C3E63A5A3DD4351 /* ZipUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = D790E78431B7B6C65466C5AD0212C750 /* ZipUtilities.swift */; }; + FC82D0E6CF35BC1E7097340328C2E600 /* LLWindowManager+ShortCut.h in Headers */ = {isa = PBXBuildFile; fileRef = 076A8E3F4DA68D1D897CC203491ABE2A /* LLWindowManager+ShortCut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCA8946A40BE52876F991CF772C26AB3 /* YBIBLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = CE75AB9B35B8E6D1027F46EA21DF90A3 /* YBIBLoadingView.m */; }; + FCACF69202105035E060CFD0563536AC /* OSSResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD1D23FAD691DF763B4DF592504256D /* OSSResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; FCB1CEDE5AB601F4DA13C9F96B502366 /* TUIMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = FDB1F9FD9C05C68C54D17F9D08BAB572 /* TUIMessageCell_Minimalist.m */; }; - FCCAA43CA462C699A1F0335B4A2C8784 /* TZPhotoPreviewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7471DE218C1C144E6BFEA24AFEE27EDC /* TZPhotoPreviewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCCAA43CA462C699A1F0335B4A2C8784 /* TZPhotoPreviewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B5471042324DF144807E1DEC6D9C07D1 /* TZPhotoPreviewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; FCCF159D2E546F243A239980E83A680C /* TUIMotionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 86EDC1282AC260378B15FD17080CCBCC /* TUIMotionManager.m */; }; FCD70C8F3CBD5F05C877F72F7ABBADE3 /* TUIResponderTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CE1B06DD93E606DA49ADD24AE6B99D /* TUIResponderTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; FCDAF3B4FB8CAA91DBC651F64B7D7562 /* TUIReferenceMessageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AFC9CB5F23D10155D6DFC87F02C2E1A /* TUIReferenceMessageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCECAF8AE496CADE0C4C72E1F5929C3F /* GPBExtensionRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1BCFEF87090D1F4DE111DD8866319F /* GPBExtensionRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCF581215F5CE87C5D70639835A01EFC /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D01B7A03D3A1CE42F6F8CA6C8FE217A /* CoreTelephony.framework */; }; - FCFB3145B34CE84AB55E0CA6DE7E211B /* QCloudPingTester.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F9B08441831B3354714594DA08CFC2 /* QCloudPingTester.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD0ADC95B4984384A28CC3EB33872C2A /* QCloudServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D98CE44DF4F75957C6E7E2C3C766DEF2 /* QCloudServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD2132D091CD6AA660832FB4CC11903D /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E8F50B7D434CCC63D637589A791128 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD7BEA20AF6E50298AD19A071B673593 /* QCloudBizHTTPRequest+COSXML.m in Sources */ = {isa = PBXBuildFile; fileRef = 46E422104473A370B56E1E8DF29ACCE8 /* QCloudBizHTTPRequest+COSXML.m */; }; - FD9BA74BACBA3F59304DDF3D5BCF6119 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 94F514CCC0F54DE94974B8D9BD3346D7 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDACBA49610EA6F39CABB7FE44B137D1 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2534F6DA9CD0DE92D5AD36466B46CC /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDC027B679C5A1486A728EBB274F8AB8 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 47A8E8E73773FFA3CBADB473AD8A91AD /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDE250C5561704F09B09BA2926C6DEC8 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A5B624A70D4735B79D27A4C5B4DA64AA /* ImageIO.framework */; }; - FE07C069C2E3543002CEB5D751ABA9AC /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AEC3D2B8577B305151437FEAEB9A6A /* AFNetworkReachabilityManager.m */; }; - FE0B4A3709F834A9EC5C147987276572 /* NSDictionary+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6115A8D16D865CDF496810AACA0A4B13 /* NSDictionary+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE0B7C0EA6FB0A9346F2671085840126 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F4078DA790DE5F4A9E0EBCD660768F7 /* Accelerate.framework */; }; - FE1BAEFA244A1BC1D665D253C0D2CEF6 /* QCloudHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AF957DE788B58BA05F425A7EA2790102 /* QCloudHTTPRequestOperation.m */; }; + FCECAF8AE496CADE0C4C72E1F5929C3F /* GPBExtensionRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 866EE9DF8E7AEFFBCCDE813D255CAB30 /* GPBExtensionRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCF581215F5CE87C5D70639835A01EFC /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BEAC88F4A48512BA520908592117D51F /* CoreTelephony.framework */; }; + FD0ACA4C77579EB2D43D761D9999759C /* QCloudEndPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 06183280D4435781123109D0DE788702 /* QCloudEndPoint.m */; }; + FD1A98EFA4C947DF49695F646F86D023 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 128B1F1CADF8DFD5C6C4F5E5F641786D /* UIImage+ExtendedCacheData.m */; }; + FD3AF10F8723DABEE406D25592B5F562 /* FLAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18A8FCF141142CEC4F312CBF99535E65 /* FLAnimatedImageView.m */; }; + FD55E12B05ED496DFE1840D0DC94E244 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9117BE2F6F37D132D8C1D812D9C88493 /* SDWebImage-dummy.m */; }; + FD7BEA20AF6E50298AD19A071B673593 /* QCloudBizHTTPRequest+COSXML.m in Sources */ = {isa = PBXBuildFile; fileRef = C5379ECD4CB4E45A7F76C6B1F99BE5E7 /* QCloudBizHTTPRequest+COSXML.m */; }; + FD8EA853F7AEEC065740BCAE298B550A /* QCloudUploadPartRequestRetryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E2EE7D8A6E1B904DF8F26379D375578E /* QCloudUploadPartRequestRetryHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD979E4E9A3ACED50355362BD1B2EF93 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 7520B5390792567B0E1833C4229D436C /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FD9BA74BACBA3F59304DDF3D5BCF6119 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA64B19663E1AD860C1DBDD45CE91D1 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FDACBA49610EA6F39CABB7FE44B137D1 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = BBEA7BCD1DC8DC6AC53DBAC480B4B380 /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FDD4C4D4F03502D5CB0B8763009A0948 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */; }; + FDD5EED0841063A5036A185CDC3EA3C9 /* QCloudLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FEBFB3743D081AF483CE0708BA12F3C2 /* QCloudLogModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FDE250C5561704F09B09BA2926C6DEC8 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */; }; + FE07C069C2E3543002CEB5D751ABA9AC /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FEFE5FF2C861C5B2579FA28082B25DE5 /* AFNetworkReachabilityManager.m */; }; + FE0B4A3709F834A9EC5C147987276572 /* NSDictionary+LL_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 29FEABB142503EFF7FEE11E22A63D0B9 /* NSDictionary+LL_Utils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE0B7C0EA6FB0A9346F2671085840126 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58E0AB7EC984C6E5FEA1DC0EFD44A26C /* Accelerate.framework */; }; FE4995D7F84230347E1B451649D3CF33 /* TUIFitButton.h in Headers */ = {isa = PBXBuildFile; fileRef = DA7158A0AE4F7F12534DD3AF2C303645 /* TUIFitButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE506A926796FEECE1452B8E3AF93591 /* OSSRestoreObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B716F297BF2BB5EC6D457C8F094B3E05 /* OSSRestoreObjectRequest.m */; }; - FE85FAEB1109FA7AF4E29308C8BA3BCA /* YYCGUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = CE38FE9C7C3B869FB38E67A91A3BF617 /* YYCGUtilities.m */; }; + FE506A926796FEECE1452B8E3AF93591 /* OSSRestoreObjectRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = CE22DD1306426B87F5B41D503FDFB2D8 /* OSSRestoreObjectRequest.m */; }; + FE6A886BD049CCBE68E0B13F7AF36D77 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = BAF802E2422C8C944BCDB38EDB977D65 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE7B954BA141C3253076A389BBF87BB7 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4577C338B5AA847F39C4D6A81DD822A3 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FE85FAEB1109FA7AF4E29308C8BA3BCA /* YYCGUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 45DB26975F59C6EC1A10A3280E50CE65 /* YYCGUtilities.m */; }; FE8C500E9BB5B432F50E0700B0B4CDD8 /* TUIFoldListViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 89FAE2939EEAB7D3DDEE6DA7B3614A3E /* TUIFoldListViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; FEB61EDCA9CAB42EFCCF417DA4D0B32B /* TUIChatExtensionObserver_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 4450B377B7446FB0491757E7C25B5BF0 /* TUIChatExtensionObserver_Minimalist.m */; }; FEB8FE6AA2ABECF7F7B25E57C24AD202 /* TUICameraMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = D55F19B8100733EBC5A25A0FC5B27F3F /* TUICameraMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FEBA6D0B98CF73A496807E153799A820 /* OSSCancellationTokenRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4138A87F260183784A34F09B09809E36 /* OSSCancellationTokenRegistration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FECD1EA2C6CBF49AD35E8C4F6F6C8C18 /* UIView+TZLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 1593910178D38A66B74B5C24944CBECD /* UIView+TZLayout.m */; }; - FED7FE42FA286D4155E12417F17C9E5A /* LLWindowManager+Html.h in Headers */ = {isa = PBXBuildFile; fileRef = B6F5769BC1BCC9441BEC34B156174379 /* LLWindowManager+Html.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FEE51E91B096D7A3BC157E02386ECC79 /* LLWidgetBorderWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 04F3305D1A23F19A8359301ABDB5F69F /* LLWidgetBorderWindow.m */; }; - FEE883575278D5BE8F185437AB5DB3BB /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F0E672C03917739DF51EEFBC4528E5E9 /* MJRefreshGifHeader.m */; }; - FF298EDEF3741C40A1AB8FB9EE00CD2F /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C1248D2950FAF4846F04C3D51F5CD46 /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF37ADC82AF415499378A8618E43C9D3 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCBA05C056BE50368553A3FE1794CEF /* SDImageCoder.m */; }; - FF3D56C280E02DB5E0C40C4072C10660 /* SDWebImageWebPCoderDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F053A8BB4012F91DA472CE271FE0C3B /* SDWebImageWebPCoderDefine.m */; }; + FEBA6D0B98CF73A496807E153799A820 /* OSSCancellationTokenRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BE79708D981B3775F16DB825D4DFA9C /* OSSCancellationTokenRegistration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEC3D0B492B793A0169343BD3FA22314 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F394733BC61DDE29913CD3D8CB6B16 /* SDFileAttributeHelper.m */; }; + FECD1EA2C6CBF49AD35E8C4F6F6C8C18 /* UIView+TZLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC790E3AE7FD2E7EA704F1E45ECBEAA /* UIView+TZLayout.m */; }; + FED7FE42FA286D4155E12417F17C9E5A /* LLWindowManager+Html.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8588D184A310E6F026DC91CC4110AD /* LLWindowManager+Html.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEE51E91B096D7A3BC157E02386ECC79 /* LLWidgetBorderWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E770D307805A080B09AC25BEFE0164C /* LLWidgetBorderWindow.m */; }; + FEE883575278D5BE8F185437AB5DB3BB /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = AD214EB8505A22E3DC01A76613961B2C /* MJRefreshGifHeader.m */; }; + FEF4C0E825D40AD86B1630A8552FEFA5 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 69D4DC51437440E34C61B4DD2B399D1A /* UIImage+Metadata.m */; }; + FF298EDEF3741C40A1AB8FB9EE00CD2F /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 830287E9678FF40DE320F988B49DEEBD /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF3D56C280E02DB5E0C40C4072C10660 /* SDWebImageWebPCoderDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 43F2EBBB96C0C06F1ADF8A659E2E16E8 /* SDWebImageWebPCoderDefine.m */; }; FF42D2A57915F2FE3652C3AA5E6940BB /* TUIOrderCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 292A986DB46CAE85E1C254720976D3F5 /* TUIOrderCellData.m */; }; - FF4CE1D89AB17ECD080B8C33CA9EB8CB /* ScoringCanvasView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E48DF8F4EC5948428E1C0BE1AF56C102 /* ScoringCanvasView.swift */; }; - FF500FD55C6C8DD8418FA2290B95811A /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F73B9A6B621D23A3C2DE4A36E856E3B /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FFBEB872AE0FCB8C1679BE8ACE279876 /* YYCategories.h in Headers */ = {isa = PBXBuildFile; fileRef = BFD4096F7B30D29E37016A981BCD4AB7 /* YYCategories.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF4CE1D89AB17ECD080B8C33CA9EB8CB /* ScoringCanvasView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B027E2A790876DC3CED3DC34718399AE /* ScoringCanvasView.swift */; }; + FF500FD55C6C8DD8418FA2290B95811A /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D4B501F9E4593E9FE2E06192180151 /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFBEB872AE0FCB8C1679BE8ACE279876 /* YYCategories.h in Headers */ = {isa = PBXBuildFile; fileRef = 80ABC901B71659C110AB9AC6D785EEEE /* YYCategories.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFE025E76492B7065BA3D7E2205CAD13 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */; }; FFE349C21A3DE6B516D462DFDF6A6197 /* TUIReferenceMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 752D582863FC7410A1035663E1F616D1 /* TUIReferenceMessageCell_Minimalist.m */; }; FFE3E0A7CEE2A23658267F0453D62C8D /* TUIVideoMessageCell_Minimalist.m in Sources */ = {isa = PBXBuildFile; fileRef = 398456EF8E6157E22F5A20834A6E7B2A /* TUIVideoMessageCell_Minimalist.m */; }; - FFFCC62769F93CB8547C2F1487620C90 /* SVGAParser.m in Sources */ = {isa = PBXBuildFile; fileRef = DF4C538B7B59BA11F52CC24B3932313F /* SVGAParser.m */; }; + FFF20EB763B73028166FE84D78759A0D /* QCloudObjectModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 58CAD75B29DAC1ADD876A7110F29D9FC /* QCloudObjectModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFFCC62769F93CB8547C2F1487620C90 /* SVGAParser.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F32E260AA0918A81D6EBB6223F78C8 /* SVGAParser.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0029DCEA4AC4C88C5DDE7545C7812128 /* PBXContainerItemProxy */ = { + 0326330262A7C04AA2ACBA2B3C9D3499 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; + remoteGlobalIDString = 49F1FB331F497E32873611039BAF1C27; + remoteInfo = AgoraComponetLog; }; - 020891F66636A97959E12CCF051160CD /* PBXContainerItemProxy */ = { + 04690A5170E36A57DC5EACA709748F61 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4CF4590C80DA0BCFB23334523B614709; - remoteInfo = YYCategories; + remoteGlobalIDString = 488E8C830C5A5694EE916251B9ADAADA; + remoteInfo = YYWebImage; }; - 028557861E402973F8077C9376E7CBC3 /* PBXContainerItemProxy */ = { + 048C1DC5576B3CDE8BBAB510D99D04B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; - remoteInfo = YYImage; + remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; + remoteInfo = TXIMSDK_Plus_iOS_XCFramework; }; - 02F6311EAFAEFC38331D481A0FAE0C3B /* PBXContainerItemProxy */ = { + 0518236C172EEEDCFA489983F20E1792 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 470FE31978DC918618A329D8B55C85FF; - remoteInfo = Protobuf; + remoteGlobalIDString = 4A8E8992707D01510894596DB9BCCA00; + remoteInfo = FLAnimatedImage; }; - 04DABAA35D35B88C47152374F21BD7EC /* PBXContainerItemProxy */ = { + 09D85547BE4AD54DD1A663E2E79FA71B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; + remoteGlobalIDString = EB381B961261861E0643718E562995A8; + remoteInfo = TUICore; }; - 0652AD0FEB33FFA21855D67268259526 /* PBXContainerItemProxy */ = { + 0AF93DB6399F0E9AF1030B3975D901D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; - remoteInfo = YYCache; + remoteGlobalIDString = C4E1020AF425614337737213AA26DBD5; + remoteInfo = JXPagingView; }; - 07CC761A63DA4D49464DFF756E5D24E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 05B2A835D60F78761395189914B88047; - remoteInfo = "IQKeyboardManager-IQKeyboardManager"; - }; - 0952E0D150ED3103EF4A7CFA1C5804E8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD31C8A3F2371ED732009637E95423D; - remoteInfo = QCloudCore; - }; - 09AAB4E5693870EA6C09BC124338463D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; - remoteInfo = "WechatOpenSDK-XCFramework"; - }; - 09BC255FC6063AD2A45CD450B7BA0673 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; - remoteInfo = MQTTClient; - }; - 0B5E6DAAC9C3B97218B31CCDCC2AEC32 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F71BF3AB61E6444B3140F0A3A86B2910; - remoteInfo = "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy"; - }; - 0CB6AEAEC6651B4A2747C9FAFF7E62A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E79E29F55A2453370D27112480FCF6A2; - remoteInfo = "JXCategoryView-JXCategoryView"; - }; - 108623F5739E2E3EE52F0E0BB2152C60 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6F5C17E80BD1B7F60A33F79692330A57; - remoteInfo = YYText; - }; - 1281264C00145AC68F1F17C3C57DF63D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4927495D845F79030185863355F5B96F; - remoteInfo = TIMPush; - }; - 159B162B5E46A6E9284F7BC3EEDFD97D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B97FC50FB8C4390DDCCA281E85E7AD84; - remoteInfo = YBImageBrowser; - }; - 15AAC6306C4DACCC73B6C5215006F0BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - 1C578EC7E8798F8C9B3105C93F8EF2BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 31708EE6929C61C0EDA6F5DAE3AF9DB7; - remoteInfo = Zip; - }; - 1D4028B5653790FD7C1664A8F8B44706 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FA1E8E62E0263A4B0CA32E2D30D5BFC; - remoteInfo = AvoidCrash; - }; - 1D5E043B52D2F4553BBC41EE9CDA6495 /* PBXContainerItemProxy */ = { + 0BA4E855A27D1C0C598204D15AA557A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; remoteInfo = ReactiveObjC; }; - 1F2591DAB90FBBADED218A0035E01B6A /* PBXContainerItemProxy */ = { + 0D4E577297D855AA15E7A3B38168160E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; - remoteInfo = TIMCommon; + remoteGlobalIDString = 8592E0E389D40AC17881400ADC67ABC0; + remoteInfo = FMDB; }; - 237A2C43FD43EFA1B999B025652DDE9C /* PBXContainerItemProxy */ = { + 11AF6BAA0AC0F6DAD8DCB50222A9B7C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5E1A429206107DAD9DA8C2C93A5BAFC5; - remoteInfo = TencentCloudHuiyanSDKFace_framework; + remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; + remoteInfo = TXIMSDK_Plus_iOS_XCFramework; }; - 24550EF6EEB669CFD077E84C5EED2159 /* PBXContainerItemProxy */ = { + 11B8910EC260EE85228603CFF7D24910 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; - remoteInfo = YYModel; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; - 28F10095BD55DDB900D01FB05E0CC845 /* PBXContainerItemProxy */ = { + 1367DC6EEC62353A337FC54AEDECB441 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F36C5664BEF7888A4F179030A11C598; - remoteInfo = "TUICore-TUICore_Privacy"; + remoteGlobalIDString = 31708EE6929C61C0EDA6F5DAE3AF9DB7; + remoteInfo = Zip; }; - 2BD935484349F98B50BCD16507C92672 /* PBXContainerItemProxy */ = { + 13DC658F832C08A8FBB746D1541637FE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5A3DE9AE6F3A36E1625275AD8CEC43B4; remoteInfo = LLDebugTool; }; - 2C7DF2A99416F4BFF98E997742A2328A /* PBXContainerItemProxy */ = { + 140DBB90C082D88A05A76D81E351E452 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B2155DC9E9B69430B6C78F3E6D06BACF; + remoteInfo = QCloudCOSXML; + }; + 14F23C73D6AABDCCB369F0C74B9ACD7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FBC036FDFE401149B1CD899239D81CFA; remoteInfo = "TUIConversation-TUIConversation_Privacy"; }; - 2EB0896D7C53E6E57D4A8D604F821CB1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; - remoteInfo = TXIMSDK_Plus_iOS_XCFramework; - }; - 310E8D091602C594A87258D86026A686 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 3157F3A5741DB4A4370ECDCE9A21D4B5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; - remoteInfo = "WechatOpenSDK-XCFramework"; - }; - 32798F602FF0B7FFA6DC2B02A6531C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 37C19017C031E834BDF333968302D1D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FA1E8E62E0263A4B0CA32E2D30D5BFC; - remoteInfo = AvoidCrash; - }; - 3861F460E1B6091DC8452D33525D04BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 973B9A51B49701F13767694DCAF5C37D; - remoteInfo = "FMDB-FMDB_Privacy"; - }; - 3984F2A2E338DFC75AABF982EC317FA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2F7F7AAA1C81C1ECBEECAABE3C3609AC; - remoteInfo = AgoraInfra_iOS; - }; - 3A15BE3BA831AB6D82AF832865D3660D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; - remoteInfo = SSZipArchive; - }; - 3CD0EF4C5259194763E690E53C221A2B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 470FE31978DC918618A329D8B55C85FF; - remoteInfo = Protobuf; - }; - 3D45E1FB45BC564A44D478DDE8710D22 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; - }; - 3D51294011CC41FA02FF2849C353E2A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5E1A429206107DAD9DA8C2C93A5BAFC5; - remoteInfo = TencentCloudHuiyanSDKFace_framework; - }; - 3D76DC33B64A38970EDB33D4B270C2BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49F1FB331F497E32873611039BAF1C27; - remoteInfo = AgoraComponetLog; - }; - 3DA5736C9D9C98245361FB63B57F5CF2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB381B961261861E0643718E562995A8; - remoteInfo = TUICore; - }; - 3EDCF4C545B6759DF67D524989807F98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7E6A8D6108E4537DCBFAFA98674E2A71; - remoteInfo = TUIConversation; - }; - 41094FC104272DEC00E861120E8F0F7A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C1FD11F5F7EBFF63F845CDF963F73E1A; - remoteInfo = AliyunOSSiOS; - }; - 41A43E1AC329881F60B7766205E64985 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 183C29DD6DE04D22CA29BAE61F5C530B; - remoteInfo = AgoraRtcEngine_iOS; - }; - 4442227DC45815DC3B0E2DA7A2A25EF8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; - remoteInfo = YYImage; - }; - 45C9C7E95BB419E9FDF6CC13F7FB59E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBF544DF4EBDEAD14CE7D3656AF4A18B; - remoteInfo = QGVAPlayer; - }; - 45EC9278BFD02DA63B5A3B2772FE32DA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0409F31E66073F5C1A3BBA08171DD017; - remoteInfo = "AgoraLyricsScore-AgoraLyricsScoreBundle"; - }; - 480A87FA39770E9196796FB6EFE15F46 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 05927177BD6FAFDF573D533A8665C859; - remoteInfo = TUIChat; - }; - 49CC4658896CF5872EBA36EABC8C3098 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 43B293ED3108BC77CE12D6449EF3AA5F; - remoteInfo = AgoraLyricsScore; - }; - 4AAE1FC807145DC21418D6028197EF7B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49F1FB331F497E32873611039BAF1C27; - remoteInfo = AgoraComponetLog; - }; - 4BE456AF0CDEEE4AE5F8320B05C84875 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B2155DC9E9B69430B6C78F3E6D06BACF; - remoteInfo = QCloudCOSXML; - }; - 4CB767C2134601903D4C00B2322B6FDA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 4F31066B4A5C6619D5880F4069EEFE98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5A3DE9AE6F3A36E1625275AD8CEC43B4; - remoteInfo = LLDebugTool; - }; - 500760E24363ECDF7890F0D69D11C3AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; - remoteInfo = YYImage; - }; - 501FD2611F90677E2656783AFD5A3672 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBF544DF4EBDEAD14CE7D3656AF4A18B; - remoteInfo = QGVAPlayer; - }; - 50A7C44D30473B9AF60C176F2D361614 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 16704C6B67439DA959DB043702C75A7A; - remoteInfo = "JXPagingView-JXPagerView"; - }; - 52EB9919A62F3979C12CCBB07021EEBB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 43B293ED3108BC77CE12D6449EF3AA5F; - remoteInfo = AgoraLyricsScore; - }; - 5459B75ABEE9F255EB0293FAEB3A9F42 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; - }; - 576D780D64039138ADFE2DE8A0E8D0A4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8592E0E389D40AC17881400ADC67ABC0; - remoteInfo = FMDB; - }; - 59FFFE0EA691487F70851399F4DE2172 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C4E1020AF425614337737213AA26DBD5; - remoteInfo = JXPagingView; - }; - 5C9AC1DB7EA0D2557EE7343EEFFB9FD4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2F7F7AAA1C81C1ECBEECAABE3C3609AC; - remoteInfo = AgoraInfra_iOS; - }; - 5CA7DA26B29C599B586021D786100313 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 488E8C830C5A5694EE916251B9ADAADA; - remoteInfo = YYWebImage; - }; - 5E7BD4CBFF52513F2165C47BF7B13F0D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 61D46D74EDAD4F83DB0A6A0D0FD6124C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 628121684B04DE0EBD44BA2B43690247 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB381B961261861E0643718E562995A8; - remoteInfo = TUICore; - }; - 63D08DF051D6CDA4F8FA805DA51355C3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; - }; - 64AB6FC47DE5C3BCE3AB43F9F11D23A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; - remoteInfo = IQKeyboardManager; - }; - 679696E6F73A37D2F4D883C3233EB704 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 470FE31978DC918618A329D8B55C85FF; - remoteInfo = Protobuf; - }; - 6B0EECF76C24E4F2A0AE6FFA51CFCB05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; - remoteInfo = YYCache; - }; - 6B9724217F5575F58C0FABF2B76DFBA4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; - }; - 6D3AF90D318A9DEA4591D1395A8C1367 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C4E1020AF425614337737213AA26DBD5; - remoteInfo = JXPagingView; - }; - 6EB558D513B879598E51C0F9F64B6EE0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6F5C17E80BD1B7F60A33F79692330A57; - remoteInfo = YYText; - }; - 714338FADA42542BEAAF434CA9D7016E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B26054DF1DEA11585A231AF6D1D80D5E; - remoteInfo = "MJRefresh-MJRefresh.Privacy"; - }; - 732EE6B42CAE5FD65F332A7817CE0BE0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4847ACB1E2799345AA74D9E317048D58; - remoteInfo = "AlipaySDK-iOS"; - }; - 74A5CF175C93FFF5139D6B689616E8CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4CF4590C80DA0BCFB23334523B614709; - remoteInfo = YYCategories; - }; - 75E27EAD9B648921F61C9ABBA4CBEFAE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 31708EE6929C61C0EDA6F5DAE3AF9DB7; - remoteInfo = Zip; - }; - 796D5237F0B25CC172A59C0E55D2A89D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 7C2BDCF1DE010557B9D78050BE8C21B6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; - remoteInfo = SSZipArchive; - }; - 7FB626BD27CD09AC0C07DDEA8F1ACE6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4847ACB1E2799345AA74D9E317048D58; - remoteInfo = "AlipaySDK-iOS"; - }; - 80EC13B5260679E745963371D6ECF68E /* PBXContainerItemProxy */ = { + 162FBC5F68487C47832C023F58010BB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4927495D845F79030185863355F5B96F; remoteInfo = TIMPush; }; - 82A242C2FD08D660440BA3C9A869ABF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 84E3A5308B439C1EFA044ECD8B9A38C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; - remoteInfo = YYModel; - }; - 88E30E6E51B37F5BD260E3376D6FA658 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; - remoteInfo = TXIMSDK_Plus_iOS_XCFramework; - }; - 8A1D6514AA1BCEFE43C58F427F04CD47 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49F1FB331F497E32873611039BAF1C27; - remoteInfo = AgoraComponetLog; - }; - 8F908A2F824D8F80641268B41277AB4A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 94CFBA7D633ECA58DF85C327B035E6A3; - remoteInfo = "SDWebImage-SDWebImage"; - }; - 91F6915B9C2691E207F50667D0C6CC64 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 9293289AEDC21A818C527958E375C15D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 94AC921FAE058EF778BBCA29ABC27740 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 9575AD4B351933C5F7CF2F49DCC4E628 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; - remoteInfo = TIMCommon; - }; - 96D867B7C5AE3119C286CD14E2631376 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A3672D206FD781B76503C6F6C0C8191A; - remoteInfo = "TIMPush-TIMPush_Privacy"; - }; - 9BF107EA92F565EFA85837758B1E142C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8592E0E389D40AC17881400ADC67ABC0; - remoteInfo = FMDB; - }; - 9F0F3F56088E77C966B91A4F9891CCFA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; - }; - A0B5A23982AE8343659A22CBF7543D8E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; - remoteInfo = Bugly; - }; - A0CA705AFB83A288989431AA25A90AFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; - }; - A174F9D7A404D2D8F73E0D0E6028BD63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 183C29DD6DE04D22CA29BAE61F5C530B; - remoteInfo = AgoraRtcEngine_iOS; - }; - A21200E15CFA9DE8BEE6021B398C2441 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 31708EE6929C61C0EDA6F5DAE3AF9DB7; - remoteInfo = Zip; - }; - A30CD380CB2DF1855F4C05204D761FEC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; - remoteInfo = MQTTClient; - }; - A520E99F4820C26F0FCB9919DB466742 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; - remoteInfo = YYImage; - }; - A8823BF30F6E0DD84F79DEE760D3FE24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - AA6F2C893F10328E2C7F2EF987884F52 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C1FD11F5F7EBFF63F845CDF963F73E1A; - remoteInfo = AliyunOSSiOS; - }; - AACEEBFE9082FD3F762B5BF07BC66668 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; - remoteInfo = TXIMSDK_Plus_iOS_XCFramework; - }; - ADFF61EAF4459FB2F5F4CBE6F28D765A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; - remoteInfo = TIMCommon; - }; - AF7847F1777DF2A310767328A6D6F837 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD31C8A3F2371ED732009637E95423D; - remoteInfo = QCloudCore; - }; - B047959F7DFF5AB101284FD51A05F538 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - B3451F3E8C4912090BA5B338CCCDA977 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; - }; - B3AD63BCFBE1E5DF8B85D2F368E49FCA /* PBXContainerItemProxy */ = { + 16D8ABC378B6CB6F76BB360D60D94CB0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2F7F7AAA1C81C1ECBEECAABE3C3609AC; remoteInfo = AgoraInfra_iOS; }; - B7DE55517B61AEE736981DA1AA0164E0 /* PBXContainerItemProxy */ = { + 1779D32F4F7681055CFF2E14B1570AE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5D11A19D6943394EC1DDAB15A39FB827; - remoteInfo = "AliyunOSSiOS-AliyunOSSiOS_Privacy"; + remoteGlobalIDString = 470FE31978DC918618A329D8B55C85FF; + remoteInfo = Protobuf; }; - BBE3140C15182EB5C795C43E74778A6B /* PBXContainerItemProxy */ = { + 1B0FB9C5D005F5498A1DED98C4156B23 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EF4EFD5BE77B99AACFB0B7ACE03D198F; - remoteInfo = SVGAPlayer; + remoteGlobalIDString = 1C8D67D8B72D6BA42CCEDB648537A340; + remoteInfo = SVProgressHUD; }; - C1FD4CF95EE51B508128C889D813DD5F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; - }; - C336193CEF49DBBA2913F599EC1F0E53 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; - remoteInfo = Bugly; - }; - C3D139DEB51FED1DBEE1535CADA37B24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB381B961261861E0643718E562995A8; - remoteInfo = TUICore; - }; - C7B5F25C9AD4E697541DAE41932D09CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; - }; - CABFC33BF0F819F399EDD67ACF107B36 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB381B961261861E0643718E562995A8; - remoteInfo = TUICore; - }; - CAFEE185BB6C4D90077FFB8B75ABAA8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CBED833AAD6266F3AEFE9BE31C68E094; - remoteInfo = SDCycleScrollView; - }; - CCD6D29070F83B40E4E5034BB0F6C0E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - D019DC9BA0A67304C2FCFED19766511A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 488E8C830C5A5694EE916251B9ADAADA; - remoteInfo = YYWebImage; - }; - D09A5E2E9F2D1F46DBCFAA557C7B589E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A96BBB982D62BB807B5BD10774BE2D07; - remoteInfo = TZImagePickerController; - }; - D182EB0D4EE294BF10C6D707A0D39024 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CBED833AAD6266F3AEFE9BE31C68E094; - remoteInfo = SDCycleScrollView; - }; - D59B4BF3F2CBFA99CE8C380C304FE4E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 331902F14E62290AA86FB37CAAC6ABB0; - remoteInfo = "Protobuf-Protobuf_Privacy"; - }; - D649D6842507D60C5EE3F2B566FB1228 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; - }; - D6D329189B73CDC29DAAAED592A6FCAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EB381B961261861E0643718E562995A8; - remoteInfo = TUICore; - }; - D9FEA0229D5535DA05BD8CC440924F52 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8592E0E389D40AC17881400ADC67ABC0; - remoteInfo = FMDB; - }; - DAFF3B41501CABEEA3D82BDFDA35DDC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; - remoteInfo = IQKeyboardManager; - }; - DD0704D52564443ADE2B9640A285A131 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; - remoteInfo = SSZipArchive; - }; - DE4E655A959E1598CC8F2579E98B08A4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - DEAD0FBD5C5AC5D71ABED4B71B26FED2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 941104F296513E17138328984384286C; - remoteInfo = "BRPickerView-BRPickerView.Privacy"; - }; - E078D03B34BAFFFE0E9EDF2CED1A0A1B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A96BBB982D62BB807B5BD10774BE2D07; - remoteInfo = TZImagePickerController; - }; - E279B3C8C18063C1DF056DF766D02ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; - remoteInfo = YYCache; - }; - E30C4774CCD17478759E1471E55E1293 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EF4EFD5BE77B99AACFB0B7ACE03D198F; - remoteInfo = SVGAPlayer; - }; - E3D2CC3BC36AAD3C0174E7C3C0603480 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A9A94B2F47199AE29CDF9CF13F4D95CF; - remoteInfo = "TIMCommon-TIMCommon_Privacy"; - }; - E46BC07786369083D70505B105235C8B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; - }; - E8B3BF8E10AA744AECDE61C270366A34 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; - remoteInfo = TXIMSDK_Plus_iOS_XCFramework; - }; - EAA732F4DFAB772C8DFF53A9F3E4B3D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B2155DC9E9B69430B6C78F3E6D06BACF; - remoteInfo = QCloudCOSXML; - }; - EB3D1E6F410C807E454A09E9D8738B0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7E6A8D6108E4537DCBFAFA98674E2A71; - remoteInfo = TUIConversation; - }; - EBE0D2A69DD9DAA83E86F9CED91EEAF1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - ECE45EFCD3202BFFD3B36C1DC4898AF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 05927177BD6FAFDF573D533A8665C859; - remoteInfo = TUIChat; - }; - ED19FEE3F2B1CD87A7363CB415741848 /* PBXContainerItemProxy */ = { + 1C5532FA8B1A9B345DABBBBE2BCC496C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - F3A7BF69C0DED3C741059EA4574310A0 /* PBXContainerItemProxy */ = { + 1E3EF613A94B92581FB04F5BDD55509A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7E6A8D6108E4537DCBFAFA98674E2A71; + remoteInfo = TUIConversation; + }; + 207D03EF28804910EA6F87FF412D8B92 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; + remoteInfo = YYCache; + }; + 2139DE0C064A64535530F3B364555194 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 25092E39E2D61643002AC0CF649D3085 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = DBD31C8A3F2371ED732009637E95423D; remoteInfo = QCloudCore; }; - F80CDFA97DFB7F2F0A7D242C6F722FB4 /* PBXContainerItemProxy */ = { + 260448C2DBD352C3B8547607553C332F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B97FC50FB8C4390DDCCA281E85E7AD84; - remoteInfo = YBImageBrowser; + remoteGlobalIDString = C4E1020AF425614337737213AA26DBD5; + remoteInfo = JXPagingView; }; - FB4CE9736CBDAF6975EDAA4E0781E4A9 /* PBXContainerItemProxy */ = { + 266E4C5F67740654BA11BFF99C9A387F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EB381B961261861E0643718E562995A8; + remoteInfo = TUICore; + }; + 26D025E00112F5341E5CA5C3D751B789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EB381B961261861E0643718E562995A8; + remoteInfo = TUICore; + }; + 27A7F74DEC76EEF9378B032BDEC6D97A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; + remoteInfo = YYImage; + }; + 27BCABFB686E6E095E896588C52994F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 28F61E13E2D14B77BE8814E40182E3A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; + remoteInfo = "WechatOpenSDK-XCFramework"; + }; + 2A5CFEF2B580EFF69971A8FD584AC15B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 2C8C5259E22D33F371008E5009A073DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 2CDFC9AFE77DE9D83E29BD39A472FFC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A8E8992707D01510894596DB9BCCA00; + remoteInfo = FLAnimatedImage; + }; + 2CE4220626A55830ABBD9290F3864212 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B2155DC9E9B69430B6C78F3E6D06BACF; + remoteInfo = QCloudCOSXML; + }; + 2E1F467D4235CF0941CD16F10347A00E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; + remoteInfo = TXIMSDK_Plus_iOS_XCFramework; + }; + 310D2873918C92438507B3ED2E149E1A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; + }; + 348EDD0A29E0B46FA41CA19D33D43E18 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 973B9A51B49701F13767694DCAF5C37D; + remoteInfo = "FMDB-FMDB_Privacy"; + }; + 367206FC9EB12F507102008437FE25C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FA1E8E62E0263A4B0CA32E2D30D5BFC; + remoteInfo = AvoidCrash; + }; + 36E35D97D16AEDF7A52C619C0E12C4B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4CF4590C80DA0BCFB23334523B614709; + remoteInfo = YYCategories; + }; + 37EB965725792671B40228C512F008B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6F5C17E80BD1B7F60A33F79692330A57; + remoteInfo = YYText; + }; + 38F9A3637B81E68D50B1A3A7B3981652 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 3A42D684E04041B761405800AF03B31D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1BCD9702276377FB5B3BDB6EAF709D7; + remoteInfo = DZNEmptyDataSet; + }; + 3DECF51299332C049252E1FC99F54577 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6F5C17E80BD1B7F60A33F79692330A57; + remoteInfo = YYText; + }; + 3EEC046FEB56F562C4163264D380A09B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FBF544DF4EBDEAD14CE7D3656AF4A18B; + remoteInfo = QGVAPlayer; + }; + 3F00A885D9BB9754B687B92C7AD696B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; remoteInfo = TIMCommon; }; - FBA10CBC55CE9D39CC04D596F3363C16 /* PBXContainerItemProxy */ = { + 3FE202B4DBDB1B2C6CE498214358A91E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1C8D67D8B72D6BA42CCEDB648537A340; + remoteInfo = SVProgressHUD; + }; + 40801250E81A6D56CA8B21DCAE224001 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; + }; + 43419BD12C3D378ED093875BFE03392A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; + }; + 4595134D6015DA2EFB9CC8EFC707EAD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 43B293ED3108BC77CE12D6449EF3AA5F; + remoteInfo = AgoraLyricsScore; + }; + 46727CBC50CEBBC86B54F3CACC0182B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 47E54DDD49482F78FCD0B7D31BB040E1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; + remoteInfo = MQTTClient; + }; + 4A6290A5D15EA922DBB9052633120DA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4EE958CD28D774381C5FB4F1281C4A49; + remoteInfo = XHLaunchAd; + }; + 4CEB70DE4F5E56A92ED85B99F737F2C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5A3DE9AE6F3A36E1625275AD8CEC43B4; + remoteInfo = LLDebugTool; + }; + 4DA3509E09302A1792FFB610ECCA578C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49F1FB331F497E32873611039BAF1C27; + remoteInfo = AgoraComponetLog; + }; + 56BDD077C1BDF9B75FF9D09030FAAF0E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; + }; + 57EE92F1E767D6C5387799FCFA7FD911 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; + }; + 59E82A20DCD00D52E30F817A169E9398 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; + remoteInfo = Bugly; + }; + 5A84FCF02C4ABE98A30504EA58481EA5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5E1A429206107DAD9DA8C2C93A5BAFC5; + remoteInfo = TencentCloudHuiyanSDKFace_framework; + }; + 6173C0332AFF89A2C62BF77E7D854D69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 16704C6B67439DA959DB043702C75A7A; + remoteInfo = "JXPagingView-JXPagerView"; + }; + 620B96822F47D1BB77A31B09C8D168F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8592E0E389D40AC17881400ADC67ABC0; + remoteInfo = FMDB; + }; + 6249EDF9192E3F4345D36DA06FFE0278 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A96BBB982D62BB807B5BD10774BE2D07; + remoteInfo = TZImagePickerController; + }; + 6768B33B0EA1B5B40B40E10705ED09E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BB2154EC919CB4298C80ED396B322C5F; + remoteInfo = TXIMSDK_Plus_iOS_XCFramework; + }; + 682ECC4CED00DB0B9A480FF4D2243F3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 05927177BD6FAFDF573D533A8665C859; + remoteInfo = TUIChat; + }; + 694D49A19E73D79D870FF20B8E3687C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 05927177BD6FAFDF573D533A8665C859; + remoteInfo = TUIChat; + }; + 69C104071A9E57B1002156184D148D0F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 331902F14E62290AA86FB37CAAC6ABB0; + remoteInfo = "Protobuf-Protobuf_Privacy"; + }; + 76A79B6CFE94E1BAD4215B8DE5B39922 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EB381B961261861E0643718E562995A8; + remoteInfo = TUICore; + }; + 78086CEA270986D25F1D9DD8174FE8B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; + remoteInfo = YYImage; + }; + 7858DB43951B80491AFE898DA4E5152F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; + }; + 7D85207C000230DCD9B6B39D911F07EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E79E29F55A2453370D27112480FCF6A2; + remoteInfo = "JXCategoryView-JXCategoryView"; + }; + 7FFAF797641592A328FC074ACD8EC8E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B26054DF1DEA11585A231AF6D1D80D5E; + remoteInfo = "MJRefresh-MJRefresh.Privacy"; + }; + 80610678BE43AEFCE4502625D8BAA08D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 31708EE6929C61C0EDA6F5DAE3AF9DB7; + remoteInfo = Zip; + }; + 806DB4E1F811F026380DD038024EDC84 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; + remoteInfo = Bugly; + }; + 80CC5973007907965C43232D515A126F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; + remoteInfo = IQKeyboardManager; + }; + 817ADDDAB2CABD5E7135CE96EBD539EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B97FC50FB8C4390DDCCA281E85E7AD84; + remoteInfo = YBImageBrowser; + }; + 82D4BA40C3E9A924EA5D591BA7CA7145 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5E1A429206107DAD9DA8C2C93A5BAFC5; + remoteInfo = TencentCloudHuiyanSDKFace_framework; + }; + 853A0BD4A0A60269E973830C7E1D114B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3672D206FD781B76503C6F6C0C8191A; + remoteInfo = "TIMPush-TIMPush_Privacy"; + }; + 888239E63886125DB538F1EB0683B5B8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 88FEB03C25073A470FBBB0DC2763F982 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A9A94B2F47199AE29CDF9CF13F4D95CF; + remoteInfo = "TIMCommon-TIMCommon_Privacy"; + }; + 8C67B0BA61360DF5F24024D6956958AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4847ACB1E2799345AA74D9E317048D58; + remoteInfo = "AlipaySDK-iOS"; + }; + 8DACD2BB235435218ABC9B3B62E2466F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F1BCD9702276377FB5B3BDB6EAF709D7; + remoteInfo = DZNEmptyDataSet; + }; + 8DBA39332CB0FE5DE2A23E383949591F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C1FD11F5F7EBFF63F845CDF963F73E1A; + remoteInfo = AliyunOSSiOS; + }; + 920A8ABEBCB22B7F7D741A2B66C16147 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; + remoteInfo = MQTTClient; + }; + 93500BB630EF966DF86B2D8A39588F81 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5D11A19D6943394EC1DDAB15A39FB827; + remoteInfo = "AliyunOSSiOS-AliyunOSSiOS_Privacy"; + }; + 945F1481D28924C20D1753A87A4B0837 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; + remoteInfo = TIMCommon; + }; + 95110EFC004C08083B3E40EFDEE7D4B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8592E0E389D40AC17881400ADC67ABC0; + remoteInfo = FMDB; + }; + 988EE1F7F701FA98D20B45DE77E950C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; + }; + 9936216A5B886202B7925D530502E102 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4CF4590C80DA0BCFB23334523B614709; + remoteInfo = YYCategories; + }; + 99B3C641267D8EB99DB842A24D4EAE20 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C1FD11F5F7EBFF63F845CDF963F73E1A; + remoteInfo = AliyunOSSiOS; + }; + 9B74774408B3FB72D3FFD80711EF14FA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EF4EFD5BE77B99AACFB0B7ACE03D198F; + remoteInfo = SVGAPlayer; + }; + 9B82399C116D8AADE69CB416406ABC3A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; + remoteInfo = TIMCommon; + }; + 9C079676D382E78D3A8F114BDFA13706 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 183C29DD6DE04D22CA29BAE61F5C530B; + remoteInfo = AgoraRtcEngine_iOS; + }; + 9D8545E3B200226AB9A683D4F785CC2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EB381B961261861E0643718E562995A8; + remoteInfo = TUICore; + }; + 9E5D9415B2E55BBA6FE30A0C67E4430D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F71BF3AB61E6444B3140F0A3A86B2910; + remoteInfo = "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy"; + }; + A04BD63716B7E8F25C1B56AF1CC235BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49F1FB331F497E32873611039BAF1C27; + remoteInfo = AgoraComponetLog; + }; + A17E79F25BF98BA6746B51970CEE1A8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 488E8C830C5A5694EE916251B9ADAADA; + remoteInfo = YYWebImage; + }; + A778523D4376C104A8E5DA120C9B5231 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4847ACB1E2799345AA74D9E317048D58; + remoteInfo = "AlipaySDK-iOS"; + }; + A8489FE119FF542B126FAEA8029F94FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 31708EE6929C61C0EDA6F5DAE3AF9DB7; + remoteInfo = Zip; + }; + A8557065673D0FAA68203C75FF3B167E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + A9E214AED229DCE894D3A6D7544B84FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FBF544DF4EBDEAD14CE7D3656AF4A18B; + remoteInfo = QGVAPlayer; + }; + AA3BBE2C49BEB4507E16764B58C42FFC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + AA94D29FA1657A95D62F434F4525E1C2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; + }; + AD10FE2D1EB5915AF64B2FFAAB489E62 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; + remoteInfo = SSZipArchive; + }; + ADE0A17D82AD5A7B758BC05380EF4039 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EF4EFD5BE77B99AACFB0B7ACE03D198F; + remoteInfo = SVGAPlayer; + }; + AF4AD7ADDC1E80C8779E3C96B252A624 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46196B0F15FB5453681E745A8C1700C8; + remoteInfo = TIMCommon; + }; + B020B4BBCFB0A50246D28D1EF50CE5CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FA1E8E62E0263A4B0CA32E2D30D5BFC; + remoteInfo = AvoidCrash; + }; + B1F993747636C0EA1E5DFF59D1DF8F8C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; + }; + B2D95781850D70B5C67098F4A0692520 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B97FC50FB8C4390DDCCA281E85E7AD84; + remoteInfo = YBImageBrowser; + }; + B336162AD1998EA99F79E5D1826C2F15 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + B37A744C7595B83EDC81218B37CAE832 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4EE958CD28D774381C5FB4F1281C4A49; + remoteInfo = XHLaunchAd; + }; + B43A776560EF567DBC35D5BD63F29600 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; + remoteInfo = YYModel; + }; + B4CFAF39AF99EA92A5B44C0A51F1D413 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; + remoteInfo = YYCache; + }; + B563AF1A8D1EF1AF4C18EBB3DAEFDE99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + B6757DAEBC79C138EC410090C350DEFD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CBED833AAD6266F3AEFE9BE31C68E094; + remoteInfo = SDCycleScrollView; + }; + B75D758B407E879981C2F796D04120F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; + remoteInfo = IQKeyboardManager; + }; + B9540153B34801BD4AC649474C589DD8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + BA4C1E6CB9F83FFE567017CDAD5FC31F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + BD353643A261E5503390C9674D90A5CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A8E8992707D01510894596DB9BCCA00; + remoteInfo = FLAnimatedImage; + }; + BD5F7C70554E4344E0AF97060617EC3B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; + remoteInfo = YYCache; + }; + C1AC22D8C0D853C4D3B0C858AB75886E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0409F31E66073F5C1A3BBA08171DD017; + remoteInfo = "AgoraLyricsScore-AgoraLyricsScoreBundle"; + }; + C28417410245613DD5F046549805E5F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A96BBB982D62BB807B5BD10774BE2D07; + remoteInfo = TZImagePickerController; + }; + C362700BCD838CB5952EA0712D4675E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 470FE31978DC918618A329D8B55C85FF; + remoteInfo = Protobuf; + }; + C402A99DC72D0733049F0F8D63FD85FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7E6A8D6108E4537DCBFAFA98674E2A71; + remoteInfo = TUIConversation; + }; + C8F0BA210EA59527B930484F21A51BCD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2F7F7AAA1C81C1ECBEECAABE3C3609AC; + remoteInfo = AgoraInfra_iOS; + }; + CB25461BB38EAA481053128FC6EBF871 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + D03D98D9BB7268CE730BC5576D8AA9A9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + D1E4A60E76E252093A08F1FC5DEF6822 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CBED833AAD6266F3AEFE9BE31C68E094; + remoteInfo = SDCycleScrollView; + }; + D3EFA10FD866DBEE81887F063EC55AC9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; + remoteInfo = SSZipArchive; + }; + D884DB650B25CD907AA58F14C02757AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 94CFBA7D633ECA58DF85C327B035E6A3; + remoteInfo = "SDWebImage-SDWebImage"; + }; + E17A55A2E72D63FB491A326D26DB1D27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = F56DFD738FAB4E4F07F2D2E962EA3946; remoteInfo = "TUIChat-TUIChat_Privacy"; }; + E19FE6735819F90DB911816A0290CF1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; + remoteInfo = YYModel; + }; + E26F66AD464F148A1A2663D69C336003 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD31C8A3F2371ED732009637E95423D; + remoteInfo = QCloudCore; + }; + E4370AC102F18AE2095BEC8BBCB6035C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; + remoteInfo = SSZipArchive; + }; + E7D5631F526B45C36292525ED3E2FA4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 941104F296513E17138328984384286C; + remoteInfo = "BRPickerView-BRPickerView.Privacy"; + }; + EC6AE5F01999B860C35BD7F945345CF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + ED776E4A3C5FF6CEB38A60C492D725D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; + }; + EE415FCAF4199853736A1E16563CC710 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2F7F7AAA1C81C1ECBEECAABE3C3609AC; + remoteInfo = AgoraInfra_iOS; + }; + F2027A799E4C2161F8502D0AB0F0D9E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD31C8A3F2371ED732009637E95423D; + remoteInfo = QCloudCore; + }; + F3CECBA5D511B55D438522A8B1CC5299 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + F430BE6FF75C319825D3C81C0FFAE34B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4927495D845F79030185863355F5B96F; + remoteInfo = TIMPush; + }; + F4EAA9BD29295AB36920CD10B65B015E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 43B293ED3108BC77CE12D6449EF3AA5F; + remoteInfo = AgoraLyricsScore; + }; + F50DC08D8277F2D3C5247DDD88CDFD5F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 470FE31978DC918618A329D8B55C85FF; + remoteInfo = Protobuf; + }; + F91D920F7991E58BC5AF9702C4E22274 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; + }; + F96E55A9CD8425FF25190146A4E2C333 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 183C29DD6DE04D22CA29BAE61F5C530B; + remoteInfo = AgoraRtcEngine_iOS; + }; + F9E5801FF8E490350684209A9D2D6EA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; + remoteInfo = YYImage; + }; + F9FBA108A9CB7B0A339B8C3A4851AC37 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; + remoteInfo = "WechatOpenSDK-XCFramework"; + }; + FB1315250A3836E7987459D42480BCCD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 05B2A835D60F78761395189914B88047; + remoteInfo = "IQKeyboardManager-IQKeyboardManager"; + }; + FB2B5EDBABA53BEE3A999C6146686FEE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 822E44240F2922DAB12018A6B649BD19; + remoteInfo = YYImage; + }; + FC6BEFFBB09E4FA621E33FBBB457B9FA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8F36C5664BEF7888A4F179030A11C598; + remoteInfo = "TUICore-TUICore_Privacy"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 001D0AEF9177F128239342BB59CCFEF6 /* LLButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLButton.m; path = LLDebugTool/Core/Others/CommonUI/View/TabBarButton/LLButton.m; sourceTree = ""; }; - 00361D09259A98437F9FB0940187B976 /* SVGAContentLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAContentLayer.h; path = Source/SVGAContentLayer.h; sourceTree = ""; }; - 0066569E5E46D03747A9064F7836CD04 /* YBIBDefaultWebImageMediator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBDefaultWebImageMediator.m; path = YBImageBrowser/WebImageMediator/YBIBDefaultWebImageMediator.m; sourceTree = ""; }; - 0086153F7A83A07B955062499369838D /* QualityDataUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QualityDataUploader.m; path = QCloudCore/Classes/Base/QualityAssurance/QualityDataUploader.m; sourceTree = ""; }; - 008B0ECA6FE8E078096EDEFD07A46848 /* LLSandboxModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxModel.m; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxModel.m; sourceTree = ""; }; - 0099A22C8BA1C31D012F487D75194315 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - 00DDD741C3318DEB7E0D838DE56174FA /* QCloudURLTools.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudURLTools.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/URLTools/QCloudURLTools.m; sourceTree = ""; }; - 01088A799B966110B896C4DBFCFAD1DA /* libwebp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.debug.xcconfig; sourceTree = ""; }; - 0122BA4FE8C43FEAF4EDD0CC1EC9ECF1 /* YBIBCopywriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCopywriter.h; path = YBImageBrowser/Helper/YBIBCopywriter.h; sourceTree = ""; }; - 012867F77EA4C06969F8E589E4431624 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; - 014493B443F63C3E3682E9F5D1A7FF7D /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; - 014BE88DC3744AC9119E8D90026F9403 /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; - 0169D03841D66672B8F22279621EA8C5 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers.h; path = objectivec/GPBProtocolBuffers.h; sourceTree = ""; }; - 017BAAACDD053594300C54CF77519A48 /* SVGAVideoEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVideoEntity.m; path = Source/SVGAVideoEntity.m; sourceTree = ""; }; - 0181B85525623BF13C065D6FC2A0014E /* WKWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+AFNetworking.m"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.m"; sourceTree = ""; }; - 0181C802BE8602B5399F0D3B7179F895 /* LLWidgetBorderViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderViewController.m; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderViewController.m; sourceTree = ""; }; + 00096558F95B1D42CEF9EDE1DDD9D76C /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 0023D13CFFA7B0AEE00045A9A675A6E7 /* LLEntryViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryViewController.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryViewController.h; sourceTree = ""; }; + 00488B3989DB75D7A3B0C70421704474 /* UIColor+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+YYAdd.h"; path = "YYCategories/UIKit/UIColor+YYAdd.h"; sourceTree = ""; }; + 006A5B6AC41E04F92470296C3DC77F67 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImageWebPCoder/Private/SDmetamacros.h; sourceTree = ""; }; + 007B621ECFEFCE86F46DAF372B30706F /* AgoraVideoQualityAnalyzerExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoQualityAnalyzerExtension.xcframework; sourceTree = ""; }; + 007FE70935BE7FD8FDA066D88EF70DC9 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + 00887F70B74ED7FD482677D20FCB17D4 /* OSSGetObjectTaggingResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectTaggingResult.h; path = AliyunOSSSDK/OSSGetObjectTaggingResult.h; sourceTree = ""; }; + 008F63873C8A10EE2D666E29DFAAFC13 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; + 009CCB5ECCBDD0D0349A0DD3F1840D80 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 00AF925E64CA229FFEF64F85255631E9 /* SVGAVideoSpriteEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVideoSpriteEntity.h; path = Source/SVGAVideoSpriteEntity.h; sourceTree = ""; }; + 00E6BBB9EEA09253B0415A4428BC4F22 /* LocalPitchView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalPitchView.swift; path = AgoraLyricsScore/Class/Scoring/View/LocalPitchView.swift; sourceTree = ""; }; + 01564E9164F62A3FACEBB0B9855FD474 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = MJRefresh/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 01971C66A887436DD21BA65EC9106844 /* YYImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYImage.modulemap; sourceTree = ""; }; + 01A1B069AB3E68A6B80A51C4E4DE8B2D /* YBImageBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImageBrowser.h; path = YBImageBrowser/YBImageBrowser.h; sourceTree = ""; }; + 01A4DFE0A6172FDEB0AAFF815C3ACA85 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; 01AF44A2DFD1DA7DF152967F3D0B0836 /* NSTimer+TUISafe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTimer+TUISafe.m"; sourceTree = ""; }; - 01B6E2A3F3ABECF6C77BBDD5969A85FA /* QCloudNetResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetResponse.h; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudNetResponse.h; sourceTree = ""; }; - 01BDA857040880769264BF6D0D910048 /* LLLocationMockRouteModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationMockRouteModel.h; path = LLDebugTool/Core/Component/Location/Function/LLLocationMockRouteModel.h; sourceTree = ""; }; - 01D5D3B99CED4E0D3A0DC7F0417A3522 /* LLComponentWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponentWindow.h; path = LLDebugTool/Core/Others/CommonUI/Window/ComponentWindow/LLComponentWindow.h; sourceTree = ""; }; 01DA4F808EAFF56600BCF643C6F5B140 /* TUIConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConfig.h; sourceTree = ""; }; - 01DDF4017E587B9EF1AEA59D1AB0269E /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + 01E3B6C2B46323A6C498A57B9716EB60 /* UIGestureRecognizer+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIGestureRecognizer+VAPUtil.h"; sourceTree = ""; }; 01E5A7DCD1DE77AF8BD6ACF98030B325 /* TUIChatPopMenuDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatPopMenuDefine.h; sourceTree = ""; }; - 01E8BF528D10019C70F08C573C50A689 /* QCloudWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudWeakProxy.m; path = QCloudCore/Classes/Base/ObjectFack/QCloudWeakProxy.m; sourceTree = ""; }; - 01F116E41F30A1BEB3F8B16782869C6C /* YBIBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBUtilities.m; path = YBImageBrowser/Helper/YBIBUtilities.m; sourceTree = ""; }; + 01F1D034CAD6F2A42B8750B822F8CA73 /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; 0209152A2926B97D17EF7B12A9425FA1 /* TUIConversationSelectDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationSelectDataProvider.h; sourceTree = ""; }; - 020ADF3725407E5743290A57E877F690 /* NSDate+QCloudComapre.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+QCloudComapre.m"; path = "QCloudCore/Classes/Base/DateTools/NSDate+QCloudComapre.m"; sourceTree = ""; }; - 021A626905C188DF3DECC7A1B16E617F /* OSSCancellationTokenSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCancellationTokenSource.h; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenSource.h; sourceTree = ""; }; - 02256A35658F257D79F2E0A2FC9C4822 /* QCloudURLSessionTaskData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudURLSessionTaskData.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudURLSessionTaskData.m; sourceTree = ""; }; + 0225143B5AFBEDFF21EE3B70B62832DB /* LLRouter+Screenshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Screenshot.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Screenshot.h"; sourceTree = ""; }; + 02311413F8A47898561763D10E6F1DE8 /* OSSService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSService.h; path = AliyunOSSSDK/OSSService.h; sourceTree = ""; }; 023D55EDE59D8FD17C30CE0AE38C4A73 /* TUIGroupProfileCardViewCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupProfileCardViewCell_Minimalist.m; sourceTree = ""; }; 023E703941A778CDD0AA302FA5B84F2E /* TUIMessageMediaDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageMediaDataProvider.m; sourceTree = ""; }; - 0257F63285DF532F217CB060E81B56EE /* OSSDDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDDLog.m; path = AliyunOSSSDK/OSSFileLog/OSSDDLog.m; sourceTree = ""; }; - 027E243469F04F5AAD000E82F7BE6A2D /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream.h; path = objectivec/GPBCodedOutputStream.h; sourceTree = ""; }; + 024584B31B8A550F417B5CB955AC60C7 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + 0248E82BC2CEBD0E43B4C82F1371C69D /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + 026283798D757DC7DD768757989C94A0 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; 0291ED357AD3A6B01A65FA73A9AA56F1 /* TUITextReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextReplyQuoteView_Minimalist.m; sourceTree = ""; }; - 029B62B6D64A7011C7493A65ED7F7869 /* LLTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTool.m; path = LLDebugTool/Core/Others/Tool/LLTool.m; sourceTree = ""; }; - 02A1DC10EF0C09312CD645E0AF3D7439 /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; - 02C774AEDD8E08E9846E154495C38CB6 /* QCloudHTTPBodyPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPBodyPart.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPBodyPart.m; sourceTree = ""; }; - 02F58B05B07E645C5748C55D22B88861 /* LLShortCutHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutHelper.m; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutHelper.m; sourceTree = ""; }; - 032F2427BF747A216EC0E35C6E3F369E /* LLComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponent.h; path = LLDebugTool/Core/Others/Component/LLComponent.h; sourceTree = ""; }; - 0333F7E5E59B81B75C71256D1E1A8BBD /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = ""; }; - 036A8493F267A265546920A8E22CBEB9 /* LLRulerWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerWindow.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerWindow.h; sourceTree = ""; }; - 037EFE84298534860E3E72DBCCFF50DD /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers_RuntimeSupport.h; path = objectivec/GPBProtocolBuffers_RuntimeSupport.h; sourceTree = ""; }; - 03861350775BC47ED43300CAFCF72276 /* UIDevice+LL_AppInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+LL_AppInfo.m"; path = "LLDebugTool/Core/Component/AppInfo/Function/UIDevice/UIDevice+LL_AppInfo.m"; sourceTree = ""; }; - 03951B0F3C08BDC07E054943864B3594 /* LLReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLReachability.m; path = LLDebugTool/Core/Component/Network/Function/LLReachability.m; sourceTree = ""; }; - 03A96E726CD9E0A1DB0BCD921E67F763 /* YBIBVideoCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoCell.m; path = Video/YBIBVideoCell.m; sourceTree = ""; }; - 03AF1AA709B34727F21BF6A59F85A81D /* SVGA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGA.h; path = Source/SVGA.h; sourceTree = ""; }; - 03BF43093B19208E3AE16619EEF6EE57 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; - 03D9206219D47CEEE6D52B1D089F4AAC /* SVGAContentLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAContentLayer.m; path = Source/SVGAContentLayer.m; sourceTree = ""; }; - 03DBAEBAE10E3C3901F45B05656EB4DC /* YBIBCellProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCellProtocol.h; path = YBImageBrowser/Protocol/YBIBCellProtocol.h; sourceTree = ""; }; - 03E7148680D2B5CA0145A90368880BDC /* JXPagerListRefreshView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerListRefreshView.m; path = Sources/JXPagerView/JXPagerListRefreshView.m; sourceTree = ""; }; - 03F305614444015BF088A453D75BD964 /* LLScreenshotToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotToolbar.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotToolbar.m; sourceTree = ""; }; - 042AAD3E705664FF9CBFA0E0B6517FE4 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - 04483493AE81CA6B29E55ED29DE41586 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 04548106866B951006921AF00DE0D9A1 /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; - 0454D0147525728E889241EA260FBF13 /* UIView+VAP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+VAP.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/UIView+VAP.h"; sourceTree = ""; }; - 045B381B796968C148FD9386FF98FFAC /* LLHierarchyDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyDetailViewController.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyDetailViewController.h; sourceTree = ""; }; - 04695F3AD3921005A28EBA538ECF308E /* LLRulerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerComponent.m; path = LLDebugTool/Core/Component/Ruler/LLRulerComponent.m; sourceTree = ""; }; + 02985E969CAADC9900615F1A58383A03 /* LLEntryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryView.m; sourceTree = ""; }; + 02A61F1E826B03D2081922F10FC4F21A /* NSMutableData+OSS_CRC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableData+OSS_CRC.h"; path = "AliyunOSSSDK/NSMutableData+OSS_CRC.h"; sourceTree = ""; }; + 02BC43E29231205ECBD089BA0138D28B /* LLLogViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogViewController.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogViewController.m; sourceTree = ""; }; + 02C2C2E1BF863A0F8406920B6457178D /* CALayer+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+YYWebImage.h"; path = "YYWebImage/Categories/CALayer+YYWebImage.h"; sourceTree = ""; }; + 02C384A5A91B63559938E2C75C91E418 /* LLScreenshotDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotDefine.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotDefine.h; sourceTree = ""; }; + 02CA183B394FBE7CD08E85A199F13AC4 /* YYWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYWebImageOperation.m; path = YYWebImage/YYWebImageOperation.m; sourceTree = ""; }; + 02CEFD2C5579C8F37636A22A11003A54 /* NSObject+YYAddForARC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYAddForARC.m"; path = "YYCategories/Foundation/NSObject+YYAddForARC.m"; sourceTree = ""; }; + 02D721D6198DCD4344B1F66179D7594E /* UIImageView+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+YYWebImage.h"; path = "YYWebImage/Categories/UIImageView+YYWebImage.h"; sourceTree = ""; }; + 02E074B5923063BCDE012ED49270F9EB /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + 02E956602B57DD0891043EC2A098C483 /* OSSSignerParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSSignerParams.h; path = AliyunOSSSDK/Signer/OSSSignerParams.h; sourceTree = ""; }; + 030A2B78F592E1CDA55F1C07AEBB9D34 /* YBIBSheetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBSheetView.m; path = YBImageBrowser/ToolView/YBIBSheetView.m; sourceTree = ""; }; + 031AD616A53F902549C534F89E0C92DD /* YYTextEffectWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextEffectWindow.h; path = YYText/Component/YYTextEffectWindow.h; sourceTree = ""; }; + 0331C0D333C74AEF8BABC9D41865C4C6 /* YYCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCache.h; path = YYCache/YYCache.h; sourceTree = ""; }; + 034CD2B94B134967841DFAEE6A0564C2 /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; + 037E13E73AFEF964D5411F9D4868224D /* SVGA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGA.h; path = Source/SVGA.h; sourceTree = ""; }; + 0382A00DFB51B783F27C1E13309BDF4B /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; + 039EB05EE7C8800958060ED4E6DE12A7 /* NSInputStream+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInputStream+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSInputStream/NSInputStream+LL_Network.m"; sourceTree = ""; }; + 041083273C069BCA6EC243C1F1A9C08E /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; + 0412F512D9F40DA1D1E46A50CCACCEB8 /* YYImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYImage.m; path = YYImage/YYImage.m; sourceTree = ""; }; + 0422E0A01C36C5CCD056D3303C3F63BF /* YYClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYClassInfo.m; path = YYModel/YYClassInfo.m; sourceTree = ""; }; + 04555331D87E3A5868B6F04AC9E7617B /* NSDate+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+YYAdd.m"; path = "YYCategories/Foundation/NSDate+YYAdd.m"; sourceTree = ""; }; + 0478F9AA310BF19EBEEB3509CED1E730 /* LLBaseWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseWindow.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseWindow.m; sourceTree = ""; }; + 0483D934AC265AB2B5B369696D71F237 /* MQTTClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.debug.xcconfig; sourceTree = ""; }; + 048E88530FE9E1ACA668469D9B5E92FF /* YYTextLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextLayout.h; path = YYText/Component/YYTextLayout.h; sourceTree = ""; }; + 04964744461A2A28D8B254ED002112BD /* NSArray+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+AvoidCrash.m"; path = "AvoidCrash/NSArray+AvoidCrash.m"; sourceTree = ""; }; + 049F2D53E059923A0C5AADB66CA2FB5B /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + 04C428483751E4611C9CD824B98B30E3 /* YYCache-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-umbrella.h"; sourceTree = ""; }; + 04C592C2D3BA6D86E50B1A0F596FDDE6 /* QCloudMediaPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMediaPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudMediaPath.h; sourceTree = ""; }; + 04CECCAB664F86B6C6EDF81318E85EB6 /* LLSandboxModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxModel.m; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxModel.m; sourceTree = ""; }; + 04D873B046F92DCA3B57BC504293DB20 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; 04DEE32DAFEC80DB40214AC44BA8DCC7 /* TUIC2CChatViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIC2CChatViewController_Minimalist.h; sourceTree = ""; }; - 04E7D28787C538821BED3763DF72984D /* YBImageBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YBImageBrowser-Info.plist"; sourceTree = ""; }; - 04EA3C1259C99C8D4B2F7760CA9C496D /* UIGestureRecognizer+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIGestureRecognizer+VAPUtil.h"; sourceTree = ""; }; - 04F2E273AD98B5402439CC78936C5217 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 04F3305D1A23F19A8359301ABDB5F69F /* LLWidgetBorderWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderWindow.m; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderWindow.m; sourceTree = ""; }; - 04F93B99373F84FB3CAC2DB23B5DADE4 /* TAAbstractDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TAAbstractDotView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAbstractDotView.h; sourceTree = ""; }; - 0509301D9D6D3B9FE731E922E1CFFB03 /* LLTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTool.h; path = LLDebugTool/Core/Others/Tool/LLTool.h; sourceTree = ""; }; - 050E9C412B482842673928065F7D1958 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 05160E7568CFFE842A97D9E0E48AB75F /* LLLogComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogComponent.h; path = LLDebugTool/Core/Component/Log/LLLogComponent.h; sourceTree = ""; }; - 051F1766A9870CFBD8C0C678367C5767 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - 052F3DC77C8AA502465D6B2B089B0961 /* UIDevice+QCloudFCUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+QCloudFCUUID.m"; path = "QCloudCore/Classes/Base/FCUUID/UIDevice+QCloudFCUUID.m"; sourceTree = ""; }; - 0535C9DCAC87747CACE1185DA0AFD5FB /* OSSGetObjectTaggingResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectTaggingResult.m; path = AliyunOSSSDK/OSSGetObjectTaggingResult.m; sourceTree = ""; }; - 05799F519CA6516CC4DB8F360246FC40 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImageWebPCoder/Private/SDInternalMacros.h; sourceTree = ""; }; - 059219951504E913078712192BF5AEF2 /* QCloudCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCore.h; path = QCloudCore/Classes/Base/QCloudCore.h; sourceTree = ""; }; - 05B21B4AB11BDEBEE17E7103D179F817 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; + 04E0E1D0ECBF563A0BCEA6B38DA91431 /* ScoringMachine+DataHandle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachine+DataHandle.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachine/ScoringMachine+DataHandle.swift"; sourceTree = ""; }; + 04EA1E5D72EE1048FABCD54C28F6DD23 /* LLHierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchy.h; path = LLDebugTool/Core/Component/Hierarchy/LLHierarchy.h; sourceTree = ""; }; + 051DA1E0147B6F7888818DE007A07B12 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + 05384011C37E890720C4CF438DC6F582 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; + 05423944B847295E9D954A616C231DDE /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; + 05462E6D99FBB4C820CCCB0CAF142D59 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + 054E14AD32504319CB474E4139346E5F /* KrcParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KrcParser.swift; path = AgoraLyricsScore/Class/Other/KrcParser.swift; sourceTree = ""; }; + 05685C9EDE6EA1671845291E9157D244 /* UIView+WebCacheState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheState.h"; path = "SDWebImage/Core/UIView+WebCacheState.h"; sourceTree = ""; }; + 05821BB1DB90F8B72B80283C1F0490E0 /* UITableViewHeaderFooterView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewHeaderFooterView+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.m"; sourceTree = ""; }; + 05A1A1F88519038BE4D90ECFAD8AE1A2 /* QCloudCustomSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomSession.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomSession.h; sourceTree = ""; }; 05BC9D17EBBB0C644FBB473A801A365D /* OfflinePushExtBusinessInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OfflinePushExtBusinessInfo.m; sourceTree = ""; }; 05C0427931F2A1B82488C1A7F4152F72 /* TUIMergeReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeReplyQuoteViewData.h; sourceTree = ""; }; - 05D13810E9465114CEB23FB6CFCB23D5 /* AgoraContentInspectExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraContentInspectExtension.xcframework; sourceTree = ""; }; - 05F2E80C39D2DF3A04F2F806BFA2D391 /* OSSInputStreamHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSInputStreamHelper.h; path = AliyunOSSSDK/OSSInputStreamHelper.h; sourceTree = ""; }; - 0605A8E8C5BD82B2F0126377C7D3E113 /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/MetalKit.framework; sourceTree = DEVELOPER_DIR; }; - 060CA856231CE9AEF91DE3B82284A1FE /* UISegmentedControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISegmentedControl+RACSignalSupport.m"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.m"; sourceTree = ""; }; - 0612DC526A30752E51650E0CA0BEB4B8 /* OSSPutSymlinkResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutSymlinkResult.m; path = AliyunOSSSDK/OSSPutSymlinkResult.m; sourceTree = ""; }; - 0623C1E13AA2A0351AFC2BD89FB49763 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; - 063F11FE7EAFD9367C5FA4AC6ACD5C9B /* YBIBOrientationReceiveProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBOrientationReceiveProtocol.h; path = YBImageBrowser/Protocol/YBIBOrientationReceiveProtocol.h; sourceTree = ""; }; - 0647C4695E12F486F60B14634B9C2661 /* NSDate+QCLOUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+QCLOUD.m"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCLOUD.m"; sourceTree = ""; }; + 05D5194D4D8748EF12898D7D2FD7BE84 /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; + 05F56FCD40988D0D16ADBFEFDAC8F940 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; + 06183280D4435781123109D0DE788702 /* QCloudEndPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudEndPoint.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudEndPoint.m; sourceTree = ""; }; + 06244A489E7700251865228D1E1C4D9F /* QCloudModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudModel.m; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudModel.m; sourceTree = ""; }; + 063CB12F42355DA642921EC2FD51BAA8 /* QGBaseAnimatedImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGBaseAnimatedImageFrame.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.m; sourceTree = ""; }; 064BE23A98D1538F5AB5682881F46F37 /* TUIInputMoreCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIInputMoreCellData.m; sourceTree = ""; }; - 064CEDA45AB54736381BEF0722CEED17 /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; - 064E03F699BC13C52E6EB1F6D130577B /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/Deprecated/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; + 0658AB5DD22AFEA1B2201A0F39240BCB /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; 065A99C7DE43D844F86902F23317C016 /* face-tracker-v003.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = "face-tracker-v003.bundle"; path = "Resources/face-tracker-v003.bundle"; sourceTree = ""; }; - 0671A8AABCD30AB3C728D93F82BF615D /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - 0684286BE588AD832BA8C677DCF5C671 /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; - 069F96CE0DAEF6A9FE35804AA7AE93DB /* QCloudUploadObjectResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadObjectResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadObjectResult.m; sourceTree = ""; }; - 06C7ABE6CC45CFDC6591F96A0C87662F /* TZImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImageManager.h; path = TZImagePickerController/TZImagePickerController/TZImageManager.h; sourceTree = ""; }; - 06D345BB7E51A3ECD6665C4AB51741FC /* MQTTProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTProperties.m; path = MQTTClient/MQTTClient/MQTTProperties.m; sourceTree = ""; }; - 06E20AF8BAEDFF42624D3E09AA89D66A /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - 06F8B9EBC43764C462B974042FB30306 /* LLCrashDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashDetailViewController.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashDetailViewController.h; sourceTree = ""; }; - 0700DE062786EA2F6D99770CE63467FC /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; - 070EC055ABB58F2DE3D093EEB55C18F7 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 07362453DEAADF8829AA12FA96BCE721 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 0749B0115A88A6A4235CE775ADE3BC39 /* LLBaseModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseModel.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseModel.h; sourceTree = ""; }; + 0660155C206C46E9FCFFC2C31208B850 /* LLLocationHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationHelper.m; path = LLDebugTool/Core/Component/Location/Function/LLLocationHelper.m; sourceTree = ""; }; + 0683963727112F4428672F3BC387227E /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; + 06AD389C9F7D216FF8BA8E724B5615F1 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; + 06C624351C3A8320D84A4698F5B73AEE /* QCloudSignatureFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSignatureFields.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignatureFields.h; sourceTree = ""; }; + 07079074E0A366BF65FC8EE041DC43BA /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; + 070AB5459131FAF059579D68E75E2C06 /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = ""; }; + 074A8D5E2BD458A0A037425B37FA13E8 /* IQBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.h; sourceTree = ""; }; 075273255B28474D75A23BB975D8C328 /* TUIInputController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIInputController.m; sourceTree = ""; }; - 075EC03CCB7EF582E2F047C0F5904D07 /* UIAlertView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+RACSignalSupport.m"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.m"; sourceTree = ""; }; - 0775C52A5931289F362DAD2225F5A91B /* QCloudUploadPartRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest.m; sourceTree = ""; }; - 0789DEFD618507613CFEF78AC06D3527 /* QCloudFileZipper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileZipper.h; path = QCloudCore/Classes/Base/Logger/QCloudFileZipper.h; sourceTree = ""; }; - 0793A27AE39621C7A440276E1D066FB7 /* LLWindowManager+Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Location.h"; path = "LLDebugTool/Core/Component/Location/UserInterface/LLWindowManager+Location.h"; sourceTree = ""; }; - 07A82BE18AB318F4F5861C0328FD2263 /* UIDevice+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIDevice+VAPUtil.m"; sourceTree = ""; }; - 07C2B7657EBE23C1400CE1F43EF5AF7E /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - 07E12F66F0C74E8FE3A247A5DFFDD0D5 /* LLTableViewSelectableDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTableViewSelectableDelegate.h; path = LLDebugTool/Core/Others/CommonUI/Model/LLTableViewSelectableModel/LLTableViewSelectableDelegate.h; sourceTree = ""; }; - 07F94D341C349D9A7ADEB1A65768B8C0 /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; - 07FDA729CDF8A809667CE7E8744C07A9 /* LLHtmlWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlWindow.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWindow.h; sourceTree = ""; }; + 076A8E3F4DA68D1D897CC203491ABE2A /* LLWindowManager+ShortCut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+ShortCut.h"; path = "LLDebugTool/Core/Component/ShortCut/UserInterface/LLWindowManager+ShortCut.h"; sourceTree = ""; }; + 076A91DC17BB9EDD60695440CFD02DFD /* QCloudCOSXMLUploadObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLUploadObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLUploadObjectRequest.h; sourceTree = ""; }; + 076EBAC3DC62060F3AE62678987CCBC8 /* LLCrashCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashCell.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashCell.m; sourceTree = ""; }; + 07882167580D257D12FFF876E8F32544 /* YBIBImageData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageData.m; path = YBImageBrowser/Image/YBIBImageData.m; sourceTree = ""; }; + 07979068EE6953B0E544C656AA7FB1DA /* LLBaseTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseTableViewController.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewController.m; sourceTree = ""; }; + 07A42194E240091FAAA61C99E5CDDC98 /* LLShortCutModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutModel.m; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutModel.m; sourceTree = ""; }; + 07D6AC43CA9504871C3035BBEC8E141C /* Api.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = objectivec/google/protobuf/Api.pbobjc.h; sourceTree = ""; }; + 07E1D034A6B89214C41037BEC51CC8AB /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + 07E8C5901437CD1895415D331CB54CA8 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; 07FF34D98319B5F3FE027B7F4450B6F8 /* TUIJoinGroupMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIJoinGroupMessageCell.m; sourceTree = ""; }; + 0815FE185F143ABE06EDE052D5BD13F9 /* LLCrashComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashComponent.m; path = LLDebugTool/Core/Component/Crash/LLCrashComponent.m; sourceTree = ""; }; + 0838F99300766886871CA3D93658A381 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; 083EC450646A3191F1E7E38811DC908B /* TUIChat-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TUIChat-Info.plist"; sourceTree = ""; }; - 0845832E2D7B1438A2874E2A1281BE41 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; 0854CB819A7BC2D7A3E86A617F440667 /* TUILinkCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUILinkCell.h; sourceTree = ""; }; - 08574C1EB9E14AE1574467A04F81844C /* LLNetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkHelper.h; path = LLDebugTool/Core/Component/Network/Function/LLNetworkHelper.h; sourceTree = ""; }; - 0861D83E5928C4E8173B6F9299FC22B0 /* QGMP4AnimatedImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4AnimatedImageFrame.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.m; sourceTree = ""; }; - 08704F044297A76E647073F02628D9EE /* YYTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextView.h; path = YYText/YYTextView.h; sourceTree = ""; }; - 088A9BB1F55EE2A7D6EEC65D069CDDDF /* LLTableViewSelectableModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTableViewSelectableModel.h; path = LLDebugTool/Core/Others/CommonUI/Model/LLTableViewSelectableModel/LLTableViewSelectableModel.h; sourceTree = ""; }; - 08963A4BE59A9D5620B36B9DD98D7D3E /* LLWindowManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWindowManager.m; path = LLDebugTool/Core/Others/Manager/WindowManager/LLWindowManager.m; sourceTree = ""; }; - 08A7023C52345C508988051E5EE1F7EE /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; - 08B46AA8431E44FAA52AF003D3538302 /* CLLocationManager+LL_Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CLLocationManager+LL_Location.h"; path = "LLDebugTool/Core/Component/Location/Function/CLLocationManager/CLLocationManager+LL_Location.h"; sourceTree = ""; }; + 085B335FB58E6BC8AAEAC8D3BF3C52F9 /* FLAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLAnimatedImage.h; path = FLAnimatedImage/include/FLAnimatedImage.h; sourceTree = ""; }; + 087485C96D0438B69BA7B19512922F13 /* TZPhotoPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZPhotoPreviewController.m; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewController.m; sourceTree = ""; }; + 088264D648AE088135B3DF425E59609E /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; + 088D36215DEF59687FEEA3421BFEC909 /* OSSUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSUtil.h; path = AliyunOSSSDK/OSSUtil.h; sourceTree = ""; }; + 089E8BA0AA7085CDC6C3F7BB34753C68 /* SSZipArchive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-umbrella.h"; sourceTree = ""; }; 08B8980434FBD4317A7A907D8F0BA6EB /* TUICore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TUICore.debug.xcconfig; sourceTree = ""; }; - 08C1F598D6F39EDEB0A77CE60618639B /* LLMagnifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifier.h; path = LLDebugTool/Core/Component/Magnifier/LLMagnifier.h; sourceTree = ""; }; - 08E81CB31ABA8AF4EA8D4DAD52085F1C /* UIBarButtonItem+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+YYAdd.h"; path = "YYCategories/UIKit/UIBarButtonItem+YYAdd.h"; sourceTree = ""; }; - 08F4D75A4853C8A90BD6B7B4785893C3 /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; + 08BF18C95A69AB46038DDA95DCB8E812 /* QCloudPingTester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudPingTester.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudPingTester.m; sourceTree = ""; }; + 08C2837BD90B638DF9B6D447C8B18A9A /* QGHWDMP4OpenGLView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGHWDMP4OpenGLView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/OpenGL/QGHWDMP4OpenGLView.m; sourceTree = ""; }; + 08D5DF4414C1241006DE2CE1C1D5B109 /* QCloudCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QCloudCore-dummy.m"; sourceTree = ""; }; + 08DA0B8F08F358AE20EABF32F7564003 /* OSSBolts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSBolts.h; path = AliyunOSSSDK/OSSTask/OSSBolts.h; sourceTree = ""; }; + 08DFFCBCAC25E96CCC85BB0D1AEDACD1 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; 08FC247E9EF105334F5F448B6F5EEDD2 /* TUIChatConfig_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatConfig_Minimalist.h; sourceTree = ""; }; - 08FC8C330637E4A26203F5C4F0C8FFBC /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; - 093538C874844EDC1A0A197042A45E9F /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; - 093F6DA4C4B280185F6791821488D841 /* YYAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYAnimatedImageView.h; path = YYImage/YYAnimatedImageView.h; sourceTree = ""; }; - 09476A3F0CB268CA65F6159142C35FE0 /* QCloudLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLogModel.m; path = QCloudCore/Classes/Base/Logger/QCloudLogModel.m; sourceTree = ""; }; - 095150C2759A526C892A2B6132FCBEE9 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 09760E5EB41613DDC7A05531DBBDA368 /* LLDetailTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleCell.h; sourceTree = ""; }; + 09179FA5779B9C30220549F062FED8F1 /* JXPagerSmoothView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerSmoothView.h; path = Sources/JXPagerView/JXPagerSmoothView.h; sourceTree = ""; }; + 093FE54DD3AB8AFE6443E6B3C3636F7E /* QCloudCOSXMLEndPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLEndPoint.h; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLEndPoint.h; sourceTree = ""; }; + 0955600A7E0CE3FD64B28D7688BE0F2D /* LLRouter+Crash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Crash.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Crash.m"; sourceTree = ""; }; + 096167147728C445E90F5578BA0B72FF /* YYWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYWebImage.debug.xcconfig; sourceTree = ""; }; 097BDE3C52C3D1AE8C9BCF151AF6B916 /* TUIChatSmallTongueView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatSmallTongueView.m; sourceTree = ""; }; 098870D0C14EC3335F09BD7728028A06 /* TUIFileMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileMessageCellData.h; sourceTree = ""; }; + 0988FAC07C7B17DED509EA14E10B0F28 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; 098C782DD1EFC66245792CE8C1854462 /* TUIGroupCreatedCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupCreatedCell_Minimalist.m; sourceTree = ""; }; - 09B31E3D9630343E9793238698D53660 /* NSTimer+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSTimer+YYAdd.m"; path = "YYCategories/Foundation/NSTimer+YYAdd.m"; sourceTree = ""; }; - 09E6A8D33A091100AC35918AAF28B84F /* UIControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupport.m"; path = "ReactiveObjC/UIControl+RACSignalSupport.m"; sourceTree = ""; }; - 09F10D3C43B69141D421137BE6F58F62 /* AgoraLyricsScore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraLyricsScore.release.xcconfig; sourceTree = ""; }; - 0A10228A512ED1CEB609122BF4CE1612 /* AgoraLipSyncExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraLipSyncExtension.xcframework; sourceTree = ""; }; - 0A5C406889543896E1481825ACC14D92 /* QCloudCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCore-prefix.pch"; sourceTree = ""; }; - 0A6AECE95982DB22F5E502FCB987D0DB /* QCloudSupervisorySession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSupervisorySession.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisorySession.h; sourceTree = ""; }; - 0A6F4495DD097887BC5B36C1CE31C94C /* LLLogDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogDetailViewController.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogDetailViewController.m; sourceTree = ""; }; - 0A78B1221D5E139D0A1043307E3391C8 /* YYLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYLabel.h; path = YYText/YYLabel.h; sourceTree = ""; }; - 0A7FF82B2807814FEF8A70A246C12313 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; + 099167171B52DDE38AF6A733F1058D6A /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 09A28643381A0253A10AA44626007CE4 /* libwebp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.release.xcconfig; sourceTree = ""; }; + 09C3E9A825645298B9D5B21A2CABC3C4 /* QCloudHTTPRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequest.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequest.h; sourceTree = ""; }; + 09CF1800E135BF67A8FB8312F59023E6 /* UIDevice+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+YYAdd.m"; path = "YYCategories/UIKit/UIDevice+YYAdd.m"; sourceTree = ""; }; + 09DB85AFBEE4D504F70C5E51B7D131D8 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; + 09E3C45D50F07B999232DD85DA509B83 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = AliyunOSSSDK/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 0A06779EBB693704D119D2F7F4769B9E /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; + 0A2D088326945209B54460E759B63EEB /* OSSTaskCompletionSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSTaskCompletionSource.m; path = AliyunOSSSDK/OSSTask/OSSTaskCompletionSource.m; sourceTree = ""; }; + 0A59BBDD32F9EDEBCEA4B602BFD30B87 /* OSSDDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDDLog.m; path = AliyunOSSSDK/OSSFileLog/OSSDDLog.m; sourceTree = ""; }; 0A80B6BD2BF1890499E2A12A11A06DDD /* TUIImageReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageReplyQuoteView_Minimalist.h; sourceTree = ""; }; - 0A86C790B45E4083031A17C6CEC3638C /* NSData+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+YYAdd.h"; path = "YYCategories/Foundation/NSData+YYAdd.h"; sourceTree = ""; }; - 0A898F55547B6E5B293183969888F9EA /* LLFilterEventView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterEventView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterEventView.h; sourceTree = ""; }; - 0A916049B8466E1D89EBB40ABBDE2B55 /* NSObject+YBImageBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YBImageBrowser.m"; path = "YBImageBrowser/Base/NSObject+YBImageBrowser.m"; sourceTree = ""; }; + 0A98EF0C285EB6AA0D7E2AA12C47A3DA /* QCloudLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLogModel.m; path = QCloudCore/Classes/Base/Logger/QCloudLogModel.m; sourceTree = ""; }; + 0AA565C0593C4D2100433BE69AA983AC /* QCloudCompleteMultipartUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCompleteMultipartUploadInfo.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudCompleteMultipartUploadInfo.h; sourceTree = ""; }; 0ACD74E9409F50C6A5B2CEA6EA866E13 /* TUIChatExtensionObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatExtensionObserver.m; sourceTree = ""; }; - 0AF58878DCB0DD0EDCDC248201356A28 /* OSSPutObjectTaggingResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutObjectTaggingResult.h; path = AliyunOSSSDK/OSSPutObjectTaggingResult.h; sourceTree = ""; }; - 0AF9691CBD931F8DB1AB89D3DC087C3D /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = ""; }; + 0AD1B8CE53AC90747E0E5172B269985F /* MQTTCFSocketEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketEncoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.h; sourceTree = ""; }; + 0AD97B57BE98D5C615BD6924CC09A5E7 /* TIMPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TIMPush.release.xcconfig; sourceTree = ""; }; + 0AEC5964CB08A46D9FC7E92B046EEC11 /* QCloudBundlePath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudBundlePath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudBundlePath.m; sourceTree = ""; }; 0AF9AD3E98B3D1E5A504C2AEBA0F87E6 /* TUIMenuView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMenuView.m; sourceTree = ""; }; + 0AFB8B7453CC72A99A7D7418977D68A0 /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = Zip/minizip/include/crypt.h; sourceTree = ""; }; 0B003F1CB577B8CA5FF3FD3154A6BA46 /* TUIChatPopContextController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatPopContextController.h; sourceTree = ""; }; + 0B0550A0C8314A129087C72403494781 /* LLSettingViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingViewController.h; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingViewController.h; sourceTree = ""; }; 0B08E549753454E1731D00B4D98F0CC8 /* TUIGroupInfoDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupInfoDataProvider.m; sourceTree = ""; }; - 0B0B611141C92E6727C2F9468C28F17D /* Log.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Log.swift; path = AgoraLyricsScore/Class/Other/Log.swift; sourceTree = ""; }; - 0B252BA0F7D2F638A817C6C63D3D0B0C /* Zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Zip.h; path = Zip/Zip.h; sourceTree = ""; }; 0B2B089DD73C47F9B4F681B5274EC5CE /* TUIFaceMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFaceMessageCellData.m; sourceTree = ""; }; 0B7C3E382201D205D11C627407BB9D3A /* TUICore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = TUICore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0B80232729E3D55D24B5ABDDB23A636B /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + 0B809E87B9D2BBA6C4A0A3DF1E68FA35 /* QGHWDShaders.metal */ = {isa = PBXFileReference; includeInIndex = 1; name = QGHWDShaders.metal; path = iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDShaders.metal; sourceTree = ""; }; + 0B82D002408DD4335858264C47D371F9 /* ScoringMachine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringMachine.swift; path = AgoraLyricsScore/Class/Scoring/ScoringMachine/ScoringMachine.swift; sourceTree = ""; }; 0B87CDC20E7F7F33E74ECEE87AB3A9FD /* TIMConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TIMConfig.m; sourceTree = ""; }; - 0B9E532883452012C95B2BF6FD077FF9 /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; - 0B9FD6341D534FEF98CCCFFCDF7A0E88 /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; - 0BAE364C0ED239A588749ADAB7F2593F /* YBIBToolViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBToolViewHandler.m; path = YBImageBrowser/ToolView/YBIBToolViewHandler.m; sourceTree = ""; }; - 0BBE3E24D7890459A0F0A8103974FD41 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unzip.c; path = Zip/minizip/unzip.c; sourceTree = ""; }; + 0B9CE69C14D5CFC94256B1AE22A49824 /* QCloudSandboxPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSandboxPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudSandboxPath.m; sourceTree = ""; }; + 0BB540B9F8F8DD0344D732BD6B18B0BC /* OSSRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSRequest.m; path = AliyunOSSSDK/OSSRequest.m; sourceTree = ""; }; + 0BB757D5201F0656247BD46E031869BF /* TZImagePickerController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TZImagePickerController-umbrella.h"; sourceTree = ""; }; + 0BB879BAF18EDD23E5581B0ED0079770 /* IQNSArray+Sort.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQNSArray+Sort.h"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.h"; sourceTree = ""; }; + 0BC4309BC24FFFB7B59817A29E0536A0 /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; 0BD3A560E72C86BABE5F7CC27E62D459 /* UIView+TUILayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+TUILayout.h"; sourceTree = ""; }; - 0BEABA91D373BF2ACDEFE09097D6B745 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 0BEC2BBADC99E6E8DB2F4283151B1539 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - 0C0F0FD1CA80715765F6CF94A7A9C0AF /* AvoidCrash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AvoidCrash-dummy.m"; sourceTree = ""; }; - 0C16B37920CE44F2C3A456E2A399E001 /* LLConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConst.m; path = LLDebugTool/Core/Others/Const/LLConst.m; sourceTree = ""; }; - 0C2A4BB1F9DEDDC74FE6DA31B85D038F /* NSMutableArray+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableArray+AvoidCrash.h"; path = "AvoidCrash/NSMutableArray+AvoidCrash.h"; sourceTree = ""; }; + 0BD4553A3E49DD4D99A1721D3FA21E42 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; + 0BDF443ED7C58900F1B5B41DEDD69425 /* YYCGUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCGUtilities.h; path = YYCategories/Quartz/YYCGUtilities.h; sourceTree = ""; }; + 0BE1A136972166B94A5D6FF844DEFEBA /* Protobuf.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Protobuf.modulemap; sourceTree = ""; }; + 0BF3C546420650A97844A1750C28A564 /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; + 0C536D4C199D55EF4947CC966F4ABB7A /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + 0C5C9580463D4BC225232992B1A2346A /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; 0C6AF30DA9F94BBA4AD5F3DA3FA30177 /* AgoraLyricsScore-AgoraLyricsScoreBundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "AgoraLyricsScore-AgoraLyricsScoreBundle"; path = AgoraLyricsScoreBundle.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYImage; path = YYImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0C7CF617060B058010C68F29C2D02F5A /* NSURLSession+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSession/NSURLSession+LL_Network.h"; sourceTree = ""; }; - 0C8A81E9E5FF908407DB6AAF637F7307 /* LLEntryWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryWindow.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryWindow.m; sourceTree = ""; }; - 0C8B8C82B78B0E02140C0E1621D2CA82 /* LLMagnifierWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierWindow.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierWindow.m; sourceTree = ""; }; - 0CB3454E58FE75D89D3F63BC483B12CF /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; - 0CBCABD5BCE1B822E47AFF0134199A15 /* AgoraAiEchoCancellationLLExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiEchoCancellationLLExtension.xcframework; sourceTree = ""; }; - 0CDC2C1A08243A156278FF08784187CE /* YYTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextView.m; path = YYText/YYTextView.m; sourceTree = ""; }; - 0CE660FB2BC9FCC0ADA5A373DB1AC30E /* ResourceBundle-FMDB_Privacy-FMDB-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FMDB_Privacy-FMDB-Info.plist"; sourceTree = ""; }; - 0CE99C3F16B8FFC4F8B20C7EA2944513 /* AgoraVideoAv1DecoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoAv1DecoderExtension.xcframework; sourceTree = ""; }; - 0D02468817FCFA1FA6213B1F3F66F5B4 /* QCloudCompleteMultipartUploadRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCompleteMultipartUploadRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCompleteMultipartUploadRequest.h; sourceTree = ""; }; - 0D40C51B78D866B14BDA9BF330E9CD47 /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; - 0D4B0E9AF1DC425F683EAD19AFC28566 /* YYTextLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextLine.h; path = YYText/Component/YYTextLine.h; sourceTree = ""; }; - 0D5175CC00EA0F15BBA480393710C207 /* UIBarButtonItem+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+YYAdd.m"; path = "YYCategories/UIKit/UIBarButtonItem+YYAdd.m"; sourceTree = ""; }; + 0C849F11D7FB43DF3B0D0FC1237D3988 /* LLDetailTitleCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleCellView.h; sourceTree = ""; }; + 0CA2BD674F2505406C1BC8CBD24245B9 /* SVIndefiniteAnimatedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVIndefiniteAnimatedView.h; path = SVProgressHUD/SVIndefiniteAnimatedView.h; sourceTree = ""; }; + 0CAA2B27084F6EC26FA08034E8C6EBBE /* NSDictionary+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+AvoidCrash.m"; path = "AvoidCrash/NSDictionary+AvoidCrash.m"; sourceTree = ""; }; + 0CB3B856E3C3C7CD76BDF7CB4AC78E38 /* NSObject+YBImageBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YBImageBrowser.h"; path = "YBImageBrowser/Base/NSObject+YBImageBrowser.h"; sourceTree = ""; }; + 0CB5F8383DB2FB5612FC16E93CE3FF12 /* TZLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZLocationManager.h; path = TZImagePickerController/Location/TZLocationManager.h; sourceTree = ""; }; + 0CBFF652EA4C32483DE7303CBCF36806 /* MQTTClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTClient.h; path = MQTTClient/MQTTClient/MQTTClient.h; sourceTree = ""; }; + 0CC9063284E2BD6D97FDCC8CCB621D22 /* LLRouter+Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Location.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Location.h"; sourceTree = ""; }; + 0CF395CB004901398894FE84A495C881 /* Protobuf-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-prefix.pch"; sourceTree = ""; }; + 0D225C0E0F2D3AA7232C9EA9C7E53C31 /* LLNetworkComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkComponent.h; path = LLDebugTool/Core/Component/Network/LLNetworkComponent.h; sourceTree = ""; }; + 0D26C0527BD36E660225DF8161D16928 /* LLShortCutComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutComponent.m; path = LLDebugTool/Core/Component/ShortCut/LLShortCutComponent.m; sourceTree = ""; }; + 0D48E08D2AE5436DB1C89330038E1A13 /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; 0D548526C93C538E41E3CFF4945585BD /* TUIBaseChatViewController+ProtectedAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIBaseChatViewController+ProtectedAPI.h"; sourceTree = ""; }; - 0DAC3115AB9E9572F6566EA9B791BAD1 /* NSUserDefaults+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSUserDefaults/NSUserDefaults+LL_Utils.m"; sourceTree = ""; }; - 0DBE6154EA2D73949C4F324280E21C53 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; + 0D577918AD4F6A70C38DD3287BC37A21 /* LLNetworkFilterViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkFilterViewController.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterViewController.h; sourceTree = ""; }; + 0D594F9E8C2E183C2F7B6159EE5B1293 /* SVGAPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVGAPlayer-dummy.m"; sourceTree = ""; }; + 0D78E29DB1E6B60644FD15DBE3FB7F71 /* QCloudListPartsResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudListPartsResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudListPartsResult.m; sourceTree = ""; }; + 0D80209E640A29F8C6BDA71FCDA47F43 /* BRPickerAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerAlertView.h; path = BRPickerView/Core/BRPickerAlertView.h; sourceTree = ""; }; + 0D9E1864F10E109E7C153F573580AEB4 /* QCloudCompleteMultipartUploadRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCompleteMultipartUploadRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCompleteMultipartUploadRequest.m; sourceTree = ""; }; 0DE96672AACB04189F4CD3F67F9D2112 /* TUIConversationMultiChooseView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationMultiChooseView_Minimalist.h; sourceTree = ""; }; + 0DFE35758810247A0B224C6E316EB33A /* TZAuthLimitedFooterTipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZAuthLimitedFooterTipView.h; path = TZImagePickerController/TZImagePickerController/TZAuthLimitedFooterTipView.h; sourceTree = ""; }; 0E09950AFFE253677274763C16783C4C /* TUIChatPopActionsView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatPopActionsView.h; sourceTree = ""; }; - 0E0A0BAA80DA453334649223D3A66C28 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - 0E1BCFEF87090D1F4DE111DD8866319F /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionRegistry.h; path = objectivec/GPBExtensionRegistry.h; sourceTree = ""; }; - 0E20FE5F3C2DB8183FD45A978EFA50AF /* YBIBCollectionViewLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCollectionViewLayout.h; path = YBImageBrowser/Base/YBIBCollectionViewLayout.h; sourceTree = ""; }; - 0E38BF12D23CB438D23EBF8BE915E93B /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; + 0E1D2D6760C11694855BF7CDF830D186 /* YBIBOperateBrowserProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBOperateBrowserProtocol.h; path = YBImageBrowser/Protocol/YBIBOperateBrowserProtocol.h; sourceTree = ""; }; + 0E3CF359DFDB23F04EC9A5C5452410C2 /* UIDevice+LL_AppInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+LL_AppInfo.m"; path = "LLDebugTool/Core/Component/AppInfo/Function/UIDevice/UIDevice+LL_AppInfo.m"; sourceTree = ""; }; + 0E553E55E81C03690EE6EC5502E90AC1 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; 0E6DD3FA6D35E66AC465E974C5A2F798 /* TUIVoiceReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVoiceReplyQuoteView.h; sourceTree = ""; }; - 0E70FF339EB00931C8B39F8AB9932B20 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 0E854BD028C282A18A29A41EAF1109EA /* UISlider+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISlider+RACSignalSupport.m"; path = "ReactiveObjC/UISlider+RACSignalSupport.m"; sourceTree = ""; }; + 0E8A521E909160905DBE411526E5FD93 /* QCloudCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCore.release.xcconfig; sourceTree = ""; }; + 0EB047FEFB6F6CB31743C1D57731FF97 /* AgoraInfra_iOS-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AgoraInfra_iOS-xcframeworks.sh"; sourceTree = ""; }; + 0EBC1B67D16BBE73810F276277DB9C4C /* LLBaseComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseComponentViewController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentViewController/LLBaseComponentViewController.h; sourceTree = ""; }; 0EBECD2A46E28042357ED8782F70E08B /* NSString+TUIUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString+TUIUtil.m"; sourceTree = ""; }; - 0EC2622C154983CB5B159DA232D30CAB /* QCloudCOSXMLServiceUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLServiceUtilities.h; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLServiceUtilities.h; sourceTree = ""; }; - 0EE95776273C13ED73E0B751B2BA8E2A /* NSData+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSData/NSData+LL_Network.h"; sourceTree = ""; }; - 0EEFD1789A4F6A6D74E4012B76D0AB00 /* LLSandboxWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxWindow.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxWindow.m; sourceTree = ""; }; - 0F0C9ABF667C40EF3A478D191CE00BF1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = WebImage/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 0F4105022E08CBF5EA22D24DCAFE5F8A /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - 0F42E1C57C5F5A75AA1A9C8C3F00AE0B /* QGVAPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QGVAPlayer-prefix.pch"; sourceTree = ""; }; - 0F73B9A6B621D23A3C2DE4A36E856E3B /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; - 0F9B1E78486FE006258AEE7EC88B74D9 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; - 0F9B748B9523F955E93AFEE09C9EC2AA /* YBIBImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageCache.m; path = YBImageBrowser/Image/YBIBImageCache.m; sourceTree = ""; }; - 0FC180A2D3D7441C79D90FC3533C91C9 /* LLEnumDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEnumDescription.m; path = LLDebugTool/Core/Component/Hierarchy/Function/EnumDescription/LLEnumDescription.m; sourceTree = ""; }; - 0FC37A99477ECA2126AF75BBA16733D3 /* AliyunOSSiOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AliyunOSSiOS-Info.plist"; sourceTree = ""; }; + 0ECD601AEA2272CC0D953A269B4709BC /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 0EE1B09C1344A47AC542160EF0CE2E86 /* QCloudUploadPartRequest+Custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudUploadPartRequest+Custom.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest+Custom.h"; sourceTree = ""; }; + 0EE806B2143806192EF5FDBBBD355BA1 /* LLMagnifierInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierInfoView.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierInfoView.m; sourceTree = ""; }; + 0EF64A99362A1DEE7F57527D844409E8 /* LLScreenshotHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotHelper.m; path = LLDebugTool/Core/Component/Screenshot/Function/LLScreenshotHelper.m; sourceTree = ""; }; + 0EF64F611E29A12563B2D4013DE347D4 /* UIScreen+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScreen+YYAdd.h"; path = "YYCategories/UIKit/UIScreen+YYAdd.h"; sourceTree = ""; }; + 0F22D46A1639AAF0E457763AE20F7D8D /* QGVAPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPlayer.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPlayer.h; sourceTree = ""; }; + 0F2F7AF242A9FB57126EF524CA714A85 /* SDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCallbackQueue.m; path = SDWebImage/Core/SDCallbackQueue.m; sourceTree = ""; }; + 0F3C1C7EE86FDD4450BCFA8788B2ECAE /* AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AvoidCrash.m; path = AvoidCrash/AvoidCrash.m; sourceTree = ""; }; + 0F6635367B857AFEC133F9EA8B14303F /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + 0F77C6F11D30A137163F44156CAE366C /* LLScreenshotImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotImageView.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotImageView.m; sourceTree = ""; }; + 0FAB8673E16DF8F364FADDD276D226F8 /* LLRouter+Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Log.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Log.h"; sourceTree = ""; }; + 0FAC757A08C3AB56B877E8E7A53444B2 /* QGVAPMetalView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalView.h; sourceTree = ""; }; 0FC3C76B119B8122DE10E41DE6041FE3 /* TUIThemeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIThemeManager.m; sourceTree = ""; }; - 0FD42879AC877B8E2953499A9703793E /* LLSettingViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingViewController.h; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingViewController.h; sourceTree = ""; }; - 100426633041B94E69C7367D0DC74093 /* LLFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFactory.h; path = LLDebugTool/Core/Others/Factory/LLFactory.h; sourceTree = ""; }; - 10085F9C69F730D9B2523E9F1C8467AB /* UIButton+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+RACCommandSupport.h"; path = "ReactiveObjC/UIButton+RACCommandSupport.h"; sourceTree = ""; }; - 100995F6875D8295B7AA9D82EDD55E4C /* QGHWDMetalShaderSourceDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMetalShaderSourceDefine.h; path = iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDMetalShaderSourceDefine.h; sourceTree = ""; }; - 1016EF046E46A37BEE8567F861919423 /* AgoraComponetLog.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraComponetLog.xcframework; sourceTree = ""; }; - 10266C441AF75A2B9A82E1643B116C5A /* QCloudRequestSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudRequestSerializer.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudRequestSerializer.h; sourceTree = ""; }; - 10273522C8A8B06633A16F79AF185B74 /* YYCategories-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCategories-dummy.m"; sourceTree = ""; }; + 0FDD15F1DBBE2873BDD5BDAFFAD84728 /* LLConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConfig.h; path = LLDebugTool/DebugTool/LLConfig.h; sourceTree = ""; }; + 0FEB8E386E93D264F853EDF9D34432D5 /* AvoidCrash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AvoidCrash-prefix.pch"; sourceTree = ""; }; + 0FF852EB512934C26ABE45459531A3B6 /* NSUserDefaults+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSUserDefaults/NSUserDefaults+LL_Utils.m"; sourceTree = ""; }; 10279ACCBD6A903BF072BD7AE13ECB59 /* TUIChatMediaSendingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatMediaSendingManager.m; sourceTree = ""; }; - 102A32772156807B7045B74EA0BC0CBA /* IQKeyboardManagerConstantsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstantsInternal.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h; sourceTree = ""; }; - 1031BE5D760A9D6E9F25A5C9048469B3 /* IQUIView+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+Hierarchy.h"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.h"; sourceTree = ""; }; - 1070F25BCB4F54949167FDE4D7B1EFB1 /* UIScrollView+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+YYAdd.h"; path = "YYCategories/UIKit/UIScrollView+YYAdd.h"; sourceTree = ""; }; + 1036F3A5CEF9D5C39F0656FDCBA8ED6C /* AgoraReplayKitExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraReplayKitExtension.xcframework; sourceTree = ""; }; + 103949FE2AD9006644A5FFD43526AB3C /* NSThread+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSThread+YYAdd.m"; path = "YYCategories/Foundation/NSThread+YYAdd.m"; sourceTree = ""; }; + 103F1CEE2BD1A86326CA84BBE66CBE19 /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedOutputStream.m; path = objectivec/GPBCodedOutputStream.m; sourceTree = ""; }; + 1045D3265FF6A9DF97F7EF710B101070 /* XHLaunchImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchImageView.h; path = XHLaunchAd/XHLaunchAd/XHLaunchImageView.h; sourceTree = ""; }; + 1048F61C857D70C005C220668B5B2566 /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = ""; }; + 106E842DA22CF7DBE294E1780D23B60F /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 1074E68FE531E129F85D0E4CAEC017A3 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; 10824CEBAEAC448CE4E6B61396A4030A /* TUIConversationCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationCellData.h; sourceTree = ""; }; - 1091026C99A74FE986F2EF251172CD33 /* YYWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYWebImage-umbrella.h"; sourceTree = ""; }; - 109E33175A59F8C3E531B352793B6952 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - 10CB15319D4C89805ABB80E01AEAC917 /* UITextField+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+YYAdd.m"; path = "YYCategories/UIKit/UITextField+YYAdd.m"; sourceTree = ""; }; - 10DCB2538262102141069397DEEEEE4B /* NSInputStream+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInputStream+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSInputStream/NSInputStream+LL_Network.m"; sourceTree = ""; }; + 108DD0DB521EE54FFDCA5B2AF7C67E1D /* GPBWrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWrappers.pbobjc.h; path = objectivec/GPBWrappers.pbobjc.h; sourceTree = ""; }; + 10BF09B3C6861248E088C05556455204 /* LLConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConst.h; path = LLDebugTool/Core/Others/Const/LLConst.h; sourceTree = ""; }; + 10C9E2A24C5C4A7D38CA96653CC0F4B8 /* LLFilterLabelModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterLabelModel.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelModel.h; sourceTree = ""; }; + 10CEEFCFA6B7401B80B9070AA851EC29 /* Bugly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.debug.xcconfig; sourceTree = ""; }; + 10D2CE0F424C1C0B7CF0A64E89F753B5 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + 10DAC09E64CE1350BAF8DDE905810C4B /* QCloudURLHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudURLHelper.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudURLHelper.h; sourceTree = ""; }; 10ECCAC987E94F2F4FB4AAD91F435F99 /* TUIGroupInfoController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupInfoController.m; sourceTree = ""; }; - 10F12302E97BCF14E1D3B73DDB4EF820 /* UITextField+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+YYAdd.h"; path = "YYCategories/UIKit/UITextField+YYAdd.h"; sourceTree = ""; }; - 112512243FBC916B15B7E653B9DED86A /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet.h; path = objectivec/GPBUnknownFieldSet.h; sourceTree = ""; }; - 112D92259F30896CFD904B6A7663712C /* QGVAPMetalUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalUtil.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalUtil.h; sourceTree = ""; }; - 1135D4E59A92E087E5425E466950E410 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 11A2159ED822A3FD5A308AEBAD81FCE0 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; + 10F39B499D599D85CC4640760DF85EDF /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; + 11129D4E4FFF13E6B933B7F70F2FA97C /* UIView+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIView/UIView+LL_Utils.m"; sourceTree = ""; }; + 1123851B75BC7871845158CC384C2C65 /* LLEntryBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryBallView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBallView.h; sourceTree = ""; }; + 11308295FF7541F2058639159CFC6579 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; + 11384D7A46FCA8CF3C2881B09D8FC4F8 /* LLDetailTitleSelectorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleSelectorCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleSelectorCell.m; sourceTree = ""; }; + 1176F373160313BF6FCD98A8438CEDDA /* QCloudURLHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudURLHelper.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudURLHelper.m; sourceTree = ""; }; + 1179193F477E05D1F06B2EE5E7F1FC29 /* TZImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TZImagePickerController-Info.plist"; sourceTree = ""; }; + 11A84908CB410F27E0D1B1A4717BDA3D /* QGVAPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QGVAPlayer.modulemap; sourceTree = ""; }; 1206B93CFDB4E20716E1C190A77C73DE /* TUIMessageController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageController_Minimalist.m; sourceTree = ""; }; 120AEFA3CD7FF64DE083594AD2F1B5EF /* TUIConversationListBaseDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationListBaseDataProvider.m; sourceTree = ""; }; - 121C28411A592719BA15879F48FCD54D /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage_PackagePrivate.h; path = objectivec/GPBMessage_PackagePrivate.h; sourceTree = ""; }; 12206D86BCB832336894FC3C4E8CAF33 /* TUIMediaCollectionCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMediaCollectionCell_Minimalist.m; sourceTree = ""; }; - 12219A15E2A116077165083EADA9D658 /* QCloudOperationQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudOperationQueue.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudOperationQueue.m; sourceTree = ""; }; - 1255387576CCE8313FF05DEDAF799591 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 125A95325D9860E01937012FD3C0E317 /* LLLogViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogViewController.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogViewController.h; sourceTree = ""; }; + 123EAFC5D9A4FB9B8E2A5FE96AA04DF7 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; + 1248B7D790E192E86D1D9D050F99E2BB /* LLScreenshotSelectorModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotSelectorModel.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorModel.m; sourceTree = ""; }; + 124E6B0B8F024C07FB48F1AE234B17D4 /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; + 12540B6962F5FC4CD222FD37E2359693 /* Agorafdkaac.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = Agorafdkaac.xcframework; sourceTree = ""; }; + 1256B7C424EE5D991898BC713190DD8E /* LLFilterDateView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterDateView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDateView.h; sourceTree = ""; }; 125B0C5CEC8256187089CC0925B4428C /* TUIMediaCollectionCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMediaCollectionCell.h; sourceTree = ""; }; - 125E2C9F6220164179D4C90638B6195F /* LLRouter+Log.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Log.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Log.m"; sourceTree = ""; }; - 126BA284242F73A99913BE9B9D42AAE6 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; + 125D858BC21DFA2F766113C6FC753985 /* SVProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVProgressHUD.debug.xcconfig; sourceTree = ""; }; + 1260CB92CB4A0AAAE638D3983C5BE4A8 /* LLStorageModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLStorageModel.m; path = LLDebugTool/Core/Others/CommonUI/Model/Storage/LLStorageModel.m; sourceTree = ""; }; + 1261E1B86133AD7B29DE4D6975849BE5 /* UIImagePickerController+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImagePickerController+RACSignalSupport.h"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.h"; sourceTree = ""; }; 1270D341AD024370F782DDA45E6C12A9 /* TUIMessageProgressManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageProgressManager.m; sourceTree = ""; }; - 12DB7C639DA744A1B2B62DF0569D27B5 /* TZImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImagePickerController.m; path = TZImagePickerController/TZImagePickerController/TZImagePickerController.m; sourceTree = ""; }; - 12EF51BACC197258B8B67C383A336E35 /* FMDB.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FMDB.debug.xcconfig; sourceTree = ""; }; - 12F1A2F10AC296A844DA752039C443B5 /* QCloudLoaderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLoaderManager.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudLoaderManager.h; sourceTree = ""; }; + 127572DB67007F8A801135939771F028 /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; + 128405F012F771EE7CC6F1264A61C953 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; + 1288B386292F09E707868717F802486D /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; + 128B1F1CADF8DFD5C6C4F5E5F641786D /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; + 12D095DBAC9E16606066C5A44F951B57 /* LLNetworkDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkDetailViewController.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkDetailViewController.m; sourceTree = ""; }; + 12F68D2C1B601BE410CDA45D6B838139 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; 12F70B3195C1736144C6897F105DAB60 /* ResourceBundle-TUIChat_Privacy-TUIChat-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TUIChat_Privacy-TUIChat-Info.plist"; sourceTree = ""; }; - 12F7EECB1516484975DFF9EADC43A210 /* ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist"; sourceTree = ""; }; 12F89F4F6D01D511842B6A85199CD3BE /* TuringShieldCamRisk.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TuringShieldCamRisk.framework; path = Libs/TuringShieldCamRisk.framework; sourceTree = ""; }; - 1309C5A556D19DF70F71226558A8775A /* LLThemeColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLThemeColor.m; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeColor.m; sourceTree = ""; }; - 132B2C689DCD777DB3F90F03952E6683 /* QGVAPLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPLogger.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Logger/QGVAPLogger.h; sourceTree = ""; }; - 133CE6640C5C7DFB943F938227BC2556 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; - 133E941E19269403FDB94954342B351E /* TZPhotoPreviewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZPhotoPreviewCell.m; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewCell.m; sourceTree = ""; }; - 136160DFF4DC56D9F769B02AC0929F6F /* YYDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYDiskCache.m; path = YYCache/YYDiskCache.m; sourceTree = ""; }; - 137A9C20B65B87E549A6267C60BA5B81 /* FMDB.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDB.h; path = src/fmdb/FMDB.h; sourceTree = ""; }; - 1391E316F7838DF2D7B2B48EE51B8B64 /* LLTableViewSelectableModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTableViewSelectableModel.m; path = LLDebugTool/Core/Others/CommonUI/Model/LLTableViewSelectableModel/LLTableViewSelectableModel.m; sourceTree = ""; }; - 13A7D917A92A240C84FE0CEFB2C9753F /* LLLogHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogHelper.m; path = LLDebugTool/Core/Component/Log/Function/LLLogHelper.m; sourceTree = ""; }; + 12FCDA8A663063D3563E8ABF705F753B /* QCloudURLTools.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudURLTools.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/URLTools/QCloudURLTools.h; sourceTree = ""; }; + 12FD2A631558423AC0EC30C4D9AFF958 /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; + 1320BC622E48C02AECF0778539A08C88 /* YYTextAsyncLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextAsyncLayer.h; path = YYText/Utility/YYTextAsyncLayer.h; sourceTree = ""; }; + 1322B8DA2DD3BD98F7291C1C2C45887B /* AgoraClearVisionExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraClearVisionExtension.xcframework; sourceTree = ""; }; + 132311EA3D3D0C3EA6F5F3A0521A4D93 /* LLRouter+Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Location.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Location.m"; sourceTree = ""; }; + 132913C84BC55EE962EC6A1BF886B01F /* QCloudRequestSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudRequestSerializer.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudRequestSerializer.h; sourceTree = ""; }; + 1346567604DE7B210DBAC04515638F7B /* mz_crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_crypt.h; path = SSZipArchive/minizip/mz_crypt.h; sourceTree = ""; }; + 135225C1C617038419ADC75D8C9D577C /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; + 1362D139FBC299F8096CF623B3C07E10 /* SVGAVideoSpriteFrameEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVideoSpriteFrameEntity.m; path = Source/SVGAVideoSpriteFrameEntity.m; sourceTree = ""; }; + 137B87246041BE346CB74C140EC4AD19 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; + 138148B47DFE47139A08AE2D91227929 /* OSSURLRequestRetryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSURLRequestRetryHandler.h; path = AliyunOSSSDK/OSSURLRequestRetryHandler.h; sourceTree = ""; }; + 138FD23F08DC3E97F4802BB750FF654A /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + 139EB118BA580D05E121F29FD2616A7C /* NSData+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSData/NSData+LL_Network.h"; sourceTree = ""; }; + 13B7013121DC70732FA92D1EF1715D23 /* AvoidCrash-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AvoidCrash-Info.plist"; sourceTree = ""; }; + 13B95E9AEC3FFB6EEF9D3DA528CA7FD8 /* LLLogCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogCell.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogCell.m; sourceTree = ""; }; + 13BD80D3C8AA1615C61F0FB13F863F8D /* MQTTSSLSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicy.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.m; sourceTree = ""; }; 13CC9D78787F0E0390A490F2BA590C48 /* TUIRepliesDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIRepliesDetailViewController.h; sourceTree = ""; }; - 13CFFBA69B3D2794F8315B288F3F91D9 /* LyricMachine+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "LyricMachine+Events.swift"; path = "AgoraLyricsScore/Class/Lyrics/LyricMachine+Events.swift"; sourceTree = ""; }; + 13E374921D7865A8E12AA8BCD48E2A01 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; 13F6BF283CB904EC3C778176A1930515 /* TUIGroupChatViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupChatViewController_Minimalist.m; sourceTree = ""; }; - 13FEC6BC9EE134DDC176142FABA564F3 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; - 14041B691D7491247310B82D64739506 /* OSSIPv6PrefixResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSIPv6PrefixResolver.m; path = AliyunOSSSDK/OSSIPv6/OSSIPv6PrefixResolver.m; sourceTree = ""; }; - 14096887FCB0C95BE6DFBB7E9875B3B6 /* LLMoveWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMoveWindow.m; path = LLDebugTool/Core/Others/CommonUI/View/MoveWindow/LLMoveWindow.m; sourceTree = ""; }; - 140AA7712FA9AE158F7E5EADD7AFED63 /* QCloudLoggerOutput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLoggerOutput.m; path = QCloudCore/Classes/Base/Logger/QCloudLoggerOutput.m; sourceTree = ""; }; - 1427B961E3A5BA3434EDF22E7C734D31 /* mz_strm_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_buf.c; path = SSZipArchive/minizip/mz_strm_buf.c; sourceTree = ""; }; - 1444A2422702396B38D30FA53D16C3B0 /* QGVAPTextureLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPTextureLoader.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.h; sourceTree = ""; }; - 14618BAE422652F257E80A9339F7B3F5 /* NSMutableData+QCloud_CRC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableData+QCloud_CRC.h"; path = "QCloudCore/Classes/Base/QCloudCategory/NSMutableData+QCloud_CRC.h"; sourceTree = ""; }; - 147B4F4D17B7C95671DEA10F9578A4D8 /* LLEntryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryView.m; sourceTree = ""; }; - 14837271B0CCF90097B6148F909B5838 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - 148CB482AC0BEB1AFFE5154991BEC4C4 /* YYTextLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextLayout.m; path = YYText/Component/YYTextLayout.m; sourceTree = ""; }; + 13FECF8D323AA1AA8268F7777888B68A /* OSSCocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCocoaLumberjack.h; path = AliyunOSSSDK/OSSFileLog/OSSCocoaLumberjack.h; sourceTree = ""; }; + 14030B79A31DDCD1302AA9A6E0AF3B3B /* UIGestureRecognizer+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIGestureRecognizer+VAPUtil.m"; sourceTree = ""; }; + 14118D084123FB521EFA88FE4B4A6906 /* LLCrashViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashViewController.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashViewController.m; sourceTree = ""; }; + 143D92D155962AB8029C87F67E6F5216 /* LLSandboxViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxViewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxViewController.h; sourceTree = ""; }; + 14467207DFD1055FCE62F6684E2A2667 /* QCloudServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudServiceConfiguration.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration.m; sourceTree = ""; }; + 144A71DD5DF4BE3313B33C0E121C86E2 /* LLHtml.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtml.h; path = LLDebugTool/Core/Component/Html/LLHtml.h; sourceTree = ""; }; + 145501A30FC875D81D936E67728795F5 /* TZVideoPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZVideoPlayerController.m; path = TZImagePickerController/TZImagePickerController/TZVideoPlayerController.m; sourceTree = ""; }; + 145C25D5286446A7B065858928FCC5F1 /* UIView+WebCacheState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheState.m"; path = "SDWebImage/Core/UIView+WebCacheState.m"; sourceTree = ""; }; 148D9AC15C4A9777E5ACBB46C03FE218 /* FMDB-FMDB_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "FMDB-FMDB_Privacy"; path = FMDB_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 148E56923E88BF660AC5CD67D8B05C46 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; 148EFBAE4D6B4B17FA9BC9B952DF5C3F /* TUIChatObjectFactory_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatObjectFactory_Minimalist.m; sourceTree = ""; }; + 1490DEC1E5E4A1E09C538C51B99F439E /* LLTitleSliderCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleSliderCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSliderCell.h; sourceTree = ""; }; + 1497B22862C9ED30A975738806F23CCF /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; + 149E0CB54A3AF646C51C65E505B3C873 /* YYImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYImageCache.m; path = YYWebImage/YYImageCache.m; sourceTree = ""; }; 14A3FE4DA4CE007A926AAC6102122F2E /* AliyunOSSiOS */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AliyunOSSiOS; path = AliyunOSSiOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 14AF95B74F7BC3A01173E51DA5FF80FA /* LLBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseViewController.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseViewController.m; sourceTree = ""; }; - 14B2543E409AD42E610C3A45A0E7E42D /* WechatOpenSDK-XCFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "WechatOpenSDK-XCFramework-xcframeworks.sh"; sourceTree = ""; }; - 14B471E238C81B6B3B17BCADB845A327 /* QCloudHttpMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHttpMetrics.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudHttpMetrics.h; sourceTree = ""; }; + 14AEFCC2DF9F134870198D963D0446B4 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; 14B94D6CDFBC0C16AED0830D2F1A4DD1 /* TUIMediaCollectionCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMediaCollectionCell.m; sourceTree = ""; }; - 14BF43BE178C4AA10A056797985328BE /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; - 14C654A222FC66AA2867F3373E6E4FF8 /* QCloudCOSXML-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QCloudCOSXML-dummy.m"; sourceTree = ""; }; - 14DBE1B6DBE5D9646D9DD05011D55B51 /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; - 14E7A02B510897AEBABF642888FD2C3E /* LLScreenshotSelectorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotSelectorView.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorView.m; sourceTree = ""; }; - 14EAD339EDD974C5708A827842C210A9 /* AgoraComponetLog-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AgoraComponetLog-xcframeworks.sh"; sourceTree = ""; }; - 151F3D3EC05D7C138CFAB0A035025F9A /* JXPagingView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JXPagingView-Info.plist"; sourceTree = ""; }; - 152B09EB5C46C3A5AA864C403CBB9A08 /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; - 153EE398FE075A68208EAEED76E6725C /* MKAnnotationView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+RACSignalSupport.m"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.m"; sourceTree = ""; }; - 1561E7BDCD20D0328E461774C81100A8 /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; - 158012710CADFDCACD7C7479D3F84646 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + 14D8274ED96304DA5EC50AA9181960A9 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 14E07549099F90B95938DAFC44746F5B /* QCloudHosts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHosts.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHosts.h; sourceTree = ""; }; + 14F272BC5710CA9B353A016DF5EAB1C2 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + 14F2C820E0F927EBBB9BD8F28BEDEBEA /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 1510FA88FB8101A05FC8BBA9CD3FCB89 /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig; sourceTree = ""; }; + 152759F0EA2A94F09ECAD827929018FE /* QCloudCOSXMLService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLService.m; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLService.m; sourceTree = ""; }; + 152D5B5F1BD8EC5569E515048548426D /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; + 1548A51144B631CA1620EB28EAC62BF3 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; + 1559B3C39E7A4F1D95828D796B718575 /* QCloudFileOffsetStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileOffsetStream.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetStream.h; sourceTree = ""; }; + 155F3164391DC5F4D758EC5E2487F950 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; + 15610BD3C06DBE97FC8998004D74B5FB /* LLRouter+Crash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Crash.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Crash.h"; sourceTree = ""; }; + 15625AB68ED0DB100979B9E21CC0D5F2 /* LyricsFileDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricsFileDownloader.swift; path = AgoraLyricsScore/Class/Downloader/LyricsFileDownloader.swift; sourceTree = ""; }; + 158573BBAEB2BC99C0DB68884B1FD036 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; 158FE2BF1C4A02316B39C4ED2FD86230 /* UIView+TUIUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+TUIUtil.h"; sourceTree = ""; }; - 1593910178D38A66B74B5C24944CBECD /* UIView+TZLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+TZLayout.m"; path = "TZImagePickerController/TZImagePickerController/UIView+TZLayout.m"; sourceTree = ""; }; 1597DCC4A53580299802EB3744A88E1C /* TUIMergeMessageListController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeMessageListController_Minimalist.m; sourceTree = ""; }; - 15A33D6AE6F352803CE3BA0C735F26B8 /* sharpyuv_csp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_csp.h; path = sharpyuv/sharpyuv_csp.h; sourceTree = ""; }; + 159D8A8A4486C6F480E226C1FE22F4BA /* YYTextLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextLine.h; path = YYText/Component/YYTextLine.h; sourceTree = ""; }; + 15AFDEF47EB877C897EED0D77791F711 /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; 15B5065E95A05EA77EC7890FE9C0D494 /* TUIGroupNoticeController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupNoticeController_Minimalist.h; sourceTree = ""; }; 15D9C6DC714203BCE67C84C9D60E46C0 /* TUIMessageReadViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageReadViewController_Minimalist.h; sourceTree = ""; }; - 15DCC370CB5257738FC2E7302AB8CFE9 /* LLDetailTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleCell.m; sourceTree = ""; }; 15DF20828D428D24A8E4843A2BFE0154 /* TUICaptureTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICaptureTimer.h; sourceTree = ""; }; - 1617859C27A41F6DAFA1D3C071CDC62C /* LLLogViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogViewController.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogViewController.m; sourceTree = ""; }; - 1641B4130A8DD2C2E3021678074209EB /* UISwitch+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+RACSignalSupport.h"; path = "ReactiveObjC/UISwitch+RACSignalSupport.h"; sourceTree = ""; }; + 15E9ACBB37A01BB12C137F6A3B521A6C /* YYCategories.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCategories.release.xcconfig; sourceTree = ""; }; + 15FA23E440468A92791CD8D6625951A8 /* LLSandboxWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxWindow.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxWindow.h; sourceTree = ""; }; + 160CB3A184DF41CC04F55221527C87F7 /* AgoraRtcKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraRtcKit.xcframework; sourceTree = ""; }; + 160D69536F16CA2F2D15C3C1D1A63AA3 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + 16164E9FD1A9AC2D8DFCEE160AADBDFE /* YBIBToastView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBToastView.h; path = YBImageBrowser/AuxiliaryView/YBIBToastView.h; sourceTree = ""; }; + 1620B4E770CDE243E416FEF28E8AC1D2 /* mz_strm_pkcrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_pkcrypt.c; path = SSZipArchive/minizip/mz_strm_pkcrypt.c; sourceTree = ""; }; + 1628927A98308D71928566359280512A /* NSData+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+OSS.h"; path = "AliyunOSSSDK/NSData+OSS.h"; sourceTree = ""; }; + 164D20A5CE2222E30FFE5286BBCFB70D /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; + 16563429A8C8350C83FC55162AE6ACB6 /* LLBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseViewController.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseViewController.h; sourceTree = ""; }; + 167132E18DA18997F40FC8AFB6BE59FB /* IQUIViewController+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIViewController+Additions.m"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.m"; sourceTree = ""; }; + 16801DF98DAFAF0AEF11C0F987F9526E /* YYWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYWebImage-umbrella.h"; sourceTree = ""; }; 168C9552835213EFD4E946DF7A3A5E4A /* TUIMenuCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMenuCellData.m; sourceTree = ""; }; - 16A953B1489D93A6CAB58DF3660E50FC /* UIView+SDExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+SDExtension.m"; path = "SDCycleScrollView/Lib/SDCycleScrollView/UIView+SDExtension.m"; sourceTree = ""; }; - 16A98E5BDC077F1555782DCE30594D96 /* LLSandboxCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxCell.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxCell.h; sourceTree = ""; }; + 169128B24DE65C855F265C4EEA2663F4 /* TZImagePickerController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TZImagePickerController.release.xcconfig; sourceTree = ""; }; + 169AF84117584D4AB2F0D8F79F35DB9C /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; 16AAD6577B4751C59BFF8318341DDDAB /* TUIGroupPinPageViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupPinPageViewController.h; sourceTree = ""; }; - 16C764907155092CA362EE87202CB7AC /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Core/BRPickerView.bundle; sourceTree = ""; }; + 16F229E3FDF9DEBCF6A1F5D0A1F5D1C7 /* GPBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities.h; path = objectivec/GPBUtilities.h; sourceTree = ""; }; 16F5E8F967963B368527015A3F347B30 /* TUIRecordView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIRecordView.h; sourceTree = ""; }; - 1716232139CC5201D57DB0BC972C8EA4 /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; + 1702FF35313D88190F15D937D361DC21 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; 1716B5FBCF0DF55C120AC52CFC22452D /* YYCategories */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYCategories; path = YYCategories.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 171952C1A3A5AF772DD6ECCA56E1D43B /* IQToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQToolbar.m; path = IQKeyboardManager/IQToolbar/IQToolbar.m; sourceTree = ""; }; - 172CB44B04B81500A3896C8F1EA66C29 /* LLHierarchyHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyHelper.m; path = LLDebugTool/Core/Component/Hierarchy/Function/LLHierarchyHelper.m; sourceTree = ""; }; - 1738F3FDE9CC0DE7C1813CA3ABF620E9 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; - 17627534BA2F0834C096BC0D027BCF76 /* Zip-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Zip-prefix.pch"; sourceTree = ""; }; + 173696C512AD284BA67B56F45C45518C /* LLRulerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerComponent.h; path = LLDebugTool/Core/Component/Ruler/LLRulerComponent.h; sourceTree = ""; }; + 1739B75C3D6D13D59073DD909B54D447 /* TZLocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZLocationManager.m; path = TZImagePickerController/Location/TZLocationManager.m; sourceTree = ""; }; + 173D2A7F3566F2074CC8F7D630620FAF /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; + 174F2A838991AE0A4BEA779E07F522E9 /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; 176D1F2373CBF8ADDD59548AEA36F0E5 /* TUIMessageCellConfig_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageCellConfig_Minimalist.m; sourceTree = ""; }; - 177252F2A68240CE164B5848F29F2CBA /* LLJsonTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLJsonTool.h; path = LLDebugTool/Core/Others/JsonTool/LLJsonTool.h; sourceTree = ""; }; - 178CB5232ADD2940C664E2DAC8C07E78 /* YYTextTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextTransaction.m; path = YYText/Utility/YYTextTransaction.m; sourceTree = ""; }; - 179266BC2C3B9C1BC1AB76D7677AF624 /* SDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCallbackQueue.m; path = SDWebImage/Core/SDCallbackQueue.m; sourceTree = ""; }; - 17A930B3262C6C80EA4BDDDAF7256495 /* QCloudCustomLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomLoader.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomLoader.h; sourceTree = ""; }; - 17B18416AEC94C55CE635A96FB102FE8 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; + 178AA8E0076FE2B381D68DD0EF7A35B6 /* sharpyuv_cpu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_cpu.h; path = sharpyuv/sharpyuv_cpu.h; sourceTree = ""; }; + 179735669D6E4E6BE2B051730C2D5A6C /* QCloudPutObjectRequest+Custom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudPutObjectRequest+Custom.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+Custom.m"; sourceTree = ""; }; + 179F0D9FA3412084FD5FF340E63DBDBF /* YBIBVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoView.h; path = Video/YBIBVideoView.h; sourceTree = ""; }; + 17A013F8E2D98CD05C00F895A28628B0 /* LLNetworkFilterViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkFilterViewController.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterViewController.m; sourceTree = ""; }; + 17AA17CAD6E5FBD2D28E6AB5F5E17255 /* QCloudCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCore.h; path = QCloudCore/Classes/Base/QCloudCore.h; sourceTree = ""; }; + 17B11E865D152A45AE7D4D1AC5881EC6 /* OSSV1Signer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSV1Signer.h; path = AliyunOSSSDK/Signer/OSSV1Signer.h; sourceTree = ""; }; + 17C994D8997999F66A311219A666A119 /* OSSGetObjectTaggingRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectTaggingRequest.m; path = AliyunOSSSDK/OSSGetObjectTaggingRequest.m; sourceTree = ""; }; + 17EE07D05713F861D4617F0B407735A0 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; 17F101A8D76A7CB07D0256337B955E80 /* TUIChat-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIChat-umbrella.h"; sourceTree = ""; }; - 18041577F16A0143428033EB5F335017 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; - 1804E0CE29A76FAF0B263872E8F5B485 /* GPBTimestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBTimestamp.pbobjc.h; path = objectivec/GPBTimestamp.pbobjc.h; sourceTree = ""; }; - 1832AD024F11EA28E6491B6EE218049F /* CALayer+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+YYAdd.h"; path = "YYCategories/Quartz/CALayer+YYAdd.h"; sourceTree = ""; }; - 18354FADB2DFD827C38F32B5B283B9A4 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; - 1836FF8EE9E132C2D0C9EDF864335D28 /* GPBRootObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBRootObject.m; path = objectivec/GPBRootObject.m; sourceTree = ""; }; - 1854DC9D55B17DD70F4C7058C19FF2F9 /* MQTTClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.release.xcconfig; sourceTree = ""; }; + 17F2456F7ACFAEBA7B7C14DBA4F3DA6B /* YBIBAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBAnimatedTransition.m; path = YBImageBrowser/Base/YBIBAnimatedTransition.m; sourceTree = ""; }; + 17F6298FA9D6C3AE2ABA0EA8979BF7F8 /* QCloudCustomLoaderTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCustomLoaderTask.m; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomLoaderTask.m; sourceTree = ""; }; + 1814649448A26D9D11522AD7647C8C79 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; + 18179FF1980DCE6B00481D77C3A2C3AD /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 18463071CFED590C1D24836B05885720 /* SVGAAudioLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAAudioLayer.h; path = Source/SVGAAudioLayer.h; sourceTree = ""; }; + 184FD04DA73F807340EEFE6E348784DA /* SVGAPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGAPlayer.release.xcconfig; sourceTree = ""; }; + 1855E88F7C3EF13E5768541649108927 /* LLTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCell.h; sourceTree = ""; }; 185891CE0FA5AA263CFA1982F4E5B3F1 /* TUIReplyMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyMessageCellData.h; sourceTree = ""; }; 1861D51E6AFECEB294232A4496429A63 /* TIMCommon-TIMCommon_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "TIMCommon-TIMCommon_Privacy"; path = TIMCommon_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 1872E3DC15A4A585A5D6B157E5353431 /* KrcParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KrcParser.swift; path = AgoraLyricsScore/Class/Other/KrcParser.swift; sourceTree = ""; }; - 187EB415C386F93E525B3555B972129F /* QCloudUploadPartRequest+Custom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudUploadPartRequest+Custom.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest+Custom.m"; sourceTree = ""; }; - 1881D1008039B89F10E7FA2BA6DE3763 /* QCloudGetObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudGetObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest.m; sourceTree = ""; }; - 1886FABE4F852B01CE143893D8365EFD /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; - 1887F4D2942335285CFD33902DAB90D2 /* IQBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.m; sourceTree = ""; }; - 188FEDA05AA25015F0253CF3C2A1311E /* YBIBPhotoAlbumManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBPhotoAlbumManager.h; path = YBImageBrowser/Helper/YBIBPhotoAlbumManager.h; sourceTree = ""; }; - 18D4BC089B6EE583D1F4CBCED430B23B /* YYCategories-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCategories-prefix.pch"; sourceTree = ""; }; + 1871AD55AA72CD1FF8E4699DBD0A3C24 /* LLNetworkModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkModel.m; path = LLDebugTool/Core/Component/Network/Function/LLNetworkModel.m; sourceTree = ""; }; + 1876330480C57EC6773B7EDC019DF0F1 /* UIDevice+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIDevice+VAPUtil.h"; sourceTree = ""; }; + 1888390B3740B2978FCAF5D477064C21 /* NSBundle+TZImagePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+TZImagePicker.h"; path = "TZImagePickerController/TZImagePickerController/NSBundle+TZImagePicker.h"; sourceTree = ""; }; + 18A8FCF141142CEC4F312CBF99535E65 /* FLAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLAnimatedImageView.m; path = FLAnimatedImage/FLAnimatedImageView.m; sourceTree = ""; }; + 18BA5BB13B83C32F2C45560D10299EFB /* AgoraComponetLog-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AgoraComponetLog-xcframeworks.sh"; sourceTree = ""; }; + 18D24AA04FB79A283CA5C6EF897E7B62 /* LLSandbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandbox.h; path = LLDebugTool/Core/Component/Sandbox/LLSandbox.h; sourceTree = ""; }; + 18D2FEF453C1FF5F03E8B0D15A686EB8 /* QCloudHeadObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHeadObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudHeadObjectRequest.m; sourceTree = ""; }; + 18DF92D6D90B816F015398E261C0FF4C /* QGVAPMetalRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalRenderer.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalRenderer.h; sourceTree = ""; }; + 18E6A2C0CF090E3B8EAB0D42946E8720 /* QCloudAbortMultipfartUploadRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAbortMultipfartUploadRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudAbortMultipfartUploadRequest.h; sourceTree = ""; }; 18EBAF584B696CB221C9BEC2A9B9E812 /* TUICommonModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICommonModel.m; sourceTree = ""; }; 18F28F3038AFFB65CF4B02270E8D7093 /* TUIReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyQuoteView_Minimalist.m; sourceTree = ""; }; - 18FC96CC58A3760F2BCDB736F8029010 /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Deprecated/Base/BRBaseView.m; sourceTree = ""; }; - 1905248EEA3CE43D8B0EE5A90773BEF7 /* UIWindow+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWindow+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIWindow/UIWindow+LL_Utils.h"; sourceTree = ""; }; - 19208F14DA0A2B3D68B23872962764E3 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - 193B8DE441F822996DB85CE1E778E140 /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; - 198BE69391F4887F28FA64E0248071F8 /* NSDictionary+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSDictionary+VAPUtil.h"; sourceTree = ""; }; - 199536E8963A301291FD2DEC6B14531D /* GPBStruct.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBStruct.pbobjc.m; path = objectivec/GPBStruct.pbobjc.m; sourceTree = ""; }; - 199E167D37F89FBAB58B59277B052F6E /* OSSNSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSNSLogger.h; path = AliyunOSSSDK/OSSFileLog/OSSNSLogger.h; sourceTree = ""; }; - 19AB223C1F942890DF0BE9212ABCBAE0 /* NSParagraphStyle+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSParagraphStyle+YYText.h"; path = "YYText/Utility/NSParagraphStyle+YYText.h"; sourceTree = ""; }; - 19C0F163161623AD623CF6733ACC305E /* NSBundle+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+YYAdd.h"; path = "YYCategories/Foundation/NSBundle+YYAdd.h"; sourceTree = ""; }; - 19EC4EE0C567873774C66292AEC15EFD /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 1A1B3B7BD102DF87FBCCD0568816B6BA /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWellKnownTypes.m; path = objectivec/GPBWellKnownTypes.m; sourceTree = ""; }; - 1A23EF77097C6A1C74E776951B509E5B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = BRPickerView/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 1A2E818D391D5A9AF7161708FD90DA54 /* QCloudSandboxPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSandboxPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudSandboxPath.h; sourceTree = ""; }; - 1A2E8AEB3D01EFA0A7BC494E9A84B299 /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - 1A37423603CB86631A25C75E7428AED0 /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; - 1A73459C2CC9D8D858F04BEFB0B50BA1 /* Algorithm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = Algorithm.c; path = AgoraLyricsScore/Class/Al/Algorithm.c; sourceTree = ""; }; - 1A80456146B2F3CE27A4C9F942F1A2D1 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; - 1A95A841692B05AA71D9B23913C6DCB1 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; - 1A9DA6C06786C42A34745E252318F852 /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = ""; }; - 1AA12266A225C8D70CDC90D33EABC8C9 /* LLFunctionItemModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionItemModel.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemModel.m; sourceTree = ""; }; + 1929E2FE6305E0532F00C60C318553E8 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + 198A1F378067344EF8615ECC69A9B7AD /* UIBarButtonItem+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+RACCommandSupport.h"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.h"; sourceTree = ""; }; + 198A5EBC9590D63BE3CAB04B28CDF8F0 /* LLBaseTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseTableViewController.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewController.h; sourceTree = ""; }; + 19992A0F736B09E9693AE2B2D226B106 /* OSSSignerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSSignerBase.h; path = AliyunOSSSDK/Signer/OSSSignerBase.h; sourceTree = ""; }; + 19AFF180E4FCEBD4EA4826CA15BF931F /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePicker/NSDate+BRPickerView.m"; sourceTree = ""; }; + 19C984CABE0ECAD4B1C2DD8AEF46E162 /* LLLocationMockRouteModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationMockRouteModel.h; path = LLDebugTool/Core/Component/Location/Function/LLLocationMockRouteModel.h; sourceTree = ""; }; + 19CD15585BD505E2042F7A27C6B0913B /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; + 19F1DD824F5BFC5BE2001061DC7110E0 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + 19FC145A314BB3D9DC7E9D2492C2198C /* LLSandboxVideoPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxVideoPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxVideoPreviewController.m; sourceTree = ""; }; + 1A044BB556E45F54C0AC892520A38BFC /* UITextField+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+YYAdd.m"; path = "YYCategories/UIKit/UITextField+YYAdd.m"; sourceTree = ""; }; + 1A087327FC405B629C564456836A4F5A /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary_PackagePrivate.h; path = objectivec/GPBDictionary_PackagePrivate.h; sourceTree = ""; }; + 1A0BF8DF70BFF2C59C1C73F482FB5679 /* LLMagnifierViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierViewController.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierViewController.h; sourceTree = ""; }; + 1A24ADA535CAD68D8DBC86144221482A /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + 1A41D55F347D34F740A49E21F4723E93 /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + 1A525DBA7B436FA6EFEE97970DAAAE14 /* UIControl+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+YYAdd.h"; path = "YYCategories/UIKit/UIControl+YYAdd.h"; sourceTree = ""; }; + 1A5B5A5D5DC5566A0A9FA12A92A416F2 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; + 1A6AE9397537101C54128A56B7D669FB /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYSpriteSheetImage.m; path = YYImage/YYSpriteSheetImage.m; sourceTree = ""; }; + 1A7873FB3EF43B53AA22E30C8B807685 /* NSDate+QCLOUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+QCLOUD.h"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCLOUD.h"; sourceTree = ""; }; + 1A9C0E681B115BF9939D56743A546224 /* AvoidCrashStubProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AvoidCrashStubProxy.h; path = AvoidCrash/AvoidCrashStubProxy.h; sourceTree = ""; }; 1AD3A57805F1807345E09E59E29510FB /* TUIConversationListDataProvider_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationListDataProvider_Minimalist.h; sourceTree = ""; }; - 1ADA0F2909892D339EE4B58B24AAF304 /* QGHWDMetalView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGHWDMetalView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalView.m; sourceTree = ""; }; + 1ADC4F05EEB00A7FF2EDFC9A9EB7C3E5 /* YBImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBImage.m; path = YBImageBrowser/Image/YBImage.m; sourceTree = ""; }; 1AE47120AACC023A925FF8799BECF23D /* TUIGroupCreatedCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupCreatedCell_Minimalist.h; sourceTree = ""; }; 1AE7F39720B6351447C0166FA9BD3C05 /* TUIChatDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatDataProvider.h; sourceTree = ""; }; - 1AF888AD2D01349BB1539729BFBAE5CF /* OSSAllRequestNeededMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSAllRequestNeededMessage.m; path = AliyunOSSSDK/OSSAllRequestNeededMessage.m; sourceTree = ""; }; - 1AFD837912158353E2D4AA3698EDECEF /* AgoraSpatialAudioExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraSpatialAudioExtension.xcframework; sourceTree = ""; }; + 1AE8BB193F942472C4145049C0948F4C /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; 1B01055A02C595C4CC216230475CCEF1 /* TUIGlobalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGlobalization.h; sourceTree = ""; }; - 1B01B009C9C7D3274074627D95807B53 /* QCloudMultipartUploadOwner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartUploadOwner.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadOwner.m; sourceTree = ""; }; - 1B065ADB18274304662B055842D547B8 /* LyricsFileDownloaderProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricsFileDownloaderProtocol.swift; path = AgoraLyricsScore/Class/Downloader/LyricsFileDownloaderProtocol.swift; sourceTree = ""; }; - 1B1917C3258642FD33C8DEDAA318364B /* TIMPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TIMPush.debug.xcconfig; sourceTree = ""; }; 1B1EB606B1F4A7C6FCDE8A933428596B /* TUITypingStatusCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITypingStatusCellData.m; sourceTree = ""; }; - 1B5BDB8A4E3E1A103D830B649A2DE327 /* YYTextParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextParser.h; path = YYText/String/YYTextParser.h; sourceTree = ""; }; - 1BA6958466A32AF9132FFA8AA4FD8B85 /* QCloudCOSXML.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCOSXML.debug.xcconfig; sourceTree = ""; }; - 1BB17EB26C18B840FDFABFCD2C4A1964 /* ScoringView+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringView+Events.swift"; path = "AgoraLyricsScore/Class/Scoring/View/ScoringView+Events.swift"; sourceTree = ""; }; - 1BC9E6647B45DB7C2F29655EE5CB5F55 /* SVGAImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAImageView.h; path = Source/SVGAImageView.h; sourceTree = ""; }; - 1BD7A2EEFD3A74BC35A93A1D846CCD9B /* LLSettingWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingWindow.m; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingWindow.m; sourceTree = ""; }; - 1BE696AE898CF859D435CA3561473095 /* Zip-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Zip-dummy.m"; sourceTree = ""; }; - 1BEB685C697FE5423B0FBEF0E1C5592E /* QCloudThreadSafeMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudThreadSafeMutableDictionary.m; path = "QCloudCore/Classes/Base/Bolts-Promise/QCloudThreadSafeMutableDictionary.m"; sourceTree = ""; }; - 1C2F31D548AB72EE666F20112F85F721 /* IQKeyboardManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManager.modulemap; sourceTree = ""; }; - 1C33AB6E13244E6E5A312200E726BD56 /* YYText-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYText-Info.plist"; sourceTree = ""; }; - 1C4CB6C1CB8203418CDFE97C2E15EF20 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + 1B4240BE38A01859FD311954EB3F547D /* QCloudAbstractRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAbstractRequest.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudAbstractRequest.m; sourceTree = ""; }; + 1B4719F2C50039E65FC7E12FC9862513 /* UIBarButtonItem+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+YYAdd.m"; path = "YYCategories/UIKit/UIBarButtonItem+YYAdd.m"; sourceTree = ""; }; + 1B6964DDD54C210A38D884DC93B43F48 /* YYWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYWebImageOperation.h; path = YYWebImage/YYWebImageOperation.h; sourceTree = ""; }; + 1B7217436DE9A946F05B619C40AA217A /* QCloudFakeRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFakeRequestOperation.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudFakeRequestOperation.h; sourceTree = ""; }; + 1B79AF9D72370B2E617C50B940E85E9F /* LLFunctionItemModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionItemModel.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemModel.m; sourceTree = ""; }; + 1B8AB564FF9369F78C0EC51107B8C1AA /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; + 1BA463678E945418A7974B41FEAC1096 /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage_PackagePrivate.h; path = objectivec/GPBMessage_PackagePrivate.h; sourceTree = ""; }; + 1BA8091F5962E176B3F2BF9D1EA157CD /* SVProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVProgressHUD.h; path = SVProgressHUD/SVProgressHUD.h; sourceTree = ""; }; + 1BAAEC191B54C38545A3A676DA7A6903 /* TZAuthLimitedFooterTipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZAuthLimitedFooterTipView.m; path = TZImagePickerController/TZImagePickerController/TZAuthLimitedFooterTipView.m; sourceTree = ""; }; + 1BB25E456DA3C56A7385C5CA345F8FEA /* OSSDeleteObjectTaggingResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteObjectTaggingResult.m; path = AliyunOSSSDK/OSSDeleteObjectTaggingResult.m; sourceTree = ""; }; + 1BBA3B7AA51D38346EE68F1929E74C25 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; + 1BBCBE703B6394C6247C98115A1A6F31 /* YYTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextView.h; path = YYText/YYTextView.h; sourceTree = ""; }; + 1BCCB2312954A20049773B8CE76D4821 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; + 1BDE0E5923D3033F974AED8E9A2BA45A /* QCloudMultipartUploadPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartUploadPart.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadPart.h; sourceTree = ""; }; + 1BF12C4F44B5E6D9F26F66C3B430397D /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 1BF9D175E5728F514907398656DDFD11 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 1C08A72AE13DB79266E7B4C5604BB27F /* LLDebugToolMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDebugToolMacros.h; path = LLDebugTool/DebugTool/LLDebugToolMacros.h; sourceTree = ""; }; + 1C3BF96E087FBCA4B40E45C8EEC2DC67 /* IQKeyboardManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.release.xcconfig; sourceTree = ""; }; 1C57656CFFDD0E3A00DA919DA53EAD2E /* TUIVoiceMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVoiceMessageCellData.h; sourceTree = ""; }; - 1C58A2493448062EEB078E9E75FC5E00 /* YBImageBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YBImageBrowser.modulemap; sourceTree = ""; }; - 1C67F518C36E23AF40254DBA8D1341DE /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; - 1C6CB13EC3CBC674CF960DABFF97B5E0 /* LLDebugTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDebugTool.h; path = LLDebugTool/DebugTool/LLDebugTool.h; sourceTree = ""; }; + 1C5CEB0F485F6C71237FE806F103F1B7 /* LLLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocation.h; path = LLDebugTool/Core/Component/Location/LLLocation.h; sourceTree = ""; }; + 1C702B922BB4AC09EE4F6847B62E5230 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; 1C7865F99FD95F09847F533F33A10298 /* TUIVideoCollectionCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoCollectionCell.h; sourceTree = ""; }; - 1C8D8936524EBE3B344C9BC49AF47117 /* QCloudMultiDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultiDelegateProxy.m; path = QCloudCore/Classes/Base/ObjectFack/QCloudMultiDelegateProxy.m; sourceTree = ""; }; - 1C9EA99F55198372B00D4B1CE72A7626 /* SVGAPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGAPlayer.debug.xcconfig; sourceTree = ""; }; - 1CAD5071D46DA74AF8629B89B2460B55 /* IQUIViewController+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIViewController+Additions.h"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.h"; sourceTree = ""; }; - 1CCC26D7A014F04D3FF49AF42C9F966C /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - 1CE1DA34852DAF66DAD591519DC73EE7 /* YBIBImageCache+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBImageCache+Internal.h"; path = "YBImageBrowser/Image/YBIBImageCache+Internal.h"; sourceTree = ""; }; - 1CE3CE3DBC64AB60E3A5818C1BE4EE97 /* OSSLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSLog.m; path = AliyunOSSSDK/OSSLog.m; sourceTree = ""; }; - 1CEA4A82EF6A095428C4B800C30E39E9 /* SVGAPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAPlayer.h; path = Source/SVGAPlayer.h; sourceTree = ""; }; - 1D065235116A0A3ABAAB4CAE58E793D6 /* QGVAPSafeMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPSafeMutableDictionary.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableDictionary.m; sourceTree = ""; }; - 1D0B3DEB1714934F5017308B34D0703C /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 1D1747FFB2483E7288E1FACBCA24CD46 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; - 1D1BF4079BD07F4564B6FC5D9AD29C91 /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream_PackagePrivate.h; path = objectivec/GPBCodedOutputStream_PackagePrivate.h; sourceTree = ""; }; - 1D56A2F383AE52A2E3DF3A6F4B254740 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + 1C811207F4713369716EAF9D1A84E83B /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; + 1CC2E661D03D52A55C3233351E12BB7A /* AgoraSoundTouch.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraSoundTouch.xcframework; sourceTree = ""; }; + 1D4567EC41D24E4AD53909CCDDC52718 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; 1D62A009291D7554837AE9F991AF602C /* TIMDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMDefine.h; sourceTree = ""; }; - 1D76AFCC9DA97C81EEFD8C284AC66766 /* ReconnectTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReconnectTimer.m; path = MQTTClient/MQTTClient/ReconnectTimer.m; sourceTree = ""; }; - 1D8331164E212257C20D95AB2E3448C8 /* OSSDDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDDLog.h; path = AliyunOSSSDK/OSSFileLog/OSSDDLog.h; sourceTree = ""; }; - 1DA7140D48E0E3E591B0673604CC5DB4 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; - 1DC79BC833AE05646E3EE85C4E5C88A5 /* SVGABezierPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGABezierPath.h; path = Source/SVGABezierPath.h; sourceTree = ""; }; 1DCFA6A608700DFA6B10940A80171747 /* TUIFoldConversationListBaseDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFoldConversationListBaseDataProvider.h; sourceTree = ""; }; - 1DD50156D9B15CB388A20DB62B2E0BB0 /* QGMP4Box.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4Box.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.h; sourceTree = ""; }; - 1DE08FA81747E5623FBCBD95406DA52C /* QGVAPConfigModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPConfigModel.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.m; sourceTree = ""; }; - 1DE48FA5EDE295A1EA70F1332367380A /* ScoringMachineEx+DataHandle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachineEx+DataHandle.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachineEx/ScoringMachineEx+DataHandle.swift"; sourceTree = ""; }; - 1E061233B1799471B81C71C2DABD1D6A /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 1E0A6CF1D49A40449DA267861AD1E722 /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; - 1E1F7BCD40A282679B5ACF989AF45F25 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 1E30DD2E6EACC0D6E1AC4B882A63B165 /* QCloudPutObjectRequest+CustomBuild.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudPutObjectRequest+CustomBuild.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+CustomBuild.m"; sourceTree = ""; }; - 1E36624477B577760A70F5A7A72FF3F5 /* UIWindow+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIWindow/UIWindow+LL_Utils.m"; sourceTree = ""; }; - 1E41F889305B064BE18B2188D743011A /* AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AvoidCrash.h; path = AvoidCrash/AvoidCrash.h; sourceTree = ""; }; - 1E43C0ADF881FD3563B72BA5623AB21B /* LLRouter+AppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+AppInfo.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+AppInfo.h"; sourceTree = ""; }; - 1E45121F3C1E9DCE8C3B702C17FA6143 /* QCloudURLHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudURLHelper.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudURLHelper.m; sourceTree = ""; }; + 1DF3ED17E01C0120F400F6EBF74E7C98 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + 1E477E65B2F4EE37CAD824238562EA33 /* OSSClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSClient.m; path = AliyunOSSSDK/OSSClient.m; sourceTree = ""; }; 1E4A1EA0001525A567CA5C9A0ACD8D79 /* TUIMergeMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeMessageCell_Minimalist.m; sourceTree = ""; }; - 1E4D01471C7BA05B3A00A0FC471A0BF2 /* QCloudEnv.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudEnv.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/QCloudEnv/QCloudEnv.m; sourceTree = ""; }; - 1E518B1E5926085DBA4039B9D137A1DD /* LLFunctionComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionComponent.h; path = LLDebugTool/Core/Others/Component/Function/LLFunctionComponent.h; sourceTree = ""; }; - 1E6B984379824E27D781992D6782D448 /* YYCache-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-prefix.pch"; sourceTree = ""; }; - 1E7586DE1167AFED1753C420B434C34F /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; - 1E7B96200FED33071FAA8946D3A6788E /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 1E820501571CC869D75B3B906D793C0B /* LLFilterTextFieldCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterTextFieldCell.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldCell.h; sourceTree = ""; }; - 1E8DEB350CFCD7C373D1B90E2A2DFB02 /* _YYWebImageSetter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _YYWebImageSetter.h; path = YYWebImage/Categories/_YYWebImageSetter.h; sourceTree = ""; }; + 1E4A577A5552E7210C25D8550639A1A9 /* SVGAPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAPlayer.h; path = Source/SVGAPlayer.h; sourceTree = ""; }; + 1E4BAE3BCBAE046DCCDCB68F7059EACA /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; + 1E689DE3243FE96C4CCBD4C28C0ED549 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 1E6A94E9E2FE7C1E135AC6A224F7970B /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 1E71E9830389410F535A66A15E13D895 /* FMDB-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FMDB-umbrella.h"; sourceTree = ""; }; + 1E80FB355EE00AC50CFB9A0D881DD0E0 /* LLURLProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLURLProtocol.h; path = LLDebugTool/Core/Component/Network/Function/LLURLProtocol.h; sourceTree = ""; }; + 1E8B35EA071CA216FA114C683A1E7B95 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + 1E8ED545CA04320604F79E099E26F934 /* QCloudCoreVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCoreVersion.h; path = QCloudCore/Classes/Base/QCloudCoreVersion.h; sourceTree = ""; }; + 1EA1D9869B855CECA575D29FE20B05A4 /* UIResponder+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIResponder/UIResponder+LL_Utils.m"; sourceTree = ""; }; 1EB3DA14360363BDCEC1A1669BAFB2CD /* TUIConversationSelectController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationSelectController.m; sourceTree = ""; }; 1EED6B4D68B51A9CA8E4B61BB1614666 /* TUIMessageCellLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageCellLayout.h; sourceTree = ""; }; - 1F082B671EE3CBA5A36ECBB1394A10FB /* QCloudXMLDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudXMLDictionary.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Reader/QCloudXMLDictionary.h; sourceTree = ""; }; - 1F0C905D614789808B6910473387F2D8 /* LLSandboxVideoPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxVideoPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxVideoPreviewController.h; sourceTree = ""; }; - 1F29DFB2EA1AABDE355EB7AE042635C7 /* NSDictionary+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+YYAdd.h"; path = "YYCategories/Foundation/NSDictionary+YYAdd.h"; sourceTree = ""; }; - 1F49515474D94F5D1BC16E8BF0451BA6 /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; - 1F4A3625FFAF59432A3A92CB06415642 /* QCloudUniversalPathConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalPathConstants.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPathConstants.h; sourceTree = ""; }; - 1F72FA2C4280C378D93155F09037443B /* YYText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYText-prefix.pch"; sourceTree = ""; }; - 1F821D96E4D6D12CCD9302BF748763FB /* YYWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYWebImage-dummy.m"; sourceTree = ""; }; - 1F831A5281096A13920386EF42722ED4 /* UITableViewCell+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.m"; sourceTree = ""; }; - 1F859E2210DE47D702E8681BA4105ADD /* TZAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZAssetCell.m; path = TZImagePickerController/TZImagePickerController/TZAssetCell.m; sourceTree = ""; }; - 1F952366013AD3E5E9BA84A0A2236459 /* LLSettingComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingComponent.h; path = LLDebugTool/Core/Others/Component/Setting/LLSettingComponent.h; sourceTree = ""; }; - 1FA30EA3D09058DC2BCC91FEE99C7FFA /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 1FA9E357EBE09B8FB04E0D52A6DA6214 /* LLEntryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryTitleView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryTitleView.h; sourceTree = ""; }; + 1F0353EB29A120E7AF994A8A7C8D6795 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + 1F313C201D10D748ED4C202560BD689D /* QCloudCOSXML-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QCloudCOSXML-dummy.m"; sourceTree = ""; }; + 1F3A086179F4D00BCE9C4B116CA4E3B1 /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; + 1F51C46DACE08F4E9EB6899BE7E96C3A /* LLTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCellModel.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellModel.m; sourceTree = ""; }; + 1F527ACC94FA6F375E754C156382CCF9 /* NSObject+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Utils.h"; sourceTree = ""; }; + 1F84F8E3BF389D437521E7B8313EB297 /* Protobuf-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-umbrella.h"; sourceTree = ""; }; + 1F89C333D5FFEE9579F90A750DA35952 /* SDCycleScrollView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDCycleScrollView.modulemap; sourceTree = ""; }; + 1FA31384ECF35A4E3AA7F52D1A678EC9 /* JXPagingView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JXPagingView-Info.plist"; sourceTree = ""; }; + 1FAF23A31F0F4E11CD2FEF2AAF60AA97 /* YYCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCache-dummy.m"; sourceTree = ""; }; + 1FB4FD202DF5CE97C9F288599C1BA839 /* LLNetworkWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkWindow.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkWindow.h; sourceTree = ""; }; 1FBFBF1657F4C8B08A3A6870AFFF5457 /* TUIMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageCellData.m; sourceTree = ""; }; - 1FC5268B7AC4632A410339FFDD20DF3E /* YBIBImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageCell.m; path = YBImageBrowser/Image/YBIBImageCell.m; sourceTree = ""; }; - 1FD47CF6F11864745940F976B14CC857 /* mz_zip_rw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip_rw.h; path = SSZipArchive/minizip/mz_zip_rw.h; sourceTree = ""; }; 1FDA6E658D588ECAEFD0121E81EF3A4D /* TUIChatFlexViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatFlexViewController.m; sourceTree = ""; }; - 1FDCEE6B910DFAC0E9C772B99EE56625 /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = objectivec/google/protobuf/SourceContext.pbobjc.h; sourceTree = ""; }; - 1FF62029FDFFD732732EF5F2EF5929E7 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; + 1FDB159FD167D836BCD9607AA99BDAF1 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Core/NSBundle+BRPickerView.m"; sourceTree = ""; }; + 1FE719113A4614EDC612570A6A85E9CD /* LLShortCutWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutWindow.h; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutWindow.h; sourceTree = ""; }; + 1FE7FF77772E7E350B35DF2D0A1E868E /* NSDate+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+OSS.h"; path = "AliyunOSSSDK/NSDate+OSS.h"; sourceTree = ""; }; 1FFED36A657123030ABB700256D73F15 /* Masonry */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2008AD3DBA6144A4F2B2261111D8AEE0 /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePicker/BRDatePickerView.h; sourceTree = ""; }; - 202AE6CB23C1D7766483A0092527E90E /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + 1FFF19C6B70558412F5B18903DBEF593 /* OSSRestoreObjectResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSRestoreObjectResult.h; path = AliyunOSSSDK/OSSRestoreObjectResult.h; sourceTree = ""; }; 202BB8B880446B1F9B7C7708BF26FDD1 /* TUIFaceMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFaceMessageCell_Minimalist.m; sourceTree = ""; }; - 20343CC3F6D152CD8DD53ACAC5CDADC5 /* QGMP4Box.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4Box.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.m; sourceTree = ""; }; - 204426110067416B491362D7ABBCA052 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 204C3DF99C0FD906CB57AC328EA4A0DE /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - 205C8F9018C2B758BAC59F6F06EAB367 /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; - 20879D9B56A7E684907F75923C3F6EF1 /* OSSNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSNetworking.m; path = AliyunOSSSDK/OSSNetworking.m; sourceTree = ""; }; + 2052F023FAEAC833A1DA249D5E5E9D5B /* YBIBGetBaseInfoProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBGetBaseInfoProtocol.h; path = YBImageBrowser/Protocol/YBIBGetBaseInfoProtocol.h; sourceTree = ""; }; + 20652EC403060AE5261E235762B4B8A1 /* NSNotificationCenter+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+YYAdd.m"; path = "YYCategories/Foundation/NSNotificationCenter+YYAdd.m"; sourceTree = ""; }; 209879172E5087EAA9EADBF0F6D8DFBF /* TUIRelationUserModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIRelationUserModel.h; sourceTree = ""; }; - 20C4734B2C29C11E89943BF4ED48D831 /* LLFilterTextFieldModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterTextFieldModel.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldModel.m; sourceTree = ""; }; - 20E5C9474158147BFADEC3D36D8234F0 /* LLFilterDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterDatePickerView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDatePickerView.h; sourceTree = ""; }; - 20F1EF1530C7EB6E819B8CBA9CD7B69D /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 20FB6E25DD4AF9E7342175D1281FF609 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream_PackagePrivate.h; path = objectivec/GPBCodedInputStream_PackagePrivate.h; sourceTree = ""; }; + 20A1EB787F5B11CAEE93906FFA51F851 /* UIButton+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+YYWebImage.m"; path = "YYWebImage/Categories/UIButton+YYWebImage.m"; sourceTree = ""; }; + 20B25D9EED33B46F6CB280FA341E3DD4 /* UIControl+RACSignalSupportPrivate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupportPrivate.m"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.m"; sourceTree = ""; }; + 20CBA74CA54BCCDC51A36C2D474860D4 /* LLRulerPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerPickerView.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerView.m; sourceTree = ""; }; + 20E80F328D6E28CE1933176CA4EA186C /* TIMPush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TIMPush.h; path = "TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/TIMPush.h"; sourceTree = ""; }; + 20EEDC12C7AEF0090DDBA1DED7CCC132 /* LLButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLButton.h; path = LLDebugTool/Core/Others/CommonUI/View/TabBarButton/LLButton.h; sourceTree = ""; }; + 20F838E33BB643D540ED2CAF272A8FE3 /* YBIBVideoData+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBVideoData+Internal.h"; path = "Video/YBIBVideoData+Internal.h"; sourceTree = ""; }; + 210CF4E0D97A06C22623ACE0563701EB /* YBIBImageData+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBImageData+Internal.h"; path = "YBImageBrowser/Image/YBIBImageData+Internal.h"; sourceTree = ""; }; + 21165E2BF07F7A843BBEA0CC5127A2F9 /* LyricCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricCell.swift; path = AgoraLyricsScore/Class/Lyrics/LyricCell.swift; sourceTree = ""; }; 21169C94E627784A07C82A02EAA0C0B8 /* TUIConversationSelectDataProvider_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationSelectDataProvider_Minimalist.m; sourceTree = ""; }; + 211FDE17F18C233D6323D6286C8D3A66 /* OSSServiceSignature.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSServiceSignature.m; path = AliyunOSSSDK/Signer/OSSServiceSignature.m; sourceTree = ""; }; 2130188A88059BB6862656396FAD3C0F /* TUIGlobalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGlobalization.m; sourceTree = ""; }; + 21328098C17C26CEDDBBE4503D03F516 /* LLTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTool.m; path = LLDebugTool/Core/Others/Tool/LLTool.m; sourceTree = ""; }; + 2141EB126C49BA08DCC00F0DA87296D8 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; 21428AF52FBF5DEC274F06D5C60B0C16 /* TUIMemberCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMemberCell_Minimalist.m; sourceTree = ""; }; + 217AEA12D28A6A2E9FC7816B6FF80ADA /* QCloudURLSessionTaskData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudURLSessionTaskData.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudURLSessionTaskData.m; sourceTree = ""; }; + 217C750AB229781CE9BA3AE354E7CF34 /* MQTTClient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-prefix.pch"; sourceTree = ""; }; 217E31AF5E6DE232205A50434411FA03 /* TUITypingStatusCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITypingStatusCellData.h; sourceTree = ""; }; + 218B0466611B6BCCA7DC2EE652254ED1 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; 219FA74A8DCAA0E02134F5C3C1E58329 /* ResourceBundle-TUIConversation_Privacy-TUIConversation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TUIConversation_Privacy-TUIConversation-Info.plist"; sourceTree = ""; }; - 21AC504E3B4C2B470EFC690097F306CE /* LLFilterEventView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterEventView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterEventView.m; sourceTree = ""; }; - 21BC654EF72FE10DB39330E4AEF34656 /* OSSExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSExecutor.m; path = AliyunOSSSDK/OSSTask/OSSExecutor.m; sourceTree = ""; }; - 21C18E0134BCBCD91C5BEA2285A82444 /* LLStorageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLStorageManager.h; path = LLDebugTool/Core/Storage/LLStorageManager.h; sourceTree = ""; }; + 21B1107385F6D9BECE5DD0956CA93CFF /* MQTTSessionSynchron.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionSynchron.h; path = MQTTClient/MQTTClient/MQTTSessionSynchron.h; sourceTree = ""; }; + 21B7F64A69B6B8F7CA4821510EE363C7 /* NSData+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSData/NSData+LL_Network.m"; sourceTree = ""; }; 21C50C82FD0F580C7860E4241DC8B841 /* YtSDKKitFrameworkTool.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YtSDKKitFrameworkTool.framework; path = Libs/YtSDKKitFrameworkTool.framework; sourceTree = ""; }; - 21CD9146FF1328867F9C45C25E0E53CF /* QCloudError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudError.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudError.h; sourceTree = ""; }; - 21DAC2923687FADD0F17B351077F7093 /* YYTextUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextUtilities.h; path = YYText/Utility/YYTextUtilities.h; sourceTree = ""; }; - 21EE74BC633A64457A51AA4D8437E546 /* LLLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogModel.h; path = LLDebugTool/Core/Component/Log/Function/LLLogModel.h; sourceTree = ""; }; + 21CA56FD0F94F729A06D842317421C02 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; + 21DB539A94A34EA8843A8D6063A8507A /* UIImage+QCloudBundle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+QCloudBundle.m"; path = "QCloudCore/Classes/Base/QCloudBundle/UIImage+QCloudBundle.m"; sourceTree = ""; }; 21F67884B0B7892FCFAF0E1EF80ABDF3 /* TUIGroupConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupConfig.m; sourceTree = ""; }; - 21F6E7E34006BB346311534A7F4A1C99 /* LLWindowManager+Crash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Crash.h"; path = "LLDebugTool/Core/Component/Crash/UserInterface/LLWindowManager+Crash.h"; sourceTree = ""; }; - 2219A2C8EC086DEADE75ADBAA587A684 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; - 2229584A0BC281EAA8ECED045CA5DE67 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; - 222CF36F5EE052DB6BF78898FE8EC77D /* LLEntryViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryViewController.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryViewController.m; sourceTree = ""; }; - 2237A6209697E17B9F9540A670A6BE23 /* SDCycleScrollView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDCycleScrollView.release.xcconfig; sourceTree = ""; }; - 22395D96BD0C176809677199C8E364AA /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - 229456A0002B546AEB3B11619B034725 /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; - 229DE89D7AD71733706C671D77CC7666 /* LLReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLReachability.h; path = LLDebugTool/Core/Component/Network/Function/LLReachability.h; sourceTree = ""; }; - 22E8DD0330CB46FFDCB1E05F3F8840BC /* JXPagerListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerListContainerView.h; path = Sources/JXPagerView/JXPagerListContainerView.h; sourceTree = ""; }; + 21FB9A8B531852CA245610ABE7B327AB /* MQTTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTTransport.m; path = MQTTClient/MQTTClient/MQTTTransport.m; sourceTree = ""; }; + 220B596757FB8982C1C5168EC1B82924 /* QCloudNetEnv.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudNetEnv.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudNetEnv.m; sourceTree = ""; }; + 220E3A00484D4E96A0808EF4B6E71343 /* UIColor+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIColor+VAPUtil.h"; sourceTree = ""; }; + 2247364043FB7FD15D61EBFDFE71A371 /* LLBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseViewController.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseViewController.m; sourceTree = ""; }; + 22B0E0DE5345E68E74102E9ED4A5C584 /* MQTTSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSession.h; path = MQTTClient/MQTTClient/MQTTSession.h; sourceTree = ""; }; 22EAE43A3280942E07FB2459F848722A /* TUIImageReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageReplyQuoteViewData.m; sourceTree = ""; }; + 22F1182213304EEAABF5BCA6C937BB41 /* SVGABitmapLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGABitmapLayer.m; path = Source/SVGABitmapLayer.m; sourceTree = ""; }; 22F173A85B4B6FDF1FF684108CDB7251 /* TUIConversationTheme_Minimalist.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIConversationTheme_Minimalist.bundle; path = Resources/TUIConversationTheme_Minimalist.bundle; sourceTree = ""; }; - 22F209DCFDF06D6D004B17D4A4614726 /* LLAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAnnotation.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLAnnotation.m; sourceTree = ""; }; - 230AF4A6C6B69155BA2EFCECF574EEEF /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; - 23196B90844E6084099C006D0089BE25 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; + 22F4DB9ACE48351F932075A6BDE02665 /* QGBaseDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGBaseDecoder.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.m; sourceTree = ""; }; + 230AF7576BEE6264EB8B76A9173A67A7 /* Media.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Media.xcassets; path = AgoraLyricsScore/Resources/Media.xcassets; sourceTree = ""; }; + 231CB44CAD38CC92A7CD89D917F524FF /* YYImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYImage-Info.plist"; sourceTree = ""; }; 2321C1B30776D9537BF1098966CE81BB /* TUIImageMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageMessageCellData.h; sourceTree = ""; }; 23282B13250A6E08A1364B956B7E310B /* TUIAIDenoiseSignatureManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIAIDenoiseSignatureManager.m; sourceTree = ""; }; - 2335CA9DB919E6FE3491B0DC6ED22569 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 2347A8311733C7AF43399482DB6E21C7 /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; - 234CF9F181DF27CB055689C00B3F81E2 /* FMDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabase.h; path = src/fmdb/FMDatabase.h; sourceTree = ""; }; - 2366CE60ED206FA9E103640EBEF8EA66 /* QCloudCoreVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCoreVersion.h; path = QCloudCore/Classes/Base/QCloudCoreVersion.h; sourceTree = ""; }; - 236FC77C07EFAB2D511A65D97C27EBD2 /* YBImageBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImageBrowser.h; path = YBImageBrowser/YBImageBrowser.h; sourceTree = ""; }; - 23785D638D2B27E21D5B4CCA02DDDB07 /* LLPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLPinAnnotationView.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLPinAnnotationView.h; sourceTree = ""; }; - 238139139920DAC159425DC75197A6D2 /* NSObject+YYAddForKVO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYAddForKVO.h"; path = "YYCategories/Foundation/NSObject+YYAddForKVO.h"; sourceTree = ""; }; + 2355A8A69DAC71D9BBCB7DBAFE0DEEA1 /* LLConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConst.m; path = LLDebugTool/Core/Others/Const/LLConst.m; sourceTree = ""; }; + 236577F2EEE6ED41439C284F963B82B6 /* YYImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYImage-dummy.m"; sourceTree = ""; }; + 236DC132205B4367DA7C6A563235F0F5 /* TZGifPhotoPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZGifPhotoPreviewController.h; path = TZImagePickerController/TZImagePickerController/TZGifPhotoPreviewController.h; sourceTree = ""; }; + 2390CEF3459400DFB59EB7852A2EB883 /* QCloudHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPSessionManager.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudHTTPSessionManager.h; sourceTree = ""; }; + 23A05BF7B243DE0A405E95407AD2BDB5 /* NSMutableDictionary+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableDictionary+AvoidCrash.h"; path = "AvoidCrash/NSMutableDictionary+AvoidCrash.h"; sourceTree = ""; }; 23A40EB4AA945E58D683522C7267A6BA /* TUIUserAuthorizationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIUserAuthorizationCenter.m; sourceTree = ""; }; - 23BAECC7410EB345D7D890FBECDA1763 /* YYWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYWebImageOperation.h; path = YYWebImage/YYWebImageOperation.h; sourceTree = ""; }; - 23CBEEFD035534375E98070CD9DE605D /* LLBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseTableViewCell.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewCell.m; sourceTree = ""; }; - 23D543084AA38F3C3880C906EFA3B0C2 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = AgoraLyricsScore/Class/Other/Logger.swift; sourceTree = ""; }; - 23E88DF7BADAE32913AD6B69D10C64B9 /* YYTextSelectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextSelectionView.h; path = YYText/Component/YYTextSelectionView.h; sourceTree = ""; }; - 240862F3B8E54C91D33AFD34A896DBBC /* UIDevice+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIDevice+VAPUtil.h"; sourceTree = ""; }; - 241C716412E075F29B1A0C7266EC0C5B /* IQUIView+IQKeyboardToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+IQKeyboardToolbar.h"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h"; sourceTree = ""; }; - 24247A6B54051F81748085AF5018565B /* OSSCancellationToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCancellationToken.m; path = AliyunOSSSDK/OSSTask/OSSCancellationToken.m; sourceTree = ""; }; + 23ADBCFA04095835245ECCACF3E60A92 /* YYTextArchiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextArchiver.m; path = YYText/String/YYTextArchiver.m; sourceTree = ""; }; + 23CFDA817F4A758563D61E2F222FDDED /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 23D15212C30F42F0792A438E432949AB /* LLFunctionComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionComponent.h; path = LLDebugTool/Core/Others/Component/Function/LLFunctionComponent.h; sourceTree = ""; }; + 23D790603FC832575E0C3EA2B326B5B8 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; + 241656B704D26D9159D26377F5405CFC /* GPBWireFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWireFormat.h; path = objectivec/GPBWireFormat.h; sourceTree = ""; }; + 2424F9AA5552EFA7666E0B13544AD430 /* NSData+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+YYAdd.m"; path = "YYCategories/Foundation/NSData+YYAdd.m"; sourceTree = ""; }; 242584F2D1CEF9A23F6BD1341BB72F25 /* TIMCommon.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TIMCommon.modulemap; sourceTree = ""; }; + 24258A797733BDD8D9B5A3E81B63523E /* UISegmentedControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISegmentedControl+RACSignalSupport.m"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.m"; sourceTree = ""; }; + 2425F4C42C699B2B2F6C7EC597830864 /* TZImagePickerController.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TZImagePickerController.bundle; path = TZImagePickerController/TZImagePickerController/TZImagePickerController.bundle; sourceTree = ""; }; 2427B1D549F423C7E2C4144B1118E36B /* TUIGroupConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupConfig.h; sourceTree = ""; }; - 243DC8BA4219B00A2990C1B28A76E955 /* GPBUnknownField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownField.m; path = objectivec/GPBUnknownField.m; sourceTree = ""; }; - 243E21A815BF2730E755AAFC60796035 /* MQTTSSLSecurityPolicyTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyTransport.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.m; sourceTree = ""; }; - 2457FA1E27DA7FD51ABCA23257D94C88 /* OSSResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSResult.m; path = AliyunOSSSDK/OSSResult.m; sourceTree = ""; }; - 2469A2DB072E0F4497D41355086248DA /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; + 243A83C6A79656320E25137D1FE7F964 /* IQUIScrollView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIScrollView+Additions.h"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.h"; sourceTree = ""; }; + 244BAE4D5B5EE388A63BB05B843B58DF /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; + 2454CAE48481357CF1745DC8E5903F53 /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; + 24572C42FA3984DBDD4F6D8B1DA55F05 /* LLScreenshotComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotComponent.m; path = LLDebugTool/Core/Component/Screenshot/LLScreenshotComponent.m; sourceTree = ""; }; + 245A82796925813C01558755481EB36F /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; 24734CFC2869F85306FFB5AF734D3733 /* TUIImageCollectionCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageCollectionCell.h; sourceTree = ""; }; + 247BC09497610D42CD7AE75E5E6AA381 /* YBIBImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageScrollView.m; path = YBImageBrowser/Image/YBIBImageScrollView.m; sourceTree = ""; }; + 247C71BBAE3DF8A67C968716C5F66C95 /* SDCycleScrollView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDCycleScrollView-dummy.m"; sourceTree = ""; }; 24A1EEE1269823A6363186D2C76AB03A /* TUIFaceMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFaceMessageCell_Minimalist.h; sourceTree = ""; }; - 24AD4797CCBB26B169EC0FAAFED2E158 /* YYImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYImage.m; path = YYImage/YYImage.m; sourceTree = ""; }; 24B068604F5CEEE22EDBFED6F40D7632 /* TUIConversationListBaseDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationListBaseDataProvider.h; sourceTree = ""; }; 24C970BE8C0F0B966E1D47524E71B5C5 /* TUIMessageItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageItem.h; sourceTree = ""; }; - 24D778ECA14E184A4CF72F4BB4E7D79B /* Bugly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.debug.xcconfig; sourceTree = ""; }; - 24DE23792EB68A41558A67CDFD22791E /* YBImageBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = YBImageBrowser.bundle; path = YBImageBrowser/YBImageBrowser.bundle; sourceTree = ""; }; - 24E85B1054FDBB3D58BDE7CDC036EFD9 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; - 24EC9E116E2CFD2C1FCC8A407CFAE3F8 /* LLScreenshotViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotViewController.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotViewController.h; sourceTree = ""; }; - 24EDEC7679846AB322E29370B1EC8CA7 /* QCLOUDRestNet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCLOUDRestNet.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/QCLOUDRestNet.h; sourceTree = ""; }; - 250B79B6BF275D0B3463ACD42672DCC2 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; - 251EC03870BC0F85091C303842ADABCA /* GPBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities.h; path = objectivec/GPBUtilities.h; sourceTree = ""; }; + 24D10287B7D9F25027D00390925DE065 /* AvoidCrash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AvoidCrash-dummy.m"; sourceTree = ""; }; + 24D550D77953B5B019FFCD74AA640ACD /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TXIMSDK_Plus_iOS_XCFramework.release.xcconfig; sourceTree = ""; }; + 24D902298BA1445816E603934B422614 /* LLHtmlConfigViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlConfigViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlConfigViewController.m; sourceTree = ""; }; + 24E8A4DC4E130CB18C492BD9651C498C /* QGVAPLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPLogger.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Logger/QGVAPLogger.m; sourceTree = ""; }; + 24EDE7D60879B77E0224315039FC3BBF /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; + 2525F4BF48D2CE164DB65AFF89C9446C /* UIButton+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+RACCommandSupport.h"; path = "ReactiveObjC/UIButton+RACCommandSupport.h"; sourceTree = ""; }; 25264920B108DDF704289AD5810D5746 /* TUITextReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextReplyQuoteView.h; sourceTree = ""; }; - 254C447AE99BD0064FCF9A29F9124605 /* OSSGetObjectACLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectACLRequest.h; path = AliyunOSSSDK/OSSGetObjectACLRequest.h; sourceTree = ""; }; - 256D39F3AAE8F0B4297D2F583CE91DA0 /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; - 2571385A0C05CA8746E0F28D50C41727 /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; - 2594C31B2AEE1C39486F19CE5BE8EA1E /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; + 2528CB08F9004F4D178CD52746CB6A64 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; + 2542C6A038F8D41DB6612FF1BF3EA96D /* UITextField+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+RACSignalSupport.m"; path = "ReactiveObjC/UITextField+RACSignalSupport.m"; sourceTree = ""; }; + 257FB6648D0B314A1191F5FA130A9A39 /* LLHierarchyDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyDetailViewController.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyDetailViewController.m; sourceTree = ""; }; + 259566997773FDBF48C34FD2D039FAF7 /* NSHTTPCookie+QCloudNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSHTTPCookie+QCloudNetworking.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/NSHTTPCookie+QCloudNetworking.h"; sourceTree = ""; }; 2598910578FE259E665B3B0E83B7BDF0 /* Pods-QXLive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QXLive.release.xcconfig"; sourceTree = ""; }; - 25B3E2E0C6804514CD853C7F052941F7 /* LLShortCutModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutModel.h; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutModel.h; sourceTree = ""; }; 25B480B82BEE1C4C543329E58D895692 /* TUIBaseMessageController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBaseMessageController_Minimalist.m; sourceTree = ""; }; - 25B82B3EDD249F0E3B38E27E46363778 /* QCloudListMultipartRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudListMultipartRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudListMultipartRequest.m; sourceTree = ""; }; - 25E296C16D1E5CA8A229C3CE3304F567 /* OSSSignUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSSignUtils.m; path = AliyunOSSSDK/Signer/OSSSignUtils.m; sourceTree = ""; }; + 25B76418ECAC223EE13A7C93DCA18446 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; + 25B866D6573CA6ABD00E538575C27825 /* YBIBDataMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBDataMediator.h; path = YBImageBrowser/Base/YBIBDataMediator.h; sourceTree = ""; }; + 25BEBAD13665BA7F9C4F4E7049FE4254 /* OSSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSConstants.m; path = AliyunOSSSDK/OSSConstants.m; sourceTree = ""; }; + 25C428395B3320D1B60D830A202D3817 /* MQTTClient-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-umbrella.h"; sourceTree = ""; }; + 25D2CDBCF92EA6CBE3DEC62065860024 /* LLScreenshotComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotComponent.h; path = LLDebugTool/Core/Component/Screenshot/LLScreenshotComponent.h; sourceTree = ""; }; + 25D8BD40E8E4A914F46C2F21ECF38C47 /* YYText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYText.debug.xcconfig; sourceTree = ""; }; + 25DD2EEAAB471451DB185D2376C63F73 /* OSSDeleteMultipleObjectsRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteMultipleObjectsRequest.h; path = AliyunOSSSDK/OSSDeleteMultipleObjectsRequest.h; sourceTree = ""; }; + 25E0DB49434650E96018FBD9F8F6374C /* MQTTClient-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MQTTClient-Info.plist"; sourceTree = ""; }; + 25ED08D6B18198798C1AB238AC53A262 /* YYTextParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextParser.h; path = YYText/String/YYTextParser.h; sourceTree = ""; }; 25FA38DE937645738EE9103E4B8A16CE /* TUIConversationSelectController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationSelectController_Minimalist.m; sourceTree = ""; }; - 260DC26BDF0892F9519735F2FC5DE923 /* LLLocationComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationComponent.m; path = LLDebugTool/Core/Component/Location/LLLocationComponent.m; sourceTree = ""; }; - 26368630C638E71A8C20C6B148A0EDFF /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; - 263ABCD0AFFF04BFAD27C11EF90EF1B4 /* QGVAPMaskInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMaskInfo.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.m; sourceTree = ""; }; - 263EE999B95713DD0960782B47CBB342 /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; - 267390C4651B684FCA9BB8A2E9BD7DC5 /* UIDevice+QCloudFCUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+QCloudFCUUID.h"; path = "QCloudCore/Classes/Base/FCUUID/UIDevice+QCloudFCUUID.h"; sourceTree = ""; }; - 26A118A10758C5A28B5E4AB39FD11B59 /* Protobuf.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.release.xcconfig; sourceTree = ""; }; - 26AEC3D2B8577B305151437FEAEB9A6A /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 26BEDB39DD6E60FF7D064ED631198FA5 /* UIRefreshControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+RACCommandSupport.m"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.m"; sourceTree = ""; }; - 26C6A4EEE3091A88B3DE4245AA8C43E5 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + 26185544F3031CF2A213BA6CD7DC2779 /* YBIBImageCell+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBImageCell+Internal.h"; path = "YBImageBrowser/Image/YBIBImageCell+Internal.h"; sourceTree = ""; }; + 261B16A243950212BB35418DB93BB6AC /* QCloudBizHTTPRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudBizHTTPRequest.m; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudBizHTTPRequest.m; sourceTree = ""; }; + 26214615A5A916A7BC85AF22D8196C14 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + 2640D50F7E5BCB04D9126EDD86EAFEC2 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + 264A9C5E8504A3400FAC5693BA5C98A2 /* YBIBTopView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBTopView.h; path = YBImageBrowser/ToolView/YBIBTopView.h; sourceTree = ""; }; + 265675720193C2B0F7833F07D85053EE /* NSString+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSString/NSString+LL_Utils.h"; sourceTree = ""; }; + 266204AFB5493DC98B8ECD5CFF2D8DBD /* SDCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCollectionViewCell.h; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.h; sourceTree = ""; }; + 266D7EAAEB6170E21247AA95CE76041B /* LLDetailTitleSelectorCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleSelectorCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleSelectorCellView.m; sourceTree = ""; }; + 269832B1DE5779261B67B375989B553D /* LLNetworkImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkImageCell.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkImageCell.m; sourceTree = ""; }; 26CC58BB257F17999020544D376076FF /* TencentCloudHuiyanSDKFace_framework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TencentCloudHuiyanSDKFace_framework.release.xcconfig; sourceTree = ""; }; - 26F00CE6C2177CBF210C5AF90F10CA73 /* QCloudAbortMultipfartUploadRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAbortMultipfartUploadRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudAbortMultipfartUploadRequest.m; sourceTree = ""; }; - 277D448F043FB38680AA53C9B0ADABEA /* LLShortCutHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutHelper.h; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutHelper.h; sourceTree = ""; }; - 2782991E1DCC2DC5E6762AEABDB651C1 /* OSSDeleteObjectTaggingRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteObjectTaggingRequest.h; path = AliyunOSSSDK/OSSDeleteObjectTaggingRequest.h; sourceTree = ""; }; - 278B8B9FC1A43DFA4AD50DE7564A612B /* UIDevice+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+YYAdd.m"; path = "YYCategories/UIKit/UIDevice+YYAdd.m"; sourceTree = ""; }; - 27939F811894E4852B3BBEFB91CADD90 /* YBImageBrowser+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBImageBrowser+Internal.h"; path = "YBImageBrowser/Base/YBImageBrowser+Internal.h"; sourceTree = ""; }; + 26D38E1B007A6923EC73C9FA0341267E /* OSSInputStreamHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSInputStreamHelper.h; path = AliyunOSSSDK/OSSInputStreamHelper.h; sourceTree = ""; }; + 2704D5C4423A8E838E6B0BABBBE94D62 /* _YYWebImageSetter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _YYWebImageSetter.h; path = YYWebImage/Categories/_YYWebImageSetter.h; sourceTree = ""; }; + 271C0229ED88D5AA2C7861AED43AC086 /* LLFunctionWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionWindow.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionWindow.h; sourceTree = ""; }; + 2758CADC88D2FBF9BE5AD698C05A1A49 /* UIApplication+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+YYAdd.h"; path = "YYCategories/UIKit/UIApplication+YYAdd.h"; sourceTree = ""; }; + 278E10246330B3B6B861D317DFF8D8E3 /* QCloudFileUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileUtils.m; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudFileUtils.m; sourceTree = ""; }; + 27A1B3DF39CB2D106761CAAE10401567 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; 27AC6C179096FE28CA4BDABA8BD92E8B /* TUIWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIWeakProxy.m; sourceTree = ""; }; - 27B972B0CD012A81F1BA6F314B6280C6 /* LLNetworkWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkWindow.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkWindow.m; sourceTree = ""; }; - 27CF3F36A2F0579FC2DCC7FDC9C92EC2 /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; - 2821D8DBECE9A3C19ACBE64E10681516 /* LLFilterLabelModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterLabelModel.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelModel.m; sourceTree = ""; }; + 27CB25FEDBB2CC87E25A7E133206FA7B /* QCloudProgrameDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudProgrameDefines.h; path = QCloudCore/Classes/Base/QCLOUDProgramDefines/QCloudProgrameDefines.h; sourceTree = ""; }; + 27D257AB72DDFA112F8B366A3CCD7191 /* LLSandboxImagePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxImagePreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxImagePreviewController.m; sourceTree = ""; }; + 27E0E93CCFA56BB73E7183EAC51CB536 /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; + 2801067C9C69122DC23DC6BC909DB70F /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; + 280EC1742CFAB116F75D23BEBD062664 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; + 2812B1A8C6ADFBD77ADE02D4FFA8F5A6 /* LLEntryStyleModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryStyleModel.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryStyleModel.m; sourceTree = ""; }; + 2821C00BEBA7A34AB9251D906249D3A5 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; + 28228CD141997339EE09DA796E56EF99 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; 2834A026635154EEFF04BB3CF2B347A7 /* TUIChatService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatService.h; sourceTree = ""; }; - 286102C5A2422F0545325003AF4C9835 /* YYTextAsyncLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextAsyncLayer.h; path = YYText/Utility/YYTextAsyncLayer.h; sourceTree = ""; }; - 2897465C7E615AE1516A01D76DDD4CF0 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - 28D28484E843EAB89818F3F533CD1FC3 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - 28D40F6CCEE48E207E41579351042FC2 /* YYTextDebugOption.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextDebugOption.m; path = YYText/Component/YYTextDebugOption.m; sourceTree = ""; }; - 28D46022EB59849B06DD06DE0851BC0D /* LLURLProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLURLProtocol.m; path = LLDebugTool/Core/Component/Network/Function/LLURLProtocol.m; sourceTree = ""; }; + 2837EDD1C35DE89B2BC15293DE6FC68D /* QCloudUniversalPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPath.h; sourceTree = ""; }; + 2867195B6611BAC7F6CC4D529F4CDE42 /* AgoraAudioBeautyExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAudioBeautyExtension.xcframework; sourceTree = ""; }; + 288439904DFDFF4141209F2E49EA0F39 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + 289E907BC3FC6275828C4C7EA7F59591 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; + 28A053C4423136191EF48CBEC76FC671 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + 28A08590B29B51165185FBCED6815914 /* AlipaySDK-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AlipaySDK-iOS.release.xcconfig"; sourceTree = ""; }; + 28BBE5CA0E653DFC55309420D114D27C /* SDCycleScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCycleScrollView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.h; sourceTree = ""; }; + 28BE79355DF52C75090FFE8E82F409B8 /* Type.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = objectivec/google/protobuf/Type.pbobjc.h; sourceTree = ""; }; 28E5DB0D46F7C1455159A225688901A3 /* TUISecondConfirm.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUISecondConfirm.m; sourceTree = ""; }; 28F3298C534C0E2FE7758FEAD5E431F9 /* TUIReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyQuoteView.m; sourceTree = ""; }; - 2921A1F4DC86BCE7F505F51D3C9DC18A /* LLHtml.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtml.h; path = LLDebugTool/Core/Component/Html/LLHtml.h; sourceTree = ""; }; + 28FBF36F2B978A714AB8F5DE09478126 /* Protobuf.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.debug.xcconfig; sourceTree = ""; }; + 2909709F1F7DB00A139EE054BA49136D /* QCloudCOSXMLCopyObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLCopyObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLCopyObjectRequest.m; sourceTree = ""; }; + 291AC0C600D9A59B6809EC2A9C690094 /* Zip-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Zip-dummy.m"; sourceTree = ""; }; + 291B04650B46310562E293922F80C846 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 29211DA48B38C21C76EEB15F5EC942F3 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + 2928B6C11DF105E327D32DF0481E9FDD /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; 292A986DB46CAE85E1C254720976D3F5 /* TUIOrderCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIOrderCellData.m; sourceTree = ""; }; - 29633068DC32D42C43EE802B8FEE1A3B /* QGVAPTextureLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPTextureLoader.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.m; sourceTree = ""; }; - 29973248D7074A8F3E4849D416197401 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; - 29A7A5F23205732BB4A1F528C9D20946 /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; + 294851BCB7F7032F7AFFD95F553C25B8 /* OSSAllRequestNeededMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSAllRequestNeededMessage.h; path = AliyunOSSSDK/OSSAllRequestNeededMessage.h; sourceTree = ""; }; + 294A2463702C58AAFF34C066B7511A40 /* QCloudHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPSessionManager.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudHTTPSessionManager.m; sourceTree = ""; }; + 2988408DCFB8097ABECA13506C73B161 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; + 2989015E8525A495BE15CA626391903C /* ForegroundReconnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ForegroundReconnection.h; path = MQTTClient/MQTTClient/ForegroundReconnection.h; sourceTree = ""; }; 29A8D85E0F0876B48D49A0B7EEB64E4C /* TUICore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUICore-prefix.pch"; sourceTree = ""; }; - 29AED64486413DE1C23D030EBAA9D51A /* YBIBDataMediator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBDataMediator.m; path = YBImageBrowser/Base/YBIBDataMediator.m; sourceTree = ""; }; - 29C365D5701AB648363972D3E6F75AEC /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - 29CBCFAADE686D81BA69E3799EBE3789 /* LLWidgetBorderWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderWindow.h; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderWindow.h; sourceTree = ""; }; - 29CE0D7F908564A238F70D76322D7C83 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 29DC22A46EC320B38D2E3416E25A3438 /* QGBaseDFileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGBaseDFileInfo.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.m; sourceTree = ""; }; + 29B8DBC48DD15676F9D11894E398B07B /* QCloudUniversalAdjustablePath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalAdjustablePath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalAdjustablePath.h; sourceTree = ""; }; + 29C55EA209D0E8429948BC76DCC1A8AB /* QGBaseDFileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGBaseDFileInfo.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.m; sourceTree = ""; }; 29E26C59CCF55FC936FBD2CDE025FF9D /* TUIReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyQuoteView_Minimalist.h; sourceTree = ""; }; - 29E55AD78C94C23BE35748AFED72216A /* mz_strm_zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_zlib.h; path = SSZipArchive/minizip/mz_strm_zlib.h; sourceTree = ""; }; - 29F3E5D98D3FABD7051D31672E414485 /* Protobuf-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-umbrella.h"; sourceTree = ""; }; - 29F54965534035F73529270C6DF40B9B /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; - 29FBCC92D682EDD34E9423145A579B6D /* AlipaySDK-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AlipaySDK-iOS.release.xcconfig"; sourceTree = ""; }; + 29FEABB142503EFF7FEE11E22A63D0B9 /* NSDictionary+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSDictionary/NSDictionary+LL_Utils.h"; sourceTree = ""; }; + 2A01998B7F262C39041AC0C28241E603 /* OSSGetObjectTaggingRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectTaggingRequest.h; path = AliyunOSSSDK/OSSGetObjectTaggingRequest.h; sourceTree = ""; }; + 2A16C700297E366683CBF82492B4D1B5 /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; 2A1D0DA9B9D1330A39927231DDD5CBD5 /* TUIConversationObjectFactory_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationObjectFactory_Minimalist.m; sourceTree = ""; }; - 2A20B13ED97CA4C1F6A13E8FA306642F /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; - 2A3AF1019300B26D688B8D9879B7D335 /* QCloudObjectModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudObjectModel.h; path = QCloudCore/Classes/Base/QCLOUDObjectModel/QCloudObjectModel.h; sourceTree = ""; }; + 2A3AACBA17595FE000428D97570B0A86 /* QCloudUploadObjectResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadObjectResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadObjectResult.m; sourceTree = ""; }; 2A75B57AE83F8839D446ECAE74268D22 /* TUIFaceMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFaceMessageCell.h; sourceTree = ""; }; - 2A9C0B1C108E00CC8C13BF1F3E12E325 /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYSpriteSheetImage.h; path = YYImage/YYSpriteSheetImage.h; sourceTree = ""; }; - 2AB908F82047BCCE323274DF95F5D89C /* YYWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYWebImage.modulemap; sourceTree = ""; }; - 2AC8556128C53E4DDFF0360719135975 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; - 2ACC6735D7D46C3BC2A4291B6636D2D4 /* QCloudFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileLogger.h; path = QCloudCore/Classes/Base/Logger/QCloudFileLogger.h; sourceTree = ""; }; - 2AE23C0B84FD193CA343B607C3D1F663 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - 2AE4A74A978E3E77BF8E0C4AF2EB61AA /* OSSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSConstants.h; path = AliyunOSSSDK/OSSConstants.h; sourceTree = ""; }; - 2AF782A50913D8F3025AA322B252D419 /* LLSandboxImagePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxImagePreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxImagePreviewController.h; sourceTree = ""; }; + 2A81B83CB56020972C297C02866DB5C2 /* IQKeyboardManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-umbrella.h"; sourceTree = ""; }; + 2A8284E83F47018141DAE9A21DD4C2BA /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; + 2A969EA79EE51AE88117607D83968A11 /* TZVideoEditedPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZVideoEditedPreviewController.m; path = TZImagePickerController/TZImagePickerController/TZVideoEditedPreviewController.m; sourceTree = ""; }; + 2AB2924BB15F2FCD376FF6C7092E3140 /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SDWebImage-SDWebImage-Info.plist"; sourceTree = ""; }; + 2AD369E7C7C3A6324EBF0AE9FA204D6E /* sharpyuv_gamma.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_gamma.h; path = sharpyuv/sharpyuv_gamma.h; sourceTree = ""; }; + 2AE9399403695D3E5C7F2EA571BF182E /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + 2B0246DB689CF0797AF63E8CB0A4A4DD /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; + 2B04FD588361AC945337D1598E01C7B1 /* LLFunctionItemModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionItemModel.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemModel.h; sourceTree = ""; }; + 2B10AF1A001295A18B7C4560FF2DA889 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; 2B28F74266AC1DF20798935654BBEB03 /* TUIChatExtensionObserver_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatExtensionObserver_Minimalist.h; sourceTree = ""; }; - 2B436A74C6297AC8EE4528037D917BB5 /* Api.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = objectivec/google/protobuf/Api.pbobjc.h; sourceTree = ""; }; - 2B4D62F83F7E039BA5324693A012705B /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 2B65FEBCB0EF76CFAA00EC8509884F17 /* LLWindowManager+Ruler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Ruler.m"; path = "LLDebugTool/Core/Component/Ruler/UserInterface/LLWindowManager+Ruler.m"; sourceTree = ""; }; - 2B67F16A8B9E5318F935440886955A70 /* SVGAVideoSpriteFrameEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVideoSpriteFrameEntity.m; path = Source/SVGAVideoSpriteFrameEntity.m; sourceTree = ""; }; - 2B7644544550A839D6BA80383C9D1A3F /* QCloudService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudService.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudService.m; sourceTree = ""; }; - 2B96829ABC3F8B1A7F6070F204948699 /* QCloudWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudWeakProxy.h; path = QCloudCore/Classes/Base/ObjectFack/QCloudWeakProxy.h; sourceTree = ""; }; - 2B9D372EBAFFD39011BBCC04E81130E9 /* UIPasteboard+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIPasteboard+YYText.h"; path = "YYText/Utility/UIPasteboard+YYText.h"; sourceTree = ""; }; - 2BAAE3507872C8B9A98EDE04DD2B674E /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; - 2BAC912E61281A688599CAF2535DF84B /* AlipaySDK.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AlipaySDK.xcframework; sourceTree = ""; }; - 2BB75F158D508B9FF0D11CD62578EA76 /* NSObject+YYAddForARC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYAddForARC.m"; path = "YYCategories/Foundation/NSObject+YYAddForARC.m"; sourceTree = ""; }; - 2BB94DACB617D439CD0FAE2DE00EC0BE /* NSDate+QCLOUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+QCLOUD.h"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCLOUD.h"; sourceTree = ""; }; + 2B32B0D0CA3B490A12F4CC2C497F3FF2 /* YBIBImageLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageLayout.m; path = YBImageBrowser/Image/YBIBImageLayout.m; sourceTree = ""; }; + 2B8CE026E7C46B8EBE4A7824274E4F0B /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + 2BAC3F253DC138A0E681FB6CD1D2CCB6 /* QCloudXMLWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudXMLWriter.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Writer/QCloudXMLWriter.h; sourceTree = ""; }; 2BB9B6BCE9C815DF362E7DC0F1CFEFF5 /* TUIJoinGroupMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIJoinGroupMessageCell_Minimalist.m; sourceTree = ""; }; - 2BD4ACF537A2E98F261652F6D97447AB /* NSAttributedString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+AvoidCrash.m"; path = "AvoidCrash/NSAttributedString+AvoidCrash.m"; sourceTree = ""; }; - 2BE918035921F9F60C61DE5B61B27A36 /* TZVideoEditedPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZVideoEditedPreviewController.h; path = TZImagePickerController/TZImagePickerController/TZVideoEditedPreviewController.h; sourceTree = ""; }; 2BEF753BC001FC149F6ABE41D1CB479A /* TUIBaseMessageController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBaseMessageController.h; sourceTree = ""; }; - 2C0210ABFD615E6A1062A758A7331AC9 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - 2C1248D2950FAF4846F04C3D51F5CD46 /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; - 2C23F9EBD9AFBABB9B38B9D789CE1A91 /* QCloudCredentailFenceQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCredentailFenceQueue.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredentailFenceQueue.h; sourceTree = ""; }; - 2C24B738D17AE5BC3EED9B271634668D /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = Zip/Zip.swift; sourceTree = ""; }; 2C28C56D51E91772D91591CED37CDA87 /* TUIChatModifyMessageHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatModifyMessageHelper.h; sourceTree = ""; }; - 2C7383E4D223791146E5FFE99A9D3C81 /* QCloudEnv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudEnv.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/QCloudEnv/QCloudEnv.h; sourceTree = ""; }; + 2C332218B604419EECE39E7E23B861F1 /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; + 2C5EB95D11C0D1E9CD6DAF5558221168 /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; + 2C688E2B626BC34C9C29DD168F6787B1 /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; + 2C7954FECBF55E098608DD63CCB7B0CF /* OSSSignerParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSSignerParams.m; path = AliyunOSSSDK/Signer/OSSSignerParams.m; sourceTree = ""; }; + 2C7C81B15A34EAA48B573FAF67CC3085 /* QCloudMultiDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultiDelegateProxy.h; path = QCloudCore/Classes/Base/ObjectFack/QCloudMultiDelegateProxy.h; sourceTree = ""; }; + 2C8B4ACF46E37C04DF930852BBF5B221 /* NSTimer+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSTimer+YYAdd.m"; path = "YYCategories/Foundation/NSTimer+YYAdd.m"; sourceTree = ""; }; + 2C8E5D83028CE43312BDBE5A31FDA080 /* XmlParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XmlParser.swift; path = AgoraLyricsScore/Class/Other/XmlParser.swift; sourceTree = ""; }; + 2C93D4016AC6AB1CC8909CCFEBFA4697 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; + 2C96B7368AF78720DCCA5556E5E5C383 /* QGHWDMetalView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMetalView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalView.h; sourceTree = ""; }; 2CA925CF410A32FD7BF052406767BC59 /* AvoidCrash */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AvoidCrash; path = AvoidCrash.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2CAFBBA56E6F3D9D8A34F28864908131 /* Zip-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Zip-prefix.pch"; sourceTree = ""; }; 2CC2A638F8CCA07A3B663837CDF7B381 /* TUIGroupNoticeCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupNoticeCellData.m; sourceTree = ""; }; - 2CDA66414E081105E530FA690DE42E78 /* QCloudEncryt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudEncryt.h; path = QCloudCore/Classes/Base/Logger/Encryt/QCloudEncryt.h; sourceTree = ""; }; - 2CF0548A02A55E4C627CD7F357EF9994 /* UIView+TZLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+TZLayout.h"; path = "TZImagePickerController/TZImagePickerController/UIView+TZLayout.h"; sourceTree = ""; }; - 2D17F39F57A6545F841645C65D8D7100 /* OSSResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSResult.h; path = AliyunOSSSDK/OSSResult.h; sourceTree = ""; }; - 2D25C96ED9AEC859A4F5DAE89D31C0C0 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - 2D47EF12A03D7398C37784DF392ACDF6 /* YBImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImage.h; path = YBImageBrowser/Image/YBImage.h; sourceTree = ""; }; - 2D4AA009EFBF09AF09130C2D978E268F /* LLWindowManager+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Hierarchy.m"; path = "LLDebugTool/Core/Component/Hierarchy/UserInterface/LLWindowManager+Hierarchy.m"; sourceTree = ""; }; - 2D4E05DFA160EE66F5E35106F629A9EF /* QCloudNetEnv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetEnv.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudNetEnv.h; sourceTree = ""; }; - 2D545E17C337F3F6FA8468A5E3C6CCD3 /* NSThread+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSThread+YYAdd.m"; path = "YYCategories/Foundation/NSThread+YYAdd.m"; sourceTree = ""; }; - 2D55E9217F1D871EE1FA275A810596AC /* mz_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_os.h; path = SSZipArchive/minizip/mz_os.h; sourceTree = ""; }; + 2CE64AE313CD95A5E51DD060BAA96720 /* UIPasteboard+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIPasteboard+YYText.h"; path = "YYText/Utility/UIPasteboard+YYText.h"; sourceTree = ""; }; + 2CE976355A4F8576D20CEFA09AEC8E44 /* AvoidCrashStubProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AvoidCrashStubProxy.m; path = AvoidCrash/AvoidCrashStubProxy.m; sourceTree = ""; }; + 2D0F39808B1DB70E50E4FB34AAE28514 /* OSSNetworkingRequestDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSNetworkingRequestDelegate.m; path = AliyunOSSSDK/OSSNetworkingRequestDelegate.m; sourceTree = ""; }; + 2D17751059CA9972C94E5DE40009CA85 /* LLPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLPreviewController.m; sourceTree = ""; }; + 2D197417F619842508E403972AA2BF81 /* AgoraAiNoiseSuppressionExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiNoiseSuppressionExtension.xcframework; sourceTree = ""; }; 2D68B72D0B212A69F5656E7EA137C61D /* TUIFileReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileReplyQuoteView.m; sourceTree = ""; }; - 2D7C99155B46C46448B59A7EBC17967C /* LLRouter+Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Network.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Network.h"; sourceTree = ""; }; - 2D9498C72BF0862841ADE049DC35EBF6 /* YYTextArchiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextArchiver.m; path = YYText/String/YYTextArchiver.m; sourceTree = ""; }; - 2DA148DE1B8BA9807E9C034B5AD68C62 /* YBIBVideoData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoData.m; path = Video/YBIBVideoData.m; sourceTree = ""; }; - 2DC75F3F2A316111778CCAFE092D45E1 /* LLRouter+Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Location.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Location.m"; sourceTree = ""; }; - 2DD9385ECFC8B4A4946B324AF2B72B70 /* Agoraffmpeg.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = Agoraffmpeg.xcframework; sourceTree = ""; }; + 2D9A8AFF7087B5ED2D5D7724A4B3E376 /* mz_zip_rw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip_rw.h; path = SSZipArchive/minizip/mz_zip_rw.h; sourceTree = ""; }; + 2DA10FE4B12D45B76FE3C2417847C954 /* YYText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYText-dummy.m"; sourceTree = ""; }; + 2DB3636C017246B29653E2548F523874 /* MQTTSSLSecurityPolicyEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyEncoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.h; sourceTree = ""; }; + 2DBE604246A14DDACEE5B7D3DB5F3978 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; + 2DCBEAC612368EE376F9529BC0F683B2 /* QCloudIntelligenceTimeOutAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudIntelligenceTimeOutAdapter.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/TimeOutAdapter/QCloudIntelligenceTimeOutAdapter.h; sourceTree = ""; }; + 2DD25A6326296979CC62EBACC8A7B5BB /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; 2E0663BAB8B009B6E38E76EB2150B766 /* TUIUserAuthorizationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIUserAuthorizationCenter.h; sourceTree = ""; }; - 2E0988409A5182DDC8136E3CC4179BF5 /* MQTTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTLog.h; path = MQTTClient/MQTTClient/MQTTLog.h; sourceTree = ""; }; - 2E0E74DDEF5598A8AC34DE1381BBE2F9 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; - 2E1E07AA41596A16AD4EEF079BC88CC2 /* QCloudMultipartUploadPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartUploadPart.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadPart.h; sourceTree = ""; }; 2E545F039352166CA06FD93C126DC4ED /* TUIConversationListDataProvider_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationListDataProvider_Minimalist.m; sourceTree = ""; }; - 2E5F7F19C81AD93CA6819B2DC599E89D /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + 2E718A7790882E709BCA19F4FA6984C9 /* LLBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseCollectionViewCell.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseCollectionViewCell.h; sourceTree = ""; }; 2E8366DB1E5DA13F1587059290E9BC38 /* TUIChatPopContextExtionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatPopContextExtionView.m; sourceTree = ""; }; 2E95E77CD77531688FB047C8D48AC231 /* TUIMenuCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMenuCell.h; sourceTree = ""; }; - 2E9877101739BBAC0A288D5640B2E796 /* QCloudReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudReachability.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudReachability.m; sourceTree = ""; }; - 2EAA503FE1150C4D64D3C0B680244A80 /* LLTitleSliderCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleSliderCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSliderCell.m; sourceTree = ""; }; - 2EBF6EA2FFA09ACB870E520287C9F0D5 /* AgoraFaceCaptureExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraFaceCaptureExtension.xcframework; sourceTree = ""; }; - 2EC4C0AB4E56B63C491EB3A8BCCF7022 /* ScoringView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringView.swift; path = AgoraLyricsScore/Class/Scoring/View/ScoringView.swift; sourceTree = ""; }; - 2ED6C53C04D78091379F540275FF3352 /* YBIBAuxiliaryViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBAuxiliaryViewHandler.h; path = YBImageBrowser/AuxiliaryView/YBIBAuxiliaryViewHandler.h; sourceTree = ""; }; - 2EF6FDC981A4DFD81282292B2893DB0A /* MQTTCFSocketTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketTransport.m; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.m; sourceTree = ""; }; - 2EFA6E27307C8BE2B45648F89DA15BE8 /* QCloudSignature.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSignature.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignature.m; sourceTree = ""; }; - 2EFC9E1ADA603009197192F0CC57762D /* LLSandboxPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxPreviewController.m; sourceTree = ""; }; - 2F1F9AAFED55796FC0D703387BD54857 /* NSHTTPURLResponse+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSHTTPURLResponse+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSHTTPURLResponse/NSHTTPURLResponse+LL_Network.h"; sourceTree = ""; }; - 2F4072CC0F5D9B263C667F94F5F71468 /* OSSURLRequestRetryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSURLRequestRetryHandler.m; path = AliyunOSSSDK/OSSURLRequestRetryHandler.m; sourceTree = ""; }; - 2F4078DA790DE5F4A9E0EBCD660768F7 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; + 2EC04F4D3E9BDF7179AEF81DE3B14FEB /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 2ED823F028F3F8393E2819F908EB50E8 /* YBIBDefaultWebImageMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBDefaultWebImageMediator.h; path = YBImageBrowser/WebImageMediator/YBIBDefaultWebImageMediator.h; sourceTree = ""; }; + 2ED9DF671665B70502BB098C56515389 /* AliyunOSSiOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AliyunOSSiOS-prefix.pch"; sourceTree = ""; }; + 2F23D61B0CC9F589C58494AD14BDE64E /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; + 2F400B3972F3BF8D2D7BE3969317D2E2 /* UIButton+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIButton/UIButton+LL_Utils.m"; sourceTree = ""; }; 2F4A1CCB21DB7EA5A2ACEB11E374FBCA /* JXPagingView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JXPagingView; path = JXPagingView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2F50726B73AFA95C2E2546DB1C370E8A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 2F83F23B35D00B822AF31BD714997BEB /* YBImageBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YBImageBrowser.release.xcconfig; sourceTree = ""; }; + 2F58D5770025196B338B879C300D019F /* AliyunOSSiOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AliyunOSSiOS-Info.plist"; sourceTree = ""; }; + 2F85FE2965570635C61077C7EDFCA73D /* YBIBImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageCache.h; path = YBImageBrowser/Image/YBIBImageCache.h; sourceTree = ""; }; + 2F91E14D4E25C510EB0CA80E0C80286A /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; 2F9EBF75C7BF827B62D554DF70178092 /* TUISystemMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUISystemMessageCellData.h; sourceTree = ""; }; - 2FAA394A28F15B541C15C4046428DF50 /* LLWidgetBorderViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderViewController.h; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderViewController.h; sourceTree = ""; }; - 2FAB6EAA857B7B7D4B5C776DB888EB83 /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet_PackagePrivate.h; path = objectivec/GPBUnknownFieldSet_PackagePrivate.h; sourceTree = ""; }; - 2FC9C62187F90EFF84B6BBA08E6FC0DD /* LLScreenshotHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotHelper.h; path = LLDebugTool/Core/Component/Screenshot/Function/LLScreenshotHelper.h; sourceTree = ""; }; - 2FFFCAD9E9632DB26E25DD641BABC990 /* Protobuf.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Protobuf.modulemap; sourceTree = ""; }; - 3026EF929E12F0F3B8CB1459F141F2C8 /* QCloudMediaPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMediaPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudMediaPath.m; sourceTree = ""; }; - 3067AF278E4B581B7F782D773FAAD91C /* QCloudRequestData+COSXMLVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudRequestData+COSXMLVersion.h"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXMLVersion.h"; sourceTree = ""; }; - 306FBC56F569C750761C853A13D3E573 /* LLTitleSliderCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleSliderCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSliderCell.h; sourceTree = ""; }; + 2FAC1D6266366890AED4E99B3BCA1759 /* LLLocationProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationProxy.h; path = LLDebugTool/Core/Component/Location/Function/LLLocationProxy.h; sourceTree = ""; }; + 2FC338AB84DBB4A59EA971698426A894 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + 2FDBC5D366A5B0E3115C47961E14B2A3 /* QCloudMediaPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMediaPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudMediaPath.m; sourceTree = ""; }; + 2FED3693E7EF9F3039C2CC56D0BBEDEC /* LLRulerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerViewController.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerViewController.m; sourceTree = ""; }; + 3013D0FA51878F58F51CE3B23ADC1A1B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; + 30148FF2412AB67360DE485D059A207B /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers_RuntimeSupport.h; path = objectivec/GPBProtocolBuffers_RuntimeSupport.h; sourceTree = ""; }; + 302976E58417666E32381642C098C15F /* Algorithm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = Algorithm.c; path = AgoraLyricsScore/Class/Al/Algorithm.c; sourceTree = ""; }; + 303C2F2A4928AE9BE30FBA8D86068450 /* QCloudListPartsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudListPartsResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudListPartsResult.h; sourceTree = ""; }; + 3056A8E8580CABADCB370176818DA839 /* OSSPutObjectTaggingRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutObjectTaggingRequest.h; path = AliyunOSSSDK/OSSPutObjectTaggingRequest.h; sourceTree = ""; }; 3079401082458950495F2DC04E71FC4E /* SVGAPlayer */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SVGAPlayer; path = SVGAPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 30A83DA60174B28C331EFA1522382EDC /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - 30C63B80F2734C318ABB99335F44B65F /* YYWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYWebImage-Info.plist"; sourceTree = ""; }; + 30A171BBE4ED2B8B3EAE06A6A399B6AB /* QCloudLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLogManager.m; path = QCloudCOSXML/Classes/Base/QCloudLogManager.m; sourceTree = ""; }; + 30A36B6DE13504DC1CC1BED4FEED6415 /* QCloudSupervisory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSupervisory.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisory.m; sourceTree = ""; }; + 30A4EC640CF683F8FA7B55E2A3A1B801 /* _YYWebImageSetter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _YYWebImageSetter.m; path = YYWebImage/Categories/_YYWebImageSetter.m; sourceTree = ""; }; + 30B5A3BE1AABD09724C85A0E66103D3D /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; 30C63F6B88C0F8AD4486A67AF2F2E024 /* TUICircleLodingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICircleLodingView.h; sourceTree = ""; }; - 30D3FDFB4CB22F098F35BDBFF98C848D /* ConsoleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConsoleView.swift; path = AgoraLyricsScore/Class/Scoring/View/ConsoleView.swift; sourceTree = ""; }; - 30D66DBB6F25AA190EC0CF9EE915C8BC /* LLWindowManager+Screenshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Screenshot.h"; path = "LLDebugTool/Core/Component/Screenshot/UserInterface/LLWindowManager+Screenshot.h"; sourceTree = ""; }; - 30D725B5B1C3152F5DB42BF6D2B60526 /* TZVideoCropController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZVideoCropController.h; path = TZImagePickerController/TZImagePickerController/TZVideoCropController.h; sourceTree = ""; }; - 30F048CA0AE11A263618A72FA4FFC37C /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - 30F0633886F127563F74ACF39A7FF0FB /* LLWidgetBorderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderHelper.h; path = LLDebugTool/Core/Component/WidgetBorder/Function/LLWidgetBorderHelper.h; sourceTree = ""; }; - 31028B60B9C19E0F02F617C1B0FED785 /* ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist"; sourceTree = ""; }; - 310C4B839E1AF1CB0616FC948067B950 /* QGHWDMP4OpenGLView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMP4OpenGLView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/OpenGL/QGHWDMP4OpenGLView.h; sourceTree = ""; }; - 3121FA43FAB28AEFB43B567F9077953F /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 31316DA21AA80AE3DD0CA7591518F908 /* QCloudLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLogModel.h; path = QCloudCore/Classes/Base/Logger/QCloudLogModel.h; sourceTree = ""; }; - 313EBD1ED4CF3BFF7D35A23B739B12D3 /* IQKeyboardManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.release.xcconfig; sourceTree = ""; }; - 315FC00907D3B61F7085A204AF7583FD /* LLHierarchyViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyViewController.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyViewController.h; sourceTree = ""; }; - 316F4CBFD242760840B0046811B6EDA6 /* TZGifPhotoPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZGifPhotoPreviewController.m; path = TZImagePickerController/TZImagePickerController/TZGifPhotoPreviewController.m; sourceTree = ""; }; - 3175BD5CE61F738AF88728C70A17AC8E /* QCloudSupervisory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSupervisory.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisory.m; sourceTree = ""; }; - 31928EFB2114E4672EFCA3B925B522EE /* YBImageBrowserDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImageBrowserDataSource.h; path = YBImageBrowser/Protocol/YBImageBrowserDataSource.h; sourceTree = ""; }; - 319D22F892A6438A469F4F1F3B7F64AD /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; - 31ADE70C54EC2AA86CDD058978447193 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; + 30EA1B9C843AC13DA5C30E9F18EBB1F8 /* QCloudFileOffsetStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileOffsetStream.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetStream.m; sourceTree = ""; }; + 313179232A7DB10BBFD2247ECFBC2AB1 /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; + 314467FC49AADF71F5EB11A9BCEB5BEF /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "ImSDK_Plus.xcframework/ios-arm64_armv7/ImSDK_Plus.framework/PrivacyInfo.xcprivacy"; sourceTree = ""; }; + 31452D8198D7060376AF1BE758FB98ED /* QCloudCOSXMLService+Quality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Quality.h"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Quality.h"; sourceTree = ""; }; + 314F556C1804CA838BFF3791ACF2EEC2 /* LLEntryWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryWindow.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryWindow.h; sourceTree = ""; }; + 3172F9D90BD8B6A9F04B59169AA36E3C /* QCloudHTTPRequest_SessionPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequest_SessionPrivate.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudHTTPRequest_SessionPrivate.h; sourceTree = ""; }; + 3173F3BF33F6E8DC61EE86DBB05B5052 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; + 3174DA1E4C6004B72DA041ED7DA2EABC /* LLLogDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogDetailViewController.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogDetailViewController.m; sourceTree = ""; }; + 3177B14AFEF251186EF74B07485204D9 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 319149BDA82994B67910F3F558D4151F /* LLEditTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEditTableViewController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/EditTableViewController/LLEditTableViewController.h; sourceTree = ""; }; 31BCDD60A08BA8E78ED99F8ED7408E7B /* YTFaceLiveReflect.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTFaceLiveReflect.framework; path = Libs/YTFaceLiveReflect.framework; sourceTree = ""; }; - 31CA26C8AB804A64B74DEFAEAAF24BA6 /* UIBarButtonItem+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+RACCommandSupport.h"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.h"; sourceTree = ""; }; 31CDC63E7035C004EAE1BC7C73F92C52 /* TUIConfig_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConfig_Minimalist.h; sourceTree = ""; }; - 31D6A899A2F22D73E42C4AFF53B6646D /* QCloudCustomSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomSession.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomSession.h; sourceTree = ""; }; - 31E61363BD9694569DD3E9A63B4E4511 /* UIButton+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+YYWebImage.h"; path = "YYWebImage/Categories/UIButton+YYWebImage.h"; sourceTree = ""; }; - 320AD155944DBB52005BF56892A6FEA4 /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary_PackagePrivate.h; path = objectivec/GPBDictionary_PackagePrivate.h; sourceTree = ""; }; - 323E560A5CBA3BC04CD92054CD30A16A /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; - 32515DC6539770B161CF9BE8AA915F02 /* NSDictionary+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSDictionary+VAPUtil.m"; sourceTree = ""; }; - 326116131F7F57A4EEF8996A6AEC35F2 /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; - 3272B2DBCD538F6D7CE6F08DD40047FF /* OSSTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSTask.h; path = AliyunOSSSDK/OSSTask/OSSTask.h; sourceTree = ""; }; + 322408D6F8B28C2D6BD3A5AF159D4772 /* SDCycleScrollView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDCycleScrollView.debug.xcconfig; sourceTree = ""; }; + 322E9002661BE952F9F69FB475B1A38B /* LLConfigHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConfigHelper.m; path = LLDebugTool/Core/Others/ConfigHelper/LLConfigHelper.m; sourceTree = ""; }; + 3259011EAA4DA9208C8B7EA147D0F916 /* TAAbstractDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TAAbstractDotView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAbstractDotView.h; sourceTree = ""; }; + 326B95976C8A3A0D8400AC054C80E87C /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; 327EC8E8086101EB4B996956ECA23820 /* TUIFaceSegementScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFaceSegementScrollView.m; sourceTree = ""; }; 3291209D4A48AC0FE68A52980DFA6F6D /* TUIResponderTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIResponderTextView.m; sourceTree = ""; }; - 32978C299B2134D5886AD072C2ED827C /* GPBWireFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWireFormat.h; path = objectivec/GPBWireFormat.h; sourceTree = ""; }; - 32D76BD34CD2BE0A545513A0C0E136DF /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - 330637CF749ED5BCC479A9632969669E /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = ""; }; - 3315DC6134F24DE76DE6F35B8D45D47C /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; + 32A290FB1BFACAEEEB08D4FD864F0F58 /* QCloudMultipartUploadOwner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartUploadOwner.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadOwner.m; sourceTree = ""; }; + 32C8352E28276ABECCBF6B5CBF9AF716 /* FileCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FileCache.swift; path = AgoraLyricsScore/Class/Downloader/FileCache.swift; sourceTree = ""; }; + 32F66579AC70D002162C3D62BD0BD24C /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray_PackagePrivate.h; path = objectivec/GPBArray_PackagePrivate.h; sourceTree = ""; }; + 3329092E0CC9693D58C83DB41090DE24 /* MQTTSSLSecurityPolicyTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyTransport.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.h; sourceTree = ""; }; + 3335A2B0A42D165AA9CB2D465EED53D8 /* OSSFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSFileLogger.h; path = AliyunOSSSDK/OSSFileLog/OSSFileLogger.h; sourceTree = ""; }; 334B7631B5F1C7644E85CBD3AFA64C98 /* Pods-QXLive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QXLive-Info.plist"; sourceTree = ""; }; - 334DED8C53FD541D90D3B63F4C9CE8E1 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - 337ADB5D316FDB0A929EAB064196DC3C /* UIImageView+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+YYWebImage.h"; path = "YYWebImage/Categories/UIImageView+YYWebImage.h"; sourceTree = ""; }; - 33A53419BC34A6CCB358D07E454EA09E /* LLMagnifierViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierViewController.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierViewController.m; sourceTree = ""; }; + 334EE5884D98D0B5679C36E9B2FB3545 /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 3377E791D45D3DEFEE5F623272AAF3D3 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePicker/BRDatePickerView+BR.h"; sourceTree = ""; }; + 33A45A5701B1DAB758F3CB9D33109F2D /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; 33AAFEDB266478D4B5A46934B6973C3F /* TIMConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMConfig.h; sourceTree = ""; }; - 33C281761BF7F5D15E479274DDB11055 /* LLScreenshotSelectorModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotSelectorModel.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorModel.m; sourceTree = ""; }; - 33C7A38BE28DEEA49F3A692023E68CD5 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 33C8DA3D2A8279573A354DF2ADEDB1B6 /* IQKeyboardReturnKeyHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardReturnKeyHandler.h; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.h; sourceTree = ""; }; - 33DA828E554084B88BA4798FDD90C02A /* UIGestureRecognizer+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIGestureRecognizer+VAPUtil.m"; sourceTree = ""; }; - 341F1DA851C2DCD12018594E5969B23A /* GPBCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream.h; path = objectivec/GPBCodedInputStream.h; sourceTree = ""; }; - 3443B7A055C772DC7A0B5A8FDBB9431B /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - 3445DE2E4AAB5AA7BAD875A6A2964BD5 /* Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Events.swift; path = AgoraLyricsScore/Class/Events.swift; sourceTree = ""; }; - 3455D83AE2F566E310C187F75E25A1F0 /* UIStepper+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStepper+RACSignalSupport.m"; path = "ReactiveObjC/UIStepper+RACSignalSupport.m"; sourceTree = ""; }; - 3457584A90D2FC553E77823B19CA85DB /* NSObject+YYAddForARC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYAddForARC.h"; path = "YYCategories/Foundation/NSObject+YYAddForARC.h"; sourceTree = ""; }; + 33E9A837E8D65C6CC308D2D609043235 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; + 33FEE84D9D4D297D8FEC796EBE489BDE /* SDWebImageWebPCoderDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoderDefine.h; path = SDWebImageWebPCoder/Classes/SDWebImageWebPCoderDefine.h; sourceTree = ""; }; + 3403AADCC446DF9B0FCA22615455E809 /* FLAnimatedImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FLAnimatedImage-prefix.pch"; sourceTree = ""; }; + 3405D0DC9A7D63F9417B6169F417DBF7 /* LLFilterEventView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterEventView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterEventView.m; sourceTree = ""; }; + 341AC754789F208BC42A73C3CC4DABA1 /* NSArray+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSArray+VAPUtil.h"; sourceTree = ""; }; + 3433EED9677E079662C4723A04DCB9D1 /* LLScreenshotToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotToolbar.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotToolbar.h; sourceTree = ""; }; + 343742756CCBBEAC4A488DA7E829DE24 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 344D14CDD862F7FFA66F21A4F4054776 /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; + 345048C02758C71346EE5CAC4196C7D9 /* AvoidCrash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AvoidCrash.release.xcconfig; sourceTree = ""; }; + 34692301D19779B6D35EC55BB42E350D /* MQTTProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTProperties.h; path = MQTTClient/MQTTClient/MQTTProperties.h; sourceTree = ""; }; 346BB8B8D2DCA50D7EDD6B1F4851028F /* TUIVoiceReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVoiceReplyQuoteViewData.m; sourceTree = ""; }; - 348F60D805DCC0E0BD4D382F5BE1701C /* QCloudProgrameDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudProgrameDefines.h; path = QCloudCore/Classes/Base/QCLOUDProgramDefines/QCloudProgrameDefines.h; sourceTree = ""; }; - 349D8C96879E11B1DC187B265EDAB622 /* UIControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupport.h"; path = "ReactiveObjC/UIControl+RACSignalSupport.h"; sourceTree = ""; }; - 34AD6B77629EF6E1432ED0F009E85F10 /* OSSHttpdns.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSHttpdns.m; path = AliyunOSSSDK/OSSHttpdns.m; sourceTree = ""; }; + 34A34A7A77FF724D8B73872AB4B7090D /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; + 34D93C9297328610ACF27876CF33736A /* LLLocationMockRouteModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationMockRouteModel.m; path = LLDebugTool/Core/Component/Location/Function/LLLocationMockRouteModel.m; sourceTree = ""; }; + 34D9845B44B14CE5943AC59A347768DB /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 34DBD73295D08E2A5529F8BFF47F1E56 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; + 3518ED069C75D38DF3F878276E522227 /* QCloudEndPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudEndPoint.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudEndPoint.h; sourceTree = ""; }; 351AD2DDB6888E18549005C6A2B56494 /* TUIMessageController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageController.m; sourceTree = ""; }; - 35274E48FA9B681200EB7E115F96721F /* OSSNSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSNSLogger.m; path = AliyunOSSSDK/OSSFileLog/OSSNSLogger.m; sourceTree = ""; }; - 355D7EF7FF50D1218C0CEC883F6C2E3C /* LLWindowManager+Screenshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Screenshot.m"; path = "LLDebugTool/Core/Component/Screenshot/UserInterface/LLWindowManager+Screenshot.m"; sourceTree = ""; }; - 356E53AC019108FC3CD39CF37AB40AD7 /* QGBaseAnimatedImageFrame+Displaying.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QGBaseAnimatedImageFrame+Displaying.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.m"; sourceTree = ""; }; - 35CC6DBCAD38C47C3CD1ED1C276F2416 /* TZImagePickerController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TZImagePickerController.debug.xcconfig; sourceTree = ""; }; - 35FB9CEABCB769EFEE6032EC483218D6 /* QCloudSandboxPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSandboxPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudSandboxPath.m; sourceTree = ""; }; - 35FDBDF29A76E644B9627F0011BD8D21 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; - 3617FB84BF477BCEC32EF2265F46D63E /* QCloudListMultipartRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudListMultipartRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudListMultipartRequest.h; sourceTree = ""; }; - 36333F4F2E36DBF4FA871A8584CA3DF0 /* MQTTSSLSecurityPolicyEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyEncoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.m; sourceTree = ""; }; - 365C6C6ED6AED64789474E4FCC19775E /* LLEntryStyleModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryStyleModel.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryStyleModel.m; sourceTree = ""; }; - 3669B9D9B4922F9AEC4046F6C6A18C8F /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 368A6985445BE6224178FD078201DF73 /* GPBDuration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDuration.pbobjc.h; path = objectivec/GPBDuration.pbobjc.h; sourceTree = ""; }; + 352706DDCCFEBD5CB049FA224E7C219C /* YYTextParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextParser.m; path = YYText/String/YYTextParser.m; sourceTree = ""; }; + 352F3AE2543022DD8B2C1A257313537D /* LLSettingViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingViewController.m; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingViewController.m; sourceTree = ""; }; + 35365794D8361BDE8B9E0174943AA53C /* NSMutableData+QCloud_CRC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableData+QCloud_CRC.m"; path = "QCloudCore/Classes/Base/QCloudCategory/NSMutableData+QCloud_CRC.m"; sourceTree = ""; }; + 35501839523274A5C597CECCC856FFCD /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; + 3573F4D2077711D962645AC580607D96 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; + 357AB9C7FDEE357271BC2F88561653B2 /* GPBDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDescriptor.m; path = objectivec/GPBDescriptor.m; sourceTree = ""; }; + 359E1BF83D5302CA6FCE57DEF75F7714 /* UIRefreshControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+RACCommandSupport.m"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.m"; sourceTree = ""; }; + 359E1C8B0642B26824394430D4D84B56 /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePicker/BRDatePickerView.m; sourceTree = ""; }; + 35C443A65014F80033096ED9A315C07B /* NSObject+LL_Runtime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+LL_Runtime.h"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Runtime.h"; sourceTree = ""; }; + 35F2B689DBEF5278549D3093A95B1252 /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = ""; }; + 36012A420D82DB138733A44B388B1091 /* NSObject+HTTPHeadersContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+HTTPHeadersContainer.m"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/NSObject+HTTPHeadersContainer.m"; sourceTree = ""; }; + 363657B0F4A1F1BFB539EA915A1FA55F /* SVGAVectorLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVectorLayer.h; path = Source/SVGAVectorLayer.h; sourceTree = ""; }; + 3665252273E0A39C6048B28CE8D64917 /* QCloudNetworkingAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetworkingAPI.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/API/QCloudNetworkingAPI.h; sourceTree = ""; }; + 3670FF21FCF58D21FA75750A8876B1D3 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; + 367CF5A9EDE4D72EB001F93ADC7555CA /* YYCache.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.debug.xcconfig; sourceTree = ""; }; 368B91EBB98C264B3B1AF05E3E46A89B /* TUIConfig_Classic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConfig_Classic.h; sourceTree = ""; }; 369D4B722FCCC1FCA027159ADEAC799E /* TUIMediaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMediaView.m; sourceTree = ""; }; - 36A72A8E9C73A1AFAFBFFC02A5579F23 /* UIResponder+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIResponder/UIResponder+LL_Utils.h"; sourceTree = ""; }; - 36BD4259AA7F4658875BDD457F270C24 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; - 36C58901FA133D1BB74984D16582B20A /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; + 36B7306D406C2AEA8F5304EE61A4F542 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; 36DE87FF6645F02EEFF37D59E5E14782 /* TUIGroupCreatedCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupCreatedCell.m; sourceTree = ""; }; - 36F2ADBE477D20DCEFB2B7B11D9398BC /* ScoringMachineEx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringMachineEx.swift; path = AgoraLyricsScore/Class/Scoring/ScoringMachineEx/ScoringMachineEx.swift; sourceTree = ""; }; - 37065A75D83E7396C1993697D64B2C16 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - 3712540F0027EB218AE464F58A59CC60 /* UIViewController+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIViewController/UIViewController+LL_Utils.m"; sourceTree = ""; }; - 374F257E854D9B1A189B5FB06602026F /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 375CF7EC774E0546D8281084DF667137 /* NSArray+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSArray+VAPUtil.m"; sourceTree = ""; }; - 3792CC0CD093085EF6561256005846BD /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; - 37A171C91C19D0F12C6EC7F0FFF8E15C /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - 37AC3CD799DAF42B47FD31D0327DFB1A /* QGVAPWrapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPWrapView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.h; sourceTree = ""; }; - 37B2D8A9CCA85F0B562530AFC1FEC885 /* LLHtmlWkWebViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlWkWebViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWkWebViewController.h; sourceTree = ""; }; + 36F5679595177FA283159E2C29F0F6AD /* MKAnnotationView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+RACSignalSupport.h"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.h"; sourceTree = ""; }; + 37240E77D8B2280B8EBDC5D816F77E5F /* AgoraVideoSegmentationExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoSegmentationExtension.xcframework; sourceTree = ""; }; + 373E12D01735BC53A05BDD385A721BD5 /* QCloudMultiDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultiDelegateProxy.m; path = QCloudCore/Classes/Base/ObjectFack/QCloudMultiDelegateProxy.m; sourceTree = ""; }; + 37A1A4751F87BA6169863E987F070625 /* QCloudUploadPartResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadPartResult.m; sourceTree = ""; }; + 37C5F360602C9B6A3C519CA690F8A673 /* QCloudUniversalPathConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalPathConstants.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPathConstants.h; sourceTree = ""; }; 37D1B036F87F771DFD660BCC3CF71B90 /* TUIConversationSelectController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationSelectController.h; sourceTree = ""; }; - 37E9AD7DCB022C875EC7E34C9066A336 /* OSSCancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCancellationToken.h; path = AliyunOSSSDK/OSSTask/OSSCancellationToken.h; sourceTree = ""; }; + 37E82E5F6B0F89AE732E43EB13763B59 /* YYTextLine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextLine.m; path = YYText/Component/YYTextLine.m; sourceTree = ""; }; 37EA43C6154607EB4C385B067D4FF381 /* TUICore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TUICore; path = TUICore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 37F7AF42CD89D99C7C641148A78BEEC3 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - 37FBF5391BBB5280F15041DE59EAE7F9 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; - 380131B8E123CBEBF5EF2B2F50944602 /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - 380962502D82008B0DA186322FC1E653 /* YBIBVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoView.m; path = Video/YBIBVideoView.m; sourceTree = ""; }; + 3807C0D317163075B8EC95833050AF01 /* AgoraLyricsScore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AgoraLyricsScore-prefix.pch"; sourceTree = ""; }; 3814AF3EC255DDF9577E5266D96B7B49 /* UIView+TUIUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+TUIUtil.m"; sourceTree = ""; }; - 3815B32E45F80315CD87EED97ADDBCA3 /* QCloudRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudRequestOperation.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudRequestOperation.h; sourceTree = ""; }; - 3819279E7AF258AC6770FDDDE575D03B /* LLAppInfoComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoComponent.h; path = LLDebugTool/Core/Component/AppInfo/LLAppInfoComponent.h; sourceTree = ""; }; - 381C0C51650DE5BB3FF030BC00F289F7 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; 382649DB90957A519752DBA5E57B1C7D /* TIMCommon.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = TIMCommon.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 38284497DD20EB23C007D4DD28318A8C /* QCloudUploadPartRequest+Custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudUploadPartRequest+Custom.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest+Custom.h"; sourceTree = ""; }; - 38423F8F3364205E7E652C96998807CD /* LLLocationWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationWindow.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationWindow.h; sourceTree = ""; }; - 386832C5BD3499E3597A77285E27241C /* XmlParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XmlParser.swift; path = AgoraLyricsScore/Class/Other/XmlParser.swift; sourceTree = ""; }; - 38A9F0F0BAE1325195D9E0BA7F6D3EA6 /* SVGABezierPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGABezierPath.m; path = Source/SVGABezierPath.m; sourceTree = ""; }; + 383232BA61F899A1130F57D4F31C4883 /* QCloudFCUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFCUUID.m; path = QCloudCore/Classes/Base/FCUUID/QCloudFCUUID.m; sourceTree = ""; }; + 38588685EC11DD81A380F95B55BDA576 /* QCloudCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCore-umbrella.h"; sourceTree = ""; }; + 386267B4CDA6DDEAFD5E435A7042CA78 /* QGVAPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QGVAPlayer-dummy.m"; sourceTree = ""; }; + 38645EA11EB84443967A575AEC6B4CDD /* AgoraVideoAv1DecoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoAv1DecoderExtension.xcframework; sourceTree = ""; }; + 3894010A1895B1C07DA276A05ABC2C46 /* NSMutableDictionary+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+OSS.m"; path = "AliyunOSSSDK/NSMutableDictionary+OSS.m"; sourceTree = ""; }; 38AF682265526EA5128444E09DF05B92 /* TUIFileReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileReplyQuoteViewData.h; sourceTree = ""; }; - 38B44D679DFCCC7F57518443D86AFF4E /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - 38B548276CBDD58FCFE13856ADA58FFB /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 38BDAD26DBD09CF5C97C92BC5898EE60 /* AgoraVideoQualityAnalyzerExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoQualityAnalyzerExtension.xcframework; sourceTree = ""; }; - 38F54560F4FAB326B5C0AD5AEBB34000 /* LLAnimateView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAnimateView.h; path = LLDebugTool/Core/Others/CommonUI/View/AnimateView/LLAnimateView.h; sourceTree = ""; }; - 3922C9F377B494EE8CB80F8AFC076B4B /* QCloudHttpDNS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHttpDNS.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHttpDNS.h; sourceTree = ""; }; + 38C447EF7377D479A5388EA2BEE74A06 /* QCloudMainBundle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMainBundle.m; path = QCloudCore/Classes/Base/QCloudBundle/QCloudMainBundle.m; sourceTree = ""; }; + 38F76D70DEFC59FA49CCFFA358C27C27 /* NSURLSession+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSession/NSURLSession+LL_Network.m"; sourceTree = ""; }; 393F7B77890098F5E8F820AA7AAB3CD8 /* tnnliveness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = tnnliveness.framework; path = Libs/tnnliveness.framework; sourceTree = ""; }; - 3965B84AE43C0F8234D384603B14D8C6 /* UIButton+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIButton/UIButton+LL_Utils.m"; sourceTree = ""; }; - 39779CCB2B95BB129A4CC4AA600A1891 /* cpu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cpu.h; path = src/dsp/cpu.h; sourceTree = ""; }; - 397DCE3E6D13B2709771BD62DFFF1D8C /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; + 3945AA20A9D52717DFF6AC790D6EA801 /* LLEditTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEditTableViewController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/EditTableViewController/LLEditTableViewController.m; sourceTree = ""; }; + 395937BD0F217F0B663A4E9E9A76BB84 /* XHLaunchAdCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdCache.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdCache.m; sourceTree = ""; }; + 395A38DB3A17770CD37D0700E946D0DE /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; 398456EF8E6157E22F5A20834A6E7B2A /* TUIVideoMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoMessageCell_Minimalist.m; sourceTree = ""; }; - 39B59F81DD5B923A6917D73817561C63 /* YYText.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYText.modulemap; sourceTree = ""; }; - 39F9B08441831B3354714594DA08CFC2 /* QCloudPingTester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudPingTester.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudPingTester.h; sourceTree = ""; }; + 39B7620E45CA262C7A277AFFC11FADAF /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; + 39C5BB82B35B7997045EBD7D48EE8A43 /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; + 39D2797FDBAC09883477582B34460425 /* LLFunctionViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionViewController.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionViewController.h; sourceTree = ""; }; + 39DD6DBD2B7AA0BC5FB80671DBB24022 /* NSArray+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSArray/NSArray+LL_Utils.m"; sourceTree = ""; }; + 39FA3C704A75C144C1C205D3C425C72B /* QGVAPConfigModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPConfigModel.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.m; sourceTree = ""; }; 3A0F36C9DA1928A51CE0C61A106BCA1A /* TUIReplyPreviewBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyPreviewBar.h; sourceTree = ""; }; 3A29D7C214574D219F6C435101FF52C8 /* QCloudCOSXML */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = QCloudCOSXML; path = QCloudCOSXML.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A321FB4DB148B7F4B3C8519D7AAED1E /* YYCache-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-umbrella.h"; sourceTree = ""; }; - 3A5C00D57F5928FE8EB781CC2C0EA87C /* LLFilterOtherView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterOtherView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterOtherView.m; sourceTree = ""; }; - 3A5EC203393EDB39DF19C5B9EC73E99C /* Svga.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Svga.pbobjc.h; path = Source/pbobjc/Svga.pbobjc.h; sourceTree = ""; }; - 3A65777FEF1D37CB29AAA9B70EBAC6C9 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - 3A7D3D49FA00D2550D145285DA5CA7C3 /* UIButton+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+YYWebImage.m"; path = "YYWebImage/Categories/UIButton+YYWebImage.m"; sourceTree = ""; }; - 3A88737F7B4E7160E58FFAA2E27780E9 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; + 3A2BB777A0823ECFC930732A675CD2E5 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; + 3A2DD66F2938E33B3C1A9045121C483B /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 3A325AEF869EE6DFB56B2596C7B1D90D /* QGVAPSafeMutableArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPSafeMutableArray.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableArray.h; sourceTree = ""; }; + 3A4C367AAE48F69E68E2FE87339F8C7F /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; + 3A4E6E0414A154A154C336818BDD963E /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; + 3A63FF93F0F86BF79A456AF397FFC2D8 /* YBIBCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBCollectionView.m; path = YBImageBrowser/Base/YBIBCollectionView.m; sourceTree = ""; }; 3AA156D5EB13C201C0D46B8AAEB9F7D0 /* TUICommonGroupInfoCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICommonGroupInfoCellData.m; sourceTree = ""; }; - 3AB782AC7C00029CE68CCBD575FF72B7 /* LLNetworkImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkImageCell.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkImageCell.h; sourceTree = ""; }; - 3ACED52B3F83A3EA354B6EC039B93F9F /* JXCategoryView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JXCategoryView-Info.plist"; sourceTree = ""; }; - 3AEBC735855A390946B5EF65B3823B1E /* OSSAllRequestNeededMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSAllRequestNeededMessage.h; path = AliyunOSSSDK/OSSAllRequestNeededMessage.h; sourceTree = ""; }; + 3AA15842C0F78273BE6A0BE5DC6C92F7 /* video_enc.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = video_enc.xcframework; sourceTree = ""; }; + 3ABB0E982A84EA48E230A248227495AD /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject_PackagePrivate.h; path = objectivec/GPBRootObject_PackagePrivate.h; sourceTree = ""; }; + 3ADC1EFCB1AF0B8A68E4B35C831DC38B /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + 3ADF4753B9AEA3BEB96141733B190BFB /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; + 3AEEE13E0A57AB02B8E68C389FFBB761 /* AliyunOSSiOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AliyunOSSiOS.release.xcconfig; sourceTree = ""; }; 3AF18CA26422804654DF44D2F04846A7 /* TUIGroupPendencyController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupPendencyController.h; sourceTree = ""; }; - 3AF7922C63D1F715EF9339F99CF89C7D /* video_dec.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = video_dec.xcframework; sourceTree = ""; }; - 3B0029E8D96A8D3921EC957B31A972EB /* YYDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYDiskCache.h; path = YYCache/YYDiskCache.h; sourceTree = ""; }; - 3B04C37349BDC515B4E0D346572551E0 /* LLSandboxHtmlPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxHtmlPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxHtmlPreviewController.h; sourceTree = ""; }; - 3B1425FAA83B90D2C942C81713A82E18 /* WechatOpenSDK-XCFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.release.xcconfig"; sourceTree = ""; }; - 3B15130A662ED9AC1282838D3D5AAF5A /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; + 3AF72A9760A0BA235EF3A82ECCFA2391 /* LLNetworkComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkComponent.m; path = LLDebugTool/Core/Component/Network/LLNetworkComponent.m; sourceTree = ""; }; + 3B00EAE8B4EDC0B1DE7616652B3F871D /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; + 3B13FA1303F3B7FF7C5C199F4BA78C4D /* LLMoveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMoveView.h; path = LLDebugTool/Core/Others/CommonUI/View/MoveView/LLMoveView.h; sourceTree = ""; }; 3B18A0FDCCE2BCD71AF416792C610BE8 /* TUIConversation-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIConversation-umbrella.h"; sourceTree = ""; }; - 3B1AB3E8ED48D02DFFBFCC6751BDB663 /* QCloudOperationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudOperationQueue.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudOperationQueue.h; sourceTree = ""; }; 3B1BE9331F5E5D12CA04E6D642BCFB41 /* TUIReferenceMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReferenceMessageCell.m; sourceTree = ""; }; - 3B2A9C92B1C203189E192C03AF2AB8EA /* QCloudFileUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileUtils.m; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudFileUtils.m; sourceTree = ""; }; - 3B6C3FF75906D49816B4A95049FDEE4A /* OSSNetworkingRequestDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSNetworkingRequestDelegate.m; path = AliyunOSSSDK/OSSNetworkingRequestDelegate.m; sourceTree = ""; }; + 3B200A8093320D3E9E2126BF8500AE59 /* NSString+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSString/NSString+LL_Utils.m"; sourceTree = ""; }; + 3B21B1C941AED56DD7257721AA82BBA1 /* LLHierarchyViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyViewController.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyViewController.m; sourceTree = ""; }; + 3B2F6BA944E4926AC0BFACBEF62838CE /* LLHierarchyPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyPickerView.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyPickerView.h; sourceTree = ""; }; + 3B3D866B25350859B978DC7C8A2EC518 /* QCloudMultipartUploadInitiator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartUploadInitiator.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadInitiator.m; sourceTree = ""; }; + 3B6F0A4C98E678781B71697D6293364C /* TZImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImagePickerController.h; path = TZImagePickerController/TZImagePickerController/TZImagePickerController.h; sourceTree = ""; }; + 3B83B36C5572AD21B1244611CE0416D8 /* LyricsFileDownloaderProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricsFileDownloaderProtocol.swift; path = AgoraLyricsScore/Class/Downloader/LyricsFileDownloaderProtocol.swift; sourceTree = ""; }; + 3B87762B7F423D5B4577372B1C4CA251 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 3B8922A742DFABCD4F3AE5AE95721B56 /* ReconnectTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReconnectTimer.m; path = MQTTClient/MQTTClient/ReconnectTimer.m; sourceTree = ""; }; + 3B946719A96B40ADBA26741A6E6B342A /* LLAppInfoComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoComponent.m; path = LLDebugTool/Core/Component/AppInfo/LLAppInfoComponent.m; sourceTree = ""; }; + 3B9B96DD5D4630DE2DFBADFA131FE547 /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; + 3BAF54B21CD5B4708E63FF00A9EAA8C6 /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; 3BE1410E472321DAD3D7A9845B07EEB7 /* TUIGroupPendencyDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupPendencyDataProvider.m; sourceTree = ""; }; + 3BE624052147A8CCC9718FB49DB18ECA /* NSUserDefaults+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSUserDefaults/NSUserDefaults+LL_Utils.h"; sourceTree = ""; }; 3BF3B905DD277678DFA482F73C17846C /* UIColor+TUIHexColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIColor+TUIHexColor.m"; sourceTree = ""; }; + 3BFB04E970219DC5124581EB793CE257 /* AvoidCrash-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AvoidCrash-umbrella.h"; sourceTree = ""; }; + 3BFD4539FB584160FA97C39702AF5677 /* XHLaunchAdConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdConfiguration.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.h; sourceTree = ""; }; 3C0098C78C4AFA36FDBC748CDB13F174 /* TUIChat.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TUIChat.modulemap; sourceTree = ""; }; - 3C0BD0C10DA136133A117EA08236E700 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - 3C0CC4726723D6D3B9F07ADF69FE10CC /* GPBMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage.h; path = objectivec/GPBMessage.h; sourceTree = ""; }; - 3C118021EF031FBCA103B7EA98DA851B /* QCloudUploadPartResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadPartResult.h; sourceTree = ""; }; - 3C12BE5CAB2519B0F0248C98EF5CD67A /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; + 3C19EE1497A4A3AEE4B821277F5625BB /* AgoraLipSyncExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraLipSyncExtension.xcframework; sourceTree = ""; }; + 3C1BA3CDE18C9447EEF09771A533C96E /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; 3C28B8D5E3DF6250210567B58082DFBA /* TUILocalTipsCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUILocalTipsCellData.m; sourceTree = ""; }; - 3C4AFCFC76BE581A67CA5B539B832BF3 /* GPBEmpty.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBEmpty.pbobjc.m; path = objectivec/GPBEmpty.pbobjc.m; sourceTree = ""; }; - 3C4BFE225DAC7F3C4528A80761A0A1D4 /* LLTitleSwitchCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleSwitchCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleSwitchCellView.m; sourceTree = ""; }; - 3C4FF55ACDBF05D5851592739846E2BB /* QCloudCOSXMLCopyObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLCopyObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLCopyObjectRequest.h; sourceTree = ""; }; - 3C92B0D5A5DC08D351EAC1B4DFB9BDBB /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; + 3C4704AE2B0AE0DF646796EEF3870767 /* ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist"; sourceTree = ""; }; + 3C4A8108A5B6FB43F3E25E79A7CA814A /* YYTextKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextKeyboardManager.m; path = YYText/Component/YYTextKeyboardManager.m; sourceTree = ""; }; + 3C51113214F3A5615956DC35F37B823F /* mz_zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip.c; path = SSZipArchive/minizip/mz_zip.c; sourceTree = ""; }; + 3C60D17898FF18342112C92B6BEA89D5 /* YBIBVideoCell+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBVideoCell+Internal.h"; path = "Video/YBIBVideoCell+Internal.h"; sourceTree = ""; }; + 3C7698700B6DED067DCD260A5CDF0123 /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = Zip/minizip/include/ioapi.h; sourceTree = ""; }; + 3C7D8651501F44D7D83D4CE0BCF4FC0E /* QCloudAppendObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAppendObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudAppendObjectRequest.h; sourceTree = ""; }; + 3C91FA03CE622CC07B84168D3E46F5D1 /* OSSV4Signer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSV4Signer.h; path = AliyunOSSSDK/Signer/OSSV4Signer.h; sourceTree = ""; }; 3CA375F51768BE15E2FECCE0FF4DC94D /* TUIChat.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = TUIChat.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3CC1EA350F30753E1F105F5F4F0C1E4E /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - 3CCEE7FC2F9AFDB27D8705E4B260814C /* NSNotificationCenter+VAPThreadSafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+VAPThreadSafe.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSNotificationCenter+VAPThreadSafe.h"; sourceTree = ""; }; - 3CD85DC1770975A7D82905376807EEB1 /* LLBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseCollectionViewCell.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseCollectionViewCell.m; sourceTree = ""; }; - 3CDC87DA0AFD4FF5C4C35065331B3A64 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 3CE9A3A6D92E62A399341821737EDBC8 /* TZPhotoPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZPhotoPreviewController.h; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewController.h; sourceTree = ""; }; - 3CF202DD067955FFE62E96A64DB799E6 /* QCloudCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QCloudCore-Info.plist"; sourceTree = ""; }; - 3D091AA23B12B1EEA18EBF1FCCD12330 /* YYFrameImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYFrameImage.m; path = YYImage/YYFrameImage.m; sourceTree = ""; }; - 3D1757743CDC76FAC89974FBEDD31E89 /* LLHierarchyWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyWindow.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyWindow.h; sourceTree = ""; }; - 3D226186D297226D69E92A635E08589E /* QCloudCOSXMLService+Quality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Quality.h"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Quality.h"; sourceTree = ""; }; + 3CC790E3AE7FD2E7EA704F1E45ECBEAA /* UIView+TZLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+TZLayout.m"; path = "TZImagePickerController/TZImagePickerController/UIView+TZLayout.m"; sourceTree = ""; }; + 3CD3D47521B95C9882C5BA3A1646D695 /* QCloudBizHTTPRequest+COSXML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudBizHTTPRequest+COSXML.h"; path = "QCloudCOSXML/Classes/Base/QCloudBizHTTPRequest+COSXML.h"; sourceTree = ""; }; + 3CE79B3E309C2F31D51F526C806633EC /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; + 3D14F6F0A050F819B8A0C9F73A804ECF /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; + 3D341B540F4FD92B434C11D6C9985A60 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; 3D349B4677392B69A14A120F95770225 /* TUICommonGroupInfoCellData_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICommonGroupInfoCellData_Minimalist.m; sourceTree = ""; }; - 3D41F48683FCC1EDA89D903FF0965373 /* OSSRestoreObjectResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSRestoreObjectResult.m; path = AliyunOSSSDK/OSSRestoreObjectResult.m; sourceTree = ""; }; - 3D53F42BFA6BF31AD142C5117BB2CD10 /* QCloudAuthentationV4Creator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAuthentationV4Creator.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV4Creator.h; sourceTree = ""; }; - 3D6F7385C05D83E3F9FF3CC073E76B8D /* QCloudCredential.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCredential.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredential.m; sourceTree = ""; }; - 3DDCB02354376548FCA283EA4CA38124 /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = ""; }; + 3D4076450DB167865F8210C684636A0D /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; + 3D5FC113F9D85099868066D1F1817B70 /* QCloudCOSXMLService+Configuration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Configuration.h"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Configuration.h"; sourceTree = ""; }; + 3D884D8D6AC5088DBAF582FF1E3B878A /* LLLogComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogComponent.h; path = LLDebugTool/Core/Component/Log/LLLogComponent.h; sourceTree = ""; }; + 3DF68829FE7979DEB147A9CCD440A89D /* QCloudService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudService.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudService.h; sourceTree = ""; }; + 3E1AC3E47816266DAA15C5BBD3D4D96A /* QCloudCOSStorageClassEnum.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSStorageClassEnum.m; path = QCloudCOSXML/Classes/Transfer/enum/QCloudCOSStorageClassEnum.m; sourceTree = ""; }; + 3E2E3F3ACC3376B31085C30541D48289 /* LLLogCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogCell.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogCell.h; sourceTree = ""; }; 3E3132179E4867E62E968B90A02AF64C /* TUIConversationListController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationListController.m; sourceTree = ""; }; - 3E4CE45B35D7D5B5FDBEE63DA76A5C2B /* MQTTSSLSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicy.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.m; sourceTree = ""; }; - 3E4E353A84CE19B95DDD68C7CA1BD511 /* LLLogHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogHelper.h; path = LLDebugTool/Core/Component/Log/Function/LLLogHelper.h; sourceTree = ""; }; - 3E50F3C1212023FC910409AE15820C07 /* QCloudNetResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudNetResponse.m; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudNetResponse.m; sourceTree = ""; }; - 3E588B994E24E929C3ADFD2384AF7EE0 /* LLFunctionWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionWindow.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionWindow.m; sourceTree = ""; }; + 3E5B9F4567379E939A1FF46C0C8D7F2B /* FMDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabase.m; path = src/fmdb/FMDatabase.m; sourceTree = ""; }; + 3E69C2D26EA4560B8598F25F9541F86A /* QCLOUDRestNet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCLOUDRestNet.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/QCLOUDRestNet.h; sourceTree = ""; }; + 3E6DDDC7BE3CE9F9ACCE17E07BDC7B25 /* JXPagerListRefreshView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerListRefreshView.m; path = Sources/JXPagerView/JXPagerListRefreshView.m; sourceTree = ""; }; 3E6EE10810E6442739526F9C8EECEB34 /* TIMCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TIMCommon-dummy.m"; sourceTree = ""; }; - 3E857A504F04C7C10AEC3565A2EF8736 /* YBIBAuxiliaryViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBAuxiliaryViewHandler.m; path = YBImageBrowser/AuxiliaryView/YBIBAuxiliaryViewHandler.m; sourceTree = ""; }; 3E862A46EBB0A2B61CF942F373DB8E7E /* TUIChat_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChat_Minimalist.h; sourceTree = ""; }; - 3E87DB6ACFF482D7B2365EFA82074E9C /* TZPhotoPickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZPhotoPickerController.h; path = TZImagePickerController/TZImagePickerController/TZPhotoPickerController.h; sourceTree = ""; }; - 3E8B4B231A3F303B1FE0DC0673804179 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; 3E8C9936364E090EC4037ED3F5F40990 /* TUIBaseMessageControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBaseMessageControllerDelegate.h; sourceTree = ""; }; 3EA2047A997EED2FC02DEB89ADDF3379 /* TUITextReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextReplyQuoteView_Minimalist.h; sourceTree = ""; }; + 3EA9632425E1D0BF20F2F54C565736D5 /* LLLocationProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationProxy.m; path = LLDebugTool/Core/Component/Location/Function/LLLocationProxy.m; sourceTree = ""; }; + 3EAAA5F04D2905E642591A3A7CB5B18F /* GPBExtensionInternals.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionInternals.m; path = objectivec/GPBExtensionInternals.m; sourceTree = ""; }; 3EB478F8C6F7755BB50F9863DB5B5231 /* TUIBaseChatViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBaseChatViewController.h; sourceTree = ""; }; 3EB6806CDE099CA882C42A8D9F13365C /* TUIMediaCollectionCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMediaCollectionCell_Minimalist.h; sourceTree = ""; }; - 3EBCAA712AC9DD6F814BA94244BEA3AC /* YBIBPhotoAlbumManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBPhotoAlbumManager.m; path = YBImageBrowser/Helper/YBIBPhotoAlbumManager.m; sourceTree = ""; }; - 3EC3B519AC23B98923D9A30087556A44 /* IQTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTextView.m; path = IQKeyboardManager/IQTextView/IQTextView.m; sourceTree = ""; }; 3EE5F4CBCDAA09ACB04423969186AFDC /* TUIEvaluationCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIEvaluationCell_Minimalist.h; sourceTree = ""; }; 3EE8008F97A8FAE3D61F96263684D669 /* TUIVideoMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoMessageCell_Minimalist.h; sourceTree = ""; }; - 3EE8824ECC4CC90D5F87D9686AA62D9C /* NSArray+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSArray/NSArray+LL_Utils.h"; sourceTree = ""; }; - 3EF1087DC4E07D930E9F64123948E480 /* mz_strm_zlib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_zlib.c; path = SSZipArchive/minizip/mz_strm_zlib.c; sourceTree = ""; }; - 3EF9852A5A98D3131B14E29BB416C491 /* MQTTInMemoryPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTInMemoryPersistence.m; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.m; sourceTree = ""; }; - 3EFB5D80BCEF79FD344A2A41703512CD /* SVGAAudioEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAAudioEntity.m; path = Source/SVGAAudioEntity.m; sourceTree = ""; }; - 3F14C2DF14D0E3CC5631975A85551119 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; - 3F1BA4BA88EB71B223562EEACCDBFE05 /* LLHierarchyHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyHelper.h; path = LLDebugTool/Core/Component/Hierarchy/Function/LLHierarchyHelper.h; sourceTree = ""; }; - 3F228046BA3DB3BF92D807FF46D06083 /* QCloudCOSXMLService+Configuration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudCOSXMLService+Configuration.m"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Configuration.m"; sourceTree = ""; }; - 3F38A2256A603F22218784B900169A70 /* LLNetworkFilterViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkFilterViewController.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterViewController.m; sourceTree = ""; }; - 3F39009C47540616A374AD859EAC041F /* MQTTSSLSecurityPolicyTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyTransport.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.h; sourceTree = ""; }; - 3F4A516A9355EAA944CA1793EC6D4205 /* ForegroundReconnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ForegroundReconnection.m; path = MQTTClient/MQTTClient/ForegroundReconnection.m; sourceTree = ""; }; - 3F53B9667F1CFB1CC3C6E326A1E115A4 /* QCloudCustomSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCustomSession.m; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomSession.m; sourceTree = ""; }; - 3F5ACF065BB91F5338720FFACC00E1EB /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; + 3EE8E55692296C9C6A83C77823FDC9FC /* LLBaseComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseComponentViewController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentViewController/LLBaseComponentViewController.m; sourceTree = ""; }; + 3F176FF2BEB7B9E775DCBBB7CA6953EF /* QCloudUniversalFixedPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalFixedPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalFixedPath.h; sourceTree = ""; }; + 3F2A299EA692122F10BD2255F22832D3 /* YBIBImageLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageLayout.h; path = YBImageBrowser/Image/YBIBImageLayout.h; sourceTree = ""; }; + 3F31A243F668C6A4AF248FA150D12BE7 /* LLHtmlWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlWindow.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWindow.h; sourceTree = ""; }; + 3F591AB4042C055E5B6C76A4B21F410C /* LLRulerWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerWindow.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerWindow.h; sourceTree = ""; }; + 3F6AE75F65270977D0F88912C30353DF /* ResourceBundle-JXPagerView-JXPagingView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-JXPagerView-JXPagingView-Info.plist"; sourceTree = ""; }; + 3F7CFC834044EB81253C81CA635DFB66 /* FLAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLAnimatedImage.m; path = FLAnimatedImage/FLAnimatedImage.m; sourceTree = ""; }; + 3F8088C4FBC2268527D108980A3988B3 /* Struct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = objectivec/google/protobuf/Struct.pbobjc.h; sourceTree = ""; }; 3F87BDB8E808A82A00B25EDB2E327F87 /* TUIMessageReadViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageReadViewController.m; sourceTree = ""; }; + 3F88F637947B9B0CFBA22B68B0C03260 /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; + 3F92B45E514F805EDBAB646FF34CC626 /* IQKeyboardManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.debug.xcconfig; sourceTree = ""; }; 3F9FFCC87BF7E40DC2E87253414B2BE8 /* TUILinkCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUILinkCell.m; sourceTree = ""; }; - 3FA7B1A5443DB4247116DF057334E34E /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 3FB04540F536CE9A17AEAFC02540303E /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 3FB7B517F1494290323D2B25911FB805 /* LLScreenshotComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotComponent.m; path = LLDebugTool/Core/Component/Screenshot/LLScreenshotComponent.m; sourceTree = ""; }; - 3FB7CC38CC4EC713F738E35D48A74E91 /* QCloudSignature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSignature.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignature.h; sourceTree = ""; }; - 3FE371DA2A6EFDB16C2401A747C6C1B9 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; + 3FD380342D1212C36E6ECDDC90A75895 /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; 3FF168039C7F53A9CF459756C932BB7F /* TUIFoldConversationListDataProvider_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFoldConversationListDataProvider_Minimalist.m; sourceTree = ""; }; - 3FFCAB28BFF424598BABBC33294D2C27 /* QCloudMainBundle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMainBundle.m; path = QCloudCore/Classes/Base/QCloudBundle/QCloudMainBundle.m; sourceTree = ""; }; - 4004B7488B679ED2B729FAA9A0EDA5DF /* GPBArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBArray.m; path = objectivec/GPBArray.m; sourceTree = ""; }; - 400574FFCC52BAC3027118E7DBA6D9D3 /* OSSGetSymlinkRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetSymlinkRequest.h; path = AliyunOSSSDK/OSSGetSymlinkRequest.h; sourceTree = ""; }; - 40062F33F40BB0D1FDF395F715E3092C /* NSMutableAttributedString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableAttributedString+AvoidCrash.h"; path = "AvoidCrash/NSMutableAttributedString+AvoidCrash.h"; sourceTree = ""; }; - 40A1A43CA22FAF6453F1BFE43DCE0C9F /* QCloudListPartsResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudListPartsResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudListPartsResult.m; sourceTree = ""; }; + 3FFFE44AF25BCF25C73DF9A0063B204A /* LLAppInfoHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoHelper.h; path = LLDebugTool/Core/Component/AppInfo/Function/LLAppInfoHelper.h; sourceTree = ""; }; + 40162E5E090DFCE5C40E54868A06C7CD /* IQUITextFieldView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUITextFieldView+Additions.h"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.h"; sourceTree = ""; }; + 40171074C7CCD39E01473B5A81989287 /* SDCycleScrollView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDCycleScrollView-Info.plist"; sourceTree = ""; }; + 40262D2F39C616D82BCD3AD63C8C787D /* LLDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDebug.h; path = LLDebugTool/LLDebug.h; sourceTree = ""; }; + 404A53F6810943B999E260034DC5CFE3 /* GPBRootObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject.h; path = objectivec/GPBRootObject.h; sourceTree = ""; }; + 405359C30EC97070DCE0995B06F068EB /* BRPickerAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerAlertView.m; path = BRPickerView/Core/BRPickerAlertView.m; sourceTree = ""; }; + 4054AA13A701D155EB4F42C672681849 /* NSKeyedUnarchiver+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSKeyedUnarchiver+YYAdd.m"; path = "YYCategories/Foundation/NSKeyedUnarchiver+YYAdd.m"; sourceTree = ""; }; + 4069B3F2D655B788B73C3D2FE69D7D65 /* YYTextAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextAttribute.h; path = YYText/String/YYTextAttribute.h; sourceTree = ""; }; + 407932C5C2AAEDC176A0651B83F5ACFB /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + 4082B41BF78ED6F49C055BAA12201963 /* LLEntryBigTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryBigTitleView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBigTitleView.h; sourceTree = ""; }; + 40ACC2531666BDAB0A2876B7E5D9B433 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 40AD147A36FA1B465083E6038CE91D99 /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; + 40B0A8FBE9FD9A238019E1407165E4CE /* NSBundle+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+YYAdd.m"; path = "YYCategories/Foundation/NSBundle+YYAdd.m"; sourceTree = ""; }; + 40B4BB308FA552F0C9CBC59FF495F3BF /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; + 40D5816B4CF65CB91ADEFF151ED9BE47 /* OSSServiceSignature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSServiceSignature.h; path = AliyunOSSSDK/Signer/OSSServiceSignature.h; sourceTree = ""; }; 40DE24D75001778BCF5E78BEFD743E56 /* TUIMediaView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMediaView_Minimalist.h; sourceTree = ""; }; - 40F20D87AA3C8CE9A0E18052A6DC18E7 /* _YYWebImageSetter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _YYWebImageSetter.m; path = YYWebImage/Categories/_YYWebImageSetter.m; sourceTree = ""; }; - 410044B067F7DD4A01C05494625ECDF2 /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; - 411A5B0C12E31DC1B0A4913E176C3514 /* QGAnimatedImageDecodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeManager.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.h; sourceTree = ""; }; - 4132B15C9DAEF46D37E2C2A2CDC99A07 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; - 4138A87F260183784A34F09B09809E36 /* OSSCancellationTokenRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCancellationTokenRegistration.h; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenRegistration.h; sourceTree = ""; }; - 417A37FD0F881B7B19B3D9D3CDCD19D6 /* YBIBScreenRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBScreenRotationHandler.h; path = YBImageBrowser/Base/YBIBScreenRotationHandler.h; sourceTree = ""; }; - 418D6C32727990782230828C49D7AF0A /* MQTTCFSocketEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketEncoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.m; sourceTree = ""; }; - 41A52D5D394DB0AC8B4F045B594ED41B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 41ABE376D03A65F97D42923B7751D41B /* YYTextDebugOption.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextDebugOption.h; path = YYText/Component/YYTextDebugOption.h; sourceTree = ""; }; - 41BF350BB7AE4DD9930855E4CB7384A5 /* LLFilterFilePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterFilePickerView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterFilePickerView.h; sourceTree = ""; }; + 41712F98D6C736727C38A5179712992F /* OSSReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSReachability.h; path = AliyunOSSSDK/OSSFileLog/OSSReachability.h; sourceTree = ""; }; + 417D47F79FA20699E18D014BCABD1389 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; + 418B459723D972DAA23C914A976E1EEC /* FLAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLAnimatedImageView.h; path = FLAnimatedImage/include/FLAnimatedImageView.h; sourceTree = ""; }; + 41B70CA12ADD794B268E6CCFDA77E32D /* SVProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SVProgressHUD.modulemap; sourceTree = ""; }; + 41C0FAD496903192EA3302475FE4A0B4 /* LLWindowManager+WidgetBorder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+WidgetBorder.m"; path = "LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWindowManager+WidgetBorder.m"; sourceTree = ""; }; 41CAE80F9FEBA3C9CD0CC1B3A287586C /* TUIOrderCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIOrderCell.h; sourceTree = ""; }; - 41D0B4C90B70DFCDBB0DA39579E7BE8E /* LLEditTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEditTableViewController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/EditTableViewController/LLEditTableViewController.m; sourceTree = ""; }; - 41E17BB7482527F1150B0125BDE89249 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; - 41E51DB94A6FC8A936BBD0B77CE55ED9 /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; - 41F540009AA9DAF3CAE32CFADA4A5792 /* NSDictionary+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+AvoidCrash.h"; path = "AvoidCrash/NSDictionary+AvoidCrash.h"; sourceTree = ""; }; + 420FB0C7C3842CFAF770CB25BA445A9E /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; + 4218662ACF9772E721E879F540237337 /* NSAttributedString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+AvoidCrash.h"; path = "AvoidCrash/NSAttributedString+AvoidCrash.h"; sourceTree = ""; }; + 4219E7CC7A89AAFEDD46A7FC392973B1 /* mz_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_os.h; path = SSZipArchive/minizip/mz_os.h; sourceTree = ""; }; + 421D5FAF91F0D256E2FDCD6F5F84FD66 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; 422577C147AB7CB42594B3620AC0E0E5 /* NSTimer+TUISafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTimer+TUISafe.h"; sourceTree = ""; }; - 4229A484FA4CC3658F4BD425661DB4F2 /* GPBSourceContext.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBSourceContext.pbobjc.m; path = objectivec/GPBSourceContext.pbobjc.m; sourceTree = ""; }; 423A0B9A3E18AC560EF8F42EDD8F1E0D /* TUIChatConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatConfig.m; sourceTree = ""; }; + 4242250AB5CE3CB2D3F88338FC512D01 /* NSObject+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Utils.m"; sourceTree = ""; }; + 4242C93A40EC5172EBABE8307FA62D43 /* FMResultSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMResultSet.h; path = src/fmdb/FMResultSet.h; sourceTree = ""; }; 4251EBFE894C9B59DEFEB487B9FD015E /* TUIChatConversationModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatConversationModel.h; sourceTree = ""; }; - 4258F21AB9C6E0D317E647FAAF476C5E /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi.c; path = Zip/minizip/ioapi.c; sourceTree = ""; }; - 425F58D75A337964475D8BDD83ABD04D /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 426111311C78A02D520BA4AECF277B28 /* UIImage+QCloudBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+QCloudBundle.h"; path = "QCloudCore/Classes/Base/QCloudBundle/UIImage+QCloudBundle.h"; sourceTree = ""; }; - 427488FBC941453A919AEC0ACBFF10DF /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; - 427D6B6141C02621647A5630C27D724E /* QCloudDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudDomain.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudDomain.h; sourceTree = ""; }; - 42821BF616C6828D2C8981A83A92325B /* UIDatePicker+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDatePicker+RACSignalSupport.m"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.m"; sourceTree = ""; }; + 425FBCDB924209DA27B2FE46CEAE9FF2 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 42809EF43837E4D33FBC1C21C8563425 /* ResourceBundle-FMDB_Privacy-FMDB-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-FMDB_Privacy-FMDB-Info.plist"; sourceTree = ""; }; + 42813F7E85D1EF1C77636F023EB1EA43 /* QGHWDMetalView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGHWDMetalView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalView.m; sourceTree = ""; }; + 4289686FC84BC366898F15A23CE87FE5 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; + 4296969D4A4034C911D9E01ABC214B01 /* YYModel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-umbrella.h"; sourceTree = ""; }; + 429A49CEFACB0100E69E184D4A522FA9 /* LLFilterDateView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterDateView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDateView.m; sourceTree = ""; }; 429C498FC140988AC06E1E425259B971 /* TUIEmojiMeditorProtocolProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIEmojiMeditorProtocolProvider.h; sourceTree = ""; }; - 42B34A9453AFC086AD9C70B005091148 /* AgoraVideoSegmentationExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoSegmentationExtension.xcframework; sourceTree = ""; }; - 42C728A59C0AE226E37593713492404B /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; - 42DC58EB8CC42ADC838C26B96E59BB14 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 42DF17540226A843A3FBDBDD11A33387 /* QCloudCLSLoggerOutput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCLSLoggerOutput.m; path = QCloudCore/Classes/Base/Logger/QCloudCLSLoggerOutput.m; sourceTree = ""; }; - 42E9299398EEF93DC318C686625437D5 /* QCloudBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudBundle.h; path = QCloudCore/Classes/Base/QCloudBundle/QCloudBundle.h; sourceTree = ""; }; - 433A5FFCBDCB1AB1C936D3774520D3ED /* QCloudMultipartUploadInitiator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartUploadInitiator.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadInitiator.h; sourceTree = ""; }; - 434F24A047F6F5AD0B4311E10778C36C /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; + 42B23F804CD477641DD8DB56639F6424 /* OSSResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSResult.m; path = AliyunOSSSDK/OSSResult.m; sourceTree = ""; }; + 42C79C0A769BD69B975332E596184B25 /* AliyunOSSiOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AliyunOSSiOS.debug.xcconfig; sourceTree = ""; }; + 42C822EBF204FB45491B1331E472ED06 /* LLThemeColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLThemeColor.m; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeColor.m; sourceTree = ""; }; + 431768932E2352433F66B9B5AB288BDE /* QGAnimatedImageDecodeThreadPool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeThreadPool.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.m; sourceTree = ""; }; + 434130FB3109DC6C3B32C37632833BED /* QCloudAuthentationV5Creator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAuthentationV5Creator.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV5Creator.m; sourceTree = ""; }; 435A259AFFAA7D677132640D57782A61 /* TUIJoinGroupMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIJoinGroupMessageCell.h; sourceTree = ""; }; - 4390ECF02B6670C58E8A831A9A51D222 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - 4393C282FB84A0228EA11E3635D4ADFE /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 439CA4F83EC651772701D0DB0585EDCC /* AgoraFaceDetectionExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraFaceDetectionExtension.xcframework; sourceTree = ""; }; 43BEB7914C053F5ED176D1E988A1B63A /* TUIInputMoreCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIInputMoreCell.h; sourceTree = ""; }; - 43C3CFE35EC68B8945DD220F8DC627A9 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; + 43D591194BA2ADF06C4025AD35299AA3 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; 43DF364C2CA875E492429347063A32C3 /* TUIConversationListController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationListController_Minimalist.m; sourceTree = ""; }; - 43E4B10A769DF79034D79FD068C23A59 /* LineScoreRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineScoreRecorder.swift; path = AgoraLyricsScore/Class/Other/LineScoreRecorder.swift; sourceTree = ""; }; - 43F47529FDB6F50A2E5C8527B27CBE63 /* GPBDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary.h; path = objectivec/GPBDictionary.h; sourceTree = ""; }; + 43F2EBBB96C0C06F1ADF8A659E2E16E8 /* SDWebImageWebPCoderDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageWebPCoderDefine.m; path = SDWebImageWebPCoder/Classes/SDWebImageWebPCoderDefine.m; sourceTree = ""; }; + 43F585FF3AA0AFA03C7B8ABCCCB537D2 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; + 43F73E77A4F1B05E93550F4D2FC01836 /* ResourceBundle-JXCategoryView-JXCategoryView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-JXCategoryView-JXCategoryView-Info.plist"; sourceTree = ""; }; 443862055AB1A2B22A077E269E21FCAC /* TUIConversationService_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationService_Minimalist.h; sourceTree = ""; }; + 444D729EF43C9265FE8D46B6D99B2F52 /* QCloudAuthentationV5Creator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAuthentationV5Creator.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV5Creator.h; sourceTree = ""; }; 4450B377B7446FB0491757E7C25B5BF0 /* TUIChatExtensionObserver_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatExtensionObserver_Minimalist.m; sourceTree = ""; }; - 44578ABEEBE1F4791F2C0D6AAA913313 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePicker/BRDatePickerView+BR.h"; sourceTree = ""; }; + 445358C5AB70EA17D96DE8909B4FE780 /* LLDebugTool-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LLDebugTool-Info.plist"; sourceTree = ""; }; 445A9A7C0F1C7D8B8E5F398DCBC6DE01 /* TUIRepliesDetailViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIRepliesDetailViewController_Minimalist.h; sourceTree = ""; }; - 4486B7B66827B72035C9C938A6C2F114 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; 4489EEAECC80C21215AC4B5643F5E3D8 /* TUIFaceVerticalView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFaceVerticalView.m; sourceTree = ""; }; - 44A8305BC3D1A52CCB23AA5A1D90D284 /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYSpriteSheetImage.m; path = YYImage/YYSpriteSheetImage.m; sourceTree = ""; }; - 44AE97FCF15E4F9C1D3DA54A92B4B5B1 /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; - 44B04605C171CACC5F44118805A486F3 /* NSAttributedString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+AvoidCrash.h"; path = "AvoidCrash/NSAttributedString+AvoidCrash.h"; sourceTree = ""; }; - 44C8CD309D205740AE6E91FC35912EA6 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - 44D7C63266B958AF24384DFB3BF655CF /* LLLocationViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationViewController.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationViewController.m; sourceTree = ""; }; - 44DCFC170E392AF48237565BCC2199CA /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; - 44F8EA9ACD259BDEF40C1EB7FC4F78C9 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 4502D6D8B4E750A45DF10F54D71EF01F /* MQTTProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTProperties.h; path = MQTTClient/MQTTClient/MQTTProperties.h; sourceTree = ""; }; - 45064926640EDB7B2361D4ABB46D48BD /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; - 45073970B3C226FBCA12C136D7F3DB71 /* AliyunOSSiOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AliyunOSSiOS-dummy.m"; sourceTree = ""; }; + 44B404562EBF1175C379205C02D21717 /* JXPagerMainTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerMainTableView.h; path = Sources/JXPagerView/JXPagerMainTableView.h; sourceTree = ""; }; + 44CFE02C1A67519FF4978508F2BD150A /* LLWindowManager+Log.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Log.m"; path = "LLDebugTool/Core/Component/Log/UserInterface/LLWindowManager+Log.m"; sourceTree = ""; }; + 44F1CE4AD1EAAF19FCF71B499A36FE7A /* aosl.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = aosl.xcframework; sourceTree = ""; }; + 44FCF5D808A502487383D56AFAB4DABA /* GPBMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBMessage.m; path = objectivec/GPBMessage.m; sourceTree = ""; }; + 44FD0391E16B63880632DA2DDF0144E9 /* UIView+VAP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+VAP.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/UIView+VAP.h"; sourceTree = ""; }; + 450F14DB8114A70A87869BE936D56A4E /* YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYModel.h; path = YYModel/YYModel.h; sourceTree = ""; }; + 4511E7DDE392621DDF74A68319EC6939 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; 451B36F0F04B8637DE43FB12431B05F3 /* TUIVideoReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoReplyQuoteViewData.h; sourceTree = ""; }; - 4545EA2AC0F863D487A9A624FC563DB0 /* sharpyuv_cpu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_cpu.h; path = sharpyuv/sharpyuv_cpu.h; sourceTree = ""; }; + 4537F3455E93021211E86B685B222400 /* Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Events.swift; path = AgoraLyricsScore/Class/Events.swift; sourceTree = ""; }; 454F9DFDA1065D194C8D1B3C486EF23E /* TUIAttributedLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIAttributedLabel.m; sourceTree = ""; }; - 45587A81AB0615660244646D82449E82 /* YBIBContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBContainerView.h; path = YBImageBrowser/Base/YBIBContainerView.h; sourceTree = ""; }; - 455D068D4EB4731CA40B25B1821380D2 /* QCloudRequestData+COSXMLVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudRequestData+COSXMLVersion.m"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXMLVersion.m"; sourceTree = ""; }; - 45737676658AB1206146138DF7F2A0FF /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - 45F6156BAFF6E3C11F8C266239D12A47 /* NSObject+LL_Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+LL_Hierarchy.m"; path = "LLDebugTool/Core/Component/Hierarchy/Function/NSObject+LL_Hierarchy.m"; sourceTree = ""; }; - 45F9170B8BFDE56BEA0643989DB74548 /* LLFilterOtherView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterOtherView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterOtherView.h; sourceTree = ""; }; + 4565D0EA497C42291887DC4A8E1A1D75 /* SVProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVProgressHUD.release.xcconfig; sourceTree = ""; }; + 45668A1CF0FEBDE7CD493E89AA195791 /* YYCategoriesMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCategoriesMacro.h; path = YYCategories/YYCategoriesMacro.h; sourceTree = ""; }; + 4577C338B5AA847F39C4D6A81DD822A3 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; + 45BEAA33842E97A7DBE3D595A951FA55 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; + 45DB26975F59C6EC1A10A3280E50CE65 /* YYCGUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYCGUtilities.m; path = YYCategories/Quartz/YYCGUtilities.m; sourceTree = ""; }; + 45F4B7C5A8DA505B533E619F42693377 /* QCloudConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudConfiguration.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudConfiguration.h; sourceTree = ""; }; + 45F8EB15DB0F0010035609078A449804 /* QCloudWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudWeakProxy.h; path = QCloudCore/Classes/Base/ObjectFack/QCloudWeakProxy.h; sourceTree = ""; }; + 45FB42980B20885A4CC91D38837C6033 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; 4611EA05FD8DE6B4D5D0A3CA495CDE90 /* TUIMergeReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeReplyQuoteView_Minimalist.m; sourceTree = ""; }; - 463A082C5CE915F6DA5845B14BA399A8 /* Any.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = objectivec/google/protobuf/Any.pbobjc.h; sourceTree = ""; }; - 464CEA7C113FAB329A4414AE96B55A64 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; - 465917E15105D6EF2BCCE90AF909E953 /* YBIBImageData+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBImageData+Internal.h"; path = "YBImageBrowser/Image/YBIBImageData+Internal.h"; sourceTree = ""; }; + 4619052B149A59CF08B107FD8972C762 /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; + 46293625963163CF404FA56C56AA8F5E /* LLWindowManager+Magnifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Magnifier.h"; path = "LLDebugTool/Core/Component/Magnifier/UserInterface/LLWindowManager+Magnifier.h"; sourceTree = ""; }; + 462EA52E6132E2BE83F636A4704AE8D4 /* YYText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYText.release.xcconfig; sourceTree = ""; }; + 4640330D7127AEB8EB05CB06C330A98F /* TIMPushManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TIMPushManager.h; path = "TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/TIMPushManager.h"; sourceTree = ""; }; + 464BABFB234655BA708E434625977AD1 /* YYTextSelectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextSelectionView.m; path = YYText/Component/YYTextSelectionView.m; sourceTree = ""; }; 4668CDA61453AE45C06B5ED2DB0B0520 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; 46692FB12DB27794094D838DF87D563C /* QCloudCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = QCloudCore; path = QCloudCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 46862E466AB9C3701971CA5F6591D0DC /* GPBWrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWrappers.pbobjc.h; path = objectivec/GPBWrappers.pbobjc.h; sourceTree = ""; }; - 469100BC47C2243AFF98CA27D2EB409D /* OSSPutObjectTaggingRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutObjectTaggingRequest.h; path = AliyunOSSSDK/OSSPutObjectTaggingRequest.h; sourceTree = ""; }; - 4694FA28176755CD70F11DCD81CED0D1 /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; - 46B46CA3BB374944BFE4574523963C47 /* LLSandboxComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxComponent.m; path = LLDebugTool/Core/Component/Sandbox/LLSandboxComponent.m; sourceTree = ""; }; - 46CBF33AC9C4CFFD0BD0574B8080451E /* LLSandboxHtmlPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxHtmlPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxHtmlPreviewController.m; sourceTree = ""; }; + 4677CF0CBCFAA84AF65AB11E0557C459 /* LLHierarchyComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyComponent.m; path = LLDebugTool/Core/Component/Hierarchy/LLHierarchyComponent.m; sourceTree = ""; }; + 468A26063C8DAB42EA913F47B300E46B /* YBIBVideoCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoCell.m; path = Video/YBIBVideoCell.m; sourceTree = ""; }; + 46A0FE753B4CE557CC970D9B76D73F24 /* QGVAPTextureLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPTextureLoader.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.m; sourceTree = ""; }; + 46B2F145755BFF8B975988A25F0DB9D0 /* UIControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupport.h"; path = "ReactiveObjC/UIControl+RACSignalSupport.h"; sourceTree = ""; }; + 46D1348834D0E13D60E728F57168E50A /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; 46D80C90D21F3263EE737B6A267C24B2 /* TUICaptureVideoPreviewViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICaptureVideoPreviewViewController.m; sourceTree = ""; }; - 46E422104473A370B56E1E8DF29ACCE8 /* QCloudBizHTTPRequest+COSXML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudBizHTTPRequest+COSXML.m"; path = "QCloudCOSXML/Classes/Base/QCloudBizHTTPRequest+COSXML.m"; sourceTree = ""; }; - 46EB08EC04D8DDD8DE5C65820D7DE3F5 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zip.h; path = Zip/minizip/include/zip.h; sourceTree = ""; }; - 46EC5DEFD0CF52601F82C8C6A0C50D07 /* AgoraAiNoiseSuppressionLLExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiNoiseSuppressionLLExtension.xcframework; sourceTree = ""; }; - 46F242023E9A7F0185F551DB249B9B2D /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + 46DBDFDAE05835761690A5376D759ACD /* YYCategories-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCategories-prefix.pch"; sourceTree = ""; }; + 46E146410616D7B74355ACBE2B5B5A29 /* ProgressChecker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressChecker.swift; path = AgoraLyricsScore/Class/Other/ProgressChecker.swift; sourceTree = ""; }; + 4702FF947A6DA998EF2B77E6B41D0880 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; 47220AC1D156A75328B1EB3A111750D5 /* TUIMergeReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeReplyQuoteView.h; sourceTree = ""; }; - 47244846055B1984C8720B09D4E682B8 /* YBImageBrowserVideo.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = YBImageBrowserVideo.bundle; path = Video/YBImageBrowserVideo.bundle; sourceTree = ""; }; - 473121754F756FBD831BB36046B34507 /* QGAnimatedImageDecodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeManager.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.m; sourceTree = ""; }; - 4731228CFADB75FA741A9142F8406B22 /* QCloudGetObjectRequest+Custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudGetObjectRequest+Custom.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest+Custom.h"; sourceTree = ""; }; - 4749025CEF819C1EAA96E665712CB546 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; - 475515E230E6437FDA8F8391F5A38403 /* mz_zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip.c; path = SSZipArchive/minizip/mz_zip.c; sourceTree = ""; }; - 475A73ACB9133C7BF300F5488F21228E /* LyricCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricCell.swift; path = AgoraLyricsScore/Class/Lyrics/LyricCell.swift; sourceTree = ""; }; + 473557C97D120542039171BF6705725C /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; + 4736BDCC249D881F30B0E910EF990D37 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + 47570920EC20471485C29A4E612576F9 /* CLLocation+LL_Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CLLocation+LL_Location.h"; path = "LLDebugTool/Core/Component/Location/Function/CLLocation/CLLocation+LL_Location.h"; sourceTree = ""; }; 4762AFD2FAD5267D8DC626739141CA7F /* TUIMergeMessageListController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeMessageListController.h; sourceTree = ""; }; - 477D50507EA8EB7B547B4A2E1572DC1F /* OSSXMLDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSXMLDictionary.m; path = AliyunOSSSDK/OSSXMLDictionary.m; sourceTree = ""; }; - 4783575EFDFA7AF19D0C4E7F85CFD8AF /* SVGA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGA.m; path = Source/SVGA.m; sourceTree = ""; }; - 47A8E8E73773FFA3CBADB473AD8A91AD /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 47AA2B6BDCF9094B1400FB48698EAE18 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - 47E10E0D6778A84F4226B56EA9B3EE54 /* OSSSignerBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSSignerBase.m; path = AliyunOSSSDK/Signer/OSSSignerBase.m; sourceTree = ""; }; + 476B7F43438C77BE80CAA16180AC13B6 /* LLShortCutHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutHelper.m; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutHelper.m; sourceTree = ""; }; + 4772EA65863F8F4F1AB6ADFD194FA1C4 /* XHLaunchAd-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XHLaunchAd-prefix.pch"; sourceTree = ""; }; + 47B616326A7B5E8D34AC5337AC475853 /* QCloudCOSTransferMangerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSTransferMangerService.m; path = QCloudCOSXML/Classes/Transfer/QCloudCOSTransferMangerService.m; sourceTree = ""; }; + 47B83E7A854D9B97DE3D4F392A2C9F3E /* SVProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVProgressHUD-prefix.pch"; sourceTree = ""; }; + 47DA10731694CA5C7575ECA377D2E118 /* QCloudCOSXML-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCOSXML-prefix.pch"; sourceTree = ""; }; + 47E4FC143EF66D217C2DD87DA9E0AD9C /* QCloudConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudConfiguration.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudConfiguration.m; sourceTree = ""; }; 47F26FBC921B8530CADA1C0B48729E56 /* OfflinePushExtConfigInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OfflinePushExtConfigInfo.h; sourceTree = ""; }; - 47F8B1EA9FDC198744CA6B5DBE1EB460 /* QCloudURLSessionTaskData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudURLSessionTaskData.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudURLSessionTaskData.h; sourceTree = ""; }; - 47F9E07C30F10F1710B40B7BBB8100BE /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - 4806A37ADC8E1AFD2D6602A0D52A54F9 /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = ""; }; + 47F357AF00FC7576DE9528EE2BA30ADF /* QCloudFakeRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFakeRequestOperation.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudFakeRequestOperation.m; sourceTree = ""; }; 480843312073783E57924342A1831668 /* TUIConversationConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationConfig.m; sourceTree = ""; }; - 483FA220EBE6DE11974FA317C1AE9F3B /* LLMagnifierViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierViewController.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierViewController.h; sourceTree = ""; }; - 4841B1E779CC86B9DCFEEE99A605C413 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - 48690F4654CC6797136C23CDB420F510 /* QCloudFileOffsetBody.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileOffsetBody.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetBody.m; sourceTree = ""; }; - 486B3677731399BB8F37EA68AD8802DF /* LLBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseTableViewCell.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewCell.h; sourceTree = ""; }; - 48813970F298EDD5DFAA1DBC2D8CF097 /* LLSubTitleTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSubTitleTableViewCell.h; path = LLDebugTool/Core/Others/CommonUI/View/SubTitleTableViewCell/LLSubTitleTableViewCell.h; sourceTree = ""; }; - 4885493088496B0A9F42E4653BC29910 /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; - 4885DA2AB0FC4B985EDC95880F1CE0BE /* UIBezierPath+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBezierPath+YYAdd.m"; path = "YYCategories/UIKit/UIBezierPath+YYAdd.m"; sourceTree = ""; }; - 4896AFD440B9327E4502FA57CB15D87A /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; - 48ABF582031A3386A3F7AED01D5630E2 /* LLBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseViewController.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseViewController.h; sourceTree = ""; }; + 482063DDEB2FE00CE1BA67EDA8A695CA /* OSSPutSymlinkResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutSymlinkResult.m; path = AliyunOSSSDK/OSSPutSymlinkResult.m; sourceTree = ""; }; + 4844667E276822CA388F68498A76D87C /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; 48ACF38225AF5129416A1F090F6D3286 /* YYCache */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYCache; path = YYCache.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 49165D3F80366D32186A3AAC57E6D8AC /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 491AC60B9EA27D9A0A73E8B4022CAA04 /* FMDB-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FMDB-prefix.pch"; sourceTree = ""; }; - 493CC25D5A1C1722BB3C9A944434F6C3 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 4948440EE0B5687EA9D6EB66838E3B1E /* UIFont+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIFont+YYAdd.m"; path = "YYCategories/UIKit/UIFont+YYAdd.m"; sourceTree = ""; }; - 49487E6AF0649F3A2ABFA50CA196A2B6 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 494AE1EEC499764B92EB7EE3D53BBD35 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Core/NSBundle+BRPickerView.m"; sourceTree = ""; }; - 4954EA086BF966885872FE25853BA697 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 497E462742C80F125C25E5968C7986D1 /* TZVideoPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZVideoPlayerController.h; path = TZImagePickerController/TZImagePickerController/TZVideoPlayerController.h; sourceTree = ""; }; - 49895CC2A226DAE2A55E019E17D06B6B /* YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYText.h; path = YYText/YYText.h; sourceTree = ""; }; - 499E34B74A4F8D067A02EB2B2A2DE8B4 /* CALayer+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+YYWebImage.h"; path = "YYWebImage/Categories/CALayer+YYWebImage.h"; sourceTree = ""; }; - 49D97FDA99C133F08F9485B68A70964A /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; - 4A0A2AFC2983CAE9A4C3F9AD7BDFC509 /* AgoraComponetLog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraComponetLog.release.xcconfig; sourceTree = ""; }; - 4A0CED06B42A21EB241B1DF222855283 /* OSSNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSNetworking.h; path = AliyunOSSSDK/OSSNetworking.h; sourceTree = ""; }; + 48BF391A5C5D2554049EF0A14BCC2163 /* OSSModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSModel.m; path = AliyunOSSSDK/OSSModel.m; sourceTree = ""; }; + 48E747D3BD0CF80AF4362CD4A4163362 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + 49098F94337DC909DDE21BA772E42097 /* LLWindowManager+WidgetBorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+WidgetBorder.h"; path = "LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWindowManager+WidgetBorder.h"; sourceTree = ""; }; + 4909FE00168A9552A0CEBCA2AA2C3C55 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + 492214A9C4C992EEC0E3332454C51923 /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; + 49280763B43DB0E16BD4F663FE901581 /* LLWindowManager+Crash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Crash.m"; path = "LLDebugTool/Core/Component/Crash/UserInterface/LLWindowManager+Crash.m"; sourceTree = ""; }; + 49371CFA0CEC918F0F6B6A0337D3A3EC /* quant_levels_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_utils.h; path = src/utils/quant_levels_utils.h; sourceTree = ""; }; + 4948A4E2A18F831AF0CEAB93519CD235 /* QGVAPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QGVAPlayer.debug.xcconfig; sourceTree = ""; }; + 496C613E2157B2A39E319E85D93C944A /* LLEntryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryView.h; sourceTree = ""; }; + 496E85A67A03606B42EC23EF9EA3E9DE /* LLProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLProxy.m; path = LLDebugTool/Core/Others/Proxy/LLProxy.m; sourceTree = ""; }; + 497A7986204136C0C0620A9CECD72CE7 /* LLAppInfoWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoWindow.m; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoWindow.m; sourceTree = ""; }; + 49915899EA46B58A70549F6D153A1731 /* UITableViewCell+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.h"; sourceTree = ""; }; + 49ACCAC8E0C519A9118E14DD93CABA51 /* LLStorageModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLStorageModel.h; path = LLDebugTool/Core/Others/CommonUI/Model/Storage/LLStorageModel.h; sourceTree = ""; }; + 49C4C9495792CD7E99646D8B06031DC1 /* LLLogFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogFilterView.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogFilterView.m; sourceTree = ""; }; 4A0F6C825A3F8EF9D021A0256D803FF8 /* TUIConversationListDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationListDataProvider.m; sourceTree = ""; }; - 4A244D0771AADA020A6977E7310CDB0B /* NSKeyedUnarchiver+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSKeyedUnarchiver+YYAdd.h"; path = "YYCategories/Foundation/NSKeyedUnarchiver+YYAdd.h"; sourceTree = ""; }; - 4A32567127ABAC848D51F4C939E2D5FF /* Extentions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extentions.swift; path = AgoraLyricsScore/Class/Downloader/Extentions.swift; sourceTree = ""; }; - 4A35217855830B5FCBD9A22EF5A16B80 /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; - 4A3F46F7B7B6B8C5DB64021DEC0B6C77 /* SVGAVideoEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVideoEntity.h; path = Source/SVGAVideoEntity.h; sourceTree = ""; }; - 4A5AF9B087E813547E706B45C3DFB7E1 /* OSSGetObjectACLResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectACLResult.h; path = AliyunOSSSDK/OSSGetObjectACLResult.h; sourceTree = ""; }; - 4A6193EB42B940AE1CF0ADC616574F3E /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; - 4A65640EDCF8A341B1C6F8BE8351E673 /* mz_strm_split.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_split.h; path = SSZipArchive/minizip/mz_strm_split.h; sourceTree = ""; }; - 4AC207119B73A324FA703ECBC70E7591 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + 4A66D016F257A22686DD39263FC5EFBD /* NSString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+AvoidCrash.h"; path = "AvoidCrash/NSString+AvoidCrash.h"; sourceTree = ""; }; + 4AA817046FDBF0E7C98E0500C361AFEE /* QCloudServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudServiceConfiguration.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration.h; sourceTree = ""; }; + 4AA88EFF25B307B77A4DBFAA88492F5A /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = ""; }; + 4AA905761C5A68F19A296EA3CFF40742 /* LLFilterTextFieldCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterTextFieldCell.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldCell.m; sourceTree = ""; }; + 4AB5148D7DC1EFCD16A963770DC87CB9 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 4ACF1F21DB532BA7F07E473D63E87C4B /* JXPagerListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerListContainerView.h; path = Sources/JXPagerView/JXPagerListContainerView.h; sourceTree = ""; }; + 4ADAC8C4A3702B6977FE8995F9EF3B8A /* YBIBCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCollectionView.h; path = YBImageBrowser/Base/YBIBCollectionView.h; sourceTree = ""; }; + 4ADD8BDD81E30432D6AC39318BECAC3C /* QCloudUploadPartRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest.m; sourceTree = ""; }; + 4B0BA9A063F290AD6B6C653ED66B42F4 /* GPBUnknownField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField.h; path = objectivec/GPBUnknownField.h; sourceTree = ""; }; 4B1179595C537511728368623505A2A4 /* TUIConversationObjectFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationObjectFactory.h; sourceTree = ""; }; + 4B25D3EDF578942F33D0D911BBC4A99E /* OSSTaskCompletionSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSTaskCompletionSource.h; path = AliyunOSSSDK/OSSTask/OSSTaskCompletionSource.h; sourceTree = ""; }; + 4B27A61199C26DB76B6F3AEC1DC13CCF /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; + 4B3970D6741540BDC69D6AAC6D687C43 /* LLWindowManager+Screenshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Screenshot.h"; path = "LLDebugTool/Core/Component/Screenshot/UserInterface/LLWindowManager+Screenshot.h"; sourceTree = ""; }; + 4B48E315A7A1B156154DBCFA2C10C784 /* YBImageBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YBImageBrowser-prefix.pch"; sourceTree = ""; }; 4B492734916E97A6ABCA25BBFCCC1803 /* TUIChatSmallTongueView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatSmallTongueView_Minimalist.m; sourceTree = ""; }; - 4B5DCD20450BB0146A820F2D4940F097 /* LLMagnifierWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierWindow.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierWindow.h; sourceTree = ""; }; - 4B5FB108B5C99E9BE20DE622B2EB506C /* QCloudCOSXMLTransfer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLTransfer.h; path = QCloudCOSXML/Classes/Transfer/QCloudCOSXMLTransfer.h; sourceTree = ""; }; - 4B61D66FAAF993EA868CC86802228D2D /* GPBExtensionInternals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionInternals.h; path = objectivec/GPBExtensionInternals.h; sourceTree = ""; }; - 4B6880AE8BA92FD6D17A828C3E659E5E /* LLMagnifierView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierView.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierView.m; sourceTree = ""; }; - 4B7791ED3CAC956C61D2090F84B877A3 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; - 4B7875C13EE1A811F6106084804B9569 /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; + 4B5705268CC73CE796075AC67577E866 /* SVGAPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVGAPlayer-prefix.pch"; sourceTree = ""; }; 4B8034564E23ACFED289992BDEE3ADD5 /* TUIGroupPinPageViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupPinPageViewController.m; sourceTree = ""; }; - 4BCBA05C056BE50368553A3FE1794CEF /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 4BD0A4EBEA8C8C68C7257C630C23F78B /* AVKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/AVKit.framework; sourceTree = DEVELOPER_DIR; }; + 4B83A64032B9EB1495E1D5C7876A8902 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 4B87AED231BFB75CB37F96CD5D75114D /* GPBStruct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBStruct.pbobjc.h; path = objectivec/GPBStruct.pbobjc.h; sourceTree = ""; }; + 4B99F56C4D366C4E67803CAEA14C40F3 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; + 4B9D8227D55D9E5D154D5FC61514100F /* YBIBVideoActionBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoActionBar.m; path = Video/YBIBVideoActionBar.m; sourceTree = ""; }; + 4BAAE132339E6374AA55D38932148045 /* Zip.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Zip.modulemap; sourceTree = ""; }; + 4BAB89E28A9BE7D422EC82144C246004 /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; + 4BCB1BFA192A0BA0B0E30F2564C2E813 /* IQKeyboardReturnKeyHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardReturnKeyHandler.m; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.m; sourceTree = ""; }; + 4BD98BB99A452A248E1583BDCF864C34 /* QCloudSandboxPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSandboxPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudSandboxPath.h; sourceTree = ""; }; + 4BDDCCDFB2390137BFB646332B63A001 /* LLTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCell.m; sourceTree = ""; }; 4BDE83F501FC642E05B993AABCE6F79D /* TUIConversationForwardSelectCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationForwardSelectCell_Minimalist.m; sourceTree = ""; }; - 4BE6BE51B3655D97259F6FA6512BF9A7 /* LLTitleCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleCellView.m; sourceTree = ""; }; - 4C09EF151C191E0F6F7F6DC3F524DCDE /* LLShortCutWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutWindow.m; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutWindow.m; sourceTree = ""; }; - 4C2808CF313B057473840CDC35642A08 /* QCloudCOSXMLServiceUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLServiceUtilities.m; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLServiceUtilities.m; sourceTree = ""; }; + 4BE79708D981B3775F16DB825D4DFA9C /* OSSCancellationTokenRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCancellationTokenRegistration.h; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenRegistration.h; sourceTree = ""; }; + 4BEEA92F63E173654E18AA83A18D19F6 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 4BFACD47A8253EB306D0DE87E8306511 /* YYTextKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextKeyboardManager.h; path = YYText/Component/YYTextKeyboardManager.h; sourceTree = ""; }; + 4C0E489B0A7C4970682CB6F8FD2E4922 /* FLAnimatedImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FLAnimatedImage.release.xcconfig; sourceTree = ""; }; + 4C1525F34C0A377D2282E81CD874275A /* WechatOpenSDK-XCFramework.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "WechatOpenSDK-XCFramework.xcframework"; sourceTree = ""; }; + 4C395246790854BF0213724363C0F6C5 /* LLSandboxTextPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxTextPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxTextPreviewController.m; sourceTree = ""; }; + 4C3EDF2ECA609A48A6299174C3958250 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; 4C51BC4BBEAB45670F0D5A20672BA6DA /* TUIMemberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMemberCell.m; sourceTree = ""; }; - 4C571E11B7B5B9801B361197A15449E6 /* UIAlertView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+RACSignalSupport.h"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.h"; sourceTree = ""; }; + 4C58D40FD2776A7FDA0BDA090380771A /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 4C637DD5DD3CDFA96348E0C4630AF895 /* NSSet+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+OSS.m"; path = "AliyunOSSSDK/NSSet+OSS.m"; sourceTree = ""; }; 4C668B56B6C97A84C58A7AFBF8067086 /* TUIChatPopActionsView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatPopActionsView.m; sourceTree = ""; }; - 4C7865C77DD9DB60607E579BC0758D5E /* QGAnimatedImageDecodeConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeConfig.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.m; sourceTree = ""; }; - 4C7A7AD3D79ABFF552B4AAEDBA5A9DCC /* SDCycleScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCycleScrollView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.h; sourceTree = ""; }; - 4CA49C94F05A2187AF5FFA52A89B5F2D /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - 4CAB3DAEF0E00F0F21C97646381AED5F /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - 4CB0F464809B1069B0C26F82638E404D /* NSMutableAttributedString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableAttributedString+AvoidCrash.m"; path = "AvoidCrash/NSMutableAttributedString+AvoidCrash.m"; sourceTree = ""; }; + 4C6823519A95DC7754928D9673B040D3 /* YBImageBrowserVideo.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = YBImageBrowserVideo.bundle; path = Video/YBImageBrowserVideo.bundle; sourceTree = ""; }; + 4C68762073C12AFF8349BFF9FF167F74 /* LLSandboxHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxHelper.h; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxHelper.h; sourceTree = ""; }; + 4C74E4499B774749C14C422C31D4FBDC /* QCloudUniversalFixedPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalFixedPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalFixedPath.m; sourceTree = ""; }; + 4C750CA1918E596E4A92F703B06859B2 /* NSError+QCloudNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+QCloudNetworking.m"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/Error/NSError+QCloudNetworking.m"; sourceTree = ""; }; + 4C752947A3FA1580AAB20F6B0B27C3D3 /* LLScreenshotWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotWindow.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotWindow.m; sourceTree = ""; }; 4CB6583A6C803E782602C115004BEEC6 /* TUIFileMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileMessageCell_Minimalist.m; sourceTree = ""; }; - 4CC4BCC6BDE780529CE713EB68E02781 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - 4CC7230276400BD97B652992D74B90FB /* LLUITableViewLongPressGestureRecognizerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLUITableViewLongPressGestureRecognizerDelegate.h; path = LLDebugTool/Core/Others/CommonUI/View/SubTitleTableViewCell/LLUITableViewLongPressGestureRecognizerDelegate.h; sourceTree = ""; }; - 4CC90FF57114835B548772BD7118CB20 /* YYCategories.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCategories.release.xcconfig; sourceTree = ""; }; - 4CCA4F8DFC3F22B6C5141EFD47D97E52 /* QGVAPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QGVAPlayer.debug.xcconfig; sourceTree = ""; }; + 4CF9D7A148AC42695D6408414E57C512 /* LLRouter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRouter.m; path = LLDebugTool/Core/Others/Router/LLRouter.m; sourceTree = ""; }; + 4D043FF4249C269F2ECD85ACD08D31C8 /* FLAnimatedImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FLAnimatedImage-umbrella.h"; sourceTree = ""; }; + 4D08545DEE31C68FD46B293FAC7AAE56 /* YYTextUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextUtilities.h; path = YYText/Utility/YYTextUtilities.h; sourceTree = ""; }; 4D0B68F7A77EDEFA15C6E04F186A7F3A /* TUIReplyPreviewBar_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyPreviewBar_Minimalist.m; sourceTree = ""; }; + 4D125A2A3741B209966D07931476C3BF /* ForegroundReconnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ForegroundReconnection.m; path = MQTTClient/MQTTClient/ForegroundReconnection.m; sourceTree = ""; }; 4D2EFE8FDFC4B40362DD0943B6B80CCA /* TIMInputViewMoreActionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMInputViewMoreActionProtocol.h; sourceTree = ""; }; - 4D35A74BC801A1B8AECF7D12EC6B801A /* MQTTClient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MQTTClient-dummy.m"; sourceTree = ""; }; - 4D50156FF02FF501BE9BE16E890E6F36 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; - 4D50A1EA600F9C9F5DB4BE5C21FA010A /* OSSSignUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSSignUtils.h; path = AliyunOSSSDK/Signer/OSSSignUtils.h; sourceTree = ""; }; + 4D3167D7D53253C9B323C776866CBFD9 /* TIMPush.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = TIMPush.xcframework; sourceTree = ""; }; + 4D4FDF3CDCF9454A19778F7E4018ECEF /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 4D50571E178CB946E00CDBB58FFEF86A /* OSSDeleteObjectTaggingRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteObjectTaggingRequest.m; path = AliyunOSSSDK/OSSDeleteObjectTaggingRequest.m; sourceTree = ""; }; 4D79865AB8E4EF9F3A62AE2FD846AFAC /* TUIGroupCreatedCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupCreatedCellData.h; sourceTree = ""; }; - 4D98461267F745B1EBE8EE50AAEAF9CB /* Downloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Downloader.swift; path = AgoraLyricsScore/Class/Downloader/Downloader.swift; sourceTree = ""; }; + 4D99DBE5D9AA8E9ACECEC7F5EB3668E3 /* QGVAPWrapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPWrapView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.m; sourceTree = ""; }; + 4D9CA7E9A7C96C5B66AF2847570F95C2 /* QGAnimatedImageBufferManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageBufferManager.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.h; sourceTree = ""; }; + 4DA7075880D1AE49F7A94BB35669AD6D /* MQTTClient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MQTTClient-dummy.m"; sourceTree = ""; }; + 4DB09CBC7E19024F7EFDE13C88D1D0BC /* OSSAllRequestNeededMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSAllRequestNeededMessage.m; path = AliyunOSSSDK/OSSAllRequestNeededMessage.m; sourceTree = ""; }; + 4DB3761180BE1220BB8BFB8F763CB465 /* LLToastUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLToastUtils.m; path = LLDebugTool/Core/Others/ToastUtils/LLToastUtils.m; sourceTree = ""; }; 4DC0797733A618D987907713A3FA27F3 /* TIMCommon_Minimalist.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TIMCommon_Minimalist.bundle; path = Resources/TIMCommon_Minimalist.bundle; sourceTree = ""; }; - 4DD84671C676DB5A9EDF1B803F587C61 /* AliyunOSSiOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AliyunOSSiOS-umbrella.h"; sourceTree = ""; }; - 4DF037AB8692E8ABBFFE931A9DEB6A71 /* LLConfigHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConfigHelper.m; path = LLDebugTool/Core/Others/ConfigHelper/LLConfigHelper.m; sourceTree = ""; }; - 4DFC0BEE18F9B338EBED87AC7B5F8AA3 /* QCloudAppendObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAppendObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudAppendObjectRequest.m; sourceTree = ""; }; + 4DD6DE14F3DE2E1A8ADFDE3E2138BB2E /* QCloudRequestData+COSXML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudRequestData+COSXML.h"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXML.h"; sourceTree = ""; }; + 4DD8EEAD5FB9BDADBB5A619C41FCDA4D /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; + 4DDCE55EF0217305C9596AD2360742F4 /* NSObject+QCloudModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+QCloudModel.h"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModel.h"; sourceTree = ""; }; + 4DDD9EB4971D8DF4D7680665DA0C5CAA /* WechatOpenSDK-XCFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "WechatOpenSDK-XCFramework-xcframeworks.sh"; sourceTree = ""; }; + 4DE75A2D3A51FADFCB1B2AD6D57507D6 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; 4E0ECC85931C245B4C25F2B227E767C3 /* YTCommonLiveness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTCommonLiveness.framework; path = Libs/YTCommonLiveness.framework; sourceTree = ""; }; - 4E3655025FF158E184BED421A2EF13CA /* LLStorageModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLStorageModel.h; path = LLDebugTool/Core/Others/CommonUI/Model/Storage/LLStorageModel.h; sourceTree = ""; }; + 4E1190F72ECC2B974637F251B42EF5AE /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 4E2CACDE994C72EAF129EEF0811D2CC3 /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; + 4E309CCF4F1C1CCA2213D00D3B23B5BE /* QCloudCOSXMLService+Transfer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudCOSXMLService+Transfer.m"; path = "QCloudCOSXML/Classes/Transfer/QCloudCOSXMLService+Transfer.m"; sourceTree = ""; }; 4E3CC9A805668EB263F100E9E0BAA674 /* TUIConversationCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationCell.h; sourceTree = ""; }; 4E407B7ED44DC80EEE078DA6D29B6A96 /* TUITextMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextMessageCell.m; sourceTree = ""; }; - 4E497A4DD0D46E0E5BC8A7A83CEE12FA /* LLDetailTitleSelectorCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleSelectorCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleSelectorCellView.h; sourceTree = ""; }; 4E72571279543227958D9176DC8B802D /* TUIMessageController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageController_Minimalist.h; sourceTree = ""; }; - 4E863240CED41D55CF689930006088FC /* LLLogFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogFilterView.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogFilterView.h; sourceTree = ""; }; - 4E9D4F3C20EEEFACF0E26F2164A34B4A /* MQTTSSLSecurityPolicyDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyDecoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.h; sourceTree = ""; }; - 4EA0643222D03967A5E44991F3E53B51 /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; 4ECBC2998B1180A23676A54D19B5A5E4 /* TUIChatShortcutMenuView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatShortcutMenuView.h; sourceTree = ""; }; - 4ED53B73CF9D64B4F955BABACA49A2E4 /* NSMutableDictionary+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+OSS.m"; path = "AliyunOSSSDK/NSMutableDictionary+OSS.m"; sourceTree = ""; }; - 4EE2EF091477EDE4329C65586C479C20 /* LLDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDebug.h; path = LLDebugTool/LLDebug.h; sourceTree = ""; }; - 4EEB90D0BBD347D13F626D96914661D8 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; - 4F053A8BB4012F91DA472CE271FE0C3B /* SDWebImageWebPCoderDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageWebPCoderDefine.m; path = SDWebImageWebPCoder/Classes/SDWebImageWebPCoderDefine.m; sourceTree = ""; }; - 4F155FE321E6C657B174544964510452 /* LLDetailTitleCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleCellView.m; sourceTree = ""; }; - 4F2EAB0C4650E7AF59DA1A14BC9DB18E /* TZProgressView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZProgressView.h; path = TZImagePickerController/TZImagePickerController/TZProgressView.h; sourceTree = ""; }; - 4F368678C5E9A1277094F7744437EF5E /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; - 4F4F830C97D11D657F4F6538BBE7369A /* QCloudCOSXML-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCOSXML-umbrella.h"; sourceTree = ""; }; - 4F8BD6F89587FED967455EC7405AE7C1 /* LLHtmlUIWebViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlUIWebViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlUIWebViewController.h; sourceTree = ""; }; - 4F913DD8E9D1DD23E75D985A632219C8 /* NSNumber+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+YYAdd.m"; path = "YYCategories/Foundation/NSNumber+YYAdd.m"; sourceTree = ""; }; - 4F9C556BDAA7116AA9A7D61C98AC802E /* Zip.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Zip.release.xcconfig; sourceTree = ""; }; - 4FAEC03D86C93D4F312C93B5ED5AAE54 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; - 4FB0259B9872C6E35B0CA86EC698BD30 /* NSBundle+TZImagePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+TZImagePicker.m"; path = "TZImagePickerController/TZImagePickerController/NSBundle+TZImagePicker.m"; sourceTree = ""; }; - 4FB9ED5CF4B69C84A0B8EFA08054C3D8 /* NSDate+QCloudInternetDateTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+QCloudInternetDateTime.h"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCloudInternetDateTime.h"; sourceTree = ""; }; + 4ECD00107CB43E67487025DF6517A11A /* NSObject+YYModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYModel.m"; path = "YYModel/NSObject+YYModel.m"; sourceTree = ""; }; + 4EE86551EA966D42E7D231D9BEC686F7 /* YYTextDebugOption.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextDebugOption.h; path = YYText/Component/YYTextDebugOption.h; sourceTree = ""; }; + 4F0101675695C4778D40228F7ABE0254 /* OSSPutObjectTaggingResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutObjectTaggingResult.m; path = AliyunOSSSDK/OSSPutObjectTaggingResult.m; sourceTree = ""; }; + 4F2DB52049D47CFB9AC242D2E8A751F6 /* QCloudNetResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetResponse.h; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudNetResponse.h; sourceTree = ""; }; + 4F4397BCFF3B48055602DFD71A4BC0DC /* FLAnimatedImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FLAnimatedImage.modulemap; sourceTree = ""; }; + 4F4E8354F571F70D3A683845FA5AB582 /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; + 4F5F1ECB39B9E41F4C734DEBF574B0E3 /* YYImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYImage.debug.xcconfig; sourceTree = ""; }; + 4F77B42021ED6E3139C6851000CD473B /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; 4FC1978206616CE319648B302B05AA8A /* YYWebImage */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYWebImage; path = YYWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4FCFA223EDBCA09679E985DD1489EC35 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; - 4FF0632AC66004E15AE1242C155D8A16 /* NSData+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+OSS.h"; path = "AliyunOSSSDK/NSData+OSS.h"; sourceTree = ""; }; + 4FE83E8790F08F1632EB5DCC80E456FF /* LLPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLPreviewController.h; sourceTree = ""; }; 4FF4D54968106D99B5B105557684ACEA /* TIMRTLUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMRTLUtil.h; sourceTree = ""; }; - 5005257548F3DFF019EC1E6A56D8DE94 /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; - 500DABA99FE89D664AC06E90ED5861F6 /* QGVAPSafeMutableArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPSafeMutableArray.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableArray.m; sourceTree = ""; }; - 500E30DB35DDF6AA73303E1805A5F0E6 /* UITableViewCell+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.h"; sourceTree = ""; }; - 502439F27906B715098E164CB607F37D /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 50374C4613B393AB172EAFA723197796 /* YYImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYImage-umbrella.h"; sourceTree = ""; }; - 507A36A5DA149C8C4AC5CCDE8DD4A9F5 /* LLCrashDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashDetailViewController.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashDetailViewController.m; sourceTree = ""; }; - 5087DCD7D883FD6000FC11CC75BE144F /* LLBaseModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseModel.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseModel.m; sourceTree = ""; }; - 508983BAD4AE67AB61E3DFCBA3B75547 /* QCloudHeadObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHeadObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudHeadObjectRequest.m; sourceTree = ""; }; - 508B43E63B65B3D5ECB9245286302F94 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; - 50ACAC4A3CD7C0D928CE130C10855388 /* YYKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYKVStorage.h; path = YYCache/YYKVStorage.h; sourceTree = ""; }; + 4FF73D102992C5C4052957E6E53E424C /* LLAppInfoViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoViewController.h; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoViewController.h; sourceTree = ""; }; + 5027BDD0073068D9958FA2C84458AA82 /* QCloudCoreVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCoreVersion.m; path = QCloudCore/Classes/Base/QCloudCoreVersion.m; sourceTree = ""; }; + 503A58CACD5540996D95ACBD8D1EFB16 /* TZAssetModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZAssetModel.m; path = TZImagePickerController/TZImagePickerController/TZAssetModel.m; sourceTree = ""; }; + 505EDEB34617BB3C669AEE58E032C1E4 /* YYLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYLabel.m; path = YYText/YYLabel.m; sourceTree = ""; }; + 506849C49A20678263DA901B20D2A5FF /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePicker/NSDate+BRPickerView.h"; sourceTree = ""; }; + 5072BC0E128108C5C6FE3C0224145955 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; + 509D06CCB095C1A7F4CA211720B20829 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + 50A50AA61A5C8AC6395827EBAF0C8666 /* QGHWDMetalShaderSourceDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMetalShaderSourceDefine.h; path = iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDMetalShaderSourceDefine.h; sourceTree = ""; }; + 50B1A54030DBF1FE3B6E9BCE2B2844B9 /* LLInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLInternalMacros.h; path = LLDebugTool/Core/Others/Macros/LLInternalMacros.h; sourceTree = ""; }; 50BCF8BF2AF130E56729604C7B293ABD /* TUIMediaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMediaView.h; sourceTree = ""; }; - 50CB953D9D3B4F72E9ED204CAD506CAC /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; - 51004FC89CBF8CCF5A0B99BAF1E83BC8 /* JXPagingView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXPagingView.modulemap; sourceTree = ""; }; - 5101A4F82BD63A4B88949CE1AB209586 /* LLSandboxViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxViewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxViewController.h; sourceTree = ""; }; - 510A481D16EC2697CA59168881F1D464 /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - 510CE074799D6F1B2FAE69B11D670BE6 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; - 51166D92E11078C50AE52E881DB09BE0 /* LLEnumDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEnumDescription.h; path = LLDebugTool/Core/Component/Hierarchy/Function/EnumDescription/LLEnumDescription.h; sourceTree = ""; }; + 50EE79C239B92830F21D8955EE6EAB21 /* LLWindowManager+AppInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+AppInfo.m"; path = "LLDebugTool/Core/Component/AppInfo/UserInterface/LLWindowManager+AppInfo.m"; sourceTree = ""; }; + 510D25D0D52CC286B88B842FA96E2F0A /* LLNetworkWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkWindow.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkWindow.m; sourceTree = ""; }; + 511AD5F7590A06431F41EB92FE78E86A /* QCloudResponseSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudResponseSerializer.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudResponseSerializer.m; sourceTree = ""; }; 511E89FD908585EB7E90353AB3751525 /* TUIChatLocalizable.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIChatLocalizable.bundle; path = Resources/TUIChatLocalizable.bundle; sourceTree = ""; }; - 51207D900C7949AD27AD35C6196E76CC /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; - 5126A4D9B87E984813282B556AF97202 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; - 512EC903D472361CCD58ADB381897CFD /* YYText-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYText-umbrella.h"; sourceTree = ""; }; - 513C0A6E6774AB5C5A27949D53C8E9E7 /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/include/ZipArchive.h; sourceTree = ""; }; - 513EDB94C0EFD0FB669D4887555BA589 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; - 51579FB914B828FDC79BFBAF0759EDEF /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray_PackagePrivate.h; path = objectivec/GPBArray_PackagePrivate.h; sourceTree = ""; }; - 5158B6BAC0B683F0ED5396925F1455B4 /* Struct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = objectivec/google/protobuf/Struct.pbobjc.h; sourceTree = ""; }; - 5161C70D80D0CD4FF9A2FE85CCC3D4A8 /* SVGAExporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAExporter.h; path = Source/SVGAExporter.h; sourceTree = ""; }; - 517A1DE40F6000369B30F813F8475AA5 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - 517CE6AC36880E1AD113C29DE39FF026 /* NSSet+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+OSS.h"; path = "AliyunOSSSDK/NSSet+OSS.h"; sourceTree = ""; }; - 5185439B556CBFA05DC9C6F974A9422B /* QCloudSDKModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSDKModuleManager.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSDKModuleManager.h; sourceTree = ""; }; - 518A1560C99DA713CB6C06E2B95DDA29 /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; - 519FC0F676D42EB2112CE24428C563FF /* ResourceBundle-JXPagerView-JXPagingView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-JXPagerView-JXPagingView-Info.plist"; sourceTree = ""; }; - 51C23DC3DC29A2A612B6B0E41DD47F7D /* SVGAPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGAPlayer.release.xcconfig; sourceTree = ""; }; - 51CA26F641287F8855EFC6724DF07367 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - 51D0491B8DC06AE5E614B4D37CAD6F90 /* QCloudFileOffsetStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileOffsetStream.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetStream.m; sourceTree = ""; }; + 51236BBA8668D3D4C250326016C49A9A /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + 513397D39367CC6BEB1E7E3EA0074F9F /* FMDB-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FMDB-Info.plist"; sourceTree = ""; }; + 513AAD617D737DC8F2C445509BB58E8A /* UIColor+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIColor+VAPUtil.m"; sourceTree = ""; }; + 5143E1C4CCD8A15ADC5EA8DCE7838CAE /* QCloudNetProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudNetProfile.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudNetProfile.m; sourceTree = ""; }; + 5159769CED4782E986C7473D8286B9CE /* JXPagerSmoothView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerSmoothView.m; path = Sources/JXPagerView/JXPagerSmoothView.m; sourceTree = ""; }; + 5168A91A09D876381E3FE3BBC3EF62DC /* LLHierarchyInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyInfoView.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyInfoView.m; sourceTree = ""; }; + 5172B9719C6B1416C8F5DE34D40DE62D /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; + 5182CFBF9CE6C14CD5D2981F3DEF8EBA /* LLTitleSwitchCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleSwitchCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleSwitchCellView.h; sourceTree = ""; }; + 51931F8C6A611DB5F9254F2C3FD76B90 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 519BB93FB3EFABC4836F62A1E50F7932 /* TIMPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TIMPush.debug.xcconfig; sourceTree = ""; }; + 51A54E4592EC00DA605A1DF87219B260 /* UIControl+RACSignalSupportPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupportPrivate.h"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.h"; sourceTree = ""; }; + 51D299E92D125A5762786A664633861E /* YYCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCache.modulemap; sourceTree = ""; }; + 51D7E1F0F633D17017676839CF1F8DC3 /* QCloudUploadPartResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadPartResult.h; sourceTree = ""; }; 51E4FF8465B27405FC87C412997283D0 /* TUIVideoMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoMessageCell.m; sourceTree = ""; }; - 51EA6CB8856C050BCD9287E3F892CAC9 /* NSString+QCloudSHA.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "NSString+QCloudSHA.mm"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/QCloudSecret/NSString+QCloudSHA.mm"; sourceTree = ""; }; - 51EB6ECF9AA2E8F129D99BE57FF8DEA0 /* YBIBCollectionViewLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBCollectionViewLayout.m; path = YBImageBrowser/Base/YBIBCollectionViewLayout.m; sourceTree = ""; }; - 51ECC2497E7E3CE715361897E1C66AC4 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; - 5205F5C2383D19CD9E496BC9EDDD45F4 /* JXPagerListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerListContainerView.m; path = Sources/JXPagerView/JXPagerListContainerView.m; sourceTree = ""; }; - 5214B00F5E32EE3751D1DD70C6B09C8B /* GPBUnknownFields_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFields_PackagePrivate.h; path = objectivec/GPBUnknownFields_PackagePrivate.h; sourceTree = ""; }; - 521ED7848F776C4C2660EAE7DFBC2718 /* QGBaseAnimatedImageFrame+Displaying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QGBaseAnimatedImageFrame+Displaying.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.h"; sourceTree = ""; }; - 5225D77BA4F9A454E29205329E0C01D4 /* LLRouter+ShortCut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+ShortCut.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+ShortCut.h"; sourceTree = ""; }; - 52305ABD7AE6E1655DCC400E006B01C9 /* GPBUnknownField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField.h; path = objectivec/GPBUnknownField.h; sourceTree = ""; }; + 51F88B0FD88181C129F2E6B919F65374 /* LLSandboxHtmlPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxHtmlPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxHtmlPreviewController.h; sourceTree = ""; }; + 5204B39EC5D44A7A791D43B53A47486D /* LLRulerPickerInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerPickerInfoView.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerInfoView.h; sourceTree = ""; }; + 52092A47EA18055A335CCB505FBAFEA6 /* palette.c */ = {isa = PBXFileReference; includeInIndex = 1; name = palette.c; path = src/utils/palette.c; sourceTree = ""; }; 5236509FD4A522718E1073ED84ECE08E /* TUIFoldListViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFoldListViewController.m; sourceTree = ""; }; 52389EA2AA61742DE2714261023D6EA7 /* TUIConversation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TUIConversation.release.xcconfig; sourceTree = ""; }; - 523A1B94681A2291B4E3E6F8CBE45846 /* YYTextLine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextLine.m; path = YYText/Component/YYTextLine.m; sourceTree = ""; }; + 5241A886B7FBB3D3543F20D070E5331C /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/Deprecated/StringPickerView/BRResultModel.h; sourceTree = ""; }; 524BFF28768667EEC1C6E0B822637EFB /* TUIGroupChatViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupChatViewController.h; sourceTree = ""; }; - 527F36F77F902FDE250B6767F1A9A9D1 /* LLCrashWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashWindow.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashWindow.m; sourceTree = ""; }; - 52840598BF92A895362F367863E2E641 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; - 52864092240DC4531C349BDF313B651F /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 528653073F6A18330DE69AA47535E0CF /* QCloudEndPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudEndPoint.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudEndPoint.h; sourceTree = ""; }; + 52557C2AD7A7A8F485C6DD735122C859 /* LLBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseTableViewCell.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewCell.h; sourceTree = ""; }; + 52642BA626F59D7221E4BBF24A11877B /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = ""; }; + 52643578F1B2CA17577F303930830A1F /* SVProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVProgressHUD-umbrella.h"; sourceTree = ""; }; + 5273F35430301DCB2CB2E65B05537DBB /* NSObject+YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYModel.h"; path = "YYModel/NSObject+YYModel.h"; sourceTree = ""; }; + 529464F88C9734A854D415C115EE7ED7 /* SVGAImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAImageView.m; path = Source/SVGAImageView.m; sourceTree = ""; }; 5295372A963A773F8835D919A373C9CF /* UIAlertController+TUICustomStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIAlertController+TUICustomStyle.h"; sourceTree = ""; }; - 52CEA02CA2C86A695488682B0ED4643E /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 52D76EA9F9359DD8E0593C7B0696A688 /* OSSCancellationTokenSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCancellationTokenSource.m; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenSource.m; sourceTree = ""; }; - 52D9EC9C96308E3F313A45922A3F0A6A /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - 52EE3D681BF668BD0C2862CF6BFC9A06 /* JXPagingView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXPagingView-prefix.pch"; sourceTree = ""; }; - 5320BB3AC0EF89CDCEA8D440833550E2 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + 52ADA7BF884465687D18DEAAD7BF1A4C /* Minizip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Minizip.h; path = Zip/minizip/include/Minizip.h; sourceTree = ""; }; + 52BDDFF68B5C8E8529940FBE87752470 /* Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parser.swift; path = AgoraLyricsScore/Class/Other/Parser.swift; sourceTree = ""; }; + 52F638BACD1C71063163426BC6DD1D32 /* YYModel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.release.xcconfig; sourceTree = ""; }; + 52FC4D832F12D680AFF8E57509D359B9 /* NSDate+QCloudComapre.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+QCloudComapre.m"; path = "QCloudCore/Classes/Base/DateTools/NSDate+QCloudComapre.m"; sourceTree = ""; }; + 52FDA0426BD8EE41055707DAFFBC96FA /* MQTTCFSocketEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketEncoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.m; sourceTree = ""; }; + 531AFE5451D61F008AC444A63D124EEA /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; + 531E5D8D4EFAD52A5891EABD90AAC544 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream_PackagePrivate.h; path = objectivec/GPBCodedInputStream_PackagePrivate.h; sourceTree = ""; }; 532D01F08F02C6F987F1F7330ECC9427 /* TUIInputController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIInputController.h; sourceTree = ""; }; 532DE30E5C50174E1ACE829BEA5AC080 /* TUILocalTipsCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUILocalTipsCellData.h; sourceTree = ""; }; + 53326B99433CB17EEEDF96A68AA4006C /* OSSIPv6PrefixResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSIPv6PrefixResolver.m; path = AliyunOSSSDK/OSSIPv6/OSSIPv6PrefixResolver.m; sourceTree = ""; }; 5338EF5B447D01D0ECAEDE9DC1891224 /* TUIConversationListDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationListDataProvider.h; sourceTree = ""; }; - 5348E5E93C5D2E798D8E020D1C450C4B /* LLTitleCellCategoryModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCellCategoryModel.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellCategoryModel.m; sourceTree = ""; }; - 5372E747772584C1D17DBA7819A6F865 /* AgoraLyricsScore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AgoraLyricsScore-umbrella.h"; sourceTree = ""; }; - 53817E330C397B22A43D06E36B41D2D0 /* NSString+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+YYAdd.m"; path = "YYCategories/Foundation/NSString+YYAdd.m"; sourceTree = ""; }; - 539E81F9AA4C78794DAC997EB95A5DAC /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 53A7C6BE80C8D1B02CBB4B203B4AE16D /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 53A91BA8A01AFB9B24A1CDF1BC6B8952 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 53EDF4BD172DDA164576FF8F67F56308 /* LLShortCut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCut.h; path = LLDebugTool/Core/Component/ShortCut/LLShortCut.h; sourceTree = ""; }; - 53FC59E8871EFCA8BDDB19867B4DA92B /* TZAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZAssetCell.h; path = TZImagePickerController/TZImagePickerController/TZAssetCell.h; sourceTree = ""; }; - 53FF1CAC382D4C785DB69A3A2BBE1ACC /* LLWindowManager+Ruler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Ruler.h"; path = "LLDebugTool/Core/Component/Ruler/UserInterface/LLWindowManager+Ruler.h"; sourceTree = ""; }; - 54104EB829695774D39A98E876CD853E /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + 533BD3AAD2AFD20FB624D76D556A38B2 /* QGVAPConfigModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPConfigModel.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.h; sourceTree = ""; }; + 534DCB332A3B10F7FBBC5E8D032D59F7 /* mz_os.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os.c; path = SSZipArchive/minizip/mz_os.c; sourceTree = ""; }; + 534E444BF61888D91C2C4B127764CCDC /* QCloudMultipartUploadInitiator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartUploadInitiator.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadInitiator.h; sourceTree = ""; }; + 535F565B9EB227CBF8C5B53911148FA0 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 53DB3A13494D0945C75A8CC83DE45926 /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; + 53E216C5FEAABF39B21FB3C7FB8D35C8 /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; + 5428B6A64C5FD58C9569677A93F2647A /* aos_crc64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aos_crc64.c; path = AliyunOSSSDK/aos_crc64.c; sourceTree = ""; }; + 544BFB99D48530B7B6A27BD90D9B2C52 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; 544E67F8B3648AA844F2913AB5F7E1BE /* UIImage+ImageEffects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ImageEffects.m"; sourceTree = ""; }; - 546050D3806424147A820EF88B7C56C4 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - 547AD5FE94B8E8890383F48287DE956B /* YYFrameImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYFrameImage.h; path = YYImage/YYFrameImage.h; sourceTree = ""; }; - 548776CDF0D86CACB6FA503CC4368123 /* SDCycleScrollView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDCycleScrollView-dummy.m"; sourceTree = ""; }; - 5487F017F2C6A867C5AE7ECE3797AD8E /* GPBDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDictionary.m; path = objectivec/GPBDictionary.m; sourceTree = ""; }; - 54895662330D0B655500AE0805959BFA /* Svga.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Svga.pbobjc.m; path = Source/pbobjc/Svga.pbobjc.m; sourceTree = ""; }; - 548D34F6170A1B7F8F1EB4BBE0EF9C56 /* QCloudUploadPartCopyRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartCopyRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartCopyRequest.m; sourceTree = ""; }; - 54A33472470BAC0F792616DD91D66756 /* NSDictionary+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSDictionary/NSDictionary+LL_Utils.m"; sourceTree = ""; }; - 54A34D23FFDF5900855CC9BC436FB705 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; - 54AEB652E46049D9B75BFF05CB3FBCAB /* LLToastUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLToastUtils.h; path = LLDebugTool/Core/Others/ToastUtils/LLToastUtils.h; sourceTree = ""; }; - 54BCDBAAA254EFD1FA9DF2898850A34E /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; - 54BF9B7902D6B1DB574ED8E8CA3C30DE /* NSObject+QCloudModelTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+QCloudModelTool.h"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModelTool.h"; sourceTree = ""; }; - 54C9842F672DD7904085BBAF0823DE9A /* YYTextRunDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextRunDelegate.m; path = YYText/String/YYTextRunDelegate.m; sourceTree = ""; }; - 54CD88DFDB3F87ED69A9DF1B163663EA /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = ""; }; - 54D1057009A2FE4069E1C199BCBF7C28 /* QCloudClassInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudClassInfo.h; path = QCloudCore/Classes/Base/QCLOUDObjectModel/QCloudClassInfo.h; sourceTree = ""; }; - 54E20AEAEADAB286610843D9667CB450 /* QGVAPMetalView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalView.h; sourceTree = ""; }; - 54E7E679235871C331C4566524F5D0E0 /* WKWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+AFNetworking.h"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.h"; sourceTree = ""; }; - 54EC05DDCA801E98E2D6B33852A50597 /* NSBundle+TZImagePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+TZImagePicker.h"; path = "TZImagePickerController/TZImagePickerController/NSBundle+TZImagePicker.h"; sourceTree = ""; }; - 550A3A97018FC4B7A39F25E713E9C5CF /* LLURLProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLURLProtocol.h; path = LLDebugTool/Core/Component/Network/Function/LLURLProtocol.h; sourceTree = ""; }; - 551DC510725AD8CDD655B3EC5477A0F9 /* LLConvenientScreenshotComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConvenientScreenshotComponent.m; path = LLDebugTool/Core/Component/Screenshot/LLConvenientScreenshotComponent.m; sourceTree = ""; }; + 545E12AFF9CD9C029825F5C03C30F07F /* QCloudNetResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudNetResponse.m; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudNetResponse.m; sourceTree = ""; }; + 547E1F6935BB88E8B9C5608B182A6D16 /* XHLaunchAdConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdConst.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdConst.m; sourceTree = ""; }; + 547F5B494A0AA024C3094C4E34D16B95 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; + 54FEC1AF1A0303EDEF12A571D63E5AE9 /* LLNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNavigationController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/NavigationController/LLNavigationController.m; sourceTree = ""; }; + 551916E0BBF2612657335B201183F9A6 /* GPBEmpty.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBEmpty.pbobjc.m; path = objectivec/GPBEmpty.pbobjc.m; sourceTree = ""; }; + 551ABC649EEA51200060F1F7C3F57132 /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; + 5520642724E20004203CCA372F8971F0 /* OSSGetObjectTaggingResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectTaggingResult.m; path = AliyunOSSSDK/OSSGetObjectTaggingResult.m; sourceTree = ""; }; + 552D84ACFB81FBDD909C0895C0B9C95F /* QCloudCOSXML-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QCloudCOSXML-Info.plist"; sourceTree = ""; }; 553D8AA632AA4938E14D719679F3A41F /* TUITextMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextMessageCellData.m; sourceTree = ""; }; - 554FA0F746FB80A9FE0D7A9201FD49B1 /* mz_os.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os.c; path = SSZipArchive/minizip/mz_os.c; sourceTree = ""; }; + 554F35B3E857ED7DAD19B5606BC444FA /* IQTitleBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTitleBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h; sourceTree = ""; }; + 556778D0463B5148C119908557358F30 /* SVProgressAnimatedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVProgressAnimatedView.m; path = SVProgressHUD/SVProgressAnimatedView.m; sourceTree = ""; }; 55701518AB4B0314CAA3F1367384D4C2 /* UIColor+TUIHexColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIColor+TUIHexColor.h"; sourceTree = ""; }; - 55829FFCDE8DA7CCFAF80FADF8C47EEF /* QCloudCopyObjectResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCopyObjectResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudCopyObjectResult.m; sourceTree = ""; }; - 5585D238EB7F232DBA375D4B9BE6CF44 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; - 558DF22DBEE747C372FF9D653111002F /* VAPMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VAPMacros.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/VAPMacros.h; sourceTree = ""; }; 5591E78EC7BBBBCF6967AED1BDC523B1 /* TUIMessageBaseDataProvider+ProtectedAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIMessageBaseDataProvider+ProtectedAPI.h"; sourceTree = ""; }; - 55A0F6E976D71D48E4793E256F4C8AE5 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; + 55A2982BAF34B2DAF874984BBFA7CB5B /* QCloudURLSessionTaskData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudURLSessionTaskData.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudURLSessionTaskData.h; sourceTree = ""; }; + 55A2CFCAE2808FB0712EE7F3EC93C0C8 /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; 56165F19F48355B3A9D8272D215A7ECA /* TUIChatModifyMessageHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatModifyMessageHelper.m; sourceTree = ""; }; - 564351900D0E66F5FCCD801223E2046D /* YBIBVideoTopBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoTopBar.m; path = Video/YBIBVideoTopBar.m; sourceTree = ""; }; + 561FB8FB177D982156620B7E0118F1B7 /* XHLaunchAdConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdConst.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdConst.h; sourceTree = ""; }; + 562400D88D981F95B65EB2AEF544F2D4 /* TZAssetModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZAssetModel.h; path = TZImagePickerController/TZImagePickerController/TZAssetModel.h; sourceTree = ""; }; + 56393AFB10C9E6752D1861FC34F9CA14 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 5646C82332EFB09FB98491275AE3716A /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = ""; }; 5666394C8E2E12E601208F9435337DB8 /* TUIEvaluationCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIEvaluationCellData.m; sourceTree = ""; }; - 5669FF9A1AD09E203C494E22DAE96000 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - 5690FDD3C5DB21ACD0EBF9996B47FE4A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - 56918E70C10E441DD9427320942AEE1B /* QCloudUniversalFixedPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalFixedPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalFixedPath.m; sourceTree = ""; }; - 56990544E9DC75FE2A6CDCB511DF2E4F /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - 56B8F4D76A861932A8D1829CC0607A1C /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - 56F2804A0614B269D058BD5820E56D47 /* SVGAExporter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAExporter.m; path = Source/SVGAExporter.m; sourceTree = ""; }; - 5708E07AB2840A76853C9AE6DD55E305 /* SVGAVectorLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVectorLayer.m; path = Source/SVGAVectorLayer.m; sourceTree = ""; }; + 566FDD1AE49BCCA730F80262075F175D /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; + 5692F4A5AD156C256FC2BEA5862DFB32 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; + 56ACF702EEBC0892A4373432A4CEA89B /* YBIBVideoData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoData.h; path = Video/YBIBVideoData.h; sourceTree = ""; }; + 56B350BF108064079E8DCB350FA6DF90 /* LLScreenshotBaseOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotBaseOperation.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotBaseOperation.h; sourceTree = ""; }; + 56B7A4F975A23ED05ED94E46C21AD786 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; + 56C31FD188CC397AC44E49F3AD4CE624 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = IQKeyboardManager/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 56E0C28536B442FAFD37286AE1E72891 /* SVGABitmapLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGABitmapLayer.h; path = Source/SVGABitmapLayer.h; sourceTree = ""; }; + 56EDDB04846AEE364F6EDFBE68E1305D /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; + 56FCE53C56B1AC290EFBCE80ABE7E09B /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; 57171897BF23802237A3E9001B7E18AA /* TUIChatTheme.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIChatTheme.bundle; path = Resources/TUIChatTheme.bundle; sourceTree = ""; }; + 5718490A21098223446EBADD89D02F42 /* LLCrashWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashWindow.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashWindow.m; sourceTree = ""; }; + 57194AFB9A2E96CFF853B12C2E721367 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; 571F3B6AC50B0F54672B1002F50CA2B8 /* UIView+TUIToast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+TUIToast.h"; sourceTree = ""; }; - 573B74D12E6E54986C8557B3D9046F11 /* OSSGetObjectTaggingRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectTaggingRequest.h; path = AliyunOSSSDK/OSSGetObjectTaggingRequest.h; sourceTree = ""; }; - 5784592997676878493A47DD67BB6541 /* SVGAAudioEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAAudioEntity.h; path = Source/SVGAAudioEntity.h; sourceTree = ""; }; - 578EBAD6008013CBDC078739E7461D08 /* YYImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYImage.release.xcconfig; sourceTree = ""; }; - 579AC723AA8FCDB6AA00696A86318F7B /* TZImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImagePickerController.h; path = TZImagePickerController/TZImagePickerController/TZImagePickerController.h; sourceTree = ""; }; - 57B040E8C8F0B4B62BA73420C9547687 /* AgoraRtcKit.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraRtcKit.xcframework; sourceTree = ""; }; - 57BFE83FF143652383D8D52BD8B68ED6 /* palette.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = palette.h; path = src/utils/palette.h; sourceTree = ""; }; + 5722EDC7CCEB984E6CF3A1BCBDC003B1 /* LLSandboxPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxPreviewController.m; sourceTree = ""; }; + 572673AC85BBD38286B7AE75B4F3F0FD /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + 5727E4912C5757CB6461474C54F75B6A /* QGVAPConfigManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPConfigManager.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.m; sourceTree = ""; }; + 573D5F5E5850C86399501D720C3C4040 /* NSURLRequest+COS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+COS.m"; path = "QCloudCore/Classes/Base/QCloudClientBase/Authentation/NSURLRequest+COS.m"; sourceTree = ""; }; + 575074E78BA5B84374BCBBC3FB5D0E69 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unzip.c; path = Zip/minizip/unzip.c; sourceTree = ""; }; + 57771C12BD6038BAC576B16C8F4B2B3E /* IQUIView+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+Hierarchy.h"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.h"; sourceTree = ""; }; + 577878F9ED3923CF99ECE49E521B840E /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/MapKit.framework; sourceTree = DEVELOPER_DIR; }; + 5787431E182C2C028865A643CE8281F8 /* CLLocationManager+LL_Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CLLocationManager+LL_Location.h"; path = "LLDebugTool/Core/Component/Location/Function/CLLocationManager/CLLocationManager+LL_Location.h"; sourceTree = ""; }; + 578D9657565E5BA37CA3D9AC5FE8D2DB /* Svga.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Svga.pbobjc.m; path = Source/pbobjc/Svga.pbobjc.m; sourceTree = ""; }; + 579474704BF73E3E2DF3FB4C4A6F14BA /* UIButton+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIButton/UIButton+LL_Utils.h"; sourceTree = ""; }; + 57B041375A60D13E50C6F04302AEC930 /* NSAttributedString+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+YYText.h"; path = "YYText/Utility/NSAttributedString+YYText.h"; sourceTree = ""; }; + 57C8DEE9A272630FFD69B391B223626E /* OSSLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSLog.h; path = AliyunOSSSDK/OSSLog.h; sourceTree = ""; }; + 57CF83D4A06C24145D95434E518D10B5 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; 57D595EEE94C48E72A9BDDDAC7E44529 /* TencentCloudHuiyanSDKFace.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TencentCloudHuiyanSDKFace.bundle; path = Resources/TencentCloudHuiyanSDKFace.bundle; sourceTree = ""; }; 57D70C0107D2F7F6D27020FC17AC7038 /* TUIConversationService_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationService_Minimalist.m; sourceTree = ""; }; + 57DC87FE12B4159961B5BA8B7E1BC9B1 /* ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist"; sourceTree = ""; }; 57E3D4A4F6225FB1DF428E678BDEAD47 /* TUIMenuCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMenuCellData.h; sourceTree = ""; }; 57E829FAFFA12D804643CC96EEB8EB62 /* TUIConversationCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationCell.m; sourceTree = ""; }; - 57F3287EB8E962EA0BE79F87076D6CBA /* NSObject+QCloudModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+QCloudModel.h"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModel.h"; sourceTree = ""; }; - 58070842DD72A3D1C0A9C4135133D62C /* YYCategoriesMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCategoriesMacro.h; path = YYCategories/YYCategoriesMacro.h; sourceTree = ""; }; + 57E9EB389CAA3C61F9BEA02DD1F21761 /* Algorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Algorithm.h; path = AgoraLyricsScore/Class/Al/Algorithm.h; sourceTree = ""; }; + 580420C598DFE1CCD36483E76C6741B2 /* LLHtmlViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlViewController.h; sourceTree = ""; }; + 581AA3E324981A7FEBCF6381D6361903 /* LLTitleHeaderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleHeaderView.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleHeaderView.m; sourceTree = ""; }; 581E267CB7FF32511BF6C9892BE79D26 /* TUIChatBaseDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatBaseDataProvider.m; sourceTree = ""; }; - 58242B008E957BED6CA7497F95558A88 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - 5839E2465EFCB6EC01D2CD4DE6D3B0C6 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; - 583D558EA52ECDDA31F861C4C7A7D402 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - 5842D6A6D34AB9EC8BDFC6AD6FE2FF4A /* NSObject+LL_Runtime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+LL_Runtime.m"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Runtime.m"; sourceTree = ""; }; - 586C397A0CE78A849C9C64F6C1AB1B7B /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 5877861C915E71930D402C2BAFC9551A /* QCloudCOSXMLService+Configuration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Configuration.h"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Configuration.h"; sourceTree = ""; }; - 588895FF1346486ECBAEE86B9986F26B /* QCloudInitiateMultipartUploadRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudInitiateMultipartUploadRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudInitiateMultipartUploadRequest.h; sourceTree = ""; }; + 582242E07EF0CB2E203E129C14C586A8 /* LLNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNavigationController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/NavigationController/LLNavigationController.h; sourceTree = ""; }; + 582D255CD050BBADFA87DAD4DA0FABB7 /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; + 582E6A48D6537074052E018D7D490FBD /* UIButton+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+RACCommandSupport.m"; path = "ReactiveObjC/UIButton+RACCommandSupport.m"; sourceTree = ""; }; + 584018838448DBDC81BD401368B2969A /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; + 5865EAEDC6633D56E9544023D97A08C6 /* LLEntryBigTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryBigTitleView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBigTitleView.m; sourceTree = ""; }; 588B926593985C8CE5DE5590B0F2AE6D /* TUIVoiceMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVoiceMessageCell.m; sourceTree = ""; }; - 588D3CCD8EE99838ACDE6232300077FD /* QGVAPMetalView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalView.m; sourceTree = ""; }; - 5892E24D8A698EBF900F733AFB9E40C0 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 58A6ED66560B5BA5E371D56B18DE6CB1 /* ImSDK_Plus.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = ImSDK_Plus.xcframework; sourceTree = ""; }; - 58B0067B68C01AB3887A364BABB15A12 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - 58C890266E241B152328C4CD2F9604F5 /* TAPageControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TAPageControl.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAPageControl.h; sourceTree = ""; }; - 58D65E4069D50F71191C20F097FFA577 /* QCloudModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudModel.h; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudModel.h; sourceTree = ""; }; - 58F4A0609A917741FE7C239586520A66 /* SDCycleScrollView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDCycleScrollView.modulemap; sourceTree = ""; }; - 59212D34B5BADE17EFD6F8B3760781A6 /* NSData+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSData/NSData+LL_Network.m"; sourceTree = ""; }; - 5948B77899519A175746DD0C6176B637 /* LLEntryBigTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryBigTitleView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBigTitleView.h; sourceTree = ""; }; - 594B387A2FE7AB0230FBDBE5EF1F5810 /* QCloudProgrameDefines.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudProgrameDefines.m; path = QCloudCore/Classes/Base/QCLOUDProgramDefines/QCloudProgrameDefines.m; sourceTree = ""; }; + 588CC205C9C0D5B7005443765E175D63 /* QCloudSDKModuleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSDKModuleManager.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSDKModuleManager.m; sourceTree = ""; }; + 589C1CD1E1858283C55D1341BB4CA3AF /* LLCrashModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashModel.m; path = LLDebugTool/Core/Component/Crash/Function/LLCrashModel.m; sourceTree = ""; }; + 58CAD75B29DAC1ADD876A7110F29D9FC /* QCloudObjectModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudObjectModel.h; path = QCloudCore/Classes/Base/QCLOUDObjectModel/QCloudObjectModel.h; sourceTree = ""; }; + 58D6F10505C8BAF96C6D9FB3E8C1283B /* LLLogHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogHelper.h; path = LLDebugTool/Core/Component/Log/Function/LLLogHelper.h; sourceTree = ""; }; + 58E0AB7EC984C6E5FEA1DC0EFD44A26C /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; + 58F8C8A86DED1F184B06C547097F25BA /* LLReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLReachability.m; path = LLDebugTool/Core/Component/Network/Function/LLReachability.m; sourceTree = ""; }; + 59132FDC69D0779E9549D6B3F08E9805 /* GPBMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage.h; path = objectivec/GPBMessage.h; sourceTree = ""; }; + 593BB0ACBFFCE4543D0A4C9515AA5FD6 /* ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist"; sourceTree = ""; }; + 593F14FE832A3AB53B75FEB2D99FA8AF /* LLBaseWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseWindow.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseWindow.h; sourceTree = ""; }; + 594AB06B4A1BDC99483178D8F7528A09 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; + 5954B39C74121CF6AC1D48F36FEE7579 /* LLLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLog.h; path = LLDebugTool/Core/Component/Log/LLLog.h; sourceTree = ""; }; + 595BB594D9A118159BA3E9186A48B961 /* BRTextPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRTextPickerView.m; path = BRPickerView/TextPicker/BRTextPickerView.m; sourceTree = ""; }; 596A448FC3F3C4E51638D0260C886117 /* TUIGroupAvatar+Helper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIGroupAvatar+Helper.h"; sourceTree = ""; }; - 596B00E778A94AF409303B83B6142981 /* MQTTSSLSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicy.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.h; sourceTree = ""; }; 59916D633D9814D68A1250D542C08FFD /* TUIMergeMessageListController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeMessageListController.m; sourceTree = ""; }; - 5992088A813055291F36B0344ECDA1A3 /* UIView+MP4HWDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MP4HWDecode.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIView+MP4HWDecode.m"; sourceTree = ""; }; - 59A03BE22CDD449090BAC7B02AF796E4 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; - 59A9ED22FE2FE804CA389E6D8653E544 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - 59AE9D70D9A19B0A9A979AB9768F21E5 /* LLSettingViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingViewController.m; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingViewController.m; sourceTree = ""; }; - 59C4B857C3564ECB2A07D79D96916AC2 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - 59CA764D4D271AEEA362F8B3EC71ED60 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; - 59CBEAB2995EB1847B7FC4FE89A714A7 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; - 5A02F9F5DA991A2B0285EBF37B13BE2E /* YBIBCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCollectionView.h; path = YBImageBrowser/Base/YBIBCollectionView.h; sourceTree = ""; }; - 5A06563771AD5B6DC597B80D8460B3A2 /* QGVAPConfigModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPConfigModel.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.h; sourceTree = ""; }; - 5A4BD85D8382A0B5507404DC7B9DA89E /* YYImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYImage-Info.plist"; sourceTree = ""; }; - 5A4C7B30FB80EE6DA2BC816069ABC236 /* YBIBDataMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBDataMediator.h; path = YBImageBrowser/Base/YBIBDataMediator.h; sourceTree = ""; }; - 5A6671A763F65A861C237A039C08D398 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; - 5A669C34401252F978308F1576563A14 /* QGAnimatedImageDecodeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeConfig.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.h; sourceTree = ""; }; - 5A6AE4D05DFEDE5863D2A5FFA43F75F3 /* TZLocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZLocationManager.m; path = TZImagePickerController/Location/TZLocationManager.m; sourceTree = ""; }; - 5A6FBB4C8D91B816E85D2AE45DAE84C6 /* UIDatePicker+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDatePicker+RACSignalSupport.h"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.h"; sourceTree = ""; }; - 5A87E7D21E00C0521DD0FFAD245BDF34 /* YBImageBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YBImageBrowser-dummy.m"; sourceTree = ""; }; - 5A9FA9509C89FFF41AE1164D36C0C985 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - 5AA52D27748E77DE70821D23A3D86E93 /* NSString+QCloudSHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+QCloudSHA.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/QCloudSecret/NSString+QCloudSHA.h"; sourceTree = ""; }; - 5ACD2A903B7EDBEB11059E6E059F552D /* LLTitleViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleViewController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/TitleViewController/LLTitleViewController.h; sourceTree = ""; }; - 5AD3E84946F04BBCF27D92779CED252D /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Core/BRPickerStyle.h; sourceTree = ""; }; - 5ADCFD520A1AA47C58313C5F58E22176 /* LrcParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LrcParser.swift; path = AgoraLyricsScore/Class/Other/LrcParser.swift; sourceTree = ""; }; + 5993D3F4D9F3E7540A30566908C2A4B0 /* FMDatabasePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabasePool.m; path = src/fmdb/FMDatabasePool.m; sourceTree = ""; }; + 5995D67905DE8DA0C85C816BFB7C8EAE /* QCloudCLSLoggerOutput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCLSLoggerOutput.h; path = QCloudCore/Classes/Base/Logger/QCloudCLSLoggerOutput.h; sourceTree = ""; }; + 59A69CFBCBAB4DE55D2E13916677A7BA /* YBIBOrientationReceiveProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBOrientationReceiveProtocol.h; path = YBImageBrowser/Protocol/YBIBOrientationReceiveProtocol.h; sourceTree = ""; }; + 59A7B9310A94ECEBD6C6BC55B5F0CFD7 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; + 59B439D984AE77F39E805856683F9EE8 /* AliyunOSSiOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AliyunOSSiOS.modulemap; sourceTree = ""; }; + 59BDAE99C8A453E0716B6E9D048C6AF5 /* OSSCancellationToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCancellationToken.m; path = AliyunOSSSDK/OSSTask/OSSCancellationToken.m; sourceTree = ""; }; + 59C2D4154E1500F832C343CDD5DFBF58 /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/Deprecated/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; + 59CA974DE9BF99180FD58916845552F3 /* JXPagerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerView.m; path = Sources/JXPagerView/JXPagerView.m; sourceTree = ""; }; + 59DA9B2263D376F3E9FBCBCCBE12C6F1 /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; + 5A0576DA638E71031C2AB40FA74045DF /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + 5A05F75904EFC87CF9B1673717462D80 /* QCloudRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudRequestOperation.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudRequestOperation.m; sourceTree = ""; }; + 5A373811E9A50B3CBD12E2351C545A12 /* NSBundle+TZImagePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+TZImagePicker.m"; path = "TZImagePickerController/TZImagePickerController/NSBundle+TZImagePicker.m"; sourceTree = ""; }; + 5A3E3CB782689E1C227545DF241FAA86 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 5A5365E0D8D6927165CC7E94818B2558 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; + 5A56B72967B091F864CB20F623DA2C29 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; + 5A622E299D89FA48C726537BFC866111 /* MQTTSSLSecurityPolicyEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyEncoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.m; sourceTree = ""; }; + 5A8588D184A310E6F026DC91CC4110AD /* LLWindowManager+Html.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Html.h"; path = "LLDebugTool/Core/Component/Html/UserInterface/LLWindowManager+Html.h"; sourceTree = ""; }; + 5A9C192F07A5F604561C877379688110 /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; + 5AA16F5281C059EC30E524BAA89F63F0 /* IQKeyboardManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-prefix.pch"; sourceTree = ""; }; + 5ABC462CA7597105F9156B915AC9CF6B /* UITableView+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableView+YYAdd.m"; path = "YYCategories/UIKit/UITableView+YYAdd.m"; sourceTree = ""; }; + 5AC13D398DE0DF358704219612992D05 /* DZNEmptyDataSet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DZNEmptyDataSet-prefix.pch"; sourceTree = ""; }; + 5AC26E0CC31DC762BC53D80C732C88C3 /* CLLocation+LL_Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CLLocation+LL_Location.m"; path = "LLDebugTool/Core/Component/Location/Function/CLLocation/CLLocation+LL_Location.m"; sourceTree = ""; }; + 5AD2FB1C1AF12FD2F43A7A474EFB8BBD /* bit_reader_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_inl_utils.h; path = src/utils/bit_reader_inl_utils.h; sourceTree = ""; }; + 5AD4769B8ED7E32D94A282E01403DB63 /* LLBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseView.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseView.m; sourceTree = ""; }; + 5AD6E9B83D6A51C7E925C1AB9ACA57C9 /* OSSGetObjectACLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectACLRequest.h; path = AliyunOSSSDK/OSSGetObjectACLRequest.h; sourceTree = ""; }; + 5AE6B8DAA7E3CB05A17CFA4979AC66AE /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRuntimeTypes.h; path = objectivec/GPBRuntimeTypes.h; sourceTree = ""; }; + 5AE80A5F3B835AADB78AB88096DF7754 /* LLRulerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerViewController.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerViewController.h; sourceTree = ""; }; + 5AE9F489DCABB789BFCA92ADDF3B8CB6 /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = ""; }; 5AFC9CB5F23D10155D6DFC87F02C2E1A /* TUIReferenceMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReferenceMessageCell.h; sourceTree = ""; }; - 5B183CC5E8148072B8DA532DAA6D1F13 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - 5B225C31748D5973C2767CBCEA2616DA /* UIColor+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIColor+VAPUtil.h"; sourceTree = ""; }; - 5B6DDC7972DDADE492493B995D400DCF /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 5B765BAD63B4B0446B65B03B06284E0B /* LLRouter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRouter.h; path = LLDebugTool/Core/Others/Router/LLRouter.h; sourceTree = ""; }; + 5B1311EC7C62AAFFC0D9DBBA7640C520 /* YYModel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYModel.modulemap; sourceTree = ""; }; + 5B81041F214B91E31E0AC3B93DED480C /* QCloudCustomLoggerOutput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCustomLoggerOutput.m; path = QCloudCore/Classes/Base/Logger/QCloudCustomLoggerOutput.m; sourceTree = ""; }; + 5B841924AB069E153337423859251101 /* XHLaunchAdView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdView.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdView.m; sourceTree = ""; }; 5B87C5ED941D4516E2EB64739983E9B6 /* TUIBaseChatViewController_Minimalist+ProtectedAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIBaseChatViewController_Minimalist+ProtectedAPI.h"; sourceTree = ""; }; - 5B9348D4F60D56C673A7CEA33E823944 /* IQPreviousNextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQPreviousNextView.m; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.m; sourceTree = ""; }; - 5B984728ADC52AF50BCCA6AE10D4564F /* QGAnimatedImageDecodeThreadPool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeThreadPool.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.m; sourceTree = ""; }; + 5B9AE07EC8CD1A4155E1B948CD074404 /* LLHtmlUIWebViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlUIWebViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlUIWebViewController.m; sourceTree = ""; }; 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BRPickerView; path = BRPickerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5BA80F3843FD77DE4AE38E0BB6FD35AD /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - 5BD3B0AC73D7D3B674D2C8951C3CC458 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 5BE42352D9754498DBB58BBB69049326 /* MKMapView+LL_Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKMapView+LL_Location.h"; path = "LLDebugTool/Core/Component/Location/Function/MKMapView/MKMapView+LL_Location.h"; sourceTree = ""; }; - 5BE880167CD5D75B403798426828A97C /* YBIBCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBCollectionView.m; path = YBImageBrowser/Base/YBIBCollectionView.m; sourceTree = ""; }; - 5C04E04A3257EDDCF57FC9A345960F61 /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; - 5C4B739BEFAA0E94F4B683D81609CE1C /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - 5C4F242CD832E3801061800A00E81669 /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; - 5C541EB345AA0147795628FD8E4814B3 /* LLNoneCopyTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNoneCopyTextField.m; path = LLDebugTool/Core/Others/CommonUI/View/NoneCopyTextField/LLNoneCopyTextField.m; sourceTree = ""; }; - 5C73C1F8EEF212FDE5556FDC4A99AD2C /* UIView+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+YYText.m"; path = "YYText/Utility/UIView+YYText.m"; sourceTree = ""; }; - 5C74512A9EC30518FADD1B3ECAB2C27C /* NSMutableData+QCloud_CRC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableData+QCloud_CRC.m"; path = "QCloudCore/Classes/Base/QCloudCategory/NSMutableData+QCloud_CRC.m"; sourceTree = ""; }; + 5BA60F3AC313F1F75527C0A7F2ADB4E0 /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; + 5BBEFC88A92A40A810C677A8EE4AFFB1 /* LLSandboxCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxCell.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxCell.m; sourceTree = ""; }; + 5BBF655B2CF6F717B10C834444E0E6A9 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + 5BE0EFCA8562A466852D293932CEC1A4 /* UIGestureRecognizer+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+RACSignalSupport.m"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.m"; sourceTree = ""; }; + 5BE652AFC7CD020C4C88BDCDF613E068 /* TADotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TADotView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TADotView.m; sourceTree = ""; }; + 5C288410A2C26E3E35A74E38DE0A096A /* SDCycleScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCycleScrollView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m; sourceTree = ""; }; + 5C350A4A785D0FFC24C73CAF0F3C8697 /* ImSDK_Plus.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = ImSDK_Plus.xcframework; sourceTree = ""; }; + 5C3CBBB49F3B8E24F3E721C35D2FAB06 /* FMDB.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDB.h; path = src/fmdb/FMDB.h; sourceTree = ""; }; + 5C7AAA896870F7EC6F7C410B02E7BFE2 /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + 5C8AA12B7241F4D219B648331C28462C /* NSAttributedString+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+YYText.m"; path = "YYText/Utility/NSAttributedString+YYText.m"; sourceTree = ""; }; + 5C8B62AA42DE0739012D6269066DB548 /* YBIBImageData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageData.h; path = YBImageBrowser/Image/YBIBImageData.h; sourceTree = ""; }; 5C8DA2A02D44E90EB49285092734D51D /* TUIJoinGroupMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIJoinGroupMessageCell_Minimalist.h; sourceTree = ""; }; - 5C8E309E449353BA9E88041E725C3240 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 5C931A54C2E2C07F96655639E86785D4 /* UIActionSheet+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActionSheet+RACSignalSupport.m"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.m"; sourceTree = ""; }; + 5C90C75BA83F4747FF02034E504C8C9E /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; 5CAD0AD352E2C213E674C5467229A9AC /* TUIVoiceMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVoiceMessageCell_Minimalist.h; sourceTree = ""; }; - 5CAEB5D96592F00F666AB6E47CC47E91 /* LLInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLInternalMacros.h; path = LLDebugTool/Core/Others/Macros/LLInternalMacros.h; sourceTree = ""; }; - 5CB0F6D85B106F72CF74B3CEC5A1D176 /* MQTTClient-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MQTTClient-Info.plist"; sourceTree = ""; }; - 5CB89412A91A86D42BDCB3EFCBE8B644 /* OSSFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSFileLogger.h; path = AliyunOSSSDK/OSSFileLog/OSSFileLogger.h; sourceTree = ""; }; + 5CB0BDD4022E8BDB45047A5327F227D9 /* YYLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYLabel.h; path = YYText/YYLabel.h; sourceTree = ""; }; + 5CBAACB113417FF15FB80FC00C454399 /* mz_strm_split.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_split.h; path = SSZipArchive/minizip/mz_strm_split.h; sourceTree = ""; }; 5CC32A51336B1D6507C77DE4C575139C /* TUIFileViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileViewController_Minimalist.m; sourceTree = ""; }; - 5CE8F498500E97CEE4FAF754B750338C /* YYModel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYModel.modulemap; sourceTree = ""; }; - 5CF4D2FE91FD3D313739E44B80DDA00A /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 5CD30A08E2F0CC822C38F28CB79379E1 /* JXPagingView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXPagingView-prefix.pch"; sourceTree = ""; }; + 5CE4216620713AED2B4596301AC9F601 /* WechatOpenSDK-XCFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.debug.xcconfig"; sourceTree = ""; }; 5CFA74FA375BF7B5E5D107A62E55B907 /* TUIMessageSearchDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageSearchDataProvider.m; sourceTree = ""; }; - 5D16A59BD9CAE5F6315D5D8438950C3F /* MQTTSessionSynchron.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionSynchron.m; path = MQTTClient/MQTTClient/MQTTSessionSynchron.m; sourceTree = ""; }; - 5D405D94057F22C3BE308F2B73D62B94 /* LLFormatterTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFormatterTool.h; path = LLDebugTool/Core/Others/FormatterTool/LLFormatterTool.h; sourceTree = ""; }; - 5D4BC79C3D9B76FF89F8811540251066 /* QCloudCOSStorageClassEnum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSStorageClassEnum.h; path = QCloudCOSXML/Classes/Transfer/enum/QCloudCOSStorageClassEnum.h; sourceTree = ""; }; + 5D1E03659A2339FD61ACB5B5FC9A5AE6 /* YBImageBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = YBImageBrowser.bundle; path = YBImageBrowser/YBImageBrowser.bundle; sourceTree = ""; }; + 5D25E610D4C8139826C3D0874AE0CC38 /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; + 5D49D3D05DCF6B9BF7D0210CB9201141 /* XHLaunchAdDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdDownloader.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.m; sourceTree = ""; }; + 5D4A7321A284F8EB62D2A280DC62F42F /* UISegmentedControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISegmentedControl+RACSignalSupport.h"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.h"; sourceTree = ""; }; 5D4EDE4133B90DA0FCF72C6B9141D7A0 /* AlbumPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AlbumPicker.h; sourceTree = ""; }; - 5D60C8CF30CE6978A59CD19521DB6EB5 /* MQTTCoreDataPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCoreDataPersistence.h; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.h; sourceTree = ""; }; - 5D6D94888D0D254E26C1D3D2BF3B2CBA /* SDWebImageWebPCoder.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImageWebPCoder.modulemap; sourceTree = ""; }; + 5D6A928A3147FF15D8E1BEF63904CBD1 /* QCloudCOSTransferMangerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSTransferMangerService.h; path = QCloudCOSXML/Classes/Transfer/QCloudCOSTransferMangerService.h; sourceTree = ""; }; 5D73ED9DCB04D101A1FA489C7FB2A54D /* AliyunOSSiOS-AliyunOSSiOS_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "AliyunOSSiOS-AliyunOSSiOS_Privacy"; path = AliyunOSSiOS_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 5D788B07075A4FD166F5F45AC14AC33C /* TIMCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TIMCommon.debug.xcconfig; sourceTree = ""; }; - 5D8BE51E1B0036FE1F123834CEEBB13F /* YBIBSentinel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBSentinel.m; path = YBImageBrowser/Helper/YBIBSentinel.m; sourceTree = ""; }; - 5DA566BA305FC8AC53CCD33A2CFEFDD5 /* QCloudXMLWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudXMLWriter.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Writer/QCloudXMLWriter.m; sourceTree = ""; }; - 5DA7FB4A463B745AEEE150F7D5826337 /* QCloudDomain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudDomain.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudDomain.m; sourceTree = ""; }; - 5DB62198D391E68703BA2846D5C2CCF7 /* Protobuf-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Protobuf-dummy.m"; sourceTree = ""; }; - 5DBC0BAD4F9281386E8BC0FDCB01FEF3 /* FMResultSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMResultSet.m; path = src/fmdb/FMResultSet.m; sourceTree = ""; }; - 5E09CB1F8712CEBC8AF29845E3E094C2 /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/Deprecated/StringPickerView/BRResultModel.m; sourceTree = ""; }; - 5E0C89D8B95AEE225AF9EA68327CA306 /* WechatOpenSDK-XCFramework.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "WechatOpenSDK-XCFramework.xcframework"; sourceTree = ""; }; - 5E1A7B52CBEB40776FBBD7E00B21125A /* LyricsFileDownloader+Info.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "LyricsFileDownloader+Info.swift"; path = "AgoraLyricsScore/Class/Downloader/LyricsFileDownloader+Info.swift"; sourceTree = ""; }; - 5E216BE9228887E06127F9CE98FF3C16 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; + 5D8767438947ECD9AD08E71F71CC670A /* LLWindowManager+Sandbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Sandbox.h"; path = "LLDebugTool/Core/Component/Sandbox/UserInterface/LLWindowManager+Sandbox.h"; sourceTree = ""; }; + 5D8EA8A8C255044640FAB2C778599E10 /* UIView+SDExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+SDExtension.h"; path = "SDCycleScrollView/Lib/SDCycleScrollView/UIView+SDExtension.h"; sourceTree = ""; }; + 5D92CD467FD52E1E982F6A3DD293A0A0 /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = objectivec/google/protobuf/Timestamp.pbobjc.h; sourceTree = ""; }; + 5DA0C640624970E82F05389716D80D9A /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; + 5DA4577FE3BC4A03751108FFED07B385 /* DZNEmptyDataSet */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DZNEmptyDataSet; path = DZNEmptyDataSet.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5DCB5486E34097F20F98BC92E83D1A1B /* LLWidgetBorderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderHelper.m; path = LLDebugTool/Core/Component/WidgetBorder/Function/LLWidgetBorderHelper.m; sourceTree = ""; }; + 5DD9E47A92E21C37AC729307F65A92F4 /* LLLocationWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationWindow.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationWindow.h; sourceTree = ""; }; + 5DE278B361B23F0C57423740279CDFF2 /* LLDebugTool-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LLDebugTool-prefix.pch"; sourceTree = ""; }; + 5DEAD69054D61CCB6D958539E9108B93 /* SVGA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGA.m; path = Source/SVGA.m; sourceTree = ""; }; + 5E013EDDDCE7DDC461B39D96CDF4B52A /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; + 5E078F180E7A628B0A908438F9D11535 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* libwebp */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = libwebp; path = libwebp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E5D6DEC4D689A5CCD2A9B6945192CE4 /* YBIBContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBContainerView.m; path = YBImageBrowser/Base/YBIBContainerView.m; sourceTree = ""; }; - 5E5DD15436091CA4AE1092B904799916 /* NSHTTPCookie+QCloudNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSHTTPCookie+QCloudNetworking.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/NSHTTPCookie+QCloudNetworking.h"; sourceTree = ""; }; + 5E498C146F3763FA85363DD2D438C6C2 /* QGMP4HWDFileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4HWDFileInfo.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.h; sourceTree = ""; }; 5E5F28332B507B8323DC625AB8F34116 /* TUIMessageDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageDataProvider.h; sourceTree = ""; }; - 5E60E1C7FF51630E359F4349A09761DD /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; + 5E8551BD27825B2B0DF6B13D8CAC0D0A /* TZVideoCropController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZVideoCropController.m; path = TZImagePickerController/TZImagePickerController/TZVideoCropController.m; sourceTree = ""; }; + 5E9CD6DB48B1F0B2BDF4C0D448685357 /* UIView+SDExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+SDExtension.m"; path = "SDCycleScrollView/Lib/SDCycleScrollView/UIView+SDExtension.m"; sourceTree = ""; }; + 5EA3434E94CB6629175E1CBD12DB6422 /* NSKeyedUnarchiver+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSKeyedUnarchiver+YYAdd.h"; path = "YYCategories/Foundation/NSKeyedUnarchiver+YYAdd.h"; sourceTree = ""; }; 5EC8D55D1FF5DA885E9FF8AE8E2D7517 /* UIAlertController+TUICustomStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIAlertController+TUICustomStyle.m"; sourceTree = ""; }; 5ED079007E65C7E4F9BB0FC4CB4B82DC /* TUIRelationUserModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIRelationUserModel.m; sourceTree = ""; }; - 5EDEDB571BD2BCAA8282600BEFDAEC76 /* SDCycleScrollView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDCycleScrollView-umbrella.h"; sourceTree = ""; }; - 5F180675B02342B8418012E932CB120F /* LLNetworkCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkCell.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkCell.m; sourceTree = ""; }; + 5F112C3B368900AC91342C575129D408 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + 5F21D28C16929D1D5A6DAEA7C667BADD /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; 5F2B239B652D2D3DC03E303D582E2C23 /* TUICommonModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICommonModel.h; sourceTree = ""; }; - 5F3353A426C7C99A13ABAC5E085CFE8A /* FMDatabase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabase.m; path = src/fmdb/FMDatabase.m; sourceTree = ""; }; - 5F51F3BE189188690CCAEA6FE1A67ECA /* NSTimer+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSTimer+YYAdd.h"; path = "YYCategories/Foundation/NSTimer+YYAdd.h"; sourceTree = ""; }; - 5F5221963815A4246195A4F7393D4D27 /* LLScreenshotSelectorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotSelectorView.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorView.h; sourceTree = ""; }; - 5F6CF3F8AFA70F47C743ED5063206383 /* SDCycleScrollView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDCycleScrollView-prefix.pch"; sourceTree = ""; }; - 5F78210C3D90DFCC8312FC285147E50B /* YBIBVideoData+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBVideoData+Internal.h"; path = "Video/YBIBVideoData+Internal.h"; sourceTree = ""; }; - 5F7A26AF65BC509BC99AA1FC85C51745 /* QGMP4HWDFileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4HWDFileInfo.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.m; sourceTree = ""; }; - 5FA491F71D09EE8210D0037DE3363926 /* NSMutableData+OSS_CRC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableData+OSS_CRC.h"; path = "AliyunOSSSDK/NSMutableData+OSS_CRC.h"; sourceTree = ""; }; - 5FA8775E4CBFB297E96159A4FA59A2C5 /* palette.c */ = {isa = PBXFileReference; includeInIndex = 1; name = palette.c; path = src/utils/palette.c; sourceTree = ""; }; - 5FA8A9238F9D0428F04C1A12C4A2537A /* LLLocationComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationComponent.h; path = LLDebugTool/Core/Component/Location/LLLocationComponent.h; sourceTree = ""; }; - 5FB2FC28DD2551C40A5A86D69A610B77 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; - 5FC5A55F5B13D5261B74CD0B8F8D29C8 /* LLWindowManager+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Hierarchy.h"; path = "LLDebugTool/Core/Component/Hierarchy/UserInterface/LLWindowManager+Hierarchy.h"; sourceTree = ""; }; - 5FE4B5C48241DD23EC880016020E67CD /* LLLocationProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationProxy.h; path = LLDebugTool/Core/Component/Location/Function/LLLocationProxy.h; sourceTree = ""; }; + 5F3611B04E8B3F621AF5E904021CEA55 /* UIResponder+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIResponder+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIResponder/UIResponder+LL_Utils.h"; sourceTree = ""; }; + 5F48BCBC6B43335E74E87302A3BF5226 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi.c; path = Zip/minizip/ioapi.c; sourceTree = ""; }; + 5F4F453539CB617D014260504AF23C61 /* MQTTInMemoryPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTInMemoryPersistence.h; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.h; sourceTree = ""; }; + 5F7B15FE83D744DD0A11A6AD59CA94BA /* OSSCancellationTokenSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCancellationTokenSource.m; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenSource.m; sourceTree = ""; }; + 5F887FED26B789737D73D8CAA0464C78 /* SVGAAudioEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAAudioEntity.h; path = Source/SVGAAudioEntity.h; sourceTree = ""; }; + 5F9528DAD3A3F57CB3CD5ECEFA1D60A8 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; + 5F97ED71E9C2E0CCF18241272F7D92B7 /* LLDetailTitleSelectorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleSelectorCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleSelectorCell.h; sourceTree = ""; }; + 5FAE4CDC0C7FA693FCA0B9E6468B6F28 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/Deprecated/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; + 5FC4EFFAE43B55055CE203F14DFF669A /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; + 5FE1B74C3A46A12D2078FA3E53C66A58 /* ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist"; sourceTree = ""; }; + 5FE3595ADB9CEA594FE1B98054F89FE8 /* TZAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZAssetCell.m; path = TZImagePickerController/TZImagePickerController/TZAssetCell.m; sourceTree = ""; }; 5FF1B49917497CA7784806318AA23850 /* TUIConversationTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationTableView.h; sourceTree = ""; }; - 60032E39B89A10E14CEC2557336A62AF /* YYWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYWebImage-prefix.pch"; sourceTree = ""; }; + 5FF3D1315961381D372F8E745F83F69E /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = objectivec/google/protobuf/SourceContext.pbobjc.h; sourceTree = ""; }; + 60045B91EDD780AADA7958589D293CCC /* MQTTSessionLegacy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionLegacy.m; path = MQTTClient/MQTTClient/MQTTSessionLegacy.m; sourceTree = ""; }; 6009D6F586D3EA39BEF69DD730FFE527 /* TUILinkCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUILinkCell_Minimalist.h; sourceTree = ""; }; - 6040685E7D4DC736512DD586ADEEA597 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - 60563E42F8C2BDF7A5316DD00173C890 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 605DDB370CA419BC1C7BDF52982DE3C5 /* mz_strm_pkcrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_pkcrypt.c; path = SSZipArchive/minizip/mz_strm_pkcrypt.c; sourceTree = ""; }; - 607DD143B7FE0F2FAC3B4835F05C6F0F /* AvoidCrash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AvoidCrash.release.xcconfig; sourceTree = ""; }; - 609C34D2447174114C2B15A677403B61 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - 60F0ACFACE35B256864B519DB9B6FD16 /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; - 6110DCF76C3074CB5C0F3BE724EDDF56 /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - 6111A4BED9FE9D6BCD61B8D7FAF17CA0 /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRuntimeTypes.h; path = objectivec/GPBRuntimeTypes.h; sourceTree = ""; }; - 6112F12A2C44C152B62D6CF04EA3C2A8 /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; - 6114638680138B240CC22DF88534B37A /* LLCrashViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashViewController.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashViewController.m; sourceTree = ""; }; - 6115A8D16D865CDF496810AACA0A4B13 /* NSDictionary+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSDictionary/NSDictionary+LL_Utils.h"; sourceTree = ""; }; + 6023002C376DEF9CFB947579A81828EF /* LLStorageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLStorageManager.m; path = LLDebugTool/Core/Storage/LLStorageManager.m; sourceTree = ""; }; + 6051D84BBDF73F5F8AB0F0CFB607CD25 /* OSSXMLDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSXMLDictionary.h; path = AliyunOSSSDK/OSSXMLDictionary.h; sourceTree = ""; }; + 606FAEBB85A07B95B1F96046BB9A14DC /* YYCache-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYCache-Info.plist"; sourceTree = ""; }; + 607235F953C64334F0113AADBFE94A75 /* QCloudPutObjectRequest+CustomBuild.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudPutObjectRequest+CustomBuild.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+CustomBuild.h"; sourceTree = ""; }; + 607998DA4373A08C62DE3215F24967F5 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; + 609E9D1F03931271A88C6CEB7098D42E /* QCloudDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudDomain.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudDomain.h; sourceTree = ""; }; + 60C3B1B5E2D2043D651F19D31175DAAF /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; + 60E08207A409D962BAA813D6CA1F52F0 /* IQUITextFieldView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUITextFieldView+Additions.m"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.m"; sourceTree = ""; }; + 60EB191E84F31193E95946A594165875 /* QCloudLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLogManager.h; path = QCloudCOSXML/Classes/Base/QCloudLogManager.h; sourceTree = ""; }; + 60FD38A4AA55115FBC59B5A87852AA34 /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; + 610B631D0DE85F2D53AF30D659CD3539 /* NSDictionary+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSDictionary+VAPUtil.h"; sourceTree = ""; }; + 6119029DB1702C9733C844181C8E2E69 /* SDCycleScrollView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDCycleScrollView-prefix.pch"; sourceTree = ""; }; 61394E50922D2535BBE7004DA14AFE92 /* MultimediaRecorder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MultimediaRecorder.m; sourceTree = ""; }; - 613A2513436703013AE9CEDA1109907D /* OSSRestoreObjectResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSRestoreObjectResult.h; path = AliyunOSSSDK/OSSRestoreObjectResult.h; sourceTree = ""; }; - 6148E9DB32FE775F65B25614196D5C40 /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; - 6170642C1C4E9BC596E9F1101C087707 /* LLCrashCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashCell.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashCell.h; sourceTree = ""; }; - 61752A0E14B02C5DCBDCFE98F7EB9266 /* QCloudMultiDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultiDelegateProxy.h; path = QCloudCore/Classes/Base/ObjectFack/QCloudMultiDelegateProxy.h; sourceTree = ""; }; - 6197C7B50545936E0C999DC85F34A649 /* OSSGetSymlinkRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetSymlinkRequest.m; path = AliyunOSSSDK/OSSGetSymlinkRequest.m; sourceTree = ""; }; - 61B8191C761F55FF121C7571334E3197 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 61D8691DF4138DD1F4223CB015018521 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; + 618F47BF3EAE22D102D1DAD0BE2B2457 /* MQTTDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTDecoder.m; path = MQTTClient/MQTTClient/MQTTDecoder.m; sourceTree = ""; }; + 6191D8A4751DCC3406AE9D8D00738191 /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = ""; }; + 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; }; 61DE3E8F06512815DB6D6DD71AD2F899 /* TUIFaceMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFaceMessageCell.m; sourceTree = ""; }; 61E71E5AFC1EED7DE1FC6729D0DE6108 /* TUIConversation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TUIConversation-dummy.m"; sourceTree = ""; }; - 61F21BBE5CAA353DB16B76CF0B6E2AEA /* LLFilterDateView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterDateView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDateView.m; sourceTree = ""; }; - 621FAB72115D94D553E6D61DC403E6FD /* LyricsView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricsView.swift; path = AgoraLyricsScore/Class/Lyrics/LyricsView.swift; sourceTree = ""; }; - 6221E8AB13753690EE8654446ABF1488 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - 622DDCF1096DB4BB33190FCDA5EDBCCA /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; - 623F3004FBB3625FB6DE1B1DA2871059 /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+YYWebImage.m"; path = "YYWebImage/Categories/UIImage+YYWebImage.m"; sourceTree = ""; }; + 61F6532F27DA7F8E0ACF7198525762DE /* LLBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseCollectionViewCell.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseCollectionViewCell.m; sourceTree = ""; }; + 6203CA78DAD834033EBC53FDB9976FE4 /* UIScrollView+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+YYAdd.h"; path = "YYCategories/UIKit/UIScrollView+YYAdd.h"; sourceTree = ""; }; + 62242AF37F274EC7F98E2AEC0627E9BF /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; + 62458B398092945853F7E1EAF2C80C3D /* SVGAContentLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAContentLayer.h; path = Source/SVGAContentLayer.h; sourceTree = ""; }; 62476AD95833F1EC15B5FC7E01E6CB19 /* TUICore-TUICore_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "TUICore-TUICore_Privacy"; path = TUICore_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 6266B7B85BC7C76E37F697E8C52F7304 /* CLLocation+LL_Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CLLocation+LL_Location.m"; path = "LLDebugTool/Core/Component/Location/Function/CLLocation/CLLocation+LL_Location.m"; sourceTree = ""; }; - 626BB9A04BF481E00E9842E0113F90AA /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - 62A7818C3C86A9C69D1661932E0DC7D1 /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; - 62BA7E83F0DCC3BFFC9ED548C5094D44 /* UIGestureRecognizer+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+YYAdd.h"; path = "YYCategories/UIKit/UIGestureRecognizer+YYAdd.h"; sourceTree = ""; }; - 62CF371FE27BDFEAF25D8F9228D616A6 /* LLScreenshotViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotViewController.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotViewController.m; sourceTree = ""; }; - 62D2D3B118A4F616DAA2D0738B90699D /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 631F823FA56A6BB0323A5521AB2017B5 /* YYLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYLabel.m; path = YYText/YYLabel.m; sourceTree = ""; }; - 63307022B07850EAC2377DBAD303A51E /* AgoraVideoDecoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoDecoderExtension.xcframework; sourceTree = ""; }; - 6336BA27A0A65F973C5488887D567474 /* YBIBSentinel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBSentinel.h; path = YBImageBrowser/Helper/YBIBSentinel.h; sourceTree = ""; }; + 627D1BE347287B9CA4A624D808B14D60 /* JXPagerListRefreshView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerListRefreshView.h; path = Sources/JXPagerView/JXPagerListRefreshView.h; sourceTree = ""; }; + 628188F987C668A91A1F2C7A08A55E7B /* QCloudHTTPBodyPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPBodyPart.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPBodyPart.h; sourceTree = ""; }; + 6281EB740317964864BD7D6143B8E51F /* MQTTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTLog.h; path = MQTTClient/MQTTClient/MQTTLog.h; sourceTree = ""; }; + 629674561A5633AB99ABB8F19D7A9493 /* TZImagePickerController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TZImagePickerController.debug.xcconfig; sourceTree = ""; }; + 62A01651D8C3173B8F3B89C65D50F4CC /* AvoidCrash.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AvoidCrash.modulemap; sourceTree = ""; }; + 62A0664A6C2FD7DC87396399CB2C11DA /* FMDB-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FMDB-prefix.pch"; sourceTree = ""; }; + 62B47C274D11F57186D928598D721E6B /* QCloudCopyObjectResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCopyObjectResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudCopyObjectResult.h; sourceTree = ""; }; + 62F50D60D3D3BC6FBDCB479C1FD7DDB0 /* LLConvenientScreenshotComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConvenientScreenshotComponent.m; path = LLDebugTool/Core/Component/Screenshot/LLConvenientScreenshotComponent.m; sourceTree = ""; }; + 633936C3C7698C11ECBB4E448944B614 /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = objectivec/google/protobuf/FieldMask.pbobjc.h; sourceTree = ""; }; + 633F3A7DF67CA6F65B37E708EE15DBFA /* huffman_encode_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_encode_utils.h; path = src/utils/huffman_encode_utils.h; sourceTree = ""; }; 6353CA54FB78AEBA93A275549DC2A160 /* Pods-QXLive-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-QXLive-frameworks.sh"; sourceTree = ""; }; - 6357121AA9EC74D1AA4218F756C2EEE1 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 6382036A2DE542F37244F9B2ED5EA292 /* LLTitleSwitchCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleSwitchCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSwitchCell.h; sourceTree = ""; }; + 63627A9CB9FCF46921B7758F248D236A /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + 636A9A0E63BE985BA9AB86C1BFCD36AE /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Core/BRPickerView.bundle; sourceTree = ""; }; + 638A6A97C3993A02C4B01D3449F6D78D /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; 63A2A2963FFE0BDF24C74D20F8916937 /* TUIMoreView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMoreView.m; sourceTree = ""; }; - 63B9B4BACBEA3184F3651DFA58603133 /* LLWindowManager+Magnifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Magnifier.m"; path = "LLDebugTool/Core/Component/Magnifier/UserInterface/LLWindowManager+Magnifier.m"; sourceTree = ""; }; 63C8AC101E2CF6B61D058E5D4D0FAAC5 /* TIMGroupInfo+TUIDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TIMGroupInfo+TUIDataProvider.m"; sourceTree = ""; }; 63CE1B06DD93E606DA49ADD24AE6B99D /* TUIResponderTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIResponderTextView.h; sourceTree = ""; }; 63CFA7A386727582E326DC58C38DDCC1 /* TUIGroupNoticeCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupNoticeCell.h; sourceTree = ""; }; - 63D913B0247EA9453038CE683ED652FF /* Bugly.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bugly.framework; sourceTree = ""; }; - 63ECAA4E7DABBCB3BF783384C7808CC7 /* NSURLSession+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSession/NSURLSession+LL_Network.m"; sourceTree = ""; }; - 63F7F4EF5CBB4638DF86614C461CDBB3 /* MQTTClient.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MQTTClient.modulemap; sourceTree = ""; }; + 63E414D000CD409A61439B1C23D86DE3 /* UIImage+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIImage/UIImage+LL_Utils.h"; sourceTree = ""; }; + 6408E48B6EA2C5E5938A3C075115E744 /* YBIBDataMediator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBDataMediator.m; path = YBImageBrowser/Base/YBIBDataMediator.m; sourceTree = ""; }; + 6409A4547321BD98EC557DC097BE28F7 /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; + 640D11D10E86F2974CCC92BCEBEEF79C /* UITextField+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+RACSignalSupport.h"; path = "ReactiveObjC/UITextField+RACSignalSupport.h"; sourceTree = ""; }; + 640D800CEF59712A88C4B8FB7A3591D4 /* QCloudCOSXMLServiceUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLServiceUtilities.h; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLServiceUtilities.h; sourceTree = ""; }; 6410F3572F9138679FC972A9B789A516 /* TUIMemberCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMemberCellData.h; sourceTree = ""; }; - 642387252CAEC2179AC1B5C3E54449CB /* QCloudMainBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMainBundle.h; path = QCloudCore/Classes/Base/QCloudBundle/QCloudMainBundle.h; sourceTree = ""; }; + 642DE854B4E0B003E51E836294F624CB /* OSSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSConstants.h; path = AliyunOSSSDK/OSSConstants.h; sourceTree = ""; }; 642FEF38E132FB38DD2B59B88F069917 /* YBImageBrowser */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YBImageBrowser; path = YBImageBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 644954D23769116479DF55829AA34123 /* OSSSignerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSSignerBase.h; path = AliyunOSSSDK/Signer/OSSSignerBase.h; sourceTree = ""; }; + 6432B70559A7E09093D693117D50F2E7 /* NSObject+YYAddForARC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYAddForARC.h"; path = "YYCategories/Foundation/NSObject+YYAddForARC.h"; sourceTree = ""; }; + 64365F27CEC939AA86321CB3B1F41AEF /* NSObject+QCloudModelTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+QCloudModelTool.m"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModelTool.m"; sourceTree = ""; }; + 643F2B60941B4F7B09EFC06C532CAC31 /* OSSGetSymlinkResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetSymlinkResult.m; path = AliyunOSSSDK/OSSGetSymlinkResult.m; sourceTree = ""; }; 644A764DDDE2B5CCFD552DC09D2A6A24 /* TUIVoiceMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVoiceMessageCellData.m; sourceTree = ""; }; + 64668518D5FC34D69391C2A068F0AD15 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; 6469957AD651325AF37FB226E8998D56 /* TUITextMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextMessageCell_Minimalist.m; sourceTree = ""; }; - 646E4A6BFAE3542804E8B988D7ABB58F /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistry.m; path = objectivec/GPBExtensionRegistry.m; sourceTree = ""; }; - 64892690D0CE2071D6D12296BE9C05A8 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/Deprecated/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; - 649AE684AF0BCEC9C9605216F274C8D8 /* YYCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCache-dummy.m"; sourceTree = ""; }; - 64C0EABFBD54D70D54576509BB9EEEA2 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; + 6482C603AFC3322D58BB48635D6745F2 /* NSDictionary+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+AvoidCrash.h"; path = "AvoidCrash/NSDictionary+AvoidCrash.h"; sourceTree = ""; }; + 64945FAEFB2B25B871DDAD8656FF6BE7 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + 6496F4B19BD497504D511473C183F060 /* QCloudThreadSafeMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudThreadSafeMutableDictionary.h; path = "QCloudCore/Classes/Base/Bolts-Promise/QCloudThreadSafeMutableDictionary.h"; sourceTree = ""; }; 64E0ED44B3FA7BFA0B6B14112C984551 /* TUIBubbleMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBubbleMessageCellData.h; sourceTree = ""; }; - 64E8FCDBEE64029AF0E2945C34E14D6F /* Zip-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Zip-umbrella.h"; sourceTree = ""; }; - 6503BAF1C6BD6DE4B2A9C92F451868BF /* QCloudAuthentationCreator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAuthentationCreator.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationCreator.m; sourceTree = ""; }; - 650ECB455240EC2D4951420C5853FB71 /* OSSDeleteObjectTaggingRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteObjectTaggingRequest.m; path = AliyunOSSSDK/OSSDeleteObjectTaggingRequest.m; sourceTree = ""; }; - 65560FBD00985B81E1244034EFF5D028 /* SVGABitmapLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGABitmapLayer.h; path = Source/SVGABitmapLayer.h; sourceTree = ""; }; + 64E92C64A7C1D99D3654B2E175A54149 /* YYCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYCache.m; path = YYCache/YYCache.m; sourceTree = ""; }; + 65116AB32009CA35A5280DBA2FF1936E /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; + 6525CEB245DFCDE5C275CD7C19173CE5 /* LLDebugTool.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = LLDebugTool.bundle; path = LLDebugTool/Core/Others/Resource/LLDebugTool.bundle; sourceTree = ""; }; + 654148251E5784A3B70C24582897A2FC /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; + 6545F00C7EB1EC07E4A2D9B02819E828 /* LLTitleCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleCellView.h; sourceTree = ""; }; + 65466E6A02EE765F97CDC16E726D97E1 /* OSSDeleteMultipleObjectsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteMultipleObjectsResult.h; path = AliyunOSSSDK/OSSDeleteMultipleObjectsResult.h; sourceTree = ""; }; + 6551686742A6BC3C81A996C5A3EE77F1 /* LLSandboxTextPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxTextPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxTextPreviewController.h; sourceTree = ""; }; 65621BEE3F93FA7DFC7B6FD9300CC4BE /* TUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextView.h; sourceTree = ""; }; + 65775CA2E4407AF75948C437FCF1DA6E /* YYTextRunDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextRunDelegate.h; path = YYText/String/YYTextRunDelegate.h; sourceTree = ""; }; 6577BCCD8FEF0E904F101B9F2FCDA937 /* TUIChatBaseDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatBaseDataProvider.h; sourceTree = ""; }; - 65A5E1F52BB005E19DA58259743A63DB /* QGBaseAnimatedImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGBaseAnimatedImageFrame.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.m; sourceTree = ""; }; - 65A64F7169695A769517A54CBEF11E8F /* YBImageBrowserDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImageBrowserDelegate.h; path = YBImageBrowser/Protocol/YBImageBrowserDelegate.h; sourceTree = ""; }; - 65A9BD6BC6509EAC9B75926E5C23C815 /* QCloudBizHTTPRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudBizHTTPRequest.m; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudBizHTTPRequest.m; sourceTree = ""; }; - 65F07C155D2D631830BBEFC4B3175AEB /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; - 6605C6E24318FF0858D7894465B8CF34 /* TZImagePickerController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TZImagePickerController.release.xcconfig; sourceTree = ""; }; - 6617ABA08A42582D96197306CB572A92 /* UISwitch+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+RACSignalSupport.m"; path = "ReactiveObjC/UISwitch+RACSignalSupport.m"; sourceTree = ""; }; + 6595914839AF666558B44BAF5503DE24 /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; + 6596E655172408A38E4EC261436D5F71 /* LLHtmlUIWebViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlUIWebViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlUIWebViewController.h; sourceTree = ""; }; + 65A21517F1B0976640D3EBA5FBA94FE5 /* YYTextLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextLayout.m; path = YYText/Component/YYTextLayout.m; sourceTree = ""; }; + 65B435FF8CC32BE003635831A35B2236 /* QCloudAbstractRequest+Quality.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudAbstractRequest+Quality.m"; path = "QCloudCOSXML/Classes/Base/QCloudAbstractRequest+Quality.m"; sourceTree = ""; }; + 661E9E0C87FB450EA44BADC703DA8811 /* YYImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYImageCache.h; path = YYWebImage/YYImageCache.h; sourceTree = ""; }; 664D85C77511FBEB1896EFC975EA5903 /* Pods-QXLiveDev.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QXLiveDev.release.xcconfig"; sourceTree = ""; }; - 66542E4E3D3B005611727F8A41CF09AA /* UIDevice+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+YYAdd.h"; path = "YYCategories/UIKit/UIDevice+YYAdd.h"; sourceTree = ""; }; - 665C51535F2E4D888446AA4C1D24119E /* LLHierarchyViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyViewController.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyViewController.m; sourceTree = ""; }; - 665CE986B42F440546A46928C2CD55BC /* YYTextRunDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextRunDelegate.h; path = YYText/String/YYTextRunDelegate.h; sourceTree = ""; }; - 6697056E33FF1977741123A939640298 /* QCloudServiceConfiguration+Quality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudServiceConfiguration+Quality.h"; path = "QCloudCore/Classes/Base/QCloudBase/QualityAssurance/QCloudServiceConfiguration+Quality.h"; sourceTree = ""; }; - 66A1B7286800F9153C0B6AAF9A0A3549 /* LLEntryBigTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryBigTitleView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBigTitleView.m; sourceTree = ""; }; - 66B5F51CA24193FBCE780EDC93E423BE /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; - 66BB1AF1C87BAB9329176155F6C493F7 /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; - 66E740293F0165C37F9706BD734847B4 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 66FA1666019F2F9617F3A5B4650213BE /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; }; - 672E5FEEA04009375B5912652BA1C31F /* LLScreenshotActionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotActionView.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotActionView.m; sourceTree = ""; }; - 6734658196202E3C0BC0728BEE573A98 /* QCloudHttpDNS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHttpDNS.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHttpDNS.m; sourceTree = ""; }; - 6759B25413994A769CDE9CCE8BDDFA61 /* LLCrashHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashHelper.h; path = LLDebugTool/Core/Component/Crash/Function/LLCrashHelper.h; sourceTree = ""; }; - 67920ED57D0F6DF210C68AB499BFD9D5 /* YYCache.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.release.xcconfig; sourceTree = ""; }; - 67B3F520F242F8408461338A1A462C72 /* QGMP4FrameHWDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4FrameHWDecoder.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.h; sourceTree = ""; }; + 665661D168224876FABD11200FB4370B /* YYText.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYText.modulemap; sourceTree = ""; }; + 66A1E0C78B61397735341B357D9D3AAC /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 66E2E0434F90929AA3C75747C7A899A3 /* NSParagraphStyle+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSParagraphStyle+YYText.h"; path = "YYText/Utility/NSParagraphStyle+YYText.h"; sourceTree = ""; }; + 66ED9D42F380EF0F2FFB1A15528A39AD /* LLHierarchyHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyHelper.h; path = LLDebugTool/Core/Component/Hierarchy/Function/LLHierarchyHelper.h; sourceTree = ""; }; + 6700A5B666E1753D354DFDAD59E0895B /* UISlider+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISlider+RACSignalSupport.m"; path = "ReactiveObjC/UISlider+RACSignalSupport.m"; sourceTree = ""; }; + 67323E49D98928ACB24BDEFC7E83409E /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + 6738D86D1CC6BDE3B7A6CFDA26F1BFF7 /* NSMutableAttributedString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableAttributedString+AvoidCrash.m"; path = "AvoidCrash/NSMutableAttributedString+AvoidCrash.m"; sourceTree = ""; }; + 67934A6592EAC88CF17F628887214842 /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; + 67BE3A30BE95B0BC414E8D09EEEC1F14 /* YYTextDebugOption.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextDebugOption.m; path = YYText/Component/YYTextDebugOption.m; sourceTree = ""; }; 67BFCAB8F95C8154639B76D0329F3231 /* TUIFoldConversationListDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFoldConversationListDataProvider.m; sourceTree = ""; }; - 67D0842501F67645472CB0385474A295 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; 67E824825CF7A3BE9AB81A60E7902A1A /* TUIGroupNoticeController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupNoticeController_Minimalist.m; sourceTree = ""; }; - 67F378B22F34B91070BE2D83C22C2953 /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; 67F8743314AC117BC659D3315D207F45 /* TUIConversationForwardSelectCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationForwardSelectCell_Minimalist.h; sourceTree = ""; }; - 67FF0CF47B357F64347293E2BB8DCBF2 /* YYModel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-umbrella.h"; sourceTree = ""; }; - 68138633BBF169547D6B1400361686DA /* MQTTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTTransport.h; path = MQTTClient/MQTTClient/MQTTTransport.h; sourceTree = ""; }; - 6825071B8D6EE88F46C7CF6C8D25B734 /* LLSettingWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingWindow.h; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingWindow.h; sourceTree = ""; }; - 682522F66F395094FCF1508C53C40937 /* LLComponentWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLComponentWindow.m; path = LLDebugTool/Core/Others/CommonUI/Window/ComponentWindow/LLComponentWindow.m; sourceTree = ""; }; - 68554F7E465557315380CB171D09D0E7 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - 68625218E6B514223D5BA3382ED52E27 /* LLPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLPreviewController.h; sourceTree = ""; }; + 67FAAE2BD036DBBF8EED6F0616B39BC3 /* LLLogComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogComponent.m; path = LLDebugTool/Core/Component/Log/LLLogComponent.m; sourceTree = ""; }; + 6806B29B01D88BF294F898C368005CBC /* XHLaunchImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchImageView.m; path = XHLaunchAd/XHLaunchAd/XHLaunchImageView.m; sourceTree = ""; }; + 681CCB0BCAF201DD0A5276568FBEDE9B /* TZAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZAssetCell.h; path = TZImagePickerController/TZImagePickerController/TZAssetCell.h; sourceTree = ""; }; + 6824EFFB2DF8DF71A43CF65B2166C025 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; + 6835365BBFC05AB94CE4FEADFA78852C /* LLMagnifierViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierViewController.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierViewController.m; sourceTree = ""; }; + 6859AF00D8A1688DE367D1A3FF4F6EE0 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImageWebPCoder/Private/SDInternalMacros.h; sourceTree = ""; }; + 685A6B5705BD5C62530E698B7BF57A72 /* OSSSignUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSSignUtils.h; path = AliyunOSSSDK/Signer/OSSSignUtils.h; sourceTree = ""; }; 68634D709C3E0FBD03E2C8A301E3904C /* TUIConversationConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationConfig.h; sourceTree = ""; }; - 686CEFEF8F6698FD3A987D079EF81C12 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + 686AC411A07964DC3E0EA4880CD59E58 /* MQTTMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTMessage.h; path = MQTTClient/MQTTClient/MQTTMessage.h; sourceTree = ""; }; + 688F53D3DE7AC438F6472574A4CA96C4 /* WKWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+AFNetworking.m"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.m"; sourceTree = ""; }; + 689E731BA8875572487080B9232C4F0B /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 68A0CBF196A31495CDE8C8E4865AEC68 /* QGMP4Parser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4Parser.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.m; sourceTree = ""; }; 68B4ADC737778C3DF692D1D36ADBD520 /* TUIMessageMultiChooseView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageMultiChooseView_Minimalist.m; sourceTree = ""; }; - 69365D42E1B30FF35DC8561E851C72D8 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; + 68BC0302497BB8223F289D6E24643809 /* IQToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQToolbar.h; path = IQKeyboardManager/IQToolbar/IQToolbar.h; sourceTree = ""; }; + 68CC732637D95376BD53FD4160B34FFF /* QGMP4Box.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4Box.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.m; sourceTree = ""; }; + 68D15D35BC0681B030C7CE95D85B2B46 /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; + 68D47392AF5083EBFF474BC199CF8F5D /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; + 68E0700B502E467827221B1B63CF0AAB /* QCloudUniversalPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPath.m; sourceTree = ""; }; + 6910FA040AB021CA0F5830FF0839FD7B /* DZNEmptyDataSet-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DZNEmptyDataSet-umbrella.h"; sourceTree = ""; }; + 692D0D44F0A525E33FCDC72472EF9921 /* sharpyuv_cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_cpu.c; path = sharpyuv/sharpyuv_cpu.c; sourceTree = ""; }; 6943F10B256A54258CAE5035FAA5B1A9 /* TUIEvaluationCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIEvaluationCell.m; sourceTree = ""; }; 69548067BF8002DF53941149BD410A1D /* TIMCommon */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TIMCommon; path = TIMCommon.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 695B71E90A78E92B3B729FF7976FF95B /* LLSandbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandbox.h; path = LLDebugTool/Core/Component/Sandbox/LLSandbox.h; sourceTree = ""; }; 6961E71D61A2F3F0E3AEAB17342E8C31 /* TUIMenuCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMenuCell_Minimalist.m; sourceTree = ""; }; + 696F633AEC1D7F0B863BC7BE17DE4A52 /* LLLogFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogFilterView.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogFilterView.h; sourceTree = ""; }; 697273E2F02FF6EBD0321D2849D4F080 /* TUIConversationListControllerListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationListControllerListener.h; sourceTree = ""; }; 697AEFBA3C443378CEFAA38443DED2CE /* TUIMessageBaseDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageBaseDataProvider.m; sourceTree = ""; }; - 697FDC9C6A90677F41687893EF5DA394 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + 6991D4DE915AEA5634D6375D6A5D6F08 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; 69A1B8F792923569AD0D9E638DE015D8 /* TUISecurityStrikeView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUISecurityStrikeView.m; sourceTree = ""; }; - 69CDB9AD81295D1E902E3BE2C17D5746 /* LLEntryViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryViewController.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryViewController.h; sourceTree = ""; }; - 69DBB5682495D2343EDB5BBA33EF8EA9 /* QCloudHTTPRetryHanlder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPRetryHanlder.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPRetryHanlder.m; sourceTree = ""; }; - 6A1AFD93DA14D0C5F1EBD1E60FA950BC /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 6A1D57FCB5F0541A0ADFDD3D6A998A0A /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - 6A2FC80F534ADF9E089715A5F9199080 /* QCloudSupervisoryRecord.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSupervisoryRecord.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisoryRecord.h; sourceTree = ""; }; - 6A31F9BDA55CB0F598C8747E5717A3D8 /* MQTTSSLSecurityPolicyEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyEncoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.h; sourceTree = ""; }; - 6A3256BD1FA7962C33DB9B557B92EF68 /* QCloudHTTPTaskDelayManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPTaskDelayManager.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPTaskDelayManager.h; sourceTree = ""; }; - 6A47A07F1ADB8330E4CE82B071C51A17 /* ResourceBundle-JXCategoryView-JXCategoryView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-JXCategoryView-JXCategoryView-Info.plist"; sourceTree = ""; }; - 6A4B0155D81BD9992D04820FA803A6DE /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/MobileCoreServices.framework; sourceTree = DEVELOPER_DIR; }; + 69C24E215C1DCF8A326AF4C8D71E2E2A /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; + 69D4DC51437440E34C61B4DD2B399D1A /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 69E0118A30D1C9313A86123EBF6BAC1C /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; + 69F58BEADE25C15BB57FD39F431E6500 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; + 6A00DF9227650C65B7E81BEF029C619F /* mz_strm_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_buf.c; path = SSZipArchive/minizip/mz_strm_buf.c; sourceTree = ""; }; + 6A1C38644A82EB544614DB9FCF982BA7 /* YBIBScreenRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBScreenRotationHandler.m; path = YBImageBrowser/Base/YBIBScreenRotationHandler.m; sourceTree = ""; }; + 6A4D83A2D84ED7ACFB35C1F3C837BAF2 /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = ""; }; + 6A5418C17AC05C43B7953C3845E7A913 /* LLRulerWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerWindow.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerWindow.m; sourceTree = ""; }; + 6A57A9D187E978C9A9B93D8CED31BEA2 /* QCloudServiceConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudServiceConfiguration_Private.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration_Private.h; sourceTree = ""; }; + 6A610C9EA9F816E901CB1C711527F708 /* QCloudHTTPRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequestDelegate.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequestDelegate.h; sourceTree = ""; }; + 6A62539B314CE9A20C18C48B04D19CBA /* ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist"; sourceTree = ""; }; + 6A6BD539DE7F7A511F6DE61DC3F06436 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; 6A79F5B474AEB6E40838CD82097C06E2 /* Pods-QXLive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-QXLive-umbrella.h"; sourceTree = ""; }; - 6AAB5B001249D96CE8C2A1FE66E00532 /* BRTextPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRTextPickerView.h; path = BRPickerView/TextPicker/BRTextPickerView.h; sourceTree = ""; }; - 6AB3913E1360B81F88034CABA5781DBF /* AgoraFaceDetectionExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraFaceDetectionExtension.xcframework; sourceTree = ""; }; - 6AE77FD11A04349202B7C3561B84B845 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; + 6A7F6863AFBD689CA97E6EC8393DF99E /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 6A99041902FD122EB92DDD80E63C9D72 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; + 6AB77FD616103AC4AD036B87E515EE6E /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; + 6ABB10A01E515C83CC1665BEE728AA41 /* ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist"; sourceTree = ""; }; + 6AC9D9CFCD1359404DD770D0900B2C3D /* AgoraInfra_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraInfra_iOS.release.xcconfig; sourceTree = ""; }; 6AED3FE2223A068871799C5E979F49FE /* TUIMessageCellConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageCellConfig.h; sourceTree = ""; }; - 6AF6640AB2CCFE42C07F6501E2493172 /* YYText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYText.release.xcconfig; sourceTree = ""; }; - 6B4C74B4499DA0C6DB49B3B55272D4BB /* LLScreenshotComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotComponent.h; path = LLDebugTool/Core/Component/Screenshot/LLScreenshotComponent.h; sourceTree = ""; }; - 6B580640D9CAF2BBC81C2216F358EA49 /* DownloaderManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DownloaderManager.swift; path = AgoraLyricsScore/Class/Downloader/DownloaderManager.swift; sourceTree = ""; }; - 6B6C279B3765170E1DD3AD35E11142DF /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + 6AEF6285131CBE34CEFD249600F88396 /* YBIBCellProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCellProtocol.h; path = YBImageBrowser/Protocol/YBIBCellProtocol.h; sourceTree = ""; }; + 6AFE4839D6475A18868253A924AD4B10 /* LLLogWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogWindow.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogWindow.m; sourceTree = ""; }; + 6B0B02A86995D95EECEA810FF772E2F1 /* IQKeyboardManagerConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstants.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstants.h; sourceTree = ""; }; + 6B159DCF91E4CAAE99373EFC6F3CD251 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + 6B54919C4E8CBBA3AF5F1E17278D8116 /* QGVAPSafeMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPSafeMutableDictionary.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableDictionary.m; sourceTree = ""; }; + 6B58EE6415343C9021A537DE7E4B25EE /* LLNetworkViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkViewController.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkViewController.m; sourceTree = ""; }; + 6B8A7214F78EA2B0599F92AF5C35A2EA /* YBIBIconManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBIconManager.h; path = YBImageBrowser/Helper/YBIBIconManager.h; sourceTree = ""; }; + 6B8D9BCD9927F1F8B9FEC1FE4B6770BC /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; 6B9025C2D89398B609D7372485923CB2 /* TIMCommon-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TIMCommon-Info.plist"; sourceTree = ""; }; + 6B94E2CD5DDE7DD8CE53FF68A248716A /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/Deprecated/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; + 6BABEAC582B3957F5CFD6D6CCDEE3ADB /* SVGAAudioLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAAudioLayer.m; path = Source/SVGAAudioLayer.m; sourceTree = ""; }; 6BB5C069087EF67B67AE149C77B8103E /* Pods-QXLiveDev-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-QXLiveDev-resources.sh"; sourceTree = ""; }; - 6C0509771CA56E87CDB37DD602D88F36 /* GPBWireFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWireFormat.m; path = objectivec/GPBWireFormat.m; sourceTree = ""; }; - 6C10AE388C2BA01DAA2F0CD6469EE068 /* QCloudFileOffsetBody.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileOffsetBody.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetBody.h; sourceTree = ""; }; + 6BBADC06E6D4C88AC182796E5B8DA1DA /* QGVAPSafeMutableArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPSafeMutableArray.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableArray.m; sourceTree = ""; }; + 6BC443543BE10279E7D110F70D30AF51 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 6BEADAE949FF27E9446ECCE15C9B94E7 /* YBIBInteractionProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBInteractionProfile.h; path = YBImageBrowser/Image/YBIBInteractionProfile.h; sourceTree = ""; }; + 6C054628FA7454C8BCC9CAEBD9F4CBCB /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; + 6C168E30D50F68F142B5F6485468A2BD /* YYTextWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextWeakProxy.m; path = YYText/Utility/YYTextWeakProxy.m; sourceTree = ""; }; 6C1CFA3549E9534C462CB8A97942A3C0 /* TUIReplyMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyMessageCell_Minimalist.h; sourceTree = ""; }; - 6C20E80C571982C11FF077A63BEDA767 /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = objectivec/google/protobuf/Timestamp.pbobjc.h; sourceTree = ""; }; - 6C3AE4ACBD0DF8C1211665C01F41EFD8 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 6C62CC8D6160F965F50F122A7F6F7EC0 /* OSSXMLDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSXMLDictionary.h; path = AliyunOSSSDK/OSSXMLDictionary.h; sourceTree = ""; }; - 6CBB765E04F1683B0F0F50AF3C346C9C /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + 6C233041FF188CAF8EEA55D0429DC14B /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; + 6C327C5F1EB3B27A2D652B470590653D /* YYMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = YYCache/YYMemoryCache.m; sourceTree = ""; }; + 6C415A62E18CC008F5AF36C37E2ED3CA /* QCloudCOSXMLCopyObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLCopyObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLCopyObjectRequest.h; sourceTree = ""; }; + 6C93D9D4D512573AB90F9337CEA954BB /* MKAnnotationView+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+YYWebImage.h"; path = "YYWebImage/Categories/MKAnnotationView+YYWebImage.h"; sourceTree = ""; }; + 6CA12ED54E3F60547D982E6BEEFD3441 /* LLRouter+Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Network.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Network.h"; sourceTree = ""; }; + 6CAA8851FBEFC9B8FEFD4026AFA725F5 /* sharpyuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_neon.c; path = sharpyuv/sharpyuv_neon.c; sourceTree = ""; }; 6CC2904CA0EBAC93330078979CE446BF /* TUIReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyQuoteViewData.m; sourceTree = ""; }; - 6CDBF4E8B6B8B8F9CD67DB008689E8B9 /* LLFunctionItemContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionItemContainerView.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemContainerView.m; sourceTree = ""; }; - 6CE74D1B298989210F5075ED8306D050 /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; + 6CC84860F0C80CF4503A737EBB57F15B /* OSSTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSTask.h; path = AliyunOSSSDK/OSSTask/OSSTask.h; sourceTree = ""; }; + 6CDB05A4C5CB4D10FE96E25F34690D74 /* UIImagePickerController+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImagePickerController+RACSignalSupport.m"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.m"; sourceTree = ""; }; + 6CE9CEAA6CAB82B9BF5F646F777D7810 /* LLComponentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponentDelegate.h; path = LLDebugTool/Core/Others/Component/LLComponentDelegate.h; sourceTree = ""; }; + 6CEC58346B650AFBF772E6F8E4312759 /* QCloudRequestData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudRequestData.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudRequestData.m; sourceTree = ""; }; 6CF136691A99D2EAD21A4554F46E537F /* TUIFileReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileReplyQuoteView_Minimalist.h; sourceTree = ""; }; - 6CF500A440CB4A87DFD5C4F2EE40F2A6 /* LLWindowManager+Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Location.m"; path = "LLDebugTool/Core/Component/Location/UserInterface/LLWindowManager+Location.m"; sourceTree = ""; }; - 6CF9654FB9FCEBB1F7768D11730F4CBF /* LLFunctionItemView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionItemView.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemView.h; sourceTree = ""; }; - 6D01744AAFCCA20CB20800B360A1FA6A /* LLShortCutWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutWindow.h; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutWindow.h; sourceTree = ""; }; - 6D01A5CAF0AED19664007EE7A1DDA214 /* QCloudCOSXMLUploadObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLUploadObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLUploadObjectRequest.m; sourceTree = ""; }; - 6D0835A5D318BFF6B0D82EBEE3D2D88A /* QCloudCredential.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCredential.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredential.h; sourceTree = ""; }; + 6D0D9A9B201122A9FB5D1BB717A94ADB /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; 6D17B52BC38FBC1485D09A3098547434 /* TUIChat.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIChat.bundle; path = Resources/TUIChat.bundle; sourceTree = ""; }; + 6D208B7F1CDDCCB9AEADAB76B62364E4 /* YYTextRubyAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextRubyAnnotation.h; path = YYText/String/YYTextRubyAnnotation.h; sourceTree = ""; }; 6D24D29E7D2DC3A953C99CBAC81B6CB8 /* TUICore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUICore-umbrella.h"; sourceTree = ""; }; - 6D55C665C7E25A52C125DF3DF54BAD92 /* LLConfigHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConfigHelper.h; path = LLDebugTool/Core/Others/ConfigHelper/LLConfigHelper.h; sourceTree = ""; }; + 6D4FC91E5BC369976168F20F04DE674B /* ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist"; sourceTree = ""; }; + 6D7C57AD1607105DEC7C39A63A1498D8 /* LLScreenshotToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotToolbar.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotToolbar.m; sourceTree = ""; }; 6D8B345639CB7FE77A2F3B451E4FE00F /* TUIGroupPinCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupPinCell.h; sourceTree = ""; }; - 6D9399244799CCB26A1F65654F0E913F /* QCloudCredentailFenceQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCredentailFenceQueue.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredentailFenceQueue.m; sourceTree = ""; }; - 6D9857627FF718DAF6B431262DEB5704 /* OSSDeleteObjectTaggingResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteObjectTaggingResult.h; path = AliyunOSSSDK/OSSDeleteObjectTaggingResult.h; sourceTree = ""; }; - 6DCDC4699AD61041684AB3720F04F1F6 /* QCloudInitiateMultipartUploadRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudInitiateMultipartUploadRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudInitiateMultipartUploadRequest.m; sourceTree = ""; }; - 6DF71A201F9C7E86BCE095F7751E3E95 /* LLDebugToolMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDebugToolMacros.h; path = LLDebugTool/DebugTool/LLDebugToolMacros.h; sourceTree = ""; }; - 6E1CC47E5A93F5216740AD047F73418C /* YBIBScreenRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBScreenRotationHandler.m; path = YBImageBrowser/Base/YBIBScreenRotationHandler.m; sourceTree = ""; }; + 6DA56561051F5AB29A5EE756CFCE29EC /* UICollectionReusableView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionReusableView+RACSignalSupport.h"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.h"; sourceTree = ""; }; + 6DB762DCA3BA8753606885B583ECA0EB /* MQTTClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.release.xcconfig; sourceTree = ""; }; + 6DC453170C67AF3C0BA55C9370FEE9D2 /* YBIBToolViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBToolViewHandler.m; path = YBImageBrowser/ToolView/YBIBToolViewHandler.m; sourceTree = ""; }; + 6DEBAF518812DFD94EDC8E2739039379 /* QCloudCompleteMultipartUploadRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCompleteMultipartUploadRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCompleteMultipartUploadRequest.h; sourceTree = ""; }; + 6E132D02D493F4E56FA44D4F07AF1FAC /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; + 6E1F0CED2B29EF157E13F69A6B0EFD82 /* LLFilterLabelCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterLabelCell.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelCell.h; sourceTree = ""; }; 6E2E532ED7FAA784C0CF38E8C7F6E7A9 /* TUIReplyPreviewBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyPreviewBar.m; sourceTree = ""; }; - 6E322BD5C5A5DEF2120CFC5FA8F75A03 /* NSObject+LL_Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+LL_Hierarchy.h"; path = "LLDebugTool/Core/Component/Hierarchy/Function/NSObject+LL_Hierarchy.h"; sourceTree = ""; }; - 6E6E8D73033CB0139EAB9E7B7B48B1FD /* OSSV4Signer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSV4Signer.h; path = AliyunOSSSDK/Signer/OSSV4Signer.h; sourceTree = ""; }; + 6E58155341B93CB9A8452BACFC3C72B5 /* NSNotificationCenter+VAPThreadSafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+VAPThreadSafe.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSNotificationCenter+VAPThreadSafe.h"; sourceTree = ""; }; + 6E58E38FA1DD9B24672A9500151FE6D8 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 6E6854971BB550EC3C15D6A84C2072A4 /* LyricLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricLabel.swift; path = AgoraLyricsScore/Class/Lyrics/LyricLabel.swift; sourceTree = ""; }; 6E736FBBE710D09EEED578137E1463D8 /* TUIAudioRecorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIAudioRecorder.h; sourceTree = ""; }; - 6E78B3D3666EAECB485A34F58F88CB21 /* NSURLRequest+COS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+COS.h"; path = "QCloudCore/Classes/Base/QCloudClientBase/Authentation/NSURLRequest+COS.h"; sourceTree = ""; }; - 6E8080977476EDE067C7237FB558235B /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; - 6E83C30EDB74218EA5F36BAAEA976F47 /* Media.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Media.xcassets; path = AgoraLyricsScore/Resources/Media.xcassets; sourceTree = ""; }; - 6E84EC6FDDB438259358A76D0372A255 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - 6E9AF43EF9A9E70173237D085D5D3F84 /* LLHtmlViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlViewController.h; sourceTree = ""; }; - 6E9FC5BCB5B8A7E2A87726A2BEEAA102 /* LLInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLInfoView.h; path = LLDebugTool/Core/Others/CommonUI/View/InfoView/LLInfoView.h; sourceTree = ""; }; - 6EC746F4456DF1846F062EF0158D5F66 /* GPBAny.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBAny.pbobjc.m; path = objectivec/GPBAny.pbobjc.m; sourceTree = ""; }; - 6EC98E7919863935819A20E6D1D5194A /* GPBDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor.h; path = objectivec/GPBDescriptor.h; sourceTree = ""; }; - 6ED6A5A48786AF8C96B4DD152146C3B2 /* TADotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TADotView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TADotView.h; sourceTree = ""; }; - 6EDCA7092BC03B9E08248A523C81623F /* LLBaseTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseTableViewController.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewController.h; sourceTree = ""; }; - 6EEC0A9F0B73A6C9A1EC6C0BD6B49EE4 /* AvoidCrash-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AvoidCrash-Info.plist"; sourceTree = ""; }; - 6EF3DB55129CE8E6AC2242B6C689909B /* YBIBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBUtilities.h; path = YBImageBrowser/Helper/YBIBUtilities.h; sourceTree = ""; }; + 6E76BFACC76EAB7B3A57A607B3DAB9D8 /* LLScreenshotHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotHelper.h; path = LLDebugTool/Core/Component/Screenshot/Function/LLScreenshotHelper.h; sourceTree = ""; }; + 6E7B79DCD23760FE990141E96BA418DF /* QGMP4Box.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4Box.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.h; sourceTree = ""; }; + 6E8AD86E898F544C421E2913CAE17986 /* YBIBTopView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBTopView.m; path = YBImageBrowser/ToolView/YBIBTopView.m; sourceTree = ""; }; + 6EA9A758EDB0FFB8F78264E3C65A3D3C /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; + 6EB69DE7FB554ECB884091C06C53B62C /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; + 6EB74690372BC48A0925AD8A321B1C13 /* AgoraFaceCaptureExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraFaceCaptureExtension.xcframework; sourceTree = ""; }; + 6ECF5873EF17421B79964CF8A68FA96E /* GPBApi.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBApi.pbobjc.m; path = objectivec/GPBApi.pbobjc.m; sourceTree = ""; }; + 6EEBB131936B3695BA8F763BD41C893C /* YBIBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBUtilities.h; path = YBImageBrowser/Helper/YBIBUtilities.h; sourceTree = ""; }; + 6EFAB5EE2E32097F445A2767FDFFF935 /* FMDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabase.h; path = src/fmdb/FMDatabase.h; sourceTree = ""; }; 6EFB45CA45BDF87B7F301AD48B0DF034 /* TUIVideoReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoReplyQuoteView_Minimalist.m; sourceTree = ""; }; - 6F28FBBBCF4CCC86340A0FF856333554 /* NSParagraphStyle+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSParagraphStyle+YYText.m"; path = "YYText/Utility/NSParagraphStyle+YYText.m"; sourceTree = ""; }; + 6F20982B11536738EEE56576BD44E06E /* LLNetworkFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkFilterView.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterView.m; sourceTree = ""; }; + 6F24B554E310314E49FA55EE2C8EC479 /* NSHTTPURLResponse+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSHTTPURLResponse+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSHTTPURLResponse/NSHTTPURLResponse+LL_Network.h"; sourceTree = ""; }; 6F33970E4DC39CE021058A4648F9619F /* TUIGroupProfileCardCellData_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupProfileCardCellData_Minimalist.h; sourceTree = ""; }; - 6F590BBB5D9F172B6653BAC35659B091 /* LLSandboxComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxComponent.h; path = LLDebugTool/Core/Component/Sandbox/LLSandboxComponent.h; sourceTree = ""; }; - 6F7816D2CD3DADECBC853A1A72FFD3F4 /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; - 6F7EE4FA982C7FB8A72E152F7448932D /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 6F8B0587EF9A72A0F0798A45C0CCCA01 /* NSMutableDictionary+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableDictionary+AvoidCrash.h"; path = "AvoidCrash/NSMutableDictionary+AvoidCrash.h"; sourceTree = ""; }; + 6F433075FDFD61BD3D772970D51CBA54 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = BRPickerView/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 6F52E6EB10BE6F5B834295EB4F31FF40 /* MQTTSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSession.m; path = MQTTClient/MQTTClient/MQTTSession.m; sourceTree = ""; }; + 6F55376535FCBC15CA21B0A837800790 /* QGVAPWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPWeakProxy.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPWeakProxy.m; sourceTree = ""; }; + 6F56D8DE53859883FF210E1067C10FED /* OSSLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSLog.m; path = AliyunOSSSDK/OSSLog.m; sourceTree = ""; }; + 6F5F73E69C6C34457E532345026784E4 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; + 6F7CAAF4164CC8819A2CE046B30C8558 /* QCloudFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileUtils.h; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudFileUtils.h; sourceTree = ""; }; + 6F7E158D8FA0966C7C1BDE1685A0E25E /* LLDebugTool-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LLDebugTool-umbrella.h"; sourceTree = ""; }; + 6F7F77BB956A5155152CE2E98193769D /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; 6F9174A0C86D26733C6530737A366E48 /* TUIGroupNoticeCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupNoticeCellData.h; sourceTree = ""; }; - 6FCDDE0A5CF0D363E689FA4FCA630498 /* YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYModel.h; path = YYModel/YYModel.h; sourceTree = ""; }; - 700D9F45DD60B4A13E98A83AAFBDE938 /* NSObject+QCloudModelTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+QCloudModelTool.m"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModelTool.m"; sourceTree = ""; }; + 6F977F49F91C129633D9C72610A85F80 /* SVGABezierPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGABezierPath.h; path = Source/SVGABezierPath.h; sourceTree = ""; }; + 6F99C1B23E9D3021BC69728834FC3E03 /* ConsoleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConsoleView.swift; path = AgoraLyricsScore/Class/Scoring/View/ConsoleView.swift; sourceTree = ""; }; + 6FA082E5F1BA7B11928F29EA2B4DE91F /* QCloudFileOffsetBody.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileOffsetBody.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetBody.h; sourceTree = ""; }; + 6FA75B8F6122CD97CAEE392141203E58 /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = ""; }; + 6FB1730FA26B440689A03347D7FFD81C /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; + 6FC9D5B31A76ADAB987AD9ADF7AB4DDE /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; + 6FCFDCBBE6831A0FD8BAC986A4156EC0 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 6FD7FE05D6F0C7FAAF761F0D5E9153A2 /* YYMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYMemoryCache.h; path = YYCache/YYMemoryCache.h; sourceTree = ""; }; + 6FDBC42DC77E971151CD0142DFAF6E69 /* XHLaunchAd */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = XHLaunchAd; path = XHLaunchAd.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7007BE512330D72A1694B07B18ED11FD /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = ""; }; + 70141C6FBA3C4BAB742517EA2DF8DB78 /* LLDetailTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleCell.h; sourceTree = ""; }; + 7015F2ACFB85038C265982B1ECA42C00 /* QCloudHosts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHosts.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHosts.m; sourceTree = ""; }; + 7016AC81A23878588AC8492CCE3D3715 /* LLHierarchyPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyPickerView.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyPickerView.m; sourceTree = ""; }; + 702005A6D7F70BEBA40B9CF79B00AEBE /* QCloudAuthentationCreator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAuthentationCreator.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationCreator.m; sourceTree = ""; }; + 7022FBC556B9CA5B4E6D51B7AD698432 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = zip.c; path = Zip/minizip/zip.c; sourceTree = ""; }; 702A0616493FBE42A4B8F42BF07D11EF /* TUICore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TUICore.modulemap; sourceTree = ""; }; - 7030EF4B87EF53E82902BFEC8CFEDCC2 /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; - 7053A1909D5DF7141E0A8CFD4571D63F /* LLFormatterTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFormatterTool.m; path = LLDebugTool/Core/Others/FormatterTool/LLFormatterTool.m; sourceTree = ""; }; - 70659A69CAE6EA930F48FCB7F22D38C9 /* LLSandboxWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxWindow.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxWindow.h; sourceTree = ""; }; - 707857DC38035C14923222062751DD87 /* SDWebImageWebPCoderDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoderDefine.h; path = SDWebImageWebPCoder/Classes/SDWebImageWebPCoderDefine.h; sourceTree = ""; }; - 708660ADE3C79484FD6654E05C0923CA /* ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist"; sourceTree = ""; }; - 708727B81F22B40D3A3A8C8DC1AAE97E /* LLLogComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogComponent.m; path = LLDebugTool/Core/Component/Log/LLLogComponent.m; sourceTree = ""; }; + 7060CDAA99E2042D7CC74E7C021BDE76 /* LLNetworkCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkCell.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkCell.h; sourceTree = ""; }; + 706CE950759BD5B8D3582CD95D4A7A66 /* DataStructs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataStructs.swift; path = AgoraLyricsScore/Class/Other/DataStructs.swift; sourceTree = ""; }; + 7075FD3D259CCA7D0E828C525DE167F3 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + 7096A1158EB8A99D16D9E5332199FC5D /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; + 7097C3765C55FB66A922B4DB98F330D6 /* aos_crc64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aos_crc64.h; path = AliyunOSSSDK/aos_crc64.h; sourceTree = ""; }; + 70AF8DDD070EDCBC9AD77A04BF558565 /* YBIBAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBAnimatedTransition.h; path = YBImageBrowser/Base/YBIBAnimatedTransition.h; sourceTree = ""; }; 70B022C3F6170B768EE43DBF5F1231B2 /* NSDictionary+TUISafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+TUISafe.h"; sourceTree = ""; }; - 70C81FC71834B1E177BFF9B4EC6BB164 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - 70CE75A6493DCA56CA9437CE63DF76D9 /* YYImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYImageCache.h; path = YYWebImage/YYImageCache.h; sourceTree = ""; }; - 70E6C8F929E89E6D1E63DFE36986AE01 /* LLPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLPickerView.m; path = LLDebugTool/Core/Others/CommonUI/View/PickerView/LLPickerView.m; sourceTree = ""; }; - 70E963D3F3354A877AAEC8CCC24B927D /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - 70EDCCD8EE5E9D56D04A4CDE52E217A8 /* QCloudFCUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFCUUID.m; path = QCloudCore/Classes/Base/FCUUID/QCloudFCUUID.m; sourceTree = ""; }; - 7109D7C673C3E8233DB1A7DC6E8D0584 /* ReconnectTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReconnectTimer.h; path = MQTTClient/MQTTClient/ReconnectTimer.h; sourceTree = ""; }; + 70CBD4C756375967D4C47C612B55B62F /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 70D6B3CABB77A10EBDC5B570A9A8F3BA /* QCloudCOSXMLService+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Private.h"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Private.h"; sourceTree = ""; }; + 70F803E2CFDCFDED1FC0BEDB9AE7C0C2 /* QCloudCOSXML-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCOSXML-umbrella.h"; sourceTree = ""; }; 711039907C470CFC941E325544BC7CF6 /* TUIImageCollectionCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageCollectionCell.m; sourceTree = ""; }; - 7117659E612C3305B5061F6263F50C7F /* UIView+VAP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+VAP.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/UIView+VAP.m"; sourceTree = ""; }; - 71201FCDF4D5304E930B47888A9FBFA7 /* LLSandboxHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxHelper.h; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxHelper.h; sourceTree = ""; }; + 7116EF08184EF04BFD8026469ABD5228 /* LLWindowManager+Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Network.h"; path = "LLDebugTool/Core/Component/Network/UserInterface/LLWindowManager+Network.h"; sourceTree = ""; }; 713008FB4851221DD57AC26416FAB3D2 /* TUITextMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextMessageCell.h; sourceTree = ""; }; - 714DE9D21747F7ADB7E847688567B3A0 /* LLNetworkDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkDetailViewController.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkDetailViewController.m; sourceTree = ""; }; - 715FF71B72C0FD10FE38E7355ECD6460 /* IQNSArray+Sort.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQNSArray+Sort.h"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.h"; sourceTree = ""; }; + 7136ECE958A4AF48FAC28E235224B85A /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; + 714400951BF7F4076BF35994A7E3244B /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; + 714A7E9F35B0AFE4F40C095A65847036 /* QCloudFileOffsetBody.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileOffsetBody.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetBody.m; sourceTree = ""; }; + 714F4A7AFFCD97C004A321F7DA3878BE /* DownloaderManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DownloaderManager.swift; path = AgoraLyricsScore/Class/Downloader/DownloaderManager.swift; sourceTree = ""; }; + 71578B7B34819ADBF4BF8F1DA33089C2 /* NSString+QCloudSHA.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "NSString+QCloudSHA.mm"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/QCloudSecret/NSString+QCloudSHA.mm"; sourceTree = ""; }; 7160A6AD43E15C733E0D1B613C6A36D9 /* TUIChatFace.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIChatFace.bundle; path = Resources/TUIChatFace.bundle; sourceTree = ""; }; - 716DB280263AAD9581CF0E6B11380684 /* AgoraSoundTouch.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraSoundTouch.xcframework; sourceTree = ""; }; 71762A728913EB440C97D3616D291AF3 /* YYText */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYText; path = YYText.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 717B81C5679992AB0C1198CDCD49EA60 /* TZImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImageManager.m; path = TZImagePickerController/TZImagePickerController/TZImageManager.m; sourceTree = ""; }; - 717F62074FD5ED7DC4F2E508C7DE4CF9 /* LLSandboxVideoPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxVideoPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxVideoPreviewController.m; sourceTree = ""; }; - 7184B751586747EA07190E5E65F23584 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; - 718A96947020C5DE11285C5421799D7E /* LLFunctionWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionWindow.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionWindow.h; sourceTree = ""; }; - 71CF3583ECAC5937DB2B422D8EB4C3C3 /* YBImageBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBImageBrowser.m; path = YBImageBrowser/YBImageBrowser.m; sourceTree = ""; }; + 7193675E27B56F6184F28D203F3F8935 /* LLHtmlComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlComponent.m; path = LLDebugTool/Core/Component/Html/LLHtmlComponent.m; sourceTree = ""; }; + 71D0F143F21A3C06F42BE84C4E3BE214 /* OSSDeleteMultipleObjectsResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteMultipleObjectsResult.m; path = AliyunOSSSDK/OSSDeleteMultipleObjectsResult.m; sourceTree = ""; }; 71E0BAB2367D690A75FFCD2C3E3E476B /* TUIJoinGroupMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIJoinGroupMessageCellData.h; sourceTree = ""; }; - 71EC7C2BAB81E01764C988FCDEB8A8F0 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Metal.framework; sourceTree = DEVELOPER_DIR; }; + 71E0DF0DB3507D046D665DF188CCB750 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 71ED665E1B40DF24A172472AC1B0E894 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; 71EE376D8DC431E626B54B1B3A7DC9F3 /* TUIBubbleMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBubbleMessageCell.m; sourceTree = ""; }; - 71F194C96E1870C5F8EB7568160A0893 /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; + 71F394733BC61DDE29913CD3D8CB6B16 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; 71FAEBBCE1C4B025E6986DD863B7CBDE /* TUIGroupChatViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupChatViewController_Minimalist.h; sourceTree = ""; }; + 71FD5164A0776CC0435A04AD43AF29D2 /* OSSPutObjectTaggingResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutObjectTaggingResult.h; path = AliyunOSSSDK/OSSPutObjectTaggingResult.h; sourceTree = ""; }; 7205277D00E2B5C7608D4D38182B8348 /* TUIFileReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileReplyQuoteView.h; sourceTree = ""; }; - 72078061517BF16CE01E5F76AAA46233 /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = Zip/minizip/include/crypt.h; sourceTree = ""; }; - 721BED0B5DAF5FDD64D7C82782189E0D /* MQTTCFSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketTransport.h; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.h; sourceTree = ""; }; + 72276A4D10BA4049AF693C38CA72CC8D /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + 722D8D422F042268F81BFBBDE7205E6C /* TZImageCropManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImageCropManager.h; path = TZImagePickerController/TZImagePickerController/TZImageCropManager.h; sourceTree = ""; }; 7230A6F1A80D744CBB4A2139CC60E9D6 /* TUIAttributedLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIAttributedLabel.h; sourceTree = ""; }; 723612A1E297CB61A656728A3CA5BC28 /* NSString+TUIEmoji.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSString+TUIEmoji.m"; sourceTree = ""; }; 7236E6F059F3D6615E4926F9CD2DCF2E /* TUIConversationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationService.h; sourceTree = ""; }; - 725D5047BA2D6891842D7F684B677DAA /* AvoidCrash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AvoidCrash-prefix.pch"; sourceTree = ""; }; - 72910234BBBB360162AB8147F96595EB /* YYCategories.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCategories.modulemap; sourceTree = ""; }; - 72C14EE33E6CEE0E46196F699B3EC5A9 /* QCloudCOSXML.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCOSXML.release.xcconfig; sourceTree = ""; }; + 724C0C41F28B27D7030488C3E90CF39B /* UIWindow+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIWindow/UIWindow+LL_Utils.m"; sourceTree = ""; }; + 724D5B1DF6D56D4321498032483710AD /* QCloudAuthentationCreator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAuthentationCreator.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationCreator.h; sourceTree = ""; }; + 7253695A451163110442D1E1FB919A3F /* QCloudMultipartInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartInfo.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartInfo.m; sourceTree = ""; }; + 727F34B34161044B89F14BC7928D3D55 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + 72852363C67111CD5AEE94C1C0C3EB81 /* YBIBContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBContainerView.m; path = YBImageBrowser/Base/YBIBContainerView.m; sourceTree = ""; }; + 728553F60D3F71E83EBA34EA5ADD9B1C /* QGVAPMaskInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMaskInfo.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.h; sourceTree = ""; }; + 72AB1DBA79309224E618F5B97CE3361F /* XHLaunchAdImageView+XHLaunchAdCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XHLaunchAdImageView+XHLaunchAdCache.m"; path = "XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.m"; sourceTree = ""; }; + 72AE6588BFE6A75AA6083F1285FF3DD3 /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; + 72BCC3D4EFFCBDBF68F11DBCE5542866 /* sharpyuv_gamma.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_gamma.c; path = sharpyuv/sharpyuv_gamma.c; sourceTree = ""; }; + 72C273B6B8A323B28A54C747C6314868 /* LLShortCutWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutWindow.m; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutWindow.m; sourceTree = ""; }; 72D628EC1573A46B32560C9A16ECF520 /* TUIVideoReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoReplyQuoteView.m; sourceTree = ""; }; 72E629B3799C8A0D6ED71D0245E94C3D /* TUIReplyMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyMessageCell_Minimalist.m; sourceTree = ""; }; - 72EE1CA8526D00772A680BF6836CBBB9 /* NSObject+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Utils.m"; sourceTree = ""; }; + 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; 7326F95CC68F362B01B7AB6A7E664060 /* TUIMessageBaseDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageBaseDataProvider.h; sourceTree = ""; }; - 735156C22241BE6BB31BA3B8BF821FAD /* QCloudAbstractRequest+Quality.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudAbstractRequest+Quality.m"; path = "QCloudCOSXML/Classes/Base/QCloudAbstractRequest+Quality.m"; sourceTree = ""; }; - 7364939E951750D98837F0924A8F4788 /* LLNetworkWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkWindow.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkWindow.h; sourceTree = ""; }; - 736CB3F3305EBE3695E1F73EDC2BABBD /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - 7378F8C8FFBE479804EDE124B75AF775 /* LLNetworkFilterViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkFilterViewController.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterViewController.h; sourceTree = ""; }; + 734CE05C330A9234311B8B0EDFA45AC8 /* LLFormatterTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFormatterTool.m; path = LLDebugTool/Core/Others/FormatterTool/LLFormatterTool.m; sourceTree = ""; }; + 734D4319540E4C486BDD61A0AC3E7A9E /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + 735C13555404C4744C90CD129D19D961 /* TZPhotoPickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZPhotoPickerController.m; path = TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m; sourceTree = ""; }; + 7366069C78FC7BFBA912F540B197CEF1 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + 736865D78C5FFCE6EAA8A67B0C97FBE7 /* OSSRestoreObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSRestoreObjectRequest.h; path = AliyunOSSSDK/OSSRestoreObjectRequest.h; sourceTree = ""; }; + 7380C67C70CD04DC20870A61BFC409AD /* IQKeyboardManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManager.modulemap; sourceTree = ""; }; 73862A0F8AFCF49692EED3FA5095F177 /* TUIRepliesDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIRepliesDetailViewController.m; sourceTree = ""; }; + 73955FF8BFAE4A641F2965DE2E0C47D5 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; 73A1D1E8E3BB385F625869200581B47A /* TUIMessageMediaDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageMediaDataProvider.h; sourceTree = ""; }; - 73C7D844511054DD693E1F939A8C33BF /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + 73A7C261E12A42AA8428230EE6989B56 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + 73C57FA01D8E4F3BDAC9DCD61BEA00A0 /* QCloudInitiateMultipartUploadResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudInitiateMultipartUploadResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudInitiateMultipartUploadResult.m; sourceTree = ""; }; + 73C8C1F3B5DAAF013B51E1F35A43A721 /* IQTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTextView.m; path = IQKeyboardManager/IQTextView/IQTextView.m; sourceTree = ""; }; + 73CAB2ED35A0E3B462E3E893FA1969B9 /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; 73E67159238714CEE5D70A7115574077 /* TUIChatConfig_Classic.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatConfig_Classic.m; sourceTree = ""; }; - 73FB31866D38C5A31179DE08FB3FCDB2 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; - 7407A1FCF518A0D31B1F5CF0AC98CB66 /* LLDebugTool.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LLDebugTool.release.xcconfig; sourceTree = ""; }; - 744BC791085D330ABBCEDDBEA28A0B69 /* GPBUnknownFields.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFields.m; path = objectivec/GPBUnknownFields.m; sourceTree = ""; }; - 745A9A4493F6C8C67ECBA6EBE734E857 /* QGVAPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QGVAPlayer-dummy.m"; sourceTree = ""; }; - 746FE5E7F1A4103C529B9A947F4C4163 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 7471DE218C1C144E6BFEA24AFEE27EDC /* TZPhotoPreviewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZPhotoPreviewCell.h; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewCell.h; sourceTree = ""; }; + 73EAF778E5696AD4597C8FADCF7B1924 /* NSNotificationCenter+VAPThreadSafe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+VAPThreadSafe.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSNotificationCenter+VAPThreadSafe.m"; sourceTree = ""; }; + 7453F919944538A08F37684DD3B7F6DE /* LLHtmlViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlViewController.m; sourceTree = ""; }; + 74621F35B984DC24D6D706527E30034D /* FMDatabaseAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabaseAdditions.m; path = src/fmdb/FMDatabaseAdditions.m; sourceTree = ""; }; + 74674A0883FF5355C3EF313CC5447A10 /* QGBaseAnimatedImageFrame+Displaying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QGBaseAnimatedImageFrame+Displaying.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.h"; sourceTree = ""; }; 74804D733853C053151DEF88E96F292B /* TUIConversationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationService.m; sourceTree = ""; }; - 7490703FEE0BF75E32A17CB702EACF40 /* QCloudFakeRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFakeRequestOperation.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudFakeRequestOperation.m; sourceTree = ""; }; - 7495011A0379C00CCF0EE0C173F67644 /* LLFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFactory.m; path = LLDebugTool/Core/Others/Factory/LLFactory.m; sourceTree = ""; }; - 749BEEC667E8C1178984A3CF8A3945FD /* Type.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = objectivec/google/protobuf/Type.pbobjc.h; sourceTree = ""; }; + 7490A08FF0137801A3F119C34303B31B /* LLConvenientScreenshotComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConvenientScreenshotComponent.h; path = LLDebugTool/Core/Component/Screenshot/LLConvenientScreenshotComponent.h; sourceTree = ""; }; 74AAD8C647E438E01FDB030A02A427DE /* TIMCommon-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TIMCommon-umbrella.h"; sourceTree = ""; }; - 74B01FB69A5D74BF6A006DF102F3CAD6 /* lossless_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse41.c; path = src/dsp/lossless_sse41.c; sourceTree = ""; }; - 74E90077F43AB33C2B68679AA9A70863 /* QGBaseDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGBaseDecoder.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.m; sourceTree = ""; }; - 74EB775AD342740E22D7202CF44739C7 /* QCloudBizHTTPRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudBizHTTPRequest.h; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudBizHTTPRequest.h; sourceTree = ""; }; - 74EBA74B7708B22C55E2C20743A36E39 /* OSSGetSymlinkResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetSymlinkResult.m; path = AliyunOSSSDK/OSSGetSymlinkResult.m; sourceTree = ""; }; - 74F23177A9F373D97D957CB188DAB1DE /* LLWindowManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWindowManager.h; path = LLDebugTool/Core/Others/Manager/WindowManager/LLWindowManager.h; sourceTree = ""; }; + 74C2A5A8F3B0254966B5CB3800C4A1C3 /* TZImageCropManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImageCropManager.m; path = TZImagePickerController/TZImagePickerController/TZImageCropManager.m; sourceTree = ""; }; + 74CECC7B361A7068030657B5C11D7DE3 /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; + 74FA37B76A5326EA7E6AFE759403D334 /* LLMoveView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMoveView.m; path = LLDebugTool/Core/Others/CommonUI/View/MoveView/LLMoveView.m; sourceTree = ""; }; + 74FEF551A1ED707DF4D8590C0D8616B2 /* QCloudCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCore-prefix.pch"; sourceTree = ""; }; + 75020CE19E1B7970D8ACADD9977F1E64 /* OSSIPv6Adapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSIPv6Adapter.m; path = AliyunOSSSDK/OSSIPv6/OSSIPv6Adapter.m; sourceTree = ""; }; + 7520B5390792567B0E1833C4229D436C /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + 752CB27682513F1B8A97192D68499E7E /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; 752D582863FC7410A1035663E1F616D1 /* TUIReferenceMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReferenceMessageCell_Minimalist.m; sourceTree = ""; }; - 7531481D2D01648B1119B1ECB117B843 /* LLLogDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogDefine.h; path = LLDebugTool/Core/Others/Define/LLLogDefine.h; sourceTree = ""; }; - 7550D182E44956C61ABC5FDD0196940D /* YBIBSheetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBSheetView.m; path = YBImageBrowser/ToolView/YBIBSheetView.m; sourceTree = ""; }; - 756CFFC7E845E22F34C163C4786A31A7 /* NSArray+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+YYAdd.m"; path = "YYCategories/Foundation/NSArray+YYAdd.m"; sourceTree = ""; }; + 753A75DD80E7DDAA6CD857814A8975C1 /* YYWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYWebImage.release.xcconfig; sourceTree = ""; }; + 75465CE1EAAD84CFBC056242E30EB394 /* OSSInputStreamHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSInputStreamHelper.m; path = AliyunOSSSDK/OSSInputStreamHelper.m; sourceTree = ""; }; + 75607B5E7B139B5A84C1A05450F07391 /* QCloudCOSXML.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCOSXML.release.xcconfig; sourceTree = ""; }; + 756615785F3EC5B775C4C6DE63A123EB /* YBImageBrowser+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBImageBrowser+Internal.h"; path = "YBImageBrowser/Base/YBImageBrowser+Internal.h"; sourceTree = ""; }; + 757603737C10D7A8CB78892638966598 /* UIView+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+YYText.h"; path = "YYText/Utility/UIView+YYText.h"; sourceTree = ""; }; 757BEFA20C7A216740F15BDA6826B4D2 /* TUIEvaluationCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIEvaluationCell.h; sourceTree = ""; }; - 757F9E32EF3ACEC838DAB4FEF3483E44 /* YYTextLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextLayout.h; path = YYText/Component/YYTextLayout.h; sourceTree = ""; }; - 75828DDEF4647B618DF8BE0B2FD4D8DE /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; - 759AF02F1630A1D1A0A68E6A36D7C296 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 75844D80CE04FFABE4B489E554E66BEC /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; 75A8D00F6C9560DC70BBB1CCF17AC5FF /* TencentCloudHuiyanSDKFace_framework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TencentCloudHuiyanSDKFace_framework.debug.xcconfig; sourceTree = ""; }; - 75C812E71CF5725A0B7F0DAA45A5E9FC /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; - 75E14A26B2443DB8636F73380840454C /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; - 75E2AD06BBB42B04236882A7B5727F2E /* LLLogFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogFilterView.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogFilterView.m; sourceTree = ""; }; - 75E6A73F4E61682A5174EE7D7ED19F76 /* QualityDataUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QualityDataUploader.h; path = QCloudCore/Classes/Base/QualityAssurance/QualityDataUploader.h; sourceTree = ""; }; - 7615834E70CBB634BAFC347D66E70170 /* YBIBCopywriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBCopywriter.m; path = YBImageBrowser/Helper/YBIBCopywriter.m; sourceTree = ""; }; - 761E13468DE363FA8FFB70FDED81A231 /* QCloudUniversalPathFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalPathFactory.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPathFactory.h; sourceTree = ""; }; - 7622B32104E90F22DCAA3A51E5584A2F /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 76242A9B4B975CF03084229735D63690 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; + 75B624E9E86F8AFE5BF609CE760530D1 /* YYWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYWebImage-prefix.pch"; sourceTree = ""; }; + 75CD6BBA81E18E1FCAD476F34040143F /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; + 75D51F06E9B86DE30A6366A0D28AC555 /* YBImageBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBImageBrowser.m; path = YBImageBrowser/YBImageBrowser.m; sourceTree = ""; }; 76262613319C32AD3942999FD973732D /* Pods-QXLive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-QXLive-dummy.m"; sourceTree = ""; }; - 76298DEA19B1C31CDB0010A7864AC119 /* LLSandboxViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxViewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxViewController.m; sourceTree = ""; }; 762AB63A06903DF81E7647C80E271D48 /* YTPoseDetector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTPoseDetector.framework; path = Libs/YTPoseDetector.framework; sourceTree = ""; }; - 765783176C474AD8B7B9B46B80ABA9DD /* TZPhotoPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZPhotoPreviewController.m; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewController.m; sourceTree = ""; }; - 76678DADF04F439070B40060F80653A3 /* OSSService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSService.h; path = AliyunOSSSDK/OSSService.h; sourceTree = ""; }; - 767C01FFC630B22313EF2E0ED00FD383 /* NSString+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSString/NSString+LL_Utils.m"; sourceTree = ""; }; - 76879033625920D4331A6E74D64B6009 /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; - 769A0472F954FE718F6A4E551D2894F2 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 76A365B590AD92E43010BC75DDB8A8ED /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + 7635951B104C4C49A44D21F63F98B124 /* QGVAPMetalUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalUtil.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalUtil.h; sourceTree = ""; }; + 76538FB9D4C1FE11C74D0ECF94B6FC8C /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 768B3EB2D2E8C4342574E16BE83CD23F /* UITextView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+RACSignalSupport.m"; path = "ReactiveObjC/UITextView+RACSignalSupport.m"; sourceTree = ""; }; + 7699EDF4A2D2242F9DC056824E383152 /* LLFilterDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterDatePickerView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDatePickerView.m; sourceTree = ""; }; + 76A089FB6CFC8D38D36350B69ACEFDF8 /* UIApplication+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+YYAdd.m"; path = "YYCategories/UIKit/UIApplication+YYAdd.m"; sourceTree = ""; }; + 76A4ABCDD65CA06F1E7E4592AF6BCC6C /* QGAnimatedImageDecodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeManager.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.m; sourceTree = ""; }; 76AC216E0092258A6692750763C9E8E2 /* TUITextMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextMessageCellData.h; sourceTree = ""; }; + 76B8FB2999501BA8B30221E9821011BF /* Model.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Model.swift; path = AgoraLyricsScore/Class/Model.swift; sourceTree = ""; }; + 76C6CA4C46FDDCF36A197A934B11F193 /* FirstToneHintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirstToneHintView.swift; path = AgoraLyricsScore/Class/Lyrics/FirstToneHintView.swift; sourceTree = ""; }; 76CC1C40CD7F150B44EC5D075C24D595 /* TUIMessageSearchDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageSearchDataProvider.h; sourceTree = ""; }; - 76DF1335C12134B1D7D445AAE9364DAD /* QCloudRequestData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudRequestData.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudRequestData.m; sourceTree = ""; }; - 7702226C1165C32EABF219A997827653 /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; - 7711CAB336D62A25FA62660300F75B7A /* LLLeftTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLeftTitleCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLLeftTitleCell.m; sourceTree = ""; }; - 7714E976693EA99BE59000205D302755 /* MQTTClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.debug.xcconfig; sourceTree = ""; }; - 771850D0B1CA7B6E4AD0F9C1D43381E1 /* TZGifPhotoPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZGifPhotoPreviewController.h; path = TZImagePickerController/TZImagePickerController/TZGifPhotoPreviewController.h; sourceTree = ""; }; - 771CD80A64A178845FC2C4BB567A4538 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 771E3184D99EB64F4B54612437318B74 /* LLRulerComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerComponent.h; path = LLDebugTool/Core/Component/Ruler/LLRulerComponent.h; sourceTree = ""; }; - 773645E1AF35F14E2778E340F7BE3033 /* YBImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBImage.m; path = YBImageBrowser/Image/YBImage.m; sourceTree = ""; }; - 7749CDC189668907FA85E1CE3762B28F /* LLBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseCollectionViewCell.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseCollectionViewCell.h; sourceTree = ""; }; - 775560D20105CB51E7EF7E299897C02A /* QCloudFileOffsetStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileOffsetStream.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudFileOffsetStream.h; sourceTree = ""; }; - 7797D0A0ADF164212771042AC5E18FA9 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 76D870117913F11268B37DBDF42D2AC5 /* DZNEmptyDataSet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DZNEmptyDataSet-dummy.m"; sourceTree = ""; }; + 76F037279CD56A9B25F46F927A522E2D /* LLFilterLabelModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterLabelModel.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelModel.m; sourceTree = ""; }; + 76F723F432923D00ED029AC780037657 /* LLReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLReachability.h; path = LLDebugTool/Core/Component/Network/Function/LLReachability.h; sourceTree = ""; }; + 76FE6D9F03607412E9C86A2F4C3A17E7 /* QGMP4Parser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4Parser.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.h; sourceTree = ""; }; + 77401CCF3AE369469351D32C061852D4 /* Protobuf-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Protobuf-Info.plist"; sourceTree = ""; }; + 77575A2FAFFC5226AD570EC6A0964CE3 /* OSSLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSLogMacros.h; path = AliyunOSSSDK/OSSFileLog/OSSLogMacros.h; sourceTree = ""; }; + 775D300BC7D990A4063A2FD5F0C3E2FF /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 776CA594B3B5C79737A7D80CDCE056B7 /* XHLaunchAd.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = XHLaunchAd.release.xcconfig; sourceTree = ""; }; + 77919803CF1E7CE32D58423BCD3B8991 /* LLEntryBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryBallView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBallView.m; sourceTree = ""; }; + 779B2F0782FAB20C4DCAE669BE739576 /* QCloudSignatureFields.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSignatureFields.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignatureFields.m; sourceTree = ""; }; 779E558559B81FB082EB472C73CF756A /* TUICameraManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICameraManager.h; sourceTree = ""; }; - 77A1E4B9629768B50FAC5938B8C2E2F6 /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = objectivec/google/protobuf/FieldMask.pbobjc.h; sourceTree = ""; }; + 77A421935922E088979A9DCA54D5E00E /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 77CABB0CB4EEF75E3315CD3CE092A09D /* LLScreenshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshot.h; path = LLDebugTool/Core/Component/Screenshot/LLScreenshot.h; sourceTree = ""; }; + 77DBC9EB63F838C010C6617BCE551794 /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + 77E33E5E2ECED7B6D25208B3ABFE6FF8 /* IQUIViewController+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIViewController+Additions.h"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.h"; sourceTree = ""; }; + 77EC758FE13F34DBF9B839EAA5F580A5 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; + 77F7ED7C17DE459B40100759FB2BE21E /* LLAppInfoWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoWindow.h; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoWindow.h; sourceTree = ""; }; + 77FDC65237BE9EAFCB8FF751C835B7C8 /* QCloudUploadPartRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest.h; sourceTree = ""; }; 780A48EC5BF491622F641F863E8AB53C /* TUIGroupProfileCardViewCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupProfileCardViewCell_Minimalist.h; sourceTree = ""; }; - 78181E620223E59062D99CF2CE56EA5D /* QCloudAuthentationCreator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAuthentationCreator.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationCreator.h; sourceTree = ""; }; - 781B957CD910ED3C3FC242928CE4FA0B /* LLRouter+Crash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Crash.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Crash.m"; sourceTree = ""; }; - 783462EC8F6705A4B684FCEB809EA483 /* LyricsFileDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricsFileDownloader.swift; path = AgoraLyricsScore/Class/Downloader/LyricsFileDownloader.swift; sourceTree = ""; }; - 784353DA37A39F5B40EE64CC6348C2D3 /* LLFunctionViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionViewController.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionViewController.m; sourceTree = ""; }; - 784EAA99362BC0C41CE5852297D05024 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; - 7855E526D92517A3630804D531988716 /* LLStorageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLStorageManager.m; path = LLDebugTool/Core/Storage/LLStorageManager.m; sourceTree = ""; }; - 78698D88D2EF9869FB93054A6D3F2BC8 /* QCloudServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudServiceConfiguration.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration.m; sourceTree = ""; }; - 78880351E0F1EAC9BA7AA75AC6858179 /* AlipaySDK-iOS-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AlipaySDK-iOS-xcframeworks.sh"; sourceTree = ""; }; - 789D9C60CEC14184D954B2E6F6750860 /* QCloudCOSXMLService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLService.m; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLService.m; sourceTree = ""; }; + 786D7572263C04DEF0F99AA9E20A45CA /* MQTTMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTMessage.m; path = MQTTClient/MQTTClient/MQTTMessage.m; sourceTree = ""; }; + 7877482E48B24FA65A5D903D51CFD283 /* LLAnimateView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAnimateView.m; path = LLDebugTool/Core/Others/CommonUI/View/AnimateView/LLAnimateView.m; sourceTree = ""; }; + 789BAF52EE62B87F414F6C0248348C75 /* QCloudHTTPTaskDelayManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPTaskDelayManager.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPTaskDelayManager.m; sourceTree = ""; }; 78A4C84DE22C48967209E3579250D19A /* TUIFloatViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFloatViewController.m; sourceTree = ""; }; 78AEBBA87FDCC7280A9641A4C6A46DA9 /* Pods-QXLiveDev-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QXLiveDev-Info.plist"; sourceTree = ""; }; + 78C36F8E2002FACC1EEFAB0BE362712C /* OSSIPv6Adapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSIPv6Adapter.h; path = AliyunOSSSDK/OSSIPv6/OSSIPv6Adapter.h; sourceTree = ""; }; 78C38A473ABFCB87E5984F46822129BA /* TUIGroupInfoDataProvider_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupInfoDataProvider_Minimalist.m; sourceTree = ""; }; - 79197E9742FC7ACA3F513F5B1C3E9ADE /* NSDate+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+YYAdd.h"; path = "YYCategories/Foundation/NSDate+YYAdd.h"; sourceTree = ""; }; - 79316CFA51F57B480E78AFD155B565F0 /* YYCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCache.modulemap; sourceTree = ""; }; - 796C040FFBED8EDA555E335E388F7C12 /* QCloudConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudConfiguration.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudConfiguration.h; sourceTree = ""; }; + 78E45B2B9DD4402823E272DA7174EF11 /* QCloudNetProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetProfile.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudNetProfile.h; sourceTree = ""; }; + 78EC41974651133CE50E565FF5168170 /* LLComponentNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLComponentNavigationController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentNavigationController/LLComponentNavigationController.m; sourceTree = ""; }; + 792954860CCF7F3611BE1C738760C569 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + 793AD971C8FB5F9A5D4EF7321C6107A0 /* GPBRootObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBRootObject.m; path = objectivec/GPBRootObject.m; sourceTree = ""; }; + 793C2D91A805D5012B6EDAFEB3A8E425 /* MQTTSessionLegacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionLegacy.h; path = MQTTClient/MQTTClient/MQTTSessionLegacy.h; sourceTree = ""; }; + 796A2E6036CFD541F92928EA210E797E /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; + 799CF94B965381B07D7F495AA6FD26E2 /* GPBStruct.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBStruct.pbobjc.m; path = objectivec/GPBStruct.pbobjc.m; sourceTree = ""; }; 79BDF63877BF7277102F6279C283A3FC /* TUIChatDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatDataProvider.m; sourceTree = ""; }; - 79D6665A746B7CB75F80D33BD138EFAF /* LLSettingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingManager.h; path = LLDebugTool/Core/Others/Manager/SettingManager/LLSettingManager.h; sourceTree = ""; }; 79D6C309FA26434A55A4DBA122CC04CF /* TUIImageReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageReplyQuoteView.m; sourceTree = ""; }; - 79D937BCD943E356C2FC4B49FF67BF50 /* QCloudUniversalAdjustablePath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalAdjustablePath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalAdjustablePath.m; sourceTree = ""; }; + 79E95A5E11CB442AD6A0871CAFDCB85A /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; + 79F13171DDE1EABB548A68FE2430E930 /* FMDB-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FMDB-dummy.m"; sourceTree = ""; }; 79F8CD81D69251341C8E0C4201EE2932 /* TUIMessageBaseMediaDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageBaseMediaDataProvider.h; sourceTree = ""; }; - 79FE46DF0519B7BC0F843EA1B149D909 /* QCloudPutObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudPutObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest.m; sourceTree = ""; }; - 7A1A711047C1AC34798F807FBF6686D5 /* JXPagingView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXPagingView.release.xcconfig; sourceTree = ""; }; + 7A06D596F7482F3515D2427A4404EA90 /* QCloudClientContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudClientContext.h; path = QCloudCore/Classes/Base/QCloudClientBase/QCloudClientContext.h; sourceTree = ""; }; + 7A2010F39FF9DC6BC5B7DD73A17D1F1C /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; 7A21DD9A7DE0469E7318C8B61E5363B3 /* TUIMediaView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMediaView_Minimalist.m; sourceTree = ""; }; - 7A232D07C7D89F3CFB0596B6AFA9312C /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; + 7A3492296191C0945729D677863426C9 /* TZVideoPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZVideoPlayerController.h; path = TZImagePickerController/TZImagePickerController/TZVideoPlayerController.h; sourceTree = ""; }; + 7A409BB8F8B7AC0E7878B123A0B09B73 /* LLRulerPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerPickerView.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerView.h; sourceTree = ""; }; + 7A66C6B41193025F2905A36B1D94448B /* LLFunctionWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionWindow.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionWindow.m; sourceTree = ""; }; 7A68AEF7D8C8DCB4F66D54DE4E6FF430 /* TIMPopActionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMPopActionProtocol.h; sourceTree = ""; }; - 7A7F4E929AA33853310B11781EEB9EF6 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 7AA8DA305EE8D9181700B0E85ACBF0A0 /* UITableViewHeaderFooterView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewHeaderFooterView+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.m"; sourceTree = ""; }; - 7AC7367DFD49858857D764C9E8E6D909 /* OSSTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSTask.m; path = AliyunOSSSDK/OSSTask/OSSTask.m; sourceTree = ""; }; - 7AD876C2E305B26F51D1C62B84BC2F1A /* QCloudPutObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudPutObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest.h; sourceTree = ""; }; - 7AE87813BC5C3F351ABF41B3DAEE6338 /* LLWindowManager+WidgetBorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+WidgetBorder.h"; path = "LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWindowManager+WidgetBorder.h"; sourceTree = ""; }; - 7AF7D22843BF31FD4D542530E673362D /* YYTextMagnifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextMagnifier.m; path = YYText/Component/YYTextMagnifier.m; sourceTree = ""; }; - 7B4640EBC24552EA6D19B590EC17005D /* NSObject+HTTPHeadersContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+HTTPHeadersContainer.m"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/NSObject+HTTPHeadersContainer.m"; sourceTree = ""; }; - 7B50A7E8DA5B74A5B380E5D6A332CF25 /* OSSLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSLog.h; path = AliyunOSSSDK/OSSLog.h; sourceTree = ""; }; - 7B595D29D87085688B882F34B66276A4 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; - 7B74AFAD09760E4C9FEED9088724194B /* UIButton+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIButton/UIButton+LL_Utils.h"; sourceTree = ""; }; - 7B8538C92E9A05B81E43BE9E127229AB /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; - 7BA596AF09DC25D4F318AC46F7C2DE57 /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; - 7BA85FD2B0BC74A86DE67260FEB5932B /* OSSV4Signer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSV4Signer.m; path = AliyunOSSSDK/Signer/OSSV4Signer.m; sourceTree = ""; }; - 7BAAB6788DBAD384970B8CA5CE92451C /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject_PackagePrivate.h; path = objectivec/GPBRootObject_PackagePrivate.h; sourceTree = ""; }; - 7BCF3811DF71E81D97FE5E9692B0FE7C /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - 7C060A1B3314655E245A42B468679D3D /* OSSCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCompat.h; path = AliyunOSSSDK/OSSCompat.h; sourceTree = ""; }; - 7C0FEDCED2F0A3D817915379F808E910 /* LLHtmlComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlComponent.h; path = LLDebugTool/Core/Component/Html/LLHtmlComponent.h; sourceTree = ""; }; + 7A6BB15571AF504664C2662C0B7FB78A /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 7A6FE2A0335F225F6944844C1EE0347F /* LLWindowManager+Crash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Crash.h"; path = "LLDebugTool/Core/Component/Crash/UserInterface/LLWindowManager+Crash.h"; sourceTree = ""; }; + 7AAB7A40DC0749F91E7A99A8AFCEEC89 /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; + 7AC6752C39B724DDD0FA92BFB5E11F13 /* QCloudGetObjectRequest+Custom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudGetObjectRequest+Custom.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest+Custom.m"; sourceTree = ""; }; + 7AC6FF356CE42A303015F7D9832B5481 /* UITableViewHeaderFooterView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewHeaderFooterView+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.h"; sourceTree = ""; }; + 7ACE642F3FEE3C710813AC267F83DAD8 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 7ACFBBDD9F76B48D50C3FDA26FF4CF3E /* NSHTTPCookie+QCloudNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSHTTPCookie+QCloudNetworking.m"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/NSHTTPCookie+QCloudNetworking.m"; sourceTree = ""; }; + 7AD740AD414A9596016E3447ECB952FC /* JXPagingView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXPagingView-umbrella.h"; sourceTree = ""; }; + 7BCCCCF6A14FBD367325A30CD31F996D /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 7BD64F3C5CBE76B411A07576BF5ABB71 /* LLMagnifierComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierComponent.m; path = LLDebugTool/Core/Component/Magnifier/LLMagnifierComponent.m; sourceTree = ""; }; + 7BFE197ABA79ACC285FA0B616A5B4E72 /* NSArray+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+YYAdd.h"; path = "YYCategories/Foundation/NSArray+YYAdd.h"; sourceTree = ""; }; + 7C0F0F079D7D8B642807DF4243DDF696 /* Empty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = objectivec/google/protobuf/Empty.pbobjc.h; sourceTree = ""; }; + 7C1965982D383C3A18F4EDD4D6609A12 /* Zip-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Zip-Info.plist"; sourceTree = ""; }; + 7C1A263DA59CFE30C280180B6AC4F02E /* LLProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLProxy.h; path = LLDebugTool/Core/Others/Proxy/LLProxy.h; sourceTree = ""; }; 7C1FA8898FB04920C5245AF177B91318 /* NSString+TUIUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString+TUIUtil.h"; sourceTree = ""; }; - 7C2ADB6C0EB671B069FB89C018103821 /* LLLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogModel.m; path = LLDebugTool/Core/Component/Log/Function/LLLogModel.m; sourceTree = ""; }; + 7C2939BC5265442B84D9DE22A1529E8D /* XHLaunchAdController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdController.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdController.m; sourceTree = ""; }; + 7C425987A1FD77CD4EDCEBDCEC9B4731 /* YBIBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBUtilities.m; path = YBImageBrowser/Helper/YBIBUtilities.m; sourceTree = ""; }; + 7C4627632506D9439D7376337580A3FD /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; 7C59572B595BAC9C28F19D2C92B524DA /* TUIGroupNoticeCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupNoticeCell.m; sourceTree = ""; }; - 7C774508195CE16AFEAF10E844CCB0E0 /* QGMP4AnimatedImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4AnimatedImageFrame.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.h; sourceTree = ""; }; - 7CA06F08E44AB208CD1789571785DA66 /* QCloudUniversalPathFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalPathFactory.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPathFactory.m; sourceTree = ""; }; - 7CC8A4437F40CBBF7AD1B9F900965783 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 7CE15E49F9E3BE063CEB7A453BE51060 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; - 7CE17C93C73BB3A3750816869E6D7288 /* sharpyuv_gamma.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_gamma.h; path = sharpyuv/sharpyuv_gamma.h; sourceTree = ""; }; - 7D01B7A03D3A1CE42F6F8CA6C8FE217A /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreTelephony.framework; sourceTree = DEVELOPER_DIR; }; - 7D1124643FAA5580FABB3C1211801FAA /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; - 7D20A37D62721558A4DAAA2C5262A0C0 /* Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parser.swift; path = AgoraLyricsScore/Class/Other/Parser.swift; sourceTree = ""; }; - 7D34802C42910BED926F2406DC0964E2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "TIMPush.xcframework/ios-arm64/TIMPush.framework/PrivacyInfo.xcprivacy"; sourceTree = ""; }; - 7D4921D54DF57037990148DED5974A9B /* QCloudSignatureProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSignatureProvider.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignatureProvider.h; sourceTree = ""; }; - 7D520FB3734A205A622A47AED3147EFE /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; - 7D73B991F91970EA6FA49F3BDC9EF941 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField_PackagePrivate.h; path = objectivec/GPBUnknownField_PackagePrivate.h; sourceTree = ""; }; - 7D7456310EE07F17AF25F30FBA7E159C /* LLHierarchyDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyDetailViewController.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyDetailViewController.m; sourceTree = ""; }; + 7C96FE99198DD8562023510E839F5CEB /* QCloudServiceConfiguration+Quality.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudServiceConfiguration+Quality.m"; path = "QCloudCore/Classes/Base/QCloudBase/QualityAssurance/QCloudServiceConfiguration+Quality.m"; sourceTree = ""; }; + 7C99D015A7C940CE9FDDF763EB373E6A /* KaraokeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KaraokeView.swift; path = AgoraLyricsScore/Class/KaraokeView.swift; sourceTree = ""; }; + 7C9CFAED4E5655E64094CE25F2CEDEAF /* LLLocationWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationWindow.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationWindow.m; sourceTree = ""; }; + 7CCC04224ADA25C290B4D7ACB3EFAD70 /* LLDetailTitleCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleCellView.m; sourceTree = ""; }; + 7CD0C36A54B0ED77A1DB7071DE9C1447 /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; + 7CFAE35C65B18EA012B5C5ABC350668A /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; + 7D3C2784C4EBD0062E5286B69DA40BE8 /* IQKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManager.h; path = IQKeyboardManager/IQKeyboardManager.h; sourceTree = ""; }; + 7D4BD7171DF56E7DDBE52FD431269C86 /* YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYText.h; path = YYText/YYText.h; sourceTree = ""; }; + 7D6F235B5692CF90D712CA16F3BD98B3 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; + 7D8AD67DCD0B15DE174BD52202C05B9C /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; 7D8F8EED794CA3D78DFAA80B891564DA /* TUIMessageDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageDataProvider.m; sourceTree = ""; }; - 7DA03579B3320963B3E23FE8F282C770 /* SDCycleScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCycleScrollView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m; sourceTree = ""; }; - 7DE64C569A1E6932192F89F76EE47A34 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; - 7DE8A580BF8985ABA68B8D11064530FB /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + 7DA63D2442A6645924C0A8B07764E6F7 /* YYTextTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextTransaction.h; path = YYText/Utility/YYTextTransaction.h; sourceTree = ""; }; + 7DD0E1100F58F5DB2990C36FA79C1B39 /* LLHierarchyWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyWindow.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyWindow.h; sourceTree = ""; }; + 7DD2E7529C7B101E04241E64889EF596 /* UIStepper+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStepper+RACSignalSupport.m"; path = "ReactiveObjC/UIStepper+RACSignalSupport.m"; sourceTree = ""; }; + 7DD661DC4DA17AC3DC6E613AF03239D6 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; + 7DDB1259CB85F59EEEC9F683D91BC3BB /* GPBUnknownField+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GPBUnknownField+Additions.swift"; path = "objectivec/GPBUnknownField+Additions.swift"; sourceTree = ""; }; + 7DE5E50E21F69A677C87F07C670DE9B1 /* UIImage+QCloudBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+QCloudBundle.h"; path = "QCloudCore/Classes/Base/QCloudBundle/UIImage+QCloudBundle.h"; sourceTree = ""; }; + 7DF44ADBE6D1E965ED8E8C85FE44BC00 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + 7E0C6B3241A3FB72ED4F1BBD497FD0C8 /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = AgoraLyricsScore/Class/Other/Extensions.swift; sourceTree = ""; }; 7E0E8A35DB0D379281F23791C6881C2C /* TUIMergeReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeReplyQuoteViewData.m; sourceTree = ""; }; - 7E117D8C5A00946329D50C817ABA1495 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; 7E3097CFEFDA621E9FB0E62009FF87FC /* MJRefresh-MJRefresh.Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "MJRefresh-MJRefresh.Privacy"; path = MJRefresh.Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E36FEAE81EA2EE361EDF25FF9210DE6 /* QCloudSupervisory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSupervisory.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisory.h; sourceTree = ""; }; - 7E414E5A0DC1E4355F0710FF6106FE67 /* MQTTSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionManager.h; path = MQTTClient/MQTTClient/MQTTSessionManager.h; sourceTree = ""; }; + 7E37231BE3BC54281930736E10D12D96 /* LLShortCutHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutHelper.h; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutHelper.h; sourceTree = ""; }; 7E45FD6D033BD66E2A7C199CA579F8C4 /* TUIImageMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageMessageCell_Minimalist.h; sourceTree = ""; }; - 7E6D8C17D7EFFE59B3E79D8BBD2DD07C /* QCloudFakeRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFakeRequestOperation.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudFakeRequestOperation.h; sourceTree = ""; }; - 7E7F426B17E68809DC64043CCDD166B9 /* sharpyuv_dsp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_dsp.c; path = sharpyuv/sharpyuv_dsp.c; sourceTree = ""; }; + 7E473EB0451884DCCB3528F63478B2BA /* SSZipArchive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SSZipArchive-Info.plist"; sourceTree = ""; }; + 7E4935EC92ED8990A9E2FC75198AD13C /* QCloudClientContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudClientContext.m; path = QCloudCore/Classes/Base/QCloudClientBase/QCloudClientContext.m; sourceTree = ""; }; + 7E737100126BC5947D99F9E00382EC60 /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; 7E85AE7CD8AD114CB75B2015BFF30139 /* TUIChatDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatDefine.h; sourceTree = ""; }; - 7E91AC838DA3E00425237239625A60D5 /* NSMutableArray+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableArray+AvoidCrash.m"; path = "AvoidCrash/NSMutableArray+AvoidCrash.m"; sourceTree = ""; }; - 7E9F1FF9DD117F796BE188AD8D9701A9 /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = ""; }; - 7ECB13CEA7C57C83436F9B033C82B395 /* QCloudBundlePath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudBundlePath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudBundlePath.h; sourceTree = ""; }; - 7EEA1E1BB5437E90728E35ED0A840516 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; - 7EF55A83A84BDDBDEE9CEFAF550BEBA9 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; - 7F0A2C19402A57262BA8DDF54B4CF42C /* LLDetailTitleSelectorCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleSelectorCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleSelectorCellView.m; sourceTree = ""; }; - 7F1CAB64DE99CAFFF7F8C0DCE41285AF /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; - 7F399192B4E0B59417904626FC68275B /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 7F401BD5D64C98706C50B381569FAA63 /* QCloudLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLogger.m; path = QCloudCore/Classes/Base/Logger/QCloudLogger.m; sourceTree = ""; }; + 7E8C8FADB8E68E0A5A2C756DD9522389 /* JXPagingView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXPagingView-dummy.m"; sourceTree = ""; }; + 7E932D59B7924CD998B807DBA82A6143 /* UIView+VAP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+VAP.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/UIView+VAP.m"; sourceTree = ""; }; + 7EC6155859033277F6158ED05141DB20 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 7ECAC8F74B091018D26A356EE20BFA0A /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 7ECCA0844BC8CEA3B05831BFFAF5D471 /* BRTextModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRTextModel.h; path = BRPickerView/TextPicker/BRTextModel.h; sourceTree = ""; }; + 7ED543637CA895C41D50628025B3AAA7 /* Zip.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Zip.release.xcconfig; sourceTree = ""; }; + 7F0130A5DFAF54387CB4006C84136608 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; + 7F43B6EBCF88EF8F5888E8B6A7BD9562 /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYSpriteSheetImage.h; path = YYImage/YYSpriteSheetImage.h; sourceTree = ""; }; 7F5DFDDAA9C8958F354EB87E55C151C5 /* TUIConversation_Minimalist.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIConversation_Minimalist.bundle; path = Resources/TUIConversation_Minimalist.bundle; sourceTree = ""; }; - 7F9F6F40AB8B6C82E514BD3868B3C40D /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + 7F615694AECA98634E8418654784E228 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; + 7F63E52D11DEB5B6EE1C9579BF3FE24A /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; + 7F69F599171DDE95CA67ACCEE2F177F3 /* XHLaunchAdController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdController.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdController.h; sourceTree = ""; }; + 7F74FD5E9EE31C97742F489D57A12248 /* QCloudAbstractRequest_FakeRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAbstractRequest_FakeRequest.h; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudAbstractRequest_FakeRequest.h; sourceTree = ""; }; + 7F89A2977FF70E83AB59CBAA99AADBE1 /* LLSandboxHtmlPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxHtmlPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxHtmlPreviewController.m; sourceTree = ""; }; + 7F8FBEBCE06EC311F74CD702B90E336D /* OSSDeleteObjectTaggingRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteObjectTaggingRequest.h; path = AliyunOSSSDK/OSSDeleteObjectTaggingRequest.h; sourceTree = ""; }; + 7FA3BCC5E8F1164DEA65F9E0D2561B80 /* MQTTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTTransport.h; path = MQTTClient/MQTTClient/MQTTTransport.h; sourceTree = ""; }; + 7FAA163095BE93E2221648E38C74F32D /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; 7FBCE81EE24E82A2E8D15E74B6C76AE0 /* Pods-QXLive-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QXLive-acknowledgements.plist"; sourceTree = ""; }; + 7FC66726B3577647807180BC4EB9D30C /* YBIBImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageCell.h; path = YBImageBrowser/Image/YBIBImageCell.h; sourceTree = ""; }; + 7FCB315986CCDAF2D2E86BB5A85075FF /* IQKeyboardReturnKeyHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardReturnKeyHandler.h; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.h; sourceTree = ""; }; + 7FCCB9826147027A784BA831CBE186BB /* YYAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYAnimatedImageView.m; path = YYImage/YYAnimatedImageView.m; sourceTree = ""; }; + 7FDD8F1C06E70E0AFA48D1FE75447FEE /* XHLaunchAdButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdButton.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdButton.h; sourceTree = ""; }; + 7FF8CB1264FDAC716BE1BDA0DEF721FF /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; 8005A15AA2883C0049FC97E6669A659E /* TUILogin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUILogin.m; sourceTree = ""; }; + 8016541A5F78D3B6195FD4A2B2873751 /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + 804B6C26F4D83BE2E9062AA0F6DC6F29 /* ScoringMachineEx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringMachineEx.swift; path = AgoraLyricsScore/Class/Scoring/ScoringMachineEx/ScoringMachineEx.swift; sourceTree = ""; }; + 8051492FC975FE7F80F9BA29781D94FD /* SVGAPlayer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SVGAPlayer-Info.plist"; sourceTree = ""; }; + 805F979FCC3D2D7DE1B561983476A2BD /* QGVAPWrapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPWrapView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.h; sourceTree = ""; }; + 80848CED578A21B2F46165F3196F6299 /* QCloudHTTPRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPRequest.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequest.m; sourceTree = ""; }; 80982FE688D1717632F9A64839F7AF6F /* TUIBaseChatViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBaseChatViewController.m; sourceTree = ""; }; 80986A16BDC16262E495AA75F73F8B79 /* TUIInputMoreCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIInputMoreCell.m; sourceTree = ""; }; - 80A9E7D4BFA9F54864B54934B2C3B3CD /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + 8099181266BCA5628179BE4DD5935E4B /* SVProgressHUD.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SVProgressHUD.bundle; path = SVProgressHUD/SVProgressHUD.bundle; sourceTree = ""; }; + 809FFD28474416B9A722533566DE440B /* UIScrollView+EmptyDataSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+EmptyDataSet.h"; path = "Source/UIScrollView+EmptyDataSet.h"; sourceTree = ""; }; + 80A124C9C8E9669DBE9FC267898AD50F /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; + 80ABC901B71659C110AB9AC6D785EEEE /* YYCategories.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCategories.h; path = YYCategories/YYCategories.h; sourceTree = ""; }; + 80B65905A31618C2A5C5AB5E81E9F4D4 /* QCloudHTTPRetryHanlder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRetryHanlder.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPRetryHanlder.h; sourceTree = ""; }; 80BD092334EDB6A9A6A0038022DD9132 /* TUICommonGroupInfoCellData_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICommonGroupInfoCellData_Minimalist.h; sourceTree = ""; }; - 80DA8DF4560D22DCB297C1D76E14A1B1 /* LLDebugTool.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = LLDebugTool.bundle; path = LLDebugTool/Core/Others/Resource/LLDebugTool.bundle; sourceTree = ""; }; + 80E35E71848689EFD9A4ABE12656B8F3 /* QCloudEnv.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudEnv.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/QCloudEnv/QCloudEnv.m; sourceTree = ""; }; 80E909573FB94FE0B5E7F0DB01A78B32 /* TUICloudCustomDataTypeCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICloudCustomDataTypeCenter.h; sourceTree = ""; }; + 80F952F53D56C76819E83B65C690645F /* NSSet+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+OSS.h"; path = "AliyunOSSSDK/NSSet+OSS.h"; sourceTree = ""; }; 80FDEC578435CB75CD9AB2F2B618434D /* TUIChatMediaSendingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatMediaSendingManager.h; sourceTree = ""; }; - 8123DF9F96F2C3A468AF0A2227154768 /* UIView+WebCacheState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheState.h"; path = "SDWebImage/Core/UIView+WebCacheState.h"; sourceTree = ""; }; - 8133891E2F2C6C6C2FA738BA352A7800 /* UIFont+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIFont+YYAdd.h"; path = "YYCategories/UIKit/UIFont+YYAdd.h"; sourceTree = ""; }; - 8196DF90AC27B269BC046A3C0AF41F3E /* OSSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSExecutor.h; path = AliyunOSSSDK/OSSTask/OSSExecutor.h; sourceTree = ""; }; + 8136D98974C2BA2E2E8A3840AD0F0F82 /* YYImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYImageCoder.h; path = YYImage/YYImageCoder.h; sourceTree = ""; }; + 813C7E71404CE801912A2CA190EC5E07 /* ScoringMachineEx+DataHandle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachineEx+DataHandle.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachineEx/ScoringMachineEx+DataHandle.swift"; sourceTree = ""; }; + 817C740F01A91EF191790FF030E79288 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; + 818DB11336562AC1A972F03DFF74892F /* GCDTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDTimer.h; path = MQTTClient/MQTTClient/GCDTimer.h; sourceTree = ""; }; + 819408984BB6321209ED299654D410AD /* ScoringMachineProtocol+Infos.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachineProtocol+Infos.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachineProtocol+Infos.swift"; sourceTree = ""; }; 81A32EFD62CBDD8038441F526F801A6B /* TUIChatObjectFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatObjectFactory.h; sourceTree = ""; }; - 81C1129DB71786693EDAB154C89022AF /* UITableView+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableView+YYAdd.h"; path = "YYCategories/UIKit/UITableView+YYAdd.h"; sourceTree = ""; }; - 81EF99E7A6CBA6012C60D684788F131C /* IQTitleBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTitleBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.m; sourceTree = ""; }; - 822965F471AC39FAA8C2A81E1DAF3A5C /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - 822CDEBDC9BEE20B60756CFC3222912B /* LLSubTitleTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSubTitleTableViewCell.m; path = LLDebugTool/Core/Others/CommonUI/View/SubTitleTableViewCell/LLSubTitleTableViewCell.m; sourceTree = ""; }; - 8266B86609E6771A6370B1F8673F4827 /* QCloudCRC64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = QCloudCRC64.c; path = QCloudCore/Classes/Base/QCloudCategory/QCloudCRC64.c; sourceTree = ""; }; + 81EBD64145A7F2E6BB8BCFDA1E951DAE /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + 82056BCD46BAF3EFB1C4DE0FEC35FF58 /* GPBWireFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWireFormat.m; path = objectivec/GPBWireFormat.m; sourceTree = ""; }; + 8215695AB7F00D31EB71FA245FB0E1CF /* YYTextInput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextInput.m; path = YYText/Component/YYTextInput.m; sourceTree = ""; }; + 823524BFD4D19BEFB1296CE844AD904E /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; 826C5B71E3BE23399C4911B80411F577 /* TUIFaceSegementScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFaceSegementScrollView.h; sourceTree = ""; }; - 828D6CA863C2CEC912510CCD83ECC1FB /* DataStructs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataStructs.swift; path = AgoraLyricsScore/Class/Other/DataStructs.swift; sourceTree = ""; }; - 82994E7C083EEACEA413FDE326F454A0 /* IQUIScrollView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIScrollView+Additions.h"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.h"; sourceTree = ""; }; - 82A74F33715923995340A1B73FB38DC4 /* mz_crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_crypt.h; path = SSZipArchive/minizip/mz_crypt.h; sourceTree = ""; }; - 82D0B465906E5E076DB9061E7138AB4D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = AliyunOSSSDK/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 82D4AA5F4F0F239F62DF2A79FEA53CB7 /* OSSCancellationTokenRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCancellationTokenRegistration.m; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenRegistration.m; sourceTree = ""; }; + 827302B5AE4F4EDB758E72506A683B7D /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Deprecated/Base/BRBaseView.m; sourceTree = ""; }; + 8281670F9B1693BFD64335C3830D5E97 /* LLSandboxHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxHelper.m; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxHelper.m; sourceTree = ""; }; + 82A3D9C7B9597DF7BD76E80BBB16469E /* QCloudCustomLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomLoader.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomLoader.h; sourceTree = ""; }; + 82AF59E660C243F70F7F419536EF9C70 /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; + 82B2734DFDEF38B60B3ABFC8434E2323 /* LLNetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkHelper.h; path = LLDebugTool/Core/Component/Network/Function/LLNetworkHelper.h; sourceTree = ""; }; + 82B58F9B63328F212BBCB1E0B41503CF /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; + 82B9B9F811A76BDF28D9B046EBF6DAC4 /* NSString+RegularExpressionCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RegularExpressionCategory.h"; path = "QCloudCOSXML/Classes/Base/NSString+RegularExpressionCategory.h"; sourceTree = ""; }; + 82D3AD8332AFB6C964CB2A9970809539 /* NSString+QCloudSHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+QCloudSHA.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/QCloudSecret/NSString+QCloudSHA.h"; sourceTree = ""; }; + 82D9E5C35F819B330F9D8262163E4A70 /* YBIBDataProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBDataProtocol.h; path = YBImageBrowser/Protocol/YBIBDataProtocol.h; sourceTree = ""; }; + 82DC49153ED1C0F126691858E29E2823 /* LLNoneCopyTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNoneCopyTextField.h; path = LLDebugTool/Core/Others/CommonUI/View/NoneCopyTextField/LLNoneCopyTextField.h; sourceTree = ""; }; 82E18AE901BF4AEF62F224E784ABC4F2 /* TUIConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConfig.m; sourceTree = ""; }; - 82ED1D75E12BD82491ABBEC5F5DBBD68 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 82EDBFCB86E34D5A2FCACD707617CD6C /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TXIMSDK_Plus_iOS_XCFramework.release.xcconfig; sourceTree = ""; }; - 8314AB8D3F9A10F8AC6C7C5C432CDD81 /* GCDTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDTimer.m; path = MQTTClient/MQTTClient/GCDTimer.m; sourceTree = ""; }; - 83322E3A2A4D13B2A737B5A98FF0A962 /* QCloudCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QCloudCore.modulemap; sourceTree = ""; }; - 836A68AC03CDB3884B92C0C169D41B8B /* OSSV1Signer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSV1Signer.h; path = AliyunOSSSDK/Signer/OSSV1Signer.h; sourceTree = ""; }; - 836B2E76061155C2A538E98A1821622E /* AgoraReplayKitExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraReplayKitExtension.xcframework; sourceTree = ""; }; - 836D47EDA8BEB432F379BD9A9BEC2AEB /* UICollectionReusableView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionReusableView+RACSignalSupport.h"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.h"; sourceTree = ""; }; - 838794DEBE70D2339D218F6BC2E11FEF /* GPBArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray.h; path = objectivec/GPBArray.h; sourceTree = ""; }; - 839AC695CE0536D9762E4327F1EAE6BA /* MQTTCFSocketDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketDecoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.h; sourceTree = ""; }; - 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 83B6710C39A209D61985C1FF3B2AE5E1 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; - 83CD502443784E2B833CE52EEE4C49F7 /* LLTitleHeaderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleHeaderView.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleHeaderView.h; sourceTree = ""; }; - 83D296A06C346620040962D0D749D156 /* OSSPutObjectTaggingRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutObjectTaggingRequest.m; path = AliyunOSSSDK/OSSPutObjectTaggingRequest.m; sourceTree = ""; }; - 83DA5EE38E68337BC3C63E0C331F230E /* MKAnnotationView+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+YYWebImage.m"; path = "YYWebImage/Categories/MKAnnotationView+YYWebImage.m"; sourceTree = ""; }; - 83DE08ABDDA697D64E148207A6EA8D8E /* ScoringMachine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringMachine.swift; path = AgoraLyricsScore/Class/Scoring/ScoringMachine/ScoringMachine.swift; sourceTree = ""; }; - 841200A96600F47505EE122C123B8061 /* NSObject+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYAdd.m"; path = "YYCategories/Foundation/NSObject+YYAdd.m"; sourceTree = ""; }; - 844E7C9F76F7288F0F53C5F070E3822F /* AgoraLyricsScore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AgoraLyricsScore-prefix.pch"; sourceTree = ""; }; - 845DF1D33860C77005E69FE07DBA2291 /* YBIBImageLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageLayout.m; path = YBImageBrowser/Image/YBIBImageLayout.m; sourceTree = ""; }; + 830287E9678FF40DE320F988B49DEEBD /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; + 831CFB1FFE0CB6C039A6E4D01B486A9C /* UITextField+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+YYAdd.h"; path = "YYCategories/UIKit/UITextField+YYAdd.h"; sourceTree = ""; }; + 832620353D34712C742FF84CAE197BAD /* GPBArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBArray.m; path = objectivec/GPBArray.m; sourceTree = ""; }; + 8338157935EEA63A97D251606073706F /* QCloudClassInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudClassInfo.h; path = QCloudCore/Classes/Base/QCLOUDObjectModel/QCloudClassInfo.h; sourceTree = ""; }; + 833BE3E542AA38C5E7344AD4A4B865D9 /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+YYWebImage.m"; path = "YYWebImage/Categories/UIImage+YYWebImage.m"; sourceTree = ""; }; + 833CD45623D54D32449B0269F42FF369 /* UIControl+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+YYAdd.m"; path = "YYCategories/UIKit/UIControl+YYAdd.m"; sourceTree = ""; }; + 8353191B076DCFCFDD3E22215A8D6775 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 835B14B021EA07DC58D7867C7CE29751 /* IQBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.m; sourceTree = ""; }; + 837D5B0E948B57E4E7D2A605437C25D9 /* YYText-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYText-Info.plist"; sourceTree = ""; }; + 838824E127DCFACB0A01377EF465A9AD /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + 838CCFE15333DEEA8228C2554842E958 /* LLSettingWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingWindow.h; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingWindow.h; sourceTree = ""; }; + 839CB60D955A2B0F49200A7BC1EF3AFE /* libwebp-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "libwebp-Info.plist"; sourceTree = ""; }; + 83A1B87350B47B701B7EB8EB88499BC6 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; + 83AE9D5770ACCC59E554E6C8662FE82E /* UIRefreshControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+RACCommandSupport.h"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.h"; sourceTree = ""; }; + 83D5ECE72F772620C4D7091DBB8C12E6 /* Bugly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.release.xcconfig; sourceTree = ""; }; + 83DCB9B84D14A418E2FDAE04512FC04F /* GPBUnknownFields+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GPBUnknownFields+Additions.swift"; path = "objectivec/GPBUnknownFields+Additions.swift"; sourceTree = ""; }; + 83F285C76F451E8D34233D9362FB8A21 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 841388DD70EA6DD3C2C73D9EBE69407F /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + 84138F9907468D9E0E677DC07F8CE900 /* QCloudLoaderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLoaderManager.m; path = QCloudCore/Classes/Base/CustomLoader/QCloudLoaderManager.m; sourceTree = ""; }; + 8439C0267A6D2DB1EB10DC3E7702264E /* QCloudPutObjectRequest+CustomBuild.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudPutObjectRequest+CustomBuild.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+CustomBuild.m"; sourceTree = ""; }; + 843DD8E997F0495C0AC4481CE0668B97 /* NSObject+YYAddForKVO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYAddForKVO.m"; path = "YYCategories/Foundation/NSObject+YYAddForKVO.m"; sourceTree = ""; }; + 845204C0D7FBE1090E98C8742504B0CF /* TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh"; sourceTree = ""; }; + 8457FE7AC78F9D0CD770806691DCB12D /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; + 84649CFABB88BD8C4954BB2311C3AF22 /* LLDetailTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleCell.m; sourceTree = ""; }; + 84774CAFEA7BEB54694C35FBA3649BDF /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; 847E02600FDAECBC9FDB61964C06D149 /* TUIImageMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageMessageCell_Minimalist.m; sourceTree = ""; }; 847F0D230F54AFB72EBED217B5A5D29B /* TUIVideoCollectionCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoCollectionCell.m; sourceTree = ""; }; - 848C0FBEC76DA925072947778D53BC60 /* YYWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYWebImage.release.xcconfig; sourceTree = ""; }; + 8499DE925DB09EF36780D95E79FDD12E /* YBIBImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageCache.m; path = YBImageBrowser/Image/YBIBImageCache.m; sourceTree = ""; }; 849DEB0595FDC54CF25BCD9A3B3BF07A /* TUIFoldConversationListDataProvider_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFoldConversationListDataProvider_Minimalist.h; sourceTree = ""; }; - 84A22F912D671BD9C38E83D82CD609F5 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 84A83B09C45515F730DCA6E317525CE2 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; + 84D21B7DBB8C0327784AD9F2E647429A /* YBIBPhotoAlbumManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBPhotoAlbumManager.m; path = YBImageBrowser/Helper/YBIBPhotoAlbumManager.m; sourceTree = ""; }; + 84D4C43E547B19FFF1243F577F8CB678 /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; + 84D585338203A6A39F78FB54AB49677C /* CALayer+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+YYWebImage.m"; path = "YYWebImage/Categories/CALayer+YYWebImage.m"; sourceTree = ""; }; + 84DA38958212AA9215E5E6CF284863CB /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 84DBB3DF252D94D9D044F8FF0FFD5A08 /* AgoraContentInspectExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraContentInspectExtension.xcframework; sourceTree = ""; }; + 84ED3CBAB51C239658F04339D9839680 /* CALayer+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+YYAdd.h"; path = "YYCategories/Quartz/CALayer+YYAdd.h"; sourceTree = ""; }; 84F76A085CD6104D282D09A6AD4CA316 /* TUIOrderCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIOrderCellData.h; sourceTree = ""; }; - 84F86C82AB812ED3A00ACB3FC4D5F1E9 /* NSError+QCloudNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+QCloudNetworking.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/Error/NSError+QCloudNetworking.h"; sourceTree = ""; }; + 85300434E832C03ADDD8DE5D3D091D80 /* NSMutableDictionary+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableDictionary+OSS.h"; path = "AliyunOSSSDK/NSMutableDictionary+OSS.h"; sourceTree = ""; }; 85401C39B0308D744C4AF607784E840B /* TUIChatService_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatService_Minimalist.m; sourceTree = ""; }; 8555CE3050DD11E22AB65208A845D9FD /* TUICameraManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICameraManager.m; sourceTree = ""; }; - 855ED5B6EC2A2AA8B89C4DE6EE20E635 /* YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYWebImage.h; path = YYWebImage/YYWebImage.h; sourceTree = ""; }; - 8592C7A6E25AFD826CEEBF578627B491 /* UIView+LLWidgetBorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+LLWidgetBorder.h"; path = "LLDebugTool/Core/Component/WidgetBorder/Function/UIView+LLWidgetBorder.h"; sourceTree = ""; }; - 8599F350D9B61D88A495344D7BAE052F /* LLHierarchyPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyPickerView.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyPickerView.h; sourceTree = ""; }; + 85734789B36D039DB781BF2A5A6CB57C /* LLTitleSwitchCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleSwitchCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSwitchCell.m; sourceTree = ""; }; 859DA83E1B98F6F07DD65F33A7D801E9 /* TUIChatPopMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatPopMenu.m; sourceTree = ""; }; - 859DE6F468D292B157C8C50EFA88A833 /* QCloudUniversalAdjustablePath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalAdjustablePath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalAdjustablePath.h; sourceTree = ""; }; - 85B390D16FED19D8AB3F01A1763BE66B /* JXPagerMainTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerMainTableView.m; path = Sources/JXPagerView/JXPagerMainTableView.m; sourceTree = ""; }; - 85CC94351C231B6632DAB441C2F35141 /* FMDatabaseQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabaseQueue.h; path = src/fmdb/FMDatabaseQueue.h; sourceTree = ""; }; + 85D85FD9A6AD3817044E2994BC48A43E /* Bugly.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Bugly.framework; sourceTree = ""; }; 85DF452A6A68913D3B9E22E2BB1E72B7 /* TUIConversationCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationCellData.m; sourceTree = ""; }; - 85F0B0A0670EDBDBEFF4CC199510D3DC /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; - 85F1E0B017257CF852C48AECF7DF6E93 /* QGVAPMetalShaderFunctionLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalShaderFunctionLoader.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalShaderFunctionLoader.h; sourceTree = ""; }; - 85F9486B1EEC1FA8DC233D68E45DF135 /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 86075546D8DCB851A80563BC28DB4CDF /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 85F105AB602F9AAB1088CA91609A03BF /* LLThemeColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLThemeColor.h; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeColor.h; sourceTree = ""; }; + 85F17BEC17CB46170BCCF636D82F7543 /* LLNetworkCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkCell.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkCell.m; sourceTree = ""; }; 860FFBC37B968C46FC5989D8D25BB440 /* TUICaptureImagePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICaptureImagePreviewController.h; sourceTree = ""; }; - 8621ABDAB8F588581CCF8E95882CFB98 /* YBIBLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBLoadingView.m; path = YBImageBrowser/AuxiliaryView/YBIBLoadingView.m; sourceTree = ""; }; - 8622D12E0AC31FB3A85CD6DC41378BBB /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 86234E6F546FFFC29A15FEC592D1C2EA /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; - 8638D3BA370C6BB7994C82FE10994F39 /* MQTTSessionLegacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionLegacy.h; path = MQTTClient/MQTTClient/MQTTSessionLegacy.h; sourceTree = ""; }; - 864CE51C15F42BF2126252E3EDF35226 /* QGVAPConfigManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPConfigManager.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.m; sourceTree = ""; }; + 862280841A8D36328E2EF7E744D3B1DB /* QCloudGCDTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudGCDTimer.h; path = QCloudCore/Classes/Base/QCloudGCDTimer.h; sourceTree = ""; }; + 862E86DB1FB2F7283A6D4EAD9AEC89DC /* WKWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+AFNetworking.h"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.h"; sourceTree = ""; }; + 8630CE4A1CC6F56A515F98F002B59D2D /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + 8633E17100A86F86B3D151400D0F7368 /* AlipaySDK-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AlipaySDK-iOS.debug.xcconfig"; sourceTree = ""; }; + 866EE9DF8E7AEFFBCCDE813D255CAB30 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionRegistry.h; path = objectivec/GPBExtensionRegistry.h; sourceTree = ""; }; 86796338B78749363118B2D5651D23C6 /* TUIConversationSelectController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationSelectController_Minimalist.h; sourceTree = ""; }; - 868FA57F94057F8FC61B23A46C8140BE /* OSSUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSUtil.h; path = AliyunOSSSDK/OSSUtil.h; sourceTree = ""; }; + 869C8A5072E327C26563DFB8D54727DD /* YBIBAuxiliaryViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBAuxiliaryViewHandler.m; path = YBImageBrowser/AuxiliaryView/YBIBAuxiliaryViewHandler.m; sourceTree = ""; }; 86A0E774E4F0A0D70B4212FA5C0F653C /* TUIMessageDataProvider+MessageDeal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TUIMessageDataProvider+MessageDeal.m"; sourceTree = ""; }; + 86AD6D03D9F43190DCD771098B142106 /* LLMoveWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMoveWindow.h; path = LLDebugTool/Core/Others/CommonUI/View/MoveWindow/LLMoveWindow.h; sourceTree = ""; }; + 86BC77178942046B1B23AE3AA182FF1A /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; 86CB648AB8AA849054A90FDEE3115821 /* TUIRecordView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIRecordView.m; sourceTree = ""; }; - 86DED4C847CB1687333D82BF77D26073 /* UIControl+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+YYAdd.m"; path = "YYCategories/UIKit/UIControl+YYAdd.m"; sourceTree = ""; }; + 86D39A24E8E6D5E3CD477F5EBCE3D679 /* QCloudCOSXMLService+Configuration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudCOSXMLService+Configuration.m"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Configuration.m"; sourceTree = ""; }; + 86DFE5374C4430A7A13307BD0F7F8962 /* YYCategories-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYCategories-Info.plist"; sourceTree = ""; }; + 86E097EC9B0B182C9251F68DCE5CA077 /* mz_strm_zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_zlib.h; path = SSZipArchive/minizip/mz_strm_zlib.h; sourceTree = ""; }; + 86EC079ADFDDD7A827EAD7E19340617E /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; 86EDC1282AC260378B15FD17080CCBCC /* TUIMotionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMotionManager.m; sourceTree = ""; }; 86EF6079A5879D7E6318E373FCC98304 /* TUIMovieManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMovieManager.m; sourceTree = ""; }; - 8713EAD8F5F555520F376C1B56C94475 /* OSSReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSReachability.m; path = AliyunOSSSDK/OSSFileLog/OSSReachability.m; sourceTree = ""; }; - 8714EB5687EBCDAB9ED109CBA2304678 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 872092720724CD156A786F236C00CAEB /* OSSModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSModel.m; path = AliyunOSSSDK/OSSModel.m; sourceTree = ""; }; + 87002E862C02CAECAE1473D78D95494E /* LLTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCellModel.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellModel.h; sourceTree = ""; }; + 870D52D73C447FD636F9CF734FB46F4B /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; + 87163DA6308EFF5D67268DC813A7A76F /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; + 872F8C97E6AFDC53EB0642AE773BE8DF /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; 872FEC5AA064DBA3B149B71919F8EBE8 /* TUIConversationObjectFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationObjectFactory.m; sourceTree = ""; }; 8732D2115A680F216A765369AA41277E /* TUIMessageReadViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageReadViewController_Minimalist.m; sourceTree = ""; }; 873A1564696AA6BCE99CA1ED7D5A8BE7 /* TUIMessageItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageItem.m; sourceTree = ""; }; - 873C77F893A4816E5084555066F10F74 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; - 8742A82B8F18D5E7870DAF2CC7C4F5A7 /* TZPhotoPickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZPhotoPickerController.m; path = TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m; sourceTree = ""; }; - 874E32992FF188A8A335A064CF0F52CA /* QCloudPutObjectRequest+Custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudPutObjectRequest+Custom.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+Custom.h"; sourceTree = ""; }; - 8767B263652CFDCD16E40D68E0A5E658 /* LLNetworkFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkFilterView.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterView.m; sourceTree = ""; }; - 876F9A889959089D5C1BC6EB86A4BACA /* FMDB-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FMDB-umbrella.h"; sourceTree = ""; }; 8782AF5694F35F787D0F54B8195D3F31 /* TencentCloudHuiyanSDKFace_framework.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = TencentCloudHuiyanSDKFace_framework.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 878AE7C6CDB1A444CD8092D4A297E391 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 878B6D72536A69FF375964403CD032BE /* QCloudRequestData+COSXML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudRequestData+COSXML.h"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXML.h"; sourceTree = ""; }; - 87FE1F20266F2FF2C15BBADA95BA93F9 /* QCloudSimplePing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSimplePing.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudSimplePing.m; sourceTree = ""; }; - 87FE95E5016AE4506C40838D4BB06BEC /* LLHierarchyPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyPickerView.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyPickerView.m; sourceTree = ""; }; + 87A4337FE788ED884C8826A66D8922FB /* JXPagerMainTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerMainTableView.m; path = Sources/JXPagerView/JXPagerMainTableView.m; sourceTree = ""; }; + 87CB8F51735273867BC1F3A2280161CA /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + 87E8166E447DC9ECD97C58C7851EBA2B /* LLAppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfo.h; path = LLDebugTool/Core/Component/AppInfo/LLAppInfo.h; sourceTree = ""; }; 8806024254F3EB0BE3C8A4EE1447B145 /* Pods-QXLive */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-QXLive"; path = Pods_QXLive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8815A62C357FCED40FBFA5CC5AD486FD /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; - 881A35A4B8A8F46F01049907FE90A46E /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 8824B0FE89C77E60D2DA94FAAA803D85 /* LLDebugTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDebugTool.m; path = LLDebugTool/DebugTool/LLDebugTool.m; sourceTree = ""; }; - 8825C555D465064A00CC5398DD1AAA25 /* QCloudHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPSessionManager.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudHTTPSessionManager.h; sourceTree = ""; }; - 88352B406BD5BA371383E95CF2AA778C /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; - 8884A54CC62EA704007A7C723CFD1665 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; - 8894C7A542AFDB70DE5A9A8BB69ED8EC /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 88A2ED2A1032291042DC260644022682 /* QGMP4HWDFileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4HWDFileInfo.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.h; sourceTree = ""; }; - 88DCBC3DE4800B8BDA0B6A9F2157250D /* LLRouter+Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Location.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Location.h"; sourceTree = ""; }; - 88E06D778F2FCCEB9FE5416F7D4CF216 /* LLNetworkModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkModel.h; path = LLDebugTool/Core/Component/Network/Function/LLNetworkModel.h; sourceTree = ""; }; - 891768C36B9368BDC22D663758D43B1A /* QCloudCOSXMLService+Quality.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudCOSXMLService+Quality.m"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Quality.m"; sourceTree = ""; }; - 89227E5AC00A91AE71BB799F2AA978DF /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 8926303B207455F38713717E1F6C7EAB /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; + 880CC2442F67DE6EEDF4263948FEF6EA /* LLEntryStyleModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryStyleModel.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryStyleModel.h; sourceTree = ""; }; + 88194CCEA4E302B7A62C12BF7B7A21E3 /* QCloudXMLDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudXMLDictionary.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Reader/QCloudXMLDictionary.h; sourceTree = ""; }; + 883D11FAA079B7BB6026F34F0E2DA462 /* NSMutableData+OSS_CRC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableData+OSS_CRC.m"; path = "AliyunOSSSDK/NSMutableData+OSS_CRC.m"; sourceTree = ""; }; + 885138D2C1852134DDD12C700F3D552F /* YBIBInteractionProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBInteractionProfile.m; path = YBImageBrowser/Image/YBIBInteractionProfile.m; sourceTree = ""; }; + 8852B72FB24153B4EC1C8816270DD756 /* LLSandboxVideoPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxVideoPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxVideoPreviewController.h; sourceTree = ""; }; + 88604BE85C421DDC5DF9C5FAF4B36B27 /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; + 887E87E903DD088579B9535D8DA51E49 /* OSSDeleteObjectTaggingResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteObjectTaggingResult.h; path = AliyunOSSSDK/OSSDeleteObjectTaggingResult.h; sourceTree = ""; }; + 888B588EFD167A01EDADB9778A7B5616 /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; + 889335DB378B06E9C8AD41BA3470899E /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + 88A7CDE31BF523A99517DB238E5FC7E3 /* NSDate+QCloudInternetDateTime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+QCloudInternetDateTime.m"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCloudInternetDateTime.m"; sourceTree = ""; }; + 88B744BE0127D382C78213BB0474B1C4 /* LLWindowManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWindowManager.m; path = LLDebugTool/Core/Others/Manager/WindowManager/LLWindowManager.m; sourceTree = ""; }; + 88C1339B5A59BA8D3FF8EC32800325B4 /* NSHTTPURLResponse+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSHTTPURLResponse+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSHTTPURLResponse/NSHTTPURLResponse+LL_Network.m"; sourceTree = ""; }; + 890153430B0E9C11C57F44FF264AA168 /* LLWidgetBorderWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderWindow.h; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderWindow.h; sourceTree = ""; }; + 890543D6843063F68B0C0627DDDF9754 /* LLJsonTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLJsonTool.h; path = LLDebugTool/Core/Others/JsonTool/LLJsonTool.h; sourceTree = ""; }; + 891456155871C4568263A5403D66F41E /* MQTTSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionManager.h; path = MQTTClient/MQTTClient/MQTTSessionManager.h; sourceTree = ""; }; + 891D1315CD7DCC5B58BB3D56F234B3F5 /* QCloudCRC64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = QCloudCRC64.c; path = QCloudCore/Classes/Base/QCloudCategory/QCloudCRC64.c; sourceTree = ""; }; + 892B5FC212BC8F7213DCB177194272FF /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; 895342357D7BE55B10118F22F3F4988D /* TUIConfig_Classic.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConfig_Classic.m; sourceTree = ""; }; - 8972D87C24A6C41D7E422C17EA620436 /* YYModel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.debug.xcconfig; sourceTree = ""; }; - 89795919B1994307C83B553A8DCC073A /* QCloudHTTPRetryHanlder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRetryHanlder.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPRetryHanlder.h; sourceTree = ""; }; - 89799A51AC5B8D27444B63A0C708C748 /* LLNetworkModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkModel.m; path = LLDebugTool/Core/Component/Network/Function/LLNetworkModel.m; sourceTree = ""; }; - 8987F2680025821384582D94FD0210C3 /* OSSServiceSignature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSServiceSignature.h; path = AliyunOSSSDK/Signer/OSSServiceSignature.h; sourceTree = ""; }; - 898E82C73F718565E9F537B08652C221 /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; - 8994BC48961600CEB917CFE08DF260F6 /* QCloudCustomLoggerOutput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCustomLoggerOutput.m; path = QCloudCore/Classes/Base/Logger/QCloudCustomLoggerOutput.m; sourceTree = ""; }; - 89A330FE3DA0F43B36B7988FB367518D /* YBIBDefaultWebImageMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBDefaultWebImageMediator.h; path = YBImageBrowser/WebImageMediator/YBIBDefaultWebImageMediator.h; sourceTree = ""; }; - 89B334B55D17CF93763C51CB3EA0034D /* BRTextModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRTextModel.m; path = BRPickerView/TextPicker/BRTextModel.m; sourceTree = ""; }; - 89CD89D90377A4027ED6E9DA5232715C /* UIColor+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIColor/UIColor+LL_Utils.h"; sourceTree = ""; }; + 8959B48FB78C3A4DB6C0C143660FD858 /* LLSubTitleTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSubTitleTableViewCell.h; path = LLDebugTool/Core/Others/CommonUI/View/SubTitleTableViewCell/LLSubTitleTableViewCell.h; sourceTree = ""; }; + 89726A48E9887CC499BA1FD98743DF83 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + 898A3332836CBED9C30DAA743E15BE53 /* LLJsonTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLJsonTool.m; path = LLDebugTool/Core/Others/JsonTool/LLJsonTool.m; sourceTree = ""; }; + 89D0FB520DE0EB0B1A92DBC9882A43F8 /* QCloudGetObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudGetObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest.m; sourceTree = ""; }; 89D7379232813932A27501B7ABDE4743 /* TUIImageReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageReplyQuoteView.h; sourceTree = ""; }; - 89D952264408F11D7B3386FF4D7C68B1 /* LLLogWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogWindow.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogWindow.h; sourceTree = ""; }; - 89DBFBD73EA2E42ACCC0C09C32089424 /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; - 89F00C01EAA910DD95D102446456FC76 /* YYCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYCache.m; path = YYCache/YYCache.m; sourceTree = ""; }; 89FAE2939EEAB7D3DDEE6DA7B3614A3E /* TUIFoldListViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFoldListViewController.h; sourceTree = ""; }; - 8A0A2D55C1414A8E81DC33C523BA9110 /* OSSPutSymlinkRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutSymlinkRequest.m; path = AliyunOSSSDK/OSSPutSymlinkRequest.m; sourceTree = ""; }; - 8A13FEA60D90AB2D3F2F63E56062B2D0 /* LLFilterDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterDatePickerView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDatePickerView.m; sourceTree = ""; }; - 8A1C307E8FEFBA82972B9B07D9B7046E /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; + 89FD15BEF196B47D72F9023F1B953A3D /* LLHtmlWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlWindow.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWindow.m; sourceTree = ""; }; + 8A0EAD4BB199E4DAB0058810589B3A9C /* GPBCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream.h; path = objectivec/GPBCodedInputStream.h; sourceTree = ""; }; + 8A17E33950C9C0FE902741F98D86649C /* LLRouter+Log.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Log.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Log.m"; sourceTree = ""; }; 8A1CC89CE5C03DFB6D9D0EE67D4DEF75 /* Pods-QXLiveDev-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QXLiveDev-acknowledgements.plist"; sourceTree = ""; }; - 8A24190DA80C03A61877016F3EECE467 /* IQBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.h; sourceTree = ""; }; - 8A2E54379802BDF73B1501EBF3CBE028 /* libwebp-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-umbrella.h"; sourceTree = ""; }; - 8A31C5ACB803D9BB5674006841EEF304 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + 8A650B893143DD79D4A24688EB42FB61 /* MQTTCFSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketTransport.h; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.h; sourceTree = ""; }; 8A6F5446EC500086A4E04F962CED9EE9 /* TUIInputBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIInputBar.h; sourceTree = ""; }; - 8A87A1F94C3A4E6F191EA25DAF3D2A5F /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; - 8A94570B593AB24C01653192CA3FB3D5 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; - 8AD3CCB72F8AB9C0CF20BFCC7959C835 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - 8B073F94C3CA83EAB308C132CDAB89E5 /* Model.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Model.swift; path = AgoraLyricsScore/Class/Model.swift; sourceTree = ""; }; - 8B0AE30712F5FBA31C3678C0A195DBF5 /* UIScrollView+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+YYAdd.m"; path = "YYCategories/UIKit/UIScrollView+YYAdd.m"; sourceTree = ""; }; - 8B1CD231645C46DF63531F35F10D53BF /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; - 8B241A6BBA3261241FF305E7C1B4D351 /* YYTextTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextTransaction.h; path = YYText/Utility/YYTextTransaction.h; sourceTree = ""; }; - 8B4BC2892DA2ED1B2A7AA0B143C483EA /* UIView+LLWidgetBorder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+LLWidgetBorder.m"; path = "LLDebugTool/Core/Component/WidgetBorder/Function/UIView+LLWidgetBorder.m"; sourceTree = ""; }; - 8B5F8B9B8807D978B0FF32BEACD47182 /* QCloudPutObjectRequest+CustomBuild.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudPutObjectRequest+CustomBuild.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+CustomBuild.h"; sourceTree = ""; }; - 8B6426A1A9ACD43A67415CDBD025165D /* BRTextModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRTextModel.h; path = BRPickerView/TextPicker/BRTextModel.h; sourceTree = ""; }; + 8A70A0DDEF1F82585B89630565985EE7 /* JXPagingView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXPagingView.modulemap; sourceTree = ""; }; + 8A71CFE57918D9E346E74C723B801CC3 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + 8A78B6C82711877852EB0663F7383D32 /* cpu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cpu.h; path = src/dsp/cpu.h; sourceTree = ""; }; + 8ABBA7F56284D091BC9CCD3C4AFF2903 /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; + 8AC80C25574AEE52CB52EC14E571F2F7 /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; + 8AEFB5769B5D2BD031717E365D685ED1 /* LLScreenshotSelectorModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotSelectorModel.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorModel.h; sourceTree = ""; }; + 8B229802735F329BE07B28857513FD91 /* QGBaseAnimatedImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGBaseAnimatedImageFrame.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.h; sourceTree = ""; }; + 8B2AA33BE443FEB12F97C1036ECEFB46 /* QCloudInitiateMultipartUploadRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudInitiateMultipartUploadRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudInitiateMultipartUploadRequest.h; sourceTree = ""; }; + 8B586070515FB38EFD36B89B96998222 /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; + 8B68D2C48F92EBE60670446554432B67 /* NSData+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+YYAdd.h"; path = "YYCategories/Foundation/NSData+YYAdd.h"; sourceTree = ""; }; 8B6CF5C20C32EE9F7F0862FF892524DE /* SDCycleScrollView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDCycleScrollView; path = SDCycleScrollView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8B8F9D4DF79C6BECDCA1C9D14D27DFE5 /* YBIBDataProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBDataProtocol.h; path = YBImageBrowser/Protocol/YBIBDataProtocol.h; sourceTree = ""; }; + 8B7CCA8454F208C34AB43618439596F4 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; + 8B8787EAA3522708EFFDB0831709BC4F /* QGVAPMaskInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMaskInfo.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.m; sourceTree = ""; }; + 8B87A37375C08D0E3087A5CA1DDD90D5 /* LLWidgetBorderViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderViewController.m; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderViewController.m; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8B8FB28A9D30ECA09F09C36506DA8E06 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - 8BA0D408D35A7F95A467007CD3693595 /* GPBCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedInputStream.m; path = objectivec/GPBCodedInputStream.m; sourceTree = ""; }; - 8BA2460BEC774C2B520E7E4AA6E31D4F /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - 8BA2DD4C9C01EE157AD9EEC4D0094970 /* NSArray+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+AvoidCrash.h"; path = "AvoidCrash/NSArray+AvoidCrash.h"; sourceTree = ""; }; - 8BC0FF9EE0A770F4B320B20B34F9A137 /* LLScreenshotImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotImageView.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotImageView.m; sourceTree = ""; }; - 8C1323B30EB572CD81E268BAA03C779B /* GPBType.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBType.pbobjc.m; path = objectivec/GPBType.pbobjc.m; sourceTree = ""; }; + 8BBE6B09F912BD77C7F5CCB37FFABA6E /* OSSURLRequestRetryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSURLRequestRetryHandler.m; path = AliyunOSSSDK/OSSURLRequestRetryHandler.m; sourceTree = ""; }; + 8BC555EFB5A05066780D94E2250AD844 /* UIView+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+YYAdd.m"; path = "YYCategories/UIKit/UIView+YYAdd.m"; sourceTree = ""; }; + 8BD523F7805130029A98A104C7F4417F /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = ""; }; + 8BF770EFA8F8E3338DD93E84D4CD62AC /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; + 8C0142937C3C69CC9DD3F17E13C10AC3 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; 8C32E95A497E8AB16BA4B503703866D7 /* TUIChat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TUIChat.release.xcconfig; sourceTree = ""; }; 8C3F1A0419AAD8065736DC7968102C54 /* TIMPush-TIMPush_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "TIMPush-TIMPush_Privacy"; path = TIMPush_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 8C47DEA2F80C17C505D5AAC5E478F6B5 /* TUIVoiceMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVoiceMessageCell.h; sourceTree = ""; }; - 8C52E08C63B91E6793D1ABF146E1FDF7 /* LLScreenshotBaseOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotBaseOperation.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotBaseOperation.h; sourceTree = ""; }; - 8C557D2F6361E8295AAD89EDEE2AACB4 /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Core/BRPickerStyle.m; sourceTree = ""; }; 8C575D326DDB2A7FB218A55FC5B74E37 /* TUIInputController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIInputController_Minimalist.h; sourceTree = ""; }; - 8C6DE3267E526E282214774C6134F2C6 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + 8C63B1E9210C6DA52DB27C507475EA15 /* QCloudHTTPRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequestOperation.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudHTTPRequestOperation.h; sourceTree = ""; }; + 8C6DFCB98E0DAF4BF61B93E0B37EB3EE /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; 8C7BEF24C1C8967E18F0BE66B0FE3D0F /* TUIWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIWeakProxy.h; sourceTree = ""; }; - 8C93EEA40FE0DA8CB90A713BA52C61B2 /* sharpyuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv.c; path = sharpyuv/sharpyuv.c; sourceTree = ""; }; - 8CD2F32CCB6620DC2E4DA0B0CFD85C26 /* IQTitleBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTitleBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h; sourceTree = ""; }; - 8CE1912E0C18C5CD4EFB419D62667262 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 8CE9693C7EE0BA4DC0D167FC5A8BE327 /* LLSandboxCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxCell.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxCell.m; sourceTree = ""; }; + 8C7E98566E4AFC8FDC766037D36DF126 /* QCloudAbstractRequest+Quality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudAbstractRequest+Quality.h"; path = "QCloudCOSXML/Classes/Base/QCloudAbstractRequest+Quality.h"; sourceTree = ""; }; + 8CA64B19663E1AD860C1DBDD45CE91D1 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; + 8CE4025DBF9D64A7620C5DB2BE5A0323 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; 8CF1DC6D0369B14BA40B52F5DA888AB5 /* TUIVideoReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoReplyQuoteView_Minimalist.h; sourceTree = ""; }; - 8D25EDCC9DB928F40CE0A38D790A2695 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; - 8D3CC53B87F8F2D4554CD8FD1FDD9428 /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; + 8D10346C5E8516AC37D152AF99776992 /* LLTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTool.h; path = LLDebugTool/Core/Others/Tool/LLTool.h; sourceTree = ""; }; + 8D12729993F980B7DABEF1333001B1BD /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + 8D19D182326CC54EED6617120742E146 /* YYDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYDiskCache.m; path = YYCache/YYDiskCache.m; sourceTree = ""; }; + 8D2D898EB6707CAC64DF1425DF4A6CB9 /* YBIBVideoTopBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoTopBar.h; path = Video/YBIBVideoTopBar.h; sourceTree = ""; }; 8D3D87C5F465FC0AB4618BA7FD7BC9BA /* TUIVideoCollectionCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoCollectionCell_Minimalist.m; sourceTree = ""; }; 8D4557A35A355F78DD9FFD8EAC379905 /* QGVAPlayer */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = QGVAPlayer; path = QGVAPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D49916E89DDC02F93FEAE886F15D13F /* OSSNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSNetworking.h; path = AliyunOSSSDK/OSSNetworking.h; sourceTree = ""; }; + 8D5BCEAE8BA9CD9C62B69365B6581AD6 /* QCloudProgrameDefines.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudProgrameDefines.m; path = QCloudCore/Classes/Base/QCLOUDProgramDefines/QCloudProgrameDefines.m; sourceTree = ""; }; + 8D719F82E4C259D2A6653CED988A55B4 /* LLEntryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryTitleView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryTitleView.h; sourceTree = ""; }; 8D80C05E653BCEE0BC386FDC6D64C15F /* TUIVoiceReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVoiceReplyQuoteView_Minimalist.m; sourceTree = ""; }; - 8D87DA6B70C6FFFC41C35A0E4A2C1486 /* YYImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYImage-prefix.pch"; sourceTree = ""; }; + 8D85D8872F4C43D533ED689F1296A9F2 /* NSMutableArray+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableArray+AvoidCrash.h"; path = "AvoidCrash/NSMutableArray+AvoidCrash.h"; sourceTree = ""; }; 8D934C7FCFA041C07A6F54B84AFF29F2 /* TUIMenuCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMenuCell.m; sourceTree = ""; }; - 8E039A8E9F100D07647F4967C09F2910 /* mz_strm_wzaes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_wzaes.c; path = SSZipArchive/minizip/mz_strm_wzaes.c; sourceTree = ""; }; - 8E181961FCB60B6D14994C2890037357 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 8DB0998F4BFF7BF2B9D7B4B09CD4216E /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; + 8DBB0E68D8E41402B01D91A8D67ECD02 /* UIView+LLWidgetBorder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+LLWidgetBorder.m"; path = "LLDebugTool/Core/Component/WidgetBorder/Function/UIView+LLWidgetBorder.m"; sourceTree = ""; }; + 8DF1B78AED8D6405E8CE90D13B3CA630 /* LLInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLInfoView.h; path = LLDebugTool/Core/Others/CommonUI/View/InfoView/LLInfoView.h; sourceTree = ""; }; + 8DF9A41F66B07291B3269FC8F6C0A85E /* YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYWebImage.h; path = YYWebImage/YYWebImage.h; sourceTree = ""; }; + 8DFB775F2860A8C47612985737A40F34 /* UIView+TZLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+TZLayout.h"; path = "TZImagePickerController/TZImagePickerController/UIView+TZLayout.h"; sourceTree = ""; }; 8E1A15F98848EBCBE15138BA0D390465 /* TUIInputController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIInputController_Minimalist.m; sourceTree = ""; }; + 8E1A79FA6D4EF7CCDF7390137C35D649 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreLocation.framework; sourceTree = DEVELOPER_DIR; }; 8E1D5C0FCA0D872C3F21E87F25420681 /* TZImagePickerController */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TZImagePickerController; path = TZImagePickerController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E42297E0B75C875D6022D94AE3D2CB9 /* LLTitleHeaderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleHeaderView.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleHeaderView.m; sourceTree = ""; }; - 8E4CE67C9A59C081F15F846C5A734745 /* LLWindowManager+Log.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Log.m"; path = "LLDebugTool/Core/Component/Log/UserInterface/LLWindowManager+Log.m"; sourceTree = ""; }; - 8E587B44A2FE47CDECE41B5B3B3DEEAA /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 8E76B5CE68CA5034BFADC21CFA3E1B97 /* Protobuf-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-prefix.pch"; sourceTree = ""; }; - 8E94E4E4444BC6E312965ABBB875E3EC /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 8EB95657DE06379818EEFDF02FC742BC /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 8EDF4D4EC1EC60F6DB319427A41A087C /* NSObject+YBImageBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YBImageBrowser.h"; path = "YBImageBrowser/Base/NSObject+YBImageBrowser.h"; sourceTree = ""; }; - 8EFB87AFFBE3A61E5E0B068AA4508D41 /* LLScreenshotActionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotActionView.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotActionView.h; sourceTree = ""; }; + 8E3E9B733CD27AE5EE44CCF64D0E8FFE /* UIFont+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIFont+YYAdd.m"; path = "YYCategories/UIKit/UIFont+YYAdd.m"; sourceTree = ""; }; + 8E425FC77EC9B72430675B7EDC9BAD25 /* QCloudUICKeyChainStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUICKeyChainStore.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudUICKeyChainStore.m; sourceTree = ""; }; + 8E5CFFB65E6284A229074AF679C42CD2 /* QCloudCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCore.debug.xcconfig; sourceTree = ""; }; + 8E6CAC6E9955E40DAF0822406EF4F90C /* LLCrashCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashCell.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashCell.h; sourceTree = ""; }; + 8E99CF2AFD3577423AFFD0718CCA0D26 /* QGAnimatedImageDecodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeManager.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.h; sourceTree = ""; }; + 8ED69B152C17210BC2731414127ED372 /* UIButton+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+YYWebImage.h"; path = "YYWebImage/Categories/UIButton+YYWebImage.h"; sourceTree = ""; }; + 8ED6D7892103B48550FFAD92B7707596 /* LLEnumDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEnumDescription.h; path = LLDebugTool/Core/Component/Hierarchy/Function/EnumDescription/LLEnumDescription.h; sourceTree = ""; }; + 8EDBB6E10559EE55E6A5901A85812CDC /* QCloudGCDTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudGCDTimer.m; path = QCloudCore/Classes/Base/QCloudGCDTimer.m; sourceTree = ""; }; + 8EEA71195C955C009397B0DF04D49194 /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; + 8EF5A8EE2FACB43C13638517B148979C /* LLConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConfig.m; path = LLDebugTool/DebugTool/LLConfig.m; sourceTree = ""; }; 8F0D4D4EC80F62CA54EAD5119A89EF03 /* AgoraLyricsScore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AgoraLyricsScore; path = AgoraLyricsScore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F25BEEE81DF1D1A655C0A750C81F444 /* AgoraLyricsScore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AgoraLyricsScore.modulemap; sourceTree = ""; }; - 8F35545C13BDCF4A615CCAAB5E07B891 /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; - 8F4089CEE8BD5BF8B23666F05A0B478F /* LLComponentNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLComponentNavigationController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentNavigationController/LLComponentNavigationController.m; sourceTree = ""; }; - 8F44CE3F4F0E453A47C43891F081FF7C /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; - 8F7928C82DAD75AC11E29EB566F480C5 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 8F93B67C8D43EC657E335A6F77182973 /* LLNetworkComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkComponent.h; path = LLDebugTool/Core/Component/Network/LLNetworkComponent.h; sourceTree = ""; }; + 8F22B2F87E1A78E64529530BFA222FC8 /* OSSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSExecutor.h; path = AliyunOSSSDK/OSSTask/OSSExecutor.h; sourceTree = ""; }; + 8F234C5813482323662968D61315ED76 /* LLDebugTool-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LLDebugTool-dummy.m"; sourceTree = ""; }; + 8F33ECEBE4B79517F7DADFD0C882148D /* quant_levels_dec_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_dec_utils.h; path = src/utils/quant_levels_dec_utils.h; sourceTree = ""; }; + 8F3D750EBBFC71EC018F99ABCADAAB66 /* QCloudUniversalPathFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalPathFactory.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPathFactory.m; sourceTree = ""; }; + 8F3F30860155CA3898BAC0579C0FBFBD /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWellKnownTypes.m; path = objectivec/GPBWellKnownTypes.m; sourceTree = ""; }; + 8F6EA90C684EEDF613BF8B939B9A8EC6 /* GPBDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor.h; path = objectivec/GPBDescriptor.h; sourceTree = ""; }; + 8F9792EFCCA496AD0513FE1628FEBD05 /* QCloudBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudBundle.h; path = QCloudCore/Classes/Base/QCloudBundle/QCloudBundle.h; sourceTree = ""; }; 8FAC875D7E5664C15E339C08A8BF6809 /* TUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextView.m; sourceTree = ""; }; - 8FD899744B4FE45A72DB2098F9A30587 /* QCloudAppendObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAppendObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudAppendObjectRequest.h; sourceTree = ""; }; - 8FF050324764B7CC17BB9B1BE5FE6720 /* UIView+MP4HWDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MP4HWDecode.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIView+MP4HWDecode.h"; sourceTree = ""; }; - 8FF907C8216B1C454231D7D3BAE13426 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 90014943D27A4414D6A92F636C655431 /* UIControl+RACSignalSupportPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupportPrivate.h"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.h"; sourceTree = ""; }; + 8FDAFE4F8CF8AE11135AB29B8E455F95 /* YYKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = YYCache/YYKVStorage.m; sourceTree = ""; }; 900B01806C65D7DCC5EC5ED03ECD0D03 /* TUICore.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUICore.bundle; path = Resources/TUICore.bundle; sourceTree = ""; }; - 90151025C24FE963DFFF64B6DED7B423 /* LLFilterFilePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterFilePickerView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterFilePickerView.m; sourceTree = ""; }; - 90221918B2D60B3483BFF2542B9C7C7D /* QCloudPingTester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudPingTester.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudPingTester.m; sourceTree = ""; }; - 9022B1F8CA7AA17EFA70ED28FB02E862 /* SVGAAudioLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAAudioLayer.h; path = Source/SVGAAudioLayer.h; sourceTree = ""; }; - 90391DF6CE0A93C6D9EA0ABCBF2EC469 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; - 904A8E2DD1D23113769C60C4B8AA0D63 /* LLNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNavigationController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/NavigationController/LLNavigationController.h; sourceTree = ""; }; + 900B31519F9677564DD375580F08B0B4 /* XHLaunchAd-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "XHLaunchAd-umbrella.h"; sourceTree = ""; }; + 90108D2933176D499EB6BA187A3830C4 /* YYCache-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-prefix.pch"; sourceTree = ""; }; + 901CC5EAB5ED1AB3CD4F66B53DC3FBA0 /* QCloudSupervisorySession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSupervisorySession.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisorySession.h; sourceTree = ""; }; + 901D1470FCA501EF999FBEDED6D42BF9 /* QGVAPMetalShaderFunctionLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalShaderFunctionLoader.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalShaderFunctionLoader.m; sourceTree = ""; }; + 9036A59F7E315C662CB43ECFFD049364 /* YYTextTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextTransaction.m; path = YYText/Utility/YYTextTransaction.m; sourceTree = ""; }; + 903AAA1078A62A0D2C039C7F3324D2EF /* MQTTSSLSecurityPolicyTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyTransport.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.m; sourceTree = ""; }; + 904BCA9F9F9AB430042B967174BFB6E5 /* GPBTimestamp.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBTimestamp.pbobjc.m; path = objectivec/GPBTimestamp.pbobjc.m; sourceTree = ""; }; 906059D2926D776E777F243B60E05A46 /* TUIGroupChatViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupChatViewController.m; sourceTree = ""; }; - 9072CDD73A8D211AC95E38A2BAD39770 /* YYCategories-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYCategories-Info.plist"; sourceTree = ""; }; + 906BCCE1D208D9E638F4D2AF4D9D055E /* LLStorageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLStorageManager.h; path = LLDebugTool/Core/Storage/LLStorageManager.h; sourceTree = ""; }; + 9073332A18D58133D8B273185B64ACF5 /* UITextView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+RACSignalSupport.h"; path = "ReactiveObjC/UITextView+RACSignalSupport.h"; sourceTree = ""; }; 908009E78A2E56530859FF690E873087 /* Pods-QXLiveDev.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QXLiveDev.debug.xcconfig"; sourceTree = ""; }; - 9089C138119CC3A3E207FC6E44DF7883 /* TZAuthLimitedFooterTipView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZAuthLimitedFooterTipView.h; path = TZImagePickerController/TZImagePickerController/TZAuthLimitedFooterTipView.h; sourceTree = ""; }; - 908A837346F8509A3C297F003E23D850 /* BRPickerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BRPickerView-Info.plist"; sourceTree = ""; }; - 90D7FF3042800797EA73C0A0442C6956 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - 90D8F228D30C0E38CECAA4978016D584 /* LLWindowManager+Sandbox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Sandbox.m"; path = "LLDebugTool/Core/Component/Sandbox/UserInterface/LLWindowManager+Sandbox.m"; sourceTree = ""; }; + 909D886187D9A3C2ED73F61F3D7036D0 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 90C23C44637508901F56E90F75E1F821 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; + 90D477AFC3D099A97887E34D6DEBAE3F /* GPBDuration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDuration.pbobjc.h; path = objectivec/GPBDuration.pbobjc.h; sourceTree = ""; }; 90EEBC4F39930756A7145F73F6C19488 /* TUIGroupAvatar+Helper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TUIGroupAvatar+Helper.m"; sourceTree = ""; }; - 9128D7877A6A305E46EC7D3A2B092BBD /* QCloudAuthentationV5Creator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAuthentationV5Creator.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV5Creator.m; sourceTree = ""; }; - 912D47DD71DFADB72E7CEDD5287EEB2D /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; - 91403F1E5C0272749E2C99D64AFD32CE /* WechatOpenSDK-XCFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.debug.xcconfig"; sourceTree = ""; }; - 914BEA483726676393D445DE4DE45FB1 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - 91625967ECE48268D0B6FF9C59DF874A /* TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh"; sourceTree = ""; }; - 9177A1E1CB5989389C44C78FE0A269BA /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - 9180B113E5C06B750956171BB08B097F /* LLComponentDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponentDelegate.h; path = LLDebugTool/Core/Others/Component/LLComponentDelegate.h; sourceTree = ""; }; - 91918C336CB4E3EAD7E5718A4CE3F59D /* ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist"; sourceTree = ""; }; - 91A7D7FAD9C88D8FADFF64439EACA222 /* LLEntryBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryBallView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBallView.m; sourceTree = ""; }; + 910605382B82F99F085C2D880EA4D164 /* LLMagnifierView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierView.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierView.m; sourceTree = ""; }; + 9117BE2F6F37D132D8C1D812D9C88493 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + 919795F244E75F84C5834FEC706BA1E9 /* UIImage+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+YYAdd.m"; path = "YYCategories/UIKit/UIImage+YYAdd.m"; sourceTree = ""; }; + 919A6865EBC0E4C5833B0E66E2C77CFF /* AgoraRtcEngine_iOS-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AgoraRtcEngine_iOS-xcframeworks.sh"; sourceTree = ""; }; + 91AAA3E7455E30C449BBE2A21CFF7DEF /* SVRadialGradientLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVRadialGradientLayer.m; path = SVProgressHUD/SVRadialGradientLayer.m; sourceTree = ""; }; 91AF72E84F1B3D7D62712559F9173D1C /* TUIEvaluationCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIEvaluationCellData.h; sourceTree = ""; }; 91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SSZipArchive; path = SSZipArchive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 91B38216C9217DACF5ACC9EA5145E770 /* NSMutableString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableString+AvoidCrash.h"; path = "AvoidCrash/NSMutableString+AvoidCrash.h"; sourceTree = ""; }; 91B5CBEF9476C1128396E8D8CA480DFB /* TUIConversationCellData_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationCellData_Minimalist.h; sourceTree = ""; }; - 91C6205A1443784459DC10D3043BE98E /* Protobuf-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Protobuf-Info.plist"; sourceTree = ""; }; - 91F8647124E0787F55038BB3D25FBB27 /* LLRulerWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerWindow.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerWindow.m; sourceTree = ""; }; - 9203541306F143FDEB870B5F9A0B5E1F /* YYKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = YYCache/YYKVStorage.m; sourceTree = ""; }; + 91B69F8D65DA05506B36BE32EEF8B958 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + 91F2A552E1A63EAADACCE67FEB3EB478 /* LLInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLInfoView.m; path = LLDebugTool/Core/Others/CommonUI/View/InfoView/LLInfoView.m; sourceTree = ""; }; 92080B092D611A9308583BC80776AFD4 /* TUICore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICore.h; sourceTree = ""; }; 9211E26EE5EA1B5D5F0399C5FA89C084 /* TUIMenuView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMenuView.h; sourceTree = ""; }; + 9212BA51078BD26B1CDDE92F0166CD0A /* QCloudBundlePath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudBundlePath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudBundlePath.h; sourceTree = ""; }; 921D0BB999A8CEDFA647B19789344E63 /* TUIConversationSelectBaseDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationSelectBaseDataProvider.h; sourceTree = ""; }; - 921E5C4735B2CFC1A410EEB60DA1F15D /* ScoringMachineProtocol+Infos.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachineProtocol+Infos.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachineProtocol+Infos.swift"; sourceTree = ""; }; - 9231995BAA72208E6E6F3F4018F17579 /* LLScreenshotToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotToolbar.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotToolbar.h; sourceTree = ""; }; - 9237AE7D726F70DDD45C541AD4A800DC /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; - 923D56204C8878303AE2C6359922DB30 /* OSSIPv6Adapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSIPv6Adapter.h; path = AliyunOSSSDK/OSSIPv6/OSSIPv6Adapter.h; sourceTree = ""; }; + 922C0C0C201ADBD3873C4B40D8A12AE1 /* UIControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupport.m"; path = "ReactiveObjC/UIControl+RACSignalSupport.m"; sourceTree = ""; }; + 9246ABF853E63CC3F2A76B3A2876FD02 /* MKMapView+LL_Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKMapView+LL_Location.m"; path = "LLDebugTool/Core/Component/Location/Function/MKMapView/MKMapView+LL_Location.m"; sourceTree = ""; }; + 92644A90D9EB20EE85D1784DBD17C8FB /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; 927DCA1FCB1533BC17E9492D4F79B13E /* TUITool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITool.h; sourceTree = ""; }; 92871C51F3A63C205C71A1C165D90489 /* TUIFitButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFitButton.m; sourceTree = ""; }; 929A960D01E2CCD3DED5C21784B95109 /* TUICaptureVideoPreviewViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICaptureVideoPreviewViewController.h; sourceTree = ""; }; + 92A7A7FAFD0C804BDC34A0A27D07EDE5 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; 92A8C56F5321E2AA0AAF46195868DC27 /* TUIGroupProfileCardCellData_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupProfileCardCellData_Minimalist.m; sourceTree = ""; }; - 92B370C7C8365A49C3D05DD3FDE518C4 /* LLScreenshotWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotWindow.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotWindow.h; sourceTree = ""; }; - 92B775B45DE7E0A6F25CAA435FED1917 /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; - 92BA56547911C9DDE2E0D1FBC2379C56 /* LLWindowManager+Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Network.h"; path = "LLDebugTool/Core/Component/Network/UserInterface/LLWindowManager+Network.h"; sourceTree = ""; }; - 92C1D7D3A305BC6D2EBEE755EB5A930E /* YBIBImageData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageData.m; path = YBImageBrowser/Image/YBIBImageData.m; sourceTree = ""; }; - 92C8304300FD1039B39260B05ED122B9 /* LLLocationHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationHelper.m; path = LLDebugTool/Core/Component/Location/Function/LLLocationHelper.m; sourceTree = ""; }; - 92CCD998EA97097340DB86E4B6424431 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; - 9307B5FE011D6F6ED5ACC26D6E47C901 /* LLWindowManager+AppInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+AppInfo.m"; path = "LLDebugTool/Core/Component/AppInfo/UserInterface/LLWindowManager+AppInfo.m"; sourceTree = ""; }; + 92BFE47537B6941152A54D2804810AFE /* NSDate+QCLOUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+QCLOUD.m"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCLOUD.m"; sourceTree = ""; }; + 92C8F3FF4B3529CCBADD7CCAC157DFE0 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + 930C3A652CFC2BE4B49D4B3379EE99B5 /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; 930FF18571AF023CCC64E89B428FB658 /* ResourceBundle-TIMCommon_Privacy-TIMCommon-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TIMCommon_Privacy-TIMCommon-Info.plist"; sourceTree = ""; }; - 934F3A0D5E9E6D51DA588C2F649A5ED9 /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; - 935DE90A8B2DAD1AAC40EBFB11032967 /* UIRefreshControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+RACCommandSupport.h"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.h"; sourceTree = ""; }; - 936AFBA0A950DAA32400CF9454411A48 /* NSSet+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+OSS.m"; path = "AliyunOSSSDK/NSSet+OSS.m"; sourceTree = ""; }; - 937BAE0D7ECAFAC5DF4B1015DADDDDFC /* LLRouter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRouter.m; path = LLDebugTool/Core/Others/Router/LLRouter.m; sourceTree = ""; }; - 939F642E6D82A2E63F328D05004F525C /* LLFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterView.h; sourceTree = ""; }; - 93E65E29AF71B238088AA081907C6313 /* QCloudResponseSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudResponseSerializer.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudResponseSerializer.m; sourceTree = ""; }; - 93E89987E1B5492FE72D12FFBF263D70 /* TAAnimatedDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TAAnimatedDotView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAnimatedDotView.h; sourceTree = ""; }; + 9311B1C0FC3B6F167BE127007EC329FD /* LLAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAnnotation.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLAnnotation.m; sourceTree = ""; }; + 9335894D5AC0E9D208A92B950EFCFD30 /* sharpyuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_sse2.c; path = sharpyuv/sharpyuv_sse2.c; sourceTree = ""; }; + 93430B018DAEADF8BE0D364A8F16581E /* video_dec.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = video_dec.xcframework; sourceTree = ""; }; + 936EA62684AFE46D8C7A389C41A38FB4 /* YYModel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYModel-dummy.m"; sourceTree = ""; }; + 937B4527DA423E8AB5CAE84A9719EB79 /* LLScreenshotImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotImageView.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotImageView.h; sourceTree = ""; }; + 9381F19FDBD1334C0CE58AF0243A9374 /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; + 93AC415D6111CE238D870CA2D635456D /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; + 93CC207FE8CA73A9B6AA8F64B362473B /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; + 93DDFC53D6DD53F9B1A0E83FDB2BC745 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 93E8355675EA5071EBC98F7F882FAC5E /* Downloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Downloader.swift; path = AgoraLyricsScore/Class/Downloader/Downloader.swift; sourceTree = ""; }; + 93F085354CB84C0450C0BDA96ECA3481 /* GPBSourceContext.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBSourceContext.pbobjc.m; path = objectivec/GPBSourceContext.pbobjc.m; sourceTree = ""; }; + 93F68CE20652DBD922DE71FC9463F829 /* GPBBootstrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBBootstrap.h; path = objectivec/GPBBootstrap.h; sourceTree = ""; }; 93FCD3E08B24EAECB6BA290C25794B95 /* TUIBaseMessageController_Minimalist+ProtectedAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIBaseMessageController_Minimalist+ProtectedAPI.h"; sourceTree = ""; }; 93FE9436178E5ACA9A9610B25786D11D /* TUIFaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFaceView.h; sourceTree = ""; }; - 9405B7EE37C2626E0FAB6A4D24BAF3BB /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + 94089A35BE8F36331065084DAB72B91D /* UIDevice+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+YYAdd.h"; path = "YYCategories/UIKit/UIDevice+YYAdd.h"; sourceTree = ""; }; + 9416735F477D7AF794F4D954AE46F584 /* LLSandboxViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxViewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxViewController.m; sourceTree = ""; }; 941FD917F417F550371D727FDF654777 /* TIMCommonTheme.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TIMCommonTheme.bundle; path = Resources/TIMCommonTheme.bundle; sourceTree = ""; }; - 9421733E9492EBAF4554BC01E63F5532 /* YYTextInput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextInput.h; path = YYText/Component/YYTextInput.h; sourceTree = ""; }; + 942AD231574913B4D691DE81E2D2401A /* NSTimer+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSTimer+YYAdd.h"; path = "YYCategories/Foundation/NSTimer+YYAdd.h"; sourceTree = ""; }; 94329B7AE8EE695E7D6F6A2D1247E7BA /* TIMCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TIMCommon.release.xcconfig; sourceTree = ""; }; - 94596E7FC878CAF5BD0D9CC95E61BF93 /* QCloudLoaderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLoaderManager.m; path = QCloudCore/Classes/Base/CustomLoader/QCloudLoaderManager.m; sourceTree = ""; }; - 947BB50F945ACD93C0920B78DC1FA996 /* LLRuler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRuler.h; path = LLDebugTool/Core/Component/Ruler/LLRuler.h; sourceTree = ""; }; - 947DC10AA8D519EB371FAA12C67BB016 /* LLDebugTool-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LLDebugTool-prefix.pch"; sourceTree = ""; }; - 9485EB0391E1AB078FD719112A7E1C72 /* LLScreenshotSelectorModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotSelectorModel.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorModel.h; sourceTree = ""; }; - 949742297D1D4FF3E63055928121743C /* TZLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZLocationManager.h; path = TZImagePickerController/Location/TZLocationManager.h; sourceTree = ""; }; - 94A7B19715A0D856103E5BDA6B5DF908 /* GPBRootObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject.h; path = objectivec/GPBRootObject.h; sourceTree = ""; }; - 94ACA4048C88BA862C17F19AA560BD71 /* libwebp.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = libwebp.modulemap; sourceTree = ""; }; - 94CF2495A56C33AAEA8737D4DF150E53 /* QCloudUploadPartResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadPartResult.m; sourceTree = ""; }; - 94DE8F7BB4C72D62AD40BF89FD749202 /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; - 94F066A7E04C103261B7E99EEC47E974 /* QCloudError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudError.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudError.m; sourceTree = ""; }; - 94F1A20F3CF3CA9B5FEE05BC72495CF0 /* QGVAPMetalUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalUtil.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalUtil.m; sourceTree = ""; }; - 94F514CCC0F54DE94974B8D9BD3346D7 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; - 94FE1C2503CF03D1C77C30D7339D20E3 /* QCloudThreadSafeMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudThreadSafeMutableDictionary.h; path = "QCloudCore/Classes/Base/Bolts-Promise/QCloudThreadSafeMutableDictionary.h"; sourceTree = ""; }; - 9502B0B473623E7357CE14F670B4A6C5 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 9449137B6195B4F442EBCA9079DB8264 /* TZProgressView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZProgressView.h; path = TZImagePickerController/TZImagePickerController/TZProgressView.h; sourceTree = ""; }; + 945AC9C4F59AD49FADAD009442ABA0B1 /* OSSPutObjectTaggingRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutObjectTaggingRequest.m; path = AliyunOSSSDK/OSSPutObjectTaggingRequest.m; sourceTree = ""; }; + 946B28E74939B41F3E5E1F215D216804 /* QGBaseAnimatedImageFrame+Displaying.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QGBaseAnimatedImageFrame+Displaying.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.m"; sourceTree = ""; }; + 948910D76DB19AF888E8EA1CD420281D /* UIScrollView+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+YYAdd.m"; path = "YYCategories/UIKit/UIScrollView+YYAdd.m"; sourceTree = ""; }; + 949B809621D2FCC82B4A8BB0D45D9B7D /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 94C3B1E2EBA480B36FB2CBCB80883402 /* SVGAContentLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAContentLayer.m; path = Source/SVGAContentLayer.m; sourceTree = ""; }; + 94FB68909D0E38C10162FC376E4D7367 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + 951FEA41E7948B9D1E801122F593F263 /* QCloudBizHTTPRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudBizHTTPRequest.h; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudBizHTTPRequest.h; sourceTree = ""; }; + 9531105B445F73982332602F068B56F3 /* LLSubTitleTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSubTitleTableViewCell.m; path = LLDebugTool/Core/Others/CommonUI/View/SubTitleTableViewCell/LLSubTitleTableViewCell.m; sourceTree = ""; }; + 95348C1B9E8D0E2F7C82E9F6C3F97E15 /* YYTextAsyncLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextAsyncLayer.m; path = YYText/Utility/YYTextAsyncLayer.m; sourceTree = ""; }; 953C060534FC3B5C1D79AF1D5519C9D2 /* TUIMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageCell.h; sourceTree = ""; }; - 953EA43E3F2AF86474EE7D74EBCBD573 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - 9540B15BAB1B72A64BF8F5A92E008802 /* AliyunOSSiOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AliyunOSSiOS-prefix.pch"; sourceTree = ""; }; 9540DF32823F25B245A8907FFFF8A2F2 /* TUIGroupCreatedCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupCreatedCellData.m; sourceTree = ""; }; - 95457C29FC39801500A209BB64538B5F /* QCloudHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPSessionManager.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudHTTPSessionManager.m; sourceTree = ""; }; - 954A29B28B94DAB35DBB9DCA2DA8D1FB /* MQTTDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTDecoder.h; path = MQTTClient/MQTTClient/MQTTDecoder.h; sourceTree = ""; }; - 9559EC21ED7F4E98D232C84ECEA163E1 /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; + 955C11ADE54D8E281B0C584A9D21B91E /* LLComponentWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLComponentWindow.m; path = LLDebugTool/Core/Others/CommonUI/Window/ComponentWindow/LLComponentWindow.m; sourceTree = ""; }; 955E405DBAF6E8AC856E5284FFC13751 /* TUIMoreView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMoreView.h; sourceTree = ""; }; - 958B0EAFAF6E8E42C805AE3BD743DAC4 /* SSZipArchive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SSZipArchive-Info.plist"; sourceTree = ""; }; - 95A3324CA0FE1B9B3F9E4D935B5E655F /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - 95A438E9583EC9367114459DB27631A0 /* Protobuf.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.debug.xcconfig; sourceTree = ""; }; - 95B6840B1277532F157C0E5E204647E6 /* LLBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseView.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseView.h; sourceTree = ""; }; - 95C14D9A7910CDEB22F772FEE9354C42 /* UIViewController+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIViewController/UIViewController+LL_Utils.h"; sourceTree = ""; }; - 95FE8358D7747A179D03A5C18C0782AE /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; + 95650BEAA8431C22742BE6230CF7D621 /* QCloudListMultipartRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudListMultipartRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudListMultipartRequest.m; sourceTree = ""; }; + 9578342438FED19B055ABC3F07F0B4DD /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; + 9587AE6808FB7EA107E44B7D668EB54D /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 95930AEA371FDAD2E4742B4D0F1A8639 /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + 9594BAAA1959B8DE5B28DFAE224DCDB9 /* SVProgressAnimatedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVProgressAnimatedView.h; path = SVProgressHUD/SVProgressAnimatedView.h; sourceTree = ""; }; + 95A4285B4C74A99A0977F891F90886E5 /* QCloudServiceConfiguration+Quality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudServiceConfiguration+Quality.h"; path = "QCloudCore/Classes/Base/QCloudBase/QualityAssurance/QCloudServiceConfiguration+Quality.h"; sourceTree = ""; }; + 95C0425BD60FAC9F2B5F48DE52D1D424 /* YBImageBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YBImageBrowser.modulemap; sourceTree = ""; }; + 95CF83479403FEB959D1BEA421C0920E /* QCloudLoggerOutput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLoggerOutput.m; path = QCloudCore/Classes/Base/Logger/QCloudLoggerOutput.m; sourceTree = ""; }; + 95DA354A0A4EC90C07003C9F62088DB7 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; + 95E8855D74C5A8179F21428FFF8F66DF /* LLLocationComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationComponent.m; path = LLDebugTool/Core/Component/Location/LLLocationComponent.m; sourceTree = ""; }; + 95F7FD14F3EC3456139CF321D7597077 /* LLWindowManager+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Hierarchy.m"; path = "LLDebugTool/Core/Component/Hierarchy/UserInterface/LLWindowManager+Hierarchy.m"; sourceTree = ""; }; 96026FBB2F8FD1F74ABC487E8E31DA10 /* AlbumPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AlbumPicker.m; sourceTree = ""; }; + 960F58A2207EC501A6062FC6E097D486 /* FMDB.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FMDB.release.xcconfig; sourceTree = ""; }; + 961FD3056832FADC5699F410B1D51A76 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; 9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReactiveObjC; path = ReactiveObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 962883BF2C0094FFA504AB59ADF5410B /* QCloudURLTools.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudURLTools.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/URLTools/QCloudURLTools.m; sourceTree = ""; }; 9631FC392053D21BBAA9F1286BF5A0C2 /* TUIConversation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIConversation-prefix.pch"; sourceTree = ""; }; - 963582D9879ACDC3E657D057454E7CE1 /* QCloudHTTPRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequestOperation.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudHTTPRequestOperation.h; sourceTree = ""; }; - 9657CC53F162E9B98D58C7976220247D /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; - 965810800994EDF115FC7C81D968BB02 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; - 966B2ACA825394A27EB38B0C8BB7BECC /* GPBType.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBType.pbobjc.h; path = objectivec/GPBType.pbobjc.h; sourceTree = ""; }; - 968231824AEE19E86BB15B07FE4E7B0A /* LocalPitchView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalPitchView.swift; path = AgoraLyricsScore/Class/Scoring/View/LocalPitchView.swift; sourceTree = ""; }; + 9636BD944F1A5D2BA2E33B97483B7F91 /* LLTitleViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleViewController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/TitleViewController/LLTitleViewController.m; sourceTree = ""; }; + 964B0BAD53E1B7B635718A2E9BC3801F /* YYTextInput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextInput.h; path = YYText/Component/YYTextInput.h; sourceTree = ""; }; + 964F3D8F359976D48FCAC5DD75A5BFDD /* LLRouter+AppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+AppInfo.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+AppInfo.h"; sourceTree = ""; }; + 9655560DCB29C932A8908DC93B940C3B /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + 96606A63FC07C643DDDB552178ABE333 /* Zip-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Zip-umbrella.h"; sourceTree = ""; }; + 96875A762ED6E1B1AE779219573CC072 /* QCloudCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QCloudCore-Info.plist"; sourceTree = ""; }; + 968AD5A157680098AB52CFBB49C41CA9 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/QuickLook.framework; sourceTree = DEVELOPER_DIR; }; + 968BA70E62F38D5CCD3B5FBC81234084 /* LLWindowManager+ShortCut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+ShortCut.m"; path = "LLDebugTool/Core/Component/ShortCut/UserInterface/LLWindowManager+ShortCut.m"; sourceTree = ""; }; 968DB3C6703E8E1ED6FDB0C1B30F28D0 /* TUIImageReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageReplyQuoteView_Minimalist.m; sourceTree = ""; }; - 968E0E8489EA1FEE210BB51339379F28 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; - 9691510F8293B6C3C3620A1B5CF6EC68 /* FMDB-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FMDB-Info.plist"; sourceTree = ""; }; - 96C143B365F048B7C234C3A8462EAC60 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - 96CFE93F542A68F13873B7A2311998B7 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - 96D60FAA08A4AD43F6A699D26B9D16EC /* NSMutableData+OSS_CRC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableData+OSS_CRC.m"; path = "AliyunOSSSDK/NSMutableData+OSS_CRC.m"; sourceTree = ""; }; - 96F57F8950C059A0FB4F8A87B8134D20 /* OSSGetSymlinkResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetSymlinkResult.h; path = AliyunOSSSDK/OSSGetSymlinkResult.h; sourceTree = ""; }; - 9705AC856C47F05BEF242A30404BE89E /* QCloudCOSXML.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QCloudCOSXML.modulemap; sourceTree = ""; }; - 971D3EE6EC1361D862EC9522FE88E5B9 /* NSNumber+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+YYAdd.h"; path = "YYCategories/Foundation/NSNumber+YYAdd.h"; sourceTree = ""; }; + 9691B30D3B4374F39008FA6F52E5A2C3 /* QCloudUploadPartRequestRetryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartRequestRetryHandler.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudUploadPartRequestRetryHandler.m; sourceTree = ""; }; + 96A9933CBF13B3C1D3482120FEBFB8E6 /* YYFrameImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYFrameImage.m; path = YYImage/YYFrameImage.m; sourceTree = ""; }; + 96DCDE9B976A65B57FF4656FE76D4566 /* YBIBImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageCell.m; path = YBImageBrowser/Image/YBIBImageCell.m; sourceTree = ""; }; + 96F6BFE84C5F4A1A888825C37F1E7E0F /* DZNEmptyDataSet.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DZNEmptyDataSet.modulemap; sourceTree = ""; }; + 96F7523448B711E0B4BB6D44C2F12445 /* LLFormatterTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFormatterTool.h; path = LLDebugTool/Core/Others/FormatterTool/LLFormatterTool.h; sourceTree = ""; }; + 970D884C1547286A67061E15FE094DA3 /* SVGAAudioEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAAudioEntity.m; path = Source/SVGAAudioEntity.m; sourceTree = ""; }; + 970D9EACC78284B54A1F72150FC2E3DC /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 971D7620A611C3F8624643802A141791 /* YBIBSentinel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBSentinel.h; path = YBImageBrowser/Helper/YBIBSentinel.h; sourceTree = ""; }; + 9729A7296B50F159EEB9C35BF04FE3B3 /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; 9729C86379BFD05AFA85BB733D4EDC3A /* Pods-QXLiveDev-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-QXLiveDev-umbrella.h"; sourceTree = ""; }; - 976641C70166B3DDE3CFAEFD61C325C7 /* YBIBVideoData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoData.h; path = Video/YBIBVideoData.h; sourceTree = ""; }; - 9769F3CB66237CD67D3373761DCB0AAC /* JXPagerListRefreshView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerListRefreshView.h; path = Sources/JXPagerView/JXPagerListRefreshView.h; sourceTree = ""; }; + 974131DB43BD7901AD1222551D08DE64 /* QCloudSimplePing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSimplePing.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudSimplePing.m; sourceTree = ""; }; + 9755F822330DC3CCE2444189D403B9E7 /* QCloudSimplePing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSimplePing.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudSimplePing.h; sourceTree = ""; }; + 97662B55E2D3BE7827C64E64FF5129CC /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; 976E283DFB7D8CEF67DA977E0B88253D /* TUIMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageCell.m; sourceTree = ""; }; - 977F1E2C35AB1341C1F8E208B95D7DF9 /* NSAttributedString+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+YYText.m"; path = "YYText/Utility/NSAttributedString+YYText.m"; sourceTree = ""; }; - 97ABD91E76532D89129E4947684B67F6 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; + 97A9F485B97904D429615BEB88D5B8E8 /* endian_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endian_inl_utils.h; path = src/utils/endian_inl_utils.h; sourceTree = ""; }; 97B154008DDCC90A8341E90151A21F2D /* TUIGroupPendencyDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupPendencyDataProvider.h; sourceTree = ""; }; - 97BA55813AF3F0187E2A44C2CAEC0B25 /* QCloudHTTPRequest_RequestID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequest_RequestID.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequest_RequestID.h; sourceTree = ""; }; - 97E4EE3DDAA0E9C5FA33E798507F3C1A /* QGAnimatedImageDecodeThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeThread.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.m; sourceTree = ""; }; + 97B7FA148F458EA7D7983CA933E454CB /* sharpyuv_csp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_csp.c; path = sharpyuv/sharpyuv_csp.c; sourceTree = ""; }; + 97C607AB52E4AB1DB04718DFC0370DF3 /* LLWindowManager+AppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+AppInfo.h"; path = "LLDebugTool/Core/Component/AppInfo/UserInterface/LLWindowManager+AppInfo.h"; sourceTree = ""; }; 97F2D1E98D2FAE9D3412F765A459F06E /* TUIFileViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileViewController.h; sourceTree = ""; }; - 9809B70512BD2DA0DD82468228FBE923 /* UIScreen+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScreen+YYAdd.h"; path = "YYCategories/UIKit/UIScreen+YYAdd.h"; sourceTree = ""; }; - 981B62113BD0DA69A54FB78AFEE784C2 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 9842CBBE1DDEAF850B3443F53051090E /* UIDevice+LL_AppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+LL_AppInfo.h"; path = "LLDebugTool/Core/Component/AppInfo/Function/UIDevice/UIDevice+LL_AppInfo.h"; sourceTree = ""; }; + 97F60686E5059829794B1742C6386FBB /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + 9809E9AA1758192DBA097A0B85175D3C /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 980B4A4064C213D32757D482D85407B5 /* LLFunctionComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionComponent.m; path = LLDebugTool/Core/Others/Component/Function/LLFunctionComponent.m; sourceTree = ""; }; + 9817B112ED5456F10AC2E112C62CDAAA /* LLCrashDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashDetailViewController.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashDetailViewController.h; sourceTree = ""; }; + 984A96D11EF6A06FDC24F6E4E9E538F7 /* YBIBWebImageMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBWebImageMediator.h; path = YBImageBrowser/WebImageMediator/YBIBWebImageMediator.h; sourceTree = ""; }; 98527D7196957AAB07B79E2E2AFDE23E /* IQKeyboardManager */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManager; path = IQKeyboardManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 98540D1B92D5723A142D1F8AD54D2598 /* QCloudCOSXMLService+Transfer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Transfer.h"; path = "QCloudCOSXML/Classes/Transfer/QCloudCOSXMLService+Transfer.h"; sourceTree = ""; }; - 985C75D39F6D074CF247CCA12CFF66CB /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; - 9863230652A77516A5830C58FEE0B4C6 /* GPBUnknownFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFields.h; path = objectivec/GPBUnknownFields.h; sourceTree = ""; }; - 98B77E03C826D52220B2151CB7FF4B08 /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; + 986E042E25C130902ACB35A89D3C47FD /* LLNetworkImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkImageCell.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkImageCell.h; sourceTree = ""; }; + 9893127A9ABDFF50162174A23D9E063F /* LLNetworkDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkDefine.h; path = LLDebugTool/Core/Others/Define/LLNetworkDefine.h; sourceTree = ""; }; + 989529385FD3B1B4089AB8E6EB00D0F4 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; + 98A2A4F04D4F2A8A638AA9B338E44680 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; + 98AAF3B02F5C2E0161843221462E7D13 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; + 98B6A95FE57A4682BE7B6B185DCB9F21 /* QCloudCOSXMLEndPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLEndPoint.m; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLEndPoint.m; sourceTree = ""; }; + 98BB4B796B318009C8BA7D6604826CBE /* LLSettingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingManager.h; path = LLDebugTool/Core/Others/Manager/SettingManager/LLSettingManager.h; sourceTree = ""; }; + 98C4ED3510BD1591725C04A44B9024AB /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; 98FFB85987A25E738F2F8E252A56EB58 /* TUIC2CChatViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIC2CChatViewController.h; sourceTree = ""; }; + 990BAC9AD43347FC228B5F8491FF2DD9 /* Agoraffmpeg.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = Agoraffmpeg.xcframework; sourceTree = ""; }; 990C3927E2E64898196108C7F15A1FB5 /* TUIInputBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIInputBar.m; sourceTree = ""; }; - 991332021BA6EA0F0A0807C7E3ADA665 /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; - 9913A2617E39A9B8B72732889C727C44 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - 9914816CFEB1A44C5DD27892F27F701A /* LLWindowManager+AppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+AppInfo.h"; path = "LLDebugTool/Core/Component/AppInfo/UserInterface/LLWindowManager+AppInfo.h"; sourceTree = ""; }; - 992E7E74FA846B8584E79728F0C6F7D0 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; + 990D5421C9512C49357DF6466681D365 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + 9913D0CD7540918B0A7D2186F468C1A2 /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + 9926400E803C532FF6491D593C413602 /* QCloudLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLogger.m; path = QCloudCore/Classes/Base/Logger/QCloudLogger.m; sourceTree = ""; }; + 99266CD08B915F9A33760D88ABF817D2 /* YBIBLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBLoadingView.h; path = YBImageBrowser/AuxiliaryView/YBIBLoadingView.h; sourceTree = ""; }; + 992A29A07C951FE03A65D7A128108FAB /* SVGAParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAParser.h; path = Source/SVGAParser.h; sourceTree = ""; }; 99337F0F0F7E53C33D8DEFED209D4660 /* Pods-QXLive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-QXLive.modulemap"; sourceTree = ""; }; + 99558AC72C5EB85D102118F0512E505F /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 99562DD9357B29FED7AAB382C5F5B043 /* JXCategoryView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JXCategoryView-Info.plist"; sourceTree = ""; }; 99658E8DD4623D50FA4011BCDDADB02D /* TUIFaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFaceView.m; sourceTree = ""; }; 9977D80B67557184683EA5A0EDE7775F /* TUIConversation-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TUIConversation-Info.plist"; sourceTree = ""; }; - 99878C107A070699FBAB53DE435AEAD8 /* LLBaseWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseWindow.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseWindow.m; sourceTree = ""; }; - 99C2CBBFB4379E23C1A56B3F85C4B092 /* QCloudResponseSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudResponseSerializer.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudResponseSerializer.h; sourceTree = ""; }; - 99C9F6420E22E715A5EDD7BC667FB6BD /* LLHtmlConfigViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlConfigViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlConfigViewController.m; sourceTree = ""; }; - 9A5F6D8AA6993683C15AB8AF64D1DD9A /* LLDebugTool-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LLDebugTool-dummy.m"; sourceTree = ""; }; - 9A651EC9070289A97EF337EFE867B426 /* sharpyuv_gamma.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_gamma.c; path = sharpyuv/sharpyuv_gamma.c; sourceTree = ""; }; - 9A6600403FF27849D26DCED372AB99BB /* OSSServiceSignature.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSServiceSignature.m; path = AliyunOSSSDK/Signer/OSSServiceSignature.m; sourceTree = ""; }; + 997A4CA3C67566EB0A505E8F84277A28 /* YBIBSentinel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBSentinel.m; path = YBImageBrowser/Helper/YBIBSentinel.m; sourceTree = ""; }; + 99878164D77CD945151B5D745724093E /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; + 99A84FAF5413688AB090FBC0642B8FAE /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; + 99CD95F2C7624CDE1255490FBB5C94B5 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; + 99ECC615DC12CBCC5B82C58215487A9D /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; + 99F3DAE436F4E201ECD67AD5733F31E8 /* OSSDDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDDLog.h; path = AliyunOSSSDK/OSSFileLog/OSSDDLog.h; sourceTree = ""; }; + 99F5BE411CF25FCA5CD7E0AB91D9F667 /* YBImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImage.h; path = YBImageBrowser/Image/YBImage.h; sourceTree = ""; }; + 9A687087774799D797BC9AFC255EDFAC /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; 9A69EBE67FC175DD4A6E2DEA910A192A /* TUIGroupInfoDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupInfoDataProvider.h; sourceTree = ""; }; - 9A81EBF3E122777C71BC1E14A5A5DC2F /* OSSInputStreamHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSInputStreamHelper.m; path = AliyunOSSSDK/OSSInputStreamHelper.m; sourceTree = ""; }; + 9A6BA0250C2F6D4F2BCC2672039E42CB /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; + 9A90AEE307720049F0C7516C41F2E190 /* QCloudCopyObjectResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCopyObjectResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudCopyObjectResult.m; sourceTree = ""; }; 9A92360AC76FD4C5F177D22F01DB8B0D /* TIMRTLUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TIMRTLUtil.m; sourceTree = ""; }; + 9AA388CF24F014791D1F4CFFAFB2A70D /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; 9AB38CA7304414D2A5EDAB32ACB99441 /* TUIAudioRecorder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIAudioRecorder.m; sourceTree = ""; }; - 9ABFDA5D5519B2CBB9975196E9D4AFA5 /* LLMoveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMoveView.h; path = LLDebugTool/Core/Others/CommonUI/View/MoveView/LLMoveView.h; sourceTree = ""; }; + 9AC7BA3092EF9F24F7952FDB9F1C8B40 /* QCloudError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudError.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudError.m; sourceTree = ""; }; 9ACC681AFDDAC895FF7D551E3A4EE95D /* TUIBubbleMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBubbleMessageCell.h; sourceTree = ""; }; - 9ADEC0611E7F3F1C59D7EC77A23F7069 /* QCloudCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCore.debug.xcconfig; sourceTree = ""; }; - 9AEA63AD0F5D203B883FE2860A36BF94 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 9B1559F7D5A38D19DF602A367B89383A /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 9B26A92A7F41BE44412BF4151857574D /* NSData+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+OSS.m"; path = "AliyunOSSSDK/NSData+OSS.m"; sourceTree = ""; }; - 9B28C48857CDE0E27AD1F24A76385EB9 /* UIImage+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+YYAdd.m"; path = "YYCategories/UIKit/UIImage+YYAdd.m"; sourceTree = ""; }; - 9B30693507E84DDEC66045E3DD7397AA /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 9B5A9F8E58D4C563082437381DF998CD /* OSSRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSRequest.h; path = AliyunOSSSDK/OSSRequest.h; sourceTree = ""; }; - 9B654199114861BA650381E43DD5E10B /* QCloudHTTPBodyPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPBodyPart.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPBodyPart.h; sourceTree = ""; }; - 9B829B7FA319A9242900C26A0F8E1617 /* LLTitleViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleViewController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/TitleViewController/LLTitleViewController.m; sourceTree = ""; }; + 9ADDA65558D4B72710559DC77F81E6A1 /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; + 9ADF83256621EF465EFFF5A91F966732 /* OSSModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSModel.h; path = AliyunOSSSDK/OSSModel.h; sourceTree = ""; }; + 9AE4BFC8E16DD44B32AA9262AD663CFA /* QGMP4AnimatedImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4AnimatedImageFrame.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.h; sourceTree = ""; }; + 9AEBDEB98A19A10C82896566A0A27E15 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; + 9AED90EA2BF1DBB35246B7D05B907EFD /* YYText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYText-prefix.pch"; sourceTree = ""; }; + 9AFDC218FBE19D556BD0015D1D395090 /* GPBEmpty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBEmpty.pbobjc.h; path = objectivec/GPBEmpty.pbobjc.h; sourceTree = ""; }; + 9B0CFBFFE8A42298A0C79F142FF06576 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 9B1320BD13724FB4EE4F41C997AE0057 /* LLWindowManager+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Hierarchy.h"; path = "LLDebugTool/Core/Component/Hierarchy/UserInterface/LLWindowManager+Hierarchy.h"; sourceTree = ""; }; + 9B1AED163F7453318A87BA8EC3ABA828 /* QGVAPMetalRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalRenderer.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalRenderer.m; sourceTree = ""; }; + 9B3F48FE792CECA33672C41A4D8BD042 /* LLHierarchyViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyViewController.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyViewController.h; sourceTree = ""; }; + 9B569EF9BC34135CE2A9912A719A04E2 /* LLCrashDetailViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashDetailViewController.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashDetailViewController.m; sourceTree = ""; }; + 9B77CB34B9C9CD0DCD1DE15A9F72BE20 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; + 9B7E5AE4D7965CA55496EDFEA70090C7 /* FMDatabasePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabasePool.h; path = src/fmdb/FMDatabasePool.h; sourceTree = ""; }; 9B9066D6BD7D677B859780409BC7859A /* TUIMergeMessageListController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeMessageListController_Minimalist.h; sourceTree = ""; }; - 9BA1F95BC2AE0EAB023475411F2E5D65 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 9BB3A9AA14AB5DF7B0B2B548200126AE /* QCloudFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileLogger.m; path = QCloudCore/Classes/Base/Logger/QCloudFileLogger.m; sourceTree = ""; }; - 9BBD491D1860D0D424311AB4B2AE2CE6 /* UIColor+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIColor+VAPUtil.m"; sourceTree = ""; }; + 9BBA33FC3CC823BBD16F096FCA7BD95C /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; + 9BBC83850F194A1AD31741D164E2E597 /* LLPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLPickerView.h; path = LLDebugTool/Core/Others/CommonUI/View/PickerView/LLPickerView.h; sourceTree = ""; }; 9BCCCD8BC95F5E12FB275A7AAEDEBAB5 /* TUILogin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUILogin.h; sourceTree = ""; }; - 9BDB11E404E29F0239331E5574C73B3B /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = ""; }; - 9BE32627DF4D8D823A089C2E192012DD /* OSSSignerParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSSignerParams.h; path = AliyunOSSSDK/Signer/OSSSignerParams.h; sourceTree = ""; }; - 9BE9B48D28DCC4DBEE3A82849379B15D /* YBIBAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBAnimatedTransition.m; path = YBImageBrowser/Base/YBIBAnimatedTransition.m; sourceTree = ""; }; - 9BEF732727DBD392AFAA82C773855B0E /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 9BF1D7415B65F00E54E6FB8A7A71EB1D /* LLTitleCellCategoryModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCellCategoryModel.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellCategoryModel.h; sourceTree = ""; }; - 9C0752E1B9052AFECD101EBEA8C69BB2 /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; - 9C33394F0E7BABD8B82BC1DD20D7DD19 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; + 9BD8A894B668A309412BA7F72A2B8482 /* LLDebugTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDebugTool.m; path = LLDebugTool/DebugTool/LLDebugTool.m; sourceTree = ""; }; + 9BDE5399C1FD2D6E05BA59DB8676088B /* OSSCancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCancellationToken.h; path = AliyunOSSSDK/OSSTask/OSSCancellationToken.h; sourceTree = ""; }; + 9BE8D4CF57669C588F3A1DA4A196CFCE /* UITableView+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableView+YYAdd.h"; path = "YYCategories/UIKit/UITableView+YYAdd.h"; sourceTree = ""; }; + 9BF3D2446BCEF25803379644D8A46592 /* LLDebugTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDebugTool.h; path = LLDebugTool/DebugTool/LLDebugTool.h; sourceTree = ""; }; + 9C0E2F0E4B3BFEF3C213273E03E72390 /* MKMapView+LL_Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKMapView+LL_Location.h"; path = "LLDebugTool/Core/Component/Location/Function/MKMapView/MKMapView+LL_Location.h"; sourceTree = ""; }; + 9C1D5CC9DC37E4BED2EBC6320779ABD1 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 9C1D80AD6A3FEB00A2BF9DF75C082FC4 /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; + 9C21F70D2C01043319A84D8F16B8424D /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + 9C3FFFCB889219D707D235B522CCD276 /* QGMP4FrameHWDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4FrameHWDecoder.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.h; sourceTree = ""; }; 9C40A21F9277D41215D06231CB6FAAB2 /* TUIConversation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversation.h; sourceTree = ""; }; - 9C5DA95C7B3A846577A39AA8E38A691A /* YBIBVideoCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoCell.h; path = Video/YBIBVideoCell.h; sourceTree = ""; }; - 9C649B3DF8BE9CAD8B695B3552409074 /* LLRulerPickerInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerPickerInfoView.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerInfoView.h; sourceTree = ""; }; - 9C683F3F0B9711A79A25F1505D26C793 /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; - 9C7F8C86658AAFEEC1836A349FA1BE73 /* LLImageNameConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLImageNameConfig.h; path = LLDebugTool/Core/Others/Resource/LLImageNameConfig.h; sourceTree = ""; }; + 9C721BCA4BD7F58227E4CC8A029BE185 /* QCloudHTTPTaskDelayManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPTaskDelayManager.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPTaskDelayManager.h; sourceTree = ""; }; 9C83C193429D5CFAFA375833F8D2FB49 /* TUIBaseMessageController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBaseMessageController.m; sourceTree = ""; }; + 9C8EAAC0ACC713B35E511CC8EF98056F /* NSURLSessionConfiguration+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSessionConfiguration+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSessionConfiguration/NSURLSessionConfiguration+LL_Network.h"; sourceTree = ""; }; + 9CC32C1E8B6538E2B7E9137FDF51C3D5 /* QGHWDMP4OpenGLView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMP4OpenGLView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/OpenGL/QGHWDMP4OpenGLView.h; sourceTree = ""; }; 9CCEECAFAEAF62C1D5BA88BA680ABB1D /* TUIMessageBaseMediaDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageBaseMediaDataProvider.m; sourceTree = ""; }; - 9CE8517167832C532F4FDBCA7725C55F /* AvoidCrash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AvoidCrash.debug.xcconfig; sourceTree = ""; }; - 9CEAA6D4BE1912D961E2FB7DFE47397B /* QCloudAbstractRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAbstractRequest.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudAbstractRequest.h; sourceTree = ""; }; - 9CEF4152C34AAF54F6E4F9F8820EA9E9 /* LLHtmlComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlComponent.m; path = LLDebugTool/Core/Component/Html/LLHtmlComponent.m; sourceTree = ""; }; - 9D37D2DBCA6C4594AAF3590760363C05 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; - 9D4E72E2610B992A55D6BDD182B4D44D /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; - 9D60F9452422D2548C79E8680FE1D976 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 9D8CA32B7B18331200E33A55F2B91C6C /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; + 9CCFD254093B90F194D64E84096704FF /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 9CD6E1ABF89C0AF209D1109CBE246A53 /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; + 9CE5C94EC18140844DCCF368F4213DCD /* LLAppInfoViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoViewController.m; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoViewController.m; sourceTree = ""; }; + 9CFA377B3910EAA7A022E9A847012A7F /* QCloudSignature.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSignature.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignature.m; sourceTree = ""; }; + 9D329E2C53FCB4D524AFC8994CE9D0C1 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; + 9D34B963599D9ABD9F4BFCB81F2B648F /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Core/BRPickerStyle.h; sourceTree = ""; }; + 9D393247027CD0570FB37C73F45AB15D /* AgoraComponetLog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraComponetLog.debug.xcconfig; sourceTree = ""; }; + 9D56E80A01414335AE24BFA99C146640 /* UIDatePicker+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDatePicker+RACSignalSupport.h"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.h"; sourceTree = ""; }; + 9D5AF6D30323CA2A71D87C333D22ECEC /* UIBarButtonItem+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+YYAdd.h"; path = "YYCategories/UIKit/UIBarButtonItem+YYAdd.h"; sourceTree = ""; }; + 9D61427F2C0D6E5DDD8E1CC10DD51186 /* QCloudAbstractRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAbstractRequest.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudAbstractRequest.h; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DB164CC791FD30A2834AF58B3810F1C /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = objectivec/google/protobuf/Wrappers.pbobjc.h; sourceTree = ""; }; - 9DB965A81E3DB8E6A8A9FFC57FE6553B /* YYMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYMemoryCache.h; path = YYCache/YYMemoryCache.h; sourceTree = ""; }; - 9DCB052C837E4C8AA5199500B64FE3A3 /* NSNotificationCenter+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+YYAdd.h"; path = "YYCategories/Foundation/NSNotificationCenter+YYAdd.h"; sourceTree = ""; }; - 9DCCD661606026D325AC54FE741A7283 /* UIImagePickerController+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImagePickerController+RACSignalSupport.h"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.h"; sourceTree = ""; }; - 9E0C10E8175502CA91376FA006DC639B /* QCloudUploadPartRequestRetryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartRequestRetryHandler.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudUploadPartRequestRetryHandler.m; sourceTree = ""; }; - 9E0DEF151A224E891AFBCF25F8953091 /* LLWindowManager+Magnifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Magnifier.h"; path = "LLDebugTool/Core/Component/Magnifier/UserInterface/LLWindowManager+Magnifier.h"; sourceTree = ""; }; - 9E2ABBB2D306832705D5F72001B246F6 /* AgoraVideoEncoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoEncoderExtension.xcframework; sourceTree = ""; }; - 9E2B890DB980A1C091EC1EC9B0100DA7 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; - 9E53987150C1E4B2B7D70F51FD86A5ED /* YBIBGetBaseInfoProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBGetBaseInfoProtocol.h; path = YBImageBrowser/Protocol/YBIBGetBaseInfoProtocol.h; sourceTree = ""; }; - 9EA8BFCEB35290D7C7990DBCB1E7DC3F /* YYTextAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextAttribute.h; path = YYText/String/YYTextAttribute.h; sourceTree = ""; }; + 9DBF5A21767B38B8FE16096C12D3D8FB /* YBIBCollectionViewLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCollectionViewLayout.h; path = YBImageBrowser/Base/YBIBCollectionViewLayout.h; sourceTree = ""; }; + 9DCB692B30B22E95E83BC7C2A2BAE9E2 /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePicker/BRDatePickerView+BR.m"; sourceTree = ""; }; + 9DCBC354BBF8C9325ABF2096B79FD088 /* QCloudCOSStorageClassEnum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSStorageClassEnum.h; path = QCloudCOSXML/Classes/Transfer/enum/QCloudCOSStorageClassEnum.h; sourceTree = ""; }; + 9DE82BE1ED377DA9A7BCA3471B02CE93 /* LLWindowManager+Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Location.h"; path = "LLDebugTool/Core/Component/Location/UserInterface/LLWindowManager+Location.h"; sourceTree = ""; }; + 9DEE826CB28DA1D10EA6C041395E3A21 /* LLTableViewSelectableDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTableViewSelectableDelegate.h; path = LLDebugTool/Core/Others/CommonUI/Model/LLTableViewSelectableModel/LLTableViewSelectableDelegate.h; sourceTree = ""; }; + 9DFD26FD873F668F6411029005E12F0A /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 9E0061562301DAB8A60C6E8F0D37CF24 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 9E0DAFE59DFD2E49A55576FA309D73A8 /* GPBType.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBType.pbobjc.m; path = objectivec/GPBType.pbobjc.m; sourceTree = ""; }; + 9E2DACDF5D5C3FE63360E41312C428CC /* MQTTCoreDataPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCoreDataPersistence.h; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.h; sourceTree = ""; }; + 9E57FBE7EE3188D9069B1E140DC2B1E8 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + 9E6DA3543B1B2069982BAA3DF7353DFA /* YYTextUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextUtilities.m; path = YYText/Utility/YYTextUtilities.m; sourceTree = ""; }; + 9E74F0EDDC5F4AE3CE472C2DF974AF73 /* YBIBVideoData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoData.m; path = Video/YBIBVideoData.m; sourceTree = ""; }; + 9E770D307805A080B09AC25BEFE0164C /* LLWidgetBorderWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderWindow.m; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderWindow.m; sourceTree = ""; }; + 9E7A52A12950160B020AF545E910D92B /* NSObject+LL_Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+LL_Hierarchy.h"; path = "LLDebugTool/Core/Component/Hierarchy/Function/NSObject+LL_Hierarchy.h"; sourceTree = ""; }; + 9E867AE8B63ACE49D9AC98C1749095F6 /* OSSBolts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSBolts.m; path = AliyunOSSSDK/OSSTask/OSSBolts.m; sourceTree = ""; }; 9EAD5A1BCFAAB8394D7854755A2B1C2A /* TUIInputMoreCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIInputMoreCellData.h; sourceTree = ""; }; - 9EC714453B605C0110B12871F200D1F5 /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - 9ED05F48EEE0C26B237BA5E6E85377DE /* LLEntryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryView.h; sourceTree = ""; }; - 9EDA984FC606C7786F043FCB36227404 /* AvoidCrash-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AvoidCrash-umbrella.h"; sourceTree = ""; }; - 9F6E6EA36B24EB7887EAB936CF2A60EA /* LLShortCutViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutViewController.m; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutViewController.m; sourceTree = ""; }; - 9F6FF641EABEE4CC560B92FEB7DAFB1D /* BRTextPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRTextPickerView.m; path = BRPickerView/TextPicker/BRTextPickerView.m; sourceTree = ""; }; - 9F7262576B81D9C92A8FF0835DB50A90 /* AvoidCrashStubProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AvoidCrashStubProxy.h; path = AvoidCrash/AvoidCrashStubProxy.h; sourceTree = ""; }; - 9F7354B06DCC590438EF56843C04923C /* AgoraAiEchoCancellationExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiEchoCancellationExtension.xcframework; sourceTree = ""; }; - 9F8058E03C03D62659518316D52A1D0A /* QCloudSupervisoryRecord.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSupervisoryRecord.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisoryRecord.m; sourceTree = ""; }; - 9F87C0D5F738CA610152A78F9E775A09 /* QGVAPSafeMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPSafeMutableDictionary.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableDictionary.h; sourceTree = ""; }; - 9F87D94B1EDF77359432448687D113BC /* QGVAPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QGVAPlayer-umbrella.h"; sourceTree = ""; }; - 9F8E1D3AB840A9EAAB2361A28EA6660E /* NSDate+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+OSS.m"; path = "AliyunOSSSDK/NSDate+OSS.m"; sourceTree = ""; }; - 9F963BF7A4A1B55E2C31A73AB013FEA0 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - 9F986A2714B3B701410AC79A28043637 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 9F9B08AD35EE6AE7E86E91C31D8A0F8B /* YYTextUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextUtilities.m; path = YYText/Utility/YYTextUtilities.m; sourceTree = ""; }; - 9F9BBADC5F6AAAEDBB32F6A5FD9876AE /* UIImage+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIImage/UIImage+LL_Utils.m"; sourceTree = ""; }; - 9FD3E83627951C9F02E6974ADBF35643 /* QGVAPMetalRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalRenderer.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalRenderer.h; sourceTree = ""; }; - 9FE5CD4036232CDEB1DB2A5E819F05C3 /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; - 9FF110BC6855F39BA27623F8D6056E68 /* OSSNetworkingRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSNetworkingRequestDelegate.h; path = AliyunOSSSDK/OSSNetworkingRequestDelegate.h; sourceTree = ""; }; - 9FF52FFF0BA5779BEB685AF03ED3B4D8 /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; - A019910B8F5B2BA82472CB9A339DC2BB /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; - A01F184A36753F1D2B521D2E3A311EFC /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - A02006565CA489FA42F8C5D9F109547E /* MKAnnotationView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+RACSignalSupport.h"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.h"; sourceTree = ""; }; - A0447AA6CE095FB16A0251D0A918CFA1 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; + 9EC4E607AB37CB6645F64CBD9E05EDC6 /* QCloudUploadPartCopyRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartCopyRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartCopyRequest.h; sourceTree = ""; }; + 9ED6D0BBDEA6A7C2D5B444B64F713C28 /* GPBExtensionInternals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionInternals.h; path = objectivec/GPBExtensionInternals.h; sourceTree = ""; }; + 9EE2B0B9371108716ACC1B3666C046BE /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; + 9F014058C8924E8E093B346EB837E8A9 /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; + 9F326D4FDF7B07D8D0B3F1CDFAD1A706 /* QCloudHTTPMultiDataStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPMultiDataStream.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPMultiDataStream.h; sourceTree = ""; }; + 9F4A4A6D41D79BFF720D6E79DBA4ACF1 /* LLCrashHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashHelper.h; path = LLDebugTool/Core/Component/Crash/Function/LLCrashHelper.h; sourceTree = ""; }; + 9F5691056436E61840B39FC6839C9463 /* AgoraAiEchoCancellationLLExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiEchoCancellationLLExtension.xcframework; sourceTree = ""; }; + 9F57E0AD66D5B6E48F971FF2863994C6 /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; + 9F615D4514D03FD80217EF7EA2FFF763 /* QGVAPWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPWeakProxy.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPWeakProxy.h; sourceTree = ""; }; + 9F6F9FA61ADDC2F385A6F65657E8FEF4 /* ScoringMachineProtocol+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachineProtocol+Events.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachineProtocol+Events.swift"; sourceTree = ""; }; + 9F76FF8CF60FA0B97268579CB6A00685 /* NSObject+LL_Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+LL_Hierarchy.m"; path = "LLDebugTool/Core/Component/Hierarchy/Function/NSObject+LL_Hierarchy.m"; sourceTree = ""; }; + 9F9715390B8D3041C8CDE9BC742BE7ED /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Core/BRPickerStyle.m; sourceTree = ""; }; + 9FB607618BDF8FE6B43109F5FB0196F6 /* NSNotificationCenter+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+YYAdd.h"; path = "YYCategories/Foundation/NSNotificationCenter+YYAdd.h"; sourceTree = ""; }; + 9FC18CF9A5D3A1471A8AE8974FDF9C01 /* SDWebImageWebPCoder-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImageWebPCoder-Info.plist"; sourceTree = ""; }; + 9FCBAEE5B5E34A5A438D71A07013FC1B /* QCloudHttpMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHttpMetrics.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudHttpMetrics.m; sourceTree = ""; }; + 9FEDED6A3DD6DC5CAF47581D1FBF3934 /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFieldSet.m; path = objectivec/GPBUnknownFieldSet.m; sourceTree = ""; }; + 9FEEA11B0D456E437444585721F9AF92 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + 9FF15FE525A71BA7A063B84971FDAC2B /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + A00C2946322A783C8D2859AE635357F3 /* LLSandboxComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxComponent.m; path = LLDebugTool/Core/Component/Sandbox/LLSandboxComponent.m; sourceTree = ""; }; + A00C5E9735B9D65FC07B1C5B27AF3408 /* LLSettingComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSettingComponent.h; path = LLDebugTool/Core/Others/Component/Setting/LLSettingComponent.h; sourceTree = ""; }; + A00CAD231F3025E5EF4572A2C17A508C /* LLLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogModel.m; path = LLDebugTool/Core/Component/Log/Function/LLLogModel.m; sourceTree = ""; }; + A020B11400A62FEED618AAE28E48F5D4 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + A021E8546A96C5286F3A8124804406DF /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + A039D6D65866A45993360A9601C29109 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; A045214BD85EE2AE5F384C3A0A4A8F28 /* TUIVideoMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoMessageCell.h; sourceTree = ""; }; - A054FBD9092C16401FFBD55D55C8AF62 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - A06743D5607121BF0B96A932A6EA7363 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = IQKeyboardManager/PrivacyInfo.xcprivacy; sourceTree = ""; }; - A06F429023166DF8CFD2725B77474946 /* ScoringMachineProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringMachineProtocol.swift; path = AgoraLyricsScore/Class/Scoring/ScoringMachineProtocol.swift; sourceTree = ""; }; A0780CF9FA1ABB80BD6FA35F0F83E5C0 /* TUIConversation.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TUIConversation.modulemap; sourceTree = ""; }; - A09107184EC47CEA2A18869EC7EBE627 /* LLProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLProxy.h; path = LLDebugTool/Core/Others/Proxy/LLProxy.h; sourceTree = ""; }; - A09CEF93EFE09A15795678E4628EC96C /* TZImagePickerController.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TZImagePickerController.bundle; path = TZImagePickerController/TZImagePickerController/TZImagePickerController.bundle; sourceTree = ""; }; - A0A6BF44469A53B30A9D29E8B75563F0 /* QCloudGCDTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudGCDTimer.h; path = QCloudCore/Classes/Base/QCloudGCDTimer.h; sourceTree = ""; }; - A0A728336F6246D24DED8C58925854E5 /* MQTTMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTMessage.m; path = MQTTClient/MQTTClient/MQTTMessage.m; sourceTree = ""; }; - A0CCB28EE0520D9714B91ADFEFCC87A3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - A0D0E32105DD24D18513B8162EA18D47 /* MQTTClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTClient.h; path = MQTTClient/MQTTClient/MQTTClient.h; sourceTree = ""; }; - A0EDD0BB750ACB2E6BA0ECBDEBBCEF9C /* LLWindowManager+ShortCut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+ShortCut.h"; path = "LLDebugTool/Core/Component/ShortCut/UserInterface/LLWindowManager+ShortCut.h"; sourceTree = ""; }; - A0EDE7E40198B2C8562587370C2E6A0F /* UIScreen+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScreen+YYAdd.m"; path = "YYCategories/UIKit/UIScreen+YYAdd.m"; sourceTree = ""; }; - A0FB4D55F858D76463B34428D6E124A5 /* TZVideoEditedPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZVideoEditedPreviewController.m; path = TZImagePickerController/TZImagePickerController/TZVideoEditedPreviewController.m; sourceTree = ""; }; - A1159FCDCF090CD964DB7D1980C51BC1 /* AgoraInfra_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraInfra_iOS.release.xcconfig; sourceTree = ""; }; - A122991B8CCF83B3BC9837E9B9333696 /* LLNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNavigationController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/NavigationController/LLNavigationController.m; sourceTree = ""; }; - A134B62F97284007A18D1FEA61377950 /* sharpyuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_sse2.c; path = sharpyuv/sharpyuv_sse2.c; sourceTree = ""; }; - A152F29126ECD353288CB6D7282596B1 /* NSArray+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+YYAdd.h"; path = "YYCategories/Foundation/NSArray+YYAdd.h"; sourceTree = ""; }; + A0A09D5BA8C0CB662524A1F5F4247022 /* Zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Zip.h; path = Zip/Zip.h; sourceTree = ""; }; + A0CDA1CCD159C19403646EE8A9EF57EA /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; + A0CEDD4D4F1CE00CEE1153935F2A28B8 /* LLRulerComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerComponent.m; path = LLDebugTool/Core/Component/Ruler/LLRulerComponent.m; sourceTree = ""; }; + A0EC7A79A11749CE3015E89C97E427D5 /* NSNumber+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNumber+YYAdd.h"; path = "YYCategories/Foundation/NSNumber+YYAdd.h"; sourceTree = ""; }; + A1343ACF5CBB8C5A3B298874CE14FB23 /* LLPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLPinAnnotationView.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLPinAnnotationView.h; sourceTree = ""; }; A16C101E68E8852784429648C2CCACE5 /* TUIConversation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TUIConversation.debug.xcconfig; sourceTree = ""; }; - A16D3E962028F954BA527E95B4340C14 /* QCloudCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCore.release.xcconfig; sourceTree = ""; }; A17158C33086A84D53428C9242A1CB4F /* TUIMergeReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeReplyQuoteView.m; sourceTree = ""; }; - A1745B555BE6350271185A52CE4044A3 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; - A1E851B842C5436A7C425A28F5EAFF08 /* JXPagerSmoothView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerSmoothView.h; path = Sources/JXPagerView/JXPagerSmoothView.h; sourceTree = ""; }; - A1FF9203E1CA53CFB391D1B29B255EFB /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + A1727701EA8E628BA585CFC74ED38A71 /* LLRouter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRouter.h; path = LLDebugTool/Core/Others/Router/LLRouter.h; sourceTree = ""; }; + A1B8181139D50DED1868A10231FEDF5A /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; + A1BAF9F35BBC890FC506DCBEB4A42F1B /* SVIndefiniteAnimatedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVIndefiniteAnimatedView.m; path = SVProgressHUD/SVIndefiniteAnimatedView.m; sourceTree = ""; }; + A1CFC61CEDD13878E65511F3C00E97D0 /* LLTableViewSelectableModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTableViewSelectableModel.m; path = LLDebugTool/Core/Others/CommonUI/Model/LLTableViewSelectableModel/LLTableViewSelectableModel.m; sourceTree = ""; }; + A1E07C01DEA673DF28DB579CE1C8941D /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + A1E5ACFEEDBA8C2A7D1B96F68DF6B2A8 /* QCloudNetEnv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetEnv.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudNetEnv.h; sourceTree = ""; }; A200D818BDB69B5F0D77D66B2DE78A3D /* TUIChatConversationModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatConversationModel.m; sourceTree = ""; }; - A205DF285961A683BDABB3F026EAF070 /* NSDate+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+OSS.h"; path = "AliyunOSSSDK/NSDate+OSS.h"; sourceTree = ""; }; A2132E283E7D89450410121B094665E9 /* TUIVideoMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoMessageCellData.m; sourceTree = ""; }; - A222B75963C60FEC3AF799F8D98BD2D9 /* LLScreenshotDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotDefine.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotDefine.h; sourceTree = ""; }; - A24548632BAE4EFF8D93A1EA64260F95 /* AgoraVideoAv1EncoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoAv1EncoderExtension.xcframework; sourceTree = ""; }; + A234C410A75DEBFF7319A4ADC0F9026C /* QCloudInitiateMultipartUploadResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudInitiateMultipartUploadResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudInitiateMultipartUploadResult.h; sourceTree = ""; }; A248B0B63FE3C36C7D89728F70094517 /* TUITextReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextReplyQuoteView.m; sourceTree = ""; }; A24C304F34D875AF9D30B224E8149319 /* TUIMemberCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMemberCellData.m; sourceTree = ""; }; - A27A3CAB9C1D0CA09627DD6030B9C533 /* FMDatabaseAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabaseAdditions.h; path = src/fmdb/FMDatabaseAdditions.h; sourceTree = ""; }; + A24FD810991A411288FBDE77D20179BD /* ToneCalculator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToneCalculator.swift; path = AgoraLyricsScore/Class/Scoring/Other/ToneCalculator.swift; sourceTree = ""; }; A2A32A9E5B43946A10FB76032D4670C7 /* TUIGroupNoticeDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupNoticeDataProvider.m; sourceTree = ""; }; - A2C09D9CCFD530FB976ADE84BD0A52F8 /* OSSDeleteMultipleObjectsResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteMultipleObjectsResult.m; path = AliyunOSSSDK/OSSDeleteMultipleObjectsResult.m; sourceTree = ""; }; - A2E49E0E30F0374D1869A7E0FEDE0B18 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; - A2E65E43EB3AC7EF8A3382697C2A0123 /* AlipaySDK.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; path = AlipaySDK.bundle; sourceTree = ""; }; - A303F5DD2B26CE2527CE68451DDFB716 /* ScoreAlgorithm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoreAlgorithm.swift; path = AgoraLyricsScore/Class/Scoring/Other/ScoreAlgorithm.swift; sourceTree = ""; }; - A30BE8E0405F71F65B389795E68A00B1 /* QCloudUploadPartRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest.h; sourceTree = ""; }; - A30C065247D0D713F216F91EB2CCE0A1 /* TZImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TZImagePickerController-dummy.m"; sourceTree = ""; }; + A2D0DB06DF8DC8C78423EFE96BE5DD71 /* TZImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TZImagePickerController-dummy.m"; sourceTree = ""; }; + A2E471080B378DA56C5AEF2FC92E3A2A /* XHLaunchAdImageView+XHLaunchAdCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XHLaunchAdImageView+XHLaunchAdCache.h"; path = "XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.h"; sourceTree = ""; }; + A30D8E7AC41420BC4C3776BCD9183220 /* LLTitleCellCategoryModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCellCategoryModel.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellCategoryModel.h; sourceTree = ""; }; A31374D55373DC917D8C7C28A12DBF55 /* TUIMergeMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeMessageCell.h; sourceTree = ""; }; - A31C43698997610ED8F05DEC34A4492D /* QCloudCOSXMLEndPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLEndPoint.m; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLEndPoint.m; sourceTree = ""; }; - A326A8817A27E8B1B6A3F303113D0899 /* TZImageCropManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImageCropManager.h; path = TZImagePickerController/TZImagePickerController/TZImageCropManager.h; sourceTree = ""; }; - A32F7DA914A2405DF5F8EF4B2A957B41 /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; + A32A64CF3A2DA45A36D46AEEAC264CB3 /* MQTTSSLSecurityPolicyDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyDecoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.m; sourceTree = ""; }; A339BF835AD0BAF9904201794462DED7 /* TUIChat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChat.h; sourceTree = ""; }; - A3420642FD3958E6BD891717F991A593 /* UIImageView+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+YYWebImage.m"; path = "YYWebImage/Categories/UIImageView+YYWebImage.m"; sourceTree = ""; }; - A34EEE4E7CD8FE8A71C0428F1EC3EFB8 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - A361FF5A23C7458E7F0C160ADC16FBD9 /* LLDetailTitleSelectorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLDetailTitleSelectorCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleSelectorCell.m; sourceTree = ""; }; - A368A614DFEF0A54AD867879AAA5E953 /* LLFilterLabelCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterLabelCell.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelCell.h; sourceTree = ""; }; - A3760168DD553F63C1B028117FACCA40 /* OSSHttpdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSHttpdns.h; path = AliyunOSSSDK/OSSHttpdns.h; sourceTree = ""; }; - A37B614CF84CCD73E5801E821D21B28F /* YBIBToolViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBToolViewHandler.h; path = YBImageBrowser/ToolView/YBIBToolViewHandler.h; sourceTree = ""; }; + A35CD1F462AC64FCBD52E991651D1F54 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; + A37C55998AB08CDD1301043D4FE688D1 /* ScoringView+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringView+Events.swift"; path = "AgoraLyricsScore/Class/Scoring/View/ScoringView+Events.swift"; sourceTree = ""; }; + A37F95E652AC40A68607C8DD13F616C1 /* LLImageNameConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLImageNameConfig.h; path = LLDebugTool/Core/Others/Resource/LLImageNameConfig.h; sourceTree = ""; }; + A3809828EA996AC46D9401A4EE561E15 /* LLSandboxWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxWindow.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxWindow.m; sourceTree = ""; }; + A38791807F71E025A1DA8A8B3A3F1E6C /* NSArray+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSArray/NSArray+LL_Utils.h"; sourceTree = ""; }; A3951CB49DB05AD7C1AE14AA7D28A1F4 /* LLDebugTool */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LLDebugTool; path = LLDebugTool.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A39978EF7D591558C823F1C0FE10007F /* QCloudUICKeyChainStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUICKeyChainStore.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudUICKeyChainStore.m; sourceTree = ""; }; - A3A33854C22C9DED462D690FC5D83E78 /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; A3A80BA70CFB7F75C5391BEBBBA8C9DA /* FMDB */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FMDB; path = FMDB.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A3AE0BCA7468C1DE252BB5E2104CBA32 /* MKAnnotationView+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+YYWebImage.h"; path = "YYWebImage/Categories/MKAnnotationView+YYWebImage.h"; sourceTree = ""; }; - A3B1345579B77EC14E3A5F3B4E84A4AA /* YBIBWebImageMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBWebImageMediator.h; path = YBImageBrowser/WebImageMediator/YBIBWebImageMediator.h; sourceTree = ""; }; - A3D03B1399AC3BE7304423BFD9C56A30 /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/Deprecated/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; - A3DC28FF7BCE17C84E078D7B0B24E628 /* OSSFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSFileLogger.m; path = AliyunOSSSDK/OSSFileLog/OSSFileLogger.m; sourceTree = ""; }; - A41A5AA1AD11BD944B85AC3E47517917 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; + A3CBE5EFF8DEC25CF51A706EB347241D /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + A3EAE4EDB09E44E8CAE070229C540180 /* LLTitleSliderCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleSliderCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSliderCell.m; sourceTree = ""; }; + A3EB5E6200829A8091D88743712C1558 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; + A40B5850F42C9F2EA897B51AEE0D8B5E /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; + A4133EA3A4274EBD0E4E9376206B5B92 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; A42A1CA22BD05C7F9BBAF079E7453AB0 /* TUICore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TUICore.release.xcconfig; sourceTree = ""; }; - A42C1E5895862D601588313E8542EBAF /* LLEntryBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryBallView.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryBallView.h; sourceTree = ""; }; - A43FC8D677FBFD53EFF8F43679E524BE /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; - A465273CA4937B252DFCEF9FE85DA721 /* LLRulerPickerInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerPickerInfoView.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerInfoView.m; sourceTree = ""; }; - A470008A38B5DFD5F7A75E35F2C2D778 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImageWebPCoder/Private/SDmetamacros.h; sourceTree = ""; }; - A4A91C3F5D41EC11FEFE6B4BCE280F3D /* YYTextEffectWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextEffectWindow.h; path = YYText/Component/YYTextEffectWindow.h; sourceTree = ""; }; - A4C9591D960245AAEDA6C83E81505668 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - A4E3954F0EE219E2B68B85F4B5B72235 /* LLFilterTextFieldCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterTextFieldCell.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldCell.m; sourceTree = ""; }; + A43892785F61D3B0D4B683F10F5490A4 /* LineScoreRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LineScoreRecorder.swift; path = AgoraLyricsScore/Class/Other/LineScoreRecorder.swift; sourceTree = ""; }; + A4440A39D39E9C40D1D45680FC06ACA3 /* YYTextWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextWeakProxy.h; path = YYText/Utility/YYTextWeakProxy.h; sourceTree = ""; }; + A471B60FA4F9D6072CE4894605C91CB0 /* LLURLProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLURLProtocol.m; path = LLDebugTool/Core/Component/Network/Function/LLURLProtocol.m; sourceTree = ""; }; + A48627F7F6619BFB69DF5BBA19F75F29 /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; + A495326D5B3BFA3052250AB5B8E9497E /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; + A498F1C03966E9CE63128B97D90F97C9 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; + A4B18B13FF44D17E838C882AE297FDDA /* YBIBImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageScrollView.h; path = YBImageBrowser/Image/YBIBImageScrollView.h; sourceTree = ""; }; + A4C4923FDCDE2C0AF3A28A8DC5533B1A /* QGBaseDFileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGBaseDFileInfo.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.h; sourceTree = ""; }; + A4E705F68A9FF37860D269FAB01E29B5 /* QGHWDMetalRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGHWDMetalRenderer.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalRenderer.m; sourceTree = ""; }; A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A506CAE9E5DBB528A3DF2AC9A078EA8A /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - A514397B4D917730AB6D898D6305E2A9 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - A519F1F393FB879673BD511BC859018E /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; - A526B70077C822C241012C9A03910FD9 /* LLRulerPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerPickerView.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerView.m; sourceTree = ""; }; - A5387796E0AB3060099C77C202AFD119 /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; - A53DF9C950F0AD538A15FCFEAC3A99CC /* QCloudHTTPRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPRequest.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequest.m; sourceTree = ""; }; - A565896E9ADE92E95BFA3D78C3448E59 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - A573B609D6C8B39620770CD5BA15CD68 /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; + A527EC04925E8E3A4687FFFCC7D8160C /* XHLaunchAdCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdCache.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdCache.h; sourceTree = ""; }; + A53DBF62188AE61537857FDD326B010D /* LrcParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LrcParser.swift; path = AgoraLyricsScore/Class/Other/LrcParser.swift; sourceTree = ""; }; A59F6537B1B9F23ED5E809B231C52402 /* TUICoreTheme.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUICoreTheme.bundle; path = Resources/TUICoreTheme.bundle; sourceTree = ""; }; - A5A4DEA77CFABE5F22D7697BEB044ABD /* QCloudFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileUtils.h; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudFileUtils.h; sourceTree = ""; }; + A5AA00AA27A8533D2AAA128A21037445 /* AgoraLyricsScore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AgoraLyricsScore-Info.plist"; sourceTree = ""; }; A5B2838E4866923F3DA717B058EBFF5D /* IQKeyboardManager-IQKeyboardManager */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "IQKeyboardManager-IQKeyboardManager"; path = IQKeyboardManager.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - A5B624A70D4735B79D27A4C5B4DA64AA /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; - A5C1F238A245A9334B922ADF86C25F01 /* NSUserDefaults+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSUserDefaults/NSUserDefaults+LL_Utils.h"; sourceTree = ""; }; - A5D179DB9964E71DC78558EB224BD05A /* libwebp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.release.xcconfig; sourceTree = ""; }; + A5BD5150A7B33409C0527A1E5ADF9026 /* AgoraLyricsScore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraLyricsScore.release.xcconfig; sourceTree = ""; }; + A5C9F70CFCD5E3D6910E11764498A22E /* LLHtmlConfigViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlConfigViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlConfigViewController.h; sourceTree = ""; }; + A5E01EFE6F832A24596D9AC6BD3B73D9 /* GPBUnknownFields_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFields_PackagePrivate.h; path = objectivec/GPBUnknownFields_PackagePrivate.h; sourceTree = ""; }; A5E24F5FA1F54B91337C6669D431BE22 /* TUIOrderCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIOrderCell_Minimalist.h; sourceTree = ""; }; + A5E8A65610B3588AB876F882E7C49425 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; + A5EDE914E9269A1B863B2F7189E1059B /* QGVAPMetalShaderFunctionLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMetalShaderFunctionLoader.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalShaderFunctionLoader.h; sourceTree = ""; }; + A5EE32F2481AAD4930070F416979A09F /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; A60BDF0C0F1602B5F949B8C1FE96F063 /* TUIChatSmallTongueView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatSmallTongueView_Minimalist.h; sourceTree = ""; }; - A613244EA3F30D41E7F6A2B3E0C11771 /* LLHierarchyComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyComponent.h; path = LLDebugTool/Core/Component/Hierarchy/LLHierarchyComponent.h; sourceTree = ""; }; + A61161C387B62A0EA4F737EA7ED092E2 /* UIImage+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+YYWebImage.h"; path = "YYWebImage/Categories/UIImage+YYWebImage.h"; sourceTree = ""; }; + A639CAF910E0F36DFF2F085DBBAA7DE8 /* AgoraVideoAv1EncoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoAv1EncoderExtension.xcframework; sourceTree = ""; }; + A6438115046C9A4AFB9D0D934BE78418 /* NSParagraphStyle+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSParagraphStyle+YYText.m"; path = "YYText/Utility/NSParagraphStyle+YYText.m"; sourceTree = ""; }; A645E24534632E87180C3CCA874F4617 /* TUIReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyQuoteView.h; sourceTree = ""; }; - A64EDAA8F27518DD9BCA69758028DA0F /* YBImageBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YBImageBrowser-prefix.pch"; sourceTree = ""; }; A65023E4C16DC6F042A72C8068D3FD39 /* TUIMessageProgressManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageProgressManager.h; sourceTree = ""; }; - A65514043646900CD20F454DBA2106F8 /* QCloudFileZipper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileZipper.m; path = QCloudCore/Classes/Base/Logger/QCloudFileZipper.m; sourceTree = ""; }; - A65B3699136AF380E291273EA83F2FFF /* LyricMachine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricMachine.swift; path = AgoraLyricsScore/Class/Lyrics/LyricMachine.swift; sourceTree = ""; }; - A67700BDBA30F4B4EDBC894DFE79DF75 /* YYImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYImageCache.m; path = YYWebImage/YYImageCache.m; sourceTree = ""; }; - A67A5C6CBAB5BF67506C7A70F12AB11A /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/QuickLook.framework; sourceTree = DEVELOPER_DIR; }; - A686FC9E4DA1F24044F0F824DCA06B52 /* QCloudMediaPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMediaPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudMediaPath.h; sourceTree = ""; }; - A6BC76762F8D52042C42AB6BF970FEED /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/MapKit.framework; sourceTree = DEVELOPER_DIR; }; - A70F28517908A48847FB806248FF0034 /* LLDebugTool.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LLDebugTool.modulemap; sourceTree = ""; }; + A6539F68B0534E843E0BE4A071399DC0 /* AgoraVideoEncoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoEncoderExtension.xcframework; sourceTree = ""; }; + A67D83D9929E6F1B86FEBBF112112702 /* SVGAVideoSpriteFrameEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVideoSpriteFrameEntity.h; path = Source/SVGAVideoSpriteFrameEntity.h; sourceTree = ""; }; + A68C8828D9B34A3887B71A4559EE1B7B /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; + A6CEEF60E3D136F4F2097735CBDA4ABE /* QCloudSignatureProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSignatureProvider.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignatureProvider.h; sourceTree = ""; }; + A6D7ABD9E4C3E02608126B0EC25EB577 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + A6E84DEA52FDC8C6D08D17A09EF1F27F /* mz_strm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm.h; path = SSZipArchive/minizip/mz_strm.h; sourceTree = ""; }; + A6EFA1AC403759D8D9B6B1E7CC81BC59 /* YBIBScreenRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBScreenRotationHandler.h; path = YBImageBrowser/Base/YBIBScreenRotationHandler.h; sourceTree = ""; }; + A708DFF4977F89C29E0A2791701EA4AF /* LLMagnifierWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierWindow.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierWindow.m; sourceTree = ""; }; + A7158B2E65CE28721E589051A345A11C /* QCloudPutObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudPutObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest.h; sourceTree = ""; }; + A718AFC3FFA5470EB2AA58505F6E4B19 /* QCloudXMLWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudXMLWriter.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Writer/QCloudXMLWriter.m; sourceTree = ""; }; + A72D66EE16FD55A4B4D0747CDC5BED66 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = WebImage/PrivacyInfo.xcprivacy; sourceTree = ""; }; A72FACE9B3363185CE164C51632BCC33 /* TUIOrderCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIOrderCell_Minimalist.m; sourceTree = ""; }; - A7419C5AE8251BEFC0F64A5B6585B79A /* FMDB-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FMDB-dummy.m"; sourceTree = ""; }; - A7578387B59E97B28BF7094AD41541A8 /* AgoraRtcEngine_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_iOS.release.xcconfig; sourceTree = ""; }; - A76638BBDB3A90170090F0B04BEB7752 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - A76F6366ED4DA4215F3553B65CBCEF59 /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; - A77EB632553A0A492720FBAC64A2DF93 /* LLScreenshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshot.h; path = LLDebugTool/Core/Component/Screenshot/LLScreenshot.h; sourceTree = ""; }; - A78E12FAA97079585B4D6DE0C45D8A6F /* GPBFieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBFieldMask.pbobjc.h; path = objectivec/GPBFieldMask.pbobjc.h; sourceTree = ""; }; - A7A6223A3CE26074CA9826D818FD6D9D /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; - A7B0A3711DFEF20A9200906048461419 /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; - A7B47A1079D4114C84B5C2BC41AA3E1A /* aosl.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = aosl.xcframework; sourceTree = ""; }; - A7BCC0FC949E3EB097C59CAB5EC45784 /* LLMagnifierInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierInfoView.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierInfoView.h; sourceTree = ""; }; - A7F700FBADE3CAFB8E2E41A00A6E6AD8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreLocation.framework; sourceTree = DEVELOPER_DIR; }; - A7FBF8F01AE1585F2D8153B34446ED00 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + A753A4226D3D13BC7AD374E8844CC929 /* OSSHttpdns.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSHttpdns.m; path = AliyunOSSSDK/OSSHttpdns.m; sourceTree = ""; }; + A76744F11AA8602D4237DC3AF34728A4 /* LLPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLPickerView.m; path = LLDebugTool/Core/Others/CommonUI/View/PickerView/LLPickerView.m; sourceTree = ""; }; + A767B5E366B32660719A3EB0E84980D1 /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = ""; }; + A76A173DD8687A5223B7D100D5C5FB77 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + A771C6CBCD308F2C33294CE887A64A0A /* IQUIView+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+Hierarchy.m"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.m"; sourceTree = ""; }; + A78643B181A67CB837FACDD345DE8F55 /* LLNetworkViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkViewController.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkViewController.h; sourceTree = ""; }; + A788CEDEF1281778A633CC90035FEF2C /* QuickZip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickZip.swift; path = Zip/QuickZip.swift; sourceTree = ""; }; + A795071CA6B7879BD0249CB120F8A687 /* GPBUnknownField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownField.m; path = objectivec/GPBUnknownField.m; sourceTree = ""; }; + A7BBC4560562641F90A7627FD4662842 /* QCloudHTTPRetryHanlder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPRetryHanlder.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPRetryHanlder.m; sourceTree = ""; }; + A7C0ECFD7B93AD89266D93DE95E43DD6 /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; + A7C22B5B6864C469C381C9D3C9BA42EA /* LLNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetwork.h; path = LLDebugTool/Core/Component/Network/LLNetwork.h; sourceTree = ""; }; + A7CA711410E60BF3DE5F7BD3C3527A24 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; + A7D104050DB47F1B14B74410E1440EE9 /* UIAlertView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+RACSignalSupport.h"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.h"; sourceTree = ""; }; + A8135D4CF9EFB168275426636A11835D /* LLDebugTool.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LLDebugTool.debug.xcconfig; sourceTree = ""; }; + A822C26AE0E09507C5BE0E0483A4A50D /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = AgoraLyricsScore/Class/Other/Logger.swift; sourceTree = ""; }; + A82C6017368052A196B01AADC4DC25B9 /* YBIBDefaultWebImageMediator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBDefaultWebImageMediator.m; path = YBImageBrowser/WebImageMediator/YBIBDefaultWebImageMediator.m; sourceTree = ""; }; + A843C278D3C8BB646A31811099D29D54 /* GPBApi.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBApi.pbobjc.h; path = objectivec/GPBApi.pbobjc.h; sourceTree = ""; }; A845402EF959A57A4640F2A4F5155943 /* Zip */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Zip; path = Zip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A85E8FDD8A1086AD73C014B6D6033655 /* OSSCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCompat.m; path = AliyunOSSSDK/OSSCompat.m; sourceTree = ""; }; - A865E990B35FB6B509984027BE08F592 /* QCloudEncryt.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = QCloudEncryt.mm; path = QCloudCore/Classes/Base/Logger/Encryt/QCloudEncryt.mm; sourceTree = ""; }; - A88EDD4C5FDB299D93A721D1FB394726 /* SDCycleScrollView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDCycleScrollView-Info.plist"; sourceTree = ""; }; - A8911AAD900EAE6EB0688BB3EB02E473 /* YYTextWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextWeakProxy.h; path = YYText/Utility/YYTextWeakProxy.h; sourceTree = ""; }; + A854CE3191D76D68042369EDBBE350D5 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; + A8819132704DA37AB79EBB54CC0F1D3B /* TZImageRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImageRequestOperation.m; path = TZImagePickerController/TZImagePickerController/TZImageRequestOperation.m; sourceTree = ""; }; + A89461F690D2BB23DB5473E21521867A /* UIActionSheet+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActionSheet+RACSignalSupport.m"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.m"; sourceTree = ""; }; A898A1F98A4CEE76C7DAF5EFB8D668AE /* TUIMergeMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeMessageCell.m; sourceTree = ""; }; - A89977EA2E3241F989DC4BBC74835762 /* QCloudBundlePath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudBundlePath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudBundlePath.m; sourceTree = ""; }; - A918DC96BFCF495952F2BEC35A02F70A /* bit_writer_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_writer_utils.h; path = src/utils/bit_writer_utils.h; sourceTree = ""; }; - A91D031B942FCE6EA400BE1570F2D49F /* LLDebugTool-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LLDebugTool-umbrella.h"; sourceTree = ""; }; - A91DF9F24199E49B4664372B94BADF48 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; - A97135F79761C90C01612FCE35526D29 /* ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist"; sourceTree = ""; }; + A8AE478C5957B7277CA8C327FC2B17EE /* OSSGetObjectACLRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectACLRequest.m; path = AliyunOSSSDK/OSSGetObjectACLRequest.m; sourceTree = ""; }; + A8B5B09800D6C4D3B0F0FD8C19D768D1 /* NSAttributedString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+AvoidCrash.m"; path = "AvoidCrash/NSAttributedString+AvoidCrash.m"; sourceTree = ""; }; + A8DE361CA0BB7B947609CF04C6773DAE /* FMDatabaseQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabaseQueue.h; path = src/fmdb/FMDatabaseQueue.h; sourceTree = ""; }; + A90FBCE2AF50FE6FA160A709F4C856EB /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; + A949F04CC835F997F7607518539CF5DB /* GPBUnknownFields.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFields.m; path = objectivec/GPBUnknownFields.m; sourceTree = ""; }; + A951040F2F56031C3E5BA74674437CBD /* LLRouter+ShortCut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+ShortCut.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+ShortCut.m"; sourceTree = ""; }; + A977A13A0F44D49BC650A6CF9F44DAB8 /* YBIBPhotoAlbumManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBPhotoAlbumManager.h; path = YBImageBrowser/Helper/YBIBPhotoAlbumManager.h; sourceTree = ""; }; A97986EFC169E7901000177162F2CC7C /* TUITextMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextMessageCell_Minimalist.h; sourceTree = ""; }; A97AA042E83682CF2E8E476B6F22C3F4 /* TUIReplyMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyMessageCell.h; sourceTree = ""; }; - A98B45B96F67A668A3EBE9B4D3BD12EF /* OSSBolts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSBolts.m; path = AliyunOSSSDK/OSSTask/OSSBolts.m; sourceTree = ""; }; - A9BFD1A7CDE248132A063C7EFA77DBA2 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - A9C922E189897BDF10AF0987565B9277 /* NSError+QCloudNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+QCloudNetworking.m"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/Error/NSError+QCloudNetworking.m"; sourceTree = ""; }; + A9929ED112D47B729A6BA261CAF58F1A /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream.h; path = objectivec/GPBCodedOutputStream.h; sourceTree = ""; }; + A993955CA425BF80202897DBEE118F45 /* UIDevice+QCloudFCUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+QCloudFCUUID.m"; path = "QCloudCore/Classes/Base/FCUUID/UIDevice+QCloudFCUUID.m"; sourceTree = ""; }; + A99993069C288262E3EACD63F50ABEB5 /* GPBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUtilities.m; path = objectivec/GPBUtilities.m; sourceTree = ""; }; + A9A0E569CD428E3E76347B344B939385 /* QCloudPutObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudPutObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest.m; sourceTree = ""; }; + A9CA75E7FDD86493519EEE3C4B9B27A2 /* mz_strm_wzaes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_wzaes.c; path = SSZipArchive/minizip/mz_strm_wzaes.c; sourceTree = ""; }; A9D106C30BEE5B4E6A2FF73AA473A3BE /* TUIImageReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageReplyQuoteViewData.h; sourceTree = ""; }; - A9E5769E8BE3315EFFB5CDF0CA40BFEF /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - A9ED807F800450D9C4F837CA1F24D5D5 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; + A9E29FBC3FB74A5618FE50204DD23D6D /* LLFilterLabelCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterLabelCell.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelCell.m; sourceTree = ""; }; A9EE9485A8B60746310B7A8C2D1CFE84 /* TUIChatSmallTongueView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatSmallTongueView.h; sourceTree = ""; }; - AA11C0FF9CA37265A8F60A4B1D292C51 /* QCloudAbstractRequest+Quality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudAbstractRequest+Quality.h"; path = "QCloudCOSXML/Classes/Base/QCloudAbstractRequest+Quality.h"; sourceTree = ""; }; + A9F515B06B86AA89E5FD9E1064C9B5FE /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + AA0D54C6E77FE37313883AA8A706ECE7 /* sharpyuv_dsp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_dsp.c; path = sharpyuv/sharpyuv_dsp.c; sourceTree = ""; }; + AA2B2D71250717874EE1316DD847FA6F /* sharpyuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv.c; path = sharpyuv/sharpyuv.c; sourceTree = ""; }; AA2FB3E6D8ADC13685158B6D8FE69523 /* TUIEmojiConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIEmojiConfig.m; sourceTree = ""; }; - AA59DD14C40BD66A74D38651FCEFEA11 /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; - AA6C170C80274AA4B47C157B76FEDCDF /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - AA7F7BD6DA0E90C79B0C2F5390A8BD40 /* YYText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYText-dummy.m"; sourceTree = ""; }; + AA4A2187E4B93E807D849AEFDE70CA96 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + AA66368220DC43E934E6A6D34BEDBE23 /* QCloudCredential.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCredential.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredential.h; sourceTree = ""; }; + AA6D4C21277C0D18E30CE2C21C72E3F3 /* NSDate+QCloudInternetDateTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+QCloudInternetDateTime.h"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCloudInternetDateTime.h"; sourceTree = ""; }; + AA729B9B1880088B8814F6DA5CDF2B4A /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; + AA89873F01B89D25A0015DF173F8FCB8 /* Extentions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extentions.swift; path = AgoraLyricsScore/Class/Downloader/Extentions.swift; sourceTree = ""; }; + AA92F657844506ECFD78A3F8E80BFB5F /* LLAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAnnotation.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLAnnotation.h; sourceTree = ""; }; AA9AB74FC7A6B3470E3E553AC2449C76 /* TUIMergeMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeMessageCell_Minimalist.h; sourceTree = ""; }; - AAB4BD16A648A317D96D75896A66A041 /* LLConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConst.h; path = LLDebugTool/Core/Others/Const/LLConst.h; sourceTree = ""; }; - AABFA3A345BA6647A3D4F1EC9D98C146 /* GPBExtensionInternals.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionInternals.m; path = objectivec/GPBExtensionInternals.m; sourceTree = ""; }; - AAC766598D2FF55AAF23A0F6A46B9A60 /* LLRulerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerViewController.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerViewController.m; sourceTree = ""; }; - AB2CCA7421225550F02BAD572D94F38B /* NSNotificationCenter+VAPThreadSafe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+VAPThreadSafe.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSNotificationCenter+VAPThreadSafe.m"; sourceTree = ""; }; - AB3029B1D6DB78EC56E31AD669C7D921 /* YYModel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.release.xcconfig; sourceTree = ""; }; - AB327FEAAFD9095A9034BF0C5D5E88E2 /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; - AB337F8DA4B26CBF4559F0E4E4CFA08E /* UIGestureRecognizer+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+RACSignalSupport.m"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.m"; sourceTree = ""; }; + AAA38F53EFC36732D8C26364FA994A60 /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; + AAD6B7BB1BEFD26F1BF8F86F43AE4192 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; + AB08DB31776AB1D191C258972C70866A /* NSMutableString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableString+AvoidCrash.h"; path = "AvoidCrash/NSMutableString+AvoidCrash.h"; sourceTree = ""; }; + AB17E6F30DDFD146CEBF781C22DF3606 /* LLDebugTool.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LLDebugTool.modulemap; sourceTree = ""; }; + AB224D897B757B5893494284C29EC00F /* LLToastUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLToastUtils.h; path = LLDebugTool/Core/Others/ToastUtils/LLToastUtils.h; sourceTree = ""; }; + AB3203BCB81AAFB2124D744D582574ED /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + AB398CA6D39164745DA2946992221D1E /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; AB4EDE133919220DA0DB77266DD4F290 /* OfflinePushExtInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OfflinePushExtInfo.m; sourceTree = ""; }; - AB5418996736D7C56ADC85142FC15FBA /* UIView+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+YYAdd.h"; path = "YYCategories/UIKit/UIView+YYAdd.h"; sourceTree = ""; }; - AB5E335BA6B5CAEB564577C66299B1E8 /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; + AB57EE879D1047EA82A7EA70D435717B /* NSMutableAttributedString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableAttributedString+AvoidCrash.h"; path = "AvoidCrash/NSMutableAttributedString+AvoidCrash.h"; sourceTree = ""; }; + AB5DD42F0DFE6AD4E1913B269D3CB8C9 /* MQTTInMemoryPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTInMemoryPersistence.m; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.m; sourceTree = ""; }; AB621E0633786FE4BC8E55BD2183155A /* TUIMenuView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMenuView_Minimalist.m; sourceTree = ""; }; + AB6FED47D20C2581AD592C5259E053BE /* NSObject+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+AvoidCrash.h"; path = "AvoidCrash/NSObject+AvoidCrash.h"; sourceTree = ""; }; AB76C88FA06FBA051FDAA44F6EF28B76 /* TUIC2CChatViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIC2CChatViewController.m; sourceTree = ""; }; - AB893C8E53EC1B80E37F0708C2FAF94A /* QCloudMultipartInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartInfo.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartInfo.m; sourceTree = ""; }; + AB7DFEAC7499A95E8460355416088A5E /* GPBUnknownFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFields.h; path = objectivec/GPBUnknownFields.h; sourceTree = ""; }; AB95361BE7782B6A665DBA1DED9DBE5C /* TUIConversation_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversation_Minimalist.h; sourceTree = ""; }; - AB95C2A2C021DEBDF9C01A0110B99675 /* QGVAPConfigManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPConfigManager.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.h; sourceTree = ""; }; + ABAB87D9F0B1505FBD8A107F7458E0D0 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + ABB576553D2037E9F42F045AEB976FB5 /* FLAnimatedImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FLAnimatedImage-dummy.m"; sourceTree = ""; }; ABBA0A23841EA9AF8E49C4B6A7CC39F0 /* UIImage+ImageEffects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIImage+ImageEffects.h"; sourceTree = ""; }; ABCA57500273A3605E0F06EBFE2E2AF3 /* TUIConversationCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationCell_Minimalist.h; sourceTree = ""; }; - ABCFAE80AC277547100AC9A23CC81757 /* LLCrashModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashModel.m; path = LLDebugTool/Core/Component/Crash/Function/LLCrashModel.m; sourceTree = ""; }; - ABF88163521CDB75D54016CB498D594B /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; - AC0E4AABA42DA7103F94CB7036A8B98A /* SSZipArchive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SSZipArchive.modulemap; sourceTree = ""; }; - AC2534F6DA9CD0DE92D5AD36466B46CC /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; - AC273F778E57C55001C3197B23B7BF66 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; - AC38372D2FD6828F577098071390850D /* NSDictionary+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+YYAdd.m"; path = "YYCategories/Foundation/NSDictionary+YYAdd.m"; sourceTree = ""; }; - AC3912514619936BE782EEA52811A2A7 /* QCloudCOSTransferMangerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSTransferMangerService.m; path = QCloudCOSXML/Classes/Transfer/QCloudCOSTransferMangerService.m; sourceTree = ""; }; - AC4D329644DEE93BABC33463AEDA1D67 /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; - AC603A19274FB2CD8196100E3288674E /* LLLocationMockRouteModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationMockRouteModel.m; path = LLDebugTool/Core/Component/Location/Function/LLLocationMockRouteModel.m; sourceTree = ""; }; + ABE532D4BDA8901D2E1EA64C1A427FEC /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; + ABF24887A83DCD641BCAF084986EA843 /* libwebp.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = libwebp.modulemap; sourceTree = ""; }; + ABF525CC9B9B7CBC8A508479FE284D86 /* YYImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYImage.h; path = YYImage/YYImage.h; sourceTree = ""; }; + ABF8E21885B6EDDF1C51791CC7F1A84E /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; + ABFF631BE0BF854B9FFDD4BB1B1253B5 /* YYModel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.debug.xcconfig; sourceTree = ""; }; AC6FBF5583543BBBF9CD974FD4EBD722 /* TUIBaseChatViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBaseChatViewController_Minimalist.m; sourceTree = ""; }; - AC9B09FA3426D6DE9ACEABE688BBCD05 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; - ACAA04DF49E064B429EEDA8898EA38C6 /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = ""; }; + AC77BBC011C09D588FE14EB494FCAA7D /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + AC78BB3911CBBC33ABF65EF3B3809CE4 /* IQUIView+IQKeyboardToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+IQKeyboardToolbar.m"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.m"; sourceTree = ""; }; + AC7B656C6B434A925F6D21DAFB99417D /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; + AC898537B7870037F581BF4B63461CD1 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; ACCB3F547ED73CEAB07719C9740163D4 /* TIMGroupInfo+TUIDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TIMGroupInfo+TUIDataProvider.h"; sourceTree = ""; }; - ACD31B9CF4EFBCA98DAAAD28E2DB8FC6 /* LLWidgetBorderComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderComponent.h; path = LLDebugTool/Core/Component/WidgetBorder/LLWidgetBorderComponent.h; sourceTree = ""; }; - ACE45D60BA908387E7AC000FEA74358E /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - ACE661F218BED1217BB2E02F63814B14 /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; ACECA3CC22B9472A71AE45035282AD24 /* TUIThemeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIThemeManager.h; sourceTree = ""; }; - AD3260D683FB91AB5E1C93B0A64A26BE /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; - AD696186A1BF2A482C52650529E13051 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - AD6BCF82EECFC175647BF009235EC25B /* LLSettingComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingComponent.m; path = LLDebugTool/Core/Others/Component/Setting/LLSettingComponent.m; sourceTree = ""; }; - AD7C11AB19D85D711E929DC58F74CB80 /* NSString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+AvoidCrash.m"; path = "AvoidCrash/NSString+AvoidCrash.m"; sourceTree = ""; }; - ADA1E060ACDC8ADD2CB42E39F5165255 /* QCloudUICKeyChainStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUICKeyChainStore.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudUICKeyChainStore.h; sourceTree = ""; }; + ACECB0B169AAE719158400F5D3C463C1 /* QCloudSHAPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSHAPart.h; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudSHAPart.h; sourceTree = ""; }; + AD00A89D360179C9B0335CD5A8390D0D /* QCloudCOSXMLUploadObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLUploadObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLUploadObjectRequest.m; sourceTree = ""; }; + AD126BBCDA29555A3885D89D194A1103 /* YYTextArchiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextArchiver.h; path = YYText/String/YYTextArchiver.h; sourceTree = ""; }; + AD214EB8505A22E3DC01A76613961B2C /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + AD2F5CB1928F05B8C3573591F96BDBA4 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; + AD6195F03B19453C10D14E9070CF9A02 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; + AD8AAA5625D898587C2298888D0D1D4A /* NSBundle+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+YYAdd.h"; path = "YYCategories/Foundation/NSBundle+YYAdd.h"; sourceTree = ""; }; + ADB62A5FF490CCD6B97A731A03C20468 /* LLMagnifierComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierComponent.h; path = LLDebugTool/Core/Component/Magnifier/LLMagnifierComponent.h; sourceTree = ""; }; ADDC0F0327D1EA52514CEB1F30DD3559 /* TUIChatPopContextController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatPopContextController.m; sourceTree = ""; }; - ADE31962E6DAEF6C1F5352D7020EAD0A /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; - AE02E7FF288BA1E6D7F88982C57AE562 /* GPBSourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBSourceContext.pbobjc.h; path = objectivec/GPBSourceContext.pbobjc.h; sourceTree = ""; }; - AE2BD227372A622034B2AC24A2D2B24B /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - AE3B69019F2C2B619A91B7A1E9A91EA6 /* QCloudAuthentationV4Creator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = QCloudAuthentationV4Creator.mm; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV4Creator.mm; sourceTree = ""; }; - AE44F5422F5F0932EB52B56C4AF04D32 /* AvoidCrash.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AvoidCrash.modulemap; sourceTree = ""; }; - AE45107946C343DBF04C1B7B5B8CFCE5 /* GPBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUtilities.m; path = objectivec/GPBUtilities.m; sourceTree = ""; }; + ADE3CF55A7D59E91EEA4360DFD755F8B /* YYTextRunDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextRunDelegate.m; path = YYText/String/YYTextRunDelegate.m; sourceTree = ""; }; + ADFD1070148FF08BE9091AC801849445 /* AgoraInfra_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraInfra_iOS.debug.xcconfig; sourceTree = ""; }; + AE01DC12C5724AFB4DC860F489B3A0EC /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Core/BRPickerViewMacro.h; sourceTree = ""; }; + AE17EFD39DA1FED0C991DF90920D1782 /* OSSGetSymlinkRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetSymlinkRequest.m; path = AliyunOSSSDK/OSSGetSymlinkRequest.m; sourceTree = ""; }; + AE3D305292411341FBC8E02683129F23 /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; + AE4DFE463DC63C01744CC4AFB3D6099D /* LLScreenshotViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotViewController.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotViewController.h; sourceTree = ""; }; AE591D6A2CC36F9DD224AD3A7249659F /* TUIChatService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatService.m; sourceTree = ""; }; - AE6044C2F23ADE662B69D64BFCB9759A /* QGHWDShaders.metal */ = {isa = PBXFileReference; includeInIndex = 1; name = QGHWDShaders.metal; path = iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDShaders.metal; sourceTree = ""; }; - AE650260687E865E28534C92B50333AC /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; AE6529FFB0FDD75FD4EC2102415CBACA /* TUICaptureTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICaptureTimer.m; sourceTree = ""; }; - AE8AA30C86BACC4D9D753D8DC071E34C /* TIMPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TIMPush.release.xcconfig; sourceTree = ""; }; - AE90088E58557360D6C0788805D76D76 /* LLShortCutModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutModel.m; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutModel.m; sourceTree = ""; }; - AE98678D412A6B7DE782583556482E18 /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = ""; }; - AEA044DFB2BE194A6441B9723B50D0AE /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; - AEEEE4DD3BC6DFDF0073DA40B34539EC /* SVGAPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVGAPlayer-umbrella.h"; sourceTree = ""; }; - AF185AB44875D71E62BF2E58ED0F4C88 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - AF2FAF58CD50FE84E591FC8FD56FF4A5 /* LLTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCell.h; sourceTree = ""; }; - AF508AC4AAFFCA0A0D366655A7F75716 /* UIApplication+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+YYAdd.m"; path = "YYCategories/UIKit/UIApplication+YYAdd.m"; sourceTree = ""; }; - AF957DE788B58BA05F425A7EA2790102 /* QCloudHTTPRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPRequestOperation.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudHTTPRequestOperation.m; sourceTree = ""; }; - AF9CD71DEEC9408CBF151103B0E5F0D2 /* QGHWDMP4OpenGLView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGHWDMP4OpenGLView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/OpenGL/QGHWDMP4OpenGLView.m; sourceTree = ""; }; - AFA6497AF7365FFB0A6AE8D6446BD7D0 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - AFAB1F0E95253035F38051174F68B468 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - AFAC75D15F34AD6C5AEA0F9C81F3B591 /* YYCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCache.h; path = YYCache/YYCache.h; sourceTree = ""; }; - AFCDAAFCBD6B1754C7C41B461713D8D7 /* NSString+RegularExpressionCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RegularExpressionCategory.h"; path = "QCloudCOSXML/Classes/Base/NSString+RegularExpressionCategory.h"; sourceTree = ""; }; - AFFB2CEAD3DD982A686F05DC9DA2014D /* LLConvenientScreenshotComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConvenientScreenshotComponent.h; path = LLDebugTool/Core/Component/Screenshot/LLConvenientScreenshotComponent.h; sourceTree = ""; }; - B00DA237ADEF5F3B79A18F2D994EAE07 /* sharpyuv_cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_cpu.c; path = sharpyuv/sharpyuv_cpu.c; sourceTree = ""; }; - B02CD8CDEFE292CD3557E36E17A6FB7B /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + AE7615D9830D6A99E515394C0C31C3A2 /* QCloudRequestData+COSXML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudRequestData+COSXML.m"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXML.m"; sourceTree = ""; }; + AE7E2ED93F7F298E574978F7EF005E4F /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + AE93E13E4CE354280A0E252063D5BC71 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; + AE9FCFA6E174AB1C23DD86CF32EE5E1F /* QCloudRequestData+COSXMLVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudRequestData+COSXMLVersion.h"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXMLVersion.h"; sourceTree = ""; }; + AED0DA5657E1735CBDA64467270E30C1 /* QGAnimatedImageBufferManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageBufferManager.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.m; sourceTree = ""; }; + AF0FF34FE7B4418A010171508A83B28B /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; + AF2B7683564852ACD94C7CE8FFDDC4A8 /* OSSUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSUtil.m; path = AliyunOSSSDK/OSSUtil.m; sourceTree = ""; }; + AF364C345A26177E138D45FBE0D209B0 /* LLSettingWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingWindow.m; path = LLDebugTool/Core/Others/Component/Setting/UserInterface/LLSettingWindow.m; sourceTree = ""; }; + AF4291B5A9545EF98598933D0B9E62C0 /* TAPageControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TAPageControl.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAPageControl.m; sourceTree = ""; }; + AF5875B9E4EA82B7B633B03AAAD6E712 /* LLEntryWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryWindow.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryWindow.m; sourceTree = ""; }; + AF94CB20ACBD8112745306281375FB80 /* NSString+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+YYAdd.h"; path = "YYCategories/Foundation/NSString+YYAdd.h"; sourceTree = ""; }; + AFA5811B5C0AC31C2813A4C9C5F4E3AE /* LLWindowManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWindowManager.h; path = LLDebugTool/Core/Others/Manager/WindowManager/LLWindowManager.h; sourceTree = ""; }; + AFBEBD0FFEECE7E2F7F62D7AB49308E2 /* VAPMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VAPMacros.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/VAPMacros.h; sourceTree = ""; }; + AFDE0F22B21F9539029DEAED8C1437C6 /* QCloudHttpMetrics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHttpMetrics.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudHttpMetrics.h; sourceTree = ""; }; + AFFDE494DC44E91839A1E2FAA2014567 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + B011D1CF9E32F7ABCD3A16B0508816F7 /* LLCrashHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashHelper.m; path = LLDebugTool/Core/Component/Crash/Function/LLCrashHelper.m; sourceTree = ""; }; + B0246FDA7364D0587CD127E88083145E /* PitchParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PitchParser.swift; path = AgoraLyricsScore/Class/Other/PitchParser.swift; sourceTree = ""; }; + B027E2A790876DC3CED3DC34718399AE /* ScoringCanvasView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringCanvasView.swift; path = AgoraLyricsScore/Class/Scoring/View/ScoringCanvasView.swift; sourceTree = ""; }; B0328F1C971A4B5D62BD91D769B98D0A /* TUIChatService_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatService_Minimalist.h; sourceTree = ""; }; - B032C540A8349640C0FDFBDCB6723F98 /* mz_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os_posix.c; path = SSZipArchive/minizip/mz_os_posix.c; sourceTree = ""; }; - B03A7927C1DBBD7EC530C86B7C22BCE1 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; B04090E2340AAF49C80FAD7F98AED770 /* TUICaptureVideoPreviewView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICaptureVideoPreviewView.m; sourceTree = ""; }; - B041C72D07773284DD32739065F532D1 /* ToneCalculator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToneCalculator.swift; path = AgoraLyricsScore/Class/Scoring/Other/ToneCalculator.swift; sourceTree = ""; }; + B0416FB5B55014E243595824A3220D2D /* TZProgressView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZProgressView.m; path = TZImagePickerController/TZImagePickerController/TZProgressView.m; sourceTree = ""; }; + B047FB2B67F44E0DCF7D4293A5B06EB4 /* UIView+MP4HWDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MP4HWDecode.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIView+MP4HWDecode.h"; sourceTree = ""; }; + B073544CFB88A1BEF521E33EF0BDEC26 /* NSObject+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+AvoidCrash.m"; path = "AvoidCrash/NSObject+AvoidCrash.m"; sourceTree = ""; }; + B08C334E489F1E449104F0C5331C5109 /* YYCategories.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCategories.debug.xcconfig; sourceTree = ""; }; + B09B21EE5B2FC22E540514C4C6B3636D /* QCloudRequestData+COSXMLVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudRequestData+COSXMLVersion.m"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXMLVersion.m"; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImage; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B0B826306FDFB3F9365808FE0ECC8EE7 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - B0C72B62D46E9DC948B196A020E7C33B /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; - B0C7E86F6A25D69A1020C7E430E9328C /* UITableViewHeaderFooterView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewHeaderFooterView+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.h"; sourceTree = ""; }; - B0DC3EFE8D130B50511160BF15B4DDE3 /* GPBUnknownField+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GPBUnknownField+Additions.swift"; path = "objectivec/GPBUnknownField+Additions.swift"; sourceTree = ""; }; + B0C69BA7DF2E48FA11078671343143AA /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + B0CD30DA56A5A575C8144E561A589B20 /* YBIBCopywriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBCopywriter.h; path = YBImageBrowser/Helper/YBIBCopywriter.h; sourceTree = ""; }; + B0D6FB0BB51ACADC6A9C0D1B39B930FC /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; + B0E3C24ADB113AE0BAE52A9E37904161 /* TZVideoEditedPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZVideoEditedPreviewController.h; path = TZImagePickerController/TZImagePickerController/TZVideoEditedPreviewController.h; sourceTree = ""; }; B0E58BC55A159A517DAF2E8DD1900711 /* TUIChatConfig_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatConfig_Minimalist.m; sourceTree = ""; }; - B0F135764479655C291D5F464098653D /* LLRouter+Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Log.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Log.h"; sourceTree = ""; }; - B0F30852CD15D1EABA704F90A371FF1A /* LLTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCellModel.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellModel.h; sourceTree = ""; }; + B0EAD9D20E085AA521E0A01BA4EFFFFF /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = Zip/minizip/include/unzip.h; sourceTree = ""; }; + B0EEA317D88C2C504200E5FA4593354A /* YYTextRubyAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextRubyAnnotation.m; path = YYText/String/YYTextRubyAnnotation.m; sourceTree = ""; }; + B10693B45A8F284240F825764348E563 /* JXPagerListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerListContainerView.m; path = Sources/JXPagerView/JXPagerListContainerView.m; sourceTree = ""; }; B1186EC674E701810914EBF98E6BF146 /* TUICore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TUICore-dummy.m"; sourceTree = ""; }; - B12604E41BABB52C997364A828A0B085 /* UIControl+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+YYAdd.h"; path = "YYCategories/UIKit/UIControl+YYAdd.h"; sourceTree = ""; }; + B1263F479B8C93A6D2B832D9BA73961A /* GPBWrappers.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWrappers.pbobjc.m; path = objectivec/GPBWrappers.pbobjc.m; sourceTree = ""; }; B129247FD92914E3FED8996F2357E494 /* TUIBubbleMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBubbleMessageCellData.m; sourceTree = ""; }; - B194DDC27110CF95EA56034870715C28 /* Algorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Algorithm.h; path = AgoraLyricsScore/Class/Al/Algorithm.h; sourceTree = ""; }; - B1960E596D16DDF3EF0C424A461DCF7D /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; - B19CD9CB8BAF79C7CC6D0D6B78219BFB /* QCloudBizHTTPRequest+COSXML.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudBizHTTPRequest+COSXML.h"; path = "QCloudCOSXML/Classes/Base/QCloudBizHTTPRequest+COSXML.h"; sourceTree = ""; }; + B1307486BA01F03630EEE75170586F78 /* QCloudAbortMultipfartUploadRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAbortMultipfartUploadRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudAbortMultipfartUploadRequest.m; sourceTree = ""; }; + B135E9010309D58610260E1E99464E77 /* Log.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Log.swift; path = AgoraLyricsScore/Class/Other/Log.swift; sourceTree = ""; }; + B1421D616B515231B2C99CC97BF371D7 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; + B154512A5D80EA9868866F089B9D8534 /* YBImageBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YBImageBrowser-umbrella.h"; sourceTree = ""; }; + B165BDFC3D5785FECC4A65A6494863FA /* QCloudCOSXMLService+Quality.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudCOSXMLService+Quality.m"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Quality.m"; sourceTree = ""; }; + B168CEAD918EC0906A6BFC35D6B392AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + B180061CD2E66924587353A30F7525E8 /* QGVAPConfigManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPConfigManager.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.h; sourceTree = ""; }; + B18A9BFFBCC28E05580B85257B7C94F1 /* LLFilterFilePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterFilePickerView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterFilePickerView.h; sourceTree = ""; }; + B18E98191470662823791CC412A30FE8 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; + B19BC4A7D0774600DB844FBF06D0D30B /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; B19CEE97C159D1B8AC487B1EFAC7F9CE /* TencentCloudHuiyanSDKFace.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TencentCloudHuiyanSDKFace.framework; path = Libs/TencentCloudHuiyanSDKFace.framework; sourceTree = ""; }; - B19F01878E6E00DDEC1E232E65D7722D /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - B1E0E37B6DB572C1BF483998D840C12C /* YYWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYWebImageManager.h; path = YYWebImage/YYWebImageManager.h; sourceTree = ""; }; - B1E8F50B7D434CCC63D637589A791128 /* endian_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endian_inl_utils.h; path = src/utils/endian_inl_utils.h; sourceTree = ""; }; - B21FAEC52778928CA42CDA254919B55B /* GPBFieldMask.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBFieldMask.pbobjc.m; path = objectivec/GPBFieldMask.pbobjc.m; sourceTree = ""; }; - B2390AC5CF1382F055C7BBB7735FB1C7 /* TZImageRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImageRequestOperation.m; path = TZImagePickerController/TZImagePickerController/TZImageRequestOperation.m; sourceTree = ""; }; - B2431DF859493CECA1608DFE5282B2DA /* QGBaseDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGBaseDecoder.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.h; sourceTree = ""; }; - B263D9F56028DCAF3F376D150DCEDB73 /* OSSDeleteObjectTaggingResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteObjectTaggingResult.m; path = AliyunOSSSDK/OSSDeleteObjectTaggingResult.m; sourceTree = ""; }; + B1AE1D60F0AA8CD0A0EB752396C2B1A7 /* QCloudSHAPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSHAPart.m; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudSHAPart.m; sourceTree = ""; }; + B1D35391D34E98E9F01B578EB3382EBE /* IQToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQToolbar.m; path = IQKeyboardManager/IQToolbar/IQToolbar.m; sourceTree = ""; }; + B1DA37174E671AE4220BBB1C2936286B /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + B1F91BD9011660A2963C27ED05F7B969 /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; + B200DE611C6BD5C4A2511162575C638C /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/AssetsLibrary.framework; sourceTree = DEVELOPER_DIR; }; + B202168B7F8D7749B9E72C05A786C691 /* QCloudXMLDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudXMLDictionary.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Reader/QCloudXMLDictionary.m; sourceTree = ""; }; + B21C8071528E4ADF9856A710B1CC94BF /* ScoringView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringView.swift; path = AgoraLyricsScore/Class/Scoring/View/ScoringView.swift; sourceTree = ""; }; + B24367A96273EF77DF8FCA13C41DA809 /* QCloudHTTPSessionManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPSessionManager_Private.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudHTTPSessionManager_Private.h; sourceTree = ""; }; + B24DB211F84BB02703D14F163E518387 /* YBIBVideoActionBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoActionBar.h; path = Video/YBIBVideoActionBar.h; sourceTree = ""; }; + B253A0286B73B327A577457416D356AF /* ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist"; sourceTree = ""; }; + B263A6F780FECCA37B1E02047395D9D1 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; B269FBDEE9C976A7C283CC2D523B357C /* TUIResponderTextView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIResponderTextView_Minimalist.h; sourceTree = ""; }; - B27711EA0041B232D4559EFE42901D38 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - B27EA90BAF0FBA19DF2D6CDE20BB2206 /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; - B27FBD7E5E7A153717454D957D6FA3A5 /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - B285892E042AC483BB9B662E55DCF6B7 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; - B28844EE0ED3ABF993151E7177C55EFF /* LLSandboxImagePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxImagePreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxImagePreviewController.m; sourceTree = ""; }; - B28BF8818C10BF7170B4BA56EF96834F /* sharpyuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv.h; path = sharpyuv/sharpyuv.h; sourceTree = ""; }; - B28DB461D2927E771DBAFDC89DBA4548 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - B29A9DA90F39E64BABA248050A567240 /* QCloudPutObjectRequest+Custom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudPutObjectRequest+Custom.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+Custom.m"; sourceTree = ""; }; - B29F1923AD4248A13CA3B53F97E36979 /* LLLogCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogCell.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogCell.h; sourceTree = ""; }; - B2B53396E81143B3CF52682ECBF19B9F /* SVGAVectorLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVectorLayer.h; path = Source/SVGAVectorLayer.h; sourceTree = ""; }; - B2BAF03368C61D0A31E4A6CFC8D815CC /* QGMP4Parser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGMP4Parser.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.h; sourceTree = ""; }; - B30B6988DDE2F166062EAC02A14CD96B /* QCloudAuthentationV5Creator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAuthentationV5Creator.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV5Creator.h; sourceTree = ""; }; + B26D4644D9478374C0CEA09AF5724A41 /* QGVAPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QGVAPlayer.release.xcconfig; sourceTree = ""; }; + B287CF646301CBC4D1CFE22CDDA8A658 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Sources/PrivacyInfo.xcprivacy; sourceTree = ""; }; + B295A76D9C011C9A8FD9F26F40641DD3 /* AgoraComponetLog.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraComponetLog.xcframework; sourceTree = ""; }; + B2A854ABB4655F24E101177F0345D837 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + B2AE15960181D66CA6253DF1EE02869F /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + B2B707109170E5AE48E1A29476F63511 /* YYCategories-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCategories-umbrella.h"; sourceTree = ""; }; + B2C29DD7BDF1E614D4828D4AF3518652 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField_PackagePrivate.h; path = objectivec/GPBUnknownField_PackagePrivate.h; sourceTree = ""; }; + B2DAD19B91650A9A0C12800A3E582D5C /* QCloudClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudClassInfo.m; path = QCloudCore/Classes/Base/QCLOUDObjectModel/QCloudClassInfo.m; sourceTree = ""; }; + B2E0809D3D11BCDF5F9D921FA602AA98 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + B2E124FD2180BF4C939417A5A71CE23E /* MQTTDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTDecoder.h; path = MQTTClient/MQTTClient/MQTTDecoder.h; sourceTree = ""; }; + B2F239D03F2805FD498C299368C8DF05 /* QGVAPlayer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QGVAPlayer-Info.plist"; sourceTree = ""; }; + B2F3CCE9F33A15A0A7CDFDD4E584A515 /* AgoraVideoDecoderExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraVideoDecoderExtension.xcframework; sourceTree = ""; }; + B3068711D88F3B18DDAE32D5E39529F2 /* YBIBIconManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBIconManager.m; path = YBImageBrowser/Helper/YBIBIconManager.m; sourceTree = ""; }; + B3144497D5D88075BA1E7664315E8D75 /* TIMPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "TIMPush-xcframeworks.sh"; sourceTree = ""; }; + B31B2E72ED7B5365C370C06BE9251080 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; + B3208B408CC3C7A4B635BEB7BDB113A3 /* FMDatabaseAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabaseAdditions.h; path = src/fmdb/FMDatabaseAdditions.h; sourceTree = ""; }; B32193385A6E966920BFF6F89C44E8B6 /* TUIMessageMultiChooseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageMultiChooseView.h; sourceTree = ""; }; - B32E21934BB2E8E0CED0C7F3AE0919D7 /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; - B32EF8D1CB3CE568658DC5C2F1730286 /* YBIBVideoCell+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBVideoCell+Internal.h"; path = "Video/YBIBVideoCell+Internal.h"; sourceTree = ""; }; - B33ABF35E96ABE37B2B3453BF842EF63 /* LLComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLComponent.m; path = LLDebugTool/Core/Others/Component/LLComponent.m; sourceTree = ""; }; - B33BCF564E600AFBD44AE40E7E48150B /* JXPagingView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXPagingView-umbrella.h"; sourceTree = ""; }; - B3400033532838906F71E9C292A9BF77 /* QCloudIntelligenceTimeOutAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudIntelligenceTimeOutAdapter.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/TimeOutAdapter/QCloudIntelligenceTimeOutAdapter.h; sourceTree = ""; }; - B34B9D4244B907E89430EFBB1D393221 /* UIView+SDExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+SDExtension.h"; path = "SDCycleScrollView/Lib/SDCycleScrollView/UIView+SDExtension.h"; sourceTree = ""; }; - B3640160F31D225FC53EE555B691915B /* MQTTStrict.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTStrict.h; path = MQTTClient/MQTTClient/MQTTStrict.h; sourceTree = ""; }; - B36C796F49BEF7ABEF89640467C9035F /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - B39097140D840BDDCA338BF5FCEA54DD /* quant_levels_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_utils.h; path = src/utils/quant_levels_utils.h; sourceTree = ""; }; - B39FEB9C855D12863B860088E1C6D012 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - B3AD45250B6947E772C50E6896E5745D /* LLMoveWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMoveWindow.h; path = LLDebugTool/Core/Others/CommonUI/View/MoveWindow/LLMoveWindow.h; sourceTree = ""; }; - B3BA5D06353974236746C59F1C574993 /* OSSHttpResponseParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSHttpResponseParser.h; path = AliyunOSSSDK/OSSHttpResponseParser.h; sourceTree = ""; }; - B3EFA030454F7A7EFF92DA22D9943AFF /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - B3F8EF9485DEC55AA942156C83C2120C /* TZVideoCropController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZVideoCropController.m; path = TZImagePickerController/TZImagePickerController/TZVideoCropController.m; sourceTree = ""; }; - B416AE5CAE1C71E0CD37C132DDACE397 /* OSSGetBucketInfoRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetBucketInfoRequest.h; path = AliyunOSSSDK/OSSGetBucketInfoRequest.h; sourceTree = ""; }; - B41729B5536A6AC1354B2E5EADF8E6C4 /* IQUIScrollView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIScrollView+Additions.m"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.m"; sourceTree = ""; }; - B420B532516143FB623C377EE29C5A9F /* YYTextContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextContainerView.h; path = YYText/Component/YYTextContainerView.h; sourceTree = ""; }; - B42A64C3FD634897BDC5A5415634AD6C /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; - B42EC0846163C3D03398E8548B97FEF5 /* IQKeyboardManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-prefix.pch"; sourceTree = ""; }; - B43FC3C5CC9B826935924F7F1EA12B8B /* TZImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TZImagePickerController-prefix.pch"; sourceTree = ""; }; - B4450DA054D5D02EF98C692E495AC1E8 /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; - B45199EF5621FF4E7B7DEAE995A0EE45 /* AgoraLyricsScore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AgoraLyricsScore-dummy.m"; sourceTree = ""; }; - B453E2E3D8C067CE7A24ED9EB5F1E439 /* QCloudFCUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFCUUID.h; path = QCloudCore/Classes/Base/FCUUID/QCloudFCUUID.h; sourceTree = ""; }; - B48B52B32AA72880A0886B843068DC12 /* QGVAPlayer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QGVAPlayer-Info.plist"; sourceTree = ""; }; - B4A579B3A81B3E600ADB0583CF752BFA /* FMDatabasePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabasePool.m; path = src/fmdb/FMDatabasePool.m; sourceTree = ""; }; - B4DF94FB31089F7B36BC6CB85F37D16B /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; - B5197FC8F3CA8278F03C3E69101DA835 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - B541F42AE2B69D8C59A6D106B6AE1B0C /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; + B3223616DBF3C2D5F8F235267D47958C /* QCloudPutObjectRequest+Custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudPutObjectRequest+Custom.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+Custom.h"; sourceTree = ""; }; + B33D5185321083DF6C87F1AD0D7965B8 /* LLThemeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLThemeManager.h; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeManager.h; sourceTree = ""; }; + B33F6F638738C1631587CF9F4AB7FF38 /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; + B3551E021B47E174A5EE3BC141DE66C4 /* QGHWDMetalRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMetalRenderer.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalRenderer.h; sourceTree = ""; }; + B38D2CC0A256843D0C5A6C4408DF8107 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; + B38D36CB742D04E30B2D85A814C19C62 /* AvoidCrashProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AvoidCrashProtocol.h; path = AvoidCrash/AvoidCrashProtocol.h; sourceTree = ""; }; + B3E7A711C0A303FB0BA1E5C2B703906C /* SDCycleScrollView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDCycleScrollView.release.xcconfig; sourceTree = ""; }; + B3EA83084B4137AB0A6D53E970DFC6D2 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; + B40411091729F995D35CA028F9702760 /* UIView+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIView/UIView+LL_Utils.h"; sourceTree = ""; }; + B42754A4CBCE45F1BE3DD58CFE199DE5 /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; + B427CEAA7D18E537E9CC88C1F21B536D /* UIScreen+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScreen+YYAdd.m"; path = "YYCategories/UIKit/UIScreen+YYAdd.m"; sourceTree = ""; }; + B441A6373C1E088EE6EED95A41B3CBB8 /* IQUIView+IQKeyboardToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+IQKeyboardToolbar.h"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h"; sourceTree = ""; }; + B4990F9E13907815334146D9938AC413 /* NSError+QCloudNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+QCloudNetworking.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/Error/NSError+QCloudNetworking.h"; sourceTree = ""; }; + B4A6AF7EA8CABB97C72C51E81916135D /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; + B4C54C2F9704B2BCAFC963BC8F681BE0 /* LLWidgetBorderComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderComponent.h; path = LLDebugTool/Core/Component/WidgetBorder/LLWidgetBorderComponent.h; sourceTree = ""; }; + B4D608B72E00BC8B040CCC5D891C9DE3 /* QCloudCredentailFenceQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCredentailFenceQueue.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredentailFenceQueue.m; sourceTree = ""; }; + B4F26BAAD7EB8D9BA7E12A2B6AC83395 /* MQTTCFSocketDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketDecoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.h; sourceTree = ""; }; + B4FBDF904084EF9225FEF453A2DC9AC5 /* LLMagnifierInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierInfoView.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierInfoView.h; sourceTree = ""; }; + B53796E242746AF2BD745429C1E38C0A /* LLButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLButton.m; path = LLDebugTool/Core/Others/CommonUI/View/TabBarButton/LLButton.m; sourceTree = ""; }; + B5471042324DF144807E1DEC6D9C07D1 /* TZPhotoPreviewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZPhotoPreviewCell.h; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewCell.h; sourceTree = ""; }; + B5487E937FEB5373B94FF074FBD09545 /* SVGAExporter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAExporter.m; path = Source/SVGAExporter.m; sourceTree = ""; }; + B56397DD36DA3E3CDDEB24F6B9F0BD84 /* QCloudCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QCloudCore.modulemap; sourceTree = ""; }; B5786D7DC0F4D5F19C5C3E4160C54D30 /* BRPickerView-BRPickerView.Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "BRPickerView-BRPickerView.Privacy"; path = BRPickerView.Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; B588E91362874F6E5D47A1D1768082D5 /* TUITextReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUITextReplyQuoteViewData.h; sourceTree = ""; }; - B595928CE760ACED587ACBD354A996E5 /* QCloudCustomLoaderTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomLoaderTask.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomLoaderTask.h; sourceTree = ""; }; - B5A7D9BF4FBA4AD9B22E5FBCF274C23D /* NSObject+LL_Runtime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+LL_Runtime.h"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Runtime.h"; sourceTree = ""; }; - B5B157A5E92B737599FC3070A80C7852 /* AgoraInfra_iOS-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AgoraInfra_iOS-xcframeworks.sh"; sourceTree = ""; }; - B5B4D189B02DA7C4E95C697B6F95821C /* YYModel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYModel-dummy.m"; sourceTree = ""; }; - B5B5872A0CC38D9CA24F16F06750DB2E /* NSMutableString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableString+AvoidCrash.m"; path = "AvoidCrash/NSMutableString+AvoidCrash.m"; sourceTree = ""; }; - B5B9188878E25F64DA70532A79013953 /* AgoraRtcEngine_iOS-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AgoraRtcEngine_iOS-xcframeworks.sh"; sourceTree = ""; }; - B5D4B6F06B24BD60D5A8E84B41C1D8CA /* QGBaseDFileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGBaseDFileInfo.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.h; sourceTree = ""; }; - B5E71CD21CE2DDBF542958688F951266 /* LLTitleCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleCellView.h; sourceTree = ""; }; - B5F5042F3896571E05E61122C0162866 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - B6123F6972C52F09194644A8E32B02B0 /* QCloudSHAPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSHAPart.h; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudSHAPart.h; sourceTree = ""; }; - B6275FE53E390549AAD224E337C65C23 /* UIGestureRecognizer+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+YYAdd.m"; path = "YYCategories/UIKit/UIGestureRecognizer+YYAdd.m"; sourceTree = ""; }; - B6294F5B706E4071476626A139BF4F4C /* SVGAVideoSpriteEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVideoSpriteEntity.h; path = Source/SVGAVideoSpriteEntity.h; sourceTree = ""; }; - B652FC8625E543BC390939A913ABDD71 /* NSMutableDictionary+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+AvoidCrash.m"; path = "AvoidCrash/NSMutableDictionary+AvoidCrash.m"; sourceTree = ""; }; - B656772A40F6C7D8AA8B172EE33D1AD1 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; - B67587D4C6EDE3D3F984451E994D0B8B /* OSSHttpResponseParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSHttpResponseParser.m; path = AliyunOSSSDK/OSSHttpResponseParser.m; sourceTree = ""; }; - B679C0655074D606AA2C774339FD7D46 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - B68B32C40EAACFBF41CA0FBC1546C6AF /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; - B69E322B6DF26946B4E37955EAB6FDDD /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - B6A6AC94FB0F9728EB722EEDE82ED258 /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePicker/BRDatePickerView.m; sourceTree = ""; }; + B5FEEA369265A3823CB04F446C69141B /* OSSNetworkingRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSNetworkingRequestDelegate.h; path = AliyunOSSSDK/OSSNetworkingRequestDelegate.h; sourceTree = ""; }; + B6053FDED769FE47A44296723905E40B /* AgoraSpatialAudioExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraSpatialAudioExtension.xcframework; sourceTree = ""; }; + B605B1D988576F033AEB3F7CB7C666CA /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + B6A9ECF43C6D1C18A240CD0C1C67C14A /* SVGAPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVGAPlayer-umbrella.h"; sourceTree = ""; }; + B6AA2331A0AD9A14C2132AD36E24748B /* SVGAVideoEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVideoEntity.h; path = Source/SVGAVideoEntity.h; sourceTree = ""; }; + B6C1CADCF9592E655C4E86B57A2A8AFB /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/Deprecated/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; B6C84846E5D81455F1F75911720D9FF9 /* TUIReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyQuoteViewData.h; sourceTree = ""; }; - B6EBDFFAC616F225B0F0B402279D197E /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; - B6F5769BC1BCC9441BEC34B156174379 /* LLWindowManager+Html.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Html.h"; path = "LLDebugTool/Core/Component/Html/UserInterface/LLWindowManager+Html.h"; sourceTree = ""; }; - B70428F70E136CC5D04C08B674B64DCF /* YBIBLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBLoadingView.h; path = YBImageBrowser/AuxiliaryView/YBIBLoadingView.h; sourceTree = ""; }; - B704460D3FE367377F547A4693C164DF /* QCloudHTTPMultiDataStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPMultiDataStream.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPMultiDataStream.m; sourceTree = ""; }; - B7079B92C39DEFCD1A9B3BB71454276B /* YBImageBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YBImageBrowser.debug.xcconfig; sourceTree = ""; }; - B716F297BF2BB5EC6D457C8F094B3E05 /* OSSRestoreObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSRestoreObjectRequest.m; path = AliyunOSSSDK/OSSRestoreObjectRequest.m; sourceTree = ""; }; - B72A03F02CCB8306A16F5545921CFE99 /* AgoraInfra_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraInfra_iOS.debug.xcconfig; sourceTree = ""; }; - B7431A41094D0C01BEA07A2A2C43DCE6 /* NSHTTPCookie+QCloudNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSHTTPCookie+QCloudNetworking.m"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/NSHTTPCookie+QCloudNetworking.m"; sourceTree = ""; }; - B75D4455617F6A55CDB1F1819FD7D2B8 /* UISegmentedControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISegmentedControl+RACSignalSupport.h"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.h"; sourceTree = ""; }; - B7725C9811C809D2358ED8C18D5CD403 /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor_PackagePrivate.h; path = objectivec/GPBDescriptor_PackagePrivate.h; sourceTree = ""; }; - B7785600CA1CE726B540619F36C210A5 /* QCloudHTTPMultiDataStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPMultiDataStream.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPMultiDataStream.h; sourceTree = ""; }; - B7892AEF4411015DDFAB086FEE155ED4 /* SVGAPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SVGAPlayer-prefix.pch"; sourceTree = ""; }; - B797D80EB0169E30138FE4FBEE6B2DC6 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - B7A6746B537DB89FA421A75F17088A77 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - B7A86637AF0616375B4F723C21D06184 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = privacy/PrivacyInfo.xcprivacy; sourceTree = ""; }; + B6CE25D09E27D7653475FA96B8E5A409 /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; + B6D0510A109A9C289136D0758D879990 /* bit_writer_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_writer_utils.h; path = src/utils/bit_writer_utils.h; sourceTree = ""; }; + B6E046C1CF8BAB88A2CA86122FEFE1A3 /* UIDevice+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDevice+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIDevice+VAPUtil.m"; sourceTree = ""; }; + B6EC474D8084B2B1484D3B96546DA5C8 /* QCloudHTTPRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPRequestOperation.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudHTTPRequestOperation.m; sourceTree = ""; }; + B6F8B94C603DAB88792D9460911D3553 /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; + B70762AE5585E9167ED78CF9D21CE44E /* LLLocationHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationHelper.h; path = LLDebugTool/Core/Component/Location/Function/LLLocationHelper.h; sourceTree = ""; }; + B7124E3AB8B2A17DDDE341905B29D3B2 /* LLScreenshotActionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotActionView.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotActionView.h; sourceTree = ""; }; + B71F75534EB02C6DBB2A8BC3182C4618 /* UIDatePicker+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDatePicker+RACSignalSupport.m"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.m"; sourceTree = ""; }; + B72E69CF0796DD8845C17C39963E4D06 /* OSSGetSymlinkRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetSymlinkRequest.h; path = AliyunOSSSDK/OSSGetSymlinkRequest.h; sourceTree = ""; }; + B748F494DE95AE64F64E210B014D3634 /* NSObject+QCloudModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+QCloudModel.m"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModel.m"; sourceTree = ""; }; + B75DE22B2825FF73439C6733BE7F0CCB /* OSSFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSFileLogger.m; path = AliyunOSSSDK/OSSFileLog/OSSFileLogger.m; sourceTree = ""; }; + B76F91C9BEF91376E307A5B508E5632B /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; B7AC52C17666EC6525CFE7E07F4A589A /* UIView+TUIToast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+TUIToast.m"; sourceTree = ""; }; - B7B9417ADC72AFB9DB5C0C63BD184A23 /* OSSIPv6Adapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSIPv6Adapter.m; path = AliyunOSSSDK/OSSIPv6/OSSIPv6Adapter.m; sourceTree = ""; }; - B7C16BEB4788EC54D17700770DCFF936 /* MQTTInMemoryPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTInMemoryPersistence.h; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.h; sourceTree = ""; }; - B7CAED8CFBD58A948FEFDC98D05B3A1A /* FileCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FileCache.swift; path = AgoraLyricsScore/Class/Downloader/FileCache.swift; sourceTree = ""; }; + B7AE914F769FFD6E301652C643D80387 /* AgoraRtcEngine_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_iOS.debug.xcconfig; sourceTree = ""; }; + B7DABC140832AF3685170CFCFD4CB0F6 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; + B7DB42470DC5F1AB61A5F539F58E5134 /* QCloudCustomLoaderTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomLoaderTask.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomLoaderTask.h; sourceTree = ""; }; B7EA6FC9AF22FF281CCFF1E883E9E1A8 /* OfflinePushExtInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OfflinePushExtInfo.h; sourceTree = ""; }; + B80048633826201635DD74D4AC55CCA0 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; B806B2B3C57CE699810BCE2A2F244814 /* TUIRepliesDetailViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIRepliesDetailViewController_Minimalist.m; sourceTree = ""; }; - B80E2691F8C188D11FE61DFAD52C6FF3 /* LLHierarchyComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyComponent.m; path = LLDebugTool/Core/Component/Hierarchy/LLHierarchyComponent.m; sourceTree = ""; }; - B814FE7579B6E29BCC634F44EFE75BBD /* QCloudClientContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudClientContext.h; path = QCloudCore/Classes/Base/QCloudClientBase/QCloudClientContext.h; sourceTree = ""; }; - B824EF32F8F9CB34233DB0D1331D0198 /* LLBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseView.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseView.m; sourceTree = ""; }; - B82A0D7E1A5BEAAB36593700CD9789D1 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; - B85B877F076DC7FFAD6874AFA8E3EE86 /* UIPasteboard+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIPasteboard+YYText.m"; path = "YYText/Utility/UIPasteboard+YYText.m"; sourceTree = ""; }; - B86C6E30F767B19901BA01F9973BEB94 /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - B8774079A41F3B0A8535EDA4B2D90E8B /* QCloudClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudClassInfo.m; path = QCloudCore/Classes/Base/QCLOUDObjectModel/QCloudClassInfo.m; sourceTree = ""; }; + B81257FC34CF3BC3C3ED40D8364E8905 /* SVProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVProgressHUD.m; path = SVProgressHUD/SVProgressHUD.m; sourceTree = ""; }; + B818295CCBA1F1235BD8D5CAA8454795 /* LLRouter+Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Network.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Network.m"; sourceTree = ""; }; + B82F7F224DD676F6AFC068603F8CBF62 /* YYTextContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextContainerView.h; path = YYText/Component/YYTextContainerView.h; sourceTree = ""; }; + B83DC239C7A47ABE6EBEC92A9F69C28B /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; B879E4375802FD736178B03F962A9610 /* TUIGroupCreatedCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupCreatedCell.h; sourceTree = ""; }; - B87B21B49952B070175DF9812055AA23 /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; - B8876136C9D6D7FB2DFDE81F966721BF /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/Deprecated/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; - B88A3739A28696C3C8546E4FA37BB037 /* UIActionSheet+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActionSheet+RACSignalSupport.h"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.h"; sourceTree = ""; }; B8A83C9055BE34E4EF6EC84D0CB16FE2 /* TUIFoldConversationListBaseDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFoldConversationListBaseDataProvider.m; sourceTree = ""; }; - B8B6B8F0BED93D0BD0BEE76007D1292A /* NSURLSessionConfiguration+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSessionConfiguration+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSessionConfiguration/NSURLSessionConfiguration+LL_Network.h"; sourceTree = ""; }; - B8D1EBF59A6C0A03F9590D0AA698BCB2 /* LLThemeColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLThemeColor.h; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeColor.h; sourceTree = ""; }; - B90E60B1CFDBCB3F2F1CE555E8427A14 /* OSSTaskCompletionSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSTaskCompletionSource.h; path = AliyunOSSSDK/OSSTask/OSSTaskCompletionSource.h; sourceTree = ""; }; - B917F66CF01EF9C9879E67E2E6C23986 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - B91D5E724A7FD050682DF4FCBF8F7BB1 /* YYImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYImage-dummy.m"; sourceTree = ""; }; - B922E9ADCAEA935DF2606C8A82973216 /* AgoraAiNoiseSuppressionExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiNoiseSuppressionExtension.xcframework; sourceTree = ""; }; - B92838BE8B1A42670B845820CB759CB9 /* LLRulerPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerPickerView.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerView.h; sourceTree = ""; }; - B9353A29D6EC6E90EC2C64FADEDD0A22 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - B95A480D773A0692D0129A94C8455AC3 /* LLSandboxTextPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxTextPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxTextPreviewController.h; sourceTree = ""; }; - B9703A7371293EECD3570B5B2DFAD0FD /* QCloudLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudLogManager.m; path = QCloudCOSXML/Classes/Base/QCloudLogManager.m; sourceTree = ""; }; + B8A8D4209B5B7CF650A9955789DFCD4D /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; + B8B25735471B6401B94EDCE7111563B2 /* XHLaunchAdButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdButton.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdButton.m; sourceTree = ""; }; + B90F77A4A7903D1EC5AF22C62DBFD69D /* OSSGetSymlinkResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetSymlinkResult.h; path = AliyunOSSSDK/OSSGetSymlinkResult.h; sourceTree = ""; }; + B91A658D34410533F79F1FEE8772A88C /* QCloudHttpDNS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHttpDNS.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHttpDNS.h; sourceTree = ""; }; + B920BDDAD833E6A24C243BB95CFFDF45 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; + B922C53B052163415A0975AAD6E8D5ED /* NSNumber+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNumber+YYAdd.m"; path = "YYCategories/Foundation/NSNumber+YYAdd.m"; sourceTree = ""; }; + B9621607319847B2372F6727449090E4 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; B9862FD66F22C24BA599EAE94D867A8A /* TUIGroupButtonCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupButtonCell_Minimalist.m; sourceTree = ""; }; B995F64C2759E6ADA670C67D6AD2F04A /* TUIChatMediaDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatMediaDataProvider.m; sourceTree = ""; }; - B99AE0D7C723D7EB2F76A31B2A18E2A2 /* MQTTSessionLegacy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionLegacy.m; path = MQTTClient/MQTTClient/MQTTSessionLegacy.m; sourceTree = ""; }; - B9AA5F5F417330491DDCA3C808098DB3 /* YBIBImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageScrollView.h; path = YBImageBrowser/Image/YBIBImageScrollView.h; sourceTree = ""; }; - B9CE7D5CE139AF9EA1712245C57B9C42 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = zip.c; path = Zip/minizip/zip.c; sourceTree = ""; }; - B9DA828B683D4E0C716E72D7455447D9 /* BRPickerAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerAlertView.m; path = BRPickerView/Core/BRPickerAlertView.m; sourceTree = ""; }; + B9B0711D0CFC342884A5338FDA2991BF /* LLScreenshotSelectorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotSelectorView.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorView.h; sourceTree = ""; }; + B9D6CA91A12FD45ABB03D35E5A653196 /* QCloudSupervisorySession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSupervisorySession.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisorySession.m; sourceTree = ""; }; B9E1C417847BC5FDC1B91A3641CA45F0 /* TUIFileReplyQuoteView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileReplyQuoteView_Minimalist.m; sourceTree = ""; }; - BA05A74193017E1B72355F6DBA29D068 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; - BA2C6FBDA88DFCD94CDF34B9CC6B5B8B /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = ""; }; + BA03DA377108C4BCD9D08A45F102A82D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + BA2591DBDE3C00A396C3FCE002FB06C1 /* QGVAPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QGVAPlayer-umbrella.h"; sourceTree = ""; }; + BA2E5B355F419D58042851B28174D9A5 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; BA3590990882B5B4A19670AC9FA0D493 /* TUICoreTheme_Minimalist.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUICoreTheme_Minimalist.bundle; path = Resources/TUICoreTheme_Minimalist.bundle; sourceTree = ""; }; - BA4C78CE2CF50A328F19C6033C8C4F93 /* LLConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLConfig.m; path = LLDebugTool/DebugTool/LLConfig.m; sourceTree = ""; }; - BA4E41152B130497D7FC307144BBB8C8 /* QGHWDMetalRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGHWDMetalRenderer.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalRenderer.m; sourceTree = ""; }; - BA5A046FB178953580894853399DB5E8 /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Core/NSBundle+BRPickerView.h"; sourceTree = ""; }; + BA45997B745BAAB0434F80FDA3A8C0B1 /* NSData+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+OSS.m"; path = "AliyunOSSSDK/NSData+OSS.m"; sourceTree = ""; }; + BA4942A59915A961B286BC5EB34F5039 /* OSSRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSRequest.h; path = AliyunOSSSDK/OSSRequest.h; sourceTree = ""; }; BA5E2BA85421BF845B20D61D8845C1B5 /* TUICloudCustomDataTypeCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICloudCustomDataTypeCenter.m; sourceTree = ""; }; - BA5FC428BEF9A50F902D7F72BB603BC5 /* SVGAPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SVGAPlayer.modulemap; sourceTree = ""; }; BA6033E0DA62139833B7CF1C3B444B05 /* TUIFoldListViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFoldListViewController_Minimalist.h; sourceTree = ""; }; - BA6D334238E33F7648A0A126AA2569DC /* LLHierarchyInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyInfoView.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyInfoView.h; sourceTree = ""; }; - BAA163586BEA8551A768765B67B1AABD /* LLScreenshotPreviewViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotPreviewViewController.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotPreviewViewController.m; sourceTree = ""; }; - BABEB31645FCCB421C9DB0258E8EDB0F /* QCloudCOSXMLUploadObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLUploadObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLUploadObjectRequest.h; sourceTree = ""; }; - BAD3D4F05D735E651C44225EEBA0ED08 /* FMDB.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FMDB.release.xcconfig; sourceTree = ""; }; - BADC0186524F48319412F2A94BA1F0AE /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - BAE3CA1A2F7CC361F3AD4EA2A5F38A46 /* IQKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardManager.m; path = IQKeyboardManager/IQKeyboardManager.m; sourceTree = ""; }; - BAF83BAFBB271E58F6BD133128490A58 /* QCloudCOSXMLDownloadObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLDownloadObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.m; sourceTree = ""; }; - BB1735604A32A761B18E5AB7D7427E72 /* UIGestureRecognizer+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+RACSignalSupport.h"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.h"; sourceTree = ""; }; - BB22CF2535044A0A5C300D31ECF18D68 /* AgoraComponetLog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraComponetLog.debug.xcconfig; sourceTree = ""; }; - BB2BA76D5803E39A8FF2C99711A62EC0 /* TZProgressView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZProgressView.m; path = TZImagePickerController/TZImagePickerController/TZProgressView.m; sourceTree = ""; }; - BB4A42C5906BCDBC119A793E08C16200 /* LLToastUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLToastUtils.m; path = LLDebugTool/Core/Others/ToastUtils/LLToastUtils.m; sourceTree = ""; }; + BA9AB7A050F23D5CCC0EE09C27412968 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; + BABF10517A38743F7E0F1C8D2B8AF698 /* QCloudHttpDNS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHttpDNS.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHttpDNS.m; sourceTree = ""; }; + BAF1793482C2FF83EF30DD95254C87D0 /* ScoringMachineProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringMachineProtocol.swift; path = AgoraLyricsScore/Class/Scoring/ScoringMachineProtocol.swift; sourceTree = ""; }; + BAF65DF8C94E4424DEBC3A3C639F5DD8 /* AgoraLyricsScore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AgoraLyricsScore-umbrella.h"; sourceTree = ""; }; + BAF802E2422C8C944BCDB38EDB977D65 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + BAFB29B92EBB8586CA9607C18704F5E5 /* LLLocationComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationComponent.h; path = LLDebugTool/Core/Component/Location/LLLocationComponent.h; sourceTree = ""; }; BB4F011171FCB76B1AEBE390F843E930 /* JXCategoryView-JXCategoryView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "JXCategoryView-JXCategoryView"; path = JXCategoryView.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; BB5265554F5E08EB827691D22296A69D /* TUIReplyMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyMessageCellData.m; sourceTree = ""; }; BB562BFA68708C2AEC93AD36A2E0D95E /* TUIFileViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileViewController.m; sourceTree = ""; }; - BB719ECE2616F368FFEEB36F18BB403E /* LLAppInfoWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoWindow.m; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoWindow.m; sourceTree = ""; }; - BB980D9D90D607350408E38B8BBE7208 /* LLTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCellModel.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellModel.m; sourceTree = ""; }; - BBB8E73527FB7E5B15612F429C0A8F2E /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; - BBDDEA7F7D6153715B217B0861D9E005 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; + BB7D24CBF4A64BFC39F2D9B9A9B37950 /* QCloudUniversalAdjustablePath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalAdjustablePath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalAdjustablePath.m; sourceTree = ""; }; + BBC168817DBE6C48F448643B60269165 /* OSSIPv6PrefixResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSIPv6PrefixResolver.h; path = AliyunOSSSDK/OSSIPv6/OSSIPv6PrefixResolver.h; sourceTree = ""; }; + BBC7E2BC62094822979ED18AD2BFE583 /* UIFont+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIFont+YYAdd.h"; path = "YYCategories/UIKit/UIFont+YYAdd.h"; sourceTree = ""; }; BBE47E39AE0BA6E5CD95FE71B6CE0CBE /* TUIVideoMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoMessageCellData.h; sourceTree = ""; }; + BBEA7BCD1DC8DC6AC53DBAC480B4B380 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; BBEA8037ABA4B0C60F53C9D1AFB4606C /* TUIKitLocalizable.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIKitLocalizable.bundle; path = Resources/TUIKitLocalizable.bundle; sourceTree = ""; }; - BBED4ABD03D03C415C1D40EC5AC793E5 /* AliyunOSSiOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AliyunOSSiOS.release.xcconfig; sourceTree = ""; }; - BBF62AF43F45AA5E1F4B4AD591E48609 /* LLWidgetBorderComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderComponent.m; path = LLDebugTool/Core/Component/WidgetBorder/LLWidgetBorderComponent.m; sourceTree = ""; }; - BC1678DFFE2FD0D0919967D248C3C496 /* LLAppInfoHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoHelper.m; path = LLDebugTool/Core/Component/AppInfo/Function/LLAppInfoHelper.m; sourceTree = ""; }; - BC29A2455DEEC2E1DC7C35DE7214705D /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; - BC29AB5ED56B3B4F0AF5D8CBE55017F1 /* LLButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLButton.h; path = LLDebugTool/Core/Others/CommonUI/View/TabBarButton/LLButton.h; sourceTree = ""; }; - BC35A905DD48CB76AFB0135B362F643F /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + BC01F8BC562199D99A177FE0B988493E /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; + BC0DDEE4FE1161EB6CFA6F2CCF433651 /* QCloudSignature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSignature.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignature.h; sourceTree = ""; }; + BC366082B4FA74FE23139DE904B5F09B /* MetalKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MetalKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/MetalKit.framework; sourceTree = DEVELOPER_DIR; }; + BC38878EA917883C92521572154FE97A /* LLNetworkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkHelper.m; path = LLDebugTool/Core/Component/Network/Function/LLNetworkHelper.m; sourceTree = ""; }; + BC5ACCF2CA93300B20DAAC7CFCF4390B /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; + BC676DF91A36F2450B46BEB0208ADBEA /* LLHtmlWkWebViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlWkWebViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWkWebViewController.m; sourceTree = ""; }; + BC72E27DB579BEB3AF79A946FEAC7CC7 /* GPBAny.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBAny.pbobjc.m; path = objectivec/GPBAny.pbobjc.m; sourceTree = ""; }; BC8547508910F204B4AB9E124BFF0C13 /* TUIEmojiMeditorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIEmojiMeditorProtocol.h; sourceTree = ""; }; - BC88A109BE9F653CE64BD993A7F419D9 /* IQKeyboardManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManager-Info.plist"; sourceTree = ""; }; BC904AEED689EF7B62DCF1FD5CE9ED43 /* TUICore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICore.m; sourceTree = ""; }; - BC98CCFBF1EDA8F1689CA5CA43F79657 /* QCloudRequestData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudRequestData.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudRequestData.h; sourceTree = ""; }; - BCF2A79A1CCAD410454C190955386D1C /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; - BD199545E7D4B40A1730FD85D3611FB0 /* LLFunctionItemContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionItemContainerView.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemContainerView.h; sourceTree = ""; }; - BD39EE693FDD1016482B2126132727D6 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - BD3EFEA8D8C7A0FC5D460B9546BEB6BC /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - BD769B178C36278A102C5B37E74E8BF1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = MJRefresh/PrivacyInfo.xcprivacy; sourceTree = ""; }; - BD802461011BF0D3BB86E9C8CB90F549 /* QGVAPWrapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPWrapView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.m; sourceTree = ""; }; + BCAABA31147D3B234040766F3F07894F /* LLFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterView.h; sourceTree = ""; }; + BCD19AD256A23A0E5FBD8B3FD282061A /* IQKeyboardManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManager-Info.plist"; sourceTree = ""; }; + BCFAA782E3F322A517B9CB47ED6AEF0C /* QCloudFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileLogger.h; path = QCloudCore/Classes/Base/Logger/QCloudFileLogger.h; sourceTree = ""; }; + BCFC6E7713DE240CA1EC8BC2AE53CC6D /* GPBDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary.h; path = objectivec/GPBDictionary.h; sourceTree = ""; }; + BCFE3D392A77AFF62F67BE18C736E499 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; + BD0CBCD8FB586C2C917FE7D14AFF6E76 /* LLComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponent.h; path = LLDebugTool/Core/Others/Component/LLComponent.h; sourceTree = ""; }; + BD2C43250B6F27D53EC315D539B93654 /* QGBaseDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGBaseDecoder.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.h; sourceTree = ""; }; + BD61248C63B66AF34F92BC5161CC2A5E /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; BD84E6AC9ECD5194352D138B1C2FD5A4 /* TUIChatObjectFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatObjectFactory.m; sourceTree = ""; }; - BD902CC30B9F9055A5B5A06DC5666750 /* LLAnimateView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAnimateView.m; path = LLDebugTool/Core/Others/CommonUI/View/AnimateView/LLAnimateView.m; sourceTree = ""; }; - BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; }; - BDE1AA2A36E096D689FCD716B4C4E034 /* MQTTStrict.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTStrict.m; path = MQTTClient/MQTTClient/MQTTStrict.m; sourceTree = ""; }; - BDF89E7175CF443129F1FEEE83848352 /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; - BE241C2F9A47D46A4AF4A623C4B1E59A /* OSSGetObjectTaggingRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectTaggingRequest.m; path = AliyunOSSSDK/OSSGetObjectTaggingRequest.m; sourceTree = ""; }; + BDC1AE69C7512CC0FAEDA793C8E005AF /* QGVAPMetalView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalView.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalView.m; sourceTree = ""; }; + BDD0C5D3C9520E03D3547BEC3916B97F /* QCloudAppendObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAppendObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudAppendObjectRequest.m; sourceTree = ""; }; + BDD184FB49AAA5DE5D5ACB3937E03E17 /* LLComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLComponent.m; path = LLDebugTool/Core/Others/Component/LLComponent.m; sourceTree = ""; }; + BDD1D23FAD691DF763B4DF592504256D /* OSSResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSResult.h; path = AliyunOSSSDK/OSSResult.h; sourceTree = ""; }; + BDE4572D241138882F290193C272575A /* TAAnimatedDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TAAnimatedDotView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAnimatedDotView.m; sourceTree = ""; }; + BDE887C0D578660ED0CB9F27EA8358B8 /* TZImagePickerController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TZImagePickerController.modulemap; sourceTree = ""; }; + BE0CB99F2CC1942CB5D4BF2501B883A7 /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; BE315555765AD252485AF6B13582294D /* TUIFileMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileMessageCell.m; sourceTree = ""; }; - BE34E09E310FAD39B5FA5816A583C4B8 /* YBIBVideoActionBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoActionBar.m; path = Video/YBIBVideoActionBar.m; sourceTree = ""; }; - BE6A723E1647D64586473167B3B8811F /* YYCache.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.debug.xcconfig; sourceTree = ""; }; - BE7757F8AD39EE1F7BEC579DFBAF1158 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - BE77F036D9C043AF0BC6261D1370579B /* TIMPushManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TIMPushManager.h; path = "TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/TIMPushManager.h"; sourceTree = ""; }; - BE819378C0009619686B38EAAC6294F3 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; - BEB885F0149701199F0189974EBC7D8D /* UIImage+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+YYAdd.h"; path = "YYCategories/UIKit/UIImage+YYAdd.h"; sourceTree = ""; }; - BEC903997C0C9532B3B0E836B3542926 /* OSSGetBucketInfoResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetBucketInfoResult.m; path = AliyunOSSSDK/OSSGetBucketInfoResult.m; sourceTree = ""; }; - BECB881BE01435296C19BD58A872AF4C /* QGAnimatedImageBufferManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageBufferManager.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.h; sourceTree = ""; }; - BED68C538A19A37E9526D13D95F95CA9 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; - BF07F0FE4411608E1B184E1B81320425 /* LLPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLPickerView.h; path = LLDebugTool/Core/Others/CommonUI/View/PickerView/LLPickerView.h; sourceTree = ""; }; + BE40FAA44C557E919C47FDE381664609 /* QCloudHTTPMultiDataStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPMultiDataStream.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPMultiDataStream.m; sourceTree = ""; }; + BE4C5EBB0573EE795799BD16FC2DB904 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + BE504EE78EE8C62771754F93F1A155D7 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; + BE80E73713E6B92DFD7AD96200871E23 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + BE8D67066424CDA23F7663F3A80C2E94 /* QCloudUniversalPathFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalPathFactory.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPathFactory.h; sourceTree = ""; }; + BE9DEAC10EBA529E0A6BF1ECA8CA1E4A /* QGVAPSafeMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPSafeMutableDictionary.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableDictionary.h; sourceTree = ""; }; + BEAC88F4A48512BA520908592117D51F /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreTelephony.framework; sourceTree = DEVELOPER_DIR; }; + BEB3A42A352B8F6A428575F2FA6B637D /* QCloudAuthentationV4Creator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAuthentationV4Creator.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV4Creator.h; sourceTree = ""; }; + BEBA7D131422D74AB6FFA3D3164EDCD8 /* LLFunctionItemView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionItemView.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemView.h; sourceTree = ""; }; + BEE9B582BF39C18F4D7317A652F24D5A /* GPBFieldMask.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBFieldMask.pbobjc.m; path = objectivec/GPBFieldMask.pbobjc.m; sourceTree = ""; }; + BEEA77552B0A4B2C66210604A52A9809 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = Zip/Zip.swift; sourceTree = ""; }; + BF0011EE92211E9DF08571719D4A3028 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; BF12EF87337DED2D5544A4B5636CC4C7 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy"; path = TXIMSDK_Plus_iOS_XCFramework_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - BF20B12E834B2ED83365F8F857203CF1 /* LLLeftTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLeftTitleCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLLeftTitleCell.h; sourceTree = ""; }; - BF2A6DB2A4233FAB516EFE04517C9E1D /* YYCategories.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCategories.debug.xcconfig; sourceTree = ""; }; - BF3C384FACF30DDD51276EE009F09266 /* LLNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetwork.h; path = LLDebugTool/Core/Component/Network/LLNetwork.h; sourceTree = ""; }; - BF562E0480494D3B85299D6665852D81 /* YYImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYImage.modulemap; sourceTree = ""; }; - BFA251B40E1BA8D917AD3181373F7681 /* NSInputStream+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInputStream+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSInputStream/NSInputStream+LL_Network.h"; sourceTree = ""; }; + BF776CF5AFA65D051141C8CCF61C2831 /* IQTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTextView.h; path = IQKeyboardManager/IQTextView/IQTextView.h; sourceTree = ""; }; + BF89F25971512217C46EB64B7EDFFFDD /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; + BFA188FD5F0577EED182ABEA9C56CA08 /* LLScreenshotActionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotActionView.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotActionView.m; sourceTree = ""; }; + BFAF35D5F52A7EC1527CBAB533568500 /* OSSHttpdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSHttpdns.h; path = AliyunOSSSDK/OSSHttpdns.h; sourceTree = ""; }; + BFB4C4FCCA7B14A938CEFD06CF2B0ADB /* QCloudCOSXMLDownloadObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLDownloadObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.h; sourceTree = ""; }; BFBE6390BE0DC947D8E0C65D9D69EE42 /* TUISystemMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUISystemMessageCellData.m; sourceTree = ""; }; - BFC84236DC6934E20BF769B2B51E459B /* YYText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYText.debug.xcconfig; sourceTree = ""; }; - BFD4096F7B30D29E37016A981BCD4AB7 /* YYCategories.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCategories.h; path = YYCategories/YYCategories.h; sourceTree = ""; }; - BFDA70797D499F688CDA9F293694C161 /* IQKeyboardManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.debug.xcconfig; sourceTree = ""; }; - C005C05F637D2ADE52B405BEF24BB72C /* LLStorageModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLStorageModel.m; path = LLDebugTool/Core/Others/CommonUI/Model/Storage/LLStorageModel.m; sourceTree = ""; }; - C005CD9427CF96E31FC220AE74F97744 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - C037CB7FD3E4185DA804EFAEA5ECB47B /* LLNetworkViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkViewController.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkViewController.m; sourceTree = ""; }; - C05969BEAC7EC4ACD6B24C23139E3BC5 /* LLNetworkCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkCell.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkCell.h; sourceTree = ""; }; + BFE177B9DEF308D7783FAA41F4943076 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; + C032663281AA2759692C82F66AF7C17E /* XHLaunchAd.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = XHLaunchAd.modulemap; sourceTree = ""; }; + C041C1C0192DD4069D355983EA491CED /* UIBezierPath+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBezierPath+YYAdd.m"; path = "YYCategories/UIKit/UIBezierPath+YYAdd.m"; sourceTree = ""; }; + C05B5DE1D6D30FE2EA3F4EF3D8D252B5 /* SVGAPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SVGAPlayer.debug.xcconfig; sourceTree = ""; }; C05D167917CA4F9184B81BB330166224 /* TUIConversationTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationTableView.m; sourceTree = ""; }; - C06331A6F143EE9F2A7BBD07E8FF3F8A /* LLRouter+Crash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Crash.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Crash.h"; sourceTree = ""; }; - C0680D056BC1F5302787A2199A803C1E /* AgoraRtcEngine_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_iOS.debug.xcconfig; sourceTree = ""; }; + C05F9401E9F6BEA017C02CA756E37C57 /* QGVAPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QGVAPlayer-prefix.pch"; sourceTree = ""; }; + C064175D4D89E914A6FF3D407BC426EC /* LLAppInfoHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoHelper.m; path = LLDebugTool/Core/Component/AppInfo/Function/LLAppInfoHelper.m; sourceTree = ""; }; C07D6BBCDBB790439770AA98AB551685 /* TUIMergeMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMergeMessageCellData.m; sourceTree = ""; }; - C08D14D80A418D788FC62B0EBAA6E0D8 /* OSSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSConstants.m; path = AliyunOSSSDK/OSSConstants.m; sourceTree = ""; }; - C0BDD55090EA491AF820C3E1B6AA09D4 /* OSSDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDefine.h; path = AliyunOSSSDK/OSSDefine.h; sourceTree = ""; }; - C0CEB5A1B00EFCEA42EB2B0602CBF8D8 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; - C0CF66D77341CBAB70B181A81C6F4CCA /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities_PackagePrivate.h; path = objectivec/GPBUtilities_PackagePrivate.h; sourceTree = ""; }; - C0E21FB4E53ABCBDEF7D668712AB9447 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; + C09E30FFCEE24A001BC08652227EEEA5 /* OSSNSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSNSLogger.h; path = AliyunOSSSDK/OSSFileLog/OSSNSLogger.h; sourceTree = ""; }; + C0D3A460B164367C8D71ECEDC197BFBA /* OSSCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCompat.m; path = AliyunOSSSDK/OSSCompat.m; sourceTree = ""; }; + C0D4B501F9E4593E9FE2E06192180151 /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; C0E79AD53820186F5DE86726D150F447 /* MQTTClient */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MQTTClient; path = MQTTClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C0F55F4CF1612600964678D6DB467ECD /* YBIBOperateBrowserProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBOperateBrowserProtocol.h; path = YBImageBrowser/Protocol/YBIBOperateBrowserProtocol.h; sourceTree = ""; }; - C12F4F59F31062A2EA18468431CB2C5D /* YBIBTopView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBTopView.h; path = YBImageBrowser/ToolView/YBIBTopView.h; sourceTree = ""; }; - C142C90A8EE06B1F137BF93CFD1FE0BD /* QCloudCopyObjectResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCopyObjectResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudCopyObjectResult.h; sourceTree = ""; }; - C153F5BFB075FF25972871DD709AC72F /* NSObject+YYModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYModel.m"; path = "YYModel/NSObject+YYModel.m"; sourceTree = ""; }; - C16B9711622C2F8C8ECE8C9128B040FD /* QCloudHosts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHosts.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHosts.h; sourceTree = ""; }; - C1790E31F6435CEF46A8CA60375DA81A /* LLBaseTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseTableViewController.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewController.m; sourceTree = ""; }; + C121B0AD7D7D2E316D14FDF9B906F4CC /* QCloudGetObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudGetObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest.h; sourceTree = ""; }; + C125021238DFFFE11005952277BE88BE /* QCloudIntelligenceTimeOutAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudIntelligenceTimeOutAdapter.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/TimeOutAdapter/QCloudIntelligenceTimeOutAdapter.m; sourceTree = ""; }; + C129887AC76040D80944E3271E38545A /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; + C13A1F1415C85BE1C92D149CB0DA33F6 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + C1488245D02B836DA9578CAFD34AFFFC /* JXPagerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerView.h; path = Sources/JXPagerView/JXPagerView.h; sourceTree = ""; }; + C172792487D72AFB5C7B3F3CAF62EC07 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; + C17DA10B8BF10E1FF8ED60FDA702C7C6 /* IQKeyboardManagerConstantsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstantsInternal.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h; sourceTree = ""; }; + C1806C20000DAEAC6CFF3EFAD26A6477 /* QCloudConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudConfiguration_Private.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudConfiguration_Private.h; sourceTree = ""; }; C19DB3A1120B979C84C73A7C2A4EEE20 /* TUIChatFlexViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatFlexViewController.h; sourceTree = ""; }; - C1AC44C8FF9653AEB5DAB71D8C51CF27 /* LLNetworkImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkImageCell.m; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkImageCell.m; sourceTree = ""; }; - C1B44F7C84CE5F424E138473F02C948C /* OSSGetObjectACLRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectACLRequest.m; path = AliyunOSSSDK/OSSGetObjectACLRequest.m; sourceTree = ""; }; - C1E1AC30B88AF0AA1FBE23726D6D264D /* sharpyuv_csp.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_csp.c; path = sharpyuv/sharpyuv_csp.c; sourceTree = ""; }; - C20893CDFE63C9B61AFAC6AE664B40B9 /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + C1B82B2FF690B31838020F663C79651B /* AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AvoidCrash.h; path = AvoidCrash/AvoidCrash.h; sourceTree = ""; }; + C1BB7D30F106A53324CC443C1C19327D /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; + C1C1538AC07C63E48F47771D9AF84B01 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; + C1CF8D6D18654D8A57DF6475F08907F0 /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; + C1E923F3204DE1941CC91521059E0E42 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWellKnownTypes.h; path = objectivec/GPBWellKnownTypes.h; sourceTree = ""; }; C2105C94812B6214B154F54DCEDB72AC /* Protobuf */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Protobuf; path = Protobuf.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C2147602278DF464D75720F3926C978E /* TUIConversationSelectDataProvider_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationSelectDataProvider_Minimalist.h; sourceTree = ""; }; - C232FB3B5A65774E038955D1F9F35716 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; - C23535EAE5BFF74DF355ED25D1284A7F /* QCloudAbortMultipfartUploadRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAbortMultipfartUploadRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudAbortMultipfartUploadRequest.h; sourceTree = ""; }; - C25A2F5175440A6A656FDE590F024550 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/Deprecated/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; - C27596B7E37B9F52761B7EBA8ACCAA54 /* YYTextInput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextInput.m; path = YYText/Component/YYTextInput.m; sourceTree = ""; }; - C27CA9BB1BC6C72D88FF580AA4D3AC9B /* GPBDuration.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDuration.pbobjc.m; path = objectivec/GPBDuration.pbobjc.m; sourceTree = ""; }; + C21BE478B272F2E36A3C01619390812A /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; + C2288308C6419416BA829C87795D6DDC /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + C22EA766B209AD0811C8D9F2BC614022 /* Protobuf-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Protobuf-dummy.m"; sourceTree = ""; }; + C262BAFFE92A5D489A318FB74FFCAE56 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; + C26C688B21DFA84C8D76DEBDB5DE5900 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; + C289C2CAECB4BFFF3A35DD48AD3882CA /* YYTextContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextContainerView.m; path = YYText/Component/YYTextContainerView.m; sourceTree = ""; }; + C28CCC143BA7BFC9BE31BDFB2FBE6CEE /* QCloudSupervisoryRecord.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSupervisoryRecord.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisoryRecord.m; sourceTree = ""; }; C29756442762FD77052A400C23560F33 /* TUIConversationCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationCell_Minimalist.m; sourceTree = ""; }; - C2B4D4B562EC668CAF254E73F9CDD713 /* QGBaseAnimatedImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGBaseAnimatedImageFrame.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.h; sourceTree = ""; }; + C2AA422AC10726401417C6310240DCE5 /* LLHierarchyComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyComponent.h; path = LLDebugTool/Core/Component/Hierarchy/LLHierarchyComponent.h; sourceTree = ""; }; + C2B8A4EDE169337443B4C47FA10E7D52 /* AlipaySDK.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AlipaySDK.xcframework; sourceTree = ""; }; C2B9367F8ECE027BF3D94A1C3ADCA06A /* Pods-QXLive-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-QXLive-acknowledgements.markdown"; sourceTree = ""; }; - C2BB68A8BBA98BD66780B665DB150779 /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; - C2D2EF8B393EF2C8810CDF344F4737A3 /* MKMapView+LL_Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKMapView+LL_Location.m"; path = "LLDebugTool/Core/Component/Location/Function/MKMapView/MKMapView+LL_Location.m"; sourceTree = ""; }; - C2D9EF1C959CBC79B00089B09679713E /* UITextView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+RACSignalSupport.h"; path = "ReactiveObjC/UITextView+RACSignalSupport.h"; sourceTree = ""; }; - C2EC384853C33474F77B75DE52D2073D /* LLAppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfo.h; path = LLDebugTool/Core/Component/AppInfo/LLAppInfo.h; sourceTree = ""; }; - C2ED0C934174CAE9C38C71D4CB9A9BA5 /* mz_zip_rw.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip_rw.c; path = SSZipArchive/minizip/mz_zip_rw.c; sourceTree = ""; }; - C30120819B40CF27526538D243E95959 /* QCloudCompleteMultipartUploadInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCompleteMultipartUploadInfo.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudCompleteMultipartUploadInfo.m; sourceTree = ""; }; - C3173ED05775B7C9091125BBE55C87DB /* TAAnimatedDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TAAnimatedDotView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAnimatedDotView.m; sourceTree = ""; }; - C31B61ADA03ADABA7F4258EBE5C98C07 /* AgoraLyricsScore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraLyricsScore.debug.xcconfig; sourceTree = ""; }; - C321EB295C351AF59772E6AEE2A6D27D /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - C32DF683159492303C2754FC40ABF3C6 /* QCloudCOSXMLVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLVersion.h; path = QCloudCOSXML/Classes/QCloudCOSXMLVersion.h; sourceTree = ""; }; - C33C1A0241E7CE367A7B8244F8872066 /* FMResultSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMResultSet.h; path = src/fmdb/FMResultSet.h; sourceTree = ""; }; - C33E4AB992FF9A1D7C2AA70DC651EAA8 /* YBIBIconManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBIconManager.m; path = YBImageBrowser/Helper/YBIBIconManager.m; sourceTree = ""; }; - C3596BCDA45C25B2117C700F96091D75 /* YBIBVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoView.h; path = Video/YBIBVideoView.h; sourceTree = ""; }; - C381CA671602E00BE9C08D39A33983CA /* SVGAVideoSpriteEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVideoSpriteEntity.m; path = Source/SVGAVideoSpriteEntity.m; sourceTree = ""; }; + C2F5320508F04564998FC678FEF2EFE2 /* YYKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYKVStorage.h; path = YYCache/YYKVStorage.h; sourceTree = ""; }; + C319C541763AD0AC46E5923240616F1D /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; + C32A9827CDE830A1E97F9C37A95964A7 /* MQTTStrict.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTStrict.m; path = MQTTClient/MQTTClient/MQTTStrict.m; sourceTree = ""; }; + C34FE0902266A0539422D40FDE9DBB99 /* IQNSArray+Sort.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQNSArray+Sort.m"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.m"; sourceTree = ""; }; + C372319E2C7A664CB69638F788AF1EFB /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + C3847AC4E48E186E8C90AEE7A5F0BF29 /* GPBAny.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBAny.pbobjc.h; path = objectivec/GPBAny.pbobjc.h; sourceTree = ""; }; C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JXCategoryView; path = JXCategoryView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C3B410D5394B8F77CA81A9DA8A843E98 /* LLRouter+AppInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+AppInfo.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+AppInfo.m"; sourceTree = ""; }; - C3C075B5F84B5C8E31A0BA81C62F891D /* UICollectionReusableView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionReusableView+RACSignalSupport.m"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.m"; sourceTree = ""; }; + C3ABA704A8DB1E16E597621966C11E6C /* YYCache.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.release.xcconfig; sourceTree = ""; }; + C3ADEAE3BD7DF476B0489AA1341FA746 /* mz_zip_rw.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip_rw.c; path = SSZipArchive/minizip/mz_zip_rw.c; sourceTree = ""; }; + C3C3BBF6AE606E0823E3A9AE5E4AF5ED /* QCloudRequestSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudRequestSerializer.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudRequestSerializer.m; sourceTree = ""; }; + C3C550E98AA58FDBA97E1DD3153B0F21 /* QGVAPLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPLogger.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Logger/QGVAPLogger.h; sourceTree = ""; }; C3C90F27D76A0D9A5E5CFA5010887FDB /* TUIMemberCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMemberCell_Minimalist.h; sourceTree = ""; }; C3CB87DA9EDE7FF41B2520CFA0441069 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - C3E38BFE6C28CCF1198E02D9BB9FC3E7 /* QCloudAbstractRequest_FakeRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudAbstractRequest_FakeRequest.h; path = QCloudCore/Classes/Base/QCloudClientBase/Request/QCloudAbstractRequest_FakeRequest.h; sourceTree = ""; }; - C3E48BE87B8C0C0D804379966D58D8D8 /* SDImageFramePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFramePool.h; path = SDWebImage/Private/SDImageFramePool.h; sourceTree = ""; }; - C403756DA5134716BB05DDA42C6AAC80 /* QGVAPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QGVAPlayer.release.xcconfig; sourceTree = ""; }; - C40B79EAAA6B3CC6CF1E78FFA5D2A559 /* NSObject+YYAddForKVO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYAddForKVO.m"; path = "YYCategories/Foundation/NSObject+YYAddForKVO.m"; sourceTree = ""; }; - C420B69D849181FD011FAD3D8E9B6518 /* SSZipArchive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-umbrella.h"; sourceTree = ""; }; - C4371CCED5E31576E5B0DD6CAF360FA8 /* TZAssetModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZAssetModel.m; path = TZImagePickerController/TZImagePickerController/TZAssetModel.m; sourceTree = ""; }; - C440992FB5C2BB522A19691CCA778577 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + C3CF698337CC0F5D6E8A410382F268C2 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; + C3D4D44DABCA957343D352F3EB52CF09 /* UIColor+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIColor/UIColor+LL_Utils.m"; sourceTree = ""; }; + C3F6AC5E5BA6110C9BD617A5B3B106B5 /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; + C43B5862AD1627F4213F1B3AEF96A14C /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + C45376935A69EEE52F359A52B328938E /* XHLaunchAdImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdImageManager.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.m; sourceTree = ""; }; + C45801D117AEF401E0E9785B046D3C1F /* VoicePitchChanger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VoicePitchChanger.swift; path = AgoraLyricsScore/Class/Scoring/Other/VoicePitchChanger.swift; sourceTree = ""; }; C45996975D0DE7A4FAAFE40AB64E5824 /* TUIChatConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatConfig.h; sourceTree = ""; }; C4652D09AF671F760E57B77ED4B2B844 /* TUIMessageDataProvider+MessageDeal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIMessageDataProvider+MessageDeal.h"; sourceTree = ""; }; - C47B236151C42E0448F26C5AB78D8959 /* YYTextArchiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextArchiver.h; path = YYText/String/YYTextArchiver.h; sourceTree = ""; }; - C47C14012AEB64E5D97CDFD4AB79E6BB /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; - C4966ADEB527BE45F20A76208929346C /* ZipUtilities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZipUtilities.swift; path = Zip/ZipUtilities.swift; sourceTree = ""; }; + C46CABA49D7B70058EC766735B7C29C0 /* AliyunOSSiOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AliyunOSSiOS-umbrella.h"; sourceTree = ""; }; + C4805C86B94A95AC5367421C1286FAAD /* QCloudCOSXMLUploadObjectRequest_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLUploadObjectRequest_Private.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLUploadObjectRequest_Private.h; sourceTree = ""; }; + C49E53A79A1207536287DC0DCE9F250F /* TZImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImageManager.m; path = TZImagePickerController/TZImagePickerController/TZImageManager.m; sourceTree = ""; }; + C4C9679C20AC9FB8DA1FD070F6F0B2D9 /* LLFilterFilePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterFilePickerView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterFilePickerView.m; sourceTree = ""; }; + C4DA372241C474405B203656E6718883 /* NSObject+YYAddForKVO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYAddForKVO.h"; path = "YYCategories/Foundation/NSObject+YYAddForKVO.h"; sourceTree = ""; }; C4ECCE12AE742C116170D30DAE9299CF /* TIMCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TIMCommon-prefix.pch"; sourceTree = ""; }; + C500C92958709664617F7382CD6C1F2C /* UIWindow+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWindow+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIWindow/UIWindow+LL_Utils.h"; sourceTree = ""; }; C5047226BADBAC5B021884D209558AAF /* TUISystemMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUISystemMessageCell.m; sourceTree = ""; }; - C52D2D0B79D8CC5F558AD7293D3EA2F8 /* LyricLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricLabel.swift; path = AgoraLyricsScore/Class/Lyrics/LyricLabel.swift; sourceTree = ""; }; - C53F402394FD2693DBC50E446144B0DC /* YBIBIconManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBIconManager.h; path = YBImageBrowser/Helper/YBIBIconManager.h; sourceTree = ""; }; + C51863A6F4E43CE7DEA434EB9721CB17 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + C5379ECD4CB4E45A7F76C6B1F99BE5E7 /* QCloudBizHTTPRequest+COSXML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudBizHTTPRequest+COSXML.m"; path = "QCloudCOSXML/Classes/Base/QCloudBizHTTPRequest+COSXML.m"; sourceTree = ""; }; + C5534774A3CEE59A25B5F84665416721 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreText.framework; sourceTree = DEVELOPER_DIR; }; + C55E7CDAA9D540F290F5FDE1CF53A4A7 /* NSDictionary+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSDictionary+VAPUtil.m"; sourceTree = ""; }; C56A469CB25B4F78660D87B430C21BFE /* TUIBaseMessageController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBaseMessageController_Minimalist.h; sourceTree = ""; }; - C5713F1E75E1BD6748EF793FE83DD09D /* VoicePitchChanger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VoicePitchChanger.swift; path = AgoraLyricsScore/Class/Scoring/Other/VoicePitchChanger.swift; sourceTree = ""; }; - C57FCF8705AA31A1608CC0053A7C56B2 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; - C58D32D01D066EB0C2F0E3F0B8D29D34 /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - C59C22BAD3474049BCF91D6D1F429239 /* QCloudCOSXMLService+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Private.h"; path = "QCloudCOSXML/Classes/Base/QCloudCOSXMLService+Private.h"; sourceTree = ""; }; - C5A21116BFD10B2D4FEA6E079CFA608F /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; - C5AE11E7C369B0D007F232374528F4E4 /* Zip.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Zip.debug.xcconfig; sourceTree = ""; }; - C5AF25C4A2709634CF3EB5429C9A4520 /* NSMutableDictionary+OSS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableDictionary+OSS.h"; path = "AliyunOSSSDK/NSMutableDictionary+OSS.h"; sourceTree = ""; }; + C59A35811D045D2103F806930F28077C /* QCloudUploadPartCopyRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUploadPartCopyRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartCopyRequest.m; sourceTree = ""; }; C5B218CCE329321443E58C391C09F1DE /* TUICircleLodingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICircleLodingView.m; sourceTree = ""; }; - C5BF390AA50F37FA3F03682ECD8A3390 /* LLDetailTitleSelectorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleSelectorCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLDetailTitleSelectorCell.h; sourceTree = ""; }; - C5D2969988E90C9E62DEF88128586039 /* UIBezierPath+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBezierPath+YYAdd.h"; path = "YYCategories/UIKit/UIBezierPath+YYAdd.h"; sourceTree = ""; }; + C5CB17153D36B42365646D373FB2A879 /* YYTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextView.m; path = YYText/YYTextView.m; sourceTree = ""; }; + C5D61DCC03D4CBD22B8554FCBAF26066 /* LLBaseModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseModel.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseModel.h; sourceTree = ""; }; C5E5731040BDA7C46A5E0412A2AC9F24 /* TUIChatPopMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatPopMenu.h; sourceTree = ""; }; - C5E69BE7034BCDD8B9190C8B7585C961 /* TIMPush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TIMPush.h; path = "TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/TIMPush.h"; sourceTree = ""; }; C5ECFBE352F66FAACBD68DD9422039F9 /* YTCv.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTCv.framework; path = Libs/YTCv.framework; sourceTree = ""; }; - C5FBE2A2DE1912B40BC887678504DBBD /* QGAnimatedImageDecodeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeThread.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.h; sourceTree = ""; }; + C5EE083FC43768FB58E6299BFC93E1B8 /* LLFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFactory.h; path = LLDebugTool/Core/Others/Factory/LLFactory.h; sourceTree = ""; }; + C5F2FE4DC203028A369DDD1D80E37AC5 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreImage.framework; sourceTree = DEVELOPER_DIR; }; C5FCD599C464593383070729FD3A8A4F /* Pods-QXLiveDev-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-QXLiveDev-frameworks.sh"; sourceTree = ""; }; C600EA527364A2CC147B44F899DEA94D /* TUIInputBar_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIInputBar_Minimalist.m; sourceTree = ""; }; - C619C80864BD2CCD830BB0FB030E262C /* LLSandboxPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxPreviewController.h; sourceTree = ""; }; - C633EFE05B75BEC4A82E1ED5B47B3D8A /* YYTextWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextWeakProxy.m; path = YYText/Utility/YYTextWeakProxy.m; sourceTree = ""; }; - C63D04F695E094AC6F3E69C41CCF0EA1 /* LLCrashComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashComponent.h; path = LLDebugTool/Core/Component/Crash/LLCrashComponent.h; sourceTree = ""; }; - C6456D0D2370E680BAE9250B60CF2081 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + C62EB374AE18334782E7079431F15481 /* NSURLRequest+COS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+COS.h"; path = "QCloudCore/Classes/Base/QCloudClientBase/Authentation/NSURLRequest+COS.h"; sourceTree = ""; }; + C6384ADA06C3E1422F2EA69C80C6473E /* QCloudCOSXMLVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLVersion.h; path = QCloudCOSXML/Classes/QCloudCOSXMLVersion.h; sourceTree = ""; }; + C63B03E9816E35508D0B31FC0B5EAE53 /* SVGAVectorLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVectorLayer.m; path = Source/SVGAVectorLayer.m; sourceTree = ""; }; + C63C3F903F4AC32BD9B554D3D77E7AF9 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; C64E3E71C1C975F9D1192BD7D8140E75 /* TUIConversationSelectBaseDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationSelectBaseDataProvider.m; sourceTree = ""; }; - C6644EE432B19E6B483A15BF64272CE2 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - C66C0380E1B9950A1C7DFA681485377D /* IQKeyboardManagerConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstants.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstants.h; sourceTree = ""; }; + C6553617854A1BC5A4F7C066D5F8595A /* QGVAPTextureLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPTextureLoader.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.h; sourceTree = ""; }; + C6582EE43E651B110C9D1E26A58B73E7 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; + C65CA0CC1A37614BC3C5D16E2154A9A9 /* UIScrollView+EmptyDataSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+EmptyDataSet.m"; path = "Source/UIScrollView+EmptyDataSet.m"; sourceTree = ""; }; C68412B6CE6995367EE57E8BBDEB57E9 /* TUIMessageCellLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageCellLayout.m; sourceTree = ""; }; - C687B8148F1910B4B648C64A6CD3D439 /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; - C69A1BBD0A0739C565892EAC45726A72 /* LLLogCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogCell.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogCell.m; sourceTree = ""; }; + C69A6B23EF6A69B767B9593D9E35752B /* AgoraLyricsScore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraLyricsScore.debug.xcconfig; sourceTree = ""; }; C6A22377923BC98FFF855E0D7E2C7BD9 /* TUIMessageReadViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageReadViewController.h; sourceTree = ""; }; - C6A9340CDAC0B6369DB2690CDC3A55CE /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - C721DEC379A32E6A40BB74DDCD48133C /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + C6A85C2197DBDBCDC2B5A1EEBB26165C /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistry.m; path = objectivec/GPBExtensionRegistry.m; sourceTree = ""; }; + C6B2B41C696D66D3CAC7078B154DC6A0 /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; + C6B4F99394B5F1E6C274CE86F9503C53 /* NSDate+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+YYAdd.h"; path = "YYCategories/Foundation/NSDate+YYAdd.h"; sourceTree = ""; }; + C71CB84314C418F1BAE672F2F2256FBE /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; C72D292DB0F13AF832A188C959882814 /* TUILinkCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUILinkCellData.h; sourceTree = ""; }; - C7315416C91B3CF333FEDDE0D2696E94 /* IQUIView+IQKeyboardToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+IQKeyboardToolbar.m"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.m"; sourceTree = ""; }; C735652D675412AF7F6ACD0ABC915C2A /* YTFaceDetectorLiveness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTFaceDetectorLiveness.framework; path = Libs/YTFaceDetectorLiveness.framework; sourceTree = ""; }; - C75290354B7314C4F02110B9D20632B3 /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; - C76964ED7C150134F52382927DD30E44 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - C76A747AF5148D32E2D72F7E037204D8 /* LLThemeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLThemeManager.h; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeManager.h; sourceTree = ""; }; + C745613A944449C7ACF3C8796D803979 /* libwebp-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-umbrella.h"; sourceTree = ""; }; + C7649F263B301350BFFA8941BC0C8811 /* QCloudFCUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFCUUID.h; path = QCloudCore/Classes/Base/FCUUID/QCloudFCUUID.h; sourceTree = ""; }; + C78D5313EE128E5DF4A5704B4C51ED15 /* YYClassInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYClassInfo.h; path = YYModel/YYClassInfo.h; sourceTree = ""; }; C79E6E3BEBEC51A2C585F5364070A8B4 /* TUIImageMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageMessageCell.m; sourceTree = ""; }; - C7B13D01E3DCCAB0D2C37A8E95512A72 /* YBIBInteractionProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBInteractionProfile.h; path = YBImageBrowser/Image/YBIBInteractionProfile.h; sourceTree = ""; }; + C7B0E9845D76CF00B1C360F53E57987A /* TAPageControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TAPageControl.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAPageControl.h; sourceTree = ""; }; + C7C18C37AEF8C914EAA98512069699CC /* QCloudFileZipper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileZipper.m; path = QCloudCore/Classes/Base/Logger/QCloudFileZipper.m; sourceTree = ""; }; C7C8D04857A062BBA96720BAFE1EB832 /* TUIGroupNoticeController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupNoticeController.m; sourceTree = ""; }; + C7D3A806EFC06A29BFA7185387200E49 /* TZImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImagePickerController.m; path = TZImagePickerController/TZImagePickerController/TZImagePickerController.m; sourceTree = ""; }; + C7DDFB1DFCEBB722BF883769B6E9917B /* LLScreenshotSelectorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotSelectorView.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotSelectorView.m; sourceTree = ""; }; + C808F98D4BE5378BCD46C2AE66723176 /* YYWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYWebImage-Info.plist"; sourceTree = ""; }; + C813703F99FF39BE2A7480C73E2D0805 /* YBIBSheetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBSheetView.h; path = YBImageBrowser/ToolView/YBIBSheetView.h; sourceTree = ""; }; + C81764969EEC5FD576E2A6A93D0B22FA /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet_PackagePrivate.h; path = objectivec/GPBUnknownFieldSet_PackagePrivate.h; sourceTree = ""; }; C8199828D909683114A2A228F68764E5 /* TUIVoiceMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVoiceMessageCell_Minimalist.m; sourceTree = ""; }; - C843365FB508324DFEA1066E0471FA6F /* UIView+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIView/UIView+LL_Utils.m"; sourceTree = ""; }; - C87D4A32A49F0866458481A6C4751363 /* AliyunOSSiOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AliyunOSSiOS.h; path = "Supporting Files/AliyunOSSiOS.h"; sourceTree = ""; }; - C8825480DA40C3D9DA5C343E898215A6 /* QuickZip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickZip.swift; path = Zip/QuickZip.swift; sourceTree = ""; }; - C8E968C43C6B5C68801618FF48203921 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + C84ED9F81729FC83452DAB90A84B3B23 /* SDImageFramePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFramePool.m; path = SDWebImage/Private/SDImageFramePool.m; sourceTree = ""; }; + C8633093718E92A1E9B2A98A4E53D399 /* QCloudEnv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudEnv.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/QCloudEnv/QCloudEnv.h; sourceTree = ""; }; + C8791E396C0900FE5F22F6135C95A96A /* QGAnimatedImageDecodeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeThread.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.h; sourceTree = ""; }; + C88C60F4CA58DDA571287E55FD885189 /* LLShortCutViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutViewController.h; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutViewController.h; sourceTree = ""; }; + C8CA0EDAA8B1F8645F909DF02845D71C /* AlipaySDK.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; path = AlipaySDK.bundle; sourceTree = ""; }; + C8CDA71EE7AA96DD26B58EF75E12EC8D /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + C8F1A781F96D6029BC0E44189AC6A6BD /* YBImageBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YBImageBrowser.debug.xcconfig; sourceTree = ""; }; + C8F6049319BDBD7298EC5931CBF1E32F /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; C8F97B02F5B488511B0CE5FA4CFE7F1A /* OfflinePushExtConfigInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OfflinePushExtConfigInfo.m; sourceTree = ""; }; C8FFAB06408747E7BA2A353127D4ACF8 /* TUIConversation */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TUIConversation; path = TUIConversation.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C9097DF320AD6854D0D1730AC9642B32 /* TZImageCropManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZImageCropManager.m; path = TZImagePickerController/TZImagePickerController/TZImageCropManager.m; sourceTree = ""; }; - C91DCFA49F944029C6FC01F11E1523C2 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; + C9077563438E899C02963D0C378304B3 /* LLHierarchyHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyHelper.m; path = LLDebugTool/Core/Component/Hierarchy/Function/LLHierarchyHelper.m; sourceTree = ""; }; + C921D661AFA9EB0C02C0BC0F2853247E /* QCloudCOSXMLTransfer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLTransfer.h; path = QCloudCOSXML/Classes/Transfer/QCloudCOSXMLTransfer.h; sourceTree = ""; }; C9299C3B2AA7F5B8F7F249683F8DFC76 /* TUISecurityStrikeView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUISecurityStrikeView.h; sourceTree = ""; }; - C9330057B71F140B37BC9E00042B60E8 /* QCloudXMLWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudXMLWriter.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Writer/QCloudXMLWriter.h; sourceTree = ""; }; - C94024930AB08B4D77F3F6E9D671E1A6 /* video_enc.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = video_enc.xcframework; sourceTree = ""; }; - C955ACD5B6F9A8EBD41DDBF4CA3436B0 /* NSObject+QCloudModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+QCloudModel.m"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModel.m"; sourceTree = ""; }; - C990846C5E3C92D6B1F54978170573C6 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; + C93EA9FCD69F0E8DD13A2026E8F7E83C /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; + C94379A48DF2ECDF9A93998124DD39A2 /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; + C94D840507F0DE29EF2CD825391F46EE /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + C971E7162753EB851D0D620CF42BE300 /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; + C97D45E4C1B400C798F0239944737226 /* YYImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYImage-prefix.pch"; sourceTree = ""; }; C993B40579213A499C1882A9530E0E25 /* TUIConversationSelectDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationSelectDataProvider.m; sourceTree = ""; }; - C99BD807257F535CA1405079C4548FD5 /* LLFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterView.m; sourceTree = ""; }; - C9B3407E9964E300B473126AAAE3F5BD /* OSSDeleteMultipleObjectsRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteMultipleObjectsRequest.m; path = AliyunOSSSDK/OSSDeleteMultipleObjectsRequest.m; sourceTree = ""; }; - C9CBA92FBACD7C83AADAF41B7B4A6F26 /* QCloudPutObjectCopyRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudPutObjectCopyRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectCopyRequest.h; sourceTree = ""; }; - C9EB273B20622E7055FCBC9E9078D4A1 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; - C9ED034EF0A7164FDED8ADC512A418CF /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - C9FB1986F4BE1CF8F11AE763240D2E95 /* QCloudEndPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudEndPoint.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudEndPoint.m; sourceTree = ""; }; - C9FC6908461B70BB12B08EDE3AEBC72A /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; - CA02343B02ACB759CD9BCC09459B20DA /* QCloudXMLDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudXMLDictionary.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/XML/XMLDictionary/Reader/QCloudXMLDictionary.m; sourceTree = ""; }; - CA0BED4EE8560104777515C15B1B17AD /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; + C9E63EE1BD43A418C446CF5C65313BFC /* lossless_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse41.c; path = src/dsp/lossless_sse41.c; sourceTree = ""; }; + C9EE185B0C343F4C0E67EBDA0B0D52F4 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + CA13EFBD2130E0861D1CA961FD53B125 /* FMDatabaseQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabaseQueue.m; path = src/fmdb/FMDatabaseQueue.m; sourceTree = ""; }; + CA17481F2A820B206687BD7A1D716563 /* LLHierarchyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyWindow.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyWindow.m; sourceTree = ""; }; + CA1CC8EDC880364DE8D43C0166CB7DC8 /* AgoraAiEchoCancellationExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiEchoCancellationExtension.xcframework; sourceTree = ""; }; + CA22964E96703A296CBCC6C8EE76D1EA /* OSSHttpResponseParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSHttpResponseParser.h; path = AliyunOSSSDK/OSSHttpResponseParser.h; sourceTree = ""; }; CA29AD0D1327156BDE92C1791F0CB81D /* TUIGroupInfoController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupInfoController.h; sourceTree = ""; }; - CA7DAD293A40ABB3C0EF7B680D054ECB /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePicker/BRDatePickerView+BR.m"; sourceTree = ""; }; - CA98A77F09F0AB352712BE13267E380F /* AvoidCrashProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AvoidCrashProtocol.h; path = AvoidCrash/AvoidCrashProtocol.h; sourceTree = ""; }; - CAA1EF5C04ED14358E201C77CD3AE0BE /* QGVAPWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPWeakProxy.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPWeakProxy.m; sourceTree = ""; }; - CAA846B08517159F1B9AFA67795013D3 /* QCloudAbstractRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudAbstractRequest.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudAbstractRequest.m; sourceTree = ""; }; - CABDAF6E815567ABC244C42CFF7B59E9 /* IQTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTextView.h; path = IQKeyboardManager/IQTextView/IQTextView.h; sourceTree = ""; }; - CAC3E9BA80100B1FFFDC3991654DC0A4 /* IQNSArray+Sort.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQNSArray+Sort.m"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.m"; sourceTree = ""; }; - CADE92E3BE41EE65BCBB512F7FC612B8 /* QCloudLoggerOutput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLoggerOutput.h; path = QCloudCore/Classes/Base/Logger/QCloudLoggerOutput.h; sourceTree = ""; }; - CAE391A4AB25A8264FABBB5A8646EF2B /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; - CAF6106571940D673660A0787611E02D /* CLLocation+LL_Location.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CLLocation+LL_Location.h"; path = "LLDebugTool/Core/Component/Location/Function/CLLocation/CLLocation+LL_Location.h"; sourceTree = ""; }; - CB051D6342E35A62748D5695DA22D676 /* TZImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TZImagePickerController-Info.plist"; sourceTree = ""; }; - CB10776CAC78EE0A178699E752E508D2 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; + CA370E64DDEBD6C236981FF251943FDF /* UIDevice+LL_AppInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+LL_AppInfo.h"; path = "LLDebugTool/Core/Component/AppInfo/Function/UIDevice/UIDevice+LL_AppInfo.h"; sourceTree = ""; }; + CA5AA35FDDA6DFFD275FF5FA3178BE79 /* OSSV4Signer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSV4Signer.m; path = AliyunOSSSDK/Signer/OSSV4Signer.m; sourceTree = ""; }; + CA7AFDBEC9D74E3FEEE05C511EB80208 /* MQTTSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionManager.m; path = MQTTClient/MQTTClient/MQTTSessionManager.m; sourceTree = ""; }; + CA8B9AE56C62151A6913FDD7F377336B /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; + CAE0D31663ABF7989816CA1862129AF3 /* YYWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYWebImage.modulemap; sourceTree = ""; }; + CAE390223D69E70328F60D4039AE0BE3 /* NSThread+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSThread+YYAdd.h"; path = "YYCategories/Foundation/NSThread+YYAdd.h"; sourceTree = ""; }; + CB05C58F0F3CFB6BFB7A0BB44D1CE0C3 /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; CB1AD5888C5F20CC7583A80D346B3A81 /* TUIAIDenoiseSignatureManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIAIDenoiseSignatureManager.h; sourceTree = ""; }; + CB305D4FABA7526D33E57167EC22123F /* YYAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYAnimatedImageView.h; path = YYImage/YYAnimatedImageView.h; sourceTree = ""; }; + CB50173A31B72AC8A79F76C77FD24190 /* LLThemeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLThemeManager.m; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeManager.m; sourceTree = ""; }; + CB5D815D37D1E7BDA17A933C5C6EF58B /* LLTitleCellCategoryModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCellCategoryModel.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCellCategoryModel.m; sourceTree = ""; }; CB756318698F305B068777B81A551965 /* TUIChatObjectFactory_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatObjectFactory_Minimalist.h; sourceTree = ""; }; - CBBB3E9EF0DEE2D12719945345EB7E5A /* QCloudCoreVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCoreVersion.m; path = QCloudCore/Classes/Base/QCloudCoreVersion.m; sourceTree = ""; }; - CBD15162B14078B79CAC3A2581747109 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - CC022135945BC95FA761403F90D48780 /* LLWindowManager+Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Log.h"; path = "LLDebugTool/Core/Component/Log/UserInterface/LLWindowManager+Log.h"; sourceTree = ""; }; - CC0989E7BC16BCEFD24143416FE27094 /* IQUIViewController+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIViewController+Additions.m"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.m"; sourceTree = ""; }; - CC2D2EDAB4A2C221C27E81E92C902F3E /* QCloudUniversalFixedPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalFixedPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalFixedPath.h; sourceTree = ""; }; - CC51C3581194BC4AC710858D53F46EB8 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; - CC6361F81A3A94F318EAAB390449A969 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - CC73B0105364E58A9EFDF2644247EEC9 /* NSObject+HTTPHeadersContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+HTTPHeadersContainer.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/NSObject+HTTPHeadersContainer.h"; sourceTree = ""; }; - CCBF64731105523C223CFAD2C3B593F2 /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/Deprecated/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; - CCC75942C35CF8A1599760D941698552 /* LLLocationWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationWindow.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationWindow.m; sourceTree = ""; }; - CCE282AC804A22DAA7883DDDBAED9BA9 /* QCloudNetEnv.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudNetEnv.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudNetEnv.m; sourceTree = ""; }; - CCE346E3012BA03247A7FA88B48F8913 /* QCloudServiceConfiguration+Quality.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudServiceConfiguration+Quality.m"; path = "QCloudCore/Classes/Base/QCloudBase/QualityAssurance/QCloudServiceConfiguration+Quality.m"; sourceTree = ""; }; - CCEF3A19E5C884D4C24EEEE3EE8E158C /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = Zip/minizip/include/unzip.h; sourceTree = ""; }; - CCF27A6359FD82A1A13840307C74AC39 /* YYClassInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYClassInfo.h; path = YYModel/YYClassInfo.h; sourceTree = ""; }; - CD132394F8219CB52F20FF82FFA7113B /* QCloudRequestSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudRequestSerializer.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudRequestSerializer.m; sourceTree = ""; }; - CD1F7F8BBC69402151D983080FEA8471 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - CD287969EAB5F5DC4D31824EC51AAD45 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - CD47EF1DD714EF6D0D39B6860EAA1581 /* LLEntryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryTitleView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryTitleView.m; sourceTree = ""; }; - CD4C7F5C127CA356817BDE1ACCB4CEBE /* YBIBAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBAnimatedTransition.h; path = YBImageBrowser/Base/YBIBAnimatedTransition.h; sourceTree = ""; }; + CB89564A345D654D98761940F9DD35AC /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + CB8DA41B8425100DD76750E3212C6994 /* QualityDataUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QualityDataUploader.h; path = QCloudCore/Classes/Base/QualityAssurance/QualityDataUploader.h; sourceTree = ""; }; + CBA3C4C36469F6C1949C9FFFAE57FBB4 /* LLLocationViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationViewController.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationViewController.h; sourceTree = ""; }; + CBBAD2D3F298A5DA3117A3280C1E093D /* MQTTLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTLog.m; path = MQTTClient/MQTTClient/MQTTLog.m; sourceTree = ""; }; + CBC40115FD0DB6E96A29AD4FCD844A25 /* OSSPutSymlinkResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutSymlinkResult.h; path = AliyunOSSSDK/OSSPutSymlinkResult.h; sourceTree = ""; }; + CBDCBB2B4560379031FD6C809C4014B8 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + CBF2D00EA431A9EAD8B3778E65C0B5C6 /* QCloudCRC64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCRC64.h; path = QCloudCore/Classes/Base/QCloudCategory/QCloudCRC64.h; sourceTree = ""; }; + CBF8ABF0F5C93E5CCE21C819B4785DC3 /* LLFilterTextFieldModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterTextFieldModel.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldModel.m; sourceTree = ""; }; + CBFA0C90292AEDCE9D9233C916FD7119 /* SSZipArchive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SSZipArchive.modulemap; sourceTree = ""; }; + CC02AB66EFCE99E88A7105C64E4948C1 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; + CC3F966F12EEF815DFF0E48B690BD998 /* QCloudPutObjectCopyRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudPutObjectCopyRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectCopyRequest.h; sourceTree = ""; }; + CC49D7B0194012488A4528436F9B4C88 /* UIPasteboard+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIPasteboard+YYText.m"; path = "YYText/Utility/UIPasteboard+YYText.m"; sourceTree = ""; }; + CC66C802ACE551128310473431CB347A /* Protobuf.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.release.xcconfig; sourceTree = ""; }; + CC7167EAC8F42F8F0248553DD511A757 /* UIImage+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+YYAdd.h"; path = "YYCategories/UIKit/UIImage+YYAdd.h"; sourceTree = ""; }; + CC767773C1CB2638FFB36AB255AB9FEE /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; + CC8879EE6F45803E2068D3C3DDC7301C /* QCloudReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudReachability.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudReachability.h; sourceTree = ""; }; + CCBB50E308DED6FE2E641C6C36BD3A74 /* OSSClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSClient.h; path = AliyunOSSSDK/OSSClient.h; sourceTree = ""; }; + CCC67DDD9B3CA33EE959B1D81EFC4277 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; + CCD85AEEF7C6CDC820B46A72B48387FD /* NSObject+YBImageBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YBImageBrowser.m"; path = "YBImageBrowser/Base/NSObject+YBImageBrowser.m"; sourceTree = ""; }; + CCD8994AEDD7C85ECB60731E4054EAFE /* NSMutableDictionary+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableDictionary+AvoidCrash.m"; path = "AvoidCrash/NSMutableDictionary+AvoidCrash.m"; sourceTree = ""; }; + CCDD41D53D71A3D538B493A4B3CBF983 /* UISwitch+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+RACSignalSupport.m"; path = "ReactiveObjC/UISwitch+RACSignalSupport.m"; sourceTree = ""; }; + CCE16AE92E53D6ECD64CC073E6CD434B /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + CCE1AE229A88E47AF040AB38857AF4ED /* GCDTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDTimer.m; path = MQTTClient/MQTTClient/GCDTimer.m; sourceTree = ""; }; + CCE27C03B31EF28A6AF2D20163613D46 /* FLAnimatedImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FLAnimatedImage-Info.plist"; sourceTree = ""; }; + CCF0846A212CD41582BAE34D420B91C4 /* LLHtmlWkWebViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlWkWebViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWkWebViewController.h; sourceTree = ""; }; + CD099CD98FD62077408C83851D2C5C05 /* MQTTSessionSynchron.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionSynchron.m; path = MQTTClient/MQTTClient/MQTTSessionSynchron.m; sourceTree = ""; }; + CD0B552A9571A86CE63EEB6C4D7C26F0 /* QCloudFileZipper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudFileZipper.h; path = QCloudCore/Classes/Base/Logger/QCloudFileZipper.h; sourceTree = ""; }; + CD362EABC8567958483BEA245CA2C7FF /* LyricsView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricsView.swift; path = AgoraLyricsScore/Class/Lyrics/LyricsView.swift; sourceTree = ""; }; + CD4B757A8FD80C698B7BE2665F0D00EC /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; + CD4D4AC0D564092C5FED73D6C28499DC /* UIViewController+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIViewController/UIViewController+LL_Utils.h"; sourceTree = ""; }; + CD594077CA49C0EB5D326D6C8176B58D /* LLNetworkDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkDetailViewController.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkDetailViewController.h; sourceTree = ""; }; CD65B31AA1121B8089259AE5B098F32D /* TUICameraView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICameraView.m; sourceTree = ""; }; + CD69877B1D83AEB6927BCFAC84EB0CBB /* LLWidgetBorderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderHelper.h; path = LLDebugTool/Core/Component/WidgetBorder/Function/LLWidgetBorderHelper.h; sourceTree = ""; }; CD816C1AB0BAE69BA4F0703D10DE6EC1 /* Pods-QXLive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QXLive.debug.xcconfig"; sourceTree = ""; }; - CD9D7510313EDF23B2BB3E046E4CA6CE /* LLComponentNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponentNavigationController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentNavigationController/LLComponentNavigationController.h; sourceTree = ""; }; - CDC68FC5971701721E0F5AF722A2623B /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; - CDCE0020309A5F2ADDFEEAA7592443CF /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - CDEB499910441B5BFEED3F7530C104AC /* LLShortCutViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutViewController.h; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutViewController.h; sourceTree = ""; }; - CDF553859C80B6935CE37CEFB4FDF6BC /* ForegroundReconnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ForegroundReconnection.h; path = MQTTClient/MQTTClient/ForegroundReconnection.h; sourceTree = ""; }; + CD878DDD1CD1E1318233F9A64A4386A9 /* BRTextPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRTextPickerView.h; path = BRPickerView/TextPicker/BRTextPickerView.h; sourceTree = ""; }; + CD92DCD86EAAC7180115F7C6CA480E12 /* QCloudSDKModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSDKModuleManager.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSDKModuleManager.h; sourceTree = ""; }; + CD9B3D009399D38ED8B7CFF4FB5946AF /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; + CDB0CF663D17684FFE087C8C49E3B0FB /* Duration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = objectivec/google/protobuf/Duration.pbobjc.h; sourceTree = ""; }; + CDC080F60007F05062877DD73A27197F /* LLFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFactory.m; path = LLDebugTool/Core/Others/Factory/LLFactory.m; sourceTree = ""; }; + CDD80FD03786EDB992FD1BD5ADC51B3E /* YYCategories.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCategories.modulemap; sourceTree = ""; }; + CDED0DB3092414510C15BABDF470DA8B /* OSSReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSReachability.m; path = AliyunOSSSDK/OSSFileLog/OSSReachability.m; sourceTree = ""; }; + CE1A5872A3905EDB069A9AC3531CF54A /* NSDictionary+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+YYAdd.h"; path = "YYCategories/Foundation/NSDictionary+YYAdd.h"; sourceTree = ""; }; + CE22DD1306426B87F5B41D503FDFB2D8 /* OSSRestoreObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSRestoreObjectRequest.m; path = AliyunOSSSDK/OSSRestoreObjectRequest.m; sourceTree = ""; }; CE22F08285FBC6969FF903551651BCBC /* TUIChatCallingDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatCallingDataProvider.h; sourceTree = ""; }; - CE380A2D80461203CB5EF1EC7876D1AC /* Duration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = objectivec/google/protobuf/Duration.pbobjc.h; sourceTree = ""; }; - CE38FE9C7C3B869FB38E67A91A3BF617 /* YYCGUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYCGUtilities.m; path = YYCategories/Quartz/YYCGUtilities.m; sourceTree = ""; }; + CE2633A19BA01F4F819E7DAF6EBE7C16 /* MQTTPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTPersistence.h; path = MQTTClient/MQTTClient/MQTTPersistence.h; sourceTree = ""; }; + CE377EF1E08CF1DF45CFA6C5B2586431 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; CE3AFEB67175C77D974F0ADF335962C8 /* TUIDarkModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIDarkModel.m; sourceTree = ""; }; - CE511EFACF0EA87C83306AB4C60769B5 /* MQTTPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTPersistence.h; path = MQTTClient/MQTTClient/MQTTPersistence.h; sourceTree = ""; }; - CE53C7588B42781E5A62E85D6BC5824B /* LLMagnifierComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierComponent.h; path = LLDebugTool/Core/Component/Magnifier/LLMagnifierComponent.h; sourceTree = ""; }; + CE75AB9B35B8E6D1027F46EA21DF90A3 /* YBIBLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBLoadingView.m; path = YBImageBrowser/AuxiliaryView/YBIBLoadingView.m; sourceTree = ""; }; + CE8CF9497A44FD3EE04CC9C12E1F4C9F /* UIView+YYText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+YYText.m"; path = "YYText/Utility/UIView+YYText.m"; sourceTree = ""; }; + CE9C17DB392DA9107D81300CEDEFA2D1 /* LLRulerPickerInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLRulerPickerInfoView.m; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerPickerInfoView.m; sourceTree = ""; }; + CEAB0849F852524C48E8C37A91241F44 /* QCloudEncryt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudEncryt.h; path = QCloudCore/Classes/Base/Logger/Encryt/QCloudEncryt.h; sourceTree = ""; }; CEC2619022B1476C1306B6A4B8DCA5BB /* TUIGroupInfoController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupInfoController_Minimalist.m; sourceTree = ""; }; - CEDA2D880A862E9E8EA601DB0DD7E776 /* MQTTCFSocketEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketEncoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.h; sourceTree = ""; }; - CEE3C4466188D2B0AFE31D639BFE683C /* TZVideoPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZVideoPlayerController.m; path = TZImagePickerController/TZImagePickerController/TZVideoPlayerController.m; sourceTree = ""; }; - CEEB0214F896A6C53854D4F3BF506498 /* UIView+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIView/UIView+LL_Utils.h"; sourceTree = ""; }; - CEF0ED2E06CBE14491AF9FD14CEF3B9C /* QCloudCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QCloudCore-dummy.m"; sourceTree = ""; }; - CEF0F2326528DDC9C23F31E0F7DC083C /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; - CEF3CE4555FDAEA369ABD1581E297B11 /* QCloudRequestData+COSXML.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudRequestData+COSXML.m"; path = "QCloudCOSXML/Classes/Base/QCloudRequestData+COSXML.m"; sourceTree = ""; }; - CEF4B9B1F796455AFE7B18763F69EBDE /* OSSLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSLogMacros.h; path = AliyunOSSSDK/OSSFileLog/OSSLogMacros.h; sourceTree = ""; }; + CEC53D7001FE3EF06C6D519194073392 /* UIImage+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIImage/UIImage+LL_Utils.m"; sourceTree = ""; }; + CEDA0F4CB1A7767C80A3B46AACF5C291 /* YYWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYWebImageManager.m; path = YYWebImage/YYWebImageManager.m; sourceTree = ""; }; + CEE2BF6098D2533C599C15879FDF2B0B /* YBIBToastView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBToastView.m; path = YBImageBrowser/AuxiliaryView/YBIBToastView.m; sourceTree = ""; }; + CEEED400070B865F54A29CCFE7C490B5 /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet.h; path = objectivec/GPBUnknownFieldSet.h; sourceTree = ""; }; CEFB90355676732A704783490C6AF718 /* TUIJoinGroupMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIJoinGroupMessageCellData.m; sourceTree = ""; }; CF003CA42C1A3BEB0DB3D0AE908137A2 /* Pods-QXLiveDev */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-QXLiveDev"; path = Pods_QXLiveDev.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CF02144833C70F1E18F95B44DAB977C2 /* LLRouter+Screenshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Screenshot.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Screenshot.m"; sourceTree = ""; }; CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SDWebImage-SDWebImage"; path = SDWebImage.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - CF28D596AE82B37A33C0FDA2C9F674A4 /* NSString+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSString/NSString+LL_Utils.h"; sourceTree = ""; }; - CF41A05EADB663B1410C03EDE0207D4F /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; - CF4FB944E62FFF369A009D4F038B93D0 /* QCloudSimplePing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSimplePing.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudSimplePing.h; sourceTree = ""; }; + CF237387782A06C117D6C2C2F92DD94A /* LLRuler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRuler.h; path = LLDebugTool/Core/Component/Ruler/LLRuler.h; sourceTree = ""; }; + CF249896AAC7A2C91F72E06E41096826 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + CF46F057859D68D585E2988784ED77EA /* YYImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYImage.release.xcconfig; sourceTree = ""; }; + CF51FFFB0640D5AB59A4630F9E73047A /* LLShortCut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCut.h; path = LLDebugTool/Core/Component/ShortCut/LLShortCut.h; sourceTree = ""; }; CF5E2D4522BE3B45082331E0D2D77725 /* TUIFaceMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFaceMessageCellData.h; sourceTree = ""; }; - CF81D9C467A44B4C6264E6ADF335BE24 /* QCloudCompleteMultipartUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCompleteMultipartUploadInfo.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudCompleteMultipartUploadInfo.h; sourceTree = ""; }; CF8DC8D67823DDEBA8A706CA855A7282 /* TUIMergeMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeMessageCellData.h; sourceTree = ""; }; - CF932E20F871204E5F07D3F80869C5D2 /* QCloudCRC64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCRC64.h; path = QCloudCore/Classes/Base/QCloudCategory/QCloudCRC64.h; sourceTree = ""; }; - CF941EA1855F5D99675B4CAEA6AFAF87 /* ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist"; sourceTree = ""; }; - CF94AD26C9835BA712DC1A55C08DAEF4 /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; CF9D185009F4804E7C7E3F0C509C5E69 /* TUIGroupPinCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupPinCell.m; sourceTree = ""; }; - CF9F8D38658BCF5191653BC297E28C70 /* LLRouter+Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Network.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Network.m"; sourceTree = ""; }; - CFA0BB8A4DE76ACEDD5CFE6C69C63AB2 /* NSObject+YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYModel.h"; path = "YYModel/NSObject+YYModel.h"; sourceTree = ""; }; - CFA215FD18CE2A201870B774F659F913 /* YYMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = YYCache/YYMemoryCache.m; sourceTree = ""; }; - CFC26C4557DF4FFAF6DFED98F128E915 /* LLWindowManager+WidgetBorder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+WidgetBorder.m"; path = "LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWindowManager+WidgetBorder.m"; sourceTree = ""; }; - CFE2AE2DCDFB03CB52175AB2EC84E409 /* LLEntryStyleModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryStyleModel.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryStyleModel.h; sourceTree = ""; }; - CFF79233CB753D68E555DC8E3B25F755 /* TAPageControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TAPageControl.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAPageControl.m; sourceTree = ""; }; - D000622E0B2B6A248BC966253E5F59F5 /* AgoraLyricsScore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AgoraLyricsScore-Info.plist"; sourceTree = ""; }; - D01045A790CB707EF8D11F839D332878 /* UIButton+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+RACCommandSupport.m"; path = "ReactiveObjC/UIButton+RACCommandSupport.m"; sourceTree = ""; }; - D01197E6C49A9AD7979056EE3756EAA8 /* LLTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleCell.m; sourceTree = ""; }; - D014ADFEC72D94D1F08EFECCCFB30171 /* LLMoveView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMoveView.m; path = LLDebugTool/Core/Others/CommonUI/View/MoveView/LLMoveView.m; sourceTree = ""; }; - D026878D71D61309F44586E0D3DFD323 /* LLThemeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLThemeManager.m; path = LLDebugTool/Core/Others/Manager/ThemeManager/LLThemeManager.m; sourceTree = ""; }; - D02B90433D7B5F3B2ACEAC03D5CD20DD /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePicker/NSDate+BRPickerView.m"; sourceTree = ""; }; + CFA429166C94CEC84D929434842BD1D8 /* FMDB.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FMDB.debug.xcconfig; sourceTree = ""; }; + CFA6DF52BBD441D18215E4B91D0A5AF2 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + CFB775D0421034411833B7A45116F28F /* TZImageRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImageRequestOperation.h; path = TZImagePickerController/TZImagePickerController/TZImageRequestOperation.h; sourceTree = ""; }; + CFE5C7F200688A6512520BB4D2C361C8 /* LLTitleCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleCellView.m; sourceTree = ""; }; + D01E02FC1359363DDF733A132E4D0D8D /* LLNetworkFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkFilterView.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterView.h; sourceTree = ""; }; D04AF005124A945C310D69F389023BE3 /* TUIConversationTheme.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIConversationTheme.bundle; path = Resources/TUIConversationTheme.bundle; sourceTree = ""; }; - D0518F549EC5A50220151506B1FD184B /* FirstToneHintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirstToneHintView.swift; path = AgoraLyricsScore/Class/Lyrics/FirstToneHintView.swift; sourceTree = ""; }; - D05247707BB27F2A39F7138D5AFBFC7C /* LLShortCutComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutComponent.h; path = LLDebugTool/Core/Component/ShortCut/LLShortCutComponent.h; sourceTree = ""; }; - D08510DE0D551DB58D948856A43CD905 /* QGVAPSafeMutableArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPSafeMutableArray.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPSafeMutableArray.h; sourceTree = ""; }; - D0873B00FF4A1B50B350980FED12AE7E /* NSURLRequest+COS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+COS.m"; path = "QCloudCore/Classes/Base/QCloudClientBase/Authentation/NSURLRequest+COS.m"; sourceTree = ""; }; + D04D8249966EA5527DC132C0455B4C64 /* UIColor+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIColor/UIColor+LL_Utils.h"; sourceTree = ""; }; + D06C91AC9C0C3B805E57234C50A2A986 /* LLTitleViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleViewController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/TitleViewController/LLTitleViewController.h; sourceTree = ""; }; + D080E286FE11680127A4054A5FA7BB61 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; + D0955AFB5CC99D6BB86DD4EB1AF09542 /* LLCrashViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashViewController.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashViewController.h; sourceTree = ""; }; + D0A0D52B91E3638C8012335CD9569ACA /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; D0A5F9BE6E04A13B03CEB14559A58466 /* TUIMergeReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMergeReplyQuoteView_Minimalist.h; sourceTree = ""; }; - D0A9B55B2A4B78892B247E467A229EE2 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - D0B07744061C78005223DDAF28091705 /* QCloudRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudRequestOperation.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudRequestOperation.m; sourceTree = ""; }; + D0B6900872AE5462B36783EA4BF89E32 /* palette.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = palette.h; path = src/utils/palette.h; sourceTree = ""; }; D0CE18216B8392E2C506407533674D7C /* TUIDarkModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIDarkModel.h; sourceTree = ""; }; - D0D2B295BF80FD7647A6E373F02EB062 /* NSData+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+YYAdd.m"; path = "YYCategories/Foundation/NSData+YYAdd.m"; sourceTree = ""; }; - D0F5589533F2D0723DEADB5EBC6D7482 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - D1B43A5397B326E44C076B5E4756F49A /* LLSandboxModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxModel.h; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxModel.h; sourceTree = ""; }; - D1BD141EC6A53A6B60DC9B14624F1C22 /* QGVAPMetalRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalRenderer.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/Vapx/QGVAPMetalRenderer.m; sourceTree = ""; }; + D0EED4C390DB3022B1C699AD679C54D8 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; + D0FA88D541D1214438F8881FA55BE152 /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/Deprecated/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; + D1283DE716384407CC12569569E09FCB /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; + D1A45C80EEB9D8F88EAEE1B3D710C6C3 /* QCloudUICKeyChainStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUICKeyChainStore.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudUICKeyChainStore.h; sourceTree = ""; }; D1C6BA2EAE69D5409D69FE263D35D857 /* TUIGroupButtonCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupButtonCell_Minimalist.h; sourceTree = ""; }; + D1D8AD257368A1D26252F26574407735 /* LLFunctionItemView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionItemView.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemView.m; sourceTree = ""; }; + D1DE5FD7B7F3A67318C2B397D661C749 /* GPBDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDictionary.m; path = objectivec/GPBDictionary.m; sourceTree = ""; }; + D1E1B1861E33996537D0FD76AE5B8753 /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; + D1EA1229A1AABCA1A9D89FAFF3B59B57 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + D1ED24B1F529952BBD894FCCF3FCE92D /* LLFunctionViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionViewController.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionViewController.m; sourceTree = ""; }; + D1F8D3E41A28AA964D35B1F3E708465A /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + D205D5EB6AAB6190DADEDD8B58324614 /* BRTextModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRTextModel.m; path = BRPickerView/TextPicker/BRTextModel.m; sourceTree = ""; }; + D2086DC88CD8BEE03160EA2C81B57853 /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; D21C381482DDAD3E0EA0740220813E03 /* TIMCommonLocalizable.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TIMCommonLocalizable.bundle; path = Resources/TIMCommonLocalizable.bundle; sourceTree = ""; }; - D21FC35A263003D9063A244A68F3BF6A /* QCloudCOSXMLDownloadObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLDownloadObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.h; sourceTree = ""; }; - D22A05C657A520EB1959789447F57706 /* UITextField+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+RACSignalSupport.m"; path = "ReactiveObjC/UITextField+RACSignalSupport.m"; sourceTree = ""; }; - D231EA1EA63CDB0D9177BE3432143F87 /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; - D23C21717D45A802CA9C51BD698860B6 /* YBIBImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageCache.h; path = YBImageBrowser/Image/YBIBImageCache.h; sourceTree = ""; }; - D25B963F5D91092D2AF613777D3EDF10 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - D262B47F6425F26FE5153FE17935A628 /* Zip-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Zip-Info.plist"; sourceTree = ""; }; - D26A701D17EEABC1EF6B5053A3207934 /* NSObject+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Utils.h"; sourceTree = ""; }; - D2760843D551D0BD6CB6EE2A8F604376 /* YBIBToastView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBToastView.h; path = YBImageBrowser/AuxiliaryView/YBIBToastView.h; sourceTree = ""; }; - D2801E753F234D986E6D64E5D447003D /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig; sourceTree = ""; }; - D29F11B1D1C5DE70CDD5EEE39537CD8C /* LLHtmlWkWebViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlWkWebViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWkWebViewController.m; sourceTree = ""; }; - D2BB9DF39D8B81853CBE9687B603D089 /* LLEntryWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEntryWindow.h; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryWindow.h; sourceTree = ""; }; - D2BD87A3DBDBAC8E670C094233EB262E /* OSSPutSymlinkResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutSymlinkResult.h; path = AliyunOSSSDK/OSSPutSymlinkResult.h; sourceTree = ""; }; - D2D15502E1716B21DCCC2DDCE7702BD7 /* LLAppInfoHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoHelper.h; path = LLDebugTool/Core/Component/AppInfo/Function/LLAppInfoHelper.h; sourceTree = ""; }; - D2E7C8FDB05292AE8AFC4257846F3A95 /* QGVAPLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPLogger.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Logger/QGVAPLogger.m; sourceTree = ""; }; + D22E0702160DDBBC59E89C588EFD666D /* QGAnimatedImageDecodeThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeThread.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.m; sourceTree = ""; }; + D23E3B655D23835D457D8DAB83910DE7 /* NSDate+QCloudComapre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+QCloudComapre.h"; path = "QCloudCore/Classes/Base/DateTools/NSDate+QCloudComapre.h"; sourceTree = ""; }; + D28315B09AE8814296294841B40889A5 /* TZGifPhotoPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZGifPhotoPreviewController.m; path = TZImagePickerController/TZImagePickerController/TZGifPhotoPreviewController.m; sourceTree = ""; }; + D2C8F1F9D56CCC3249CDFA11885C5C2F /* OSSCancellationTokenSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCancellationTokenSource.h; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenSource.h; sourceTree = ""; }; + D2E81E04FEEE3B2A1AD1209DE9736FFE /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/Deprecated/StringPickerView/BRResultModel.m; sourceTree = ""; }; + D2E9430ADF4522B155693300D4F4163F /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; + D2F044F18381E08F1C3527D893EF45F3 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; D2F0CED0BD6588FF1177DA192DD47436 /* TUIChat_Minimalist.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIChat_Minimalist.bundle; path = Resources/TUIChat_Minimalist.bundle; sourceTree = ""; }; - D33508649AF468E5AD20E17489CB50D7 /* LLLocationProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationProxy.m; path = LLDebugTool/Core/Component/Location/Function/LLLocationProxy.m; sourceTree = ""; }; - D35260602FA0F8F5989140704877FD64 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - D3570A7EC59D075D85838481B4558A30 /* QCloudHTTPRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequest.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequest.h; sourceTree = ""; }; - D35C99E8614F1240276A47D9A3C0237B /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - D36D1075AA0CC80AD328D2A389227227 /* quant_levels_dec_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_dec_utils.h; path = src/utils/quant_levels_dec_utils.h; sourceTree = ""; }; - D36E63C06BFB83559EE38B2505C3048A /* MQTTClient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-prefix.pch"; sourceTree = ""; }; - D370EA7482746DE2146E7EE4CFF36767 /* SVGAPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVGAPlayer-dummy.m"; sourceTree = ""; }; + D2FE67242A6318E17838BC6E0D2A04F7 /* QCloudRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudRequestOperation.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudRequestOperation.h; sourceTree = ""; }; + D302DE46FD9F2D8395A21E9C9F264BB9 /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; + D30463606528C5643383D404620917BF /* LLFilterTextFieldModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterTextFieldModel.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldModel.h; sourceTree = ""; }; + D31506A7E7D63633469AE626EBFEF912 /* IQPreviousNextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQPreviousNextView.m; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.m; sourceTree = ""; }; + D318E9FE4EB03067DBB7FEE88E12A443 /* QualityDataUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QualityDataUploader.m; path = QCloudCore/Classes/Base/QualityAssurance/QualityDataUploader.m; sourceTree = ""; }; + D324B9A8C6012627A4E2C10734BA27AA /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + D32F808AEC7A6A248F625C25B8D2B758 /* SVGAImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAImageView.h; path = Source/SVGAImageView.h; sourceTree = ""; }; + D34B6C77B08DC36AC053202AA20391AA /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + D3580F691126AF8C2E9C46F22ABBEAE7 /* NSDictionary+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSDictionary/NSDictionary+LL_Utils.m"; sourceTree = ""; }; + D35A208D3D915B75D1E4850D06260204 /* LLFilterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterView.m; sourceTree = ""; }; + D36B26184AF3C2810717C3EA65DC94F3 /* LLWidgetBorderComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderComponent.m; path = LLDebugTool/Core/Component/WidgetBorder/LLWidgetBorderComponent.m; sourceTree = ""; }; + D36DB386A8EBF9D652B7C77A8DB48C41 /* sharpyuv_dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_dsp.h; path = sharpyuv/sharpyuv_dsp.h; sourceTree = ""; }; D375198E0E511210A10D45F22A5E8258 /* TIMCommonMediator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TIMCommonMediator.m; sourceTree = ""; }; D378CF997ED4D06ECB2AE3DA1820EDE0 /* TUIDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIDefine.h; sourceTree = ""; }; - D37A688C16B1234239DED92E3320D15B /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - D3805108AB8AB68C6DD903BA0AEEDD37 /* UIImagePickerController+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImagePickerController+RACSignalSupport.m"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.m"; sourceTree = ""; }; - D3AF15632551C4CCE70DD675D38A81A1 /* YYImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYImageCoder.m; path = YYImage/YYImageCoder.m; sourceTree = ""; }; - D3B5ABAAD3C55CA06C58BC87CEED0469 /* YYWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYWebImage.debug.xcconfig; sourceTree = ""; }; - D3BA422BFCBE62C868DFC67AAE710A1E /* FMDB.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FMDB.modulemap; sourceTree = ""; }; - D3E3C7EFAD924F6C0AB18FB04A025563 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - D3F3803FD9E0A31A59E9FA60AFDF0F74 /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; - D414544FFA7415CC2A36EF0984F5D467 /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedOutputStream.m; path = objectivec/GPBCodedOutputStream.m; sourceTree = ""; }; - D45A5B4953AC305222C3054D5C54F266 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - D477CD6410C7FF4D1DD1B7801611179D /* QCloudSupervisorySession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSupervisorySession.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisorySession.m; sourceTree = ""; }; - D479BA1C8C604B48DA8A04018EDA3382 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - D47A22BD575A9B6FFE45026BF1DBB385 /* YBIBVideoTopBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoTopBar.h; path = Video/YBIBVideoTopBar.h; sourceTree = ""; }; - D488DBC8E27EED6616FE1AFFF663B7D7 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + D3941C9078BD4066A36E0C5E3E3ECE03 /* ScoreAlgorithm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoreAlgorithm.swift; path = AgoraLyricsScore/Class/Scoring/Other/ScoreAlgorithm.swift; sourceTree = ""; }; + D398C09B868E50AF9AFB4CED3594AF04 /* YYImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYImage-umbrella.h"; sourceTree = ""; }; + D3A56D1D2FA86C3AE42C55FFE54C433C /* TZImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImageManager.h; path = TZImagePickerController/TZImagePickerController/TZImageManager.h; sourceTree = ""; }; + D3D3965F80483B432E620D8D1308F654 /* LLLeftTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLeftTitleCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLLeftTitleCell.m; sourceTree = ""; }; + D3FFDD0DE4AB61C7E3031E76594C8CC8 /* LLComponentWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponentWindow.h; path = LLDebugTool/Core/Others/CommonUI/Window/ComponentWindow/LLComponentWindow.h; sourceTree = ""; }; + D407ACADF514A9106B722023A0201949 /* LLHierarchyDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyDetailViewController.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyDetailViewController.h; sourceTree = ""; }; + D41726F512CCF8B6A0AD164DEF924C4F /* YBIBContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBContainerView.h; path = YBImageBrowser/Base/YBIBContainerView.h; sourceTree = ""; }; + D42A5033F1E18FB2F3A89D182DFBDE0E /* IQPreviousNextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQPreviousNextView.h; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.h; sourceTree = ""; }; + D432930F1FE5EB0F3D14F81BA90D0A09 /* OSSNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSNetworking.m; path = AliyunOSSSDK/OSSNetworking.m; sourceTree = ""; }; + D48406ECFA351C6F7D54A6AED174AB88 /* QGAnimatedImageDecodeConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeConfig.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.h; sourceTree = ""; }; + D4955FC04A2235BF976C2988558B8204 /* GPBArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray.h; path = objectivec/GPBArray.h; sourceTree = ""; }; D49CE152AD6B6A368F767598E30EF271 /* TUICameraViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICameraViewController.m; sourceTree = ""; }; - D49D69CC1463B9E1441DB8EF597C49CC /* UIImage+QCloudBundle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+QCloudBundle.m"; path = "QCloudCore/Classes/Base/QCloudBundle/UIImage+QCloudBundle.m"; sourceTree = ""; }; - D4A89FDEABCA149509D2610849CF63D7 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; - D4A94EDF166017F836A2F4FAB770A2A5 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - D4E90F4F7A8F65885DF9F6E01FA7088A /* QCloudListPartsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudListPartsResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudListPartsResult.h; sourceTree = ""; }; + D4A473C895518E0C35A8D377864826E0 /* LLSettingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingManager.m; path = LLDebugTool/Core/Others/Manager/SettingManager/LLSettingManager.m; sourceTree = ""; }; + D4F67604087AD9B44011752BE07DCF17 /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; D50B66BD78551E541F8416B9EFC9F935 /* TUIGroupInfoDataProvider_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupInfoDataProvider_Minimalist.h; sourceTree = ""; }; - D51CBD6D22A4E97F4C979DB181064FF2 /* AgoraClearVisionExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraClearVisionExtension.xcframework; sourceTree = ""; }; - D54D2C488298D0C70A11E825433A8FF9 /* YYTextRubyAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextRubyAnnotation.h; path = YYText/String/YYTextRubyAnnotation.h; sourceTree = ""; }; - D54E60B963045432F57E02171AE8C7E7 /* QCloudLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLogger.h; path = QCloudCore/Classes/Base/Logger/QCloudLogger.h; sourceTree = ""; }; + D5193B15AB8D799E43E4C0ECEB23835F /* CALayer+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+YYAdd.m"; path = "YYCategories/Quartz/CALayer+YYAdd.m"; sourceTree = ""; }; + D53753EC14121B81259D8AA6BA71EFA5 /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; + D54BD61D5D5F5F1A6B3CE1511E92A517 /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; D55F19B8100733EBC5A25A0FC5B27F3F /* TUICameraMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICameraMacro.h; sourceTree = ""; }; - D57C815FBA33C1D6AA386287678BE074 /* FMDatabaseAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabaseAdditions.m; path = src/fmdb/FMDatabaseAdditions.m; sourceTree = ""; }; - D5A5E0E611D4F87301C6D2C36A877C13 /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; - D5BC3CEAB5F801AEBB63F7AA9BD258BC /* LLFilterDateView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterDateView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDateView.h; sourceTree = ""; }; - D5D0B47D069C02BC3AC52FB851635104 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - D5E90B4CD67A67C3D852421AC1659F23 /* OSSGetBucketInfoRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetBucketInfoRequest.m; path = AliyunOSSSDK/OSSGetBucketInfoRequest.m; sourceTree = ""; }; - D5FD50CB70DC73F10EFE6F6FE9EB54DF /* YYTextContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextContainerView.m; path = YYText/Component/YYTextContainerView.m; sourceTree = ""; }; - D60397114C329033F3EC1FE6C91F841A /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; - D61672BC580B7295B72BAA51B46E2C81 /* OSSSignerParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSSignerParams.m; path = AliyunOSSSDK/Signer/OSSSignerParams.m; sourceTree = ""; }; - D628CF60CF16B25D244CB5DA92F977B8 /* MQTTSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionManager.m; path = MQTTClient/MQTTClient/MQTTSessionManager.m; sourceTree = ""; }; + D582853B898CA0C6B3ACC58B38B06823 /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor_PackagePrivate.h; path = objectivec/GPBDescriptor_PackagePrivate.h; sourceTree = ""; }; + D5AE859C00071D5AC8159BF174F881DF /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; + D5B56F5CE99543FC1EC1DA4E2E6E0478 /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; + D5CDD98A65953119A18715B242F6899B /* QCloudCOSXMLServiceUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLServiceUtilities.m; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLServiceUtilities.m; sourceTree = ""; }; + D627A30CE2209BA287FC87A0E9071505 /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = objectivec/google/protobuf/Wrappers.pbobjc.h; sourceTree = ""; }; D632BDA9BA2A480929B1F007B91AAB64 /* MultimediaRecorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MultimediaRecorder.h; sourceTree = ""; }; - D638E405D8BD255AF8F38DCA255CDF36 /* LLLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLog.h; path = LLDebugTool/Core/Component/Log/LLLog.h; sourceTree = ""; }; + D652D3EBDC4CEF2D56685319CE9C8101 /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; + D6573BA25C474A7E98D59A67BAA69FE0 /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; D65D2E87DDCE429CB28A60DFC7C2356D /* TUIMotionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMotionManager.h; sourceTree = ""; }; - D65D99444B13FC496E51863A885FCD36 /* AliyunOSSiOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AliyunOSSiOS.debug.xcconfig; sourceTree = ""; }; + D66CBDEE5927C467E76F34E786881D33 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; D66FD26F39529A681C6DDAAEF3317ED5 /* TUIResponderTextView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIResponderTextView_Minimalist.m; sourceTree = ""; }; - D675818455980FA38020761F6771D3E7 /* LLFunctionItemModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionItemModel.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemModel.h; sourceTree = ""; }; - D67C687A64204C0818F7392D75329B77 /* YYModel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-prefix.pch"; sourceTree = ""; }; - D687FAEA674AA0CDC65B66AA70C344EC /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; - D69FB254C932E452540A7B944270FB60 /* QGVAPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QGVAPlayer.modulemap; sourceTree = ""; }; - D6B2DF963D12773BFEABC3276B469599 /* YBIBTopView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBTopView.m; path = YBImageBrowser/ToolView/YBIBTopView.m; sourceTree = ""; }; - D6E24392E00CCEFC1DE947C1D4BF8B71 /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; - D6E3B653DB0FD359B9959046355F7388 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - D6E4732BF338A7D905F1BD32A6814045 /* LLMagnifierView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierView.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierView.h; sourceTree = ""; }; - D6EFAB0D634A7CF321E4DE5C37DD9A91 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - D6FAD67ED2AC36777D1F37562B2CA887 /* LLNetworkDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkDetailViewController.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkDetailViewController.h; sourceTree = ""; }; - D6FE190AD5AD901796B3A1496940A493 /* UITableView+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableView+YYAdd.m"; path = "YYCategories/UIKit/UITableView+YYAdd.m"; sourceTree = ""; }; - D70F61F84A871A4A5701CC7FF69CA1C0 /* YYTextRubyAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextRubyAnnotation.m; path = YYText/String/YYTextRubyAnnotation.m; sourceTree = ""; }; - D71846A0611A3086C72AD48DB142E0E1 /* YYAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYAnimatedImageView.m; path = YYImage/YYAnimatedImageView.m; sourceTree = ""; }; + D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + D67E2C30788CC428F80C901541453E78 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; + D6B08408CB7990E7EB6F993D3FA1736E /* SVGABezierPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGABezierPath.m; path = Source/SVGABezierPath.m; sourceTree = ""; }; + D6BA281AC5F5367741EB864DB903175C /* YBIBVideoTopBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoTopBar.m; path = Video/YBIBVideoTopBar.m; sourceTree = ""; }; + D6C3A649F5008972C4E309606E27E08A /* YBIBVideoCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoCell.h; path = Video/YBIBVideoCell.h; sourceTree = ""; }; + D712575AB453641D096033FD65731F88 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/Deprecated/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; D732251049C4356EF790CD35AA9721E9 /* TUIBaseChatViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBaseChatViewController_Minimalist.h; sourceTree = ""; }; - D74E609EC1715A674FEB95A5A9DA3713 /* UIImage+YYWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+YYWebImage.h"; path = "YYWebImage/Categories/UIImage+YYWebImage.h"; sourceTree = ""; }; D761586108CFA562B01FCCCF2226D114 /* NSString+TUIEmoji.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSString+TUIEmoji.h"; sourceTree = ""; }; - D76E15FD8E9D624B6128AF88E737B6B5 /* NSObject+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+AvoidCrash.m"; path = "AvoidCrash/NSObject+AvoidCrash.m"; sourceTree = ""; }; - D792F130A469C6670AC492178FA4D112 /* SDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCallbackQueue.h; path = SDWebImage/Core/SDCallbackQueue.h; sourceTree = ""; }; - D7957969B37E57230D18413BB653A6B5 /* LLConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConfig.h; path = LLDebugTool/DebugTool/LLConfig.h; sourceTree = ""; }; + D77C9E3FF6F24231D5D479F43ABE9BE6 /* SVProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SVProgressHUD-Info.plist"; sourceTree = ""; }; + D790E78431B7B6C65466C5AD0212C750 /* ZipUtilities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZipUtilities.swift; path = Zip/ZipUtilities.swift; sourceTree = ""; }; + D79AAD6D9E578D47273DF4C400C83E69 /* YYModel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYModel-Info.plist"; sourceTree = ""; }; + D79F5F4C100CAE9628FF0667D234F1CC /* NSMutableData+QCloud_CRC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableData+QCloud_CRC.h"; path = "QCloudCore/Classes/Base/QCloudCategory/NSMutableData+QCloud_CRC.h"; sourceTree = ""; }; + D7AA7ADC22703784FEBF8A59E5428A97 /* OSSExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSExecutor.m; path = AliyunOSSSDK/OSSTask/OSSExecutor.m; sourceTree = ""; }; D7C12A77EFF0B391EEAC10733E2E38EA /* TUIGroupNoticeController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupNoticeController.h; sourceTree = ""; }; - D7F1FD3D056BB47E77EFFA1440556537 /* NSDate+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+YYAdd.m"; path = "YYCategories/Foundation/NSDate+YYAdd.m"; sourceTree = ""; }; - D8076727251FFD8F87405D28F5A543CC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + D7C9A1AD1B07C2FA250BD6924056BF37 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + D7DF575ED445F3D1F6538CBC1437567C /* JXPagingView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXPagingView.debug.xcconfig; sourceTree = ""; }; + D7FFF1BA6F46591AE87B0284824AA16C /* XHLaunchAd.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = XHLaunchAd.debug.xcconfig; sourceTree = ""; }; D814DADC5EB35256584C7C702C130377 /* TUIConversationCellData_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationCellData_Minimalist.m; sourceTree = ""; }; D823AC827B20FC55FDF20096733C2DED /* TUIMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageCell_Minimalist.h; sourceTree = ""; }; - D823FB07B92337051CE017901F7E34A0 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - D844201CDF9991CA5EC19D25ED3DEAE7 /* YYClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYClassInfo.m; path = YYModel/YYClassInfo.m; sourceTree = ""; }; - D848FDA27A465508C6D2DDDEB9516905 /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; - D850524224CE3FE7FD8A47FC4AEB9690 /* NSURLSessionConfiguration+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSessionConfiguration+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSessionConfiguration/NSURLSessionConfiguration+LL_Network.m"; sourceTree = ""; }; - D86DA65E0F51A4D4E5169E34D21247A5 /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; + D825634489A3C535D5CAC01043457782 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + D83D29C17726EA004AFA1EEC6CAB8500 /* LLLeftTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLeftTitleCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLLeftTitleCell.h; sourceTree = ""; }; + D866EA8BA2B079CF97AC2AD732EE53E8 /* XHLaunchAd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAd.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAd.h; sourceTree = ""; }; + D86E05B414D9880E0E694DBAE04A4066 /* OSSSignUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSSignUtils.m; path = AliyunOSSSDK/Signer/OSSSignUtils.m; sourceTree = ""; }; D879B4B770AFB9F4F0DE858C92DC7B8C /* Pods-QXLiveDev-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-QXLiveDev-dummy.m"; sourceTree = ""; }; - D87D3D42999151033E75027643FC134C /* QGAnimatedImageBufferManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageBufferManager.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.m; sourceTree = ""; }; - D88D0F77FB238D4E662C9AE23CAEBE88 /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; - D8929906F89FB8657A7846E55F6C8457 /* JXPagingView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXPagingView-dummy.m"; sourceTree = ""; }; + D88FBE605D42567F2D4BBD51F13CF933 /* LLWindowManager+Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Network.m"; path = "LLDebugTool/Core/Component/Network/UserInterface/LLWindowManager+Network.m"; sourceTree = ""; }; + D894B61540C085AF96AA86EC836D6536 /* SVProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SVProgressHUD-dummy.m"; sourceTree = ""; }; + D895346DCC1EEC48430C7AB6D8E991F2 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; D89C050BCB9A79B41D43D884F67D389B /* TUIVoiceReplyQuoteView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVoiceReplyQuoteView.m; sourceTree = ""; }; - D8D981282865C8320ECD683BF5879065 /* YBIBVideoActionBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBVideoActionBar.h; path = Video/YBIBVideoActionBar.h; sourceTree = ""; }; - D8E080E375BEB544709F641AB0369521 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - D8F69EDF30D389E873EF3E1FA85905B3 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; - D9099313D0213D6D25EC9DB1627C3A64 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - D92C781EF12BC4CE352A097B1945E1B6 /* LLWindowManager+Crash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Crash.m"; path = "LLDebugTool/Core/Component/Crash/UserInterface/LLWindowManager+Crash.m"; sourceTree = ""; }; - D944D47E71E8CC4721AC562791FFA914 /* LLScreenshotBaseOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotBaseOperation.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotBaseOperation.m; sourceTree = ""; }; - D98CE44DF4F75957C6E7E2C3C766DEF2 /* QCloudServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudServiceConfiguration.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration.h; sourceTree = ""; }; - D9C3738F91D2216AB5CF82365500EF2B /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - D9D545768D055B0050317DBB78952386 /* QCloudCOSXMLVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLVersion.m; path = QCloudCOSXML/Classes/QCloudCOSXMLVersion.m; sourceTree = ""; }; + D8A9B744FA8E4EB7225124C69CB87458 /* YBIBAuxiliaryViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBAuxiliaryViewHandler.h; path = YBImageBrowser/AuxiliaryView/YBIBAuxiliaryViewHandler.h; sourceTree = ""; }; + D8AD762FA2DB6F2CFD355AF0EB6E68F6 /* LLScreenshotWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotWindow.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotWindow.h; sourceTree = ""; }; + D8BCD22B1782DC009665812950A74FA5 /* LLScreenshotPreviewViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotPreviewViewController.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotPreviewViewController.h; sourceTree = ""; }; + D8C1F2CBD6608B4DBA886C04DA2C8307 /* MQTTCFSocketTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketTransport.m; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.m; sourceTree = ""; }; + D8C38AB37CC01D2BF92A6F21F6668A59 /* NSObject+LL_Runtime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+LL_Runtime.m"; path = "LLDebugTool/Core/Others/Category/NSObject/NSObject+LL_Runtime.m"; sourceTree = ""; }; + D8DD5058B68337F0F8BE7DCBB44607FE /* LLShortCutViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutViewController.m; path = LLDebugTool/Core/Component/ShortCut/UserInterface/LLShortCutViewController.m; sourceTree = ""; }; + D916D2C2079E5C5C9C14CA71820F43E6 /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Metal.framework; sourceTree = DEVELOPER_DIR; }; + D927A8DF77B71E8C0BDE9870A4C0EB0A /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + D94CFA2363A486181A05623C47B8D137 /* QCloudError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudError.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudError.h; sourceTree = ""; }; + D96B7A8C91289DE5E7631D68EC410ACB /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; + D9C378EFE514FC5DB3FEFF15453B0D70 /* QCloudCredential.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCredential.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredential.m; sourceTree = ""; }; + D9CE222A690EFDCEFB4F91A89DEDD683 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + D9CE8C0E13A86248D775ADEB49824D58 /* SVGAExporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAExporter.h; path = Source/SVGAExporter.h; sourceTree = ""; }; + D9D9ADF4895E96969863CFE209DFB57A /* LLLogDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogDefine.h; path = LLDebugTool/Core/Others/Define/LLLogDefine.h; sourceTree = ""; }; + D9E6CB111272A4A63B15523D24DF1077 /* LLSettingComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingComponent.m; path = LLDebugTool/Core/Others/Component/Setting/LLSettingComponent.m; sourceTree = ""; }; + DA2504958B542D161461D8B6FB996F4D /* MQTTSSLSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicy.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.h; sourceTree = ""; }; + DA425875D2948FCA637741BD315A38FA /* MKAnnotationView+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+YYWebImage.m"; path = "YYWebImage/Categories/MKAnnotationView+YYWebImage.m"; sourceTree = ""; }; DA458F526902ADDA81E7E1AD9656BE6D /* YTFaceAlignmentTinyLiveness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTFaceAlignmentTinyLiveness.framework; path = Libs/YTFaceAlignmentTinyLiveness.framework; sourceTree = ""; }; - DA597C2D4AAC3DEED8E7A19C70EA3CEA /* UISlider+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISlider+RACSignalSupport.h"; path = "ReactiveObjC/UISlider+RACSignalSupport.h"; sourceTree = ""; }; - DA665001896216EC56E38F8B6CF9C11A /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + DA4DC70120F5F926F7EDA6B5BA9E93A3 /* XHLaunchAd-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "XHLaunchAd-dummy.m"; sourceTree = ""; }; + DA6009A3E424D957C02BFD2837ED4011 /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = ""; }; DA7158A0AE4F7F12534DD3AF2C303645 /* TUIFitButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFitButton.h; sourceTree = ""; }; - DAA7897567BF3CAB80459FD302C7EB55 /* IQKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManager.h; path = IQKeyboardManager/IQKeyboardManager.h; sourceTree = ""; }; + DA795A22EA2A858B12D6B328E383978E /* OSSHttpResponseParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSHttpResponseParser.m; path = AliyunOSSSDK/OSSHttpResponseParser.m; sourceTree = ""; }; + DA897AF15BF53F868EB27EB909EEF53F /* LLLogViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogViewController.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogViewController.h; sourceTree = ""; }; + DA9C45FE236D2F77D06A91E4FAF8FE69 /* AgoraComponetLog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraComponetLog.release.xcconfig; sourceTree = ""; }; + DAE57CD3DFDEB0495A29BC77DF31CAAC /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/Deprecated/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; + DAF489E4D391C7FBAC365D4348DD4595 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; DB0B74500075FC8A895C1F1C5238EBBE /* TUILinkCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUILinkCell_Minimalist.m; sourceTree = ""; }; - DB30E41C786F3ED229A934C038771D8A /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; - DB338452BE2D74A24F1F0D69031B2872 /* SVGAPlayer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SVGAPlayer-Info.plist"; sourceTree = ""; }; - DB458066FBE295450D53CC3DDCF4AA01 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; - DB49D7AF524858A12FE2F7D542ABD60E /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = ""; }; - DB56C90354230FC7108B503D36EA6EAC /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - DB9B43640341B4AEBD209008CF55A813 /* LLScreenshotPreviewViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotPreviewViewController.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotPreviewViewController.h; sourceTree = ""; }; - DB9F7E2D705481AF576EBF89395748D3 /* YYCategories-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCategories-umbrella.h"; sourceTree = ""; }; - DBA5E791DD9EDD7838CC7AFE495DD477 /* bit_reader_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_inl_utils.h; path = src/utils/bit_reader_inl_utils.h; sourceTree = ""; }; + DB1F4C035F743427B58CCC11179F6958 /* QCloudThreadSafeMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudThreadSafeMutableDictionary.m; path = "QCloudCore/Classes/Base/Bolts-Promise/QCloudThreadSafeMutableDictionary.m"; sourceTree = ""; }; + DB244411AF5783655D227ACAA9C505B2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "TIMPush.xcframework/ios-arm64/TIMPush.framework/PrivacyInfo.xcprivacy"; sourceTree = ""; }; + DB288AA9021F311885C7C04FC7DF3EFD /* LLCrashModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashModel.h; path = LLDebugTool/Core/Component/Crash/Function/LLCrashModel.h; sourceTree = ""; }; + DB320FBD054ECD8A41EDF4434188709E /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream_PackagePrivate.h; path = objectivec/GPBCodedOutputStream_PackagePrivate.h; sourceTree = ""; }; + DB371B6D532270A6795E31793DC45112 /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; + DB47DFD4505CA5EFEB82901400DD87D0 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; + DB4D9C2D5282051CA75C2D0358419175 /* QCloudModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudModel.h; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudModel.h; sourceTree = ""; }; + DB705D8B08580564D67C1B76E6F26304 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + DB7B8D096C5C414904382CB60810D7D0 /* XHLaunchAd-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "XHLaunchAd-Info.plist"; sourceTree = ""; }; + DB98329A5D55D7692DD2CEB3D5BC8B18 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; + DBAA92E6E578424963E3EFC06C39BC60 /* YBImageBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YBImageBrowser.release.xcconfig; sourceTree = ""; }; + DBB2B14DB6893F18A1AF267FC7BAE77B /* YYTextAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextAttribute.m; path = YYText/String/YYTextAttribute.m; sourceTree = ""; }; DBB834720D5BBA3E4AF15DB97066B6EB /* TUIBubbleMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBubbleMessageCell_Minimalist.h; sourceTree = ""; }; - DBBE92C497FB7032E00ECB99BEAAABD8 /* GPBTimestamp.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBTimestamp.pbobjc.m; path = objectivec/GPBTimestamp.pbobjc.m; sourceTree = ""; }; - DBDD225BF9FABCDCA7ACE73C61C154CC /* IQPreviousNextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQPreviousNextView.h; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.h; sourceTree = ""; }; - DBDDFAA999A99ED3F54264CAD99C5828 /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = ""; }; - DBF1CE0031A290FECB43DFFD0E208746 /* LLJsonTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLJsonTool.m; path = LLDebugTool/Core/Others/JsonTool/LLJsonTool.m; sourceTree = ""; }; DC0B4DA09A4C7ACAD1E2999D1666D104 /* TUIFileViewController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileViewController_Minimalist.h; sourceTree = ""; }; - DC2201A3DE36EA664A4A23138A42175E /* QCloudURLHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudURLHelper.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudURLHelper.h; sourceTree = ""; }; - DC59393E8A79060D096924489FACD258 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + DC178CD5988433CBE69AB0C842779361 /* YBIBImageCache+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBImageCache+Internal.h"; path = "YBImageBrowser/Image/YBIBImageCache+Internal.h"; sourceTree = ""; }; + DC200959FF903CF64273A66290BD7E75 /* YYImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYImageCoder.m; path = YYImage/YYImageCoder.m; sourceTree = ""; }; + DC3FD41D851B9336398F4F5D1BFD2A77 /* OSSGetBucketInfoResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetBucketInfoResult.h; path = AliyunOSSSDK/OSSGetBucketInfoResult.h; sourceTree = ""; }; DC6311DA502399B1184BD3E053963641 /* Pods-QXLive-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-QXLive-resources.sh"; sourceTree = ""; }; + DC67DC09F75C5B19599068474F3E91AD /* LLSandboxModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxModel.h; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxModel.h; sourceTree = ""; }; DC6ACEAC8B9D92AAC2A3AE6566E1D7DC /* TUIConversationListController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationListController.h; sourceTree = ""; }; - DC7D94A4CE8CA4AD5BABAAAB6004BF6A /* NSString+RegularExpressionCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RegularExpressionCategory.m"; path = "QCloudCOSXML/Classes/Base/NSString+RegularExpressionCategory.m"; sourceTree = ""; }; + DC72E27F254FA3F0A236F1ED8FB49B1F /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + DC83270C2829BD9FD136CB79D89B63D3 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; DC855D70F52FBC5A8FB5F2CC9D9A8BA7 /* NSDictionary+TUISafe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+TUISafe.m"; sourceTree = ""; }; - DC88F1CA2915BE4BCD3F2EE692E2BB84 /* MQTTSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSession.m; path = MQTTClient/MQTTClient/MQTTSession.m; sourceTree = ""; }; - DC8A31E600A792A21E14A87D62727918 /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; - DC8A682A33E9730C4383C828C9AF348C /* LLBaseComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseComponentViewController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentViewController/LLBaseComponentViewController.h; sourceTree = ""; }; - DC8C16342A53C061414E552D24448B80 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreText.framework; sourceTree = DEVELOPER_DIR; }; + DC87C325B66992294EDFA827D0213ABF /* NSInputStream+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInputStream+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSInputStream/NSInputStream+LL_Network.h"; sourceTree = ""; }; + DC92D07BCBA086FF1F6832BFE6063A18 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; + DCA86B3EC3472514D7FFA9AD8E5A8428 /* SDImageFramePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFramePool.h; path = SDWebImage/Private/SDImageFramePool.h; sourceTree = ""; }; DCB549AB857DE04EF1BDD48B0B2D30AA /* TUIMessageCellConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageCellConfig.m; sourceTree = ""; }; - DCC0C6B6E0A89084D9A0A49FF21876E6 /* LLNetworkViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkViewController.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkViewController.h; sourceTree = ""; }; - DCCD650D6DF16F350F448384A3F516A8 /* UIView+WebCacheState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheState.m"; path = "SDWebImage/Core/UIView+WebCacheState.m"; sourceTree = ""; }; - DCD9F9EB746F01DEB20BA6A8D41F36C1 /* LLAppInfoViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoViewController.h; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoViewController.h; sourceTree = ""; }; - DD1E393A663396E0042545C9810C4128 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; - DD245A2E8AE763FF9DB33272BBFD5334 /* ProgressChecker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressChecker.swift; path = AgoraLyricsScore/Class/Other/ProgressChecker.swift; sourceTree = ""; }; - DD3062298DC964BE33DDE207A95FB004 /* FMDatabaseQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMDatabaseQueue.m; path = src/fmdb/FMDatabaseQueue.m; sourceTree = ""; }; - DD4124BE66EA16516FFF8188EFC76F0A /* NSString+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+YYAdd.h"; path = "YYCategories/Foundation/NSString+YYAdd.h"; sourceTree = ""; }; - DD4CD0B1E4329CD87FB920343A3D00F6 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - DD60131313F27909A330EEEF4EC6BEE3 /* NSDictionary+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+AvoidCrash.m"; path = "AvoidCrash/NSDictionary+AvoidCrash.m"; sourceTree = ""; }; - DD7A09C95FA4450752A0DF79E0D085EE /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; - DD86480B7B0E664045E3CE0C8FAD95B0 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - DD899567E197BDD657A67C60DB038D7B /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - DD9221EDB1D66F00A81FC5764351315E /* GPBDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDescriptor.m; path = objectivec/GPBDescriptor.m; sourceTree = ""; }; - DDB1E4597FA4DF1E8EA730DE3BAAE2C9 /* QCloudHTTPTaskDelayManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPTaskDelayManager.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudHTTPTaskDelayManager.m; sourceTree = ""; }; - DDE6B5003C19BEF91575545DF64F29EF /* OSSClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSClient.h; path = AliyunOSSSDK/OSSClient.h; sourceTree = ""; }; - DDEF07DE0B86BF944608BA8E72EB3855 /* LLNetworkDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkDefine.h; path = LLDebugTool/Core/Others/Define/LLNetworkDefine.h; sourceTree = ""; }; + DCCE20E534C70274ED0E8E68202EBC70 /* LLFilterTextFieldCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterTextFieldCell.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldCell.h; sourceTree = ""; }; + DCDC18F5B2B7D93E5BC13FC84107949B /* LLTitleSwitchCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleSwitchCell.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSwitchCell.h; sourceTree = ""; }; + DCEDF27FA5913B524B03E40E1F2882F7 /* NSArray+VAPUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+VAPUtil.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSArray+VAPUtil.m"; sourceTree = ""; }; + DCFB51ADB92608EE7314FCDBBD18C28C /* YBIBCollectionViewLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBCollectionViewLayout.m; path = YBImageBrowser/Base/YBIBCollectionViewLayout.m; sourceTree = ""; }; + DD3103D63C716AEEC7E8677128E43B92 /* MKAnnotationView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+RACSignalSupport.m"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.m"; sourceTree = ""; }; + DD3572AEBB1269E186BCE23935882167 /* AgoraAiNoiseSuppressionLLExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAiNoiseSuppressionLLExtension.xcframework; sourceTree = ""; }; + DD3D46495CC38AE5DB78A577BE4DC625 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; }; + DD3DFA59E652C1A14AA4531C35AB8B91 /* LLHtmlComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlComponent.h; path = LLDebugTool/Core/Component/Html/LLHtmlComponent.h; sourceTree = ""; }; + DD456AEDD593CCE3ADED1BD701CB8B7B /* LLEntryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryTitleView.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryTitleView.m; sourceTree = ""; }; + DD81A0C7E301C2C79D787C0C8F703E98 /* UIViewController+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIViewController/UIViewController+LL_Utils.m"; sourceTree = ""; }; + DD946A3E63F62DC1F2E76301764CB02E /* LLWindowManager+Screenshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Screenshot.m"; path = "LLDebugTool/Core/Component/Screenshot/UserInterface/LLWindowManager+Screenshot.m"; sourceTree = ""; }; + DD98E8ED0717C05A91B07A8BE8D173CB /* OSSDeleteMultipleObjectsRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSDeleteMultipleObjectsRequest.m; path = AliyunOSSSDK/OSSDeleteMultipleObjectsRequest.m; sourceTree = ""; }; + DDA281647B0238FBCBC68271C910A2FA /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + DDB5A9E70B50D29C8744FF02D8FBA3A3 /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; + DE09D5F85755D90907E563149F9D4D65 /* YBImageBrowserDataSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImageBrowserDataSource.h; path = YBImageBrowser/Protocol/YBImageBrowserDataSource.h; sourceTree = ""; }; + DE173284969F73004E60A329DAD747E2 /* TAAbstractDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TAAbstractDotView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAbstractDotView.m; sourceTree = ""; }; DE1A0692E5E399612B98DC07272C2E69 /* TUIConversationListController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationListController_Minimalist.h; sourceTree = ""; }; - DE1BE68F23F888A0E7FB47DEA0566D09 /* LLEditTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLEditTableViewController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/EditTableViewController/LLEditTableViewController.h; sourceTree = ""; }; - DE2C013F88A45440FC7DB25E09015410 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; - DE2CFA9D9A2F4A02CAF3C1151D76BA55 /* LLNoneCopyTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNoneCopyTextField.h; path = LLDebugTool/Core/Others/CommonUI/View/NoneCopyTextField/LLNoneCopyTextField.h; sourceTree = ""; }; - DE30E0E4C3B6299ED2521A89660768A3 /* LLHtmlUIWebViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlUIWebViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlUIWebViewController.m; sourceTree = ""; }; - DE87CFB112405397BCD68F780C06DF6E /* MQTTSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSession.h; path = MQTTClient/MQTTClient/MQTTSession.h; sourceTree = ""; }; - DE90685317F566A867EC2A4D58B7A5F5 /* huffman_encode_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_encode_utils.h; path = src/utils/huffman_encode_utils.h; sourceTree = ""; }; + DE20BE7A9AB1B22B7F3911ADD2F86158 /* WechatOpenSDK-XCFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.release.xcconfig"; sourceTree = ""; }; + DE2878FA37E1C0E2FF4C55DEA72B2414 /* LLCrashWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashWindow.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashWindow.h; sourceTree = ""; }; + DE31E469D5722A072EBA26D72FAEA862 /* UIGestureRecognizer+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+YYAdd.h"; path = "YYCategories/UIKit/UIGestureRecognizer+YYAdd.h"; sourceTree = ""; }; + DE43E5B4BBDDB9DD9B111251E644404C /* QCloudMainBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMainBundle.h; path = QCloudCore/Classes/Base/QCloudBundle/QCloudMainBundle.h; sourceTree = ""; }; + DE91DDA59E480F06AE5619F8BFEADE22 /* IQUIScrollView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIScrollView+Additions.m"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.m"; sourceTree = ""; }; + DECE1B3117449129BFF50148E603B73E /* LLWindowManager+Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Location.m"; path = "LLDebugTool/Core/Component/Location/UserInterface/LLWindowManager+Location.m"; sourceTree = ""; }; DED0B9E63597782CA2D7E84B42B88575 /* TUICommonGroupInfoCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICommonGroupInfoCellData.h; sourceTree = ""; }; - DED597E4F4BBCF830F2F918FE4BBD659 /* NSObject+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+AvoidCrash.h"; path = "AvoidCrash/NSObject+AvoidCrash.h"; sourceTree = ""; }; - DEDE4932D792B0DF7288337D438BD858 /* UIImage+LL_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+LL_Utils.h"; path = "LLDebugTool/Core/Others/Category/UIImage/UIImage+LL_Utils.h"; sourceTree = ""; }; - DEE88D31598BBC877C31F1ED9C43BBD7 /* LLAppInfoComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoComponent.m; path = LLDebugTool/Core/Component/AppInfo/LLAppInfoComponent.m; sourceTree = ""; }; - DEF0F542000F2144D714D4C1624C282D /* QCloudCOSStorageClassEnum.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSStorageClassEnum.m; path = QCloudCOSXML/Classes/Transfer/enum/QCloudCOSStorageClassEnum.m; sourceTree = ""; }; - DEF50E39F73539D79DE0EE24D597BCC2 /* NSBundle+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+YYAdd.m"; path = "YYCategories/Foundation/NSBundle+YYAdd.m"; sourceTree = ""; }; + DEE78AD6C9230EDAB8D8CC1F3D824383 /* SVRadialGradientLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVRadialGradientLayer.h; path = SVProgressHUD/SVRadialGradientLayer.h; sourceTree = ""; }; DEF517A11EBB40C32836AE94CF528F7B /* TUIMessageCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageCellData.h; sourceTree = ""; }; DEFD7EB8420DE2362781DDF46E24FD1B /* TUIFileMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileMessageCell_Minimalist.h; sourceTree = ""; }; - DF0BBA9B42464B4176B06338BCAADE41 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - DF350F198EB9F6AD1C0396C161228699 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - DF4C538B7B59BA11F52CC24B3932313F /* SVGAParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAParser.m; path = Source/SVGAParser.m; sourceTree = ""; }; + DF0B93A4DEE286F3D146B65E73D2A02F /* TZImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TZImagePickerController-prefix.pch"; sourceTree = ""; }; + DF20F79E4150304A20C2F5E13E839E4F /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + DF3D2DB0C6E125232FF51B64F6CDA044 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Deprecated/Base/BRBaseView.h; sourceTree = ""; }; DF55EB1086CF9818E4F167559D118164 /* TUIChatMediaDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatMediaDataProvider.h; sourceTree = ""; }; + DF5733294907E2BB53F75E0D163076F2 /* OSSGetObjectACLResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectACLResult.h; path = AliyunOSSSDK/OSSGetObjectACLResult.h; sourceTree = ""; }; + DF57A3D9539D2689B5C5453111B15173 /* QCloudCLSLoggerOutput.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCLSLoggerOutput.m; path = QCloudCore/Classes/Base/Logger/QCloudCLSLoggerOutput.m; sourceTree = ""; }; DF5AA3E0ECB4B0811D896E8411906383 /* TUIVideoReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIVideoReplyQuoteViewData.m; sourceTree = ""; }; - DF5AA58DD20C66D905E01B59655614DB /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; + DF5CAA9C023F1CB6CBE88C18F8B860D5 /* UISlider+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISlider+RACSignalSupport.h"; path = "ReactiveObjC/UISlider+RACSignalSupport.h"; sourceTree = ""; }; DF9021474921AF35345BD06EBD2AB531 /* TUITool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITool.m; sourceTree = ""; }; - DF916CC5A16F2C4A062458992ED868E5 /* AvoidCrashStubProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AvoidCrashStubProxy.m; path = AvoidCrash/AvoidCrashStubProxy.m; sourceTree = ""; }; - DF93D12A280FEEB9F29949C627132528 /* LLCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrash.h; path = LLDebugTool/Core/Component/Crash/LLCrash.h; sourceTree = ""; }; - DFD7DFDBB62717B2AAC2E75ED67A2787 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; - DFE7ADED148E13C4B35972C63998B62D /* SVGAParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAParser.h; path = Source/SVGAParser.h; sourceTree = ""; }; - DFEBC812C61A8513EF9F4C6C7C250054 /* IQKeyboardReturnKeyHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardReturnKeyHandler.m; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.m; sourceTree = ""; }; - DFFB6D1532803A3F738F4A9FD59EBF77 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - E0157C3B1258A7010A0AD99F52D0B599 /* LLShortCutComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLShortCutComponent.m; path = LLDebugTool/Core/Component/ShortCut/LLShortCutComponent.m; sourceTree = ""; }; - E022BE52E2CBA50EAA33B904EFECAE50 /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePicker/NSDate+BRPickerView.h"; sourceTree = ""; }; + DF90558AE88F54D5E34706685780C5FE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + DFA0DA35E2D6FB4E913955A97497B5D1 /* QCloudOperationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudOperationQueue.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudOperationQueue.h; sourceTree = ""; }; + DFC7B9B96C7DF98CA4E9C5C18C3909B1 /* QCloudFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudFileLogger.m; path = QCloudCore/Classes/Base/Logger/QCloudFileLogger.m; sourceTree = ""; }; + DFD55C184D2EA74D57103617212A3453 /* UIView+MP4HWDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MP4HWDecode.m"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/UIView+MP4HWDecode.m"; sourceTree = ""; }; + DFECBAE8D7143B49785F59D4994AAD18 /* YYTextMagnifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextMagnifier.h; path = YYText/Component/YYTextMagnifier.h; sourceTree = ""; }; + DFECC0EDE674A66005CC63E79E743022 /* UIColor+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+YYAdd.m"; path = "YYCategories/UIKit/UIColor+YYAdd.m"; sourceTree = ""; }; + DFF3072A03CD15605BFF6265ADD18BB6 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + E00F7B5F49820A9BBAB268D039DA9A78 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; + E0121D5DCD117ACF174A8CE1987C7E38 /* LLWindowManager+Html.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Html.m"; path = "LLDebugTool/Core/Component/Html/UserInterface/LLWindowManager+Html.m"; sourceTree = ""; }; + E0136B957C8F1F7766674B52DDE518AB /* libwebp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.debug.xcconfig; sourceTree = ""; }; + E01D3CD2410EE7907EA6EEF6ECD8696E /* sharpyuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv.h; path = sharpyuv/sharpyuv.h; sourceTree = ""; }; + E027C40AF3CB056F8A26208D63975F1D /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; E02CFB5301EC9DA1992F848D281AF6DA /* TUIMessageCellConfig_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageCellConfig_Minimalist.h; sourceTree = ""; }; - E03A7815CB4559D04681A648642263BA /* QCloudMultipartUploadPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartUploadPart.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadPart.m; sourceTree = ""; }; - E03C7149C55FD86B18A2199051445ED5 /* LLFunctionViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionViewController.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionViewController.h; sourceTree = ""; }; E03F152E95B6924D2486511337D24503 /* JXPagingView-JXPagerView */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "JXPagingView-JXPagerView"; path = JXPagerView.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - E041B3CA8F2D4CB20875751377B3DEB0 /* LLBaseComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseComponentViewController.m; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentViewController/LLBaseComponentViewController.m; sourceTree = ""; }; - E0457961BED118ADEE3972EE368A7C27 /* TZAuthLimitedFooterTipView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZAuthLimitedFooterTipView.m; path = TZImagePickerController/TZImagePickerController/TZAuthLimitedFooterTipView.m; sourceTree = ""; }; - E047C31AC9937B895EB741CA05F233C9 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; - E07E8704096DC5D17E56BC0473B8D7C5 /* TIMPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "TIMPush-xcframeworks.sh"; sourceTree = ""; }; - E0810B11491CDAE691F3ED6C4766F317 /* FMDatabasePool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FMDatabasePool.h; path = src/fmdb/FMDatabasePool.h; sourceTree = ""; }; - E0946C8F07FB91900E9A1ED32E7D8BE8 /* IQUITextFieldView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUITextFieldView+Additions.m"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.m"; sourceTree = ""; }; - E0AC5CF7DFFEE64766896EC56ABE170A /* LLPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLPreviewController.m; sourceTree = ""; }; - E0B061F36D87206193C7479A40CE154C /* QGVAPWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPWeakProxy.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPWeakProxy.h; sourceTree = ""; }; - E0B6C8455312D1E21D836A863FAEB6B1 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; - E0BD1F678701DC08BABBD2969B0D5B1A /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = ""; }; - E0C3FDC79600F8A0E44431E63963F213 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; - E0D53186B5B8533612EBBA00926B2FE7 /* QCloudCLSLoggerOutput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCLSLoggerOutput.h; path = QCloudCore/Classes/Base/Logger/QCloudCLSLoggerOutput.h; sourceTree = ""; }; + E05D984BEBF28CB30CC7A26B9EB68E31 /* YYWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYWebImage-dummy.m"; sourceTree = ""; }; + E073DCEA20D65DF32B921E253A52C82A /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; + E0866048840ED6198920DB2BF691AE31 /* UIView+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+YYAdd.h"; path = "YYCategories/UIKit/UIView+YYAdd.h"; sourceTree = ""; }; + E08D1DBE7495F22842F1701D8D62A9AD /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + E09D6A1E2FC0A47DB89D2D918204838B /* DZNEmptyDataSet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DZNEmptyDataSet.release.xcconfig; sourceTree = ""; }; + E0A12DEBFCF60BB598CD6B5E8B19CC89 /* mz_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os_posix.c; path = SSZipArchive/minizip/mz_os_posix.c; sourceTree = ""; }; + E0A6857866DB846FCD15D5A5B1937639 /* NSMutableArray+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableArray+AvoidCrash.m"; path = "AvoidCrash/NSMutableArray+AvoidCrash.m"; sourceTree = ""; }; + E0CEBC0D34578EF2E5D3443683C5C27D /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + E0DE7D8841309C342B5EDEC39BE444F2 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; E0E23643E0E4AA188287E0327F1E7B99 /* TUILinkCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUILinkCellData.m; sourceTree = ""; }; - E0E73A539E857E7C1A16FC745598812F /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; - E0EEE8F740E7D2005A96B4E8DD699E4D /* SVGABitmapLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGABitmapLayer.m; path = Source/SVGABitmapLayer.m; sourceTree = ""; }; + E0F9CB8BED655DBD7F630A7BED3E706D /* SVGAPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SVGAPlayer.modulemap; sourceTree = ""; }; + E10C5219B3C1217C6EEBE75FF53110F6 /* AliyunOSSiOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AliyunOSSiOS-dummy.m"; sourceTree = ""; }; E1101C61C1A4BDAA8BB778E75DF00D2B /* TUIFloatViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFloatViewController.h; sourceTree = ""; }; - E125F395AD60ED7B7B07652D73D4218E /* SDWebImageWebPCoder-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImageWebPCoder-Info.plist"; sourceTree = ""; }; - E13AF1DF1EA09639F6F1D482DA30D222 /* LLHierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchy.h; path = LLDebugTool/Core/Component/Hierarchy/LLHierarchy.h; sourceTree = ""; }; - E14AE7F500D618D391E1F40BD168D99F /* libwebp-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "libwebp-Info.plist"; sourceTree = ""; }; + E12501204375DB5188018D66E8117F18 /* LLRouter+AppInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+AppInfo.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+AppInfo.m"; sourceTree = ""; }; + E13FE42115F1BE4B99A5F743DA59CCCD /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; E14B2C46EC3FEFE18206707CFB3F6A5A /* TUIMenuCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMenuCell_Minimalist.h; sourceTree = ""; }; - E14DEF22AF4250D11F2F22A453A3A435 /* LLHtmlConfigViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHtmlConfigViewController.h; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlConfigViewController.h; sourceTree = ""; }; - E161221EBA05B88D62E746414C560D43 /* TZImagePickerController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TZImagePickerController.modulemap; sourceTree = ""; }; - E16A9E6B2A5EABBCE1CDCF06E8F746DE /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; - E1828373766AE5D4C3F5D785FE41B81C /* sharpyuv_dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_dsp.h; path = sharpyuv/sharpyuv_dsp.h; sourceTree = ""; }; - E18B499863F3BE8494CA3C4CA00806B4 /* QCloudService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudService.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudService.h; sourceTree = ""; }; - E18E03C1C00A188C9CF3F2695977222B /* QCloudGetObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudGetObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest.h; sourceTree = ""; }; - E1A2959CE55336EA28C3DDBBE3D50588 /* ScoringMachineProtocol+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachineProtocol+Events.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachineProtocol+Events.swift"; sourceTree = ""; }; - E1AF77422F2BE60E53969576D67E3943 /* UIStepper+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIStepper+RACSignalSupport.h"; path = "ReactiveObjC/UIStepper+RACSignalSupport.h"; sourceTree = ""; }; - E1B0FF7FEFB496262922F978B707A91E /* QCloudReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudReachability.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudReachability.h; sourceTree = ""; }; - E1D336009902F5BB7D273BA4AFAE1743 /* NSArray+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/NSArray/NSArray+LL_Utils.m"; sourceTree = ""; }; - E1E2ABA1CF16E38306949C39DBFFE81D /* LLWidgetBorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorder.h; path = LLDebugTool/Core/Component/WidgetBorder/LLWidgetBorder.h; sourceTree = ""; }; - E1E6299D85E07E7F127123F64CF648C5 /* YYTextParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextParser.m; path = YYText/String/YYTextParser.m; sourceTree = ""; }; - E228F0EF6F69D4BD4D3BC3D9F0C9022C /* YBIBImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBImageScrollView.m; path = YBImageBrowser/Image/YBIBImageScrollView.m; sourceTree = ""; }; + E1592A015AB5F0DBF1A9525A2E088DEC /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + E1616364E7E9761B2070CD5C738E7628 /* BRPickerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BRPickerView-Info.plist"; sourceTree = ""; }; + E167063F34F8875E4528276B88AE200F /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + E17E603843DC49E219DA9409D447EABD /* QCloudPutObjectCopyRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudPutObjectCopyRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectCopyRequest.m; sourceTree = ""; }; + E182461FC7E2746EF6F1902DEFD4A9E5 /* OSSGetObjectACLResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectACLResult.m; path = AliyunOSSSDK/OSSGetObjectACLResult.m; sourceTree = ""; }; + E1A4DB05FD615189A519990FB357D370 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; + E1AE66BF84E45B8D34A89475BE65A432 /* SDCycleScrollView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDCycleScrollView-umbrella.h"; sourceTree = ""; }; + E1B089E2363051EFA1BDDD19AEC60EC0 /* SDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCallbackQueue.h; path = SDWebImage/Core/SDCallbackQueue.h; sourceTree = ""; }; + E1B63A3A3EF6EA15B4AA142C71B31301 /* LLDetailTitleSelectorCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleSelectorCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleSelectorCellView.h; sourceTree = ""; }; + E1D2F30BE124BFF367F4474F66F4F584 /* QCloudSupervisory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSupervisory.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisory.h; sourceTree = ""; }; + E2147A946152790918CF2A0F0E5C4A97 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; E2319A9846E5441AE828CF8F38CB31FB /* TUIGroupPendencyController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIGroupPendencyController.m; sourceTree = ""; }; + E233A1EDF2437D7DEB3FE742F507E1C0 /* OSSDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDefine.h; path = AliyunOSSSDK/OSSDefine.h; sourceTree = ""; }; + E248985204E363D5D88D66B6A51A1231 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; + E24D98566621AB0A7863B6B75C075118 /* QCloudCOSXML.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QCloudCOSXML.debug.xcconfig; sourceTree = ""; }; E2531977085A038BF8D006D31F4E4A61 /* TIMCommonMediator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMCommonMediator.h; sourceTree = ""; }; - E2625642277CF56AE9F82AFCBB63EEFC /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - E276FA7218F50593335C26AA37A9A7AF /* NSDate+QCloudInternetDateTime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+QCloudInternetDateTime.m"; path = "QCloudCore/Classes/Base/QCloudCategory/NSDate+QCloudInternetDateTime.m"; sourceTree = ""; }; + E25EA65C236B7DC815DB7E6D4006BE91 /* LLSandboxComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxComponent.h; path = LLDebugTool/Core/Component/Sandbox/LLSandboxComponent.h; sourceTree = ""; }; + E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; E278A72C5A9C2D21BB5D9F3048E9A42E /* TUIMenuView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMenuView_Minimalist.h; sourceTree = ""; }; - E27D21FEAC4F96C7439A48A38ED0D771 /* UIControl+RACSignalSupportPrivate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupportPrivate.m"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.m"; sourceTree = ""; }; - E2918D96F62616700A9E9F0E5906271C /* QCloudNetProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetProfile.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudNetProfile.h; sourceTree = ""; }; - E291D433E8515858FE063A147D01483D /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - E2A1BA9676A2E0ABD52EBABFEE4C3A0D /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; - E2B5421620D8C1B2D573F5B4953B3072 /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; - E2CAA01D90816AFC88844177C39399EF /* GPBStruct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBStruct.pbobjc.h; path = objectivec/GPBStruct.pbobjc.h; sourceTree = ""; }; + E2915E9CB3A03E979634EDA449C01254 /* LLPinAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLPinAnnotationView.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLPinAnnotationView.m; sourceTree = ""; }; + E2BD81973F5B9093AF48B77A49575FFA /* LLShortCutComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutComponent.h; path = LLDebugTool/Core/Component/ShortCut/LLShortCutComponent.h; sourceTree = ""; }; E2E9DEFD66C96770DF6DFAE74BA2EE2A /* TUIMessageController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageController.h; sourceTree = ""; }; - E3005CBA4D670540031B0AC9B7BF3FA0 /* MQTTClient-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-umbrella.h"; sourceTree = ""; }; - E306122A64AE025374FF6635E9A1D13D /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - E31A240DEFB4EFD2B4D01DD7117E0034 /* QGVAPMetalShaderFunctionLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalShaderFunctionLoader.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalShaderFunctionLoader.m; sourceTree = ""; }; + E2EE7D8A6E1B904DF8F26379D375578E /* QCloudUploadPartRequestRetryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartRequestRetryHandler.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudUploadPartRequestRetryHandler.h; sourceTree = ""; }; + E31D790D8300CC805358CF78B8F83DB0 /* LyricsFileDownloader+Info.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "LyricsFileDownloader+Info.swift"; path = "AgoraLyricsScore/Class/Downloader/LyricsFileDownloader+Info.swift"; sourceTree = ""; }; E35AAF7B5278F623F6E93AC979ED5547 /* Pods-QXLiveDev-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-QXLiveDev-acknowledgements.markdown"; sourceTree = ""; }; - E36A5330493A24254E2ACD21ED5B6F71 /* LLHierarchyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyWindow.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyWindow.m; sourceTree = ""; }; E3838B866C4BDAEC09F5A72198679BC1 /* YTFaceTrackerLiveness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YTFaceTrackerLiveness.framework; path = Libs/YTFaceTrackerLiveness.framework; sourceTree = ""; }; - E39BBC08241C89A07EFF4D3DE68190A3 /* YBIBImageLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageLayout.h; path = YBImageBrowser/Image/YBIBImageLayout.h; sourceTree = ""; }; - E39CC2DDDF3D85095D92C61B4E046213 /* LLDebugTool-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LLDebugTool-Info.plist"; sourceTree = ""; }; - E3A3717E2EB0F7601DF3D74E9ECDF971 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - E3A7B5C3D308CF01E7D339EF644C71EE /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + E3899BC3C0DEA8E5F04E4B35421085A0 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; + E3968CFAC226ADB5FAA3E6F3B68C6DD3 /* UIStepper+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIStepper+RACSignalSupport.h"; path = "ReactiveObjC/UIStepper+RACSignalSupport.h"; sourceTree = ""; }; + E3A08A6952E151EA3EC8D898401DFB1E /* AlipaySDK-iOS-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AlipaySDK-iOS-xcframeworks.sh"; sourceTree = ""; }; E3C04C2EC55D83B4112636E431842FCD /* TUICameraViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICameraViewController.h; sourceTree = ""; }; - E3C7F134F837A97CB0F6E17B8B02C872 /* UIApplication+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+YYAdd.h"; path = "YYCategories/UIKit/UIApplication+YYAdd.h"; sourceTree = ""; }; + E3D619279DE679A146A3ADF4F323A23E /* AvoidCrash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AvoidCrash.debug.xcconfig; sourceTree = ""; }; + E3E0F433AAD2C10342A6ABF46BC433E4 /* OSSRestoreObjectResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSRestoreObjectResult.m; path = AliyunOSSSDK/OSSRestoreObjectResult.m; sourceTree = ""; }; + E3E672C674D286B7E3E333F7C1B53846 /* QGAnimatedImageDecodeThreadPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeThreadPool.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.h; sourceTree = ""; }; + E3F32E260AA0918A81D6EBB6223F78C8 /* SVGAParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAParser.m; path = Source/SVGAParser.m; sourceTree = ""; }; E3F4B6D386AFBB28C1B3E5BABEB67B29 /* TUICaptureImagePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUICaptureImagePreviewController.m; sourceTree = ""; }; - E409E85F125AF2F8DF9E7B8DEC0373A0 /* QCloudConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudConfiguration_Private.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudConfiguration_Private.h; sourceTree = ""; }; - E4330A749A940B5AA89F9A60869460AC /* OSSCocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCocoaLumberjack.h; path = AliyunOSSSDK/OSSFileLog/OSSCocoaLumberjack.h; sourceTree = ""; }; + E3FB9559A79348730B976E06B177D060 /* NSArray+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+YYAdd.m"; path = "YYCategories/Foundation/NSArray+YYAdd.m"; sourceTree = ""; }; + E404B643ED5DEB29532CF81CA9ADD872 /* UIBezierPath+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBezierPath+YYAdd.h"; path = "YYCategories/UIKit/UIBezierPath+YYAdd.h"; sourceTree = ""; }; + E4132CDE7580C41B57901CB167FB8E42 /* QCloudReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudReachability.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/reachability/QCloudReachability.m; sourceTree = ""; }; + E431BBC85040D3CA912D28FC2F448FA0 /* LLBaseModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseModel.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseModel.m; sourceTree = ""; }; E459531FF12481C7C7546D8F9EB01C58 /* TUIBaseMessageControllerDelegate_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIBaseMessageControllerDelegate_Minimalist.h; sourceTree = ""; }; E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYModel; path = YYModel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E46368F03B603442284C9EEEE484B5B1 /* QCloudMultipartUploadOwner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartUploadOwner.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadOwner.h; sourceTree = ""; }; + E479053894FB05520F23F458F94F0E9D /* IQKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardManager.m; path = IQKeyboardManager/IQKeyboardManager.m; sourceTree = ""; }; E47B79BEDA5A878E74F97A1BDA1A7DC9 /* TUIVoiceReplyQuoteView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVoiceReplyQuoteView_Minimalist.h; sourceTree = ""; }; - E48DF8F4EC5948428E1C0BE1AF56C102 /* ScoringCanvasView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScoringCanvasView.swift; path = AgoraLyricsScore/Class/Scoring/View/ScoringCanvasView.swift; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E4A3EDF2F2B3DBA4A03937BED17C7E7E /* TUICore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TUICore-Info.plist"; sourceTree = ""; }; - E4AB7D9B1431982AD38B82C9EF5E0697 /* QCloudMultipartUploadInitiator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartUploadInitiator.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadInitiator.m; sourceTree = ""; }; - E4B6C5AB1961961DE5B3BA2E86D15FC0 /* MQTTCoreDataPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCoreDataPersistence.m; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.m; sourceTree = ""; }; - E4ED40F5B60870AF9B51CE353E178560 /* LLLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocation.h; path = LLDebugTool/Core/Component/Location/LLLocation.h; sourceTree = ""; }; - E4FAE4B9CC1934D1C85C22DC6E67F58F /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - E524F37DDADC6EFAD23EF3D70AD82BEA /* CALayer+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+YYAdd.m"; path = "YYCategories/Quartz/CALayer+YYAdd.m"; sourceTree = ""; }; - E52791FE967A9ACA6B4451CFA4F19E67 /* QCloudSignatureFields.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSignatureFields.m; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignatureFields.m; sourceTree = ""; }; - E5317EED7BF8169353CF7EC8B155150A /* QCloudCOSXMLService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLService.h; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLService.h; sourceTree = ""; }; - E5430B61F1535179412C3298C4B8816E /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - E5441491448053F9814E00F743DCDEEB /* LLLocationViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationViewController.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationViewController.h; sourceTree = ""; }; - E57FDA4CCBD36CE0E8D479344368C8BE /* JXPagerMainTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerMainTableView.h; path = Sources/JXPagerView/JXPagerMainTableView.h; sourceTree = ""; }; + E4B25A60C0029C55D860D1FD5313DAD6 /* MQTTCoreDataPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCoreDataPersistence.m; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.m; sourceTree = ""; }; + E4B3BF454AD2E583940890F658785272 /* NSMutableString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableString+AvoidCrash.m"; path = "AvoidCrash/NSMutableString+AvoidCrash.m"; sourceTree = ""; }; + E57358AE971342D1532D98D80BBF09A1 /* QCloudCOSXML.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QCloudCOSXML.modulemap; sourceTree = ""; }; + E574C40F420C21B673E260B29187CC76 /* UIImageView+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+YYWebImage.m"; path = "YYWebImage/Categories/UIImageView+YYWebImage.m"; sourceTree = ""; }; + E5861420062F79CF72C93FFDAC1C1A19 /* TZPhotoPreviewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TZPhotoPreviewCell.m; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewCell.m; sourceTree = ""; }; E5886BA16FE6219FD61B34C60A326850 /* TUIConversationObjectFactory_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIConversationObjectFactory_Minimalist.h; sourceTree = ""; }; - E5946F09464FE288F219AFED01ADC592 /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - E5A96B75D9BDE7780BDB2E8002A68AA7 /* QCloudCustomLoaderTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCustomLoaderTask.m; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomLoaderTask.m; sourceTree = ""; }; - E5B1D0E9CE2A700E78BE5773C02888CB /* LLCrashCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashCell.m; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashCell.m; sourceTree = ""; }; - E5BBF9FF824780EF9D3A870677253467 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - E5BF696DB0B67824D9A719D3F80F4CD4 /* YYTextAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextAttribute.m; path = YYText/String/YYTextAttribute.m; sourceTree = ""; }; + E5AD2F4D603099F41D524E0ACDA86DBF /* YYDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYDiskCache.h; path = YYCache/YYDiskCache.h; sourceTree = ""; }; E5D1D639E269A845688C860850C08FD7 /* TUICameraView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICameraView.h; sourceTree = ""; }; - E5D64DC699AC6B5360DF371C757BB336 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - E5DD350699AF476F14E85542980DA167 /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/Deprecated/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; - E5E0E5B578A2414D1DF536E421A68252 /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; - E5E5388557256032F589DD8A8200B03A /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - E5E896043D8BA571D11E0CA55BE4AE68 /* AgoraAudioBeautyExtension.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = AgoraAudioBeautyExtension.xcframework; sourceTree = ""; }; + E5EAD2C0426DA0F01606BC106E151499 /* LLTitleSwitchCellView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleSwitchCellView.m; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleSwitchCellView.m; sourceTree = ""; }; E5F4A8F61E0AA1B6C351FBF585F7590B /* TUIChat-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIChat-prefix.pch"; sourceTree = ""; }; - E5FB34D330D2F3C122CDC554CE2915C9 /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; - E60519A2D9722774AF56F53435310688 /* QCloudHTTPSessionManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPSessionManager_Private.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudHTTPSessionManager_Private.h; sourceTree = ""; }; - E62BB46E22E182B4B5AAB0C82DE137D0 /* IQKeyboardManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-umbrella.h"; sourceTree = ""; }; - E638ADEEE618D9115549F970DEB31647 /* GPBApi.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBApi.pbobjc.h; path = objectivec/GPBApi.pbobjc.h; sourceTree = ""; }; - E6424BE5F62EA57F4F0571A902C9BA27 /* IQUIView+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+Hierarchy.m"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.m"; sourceTree = ""; }; - E64C0CC4EE8501C605F259E3B887D980 /* OSSPutSymlinkRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutSymlinkRequest.h; path = AliyunOSSSDK/OSSPutSymlinkRequest.h; sourceTree = ""; }; - E65F76B8312CFB36A7276227EFA68E32 /* MQTTLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTLog.m; path = MQTTClient/MQTTClient/MQTTLog.m; sourceTree = ""; }; - E6758F056FC5CD773236E5DF7E34CCF9 /* QCloudCOSXMLCopyObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLCopyObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLCopyObjectRequest.m; sourceTree = ""; }; - E68613DF1CB927FB8EAE99A7C1341972 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; - E68BAAC2BD14E395860B9FCECB394C41 /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; - E692E5A4ADDC3B8051B81F53EE697149 /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = ""; }; - E693E4401A900A1D6F614D2499EACDC6 /* TADotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TADotView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TADotView.m; sourceTree = ""; }; - E6D396D7C475FFCCE53A5F2AD5CD89B2 /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/Deprecated/StringPickerView/BRResultModel.h; sourceTree = ""; }; - E6D676BE462C8A5A4EAB6E4541DBD81C /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; - E6DFAC3D5BD0F0C59D1B7FE00E877897 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; - E6EE15597502DD3E98A60D4F8268CFBD /* QCloudSignatureFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSignatureFields.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudSignatureFields.h; sourceTree = ""; }; - E71C8117686C1F637744D9721B518A91 /* Agorafdkaac.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = Agorafdkaac.xcframework; sourceTree = ""; }; + E5FF2F0CDFFB3C4005386F68B9CDCF4C /* LLSandboxPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxPreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxPreviewController.h; sourceTree = ""; }; + E60A282F8D0A952F79F496FEF63496BE /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; + E62CC9532F833B099CD10B802A0E5C19 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; + E6439E72AA86FB111DCCA57603CB3409 /* QGVAPMetalUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGVAPMetalUtil.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/QGVAPMetalUtil.m; sourceTree = ""; }; + E65DCE680534588C284BC6D2D52D7CB6 /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; + E66377661F8E576AE085A9E831DA3848 /* QCloudOperationQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudOperationQueue.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Operations/QCloudOperationQueue.m; sourceTree = ""; }; + E69008C87B73752B71B85B02625E31FE /* OSSNSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSNSLogger.m; path = AliyunOSSSDK/OSSFileLog/OSSNSLogger.m; sourceTree = ""; }; + E6A2CF216200367B592296C36432FB12 /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Core/NSBundle+BRPickerView.h"; sourceTree = ""; }; + E6DB2B35EDA9A3D537A0CB0B64DCB6B3 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; + E6DF715A3CF901E97DE6C5BF303D7433 /* UIView+LLWidgetBorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+LLWidgetBorder.h"; path = "LLDebugTool/Core/Component/WidgetBorder/Function/UIView+LLWidgetBorder.h"; sourceTree = ""; }; + E6F26795AF927DFDFA62A9D381707C3F /* OSSXMLDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSXMLDictionary.m; path = AliyunOSSSDK/OSSXMLDictionary.m; sourceTree = ""; }; + E71626BADEC3D774E73F1928CF840EBB /* SDWebImageWebPCoder.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImageWebPCoder.modulemap; sourceTree = ""; }; + E7180C1094940F1E7E8E11B87BBE90EC /* YYText-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYText-umbrella.h"; sourceTree = ""; }; + E7243A719CFA02E457E948ABA9D1D02B /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; + E724A4409E61B77DB108F1770A10BDC5 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; + E72D055963366EA5F8A5BFFB10EBC7FA /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; + E735F121A6B8C7F25442879F166E2B55 /* SDCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCollectionViewCell.m; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.m; sourceTree = ""; }; E74601B22DB72DD03796E96705A3A34C /* TUIConversationMultiChooseView_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConversationMultiChooseView_Minimalist.m; sourceTree = ""; }; - E74B050A3D73D875D39BB6D402AECFFB /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; - E74F9C60664CBFB20EA9BF1CD45853F6 /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; - E75877C0839B68DB156C9EFC81B0FB0F /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - E761F0F71FD3449DAC91AC2FC0119E53 /* LLFilterTextFieldModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterTextFieldModel.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterTextFieldModel.h; sourceTree = ""; }; - E76643658D7F1857836CE14A026C5F33 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWellKnownTypes.h; path = objectivec/GPBWellKnownTypes.h; sourceTree = ""; }; - E76FF91F73392067A0842DA01AECC136 /* OSSBolts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSBolts.h; path = AliyunOSSSDK/OSSTask/OSSBolts.h; sourceTree = ""; }; - E772B7F914CACF8772A7FFE42632D64C /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; - E7B283DA7D9438642D048CC661511A97 /* JXPagingView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXPagingView.debug.xcconfig; sourceTree = ""; }; - E7D88E62CA4D102DA8BBCC2036403CF4 /* YYTextKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextKeyboardManager.h; path = YYText/Component/YYTextKeyboardManager.h; sourceTree = ""; }; - E7DB3331CF659984BFE549C347BD382E /* QCloudIntelligenceTimeOutAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudIntelligenceTimeOutAdapter.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/TimeOutAdapter/QCloudIntelligenceTimeOutAdapter.m; sourceTree = ""; }; - E7E4513BAFB9371B25CB9D6F1DDA6A07 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - E7E49E1A2E12BC5E171A2E605535C23C /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; - E7F470C1AAF30E9BE42D163CB95B0C90 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; - E7FB5DD066A6771B3D6ED75334CFD6EE /* OSSModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSModel.h; path = AliyunOSSSDK/OSSModel.h; sourceTree = ""; }; - E81461CED9E96FB3CBA947397E3AF3CD /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + E78BD18606BCAFEF0DC2614E44A77665 /* AgoraLyricsScore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AgoraLyricsScore-dummy.m"; sourceTree = ""; }; + E79C6ABF2E00EB2DE2082A51DB187D2B /* YBImageBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YBImageBrowser-dummy.m"; sourceTree = ""; }; + E7A8644CB430E99C5E6A274EDFD8265A /* LLAnimateView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAnimateView.h; path = LLDebugTool/Core/Others/CommonUI/View/AnimateView/LLAnimateView.h; sourceTree = ""; }; + E7B454BDF40C1F09CCBBC226416030EB /* QCloudLoaderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLoaderManager.h; path = QCloudCore/Classes/Base/CustomLoader/QCloudLoaderManager.h; sourceTree = ""; }; + E7B9D0AB10813A009DF6AB369B7CEACB /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + E7EEE99EA228979B8FF09819ECC8FB40 /* LLSandboxCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxCell.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxCell.h; sourceTree = ""; }; + E8096871E02E095969A60DB531F23251 /* OSSCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSCompat.h; path = AliyunOSSSDK/OSSCompat.h; sourceTree = ""; }; + E8339637DC47788B094B37DAA0361CB5 /* FMResultSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FMResultSet.m; path = src/fmdb/FMResultSet.m; sourceTree = ""; }; + E842D4A311BEC1E2D6CC6F09C6830051 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + E851C17A9EBEE3476ECC292BEE27FA48 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; E856B12C60338D611D7677EC9739BA4D /* TUIReplyPreviewBar_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyPreviewBar_Minimalist.h; sourceTree = ""; }; - E86BC2B5D47B2EA61ED76887B7F31B53 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/AssetsLibrary.framework; sourceTree = DEVELOPER_DIR; }; - E86CC03A6C42C563C17CD73D44D68651 /* QCloudCOSXML-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCOSXML-prefix.pch"; sourceTree = ""; }; - E8777A80F3109028701BC6328896A006 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + E860F7AA10E7DB6A6F27CA32C4671813 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; E87FC9C2715494EF5B6B8614029C5CD2 /* TUIReplyPreviewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyPreviewData.m; sourceTree = ""; }; - E89915ACAE5B113945B1B0C0820599A3 /* MQTTSSLSecurityPolicyDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyDecoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.m; sourceTree = ""; }; - E8B01716AB758E8D6CBBDDBFF566A30C /* LLPinAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLPinAnnotationView.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLPinAnnotationView.m; sourceTree = ""; }; - E8B28E48EF07B30BEB9FFC5A755644E7 /* TIMPush.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = TIMPush.xcframework; sourceTree = ""; }; - E8BCD3D74A1BA116AC477521177D2AD7 /* QCloudUploadPartRequestRetryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartRequestRetryHandler.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/Retry/QCloudUploadPartRequestRetryHandler.h; sourceTree = ""; }; - E8C3E9C4EBA37ECB192FF24CDEC1BC61 /* YYTextAsyncLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextAsyncLayer.m; path = YYText/Utility/YYTextAsyncLayer.m; sourceTree = ""; }; - E8DD1CB09A0336A45AA2E1FCF9C8F71D /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - E8F31B119AB11AA2DC40EBEA5F9DB70F /* QGHWDMetalRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMetalRenderer.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalRenderer.h; sourceTree = ""; }; + E882A31346C9BF6AD308748322037D46 /* LLWindowManager+Sandbox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Sandbox.m"; path = "LLDebugTool/Core/Component/Sandbox/UserInterface/LLWindowManager+Sandbox.m"; sourceTree = ""; }; + E8AC7ACFDE5944C0F8EBC6FC81E914E4 /* LLLogDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogDetailViewController.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogDetailViewController.h; sourceTree = ""; }; + E8B38E9AB7E7D4AF84B4591B606DD36B /* QCloudLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLogger.h; path = QCloudCore/Classes/Base/Logger/QCloudLogger.h; sourceTree = ""; }; + E8C4E8AE8FADC4A1DCB0602342556D82 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; + E8CBF2E52C6CF4605C38F21F9D557968 /* JXPagingView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXPagingView.release.xcconfig; sourceTree = ""; }; + E8F877C942AD3B4D9F824B9B7F61FD96 /* YBIBToolViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBToolViewHandler.h; path = YBImageBrowser/ToolView/YBIBToolViewHandler.h; sourceTree = ""; }; E9000759BE4ACA264C59EC2C0F9620FD /* TUIFaceVerticalView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFaceVerticalView.h; sourceTree = ""; }; - E90B0C6572E5E197382B7E4D88C189F1 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = "ImSDK_Plus.xcframework/ios-arm64_armv7/ImSDK_Plus.framework/PrivacyInfo.xcprivacy"; sourceTree = ""; }; - E91D275F6375A2DEB0BBE4068CE1806B /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - E94961F742C6507D2C08B64FAA14C0D4 /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; - E9610F285E606B247996729D342EA2DF /* LLHtmlViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlViewController.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlViewController.m; sourceTree = ""; }; - E97716D3E37FCB503F0F6021923CF88E /* YYWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYWebImageManager.m; path = YYWebImage/YYWebImageManager.m; sourceTree = ""; }; - E99AB24F3B2913D2410969663494C479 /* SDImageFramePool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFramePool.m; path = SDWebImage/Private/SDImageFramePool.m; sourceTree = ""; }; - E9B2C06C987B4A6E04E58710FBC3E339 /* LLRulerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLRulerViewController.h; path = LLDebugTool/Core/Component/Ruler/UserInterface/LLRulerViewController.h; sourceTree = ""; }; - E9E9A8D313D4EA9E98CFC88D6D56F1F7 /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - E9FD69164CED3C5424496E386AA5CA8E /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - EA2215D9AD8C51079F9D11EC84FBAFBC /* QCloudGCDTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudGCDTimer.m; path = QCloudCore/Classes/Base/QCloudGCDTimer.m; sourceTree = ""; }; - EA259811A5E4EDBD31B8E485315ABC4E /* CALayer+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+YYWebImage.m"; path = "YYWebImage/Categories/CALayer+YYWebImage.m"; sourceTree = ""; }; - EA5A6EDB788A0DF426C2F16FAC9A0526 /* LLMagnifierInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierInfoView.m; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierInfoView.m; sourceTree = ""; }; + E901B9C738AF956C9180931598F4FEB9 /* TZPhotoPickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZPhotoPickerController.h; path = TZImagePickerController/TZImagePickerController/TZPhotoPickerController.h; sourceTree = ""; }; + E928A7A21957F25044AEE73FB937FF98 /* LLWidgetBorderViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorderViewController.h; path = LLDebugTool/Core/Component/WidgetBorder/UserInterface/LLWidgetBorderViewController.h; sourceTree = ""; }; + E92D6B8777F623D4628A72AFBEE0580B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + E92E5DE77FF4C26CDE7B128048D4F33C /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + E940C43AA8850DF05927005D873CDC3E /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; + E94D6FC6BBA7D624CBAFBB126FB748FA /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = ""; }; + E94D7E8F0CEA4BFEE83A48389709CA24 /* LLRouter+ShortCut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+ShortCut.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+ShortCut.h"; sourceTree = ""; }; + E9523D9C1AAA5B5FC5EB9D98665FA5F9 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; + E97481CE518EA377E317ABEC4EE5013F /* DZNEmptyDataSet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DZNEmptyDataSet.debug.xcconfig; sourceTree = ""; }; + E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SVProgressHUD; path = SVProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E990195FE6FBA70ADA34351E7CCD25EE /* NSString+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+AvoidCrash.m"; path = "AvoidCrash/NSString+AvoidCrash.m"; sourceTree = ""; }; + E9A5A165B179EBE3FE9C32B14DD72165 /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; + E9C29308D2DB77EED4561F7843AD0F35 /* LyricMachine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LyricMachine.swift; path = AgoraLyricsScore/Class/Lyrics/LyricMachine.swift; sourceTree = ""; }; + E9FF0088F28E000C1EF41D8841E8EEBD /* NSObject+QCloudModelTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+QCloudModelTool.h"; path = "QCloudCore/Classes/Base/QCLOUDObjectModel/NSObject+QCloudModelTool.h"; sourceTree = ""; }; + EA0A951B22D67057CE1241B0DEBD79B9 /* TZPhotoPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZPhotoPreviewController.h; path = TZImagePickerController/TZImagePickerController/TZPhotoPreviewController.h; sourceTree = ""; }; + EA184A82F3152227631410D822AB0BF9 /* FLAnimatedImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FLAnimatedImage.debug.xcconfig; sourceTree = ""; }; + EA3257F18D88B3479152A534CC03D1D6 /* SVGAPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAPlayer.m; path = Source/SVGAPlayer.m; sourceTree = ""; }; + EA42526185DBF14FF557C17EFC6FEE45 /* LLDebugTool.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LLDebugTool.release.xcconfig; sourceTree = ""; }; + EA5540D4FEE6D1EA5B223F8C191BE411 /* QGAnimatedImageDecodeConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGAnimatedImageDecodeConfig.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.m; sourceTree = ""; }; + EA562145F088130D09A2DC0531C52682 /* QCloudMultipartInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartInfo.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartInfo.h; sourceTree = ""; }; EA6822A288B04016AC43E4348FF67523 /* Pods-QXLiveDev.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-QXLiveDev.modulemap"; sourceTree = ""; }; - EA7074CE7972C5E11D452EB1B3FD9A81 /* OSSGetBucketInfoResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetBucketInfoResult.h; path = AliyunOSSSDK/OSSGetBucketInfoResult.h; sourceTree = ""; }; - EA78C5CB4CC328A89FAA412536E20940 /* OSSRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSRequest.m; path = AliyunOSSSDK/OSSRequest.m; sourceTree = ""; }; EA8D722501ED4C9433828EF23341D97D /* TUIImageMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageMessageCell.h; sourceTree = ""; }; - EAAC33A7F3159675ED218F9748204503 /* QCloudURLTools.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudURLTools.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/URLTools/QCloudURLTools.h; sourceTree = ""; }; + EA933E9BDAB876C3642193424A3E8038 /* LLScreenshotPreviewViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotPreviewViewController.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotPreviewViewController.m; sourceTree = ""; }; + EA97D6D47CDBA3214BCDB67EC8658594 /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; + EAC4B9514014658FE59B950F8526CB9A /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zip.h; path = Zip/minizip/include/zip.h; sourceTree = ""; }; + EAC6FA961FAE20CC2F4D997064233AD2 /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; EAC939BE9580C808FD4B6EE368DEC4FF /* TUIFoldListViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFoldListViewController_Minimalist.m; sourceTree = ""; }; - EAEAABB94450E749A25AF3707224E59B /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - EAFFA0142D3AF6787B89DBC210C2CA48 /* LLFunctionComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionComponent.m; path = LLDebugTool/Core/Others/Component/Function/LLFunctionComponent.m; sourceTree = ""; }; + EACCF2731A915ACFFC16715376DE4497 /* QCloudHeadObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHeadObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudHeadObjectRequest.h; sourceTree = ""; }; + EAD7F7FFDE469C7D163BB6F198F1ABC4 /* LLLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogModel.h; path = LLDebugTool/Core/Component/Log/Function/LLLogModel.h; sourceTree = ""; }; + EAF1982813F22D3AFEE6E15D05CC8689 /* LLComponentNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLComponentNavigationController.h; path = LLDebugTool/Core/Others/CommonUI/ViewController/ComponentNavigationController/LLComponentNavigationController.h; sourceTree = ""; }; + EAF27CC36050EEE5F549F0B8ABA44DBF /* QGMP4FrameHWDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4FrameHWDecoder.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.m; sourceTree = ""; }; EB08E8CA1E4221135BB492891A9FB339 /* TUIConversation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = TUIConversation.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EB169B301D75510AD8763578FC9D3620 /* UITextView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+RACSignalSupport.m"; path = "ReactiveObjC/UITextView+RACSignalSupport.m"; sourceTree = ""; }; - EB20D4AB990A5D5B4CA4725DD62E892B /* LLWidgetBorderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLWidgetBorderHelper.m; path = LLDebugTool/Core/Component/WidgetBorder/Function/LLWidgetBorderHelper.m; sourceTree = ""; }; - EB313BC7A26F886148DD5DBE4DF6B8AF /* LLScreenshotWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotWindow.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotWindow.m; sourceTree = ""; }; + EB28AF0B26B39010F91FB7363F105CB0 /* TAAnimatedDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TAAnimatedDotView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAnimatedDotView.h; sourceTree = ""; }; EB361C03E5B03DACCD2D1F7D15A19F8D /* TUIChatPopContextExtionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatPopContextExtionView.h; sourceTree = ""; }; - EB4D80265B18933ECC0B7D05844DD0D0 /* LLCrashComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashComponent.m; path = LLDebugTool/Core/Component/Crash/LLCrashComponent.m; sourceTree = ""; }; - EB51F8B2EA22886BB29FA17F417426A8 /* GPBUnknownFields+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "GPBUnknownFields+Additions.swift"; path = "objectivec/GPBUnknownFields+Additions.swift"; sourceTree = ""; }; - EB605D949037651D57725E2BED5B6196 /* UIColor+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIColor/UIColor+LL_Utils.m"; sourceTree = ""; }; - EB6632376F3502E2D9C6BF8ACC2E0A33 /* GPBMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBMessage.m; path = objectivec/GPBMessage.m; sourceTree = ""; }; - EB84278F9C240163984059166FE0EA11 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; - EBA00B33D07C2257E53459D1AA6DF78B /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; - EBBFFE545A4F4829A8AEFF12572DF506 /* YBIBImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageCell.h; path = YBImageBrowser/Image/YBIBImageCell.h; sourceTree = ""; }; - EBD0F5528D089B8DFC408C64AB16CF9A /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = ""; }; - EBDFCC8623E4DB819943C76047E711CA /* LLDebugTool.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LLDebugTool.debug.xcconfig; sourceTree = ""; }; + EB3E7EA8EA070546325E30D2E0EEE9B0 /* QCloudListMultipartRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudListMultipartRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudListMultipartRequest.h; sourceTree = ""; }; + EB55FBC34652AA048BC051EC6C0A7079 /* LLCrashComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashComponent.h; path = LLDebugTool/Core/Component/Crash/LLCrashComponent.h; sourceTree = ""; }; + EBCC568A47CE9C9F5670BDFD41F63268 /* LyricMachine+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "LyricMachine+Events.swift"; path = "AgoraLyricsScore/Class/Lyrics/LyricMachine+Events.swift"; sourceTree = ""; }; + EBDA5AB8107C6DC3B4C676CEBC5474A5 /* QCloudResponseSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudResponseSerializer.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/Serializer/QCloudResponseSerializer.h; sourceTree = ""; }; EBE41960EC4C02DE7507077364862A87 /* TUIChat-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TUIChat-dummy.m"; sourceTree = ""; }; - EBE5099CE237143C902B9F81A11DB6EE /* QCloudUploadPartCopyRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadPartCopyRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartCopyRequest.h; sourceTree = ""; }; - EC198EB887024871535BD7E9B8865685 /* MQTTMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTMessage.h; path = MQTTClient/MQTTClient/MQTTMessage.h; sourceTree = ""; }; - EC29EBA6A2189FCC642AE87C1864EB3C /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; - EC2B8510602804E6C25935647B94A846 /* NSArray+VAPUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+VAPUtil.h"; path = "iOS/QGVAPlayer/QGVAPlayer/Classes/Utils/Categorys/NSArray+VAPUtil.h"; sourceTree = ""; }; + EBED960BB656F5329B4E08E135E516CF /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + EBF4F463DBC12F0A9E4A31A31D77114F /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; + EC1D993A6EFD89A88FD3631223EBA7EE /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; EC4DB0C809E92AF61D96C49436DFE57B /* TUIFileMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileMessageCellData.m; sourceTree = ""; }; - EC4FF01339FA7AB1962A0244200963E7 /* LLCrashViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashViewController.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashViewController.h; sourceTree = ""; }; - EC66B56F74A65DE41BAF756857F9EA36 /* LLLocationHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLocationHelper.h; path = LLDebugTool/Core/Component/Location/Function/LLLocationHelper.h; sourceTree = ""; }; - EC8EDA2AD254FBD42815A4AF21830A39 /* sharpyuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sharpyuv_neon.c; path = sharpyuv/sharpyuv_neon.c; sourceTree = ""; }; - ECBBAB4283E101197919F9885D7896FF /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; - ECE6433E17E570A21A030F4F73E3CEAC /* GPBAny.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBAny.pbobjc.h; path = objectivec/GPBAny.pbobjc.h; sourceTree = ""; }; - ED253747B042E602D6C91CBDB8A3385B /* NSString+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+AvoidCrash.h"; path = "AvoidCrash/NSString+AvoidCrash.h"; sourceTree = ""; }; - ED3F60124D1F64BE9A869D5B5C500CD6 /* NSKeyedUnarchiver+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSKeyedUnarchiver+YYAdd.m"; path = "YYCategories/Foundation/NSKeyedUnarchiver+YYAdd.m"; sourceTree = ""; }; - ED69B92666F6F0383AFED29E18C4261A /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; + EC5A23E53C2E0BAD205828C3D86739A5 /* MQTTProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTProperties.m; path = MQTTClient/MQTTClient/MQTTProperties.m; sourceTree = ""; }; + EC7AC2863C2E1EE482D401EF39E9B87E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = SVProgressHUD/PrivacyInfo.xcprivacy; sourceTree = ""; }; + EC854ADAE48D1D721188899ECA252012 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + EC9AE304F605BFC61397FCEB5E5250EB /* TZVideoCropController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZVideoCropController.h; path = TZImagePickerController/TZImagePickerController/TZVideoCropController.h; sourceTree = ""; }; + ECC416085EB470C3FC1774652EC78EC2 /* XHLaunchAdImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdImageManager.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.h; sourceTree = ""; }; + ECC7E3806414E8CDF9683CA308C8B30E /* YYModel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-prefix.pch"; sourceTree = ""; }; + ECD2273CEEBDD3EF8989D22B28713CC2 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + ECEF019D5B4EE003757AFA91EB2A1970 /* UIGestureRecognizer+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+YYAdd.m"; path = "YYCategories/UIKit/UIGestureRecognizer+YYAdd.m"; sourceTree = ""; }; + ECEF27DF15E3170D4B372B98267D11C7 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; + ED134BF760F2BAF34017944F43DF474B /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; + ED5D5E418E73967DEC1A6C310EAEA7D0 /* OSSPutSymlinkRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSPutSymlinkRequest.h; path = AliyunOSSSDK/OSSPutSymlinkRequest.h; sourceTree = ""; }; ED739D2EA31730B9C469B5913E6EC5D1 /* TUIMemberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMemberCell.h; sourceTree = ""; }; - ED860B060332BFFC3AE2F067A2DC9DF0 /* BRPickerAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerAlertView.h; path = BRPickerView/Core/BRPickerAlertView.h; sourceTree = ""; }; - EDC3AB439C39A211DAE08F7749D129AC /* LLWindowManager+Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Network.m"; path = "LLDebugTool/Core/Component/Network/UserInterface/LLWindowManager+Network.m"; sourceTree = ""; }; - EDD1CB209F65EDFF312B9A803F98DE95 /* QCloudHttpMetrics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHttpMetrics.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudHttpMetrics.m; sourceTree = ""; }; - EDF8C14ADC3F4CF3EB333A7111631C51 /* YYModel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYModel-Info.plist"; sourceTree = ""; }; - EE016A33A5E237BFB4665F4F038B0B17 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - EE05DB23F7D5BD758A4F27F73F739ED6 /* AliyunOSSiOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AliyunOSSiOS.modulemap; sourceTree = ""; }; - EE1088E943CE4EEB071B855ED0AB96FE /* LLLogDetailViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogDetailViewController.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogDetailViewController.h; sourceTree = ""; }; - EE18F9EB151526E3C07397A9E807D8E4 /* LLCrashModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashModel.h; path = LLDebugTool/Core/Component/Crash/Function/LLCrashModel.h; sourceTree = ""; }; - EE43C496351E428193836DDC7DAF36AC /* QCloudHosts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHosts.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudHosts.m; sourceTree = ""; }; - EE6091647D1C566C87CC7254162D681B /* OSSReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSReachability.h; path = AliyunOSSSDK/OSSFileLog/OSSReachability.h; sourceTree = ""; }; - EE7DC835BDA49D199852711EC4553B8A /* LLSandboxTextPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxTextPreviewController.m; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxTextPreviewController.m; sourceTree = ""; }; - EE85F27CFD896739228842096D35188F /* LLProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLProxy.m; path = LLDebugTool/Core/Others/Proxy/LLProxy.m; sourceTree = ""; }; - EE89A6EA0D5F935FF1E4B4D39E928AC5 /* aos_crc64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aos_crc64.c; path = AliyunOSSSDK/aos_crc64.c; sourceTree = ""; }; + ED766CA2666C3BBEC9616FFC2ABA8C18 /* LLFunctionItemContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionItemContainerView.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemContainerView.m; sourceTree = ""; }; + EDFF70D5DF3EE77F33FEDB076C12ED20 /* AgoraRtcEngine_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_iOS.release.xcconfig; sourceTree = ""; }; + EE028D213D6641F079D1CDC4975B0964 /* UISwitch+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+RACSignalSupport.h"; path = "ReactiveObjC/UISwitch+RACSignalSupport.h"; sourceTree = ""; }; + EE0EFEA3DA2F3B244CB52405CA750729 /* LLFilterEventView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterEventView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterEventView.h; sourceTree = ""; }; + EE2A80FCCE5C36E7E67E66147C9F9A33 /* QCloudCompleteMultipartUploadInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCompleteMultipartUploadInfo.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudCompleteMultipartUploadInfo.m; sourceTree = ""; }; + EE3FF91322653A907A0696411E138F9D /* XHLaunchAdView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdView.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdView.h; sourceTree = ""; }; + EE5B7DE18A5FF62E205DD4087197F719 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; EE8DB31B041B11EA309F0CC4C6B3F6F3 /* TUIChatExtensionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatExtensionObserver.h; sourceTree = ""; }; - EE8DD1631CED20D33D65CF1D7410FD17 /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; - EEBED63C0D1C6DC8A8016BDC8797240E /* SVGAImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAImageView.m; path = Source/SVGAImageView.m; sourceTree = ""; }; + EE8FB5CF307730B5DD29A98EFA636352 /* MQTTCFSocketDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketDecoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.m; sourceTree = ""; }; + EEB3A234C9591D1849B45C6AC34893C3 /* CLLocationManager+LL_Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CLLocationManager+LL_Location.m"; path = "LLDebugTool/Core/Component/Location/Function/CLLocationManager/CLLocationManager+LL_Location.m"; sourceTree = ""; }; + EEBCB567E77EFBC01B50D635BDEB15BF /* UIActionSheet+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActionSheet+RACSignalSupport.h"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.h"; sourceTree = ""; }; + EEC101C476DDA90F5D931FEBBC4CF0BD /* UIGestureRecognizer+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+RACSignalSupport.h"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.h"; sourceTree = ""; }; EED6A24B5F0A0825CE50F1995DE40B3A /* TUIInputBar_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIInputBar_Minimalist.h; sourceTree = ""; }; - EEDFB1859D92A1C8BAE471FFE88FE3E2 /* AlipaySDK-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AlipaySDK-iOS.debug.xcconfig"; sourceTree = ""; }; - EEE5459E155526DC93D8227F979698F9 /* SVGAAudioLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAAudioLayer.m; path = Source/SVGAAudioLayer.m; sourceTree = ""; }; - EEEC6F5B7A994FE6A18E789BF0CD0ADE /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; - EF1815A55EB691FEA620B8DC19152869 /* LLAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAnnotation.h; path = LLDebugTool/Core/Component/Location/UserInterface/LLAnnotation.h; sourceTree = ""; }; - EF2443999210E3224CA08A2708F3C289 /* YBIBImageCell+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YBIBImageCell+Internal.h"; path = "YBImageBrowser/Image/YBIBImageCell+Internal.h"; sourceTree = ""; }; - EF4E32640150F200E41FBF0CA7EDF0E2 /* OSSDeleteMultipleObjectsRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteMultipleObjectsRequest.h; path = AliyunOSSSDK/OSSDeleteMultipleObjectsRequest.h; sourceTree = ""; }; - EF5C2676A38389D598A3D54F2B114464 /* NSNotificationCenter+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+YYAdd.m"; path = "YYCategories/Foundation/NSNotificationCenter+YYAdd.m"; sourceTree = ""; }; - EF5F21B0EC41988D0A2186EFD3843326 /* LLLogWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogWindow.m; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogWindow.m; sourceTree = ""; }; - EF7AA64092BF7E400C6F8FDF6A189D50 /* MQTTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTTransport.m; path = MQTTClient/MQTTClient/MQTTTransport.m; sourceTree = ""; }; - EF8AFD9D3F89C4C873F22404656CF56A /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; - EF92451F14AB433813C2B79BB991ED8D /* NSDate+QCloudComapre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+QCloudComapre.h"; path = "QCloudCore/Classes/Base/DateTools/NSDate+QCloudComapre.h"; sourceTree = ""; }; - EF93B3640C08C144E0F52756EA96E8D3 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - EF94E42A71EF4BB4F94BCCC59FFDC67F /* LLScreenshotHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotHelper.m; path = LLDebugTool/Core/Component/Screenshot/Function/LLScreenshotHelper.m; sourceTree = ""; }; - EFAC5EB3D12F2A178A8DE0F6B3B4A459 /* GCDTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDTimer.h; path = MQTTClient/MQTTClient/GCDTimer.h; sourceTree = ""; }; - EFC41CE30D06937C22B7E27C45B27871 /* KaraokeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KaraokeView.swift; path = AgoraLyricsScore/Class/KaraokeView.swift; sourceTree = ""; }; - EFDD11B1942A5E083A3D061C40A52985 /* ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist"; sourceTree = ""; }; + EEE9CF870112CBC84A75EFE196024391 /* LLLogHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLogHelper.m; path = LLDebugTool/Core/Component/Log/Function/LLLogHelper.m; sourceTree = ""; }; + EF29AF47A73E2C0BB3A5C09B3D13FF6F /* NSObject+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYAdd.m"; path = "YYCategories/Foundation/NSObject+YYAdd.m"; sourceTree = ""; }; + EF2EC716609EDE0E37C7587DD83EDF53 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; + EF3997FC5B0EA89708157C5D116B7685 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + EF490EE9448C9D99CAB828FBC62E4129 /* TADotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TADotView.h; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TADotView.h; sourceTree = ""; }; + EF50A8DB07F7A57FE0498288C2E2BEBE /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; + EF5336613FAB00950756F8EF070E1EC3 /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; EFE9FBC8AF21EE2EC58B8D593E34DCCA /* TUIChatConfig_Classic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIChatConfig_Classic.h; sourceTree = ""; }; - EFF85A1204CF96BC0A1D721E19FB41E8 /* QCloudUniversalPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudUniversalPath.m; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPath.m; sourceTree = ""; }; - F009AC257668424C615751C2506B3977 /* LLNetworkComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkComponent.m; path = LLDebugTool/Core/Component/Network/LLNetworkComponent.m; sourceTree = ""; }; + EFEA67CE260D14F81E01DECA1062CD92 /* Svga.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Svga.pbobjc.h; path = Source/pbobjc/Svga.pbobjc.h; sourceTree = ""; }; F00D49623A9DB6BF88121D1D25391F36 /* TUIChat */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TUIChat; path = TUIChat.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F014CF6E9AC36DF1BD11D71E1CA51E3A /* TUIReferenceMessageCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReferenceMessageCell_Minimalist.h; sourceTree = ""; }; - F01E1F08282F3394FD18192811AC5C49 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - F0257AE55D55EF4A62C2C9C57A1DD59C /* LLWindowManager+Html.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Html.m"; path = "LLDebugTool/Core/Component/Html/UserInterface/LLWindowManager+Html.m"; sourceTree = ""; }; + F01B9DD6936CA9D299ABD2313E1EEE66 /* YBIBVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBVideoView.m; path = Video/YBIBVideoView.m; sourceTree = ""; }; F025B9C3846DE7CDEB581BE526815DBE /* TUIChat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TUIChat.debug.xcconfig; sourceTree = ""; }; - F0351BD5F213FBC346E2339F8043EEA4 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; - F04970F3062613CE53F3F40284480EAE /* YYImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYImage.h; path = YYImage/YYImage.h; sourceTree = ""; }; - F04A5F532E257E759188C8E6601BE06B /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; - F04CF9EF12EF7BB8300A657B6133FD01 /* IQKeyboardManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManager-dummy.m"; sourceTree = ""; }; - F058E186A9B1E7A156E129CA182B1BC4 /* YYCache-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYCache-Info.plist"; sourceTree = ""; }; + F0486C69BFE4CACAF988FA09380373C6 /* QCloudGetObjectRequest+Custom.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudGetObjectRequest+Custom.h"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest+Custom.h"; sourceTree = ""; }; F05D544BFAD6DEB17A077304C93B769B /* TUIGroupNoticeDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupNoticeDataProvider.h; sourceTree = ""; }; - F0702474156FAB94A2529B7D779D0F44 /* QCloudHTTPRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequestDelegate.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequestDelegate.h; sourceTree = ""; }; - F08DF978703E06D1D38711DEEC2B625F /* OSSURLRequestRetryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSURLRequestRetryHandler.h; path = AliyunOSSSDK/OSSURLRequestRetryHandler.h; sourceTree = ""; }; + F08D98A5664DA0C8A6662E6AC2AB391F /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + F091C627D77278D1BBF0C7E9AAC57556 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; F099CABCF077B9E89AF98C6B90C82F38 /* TUIReplyPreviewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIReplyPreviewData.h; sourceTree = ""; }; F0A524978AB3CFE61AA5CFF81EDB42CD /* TUIChatCallingDataProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatCallingDataProvider.m; sourceTree = ""; }; - F0AA041A13B213C33E04A62038E6212E /* YYTextEffectWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextEffectWindow.m; path = YYText/Component/YYTextEffectWindow.m; sourceTree = ""; }; - F0AD291BD2180AE0EEB6B5E15812E68F /* YBIBImageData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBImageData.h; path = YBImageBrowser/Image/YBIBImageData.h; sourceTree = ""; }; - F0ADA66445721AE5087E8E87CCCE5940 /* QCloudNetworkingAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudNetworkingAPI.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/API/QCloudNetworkingAPI.h; sourceTree = ""; }; - F0DBC4CCC06B3923039F6C794F6CF1A6 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; - F0DF13AE6AA0FAE9BB59FDD5F4A6F9AF /* Minizip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Minizip.h; path = Zip/minizip/include/Minizip.h; sourceTree = ""; }; - F0E672C03917739DF51EEFBC4528E5E9 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - F0EE9EA288C0E4AB8E7DC82868ED94B6 /* YYTextSelectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextSelectionView.m; path = YYText/Component/YYTextSelectionView.m; sourceTree = ""; }; + F0C8D4F42EF4F7182578706AB456FD16 /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; + F0E904B6D93CD6F33E56B58B1C7FB4E6 /* LLEntryViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEntryViewController.m; path = LLDebugTool/Core/Others/CommonUI/Window/EntryWindow/LLEntryViewController.m; sourceTree = ""; }; F1081D72699581714977A28594C061DA /* TUIFileReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIFileReplyQuoteViewData.m; sourceTree = ""; }; - F117D94CCC6911AB906A6757E7290E6A /* YYImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYImage.debug.xcconfig; sourceTree = ""; }; - F12200647DF4175E456B21DAFBCDDBF8 /* ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist"; sourceTree = ""; }; + F10ACC4823D75B0C5FD7FF9EA70FD660 /* OSSGetBucketInfoResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetBucketInfoResult.m; path = AliyunOSSSDK/OSSGetBucketInfoResult.m; sourceTree = ""; }; + F11AE16B9B20AEE75F546D0B9709A30D /* QCloudCustomLoggerOutput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomLoggerOutput.h; path = QCloudCore/Classes/Base/Logger/QCloudCustomLoggerOutput.h; sourceTree = ""; }; + F123B49606368177950EE1EFD97BB7D0 /* YYFrameImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYFrameImage.h; path = YYImage/YYFrameImage.h; sourceTree = ""; }; + F12591D44F96B8D83972F948A9B958B2 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; F12E37CD50A416455E5182803128EF91 /* TUIOrderCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIOrderCell.m; sourceTree = ""; }; - F12F3F34A7DE95B22A6457237D49AE54 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; - F13A129258E41B3295F00EFE8D23CCD3 /* UIBarButtonItem+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+RACCommandSupport.m"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.m"; sourceTree = ""; }; - F13F34A3737416B4D351BFA90163B681 /* YYTextKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextKeyboardManager.m; path = YYText/Component/YYTextKeyboardManager.m; sourceTree = ""; }; - F13FE25C055C994285E63FB9F737E571 /* OSSUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSUtil.m; path = AliyunOSSSDK/OSSUtil.m; sourceTree = ""; }; - F151C770BFB3BBC0A554E6D2997E8742 /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; - F15F91872233EE8EE0F3E443277151FD /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - F16D84E1CE2EB0590049C86CD5FF0ADE /* QCloudUploadObjectResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadObjectResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadObjectResult.h; sourceTree = ""; }; + F133A22A3129C12D0D4C71FC8C65893E /* FMDB.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FMDB.modulemap; sourceTree = ""; }; + F14DA0DFF5D6BDA02AB26D3D07DE5CF8 /* OSSPutSymlinkRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutSymlinkRequest.m; path = AliyunOSSSDK/OSSPutSymlinkRequest.m; sourceTree = ""; }; + F16463EC20C6B909471DC2F9357F2A7C /* LLMagnifierView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierView.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierView.h; sourceTree = ""; }; + F166E4B2CE1F96555CA74D4A80CBBB84 /* SVGAVideoEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVideoEntity.m; path = Source/SVGAVideoEntity.m; sourceTree = ""; }; + F18893B3E8895B53059F181D192BD13D /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; F191B112D9A647ADDE823C7B989E1DAE /* TUICaptureVideoPreviewView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUICaptureVideoPreviewView.h; sourceTree = ""; }; - F19844E57C069F103596F7D39BD46525 /* QGVAPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPlayer.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPlayer.h; sourceTree = ""; }; F1A4111F17FF72D844D2BAA264E4F805 /* TUISecondConfirm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUISecondConfirm.h; sourceTree = ""; }; - F1A541AEECDD4A5D89130BB48241344A /* QGMP4Parser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4Parser.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.m; sourceTree = ""; }; - F1AFDF65630C82C9602A85EC64FA9479 /* TZAssetModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZAssetModel.h; path = TZImagePickerController/TZImagePickerController/TZAssetModel.h; sourceTree = ""; }; - F1B7927F6989CFB987810F4C0B4BF875 /* LLCrashWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrashWindow.h; path = LLDebugTool/Core/Component/Crash/UserInterface/LLCrashWindow.h; sourceTree = ""; }; + F1CC2C56E52BB17858416D2F493CADFC /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities_PackagePrivate.h; path = objectivec/GPBUtilities_PackagePrivate.h; sourceTree = ""; }; + F1E9D6E2578ADE1C485F97FF59CB0174 /* XHLaunchAdConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAdConfiguration.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.m; sourceTree = ""; }; F1EEED01BE9023F1C663EE34510B3880 /* TUIConfig_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIConfig_Minimalist.m; sourceTree = ""; }; - F1FF064C40D7D723E9880B09ED29008D /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - F204C8E9145F57163F6EE85A499EA11A /* aos_crc64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aos_crc64.h; path = AliyunOSSSDK/aos_crc64.h; sourceTree = ""; }; - F213F69EA7F5CBCD3F22BDCFC5408A46 /* QGMP4FrameHWDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4FrameHWDecoder.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.m; sourceTree = ""; }; + F1F0A680F75CADFC81879D41BE6928C4 /* YYTextMagnifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextMagnifier.m; path = YYText/Component/YYTextMagnifier.m; sourceTree = ""; }; + F1FA19CD6FEEBB4C9AB7DDF584689C07 /* LLLogWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLLogWindow.h; path = LLDebugTool/Core/Component/Log/UserInterface/LLLogWindow.h; sourceTree = ""; }; F21C50FB7018219CC9E26F2802E81D76 /* TUIBubbleMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIBubbleMessageCell_Minimalist.m; sourceTree = ""; }; - F22ED9F84F9FF9D560A293ECEF669F61 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - F252254B87C079885B1E5BCD33FD7953 /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; - F25A23DB19B57F2B620D4342E3BC4F17 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; - F28FCFD7EF813D25B30D12F7E698FB24 /* LLAppInfoWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoWindow.h; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoWindow.h; sourceTree = ""; }; - F2AC53F6F4586A35D3FFFF1BDB6D871E /* OSSDeleteMultipleObjectsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSDeleteMultipleObjectsResult.h; path = AliyunOSSSDK/OSSDeleteMultipleObjectsResult.h; sourceTree = ""; }; - F2B65964423B4DEC94B009452F7A3F1B /* ScoringMachine+DataHandle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ScoringMachine+DataHandle.swift"; path = "AgoraLyricsScore/Class/Scoring/ScoringMachine/ScoringMachine+DataHandle.swift"; sourceTree = ""; }; - F2BAC07911A34060DCC9F62FEEA390BF /* UIView+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+YYText.h"; path = "YYText/Utility/UIView+YYText.h"; sourceTree = ""; }; - F2CA35F782DD82F3F4E47B1C834CB783 /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; - F2D15662858FD437C6A400E9069E0C17 /* YBImageBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YBImageBrowser-umbrella.h"; sourceTree = ""; }; - F2DC47CB9B03DC306718A9641398E670 /* QCloudCOSXMLEndPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLEndPoint.h; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLEndPoint.h; sourceTree = ""; }; - F2DDDFC9373673CC8F43300A99610530 /* PitchParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PitchParser.swift; path = AgoraLyricsScore/Class/Other/PitchParser.swift; sourceTree = ""; }; + F21D9B8F1BE8D0CCB4079315F2078157 /* NSArray+AvoidCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+AvoidCrash.h"; path = "AvoidCrash/NSArray+AvoidCrash.h"; sourceTree = ""; }; + F236934325C926F36C29814A33EA6672 /* LLConfigHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLConfigHelper.h; path = LLDebugTool/Core/Others/ConfigHelper/LLConfigHelper.h; sourceTree = ""; }; + F2399B217D1DA8B3B486221F94BB0268 /* QGMP4AnimatedImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4AnimatedImageFrame.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.m; sourceTree = ""; }; + F24D50D5054775FCD4CC991D70BBF5EE /* mz_strm_zlib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_zlib.c; path = SSZipArchive/minizip/mz_strm_zlib.c; sourceTree = ""; }; + F2719276D5F8E6050D5AEEB244C988A2 /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/include/ZipArchive.h; sourceTree = ""; }; + F2D0973163C3BC0E04030F0204D70899 /* QGHWDShaderTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDShaderTypes.h; path = iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDShaderTypes.h; sourceTree = ""; }; + F2D381FD82F37859C19392018626EB67 /* YBImageBrowserDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBImageBrowserDelegate.h; path = YBImageBrowser/Protocol/YBImageBrowserDelegate.h; sourceTree = ""; }; + F2DE85BEB62CB1E664383CFA3372D439 /* ReconnectTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReconnectTimer.h; path = MQTTClient/MQTTClient/ReconnectTimer.h; sourceTree = ""; }; F2E04D11B4BC39BF25952C1A11B98A52 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = Resources/PrivacyInfo.xcprivacy; sourceTree = ""; }; - F2FA8749876555B817646E49DEB0FBBE /* QCloudGetObjectRequest+Custom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudGetObjectRequest+Custom.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudGetObjectRequest+Custom.m"; sourceTree = ""; }; - F3238A7705973F5D24304E387D6646F4 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + F32768069F5DA46163A023C06D1B50F7 /* MQTTSSLSecurityPolicyDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyDecoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.h; sourceTree = ""; }; + F3293ECB8DF9D5560AC1002013C326FA /* OSSV1Signer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSV1Signer.m; path = AliyunOSSSDK/Signer/OSSV1Signer.m; sourceTree = ""; }; + F3388427B1219A13E70BB1911A963EC6 /* NSURLSessionConfiguration+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSessionConfiguration+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSessionConfiguration/NSURLSessionConfiguration+LL_Network.m"; sourceTree = ""; }; F34ED37CCCFB96877F7C3DB719E3B5B8 /* UIView+TUILayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+TUILayout.m"; sourceTree = ""; }; - F3739706ADBC95382D973991D343B376 /* Bugly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Bugly.release.xcconfig; sourceTree = ""; }; + F357413C983B0DA4D8B26A80EEC13EC0 /* MQTTClient.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MQTTClient.modulemap; sourceTree = ""; }; + F35B964E6D774DDAA7EFAFE6CED776A2 /* AgoraLyricsScore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AgoraLyricsScore.modulemap; sourceTree = ""; }; + F369CEF7E4936F7E8F33B2BE87C732A9 /* LLNoneCopyTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNoneCopyTextField.m; path = LLDebugTool/Core/Others/CommonUI/View/NoneCopyTextField/LLNoneCopyTextField.m; sourceTree = ""; }; + F37A1F6EA1DE273EF7A9BA89A75DD157 /* MQTTStrict.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTStrict.h; path = MQTTClient/MQTTClient/MQTTStrict.h; sourceTree = ""; }; + F381FEF639F504A25D7B83056FB61DA1 /* LLMagnifierWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifierWindow.h; path = LLDebugTool/Core/Component/Magnifier/UserInterface/LLMagnifierWindow.h; sourceTree = ""; }; F386B586F40CECF14B9D7FD3C6A1BC9C /* TUIEmojiMeditorProtocolProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIEmojiMeditorProtocolProvider.m; sourceTree = ""; }; + F38B9E150F9EE1FBCA9BA2778098A272 /* UITableViewCell+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.m"; sourceTree = ""; }; + F38CE2786445A8BB23FBBC0BC3A09170 /* sharpyuv_csp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sharpyuv_csp.h; path = sharpyuv/sharpyuv_csp.h; sourceTree = ""; }; + F38E3D1D319A183438B679D041174FB1 /* UIBarButtonItem+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+RACCommandSupport.m"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.m"; sourceTree = ""; }; + F38EE928DDDB4EF3B8F17076943B4294 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; F39FB78955E98B67315B93BAD487EA3D /* TUIVideoCollectionCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoCollectionCell_Minimalist.h; sourceTree = ""; }; - F3A7D09DD3FE09844CADECC5ED7EB147 /* OSSGetObjectTaggingResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetObjectTaggingResult.h; path = AliyunOSSSDK/OSSGetObjectTaggingResult.h; sourceTree = ""; }; - F3ACCE4A9824FD6D2834081E621B653D /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; + F3B4072F36F7257184D4F36695D90550 /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; F3BF8AEF59CB21D843D0550C284FBED5 /* TUIImageCollectionCell_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIImageCollectionCell_Minimalist.h; sourceTree = ""; }; - F3BFBA7BD94C931B80A10837F5F4A10A /* UIResponder+LL_Utils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIResponder+LL_Utils.m"; path = "LLDebugTool/Core/Others/Category/UIResponder/UIResponder+LL_Utils.m"; sourceTree = ""; }; - F3C26B5FE38E1E91BCCB9B5BE6270886 /* LLRouter+Screenshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+Screenshot.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+Screenshot.m"; sourceTree = ""; }; - F3C4F65C4B3175EE439B83B4E00B7FFC /* LLFilterLabelCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterLabelCell.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelCell.m; sourceTree = ""; }; - F3EC070A45B19821425FB4FC62B2B342 /* TZImageRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TZImageRequestOperation.h; path = TZImagePickerController/TZImagePickerController/TZImageRequestOperation.h; sourceTree = ""; }; + F3C9D18D3EE2FAA5AFB2542B90E246A4 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + F3C9F13F9DE77F1CAD1AF4548994CE91 /* QCloudMultipartUploadOwner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartUploadOwner.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadOwner.h; sourceTree = ""; }; + F3F3DFC57C90F5D31076EC0506FDB8BD /* QCloudService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudService.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudService.m; sourceTree = ""; }; + F3FAE829E1F1C5678680A83A0B6AD93C /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; F4077AC83D41ACA6D4A53F6E2411189C /* TUIEvaluationCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIEvaluationCell_Minimalist.m; sourceTree = ""; }; - F41DC36374C12FD0B41A9BD33F9A414F /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; + F40E7C6B42D6860F5D1D107FDE7308CC /* LLCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLCrash.h; path = LLDebugTool/Core/Component/Crash/LLCrash.h; sourceTree = ""; }; + F40F2FBACA8548B0550E541971E248A1 /* YYCategories-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCategories-dummy.m"; sourceTree = ""; }; F422FF5E8289A7F608A9000EB557C218 /* TIMCommon.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TIMCommon.bundle; path = Resources/TIMCommon.bundle; sourceTree = ""; }; - F431D2A564F4F18F222226A9471AB5EB /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = Zip/minizip/include/ioapi.h; sourceTree = ""; }; - F44BA258755276F28D07763771D72A11 /* QCloudMultipartInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudMultipartInfo.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartInfo.h; sourceTree = ""; }; - F44EE9216564BDC2AFAFA74D91F767A6 /* QCloudUniversalPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUniversalPath.h; path = QCloudCore/Classes/Base/PathUtilities/QCloudUniversalPath.h; sourceTree = ""; }; - F45376A94E516AF1D7060549269A6A5A /* OSSIPv6PrefixResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSIPv6PrefixResolver.h; path = AliyunOSSSDK/OSSIPv6/OSSIPv6PrefixResolver.h; sourceTree = ""; }; - F45A4E627872ED9122F86308D2FE0D02 /* MQTTSessionSynchron.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionSynchron.h; path = MQTTClient/MQTTClient/MQTTSessionSynchron.h; sourceTree = ""; }; - F461F4FAC8BB19506C6E56A2D8F8EAD1 /* LLScreenshotImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLScreenshotImageView.h; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotImageView.h; sourceTree = ""; }; - F470A925C5094BD40B4014B0102B5721 /* QCloudPutObjectCopyRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudPutObjectCopyRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectCopyRequest.m; sourceTree = ""; }; - F4863A97544D4F1132BE48855070A653 /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-SDWebImage-SDWebImage-Info.plist"; sourceTree = ""; }; - F4BFE503E4A73ED6B5425D791B013C99 /* OSSRestoreObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSRestoreObjectRequest.h; path = AliyunOSSSDK/OSSRestoreObjectRequest.h; sourceTree = ""; }; - F4C56853B389CB4CC1EE2AFC7D9EB23C /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - F4D3CF3A5AC1C97E056709D5B1B5C06E /* QCloudCustomLoggerOutput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCustomLoggerOutput.h; path = QCloudCore/Classes/Base/Logger/QCloudCustomLoggerOutput.h; sourceTree = ""; }; - F4D5EF3E9841636963E4EDDCDF6187F1 /* TZImagePickerController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TZImagePickerController-umbrella.h"; sourceTree = ""; }; - F4FFF0FF6448B5F686F6A48ABCC817D9 /* LLSettingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSettingManager.m; path = LLDebugTool/Core/Others/Manager/SettingManager/LLSettingManager.m; sourceTree = ""; }; - F500827AAC3CB2AC9F44844805366550 /* SDCycleScrollView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDCycleScrollView.debug.xcconfig; sourceTree = ""; }; - F51481CE626E7B7B928CD7CF0704F580 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - F53F4D257FEC7DD3D89E1F3C3FA96244 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; - F56497042AE613CAC039F1626388B075 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + F4286ABAFA4E942EADCC8DB22FAF8862 /* LLUITableViewLongPressGestureRecognizerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLUITableViewLongPressGestureRecognizerDelegate.h; path = LLDebugTool/Core/Others/CommonUI/View/SubTitleTableViewCell/LLUITableViewLongPressGestureRecognizerDelegate.h; sourceTree = ""; }; + F432D96B799CC72838919CE892E1A554 /* QCloudSupervisoryRecord.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudSupervisoryRecord.h; path = QCloudCore/Classes/Base/Supervisory/QCloudSupervisoryRecord.h; sourceTree = ""; }; + F43E2FD45EB0DCC5E3AF08F10ABD9459 /* IQTitleBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTitleBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.m; sourceTree = ""; }; + F43FA7573338A5A32E8A4A4F2900F22C /* GPBCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedInputStream.m; path = objectivec/GPBCodedInputStream.m; sourceTree = ""; }; + F46B2E148B77B63C0876C11D11D32694 /* QCloudLoggerOutput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLoggerOutput.h; path = QCloudCore/Classes/Base/Logger/QCloudLoggerOutput.h; sourceTree = ""; }; + F4AD17C64ED25590508A8A8B0C13E7C7 /* SVGAVideoSpriteEntity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAVideoSpriteEntity.m; path = Source/SVGAVideoSpriteEntity.m; sourceTree = ""; }; + F4B4AB50DF3D7532AC630B88623036E9 /* LLLocationViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLLocationViewController.m; path = LLDebugTool/Core/Component/Location/UserInterface/LLLocationViewController.m; sourceTree = ""; }; + F52A6A5DFBDBAED6167F14D94A8D8877 /* Zip.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Zip.debug.xcconfig; sourceTree = ""; }; + F53329D53C6BEB8B8E304D0ED1218F3A /* GPBTimestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBTimestamp.pbobjc.h; path = objectivec/GPBTimestamp.pbobjc.h; sourceTree = ""; }; + F538FC6F3606AF41BAAF78F7B9DA3ACD /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; + F548E5268DC2BEC00758175E5815F1DC /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; + F549521EF7FDFE4C3819C6A7D3F87851 /* YYTextEffectWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextEffectWindow.m; path = YYText/Component/YYTextEffectWindow.m; sourceTree = ""; }; F56972CA515823DC35C83AFBC7CC559D /* TUIBaseMessageController+ProtectedAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TUIBaseMessageController+ProtectedAPI.h"; sourceTree = ""; }; - F5894517989EB369276CA7F97CC83FC6 /* QCloudCOSXMLService+Transfer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudCOSXMLService+Transfer.m"; path = "QCloudCOSXML/Classes/Transfer/QCloudCOSXMLService+Transfer.m"; sourceTree = ""; }; - F58EDA48BD1EE499F6329173868A906C /* LLMagnifierComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMagnifierComponent.m; path = LLDebugTool/Core/Component/Magnifier/LLMagnifierComponent.m; sourceTree = ""; }; - F58FF61B5A735120E41ED0DF5DB13E37 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; - F5C402199A7C19DB70EF6165CC811725 /* LLFilterLabelModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterLabelModel.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterLabelModel.h; sourceTree = ""; }; - F5F5F218E51C83DB84A07324371BD32B /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; - F61D1EE4A2BD6425C80377815250D878 /* QCloudInitiateMultipartUploadResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudInitiateMultipartUploadResult.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudInitiateMultipartUploadResult.m; sourceTree = ""; }; - F61F788776C5F5D0C1B9B660F9A919DB /* QCloudCompleteMultipartUploadRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCompleteMultipartUploadRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCompleteMultipartUploadRequest.m; sourceTree = ""; }; - F633B22245CDEE9BF987758E3B74BC62 /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = AgoraLyricsScore/Class/Other/Extensions.swift; sourceTree = ""; }; - F64616BA34683CC79280A13D2EE0FBA6 /* Empty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = objectivec/google/protobuf/Empty.pbobjc.h; sourceTree = ""; }; - F65463BD2CA100D855096EC0BC53C922 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; + F56AE7C81B3066B265FF31A22AD52602 /* LLScreenshotViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotViewController.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotViewController.m; sourceTree = ""; }; + F584B9C50813ADC46D07A6EE1AF45158 /* LLScreenshotBaseOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLScreenshotBaseOperation.m; path = LLDebugTool/Core/Component/Screenshot/UserInterface/LLScreenshotBaseOperation.m; sourceTree = ""; }; + F596D796719EC8D458B1C0F20F033A48 /* LLFilterOtherView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterOtherView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterOtherView.h; sourceTree = ""; }; + F5A452996EBAC83EC6216DE43DCE0F0A /* OSSGetBucketInfoRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetBucketInfoRequest.m; path = AliyunOSSSDK/OSSGetBucketInfoRequest.m; sourceTree = ""; }; + F5C637B450878EC0105E357CBE570977 /* NSObject+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYAdd.h"; path = "YYCategories/Foundation/NSObject+YYAdd.h"; sourceTree = ""; }; + F5CB0B35EFD0825233B0C548A5965810 /* LLWindowManager+Ruler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Ruler.m"; path = "LLDebugTool/Core/Component/Ruler/UserInterface/LLWindowManager+Ruler.m"; sourceTree = ""; }; + F5D58573E1E80913E8D7CE1F45409FA6 /* LLWindowManager+Ruler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Ruler.h"; path = "LLDebugTool/Core/Component/Ruler/UserInterface/LLWindowManager+Ruler.h"; sourceTree = ""; }; + F5EF0C604AF260E679CF3C1B230E9867 /* QCloudRequestData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudRequestData.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudRequestData.h; sourceTree = ""; }; + F61123318417E20709B68DA488ADB726 /* QCloudEncryt.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = QCloudEncryt.mm; path = QCloudCore/Classes/Base/Logger/Encryt/QCloudEncryt.mm; sourceTree = ""; }; + F64BB8A9109FB48902997772579E88C2 /* QCloudAuthentationV4Creator.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = QCloudAuthentationV4Creator.mm; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudAuthentationV4Creator.mm; sourceTree = ""; }; F65B7539720919DF74D8EAEA5FDFABFA /* TUIC2CChatViewController_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIC2CChatViewController_Minimalist.m; sourceTree = ""; }; F65FCF6C53BCD8ACB2C35DAD514DA78C /* TUIFoldConversationListDataProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFoldConversationListDataProvider.h; sourceTree = ""; }; - F668719FAAD4F0CA9C2A742EF2C74763 /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; + F6889DAF4814F2E7CC67BA61338D46DF /* YYWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYWebImageManager.h; path = YYWebImage/YYWebImageManager.h; sourceTree = ""; }; F68CD5BD0D95502D7B9F4755DCBFD002 /* TUIMovieManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMovieManager.h; sourceTree = ""; }; - F6BA536F83EE19990C5ADB308021ACB8 /* JXPagerSmoothView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerSmoothView.m; path = Sources/JXPagerView/JXPagerSmoothView.m; sourceTree = ""; }; - F6C2D9118926E9DDF9259C614E34F096 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - F6C4A98C4C710857DAA95E235C7EFC13 /* QCloudInitiateMultipartUploadResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudInitiateMultipartUploadResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudInitiateMultipartUploadResult.h; sourceTree = ""; }; - F6DF0EBE007FB701E63CBADDE35A991C /* LLNetworkFilterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkFilterView.h; path = LLDebugTool/Core/Component/Network/UserInterface/LLNetworkFilterView.h; sourceTree = ""; }; - F6FCB1F49ED9AFE79B0EA48E701E8FB1 /* LLNetworkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLNetworkHelper.m; path = LLDebugTool/Core/Component/Network/Function/LLNetworkHelper.m; sourceTree = ""; }; - F701FC03FB82A9C98B2E1CD625E02B88 /* LLRouter+Screenshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLRouter+Screenshot.h"; path = "LLDebugTool/Core/Others/Router/LLRouter+Screenshot.h"; sourceTree = ""; }; - F7041DEF3DD898FD8DFBD1B29FE1A075 /* UITextField+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+RACSignalSupport.h"; path = "ReactiveObjC/UITextField+RACSignalSupport.h"; sourceTree = ""; }; - F7067B3B5F7C69DBCE90B6EC50BF1147 /* LLInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLInfoView.m; path = LLDebugTool/Core/Others/CommonUI/View/InfoView/LLInfoView.m; sourceTree = ""; }; + F693DF93994FEE7E45352267246394D8 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + F6F170D397B846B78AEB2B9B339D8691 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + F6FB22ABD703CC1F4175147C64B1A813 /* QGMP4HWDFileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QGMP4HWDFileInfo.m; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.m; sourceTree = ""; }; + F7201C101D795E991D02AAD2EA628374 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = privacy/PrivacyInfo.xcprivacy; sourceTree = ""; }; + F72684EB16344F92D7B32448BFEE70B8 /* OSSGetBucketInfoRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OSSGetBucketInfoRequest.h; path = AliyunOSSSDK/OSSGetBucketInfoRequest.h; sourceTree = ""; }; F72A0DD575031488E86ADFFE85794378 /* TUIMessageMultiChooseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageMultiChooseView.m; sourceTree = ""; }; - F73BA879E079E1A5AE0928F81B96C87F /* QCloudCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QCloudCore-umbrella.h"; sourceTree = ""; }; - F7401CD28EFAD27F27D565659A105C93 /* QCloudCOSXMLUploadObjectRequest_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLUploadObjectRequest_Private.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLUploadObjectRequest_Private.h; sourceTree = ""; }; - F7657EC539A94C7F0E4F7742CB6A5D5C /* UIColor+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+YYAdd.h"; path = "YYCategories/UIKit/UIColor+YYAdd.h"; sourceTree = ""; }; - F76842447A11E448C72A86F465DD0526 /* IQUITextFieldView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUITextFieldView+Additions.h"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.h"; sourceTree = ""; }; + F7446D92998F0E1A0EA7EBF118E45B3D /* QCloudUploadObjectResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudUploadObjectResult.h; path = QCloudCOSXML/Classes/Transfer/model/QCloudUploadObjectResult.h; sourceTree = ""; }; + F74534DD00ED8AD8D1691A2BB9D83F56 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F7489A6B887EF3B8B0674033BDBCE400 /* UIDevice+QCloudFCUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDevice+QCloudFCUUID.h"; path = "QCloudCore/Classes/Base/FCUUID/UIDevice+QCloudFCUUID.h"; sourceTree = ""; }; + F74C414E4FA55933D388F83A4E083B0A /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + F74C820107044761E5599A0326069849 /* QCloudWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudWeakProxy.m; path = QCloudCore/Classes/Base/ObjectFack/QCloudWeakProxy.m; sourceTree = ""; }; + F753D904F46813C0E03055DB4AAA70BE /* QCloudMultipartUploadPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudMultipartUploadPart.m; path = QCloudCOSXML/Classes/Transfer/model/QCloudMultipartUploadPart.m; sourceTree = ""; }; F777222FFBEEB0CE4650EE8A00938A60 /* Protobuf-Protobuf_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "Protobuf-Protobuf_Privacy"; path = Protobuf_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F78D1CA4CC5CF7D9ED38292265B20B2B /* QCloudHeadObjectRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHeadObjectRequest.h; path = QCloudCOSXML/Classes/Transfer/request/QCloudHeadObjectRequest.h; sourceTree = ""; }; - F78F91426E25BBB81A7AA64843C1EE73 /* LLFunctionItemView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFunctionItemView.m; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemView.m; sourceTree = ""; }; + F77E9E51A2903A46238623140BFE535A /* LLWindowManager+Magnifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+Magnifier.m"; path = "LLDebugTool/Core/Component/Magnifier/UserInterface/LLWindowManager+Magnifier.m"; sourceTree = ""; }; + F7A1F1EA9D0DB971341125CD16D2DFE9 /* GPBDuration.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDuration.pbobjc.m; path = objectivec/GPBDuration.pbobjc.m; sourceTree = ""; }; + F7B6F42042819E79520783F1548CCEAA /* QCloudDomain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudDomain.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudDomain.m; sourceTree = ""; }; F7B8D16F9833EEFEDEE96C81AD0D6406 /* TIMCommonModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TIMCommonModel.m; sourceTree = ""; }; - F7B9D5023F66AD40897A3FACAF7EE9C2 /* YBIBInteractionProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBInteractionProfile.m; path = YBImageBrowser/Image/YBIBInteractionProfile.m; sourceTree = ""; }; - F7CD16B080859402407183A99F69DEED /* YYImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYImageCoder.h; path = YYImage/YYImageCoder.h; sourceTree = ""; }; - F7D90F07BFA68E516E547E373F65E4B7 /* SVGAVideoSpriteFrameEntity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVGAVideoSpriteFrameEntity.h; path = Source/SVGAVideoSpriteFrameEntity.h; sourceTree = ""; }; - F7DD294F8030E33AD9247C7EE8210884 /* QCloudConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudConfiguration.m; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudConfiguration.m; sourceTree = ""; }; - F8039AB6180055886058E02816803572 /* QCloudSHAPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSHAPart.m; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudSHAPart.m; sourceTree = ""; }; - F8181EDD3C12ED0FF3835E32FCCC6261 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; - F852A499CE096A863C3E81EC3F590D72 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Deprecated/Base/BRBaseView.h; sourceTree = ""; }; - F879360912F8C4F6C238888A531D504D /* YBIBToastView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBToastView.m; path = YBImageBrowser/AuxiliaryView/YBIBToastView.m; sourceTree = ""; }; + F7D05817A91850EE50FB85F5BF9B0322 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + F815A3009D2A4449C8B5024419A77488 /* YBImageBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YBImageBrowser-Info.plist"; sourceTree = ""; }; + F817E53C41B4D5F143EB8109CB5845D1 /* QCloudPingTester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudPingTester.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/DNSCache/QCloudPingTester.h; sourceTree = ""; }; + F81B6CFACF06C773CC29F71E24688208 /* OSSTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSTask.m; path = AliyunOSSSDK/OSSTask/OSSTask.m; sourceTree = ""; }; + F82866E0F771A2AAFCD769BFD46C493C /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; + F859239C6EAC2F11A301085A6D6F3545 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; + F865265B93769789F2C4FC00A21DDDA4 /* LLEnumDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLEnumDescription.m; path = LLDebugTool/Core/Component/Hierarchy/Function/EnumDescription/LLEnumDescription.m; sourceTree = ""; }; + F86DED879C05CE4737F8A450EBDB016E /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; F87F01122654A008DC24C105C6C589AC /* TUIImageMessageCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageMessageCellData.m; sourceTree = ""; }; F8879DB9AD3F9A8F85D8C38EC2024D15 /* TUIChat-TUIChat_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "TUIChat-TUIChat_Privacy"; path = TUIChat_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - F88E4977EB3F1DA61E63A631CAFE861A /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - F8A259C7517650851FFC0D29B1C032E2 /* QGAnimatedImageDecodeThreadPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGAnimatedImageDecodeThreadPool.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.h; sourceTree = ""; }; - F8A8FDF49509F93A2D3C59F31A78EEC8 /* OSSTaskCompletionSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSTaskCompletionSource.m; path = AliyunOSSSDK/OSSTask/OSSTaskCompletionSource.m; sourceTree = ""; }; - F8B5C907C3551E990641F7F8B0FC68DF /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Core/BRPickerViewMacro.h; sourceTree = ""; }; - F8B806456AE57EF110F02C6A3FB88CC9 /* LLWindowManager+ShortCut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLWindowManager+ShortCut.m"; path = "LLDebugTool/Core/Component/ShortCut/UserInterface/LLWindowManager+ShortCut.m"; sourceTree = ""; }; - F8E05516B4AFA1A47E780B068A22E7E9 /* LLHierarchyInfoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHierarchyInfoView.m; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyInfoView.m; sourceTree = ""; }; - F8FD6112E89B5310AFB25FDEB36CBA41 /* YYTextMagnifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextMagnifier.h; path = YYText/Component/YYTextMagnifier.h; sourceTree = ""; }; - F904CF4CD5F6A789799C4C2865B463BE /* YBIBSheetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YBIBSheetView.h; path = YBImageBrowser/ToolView/YBIBSheetView.h; sourceTree = ""; }; - F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - F92837A12DF81376F8A497838A9EAA5D /* YYCGUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCGUtilities.h; path = YYCategories/Quartz/YYCGUtilities.h; sourceTree = ""; }; - F96E1EAFFB0135EF005F808FCE28AD11 /* NSArray+AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+AvoidCrash.m"; path = "AvoidCrash/NSArray+AvoidCrash.m"; sourceTree = ""; }; - F9842232139B32310A3F79A34C87DA90 /* QCloudServiceConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudServiceConfiguration_Private.h; path = QCloudCore/Classes/Base/QCloudClientBase/Service/QCloudServiceConfiguration_Private.h; sourceTree = ""; }; - F99187070AA578DCB648A8A3BE33A49C /* LLRouter+ShortCut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "LLRouter+ShortCut.m"; path = "LLDebugTool/Core/Others/Router/LLRouter+ShortCut.m"; sourceTree = ""; }; - F99C7AD3D5187E3F9FA001BE3573C9BC /* mz_strm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm.h; path = SSZipArchive/minizip/mz_strm.h; sourceTree = ""; }; - F9BA14945E139C4567A39D99223B4A74 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - F9C90C051621F066A3D2F27F52C026E5 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - F9D24DD12D3E42238B1D77BB54E9FA99 /* QGHWDShaderTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDShaderTypes.h; path = iOS/QGVAPlayer/QGVAPlayer/Shaders/QGHWDShaderTypes.h; sourceTree = ""; }; - F9E5BDE72EE2D76597543262ADB25515 /* QGHWDMetalView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGHWDMetalView.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Views/Metal/QGHWDMetalView.h; sourceTree = ""; }; + F88981204A6EFDA3391651E442A42252 /* LLNetworkModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLNetworkModel.h; path = LLDebugTool/Core/Component/Network/Function/LLNetworkModel.h; sourceTree = ""; }; + F8A8E45BCAD2CF8C79796D48DF3941F8 /* YBIBCopywriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YBIBCopywriter.m; path = YBImageBrowser/Helper/YBIBCopywriter.m; sourceTree = ""; }; + F8C1DD44B9C4527BEADA7745279F5A17 /* GPBFieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBFieldMask.pbobjc.h; path = objectivec/GPBFieldMask.pbobjc.h; sourceTree = ""; }; + F8C5DFC4B1BA70104474403CA92FE167 /* OSSSignerBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSSignerBase.m; path = AliyunOSSSDK/Signer/OSSSignerBase.m; sourceTree = ""; }; + F8FCF0D2BCFDFC111A3281B6F0FB9CA2 /* QCloudCOSXMLService+Transfer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QCloudCOSXMLService+Transfer.h"; path = "QCloudCOSXML/Classes/Transfer/QCloudCOSXMLService+Transfer.h"; sourceTree = ""; }; + F90F27220B5FFDA78633BE9ACE1E40A3 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers.h; path = objectivec/GPBProtocolBuffers.h; sourceTree = ""; }; + F92673006A74929C22C0ED6F8FAD9685 /* Any.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = objectivec/google/protobuf/Any.pbobjc.h; sourceTree = ""; }; + F945992EF0D1DDEC2928860B85AA1AB1 /* LLWindowManager+Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Log.h"; path = "LLDebugTool/Core/Component/Log/UserInterface/LLWindowManager+Log.h"; sourceTree = ""; }; + F9474DA5373AB1725D7E3E9189B85E0C /* LLAppInfoComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLAppInfoComponent.h; path = LLDebugTool/Core/Component/AppInfo/LLAppInfoComponent.h; sourceTree = ""; }; + F956A265D33FE232D7D8A2225CC659DC /* WebP.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebP.framework; path = Vendor/WebP.framework; sourceTree = ""; }; + F97149360450416F7CA08E9D3911C1FB /* LLHierarchyInfoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLHierarchyInfoView.h; path = LLDebugTool/Core/Component/Hierarchy/UserInterface/LLHierarchyInfoView.h; sourceTree = ""; }; + F9C833C6DC9BCBAAD01AEE2327344E20 /* QCloudInitiateMultipartUploadRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudInitiateMultipartUploadRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudInitiateMultipartUploadRequest.m; sourceTree = ""; }; + F9E799111E7FF241FD02C7871428FB26 /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; FA23F3C0A4C49E0258B3648059D0B23B /* TUIImageCollectionCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIImageCollectionCell_Minimalist.m; sourceTree = ""; }; - FA3790ED1C353D98F38FE8635D90B690 /* SVGAPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVGAPlayer.m; path = Source/SVGAPlayer.m; sourceTree = ""; }; - FA4AF1F2FF95ED8DAF949CF745BE8F04 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; - FA706F595B8ECCEB0E77FAEC1B217A7B /* MQTTCFSocketDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketDecoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.m; sourceTree = ""; }; - FA71F63ECF516CB8499FA494C1ACAC03 /* GPBBootstrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBBootstrap.h; path = objectivec/GPBBootstrap.h; sourceTree = ""; }; - FA765F9271839D176DB2E0BD4F37309E /* QCloudSDKModuleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudSDKModuleManager.m; path = QCloudCore/Classes/Base/Supervisory/QCloudSDKModuleManager.m; sourceTree = ""; }; - FA87F8676E587989AD5F3A0F4AA8DFCE /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; - FA94166897E932CA6FF25C4ECC2DCFE1 /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; - FAC5A92DA11131162B8A8D5D8E89755C /* GPBWrappers.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWrappers.pbobjc.m; path = objectivec/GPBWrappers.pbobjc.m; sourceTree = ""; }; - FAC8BBDB51284975BAC168144CF24160 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - FAE1D320A54FB06110638D3EA7B561C4 /* LLSandboxHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLSandboxHelper.m; path = LLDebugTool/Core/Component/Sandbox/Function/LLSandboxHelper.m; sourceTree = ""; }; - FAE7DECC7BFF312884F8FE74337F1DDC /* QCloudHTTPRequest_SessionPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequest_SessionPrivate.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/QCloudHTTPRequest_SessionPrivate.h; sourceTree = ""; }; + FA2AEDC9C2C08197AAA6FB16F20F2A50 /* LLWidgetBorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLWidgetBorder.h; path = LLDebugTool/Core/Component/WidgetBorder/LLWidgetBorder.h; sourceTree = ""; }; + FA3153A75E6477CDE75F16B34FA0AB77 /* XHLaunchAdDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = XHLaunchAdDownloader.h; path = XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.h; sourceTree = ""; }; + FA3727F637B1FC9D45CC01D1EF2AEA90 /* AVKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/AVKit.framework; sourceTree = DEVELOPER_DIR; }; + FA4934242E69484A0F9CACCE058828E3 /* LLFilterOtherView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLFilterOtherView.m; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterOtherView.m; sourceTree = ""; }; + FA5E009A0FC59AB8A484A91DFE9A0F66 /* NSString+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+YYAdd.m"; path = "YYCategories/Foundation/NSString+YYAdd.m"; sourceTree = ""; }; + FA690AAF470AB887B3DF92CD44375DD5 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + FA837873F85F252C525CF12F829B63C1 /* QCloudCOSXMLDownloadObjectRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLDownloadObjectRequest.m; path = QCloudCOSXML/Classes/Transfer/request/QCloudCOSXMLDownloadObjectRequest.m; sourceTree = ""; }; + FA8D9E8DF64292734EDA65CC1D1FB7DF /* QCloudCOSXMLVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCOSXMLVersion.m; path = QCloudCOSXML/Classes/QCloudCOSXMLVersion.m; sourceTree = ""; }; + FAA5F2D71B90788C908800A94534AA92 /* FLAnimatedImage */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FLAnimatedImage; path = FLAnimatedImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FAD6CB6359DC0273E7B08A89B4729B3C /* GPBType.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBType.pbobjc.h; path = objectivec/GPBType.pbobjc.h; sourceTree = ""; }; FAECA124A85697CFB653B9D56FC4BF04 /* TIMCommonModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TIMCommonModel.h; sourceTree = ""; }; + FAF809449F5DA0E87D232F7FFC3D7FE0 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; + FB0FC04EBC824D136802F961E8CA8535 /* LLBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLBaseTableViewCell.m; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseTableViewCell.m; sourceTree = ""; }; + FB1B3FBA4822FFBB9A4F7F7C9E6CA570 /* LLMagnifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLMagnifier.h; path = LLDebugTool/Core/Component/Magnifier/LLMagnifier.h; sourceTree = ""; }; + FB1BE54C09C05A188B0B297D189670FC /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; FB1C741978B157373EE662BEA616C227 /* TUIReplyMessageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIReplyMessageCell.m; sourceTree = ""; }; - FB254EB4AE400CA7010D8F4D0A3438E5 /* JXPagerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXPagerView.m; path = Sources/JXPagerView/JXPagerView.m; sourceTree = ""; }; - FB55D561B0427F73A37BDD783B483A09 /* UIView+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+YYAdd.m"; path = "YYCategories/UIKit/UIView+YYAdd.m"; sourceTree = ""; }; + FB1E5E7F5697D29997D86539EF030204 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; + FB43FEC62CCA8BEDD85C74484D07BACD /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + FB5C2975282444C5C2154585EB0C117F /* UICollectionReusableView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionReusableView+RACSignalSupport.m"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.m"; sourceTree = ""; }; + FB6836BD6E53674005BDFC3C9C45405C /* LLMoveWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLMoveWindow.m; path = LLDebugTool/Core/Others/CommonUI/View/MoveWindow/LLMoveWindow.m; sourceTree = ""; }; + FB75838E4E884F896FB6DA2518F3E9FC /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; FB8C13BE2223996DD93F879D4CBB38DB /* TUIConversation.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = TUIConversation.bundle; path = Resources/TUIConversation.bundle; sourceTree = ""; }; FB98920F7393BEAB5CC941F04B3889F3 /* ResourceBundle-TUICore_Privacy-TUICore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TUICore_Privacy-TUICore-Info.plist"; sourceTree = ""; }; - FBACC6494379F151A8E4457F350562C3 /* OSSClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSClient.m; path = AliyunOSSSDK/OSSClient.m; sourceTree = ""; }; + FB9AC36D7D5BFFA98BD1C836117B5380 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + FBA22E7113097E49C1509148732397CA /* XHLaunchAd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = XHLaunchAd.m; path = XHLaunchAd/XHLaunchAd/XHLaunchAd.m; sourceTree = ""; }; FBBB336A7B3D96CF46F0A555530D50C4 /* TUIFileMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIFileMessageCell.h; sourceTree = ""; }; - FBC0A4D8819DED9523982B72E982ECE9 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - FBCC619F2E5062A11CCA629F5913683C /* OSSV1Signer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSV1Signer.m; path = AliyunOSSSDK/Signer/OSSV1Signer.m; sourceTree = ""; }; - FBCCAA9179C058685DA8DD825C11AEC2 /* LLTitleSwitchCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleSwitchCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLTitleSwitchCellView.h; sourceTree = ""; }; + FBCE565C5AC01FF5BF1D1EE504BCB921 /* QCloudUploadPartRequest+Custom.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "QCloudUploadPartRequest+Custom.m"; path = "QCloudCOSXML/Classes/Transfer/request/QCloudUploadPartRequest+Custom.m"; sourceTree = ""; }; + FBCE59E5F89897CB22BF15C2FEA28A20 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + FBED90EC11ED45CD1EBDBCC7D448760E /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; + FBFCD1A87E799B95A15BA8A4DBD72395 /* LLFilterDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFilterDatePickerView.h; path = LLDebugTool/Core/Others/CommonUI/View/FilterView/LLFilterDatePickerView.h; sourceTree = ""; }; + FC143A46F0D808941CFF05D09706E53F /* UIAlertView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+RACSignalSupport.m"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.m"; sourceTree = ""; }; FC14DF02839D1B209B22801C7FCC416B /* TUIConversation-TUIConversation_Privacy */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "TUIConversation-TUIConversation_Privacy"; path = TUIConversation_Privacy.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - FC1516F2209EDDC2D920EC80F8334C56 /* GPBApi.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBApi.pbobjc.m; path = objectivec/GPBApi.pbobjc.m; sourceTree = ""; }; - FC1DF0BC5184945C1CF0AFDB36051E1D /* QCloudClientContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudClientContext.m; path = QCloudCore/Classes/Base/QCloudClientBase/QCloudClientContext.m; sourceTree = ""; }; - FC4E8FE35DCD38D7A7E1980DCBAA4BFB /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - FC546A86D11DA54EAC73A615369C28E5 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - FC55E3804B2539EB8C9446130189B6DC /* YYWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYWebImageOperation.m; path = YYWebImage/YYWebImageOperation.m; sourceTree = ""; }; - FC6182EF5C7236402D8132D477BB9A59 /* QCloudCOSXML-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QCloudCOSXML-Info.plist"; sourceTree = ""; }; - FC6AAE19178B09BFA7FF9D1C8B678484 /* NSHTTPURLResponse+LL_Network.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSHTTPURLResponse+LL_Network.m"; path = "LLDebugTool/Core/Component/Network/Function/NSHTTPURLResponse/NSHTTPURLResponse+LL_Network.m"; sourceTree = ""; }; - FC88BE1927B5B72263E7CBC43989CED3 /* LLCrashHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLCrashHelper.m; path = LLDebugTool/Core/Component/Crash/Function/LLCrashHelper.m; sourceTree = ""; }; + FC3B4129796AE1354E6F557408C4C9AD /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + FC4B70B34B56AA0935DBDE32F9F2C8F1 /* LLBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseView.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseView.h; sourceTree = ""; }; + FC5109A6024719C56E75E3441C6A476A /* AliyunOSSiOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AliyunOSSiOS.h; path = "Supporting Files/AliyunOSSiOS.h"; sourceTree = ""; }; + FCB8638950538FFAD63F67FF25D304D1 /* GPBSourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBSourceContext.pbobjc.h; path = objectivec/GPBSourceContext.pbobjc.h; sourceTree = ""; }; FCBBA7230A43A051A289DA1A6EDB8017 /* TUIVoiceReplyQuoteViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVoiceReplyQuoteViewData.h; sourceTree = ""; }; + FCC2CC9A505F24ADD4526A9D2FDD7558 /* YYTextSelectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextSelectionView.h; path = YYText/Component/YYTextSelectionView.h; sourceTree = ""; }; FCD1C0BEF002E89CC58E0BBE7D329376 /* TUIMessageMultiChooseView_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIMessageMultiChooseView_Minimalist.h; sourceTree = ""; }; - FCD2A15EFA4C3639EA1F3ACF9FC6C703 /* LLAppInfoViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLAppInfoViewController.m; path = LLDebugTool/Core/Component/AppInfo/UserInterface/LLAppInfoViewController.m; sourceTree = ""; }; - FCEE8456B09D143DEBF342B30D156563 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + FCDE70269755E1D88CEFC38153F5D8E6 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* SDWebImageWebPCoder */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImageWebPCoder; path = SDWebImageWebPCoder.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FCFA60F1F51C283C6ECE3B9E71BDC520 /* UIColor+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+YYAdd.m"; path = "YYCategories/UIKit/UIColor+YYAdd.m"; sourceTree = ""; }; - FD062F8E373220F7BD07680C56E08EA8 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreImage.framework; sourceTree = DEVELOPER_DIR; }; - FD10571A0E69D1CF3DD44B0CA32A3B71 /* AvoidCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AvoidCrash.m; path = AvoidCrash/AvoidCrash.m; sourceTree = ""; }; - FD150508BF6A78C9887FD0A7DE309309 /* MQTTDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTDecoder.m; path = MQTTClient/MQTTClient/MQTTDecoder.m; sourceTree = ""; }; + FCFFCEAFE7A470EB5AAFE949F127F44D /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + FCFFF3E4BF8E068DC3DE05A245DD920C /* NSURLSession+LL_Network.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+LL_Network.h"; path = "LLDebugTool/Core/Component/Network/Function/NSURLSession/NSURLSession+LL_Network.h"; sourceTree = ""; }; + FD02C9C5EDD34BAFB455A66A28114527 /* OSSCancellationTokenRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSCancellationTokenRegistration.m; path = AliyunOSSSDK/OSSTask/OSSCancellationTokenRegistration.m; sourceTree = ""; }; FD255A844B00B2BE53EC83556C86AEFF /* TUIChatShortcutMenuView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIChatShortcutMenuView.m; sourceTree = ""; }; - FD308BDEE243E3EC2366E129D50B0677 /* QCloudLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLogManager.h; path = QCloudCOSXML/Classes/Base/QCloudLogManager.h; sourceTree = ""; }; + FD347B3782372A11977A24EF35DAFFD5 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; FD38D7AAAA1752EE33E65A445DBC2A12 /* TUITextReplyQuoteViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUITextReplyQuoteViewData.m; sourceTree = ""; }; + FD42C8081B166B4ED61B3DABAA0CBCDF /* QCloudCustomSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudCustomSession.m; path = QCloudCore/Classes/Base/CustomLoader/QCloudCustomSession.m; sourceTree = ""; }; FD44815ECE4EA76B0FD7468FD81DF564 /* TUIEmojiConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIEmojiConfig.h; sourceTree = ""; }; - FD4864429FE4F1180471376F2525AC2D /* QCloudModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudModel.m; path = QCloudCore/Classes/Base/QCLOUDFileUtils/QCloudModel.m; sourceTree = ""; }; - FD63D4E1A24ACB8F4FAC2ACBF321F560 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - FD7C23F715A06E593A4488EB4CB076AF /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; FD7C328B4F956180720C8F48E4163F5A /* TUISystemMessageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUISystemMessageCell.h; sourceTree = ""; }; - FD9EDF992954E0963255C8A3AC630C95 /* GPBEmpty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBEmpty.pbobjc.h; path = objectivec/GPBEmpty.pbobjc.h; sourceTree = ""; }; - FDA44B36E76D3472427B98C7E854A29A /* LLDetailTitleCellView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLDetailTitleCellView.h; path = LLDebugTool/Core/Others/CommonUI/View/CellView/LLDetailTitleCellView.h; sourceTree = ""; }; + FD7C3C066F8663EE7345E97721B252EC /* LLTableViewSelectableModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTableViewSelectableModel.h; path = LLDebugTool/Core/Others/CommonUI/Model/LLTableViewSelectableModel/LLTableViewSelectableModel.h; sourceTree = ""; }; + FD82A00C069279BCEC6994BEF3AAB811 /* LLSandboxImagePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLSandboxImagePreviewController.h; path = LLDebugTool/Core/Component/Sandbox/UserInterface/LLSandboxImagePreviewController.h; sourceTree = ""; }; FDB1F9FD9C05C68C54D17F9D08BAB572 /* TUIMessageCell_Minimalist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TUIMessageCell_Minimalist.m; sourceTree = ""; }; - FDB766D9288EAB5D81C6D0E89C819D98 /* OSSPutObjectTaggingResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSPutObjectTaggingResult.m; path = AliyunOSSSDK/OSSPutObjectTaggingResult.m; sourceTree = ""; }; - FDBBD150506DF18C3C4A93C10F2BF49A /* LLBaseWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLBaseWindow.h; path = LLDebugTool/Core/Others/CommonUI/Base/LLBaseWindow.h; sourceTree = ""; }; - FDEA4EE17B8435E1A244FF956F57DC6F /* LLHtmlWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLHtmlWindow.m; path = LLDebugTool/Core/Component/Html/UserInterface/LLHtmlWindow.m; sourceTree = ""; }; + FDC324E2896FBE9E8C5A2FA6B1E61002 /* LLTitleHeaderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLTitleHeaderView.h; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleHeaderView.h; sourceTree = ""; }; + FDD3ACF8E68C07F47FA7060AACEF31DF /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = ""; }; + FDE6A42A9AA5B4D3C6DC4B44ED52EFA9 /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; + FDE7CAAD9D08B18A664A4F0043BAEB45 /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = ""; }; FE1BD52BFADEA61D919421EC8D818FBA /* TUIGroupInfoController_Minimalist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIGroupInfoController_Minimalist.h; sourceTree = ""; }; - FE3AC34514DCD306FA3CC025C8C9C22B /* OSSGetObjectACLResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OSSGetObjectACLResult.m; path = AliyunOSSSDK/OSSGetObjectACLResult.m; sourceTree = ""; }; - FE487B1D78699009111C03EA22D6D6DF /* Zip.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Zip.modulemap; sourceTree = ""; }; - FE49047C963CAAC22EA9DAEE82414272 /* QCloudCOSTransferMangerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSTransferMangerService.h; path = QCloudCOSXML/Classes/Transfer/QCloudCOSTransferMangerService.h; sourceTree = ""; }; - FE94E5E65AE2601BF6DC443A5C5144B2 /* WebP.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebP.framework; path = Vendor/WebP.framework; sourceTree = ""; }; - FE9736BB0BD4C1473F78EBB9198CC88F /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFieldSet.m; path = objectivec/GPBUnknownFieldSet.m; sourceTree = ""; }; - FEC5AD5E49B314721065FAA3D47098D7 /* NSAttributedString+YYText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+YYText.h"; path = "YYText/Utility/NSAttributedString+YYText.h"; sourceTree = ""; }; - FEDD5696061F1DE17BF7AC794791280F /* NSThread+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSThread+YYAdd.h"; path = "YYCategories/Foundation/NSThread+YYAdd.h"; sourceTree = ""; }; + FE1C60C2AA0D179CCBB0C94D71D2C576 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; + FE1D236E28FBEEF3A42346328F4500BC /* NSObject+HTTPHeadersContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+HTTPHeadersContainer.h"; path = "QCloudCore/Classes/Base/QCLOUDRestNet/SessionSupport/NSObject+HTTPHeadersContainer.h"; sourceTree = ""; }; + FE3EE4C23DD2FA2E7D17F253C37FFB03 /* DZNEmptyDataSet-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DZNEmptyDataSet-Info.plist"; sourceTree = ""; }; + FE4A683BCADF9D48F48FC2B36F24A0D9 /* LLFunctionItemContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLFunctionItemContainerView.h; path = LLDebugTool/Core/Others/Component/Function/UserInterface/LLFunctionItemContainerView.h; sourceTree = ""; }; + FE5F6CE627A8F19EE0D9E1D6425802F5 /* IQKeyboardManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManager-dummy.m"; sourceTree = ""; }; + FE686A9827ECAB659EAADD786116222B /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; + FE849D97EC9B4C3FF9416F2C8E7743DE /* NSDictionary+YYAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+YYAdd.m"; path = "YYCategories/Foundation/NSDictionary+YYAdd.m"; sourceTree = ""; }; + FE977D6560F711F2C0E20C862E4DA49B /* QCloudCOSXMLService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCOSXMLService.h; path = QCloudCOSXML/Classes/Base/QCloudCOSXMLService.h; sourceTree = ""; }; + FE9856BB10A8562D7F9D5933B4BD933D /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; + FEB608249E1B40ED02E6D16EAFFBFCFC /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + FEBFB3743D081AF483CE0708BA12F3C2 /* QCloudLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudLogModel.h; path = QCloudCore/Classes/Base/Logger/QCloudLogModel.h; sourceTree = ""; }; + FED3CA06F4992746BCD44F22905031E0 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; FEE1997B7EDDED81709C013F1C343020 /* TUIVideoReplyQuoteView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TUIVideoReplyQuoteView.h; sourceTree = ""; }; - FEEC1915846135604DE448031E0DBD33 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - FF0B11CAE6891641C22F82ACC12D510D /* LLWindowManager+Sandbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "LLWindowManager+Sandbox.h"; path = "LLDebugTool/Core/Component/Sandbox/UserInterface/LLWindowManager+Sandbox.h"; sourceTree = ""; }; - FF204A05CB1AB49D5DEB4BA6464A401E /* TAAbstractDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TAAbstractDotView.m; path = SDCycleScrollView/Lib/SDCycleScrollView/PageControl/TAAbstractDotView.m; sourceTree = ""; }; - FF3945C6F81293E6CA9D3885C41E5616 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; - FF45AD9CA889C84D2B448F3E852058C1 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; - FF49590BDCF35D6EF1E3CFA0A524C9D1 /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; - FF584313D7CD1613FC941ED1EF9D63A2 /* SDCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCollectionViewCell.m; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.m; sourceTree = ""; }; - FF7C05E57A441420C8F62811D382304B /* CLLocationManager+LL_Location.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CLLocationManager+LL_Location.m"; path = "LLDebugTool/Core/Component/Location/Function/CLLocationManager/CLLocationManager+LL_Location.m"; sourceTree = ""; }; + FEFE5FF2C861C5B2579FA28082B25DE5 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + FF355A816238D71D6DABEB53B155E2BE /* QCloudHTTPBodyPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudHTTPBodyPart.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/DataForm/QCloudHTTPBodyPart.m; sourceTree = ""; }; + FF3CA0EA2D18BF2030CD496FF66B8452 /* QCloudCredentailFenceQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudCredentailFenceQueue.h; path = QCloudCore/Classes/Base/QCloudClientBase/Authentation/QCloudCredentailFenceQueue.h; sourceTree = ""; }; + FF51144063EE837C769AE1CB36E2785F /* NSDate+OSS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+OSS.m"; path = "AliyunOSSSDK/NSDate+OSS.m"; sourceTree = ""; }; + FF55E30DC56EF7BE5890C22E819A1BAD /* QCloudHTTPRequest_RequestID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCloudHTTPRequest_RequestID.h; path = QCloudCore/Classes/Base/QCLOUDRestNet/CoreRequest/QCloudHTTPRequest_RequestID.h; sourceTree = ""; }; + FF6D9339515F7E603BF5C9E3EFA9FF88 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + FF798582A6D8F26CBC0D94FEEE9263E8 /* LLShortCutModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLShortCutModel.h; path = LLDebugTool/Core/Component/ShortCut/Function/LLShortCutModel.h; sourceTree = ""; }; FF884162ACA1B990362FA3FBCD33B392 /* OfflinePushExtBusinessInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OfflinePushExtBusinessInfo.h; sourceTree = ""; }; - FF94ECE1BD1A32B1EB0097A1E3CCD910 /* LLTitleSwitchCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LLTitleSwitchCell.m; path = LLDebugTool/Core/Others/CommonUI/View/TitleCell/LLTitleSwitchCell.m; sourceTree = ""; }; - FF9748894B8C35A1825C07C5F420B7C3 /* NSObject+YYAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYAdd.h"; path = "YYCategories/Foundation/NSObject+YYAdd.h"; sourceTree = ""; }; - FF984B47225FDD7DAA2D4DC89C5888D1 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - FF9D7BE8F13C3313349427C6E1D14C96 /* IQToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQToolbar.h; path = IQKeyboardManager/IQToolbar/IQToolbar.h; sourceTree = ""; }; - FFABF4F4BC06FCC6D58B58BC4D845D34 /* SDCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCollectionViewCell.h; path = SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewCell.h; sourceTree = ""; }; - FFDB774C101BFB12D80A65CD24C53959 /* QCloudNetProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCloudNetProfile.m; path = QCloudCore/Classes/Base/QCLOUDRestNet/Profile/QCloudNetProfile.m; sourceTree = ""; }; - FFDE1D22A05B7734B4D04697FBA9703E /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - FFEE3F861C1FD26E95F4FB2D306BB733 /* QGVAPMaskInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QGVAPMaskInfo.h; path = iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.h; sourceTree = ""; }; - FFEFC5459225C1D6833D458534BC3472 /* JXPagerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXPagerView.h; path = Sources/JXPagerView/JXPagerView.h; sourceTree = ""; }; + FF94A3AAABF07D91E2AE7ABE7CCFB726 /* NSString+RegularExpressionCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RegularExpressionCategory.m"; path = "QCloudCOSXML/Classes/Base/NSString+RegularExpressionCategory.m"; sourceTree = ""; }; + FFF625B100CCD04F86196F6AAE432358 /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePicker/BRDatePickerView.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -7498,13 +7686,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0BA811B245ECC2516B34388EE9360011 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0CB5494E5539E84494DEEC0B4BB3991D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7531,13 +7712,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1419AE2A06E5901877A78D429CCBA2F3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 141ECED4C79F1DFAF57F031AAD8D9EE1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7546,6 +7720,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1AC9D8F950A49BCC9BC2BEC27F9D8630 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8DDCF1BFB3E22C70A47CF1C1E830B881 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1D129F7EC3E371970834A4D68A33644E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7554,15 +7736,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2161306FDDF6705CF027F67DB548A451 /* Frameworks */ = { + 1F78CB03E24BF94BD69E8B7B4905D191 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 18682E322F439D29319F66A3E9C4A9A0 /* Foundation.framework in Frameworks */, + 9982581178747F3CE4B22A5278CCE097 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2A4777E313373DDD79751D6D345A4F1F /* Frameworks */ = { + 29ABCB759F7A2CA08294BD6E86BD1619 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -7586,13 +7768,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3595B53316C1B09B01B6BF4EA8B1A69E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 37145BAEB1B97BA7ADD7D6C3E86E99BD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7601,26 +7776,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3B6B9C4C04114CBC65E4DE16B729DB42 /* Frameworks */ = { + 44FAED7CEFD587E6ECB72A85DCD71248 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 41FEFFB7D7C215E94011815E60B01962 /* Frameworks */ = { + 47EEAC4B4EDA8D310B3C0DC7D062632F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 99196B9247580A210DF4D3D2572E1A82 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4522EBD73B19EACE720010DBD43F22D3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 468C19B5A2C541F12BA50CCF3B2B3072 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7632,15 +7798,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4A694A7876403B83712D61D097343924 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A1AFED6D834A1C13AC5F1D2E0EBE2A37 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4AF1303DCE8042DCD606B45AD5EB4A07 /* Frameworks */ = { + 4D951D78CBEE91CD1468F01A42A96CD8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -7655,6 +7813,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 58634B2196876B07B5310C7EACCF921E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B2A6C2397B8ADAE4D7D64B09FF82570E /* Foundation.framework in Frameworks */, + 6680C3C8924C7503A6A54CF7A66BFF2F /* QuartzCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5D50D8545FCE7AA2237FE05F84528A80 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5EEB5D874CDA6A676097D7BA731C6DA9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7666,11 +7840,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5F23E861BB1A89BC7BFE86250DB3ECC3 /* Frameworks */ = { + 62EC675E4110AB1E89EBFE16DF0812EF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3747AEAFBCF57E0A97A910B9F1F9D331 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7682,18 +7855,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6B558927A838FE8F7649B25E2E996CF3 /* Frameworks */ = { + 6F8AF8F62A704C411F21804C8F01676F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7AF666476C02DD365EBD31D92D01BCF2 /* Frameworks */ = { + 7265876E3178119F0B33B96F1CBA6A4A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A5875BA1D4230D53C00361710D077EB4 /* Foundation.framework in Frameworks */, + 5FFEC8A4B456C3074433291CA223E432 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7725,13 +7898,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 80C99AC4E4B2851FD010B500C943892A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 86C867C4C543486F9C15280028D5460C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7750,6 +7916,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E4947DF6C6D191DCC891BB39A2FE433 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9291046FDE2B422747DDC372D4C65EE9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7758,6 +7931,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 977A3D9317620B09F50821016838383D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F0B6FEAA4FFA5FD4387C99AB2072CDF /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 97C250BF40B8E89C02F2FD274892DC48 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7773,33 +7954,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 992EADAC268742EFDB0DFA0115044F2E /* Frameworks */ = { + 9BA406BE3AEE5318D3694E50C0D76C44 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A2772F16ECAE7BF4187D7983988B3441 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A8BFDB24638B750DBD2FDE82BB376B99 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 969F392CDF869FA2F7BE6D03F6DFEEA6 /* Foundation.framework in Frameworks */, - 7535B55D5E8C735348A02D7F21F9847F /* ImageIO.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - ACD5E96065991F818F6960A11DAF72F9 /* Frameworks */ = { + AD6ABBB919130C372EEED5CFF41B99CB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 6D1B592AD61E756221D8421042BB5B4E /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7821,13 +7987,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B33F67DB3BA6A07B129E576E2ABBF9C6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B3A1CAE1CAF8D0F9906C76114F909605 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7844,6 +8003,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B49601DB61987C489B1E1F84419241F6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B6E889219687343C8DD728FC38E71491 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 662CE52279E55E8D639A6FE03AEE69A9 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BA4B20AEA689B0CDCA368E874ADDA5C3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7852,6 +8026,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BEB383AA3D1B914740CB1DDC5525CB2B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C390CEFB353EB3795C9437D5F189258F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A0DE292AA750F2258C65448C6608A2D0 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CA6527CF424B1AA12AF1D0BB36EBAF73 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7862,6 +8051,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CE3BC4A291B998B520FCD439465D3B7E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D18029DDA26EDC747F5E47916C3BB239 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7870,6 +8066,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D211D55E819133AA966D77BF770313D7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D267C6F8AD649543C397BCAAADB7F148 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D2CBEBF5F1DA6766A833CCD0BF02B5B /* CoreGraphics.framework in Frameworks */, + DBB7D12AC159E50D059772E4B6CF1D2F /* Foundation.framework in Frameworks */, + FB6E014B34F33B89E5060DA1F00168A5 /* ImageIO.framework in Frameworks */, + FDD4C4D4F03502D5CB0B8763009A0948 /* QuartzCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D4FC7E9BBF01CA51D29767771B537524 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D5E745912BAC4240B513BBBACC72582E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7880,6 +8101,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D97FFEAB8CFF48E0D40F348E7FD81B85 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; DA1A8358510CE0717322AD31896BEB2C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7888,17 +8116,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DD9059797CE5A4DF6B017A6C136F1C95 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DDA6E1FF129F94F61CFCA9D21E4BADE7 /* Frameworks */ = { + E04FD801130EE1941D87B8CBB8C6234F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + FFE025E76492B7065BA3D7E2205CAD13 /* Foundation.framework in Frameworks */, + 5048321C3918C73E6B7A74A0FBAE5BB6 /* ImageIO.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7911,6 +8134,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E35CBFB3178A6E8A7E5DF3AF142867BF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E672724427269716049B769344D7C3DC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 15B27182B591769C57B55544260DC886 /* Foundation.framework in Frameworks */, + D968461E31E8FF3FF6BA1DC621B0433B /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E699DE0BEE7553576B371F6878744108 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -7925,10 +8164,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EB594846AD3885B5587BF2BB0CD9787F /* Frameworks */ = { + EE94806AB4CB1D6288933FA6B4F8386A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + CD5B26AB5F2709D746EF42594ED77104 /* Accelerate.framework in Frameworks */, + 008AFBEAF955E2B67BD7E3BDF12EA7F4 /* AssetsLibrary.framework in Frameworks */, + E39A4D0B77EA6E17FB53C91EECD61003 /* CoreFoundation.framework in Frameworks */, + 3F373ADE4D13EEE7E2AD85446B853250 /* Foundation.framework in Frameworks */, + A15D56A21EE43AEC3C2750F4077724E6 /* ImageIO.framework in Frameworks */, + AADF3FE76877771ADE3BFA63440612E1 /* MobileCoreServices.framework in Frameworks */, + 897618CB6F42DFAF7E70252A05A817BA /* QuartzCore.framework in Frameworks */, + C8F09251C7030DA1A8FCAB39E025B64E /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7956,134 +8203,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F5ED9A87D1BC8805B58C7D8BB2F5B83D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3135CC07B90460FB8ED8FED5F604F575 /* Accelerate.framework in Frameworks */, - 69C7F46C0BE11E7A4AB0DF78D9F7F88E /* AssetsLibrary.framework in Frameworks */, - C27E7B0D613CBEF06BABD8011C89CAF7 /* CoreFoundation.framework in Frameworks */, - 275E31BFCCEE04AFC02D1D8870026A79 /* Foundation.framework in Frameworks */, - A16D475B9744F3EC466F2FB5A4722CF3 /* ImageIO.framework in Frameworks */, - 7B41594533A260AC128E2008A0CEE355 /* MobileCoreServices.framework in Frameworks */, - 9F925F465F1C00BDE1C99CAF618D2D29 /* QuartzCore.framework in Frameworks */, - F66802E0AAF7ED50C98F9AC44F4E05AE /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F756B3E958081B27744890A0A3D616D5 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0055C9E5E6F7B806DA73C24F652A1E00 /* Reachability */ = { + 01288EA94977B9E787B18C459D4C2E6C /* VideoAv1CodecDec */ = { isa = PBXGroup; children = ( - 517A1DE40F6000369B30F813F8475AA5 /* AFNetworkReachabilityManager.h */, - 26AEC3D2B8577B305151437FEAEB9A6A /* AFNetworkReachabilityManager.m */, + 53CFB4266550C7F8CD3FB3D4DA316B93 /* Frameworks */, ); - name = Reachability; + name = VideoAv1CodecDec; sourceTree = ""; }; - 0188B3A4FDFF17D790F330BB69E90406 /* Transfer */ = { + 01A36EC6E4E34FAEC26D092BE040CE0F /* Frameworks */ = { isa = PBXGroup; children = ( - AFCDAAFCBD6B1754C7C41B461713D8D7 /* NSString+RegularExpressionCategory.h */, - DC7D94A4CE8CA4AD5BABAAAB6004BF6A /* NSString+RegularExpressionCategory.m */, - C23535EAE5BFF74DF355ED25D1284A7F /* QCloudAbortMultipfartUploadRequest.h */, - 26F00CE6C2177CBF210C5AF90F10CA73 /* QCloudAbortMultipfartUploadRequest.m */, - AA11C0FF9CA37265A8F60A4B1D292C51 /* QCloudAbstractRequest+Quality.h */, - 735156C22241BE6BB31BA3B8BF821FAD /* QCloudAbstractRequest+Quality.m */, - 8FD899744B4FE45A72DB2098F9A30587 /* QCloudAppendObjectRequest.h */, - 4DFC0BEE18F9B338EBED87AC7B5F8AA3 /* QCloudAppendObjectRequest.m */, - B19CD9CB8BAF79C7CC6D0D6B78219BFB /* QCloudBizHTTPRequest+COSXML.h */, - 46E422104473A370B56E1E8DF29ACCE8 /* QCloudBizHTTPRequest+COSXML.m */, - CF81D9C467A44B4C6264E6ADF335BE24 /* QCloudCompleteMultipartUploadInfo.h */, - C30120819B40CF27526538D243E95959 /* QCloudCompleteMultipartUploadInfo.m */, - 0D02468817FCFA1FA6213B1F3F66F5B4 /* QCloudCompleteMultipartUploadRequest.h */, - F61F788776C5F5D0C1B9B660F9A919DB /* QCloudCompleteMultipartUploadRequest.m */, - C142C90A8EE06B1F137BF93CFD1FE0BD /* QCloudCopyObjectResult.h */, - 55829FFCDE8DA7CCFAF80FADF8C47EEF /* QCloudCopyObjectResult.m */, - 5D4BC79C3D9B76FF89F8811540251066 /* QCloudCOSStorageClassEnum.h */, - DEF0F542000F2144D714D4C1624C282D /* QCloudCOSStorageClassEnum.m */, - FE49047C963CAAC22EA9DAEE82414272 /* QCloudCOSTransferMangerService.h */, - AC3912514619936BE782EEA52811A2A7 /* QCloudCOSTransferMangerService.m */, - 3C4FF55ACDBF05D5851592739846E2BB /* QCloudCOSXMLCopyObjectRequest.h */, - E6758F056FC5CD773236E5DF7E34CCF9 /* QCloudCOSXMLCopyObjectRequest.m */, - D21FC35A263003D9063A244A68F3BF6A /* QCloudCOSXMLDownloadObjectRequest.h */, - BAF83BAFBB271E58F6BD133128490A58 /* QCloudCOSXMLDownloadObjectRequest.m */, - F2DC47CB9B03DC306718A9641398E670 /* QCloudCOSXMLEndPoint.h */, - A31C43698997610ED8F05DEC34A4492D /* QCloudCOSXMLEndPoint.m */, - E5317EED7BF8169353CF7EC8B155150A /* QCloudCOSXMLService.h */, - 789D9C60CEC14184D954B2E6F6750860 /* QCloudCOSXMLService.m */, - 5877861C915E71930D402C2BAFC9551A /* QCloudCOSXMLService+Configuration.h */, - 3F228046BA3DB3BF92D807FF46D06083 /* QCloudCOSXMLService+Configuration.m */, - C59C22BAD3474049BCF91D6D1F429239 /* QCloudCOSXMLService+Private.h */, - 3D226186D297226D69E92A635E08589E /* QCloudCOSXMLService+Quality.h */, - 891768C36B9368BDC22D663758D43B1A /* QCloudCOSXMLService+Quality.m */, - 98540D1B92D5723A142D1F8AD54D2598 /* QCloudCOSXMLService+Transfer.h */, - F5894517989EB369276CA7F97CC83FC6 /* QCloudCOSXMLService+Transfer.m */, - 0EC2622C154983CB5B159DA232D30CAB /* QCloudCOSXMLServiceUtilities.h */, - 4C2808CF313B057473840CDC35642A08 /* QCloudCOSXMLServiceUtilities.m */, - 4B5FB108B5C99E9BE20DE622B2EB506C /* QCloudCOSXMLTransfer.h */, - BABEB31645FCCB421C9DB0258E8EDB0F /* QCloudCOSXMLUploadObjectRequest.h */, - 6D01A5CAF0AED19664007EE7A1DDA214 /* QCloudCOSXMLUploadObjectRequest.m */, - F7401CD28EFAD27F27D565659A105C93 /* QCloudCOSXMLUploadObjectRequest_Private.h */, - C32DF683159492303C2754FC40ABF3C6 /* QCloudCOSXMLVersion.h */, - D9D545768D055B0050317DBB78952386 /* QCloudCOSXMLVersion.m */, - E18E03C1C00A188C9CF3F2695977222B /* QCloudGetObjectRequest.h */, - 1881D1008039B89F10E7FA2BA6DE3763 /* QCloudGetObjectRequest.m */, - 4731228CFADB75FA741A9142F8406B22 /* QCloudGetObjectRequest+Custom.h */, - F2FA8749876555B817646E49DEB0FBBE /* QCloudGetObjectRequest+Custom.m */, - F78D1CA4CC5CF7D9ED38292265B20B2B /* QCloudHeadObjectRequest.h */, - 508983BAD4AE67AB61E3DFCBA3B75547 /* QCloudHeadObjectRequest.m */, - 588895FF1346486ECBAEE86B9986F26B /* QCloudInitiateMultipartUploadRequest.h */, - 6DCDC4699AD61041684AB3720F04F1F6 /* QCloudInitiateMultipartUploadRequest.m */, - F6C4A98C4C710857DAA95E235C7EFC13 /* QCloudInitiateMultipartUploadResult.h */, - F61D1EE4A2BD6425C80377815250D878 /* QCloudInitiateMultipartUploadResult.m */, - 3617FB84BF477BCEC32EF2265F46D63E /* QCloudListMultipartRequest.h */, - 25B82B3EDD249F0E3B38E27E46363778 /* QCloudListMultipartRequest.m */, - D4E90F4F7A8F65885DF9F6E01FA7088A /* QCloudListPartsResult.h */, - 40A1A43CA22FAF6453F1BFE43DCE0C9F /* QCloudListPartsResult.m */, - FD308BDEE243E3EC2366E129D50B0677 /* QCloudLogManager.h */, - B9703A7371293EECD3570B5B2DFAD0FD /* QCloudLogManager.m */, - F44BA258755276F28D07763771D72A11 /* QCloudMultipartInfo.h */, - AB893C8E53EC1B80E37F0708C2FAF94A /* QCloudMultipartInfo.m */, - 433A5FFCBDCB1AB1C936D3774520D3ED /* QCloudMultipartUploadInitiator.h */, - E4AB7D9B1431982AD38B82C9EF5E0697 /* QCloudMultipartUploadInitiator.m */, - E46368F03B603442284C9EEEE484B5B1 /* QCloudMultipartUploadOwner.h */, - 1B01B009C9C7D3274074627D95807B53 /* QCloudMultipartUploadOwner.m */, - 2E1E07AA41596A16AD4EEF079BC88CC2 /* QCloudMultipartUploadPart.h */, - E03A7815CB4559D04681A648642263BA /* QCloudMultipartUploadPart.m */, - C9CBA92FBACD7C83AADAF41B7B4A6F26 /* QCloudPutObjectCopyRequest.h */, - F470A925C5094BD40B4014B0102B5721 /* QCloudPutObjectCopyRequest.m */, - 7AD876C2E305B26F51D1C62B84BC2F1A /* QCloudPutObjectRequest.h */, - 79FE46DF0519B7BC0F843EA1B149D909 /* QCloudPutObjectRequest.m */, - 874E32992FF188A8A335A064CF0F52CA /* QCloudPutObjectRequest+Custom.h */, - B29A9DA90F39E64BABA248050A567240 /* QCloudPutObjectRequest+Custom.m */, - 8B5F8B9B8807D978B0FF32BEACD47182 /* QCloudPutObjectRequest+CustomBuild.h */, - 1E30DD2E6EACC0D6E1AC4B882A63B165 /* QCloudPutObjectRequest+CustomBuild.m */, - 878B6D72536A69FF375964403CD032BE /* QCloudRequestData+COSXML.h */, - CEF3CE4555FDAEA369ABD1581E297B11 /* QCloudRequestData+COSXML.m */, - 3067AF278E4B581B7F782D773FAAD91C /* QCloudRequestData+COSXMLVersion.h */, - 455D068D4EB4731CA40B25B1821380D2 /* QCloudRequestData+COSXMLVersion.m */, - F16D84E1CE2EB0590049C86CD5FF0ADE /* QCloudUploadObjectResult.h */, - 069F96CE0DAEF6A9FE35804AA7AE93DB /* QCloudUploadObjectResult.m */, - EBE5099CE237143C902B9F81A11DB6EE /* QCloudUploadPartCopyRequest.h */, - 548D34F6170A1B7F8F1EB4BBE0EF9C56 /* QCloudUploadPartCopyRequest.m */, - A30BE8E0405F71F65B389795E68A00B1 /* QCloudUploadPartRequest.h */, - 0775C52A5931289F362DAD2225F5A91B /* QCloudUploadPartRequest.m */, - 38284497DD20EB23C007D4DD28318A8C /* QCloudUploadPartRequest+Custom.h */, - 187EB415C386F93E525B3555B972129F /* QCloudUploadPartRequest+Custom.m */, - 3C118021EF031FBCA103B7EA98DA851B /* QCloudUploadPartResult.h */, - 94CF2495A56C33AAEA8737D4DF150E53 /* QCloudUploadPartResult.m */, + 12540B6962F5FC4CD222FD37E2359693 /* Agorafdkaac.xcframework */, + 990BAC9AD43347FC228B5F8491FF2DD9 /* Agoraffmpeg.xcframework */, + 160CB3A184DF41CC04F55221527C87F7 /* AgoraRtcKit.xcframework */, + 1CC2E661D03D52A55C3233351E12BB7A /* AgoraSoundTouch.xcframework */, ); - name = Transfer; + name = Frameworks; + sourceTree = ""; + }; + 01EA0AA54C80B2789053740900583EB7 /* AFNetworking */ = { + isa = PBXGroup; + children = ( + 07E1D034A6B89214C41037BEC51CC8AB /* AFNetworking.h */, + A9906941E1BA82A851D5FF2F859812CF /* NSURLSession */, + CE8699EEF38A400E63B3293808AB5CFB /* Reachability */, + A366D5B27B106184184F24A1FE308D70 /* Security */, + BA10926D7DB7D5556CC83BC321D6C963 /* Serialization */, + 3BBAFCF6C5D1BB3BEB6ACA0D1541D669 /* Support Files */, + 6438BB7D853ECC6445C2A003C6432E86 /* UIKit */, + ); + name = AFNetworking; + path = AFNetworking; sourceTree = ""; }; 021DEAD4977CF1E7C6FC21CB7C6CD5F5 /* TUICore */ = { @@ -8098,55 +8252,87 @@ path = ../TUIKit/TUICore; sourceTree = ""; }; - 0276C2ADE13319AA8E77CBB093AB26F9 /* Support Files */ = { + 02D48CE19EBD915E0225569174A46741 /* YYCategories */ = { isa = PBXGroup; children = ( - A70F28517908A48847FB806248FF0034 /* LLDebugTool.modulemap */, - 9A5F6D8AA6993683C15AB8AF64D1DD9A /* LLDebugTool-dummy.m */, - E39CC2DDDF3D85095D92C61B4E046213 /* LLDebugTool-Info.plist */, - 947DC10AA8D519EB371FAA12C67BB016 /* LLDebugTool-prefix.pch */, - A91D031B942FCE6EA400BE1570F2D49F /* LLDebugTool-umbrella.h */, - EBDFCC8623E4DB819943C76047E711CA /* LLDebugTool.debug.xcconfig */, - 7407A1FCF518A0D31B1F5CF0AC98CB66 /* LLDebugTool.release.xcconfig */, + 84ED3CBAB51C239658F04339D9839680 /* CALayer+YYAdd.h */, + D5193B15AB8D799E43E4C0ECEB23835F /* CALayer+YYAdd.m */, + 7BFE197ABA79ACC285FA0B616A5B4E72 /* NSArray+YYAdd.h */, + E3FB9559A79348730B976E06B177D060 /* NSArray+YYAdd.m */, + AD8AAA5625D898587C2298888D0D1D4A /* NSBundle+YYAdd.h */, + 40B0A8FBE9FD9A238019E1407165E4CE /* NSBundle+YYAdd.m */, + 8B68D2C48F92EBE60670446554432B67 /* NSData+YYAdd.h */, + 2424F9AA5552EFA7666E0B13544AD430 /* NSData+YYAdd.m */, + C6B4F99394B5F1E6C274CE86F9503C53 /* NSDate+YYAdd.h */, + 04555331D87E3A5868B6F04AC9E7617B /* NSDate+YYAdd.m */, + CE1A5872A3905EDB069A9AC3531CF54A /* NSDictionary+YYAdd.h */, + FE849D97EC9B4C3FF9416F2C8E7743DE /* NSDictionary+YYAdd.m */, + 5EA3434E94CB6629175E1CBD12DB6422 /* NSKeyedUnarchiver+YYAdd.h */, + 4054AA13A701D155EB4F42C672681849 /* NSKeyedUnarchiver+YYAdd.m */, + 9FB607618BDF8FE6B43109F5FB0196F6 /* NSNotificationCenter+YYAdd.h */, + 20652EC403060AE5261E235762B4B8A1 /* NSNotificationCenter+YYAdd.m */, + A0EC7A79A11749CE3015E89C97E427D5 /* NSNumber+YYAdd.h */, + B922C53B052163415A0975AAD6E8D5ED /* NSNumber+YYAdd.m */, + F5C637B450878EC0105E357CBE570977 /* NSObject+YYAdd.h */, + EF29AF47A73E2C0BB3A5C09B3D13FF6F /* NSObject+YYAdd.m */, + C4DA372241C474405B203656E6718883 /* NSObject+YYAddForKVO.h */, + 843DD8E997F0495C0AC4481CE0668B97 /* NSObject+YYAddForKVO.m */, + AF94CB20ACBD8112745306281375FB80 /* NSString+YYAdd.h */, + FA5E009A0FC59AB8A484A91DFE9A0F66 /* NSString+YYAdd.m */, + 942AD231574913B4D691DE81E2D2401A /* NSTimer+YYAdd.h */, + 2C8B4ACF46E37C04DF930852BBF5B221 /* NSTimer+YYAdd.m */, + 2758CADC88D2FBF9BE5AD698C05A1A49 /* UIApplication+YYAdd.h */, + 76A089FB6CFC8D38D36350B69ACEFDF8 /* UIApplication+YYAdd.m */, + 9D5AF6D30323CA2A71D87C333D22ECEC /* UIBarButtonItem+YYAdd.h */, + 1B4719F2C50039E65FC7E12FC9862513 /* UIBarButtonItem+YYAdd.m */, + E404B643ED5DEB29532CF81CA9ADD872 /* UIBezierPath+YYAdd.h */, + C041C1C0192DD4069D355983EA491CED /* UIBezierPath+YYAdd.m */, + 00488B3989DB75D7A3B0C70421704474 /* UIColor+YYAdd.h */, + DFECC0EDE674A66005CC63E79E743022 /* UIColor+YYAdd.m */, + 1A525DBA7B436FA6EFEE97970DAAAE14 /* UIControl+YYAdd.h */, + 833CD45623D54D32449B0269F42FF369 /* UIControl+YYAdd.m */, + 94089A35BE8F36331065084DAB72B91D /* UIDevice+YYAdd.h */, + 09CF1800E135BF67A8FB8312F59023E6 /* UIDevice+YYAdd.m */, + BBC7E2BC62094822979ED18AD2BFE583 /* UIFont+YYAdd.h */, + 8E3E9B733CD27AE5EE44CCF64D0E8FFE /* UIFont+YYAdd.m */, + DE31E469D5722A072EBA26D72FAEA862 /* UIGestureRecognizer+YYAdd.h */, + ECEF019D5B4EE003757AFA91EB2A1970 /* UIGestureRecognizer+YYAdd.m */, + CC7167EAC8F42F8F0248553DD511A757 /* UIImage+YYAdd.h */, + 919795F244E75F84C5834FEC706BA1E9 /* UIImage+YYAdd.m */, + 0EF64F611E29A12563B2D4013DE347D4 /* UIScreen+YYAdd.h */, + B427CEAA7D18E537E9CC88C1F21B536D /* UIScreen+YYAdd.m */, + 6203CA78DAD834033EBC53FDB9976FE4 /* UIScrollView+YYAdd.h */, + 948910D76DB19AF888E8EA1CD420281D /* UIScrollView+YYAdd.m */, + 9BE8D4CF57669C588F3A1DA4A196CFCE /* UITableView+YYAdd.h */, + 5ABC462CA7597105F9156B915AC9CF6B /* UITableView+YYAdd.m */, + 831CFB1FFE0CB6C039A6E4D01B486A9C /* UITextField+YYAdd.h */, + 1A044BB556E45F54C0AC892520A38BFC /* UITextField+YYAdd.m */, + E0866048840ED6198920DB2BF691AE31 /* UIView+YYAdd.h */, + 8BC555EFB5A05066780D94E2250AD844 /* UIView+YYAdd.m */, + 80ABC901B71659C110AB9AC6D785EEEE /* YYCategories.h */, + 45668A1CF0FEBDE7CD493E89AA195791 /* YYCategoriesMacro.h */, + 0BDF443ED7C58900F1B5B41DEDD69425 /* YYCGUtilities.h */, + 45DB26975F59C6EC1A10A3280E50CE65 /* YYCGUtilities.m */, + 995355A82F0DFA1C3BF30B7F39A90BAB /* no-arc */, + D432B1957981A9FD899B52C6743E3B67 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/LLDebugTool"; + name = YYCategories; + path = YYCategories; sourceTree = ""; }; - 03919B68EB58B309A0A59A4600E1B4FF /* AgoraRtcEngine_iOS */ = { + 031B4E470D062E4B95E7A0F249B85B6C /* BRPickerView */ = { isa = PBXGroup; children = ( - 904BA7B4426779A2A3F54F437874B320 /* AIAEC */, - 403F5F50D89FB3A40891B76899A7ADB5 /* AIAECLL */, - F6BFA5D6E787AF23175EE6ADA4870935 /* AINS */, - C80527A9469D1A7B2DE6C107072F9675 /* AINSLL */, - D079F7FEFA2B888706067BDD1D2EFFAD /* AudioBeauty */, - 4744674E6DE30B91F3552CCB64189662 /* ClearVision */, - D3916B57E2D9C16A38989BDBCE0B3EFC /* ContentInspect */, - E473339B0C0418561C27587B301958C7 /* FaceCapture */, - 81F9EA3E6FD5E02A2FED860523EEF187 /* FaceDetection */, - 32D061A1D2A150E3CAEDA04128258F1D /* LipSync */, - 932EA7608F9A64533A7817998F1723FB /* ReplayKit */, - B03AADA0FC0CA8EDCD7A2A1E5C2935C7 /* RtcBasic */, - 6E245AF7B0D7811B9FA7FCBA0A309889 /* SpatialAudio */, - 7A6DF6D47E57D0E7EF4D7147986790DA /* Support Files */, - E81F32BFCE8A6EB7DE809A95F624AA82 /* VideoAv1CodecDec */, - 577AB3ACBE0D271862A20D875A6BF7C3 /* VideoAv1CodecEnc */, - 8196608455F8B9D6858794E4377D26AC /* VideoCodecDec */, - 218A9FB599C7187D7E41E45653780F40 /* VideoCodecEnc */, - 805CBDBCAAEE1C7DB2602F45FD209221 /* VirtualBackground */, - 8C45D19F889A2ABC801A10E803931D5D /* VQA */, + 0A06779EBB693704D119D2F7F4769B9E /* BRPickerView.h */, + 88C499919C8889AD612DC4C554F82096 /* Core */, + F825A607B64879BF467DCA1FC62A3977 /* DatePicker */, + 8E9F60232F18278D5ECC412108AB77A3 /* Deprecated */, + BAF3D473EB12499848653C31C37184E9 /* Resources */, + 1C9B4C3D76E3EBF4B999FCF08CF542BE /* Support Files */, + E2D86CA28DC8FA80384A72D98014C499 /* TextPicker */, ); - name = AgoraRtcEngine_iOS; - path = AgoraRtcEngine_iOS; - sourceTree = ""; - }; - 04208E633EAF38299251012341135285 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 58A6ED66560B5BA5E371D56B18DE6CB1 /* ImSDK_Plus.xcframework */, - ); - name = Frameworks; + name = BRPickerView; + path = BRPickerView; sourceTree = ""; }; 056A2640901BFAA13D6567DD9B4B4C7E /* Base */ = { @@ -8197,165 +8383,44 @@ name = Base; sourceTree = ""; }; - 08EB1B1248DC852C7CF8B4FD3DA673F0 /* Frameworks */ = { + 07A3A3DCFD5FFF0BEE3CB09C602FADA4 /* Support Files */ = { isa = PBXGroup; children = ( - E8B28E48EF07B30BEB9FFC5A755644E7 /* TIMPush.xcframework */, + F357413C983B0DA4D8B26A80EEC13EC0 /* MQTTClient.modulemap */, + 4DA7075880D1AE49F7A94BB35669AD6D /* MQTTClient-dummy.m */, + 25E0DB49434650E96018FBD9F8F6374C /* MQTTClient-Info.plist */, + 217C750AB229781CE9BA3AE354E7CF34 /* MQTTClient-prefix.pch */, + 25C428395B3320D1B60D830A202D3817 /* MQTTClient-umbrella.h */, + 0483D934AC265AB2B5B369696D71F237 /* MQTTClient.debug.xcconfig */, + 6DB762DCA3BA8753606885B583ECA0EB /* MQTTClient.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MQTTClient"; + sourceTree = ""; + }; + 0857225C16DE7568E1CF971DFB545373 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1322B8DA2DD3BD98F7291C1C2C45887B /* AgoraClearVisionExtension.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 093FC85AC6F5DD0C372CC7CD768D77FF /* Html */ = { + 09824A25B1F05EC4EBFEA218A7C7269E /* Frameworks */ = { isa = PBXGroup; children = ( - 2921A1F4DC86BCE7F505F51D3C9DC18A /* LLHtml.h */, - 7C0FEDCED2F0A3D817915379F808E910 /* LLHtmlComponent.h */, - 9CEF4152C34AAF54F6E4F9F8820EA9E9 /* LLHtmlComponent.m */, - E14DEF22AF4250D11F2F22A453A3A435 /* LLHtmlConfigViewController.h */, - 99C9F6420E22E715A5EDD7BC667FB6BD /* LLHtmlConfigViewController.m */, - 4F8BD6F89587FED967455EC7405AE7C1 /* LLHtmlUIWebViewController.h */, - DE30E0E4C3B6299ED2521A89660768A3 /* LLHtmlUIWebViewController.m */, - 6E9AF43EF9A9E70173237D085D5D3F84 /* LLHtmlViewController.h */, - E9610F285E606B247996729D342EA2DF /* LLHtmlViewController.m */, - 07FDA729CDF8A809667CE7E8744C07A9 /* LLHtmlWindow.h */, - FDEA4EE17B8435E1A244FF956F57DC6F /* LLHtmlWindow.m */, - 37B2D8A9CCA85F0B562530AFC1FEC885 /* LLHtmlWkWebViewController.h */, - D29F11B1D1C5DE70CDD5EEE39537CD8C /* LLHtmlWkWebViewController.m */, - B6F5769BC1BCC9441BEC34B156174379 /* LLWindowManager+Html.h */, - F0257AE55D55EF4A62C2C9C57A1DD59C /* LLWindowManager+Html.m */, - ); - name = Html; - sourceTree = ""; - }; - 0941E2CBC62D38E691709EB01C70B8E6 /* Products */ = { - isa = PBXGroup; - children = ( - A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */, - 8F0D4D4EC80F62CA54EAD5119A89EF03 /* AgoraLyricsScore */, - 0C6AF30DA9F94BBA4AD5F3DA3FA30177 /* AgoraLyricsScore-AgoraLyricsScoreBundle */, - 14A3FE4DA4CE007A926AAC6102122F2E /* AliyunOSSiOS */, - 5D73ED9DCB04D101A1FA489C7FB2A54D /* AliyunOSSiOS-AliyunOSSiOS_Privacy */, - 2CA925CF410A32FD7BF052406767BC59 /* AvoidCrash */, - 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */, - B5786D7DC0F4D5F19C5C3E4160C54D30 /* BRPickerView-BRPickerView.Privacy */, - A3A80BA70CFB7F75C5391BEBBBA8C9DA /* FMDB */, - 148D9AC15C4A9777E5ACBB46C03FE218 /* FMDB-FMDB_Privacy */, - 98527D7196957AAB07B79E2E2AFDE23E /* IQKeyboardManager */, - A5B2838E4866923F3DA717B058EBFF5D /* IQKeyboardManager-IQKeyboardManager */, - C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */, - BB4F011171FCB76B1AEBE390F843E930 /* JXCategoryView-JXCategoryView */, - 2F4A1CCB21DB7EA5A2ACEB11E374FBCA /* JXPagingView */, - E03F152E95B6924D2486511337D24503 /* JXPagingView-JXPagerView */, - 5E4674603A5D5B9215FFA0F8E69F8B71 /* libwebp */, - A3951CB49DB05AD7C1AE14AA7D28A1F4 /* LLDebugTool */, - 1FFED36A657123030ABB700256D73F15 /* Masonry */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */, - 7E3097CFEFDA621E9FB0E62009FF87FC /* MJRefresh-MJRefresh.Privacy */, - C0E79AD53820186F5DE86726D150F447 /* MQTTClient */, - 8806024254F3EB0BE3C8A4EE1447B145 /* Pods-QXLive */, - CF003CA42C1A3BEB0DB3D0AE908137A2 /* Pods-QXLiveDev */, - C2105C94812B6214B154F54DCEDB72AC /* Protobuf */, - F777222FFBEEB0CE4650EE8A00938A60 /* Protobuf-Protobuf_Privacy */, - 46692FB12DB27794094D838DF87D563C /* QCloudCore */, - 3A29D7C214574D219F6C435101FF52C8 /* QCloudCOSXML */, - 8D4557A35A355F78DD9FFD8EAC379905 /* QGVAPlayer */, - 9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */, - 8B6CF5C20C32EE9F7F0862FF892524DE /* SDCycleScrollView */, - B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */, - CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */, - FCF61D9B2B75054A9A3185DDC609B7FF /* SDWebImageWebPCoder */, - 91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */, - 3079401082458950495F2DC04E71FC4E /* SVGAPlayer */, - 69548067BF8002DF53941149BD410A1D /* TIMCommon */, - 1861D51E6AFECEB294232A4496429A63 /* TIMCommon-TIMCommon_Privacy */, - 8C3F1A0419AAD8065736DC7968102C54 /* TIMPush-TIMPush_Privacy */, - F00D49623A9DB6BF88121D1D25391F36 /* TUIChat */, - F8879DB9AD3F9A8F85D8C38EC2024D15 /* TUIChat-TUIChat_Privacy */, - C8FFAB06408747E7BA2A353127D4ACF8 /* TUIConversation */, - FC14DF02839D1B209B22801C7FCC416B /* TUIConversation-TUIConversation_Privacy */, - 37EA43C6154607EB4C385B067D4FF381 /* TUICore */, - 62476AD95833F1EC15B5FC7E01E6CB19 /* TUICore-TUICore_Privacy */, - BF12EF87337DED2D5544A4B5636CC4C7 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */, - 8E1D5C0FCA0D872C3F21E87F25420681 /* TZImagePickerController */, - 642FEF38E132FB38DD2B59B88F069917 /* YBImageBrowser */, - 48ACF38225AF5129416A1F090F6D3286 /* YYCache */, - 1716B5FBCF0DF55C120AC52CFC22452D /* YYCategories */, - 0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage */, - E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */, - 71762A728913EB440C97D3616D291AF3 /* YYText */, - 4FC1978206616CE319648B302B05AA8A /* YYWebImage */, - A845402EF959A57A4640F2A4F5155943 /* Zip */, - ); - name = Products; - sourceTree = ""; - }; - 09620E9C390C38639A1DDE74B9C5CEC8 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 42B34A9453AFC086AD9C70B005091148 /* AgoraVideoSegmentationExtension.xcframework */, + 6EB74690372BC48A0925AD8A321B1C13 /* AgoraFaceCaptureExtension.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 09A78990FB9E7165FDCDADE28DCAB7D9 /* Pods */ = { + 0A0C9758E20EE8730F2AE99854281C54 /* Storage */ = { isa = PBXGroup; children = ( - 53BA064B4B535D8CB03D3F8A70FFC7C3 /* AFNetworking */, - 9C183B0B0FEF56DE8E937130E6090EFA /* AgoraComponetLog */, - B881304D2A8814DA549A89F350EDD7BA /* AgoraInfra_iOS */, - 3070653161CF7F75092242D41B7B3F85 /* AgoraLyricsScore */, - 03919B68EB58B309A0A59A4600E1B4FF /* AgoraRtcEngine_iOS */, - 10F70C133C75B4E82686975F9638576C /* AlipaySDK-iOS */, - E4EBA5F01478E20A1196D498F0534B86 /* AliyunOSSiOS */, - 575B8FFC3504FDA41190188162F97DB5 /* AvoidCrash */, - 60B6010866D140D03545D168FCB18734 /* BRPickerView */, - 87098415178CC03502B5D76CCD5AE04A /* Bugly */, - A730DFF3725311969C177005890E1E80 /* FMDB */, - 9DD5B1A50C8AA42D690B2E5564335DF9 /* IQKeyboardManager */, - E750AEBE16157ECA4D8B407366EFBBFF /* JXCategoryView */, - 8BA162B85AAD47F997B025DB0DF00E98 /* JXPagingView */, - F17EB15AE0FDF45C04E8FE17F9622E3F /* libwebp */, - 6F293977D539FCDCDD55EE6DE922090B /* LLDebugTool */, - B54A38FCEE1EA25F5CE6A7FE9673C7C9 /* Masonry */, - 47322CE029FC9194B6F62C0AF9296B8C /* MBProgressHUD */, - E1273FC545E31F2B19878D0EF471D954 /* MJRefresh */, - 1B928DDD2540B61615859EC7708597CE /* MQTTClient */, - AD13FC4DC881D8451BD3646C26F63158 /* Protobuf */, - 8F43D9AB1CFDCA33904F150363BC2C80 /* QCloudCore */, - 93D646B07457CA3515378F69D334B3E7 /* QCloudCOSXML */, - 4182B290A81810E167941C963B5CC3A4 /* QGVAPlayer */, - BB81769C2F7A4B8EBEB9F9B854D51932 /* ReactiveObjC */, - 8B5576C8562CCBDECAA13A0596B8FEFE /* SDCycleScrollView */, - 63BEFFD16CA4CD952CC40293A542B016 /* SDWebImage */, - 166C6820ADD2D296A2F077753C88C1B6 /* SDWebImageWebPCoder */, - 9578587E21E66877DC2EA8D93688BA69 /* SSZipArchive */, - 8AF55E1DAD15740CED56C178581082E5 /* SVGAPlayer */, - 29699849EBE082E767A596DCC59412C2 /* TIMPush */, - 18C1C5DB6F4A8FC09742CAA0CCC1D8AF /* TXIMSDK_Plus_iOS_XCFramework */, - 9D5707163CE8FA8DE1BD9716BEF7AAE7 /* TZImagePickerController */, - 7A0DC21AAF931C8CCA664C05A6DC4995 /* WechatOpenSDK-XCFramework */, - 0CC947E5691A80C824BE78C592DFCBD5 /* YBImageBrowser */, - A8EAB7A6A2C899ACF1BDB6E12B94AFC9 /* YYCache */, - BBC483E3772FBC4B16FD4EB136929646 /* YYCategories */, - BAFDEC8A4EF30E4F9B60C57671A9C5BE /* YYImage */, - 77814B16737236287DD206044619FE6A /* YYModel */, - 7CA0A4766D005CB1ACCB69F5617BE6B2 /* YYText */, - 557F219E799C41D00DDE20A276CB0E53 /* YYWebImage */, - 6B2016670209793A08CFD21660BF6E7F /* Zip */, + 906BCCE1D208D9E638F4D2AF4D9D055E /* LLStorageManager.h */, + 6023002C376DEF9CFB947579A81828EF /* LLStorageManager.m */, ); - name = Pods; - sourceTree = ""; - }; - 0CC947E5691A80C824BE78C592DFCBD5 /* YBImageBrowser */ = { - isa = PBXGroup; - children = ( - 9126B1AEFC49E89A8782EDA1C42074FE /* Core */, - 8AA3FA01EDF14BB227E0B05D7F96350F /* Support Files */, - 71DC8ED45B65DE88A0FA1CFCDE82B101 /* Video */, - ); - name = YBImageBrowser; - path = YBImageBrowser; + name = Storage; sourceTree = ""; }; 0CD5E1F2689A4FB0804C0F9C255FD888 /* Cell */ = { @@ -8370,98 +8435,84 @@ path = Cell; sourceTree = ""; }; - 0CE85CFEB44E8EB82B34AA5ADD781C4D /* Support Files */ = { + 0F2EE6082D21B9BEB3D6A252804CC1D5 /* Frameworks */ = { isa = PBXGroup; children = ( - F4863A97544D4F1132BE48855070A653 /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */, - 126BA284242F73A99913BE9B9D42AAE6 /* SDWebImage.modulemap */, - 38B548276CBDD58FCFE13856ADA58FFB /* SDWebImage-dummy.m */, - F668719FAAD4F0CA9C2A742EF2C74763 /* SDWebImage-Info.plist */, - E8DD1CB09A0336A45AA2E1FCF9C8F71D /* SDWebImage-prefix.pch */, - E68BAAC2BD14E395860B9FCECB394C41 /* SDWebImage-umbrella.h */, - 1716232139CC5201D57DB0BC972C8EA4 /* SDWebImage.debug.xcconfig */, - 50CB953D9D3B4F72E9ED204CAD506CAC /* SDWebImage.release.xcconfig */, + 1036F3A5CEF9D5C39F0656FDCBA8ED6C /* AgoraReplayKitExtension.xcframework */, ); - name = "Support Files"; - path = "../Target Support Files/SDWebImage"; + name = Frameworks; sourceTree = ""; }; - 0D18BA9AFD3CE2962175AFC68FEB8E06 /* Support Files */ = { + 13BE8CFD0E71CD8C77CFCB5228BE0543 /* ClearVision */ = { isa = PBXGroup; children = ( - 24D778ECA14E184A4CF72F4BB4E7D79B /* Bugly.debug.xcconfig */, - F3739706ADBC95382D973991D343B376 /* Bugly.release.xcconfig */, + 0857225C16DE7568E1CF971DFB545373 /* Frameworks */, ); - name = "Support Files"; - path = "../Target Support Files/Bugly"; + name = ClearVision; sourceTree = ""; }; - 10F70C133C75B4E82686975F9638576C /* AlipaySDK-iOS */ = { + 14EBAF0495095A0E5F81A7D971FA41D2 /* Video */ = { isa = PBXGroup; children = ( - BA8A4851A814D3392B85C5B80CEB33FF /* Frameworks */, - 745839B8B0C6DD40D54FF081D03A2D46 /* Resources */, - 1ADB3F452F48510E799DE6A2A8CB3C08 /* Support Files */, + B24DB211F84BB02703D14F163E518387 /* YBIBVideoActionBar.h */, + 4B9D8227D55D9E5D154D5FC61514100F /* YBIBVideoActionBar.m */, + D6C3A649F5008972C4E309606E27E08A /* YBIBVideoCell.h */, + 468A26063C8DAB42EA913F47B300E46B /* YBIBVideoCell.m */, + 3C60D17898FF18342112C92B6BEA89D5 /* YBIBVideoCell+Internal.h */, + 56ACF702EEBC0892A4373432A4CEA89B /* YBIBVideoData.h */, + 9E74F0EDDC5F4AE3CE472C2DF974AF73 /* YBIBVideoData.m */, + 20F838E33BB643D540ED2CAF272A8FE3 /* YBIBVideoData+Internal.h */, + 8D2D898EB6707CAC64DF1425DF4A6CB9 /* YBIBVideoTopBar.h */, + D6BA281AC5F5367741EB864DB903175C /* YBIBVideoTopBar.m */, + 179F0D9FA3412084FD5FF340E63DBDBF /* YBIBVideoView.h */, + F01B9DD6936CA9D299ABD2313E1EEE66 /* YBIBVideoView.m */, + 5EEE1DFDDD1E9A3C5278ACE655AB5A7E /* Resources */, ); - name = "AlipaySDK-iOS"; - path = "AlipaySDK-iOS"; + name = Video; sourceTree = ""; }; - 115A917F1DF91569B4A7A94B3F955EC5 /* sharpyuv */ = { + 14FA939FFEF2BC04A952ED0C7BB18951 /* Network */ = { isa = PBXGroup; children = ( - 8C93EEA40FE0DA8CB90A713BA52C61B2 /* sharpyuv.c */, - B28BF8818C10BF7170B4BA56EF96834F /* sharpyuv.h */, - B00DA237ADEF5F3B79A18F2D994EAE07 /* sharpyuv_cpu.c */, - 4545EA2AC0F863D487A9A624FC563DB0 /* sharpyuv_cpu.h */, - C1E1AC30B88AF0AA1FBE23726D6D264D /* sharpyuv_csp.c */, - 15A33D6AE6F352803CE3BA0C735F26B8 /* sharpyuv_csp.h */, - 7E7F426B17E68809DC64043CCDD166B9 /* sharpyuv_dsp.c */, - E1828373766AE5D4C3F5D785FE41B81C /* sharpyuv_dsp.h */, - 9A651EC9070289A97EF337EFE867B426 /* sharpyuv_gamma.c */, - 7CE17C93C73BB3A3750816869E6D7288 /* sharpyuv_gamma.h */, - EC8EDA2AD254FBD42815A4AF21830A39 /* sharpyuv_neon.c */, - A134B62F97284007A18D1FEA61377950 /* sharpyuv_sse2.c */, + A7C22B5B6864C469C381C9D3C9BA42EA /* LLNetwork.h */, + 7060CDAA99E2042D7CC74E7C021BDE76 /* LLNetworkCell.h */, + 85F17BEC17CB46170BCCF636D82F7543 /* LLNetworkCell.m */, + 0D225C0E0F2D3AA7232C9EA9C7E53C31 /* LLNetworkComponent.h */, + 3AF72A9760A0BA235EF3A82ECCFA2391 /* LLNetworkComponent.m */, + CD594077CA49C0EB5D326D6C8176B58D /* LLNetworkDetailViewController.h */, + 12D095DBAC9E16606066C5A44F951B57 /* LLNetworkDetailViewController.m */, + D01E02FC1359363DDF733A132E4D0D8D /* LLNetworkFilterView.h */, + 6F20982B11536738EEE56576BD44E06E /* LLNetworkFilterView.m */, + 0D577918AD4F6A70C38DD3287BC37A21 /* LLNetworkFilterViewController.h */, + 17A013F8E2D98CD05C00F895A28628B0 /* LLNetworkFilterViewController.m */, + 82B2734DFDEF38B60B3ABFC8434E2323 /* LLNetworkHelper.h */, + BC38878EA917883C92521572154FE97A /* LLNetworkHelper.m */, + 986E042E25C130902ACB35A89D3C47FD /* LLNetworkImageCell.h */, + 269832B1DE5779261B67B375989B553D /* LLNetworkImageCell.m */, + F88981204A6EFDA3391651E442A42252 /* LLNetworkModel.h */, + 1871AD55AA72CD1FF8E4699DBD0A3C24 /* LLNetworkModel.m */, + A78643B181A67CB837FACDD345DE8F55 /* LLNetworkViewController.h */, + 6B58EE6415343C9021A537DE7E4B25EE /* LLNetworkViewController.m */, + 1FB4FD202DF5CE97C9F288599C1BA839 /* LLNetworkWindow.h */, + 510D25D0D52CC286B88B842FA96E2F0A /* LLNetworkWindow.m */, + 76F723F432923D00ED029AC780037657 /* LLReachability.h */, + 58F8C8A86DED1F184B06C547097F25BA /* LLReachability.m */, + 1E80FB355EE00AC50CFB9A0D881DD0E0 /* LLURLProtocol.h */, + A471B60FA4F9D6072CE4894605C91CB0 /* LLURLProtocol.m */, + 7116EF08184EF04BFD8026469ABD5228 /* LLWindowManager+Network.h */, + D88FBE605D42567F2D4BBD51F13CF933 /* LLWindowManager+Network.m */, + 139EB118BA580D05E121F29FD2616A7C /* NSData+LL_Network.h */, + 21B7F64A69B6B8F7CA4821510EE363C7 /* NSData+LL_Network.m */, + 6F24B554E310314E49FA55EE2C8EC479 /* NSHTTPURLResponse+LL_Network.h */, + 88C1339B5A59BA8D3FF8EC32800325B4 /* NSHTTPURLResponse+LL_Network.m */, + DC87C325B66992294EDFA827D0213ABF /* NSInputStream+LL_Network.h */, + 039EB05EE7C8800958060ED4E6DE12A7 /* NSInputStream+LL_Network.m */, + FCFFF3E4BF8E068DC3DE05A245DD920C /* NSURLSession+LL_Network.h */, + 38F76D70DEFC59FA49CCFFA358C27C27 /* NSURLSession+LL_Network.m */, + 9C8EAAC0ACC713B35E511CC8EF98056F /* NSURLSessionConfiguration+LL_Network.h */, + F3388427B1219A13E70BB1911A963EC6 /* NSURLSessionConfiguration+LL_Network.m */, ); - name = sharpyuv; - sourceTree = ""; - }; - 11E82E3FA698D4286DA12DD4BF0AA95B /* UIKit */ = { - isa = PBXGroup; - children = ( - 464CEA7C113FAB329A4414AE96B55A64 /* AFAutoPurgingImageCache.h */, - ADE31962E6DAEF6C1F5352D7020EAD0A /* AFAutoPurgingImageCache.m */, - AC2534F6DA9CD0DE92D5AD36466B46CC /* AFImageDownloader.h */, - 193B8DE441F822996DB85CE1E778E140 /* AFImageDownloader.m */, - E7F470C1AAF30E9BE42D163CB95B0C90 /* AFNetworkActivityIndicatorManager.h */, - 41E17BB7482527F1150B0125BDE89249 /* AFNetworkActivityIndicatorManager.m */, - 03BF43093B19208E3AE16619EEF6EE57 /* UIActivityIndicatorView+AFNetworking.h */, - BA05A74193017E1B72355F6DBA29D068 /* UIActivityIndicatorView+AFNetworking.m */, - 8A31C5ACB803D9BB5674006841EEF304 /* UIButton+AFNetworking.h */, - 7EEA1E1BB5437E90728E35ED0A840516 /* UIButton+AFNetworking.m */, - 75E14A26B2443DB8636F73380840454C /* UIImageView+AFNetworking.h */, - 2E0E74DDEF5598A8AC34DE1381BBE2F9 /* UIImageView+AFNetworking.m */, - BC29A2455DEEC2E1DC7C35DE7214705D /* UIKit+AFNetworking.h */, - 230AF4A6C6B69155BA2EFCECF574EEEF /* UIProgressView+AFNetworking.h */, - A519F1F393FB879673BD511BC859018E /* UIProgressView+AFNetworking.m */, - 1A95A841692B05AA71D9B23913C6DCB1 /* UIRefreshControl+AFNetworking.h */, - B656772A40F6C7D8AA8B172EE33D1AD1 /* UIRefreshControl+AFNetworking.m */, - 54E7E679235871C331C4566524F5D0E0 /* WKWebView+AFNetworking.h */, - 0181B85525623BF13C065D6FC2A0014E /* WKWebView+AFNetworking.m */, - ); - name = UIKit; - sourceTree = ""; - }; - 12C9165C5CA536E94EFA453189497188 /* NSURLSession */ = { - isa = PBXGroup; - children = ( - 54A34D23FFDF5900855CC9BC436FB705 /* AFCompatibilityMacros.h */, - 28D28484E843EAB89818F3F533CD1FC3 /* AFHTTPSessionManager.h */, - 051F1766A9870CFBD8C0C678367C5767 /* AFHTTPSessionManager.m */, - DC59393E8A79060D096924489FACD258 /* AFURLSessionManager.h */, - 82ED1D75E12BD82491ABBEC5F5DBBD68 /* AFURLSessionManager.m */, - ); - name = NSURLSession; + name = Network; sourceTree = ""; }; 15D5B0217CB989BFE8FDBDFDFD595257 /* Service */ = { @@ -8501,72 +8552,28 @@ path = ../TUIKit/TUIChat; sourceTree = ""; }; - 166C6820ADD2D296A2F077753C88C1B6 /* SDWebImageWebPCoder */ = { + 170B133138243149368206FED4F14EB0 /* Frameworks */ = { isa = PBXGroup; children = ( - E5946F09464FE288F219AFED01ADC592 /* SDImageWebPCoder.h */, - 47AA2B6BDCF9094B1400FB48698EAE18 /* SDImageWebPCoder.m */, - 05799F519CA6516CC4DB8F360246FC40 /* SDInternalMacros.h */, - A470008A38B5DFD5F7A75E35F2C2D778 /* SDmetamacros.h */, - 95A3324CA0FE1B9B3F9E4D935B5E655F /* SDWebImageWebPCoder.h */, - 707857DC38035C14923222062751DD87 /* SDWebImageWebPCoderDefine.h */, - 4F053A8BB4012F91DA472CE271FE0C3B /* SDWebImageWebPCoderDefine.m */, - 32D76BD34CD2BE0A545513A0C0E136DF /* UIImage+WebP.h */, - 502439F27906B715098E164CB607F37D /* UIImage+WebP.m */, - CC0CA982F01B9C0BE0ACBB1B7474E53B /* Support Files */, - ); - name = SDWebImageWebPCoder; - path = SDWebImageWebPCoder; - sourceTree = ""; - }; - 167C99F6513A1617A18AB8C67D98191C /* Support Files */ = { - isa = PBXGroup; - children = ( - D3BA422BFCBE62C868DFC67AAE710A1E /* FMDB.modulemap */, - A7419C5AE8251BEFC0F64A5B6585B79A /* FMDB-dummy.m */, - 9691510F8293B6C3C3620A1B5CF6EC68 /* FMDB-Info.plist */, - 491AC60B9EA27D9A0A73E8B4022CAA04 /* FMDB-prefix.pch */, - 876F9A889959089D5C1BC6EB86A4BACA /* FMDB-umbrella.h */, - 12EF51BACC197258B8B67C383A336E35 /* FMDB.debug.xcconfig */, - BAD3D4F05D735E651C44225EEBA0ED08 /* FMDB.release.xcconfig */, - 0CE660FB2BC9FCC0ADA5A373DB1AC30E /* ResourceBundle-FMDB_Privacy-FMDB-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/FMDB"; - sourceTree = ""; - }; - 178C5CD0B196FF3CE9A1BDC9A8F5994A /* Frameworks */ = { - isa = PBXGroup; - children = ( - D51CBD6D22A4E97F4C979DB181064FF2 /* AgoraClearVisionExtension.xcframework */, + 439CA4F83EC651772701D0DB0585EDCC /* AgoraFaceDetectionExtension.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 18C1C5DB6F4A8FC09742CAA0CCC1D8AF /* TXIMSDK_Plus_iOS_XCFramework */ = { + 17C40C7CC1CE957AA036BA3EA1C048F4 /* Resources */ = { isa = PBXGroup; children = ( - 04208E633EAF38299251012341135285 /* Frameworks */, - 590436FBC8F4C69653D1166F29209545 /* Resources */, - 5F502D7D3954F18F8E820DF584CEE465 /* Support Files */, + DB244411AF5783655D227ACAA9C505B2 /* PrivacyInfo.xcprivacy */, ); - name = TXIMSDK_Plus_iOS_XCFramework; - path = TXIMSDK_Plus_iOS_XCFramework; + name = Resources; sourceTree = ""; }; - 190C188984D8AE659EDBA10DA75F4B7C /* Support Files */ = { + 18E6DD7E93486F760B29590BC58D8A09 /* Frameworks */ = { isa = PBXGroup; children = ( - 2AB908F82047BCCE323274DF95F5D89C /* YYWebImage.modulemap */, - 1F821D96E4D6D12CCD9302BF748763FB /* YYWebImage-dummy.m */, - 30C63B80F2734C318ABB99335F44B65F /* YYWebImage-Info.plist */, - 60032E39B89A10E14CEC2557336A62AF /* YYWebImage-prefix.pch */, - 1091026C99A74FE986F2EF251172CD33 /* YYWebImage-umbrella.h */, - D3B5ABAAD3C55CA06C58BC87CEED0469 /* YYWebImage.debug.xcconfig */, - 848C0FBEC76DA925072947778D53BC60 /* YYWebImage.release.xcconfig */, + CA1CC8EDC880364DE8D43C0166CB7DC8 /* AgoraAiEchoCancellationExtension.xcframework */, ); - name = "Support Files"; - path = "../Target Support Files/YYWebImage"; + name = Frameworks; sourceTree = ""; }; 1A27AF7140DE88280005FDB90A2B9610 /* UI */ = { @@ -8585,15 +8592,39 @@ path = UI; sourceTree = ""; }; - 1ADB3F452F48510E799DE6A2A8CB3C08 /* Support Files */ = { + 1A2F1257E7A092E45E60C9DADBA68A51 /* Support Files */ = { isa = PBXGroup; children = ( - 78880351E0F1EAC9BA7AA75AC6858179 /* AlipaySDK-iOS-xcframeworks.sh */, - EEDFB1859D92A1C8BAE471FFE88FE3E2 /* AlipaySDK-iOS.debug.xcconfig */, - 29FBCC92D682EDD34E9423145A579B6D /* AlipaySDK-iOS.release.xcconfig */, + 18BA5BB13B83C32F2C45560D10299EFB /* AgoraComponetLog-xcframeworks.sh */, + 9D393247027CD0570FB37C73F45AB15D /* AgoraComponetLog.debug.xcconfig */, + DA9C45FE236D2F77D06A91E4FAF8FE69 /* AgoraComponetLog.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AlipaySDK-iOS"; + path = "../Target Support Files/AgoraComponetLog"; + sourceTree = ""; + }; + 1A44E07C6E59D777D7FB7117FE7C9262 /* Crash */ = { + isa = PBXGroup; + children = ( + F40E7C6B42D6860F5D1D107FDE7308CC /* LLCrash.h */, + 8E6CAC6E9955E40DAF0822406EF4F90C /* LLCrashCell.h */, + 076EBAC3DC62060F3AE62678987CCBC8 /* LLCrashCell.m */, + EB55FBC34652AA048BC051EC6C0A7079 /* LLCrashComponent.h */, + 0815FE185F143ABE06EDE052D5BD13F9 /* LLCrashComponent.m */, + 9817B112ED5456F10AC2E112C62CDAAA /* LLCrashDetailViewController.h */, + 9B569EF9BC34135CE2A9912A719A04E2 /* LLCrashDetailViewController.m */, + 9F4A4A6D41D79BFF720D6E79DBA4ACF1 /* LLCrashHelper.h */, + B011D1CF9E32F7ABCD3A16B0508816F7 /* LLCrashHelper.m */, + DB288AA9021F311885C7C04FC7DF3EFD /* LLCrashModel.h */, + 589C1CD1E1858283C55D1341BB4CA3AF /* LLCrashModel.m */, + D0955AFB5CC99D6BB86DD4EB1AF09542 /* LLCrashViewController.h */, + 14118D084123FB521EFA88FE4B4A6906 /* LLCrashViewController.m */, + DE2878FA37E1C0E2FF4C55DEA72B2414 /* LLCrashWindow.h */, + 5718490A21098223446EBADD89D02F42 /* LLCrashWindow.m */, + 7A6FE2A0335F225F6944844C1EE0347F /* LLWindowManager+Crash.h */, + 49280763B43DB0E16BD4F663FE901581 /* LLWindowManager+Crash.m */, + ); + name = Crash; sourceTree = ""; }; 1B881A3C50E3348E81074A8E46CC5324 /* Custom */ = { @@ -8612,17 +8643,6 @@ path = Custom; sourceTree = ""; }; - 1B928DDD2540B61615859EC7708597CE /* MQTTClient */ = { - isa = PBXGroup; - children = ( - 3229768A0D9FA33369AC0AC428516F27 /* Manager */, - 61E6DD927262B54F7D612E6486A090DB /* Min */, - E3A1F33B81C6499194D39E0A5367237A /* Support Files */, - ); - name = MQTTClient; - path = MQTTClient; - sourceTree = ""; - }; 1BF2EE6833E61114DDD4D3F4DED7CDA8 /* CellUI */ = { isa = PBXGroup; children = ( @@ -8633,12 +8653,20 @@ path = CellUI; sourceTree = ""; }; - 1C0EF03D0BB39A755BCD53D5B0AA6C80 /* Frameworks */ = { + 1C9B4C3D76E3EBF4B999FCF08CF542BE /* Support Files */ = { isa = PBXGroup; children = ( - 38BDAD26DBD09CF5C97C92BC5898EE60 /* AgoraVideoQualityAnalyzerExtension.xcframework */, + E72D055963366EA5F8A5BFFB10EBC7FA /* BRPickerView.modulemap */, + D080E286FE11680127A4054A5FA7BB61 /* BRPickerView-dummy.m */, + E1616364E7E9761B2070CD5C738E7628 /* BRPickerView-Info.plist */, + E073DCEA20D65DF32B921E253A52C82A /* BRPickerView-prefix.pch */, + 2928B6C11DF105E327D32DF0481E9FDD /* BRPickerView-umbrella.h */, + 4F77B42021ED6E3139C6851000CD473B /* BRPickerView.debug.xcconfig */, + 7AAB7A40DC0749F91E7A99A8AFCEEC89 /* BRPickerView.release.xcconfig */, + 6D4FC91E5BC369976168F20F04DE674B /* ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/BRPickerView"; sourceTree = ""; }; 1CBF31B94F7CBADC0165A15428D78172 /* Camera */ = { @@ -8670,70 +8698,303 @@ path = Camera; sourceTree = ""; }; - 1D0D41C8744205587D8F9D851D8759AD /* Frameworks */ = { + 1DC1EB938ECA3F4C8A662C4222B24F53 /* TZImagePickerController */ = { isa = PBXGroup; children = ( - 0A10228A512ED1CEB609122BF4CE1612 /* AgoraLipSyncExtension.xcframework */, + 578699084BEC12070F2CAC40766ED971 /* Basic */, + 9B59B28BC973475526405E64F9CEF960 /* Location */, + B9E66BD476C2C8C601E670A3DED6B4F0 /* Support Files */, ); - name = Frameworks; + name = TZImagePickerController; + path = TZImagePickerController; sourceTree = ""; }; - 1FAEA9DEF6B2D379FA39F4608DB0E2A6 /* Support Files */ = { + 1EE715E19A127222DB99BE32AB523C7A /* AINSLL */ = { isa = PBXGroup; children = ( - AC0E4AABA42DA7103F94CB7036A8B98A /* SSZipArchive.modulemap */, - 14DBE1B6DBE5D9646D9DD05011D55B51 /* SSZipArchive-dummy.m */, - 958B0EAFAF6E8E42C805AE3BD743DAC4 /* SSZipArchive-Info.plist */, - 0D40C51B78D866B14BDA9BF330E9CD47 /* SSZipArchive-prefix.pch */, - C420B69D849181FD011FAD3D8E9B6518 /* SSZipArchive-umbrella.h */, - 0AF9691CBD931F8DB1AB89D3DC087C3D /* SSZipArchive.debug.xcconfig */, - 330637CF749ED5BCC479A9632969669E /* SSZipArchive.release.xcconfig */, + 3728673E677C16479C3FC17159DE710D /* Frameworks */, ); - name = "Support Files"; - path = "../Target Support Files/SSZipArchive"; + name = AINSLL; sourceTree = ""; }; - 1FD3772C8A246B578BE4EB030071B268 /* Frameworks */ = { + 244BAE5F0FF0DABEC9AD4E2D87B458DD /* Core */ = { isa = PBXGroup; children = ( - 63D913B0247EA9453038CE683ED652FF /* Bugly.framework */, + 6EFAB5EE2E32097F445A2767FDFFF935 /* FMDatabase.h */, + 3E5B9F4567379E939A1FF46C0C8D7F2B /* FMDatabase.m */, + B3208B408CC3C7A4B635BEB7BDB113A3 /* FMDatabaseAdditions.h */, + 74621F35B984DC24D6D706527E30034D /* FMDatabaseAdditions.m */, + 9B7E5AE4D7965CA55496EDFEA70090C7 /* FMDatabasePool.h */, + 5993D3F4D9F3E7540A30566908C2A4B0 /* FMDatabasePool.m */, + A8DE361CA0BB7B947609CF04C6773DAE /* FMDatabaseQueue.h */, + CA13EFBD2130E0861D1CA961FD53B125 /* FMDatabaseQueue.m */, + 5C3CBBB49F3B8E24F3E721C35D2FAB06 /* FMDB.h */, + 4242C93A40EC5172EBABE8307FA62D43 /* FMResultSet.h */, + E8339637DC47788B094B37DAA0361CB5 /* FMResultSet.m */, + 3193A3C1E09063614F6331A79FB2F079 /* Resources */, ); - name = Frameworks; + name = Core; sourceTree = ""; }; - 204401A4339A443B33702005BF1C83F9 /* Support Files */ = { + 245AFDA4B2AD66BBA102349264258490 /* FMDB */ = { isa = PBXGroup; children = ( - 51004FC89CBF8CCF5A0B99BAF1E83BC8 /* JXPagingView.modulemap */, - D8929906F89FB8657A7846E55F6C8457 /* JXPagingView-dummy.m */, - 151F3D3EC05D7C138CFAB0A035025F9A /* JXPagingView-Info.plist */, - 52EE3D681BF668BD0C2862CF6BFC9A06 /* JXPagingView-prefix.pch */, - B33BCF564E600AFBD44AE40E7E48150B /* JXPagingView-umbrella.h */, - E7B283DA7D9438642D048CC661511A97 /* JXPagingView.debug.xcconfig */, - 7A1A711047C1AC34798F807FBF6686D5 /* JXPagingView.release.xcconfig */, - 519FC0F676D42EB2112CE24428C563FF /* ResourceBundle-JXPagerView-JXPagingView-Info.plist */, + 244BAE5F0FF0DABEC9AD4E2D87B458DD /* Core */, + B2B06D64902812E3B4443AD89FDD2F2C /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/JXPagingView"; + name = FMDB; + path = FMDB; sourceTree = ""; }; - 218A9FB599C7187D7E41E45653780F40 /* VideoCodecEnc */ = { + 24AC3481125EDB22FB2916C5746EA147 /* AgoraComponetLog */ = { isa = PBXGroup; children = ( - DBC323DA54ACAF7C3376A7EF038F5A58 /* Frameworks */, + 67E5D4126C39750F2DD2F117A092B78D /* Frameworks */, + 1A2F1257E7A092E45E60C9DADBA68A51 /* Support Files */, ); - name = VideoCodecEnc; + name = AgoraComponetLog; + path = AgoraComponetLog; sourceTree = ""; }; - 23923C260A4A1EAD9990CCF5F421AA0E /* Support Files */ = { + 2527BF4B0FFAEE85B7FE17F026F4D40A /* Ruler */ = { isa = PBXGroup; children = ( - 14B2543E409AD42E610C3A45A0E7E42D /* WechatOpenSDK-XCFramework-xcframeworks.sh */, - 91403F1E5C0272749E2C99D64AFD32CE /* WechatOpenSDK-XCFramework.debug.xcconfig */, - 3B1425FAA83B90D2C942C81713A82E18 /* WechatOpenSDK-XCFramework.release.xcconfig */, + CF237387782A06C117D6C2C2F92DD94A /* LLRuler.h */, + 173696C512AD284BA67B56F45C45518C /* LLRulerComponent.h */, + A0CEDD4D4F1CE00CEE1153935F2A28B8 /* LLRulerComponent.m */, + 5204B39EC5D44A7A791D43B53A47486D /* LLRulerPickerInfoView.h */, + CE9C17DB392DA9107D81300CEDEFA2D1 /* LLRulerPickerInfoView.m */, + 7A409BB8F8B7AC0E7878B123A0B09B73 /* LLRulerPickerView.h */, + 20CBA74CA54BCCDC51A36C2D474860D4 /* LLRulerPickerView.m */, + 5AE80A5F3B835AADB78AB88096DF7754 /* LLRulerViewController.h */, + 2FED3693E7EF9F3039C2CC56D0BBEDEC /* LLRulerViewController.m */, + 3F591AB4042C055E5B6C76A4B21F410C /* LLRulerWindow.h */, + 6A5418C17AC05C43B7953C3845E7A913 /* LLRulerWindow.m */, + F5D58573E1E80913E8D7CE1F45409FA6 /* LLWindowManager+Ruler.h */, + F5CB0B35EFD0825233B0C548A5965810 /* LLWindowManager+Ruler.m */, ); - name = "Support Files"; - path = "../Target Support Files/WechatOpenSDK-XCFramework"; + name = Ruler; + sourceTree = ""; + }; + 25A65D41BE2A183D841B94E0922E1864 /* ContentInspect */ = { + isa = PBXGroup; + children = ( + 36F401C0F52D87BED75CD7E63552D26C /* Frameworks */, + ); + name = ContentInspect; + sourceTree = ""; + }; + 25B6677C5293FE88B933480741E9FAB5 /* Core */ = { + isa = PBXGroup; + children = ( + E7A8644CB430E99C5E6A274EDFD8265A /* LLAnimateView.h */, + 7877482E48B24FA65A5D903D51CFD283 /* LLAnimateView.m */, + 2E718A7790882E709BCA19F4FA6984C9 /* LLBaseCollectionViewCell.h */, + 61F6532F27DA7F8E0ACF7198525762DE /* LLBaseCollectionViewCell.m */, + 0EBC1B67D16BBE73810F276277DB9C4C /* LLBaseComponentViewController.h */, + 3EE8E55692296C9C6A83C77823FDC9FC /* LLBaseComponentViewController.m */, + C5D61DCC03D4CBD22B8554FCBAF26066 /* LLBaseModel.h */, + E431BBC85040D3CA912D28FC2F448FA0 /* LLBaseModel.m */, + 52557C2AD7A7A8F485C6DD735122C859 /* LLBaseTableViewCell.h */, + FB0FC04EBC824D136802F961E8CA8535 /* LLBaseTableViewCell.m */, + 198A5EBC9590D63BE3CAB04B28CDF8F0 /* LLBaseTableViewController.h */, + 07979068EE6953B0E544C656AA7FB1DA /* LLBaseTableViewController.m */, + FC4B70B34B56AA0935DBDE32F9F2C8F1 /* LLBaseView.h */, + 5AD4769B8ED7E32D94A282E01403DB63 /* LLBaseView.m */, + 16563429A8C8350C83FC55162AE6ACB6 /* LLBaseViewController.h */, + 2247364043FB7FD15D61EBFDFE71A371 /* LLBaseViewController.m */, + 593F14FE832A3AB53B75FEB2D99FA8AF /* LLBaseWindow.h */, + 0478F9AA310BF19EBEEB3509CED1E730 /* LLBaseWindow.m */, + 20EEDC12C7AEF0090DDBA1DED7CCC132 /* LLButton.h */, + B53796E242746AF2BD745429C1E38C0A /* LLButton.m */, + BD0CBCD8FB586C2C917FE7D14AFF6E76 /* LLComponent.h */, + BDD184FB49AAA5DE5D5ACB3937E03E17 /* LLComponent.m */, + 6CE9CEAA6CAB82B9BF5F646F777D7810 /* LLComponentDelegate.h */, + EAF1982813F22D3AFEE6E15D05CC8689 /* LLComponentNavigationController.h */, + 78EC41974651133CE50E565FF5168170 /* LLComponentNavigationController.m */, + D3FFDD0DE4AB61C7E3031E76594C8CC8 /* LLComponentWindow.h */, + 955C11ADE54D8E281B0C584A9D21B91E /* LLComponentWindow.m */, + 0FDD15F1DBBE2873BDD5BDAFFAD84728 /* LLConfig.h */, + 8EF5A8EE2FACB43C13638517B148979C /* LLConfig.m */, + F236934325C926F36C29814A33EA6672 /* LLConfigHelper.h */, + 322E9002661BE952F9F69FB475B1A38B /* LLConfigHelper.m */, + 10BF09B3C6861248E088C05556455204 /* LLConst.h */, + 2355A8A69DAC71D9BBCB7DBAFE0DEEA1 /* LLConst.m */, + 40262D2F39C616D82BCD3AD63C8C787D /* LLDebug.h */, + 9BF3D2446BCEF25803379644D8A46592 /* LLDebugTool.h */, + 9BD8A894B668A309412BA7F72A2B8482 /* LLDebugTool.m */, + 1C08A72AE13DB79266E7B4C5604BB27F /* LLDebugToolMacros.h */, + 70141C6FBA3C4BAB742517EA2DF8DB78 /* LLDetailTitleCell.h */, + 84649CFABB88BD8C4954BB2311C3AF22 /* LLDetailTitleCell.m */, + 0C849F11D7FB43DF3B0D0FC1237D3988 /* LLDetailTitleCellView.h */, + 7CCC04224ADA25C290B4D7ACB3EFAD70 /* LLDetailTitleCellView.m */, + 5F97ED71E9C2E0CCF18241272F7D92B7 /* LLDetailTitleSelectorCell.h */, + 11384D7A46FCA8CF3C2881B09D8FC4F8 /* LLDetailTitleSelectorCell.m */, + E1B63A3A3EF6EA15B4AA142C71B31301 /* LLDetailTitleSelectorCellView.h */, + 266D7EAAEB6170E21247AA95CE76041B /* LLDetailTitleSelectorCellView.m */, + 319149BDA82994B67910F3F558D4151F /* LLEditTableViewController.h */, + 3945AA20A9D52717DFF6AC790D6EA801 /* LLEditTableViewController.m */, + 1123851B75BC7871845158CC384C2C65 /* LLEntryBallView.h */, + 77919803CF1E7CE32D58423BCD3B8991 /* LLEntryBallView.m */, + 4082B41BF78ED6F49C055BAA12201963 /* LLEntryBigTitleView.h */, + 5865EAEDC6633D56E9544023D97A08C6 /* LLEntryBigTitleView.m */, + 880CC2442F67DE6EEDF4263948FEF6EA /* LLEntryStyleModel.h */, + 2812B1A8C6ADFBD77ADE02D4FFA8F5A6 /* LLEntryStyleModel.m */, + 8D719F82E4C259D2A6653CED988A55B4 /* LLEntryTitleView.h */, + DD456AEDD593CCE3ADED1BD701CB8B7B /* LLEntryTitleView.m */, + 496C613E2157B2A39E319E85D93C944A /* LLEntryView.h */, + 02985E969CAADC9900615F1A58383A03 /* LLEntryView.m */, + 0023D13CFFA7B0AEE00045A9A675A6E7 /* LLEntryViewController.h */, + F0E904B6D93CD6F33E56B58B1C7FB4E6 /* LLEntryViewController.m */, + 314F556C1804CA838BFF3791ACF2EEC2 /* LLEntryWindow.h */, + AF5875B9E4EA82B7B633B03AAAD6E712 /* LLEntryWindow.m */, + C5EE083FC43768FB58E6299BFC93E1B8 /* LLFactory.h */, + CDC080F60007F05062877DD73A27197F /* LLFactory.m */, + FBFCD1A87E799B95A15BA8A4DBD72395 /* LLFilterDatePickerView.h */, + 7699EDF4A2D2242F9DC056824E383152 /* LLFilterDatePickerView.m */, + 1256B7C424EE5D991898BC713190DD8E /* LLFilterDateView.h */, + 429A49CEFACB0100E69E184D4A522FA9 /* LLFilterDateView.m */, + EE0EFEA3DA2F3B244CB52405CA750729 /* LLFilterEventView.h */, + 3405D0DC9A7D63F9417B6169F417DBF7 /* LLFilterEventView.m */, + B18A9BFFBCC28E05580B85257B7C94F1 /* LLFilterFilePickerView.h */, + C4C9679C20AC9FB8DA1FD070F6F0B2D9 /* LLFilterFilePickerView.m */, + 6E1F0CED2B29EF157E13F69A6B0EFD82 /* LLFilterLabelCell.h */, + A9E29FBC3FB74A5618FE50204DD23D6D /* LLFilterLabelCell.m */, + 10C9E2A24C5C4A7D38CA96653CC0F4B8 /* LLFilterLabelModel.h */, + 76F037279CD56A9B25F46F927A522E2D /* LLFilterLabelModel.m */, + F596D796719EC8D458B1C0F20F033A48 /* LLFilterOtherView.h */, + FA4934242E69484A0F9CACCE058828E3 /* LLFilterOtherView.m */, + DCCE20E534C70274ED0E8E68202EBC70 /* LLFilterTextFieldCell.h */, + 4AA905761C5A68F19A296EA3CFF40742 /* LLFilterTextFieldCell.m */, + D30463606528C5643383D404620917BF /* LLFilterTextFieldModel.h */, + CBF8ABF0F5C93E5CCE21C819B4785DC3 /* LLFilterTextFieldModel.m */, + BCAABA31147D3B234040766F3F07894F /* LLFilterView.h */, + D35A208D3D915B75D1E4850D06260204 /* LLFilterView.m */, + 96F7523448B711E0B4BB6D44C2F12445 /* LLFormatterTool.h */, + 734CE05C330A9234311B8B0EDFA45AC8 /* LLFormatterTool.m */, + 23D15212C30F42F0792A438E432949AB /* LLFunctionComponent.h */, + 980B4A4064C213D32757D482D85407B5 /* LLFunctionComponent.m */, + FE4A683BCADF9D48F48FC2B36F24A0D9 /* LLFunctionItemContainerView.h */, + ED766CA2666C3BBEC9616FFC2ABA8C18 /* LLFunctionItemContainerView.m */, + 2B04FD588361AC945337D1598E01C7B1 /* LLFunctionItemModel.h */, + 1B79AF9D72370B2E617C50B940E85E9F /* LLFunctionItemModel.m */, + BEBA7D131422D74AB6FFA3D3164EDCD8 /* LLFunctionItemView.h */, + D1D8AD257368A1D26252F26574407735 /* LLFunctionItemView.m */, + 39D2797FDBAC09883477582B34460425 /* LLFunctionViewController.h */, + D1ED24B1F529952BBD894FCCF3FCE92D /* LLFunctionViewController.m */, + 271C0229ED88D5AA2C7861AED43AC086 /* LLFunctionWindow.h */, + 7A66C6B41193025F2905A36B1D94448B /* LLFunctionWindow.m */, + A37F95E652AC40A68607C8DD13F616C1 /* LLImageNameConfig.h */, + 8DF1B78AED8D6405E8CE90D13B3CA630 /* LLInfoView.h */, + 91F2A552E1A63EAADACCE67FEB3EB478 /* LLInfoView.m */, + 50B1A54030DBF1FE3B6E9BCE2B2844B9 /* LLInternalMacros.h */, + 890543D6843063F68B0C0627DDDF9754 /* LLJsonTool.h */, + 898A3332836CBED9C30DAA743E15BE53 /* LLJsonTool.m */, + D83D29C17726EA004AFA1EEC6CAB8500 /* LLLeftTitleCell.h */, + D3D3965F80483B432E620D8D1308F654 /* LLLeftTitleCell.m */, + D9D9ADF4895E96969863CFE209DFB57A /* LLLogDefine.h */, + 3B13FA1303F3B7FF7C5C199F4BA78C4D /* LLMoveView.h */, + 74FA37B76A5326EA7E6AFE759403D334 /* LLMoveView.m */, + 86AD6D03D9F43190DCD771098B142106 /* LLMoveWindow.h */, + FB6836BD6E53674005BDFC3C9C45405C /* LLMoveWindow.m */, + 582242E07EF0CB2E203E129C14C586A8 /* LLNavigationController.h */, + 54FEC1AF1A0303EDEF12A571D63E5AE9 /* LLNavigationController.m */, + 9893127A9ABDFF50162174A23D9E063F /* LLNetworkDefine.h */, + 82DC49153ED1C0F126691858E29E2823 /* LLNoneCopyTextField.h */, + F369CEF7E4936F7E8F33B2BE87C732A9 /* LLNoneCopyTextField.m */, + 9BBC83850F194A1AD31741D164E2E597 /* LLPickerView.h */, + A76744F11AA8602D4237DC3AF34728A4 /* LLPickerView.m */, + 7C1A263DA59CFE30C280180B6AC4F02E /* LLProxy.h */, + 496E85A67A03606B42EC23EF9EA3E9DE /* LLProxy.m */, + A1727701EA8E628BA585CFC74ED38A71 /* LLRouter.h */, + 4CF9D7A148AC42695D6408414E57C512 /* LLRouter.m */, + 964F3D8F359976D48FCAC5DD75A5BFDD /* LLRouter+AppInfo.h */, + E12501204375DB5188018D66E8117F18 /* LLRouter+AppInfo.m */, + 15610BD3C06DBE97FC8998004D74B5FB /* LLRouter+Crash.h */, + 0955600A7E0CE3FD64B28D7688BE0F2D /* LLRouter+Crash.m */, + 0CC9063284E2BD6D97FDCC8CCB621D22 /* LLRouter+Location.h */, + 132311EA3D3D0C3EA6F5F3A0521A4D93 /* LLRouter+Location.m */, + 0FAB8673E16DF8F364FADDD276D226F8 /* LLRouter+Log.h */, + 8A17E33950C9C0FE902741F98D86649C /* LLRouter+Log.m */, + 6CA12ED54E3F60547D982E6BEEFD3441 /* LLRouter+Network.h */, + B818295CCBA1F1235BD8D5CAA8454795 /* LLRouter+Network.m */, + 0225143B5AFBEDFF21EE3B70B62832DB /* LLRouter+Screenshot.h */, + CF02144833C70F1E18F95B44DAB977C2 /* LLRouter+Screenshot.m */, + E94D7E8F0CEA4BFEE83A48389709CA24 /* LLRouter+ShortCut.h */, + A951040F2F56031C3E5BA74674437CBD /* LLRouter+ShortCut.m */, + A00C5E9735B9D65FC07B1C5B27AF3408 /* LLSettingComponent.h */, + D9E6CB111272A4A63B15523D24DF1077 /* LLSettingComponent.m */, + 98BB4B796B318009C8BA7D6604826CBE /* LLSettingManager.h */, + D4A473C895518E0C35A8D377864826E0 /* LLSettingManager.m */, + 0B0550A0C8314A129087C72403494781 /* LLSettingViewController.h */, + 352F3AE2543022DD8B2C1A257313537D /* LLSettingViewController.m */, + 838CCFE15333DEEA8228C2554842E958 /* LLSettingWindow.h */, + AF364C345A26177E138D45FBE0D209B0 /* LLSettingWindow.m */, + 49ACCAC8E0C519A9118E14DD93CABA51 /* LLStorageModel.h */, + 1260CB92CB4A0AAAE638D3983C5BE4A8 /* LLStorageModel.m */, + 8959B48FB78C3A4DB6C0C143660FD858 /* LLSubTitleTableViewCell.h */, + 9531105B445F73982332602F068B56F3 /* LLSubTitleTableViewCell.m */, + 9DEE826CB28DA1D10EA6C041395E3A21 /* LLTableViewSelectableDelegate.h */, + FD7C3C066F8663EE7345E97721B252EC /* LLTableViewSelectableModel.h */, + A1CFC61CEDD13878E65511F3C00E97D0 /* LLTableViewSelectableModel.m */, + 85F105AB602F9AAB1088CA91609A03BF /* LLThemeColor.h */, + 42C822EBF204FB45491B1331E472ED06 /* LLThemeColor.m */, + B33D5185321083DF6C87F1AD0D7965B8 /* LLThemeManager.h */, + CB50173A31B72AC8A79F76C77FD24190 /* LLThemeManager.m */, + 1855E88F7C3EF13E5768541649108927 /* LLTitleCell.h */, + 4BDDCCDFB2390137BFB646332B63A001 /* LLTitleCell.m */, + A30D8E7AC41420BC4C3776BCD9183220 /* LLTitleCellCategoryModel.h */, + CB5D815D37D1E7BDA17A933C5C6EF58B /* LLTitleCellCategoryModel.m */, + 87002E862C02CAECAE1473D78D95494E /* LLTitleCellModel.h */, + 1F51C46DACE08F4E9EB6899BE7E96C3A /* LLTitleCellModel.m */, + 6545F00C7EB1EC07E4A2D9B02819E828 /* LLTitleCellView.h */, + CFE5C7F200688A6512520BB4D2C361C8 /* LLTitleCellView.m */, + FDC324E2896FBE9E8C5A2FA6B1E61002 /* LLTitleHeaderView.h */, + 581AA3E324981A7FEBCF6381D6361903 /* LLTitleHeaderView.m */, + 1490DEC1E5E4A1E09C538C51B99F439E /* LLTitleSliderCell.h */, + A3EAE4EDB09E44E8CAE070229C540180 /* LLTitleSliderCell.m */, + DCDC18F5B2B7D93E5BC13FC84107949B /* LLTitleSwitchCell.h */, + 85734789B36D039DB781BF2A5A6CB57C /* LLTitleSwitchCell.m */, + 5182CFBF9CE6C14CD5D2981F3DEF8EBA /* LLTitleSwitchCellView.h */, + E5EAD2C0426DA0F01606BC106E151499 /* LLTitleSwitchCellView.m */, + D06C91AC9C0C3B805E57234C50A2A986 /* LLTitleViewController.h */, + 9636BD944F1A5D2BA2E33B97483B7F91 /* LLTitleViewController.m */, + AB224D897B757B5893494284C29EC00F /* LLToastUtils.h */, + 4DB3761180BE1220BB8BFB8F763CB465 /* LLToastUtils.m */, + 8D10346C5E8516AC37D152AF99776992 /* LLTool.h */, + 21328098C17C26CEDDBBE4503D03F516 /* LLTool.m */, + F4286ABAFA4E942EADCC8DB22FAF8862 /* LLUITableViewLongPressGestureRecognizerDelegate.h */, + AFA5811B5C0AC31C2813A4C9C5F4E3AE /* LLWindowManager.h */, + 88B744BE0127D382C78213BB0474B1C4 /* LLWindowManager.m */, + A38791807F71E025A1DA8A8B3A3F1E6C /* NSArray+LL_Utils.h */, + 39DD6DBD2B7AA0BC5FB80671DBB24022 /* NSArray+LL_Utils.m */, + 29FEABB142503EFF7FEE11E22A63D0B9 /* NSDictionary+LL_Utils.h */, + D3580F691126AF8C2E9C46F22ABBEAE7 /* NSDictionary+LL_Utils.m */, + 35C443A65014F80033096ED9A315C07B /* NSObject+LL_Runtime.h */, + D8C38AB37CC01D2BF92A6F21F6668A59 /* NSObject+LL_Runtime.m */, + 1F527ACC94FA6F375E754C156382CCF9 /* NSObject+LL_Utils.h */, + 4242250AB5CE3CB2D3F88338FC512D01 /* NSObject+LL_Utils.m */, + 265675720193C2B0F7833F07D85053EE /* NSString+LL_Utils.h */, + 3B200A8093320D3E9E2126BF8500AE59 /* NSString+LL_Utils.m */, + 3BE624052147A8CCC9718FB49DB18ECA /* NSUserDefaults+LL_Utils.h */, + 0FF852EB512934C26ABE45459531A3B6 /* NSUserDefaults+LL_Utils.m */, + 579474704BF73E3E2DF3FB4C4A6F14BA /* UIButton+LL_Utils.h */, + 2F400B3972F3BF8D2D7BE3969317D2E2 /* UIButton+LL_Utils.m */, + D04D8249966EA5527DC132C0455B4C64 /* UIColor+LL_Utils.h */, + C3D4D44DABCA957343D352F3EB52CF09 /* UIColor+LL_Utils.m */, + 63E414D000CD409A61439B1C23D86DE3 /* UIImage+LL_Utils.h */, + CEC53D7001FE3EF06C6D519194073392 /* UIImage+LL_Utils.m */, + 5F3611B04E8B3F621AF5E904021CEA55 /* UIResponder+LL_Utils.h */, + 1EA1D9869B855CECA575D29FE20B05A4 /* UIResponder+LL_Utils.m */, + B40411091729F995D35CA028F9702760 /* UIView+LL_Utils.h */, + 11129D4E4FFF13E6B933B7F70F2FA97C /* UIView+LL_Utils.m */, + CD4D4AC0D564092C5FED73D6C28499DC /* UIViewController+LL_Utils.h */, + DD81A0C7E301C2C79D787C0C8F703E98 /* UIViewController+LL_Utils.m */, + C500C92958709664617F7382CD6C1F2C /* UIWindow+LL_Utils.h */, + 724C0C41F28B27D7030488C3E90CF39B /* UIWindow+LL_Utils.m */, + B81F95D97DAE4BF765B7C9BD5C88FFDD /* Resources */, + ); + name = Core; sourceTree = ""; }; 26F6EE9E470625CDF55F4281A5906353 /* Album */ = { @@ -8748,44 +9009,45 @@ path = Album; sourceTree = ""; }; - 290B9E57B045B795F7623EC7FBC0CED7 /* Frameworks */ = { + 277E940AAA78CB1C101CFC0C5D67FAFC /* Support Files */ = { isa = PBXGroup; children = ( - 6AB3913E1360B81F88034CABA5781DBF /* AgoraFaceDetectionExtension.xcframework */, + 68D15D35BC0681B030C7CE95D85B2B46 /* Masonry.modulemap */, + BCFE3D392A77AFF62F67BE18C736E499 /* Masonry-dummy.m */, + 60C3B1B5E2D2043D651F19D31175DAAF /* Masonry-Info.plist */, + 4B27A61199C26DB76B6F3AEC1DC13CCF /* Masonry-prefix.pch */, + 6AB77FD616103AC4AD036B87E515EE6E /* Masonry-umbrella.h */, + 53E216C5FEAABF39B21FB3C7FB8D35C8 /* Masonry.debug.xcconfig */, + 135225C1C617038419ADC75D8C9D577C /* Masonry.release.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/Masonry"; sourceTree = ""; }; - 29699849EBE082E767A596DCC59412C2 /* TIMPush */ = { + 28455C736F7ACF9DD1D0600FEAE9950C /* Bugly */ = { isa = PBXGroup; children = ( - C5E69BE7034BCDD8B9190C8B7585C961 /* TIMPush.h */, - BE77F036D9C043AF0BC6261D1370579B /* TIMPushManager.h */, - 08EB1B1248DC852C7CF8B4FD3DA673F0 /* Frameworks */, - C5E07A6911337F91575E37C2933B844C /* Resources */, - 7E69A9457700B7E212F77C920495D334 /* Support Files */, + FD8032B056390C9515CA52B44334AC28 /* Frameworks */, + 3513E7989F7DD78C0CC9A583E2F825A9 /* Support Files */, ); - name = TIMPush; - path = TIMPush; + name = Bugly; + path = Bugly; sourceTree = ""; }; - 2A70C1D13B8876C748847C162205422C /* Core */ = { + 29CF1BCFC9D3976C561D06D8EFD9DF37 /* Support Files */ = { isa = PBXGroup; children = ( - 234CF9F181DF27CB055689C00B3F81E2 /* FMDatabase.h */, - 5F3353A426C7C99A13ABAC5E085CFE8A /* FMDatabase.m */, - A27A3CAB9C1D0CA09627DD6030B9C533 /* FMDatabaseAdditions.h */, - D57C815FBA33C1D6AA386287678BE074 /* FMDatabaseAdditions.m */, - E0810B11491CDAE691F3ED6C4766F317 /* FMDatabasePool.h */, - B4A579B3A81B3E600ADB0583CF752BFA /* FMDatabasePool.m */, - 85CC94351C231B6632DAB441C2F35141 /* FMDatabaseQueue.h */, - DD3062298DC964BE33DDE207A95FB004 /* FMDatabaseQueue.m */, - 137A9C20B65B87E549A6267C60BA5B81 /* FMDB.h */, - C33C1A0241E7CE367A7B8244F8872066 /* FMResultSet.h */, - 5DBC0BAD4F9281386E8BC0FDCB01FEF3 /* FMResultSet.m */, - 3CE84E31787F883DF71F5E8E56EFBED5 /* Resources */, + F35B964E6D774DDAA7EFAFE6CED776A2 /* AgoraLyricsScore.modulemap */, + E78BD18606BCAFEF0DC2614E44A77665 /* AgoraLyricsScore-dummy.m */, + A5AA00AA27A8533D2AAA128A21037445 /* AgoraLyricsScore-Info.plist */, + 3807C0D317163075B8EC95833050AF01 /* AgoraLyricsScore-prefix.pch */, + BAF65DF8C94E4424DEBC3A3C639F5DD8 /* AgoraLyricsScore-umbrella.h */, + C69A6B23EF6A69B767B9593D9E35752B /* AgoraLyricsScore.debug.xcconfig */, + A5BD5150A7B33409C0527A1E5ADF9026 /* AgoraLyricsScore.release.xcconfig */, + 6A62539B314CE9A20C18C48B04D19CBA /* ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist */, ); - name = Core; + name = "Support Files"; + path = "../Target Support Files/AgoraLyricsScore"; sourceTree = ""; }; 2AC51149F44E89111B8C859F83BBD614 /* BaseDataProvider */ = { @@ -8812,20 +9074,14 @@ path = Custom; sourceTree = ""; }; - 2CC2D5608A780B8D180ED4E3C1B8ACB3 /* Support Files */ = { + 2D60AC11C0B53E22D1D422B4DC07F1E7 /* QCloudCore */ = { isa = PBXGroup; children = ( - 0A7FF82B2807814FEF8A70A246C12313 /* BRPickerView.modulemap */, - 5839E2465EFCB6EC01D2CD4DE6D3B0C6 /* BRPickerView-dummy.m */, - 908A837346F8509A3C297F003E23D850 /* BRPickerView-Info.plist */, - DB458066FBE295450D53CC3DDCF4AA01 /* BRPickerView-prefix.pch */, - 3F5ACF065BB91F5338720FFACC00E1EB /* BRPickerView-umbrella.h */, - 59A03BE22CDD449090BAC7B02AF796E4 /* BRPickerView.debug.xcconfig */, - E16A9E6B2A5EABBCE1CDCF06E8F746DE /* BRPickerView.release.xcconfig */, - EFDD11B1942A5E083A3D061C40A52985 /* ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist */, + E618338F764565725F4A8AE39E265968 /* Support Files */, + 3E277DCC160C0AF689E31F2E5D699255 /* WithoutMTA */, ); - name = "Support Files"; - path = "../Target Support Files/BRPickerView"; + name = QCloudCore; + path = QCloudCore; sourceTree = ""; }; 2EA3E5B92EE5FB71A28110451EE5A9DB /* Reply */ = { @@ -8854,73 +9110,134 @@ path = Reply; sourceTree = ""; }; - 2FA346F31AEB4B50DAF20914FEF69895 /* Support Files */ = { + 2EE826878D682FECD0BF8D0C1474DA02 /* AlipaySDK-iOS */ = { isa = PBXGroup; children = ( - BA5FC428BEF9A50F902D7F72BB603BC5 /* SVGAPlayer.modulemap */, - D370EA7482746DE2146E7EE4CFF36767 /* SVGAPlayer-dummy.m */, - DB338452BE2D74A24F1F0D69031B2872 /* SVGAPlayer-Info.plist */, - B7892AEF4411015DDFAB086FEE155ED4 /* SVGAPlayer-prefix.pch */, - AEEEE4DD3BC6DFDF0073DA40B34539EC /* SVGAPlayer-umbrella.h */, - 1C9EA99F55198372B00D4B1CE72A7626 /* SVGAPlayer.debug.xcconfig */, - 51C23DC3DC29A2A612B6B0E41DD47F7D /* SVGAPlayer.release.xcconfig */, + CE3DB607009051EB662EF35685579664 /* Frameworks */, + 5A7FB283E63976607B4B5068BC0E74CC /* Resources */, + 5903A505E6149DFAFFB1E0C85D73700B /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/SVGAPlayer"; + name = "AlipaySDK-iOS"; + path = "AlipaySDK-iOS"; sourceTree = ""; }; - 3070653161CF7F75092242D41B7B3F85 /* AgoraLyricsScore */ = { + 2EFED5A29B1C07F849A95A5F9EDE6F64 /* Support Files */ = { isa = PBXGroup; children = ( - 1A73459C2CC9D8D858F04BEFB0B50BA1 /* Algorithm.c */, - B194DDC27110CF95EA56034870715C28 /* Algorithm.h */, - 30D3FDFB4CB22F098F35BDBFF98C848D /* ConsoleView.swift */, - 828D6CA863C2CEC912510CCD83ECC1FB /* DataStructs.swift */, - 4D98461267F745B1EBE8EE50AAEAF9CB /* Downloader.swift */, - 6B580640D9CAF2BBC81C2216F358EA49 /* DownloaderManager.swift */, - 3445DE2E4AAB5AA7BAD875A6A2964BD5 /* Events.swift */, - F633B22245CDEE9BF987758E3B74BC62 /* Extensions.swift */, - 4A32567127ABAC848D51F4C939E2D5FF /* Extentions.swift */, - B7CAED8CFBD58A948FEFDC98D05B3A1A /* FileCache.swift */, - D0518F549EC5A50220151506B1FD184B /* FirstToneHintView.swift */, - EFC41CE30D06937C22B7E27C45B27871 /* KaraokeView.swift */, - 1872E3DC15A4A585A5D6B157E5353431 /* KrcParser.swift */, - 43E4B10A769DF79034D79FD068C23A59 /* LineScoreRecorder.swift */, - 968231824AEE19E86BB15B07FE4E7B0A /* LocalPitchView.swift */, - 0B0B611141C92E6727C2F9468C28F17D /* Log.swift */, - 23D543084AA38F3C3880C906EFA3B0C2 /* Logger.swift */, - 5ADCFD520A1AA47C58313C5F58E22176 /* LrcParser.swift */, - 475A73ACB9133C7BF300F5488F21228E /* LyricCell.swift */, - C52D2D0B79D8CC5F558AD7293D3EA2F8 /* LyricLabel.swift */, - A65B3699136AF380E291273EA83F2FFF /* LyricMachine.swift */, - 13CFFBA69B3D2794F8315B288F3F91D9 /* LyricMachine+Events.swift */, - 783462EC8F6705A4B684FCEB809EA483 /* LyricsFileDownloader.swift */, - 5E1A7B52CBEB40776FBBD7E00B21125A /* LyricsFileDownloader+Info.swift */, - 1B065ADB18274304662B055842D547B8 /* LyricsFileDownloaderProtocol.swift */, - 621FAB72115D94D553E6D61DC403E6FD /* LyricsView.swift */, - 8B073F94C3CA83EAB308C132CDAB89E5 /* Model.swift */, - 7D20A37D62721558A4DAAA2C5262A0C0 /* Parser.swift */, - F2DDDFC9373673CC8F43300A99610530 /* PitchParser.swift */, - DD245A2E8AE763FF9DB33272BBFD5334 /* ProgressChecker.swift */, - A303F5DD2B26CE2527CE68451DDFB716 /* ScoreAlgorithm.swift */, - E48DF8F4EC5948428E1C0BE1AF56C102 /* ScoringCanvasView.swift */, - 83DE08ABDDA697D64E148207A6EA8D8E /* ScoringMachine.swift */, - F2B65964423B4DEC94B009452F7A3F1B /* ScoringMachine+DataHandle.swift */, - 36F2ADBE477D20DCEFB2B7B11D9398BC /* ScoringMachineEx.swift */, - 1DE48FA5EDE295A1EA70F1332367380A /* ScoringMachineEx+DataHandle.swift */, - A06F429023166DF8CFD2725B77474946 /* ScoringMachineProtocol.swift */, - E1A2959CE55336EA28C3DDBBE3D50588 /* ScoringMachineProtocol+Events.swift */, - 921E5C4735B2CFC1A410EEB60DA1F15D /* ScoringMachineProtocol+Infos.swift */, - 2EC4C0AB4E56B63C491EB3A8BCCF7022 /* ScoringView.swift */, - 1BB17EB26C18B840FDFABFCD2C4A1964 /* ScoringView+Events.swift */, - B041C72D07773284DD32739065F532D1 /* ToneCalculator.swift */, - C5713F1E75E1BD6748EF793FE83DD09D /* VoicePitchChanger.swift */, - 386832C5BD3499E3597A77285E27241C /* XmlParser.swift */, - AF3552D6A8DD948563A19DF19ACECD70 /* Resources */, - 6F12FB8EDC1C7DEEC0488D664BBA07B8 /* Support Files */, + 2AB2924BB15F2FCD376FF6C7092E3140 /* ResourceBundle-SDWebImage-SDWebImage-Info.plist */, + B80048633826201635DD74D4AC55CCA0 /* SDWebImage.modulemap */, + 9117BE2F6F37D132D8C1D812D9C88493 /* SDWebImage-dummy.m */, + 0BC4309BC24FFFB7B59817A29E0536A0 /* SDWebImage-Info.plist */, + 1AE8BB193F942472C4145049C0948F4C /* SDWebImage-prefix.pch */, + 1F3A086179F4D00BCE9C4B116CA4E3B1 /* SDWebImage-umbrella.h */, + 01F1D034CAD6F2A42B8750B822F8CA73 /* SDWebImage.debug.xcconfig */, + 90C23C44637508901F56E90F75E1F821 /* SDWebImage.release.xcconfig */, ); - name = AgoraLyricsScore; - path = AgoraLyricsScore; + name = "Support Files"; + path = "../Target Support Files/SDWebImage"; + sourceTree = ""; + }; + 2FA68F80984B18C3D5DD9876A32C63FB /* JXCategoryView */ = { + isa = PBXGroup; + children = ( + 5F112C3B368900AC91342C575129D408 /* JXCategoryBaseCell.h */, + 173D2A7F3566F2074CC8F7D630620FAF /* JXCategoryBaseCell.m */, + 1C702B922BB4AC09EE4F6847B62E5230 /* JXCategoryBaseCellModel.h */, + FE686A9827ECAB659EAADD786116222B /* JXCategoryBaseCellModel.m */, + E7243A719CFA02E457E948ABA9D1D02B /* JXCategoryBaseView.h */, + 8016541A5F78D3B6195FD4A2B2873751 /* JXCategoryBaseView.m */, + 989529385FD3B1B4089AB8E6EB00D0F4 /* JXCategoryCollectionView.h */, + 872F8C97E6AFDC53EB0642AE773BE8DF /* JXCategoryCollectionView.m */, + 92644A90D9EB20EE85D1784DBD17C8FB /* JXCategoryDotCell.h */, + D53753EC14121B81259D8AA6BA71EFA5 /* JXCategoryDotCell.m */, + 7096A1158EB8A99D16D9E5332199FC5D /* JXCategoryDotCellModel.h */, + 05384011C37E890720C4CF438DC6F582 /* JXCategoryDotCellModel.m */, + 3A4E6E0414A154A154C336818BDD963E /* JXCategoryDotView.h */, + EF2EC716609EDE0E37C7587DD83EDF53 /* JXCategoryDotView.m */, + EF50A8DB07F7A57FE0498288C2E2BEBE /* JXCategoryFactory.h */, + 6F7F77BB956A5155152CE2E98193769D /* JXCategoryFactory.m */, + 98C4ED3510BD1591725C04A44B9024AB /* JXCategoryImageCell.h */, + 3ADF4753B9AEA3BEB96141733B190BFB /* JXCategoryImageCell.m */, + 838824E127DCFACB0A01377EF465A9AD /* JXCategoryImageCellModel.h */, + DB47DFD4505CA5EFEB82901400DD87D0 /* JXCategoryImageCellModel.m */, + CC02AB66EFCE99E88A7105C64E4948C1 /* JXCategoryImageView.h */, + 1A5B5A5D5DC5566A0A9FA12A92A416F2 /* JXCategoryImageView.m */, + A3EB5E6200829A8091D88743712C1558 /* JXCategoryIndicatorBackgroundView.h */, + 8A71CFE57918D9E346E74C723B801CC3 /* JXCategoryIndicatorBackgroundView.m */, + EC1D993A6EFD89A88FD3631223EBA7EE /* JXCategoryIndicatorBallView.h */, + 3BAF54B21CD5B4708E63FF00A9EAA8C6 /* JXCategoryIndicatorBallView.m */, + 75844D80CE04FFABE4B489E554E66BEC /* JXCategoryIndicatorCell.h */, + 1A24ADA535CAD68D8DBC86144221482A /* JXCategoryIndicatorCell.m */, + A498F1C03966E9CE63128B97D90F97C9 /* JXCategoryIndicatorCellModel.h */, + C43B5862AD1627F4213F1B3AEF96A14C /* JXCategoryIndicatorCellModel.m */, + B1F91BD9011660A2963C27ED05F7B969 /* JXCategoryIndicatorComponentView.h */, + 088264D648AE088135B3DF425E59609E /* JXCategoryIndicatorComponentView.m */, + 8457FE7AC78F9D0CD770806691DCB12D /* JXCategoryIndicatorDotLineView.h */, + 7F0130A5DFAF54387CB4006C84136608 /* JXCategoryIndicatorDotLineView.m */, + E7B9D0AB10813A009DF6AB369B7CEACB /* JXCategoryIndicatorImageView.h */, + 56B7A4F975A23ED05ED94E46C21AD786 /* JXCategoryIndicatorImageView.m */, + 128405F012F771EE7CC6F1264A61C953 /* JXCategoryIndicatorLineView.h */, + B0D6FB0BB51ACADC6A9C0D1B39B930FC /* JXCategoryIndicatorLineView.m */, + ED134BF760F2BAF34017944F43DF474B /* JXCategoryIndicatorParamsModel.h */, + 7F615694AECA98634E8418654784E228 /* JXCategoryIndicatorParamsModel.m */, + B38D2CC0A256843D0C5A6C4408DF8107 /* JXCategoryIndicatorProtocol.h */, + 24EDE7D60879B77E0224315039FC3BBF /* JXCategoryIndicatorRainbowLineView.h */, + 25B76418ECAC223EE13A7C93DCA18446 /* JXCategoryIndicatorRainbowLineView.m */, + 73A7C261E12A42AA8428230EE6989B56 /* JXCategoryIndicatorTriangleView.h */, + 4702FF947A6DA998EF2B77E6B41D0880 /* JXCategoryIndicatorTriangleView.m */, + BA2E5B355F419D58042851B28174D9A5 /* JXCategoryIndicatorView.h */, + E0DE7D8841309C342B5EDEC39BE444F2 /* JXCategoryIndicatorView.m */, + 9C21F70D2C01043319A84D8F16B8424D /* JXCategoryListContainerRTLCell.h */, + B920BDDAD833E6A24C243BB95CFFDF45 /* JXCategoryListContainerRTLCell.m */, + 9578342438FED19B055ABC3F07F0B4DD /* JXCategoryListContainerView.h */, + 99878164D77CD945151B5D745724093E /* JXCategoryListContainerView.m */, + 123EAFC5D9A4FB9B8E2A5FE96AA04DF7 /* JXCategoryNumberCell.h */, + 7136ECE958A4AF48FAC28E235224B85A /* JXCategoryNumberCell.m */, + A0CDA1CCD159C19403646EE8A9EF57EA /* JXCategoryNumberCellModel.h */, + 6A6BD539DE7F7A511F6DE61DC3F06436 /* JXCategoryNumberCellModel.m */, + FE9856BB10A8562D7F9D5933B4BD933D /* JXCategoryNumberView.h */, + 40B4BB308FA552F0C9CBC59FF495F3BF /* JXCategoryNumberView.m */, + 84774CAFEA7BEB54694C35FBA3649BDF /* JXCategoryTitleCell.h */, + ABF8E21885B6EDDF1C51791CC7F1A84E /* JXCategoryTitleCell.m */, + 160D69536F16CA2F2D15C3C1D1A63AA3 /* JXCategoryTitleCellModel.h */, + 9FF15FE525A71BA7A063B84971FDAC2B /* JXCategoryTitleCellModel.m */, + CB05C58F0F3CFB6BFB7A0BB44D1CE0C3 /* JXCategoryTitleImageCell.h */, + 0988FAC07C7B17DED509EA14E10B0F28 /* JXCategoryTitleImageCell.m */, + AAA38F53EFC36732D8C26364FA994A60 /* JXCategoryTitleImageCellModel.h */, + E1592A015AB5F0DBF1A9525A2E088DEC /* JXCategoryTitleImageCellModel.m */, + 289E907BC3FC6275828C4C7EA7F59591 /* JXCategoryTitleImageView.h */, + 98A2A4F04D4F2A8A638AA9B338E44680 /* JXCategoryTitleImageView.m */, + 4909FE00168A9552A0CEBCA2AA2C3C55 /* JXCategoryTitleVerticalZoomCell.h */, + A039D6D65866A45993360A9601C29109 /* JXCategoryTitleVerticalZoomCell.m */, + FAF809449F5DA0E87D232F7FFC3D7FE0 /* JXCategoryTitleVerticalZoomCellModel.h */, + 7075FD3D259CCA7D0E828C525DE167F3 /* JXCategoryTitleVerticalZoomCellModel.m */, + 8C0142937C3C69CC9DD3F17E13C10AC3 /* JXCategoryTitleVerticalZoomView.h */, + 0E553E55E81C03690EE6EC5502E90AC1 /* JXCategoryTitleVerticalZoomView.m */, + D67E2C30788CC428F80C901541453E78 /* JXCategoryTitleView.h */, + 7F63E52D11DEB5B6EE1C9579BF3FE24A /* JXCategoryTitleView.m */, + 3F88F637947B9B0CFBA22B68B0C03260 /* JXCategoryView.h */, + CB89564A345D654D98761940F9DD35AC /* JXCategoryViewAnimator.h */, + 4844667E276822CA388F68498A76D87C /* JXCategoryViewAnimator.m */, + C26C688B21DFA84C8D76DEBDB5DE5900 /* JXCategoryViewDefines.h */, + C93EA9FCD69F0E8DD13A2026E8F7E83C /* RTLManager.h */, + 92C8F3FF4B3529CCBADD7CCAC157DFE0 /* RTLManager.m */, + DB705D8B08580564D67C1B76E6F26304 /* UIColor+JXAdd.h */, + CCE16AE92E53D6ECD64CC073E6CD434B /* UIColor+JXAdd.m */, + CE041BF6435F6AE528D24C7F811FCCFE /* Resources */, + AA913CE1597E9CE881857279A7C18510 /* Support Files */, + ); + name = JXCategoryView; + path = JXCategoryView; + sourceTree = ""; + }; + 2FB0F9EC21AF01AC1CF90576118C17D5 /* QCloudCOSXML */ = { + isa = PBXGroup; + children = ( + 9C57DAF773478DBBED544C1EF18638DB /* Support Files */, + C4C065740E281F95D7E138AFC6E15219 /* Transfer */, + ); + name = QCloudCOSXML; + path = QCloudCOSXML; sourceTree = ""; }; 31193D14A15DAC08FAC50C397BC5C448 /* Config */ = { @@ -8933,25 +9250,49 @@ path = Config; sourceTree = ""; }; - 3229768A0D9FA33369AC0AC428516F27 /* Manager */ = { + 314ED60D0CB3411587F0E0CEACC23BE1 /* AINS */ = { isa = PBXGroup; children = ( - CDF553859C80B6935CE37CEFB4FDF6BC /* ForegroundReconnection.h */, - 3F4A516A9355EAA944CA1793EC6D4205 /* ForegroundReconnection.m */, - 7E414E5A0DC1E4355F0710FF6106FE67 /* MQTTSessionManager.h */, - D628CF60CF16B25D244CB5DA92F977B8 /* MQTTSessionManager.m */, - 7109D7C673C3E8233DB1A7DC6E8D0584 /* ReconnectTimer.h */, - 1D76AFCC9DA97C81EEFD8C284AC66766 /* ReconnectTimer.m */, + 6E70D6974C3C5C046391976097374CF9 /* Frameworks */, ); - name = Manager; + name = AINS; sourceTree = ""; }; - 32D061A1D2A150E3CAEDA04128258F1D /* LipSync */ = { + 3193A3C1E09063614F6331A79FB2F079 /* Resources */ = { isa = PBXGroup; children = ( - 1D0D41C8744205587D8F9D851D8759AD /* Frameworks */, + F7201C101D795E991D02AAD2EA628374 /* PrivacyInfo.xcprivacy */, ); - name = LipSync; + name = Resources; + sourceTree = ""; + }; + 3211A602E9BB2AA1FA592D02BFB85040 /* libwebp */ = { + isa = PBXGroup; + children = ( + 78327F8B7211B87B54ECFD8A21D8DB1A /* demux */, + E45AF7557D7A1AFCF1BD95EC725CD0A7 /* mux */, + 3DB6A995FD8E7F11349C6201FEF5D947 /* sharpyuv */, + F690DCF73CFEE19D8445965A25359A20 /* Support Files */, + AA77A6A291B1FD393573C79DFD83D388 /* webp */, + ); + name = libwebp; + path = libwebp; + sourceTree = ""; + }; + 326F2D6E36AFE300219D651AEA7A1679 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7380C67C70CD04DC20870A61BFC409AD /* IQKeyboardManager.modulemap */, + FE5F6CE627A8F19EE0D9E1D6425802F5 /* IQKeyboardManager-dummy.m */, + BCD19AD256A23A0E5FBD8B3FD282061A /* IQKeyboardManager-Info.plist */, + 5AA16F5281C059EC30E524BAA89F63F0 /* IQKeyboardManager-prefix.pch */, + 2A81B83CB56020972C297C02866DB5C2 /* IQKeyboardManager-umbrella.h */, + 3F92B45E514F805EDBAB646FF34CC626 /* IQKeyboardManager.debug.xcconfig */, + 1C3BF96E087FBCA4B40E45C8EEC2DC67 /* IQKeyboardManager.release.xcconfig */, + 3C4704AE2B0AE0DF646796EEF3870767 /* ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManager"; sourceTree = ""; }; 34341E57D6E6D21C700FFB2F4B6B5EA5 /* Frameworks */ = { @@ -8972,39 +9313,68 @@ name = Frameworks; sourceTree = ""; }; - 35E842DA22F322805487063E904F555F /* Support Files */ = { + 3513E7989F7DD78C0CC9A583E2F825A9 /* Support Files */ = { isa = PBXGroup; children = ( - D69FB254C932E452540A7B944270FB60 /* QGVAPlayer.modulemap */, - 745A9A4493F6C8C67ECBA6EBE734E857 /* QGVAPlayer-dummy.m */, - B48B52B32AA72880A0886B843068DC12 /* QGVAPlayer-Info.plist */, - 0F42E1C57C5F5A75AA1A9C8C3F00AE0B /* QGVAPlayer-prefix.pch */, - 9F87D94B1EDF77359432448687D113BC /* QGVAPlayer-umbrella.h */, - 4CCA4F8DFC3F22B6C5141EFD47D97E52 /* QGVAPlayer.debug.xcconfig */, - C403756DA5134716BB05DDA42C6AAC80 /* QGVAPlayer.release.xcconfig */, + 10CEEFCFA6B7401B80B9070AA851EC29 /* Bugly.debug.xcconfig */, + 83D5ECE72F772620C4D7091DBB8C12E6 /* Bugly.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/QGVAPlayer"; + path = "../Target Support Files/Bugly"; sourceTree = ""; }; - 3A850D3C588786E50079BFE87EB6A650 /* Magnifier */ = { + 36F401C0F52D87BED75CD7E63552D26C /* Frameworks */ = { isa = PBXGroup; children = ( - 08C1F598D6F39EDEB0A77CE60618639B /* LLMagnifier.h */, - CE53C7588B42781E5A62E85D6BC5824B /* LLMagnifierComponent.h */, - F58EDA48BD1EE499F6329173868A906C /* LLMagnifierComponent.m */, - A7BCC0FC949E3EB097C59CAB5EC45784 /* LLMagnifierInfoView.h */, - EA5A6EDB788A0DF426C2F16FAC9A0526 /* LLMagnifierInfoView.m */, - D6E4732BF338A7D905F1BD32A6814045 /* LLMagnifierView.h */, - 4B6880AE8BA92FD6D17A828C3E659E5E /* LLMagnifierView.m */, - 483FA220EBE6DE11974FA317C1AE9F3B /* LLMagnifierViewController.h */, - 33A53419BC34A6CCB358D07E454EA09E /* LLMagnifierViewController.m */, - 4B5DCD20450BB0146A820F2D4940F097 /* LLMagnifierWindow.h */, - 0C8B8C82B78B0E02140C0E1621D2CA82 /* LLMagnifierWindow.m */, - 9E0DEF151A224E891AFBCF25F8953091 /* LLWindowManager+Magnifier.h */, - 63B9B4BACBEA3184F3651DFA58603133 /* LLWindowManager+Magnifier.m */, + 84DBB3DF252D94D9D044F8FF0FFD5A08 /* AgoraContentInspectExtension.xcframework */, ); - name = Magnifier; + name = Frameworks; + sourceTree = ""; + }; + 3728673E677C16479C3FC17159DE710D /* Frameworks */ = { + isa = PBXGroup; + children = ( + DD3572AEBB1269E186BCE23935882167 /* AgoraAiNoiseSuppressionLLExtension.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 37DFEA426F0AFA37EA78915E481A6CC3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 01971C66A887436DD21BA65EC9106844 /* YYImage.modulemap */, + 236577F2EEE6ED41439C284F963B82B6 /* YYImage-dummy.m */, + 231CB44CAD38CC92A7CD89D917F524FF /* YYImage-Info.plist */, + C97D45E4C1B400C798F0239944737226 /* YYImage-prefix.pch */, + D398C09B868E50AF9AFB4CED3594AF04 /* YYImage-umbrella.h */, + 4F5F1ECB39B9E41F4C734DEBF574B0E3 /* YYImage.debug.xcconfig */, + CF46F057859D68D585E2988784ED77EA /* YYImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/YYImage"; + sourceTree = ""; + }; + 38621D0696B5335ADB28BC5631293DAD /* Support Files */ = { + isa = PBXGroup; + children = ( + 5B1311EC7C62AAFFC0D9DBBA7640C520 /* YYModel.modulemap */, + 936EA62684AFE46D8C7A389C41A38FB4 /* YYModel-dummy.m */, + D79AAD6D9E578D47273DF4C400C83E69 /* YYModel-Info.plist */, + ECC7E3806414E8CDF9683CA308C8B30E /* YYModel-prefix.pch */, + 4296969D4A4034C911D9E01ABC214B01 /* YYModel-umbrella.h */, + ABFF631BE0BF854B9FFDD4BB1B1253B5 /* YYModel.debug.xcconfig */, + 52F638BACD1C71063163426BC6DD1D32 /* YYModel.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/YYModel"; + sourceTree = ""; + }; + 3AB1EDF0B9E1FE3D9FCCC741EA26C957 /* FaceDetection */ = { + isa = PBXGroup; + children = ( + 170B133138243149368206FED4F14EB0 /* Frameworks */, + ); + name = FaceDetection; sourceTree = ""; }; 3AD5A5E3A342432E996A73B1E1B15B8B /* Cell */ = { @@ -9017,24 +9387,19 @@ path = Cell; sourceTree = ""; }; - 3BFFE9A50823B4E7C96B287AB6190C21 /* WidgetBorder */ = { + 3BBAFCF6C5D1BB3BEB6ACA0D1541D669 /* Support Files */ = { isa = PBXGroup; children = ( - E1E2ABA1CF16E38306949C39DBFFE81D /* LLWidgetBorder.h */, - ACD31B9CF4EFBCA98DAAAD28E2DB8FC6 /* LLWidgetBorderComponent.h */, - BBF62AF43F45AA5E1F4B4AD591E48609 /* LLWidgetBorderComponent.m */, - 30F0633886F127563F74ACF39A7FF0FB /* LLWidgetBorderHelper.h */, - EB20D4AB990A5D5B4CA4725DD62E892B /* LLWidgetBorderHelper.m */, - 2FAA394A28F15B541C15C4046428DF50 /* LLWidgetBorderViewController.h */, - 0181C802BE8602B5399F0D3B7179F895 /* LLWidgetBorderViewController.m */, - 29CBCFAADE686D81BA69E3799EBE3789 /* LLWidgetBorderWindow.h */, - 04F3305D1A23F19A8359301ABDB5F69F /* LLWidgetBorderWindow.m */, - 7AE87813BC5C3F351ABF41B3DAEE6338 /* LLWindowManager+WidgetBorder.h */, - CFC26C4557DF4FFAF6DFED98F128E915 /* LLWindowManager+WidgetBorder.m */, - 8592C7A6E25AFD826CEEBF578627B491 /* UIView+LLWidgetBorder.h */, - 8B4BC2892DA2ED1B2A7AA0B143C483EA /* UIView+LLWidgetBorder.m */, + 33E9A837E8D65C6CC308D2D609043235 /* AFNetworking.modulemap */, + 97F60686E5059829794B1742C6386FBB /* AFNetworking-dummy.m */, + 6FC9D5B31A76ADAB987AD9ADF7AB4DDE /* AFNetworking-Info.plist */, + 7366069C78FC7BFBA912F540B197CEF1 /* AFNetworking-prefix.pch */, + D9CE222A690EFDCEFB4F91A89DEDD683 /* AFNetworking-umbrella.h */, + 7A2010F39FF9DC6BC5B7DD73A17D1F1C /* AFNetworking.debug.xcconfig */, + C3F6AC5E5BA6110C9BD617A5B3B106B5 /* AFNetworking.release.xcconfig */, ); - name = WidgetBorder; + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; sourceTree = ""; }; 3C5F9BFFF88EB287075E4F955E194987 /* Support Files */ = { @@ -9053,207 +9418,280 @@ path = "../../Pods/Target Support Files/TUICore"; sourceTree = ""; }; - 3CE84E31787F883DF71F5E8E56EFBED5 /* Resources */ = { + 3DB6A995FD8E7F11349C6201FEF5D947 /* sharpyuv */ = { isa = PBXGroup; children = ( - B7A86637AF0616375B4F723C21D06184 /* PrivacyInfo.xcprivacy */, + AA2B2D71250717874EE1316DD847FA6F /* sharpyuv.c */, + E01D3CD2410EE7907EA6EEF6ECD8696E /* sharpyuv.h */, + 692D0D44F0A525E33FCDC72472EF9921 /* sharpyuv_cpu.c */, + 178AA8E0076FE2B381D68DD0EF7A35B6 /* sharpyuv_cpu.h */, + 97B7FA148F458EA7D7983CA933E454CB /* sharpyuv_csp.c */, + F38CE2786445A8BB23FBBC0BC3A09170 /* sharpyuv_csp.h */, + AA0D54C6E77FE37313883AA8A706ECE7 /* sharpyuv_dsp.c */, + D36DB386A8EBF9D652B7C77A8DB48C41 /* sharpyuv_dsp.h */, + 72BCC3D4EFFCBDBF68F11DBCE5542866 /* sharpyuv_gamma.c */, + 2AD369E7C7C3A6324EBF0AE9FA204D6E /* sharpyuv_gamma.h */, + 6CAA8851FBEFC9B8FEFD4026AFA725F5 /* sharpyuv_neon.c */, + 9335894D5AC0E9D208A92B950EFCFD30 /* sharpyuv_sse2.c */, ); - name = Resources; + name = sharpyuv; sourceTree = ""; }; - 3DDB300666C43DD01FF7A59FBFD0E02D /* Support Files */ = { + 3E277DCC160C0AF689E31F2E5D699255 /* WithoutMTA */ = { isa = PBXGroup; children = ( - B5B157A5E92B737599FC3070A80C7852 /* AgoraInfra_iOS-xcframeworks.sh */, - B72A03F02CCB8306A16F5545921CFE99 /* AgoraInfra_iOS.debug.xcconfig */, - A1159FCDCF090CD964DB7D1980C51BC1 /* AgoraInfra_iOS.release.xcconfig */, + 1A7873FB3EF43B53AA22E30C8B807685 /* NSDate+QCLOUD.h */, + 92BFE47537B6941152A54D2804810AFE /* NSDate+QCLOUD.m */, + D23E3B655D23835D457D8DAB83910DE7 /* NSDate+QCloudComapre.h */, + 52FC4D832F12D680AFF8E57509D359B9 /* NSDate+QCloudComapre.m */, + AA6D4C21277C0D18E30CE2C21C72E3F3 /* NSDate+QCloudInternetDateTime.h */, + 88A7CDE31BF523A99517DB238E5FC7E3 /* NSDate+QCloudInternetDateTime.m */, + B4990F9E13907815334146D9938AC413 /* NSError+QCloudNetworking.h */, + 4C750CA1918E596E4A92F703B06859B2 /* NSError+QCloudNetworking.m */, + 259566997773FDBF48C34FD2D039FAF7 /* NSHTTPCookie+QCloudNetworking.h */, + 7ACFBBDD9F76B48D50C3FDA26FF4CF3E /* NSHTTPCookie+QCloudNetworking.m */, + D79F5F4C100CAE9628FF0667D234F1CC /* NSMutableData+QCloud_CRC.h */, + 35365794D8361BDE8B9E0174943AA53C /* NSMutableData+QCloud_CRC.m */, + FE1D236E28FBEEF3A42346328F4500BC /* NSObject+HTTPHeadersContainer.h */, + 36012A420D82DB138733A44B388B1091 /* NSObject+HTTPHeadersContainer.m */, + 4DDCE55EF0217305C9596AD2360742F4 /* NSObject+QCloudModel.h */, + B748F494DE95AE64F64E210B014D3634 /* NSObject+QCloudModel.m */, + E9FF0088F28E000C1EF41D8841E8EEBD /* NSObject+QCloudModelTool.h */, + 64365F27CEC939AA86321CB3B1F41AEF /* NSObject+QCloudModelTool.m */, + 82D3AD8332AFB6C964CB2A9970809539 /* NSString+QCloudSHA.h */, + 71578B7B34819ADBF4BF8F1DA33089C2 /* NSString+QCloudSHA.mm */, + C62EB374AE18334782E7079431F15481 /* NSURLRequest+COS.h */, + 573D5F5E5850C86399501D720C3C4040 /* NSURLRequest+COS.m */, + 9D61427F2C0D6E5DDD8E1CC10DD51186 /* QCloudAbstractRequest.h */, + 1B4240BE38A01859FD311954EB3F547D /* QCloudAbstractRequest.m */, + 7F74FD5E9EE31C97742F489D57A12248 /* QCloudAbstractRequest_FakeRequest.h */, + 724D5B1DF6D56D4321498032483710AD /* QCloudAuthentationCreator.h */, + 702005A6D7F70BEBA40B9CF79B00AEBE /* QCloudAuthentationCreator.m */, + BEB3A42A352B8F6A428575F2FA6B637D /* QCloudAuthentationV4Creator.h */, + F64BB8A9109FB48902997772579E88C2 /* QCloudAuthentationV4Creator.mm */, + 444D729EF43C9265FE8D46B6D99B2F52 /* QCloudAuthentationV5Creator.h */, + 434130FB3109DC6C3B32C37632833BED /* QCloudAuthentationV5Creator.m */, + 951FEA41E7948B9D1E801122F593F263 /* QCloudBizHTTPRequest.h */, + 261B16A243950212BB35418DB93BB6AC /* QCloudBizHTTPRequest.m */, + 8F9792EFCCA496AD0513FE1628FEBD05 /* QCloudBundle.h */, + 9212BA51078BD26B1CDDE92F0166CD0A /* QCloudBundlePath.h */, + 0AEC5964CB08A46D9FC7E92B046EEC11 /* QCloudBundlePath.m */, + 8338157935EEA63A97D251606073706F /* QCloudClassInfo.h */, + B2DAD19B91650A9A0C12800A3E582D5C /* QCloudClassInfo.m */, + 7A06D596F7482F3515D2427A4404EA90 /* QCloudClientContext.h */, + 7E4935EC92ED8990A9E2FC75198AD13C /* QCloudClientContext.m */, + 5995D67905DE8DA0C85C816BFB7C8EAE /* QCloudCLSLoggerOutput.h */, + DF57A3D9539D2689B5C5453111B15173 /* QCloudCLSLoggerOutput.m */, + 45F4B7C5A8DA505B533E619F42693377 /* QCloudConfiguration.h */, + 47E4FC143EF66D217C2DD87DA9E0AD9C /* QCloudConfiguration.m */, + C1806C20000DAEAC6CFF3EFAD26A6477 /* QCloudConfiguration_Private.h */, + 17AA17CAD6E5FBD2D28E6AB5F5E17255 /* QCloudCore.h */, + 1E8ED545CA04320604F79E099E26F934 /* QCloudCoreVersion.h */, + 5027BDD0073068D9958FA2C84458AA82 /* QCloudCoreVersion.m */, + 891D1315CD7DCC5B58BB3D56F234B3F5 /* QCloudCRC64.c */, + CBF2D00EA431A9EAD8B3778E65C0B5C6 /* QCloudCRC64.h */, + FF3CA0EA2D18BF2030CD496FF66B8452 /* QCloudCredentailFenceQueue.h */, + B4D608B72E00BC8B040CCC5D891C9DE3 /* QCloudCredentailFenceQueue.m */, + AA66368220DC43E934E6A6D34BEDBE23 /* QCloudCredential.h */, + D9C378EFE514FC5DB3FEFF15453B0D70 /* QCloudCredential.m */, + 82A3D9C7B9597DF7BD76E80BBB16469E /* QCloudCustomLoader.h */, + B7DB42470DC5F1AB61A5F539F58E5134 /* QCloudCustomLoaderTask.h */, + 17F6298FA9D6C3AE2ABA0EA8979BF7F8 /* QCloudCustomLoaderTask.m */, + F11AE16B9B20AEE75F546D0B9709A30D /* QCloudCustomLoggerOutput.h */, + 5B81041F214B91E31E0AC3B93DED480C /* QCloudCustomLoggerOutput.m */, + 05A1A1F88519038BE4D90ECFAD8AE1A2 /* QCloudCustomSession.h */, + FD42C8081B166B4ED61B3DABAA0CBCDF /* QCloudCustomSession.m */, + 609E9D1F03931271A88C6CEB7098D42E /* QCloudDomain.h */, + F7B6F42042819E79520783F1548CCEAA /* QCloudDomain.m */, + CEAB0849F852524C48E8C37A91241F44 /* QCloudEncryt.h */, + F61123318417E20709B68DA488ADB726 /* QCloudEncryt.mm */, + 3518ED069C75D38DF3F878276E522227 /* QCloudEndPoint.h */, + 06183280D4435781123109D0DE788702 /* QCloudEndPoint.m */, + C8633093718E92A1E9B2A98A4E53D399 /* QCloudEnv.h */, + 80E35E71848689EFD9A4ABE12656B8F3 /* QCloudEnv.m */, + D94CFA2363A486181A05623C47B8D137 /* QCloudError.h */, + 9AC7BA3092EF9F24F7952FDB9F1C8B40 /* QCloudError.m */, + 1B7217436DE9A946F05B619C40AA217A /* QCloudFakeRequestOperation.h */, + 47F357AF00FC7576DE9528EE2BA30ADF /* QCloudFakeRequestOperation.m */, + C7649F263B301350BFFA8941BC0C8811 /* QCloudFCUUID.h */, + 383232BA61F899A1130F57D4F31C4883 /* QCloudFCUUID.m */, + BCFAA782E3F322A517B9CB47ED6AEF0C /* QCloudFileLogger.h */, + DFC7B9B96C7DF98CA4E9C5C18C3909B1 /* QCloudFileLogger.m */, + 6FA082E5F1BA7B11928F29EA2B4DE91F /* QCloudFileOffsetBody.h */, + 714A7E9F35B0AFE4F40C095A65847036 /* QCloudFileOffsetBody.m */, + 1559B3C39E7A4F1D95828D796B718575 /* QCloudFileOffsetStream.h */, + 30EA1B9C843AC13DA5C30E9F18EBB1F8 /* QCloudFileOffsetStream.m */, + 6F7CAAF4164CC8819A2CE046B30C8558 /* QCloudFileUtils.h */, + 278E10246330B3B6B861D317DFF8D8E3 /* QCloudFileUtils.m */, + CD0B552A9571A86CE63EEB6C4D7C26F0 /* QCloudFileZipper.h */, + C7C18C37AEF8C914EAA98512069699CC /* QCloudFileZipper.m */, + 862280841A8D36328E2EF7E744D3B1DB /* QCloudGCDTimer.h */, + 8EDBB6E10559EE55E6A5901A85812CDC /* QCloudGCDTimer.m */, + 14E07549099F90B95938DAFC44746F5B /* QCloudHosts.h */, + 7015F2ACFB85038C265982B1ECA42C00 /* QCloudHosts.m */, + 628188F987C668A91A1F2C7A08A55E7B /* QCloudHTTPBodyPart.h */, + FF355A816238D71D6DABEB53B155E2BE /* QCloudHTTPBodyPart.m */, + B91A658D34410533F79F1FEE8772A88C /* QCloudHttpDNS.h */, + BABF10517A38743F7E0F1C8D2B8AF698 /* QCloudHttpDNS.m */, + AFDE0F22B21F9539029DEAED8C1437C6 /* QCloudHttpMetrics.h */, + 9FCBAEE5B5E34A5A438D71A07013FC1B /* QCloudHttpMetrics.m */, + 9F326D4FDF7B07D8D0B3F1CDFAD1A706 /* QCloudHTTPMultiDataStream.h */, + BE40FAA44C557E919C47FDE381664609 /* QCloudHTTPMultiDataStream.m */, + 09C3E9A825645298B9D5B21A2CABC3C4 /* QCloudHTTPRequest.h */, + 80848CED578A21B2F46165F3196F6299 /* QCloudHTTPRequest.m */, + FF55E30DC56EF7BE5890C22E819A1BAD /* QCloudHTTPRequest_RequestID.h */, + 3172F9D90BD8B6A9F04B59169AA36E3C /* QCloudHTTPRequest_SessionPrivate.h */, + 6A610C9EA9F816E901CB1C711527F708 /* QCloudHTTPRequestDelegate.h */, + 8C63B1E9210C6DA52DB27C507475EA15 /* QCloudHTTPRequestOperation.h */, + B6EC474D8084B2B1484D3B96546DA5C8 /* QCloudHTTPRequestOperation.m */, + 80B65905A31618C2A5C5AB5E81E9F4D4 /* QCloudHTTPRetryHanlder.h */, + A7BBC4560562641F90A7627FD4662842 /* QCloudHTTPRetryHanlder.m */, + 2390CEF3459400DFB59EB7852A2EB883 /* QCloudHTTPSessionManager.h */, + 294A2463702C58AAFF34C066B7511A40 /* QCloudHTTPSessionManager.m */, + B24367A96273EF77DF8FCA13C41DA809 /* QCloudHTTPSessionManager_Private.h */, + 9C721BCA4BD7F58227E4CC8A029BE185 /* QCloudHTTPTaskDelayManager.h */, + 789BAF52EE62B87F414F6C0248348C75 /* QCloudHTTPTaskDelayManager.m */, + 2DCBEAC612368EE376F9529BC0F683B2 /* QCloudIntelligenceTimeOutAdapter.h */, + C125021238DFFFE11005952277BE88BE /* QCloudIntelligenceTimeOutAdapter.m */, + E7B454BDF40C1F09CCBBC226416030EB /* QCloudLoaderManager.h */, + 84138F9907468D9E0E677DC07F8CE900 /* QCloudLoaderManager.m */, + E8B38E9AB7E7D4AF84B4591B606DD36B /* QCloudLogger.h */, + 9926400E803C532FF6491D593C413602 /* QCloudLogger.m */, + F46B2E148B77B63C0876C11D11D32694 /* QCloudLoggerOutput.h */, + 95CF83479403FEB959D1BEA421C0920E /* QCloudLoggerOutput.m */, + FEBFB3743D081AF483CE0708BA12F3C2 /* QCloudLogModel.h */, + 0A98EF0C285EB6AA0D7E2AA12C47A3DA /* QCloudLogModel.m */, + DE43E5B4BBDDB9DD9B111251E644404C /* QCloudMainBundle.h */, + 38C447EF7377D479A5388EA2BEE74A06 /* QCloudMainBundle.m */, + 04C592C2D3BA6D86E50B1A0F596FDDE6 /* QCloudMediaPath.h */, + 2FDBC5D366A5B0E3115C47961E14B2A3 /* QCloudMediaPath.m */, + DB4D9C2D5282051CA75C2D0358419175 /* QCloudModel.h */, + 06244A489E7700251865228D1E1C4D9F /* QCloudModel.m */, + 2C7C81B15A34EAA48B573FAF67CC3085 /* QCloudMultiDelegateProxy.h */, + 373E12D01735BC53A05BDD385A721BD5 /* QCloudMultiDelegateProxy.m */, + A1E5ACFEEDBA8C2A7D1B96F68DF6B2A8 /* QCloudNetEnv.h */, + 220B596757FB8982C1C5168EC1B82924 /* QCloudNetEnv.m */, + 78E45B2B9DD4402823E272DA7174EF11 /* QCloudNetProfile.h */, + 5143E1C4CCD8A15ADC5EA8DCE7838CAE /* QCloudNetProfile.m */, + 4F2DB52049D47CFB9AC242D2E8A751F6 /* QCloudNetResponse.h */, + 545E12AFF9CD9C029825F5C03C30F07F /* QCloudNetResponse.m */, + 3665252273E0A39C6048B28CE8D64917 /* QCloudNetworkingAPI.h */, + 58CAD75B29DAC1ADD876A7110F29D9FC /* QCloudObjectModel.h */, + DFA0DA35E2D6FB4E913955A97497B5D1 /* QCloudOperationQueue.h */, + E66377661F8E576AE085A9E831DA3848 /* QCloudOperationQueue.m */, + F817E53C41B4D5F143EB8109CB5845D1 /* QCloudPingTester.h */, + 08BF18C95A69AB46038DDA95DCB8E812 /* QCloudPingTester.m */, + 27CB25FEDBB2CC87E25A7E133206FA7B /* QCloudProgrameDefines.h */, + 8D5BCEAE8BA9CD9C62B69365B6581AD6 /* QCloudProgrameDefines.m */, + CC8879EE6F45803E2068D3C3DDC7301C /* QCloudReachability.h */, + E4132CDE7580C41B57901CB167FB8E42 /* QCloudReachability.m */, + F5EF0C604AF260E679CF3C1B230E9867 /* QCloudRequestData.h */, + 6CEC58346B650AFBF772E6F8E4312759 /* QCloudRequestData.m */, + D2FE67242A6318E17838BC6E0D2A04F7 /* QCloudRequestOperation.h */, + 5A05F75904EFC87CF9B1673717462D80 /* QCloudRequestOperation.m */, + 132913C84BC55EE962EC6A1BF886B01F /* QCloudRequestSerializer.h */, + C3C3BBF6AE606E0823E3A9AE5E4AF5ED /* QCloudRequestSerializer.m */, + EBDA5AB8107C6DC3B4C676CEBC5474A5 /* QCloudResponseSerializer.h */, + 511AD5F7590A06431F41EB92FE78E86A /* QCloudResponseSerializer.m */, + 3E69C2D26EA4560B8598F25F9541F86A /* QCLOUDRestNet.h */, + 4BD98BB99A452A248E1583BDCF864C34 /* QCloudSandboxPath.h */, + 0B9CE69C14D5CFC94256B1AE22A49824 /* QCloudSandboxPath.m */, + CD92DCD86EAAC7180115F7C6CA480E12 /* QCloudSDKModuleManager.h */, + 588CC205C9C0D5B7005443765E175D63 /* QCloudSDKModuleManager.m */, + 3DF68829FE7979DEB147A9CCD440A89D /* QCloudService.h */, + F3F3DFC57C90F5D31076EC0506FDB8BD /* QCloudService.m */, + 4AA817046FDBF0E7C98E0500C361AFEE /* QCloudServiceConfiguration.h */, + 14467207DFD1055FCE62F6684E2A2667 /* QCloudServiceConfiguration.m */, + 95A4285B4C74A99A0977F891F90886E5 /* QCloudServiceConfiguration+Quality.h */, + 7C96FE99198DD8562023510E839F5CEB /* QCloudServiceConfiguration+Quality.m */, + 6A57A9D187E978C9A9B93D8CED31BEA2 /* QCloudServiceConfiguration_Private.h */, + ACECB0B169AAE719158400F5D3C463C1 /* QCloudSHAPart.h */, + B1AE1D60F0AA8CD0A0EB752396C2B1A7 /* QCloudSHAPart.m */, + BC0DDEE4FE1161EB6CFA6F2CCF433651 /* QCloudSignature.h */, + 9CFA377B3910EAA7A022E9A847012A7F /* QCloudSignature.m */, + 06C624351C3A8320D84A4698F5B73AEE /* QCloudSignatureFields.h */, + 779B2F0782FAB20C4DCAE669BE739576 /* QCloudSignatureFields.m */, + A6CEEF60E3D136F4F2097735CBDA4ABE /* QCloudSignatureProvider.h */, + 9755F822330DC3CCE2444189D403B9E7 /* QCloudSimplePing.h */, + 974131DB43BD7901AD1222551D08DE64 /* QCloudSimplePing.m */, + E1D2F30BE124BFF367F4474F66F4F584 /* QCloudSupervisory.h */, + 30A36B6DE13504DC1CC1BED4FEED6415 /* QCloudSupervisory.m */, + F432D96B799CC72838919CE892E1A554 /* QCloudSupervisoryRecord.h */, + C28CCC143BA7BFC9BE31BDFB2FBE6CEE /* QCloudSupervisoryRecord.m */, + 901CC5EAB5ED1AB3CD4F66B53DC3FBA0 /* QCloudSupervisorySession.h */, + B9D6CA91A12FD45ABB03D35E5A653196 /* QCloudSupervisorySession.m */, + 6496F4B19BD497504D511473C183F060 /* QCloudThreadSafeMutableDictionary.h */, + DB1F4C035F743427B58CCC11179F6958 /* QCloudThreadSafeMutableDictionary.m */, + D1A45C80EEB9D8F88EAEE1B3D710C6C3 /* QCloudUICKeyChainStore.h */, + 8E425FC77EC9B72430675B7EDC9BAD25 /* QCloudUICKeyChainStore.m */, + 29B8DBC48DD15676F9D11894E398B07B /* QCloudUniversalAdjustablePath.h */, + BB7D24CBF4A64BFC39F2D9B9A9B37950 /* QCloudUniversalAdjustablePath.m */, + 3F176FF2BEB7B9E775DCBBB7CA6953EF /* QCloudUniversalFixedPath.h */, + 4C74E4499B774749C14C422C31D4FBDC /* QCloudUniversalFixedPath.m */, + 2837EDD1C35DE89B2BC15293DE6FC68D /* QCloudUniversalPath.h */, + 68E0700B502E467827221B1B63CF0AAB /* QCloudUniversalPath.m */, + 37C5F360602C9B6A3C519CA690F8A673 /* QCloudUniversalPathConstants.h */, + BE8D67066424CDA23F7663F3A80C2E94 /* QCloudUniversalPathFactory.h */, + 8F3D750EBBFC71EC018F99ABCADAAB66 /* QCloudUniversalPathFactory.m */, + E2EE7D8A6E1B904DF8F26379D375578E /* QCloudUploadPartRequestRetryHandler.h */, + 9691B30D3B4374F39008FA6F52E5A2C3 /* QCloudUploadPartRequestRetryHandler.m */, + 10DAC09E64CE1350BAF8DDE905810C4B /* QCloudURLHelper.h */, + 1176F373160313BF6FCD98A8438CEDDA /* QCloudURLHelper.m */, + 55A2982BAF34B2DAF874984BBFA7CB5B /* QCloudURLSessionTaskData.h */, + 217AEA12D28A6A2E9FC7816B6FF80ADA /* QCloudURLSessionTaskData.m */, + 12FCDA8A663063D3563E8ABF705F753B /* QCloudURLTools.h */, + 962883BF2C0094FFA504AB59ADF5410B /* QCloudURLTools.m */, + 45F8EB15DB0F0010035609078A449804 /* QCloudWeakProxy.h */, + F74C820107044761E5599A0326069849 /* QCloudWeakProxy.m */, + 88194CCEA4E302B7A62C12BF7B7A21E3 /* QCloudXMLDictionary.h */, + B202168B7F8D7749B9E72C05A786C691 /* QCloudXMLDictionary.m */, + 2BAC3F253DC138A0E681FB6CD1D2CCB6 /* QCloudXMLWriter.h */, + A718AFC3FFA5470EB2AA58505F6E4B19 /* QCloudXMLWriter.m */, + CB8DA41B8425100DD76750E3212C6994 /* QualityDataUploader.h */, + D318E9FE4EB03067DBB7FEE88E12A443 /* QualityDataUploader.m */, + F7489A6B887EF3B8B0674033BDBCE400 /* UIDevice+QCloudFCUUID.h */, + A993955CA425BF80202897DBEE118F45 /* UIDevice+QCloudFCUUID.m */, + 7DE5E50E21F69A677C87F07C670DE9B1 /* UIImage+QCloudBundle.h */, + 21DB539A94A34EA8843A8D6063A8507A /* UIImage+QCloudBundle.m */, + ); + name = WithoutMTA; + sourceTree = ""; + }; + 3F73D7B5AFF1EA5EFB96CE19D88F17DE /* Html */ = { + isa = PBXGroup; + children = ( + 144A71DD5DF4BE3313B33C0E121C86E2 /* LLHtml.h */, + DD3DFA59E652C1A14AA4531C35AB8B91 /* LLHtmlComponent.h */, + 7193675E27B56F6184F28D203F3F8935 /* LLHtmlComponent.m */, + A5C9F70CFCD5E3D6910E11764498A22E /* LLHtmlConfigViewController.h */, + 24D902298BA1445816E603934B422614 /* LLHtmlConfigViewController.m */, + 6596E655172408A38E4EC261436D5F71 /* LLHtmlUIWebViewController.h */, + 5B9AE07EC8CD1A4155E1B948CD074404 /* LLHtmlUIWebViewController.m */, + 580420C598DFE1CCD36483E76C6741B2 /* LLHtmlViewController.h */, + 7453F919944538A08F37684DD3B7F6DE /* LLHtmlViewController.m */, + 3F31A243F668C6A4AF248FA150D12BE7 /* LLHtmlWindow.h */, + 89FD15BEF196B47D72F9023F1B953A3D /* LLHtmlWindow.m */, + CCF0846A212CD41582BAE34D420B91C4 /* LLHtmlWkWebViewController.h */, + BC676DF91A36F2450B46BEB0208ADBEA /* LLHtmlWkWebViewController.m */, + 5A8588D184A310E6F026DC91CC4110AD /* LLWindowManager+Html.h */, + E0121D5DCD117ACF174A8CE1987C7E38 /* LLWindowManager+Html.m */, + ); + name = Html; + sourceTree = ""; + }; + 4339D3BBD3A9788EA07A2E0446ADDDA0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 96F6BFE84C5F4A1A888825C37F1E7E0F /* DZNEmptyDataSet.modulemap */, + 76D870117913F11268B37DBDF42D2AC5 /* DZNEmptyDataSet-dummy.m */, + FE3EE4C23DD2FA2E7D17F253C37FFB03 /* DZNEmptyDataSet-Info.plist */, + 5AC13D398DE0DF358704219612992D05 /* DZNEmptyDataSet-prefix.pch */, + 6910FA040AB021CA0F5830FF0839FD7B /* DZNEmptyDataSet-umbrella.h */, + E97481CE518EA377E317ABEC4EE5013F /* DZNEmptyDataSet.debug.xcconfig */, + E09D6A1E2FC0A47DB89D2D918204838B /* DZNEmptyDataSet.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AgoraInfra_iOS"; - sourceTree = ""; - }; - 3E16CD633B5C8104A03BA6B0095D4CEE /* Support Files */ = { - isa = PBXGroup; - children = ( - D687FAEA674AA0CDC65B66AA70C344EC /* ReactiveObjC.modulemap */, - 5585D238EB7F232DBA375D4B9BE6CF44 /* ReactiveObjC-dummy.m */, - 4EA0643222D03967A5E44991F3E53B51 /* ReactiveObjC-Info.plist */, - AEA044DFB2BE194A6441B9723B50D0AE /* ReactiveObjC-prefix.pch */, - 323E560A5CBA3BC04CD92054CD30A16A /* ReactiveObjC-umbrella.h */, - C75290354B7314C4F02110B9D20632B3 /* ReactiveObjC.debug.xcconfig */, - 17B18416AEC94C55CE635A96FB102FE8 /* ReactiveObjC.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ReactiveObjC"; - sourceTree = ""; - }; - 403F5F50D89FB3A40891B76899A7ADB5 /* AIAECLL */ = { - isa = PBXGroup; - children = ( - CF36F2A6AB9253F6FE872D4A55E33FBE /* Frameworks */, - ); - name = AIAECLL; - sourceTree = ""; - }; - 40A6F0E730EE86B1A2962B418CA821B4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1C2F31D548AB72EE666F20112F85F721 /* IQKeyboardManager.modulemap */, - F04CF9EF12EF7BB8300A657B6133FD01 /* IQKeyboardManager-dummy.m */, - BC88A109BE9F653CE64BD993A7F419D9 /* IQKeyboardManager-Info.plist */, - B42EC0846163C3D03398E8548B97FEF5 /* IQKeyboardManager-prefix.pch */, - E62BB46E22E182B4B5AAB0C82DE137D0 /* IQKeyboardManager-umbrella.h */, - BFDA70797D499F688CDA9F293694C161 /* IQKeyboardManager.debug.xcconfig */, - 313EBD1ED4CF3BFF7D35A23B739B12D3 /* IQKeyboardManager.release.xcconfig */, - CF941EA1855F5D99675B4CAEA6AFAF87 /* ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManager"; - sourceTree = ""; - }; - 4182B290A81810E167941C963B5CC3A4 /* QGVAPlayer */ = { - isa = PBXGroup; - children = ( - EC2B8510602804E6C25935647B94A846 /* NSArray+VAPUtil.h */, - 375CF7EC774E0546D8281084DF667137 /* NSArray+VAPUtil.m */, - 198BE69391F4887F28FA64E0248071F8 /* NSDictionary+VAPUtil.h */, - 32515DC6539770B161CF9BE8AA915F02 /* NSDictionary+VAPUtil.m */, - 3CCEE7FC2F9AFDB27D8705E4B260814C /* NSNotificationCenter+VAPThreadSafe.h */, - AB2CCA7421225550F02BAD572D94F38B /* NSNotificationCenter+VAPThreadSafe.m */, - BECB881BE01435296C19BD58A872AF4C /* QGAnimatedImageBufferManager.h */, - D87D3D42999151033E75027643FC134C /* QGAnimatedImageBufferManager.m */, - 5A669C34401252F978308F1576563A14 /* QGAnimatedImageDecodeConfig.h */, - 4C7865C77DD9DB60607E579BC0758D5E /* QGAnimatedImageDecodeConfig.m */, - 411A5B0C12E31DC1B0A4913E176C3514 /* QGAnimatedImageDecodeManager.h */, - 473121754F756FBD831BB36046B34507 /* QGAnimatedImageDecodeManager.m */, - C5FBE2A2DE1912B40BC887678504DBBD /* QGAnimatedImageDecodeThread.h */, - 97E4EE3DDAA0E9C5FA33E798507F3C1A /* QGAnimatedImageDecodeThread.m */, - F8A259C7517650851FFC0D29B1C032E2 /* QGAnimatedImageDecodeThreadPool.h */, - 5B984728ADC52AF50BCCA6AE10D4564F /* QGAnimatedImageDecodeThreadPool.m */, - C2B4D4B562EC668CAF254E73F9CDD713 /* QGBaseAnimatedImageFrame.h */, - 65A5E1F52BB005E19DA58259743A63DB /* QGBaseAnimatedImageFrame.m */, - 521ED7848F776C4C2660EAE7DFBC2718 /* QGBaseAnimatedImageFrame+Displaying.h */, - 356E53AC019108FC3CD39CF37AB40AD7 /* QGBaseAnimatedImageFrame+Displaying.m */, - B2431DF859493CECA1608DFE5282B2DA /* QGBaseDecoder.h */, - 74E90077F43AB33C2B68679AA9A70863 /* QGBaseDecoder.m */, - B5D4B6F06B24BD60D5A8E84B41C1D8CA /* QGBaseDFileInfo.h */, - 29DC22A46EC320B38D2E3416E25A3438 /* QGBaseDFileInfo.m */, - E8F31B119AB11AA2DC40EBEA5F9DB70F /* QGHWDMetalRenderer.h */, - BA4E41152B130497D7FC307144BBB8C8 /* QGHWDMetalRenderer.m */, - 100995F6875D8295B7AA9D82EDD55E4C /* QGHWDMetalShaderSourceDefine.h */, - F9E5BDE72EE2D76597543262ADB25515 /* QGHWDMetalView.h */, - 1ADA0F2909892D339EE4B58B24AAF304 /* QGHWDMetalView.m */, - 310C4B839E1AF1CB0616FC948067B950 /* QGHWDMP4OpenGLView.h */, - AF9CD71DEEC9408CBF151103B0E5F0D2 /* QGHWDMP4OpenGLView.m */, - AE6044C2F23ADE662B69D64BFCB9759A /* QGHWDShaders.metal */, - F9D24DD12D3E42238B1D77BB54E9FA99 /* QGHWDShaderTypes.h */, - 7C774508195CE16AFEAF10E844CCB0E0 /* QGMP4AnimatedImageFrame.h */, - 0861D83E5928C4E8173B6F9299FC22B0 /* QGMP4AnimatedImageFrame.m */, - 1DD50156D9B15CB388A20DB62B2E0BB0 /* QGMP4Box.h */, - 20343CC3F6D152CD8DD53ACAC5CDADC5 /* QGMP4Box.m */, - 67B3F520F242F8408461338A1A462C72 /* QGMP4FrameHWDecoder.h */, - F213F69EA7F5CBCD3F22BDCFC5408A46 /* QGMP4FrameHWDecoder.m */, - 88A2ED2A1032291042DC260644022682 /* QGMP4HWDFileInfo.h */, - 5F7A26AF65BC509BC99AA1FC85C51745 /* QGMP4HWDFileInfo.m */, - B2BAF03368C61D0A31E4A6CFC8D815CC /* QGMP4Parser.h */, - F1A541AEECDD4A5D89130BB48241344A /* QGMP4Parser.m */, - AB95C2A2C021DEBDF9C01A0110B99675 /* QGVAPConfigManager.h */, - 864CE51C15F42BF2126252E3EDF35226 /* QGVAPConfigManager.m */, - 5A06563771AD5B6DC597B80D8460B3A2 /* QGVAPConfigModel.h */, - 1DE08FA81747E5623FBCBD95406DA52C /* QGVAPConfigModel.m */, - F19844E57C069F103596F7D39BD46525 /* QGVAPlayer.h */, - 132B2C689DCD777DB3F90F03952E6683 /* QGVAPLogger.h */, - D2E7C8FDB05292AE8AFC4257846F3A95 /* QGVAPLogger.m */, - FFEE3F861C1FD26E95F4FB2D306BB733 /* QGVAPMaskInfo.h */, - 263ABCD0AFFF04BFAD27C11EF90EF1B4 /* QGVAPMaskInfo.m */, - 9FD3E83627951C9F02E6974ADBF35643 /* QGVAPMetalRenderer.h */, - D1BD141EC6A53A6B60DC9B14624F1C22 /* QGVAPMetalRenderer.m */, - 85F1E0B017257CF852C48AECF7DF6E93 /* QGVAPMetalShaderFunctionLoader.h */, - E31A240DEFB4EFD2B4D01DD7117E0034 /* QGVAPMetalShaderFunctionLoader.m */, - 112D92259F30896CFD904B6A7663712C /* QGVAPMetalUtil.h */, - 94F1A20F3CF3CA9B5FEE05BC72495CF0 /* QGVAPMetalUtil.m */, - 54E20AEAEADAB286610843D9667CB450 /* QGVAPMetalView.h */, - 588D3CCD8EE99838ACDE6232300077FD /* QGVAPMetalView.m */, - D08510DE0D551DB58D948856A43CD905 /* QGVAPSafeMutableArray.h */, - 500DABA99FE89D664AC06E90ED5861F6 /* QGVAPSafeMutableArray.m */, - 9F87C0D5F738CA610152A78F9E775A09 /* QGVAPSafeMutableDictionary.h */, - 1D065235116A0A3ABAAB4CAE58E793D6 /* QGVAPSafeMutableDictionary.m */, - 1444A2422702396B38D30FA53D16C3B0 /* QGVAPTextureLoader.h */, - 29633068DC32D42C43EE802B8FEE1A3B /* QGVAPTextureLoader.m */, - E0B061F36D87206193C7479A40CE154C /* QGVAPWeakProxy.h */, - CAA1EF5C04ED14358E201C77CD3AE0BE /* QGVAPWeakProxy.m */, - 37AC3CD799DAF42B47FD31D0327DFB1A /* QGVAPWrapView.h */, - BD802461011BF0D3BB86E9C8CB90F549 /* QGVAPWrapView.m */, - 5B225C31748D5973C2767CBCEA2616DA /* UIColor+VAPUtil.h */, - 9BBD491D1860D0D424311AB4B2AE2CE6 /* UIColor+VAPUtil.m */, - 240862F3B8E54C91D33AFD34A896DBBC /* UIDevice+VAPUtil.h */, - 07A82BE18AB318F4F5861C0328FD2263 /* UIDevice+VAPUtil.m */, - 04EA3C1259C99C8D4B2F7760CA9C496D /* UIGestureRecognizer+VAPUtil.h */, - 33DA828E554084B88BA4798FDD90C02A /* UIGestureRecognizer+VAPUtil.m */, - 8FF050324764B7CC17BB9B1BE5FE6720 /* UIView+MP4HWDecode.h */, - 5992088A813055291F36B0344ECDA1A3 /* UIView+MP4HWDecode.m */, - 0454D0147525728E889241EA260FBF13 /* UIView+VAP.h */, - 7117659E612C3305B5061F6263F50C7F /* UIView+VAP.m */, - 558DF22DBEE747C372FF9D653111002F /* VAPMacros.h */, - 35E842DA22F322805487063E904F555F /* Support Files */, - ); - name = QGVAPlayer; - path = QGVAPlayer; - sourceTree = ""; - }; - 42490F23F25493A4B938BCD481175E85 /* Frameworks */ = { - isa = PBXGroup; - children = ( - E71C8117686C1F637744D9721B518A91 /* Agorafdkaac.xcframework */, - 2DD9385ECFC8B4A4946B324AF2B72B70 /* Agoraffmpeg.xcframework */, - 57B040E8C8F0B4B62BA73420C9547687 /* AgoraRtcKit.xcframework */, - 716DB280263AAD9581CF0E6B11380684 /* AgoraSoundTouch.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 44A1D96C352AEBA15F6101E8EC2E6599 /* Network */ = { - isa = PBXGroup; - children = ( - BF3C384FACF30DDD51276EE009F09266 /* LLNetwork.h */, - C05969BEAC7EC4ACD6B24C23139E3BC5 /* LLNetworkCell.h */, - 5F180675B02342B8418012E932CB120F /* LLNetworkCell.m */, - 8F93B67C8D43EC657E335A6F77182973 /* LLNetworkComponent.h */, - F009AC257668424C615751C2506B3977 /* LLNetworkComponent.m */, - D6FAD67ED2AC36777D1F37562B2CA887 /* LLNetworkDetailViewController.h */, - 714DE9D21747F7ADB7E847688567B3A0 /* LLNetworkDetailViewController.m */, - F6DF0EBE007FB701E63CBADDE35A991C /* LLNetworkFilterView.h */, - 8767B263652CFDCD16E40D68E0A5E658 /* LLNetworkFilterView.m */, - 7378F8C8FFBE479804EDE124B75AF775 /* LLNetworkFilterViewController.h */, - 3F38A2256A603F22218784B900169A70 /* LLNetworkFilterViewController.m */, - 08574C1EB9E14AE1574467A04F81844C /* LLNetworkHelper.h */, - F6FCB1F49ED9AFE79B0EA48E701E8FB1 /* LLNetworkHelper.m */, - 3AB782AC7C00029CE68CCBD575FF72B7 /* LLNetworkImageCell.h */, - C1AC44C8FF9653AEB5DAB71D8C51CF27 /* LLNetworkImageCell.m */, - 88E06D778F2FCCEB9FE5416F7D4CF216 /* LLNetworkModel.h */, - 89799A51AC5B8D27444B63A0C708C748 /* LLNetworkModel.m */, - DCC0C6B6E0A89084D9A0A49FF21876E6 /* LLNetworkViewController.h */, - C037CB7FD3E4185DA804EFAEA5ECB47B /* LLNetworkViewController.m */, - 7364939E951750D98837F0924A8F4788 /* LLNetworkWindow.h */, - 27B972B0CD012A81F1BA6F314B6280C6 /* LLNetworkWindow.m */, - 229DE89D7AD71733706C671D77CC7666 /* LLReachability.h */, - 03951B0F3C08BDC07E054943864B3594 /* LLReachability.m */, - 550A3A97018FC4B7A39F25E713E9C5CF /* LLURLProtocol.h */, - 28D46022EB59849B06DD06DE0851BC0D /* LLURLProtocol.m */, - 92BA56547911C9DDE2E0D1FBC2379C56 /* LLWindowManager+Network.h */, - EDC3AB439C39A211DAE08F7749D129AC /* LLWindowManager+Network.m */, - 0EE95776273C13ED73E0B751B2BA8E2A /* NSData+LL_Network.h */, - 59212D34B5BADE17EFD6F8B3760781A6 /* NSData+LL_Network.m */, - 2F1F9AAFED55796FC0D703387BD54857 /* NSHTTPURLResponse+LL_Network.h */, - FC6AAE19178B09BFA7FF9D1C8B678484 /* NSHTTPURLResponse+LL_Network.m */, - BFA251B40E1BA8D917AD3181373F7681 /* NSInputStream+LL_Network.h */, - 10DCB2538262102141069397DEEEEE4B /* NSInputStream+LL_Network.m */, - 0C7CF617060B058010C68F29C2D02F5A /* NSURLSession+LL_Network.h */, - 63ECAA4E7DABBCB3BF783384C7808CC7 /* NSURLSession+LL_Network.m */, - B8B6B8F0BED93D0BD0BEE76007D1292A /* NSURLSessionConfiguration+LL_Network.h */, - D850524224CE3FE7FD8A47FC4AEB9690 /* NSURLSessionConfiguration+LL_Network.m */, - ); - name = Network; + path = "../Target Support Files/DZNEmptyDataSet"; sourceTree = ""; }; 4565EC0E6E83D3EB250209E1E32082B7 /* UI_Minimalist */ = { @@ -9269,104 +9707,61 @@ path = UI_Minimalist; sourceTree = ""; }; - 45A64240F9EA559D85BE0707C85B8420 /* TextPicker */ = { + 45E9AD24654B473F1D0CDE5865F7DA1E /* MQTTClient */ = { isa = PBXGroup; children = ( - 8B6426A1A9ACD43A67415CDBD025165D /* BRTextModel.h */, - 89B334B55D17CF93763C51CB3EA0034D /* BRTextModel.m */, - 6AAB5B001249D96CE8C2A1FE66E00532 /* BRTextPickerView.h */, - 9F6FF641EABEE4CC560B92FEB7DAFB1D /* BRTextPickerView.m */, + EBBFD34E2148F3789A9A3B81F7E54F88 /* Manager */, + D9BD6A36B58FDCD5F85CA14CDC7811BC /* Min */, + 07A3A3DCFD5FFF0BEE3CB09C602FADA4 /* Support Files */, ); - name = TextPicker; + name = MQTTClient; + path = MQTTClient; sourceTree = ""; }; - 45CEE62C5E2DC68A9B151B02FAC44D5C /* Frameworks */ = { + 4681DD74E301A2058653A139FD80918F /* Support Files */ = { isa = PBXGroup; children = ( - 836B2E76061155C2A538E98A1821622E /* AgoraReplayKitExtension.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 4610AF2FC273553E89485A8F8D78A545 /* Support Files */ = { - isa = PBXGroup; - children = ( - 72910234BBBB360162AB8147F96595EB /* YYCategories.modulemap */, - 10273522C8A8B06633A16F79AF185B74 /* YYCategories-dummy.m */, - 9072CDD73A8D211AC95E38A2BAD39770 /* YYCategories-Info.plist */, - 18D4BC089B6EE583D1F4CBCED430B23B /* YYCategories-prefix.pch */, - DB9F7E2D705481AF576EBF89395748D3 /* YYCategories-umbrella.h */, - BF2A6DB2A4233FAB516EFE04517C9E1D /* YYCategories.debug.xcconfig */, - 4CC90FF57114835B548772BD7118CB20 /* YYCategories.release.xcconfig */, + E0F9CB8BED655DBD7F630A7BED3E706D /* SVGAPlayer.modulemap */, + 0D594F9E8C2E183C2F7B6159EE5B1293 /* SVGAPlayer-dummy.m */, + 8051492FC975FE7F80F9BA29781D94FD /* SVGAPlayer-Info.plist */, + 4B5705268CC73CE796075AC67577E866 /* SVGAPlayer-prefix.pch */, + B6A9ECF43C6D1C18A240CD0C1C67C14A /* SVGAPlayer-umbrella.h */, + C05B5DE1D6D30FE2EA3F4EF3D8D252B5 /* SVGAPlayer.debug.xcconfig */, + 184FD04DA73F807340EEFE6E348784DA /* SVGAPlayer.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/YYCategories"; + path = "../Target Support Files/SVGAPlayer"; sourceTree = ""; }; - 46FE105E639328774525B05CBFFBF92A /* Support Files */ = { + 472E158C31B9062E232476929B04C03C /* Support Files */ = { isa = PBXGroup; children = ( - 58F4A0609A917741FE7C239586520A66 /* SDCycleScrollView.modulemap */, - 548776CDF0D86CACB6FA503CC4368123 /* SDCycleScrollView-dummy.m */, - A88EDD4C5FDB299D93A721D1FB394726 /* SDCycleScrollView-Info.plist */, - 5F6CF3F8AFA70F47C743ED5063206383 /* SDCycleScrollView-prefix.pch */, - 5EDEDB571BD2BCAA8282600BEFDAEC76 /* SDCycleScrollView-umbrella.h */, - F500827AAC3CB2AC9F44844805366550 /* SDCycleScrollView.debug.xcconfig */, - 2237A6209697E17B9F9540A670A6BE23 /* SDCycleScrollView.release.xcconfig */, + 41B70CA12ADD794B268E6CCFDA77E32D /* SVProgressHUD.modulemap */, + D894B61540C085AF96AA86EC836D6536 /* SVProgressHUD-dummy.m */, + D77C9E3FF6F24231D5D479F43ABE9BE6 /* SVProgressHUD-Info.plist */, + 47B83E7A854D9B97DE3D4F392A2C9F3E /* SVProgressHUD-prefix.pch */, + 52643578F1B2CA17577F303930830A1F /* SVProgressHUD-umbrella.h */, + 125D858BC21DFA2F766113C6FC753985 /* SVProgressHUD.debug.xcconfig */, + 4565D0EA497C42291887DC4A8E1A1D75 /* SVProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SDCycleScrollView"; + path = "../Target Support Files/SVProgressHUD"; sourceTree = ""; }; - 47322CE029FC9194B6F62C0AF9296B8C /* MBProgressHUD */ = { + 4753A7C9F79D4E4ACB07ADBE6F1A528A /* Resources */ = { isa = PBXGroup; children = ( - 746FE5E7F1A4103C529B9A947F4C4163 /* MBProgressHUD.h */, - 1135D4E59A92E087E5425E466950E410 /* MBProgressHUD.m */, - F51A9CAE56FC8C741E3D46EEC5DC727C /* Support Files */, + 09E3C45D50F07B999232DD85DA509B83 /* PrivacyInfo.xcprivacy */, ); - name = MBProgressHUD; - path = MBProgressHUD; + name = Resources; sourceTree = ""; }; - 4744674E6DE30B91F3552CCB64189662 /* ClearVision */ = { + 485B4AE8644A2306813A319BA6B0F304 /* Resources */ = { isa = PBXGroup; children = ( - 178C5CD0B196FF3CE9A1BDC9A8F5994A /* Frameworks */, + 636A9A0E63BE985BA9AB86C1BFCD36AE /* BRPickerView.bundle */, ); - name = ClearVision; - sourceTree = ""; - }; - 485FBB49B83F72DD02309F3B5F456C8B /* Location */ = { - isa = PBXGroup; - children = ( - CAF6106571940D673660A0787611E02D /* CLLocation+LL_Location.h */, - 6266B7B85BC7C76E37F697E8C52F7304 /* CLLocation+LL_Location.m */, - 08B46AA8431E44FAA52AF003D3538302 /* CLLocationManager+LL_Location.h */, - FF7C05E57A441420C8F62811D382304B /* CLLocationManager+LL_Location.m */, - EF1815A55EB691FEA620B8DC19152869 /* LLAnnotation.h */, - 22F209DCFDF06D6D004B17D4A4614726 /* LLAnnotation.m */, - E4ED40F5B60870AF9B51CE353E178560 /* LLLocation.h */, - 5FA8A9238F9D0428F04C1A12C4A2537A /* LLLocationComponent.h */, - 260DC26BDF0892F9519735F2FC5DE923 /* LLLocationComponent.m */, - EC66B56F74A65DE41BAF756857F9EA36 /* LLLocationHelper.h */, - 92C8304300FD1039B39260B05ED122B9 /* LLLocationHelper.m */, - 01BDA857040880769264BF6D0D910048 /* LLLocationMockRouteModel.h */, - AC603A19274FB2CD8196100E3288674E /* LLLocationMockRouteModel.m */, - 5FE4B5C48241DD23EC880016020E67CD /* LLLocationProxy.h */, - D33508649AF468E5AD20E17489CB50D7 /* LLLocationProxy.m */, - E5441491448053F9814E00F743DCDEEB /* LLLocationViewController.h */, - 44D7C63266B958AF24384DFB3BF655CF /* LLLocationViewController.m */, - 38423F8F3364205E7E652C96998807CD /* LLLocationWindow.h */, - CCC75942C35CF8A1599760D941698552 /* LLLocationWindow.m */, - 23785D638D2B27E21D5B4CCA02DDDB07 /* LLPinAnnotationView.h */, - E8B01716AB758E8D6CBBDDBFF566A30C /* LLPinAnnotationView.m */, - 0793A27AE39621C7A440276E1D066FB7 /* LLWindowManager+Location.h */, - 6CF500A440CB4A87DFD5C4F2EE40F2A6 /* LLWindowManager+Location.m */, - 5BE42352D9754498DBB58BBB69049326 /* MKMapView+LL_Location.h */, - C2D2EF8B393EF2C8810CDF344F4737A3 /* MKMapView+LL_Location.m */, - ); - name = Location; + name = Resources; sourceTree = ""; }; 4B3F6CA8E8C87F7D227AD8500ADD5DA7 /* CommonModel */ = { @@ -9406,92 +9801,166 @@ path = CommonModel; sourceTree = ""; }; - 4BB3616A5719EE76B90D8417597694C8 /* Crash */ = { + 4C51FFC71703D3D46DC9B9DA625F6F59 /* AgoraRtcEngine_iOS */ = { isa = PBXGroup; children = ( - DF93D12A280FEEB9F29949C627132528 /* LLCrash.h */, - 6170642C1C4E9BC596E9F1101C087707 /* LLCrashCell.h */, - E5B1D0E9CE2A700E78BE5773C02888CB /* LLCrashCell.m */, - C63D04F695E094AC6F3E69C41CCF0EA1 /* LLCrashComponent.h */, - EB4D80265B18933ECC0B7D05844DD0D0 /* LLCrashComponent.m */, - 06F8B9EBC43764C462B974042FB30306 /* LLCrashDetailViewController.h */, - 507A36A5DA149C8C4AC5CCDE8DD4A9F5 /* LLCrashDetailViewController.m */, - 6759B25413994A769CDE9CCE8BDDFA61 /* LLCrashHelper.h */, - FC88BE1927B5B72263E7CBC43989CED3 /* LLCrashHelper.m */, - EE18F9EB151526E3C07397A9E807D8E4 /* LLCrashModel.h */, - ABCFAE80AC277547100AC9A23CC81757 /* LLCrashModel.m */, - EC4FF01339FA7AB1962A0244200963E7 /* LLCrashViewController.h */, - 6114638680138B240CC22DF88534B37A /* LLCrashViewController.m */, - F1B7927F6989CFB987810F4C0B4BF875 /* LLCrashWindow.h */, - 527F36F77F902FDE250B6767F1A9A9D1 /* LLCrashWindow.m */, - 21F6E7E34006BB346311534A7F4A1C99 /* LLWindowManager+Crash.h */, - D92C781EF12BC4CE352A097B1945E1B6 /* LLWindowManager+Crash.m */, + 8A642A60A510FEF50CDC91ACDAD8F7B7 /* AIAEC */, + A79E6A679768E810C87B3E221E0FA065 /* AIAECLL */, + 314ED60D0CB3411587F0E0CEACC23BE1 /* AINS */, + 1EE715E19A127222DB99BE32AB523C7A /* AINSLL */, + FBBD40329AFF4AC8EB7D787AF375FC7A /* AudioBeauty */, + 13BE8CFD0E71CD8C77CFCB5228BE0543 /* ClearVision */, + 25A65D41BE2A183D841B94E0922E1864 /* ContentInspect */, + DF9CE9F1B190C29272A2DBE6DFA6FA92 /* FaceCapture */, + 3AB1EDF0B9E1FE3D9FCCC741EA26C957 /* FaceDetection */, + 5326DFBF8888D59E27ACEB8B50DBC29C /* LipSync */, + FCB3333487EF8C5DE5B3779AE73A7033 /* ReplayKit */, + 58B930E11B2241638B3D753A40D07CCD /* RtcBasic */, + E5CDD713F834C70366363C8AC09F7451 /* SpatialAudio */, + 501AE61B6F4C91E19FD74873CF4E5CCA /* Support Files */, + 01288EA94977B9E787B18C459D4C2E6C /* VideoAv1CodecDec */, + EFBF6EE7731F3FAE9D796B7AD9411DA3 /* VideoAv1CodecEnc */, + 9790154A253A4769A9F2994CDA1A1437 /* VideoCodecDec */, + 5E5BECD35248EED8E6CBF9E465BBE09E /* VideoCodecEnc */, + D97481416C32148C38E5FF5F79FBE78E /* VirtualBackground */, + 572AD0CEE99482BF933DAA30F21561EE /* VQA */, ); - name = Crash; + name = AgoraRtcEngine_iOS; + path = AgoraRtcEngine_iOS; sourceTree = ""; }; - 4BE3D3770FA8DAFB36821CDF0917F07F /* Resources */ = { + 4ECA4770A44B785BA9AF1F448A965CD6 /* AgoraLyricsScore */ = { isa = PBXGroup; children = ( - A09CEF93EFE09A15795678E4628EC96C /* TZImagePickerController.bundle */, + 302976E58417666E32381642C098C15F /* Algorithm.c */, + 57E9EB389CAA3C61F9BEA02DD1F21761 /* Algorithm.h */, + 6F99C1B23E9D3021BC69728834FC3E03 /* ConsoleView.swift */, + 706CE950759BD5B8D3582CD95D4A7A66 /* DataStructs.swift */, + 93E8355675EA5071EBC98F7F882FAC5E /* Downloader.swift */, + 714F4A7AFFCD97C004A321F7DA3878BE /* DownloaderManager.swift */, + 4537F3455E93021211E86B685B222400 /* Events.swift */, + 7E0C6B3241A3FB72ED4F1BBD497FD0C8 /* Extensions.swift */, + AA89873F01B89D25A0015DF173F8FCB8 /* Extentions.swift */, + 32C8352E28276ABECCBF6B5CBF9AF716 /* FileCache.swift */, + 76C6CA4C46FDDCF36A197A934B11F193 /* FirstToneHintView.swift */, + 7C99D015A7C940CE9FDDF763EB373E6A /* KaraokeView.swift */, + 054E14AD32504319CB474E4139346E5F /* KrcParser.swift */, + A43892785F61D3B0D4B683F10F5490A4 /* LineScoreRecorder.swift */, + 00E6BBB9EEA09253B0415A4428BC4F22 /* LocalPitchView.swift */, + B135E9010309D58610260E1E99464E77 /* Log.swift */, + A822C26AE0E09507C5BE0E0483A4A50D /* Logger.swift */, + A53DBF62188AE61537857FDD326B010D /* LrcParser.swift */, + 21165E2BF07F7A843BBEA0CC5127A2F9 /* LyricCell.swift */, + 6E6854971BB550EC3C15D6A84C2072A4 /* LyricLabel.swift */, + E9C29308D2DB77EED4561F7843AD0F35 /* LyricMachine.swift */, + EBCC568A47CE9C9F5670BDFD41F63268 /* LyricMachine+Events.swift */, + 15625AB68ED0DB100979B9E21CC0D5F2 /* LyricsFileDownloader.swift */, + E31D790D8300CC805358CF78B8F83DB0 /* LyricsFileDownloader+Info.swift */, + 3B83B36C5572AD21B1244611CE0416D8 /* LyricsFileDownloaderProtocol.swift */, + CD362EABC8567958483BEA245CA2C7FF /* LyricsView.swift */, + 76B8FB2999501BA8B30221E9821011BF /* Model.swift */, + 52BDDFF68B5C8E8529940FBE87752470 /* Parser.swift */, + B0246FDA7364D0587CD127E88083145E /* PitchParser.swift */, + 46E146410616D7B74355ACBE2B5B5A29 /* ProgressChecker.swift */, + D3941C9078BD4066A36E0C5E3E3ECE03 /* ScoreAlgorithm.swift */, + B027E2A790876DC3CED3DC34718399AE /* ScoringCanvasView.swift */, + 0B82D002408DD4335858264C47D371F9 /* ScoringMachine.swift */, + 04E0E1D0ECBF563A0BCEA6B38DA91431 /* ScoringMachine+DataHandle.swift */, + 804B6C26F4D83BE2E9062AA0F6DC6F29 /* ScoringMachineEx.swift */, + 813C7E71404CE801912A2CA190EC5E07 /* ScoringMachineEx+DataHandle.swift */, + BAF1793482C2FF83EF30DD95254C87D0 /* ScoringMachineProtocol.swift */, + 9F6F9FA61ADDC2F385A6F65657E8FEF4 /* ScoringMachineProtocol+Events.swift */, + 819408984BB6321209ED299654D410AD /* ScoringMachineProtocol+Infos.swift */, + B21C8071528E4ADF9856A710B1CC94BF /* ScoringView.swift */, + A37C55998AB08CDD1301043D4FE688D1 /* ScoringView+Events.swift */, + A24FD810991A411288FBDE77D20179BD /* ToneCalculator.swift */, + C45801D117AEF401E0E9785B046D3C1F /* VoicePitchChanger.swift */, + 2C8E5D83028CE43312BDBE5A31FDA080 /* XmlParser.swift */, + 95FC82CA2F3D9902C7529FF9FB4DC668 /* Resources */, + 29CF1BCFC9D3976C561D06D8EFD9DF37 /* Support Files */, + ); + name = AgoraLyricsScore; + path = AgoraLyricsScore; + sourceTree = ""; + }; + 4F2A5E41173150059EE905C97356998D /* Resources */ = { + isa = PBXGroup; + children = ( + 314467FC49AADF71F5EB11A9BCEB5BEF /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 4FC9EE28B03422683A48D7CE71567B02 /* Frameworks */ = { + 501AE61B6F4C91E19FD74873CF4E5CCA /* Support Files */ = { isa = PBXGroup; children = ( - 63307022B07850EAC2377DBAD303A51E /* AgoraVideoDecoderExtension.xcframework */, - 3AF7922C63D1F715EF9339F99CF89C7D /* video_dec.xcframework */, + 919A6865EBC0E4C5833B0E66E2C77CFF /* AgoraRtcEngine_iOS-xcframeworks.sh */, + B7AE914F769FFD6E301652C643D80387 /* AgoraRtcEngine_iOS.debug.xcconfig */, + EDFF70D5DF3EE77F33FEDB076C12ED20 /* AgoraRtcEngine_iOS.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AgoraRtcEngine_iOS"; + sourceTree = ""; + }; + 5072BDB870047655B289B08F689DBE5E /* Frameworks */ = { + isa = PBXGroup; + children = ( + A639CAF910E0F36DFF2F085DBBAA7DE8 /* AgoraVideoAv1EncoderExtension.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 5019B3FD3BA3C5FF35BB87C75752C8BD /* Support Files */ = { + 5269A3F4E1D0084A60997528EE16B3B2 /* TIMPush */ = { isa = PBXGroup; children = ( - BF562E0480494D3B85299D6665852D81 /* YYImage.modulemap */, - B91D5E724A7FD050682DF4FCBF8F7BB1 /* YYImage-dummy.m */, - 5A4BD85D8382A0B5507404DC7B9DA89E /* YYImage-Info.plist */, - 8D87DA6B70C6FFFC41C35A0E4A2C1486 /* YYImage-prefix.pch */, - 50374C4613B393AB172EAFA723197796 /* YYImage-umbrella.h */, - F117D94CCC6911AB906A6757E7290E6A /* YYImage.debug.xcconfig */, - 578EBAD6008013CBDC078739E7461D08 /* YYImage.release.xcconfig */, + 20E80F328D6E28CE1933176CA4EA186C /* TIMPush.h */, + 4640330D7127AEB8EB05CB06C330A98F /* TIMPushManager.h */, + C6191875F4D55E80D5EFC71274E666F1 /* Frameworks */, + 17C40C7CC1CE957AA036BA3EA1C048F4 /* Resources */, + E1A1859DA2400ABFDDB3BC3619710F97 /* Support Files */, + ); + name = TIMPush; + path = TIMPush; + sourceTree = ""; + }; + 52721E76D025A9D4F414433684392802 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1F89C333D5FFEE9579F90A750DA35952 /* SDCycleScrollView.modulemap */, + 247C71BBAE3DF8A67C968716C5F66C95 /* SDCycleScrollView-dummy.m */, + 40171074C7CCD39E01473B5A81989287 /* SDCycleScrollView-Info.plist */, + 6119029DB1702C9733C844181C8E2E69 /* SDCycleScrollView-prefix.pch */, + E1AE66BF84E45B8D34A89475BE65A432 /* SDCycleScrollView-umbrella.h */, + 322408D6F8B28C2D6BD3A5AF159D4772 /* SDCycleScrollView.debug.xcconfig */, + B3E7A711C0A303FB0BA1E5C2B703906C /* SDCycleScrollView.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/YYImage"; + path = "../Target Support Files/SDCycleScrollView"; sourceTree = ""; }; - 52D057529923E2CE785AE5DEEB0B190C /* Core */ = { + 5326DFBF8888D59E27ACEB8B50DBC29C /* LipSync */ = { isa = PBXGroup; children = ( - 093F6DA4C4B280185F6791821488D841 /* YYAnimatedImageView.h */, - D71846A0611A3086C72AD48DB142E0E1 /* YYAnimatedImageView.m */, - 547AD5FE94B8E8890383F48287DE956B /* YYFrameImage.h */, - 3D091AA23B12B1EEA18EBF1FCCD12330 /* YYFrameImage.m */, - F04970F3062613CE53F3F40284480EAE /* YYImage.h */, - 24AD4797CCBB26B169EC0FAAFED2E158 /* YYImage.m */, - F7CD16B080859402407183A99F69DEED /* YYImageCoder.h */, - D3AF15632551C4CCE70DD675D38A81A1 /* YYImageCoder.m */, - 2A9C0B1C108E00CC8C13BF1F3E12E325 /* YYSpriteSheetImage.h */, - 44A8305BC3D1A52CCB23AA5A1D90D284 /* YYSpriteSheetImage.m */, + 74200AF4BDA8D87376230115C0703167 /* Frameworks */, ); - name = Core; + name = LipSync; sourceTree = ""; }; - 53BA064B4B535D8CB03D3F8A70FFC7C3 /* AFNetworking */ = { + 53CFB4266550C7F8CD3FB3D4DA316B93 /* Frameworks */ = { isa = PBXGroup; children = ( - 9F963BF7A4A1B55E2C31A73AB013FEA0 /* AFNetworking.h */, - 12C9165C5CA536E94EFA453189497188 /* NSURLSession */, - 0055C9E5E6F7B806DA73C24F652A1E00 /* Reachability */, - 5CF7119C51F3766487D61532B33BD722 /* Security */, - 5AE1B5A677561E6F9D5ECCE965906914 /* Serialization */, - E68C03FDD6CCB214B26C8DDBFE0AEFB5 /* Support Files */, - 11E82E3FA698D4286DA12DD4BF0AA95B /* UIKit */, + 38645EA11EB84443967A575AEC6B4CDD /* AgoraVideoAv1DecoderExtension.xcframework */, ); - name = AFNetworking; - path = AFNetworking; + name = Frameworks; + sourceTree = ""; + }; + 54065A992D00B18B5DD65B5E7082665D /* Base */ = { + isa = PBXGroup; + children = ( + DF3D2DB0C6E125232FF51B64F6CDA044 /* BRBaseView.h */, + 827302B5AE4F4EDB758E72506A683B7D /* BRBaseView.m */, + ); + name = Base; sourceTree = ""; }; 54AD75BD6634FEFCAD52F979E9C3735B /* DataProvider */ = { @@ -9508,72 +9977,104 @@ path = DataProvider; sourceTree = ""; }; - 557F219E799C41D00DDE20A276CB0E53 /* YYWebImage */ = { + 56277566B23D97358600EC49F3E70762 /* Support Files */ = { isa = PBXGroup; children = ( - 1E8DEB350CFCD7C373D1B90E2A2DFB02 /* _YYWebImageSetter.h */, - 40F20D87AA3C8CE9A0E18052A6DC18E7 /* _YYWebImageSetter.m */, - 499E34B74A4F8D067A02EB2B2A2DE8B4 /* CALayer+YYWebImage.h */, - EA259811A5E4EDBD31B8E485315ABC4E /* CALayer+YYWebImage.m */, - A3AE0BCA7468C1DE252BB5E2104CBA32 /* MKAnnotationView+YYWebImage.h */, - 83DA5EE38E68337BC3C63E0C331F230E /* MKAnnotationView+YYWebImage.m */, - 31E61363BD9694569DD3E9A63B4E4511 /* UIButton+YYWebImage.h */, - 3A7D3D49FA00D2550D145285DA5CA7C3 /* UIButton+YYWebImage.m */, - D74E609EC1715A674FEB95A5A9DA3713 /* UIImage+YYWebImage.h */, - 623F3004FBB3625FB6DE1B1DA2871059 /* UIImage+YYWebImage.m */, - 337ADB5D316FDB0A929EAB064196DC3C /* UIImageView+YYWebImage.h */, - A3420642FD3958E6BD891717F991A593 /* UIImageView+YYWebImage.m */, - 70CE75A6493DCA56CA9437CE63DF76D9 /* YYImageCache.h */, - A67700BDBA30F4B4EDBC894DFE79DF75 /* YYImageCache.m */, - 855ED5B6EC2A2AA8B89C4DE6EE20E635 /* YYWebImage.h */, - B1E0E37B6DB572C1BF483998D840C12C /* YYWebImageManager.h */, - E97716D3E37FCB503F0F6021923CF88E /* YYWebImageManager.m */, - 23BAECC7410EB345D7D890FBECDA1763 /* YYWebImageOperation.h */, - FC55E3804B2539EB8C9446130189B6DC /* YYWebImageOperation.m */, - 190C188984D8AE659EDBA10DA75F4B7C /* Support Files */, + 665661D168224876FABD11200FB4370B /* YYText.modulemap */, + 2DA10FE4B12D45B76FE3C2417847C954 /* YYText-dummy.m */, + 837D5B0E948B57E4E7D2A605437C25D9 /* YYText-Info.plist */, + 9AED90EA2BF1DBB35246B7D05B907EFD /* YYText-prefix.pch */, + E7180C1094940F1E7E8E11B87BBE90EC /* YYText-umbrella.h */, + 25D8BD40E8E4A914F46C2F21ECF38C47 /* YYText.debug.xcconfig */, + 462EA52E6132E2BE83F636A4704AE8D4 /* YYText.release.xcconfig */, ); - name = YYWebImage; - path = YYWebImage; + name = "Support Files"; + path = "../Target Support Files/YYText"; sourceTree = ""; }; - 575B8FFC3504FDA41190188162F97DB5 /* AvoidCrash */ = { + 564312F3D2E258EE8AC57D7F68623EC0 /* Core */ = { isa = PBXGroup; children = ( - 1E41F889305B064BE18B2188D743011A /* AvoidCrash.h */, - FD10571A0E69D1CF3DD44B0CA32A3B71 /* AvoidCrash.m */, - CA98A77F09F0AB352712BE13267E380F /* AvoidCrashProtocol.h */, - 9F7262576B81D9C92A8FF0835DB50A90 /* AvoidCrashStubProxy.h */, - DF916CC5A16F2C4A062458992ED868E5 /* AvoidCrashStubProxy.m */, - 8BA2DD4C9C01EE157AD9EEC4D0094970 /* NSArray+AvoidCrash.h */, - F96E1EAFFB0135EF005F808FCE28AD11 /* NSArray+AvoidCrash.m */, - 44B04605C171CACC5F44118805A486F3 /* NSAttributedString+AvoidCrash.h */, - 2BD4ACF537A2E98F261652F6D97447AB /* NSAttributedString+AvoidCrash.m */, - 41F540009AA9DAF3CAE32CFADA4A5792 /* NSDictionary+AvoidCrash.h */, - DD60131313F27909A330EEEF4EC6BEE3 /* NSDictionary+AvoidCrash.m */, - 0C2A4BB1F9DEDDC74FE6DA31B85D038F /* NSMutableArray+AvoidCrash.h */, - 7E91AC838DA3E00425237239625A60D5 /* NSMutableArray+AvoidCrash.m */, - 40062F33F40BB0D1FDF395F715E3092C /* NSMutableAttributedString+AvoidCrash.h */, - 4CB0F464809B1069B0C26F82638E404D /* NSMutableAttributedString+AvoidCrash.m */, - 6F8B0587EF9A72A0F0798A45C0CCCA01 /* NSMutableDictionary+AvoidCrash.h */, - B652FC8625E543BC390939A913ABDD71 /* NSMutableDictionary+AvoidCrash.m */, - 91B38216C9217DACF5ACC9EA5145E770 /* NSMutableString+AvoidCrash.h */, - B5B5872A0CC38D9CA24F16F06750DB2E /* NSMutableString+AvoidCrash.m */, - DED597E4F4BBCF830F2F918FE4BBD659 /* NSObject+AvoidCrash.h */, - D76E15FD8E9D624B6128AF88E737B6B5 /* NSObject+AvoidCrash.m */, - ED253747B042E602D6C91CBDB8A3385B /* NSString+AvoidCrash.h */, - AD7C11AB19D85D711E929DC58F74CB80 /* NSString+AvoidCrash.m */, - E459B1809505DF79B1948D0FEDA7AFB3 /* Support Files */, + 037E13E73AFEF964D5411F9D4868224D /* SVGA.h */, + 5DEAD69054D61CCB6D958539E9108B93 /* SVGA.m */, + 5F887FED26B789737D73D8CAA0464C78 /* SVGAAudioEntity.h */, + 970D884C1547286A67061E15FE094DA3 /* SVGAAudioEntity.m */, + 18463071CFED590C1D24836B05885720 /* SVGAAudioLayer.h */, + 6BABEAC582B3957F5CFD6D6CCDEE3ADB /* SVGAAudioLayer.m */, + 6F977F49F91C129633D9C72610A85F80 /* SVGABezierPath.h */, + D6B08408CB7990E7EB6F993D3FA1736E /* SVGABezierPath.m */, + 56E0C28536B442FAFD37286AE1E72891 /* SVGABitmapLayer.h */, + 22F1182213304EEAABF5BCA6C937BB41 /* SVGABitmapLayer.m */, + 62458B398092945853F7E1EAF2C80C3D /* SVGAContentLayer.h */, + 94C3B1E2EBA480B36FB2CBCB80883402 /* SVGAContentLayer.m */, + D9CE8C0E13A86248D775ADEB49824D58 /* SVGAExporter.h */, + B5487E937FEB5373B94FF074FBD09545 /* SVGAExporter.m */, + D32F808AEC7A6A248F625C25B8D2B758 /* SVGAImageView.h */, + 529464F88C9734A854D415C115EE7ED7 /* SVGAImageView.m */, + 992A29A07C951FE03A65D7A128108FAB /* SVGAParser.h */, + E3F32E260AA0918A81D6EBB6223F78C8 /* SVGAParser.m */, + 1E4A577A5552E7210C25D8550639A1A9 /* SVGAPlayer.h */, + EA3257F18D88B3479152A534CC03D1D6 /* SVGAPlayer.m */, + 363657B0F4A1F1BFB539EA915A1FA55F /* SVGAVectorLayer.h */, + C63B03E9816E35508D0B31FC0B5EAE53 /* SVGAVectorLayer.m */, + B6AA2331A0AD9A14C2132AD36E24748B /* SVGAVideoEntity.h */, + F166E4B2CE1F96555CA74D4A80CBBB84 /* SVGAVideoEntity.m */, + 00AF925E64CA229FFEF64F85255631E9 /* SVGAVideoSpriteEntity.h */, + F4AD17C64ED25590508A8A8B0C13E7C7 /* SVGAVideoSpriteEntity.m */, + A67D83D9929E6F1B86FEBBF112112702 /* SVGAVideoSpriteFrameEntity.h */, + 1362D139FBC299F8096CF623B3C07E10 /* SVGAVideoSpriteFrameEntity.m */, ); - name = AvoidCrash; - path = AvoidCrash; + name = Core; sourceTree = ""; }; - 577AB3ACBE0D271862A20D875A6BF7C3 /* VideoAv1CodecEnc */ = { + 572AD0CEE99482BF933DAA30F21561EE /* VQA */ = { isa = PBXGroup; children = ( - BA56D567A7EAD2ABD33F6ED205CBA128 /* Frameworks */, + 6194E27733C77139006CF7031A6797EA /* Frameworks */, ); - name = VideoAv1CodecEnc; + name = VQA; + sourceTree = ""; + }; + 578699084BEC12070F2CAC40766ED971 /* Basic */ = { + isa = PBXGroup; + children = ( + 1888390B3740B2978FCAF5D477064C21 /* NSBundle+TZImagePicker.h */, + 5A373811E9A50B3CBD12E2351C545A12 /* NSBundle+TZImagePicker.m */, + 681CCB0BCAF201DD0A5276568FBEDE9B /* TZAssetCell.h */, + 5FE3595ADB9CEA594FE1B98054F89FE8 /* TZAssetCell.m */, + 562400D88D981F95B65EB2AEF544F2D4 /* TZAssetModel.h */, + 503A58CACD5540996D95ACBD8D1EFB16 /* TZAssetModel.m */, + 0DFE35758810247A0B224C6E316EB33A /* TZAuthLimitedFooterTipView.h */, + 1BAAEC191B54C38545A3A676DA7A6903 /* TZAuthLimitedFooterTipView.m */, + 236DC132205B4367DA7C6A563235F0F5 /* TZGifPhotoPreviewController.h */, + D28315B09AE8814296294841B40889A5 /* TZGifPhotoPreviewController.m */, + 722D8D422F042268F81BFBBDE7205E6C /* TZImageCropManager.h */, + 74C2A5A8F3B0254966B5CB3800C4A1C3 /* TZImageCropManager.m */, + D3A56D1D2FA86C3AE42C55FFE54C433C /* TZImageManager.h */, + C49E53A79A1207536287DC0DCE9F250F /* TZImageManager.m */, + 3B6F0A4C98E678781B71697D6293364C /* TZImagePickerController.h */, + C7D3A806EFC06A29BFA7185387200E49 /* TZImagePickerController.m */, + CFB775D0421034411833B7A45116F28F /* TZImageRequestOperation.h */, + A8819132704DA37AB79EBB54CC0F1D3B /* TZImageRequestOperation.m */, + E901B9C738AF956C9180931598F4FEB9 /* TZPhotoPickerController.h */, + 735C13555404C4744C90CD129D19D961 /* TZPhotoPickerController.m */, + B5471042324DF144807E1DEC6D9C07D1 /* TZPhotoPreviewCell.h */, + E5861420062F79CF72C93FFDAC1C1A19 /* TZPhotoPreviewCell.m */, + EA0A951B22D67057CE1241B0DEBD79B9 /* TZPhotoPreviewController.h */, + 087485C96D0438B69BA7B19512922F13 /* TZPhotoPreviewController.m */, + 9449137B6195B4F442EBCA9079DB8264 /* TZProgressView.h */, + B0416FB5B55014E243595824A3220D2D /* TZProgressView.m */, + EC9AE304F605BFC61397FCEB5E5250EB /* TZVideoCropController.h */, + 5E8551BD27825B2B0DF6B13D8CAC0D0A /* TZVideoCropController.m */, + B0E3C24ADB113AE0BAE52A9E37904161 /* TZVideoEditedPreviewController.h */, + 2A969EA79EE51AE88117607D83968A11 /* TZVideoEditedPreviewController.m */, + 7A3492296191C0945729D677863426C9 /* TZVideoPlayerController.h */, + 145501A30FC875D81D936E67728795F5 /* TZVideoPlayerController.m */, + 8DFB775F2860A8C47612985737A40F34 /* UIView+TZLayout.h */, + 3CC790E3AE7FD2E7EA704F1E45ECBEAA /* UIView+TZLayout.m */, + 5F62630EBADE712011479779A6781EAD /* Resources */, + ); + name = Basic; sourceTree = ""; }; 5823F21CB11BD6182EE4D7F7AF359B40 /* Targets Support Files */ = { @@ -9585,6 +10086,14 @@ name = "Targets Support Files"; sourceTree = ""; }; + 58B930E11B2241638B3D753A40D07CCD /* RtcBasic */ = { + isa = PBXGroup; + children = ( + 01A36EC6E4E34FAEC26D092BE040CE0F /* Frameworks */, + ); + name = RtcBasic; + sourceTree = ""; + }; 58CE852D9B7CB37F99E7DDFE3D7EDA07 /* Reply */ = { isa = PBXGroup; children = ( @@ -9611,75 +10120,31 @@ path = Reply; sourceTree = ""; }; - 590436FBC8F4C69653D1166F29209545 /* Resources */ = { + 5903A505E6149DFAFFB1E0C85D73700B /* Support Files */ = { isa = PBXGroup; children = ( - E90B0C6572E5E197382B7E4D88C189F1 /* PrivacyInfo.xcprivacy */, + E3A08A6952E151EA3EC8D898401DFB1E /* AlipaySDK-iOS-xcframeworks.sh */, + 8633E17100A86F86B3D151400D0F7368 /* AlipaySDK-iOS.debug.xcconfig */, + 28A08590B29B51165185FBCED6815914 /* AlipaySDK-iOS.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AlipaySDK-iOS"; + sourceTree = ""; + }; + 5A7FB283E63976607B4B5068BC0E74CC /* Resources */ = { + isa = PBXGroup; + children = ( + C8CA0EDAA8B1F8645F909DF02845D71C /* AlipaySDK.bundle */, ); name = Resources; sourceTree = ""; }; - 5AE1B5A677561E6F9D5ECCE965906914 /* Serialization */ = { + 5E5BECD35248EED8E6CBF9E465BBE09E /* VideoCodecEnc */ = { isa = PBXGroup; children = ( - DF350F198EB9F6AD1C0396C161228699 /* AFURLRequestSerialization.h */, - D25B963F5D91092D2AF613777D3EDF10 /* AFURLRequestSerialization.m */, - 68554F7E465557315380CB171D09D0E7 /* AFURLResponseSerialization.h */, - 204C3DF99C0FD906CB57AC328EA4A0DE /* AFURLResponseSerialization.m */, + 9ED1C2989965428A8FA91C1A2D62419D /* Frameworks */, ); - name = Serialization; - sourceTree = ""; - }; - 5BC824E6A93D482797447642F5D2CA1C /* Core */ = { - isa = PBXGroup; - children = ( - 03AF1AA709B34727F21BF6A59F85A81D /* SVGA.h */, - 4783575EFDFA7AF19D0C4E7F85CFD8AF /* SVGA.m */, - 5784592997676878493A47DD67BB6541 /* SVGAAudioEntity.h */, - 3EFB5D80BCEF79FD344A2A41703512CD /* SVGAAudioEntity.m */, - 9022B1F8CA7AA17EFA70ED28FB02E862 /* SVGAAudioLayer.h */, - EEE5459E155526DC93D8227F979698F9 /* SVGAAudioLayer.m */, - 1DC79BC833AE05646E3EE85C4E5C88A5 /* SVGABezierPath.h */, - 38A9F0F0BAE1325195D9E0BA7F6D3EA6 /* SVGABezierPath.m */, - 65560FBD00985B81E1244034EFF5D028 /* SVGABitmapLayer.h */, - E0EEE8F740E7D2005A96B4E8DD699E4D /* SVGABitmapLayer.m */, - 00361D09259A98437F9FB0940187B976 /* SVGAContentLayer.h */, - 03D9206219D47CEEE6D52B1D089F4AAC /* SVGAContentLayer.m */, - 5161C70D80D0CD4FF9A2FE85CCC3D4A8 /* SVGAExporter.h */, - 56F2804A0614B269D058BD5820E56D47 /* SVGAExporter.m */, - 1BC9E6647B45DB7C2F29655EE5CB5F55 /* SVGAImageView.h */, - EEBED63C0D1C6DC8A8016BDC8797240E /* SVGAImageView.m */, - DFE7ADED148E13C4B35972C63998B62D /* SVGAParser.h */, - DF4C538B7B59BA11F52CC24B3932313F /* SVGAParser.m */, - 1CEA4A82EF6A095428C4B800C30E39E9 /* SVGAPlayer.h */, - FA3790ED1C353D98F38FE8635D90B690 /* SVGAPlayer.m */, - B2B53396E81143B3CF52682ECBF19B9F /* SVGAVectorLayer.h */, - 5708E07AB2840A76853C9AE6DD55E305 /* SVGAVectorLayer.m */, - 4A3F46F7B7B6B8C5DB64021DEC0B6C77 /* SVGAVideoEntity.h */, - 017BAAACDD053594300C54CF77519A48 /* SVGAVideoEntity.m */, - B6294F5B706E4071476626A139BF4F4C /* SVGAVideoSpriteEntity.h */, - C381CA671602E00BE9C08D39A33983CA /* SVGAVideoSpriteEntity.m */, - F7D90F07BFA68E516E547E373F65E4B7 /* SVGAVideoSpriteFrameEntity.h */, - 2B67F16A8B9E5318F935440886955A70 /* SVGAVideoSpriteFrameEntity.m */, - ); - name = Core; - sourceTree = ""; - }; - 5BD724ECD44B12E992B2BCD42EADFC79 /* Resources */ = { - isa = PBXGroup; - children = ( - 80DA8DF4560D22DCB297C1D76E14A1B1 /* LLDebugTool.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5CF7119C51F3766487D61532B33BD722 /* Security */ = { - isa = PBXGroup; - children = ( - 6B6C279B3765170E1DD3AD35E11142DF /* AFSecurityPolicy.h */, - 90D7FF3042800797EA73C0A0442C6956 /* AFSecurityPolicy.m */, - ); - name = Security; + name = VideoCodecEnc; sourceTree = ""; }; 5EA2F8705CAFBB97C84274613255132E /* Base */ = { @@ -9698,111 +10163,128 @@ path = Base; sourceTree = ""; }; - 5F502D7D3954F18F8E820DF584CEE465 /* Support Files */ = { + 5EEE1DFDDD1E9A3C5278ACE655AB5A7E /* Resources */ = { isa = PBXGroup; children = ( - F12200647DF4175E456B21DAFBCDDBF8 /* ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist */, - 91625967ECE48268D0B6FF9C59DF874A /* TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh */, - D2801E753F234D986E6D64E5D447003D /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */, - 82EDBFCB86E34D5A2FCACD707617CD6C /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */, + 4C6823519A95DC7754928D9673B040D3 /* YBImageBrowserVideo.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/TXIMSDK_Plus_iOS_XCFramework"; + name = Resources; sourceTree = ""; }; - 60B6010866D140D03545D168FCB18734 /* BRPickerView */ = { + 5F62630EBADE712011479779A6781EAD /* Resources */ = { isa = PBXGroup; children = ( - 29973248D7074A8F3E4849D416197401 /* BRPickerView.h */, - F7B610366F57989F41855F8D07E11965 /* Core */, - 83190E311F9275CB782C00E9DE573BB8 /* DatePicker */, - A756FC841831C7454F2EF4BB8DD0B797 /* Deprecated */, - 9E61CE21E47D07A21638EE8F48A60983 /* Resources */, - 2CC2D5608A780B8D180ED4E3C1B8ACB3 /* Support Files */, - 45A64240F9EA559D85BE0707C85B8420 /* TextPicker */, + 2425F4C42C699B2B2F6C7EC597830864 /* TZImagePickerController.bundle */, ); - name = BRPickerView; - path = BRPickerView; + name = Resources; sourceTree = ""; }; - 61E6DD927262B54F7D612E6486A090DB /* Min */ = { + 6194E27733C77139006CF7031A6797EA /* Frameworks */ = { isa = PBXGroup; children = ( - EFAC5EB3D12F2A178A8DE0F6B3B4A459 /* GCDTimer.h */, - 8314AB8D3F9A10F8AC6C7C5C432CDD81 /* GCDTimer.m */, - 839AC695CE0536D9762E4327F1EAE6BA /* MQTTCFSocketDecoder.h */, - FA706F595B8ECCEB0E77FAEC1B217A7B /* MQTTCFSocketDecoder.m */, - CEDA2D880A862E9E8EA601DB0DD7E776 /* MQTTCFSocketEncoder.h */, - 418D6C32727990782230828C49D7AF0A /* MQTTCFSocketEncoder.m */, - 721BED0B5DAF5FDD64D7C82782189E0D /* MQTTCFSocketTransport.h */, - 2EF6FDC981A4DFD81282292B2893DB0A /* MQTTCFSocketTransport.m */, - A0D0E32105DD24D18513B8162EA18D47 /* MQTTClient.h */, - 5D60C8CF30CE6978A59CD19521DB6EB5 /* MQTTCoreDataPersistence.h */, - E4B6C5AB1961961DE5B3BA2E86D15FC0 /* MQTTCoreDataPersistence.m */, - 954A29B28B94DAB35DBB9DCA2DA8D1FB /* MQTTDecoder.h */, - FD150508BF6A78C9887FD0A7DE309309 /* MQTTDecoder.m */, - B7C16BEB4788EC54D17700770DCFF936 /* MQTTInMemoryPersistence.h */, - 3EF9852A5A98D3131B14E29BB416C491 /* MQTTInMemoryPersistence.m */, - 2E0988409A5182DDC8136E3CC4179BF5 /* MQTTLog.h */, - E65F76B8312CFB36A7276227EFA68E32 /* MQTTLog.m */, - EC198EB887024871535BD7E9B8865685 /* MQTTMessage.h */, - A0A728336F6246D24DED8C58925854E5 /* MQTTMessage.m */, - CE511EFACF0EA87C83306AB4C60769B5 /* MQTTPersistence.h */, - 4502D6D8B4E750A45DF10F54D71EF01F /* MQTTProperties.h */, - 06D345BB7E51A3ECD6665C4AB51741FC /* MQTTProperties.m */, - DE87CFB112405397BCD68F780C06DF6E /* MQTTSession.h */, - DC88F1CA2915BE4BCD3F2EE692E2BB84 /* MQTTSession.m */, - 8638D3BA370C6BB7994C82FE10994F39 /* MQTTSessionLegacy.h */, - B99AE0D7C723D7EB2F76A31B2A18E2A2 /* MQTTSessionLegacy.m */, - F45A4E627872ED9122F86308D2FE0D02 /* MQTTSessionSynchron.h */, - 5D16A59BD9CAE5F6315D5D8438950C3F /* MQTTSessionSynchron.m */, - 596B00E778A94AF409303B83B6142981 /* MQTTSSLSecurityPolicy.h */, - 3E4CE45B35D7D5B5FDBEE63DA76A5C2B /* MQTTSSLSecurityPolicy.m */, - 4E9D4F3C20EEEFACF0E26F2164A34B4A /* MQTTSSLSecurityPolicyDecoder.h */, - E89915ACAE5B113945B1B0C0820599A3 /* MQTTSSLSecurityPolicyDecoder.m */, - 6A31F9BDA55CB0F598C8747E5717A3D8 /* MQTTSSLSecurityPolicyEncoder.h */, - 36333F4F2E36DBF4FA871A8584CA3DF0 /* MQTTSSLSecurityPolicyEncoder.m */, - 3F39009C47540616A374AD859EAC041F /* MQTTSSLSecurityPolicyTransport.h */, - 243E21A815BF2730E755AAFC60796035 /* MQTTSSLSecurityPolicyTransport.m */, - B3640160F31D225FC53EE555B691915B /* MQTTStrict.h */, - BDE1AA2A36E096D689FCD716B4C4E034 /* MQTTStrict.m */, - 68138633BBF169547D6B1400361686DA /* MQTTTransport.h */, - EF7AA64092BF7E400C6F8FDF6A189D50 /* MQTTTransport.m */, - ); - name = Min; - sourceTree = ""; - }; - 635960204AD52C1AE1C8B95813C1539D /* Support Files */ = { - isa = PBXGroup; - children = ( - 79316CFA51F57B480E78AFD155B565F0 /* YYCache.modulemap */, - 649AE684AF0BCEC9C9605216F274C8D8 /* YYCache-dummy.m */, - F058E186A9B1E7A156E129CA182B1BC4 /* YYCache-Info.plist */, - 1E6B984379824E27D781992D6782D448 /* YYCache-prefix.pch */, - 3A321FB4DB148B7F4B3C8519D7AAED1E /* YYCache-umbrella.h */, - BE6A723E1647D64586473167B3B8811F /* YYCache.debug.xcconfig */, - 67920ED57D0F6DF210C68AB499BFD9D5 /* YYCache.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/YYCache"; - sourceTree = ""; - }; - 637749E8BB6B2E2343E3451CFA12E293 /* Frameworks */ = { - isa = PBXGroup; - children = ( - A7B47A1079D4114C84B5C2BC41AA3E1A /* aosl.xcframework */, + 007B621ECFEFCE86F46DAF372B30706F /* AgoraVideoQualityAnalyzerExtension.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 63BEFFD16CA4CD952CC40293A542B016 /* SDWebImage */ = { + 631BAE4E51AC82835EF47877B14CE645 /* Support Files */ = { isa = PBXGroup; children = ( - AD244E37F21C82AB791976DFC0B91C22 /* Core */, - 0CE85CFEB44E8EB82B34AA5ADD781C4D /* Support Files */, + 4BAAE132339E6374AA55D38932148045 /* Zip.modulemap */, + 291AC0C600D9A59B6809EC2A9C690094 /* Zip-dummy.m */, + 7C1965982D383C3A18F4EDD4D6609A12 /* Zip-Info.plist */, + 2CAFBBA56E6F3D9D8A34F28864908131 /* Zip-prefix.pch */, + 96606A63FC07C643DDDB552178ABE333 /* Zip-umbrella.h */, + F52A6A5DFBDBAED6167F14D94A8D8877 /* Zip.debug.xcconfig */, + 7ED543637CA895C41D50628025B3AAA7 /* Zip.release.xcconfig */, ); - name = SDWebImage; - path = SDWebImage; + name = "Support Files"; + path = "../Target Support Files/Zip"; + sourceTree = ""; + }; + 635E0A4B59A3FE7DD87871887D6292AA /* Core */ = { + isa = PBXGroup; + children = ( + 0CA2BD674F2505406C1BC8CBD24245B9 /* SVIndefiniteAnimatedView.h */, + A1BAF9F35BBC890FC506DCBEB4A42F1B /* SVIndefiniteAnimatedView.m */, + 9594BAAA1959B8DE5B28DFAE224DCDB9 /* SVProgressAnimatedView.h */, + 556778D0463B5148C119908557358F30 /* SVProgressAnimatedView.m */, + 1BA8091F5962E176B3F2BF9D1EA157CD /* SVProgressHUD.h */, + B81257FC34CF3BC3C3ED40D8364E8905 /* SVProgressHUD.m */, + DEE78AD6C9230EDAB8D8CC1F3D824383 /* SVRadialGradientLayer.h */, + 91AAA3E7455E30C449BBE2A21CFF7DEF /* SVRadialGradientLayer.m */, + C3DE406DFBFCBDC052B452E90E0BD6D2 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 639F3F3E755EE660B3B67D183453DA07 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5C350A4A785D0FFC24C73CAF0F3C8697 /* ImSDK_Plus.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 63F82A97E802F22F366FB0B30CF77C0B /* Screenshot */ = { + isa = PBXGroup; + children = ( + 7490A08FF0137801A3F119C34303B31B /* LLConvenientScreenshotComponent.h */, + 62F50D60D3D3BC6FBDCB479C1FD7DDB0 /* LLConvenientScreenshotComponent.m */, + 77CABB0CB4EEF75E3315CD3CE092A09D /* LLScreenshot.h */, + B7124E3AB8B2A17DDDE341905B29D3B2 /* LLScreenshotActionView.h */, + BFA188FD5F0577EED182ABEA9C56CA08 /* LLScreenshotActionView.m */, + 56B350BF108064079E8DCB350FA6DF90 /* LLScreenshotBaseOperation.h */, + F584B9C50813ADC46D07A6EE1AF45158 /* LLScreenshotBaseOperation.m */, + 25D2CDBCF92EA6CBE3DEC62065860024 /* LLScreenshotComponent.h */, + 24572C42FA3984DBDD4F6D8B1DA55F05 /* LLScreenshotComponent.m */, + 02C384A5A91B63559938E2C75C91E418 /* LLScreenshotDefine.h */, + 6E76BFACC76EAB7B3A57A607B3DAB9D8 /* LLScreenshotHelper.h */, + 0EF64A99362A1DEE7F57527D844409E8 /* LLScreenshotHelper.m */, + 937B4527DA423E8AB5CAE84A9719EB79 /* LLScreenshotImageView.h */, + 0F77C6F11D30A137163F44156CAE366C /* LLScreenshotImageView.m */, + D8BCD22B1782DC009665812950A74FA5 /* LLScreenshotPreviewViewController.h */, + EA933E9BDAB876C3642193424A3E8038 /* LLScreenshotPreviewViewController.m */, + 8AEFB5769B5D2BD031717E365D685ED1 /* LLScreenshotSelectorModel.h */, + 1248B7D790E192E86D1D9D050F99E2BB /* LLScreenshotSelectorModel.m */, + B9B0711D0CFC342884A5338FDA2991BF /* LLScreenshotSelectorView.h */, + C7DDFB1DFCEBB722BF883769B6E9917B /* LLScreenshotSelectorView.m */, + 3433EED9677E079662C4723A04DCB9D1 /* LLScreenshotToolbar.h */, + 6D7C57AD1607105DEC7C39A63A1498D8 /* LLScreenshotToolbar.m */, + AE4DFE463DC63C01744CC4AFB3D6099D /* LLScreenshotViewController.h */, + F56AE7C81B3066B265FF31A22AD52602 /* LLScreenshotViewController.m */, + D8AD762FA2DB6F2CFD355AF0EB6E68F6 /* LLScreenshotWindow.h */, + 4C752947A3FA1580AAB20F6B0B27C3D3 /* LLScreenshotWindow.m */, + 4B3970D6741540BDC69D6AAC6D687C43 /* LLWindowManager+Screenshot.h */, + DD946A3E63F62DC1F2E76301764CB02E /* LLWindowManager+Screenshot.m */, + ); + name = Screenshot; + sourceTree = ""; + }; + 6438BB7D853ECC6445C2A003C6432E86 /* UIKit */ = { + isa = PBXGroup; + children = ( + A90FBCE2AF50FE6FA160A709F4C856EB /* AFAutoPurgingImageCache.h */, + 244BAE4D5B5EE388A63BB05B843B58DF /* AFAutoPurgingImageCache.m */, + BBEA7BCD1DC8DC6AC53DBAC480B4B380 /* AFImageDownloader.h */, + 582D255CD050BBADFA87DAD4DA0FABB7 /* AFImageDownloader.m */, + F091C627D77278D1BBF0C7E9AAC57556 /* AFNetworkActivityIndicatorManager.h */, + 28228CD141997339EE09DA796E56EF99 /* AFNetworkActivityIndicatorManager.m */, + A1B8181139D50DED1868A10231FEDF5A /* UIActivityIndicatorView+AFNetworking.h */, + 3D4076450DB167865F8210C684636A0D /* UIActivityIndicatorView+AFNetworking.m */, + A6D7ABD9E4C3E02608126B0EC25EB577 /* UIButton+AFNetworking.h */, + CA8B9AE56C62151A6913FDD7F377336B /* UIButton+AFNetworking.m */, + 6991D4DE915AEA5634D6375D6A5D6F08 /* UIImageView+AFNetworking.h */, + 2528CB08F9004F4D178CD52746CB6A64 /* UIImageView+AFNetworking.m */, + 6C233041FF188CAF8EEA55D0429DC14B /* UIKit+AFNetworking.h */, + E62CC9532F833B099CD10B802A0E5C19 /* UIProgressView+AFNetworking.h */, + B1421D616B515231B2C99CC97BF371D7 /* UIProgressView+AFNetworking.m */, + AAD6B7BB1BEFD26F1BF8F86F43AE4192 /* UIRefreshControl+AFNetworking.h */, + 08DFFCBCAC25E96CCC85BB0D1AEDACD1 /* UIRefreshControl+AFNetworking.m */, + 862E86DB1FB2F7283A6D4EAD9AEC89DC /* WKWebView+AFNetworking.h */, + 688F53D3DE7AC438F6472574A4CA96C4 /* WKWebView+AFNetworking.m */, + ); + name = UIKit; sourceTree = ""; }; 645625FD8DC71DC09A8675B733A8F212 /* Support Files */ = { @@ -9821,35 +10303,71 @@ path = "../../Pods/Target Support Files/TUIChat"; sourceTree = ""; }; - 64E9482F3706B3E509B5B6F1F052D81C /* iOS */ = { + 652C55491CE2BB3FA8DADE007CFD7AD6 /* Products */ = { isa = PBXGroup; children = ( - 2F4078DA790DE5F4A9E0EBCD660768F7 /* Accelerate.framework */, - E86BC2B5D47B2EA61ED76887B7F31B53 /* AssetsLibrary.framework */, - A0CCB28EE0520D9714B91ADFEFCC87A3 /* AVFoundation.framework */, - 4BD0A4EBEA8C8C68C7257C630C23F78B /* AVKit.framework */, - BDCD3DDCE37ACFD1BDD612F5969870AA /* CoreFoundation.framework */, - 58B0067B68C01AB3887A364BABB15A12 /* CoreGraphics.framework */, - FD062F8E373220F7BD07680C56E08EA8 /* CoreImage.framework */, - A7F700FBADE3CAFB8E2E41A00A6E6AD8 /* CoreLocation.framework */, - 7D01B7A03D3A1CE42F6F8CA6C8FE217A /* CoreTelephony.framework */, - DC8C16342A53C061414E552D24448B80 /* CoreText.framework */, - F91075A92425F75F02E0E1C8D455AF79 /* Foundation.framework */, - A5B624A70D4735B79D27A4C5B4DA64AA /* ImageIO.framework */, - A6BC76762F8D52042C42AB6BF970FEED /* MapKit.framework */, - 71EC7C2BAB81E01764C988FCDEB8A8F0 /* Metal.framework */, - 0605A8E8C5BD82B2F0126377C7D3E113 /* MetalKit.framework */, - 6A4B0155D81BD9992D04820FA803A6DE /* MobileCoreServices.framework */, - E9FD69164CED3C5424496E386AA5CA8E /* Photos.framework */, - B27711EA0041B232D4559EFE42901D38 /* PhotosUI.framework */, - 495512CED6B55B9463695CBE9898BE51 /* QuartzCore.framework */, - A67A5C6CBAB5BF67506C7A70F12AB11A /* QuickLook.framework */, - E5E5388557256032F589DD8A8200B03A /* Security.framework */, - 1E7B96200FED33071FAA8946D3A6788E /* SystemConfiguration.framework */, - 83AC327FDFB768874F13D3CD20C46095 /* UIKit.framework */, - 66FA1666019F2F9617F3A5B4650213BE /* WebKit.framework */, + A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */, + 8F0D4D4EC80F62CA54EAD5119A89EF03 /* AgoraLyricsScore */, + 0C6AF30DA9F94BBA4AD5F3DA3FA30177 /* AgoraLyricsScore-AgoraLyricsScoreBundle */, + 14A3FE4DA4CE007A926AAC6102122F2E /* AliyunOSSiOS */, + 5D73ED9DCB04D101A1FA489C7FB2A54D /* AliyunOSSiOS-AliyunOSSiOS_Privacy */, + 2CA925CF410A32FD7BF052406767BC59 /* AvoidCrash */, + 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */, + B5786D7DC0F4D5F19C5C3E4160C54D30 /* BRPickerView-BRPickerView.Privacy */, + 5DA4577FE3BC4A03751108FFED07B385 /* DZNEmptyDataSet */, + FAA5F2D71B90788C908800A94534AA92 /* FLAnimatedImage */, + A3A80BA70CFB7F75C5391BEBBBA8C9DA /* FMDB */, + 148D9AC15C4A9777E5ACBB46C03FE218 /* FMDB-FMDB_Privacy */, + 98527D7196957AAB07B79E2E2AFDE23E /* IQKeyboardManager */, + A5B2838E4866923F3DA717B058EBFF5D /* IQKeyboardManager-IQKeyboardManager */, + C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */, + BB4F011171FCB76B1AEBE390F843E930 /* JXCategoryView-JXCategoryView */, + 2F4A1CCB21DB7EA5A2ACEB11E374FBCA /* JXPagingView */, + E03F152E95B6924D2486511337D24503 /* JXPagingView-JXPagerView */, + 5E4674603A5D5B9215FFA0F8E69F8B71 /* libwebp */, + A3951CB49DB05AD7C1AE14AA7D28A1F4 /* LLDebugTool */, + 1FFED36A657123030ABB700256D73F15 /* Masonry */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */, + 7E3097CFEFDA621E9FB0E62009FF87FC /* MJRefresh-MJRefresh.Privacy */, + C0E79AD53820186F5DE86726D150F447 /* MQTTClient */, + 8806024254F3EB0BE3C8A4EE1447B145 /* Pods-QXLive */, + CF003CA42C1A3BEB0DB3D0AE908137A2 /* Pods-QXLiveDev */, + C2105C94812B6214B154F54DCEDB72AC /* Protobuf */, + F777222FFBEEB0CE4650EE8A00938A60 /* Protobuf-Protobuf_Privacy */, + 46692FB12DB27794094D838DF87D563C /* QCloudCore */, + 3A29D7C214574D219F6C435101FF52C8 /* QCloudCOSXML */, + 8D4557A35A355F78DD9FFD8EAC379905 /* QGVAPlayer */, + 9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */, + 8B6CF5C20C32EE9F7F0862FF892524DE /* SDCycleScrollView */, + B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */, + CF1281E58AA1045D4B7F33FC56691C42 /* SDWebImage-SDWebImage */, + FCF61D9B2B75054A9A3185DDC609B7FF /* SDWebImageWebPCoder */, + 91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */, + 3079401082458950495F2DC04E71FC4E /* SVGAPlayer */, + E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD */, + 69548067BF8002DF53941149BD410A1D /* TIMCommon */, + 1861D51E6AFECEB294232A4496429A63 /* TIMCommon-TIMCommon_Privacy */, + 8C3F1A0419AAD8065736DC7968102C54 /* TIMPush-TIMPush_Privacy */, + F00D49623A9DB6BF88121D1D25391F36 /* TUIChat */, + F8879DB9AD3F9A8F85D8C38EC2024D15 /* TUIChat-TUIChat_Privacy */, + C8FFAB06408747E7BA2A353127D4ACF8 /* TUIConversation */, + FC14DF02839D1B209B22801C7FCC416B /* TUIConversation-TUIConversation_Privacy */, + 37EA43C6154607EB4C385B067D4FF381 /* TUICore */, + 62476AD95833F1EC15B5FC7E01E6CB19 /* TUICore-TUICore_Privacy */, + BF12EF87337DED2D5544A4B5636CC4C7 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */, + 8E1D5C0FCA0D872C3F21E87F25420681 /* TZImagePickerController */, + 6FDBC42DC77E971151CD0142DFAF6E69 /* XHLaunchAd */, + 642FEF38E132FB38DD2B59B88F069917 /* YBImageBrowser */, + 48ACF38225AF5129416A1F090F6D3286 /* YYCache */, + 1716B5FBCF0DF55C120AC52CFC22452D /* YYCategories */, + 0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage */, + E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */, + 71762A728913EB440C97D3616D291AF3 /* YYText */, + 4FC1978206616CE319648B302B05AA8A /* YYWebImage */, + A845402EF959A57A4640F2A4F5155943 /* Zip */, ); - name = iOS; + name = Products; sourceTree = ""; }; 65D6B179A67085D725865266C1E2706F /* Support Files */ = { @@ -9862,49 +10380,87 @@ path = "../Pods/Target Support Files/TencentCloudHuiyanSDKFace_framework"; sourceTree = ""; }; - 68289D3D28EA1041639E366ACC7FFB53 /* Frameworks */ = { + 67E5D4126C39750F2DD2F117A092B78D /* Frameworks */ = { isa = PBXGroup; children = ( - 5E0C89D8B95AEE225AF9EA68327CA306 /* WechatOpenSDK-XCFramework.xcframework */, + B295A76D9C011C9A8FD9F26F40641DD3 /* AgoraComponetLog.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 6B2016670209793A08CFD21660BF6E7F /* Zip */ = { + 6822F3967C7D03EAE58699A94C29B4C6 /* XHLaunchAd */ = { isa = PBXGroup; children = ( - 72078061517BF16CE01E5F76AAA46233 /* crypt.h */, - 4258F21AB9C6E0D317E647FAAF476C5E /* ioapi.c */, - F431D2A564F4F18F222226A9471AB5EB /* ioapi.h */, - F0DF13AE6AA0FAE9BB59FDD5F4A6F9AF /* Minizip.h */, - C8825480DA40C3D9DA5C343E898215A6 /* QuickZip.swift */, - 0BBE3E24D7890459A0F0A8103974FD41 /* unzip.c */, - CCEF3A19E5C884D4C24EEEE3EE8E158C /* unzip.h */, - B9CE7D5CE139AF9EA1712245C57B9C42 /* zip.c */, - 46EB08EC04D8DDD8DE5C65820D7DE3F5 /* zip.h */, - 0B252BA0F7D2F638A817C6C63D3D0B0C /* Zip.h */, - 2C24B738D17AE5BC3EED9B271634668D /* Zip.swift */, - C4966ADEB527BE45F20A76208929346C /* ZipUtilities.swift */, - B44D8271522EA5AB29E307D3372F3D1C /* Support Files */, + D866EA8BA2B079CF97AC2AD732EE53E8 /* XHLaunchAd.h */, + FBA22E7113097E49C1509148732397CA /* XHLaunchAd.m */, + 7FDD8F1C06E70E0AFA48D1FE75447FEE /* XHLaunchAdButton.h */, + B8B25735471B6401B94EDCE7111563B2 /* XHLaunchAdButton.m */, + A527EC04925E8E3A4687FFFCC7D8160C /* XHLaunchAdCache.h */, + 395937BD0F217F0B663A4E9E9A76BB84 /* XHLaunchAdCache.m */, + 3BFD4539FB584160FA97C39702AF5677 /* XHLaunchAdConfiguration.h */, + F1E9D6E2578ADE1C485F97FF59CB0174 /* XHLaunchAdConfiguration.m */, + 561FB8FB177D982156620B7E0118F1B7 /* XHLaunchAdConst.h */, + 547E1F6935BB88E8B9C5608B182A6D16 /* XHLaunchAdConst.m */, + 7F69F599171DDE95CA67ACCEE2F177F3 /* XHLaunchAdController.h */, + 7C2939BC5265442B84D9DE22A1529E8D /* XHLaunchAdController.m */, + FA3153A75E6477CDE75F16B34FA0AB77 /* XHLaunchAdDownloader.h */, + 5D49D3D05DCF6B9BF7D0210CB9201141 /* XHLaunchAdDownloader.m */, + ECC416085EB470C3FC1774652EC78EC2 /* XHLaunchAdImageManager.h */, + C45376935A69EEE52F359A52B328938E /* XHLaunchAdImageManager.m */, + A2E471080B378DA56C5AEF2FC92E3A2A /* XHLaunchAdImageView+XHLaunchAdCache.h */, + 72AB1DBA79309224E618F5B97CE3361F /* XHLaunchAdImageView+XHLaunchAdCache.m */, + EE3FF91322653A907A0696411E138F9D /* XHLaunchAdView.h */, + 5B841924AB069E153337423859251101 /* XHLaunchAdView.m */, + 1045D3265FF6A9DF97F7EF710B101070 /* XHLaunchImageView.h */, + 6806B29B01D88BF294F898C368005CBC /* XHLaunchImageView.m */, + F1F5F6DFDC090A55742E5A929763C31F /* Support Files */, ); - name = Zip; - path = Zip; + name = XHLaunchAd; + path = XHLaunchAd; sourceTree = ""; }; - 6DB13129042F8ACB89606A413CE4DC21 /* Resources */ = { + 68BBA6104204FFFE2C757F5DF884C9D2 /* Support Files */ = { isa = PBXGroup; children = ( - 16C764907155092CA362EE87202CB7AC /* BRPickerView.bundle */, + 8A70A0DDEF1F82585B89630565985EE7 /* JXPagingView.modulemap */, + 7E8C8FADB8E68E0A5A2C756DD9522389 /* JXPagingView-dummy.m */, + 1FA31384ECF35A4E3AA7F52D1A678EC9 /* JXPagingView-Info.plist */, + 5CD30A08E2F0CC822C38F28CB79379E1 /* JXPagingView-prefix.pch */, + 7AD740AD414A9596016E3447ECB952FC /* JXPagingView-umbrella.h */, + D7DF575ED445F3D1F6538CBC1437567C /* JXPagingView.debug.xcconfig */, + E8CBF2E52C6CF4605C38F21F9D557968 /* JXPagingView.release.xcconfig */, + 3F6AE75F65270977D0F88912C30353DF /* ResourceBundle-JXPagerView-JXPagingView-Info.plist */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/JXPagingView"; sourceTree = ""; }; - 6E245AF7B0D7811B9FA7FCBA0A309889 /* SpatialAudio */ = { + 68D8061D3087897FF5767CAA2660A9E5 /* WidgetBorder */ = { isa = PBXGroup; children = ( - BE870F8C86321E7DBC927B5DE25F38F0 /* Frameworks */, + FA2AEDC9C2C08197AAA6FB16F20F2A50 /* LLWidgetBorder.h */, + B4C54C2F9704B2BCAFC963BC8F681BE0 /* LLWidgetBorderComponent.h */, + D36B26184AF3C2810717C3EA65DC94F3 /* LLWidgetBorderComponent.m */, + CD69877B1D83AEB6927BCFAC84EB0CBB /* LLWidgetBorderHelper.h */, + 5DCB5486E34097F20F98BC92E83D1A1B /* LLWidgetBorderHelper.m */, + E928A7A21957F25044AEE73FB937FF98 /* LLWidgetBorderViewController.h */, + 8B87A37375C08D0E3087A5CA1DDD90D5 /* LLWidgetBorderViewController.m */, + 890153430B0E9C11C57F44FF264AA168 /* LLWidgetBorderWindow.h */, + 9E770D307805A080B09AC25BEFE0164C /* LLWidgetBorderWindow.m */, + 49098F94337DC909DDE21BA772E42097 /* LLWindowManager+WidgetBorder.h */, + 41C0FAD496903192EA3302475FE4A0B4 /* LLWindowManager+WidgetBorder.m */, + E6DF715A3CF901E97DE6C5BF303D7433 /* UIView+LLWidgetBorder.h */, + 8DBB0E68D8E41402B01D91A8D67ECD02 /* UIView+LLWidgetBorder.m */, ); - name = SpatialAudio; + name = WidgetBorder; + sourceTree = ""; + }; + 6E70D6974C3C5C046391976097374CF9 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2D197417F619842508E403972AA2BF81 /* AgoraAiNoiseSuppressionExtension.xcframework */, + ); + name = Frameworks; sourceTree = ""; }; 6EBAFB3821EA8686C8D752A52C6731AD /* CommonModel */ = { @@ -9918,99 +10474,45 @@ path = CommonModel; sourceTree = ""; }; - 6EE990EDDC72C43269D1F60C2017B744 /* Resources */ = { + 6F9D394399856D347568B35DB5BD6315 /* Support Files */ = { isa = PBXGroup; children = ( - 41A52D5D394DB0AC8B4F045B594ED41B /* PrivacyInfo.xcprivacy */, - ); - name = Resources; - sourceTree = ""; - }; - 6F12FB8EDC1C7DEEC0488D664BBA07B8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8F25BEEE81DF1D1A655C0A750C81F444 /* AgoraLyricsScore.modulemap */, - B45199EF5621FF4E7B7DEAE995A0EE45 /* AgoraLyricsScore-dummy.m */, - D000622E0B2B6A248BC966253E5F59F5 /* AgoraLyricsScore-Info.plist */, - 844E7C9F76F7288F0F53C5F070E3822F /* AgoraLyricsScore-prefix.pch */, - 5372E747772584C1D17DBA7819A6F865 /* AgoraLyricsScore-umbrella.h */, - C31B61ADA03ADABA7F4258EBE5C98C07 /* AgoraLyricsScore.debug.xcconfig */, - 09F10D3C43B69141D421137BE6F58F62 /* AgoraLyricsScore.release.xcconfig */, - 31028B60B9C19E0F02F617C1B0FED785 /* ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist */, + 0BE1A136972166B94A5D6FF844DEFEBA /* Protobuf.modulemap */, + C22EA766B209AD0811C8D9F2BC614022 /* Protobuf-dummy.m */, + 77401CCF3AE369469351D32C061852D4 /* Protobuf-Info.plist */, + 0CF395CB004901398894FE84A495C881 /* Protobuf-prefix.pch */, + 1F84F8E3BF389D437521E7B8313EB297 /* Protobuf-umbrella.h */, + 28FBF36F2B978A714AB8F5DE09478126 /* Protobuf.debug.xcconfig */, + CC66C802ACE551128310473431CB347A /* Protobuf.release.xcconfig */, + 6ABB10A01E515C83CC1665BEE728AA41 /* ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/AgoraLyricsScore"; + path = "../Target Support Files/Protobuf"; sourceTree = ""; }; - 6F293977D539FCDCDD55EE6DE922090B /* LLDebugTool */ = { + 7117DEFEC0F21C8424CAB413E8F3C3D2 /* Support Files */ = { isa = PBXGroup; children = ( - EA12CF9D57A81D45632DF83C91DCCC3D /* AppInfo */, - F312879DAA824D20B3304B73F7606068 /* Core */, - 4BB3616A5719EE76B90D8417597694C8 /* Crash */, - DA2212F11AE40408DC67A1C3D593217A /* Hierarchy */, - 093FC85AC6F5DD0C372CC7CD768D77FF /* Html */, - 485FBB49B83F72DD02309F3B5F456C8B /* Location */, - 9E07DE00AA45EFE58C7D962869D39DD6 /* Log */, - 3A850D3C588786E50079BFE87EB6A650 /* Magnifier */, - 44A1D96C352AEBA15F6101E8EC2E6599 /* Network */, - B9937B2D0C1ECB3B78433004A4A5501D /* Ruler */, - A1F3BE8069B5C7CEA1597AD609EEC3CD /* Sandbox */, - 7CA7A3AAE6C19C541C095E349FBE42AF /* Screenshot */, - CCAA7E84CD2E0B42568AFE0FD3D4D48E /* ShortCut */, - 7BE2AE21D83E448C8F40D10BF38F8F8A /* Storage */, - 0276C2ADE13319AA8E77CBB093AB26F9 /* Support Files */, - 3BFFE9A50823B4E7C96B287AB6190C21 /* WidgetBorder */, - ); - name = LLDebugTool; - path = LLDebugTool; - sourceTree = ""; - }; - 709D842465D438651D36B5AAF6FFE006 /* Support Files */ = { - isa = PBXGroup; - children = ( - 94ACA4048C88BA862C17F19AA560BD71 /* libwebp.modulemap */, - 6110DCF76C3074CB5C0F3BE724EDDF56 /* libwebp-dummy.m */, - E14AE7F500D618D391E1F40BD168D99F /* libwebp-Info.plist */, - 7CE15E49F9E3BE063CEB7A453BE51060 /* libwebp-prefix.pch */, - 8A2E54379802BDF73B1501EBF3CBE028 /* libwebp-umbrella.h */, - 01088A799B966110B896C4DBFCFAD1DA /* libwebp.debug.xcconfig */, - A5D179DB9964E71DC78558EB224BD05A /* libwebp.release.xcconfig */, + 62A01651D8C3173B8F3B89C65D50F4CC /* AvoidCrash.modulemap */, + 24D10287B7D9F25027D00390925DE065 /* AvoidCrash-dummy.m */, + 13B7013121DC70732FA92D1EF1715D23 /* AvoidCrash-Info.plist */, + 0FEB8E386E93D264F853EDF9D34432D5 /* AvoidCrash-prefix.pch */, + 3BFB04E970219DC5124581EB793CE257 /* AvoidCrash-umbrella.h */, + E3D619279DE679A146A3ADF4F323A23E /* AvoidCrash.debug.xcconfig */, + 345048C02758C71346EE5CAC4196C7D9 /* AvoidCrash.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/libwebp"; + path = "../Target Support Files/AvoidCrash"; sourceTree = ""; }; - 7104778F93633B4B27BF3F0540543EB5 /* AddressPickerView */ = { + 7167D8101E5862CDBF72EA94E652E6C8 /* JXPagingView */ = { isa = PBXGroup; children = ( - E5DD350699AF476F14E85542980DA167 /* BRAddressModel.h */, - 64892690D0CE2071D6D12296BE9C05A8 /* BRAddressModel.m */, - B8876136C9D6D7FB2DFDE81F966721BF /* BRAddressPickerView.h */, - A3D03B1399AC3BE7304423BFD9C56A30 /* BRAddressPickerView.m */, - 967A5998930663CA28BCEBD76F4FCB15 /* Resources */, + A112A504EEEC468FCEC1114474B5FC5B /* Pager */, + 68BBA6104204FFFE2C757F5DF884C9D2 /* Support Files */, ); - name = AddressPickerView; - sourceTree = ""; - }; - 71DC8ED45B65DE88A0FA1CFCDE82B101 /* Video */ = { - isa = PBXGroup; - children = ( - D8D981282865C8320ECD683BF5879065 /* YBIBVideoActionBar.h */, - BE34E09E310FAD39B5FA5816A583C4B8 /* YBIBVideoActionBar.m */, - 9C5DA95C7B3A846577A39AA8E38A691A /* YBIBVideoCell.h */, - 03A96E726CD9E0A1DB0BCD921E67F763 /* YBIBVideoCell.m */, - B32EF8D1CB3CE568658DC5C2F1730286 /* YBIBVideoCell+Internal.h */, - 976641C70166B3DDE3CFAEFD61C325C7 /* YBIBVideoData.h */, - 2DA148DE1B8BA9807E9C034B5AD68C62 /* YBIBVideoData.m */, - 5F78210C3D90DFCC8312FC285147E50B /* YBIBVideoData+Internal.h */, - D47A22BD575A9B6FFE45026BF1DBB385 /* YBIBVideoTopBar.h */, - 564351900D0E66F5FCCD801223E2046D /* YBIBVideoTopBar.m */, - C3596BCDA45C25B2117C700F96091D75 /* YBIBVideoView.h */, - 380962502D82008B0DA186322FC1E653 /* YBIBVideoView.m */, - D5E45B12A9CDD10FCBA1F466CFAB1C49 /* Resources */, - ); - name = Video; + name = JXPagingView; + path = JXPagingView; sourceTree = ""; }; 727AE23C7F3DF1F1C8833476FB993C7C /* UI */ = { @@ -10047,20 +10549,28 @@ path = Input; sourceTree = ""; }; - 745839B8B0C6DD40D54FF081D03A2D46 /* Resources */ = { + 74200AF4BDA8D87376230115C0703167 /* Frameworks */ = { isa = PBXGroup; children = ( - A2E65E43EB3AC7EF8A3382697C2A0123 /* AlipaySDK.bundle */, + 3C19EE1497A4A3AEE4B821277F5625BB /* AgoraLipSyncExtension.xcframework */, ); - name = Resources; + name = Frameworks; sourceTree = ""; }; - 75C9426AEAA3D40D7E5E8B1EECE05C00 /* Resources */ = { + 7459FC6A50753592A13A8B4223595509 /* Frameworks */ = { isa = PBXGroup; children = ( - 8B8FB28A9D30ECA09F09C36506DA8E06 /* PrivacyInfo.xcprivacy */, + 9F5691056436E61840B39FC6839C9463 /* AgoraAiEchoCancellationLLExtension.xcframework */, ); - name = Resources; + name = Frameworks; + sourceTree = ""; + }; + 758503CB28687498FCC53CECFFC0DB30 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4C1525F34C0A377D2282E81CD874275A /* WechatOpenSDK-XCFramework.xcframework */, + ); + name = Frameworks; sourceTree = ""; }; 76688024C7D48969A6065F7B64796537 /* Cell */ = { @@ -10075,18 +10585,14 @@ path = Cell; sourceTree = ""; }; - 77814B16737236287DD206044619FE6A /* YYModel */ = { + 78327F8B7211B87B54ECFD8A21D8DB1A /* demux */ = { isa = PBXGroup; children = ( - CFA0BB8A4DE76ACEDD5CFE6C69C63AB2 /* NSObject+YYModel.h */, - C153F5BFB075FF25972871DD709AC72F /* NSObject+YYModel.m */, - CCF27A6359FD82A1A13840307C74AC39 /* YYClassInfo.h */, - D844201CDF9991CA5EC19D25ED3DEAE7 /* YYClassInfo.m */, - 6FCDDE0A5CF0D363E689FA4FCA630498 /* YYModel.h */, - 828CF186B28D77638D4CB20AEB21BBC0 /* Support Files */, + 2DD25A6326296979CC62EBACC8A7B5BB /* anim_decode.c */, + A5E8A65610B3588AB876F882E7C49425 /* demux.c */, + 30B5A3BE1AABD09724C85A0E66103D3D /* demux.h */, ); - name = YYModel; - path = YYModel; + name = demux; sourceTree = ""; }; 7835B6F48AD6D38E693478ACBADB1A20 /* UI_Classic */ = { @@ -10103,6 +10609,35 @@ path = UI_Classic; sourceTree = ""; }; + 784192121457181D5692733F96993DBB /* Support Files */ = { + isa = PBXGroup; + children = ( + 59B439D984AE77F39E805856683F9EE8 /* AliyunOSSiOS.modulemap */, + E10C5219B3C1217C6EEBE75FF53110F6 /* AliyunOSSiOS-dummy.m */, + 2F58D5770025196B338B879C300D019F /* AliyunOSSiOS-Info.plist */, + 2ED9DF671665B70502BB098C56515389 /* AliyunOSSiOS-prefix.pch */, + C46CABA49D7B70058EC766735B7C29C0 /* AliyunOSSiOS-umbrella.h */, + 42C79C0A769BD69B975332E596184B25 /* AliyunOSSiOS.debug.xcconfig */, + 3AEEE13E0A57AB02B8E68C389FFBB761 /* AliyunOSSiOS.release.xcconfig */, + 5FE1B74C3A46A12D2078FA3E53C66A58 /* ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/AliyunOSSiOS"; + sourceTree = ""; + }; + 78A686090352C4400DB509A2118F1DB3 /* FLAnimatedImage */ = { + isa = PBXGroup; + children = ( + 085B335FB58E6BC8AAEAC8D3BF3C52F9 /* FLAnimatedImage.h */, + 3F7CFC834044EB81253C81CA635DFB66 /* FLAnimatedImage.m */, + 418B459723D972DAA23C914A976E1EEC /* FLAnimatedImageView.h */, + 18A8FCF141142CEC4F312CBF99535E65 /* FLAnimatedImageView.m */, + 8D0081FA631CCA4C00A071153A52F007 /* Support Files */, + ); + name = FLAnimatedImage; + path = FLAnimatedImage; + sourceTree = ""; + }; 78AE1539FE82B2DE11D7146439660377 /* Pod */ = { isa = PBXGroup; children = ( @@ -10111,14 +10646,16 @@ name = Pod; sourceTree = ""; }; - 7A0DC21AAF931C8CCA664C05A6DC4995 /* WechatOpenSDK-XCFramework */ = { + 792E3EC1A3E7293E15BB38F4BABBFB1B /* AddressPickerView */ = { isa = PBXGroup; children = ( - 68289D3D28EA1041639E366ACC7FFB53 /* Frameworks */, - 23923C260A4A1EAD9990CCF5F421AA0E /* Support Files */, + B6C1CADCF9592E655C4E86B57A2A8AFB /* BRAddressModel.h */, + D712575AB453641D096033FD65731F88 /* BRAddressModel.m */, + 59C2D4154E1500F832C343CDD5DFBF58 /* BRAddressPickerView.h */, + DAE57CD3DFDEB0495A29BC77DF31CAAC /* BRAddressPickerView.m */, + C086A3913BF471A1D566700074656190 /* Resources */, ); - name = "WechatOpenSDK-XCFramework"; - path = "WechatOpenSDK-XCFramework"; + name = AddressPickerView; sourceTree = ""; }; 7A11AF6D0CE3059D66C4CB63240FC890 /* CellData */ = { @@ -10131,288 +10668,184 @@ path = CellData; sourceTree = ""; }; - 7A6DF6D47E57D0E7EF4D7147986790DA /* Support Files */ = { + 7B9D235DB73890A2E0D28A99010B2C1C /* SVGAPlayer */ = { isa = PBXGroup; children = ( - B5B9188878E25F64DA70532A79013953 /* AgoraRtcEngine_iOS-xcframeworks.sh */, - C0680D056BC1F5302787A2199A803C1E /* AgoraRtcEngine_iOS.debug.xcconfig */, - A7578387B59E97B28BF7094AD41541A8 /* AgoraRtcEngine_iOS.release.xcconfig */, + 564312F3D2E258EE8AC57D7F68623EC0 /* Core */, + CAFEA17C339511BEC99635B03B5E0D81 /* ProtoFiles */, + 4681DD74E301A2058653A139FD80918F /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/AgoraRtcEngine_iOS"; + name = SVGAPlayer; + path = SVGAPlayer; sourceTree = ""; }; - 7BE2AE21D83E448C8F40D10BF38F8F8A /* Storage */ = { + 7C1984897C3189A11EF05D7D43C5DECA /* Protobuf */ = { isa = PBXGroup; children = ( - 21C18E0134BCBCD91C5BEA2285A82444 /* LLStorageManager.h */, - 7855E526D92517A3630804D531988716 /* LLStorageManager.m */, + F92673006A74929C22C0ED6F8FAD9685 /* Any.pbobjc.h */, + 07D6AC43CA9504871C3035BBEC8E141C /* Api.pbobjc.h */, + CDB0CF663D17684FFE087C8C49E3B0FB /* Duration.pbobjc.h */, + 7C0F0F079D7D8B642807DF4243DDF696 /* Empty.pbobjc.h */, + 633936C3C7698C11ECBB4E448944B614 /* FieldMask.pbobjc.h */, + C3847AC4E48E186E8C90AEE7A5F0BF29 /* GPBAny.pbobjc.h */, + BC72E27DB579BEB3AF79A946FEAC7CC7 /* GPBAny.pbobjc.m */, + A843C278D3C8BB646A31811099D29D54 /* GPBApi.pbobjc.h */, + 6ECF5873EF17421B79964CF8A68FA96E /* GPBApi.pbobjc.m */, + D4955FC04A2235BF976C2988558B8204 /* GPBArray.h */, + 832620353D34712C742FF84CAE197BAD /* GPBArray.m */, + 32F66579AC70D002162C3D62BD0BD24C /* GPBArray_PackagePrivate.h */, + 93F68CE20652DBD922DE71FC9463F829 /* GPBBootstrap.h */, + 8A0EAD4BB199E4DAB0058810589B3A9C /* GPBCodedInputStream.h */, + F43FA7573338A5A32E8A4A4F2900F22C /* GPBCodedInputStream.m */, + 531E5D8D4EFAD52A5891EABD90AAC544 /* GPBCodedInputStream_PackagePrivate.h */, + A9929ED112D47B729A6BA261CAF58F1A /* GPBCodedOutputStream.h */, + 103F1CEE2BD1A86326CA84BBE66CBE19 /* GPBCodedOutputStream.m */, + DB320FBD054ECD8A41EDF4434188709E /* GPBCodedOutputStream_PackagePrivate.h */, + 8F6EA90C684EEDF613BF8B939B9A8EC6 /* GPBDescriptor.h */, + 357AB9C7FDEE357271BC2F88561653B2 /* GPBDescriptor.m */, + D582853B898CA0C6B3ACC58B38B06823 /* GPBDescriptor_PackagePrivate.h */, + BCFC6E7713DE240CA1EC8BC2AE53CC6D /* GPBDictionary.h */, + D1DE5FD7B7F3A67318C2B397D661C749 /* GPBDictionary.m */, + 1A087327FC405B629C564456836A4F5A /* GPBDictionary_PackagePrivate.h */, + 90D477AFC3D099A97887E34D6DEBAE3F /* GPBDuration.pbobjc.h */, + F7A1F1EA9D0DB971341125CD16D2DFE9 /* GPBDuration.pbobjc.m */, + 9AFDC218FBE19D556BD0015D1D395090 /* GPBEmpty.pbobjc.h */, + 551916E0BBF2612657335B201183F9A6 /* GPBEmpty.pbobjc.m */, + 9ED6D0BBDEA6A7C2D5B444B64F713C28 /* GPBExtensionInternals.h */, + 3EAAA5F04D2905E642591A3A7CB5B18F /* GPBExtensionInternals.m */, + 866EE9DF8E7AEFFBCCDE813D255CAB30 /* GPBExtensionRegistry.h */, + C6A85C2197DBDBCDC2B5A1EEBB26165C /* GPBExtensionRegistry.m */, + F8C1DD44B9C4527BEADA7745279F5A17 /* GPBFieldMask.pbobjc.h */, + BEE9B582BF39C18F4D7317A652F24D5A /* GPBFieldMask.pbobjc.m */, + 59132FDC69D0779E9549D6B3F08E9805 /* GPBMessage.h */, + 44FCF5D808A502487383D56AFAB4DABA /* GPBMessage.m */, + 1BA463678E945418A7974B41FEAC1096 /* GPBMessage_PackagePrivate.h */, + F90F27220B5FFDA78633BE9ACE1E40A3 /* GPBProtocolBuffers.h */, + 30148FF2412AB67360DE485D059A207B /* GPBProtocolBuffers_RuntimeSupport.h */, + 404A53F6810943B999E260034DC5CFE3 /* GPBRootObject.h */, + 793AD971C8FB5F9A5D4EF7321C6107A0 /* GPBRootObject.m */, + 3ABB0E982A84EA48E230A248227495AD /* GPBRootObject_PackagePrivate.h */, + 5AE6B8DAA7E3CB05A17CFA4979AC66AE /* GPBRuntimeTypes.h */, + FCB8638950538FFAD63F67FF25D304D1 /* GPBSourceContext.pbobjc.h */, + 93F085354CB84C0450C0BDA96ECA3481 /* GPBSourceContext.pbobjc.m */, + 4B87AED231BFB75CB37F96CD5D75114D /* GPBStruct.pbobjc.h */, + 799CF94B965381B07D7F495AA6FD26E2 /* GPBStruct.pbobjc.m */, + F53329D53C6BEB8B8E304D0ED1218F3A /* GPBTimestamp.pbobjc.h */, + 904BCA9F9F9AB430042B967174BFB6E5 /* GPBTimestamp.pbobjc.m */, + FAD6CB6359DC0273E7B08A89B4729B3C /* GPBType.pbobjc.h */, + 9E0DAFE59DFD2E49A55576FA309D73A8 /* GPBType.pbobjc.m */, + 4B0BA9A063F290AD6B6C653ED66B42F4 /* GPBUnknownField.h */, + A795071CA6B7879BD0249CB120F8A687 /* GPBUnknownField.m */, + 7DDB1259CB85F59EEEC9F683D91BC3BB /* GPBUnknownField+Additions.swift */, + B2C29DD7BDF1E614D4828D4AF3518652 /* GPBUnknownField_PackagePrivate.h */, + AB7DFEAC7499A95E8460355416088A5E /* GPBUnknownFields.h */, + A949F04CC835F997F7607518539CF5DB /* GPBUnknownFields.m */, + 83DCB9B84D14A418E2FDAE04512FC04F /* GPBUnknownFields+Additions.swift */, + A5E01EFE6F832A24596D9AC6BD3B73D9 /* GPBUnknownFields_PackagePrivate.h */, + CEEED400070B865F54A29CCFE7C490B5 /* GPBUnknownFieldSet.h */, + 9FEDED6A3DD6DC5CAF47581D1FBF3934 /* GPBUnknownFieldSet.m */, + C81764969EEC5FD576E2A6A93D0B22FA /* GPBUnknownFieldSet_PackagePrivate.h */, + 16F229E3FDF9DEBCF6A1F5D0A1F5D1C7 /* GPBUtilities.h */, + A99993069C288262E3EACD63F50ABEB5 /* GPBUtilities.m */, + F1CC2C56E52BB17858416D2F493CADFC /* GPBUtilities_PackagePrivate.h */, + C1E923F3204DE1941CC91521059E0E42 /* GPBWellKnownTypes.h */, + 8F3F30860155CA3898BAC0579C0FBFBD /* GPBWellKnownTypes.m */, + 241656B704D26D9159D26377F5405CFC /* GPBWireFormat.h */, + 82056BCD46BAF3EFB1C4DE0FEC35FF58 /* GPBWireFormat.m */, + 108DD0DB521EE54FFDCA5B2AF7C67E1D /* GPBWrappers.pbobjc.h */, + B1263F479B8C93A6D2B832D9BA73961A /* GPBWrappers.pbobjc.m */, + 5FF3D1315961381D372F8E745F83F69E /* SourceContext.pbobjc.h */, + 3F8088C4FBC2268527D108980A3988B3 /* Struct.pbobjc.h */, + 5D92CD467FD52E1E982F6A3DD293A0A0 /* Timestamp.pbobjc.h */, + 28BE79355DF52C75090FFE8E82F409B8 /* Type.pbobjc.h */, + D627A30CE2209BA287FC87A0E9071505 /* Wrappers.pbobjc.h */, + E38AC0869AF8DFB40720C80FD23CF69E /* Resources */, + 6F9D394399856D347568B35DB5BD6315 /* Support Files */, ); - name = Storage; + name = Protobuf; + path = Protobuf; sourceTree = ""; }; - 7CA0A4766D005CB1ACCB69F5617BE6B2 /* YYText */ = { + 7D6F70C0B15CB94ACF25FD0DD8F6FBC3 /* Core */ = { isa = PBXGroup; children = ( - FEC5AD5E49B314721065FAA3D47098D7 /* NSAttributedString+YYText.h */, - 977F1E2C35AB1341C1F8E208B95D7DF9 /* NSAttributedString+YYText.m */, - 19AB223C1F942890DF0BE9212ABCBAE0 /* NSParagraphStyle+YYText.h */, - 6F28FBBBCF4CCC86340A0FF856333554 /* NSParagraphStyle+YYText.m */, - 2B9D372EBAFFD39011BBCC04E81130E9 /* UIPasteboard+YYText.h */, - B85B877F076DC7FFAD6874AFA8E3EE86 /* UIPasteboard+YYText.m */, - F2BAC07911A34060DCC9F62FEEA390BF /* UIView+YYText.h */, - 5C73C1F8EEF212FDE5556FDC4A99AD2C /* UIView+YYText.m */, - 0A78B1221D5E139D0A1043307E3391C8 /* YYLabel.h */, - 631F823FA56A6BB0323A5521AB2017B5 /* YYLabel.m */, - 49895CC2A226DAE2A55E019E17D06B6B /* YYText.h */, - C47B236151C42E0448F26C5AB78D8959 /* YYTextArchiver.h */, - 2D9498C72BF0862841ADE049DC35EBF6 /* YYTextArchiver.m */, - 286102C5A2422F0545325003AF4C9835 /* YYTextAsyncLayer.h */, - E8C3E9C4EBA37ECB192FF24CDEC1BC61 /* YYTextAsyncLayer.m */, - 9EA8BFCEB35290D7C7990DBCB1E7DC3F /* YYTextAttribute.h */, - E5BF696DB0B67824D9A719D3F80F4CD4 /* YYTextAttribute.m */, - B420B532516143FB623C377EE29C5A9F /* YYTextContainerView.h */, - D5FD50CB70DC73F10EFE6F6FE9EB54DF /* YYTextContainerView.m */, - 41ABE376D03A65F97D42923B7751D41B /* YYTextDebugOption.h */, - 28D40F6CCEE48E207E41579351042FC2 /* YYTextDebugOption.m */, - A4A91C3F5D41EC11FEFE6B4BCE280F3D /* YYTextEffectWindow.h */, - F0AA041A13B213C33E04A62038E6212E /* YYTextEffectWindow.m */, - 9421733E9492EBAF4554BC01E63F5532 /* YYTextInput.h */, - C27596B7E37B9F52761B7EBA8ACCAA54 /* YYTextInput.m */, - E7D88E62CA4D102DA8BBCC2036403CF4 /* YYTextKeyboardManager.h */, - F13F34A3737416B4D351BFA90163B681 /* YYTextKeyboardManager.m */, - 757F9E32EF3ACEC838DAB4FEF3483E44 /* YYTextLayout.h */, - 148CB482AC0BEB1AFFE5154991BEC4C4 /* YYTextLayout.m */, - 0D4B0E9AF1DC425F683EAD19AFC28566 /* YYTextLine.h */, - 523A1B94681A2291B4E3E6F8CBE45846 /* YYTextLine.m */, - F8FD6112E89B5310AFB25FDEB36CBA41 /* YYTextMagnifier.h */, - 7AF7D22843BF31FD4D542530E673362D /* YYTextMagnifier.m */, - 1B5BDB8A4E3E1A103D830B649A2DE327 /* YYTextParser.h */, - E1E6299D85E07E7F127123F64CF648C5 /* YYTextParser.m */, - D54D2C488298D0C70A11E825433A8FF9 /* YYTextRubyAnnotation.h */, - D70F61F84A871A4A5701CC7FF69CA1C0 /* YYTextRubyAnnotation.m */, - 665CE986B42F440546A46928C2CD55BC /* YYTextRunDelegate.h */, - 54C9842F672DD7904085BBAF0823DE9A /* YYTextRunDelegate.m */, - 23E88DF7BADAE32913AD6B69D10C64B9 /* YYTextSelectionView.h */, - F0EE9EA288C0E4AB8E7DC82868ED94B6 /* YYTextSelectionView.m */, - 8B241A6BBA3261241FF305E7C1B4D351 /* YYTextTransaction.h */, - 178CB5232ADD2940C664E2DAC8C07E78 /* YYTextTransaction.m */, - 21DAC2923687FADD0F17B351077F7093 /* YYTextUtilities.h */, - 9F9B08AD35EE6AE7E86E91C31D8A0F8B /* YYTextUtilities.m */, - 08704F044297A76E647073F02628D9EE /* YYTextView.h */, - 0CDC2C1A08243A156278FF08784187CE /* YYTextView.m */, - A8911AAD900EAE6EB0688BB3EB02E473 /* YYTextWeakProxy.h */, - C633EFE05B75BEC4A82E1ED5B47B3D8A /* YYTextWeakProxy.m */, - DBA61C865FD19DD4F3CEC32256F0D6B0 /* Support Files */, + 0CB3B856E3C3C7CD76BDF7CB4AC78E38 /* NSObject+YBImageBrowser.h */, + CCD85AEEF7C6CDC820B46A72B48387FD /* NSObject+YBImageBrowser.m */, + 70AF8DDD070EDCBC9AD77A04BF558565 /* YBIBAnimatedTransition.h */, + 17F2456F7ACFAEBA7B7C14DBA4F3DA6B /* YBIBAnimatedTransition.m */, + D8A9B744FA8E4EB7225124C69CB87458 /* YBIBAuxiliaryViewHandler.h */, + 869C8A5072E327C26563DFB8D54727DD /* YBIBAuxiliaryViewHandler.m */, + 6AEF6285131CBE34CEFD249600F88396 /* YBIBCellProtocol.h */, + 4ADAC8C4A3702B6977FE8995F9EF3B8A /* YBIBCollectionView.h */, + 3A63FF93F0F86BF79A456AF397FFC2D8 /* YBIBCollectionView.m */, + 9DBF5A21767B38B8FE16096C12D3D8FB /* YBIBCollectionViewLayout.h */, + DCFB51ADB92608EE7314FCDBBD18C28C /* YBIBCollectionViewLayout.m */, + D41726F512CCF8B6A0AD164DEF924C4F /* YBIBContainerView.h */, + 72852363C67111CD5AEE94C1C0C3EB81 /* YBIBContainerView.m */, + B0CD30DA56A5A575C8144E561A589B20 /* YBIBCopywriter.h */, + F8A8E45BCAD2CF8C79796D48DF3941F8 /* YBIBCopywriter.m */, + 25B866D6573CA6ABD00E538575C27825 /* YBIBDataMediator.h */, + 6408E48B6EA2C5E5938A3C075115E744 /* YBIBDataMediator.m */, + 82D9E5C35F819B330F9D8262163E4A70 /* YBIBDataProtocol.h */, + 2ED823F028F3F8393E2819F908EB50E8 /* YBIBDefaultWebImageMediator.h */, + A82C6017368052A196B01AADC4DC25B9 /* YBIBDefaultWebImageMediator.m */, + 2052F023FAEAC833A1DA249D5E5E9D5B /* YBIBGetBaseInfoProtocol.h */, + 6B8A7214F78EA2B0599F92AF5C35A2EA /* YBIBIconManager.h */, + B3068711D88F3B18DDAE32D5E39529F2 /* YBIBIconManager.m */, + 2F85FE2965570635C61077C7EDFCA73D /* YBIBImageCache.h */, + 8499DE925DB09EF36780D95E79FDD12E /* YBIBImageCache.m */, + DC178CD5988433CBE69AB0C842779361 /* YBIBImageCache+Internal.h */, + 7FC66726B3577647807180BC4EB9D30C /* YBIBImageCell.h */, + 96DCDE9B976A65B57FF4656FE76D4566 /* YBIBImageCell.m */, + 26185544F3031CF2A213BA6CD7DC2779 /* YBIBImageCell+Internal.h */, + 5C8B62AA42DE0739012D6269066DB548 /* YBIBImageData.h */, + 07882167580D257D12FFF876E8F32544 /* YBIBImageData.m */, + 210CF4E0D97A06C22623ACE0563701EB /* YBIBImageData+Internal.h */, + 3F2A299EA692122F10BD2255F22832D3 /* YBIBImageLayout.h */, + 2B32B0D0CA3B490A12F4CC2C497F3FF2 /* YBIBImageLayout.m */, + A4B18B13FF44D17E838C882AE297FDDA /* YBIBImageScrollView.h */, + 247BC09497610D42CD7AE75E5E6AA381 /* YBIBImageScrollView.m */, + 6BEADAE949FF27E9446ECCE15C9B94E7 /* YBIBInteractionProfile.h */, + 885138D2C1852134DDD12C700F3D552F /* YBIBInteractionProfile.m */, + 99266CD08B915F9A33760D88ABF817D2 /* YBIBLoadingView.h */, + CE75AB9B35B8E6D1027F46EA21DF90A3 /* YBIBLoadingView.m */, + 0E1D2D6760C11694855BF7CDF830D186 /* YBIBOperateBrowserProtocol.h */, + 59A69CFBCBAB4DE55D2E13916677A7BA /* YBIBOrientationReceiveProtocol.h */, + A977A13A0F44D49BC650A6CF9F44DAB8 /* YBIBPhotoAlbumManager.h */, + 84D21B7DBB8C0327784AD9F2E647429A /* YBIBPhotoAlbumManager.m */, + A6EFA1AC403759D8D9B6B1E7CC81BC59 /* YBIBScreenRotationHandler.h */, + 6A1C38644A82EB544614DB9FCF982BA7 /* YBIBScreenRotationHandler.m */, + 971D7620A611C3F8624643802A141791 /* YBIBSentinel.h */, + 997A4CA3C67566EB0A505E8F84277A28 /* YBIBSentinel.m */, + C813703F99FF39BE2A7480C73E2D0805 /* YBIBSheetView.h */, + 030A2B78F592E1CDA55F1C07AEBB9D34 /* YBIBSheetView.m */, + 16164E9FD1A9AC2D8DFCEE160AADBDFE /* YBIBToastView.h */, + CEE2BF6098D2533C599C15879FDF2B0B /* YBIBToastView.m */, + E8F877C942AD3B4D9F824B9B7F61FD96 /* YBIBToolViewHandler.h */, + 6DC453170C67AF3C0BA55C9370FEE9D2 /* YBIBToolViewHandler.m */, + 264A9C5E8504A3400FAC5693BA5C98A2 /* YBIBTopView.h */, + 6E8AD86E898F544C421E2913CAE17986 /* YBIBTopView.m */, + 6EEBB131936B3695BA8F763BD41C893C /* YBIBUtilities.h */, + 7C425987A1FD77CD4EDCEBDCEC9B4731 /* YBIBUtilities.m */, + 984A96D11EF6A06FDC24F6E4E9E538F7 /* YBIBWebImageMediator.h */, + 99F5BE411CF25FCA5CD7E0AB91D9F667 /* YBImage.h */, + 1ADC4F05EEB00A7FF2EDFC9A9EB7C3E5 /* YBImage.m */, + 01A1B069AB3E68A6B80A51C4E4DE8B2D /* YBImageBrowser.h */, + 75D51F06E9B86DE30A6366A0D28AC555 /* YBImageBrowser.m */, + 756615785F3EC5B775C4C6DE63A123EB /* YBImageBrowser+Internal.h */, + DE09D5F85755D90907E563149F9D4D65 /* YBImageBrowserDataSource.h */, + F2D381FD82F37859C19392018626EB67 /* YBImageBrowserDelegate.h */, + F110F98B9A4C9E8C9F0F1183A1939435 /* Resources */, ); - name = YYText; - path = YYText; + name = Core; sourceTree = ""; }; - 7CA7A3AAE6C19C541C095E349FBE42AF /* Screenshot */ = { + 7E07D879C7E8A86477E92A76B7889735 /* WebP */ = { isa = PBXGroup; children = ( - AFFB2CEAD3DD982A686F05DC9DA2014D /* LLConvenientScreenshotComponent.h */, - 551DC510725AD8CDD655B3EC5477A0F9 /* LLConvenientScreenshotComponent.m */, - A77EB632553A0A492720FBAC64A2DF93 /* LLScreenshot.h */, - 8EFB87AFFBE3A61E5E0B068AA4508D41 /* LLScreenshotActionView.h */, - 672E5FEEA04009375B5912652BA1C31F /* LLScreenshotActionView.m */, - 8C52E08C63B91E6793D1ABF146E1FDF7 /* LLScreenshotBaseOperation.h */, - D944D47E71E8CC4721AC562791FFA914 /* LLScreenshotBaseOperation.m */, - 6B4C74B4499DA0C6DB49B3B55272D4BB /* LLScreenshotComponent.h */, - 3FB7B517F1494290323D2B25911FB805 /* LLScreenshotComponent.m */, - A222B75963C60FEC3AF799F8D98BD2D9 /* LLScreenshotDefine.h */, - 2FC9C62187F90EFF84B6BBA08E6FC0DD /* LLScreenshotHelper.h */, - EF94E42A71EF4BB4F94BCCC59FFDC67F /* LLScreenshotHelper.m */, - F461F4FAC8BB19506C6E56A2D8F8EAD1 /* LLScreenshotImageView.h */, - 8BC0FF9EE0A770F4B320B20B34F9A137 /* LLScreenshotImageView.m */, - DB9B43640341B4AEBD209008CF55A813 /* LLScreenshotPreviewViewController.h */, - BAA163586BEA8551A768765B67B1AABD /* LLScreenshotPreviewViewController.m */, - 9485EB0391E1AB078FD719112A7E1C72 /* LLScreenshotSelectorModel.h */, - 33C281761BF7F5D15E479274DDB11055 /* LLScreenshotSelectorModel.m */, - 5F5221963815A4246195A4F7393D4D27 /* LLScreenshotSelectorView.h */, - 14E7A02B510897AEBABF642888FD2C3E /* LLScreenshotSelectorView.m */, - 9231995BAA72208E6E6F3F4018F17579 /* LLScreenshotToolbar.h */, - 03F305614444015BF088A453D75BD964 /* LLScreenshotToolbar.m */, - 24EC9E116E2CFD2C1FCC8A407CFAE3F8 /* LLScreenshotViewController.h */, - 62CF371FE27BDFEAF25D8F9228D616A6 /* LLScreenshotViewController.m */, - 92B370C7C8365A49C3D05DD3FDE518C4 /* LLScreenshotWindow.h */, - EB313BC7A26F886148DD5DBE4DF6B8AF /* LLScreenshotWindow.m */, - 30D66DBB6F25AA190EC0CF9EE915C8BC /* LLWindowManager+Screenshot.h */, - 355D7EF7FF50D1218C0CEC883F6C2E3C /* LLWindowManager+Screenshot.m */, + D53A7EA7DE4C7D3C1E349EF8E65FD277 /* Frameworks */, ); - name = Screenshot; - sourceTree = ""; - }; - 7E02DE3E12D2917CA3E6F16ADC906574 /* webp */ = { - isa = PBXGroup; - children = ( - 822965F471AC39FAA8C2A81E1DAF3A5C /* alpha_dec.c */, - 9405B7EE37C2626E0FAB6A4D24BAF3BB /* alpha_enc.c */, - 4F368678C5E9A1277094F7744437EF5E /* alpha_processing.c */, - 41E51DB94A6FC8A936BBD0B77CE55ED9 /* alpha_processing_mips_dsp_r2.c */, - B27FBD7E5E7A153717454D957D6FA3A5 /* alpha_processing_neon.c */, - 9C33394F0E7BABD8B82BC1DD20D7DD19 /* alpha_processing_sse2.c */, - 508B43E63B65B3D5ECB9245286302F94 /* alpha_processing_sse41.c */, - 5669FF9A1AD09E203C494E22DAE96000 /* alphai_dec.h */, - 2897465C7E615AE1516A01D76DDD4CF0 /* analysis_enc.c */, - 5320BB3AC0EF89CDCEA8D440833550E2 /* backward_references_cost_enc.c */, - 0671A8AABCD30AB3C728D93F82BF615D /* backward_references_enc.c */, - 9559EC21ED7F4E98D232C84ECEA163E1 /* backward_references_enc.h */, - DBA5E791DD9EDD7838CC7AFE495DD477 /* bit_reader_inl_utils.h */, - 54BCDBAAA254EFD1FA9DF2898850A34E /* bit_reader_utils.c */, - 326116131F7F57A4EEF8996A6AEC35F2 /* bit_reader_utils.h */, - 65F07C155D2D631830BBEFC4B3175AEB /* bit_writer_utils.c */, - A918DC96BFCF495952F2BEC35A02F70A /* bit_writer_utils.h */, - FC546A86D11DA54EAC73A615369C28E5 /* buffer_dec.c */, - 29C365D5701AB648363972D3E6F75AEC /* color_cache_utils.c */, - 76242A9B4B975CF03084229735D63690 /* color_cache_utils.h */, - C6456D0D2370E680BAE9250B60CF2081 /* common_dec.h */, - CD287969EAB5F5DC4D31824EC51AAD45 /* common_sse2.h */, - D86DA65E0F51A4D4E5169E34D21247A5 /* common_sse41.h */, - 44F8EA9ACD259BDEF40C1EB7FC4F78C9 /* config_enc.c */, - 62A7818C3C86A9C69D1661932E0DC7D1 /* cost.c */, - BADC0186524F48319412F2A94BA1F0AE /* cost_enc.c */, - 736CB3F3305EBE3695E1F73EDC2BABBD /* cost_enc.h */, - 70C81FC71834B1E177BFF9B4EC6BB164 /* cost_mips32.c */, - 3792CC0CD093085EF6561256005846BD /* cost_mips_dsp_r2.c */, - B4DF94FB31089F7B36BC6CB85F37D16B /* cost_neon.c */, - C76964ED7C150134F52382927DD30E44 /* cost_sse2.c */, - BD39EE693FDD1016482B2126132727D6 /* cpu.c */, - 39779CCB2B95BB129A4CC4AA600A1891 /* cpu.h */, - 2B4D62F83F7E039BA5324693A012705B /* dec.c */, - 3CC1EA350F30753E1F105F5F4F0C1E4E /* dec_clip_tables.c */, - 8BA2460BEC774C2B520E7E4AA6E31D4F /* dec_mips32.c */, - 2C0210ABFD615E6A1062A758A7331AC9 /* dec_mips_dsp_r2.c */, - F8181EDD3C12ED0FF3835E32FCCC6261 /* dec_msa.c */, - B0C72B62D46E9DC948B196A020E7C33B /* dec_neon.c */, - 148E56923E88BF660AC5CD67D8B05C46 /* dec_sse2.c */, - EAEAABB94450E749A25AF3707224E59B /* dec_sse41.c */, - 014493B443F63C3E3682E9F5D1A7FF7D /* decode.h */, - 5E216BE9228887E06127F9CE98FF3C16 /* dsp.h */, - A0447AA6CE095FB16A0251D0A918CFA1 /* enc.c */, - A1FF9203E1CA53CFB391D1B29B255EFB /* enc_mips32.c */, - 878AE7C6CDB1A444CD8092D4A297E391 /* enc_mips_dsp_r2.c */, - 609C34D2447174114C2B15A677403B61 /* enc_msa.c */, - F4C56853B389CB4CC1EE2AFC7D9EB23C /* enc_neon.c */, - 46F242023E9A7F0185F551DB249B9B2D /* enc_sse2.c */, - E772B7F914CACF8772A7FFE42632D64C /* enc_sse41.c */, - A9BFD1A7CDE248132A063C7EFA77DBA2 /* encode.h */, - B1E8F50B7D434CCC63D637589A791128 /* endian_inl_utils.h */, - 0845832E2D7B1438A2874E2A1281BE41 /* filter_enc.c */, - 6221E8AB13753690EE8654446ABF1488 /* filters.c */, - 2D25C96ED9AEC859A4F5DAE89D31C0C0 /* filters_mips_dsp_r2.c */, - 14837271B0CCF90097B6148F909B5838 /* filters_msa.c */, - E291D433E8515858FE063A147D01483D /* filters_neon.c */, - 4CC4BCC6BDE780529CE713EB68E02781 /* filters_sse2.c */, - C91DCFA49F944029C6FC01F11E1523C2 /* filters_utils.c */, - C990846C5E3C92D6B1F54978170573C6 /* filters_utils.h */, - 8AD3CCB72F8AB9C0CF20BFCC7959C835 /* format_constants.h */, - 9913A2617E39A9B8B72732889C727C44 /* frame_dec.c */, - 96C143B365F048B7C234C3A8462EAC60 /* frame_enc.c */, - 11A2159ED822A3FD5A308AEBAD81FCE0 /* histogram_enc.c */, - 24E85B1054FDBB3D58BDE7CDC036EFD9 /* histogram_enc.h */, - 0B9E532883452012C95B2BF6FD077FF9 /* huffman_encode_utils.c */, - DE90685317F566A867EC2A4D58B7A5F5 /* huffman_encode_utils.h */, - 9F986A2714B3B701410AC79A28043637 /* huffman_utils.c */, - 510A481D16EC2697CA59168881F1D464 /* huffman_utils.h */, - F88E4977EB3F1DA61E63A631CAFE861A /* idec_dec.c */, - AE2BD227372A622034B2AC24A2D2B24B /* io_dec.c */, - E91D275F6375A2DEB0BBE4068CE1806B /* iterator_enc.c */, - 49487E6AF0649F3A2ABFA50CA196A2B6 /* lossless.c */, - 4841B1E779CC86B9DCFEEE99A605C413 /* lossless.h */, - EE016A33A5E237BFB4665F4F038B0B17 /* lossless_common.h */, - 2219A2C8EC086DEADE75ADBAA587A684 /* lossless_enc.c */, - 47F9E07C30F10F1710B40B7BBB8100BE /* lossless_enc_mips32.c */, - 36C58901FA133D1BB74984D16582B20A /* lossless_enc_mips_dsp_r2.c */, - 69365D42E1B30FF35DC8561E851C72D8 /* lossless_enc_msa.c */, - 80A9E7D4BFA9F54864B54934B2C3B3CD /* lossless_enc_neon.c */, - 7622B32104E90F22DCAA3A51E5584A2F /* lossless_enc_sse2.c */, - CC6361F81A3A94F318EAAB390449A969 /* lossless_enc_sse41.c */, - 52D9EC9C96308E3F313A45922A3F0A6A /* lossless_mips_dsp_r2.c */, - 5E60E1C7FF51630E359F4349A09761DD /* lossless_msa.c */, - E9E9A8D313D4EA9E98CFC88D6D56F1F7 /* lossless_neon.c */, - 20F1EF1530C7EB6E819B8CBA9CD7B69D /* lossless_sse2.c */, - 74B01FB69A5D74BF6A006DF102F3CAD6 /* lossless_sse41.c */, - 1A2E8AEB3D01EFA0A7BC494E9A84B299 /* mips_macro.h */, - C58D32D01D066EB0C2F0E3F0B8D29D34 /* msa_macro.h */, - 6AE77FD11A04349202B7C3561B84B845 /* mux_types.h */, - 58242B008E957BED6CA7497F95558A88 /* near_lossless_enc.c */, - 31ADE70C54EC2AA86CDD058978447193 /* neon.h */, - 5FA8775E4CBFB297E96159A4FA59A2C5 /* palette.c */, - 57BFE83FF143652383D8D52BD8B68ED6 /* palette.h */, - DB56C90354230FC7108B503D36EA6EAC /* picture_csp_enc.c */, - 914BEA483726676393D445DE4DE45FB1 /* picture_enc.c */, - B03A7927C1DBBD7EC530C86B7C22BCE1 /* picture_psnr_enc.c */, - 5B183CC5E8148072B8DA532DAA6D1F13 /* picture_rescale_enc.c */, - A019910B8F5B2BA82472CB9A339DC2BB /* picture_tools_enc.c */, - 992E7E74FA846B8584E79728F0C6F7D0 /* predictor_enc.c */, - 6A1D57FCB5F0541A0ADFDD3D6A998A0A /* quant.h */, - 9EC714453B605C0110B12871F200D1F5 /* quant_dec.c */, - F0DBC4CCC06B3923039F6C794F6CF1A6 /* quant_enc.c */, - 9657CC53F162E9B98D58C7976220247D /* quant_levels_dec_utils.c */, - D36D1075AA0CC80AD328D2A389227227 /* quant_levels_dec_utils.h */, - 0F4105022E08CBF5EA22D24DCAFE5F8A /* quant_levels_utils.c */, - B39097140D840BDDCA338BF5FCEA54DD /* quant_levels_utils.h */, - 22395D96BD0C176809677199C8E364AA /* random_utils.c */, - 9177A1E1CB5989389C44C78FE0A269BA /* random_utils.h */, - ED69B92666F6F0383AFED29E18C4261A /* rescaler.c */, - 67F378B22F34B91070BE2D83C22C2953 /* rescaler_mips32.c */, - C6644EE432B19E6B483A15BF64272CE2 /* rescaler_mips_dsp_r2.c */, - 4393C282FB84A0228EA11E3635D4ADFE /* rescaler_msa.c */, - 51CA26F641287F8855EFC6724DF07367 /* rescaler_neon.c */, - 19208F14DA0A2B3D68B23872962764E3 /* rescaler_sse2.c */, - DD899567E197BDD657A67C60DB038D7B /* rescaler_utils.c */, - 6040685E7D4DC736512DD586ADEEA597 /* rescaler_utils.h */, - C20893CDFE63C9B61AFAC6AE664B40B9 /* ssim.c */, - B36C796F49BEF7ABEF89640467C9035F /* ssim_sse2.c */, - 30A83DA60174B28C331EFA1522382EDC /* syntax_enc.c */, - F12F3F34A7DE95B22A6457237D49AE54 /* thread_utils.c */, - 56990544E9DC75FE2A6CDCB511DF2E4F /* thread_utils.h */, - 985C75D39F6D074CF247CCA12CFF66CB /* token_enc.c */, - 36BD4259AA7F4658875BDD457F270C24 /* tree_dec.c */, - CBD15162B14078B79CAC3A2581747109 /* tree_enc.c */, - B86C6E30F767B19901BA01F9973BEB94 /* types.h */, - 109E33175A59F8C3E531B352793B6952 /* upsampling.c */, - 9D4E72E2610B992A55D6BDD182B4D44D /* upsampling_mips_dsp_r2.c */, - D0A9B55B2A4B78892B247E467A229EE2 /* upsampling_msa.c */, - 4749025CEF819C1EAA96E665712CB546 /* upsampling_neon.c */, - E306122A64AE025374FF6635E9A1D13D /* upsampling_sse2.c */, - 410044B067F7DD4A01C05494625ECDF2 /* upsampling_sse41.c */, - 29F54965534035F73529270C6DF40B9B /* utils.c */, - 4B7791ED3CAC956C61D2090F84B877A3 /* utils.h */, - FF984B47225FDD7DAA2D4DC89C5888D1 /* vp8_dec.c */, - 0E0A0BAA80DA453334649223D3A66C28 /* vp8_dec.h */, - 334DED8C53FD541D90D3B63F4C9CE8E1 /* vp8i_dec.h */, - 380131B8E123CBEBF5EF2B2F50944602 /* vp8i_enc.h */, - C6A9340CDAC0B6369DB2690CDC3A55CE /* vp8l_dec.c */, - 2AE23C0B84FD193CA343B607C3D1F663 /* vp8l_enc.c */, - 64C0EABFBD54D70D54576509BB9EEEA2 /* vp8li_dec.h */, - 8A87A1F94C3A4E6F191EA25DAF3D2A5F /* vp8li_enc.h */, - 1A80456146B2F3CE27A4C9F942F1A2D1 /* webp_dec.c */, - E5D64DC699AC6B5360DF371C757BB336 /* webp_enc.c */, - F15F91872233EE8EE0F3E443277151FD /* webpi_dec.h */, - 6E84EC6FDDB438259358A76D0372A255 /* yuv.c */, - 7BCF3811DF71E81D97FE5E9692B0FE7C /* yuv.h */, - BC35A905DD48CB76AFB0135B362F643F /* yuv_mips32.c */, - 686CEFEF8F6698FD3A987D079EF81C12 /* yuv_mips_dsp_r2.c */, - B5F5042F3896571E05E61122C0162866 /* yuv_neon.c */, - 968E0E8489EA1FEE210BB51339379F28 /* yuv_sse2.c */, - CB10776CAC78EE0A178699E752E508D2 /* yuv_sse41.c */, - ); - name = webp; - sourceTree = ""; - }; - 7E69A9457700B7E212F77C920495D334 /* Support Files */ = { - isa = PBXGroup; - children = ( - 12F7EECB1516484975DFF9EADC43A210 /* ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist */, - E07E8704096DC5D17E56BC0473B8D7C5 /* TIMPush-xcframeworks.sh */, - 1B1917C3258642FD33C8DEDAA318364B /* TIMPush.debug.xcconfig */, - AE8AA30C86BACC4D9D753D8DC071E34C /* TIMPush.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/TIMPush"; + name = WebP; sourceTree = ""; }; 7F47E07549261018C51E4DEB8E4E99EA /* Service */ = { @@ -10441,109 +10874,41 @@ path = Service; sourceTree = ""; }; - 8012A18B8D97B7730EE2B6FA938D17E4 /* Location */ = { + 81839CE43AE60E9C30EA2B4ADDD89B41 /* Magnifier */ = { isa = PBXGroup; children = ( - 949742297D1D4FF3E63055928121743C /* TZLocationManager.h */, - 5A6AE4D05DFEDE5863D2A5FFA43F75F3 /* TZLocationManager.m */, + FB1B3FBA4822FFBB9A4F7F7C9E6CA570 /* LLMagnifier.h */, + ADB62A5FF490CCD6B97A731A03C20468 /* LLMagnifierComponent.h */, + 7BD64F3C5CBE76B411A07576BF5ABB71 /* LLMagnifierComponent.m */, + B4FBDF904084EF9225FEF453A2DC9AC5 /* LLMagnifierInfoView.h */, + 0EE806B2143806192EF5FDBBBD355BA1 /* LLMagnifierInfoView.m */, + F16463EC20C6B909471DC2F9357F2A7C /* LLMagnifierView.h */, + 910605382B82F99F085C2D880EA4D164 /* LLMagnifierView.m */, + 1A0BF8DF70BFF2C59C1C73F482FB5679 /* LLMagnifierViewController.h */, + 6835365BBFC05AB94CE4FEADFA78852C /* LLMagnifierViewController.m */, + F381FEF639F504A25D7B83056FB61DA1 /* LLMagnifierWindow.h */, + A708DFF4977F89C29E0A2791701EA4AF /* LLMagnifierWindow.m */, + 46293625963163CF404FA56C56AA8F5E /* LLWindowManager+Magnifier.h */, + F77E9E51A2903A46238623140BFE535A /* LLWindowManager+Magnifier.m */, ); - name = Location; + name = Magnifier; sourceTree = ""; }; - 805CBDBCAAEE1C7DB2602F45FD209221 /* VirtualBackground */ = { + 83F8DB27AFBA7B9E022BE32ECA7AF564 /* Resources */ = { isa = PBXGroup; children = ( - 09620E9C390C38639A1DDE74B9C5CEC8 /* Frameworks */, - ); - name = VirtualBackground; - sourceTree = ""; - }; - 80DBA65CBBBDFCECC11B49B22A64A4A3 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 9F7354B06DCC590438EF56843C04923C /* AgoraAiEchoCancellationExtension.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 811BEFBEA28CD062DBEE55DD9B65EC2A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1016EF046E46A37BEE8567F861919423 /* AgoraComponetLog.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 8127F0939751EDB931CDB2C945875403 /* Frameworks */ = { - isa = PBXGroup; - children = ( - FE94E5E65AE2601BF6DC443A5C5144B2 /* WebP.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 8196608455F8B9D6858794E4377D26AC /* VideoCodecDec */ = { - isa = PBXGroup; - children = ( - 4FC9EE28B03422683A48D7CE71567B02 /* Frameworks */, - ); - name = VideoCodecDec; - sourceTree = ""; - }; - 81F9EA3E6FD5E02A2FED860523EEF187 /* FaceDetection */ = { - isa = PBXGroup; - children = ( - 290B9E57B045B795F7623EC7FBC0CED7 /* Frameworks */, - ); - name = FaceDetection; - sourceTree = ""; - }; - 826258E2F41A704842DFD469C313A3E0 /* Resources */ = { - isa = PBXGroup; - children = ( - AC273F778E57C55001C3197B23B7BF66 /* MJRefresh.bundle */, - BD769B178C36278A102C5B37E74E8BF1 /* PrivacyInfo.xcprivacy */, + B287CF646301CBC4D1CFE22CDDA8A658 /* PrivacyInfo.xcprivacy */, ); name = Resources; sourceTree = ""; }; - 828CF186B28D77638D4CB20AEB21BBC0 /* Support Files */ = { + 8447C8A1068E0DED07718B25812D60A7 /* Resources */ = { isa = PBXGroup; children = ( - 5CE8F498500E97CEE4FAF754B750338C /* YYModel.modulemap */, - B5B4D189B02DA7C4E95C697B6F95821C /* YYModel-dummy.m */, - EDF8C14ADC3F4CF3EB333A7111631C51 /* YYModel-Info.plist */, - D67C687A64204C0818F7392D75329B77 /* YYModel-prefix.pch */, - 67FF0CF47B357F64347293E2BB8DCBF2 /* YYModel-umbrella.h */, - 8972D87C24A6C41D7E422C17EA620436 /* YYModel.debug.xcconfig */, - AB3029B1D6DB78EC56E31AD669C7D921 /* YYModel.release.xcconfig */, + E92D6B8777F623D4628A72AFBEE0580B /* MJRefresh.bundle */, + 01564E9164F62A3FACEBB0B9855FD474 /* PrivacyInfo.xcprivacy */, ); - name = "Support Files"; - path = "../Target Support Files/YYModel"; - sourceTree = ""; - }; - 83190E311F9275CB782C00E9DE573BB8 /* DatePicker */ = { - isa = PBXGroup; - children = ( - 2008AD3DBA6144A4F2B2261111D8AEE0 /* BRDatePickerView.h */, - B6A6AC94FB0F9728EB722EEDE82ED258 /* BRDatePickerView.m */, - 44578ABEEBE1F4791F2C0D6AAA913313 /* BRDatePickerView+BR.h */, - CA7DAD293A40ABB3C0EF7B680D054ECB /* BRDatePickerView+BR.m */, - E022BE52E2CBA50EAA33B904EFECAE50 /* NSDate+BRPickerView.h */, - D02B90433D7B5F3B2ACEAC03D5CD20DD /* NSDate+BRPickerView.m */, - ); - name = DatePicker; - sourceTree = ""; - }; - 854C74E05C978A9DE46747673CE700E3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14EAD339EDD974C5708A827842C210A9 /* AgoraComponetLog-xcframeworks.sh */, - BB22CF2535044A0A5C300D31ECF18D68 /* AgoraComponetLog.debug.xcconfig */, - 4A0A2AFC2983CAE9A4C3F9AD7BDFC509 /* AgoraComponetLog.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AgoraComponetLog"; + name = Resources; sourceTree = ""; }; 85B3DDC48D85D99BF3C82DE6F02E8C1B /* TencentCloudHuiyanSDKFace_framework */ = { @@ -10602,38 +10967,15 @@ path = Chat; sourceTree = ""; }; - 86CB9D3F1344DFC34CC511FA39C6070C /* Frameworks */ = { + 87D755FBC5A302A3FE6A038EF2941356 /* YYImage */ = { isa = PBXGroup; children = ( - 0CE99C3F16B8FFC4F8B20C7EA2944513 /* AgoraVideoAv1DecoderExtension.xcframework */, + DBD98C39B8F46E52B24C84CB3DAC08ED /* Core */, + 37DFEA426F0AFA37EA78915E481A6CC3 /* Support Files */, + 7E07D879C7E8A86477E92A76B7889735 /* WebP */, ); - name = Frameworks; - sourceTree = ""; - }; - 8704133608C66C999012B71C67D94077 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2FFFCAD9E9632DB26E25DD641BABC990 /* Protobuf.modulemap */, - 5DB62198D391E68703BA2846D5C2CCF7 /* Protobuf-dummy.m */, - 91C6205A1443784459DC10D3043BE98E /* Protobuf-Info.plist */, - 8E76B5CE68CA5034BFADC21CFA3E1B97 /* Protobuf-prefix.pch */, - 29F3E5D98D3FABD7051D31672E414485 /* Protobuf-umbrella.h */, - 95A438E9583EC9367114459DB27631A0 /* Protobuf.debug.xcconfig */, - 26A118A10758C5A28B5E4AB39FD11B59 /* Protobuf.release.xcconfig */, - 91918C336CB4E3EAD7E5718A4CE3F59D /* ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/Protobuf"; - sourceTree = ""; - }; - 87098415178CC03502B5D76CCD5AE04A /* Bugly */ = { - isa = PBXGroup; - children = ( - 1FD3772C8A246B578BE4EB030071B268 /* Frameworks */, - 0D18BA9AFD3CE2962175AFC68FEB8E06 /* Support Files */, - ); - name = Bugly; - path = Bugly; + name = YYImage; + path = YYImage; sourceTree = ""; }; 8858ECAD8687D66A93DA93D99E7A5BEF /* Base */ = { @@ -10666,6 +11008,21 @@ path = UI_Classic; sourceTree = ""; }; + 88C499919C8889AD612DC4C554F82096 /* Core */ = { + isa = PBXGroup; + children = ( + 0D80209E640A29F8C6BDA71FCDA47F43 /* BRPickerAlertView.h */, + 405359C30EC97070DCE0995B06F068EB /* BRPickerAlertView.m */, + 9D34B963599D9ABD9F4BFCB81F2B648F /* BRPickerStyle.h */, + 9F9715390B8D3041C8CDE9BC742BE7ED /* BRPickerStyle.m */, + AE01DC12C5724AFB4DC860F489B3A0EC /* BRPickerViewMacro.h */, + E6A2CF216200367B592296C36432FB12 /* NSBundle+BRPickerView.h */, + 1FDB159FD167D836BCD9607AA99BDAF1 /* NSBundle+BRPickerView.m */, + 485B4AE8644A2306813A319BA6B0F304 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; 8A5B2F328761FE965B5AC5A99CEAA5CB /* Base */ = { isa = PBXGroup; children = ( @@ -10682,74 +11039,12 @@ path = Base; sourceTree = ""; }; - 8A6382C98D5B61857D2F1BD629925A49 /* StringPickerView */ = { + 8A642A60A510FEF50CDC91ACDAD8F7B7 /* AIAEC */ = { isa = PBXGroup; children = ( - E6D396D7C475FFCCE53A5F2AD5CD89B2 /* BRResultModel.h */, - 5E09CB1F8712CEBC8AF29845E3E094C2 /* BRResultModel.m */, - 064E03F699BC13C52E6EB1F6D130577B /* BRStringPickerView.h */, - CCBF64731105523C223CFAD2C3B593F2 /* BRStringPickerView.m */, + 18E6DD7E93486F760B29590BC58D8A09 /* Frameworks */, ); - name = StringPickerView; - sourceTree = ""; - }; - 8AA3FA01EDF14BB227E0B05D7F96350F /* Support Files */ = { - isa = PBXGroup; - children = ( - 1C58A2493448062EEB078E9E75FC5E00 /* YBImageBrowser.modulemap */, - 5A87E7D21E00C0521DD0FFAD245BDF34 /* YBImageBrowser-dummy.m */, - 04E7D28787C538821BED3763DF72984D /* YBImageBrowser-Info.plist */, - A64EDAA8F27518DD9BCA69758028DA0F /* YBImageBrowser-prefix.pch */, - F2D15662858FD437C6A400E9069E0C17 /* YBImageBrowser-umbrella.h */, - B7079B92C39DEFCD1A9B3BB71454276B /* YBImageBrowser.debug.xcconfig */, - 2F83F23B35D00B822AF31BD714997BEB /* YBImageBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/YBImageBrowser"; - sourceTree = ""; - }; - 8AF55E1DAD15740CED56C178581082E5 /* SVGAPlayer */ = { - isa = PBXGroup; - children = ( - 5BC824E6A93D482797447642F5D2CA1C /* Core */, - 9F75E02B7D6C9248919A25E110A79F87 /* ProtoFiles */, - 2FA346F31AEB4B50DAF20914FEF69895 /* Support Files */, - ); - name = SVGAPlayer; - path = SVGAPlayer; - sourceTree = ""; - }; - 8B5576C8562CCBDECAA13A0596B8FEFE /* SDCycleScrollView */ = { - isa = PBXGroup; - children = ( - FFABF4F4BC06FCC6D58B58BC4D845D34 /* SDCollectionViewCell.h */, - FF584313D7CD1613FC941ED1EF9D63A2 /* SDCollectionViewCell.m */, - 4C7A7AD3D79ABFF552B4AAEDBA5A9DCC /* SDCycleScrollView.h */, - 7DA03579B3320963B3E23FE8F282C770 /* SDCycleScrollView.m */, - 04F93B99373F84FB3CAC2DB23B5DADE4 /* TAAbstractDotView.h */, - FF204A05CB1AB49D5DEB4BA6464A401E /* TAAbstractDotView.m */, - 93E89987E1B5492FE72D12FFBF263D70 /* TAAnimatedDotView.h */, - C3173ED05775B7C9091125BBE55C87DB /* TAAnimatedDotView.m */, - 6ED6A5A48786AF8C96B4DD152146C3B2 /* TADotView.h */, - E693E4401A900A1D6F614D2499EACDC6 /* TADotView.m */, - 58C890266E241B152328C4CD2F9604F5 /* TAPageControl.h */, - CFF79233CB753D68E555DC8E3B25F755 /* TAPageControl.m */, - B34B9D4244B907E89430EFBB1D393221 /* UIView+SDExtension.h */, - 16A953B1489D93A6CAB58DF3660E50FC /* UIView+SDExtension.m */, - 46FE105E639328774525B05CBFFBF92A /* Support Files */, - ); - name = SDCycleScrollView; - path = SDCycleScrollView; - sourceTree = ""; - }; - 8BA162B85AAD47F997B025DB0DF00E98 /* JXPagingView */ = { - isa = PBXGroup; - children = ( - A60991AE2F5CC4BB6A07403D4240E2AF /* Pager */, - 204401A4339A443B33702005BF1C83F9 /* Support Files */, - ); - name = JXPagingView; - path = JXPagingView; + name = AIAEC; sourceTree = ""; }; 8BD8D7E950B1525E82806A85D5A3FE49 /* CommonUI */ = { @@ -10764,12 +11059,47 @@ path = CommonUI; sourceTree = ""; }; - 8C45D19F889A2ABC801A10E803931D5D /* VQA */ = { + 8BDA05908343F75D09D9126D4765C160 /* Hierarchy */ = { isa = PBXGroup; children = ( - 1C0EF03D0BB39A755BCD53D5B0AA6C80 /* Frameworks */, + 8ED6D7892103B48550FFAD92B7707596 /* LLEnumDescription.h */, + F865265B93769789F2C4FC00A21DDDA4 /* LLEnumDescription.m */, + 04EA1E5D72EE1048FABCD54C28F6DD23 /* LLHierarchy.h */, + C2AA422AC10726401417C6310240DCE5 /* LLHierarchyComponent.h */, + 4677CF0CBCFAA84AF65AB11E0557C459 /* LLHierarchyComponent.m */, + D407ACADF514A9106B722023A0201949 /* LLHierarchyDetailViewController.h */, + 257FB6648D0B314A1191F5FA130A9A39 /* LLHierarchyDetailViewController.m */, + 66ED9D42F380EF0F2FFB1A15528A39AD /* LLHierarchyHelper.h */, + C9077563438E899C02963D0C378304B3 /* LLHierarchyHelper.m */, + F97149360450416F7CA08E9D3911C1FB /* LLHierarchyInfoView.h */, + 5168A91A09D876381E3FE3BBC3EF62DC /* LLHierarchyInfoView.m */, + 3B2F6BA944E4926AC0BFACBEF62838CE /* LLHierarchyPickerView.h */, + 7016AC81A23878588AC8492CCE3D3715 /* LLHierarchyPickerView.m */, + 9B3F48FE792CECA33672C41A4D8BD042 /* LLHierarchyViewController.h */, + 3B21B1C941AED56DD7257721AA82BBA1 /* LLHierarchyViewController.m */, + 7DD0E1100F58F5DB2990C36FA79C1B39 /* LLHierarchyWindow.h */, + CA17481F2A820B206687BD7A1D716563 /* LLHierarchyWindow.m */, + 9B1320BD13724FB4EE4F41C997AE0057 /* LLWindowManager+Hierarchy.h */, + 95F7FD14F3EC3456139CF321D7597077 /* LLWindowManager+Hierarchy.m */, + 9E7A52A12950160B020AF545E910D92B /* NSObject+LL_Hierarchy.h */, + 9F76FF8CF60FA0B97268579CB6A00685 /* NSObject+LL_Hierarchy.m */, ); - name = VQA; + name = Hierarchy; + sourceTree = ""; + }; + 8D0081FA631CCA4C00A071153A52F007 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F4397BCFF3B48055602DFD71A4BC0DC /* FLAnimatedImage.modulemap */, + ABB576553D2037E9F42F045AEB976FB5 /* FLAnimatedImage-dummy.m */, + CCE27C03B31EF28A6AF2D20163613D46 /* FLAnimatedImage-Info.plist */, + 3403AADCC446DF9B0FCA22615455E809 /* FLAnimatedImage-prefix.pch */, + 4D043FF4249C269F2ECD85ACD08D31C8 /* FLAnimatedImage-umbrella.h */, + EA184A82F3152227631410D822AB0BF9 /* FLAnimatedImage.debug.xcconfig */, + 4C0E489B0A7C4970682CB6F8FD2E4922 /* FLAnimatedImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FLAnimatedImage"; sourceTree = ""; }; 8DD8564A89536F7B69319B7F6A5388C7 /* Pods-QXLive */ = { @@ -10790,14 +11120,6 @@ path = "Target Support Files/Pods-QXLive"; sourceTree = ""; }; - 8E0CD54C2F55401D8F7A546ACD20087D /* Resources */ = { - isa = PBXGroup; - children = ( - 82D0B465906E5E076DB9061E7138AB4D /* PrivacyInfo.xcprivacy */, - ); - name = Resources; - sourceTree = ""; - }; 8E29B8AAC71F958E35F526424BEE92C2 /* Header */ = { isa = PBXGroup; children = ( @@ -10807,130 +11129,115 @@ path = Header; sourceTree = ""; }; - 8F43D9AB1CFDCA33904F150363BC2C80 /* QCloudCore */ = { + 8E9F60232F18278D5ECC412108AB77A3 /* Deprecated */ = { isa = PBXGroup; children = ( - B1C39EA669FD5BDAD43672BB437B088B /* Support Files */, - 986D32FA349AA92545B63BA1C5570CC6 /* WithoutMTA */, + 792E3EC1A3E7293E15BB38F4BABBFB1B /* AddressPickerView */, + 54065A992D00B18B5DD65B5E7082665D /* Base */, + C1A4F0603D12217C57FE5A487DD736BE /* StringPickerView */, ); - name = QCloudCore; - path = QCloudCore; + name = Deprecated; sourceTree = ""; }; - 8FD9F245D5A14DE83B1CDA41B1573172 /* Frameworks */ = { + 8FCCA0C9D2D959FA2D4F20D129D90275 /* MJRefresh */ = { isa = PBXGroup; children = ( - 2EBF6EA2FFA09ACB870E520287C9F0D5 /* AgoraFaceCaptureExtension.xcframework */, + 84DA38958212AA9215E5E6CF284863CB /* MJRefresh.h */, + 544BFB99D48530B7B6A27BD90D9B2C52 /* MJRefreshAutoFooter.h */, + 13E374921D7865A8E12AA8BCD48E2A01 /* MJRefreshAutoFooter.m */, + 10D2CE0F424C1C0B7CF0A64E89F753B5 /* MJRefreshAutoGifFooter.h */, + DDA281647B0238FBCBC68271C910A2FA /* MJRefreshAutoGifFooter.m */, + 01A4DFE0A6172FDEB0AAFF815C3ACA85 /* MJRefreshAutoNormalFooter.h */, + CFA6DF52BBD441D18215E4B91D0A5AF2 /* MJRefreshAutoNormalFooter.m */, + 91B69F8D65DA05506B36BE32EEF8B958 /* MJRefreshAutoStateFooter.h */, + A1E07C01DEA673DF28DB579CE1C8941D /* MJRefreshAutoStateFooter.m */, + 99558AC72C5EB85D102118F0512E505F /* MJRefreshBackFooter.h */, + 892B5FC212BC8F7213DCB177194272FF /* MJRefreshBackFooter.m */, + 9587AE6808FB7EA107E44B7D668EB54D /* MJRefreshBackGifFooter.h */, + 3B87762B7F423D5B4577372B1C4CA251 /* MJRefreshBackGifFooter.m */, + 2141EB126C49BA08DCC00F0DA87296D8 /* MJRefreshBackNormalFooter.h */, + 1E8B35EA071CA216FA114C683A1E7B95 /* MJRefreshBackNormalFooter.m */, + 138FD23F08DC3E97F4802BB750FF654A /* MJRefreshBackStateFooter.h */, + 4511E7DDE392621DDF74A68319EC6939 /* MJRefreshBackStateFooter.m */, + D34B6C77B08DC36AC053202AA20391AA /* MJRefreshComponent.h */, + 6BC443543BE10279E7D110F70D30AF51 /* MJRefreshComponent.m */, + 9DFD26FD873F668F6411029005E12F0A /* MJRefreshConfig.h */, + 326B95976C8A3A0D8400AC054C80E87C /* MJRefreshConfig.m */, + 00096558F95B1D42CEF9EDE1DDD9D76C /* MJRefreshConst.h */, + 56393AFB10C9E6752D1861FC34F9CA14 /* MJRefreshConst.m */, + 2640D50F7E5BCB04D9126EDD86EAFEC2 /* MJRefreshFooter.h */, + A021E8546A96C5286F3A8124804406DF /* MJRefreshFooter.m */, + 1929E2FE6305E0532F00C60C318553E8 /* MJRefreshGifHeader.h */, + AD214EB8505A22E3DC01A76613961B2C /* MJRefreshGifHeader.m */, + B605B1D988576F033AEB3F7CB7C666CA /* MJRefreshHeader.h */, + 83F285C76F451E8D34233D9362FB8A21 /* MJRefreshHeader.m */, + 509D06CCB095C1A7F4CA211720B20829 /* MJRefreshNormalHeader.h */, + 14F272BC5710CA9B353A016DF5EAB1C2 /* MJRefreshNormalHeader.m */, + 1F0353EB29A120E7AF994A8A7C8D6795 /* MJRefreshNormalTrailer.h */, + 4B83A64032B9EB1495E1D5C7876A8902 /* MJRefreshNormalTrailer.m */, + 93DDFC53D6DD53F9B1A0E83FDB2BC745 /* MJRefreshStateHeader.h */, + F74534DD00ED8AD8D1691A2BB9D83F56 /* MJRefreshStateHeader.m */, + FC3B4129796AE1354E6F557408C4C9AD /* MJRefreshStateTrailer.h */, + F7D05817A91850EE50FB85F5BF9B0322 /* MJRefreshStateTrailer.m */, + 7A6BB15571AF504664C2662C0B7FB78A /* MJRefreshTrailer.h */, + 1E6A94E9E2FE7C1E135AC6A224F7970B /* MJRefreshTrailer.m */, + 02E074B5923063BCDE012ED49270F9EB /* NSBundle+MJRefresh.h */, + AA4A2187E4B93E807D849AEFDE70CA96 /* NSBundle+MJRefresh.m */, + 10F39B499D599D85CC4640760DF85EDF /* UICollectionViewLayout+MJRefresh.h */, + C1C1538AC07C63E48F47771D9AF84B01 /* UICollectionViewLayout+MJRefresh.m */, + F08D98A5664DA0C8A6662E6AC2AB391F /* UIScrollView+MJExtension.h */, + E2147A946152790918CF2A0F0E5C4A97 /* UIScrollView+MJExtension.m */, + DF90558AE88F54D5E34706685780C5FE /* UIScrollView+MJRefresh.h */, + 92A7A7FAFD0C804BDC34A0A27D07EDE5 /* UIScrollView+MJRefresh.m */, + 106E842DA22CF7DBE294E1780D23B60F /* UIView+MJExtension.h */, + BA03DA377108C4BCD9D08A45F102A82D /* UIView+MJExtension.m */, + 8447C8A1068E0DED07718B25812D60A7 /* Resources */, + D2DD212384A7ECC6030312090E24BA0A /* Support Files */, ); - name = Frameworks; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; - 904BA7B4426779A2A3F54F437874B320 /* AIAEC */ = { + 91437F0DE57E763B2B458B927FB30EA7 /* SSZipArchive */ = { isa = PBXGroup; children = ( - 80DBA65CBBBDFCECC11B49B22A64A4A3 /* Frameworks */, + 6A4D83A2D84ED7ACFB35C1F3C837BAF2 /* mz.h */, + 35F2B689DBEF5278549D3093A95B1252 /* mz_compat.c */, + 7007BE512330D72A1694B07B18ED11FD /* mz_compat.h */, + 6FA75B8F6122CD97CAEE392141203E58 /* mz_crypt.c */, + 1346567604DE7B210DBAC04515638F7B /* mz_crypt.h */, + FDD3ACF8E68C07F47FA7060AACEF31DF /* mz_crypt_apple.c */, + 534DCB332A3B10F7FBBC5E8D032D59F7 /* mz_os.c */, + 4219E7CC7A89AAFEDD46A7FC392973B1 /* mz_os.h */, + E0A12DEBFCF60BB598CD6B5E8B19CC89 /* mz_os_posix.c */, + 1048F61C857D70C005C220668B5B2566 /* mz_strm.c */, + A6E84DEA52FDC8C6D08D17A09EF1F27F /* mz_strm.h */, + 6A00DF9227650C65B7E81BEF029C619F /* mz_strm_buf.c */, + E94D6FC6BBA7D624CBAFBB126FB748FA /* mz_strm_buf.h */, + 52642BA626F59D7221E4BBF24A11877B /* mz_strm_mem.c */, + A767B5E366B32660719A3EB0E84980D1 /* mz_strm_mem.h */, + FDE7CAAD9D08B18A664A4F0043BAEB45 /* mz_strm_os.h */, + 8BD523F7805130029A98A104C7F4417F /* mz_strm_os_posix.c */, + 1620B4E770CDE243E416FEF28E8AC1D2 /* mz_strm_pkcrypt.c */, + 070AB5459131FAF059579D68E75E2C06 /* mz_strm_pkcrypt.h */, + 5646C82332EFB09FB98491275AE3716A /* mz_strm_split.c */, + 5CBAACB113417FF15FB80FC00C454399 /* mz_strm_split.h */, + A9CA75E7FDD86493519EEE3C4B9B27A2 /* mz_strm_wzaes.c */, + 6191D8A4751DCC3406AE9D8D00738191 /* mz_strm_wzaes.h */, + F24D50D5054775FCD4CC991D70BBF5EE /* mz_strm_zlib.c */, + 86E097EC9B0B182C9251F68DCE5CA077 /* mz_strm_zlib.h */, + 3C51113214F3A5615956DC35F37B823F /* mz_zip.c */, + DA6009A3E424D957C02BFD2837ED4011 /* mz_zip.h */, + C3ADEAE3BD7DF476B0489AA1341FA746 /* mz_zip_rw.c */, + 2D9A8AFF7087B5ED2D5D7724A4B3E376 /* mz_zip_rw.h */, + 65116AB32009CA35A5280DBA2FF1936E /* SSZipArchive.h */, + B3EA83084B4137AB0A6D53E970DFC6D2 /* SSZipArchive.m */, + C0D4B501F9E4593E9FE2E06192180151 /* SSZipCommon.h */, + F2719276D5F8E6050D5AEEB244C988A2 /* ZipArchive.h */, + A1812FDB3A28DB6E0745B555001FB49F /* Support Files */, ); - name = AIAEC; - sourceTree = ""; - }; - 9126B1AEFC49E89A8782EDA1C42074FE /* Core */ = { - isa = PBXGroup; - children = ( - 8EDF4D4EC1EC60F6DB319427A41A087C /* NSObject+YBImageBrowser.h */, - 0A916049B8466E1D89EBB40ABBDE2B55 /* NSObject+YBImageBrowser.m */, - CD4C7F5C127CA356817BDE1ACCB4CEBE /* YBIBAnimatedTransition.h */, - 9BE9B48D28DCC4DBEE3A82849379B15D /* YBIBAnimatedTransition.m */, - 2ED6C53C04D78091379F540275FF3352 /* YBIBAuxiliaryViewHandler.h */, - 3E857A504F04C7C10AEC3565A2EF8736 /* YBIBAuxiliaryViewHandler.m */, - 03DBAEBAE10E3C3901F45B05656EB4DC /* YBIBCellProtocol.h */, - 5A02F9F5DA991A2B0285EBF37B13BE2E /* YBIBCollectionView.h */, - 5BE880167CD5D75B403798426828A97C /* YBIBCollectionView.m */, - 0E20FE5F3C2DB8183FD45A978EFA50AF /* YBIBCollectionViewLayout.h */, - 51EB6ECF9AA2E8F129D99BE57FF8DEA0 /* YBIBCollectionViewLayout.m */, - 45587A81AB0615660244646D82449E82 /* YBIBContainerView.h */, - 5E5D6DEC4D689A5CCD2A9B6945192CE4 /* YBIBContainerView.m */, - 0122BA4FE8C43FEAF4EDD0CC1EC9ECF1 /* YBIBCopywriter.h */, - 7615834E70CBB634BAFC347D66E70170 /* YBIBCopywriter.m */, - 5A4C7B30FB80EE6DA2BC816069ABC236 /* YBIBDataMediator.h */, - 29AED64486413DE1C23D030EBAA9D51A /* YBIBDataMediator.m */, - 8B8F9D4DF79C6BECDCA1C9D14D27DFE5 /* YBIBDataProtocol.h */, - 89A330FE3DA0F43B36B7988FB367518D /* YBIBDefaultWebImageMediator.h */, - 0066569E5E46D03747A9064F7836CD04 /* YBIBDefaultWebImageMediator.m */, - 9E53987150C1E4B2B7D70F51FD86A5ED /* YBIBGetBaseInfoProtocol.h */, - C53F402394FD2693DBC50E446144B0DC /* YBIBIconManager.h */, - C33E4AB992FF9A1D7C2AA70DC651EAA8 /* YBIBIconManager.m */, - D23C21717D45A802CA9C51BD698860B6 /* YBIBImageCache.h */, - 0F9B748B9523F955E93AFEE09C9EC2AA /* YBIBImageCache.m */, - 1CE1DA34852DAF66DAD591519DC73EE7 /* YBIBImageCache+Internal.h */, - EBBFFE545A4F4829A8AEFF12572DF506 /* YBIBImageCell.h */, - 1FC5268B7AC4632A410339FFDD20DF3E /* YBIBImageCell.m */, - EF2443999210E3224CA08A2708F3C289 /* YBIBImageCell+Internal.h */, - F0AD291BD2180AE0EEB6B5E15812E68F /* YBIBImageData.h */, - 92C1D7D3A305BC6D2EBEE755EB5A930E /* YBIBImageData.m */, - 465917E15105D6EF2BCCE90AF909E953 /* YBIBImageData+Internal.h */, - E39BBC08241C89A07EFF4D3DE68190A3 /* YBIBImageLayout.h */, - 845DF1D33860C77005E69FE07DBA2291 /* YBIBImageLayout.m */, - B9AA5F5F417330491DDCA3C808098DB3 /* YBIBImageScrollView.h */, - E228F0EF6F69D4BD4D3BC3D9F0C9022C /* YBIBImageScrollView.m */, - C7B13D01E3DCCAB0D2C37A8E95512A72 /* YBIBInteractionProfile.h */, - F7B9D5023F66AD40897A3FACAF7EE9C2 /* YBIBInteractionProfile.m */, - B70428F70E136CC5D04C08B674B64DCF /* YBIBLoadingView.h */, - 8621ABDAB8F588581CCF8E95882CFB98 /* YBIBLoadingView.m */, - C0F55F4CF1612600964678D6DB467ECD /* YBIBOperateBrowserProtocol.h */, - 063F11FE7EAFD9367C5FA4AC6ACD5C9B /* YBIBOrientationReceiveProtocol.h */, - 188FEDA05AA25015F0253CF3C2A1311E /* YBIBPhotoAlbumManager.h */, - 3EBCAA712AC9DD6F814BA94244BEA3AC /* YBIBPhotoAlbumManager.m */, - 417A37FD0F881B7B19B3D9D3CDCD19D6 /* YBIBScreenRotationHandler.h */, - 6E1CC47E5A93F5216740AD047F73418C /* YBIBScreenRotationHandler.m */, - 6336BA27A0A65F973C5488887D567474 /* YBIBSentinel.h */, - 5D8BE51E1B0036FE1F123834CEEBB13F /* YBIBSentinel.m */, - F904CF4CD5F6A789799C4C2865B463BE /* YBIBSheetView.h */, - 7550D182E44956C61ABC5FDD0196940D /* YBIBSheetView.m */, - D2760843D551D0BD6CB6EE2A8F604376 /* YBIBToastView.h */, - F879360912F8C4F6C238888A531D504D /* YBIBToastView.m */, - A37B614CF84CCD73E5801E821D21B28F /* YBIBToolViewHandler.h */, - 0BAE364C0ED239A588749ADAB7F2593F /* YBIBToolViewHandler.m */, - C12F4F59F31062A2EA18468431CB2C5D /* YBIBTopView.h */, - D6B2DF963D12773BFEABC3276B469599 /* YBIBTopView.m */, - 6EF3DB55129CE8E6AC2242B6C689909B /* YBIBUtilities.h */, - 01F116E41F30A1BEB3F8B16782869C6C /* YBIBUtilities.m */, - A3B1345579B77EC14E3A5F3B4E84A4AA /* YBIBWebImageMediator.h */, - 2D47EF12A03D7398C37784DF392ACDF6 /* YBImage.h */, - 773645E1AF35F14E2778E340F7BE3033 /* YBImage.m */, - 236FC77C07EFAB2D511A65D97C27EBD2 /* YBImageBrowser.h */, - 71CF3583ECAC5937DB2B422D8EB4C3C3 /* YBImageBrowser.m */, - 27939F811894E4852B3BBEFB91CADD90 /* YBImageBrowser+Internal.h */, - 31928EFB2114E4672EFCA3B925B522EE /* YBImageBrowserDataSource.h */, - 65A64F7169695A769517A54CBEF11E8F /* YBImageBrowserDelegate.h */, - 9F315281C50A2D97268EEBDFC8D35C30 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 91B900BBA96F456ECB41DFFB16E05763 /* Resources */ = { - isa = PBXGroup; - children = ( - 0F0C9ABF667C40EF3A478D191CE00BF1 /* PrivacyInfo.xcprivacy */, - ); - name = Resources; - sourceTree = ""; - }; - 932EA7608F9A64533A7817998F1723FB /* ReplayKit */ = { - isa = PBXGroup; - children = ( - 45CEE62C5E2DC68A9B151B02FAC44D5C /* Frameworks */, - ); - name = ReplayKit; - sourceTree = ""; - }; - 93D646B07457CA3515378F69D334B3E7 /* QCloudCOSXML */ = { - isa = PBXGroup; - children = ( - F2D6475B18DBD3E3D41F43524B3B618F /* Support Files */, - 0188B3A4FDFF17D790F330BB69E90406 /* Transfer */, - ); - name = QCloudCOSXML; - path = QCloudCOSXML; + name = SSZipArchive; + path = SSZipArchive; sourceTree = ""; }; 9401BD566B553CECC43DFA73DF389A01 /* BaseCellData */ = { @@ -10953,316 +11260,60 @@ path = BaseCellData; sourceTree = ""; }; - 952339C6DDDAADB1D4582AA6E3F2C5FA /* Basic */ = { + 94157329422EC4445FA172330B13CFB2 /* DZNEmptyDataSet */ = { isa = PBXGroup; children = ( - 54EC05DDCA801E98E2D6B33852A50597 /* NSBundle+TZImagePicker.h */, - 4FB0259B9872C6E35B0CA86EC698BD30 /* NSBundle+TZImagePicker.m */, - 53FC59E8871EFCA8BDDB19867B4DA92B /* TZAssetCell.h */, - 1F859E2210DE47D702E8681BA4105ADD /* TZAssetCell.m */, - F1AFDF65630C82C9602A85EC64FA9479 /* TZAssetModel.h */, - C4371CCED5E31576E5B0DD6CAF360FA8 /* TZAssetModel.m */, - 9089C138119CC3A3E207FC6E44DF7883 /* TZAuthLimitedFooterTipView.h */, - E0457961BED118ADEE3972EE368A7C27 /* TZAuthLimitedFooterTipView.m */, - 771850D0B1CA7B6E4AD0F9C1D43381E1 /* TZGifPhotoPreviewController.h */, - 316F4CBFD242760840B0046811B6EDA6 /* TZGifPhotoPreviewController.m */, - A326A8817A27E8B1B6A3F303113D0899 /* TZImageCropManager.h */, - C9097DF320AD6854D0D1730AC9642B32 /* TZImageCropManager.m */, - 06C7ABE6CC45CFDC6591F96A0C87662F /* TZImageManager.h */, - 717B81C5679992AB0C1198CDCD49EA60 /* TZImageManager.m */, - 579AC723AA8FCDB6AA00696A86318F7B /* TZImagePickerController.h */, - 12DB7C639DA744A1B2B62DF0569D27B5 /* TZImagePickerController.m */, - F3EC070A45B19821425FB4FC62B2B342 /* TZImageRequestOperation.h */, - B2390AC5CF1382F055C7BBB7735FB1C7 /* TZImageRequestOperation.m */, - 3E87DB6ACFF482D7B2365EFA82074E9C /* TZPhotoPickerController.h */, - 8742A82B8F18D5E7870DAF2CC7C4F5A7 /* TZPhotoPickerController.m */, - 7471DE218C1C144E6BFEA24AFEE27EDC /* TZPhotoPreviewCell.h */, - 133E941E19269403FDB94954342B351E /* TZPhotoPreviewCell.m */, - 3CE9A3A6D92E62A399341821737EDBC8 /* TZPhotoPreviewController.h */, - 765783176C474AD8B7B9B46B80ABA9DD /* TZPhotoPreviewController.m */, - 4F2EAB0C4650E7AF59DA1A14BC9DB18E /* TZProgressView.h */, - BB2BA76D5803E39A8FF2C99711A62EC0 /* TZProgressView.m */, - 30D725B5B1C3152F5DB42BF6D2B60526 /* TZVideoCropController.h */, - B3F8EF9485DEC55AA942156C83C2120C /* TZVideoCropController.m */, - 2BE918035921F9F60C61DE5B61B27A36 /* TZVideoEditedPreviewController.h */, - A0FB4D55F858D76463B34428D6E124A5 /* TZVideoEditedPreviewController.m */, - 497E462742C80F125C25E5968C7986D1 /* TZVideoPlayerController.h */, - CEE3C4466188D2B0AFE31D639BFE683C /* TZVideoPlayerController.m */, - 2CF0548A02A55E4C627CD7F357EF9994 /* UIView+TZLayout.h */, - 1593910178D38A66B74B5C24944CBECD /* UIView+TZLayout.m */, - 4BE3D3770FA8DAFB36821CDF0917F07F /* Resources */, + 809FFD28474416B9A722533566DE440B /* UIScrollView+EmptyDataSet.h */, + C65CA0CC1A37614BC3C5D16E2154A9A9 /* UIScrollView+EmptyDataSet.m */, + 4339D3BBD3A9788EA07A2E0446ADDDA0 /* Support Files */, ); - name = Basic; + name = DZNEmptyDataSet; + path = DZNEmptyDataSet; sourceTree = ""; }; - 9578587E21E66877DC2EA8D93688BA69 /* SSZipArchive */ = { + 95FC82CA2F3D9902C7529FF9FB4DC668 /* Resources */ = { isa = PBXGroup; children = ( - DBDDFAA999A99ED3F54264CAD99C5828 /* mz.h */, - 1A9DA6C06786C42A34745E252318F852 /* mz_compat.c */, - 7E9F1FF9DD117F796BE188AD8D9701A9 /* mz_compat.h */, - ACAA04DF49E064B429EEDA8898EA38C6 /* mz_crypt.c */, - 82A74F33715923995340A1B73FB38DC4 /* mz_crypt.h */, - 54CD88DFDB3F87ED69A9DF1B163663EA /* mz_crypt_apple.c */, - 554FA0F746FB80A9FE0D7A9201FD49B1 /* mz_os.c */, - 2D55E9217F1D871EE1FA275A810596AC /* mz_os.h */, - B032C540A8349640C0FDFBDCB6723F98 /* mz_os_posix.c */, - 9BDB11E404E29F0239331E5574C73B3B /* mz_strm.c */, - F99C7AD3D5187E3F9FA001BE3573C9BC /* mz_strm.h */, - 1427B961E3A5BA3434EDF22E7C734D31 /* mz_strm_buf.c */, - 4806A37ADC8E1AFD2D6602A0D52A54F9 /* mz_strm_buf.h */, - AE98678D412A6B7DE782583556482E18 /* mz_strm_mem.c */, - BA2C6FBDA88DFCD94CDF34B9CC6B5B8B /* mz_strm_mem.h */, - E692E5A4ADDC3B8051B81F53EE697149 /* mz_strm_os.h */, - 0333F7E5E59B81B75C71256D1E1A8BBD /* mz_strm_os_posix.c */, - 605DDB370CA419BC1C7BDF52982DE3C5 /* mz_strm_pkcrypt.c */, - DB49D7AF524858A12FE2F7D542ABD60E /* mz_strm_pkcrypt.h */, - 3DDCB02354376548FCA283EA4CA38124 /* mz_strm_split.c */, - 4A65640EDCF8A341B1C6F8BE8351E673 /* mz_strm_split.h */, - 8E039A8E9F100D07647F4967C09F2910 /* mz_strm_wzaes.c */, - EBD0F5528D089B8DFC408C64AB16CF9A /* mz_strm_wzaes.h */, - 3EF1087DC4E07D930E9F64123948E480 /* mz_strm_zlib.c */, - 29E55AD78C94C23BE35748AFED72216A /* mz_strm_zlib.h */, - 475515E230E6437FDA8F8391F5A38403 /* mz_zip.c */, - E0BD1F678701DC08BABBD2969B0D5B1A /* mz_zip.h */, - C2ED0C934174CAE9C38C71D4CB9A9BA5 /* mz_zip_rw.c */, - 1FD47CF6F11864745940F976B14CC857 /* mz_zip_rw.h */, - 510CE074799D6F1B2FAE69B11D670BE6 /* SSZipArchive.h */, - 8884A54CC62EA704007A7C723CFD1665 /* SSZipArchive.m */, - 0F73B9A6B621D23A3C2DE4A36E856E3B /* SSZipCommon.h */, - 513C0A6E6774AB5C5A27949D53C8E9E7 /* ZipArchive.h */, - 1FAEA9DEF6B2D379FA39F4608DB0E2A6 /* Support Files */, - ); - name = SSZipArchive; - path = SSZipArchive; - sourceTree = ""; - }; - 967A5998930663CA28BCEBD76F4FCB15 /* Resources */ = { - isa = PBXGroup; - children = ( - C25A2F5175440A6A656FDE590F024550 /* BRAddressPickerView.bundle */, + 230AF7576BEE6264EB8B76A9173A67A7 /* Media.xcassets */, ); name = Resources; sourceTree = ""; }; - 986D32FA349AA92545B63BA1C5570CC6 /* WithoutMTA */ = { + 9790154A253A4769A9F2994CDA1A1437 /* VideoCodecDec */ = { isa = PBXGroup; children = ( - 2BB94DACB617D439CD0FAE2DE00EC0BE /* NSDate+QCLOUD.h */, - 0647C4695E12F486F60B14634B9C2661 /* NSDate+QCLOUD.m */, - EF92451F14AB433813C2B79BB991ED8D /* NSDate+QCloudComapre.h */, - 020ADF3725407E5743290A57E877F690 /* NSDate+QCloudComapre.m */, - 4FB9ED5CF4B69C84A0B8EFA08054C3D8 /* NSDate+QCloudInternetDateTime.h */, - E276FA7218F50593335C26AA37A9A7AF /* NSDate+QCloudInternetDateTime.m */, - 84F86C82AB812ED3A00ACB3FC4D5F1E9 /* NSError+QCloudNetworking.h */, - A9C922E189897BDF10AF0987565B9277 /* NSError+QCloudNetworking.m */, - 5E5DD15436091CA4AE1092B904799916 /* NSHTTPCookie+QCloudNetworking.h */, - B7431A41094D0C01BEA07A2A2C43DCE6 /* NSHTTPCookie+QCloudNetworking.m */, - 14618BAE422652F257E80A9339F7B3F5 /* NSMutableData+QCloud_CRC.h */, - 5C74512A9EC30518FADD1B3ECAB2C27C /* NSMutableData+QCloud_CRC.m */, - CC73B0105364E58A9EFDF2644247EEC9 /* NSObject+HTTPHeadersContainer.h */, - 7B4640EBC24552EA6D19B590EC17005D /* NSObject+HTTPHeadersContainer.m */, - 57F3287EB8E962EA0BE79F87076D6CBA /* NSObject+QCloudModel.h */, - C955ACD5B6F9A8EBD41DDBF4CA3436B0 /* NSObject+QCloudModel.m */, - 54BF9B7902D6B1DB574ED8E8CA3C30DE /* NSObject+QCloudModelTool.h */, - 700D9F45DD60B4A13E98A83AAFBDE938 /* NSObject+QCloudModelTool.m */, - 5AA52D27748E77DE70821D23A3D86E93 /* NSString+QCloudSHA.h */, - 51EA6CB8856C050BCD9287E3F892CAC9 /* NSString+QCloudSHA.mm */, - 6E78B3D3666EAECB485A34F58F88CB21 /* NSURLRequest+COS.h */, - D0873B00FF4A1B50B350980FED12AE7E /* NSURLRequest+COS.m */, - 9CEAA6D4BE1912D961E2FB7DFE47397B /* QCloudAbstractRequest.h */, - CAA846B08517159F1B9AFA67795013D3 /* QCloudAbstractRequest.m */, - C3E38BFE6C28CCF1198E02D9BB9FC3E7 /* QCloudAbstractRequest_FakeRequest.h */, - 78181E620223E59062D99CF2CE56EA5D /* QCloudAuthentationCreator.h */, - 6503BAF1C6BD6DE4B2A9C92F451868BF /* QCloudAuthentationCreator.m */, - 3D53F42BFA6BF31AD142C5117BB2CD10 /* QCloudAuthentationV4Creator.h */, - AE3B69019F2C2B619A91B7A1E9A91EA6 /* QCloudAuthentationV4Creator.mm */, - B30B6988DDE2F166062EAC02A14CD96B /* QCloudAuthentationV5Creator.h */, - 9128D7877A6A305E46EC7D3A2B092BBD /* QCloudAuthentationV5Creator.m */, - 74EB775AD342740E22D7202CF44739C7 /* QCloudBizHTTPRequest.h */, - 65A9BD6BC6509EAC9B75926E5C23C815 /* QCloudBizHTTPRequest.m */, - 42E9299398EEF93DC318C686625437D5 /* QCloudBundle.h */, - 7ECB13CEA7C57C83436F9B033C82B395 /* QCloudBundlePath.h */, - A89977EA2E3241F989DC4BBC74835762 /* QCloudBundlePath.m */, - 54D1057009A2FE4069E1C199BCBF7C28 /* QCloudClassInfo.h */, - B8774079A41F3B0A8535EDA4B2D90E8B /* QCloudClassInfo.m */, - B814FE7579B6E29BCC634F44EFE75BBD /* QCloudClientContext.h */, - FC1DF0BC5184945C1CF0AFDB36051E1D /* QCloudClientContext.m */, - E0D53186B5B8533612EBBA00926B2FE7 /* QCloudCLSLoggerOutput.h */, - 42DF17540226A843A3FBDBDD11A33387 /* QCloudCLSLoggerOutput.m */, - 796C040FFBED8EDA555E335E388F7C12 /* QCloudConfiguration.h */, - F7DD294F8030E33AD9247C7EE8210884 /* QCloudConfiguration.m */, - E409E85F125AF2F8DF9E7B8DEC0373A0 /* QCloudConfiguration_Private.h */, - 059219951504E913078712192BF5AEF2 /* QCloudCore.h */, - 2366CE60ED206FA9E103640EBEF8EA66 /* QCloudCoreVersion.h */, - CBBB3E9EF0DEE2D12719945345EB7E5A /* QCloudCoreVersion.m */, - 8266B86609E6771A6370B1F8673F4827 /* QCloudCRC64.c */, - CF932E20F871204E5F07D3F80869C5D2 /* QCloudCRC64.h */, - 2C23F9EBD9AFBABB9B38B9D789CE1A91 /* QCloudCredentailFenceQueue.h */, - 6D9399244799CCB26A1F65654F0E913F /* QCloudCredentailFenceQueue.m */, - 6D0835A5D318BFF6B0D82EBEE3D2D88A /* QCloudCredential.h */, - 3D6F7385C05D83E3F9FF3CC073E76B8D /* QCloudCredential.m */, - 17A930B3262C6C80EA4BDDDAF7256495 /* QCloudCustomLoader.h */, - B595928CE760ACED587ACBD354A996E5 /* QCloudCustomLoaderTask.h */, - E5A96B75D9BDE7780BDB2E8002A68AA7 /* QCloudCustomLoaderTask.m */, - F4D3CF3A5AC1C97E056709D5B1B5C06E /* QCloudCustomLoggerOutput.h */, - 8994BC48961600CEB917CFE08DF260F6 /* QCloudCustomLoggerOutput.m */, - 31D6A899A2F22D73E42C4AFF53B6646D /* QCloudCustomSession.h */, - 3F53B9667F1CFB1CC3C6E326A1E115A4 /* QCloudCustomSession.m */, - 427D6B6141C02621647A5630C27D724E /* QCloudDomain.h */, - 5DA7FB4A463B745AEEE150F7D5826337 /* QCloudDomain.m */, - 2CDA66414E081105E530FA690DE42E78 /* QCloudEncryt.h */, - A865E990B35FB6B509984027BE08F592 /* QCloudEncryt.mm */, - 528653073F6A18330DE69AA47535E0CF /* QCloudEndPoint.h */, - C9FB1986F4BE1CF8F11AE763240D2E95 /* QCloudEndPoint.m */, - 2C7383E4D223791146E5FFE99A9D3C81 /* QCloudEnv.h */, - 1E4D01471C7BA05B3A00A0FC471A0BF2 /* QCloudEnv.m */, - 21CD9146FF1328867F9C45C25E0E53CF /* QCloudError.h */, - 94F066A7E04C103261B7E99EEC47E974 /* QCloudError.m */, - 7E6D8C17D7EFFE59B3E79D8BBD2DD07C /* QCloudFakeRequestOperation.h */, - 7490703FEE0BF75E32A17CB702EACF40 /* QCloudFakeRequestOperation.m */, - B453E2E3D8C067CE7A24ED9EB5F1E439 /* QCloudFCUUID.h */, - 70EDCCD8EE5E9D56D04A4CDE52E217A8 /* QCloudFCUUID.m */, - 2ACC6735D7D46C3BC2A4291B6636D2D4 /* QCloudFileLogger.h */, - 9BB3A9AA14AB5DF7B0B2B548200126AE /* QCloudFileLogger.m */, - 6C10AE388C2BA01DAA2F0CD6469EE068 /* QCloudFileOffsetBody.h */, - 48690F4654CC6797136C23CDB420F510 /* QCloudFileOffsetBody.m */, - 775560D20105CB51E7EF7E299897C02A /* QCloudFileOffsetStream.h */, - 51D0491B8DC06AE5E614B4D37CAD6F90 /* QCloudFileOffsetStream.m */, - A5A4DEA77CFABE5F22D7697BEB044ABD /* QCloudFileUtils.h */, - 3B2A9C92B1C203189E192C03AF2AB8EA /* QCloudFileUtils.m */, - 0789DEFD618507613CFEF78AC06D3527 /* QCloudFileZipper.h */, - A65514043646900CD20F454DBA2106F8 /* QCloudFileZipper.m */, - A0A6BF44469A53B30A9D29E8B75563F0 /* QCloudGCDTimer.h */, - EA2215D9AD8C51079F9D11EC84FBAFBC /* QCloudGCDTimer.m */, - C16B9711622C2F8C8ECE8C9128B040FD /* QCloudHosts.h */, - EE43C496351E428193836DDC7DAF36AC /* QCloudHosts.m */, - 9B654199114861BA650381E43DD5E10B /* QCloudHTTPBodyPart.h */, - 02C774AEDD8E08E9846E154495C38CB6 /* QCloudHTTPBodyPart.m */, - 3922C9F377B494EE8CB80F8AFC076B4B /* QCloudHttpDNS.h */, - 6734658196202E3C0BC0728BEE573A98 /* QCloudHttpDNS.m */, - 14B471E238C81B6B3B17BCADB845A327 /* QCloudHttpMetrics.h */, - EDD1CB209F65EDFF312B9A803F98DE95 /* QCloudHttpMetrics.m */, - B7785600CA1CE726B540619F36C210A5 /* QCloudHTTPMultiDataStream.h */, - B704460D3FE367377F547A4693C164DF /* QCloudHTTPMultiDataStream.m */, - D3570A7EC59D075D85838481B4558A30 /* QCloudHTTPRequest.h */, - A53DF9C950F0AD538A15FCFEAC3A99CC /* QCloudHTTPRequest.m */, - 97BA55813AF3F0187E2A44C2CAEC0B25 /* QCloudHTTPRequest_RequestID.h */, - FAE7DECC7BFF312884F8FE74337F1DDC /* QCloudHTTPRequest_SessionPrivate.h */, - F0702474156FAB94A2529B7D779D0F44 /* QCloudHTTPRequestDelegate.h */, - 963582D9879ACDC3E657D057454E7CE1 /* QCloudHTTPRequestOperation.h */, - AF957DE788B58BA05F425A7EA2790102 /* QCloudHTTPRequestOperation.m */, - 89795919B1994307C83B553A8DCC073A /* QCloudHTTPRetryHanlder.h */, - 69DBB5682495D2343EDB5BBA33EF8EA9 /* QCloudHTTPRetryHanlder.m */, - 8825C555D465064A00CC5398DD1AAA25 /* QCloudHTTPSessionManager.h */, - 95457C29FC39801500A209BB64538B5F /* QCloudHTTPSessionManager.m */, - E60519A2D9722774AF56F53435310688 /* QCloudHTTPSessionManager_Private.h */, - 6A3256BD1FA7962C33DB9B557B92EF68 /* QCloudHTTPTaskDelayManager.h */, - DDB1E4597FA4DF1E8EA730DE3BAAE2C9 /* QCloudHTTPTaskDelayManager.m */, - B3400033532838906F71E9C292A9BF77 /* QCloudIntelligenceTimeOutAdapter.h */, - E7DB3331CF659984BFE549C347BD382E /* QCloudIntelligenceTimeOutAdapter.m */, - 12F1A2F10AC296A844DA752039C443B5 /* QCloudLoaderManager.h */, - 94596E7FC878CAF5BD0D9CC95E61BF93 /* QCloudLoaderManager.m */, - D54E60B963045432F57E02171AE8C7E7 /* QCloudLogger.h */, - 7F401BD5D64C98706C50B381569FAA63 /* QCloudLogger.m */, - CADE92E3BE41EE65BCBB512F7FC612B8 /* QCloudLoggerOutput.h */, - 140AA7712FA9AE158F7E5EADD7AFED63 /* QCloudLoggerOutput.m */, - 31316DA21AA80AE3DD0CA7591518F908 /* QCloudLogModel.h */, - 09476A3F0CB268CA65F6159142C35FE0 /* QCloudLogModel.m */, - 642387252CAEC2179AC1B5C3E54449CB /* QCloudMainBundle.h */, - 3FFCAB28BFF424598BABBC33294D2C27 /* QCloudMainBundle.m */, - A686FC9E4DA1F24044F0F824DCA06B52 /* QCloudMediaPath.h */, - 3026EF929E12F0F3B8CB1459F141F2C8 /* QCloudMediaPath.m */, - 58D65E4069D50F71191C20F097FFA577 /* QCloudModel.h */, - FD4864429FE4F1180471376F2525AC2D /* QCloudModel.m */, - 61752A0E14B02C5DCBDCFE98F7EB9266 /* QCloudMultiDelegateProxy.h */, - 1C8D8936524EBE3B344C9BC49AF47117 /* QCloudMultiDelegateProxy.m */, - 2D4E05DFA160EE66F5E35106F629A9EF /* QCloudNetEnv.h */, - CCE282AC804A22DAA7883DDDBAED9BA9 /* QCloudNetEnv.m */, - E2918D96F62616700A9E9F0E5906271C /* QCloudNetProfile.h */, - FFDB774C101BFB12D80A65CD24C53959 /* QCloudNetProfile.m */, - 01B6E2A3F3ABECF6C77BBDD5969A85FA /* QCloudNetResponse.h */, - 3E50F3C1212023FC910409AE15820C07 /* QCloudNetResponse.m */, - F0ADA66445721AE5087E8E87CCCE5940 /* QCloudNetworkingAPI.h */, - 2A3AF1019300B26D688B8D9879B7D335 /* QCloudObjectModel.h */, - 3B1AB3E8ED48D02DFFBFCC6751BDB663 /* QCloudOperationQueue.h */, - 12219A15E2A116077165083EADA9D658 /* QCloudOperationQueue.m */, - 39F9B08441831B3354714594DA08CFC2 /* QCloudPingTester.h */, - 90221918B2D60B3483BFF2542B9C7C7D /* QCloudPingTester.m */, - 348F60D805DCC0E0BD4D382F5BE1701C /* QCloudProgrameDefines.h */, - 594B387A2FE7AB0230FBDBE5EF1F5810 /* QCloudProgrameDefines.m */, - E1B0FF7FEFB496262922F978B707A91E /* QCloudReachability.h */, - 2E9877101739BBAC0A288D5640B2E796 /* QCloudReachability.m */, - BC98CCFBF1EDA8F1689CA5CA43F79657 /* QCloudRequestData.h */, - 76DF1335C12134B1D7D445AAE9364DAD /* QCloudRequestData.m */, - 3815B32E45F80315CD87EED97ADDBCA3 /* QCloudRequestOperation.h */, - D0B07744061C78005223DDAF28091705 /* QCloudRequestOperation.m */, - 10266C441AF75A2B9A82E1643B116C5A /* QCloudRequestSerializer.h */, - CD132394F8219CB52F20FF82FFA7113B /* QCloudRequestSerializer.m */, - 99C2CBBFB4379E23C1A56B3F85C4B092 /* QCloudResponseSerializer.h */, - 93E65E29AF71B238088AA081907C6313 /* QCloudResponseSerializer.m */, - 24EDEC7679846AB322E29370B1EC8CA7 /* QCLOUDRestNet.h */, - 1A2E818D391D5A9AF7161708FD90DA54 /* QCloudSandboxPath.h */, - 35FB9CEABCB769EFEE6032EC483218D6 /* QCloudSandboxPath.m */, - 5185439B556CBFA05DC9C6F974A9422B /* QCloudSDKModuleManager.h */, - FA765F9271839D176DB2E0BD4F37309E /* QCloudSDKModuleManager.m */, - E18B499863F3BE8494CA3C4CA00806B4 /* QCloudService.h */, - 2B7644544550A839D6BA80383C9D1A3F /* QCloudService.m */, - D98CE44DF4F75957C6E7E2C3C766DEF2 /* QCloudServiceConfiguration.h */, - 78698D88D2EF9869FB93054A6D3F2BC8 /* QCloudServiceConfiguration.m */, - 6697056E33FF1977741123A939640298 /* QCloudServiceConfiguration+Quality.h */, - CCE346E3012BA03247A7FA88B48F8913 /* QCloudServiceConfiguration+Quality.m */, - F9842232139B32310A3F79A34C87DA90 /* QCloudServiceConfiguration_Private.h */, - B6123F6972C52F09194644A8E32B02B0 /* QCloudSHAPart.h */, - F8039AB6180055886058E02816803572 /* QCloudSHAPart.m */, - 3FB7CC38CC4EC713F738E35D48A74E91 /* QCloudSignature.h */, - 2EFA6E27307C8BE2B45648F89DA15BE8 /* QCloudSignature.m */, - E6EE15597502DD3E98A60D4F8268CFBD /* QCloudSignatureFields.h */, - E52791FE967A9ACA6B4451CFA4F19E67 /* QCloudSignatureFields.m */, - 7D4921D54DF57037990148DED5974A9B /* QCloudSignatureProvider.h */, - CF4FB944E62FFF369A009D4F038B93D0 /* QCloudSimplePing.h */, - 87FE1F20266F2FF2C15BBADA95BA93F9 /* QCloudSimplePing.m */, - 7E36FEAE81EA2EE361EDF25FF9210DE6 /* QCloudSupervisory.h */, - 3175BD5CE61F738AF88728C70A17AC8E /* QCloudSupervisory.m */, - 6A2FC80F534ADF9E089715A5F9199080 /* QCloudSupervisoryRecord.h */, - 9F8058E03C03D62659518316D52A1D0A /* QCloudSupervisoryRecord.m */, - 0A6AECE95982DB22F5E502FCB987D0DB /* QCloudSupervisorySession.h */, - D477CD6410C7FF4D1DD1B7801611179D /* QCloudSupervisorySession.m */, - 94FE1C2503CF03D1C77C30D7339D20E3 /* QCloudThreadSafeMutableDictionary.h */, - 1BEB685C697FE5423B0FBEF0E1C5592E /* QCloudThreadSafeMutableDictionary.m */, - ADA1E060ACDC8ADD2CB42E39F5165255 /* QCloudUICKeyChainStore.h */, - A39978EF7D591558C823F1C0FE10007F /* QCloudUICKeyChainStore.m */, - 859DE6F468D292B157C8C50EFA88A833 /* QCloudUniversalAdjustablePath.h */, - 79D937BCD943E356C2FC4B49FF67BF50 /* QCloudUniversalAdjustablePath.m */, - CC2D2EDAB4A2C221C27E81E92C902F3E /* QCloudUniversalFixedPath.h */, - 56918E70C10E441DD9427320942AEE1B /* QCloudUniversalFixedPath.m */, - F44EE9216564BDC2AFAFA74D91F767A6 /* QCloudUniversalPath.h */, - EFF85A1204CF96BC0A1D721E19FB41E8 /* QCloudUniversalPath.m */, - 1F4A3625FFAF59432A3A92CB06415642 /* QCloudUniversalPathConstants.h */, - 761E13468DE363FA8FFB70FDED81A231 /* QCloudUniversalPathFactory.h */, - 7CA06F08E44AB208CD1789571785DA66 /* QCloudUniversalPathFactory.m */, - E8BCD3D74A1BA116AC477521177D2AD7 /* QCloudUploadPartRequestRetryHandler.h */, - 9E0C10E8175502CA91376FA006DC639B /* QCloudUploadPartRequestRetryHandler.m */, - DC2201A3DE36EA664A4A23138A42175E /* QCloudURLHelper.h */, - 1E45121F3C1E9DCE8C3B702C17FA6143 /* QCloudURLHelper.m */, - 47F8B1EA9FDC198744CA6B5DBE1EB460 /* QCloudURLSessionTaskData.h */, - 02256A35658F257D79F2E0A2FC9C4822 /* QCloudURLSessionTaskData.m */, - EAAC33A7F3159675ED218F9748204503 /* QCloudURLTools.h */, - 00DDD741C3318DEB7E0D838DE56174FA /* QCloudURLTools.m */, - 2B96829ABC3F8B1A7F6070F204948699 /* QCloudWeakProxy.h */, - 01E8BF528D10019C70F08C573C50A689 /* QCloudWeakProxy.m */, - 1F082B671EE3CBA5A36ECBB1394A10FB /* QCloudXMLDictionary.h */, - CA02343B02ACB759CD9BCC09459B20DA /* QCloudXMLDictionary.m */, - C9330057B71F140B37BC9E00042B60E8 /* QCloudXMLWriter.h */, - 5DA566BA305FC8AC53CCD33A2CFEFDD5 /* QCloudXMLWriter.m */, - 75E6A73F4E61682A5174EE7D7ED19F76 /* QualityDataUploader.h */, - 0086153F7A83A07B955062499369838D /* QualityDataUploader.m */, - 267390C4651B684FCA9BB8A2E9BD7DC5 /* UIDevice+QCloudFCUUID.h */, - 052F3DC77C8AA502465D6B2B089B0961 /* UIDevice+QCloudFCUUID.m */, - 426111311C78A02D520BA4AECF277B28 /* UIImage+QCloudBundle.h */, - D49D69CC1463B9E1441DB8EF597C49CC /* UIImage+QCloudBundle.m */, + BDC0F5313C9A1BDAD90365C3C075458F /* Frameworks */, ); - name = WithoutMTA; + name = VideoCodecDec; + sourceTree = ""; + }; + 990DE380A2056F9F5F1C2E0EF737BE86 /* SDWebImage */ = { + isa = PBXGroup; + children = ( + BE837FA0780FEEA36DEB68BD6CB66A0D /* Core */, + 2EFED5A29B1C07F849A95A5F9EDE6F64 /* Support Files */, + ); + name = SDWebImage; + path = SDWebImage; + sourceTree = ""; + }; + 994C5F041A003D99B89EEC64EACD1C7A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2867195B6611BAC7F6CC4D529F4CDE42 /* AgoraAudioBeautyExtension.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 995355A82F0DFA1C3BF30B7F39A90BAB /* no-arc */ = { + isa = PBXGroup; + children = ( + 6432B70559A7E09093D693117D50F2E7 /* NSObject+YYAddForARC.h */, + 02CEFD2C5579C8F37636A22A11003A54 /* NSObject+YYAddForARC.m */, + CAE390223D69E70328F60D4039AE0BE3 /* NSThread+YYAdd.h */, + 103949FE2AD9006644A5FFD43526AB3C /* NSThread+YYAdd.m */, + ); + name = "no-arc"; sourceTree = ""; }; 9B3991DCDD21D1C535E3B25FF70EF28F /* Pod */ = { @@ -11273,124 +11324,108 @@ name = Pod; sourceTree = ""; }; - 9C183B0B0FEF56DE8E937130E6090EFA /* AgoraComponetLog */ = { + 9B59B28BC973475526405E64F9CEF960 /* Location */ = { isa = PBXGroup; children = ( - 811BEFBEA28CD062DBEE55DD9B65EC2A /* Frameworks */, - 854C74E05C978A9DE46747673CE700E3 /* Support Files */, + 0CB5F8383DB2FB5612FC16E93CE3FF12 /* TZLocationManager.h */, + 1739B75C3D6D13D59073DD909B54D447 /* TZLocationManager.m */, ); - name = AgoraComponetLog; - path = AgoraComponetLog; + name = Location; sourceTree = ""; }; - 9D5707163CE8FA8DE1BD9716BEF7AAE7 /* TZImagePickerController */ = { + 9BF4363697946AE1437FE35404701DD3 /* AgoraInfra_iOS */ = { isa = PBXGroup; children = ( - 952339C6DDDAADB1D4582AA6E3F2C5FA /* Basic */, - 8012A18B8D97B7730EE2B6FA938D17E4 /* Location */, - AE75299C0EE0ECF2B561F97C6DEB36A1 /* Support Files */, + A3FDEAE18972493A92425C4CB13A8117 /* Frameworks */, + ABBF4D4F00D0F8A78EA00634D236343F /* Support Files */, ); - name = TZImagePickerController; - path = TZImagePickerController; + name = AgoraInfra_iOS; + path = AgoraInfra_iOS; sourceTree = ""; }; - 9DD5B1A50C8AA42D690B2E5564335DF9 /* IQKeyboardManager */ = { + 9C57DAF773478DBBED544C1EF18638DB /* Support Files */ = { isa = PBXGroup; children = ( - 8A24190DA80C03A61877016F3EECE467 /* IQBarButtonItem.h */, - 1887F4D2942335285CFD33902DAB90D2 /* IQBarButtonItem.m */, - DAA7897567BF3CAB80459FD302C7EB55 /* IQKeyboardManager.h */, - BAE3CA1A2F7CC361F3AD4EA2A5F38A46 /* IQKeyboardManager.m */, - C66C0380E1B9950A1C7DFA681485377D /* IQKeyboardManagerConstants.h */, - 102A32772156807B7045B74EA0BC0CBA /* IQKeyboardManagerConstantsInternal.h */, - 33C8DA3D2A8279573A354DF2ADEDB1B6 /* IQKeyboardReturnKeyHandler.h */, - DFEBC812C61A8513EF9F4C6C7C250054 /* IQKeyboardReturnKeyHandler.m */, - 715FF71B72C0FD10FE38E7355ECD6460 /* IQNSArray+Sort.h */, - CAC3E9BA80100B1FFFDC3991654DC0A4 /* IQNSArray+Sort.m */, - DBDD225BF9FABCDCA7ACE73C61C154CC /* IQPreviousNextView.h */, - 5B9348D4F60D56C673A7CEA33E823944 /* IQPreviousNextView.m */, - CABDAF6E815567ABC244C42CFF7B59E9 /* IQTextView.h */, - 3EC3B519AC23B98923D9A30087556A44 /* IQTextView.m */, - 8CD2F32CCB6620DC2E4DA0B0CFD85C26 /* IQTitleBarButtonItem.h */, - 81EF99E7A6CBA6012C60D684788F131C /* IQTitleBarButtonItem.m */, - FF9D7BE8F13C3313349427C6E1D14C96 /* IQToolbar.h */, - 171952C1A3A5AF772DD6ECCA56E1D43B /* IQToolbar.m */, - 82994E7C083EEACEA413FDE326F454A0 /* IQUIScrollView+Additions.h */, - B41729B5536A6AC1354B2E5EADF8E6C4 /* IQUIScrollView+Additions.m */, - F76842447A11E448C72A86F465DD0526 /* IQUITextFieldView+Additions.h */, - E0946C8F07FB91900E9A1ED32E7D8BE8 /* IQUITextFieldView+Additions.m */, - 1031BE5D760A9D6E9F25A5C9048469B3 /* IQUIView+Hierarchy.h */, - E6424BE5F62EA57F4F0571A902C9BA27 /* IQUIView+Hierarchy.m */, - 241C716412E075F29B1A0C7266EC0C5B /* IQUIView+IQKeyboardToolbar.h */, - C7315416C91B3CF333FEDDE0D2696E94 /* IQUIView+IQKeyboardToolbar.m */, - 1CAD5071D46DA74AF8629B89B2460B55 /* IQUIViewController+Additions.h */, - CC0989E7BC16BCEFD24143416FE27094 /* IQUIViewController+Additions.m */, - C92376F57312C914B8A05827C8E5F27A /* Resources */, - 40A6F0E730EE86B1A2962B418CA821B4 /* Support Files */, + E57358AE971342D1532D98D80BBF09A1 /* QCloudCOSXML.modulemap */, + 1F313C201D10D748ED4C202560BD689D /* QCloudCOSXML-dummy.m */, + 552D84ACFB81FBDD909C0895C0B9C95F /* QCloudCOSXML-Info.plist */, + 47DA10731694CA5C7575ECA377D2E118 /* QCloudCOSXML-prefix.pch */, + 70F803E2CFDCFDED1FC0BEDB9AE7C0C2 /* QCloudCOSXML-umbrella.h */, + E24D98566621AB0A7863B6B75C075118 /* QCloudCOSXML.debug.xcconfig */, + 75607B5E7B139B5A84C1A05450F07391 /* QCloudCOSXML.release.xcconfig */, ); - name = IQKeyboardManager; - path = IQKeyboardManager; + name = "Support Files"; + path = "../Target Support Files/QCloudCOSXML"; sourceTree = ""; }; - 9E07DE00AA45EFE58C7D962869D39DD6 /* Log */ = { + 9E1FF9B29146B0CC7AAA1E8DDB65B58F /* SDCycleScrollView */ = { isa = PBXGroup; children = ( - D638E405D8BD255AF8F38DCA255CDF36 /* LLLog.h */, - B29F1923AD4248A13CA3B53F97E36979 /* LLLogCell.h */, - C69A1BBD0A0739C565892EAC45726A72 /* LLLogCell.m */, - 05160E7568CFFE842A97D9E0E48AB75F /* LLLogComponent.h */, - 708727B81F22B40D3A3A8C8DC1AAE97E /* LLLogComponent.m */, - EE1088E943CE4EEB071B855ED0AB96FE /* LLLogDetailViewController.h */, - 0A6F4495DD097887BC5B36C1CE31C94C /* LLLogDetailViewController.m */, - 4E863240CED41D55CF689930006088FC /* LLLogFilterView.h */, - 75E2AD06BBB42B04236882A7B5727F2E /* LLLogFilterView.m */, - 3E4E353A84CE19B95DDD68C7CA1BD511 /* LLLogHelper.h */, - 13A7D917A92A240C84FE0CEFB2C9753F /* LLLogHelper.m */, - 21EE74BC633A64457A51AA4D8437E546 /* LLLogModel.h */, - 7C2ADB6C0EB671B069FB89C018103821 /* LLLogModel.m */, - 125A95325D9860E01937012FD3C0E317 /* LLLogViewController.h */, - 1617859C27A41F6DAFA1D3C071CDC62C /* LLLogViewController.m */, - 89D952264408F11D7B3386FF4D7C68B1 /* LLLogWindow.h */, - EF5F21B0EC41988D0A2186EFD3843326 /* LLLogWindow.m */, - CC022135945BC95FA761403F90D48780 /* LLWindowManager+Log.h */, - 8E4CE67C9A59C081F15F846C5A734745 /* LLWindowManager+Log.m */, + 266204AFB5493DC98B8ECD5CFF2D8DBD /* SDCollectionViewCell.h */, + E735F121A6B8C7F25442879F166E2B55 /* SDCollectionViewCell.m */, + 28BBE5CA0E653DFC55309420D114D27C /* SDCycleScrollView.h */, + 5C288410A2C26E3E35A74E38DE0A096A /* SDCycleScrollView.m */, + 3259011EAA4DA9208C8B7EA147D0F916 /* TAAbstractDotView.h */, + DE173284969F73004E60A329DAD747E2 /* TAAbstractDotView.m */, + EB28AF0B26B39010F91FB7363F105CB0 /* TAAnimatedDotView.h */, + BDE4572D241138882F290193C272575A /* TAAnimatedDotView.m */, + EF490EE9448C9D99CAB828FBC62E4129 /* TADotView.h */, + 5BE652AFC7CD020C4C88BDCDF613E068 /* TADotView.m */, + C7B0E9845D76CF00B1C360F53E57987A /* TAPageControl.h */, + AF4291B5A9545EF98598933D0B9E62C0 /* TAPageControl.m */, + 5D8EA8A8C255044640FAB2C778599E10 /* UIView+SDExtension.h */, + 5E9CD6DB48B1F0B2BDF4C0D448685357 /* UIView+SDExtension.m */, + 52721E76D025A9D4F414433684392802 /* Support Files */, ); - name = Log; + name = SDCycleScrollView; + path = SDCycleScrollView; sourceTree = ""; }; - 9E61CE21E47D07A21638EE8F48A60983 /* Resources */ = { + 9EB53453D46B25BDD2CFA28F549761FB /* LLDebugTool */ = { isa = PBXGroup; children = ( - 1A23EF77097C6A1C74E776951B509E5B /* PrivacyInfo.xcprivacy */, + D2F2E0964A7932D541625ACE300185F3 /* AppInfo */, + 25B6677C5293FE88B933480741E9FAB5 /* Core */, + 1A44E07C6E59D777D7FB7117FE7C9262 /* Crash */, + 8BDA05908343F75D09D9126D4765C160 /* Hierarchy */, + 3F73D7B5AFF1EA5EFB96CE19D88F17DE /* Html */, + ACE26928374FA5D0ABFA5CA1734275FE /* Location */, + C65E3DF939B09742B6ADAA165BC22197 /* Log */, + 81839CE43AE60E9C30EA2B4ADDD89B41 /* Magnifier */, + 14FA939FFEF2BC04A952ED0C7BB18951 /* Network */, + 2527BF4B0FFAEE85B7FE17F026F4D40A /* Ruler */, + CF06FDC5567E7754509F1333D73346C1 /* Sandbox */, + 63F82A97E802F22F366FB0B30CF77C0B /* Screenshot */, + D8153FD10591EE755381EBB7860CDBC7 /* ShortCut */, + 0A0C9758E20EE8730F2AE99854281C54 /* Storage */, + FA6955ED1A5BE8A8218EDF7A520B51BC /* Support Files */, + 68D8061D3087897FF5767CAA2660A9E5 /* WidgetBorder */, ); - name = Resources; + name = LLDebugTool; + path = LLDebugTool; sourceTree = ""; }; - 9F315281C50A2D97268EEBDFC8D35C30 /* Resources */ = { + 9ED1C2989965428A8FA91C1A2D62419D /* Frameworks */ = { isa = PBXGroup; children = ( - 24DE23792EB68A41558A67CDFD22791E /* YBImageBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9F75E02B7D6C9248919A25E110A79F87 /* ProtoFiles */ = { - isa = PBXGroup; - children = ( - 3A5EC203393EDB39DF19C5B9EC73E99C /* Svga.pbobjc.h */, - 54895662330D0B655500AE0805959BFA /* Svga.pbobjc.m */, - ); - name = ProtoFiles; - sourceTree = ""; - }; - A01B099F6C2CDD85EBB7CBCB1A594311 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 46EC5DEFD0CF52601F82C8C6A0C50D07 /* AgoraAiNoiseSuppressionLLExtension.xcframework */, + A6539F68B0534E843E0BE4A071399DC0 /* AgoraVideoEncoderExtension.xcframework */, + 3AA15842C0F78273BE6A0BE5DC6C92F7 /* video_enc.xcframework */, ); name = Frameworks; sourceTree = ""; }; + 9F6D46C52397A5E8CE461E54322DA76C /* Support Files */ = { + isa = PBXGroup; + children = ( + 593BB0ACBFFCE4543D0A4C9515AA5FD6 /* ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist */, + 845204C0D7FBE1090E98C8742504B0CF /* TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh */, + 1510FA88FB8101A05FC8BBA9CD3FCB89 /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */, + 24D550D77953B5B019FFCD74AA640ACD /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/TXIMSDK_Plus_iOS_XCFramework"; + sourceTree = ""; + }; A021188D4EBF8A93CD78910B360EF58F /* CellUI */ = { isa = PBXGroup; children = ( @@ -11411,54 +11446,213 @@ name = Pod; sourceTree = ""; }; - A1F3BE8069B5C7CEA1597AD609EEC3CD /* Sandbox */ = { + A112A504EEEC468FCEC1114474B5FC5B /* Pager */ = { isa = PBXGroup; children = ( - 68625218E6B514223D5BA3382ED52E27 /* LLPreviewController.h */, - E0AC5CF7DFFEE64766896EC56ABE170A /* LLPreviewController.m */, - 695B71E90A78E92B3B729FF7976FF95B /* LLSandbox.h */, - 16A98E5BDC077F1555782DCE30594D96 /* LLSandboxCell.h */, - 8CE9693C7EE0BA4DC0D167FC5A8BE327 /* LLSandboxCell.m */, - 6F590BBB5D9F172B6653BAC35659B091 /* LLSandboxComponent.h */, - 46B46CA3BB374944BFE4574523963C47 /* LLSandboxComponent.m */, - 71201FCDF4D5304E930B47888A9FBFA7 /* LLSandboxHelper.h */, - FAE1D320A54FB06110638D3EA7B561C4 /* LLSandboxHelper.m */, - 3B04C37349BDC515B4E0D346572551E0 /* LLSandboxHtmlPreviewController.h */, - 46CBF33AC9C4CFFD0BD0574B8080451E /* LLSandboxHtmlPreviewController.m */, - 2AF782A50913D8F3025AA322B252D419 /* LLSandboxImagePreviewController.h */, - B28844EE0ED3ABF993151E7177C55EFF /* LLSandboxImagePreviewController.m */, - D1B43A5397B326E44C076B5E4756F49A /* LLSandboxModel.h */, - 008B0ECA6FE8E078096EDEFD07A46848 /* LLSandboxModel.m */, - C619C80864BD2CCD830BB0FB030E262C /* LLSandboxPreviewController.h */, - 2EFC9E1ADA603009197192F0CC57762D /* LLSandboxPreviewController.m */, - B95A480D773A0692D0129A94C8455AC3 /* LLSandboxTextPreviewController.h */, - EE7DC835BDA49D199852711EC4553B8A /* LLSandboxTextPreviewController.m */, - 1F0C905D614789808B6910473387F2D8 /* LLSandboxVideoPreviewController.h */, - 717F62074FD5ED7DC4F2E508C7DE4CF9 /* LLSandboxVideoPreviewController.m */, - 5101A4F82BD63A4B88949CE1AB209586 /* LLSandboxViewController.h */, - 76298DEA19B1C31CDB0010A7864AC119 /* LLSandboxViewController.m */, - 70659A69CAE6EA930F48FCB7F22D38C9 /* LLSandboxWindow.h */, - 0EEFD1789A4F6A6D74E4012B76D0AB00 /* LLSandboxWindow.m */, - FF0B11CAE6891641C22F82ACC12D510D /* LLWindowManager+Sandbox.h */, - 90D8F228D30C0E38CECAA4978016D584 /* LLWindowManager+Sandbox.m */, + 4ACF1F21DB532BA7F07E473D63E87C4B /* JXPagerListContainerView.h */, + B10693B45A8F284240F825764348E563 /* JXPagerListContainerView.m */, + 627D1BE347287B9CA4A624D808B14D60 /* JXPagerListRefreshView.h */, + 3E6DDDC7BE3CE9F9ACCE17E07BDC7B25 /* JXPagerListRefreshView.m */, + 44B404562EBF1175C379205C02D21717 /* JXPagerMainTableView.h */, + 87A4337FE788ED884C8826A66D8922FB /* JXPagerMainTableView.m */, + 09179FA5779B9C30220549F062FED8F1 /* JXPagerSmoothView.h */, + 5159769CED4782E986C7473D8286B9CE /* JXPagerSmoothView.m */, + C1488245D02B836DA9578CAFD34AFFFC /* JXPagerView.h */, + 59CA974DE9BF99180FD58916845552F3 /* JXPagerView.m */, + 83F8DB27AFBA7B9E022BE32ECA7AF564 /* Resources */, ); - name = Sandbox; + name = Pager; sourceTree = ""; }; - A257F2738C74659EF346C24C696C9A33 /* Support Files */ = { + A1812FDB3A28DB6E0745B555001FB49F /* Support Files */ = { isa = PBXGroup; children = ( - 75828DDEF4647B618DF8BE0B2FD4D8DE /* JXCategoryView.modulemap */, - 52840598BF92A895362F367863E2E641 /* JXCategoryView-dummy.m */, - 3ACED52B3F83A3EA354B6EC039B93F9F /* JXCategoryView-Info.plist */, - 6F7816D2CD3DADECBC853A1A72FFD3F4 /* JXCategoryView-prefix.pch */, - E6DFAC3D5BD0F0C59D1B7FE00E877897 /* JXCategoryView-umbrella.h */, - 59C4B857C3564ECB2A07D79D96916AC2 /* JXCategoryView.debug.xcconfig */, - A41A5AA1AD11BD944B85AC3E47517917 /* JXCategoryView.release.xcconfig */, - 6A47A07F1ADB8330E4CE82B071C51A17 /* ResourceBundle-JXCategoryView-JXCategoryView-Info.plist */, + CBFA0C90292AEDCE9D9233C916FD7119 /* SSZipArchive.modulemap */, + 041083273C069BCA6EC243C1F1A9C08E /* SSZipArchive-dummy.m */, + 7E473EB0451884DCCB3528F63478B2BA /* SSZipArchive-Info.plist */, + E027C40AF3CB056F8A26208D63975F1D /* SSZipArchive-prefix.pch */, + 089E8BA0AA7085CDC6C3F7BB34753C68 /* SSZipArchive-umbrella.h */, + 4AA88EFF25B307B77A4DBFAA88492F5A /* SSZipArchive.debug.xcconfig */, + 5AE9F489DCABB789BFCA92ADDF3B8CB6 /* SSZipArchive.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/JXCategoryView"; + path = "../Target Support Files/SSZipArchive"; + sourceTree = ""; + }; + A1B268C01DACD5CC19F92ACCE408E35F /* Support Files */ = { + isa = PBXGroup; + children = ( + 4DDD9EB4971D8DF4D7680665DA0C5CAA /* WechatOpenSDK-XCFramework-xcframeworks.sh */, + 5CE4216620713AED2B4596301AC9F601 /* WechatOpenSDK-XCFramework.debug.xcconfig */, + DE20BE7A9AB1B22B7F3911ADD2F86158 /* WechatOpenSDK-XCFramework.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/WechatOpenSDK-XCFramework"; + sourceTree = ""; + }; + A2671B985CACAD63202C8FD8C766FD99 /* AliyunOSSiOS */ = { + isa = PBXGroup; + children = ( + FC5109A6024719C56E75E3441C6A476A /* AliyunOSSiOS.h */, + 5428B6A64C5FD58C9569677A93F2647A /* aos_crc64.c */, + 7097C3765C55FB66A922B4DB98F330D6 /* aos_crc64.h */, + 1628927A98308D71928566359280512A /* NSData+OSS.h */, + BA45997B745BAAB0434F80FDA3A8C0B1 /* NSData+OSS.m */, + 1FE7FF77772E7E350B35DF2D0A1E868E /* NSDate+OSS.h */, + FF51144063EE837C769AE1CB36E2785F /* NSDate+OSS.m */, + 02A61F1E826B03D2081922F10FC4F21A /* NSMutableData+OSS_CRC.h */, + 883D11FAA079B7BB6026F34F0E2DA462 /* NSMutableData+OSS_CRC.m */, + 85300434E832C03ADDD8DE5D3D091D80 /* NSMutableDictionary+OSS.h */, + 3894010A1895B1C07DA276A05ABC2C46 /* NSMutableDictionary+OSS.m */, + 80F952F53D56C76819E83B65C690645F /* NSSet+OSS.h */, + 4C637DD5DD3CDFA96348E0C4630AF895 /* NSSet+OSS.m */, + 294851BCB7F7032F7AFFD95F553C25B8 /* OSSAllRequestNeededMessage.h */, + 4DB09CBC7E19024F7EFDE13C88D1D0BC /* OSSAllRequestNeededMessage.m */, + 08DA0B8F08F358AE20EABF32F7564003 /* OSSBolts.h */, + 9E867AE8B63ACE49D9AC98C1749095F6 /* OSSBolts.m */, + 9BDE5399C1FD2D6E05BA59DB8676088B /* OSSCancellationToken.h */, + 59BDAE99C8A453E0716B6E9D048C6AF5 /* OSSCancellationToken.m */, + 4BE79708D981B3775F16DB825D4DFA9C /* OSSCancellationTokenRegistration.h */, + FD02C9C5EDD34BAFB455A66A28114527 /* OSSCancellationTokenRegistration.m */, + D2C8F1F9D56CCC3249CDFA11885C5C2F /* OSSCancellationTokenSource.h */, + 5F7B15FE83D744DD0A11A6AD59CA94BA /* OSSCancellationTokenSource.m */, + CCBB50E308DED6FE2E641C6C36BD3A74 /* OSSClient.h */, + 1E477E65B2F4EE37CAD824238562EA33 /* OSSClient.m */, + 13FECF8D323AA1AA8268F7777888B68A /* OSSCocoaLumberjack.h */, + E8096871E02E095969A60DB531F23251 /* OSSCompat.h */, + C0D3A460B164367C8D71ECEDC197BFBA /* OSSCompat.m */, + 642DE854B4E0B003E51E836294F624CB /* OSSConstants.h */, + 25BEBAD13665BA7F9C4F4E7049FE4254 /* OSSConstants.m */, + 99F3DAE436F4E201ECD67AD5733F31E8 /* OSSDDLog.h */, + 0A59BBDD32F9EDEBCEA4B602BFD30B87 /* OSSDDLog.m */, + E233A1EDF2437D7DEB3FE742F507E1C0 /* OSSDefine.h */, + 25DD2EEAAB471451DB185D2376C63F73 /* OSSDeleteMultipleObjectsRequest.h */, + DD98E8ED0717C05A91B07A8BE8D173CB /* OSSDeleteMultipleObjectsRequest.m */, + 65466E6A02EE765F97CDC16E726D97E1 /* OSSDeleteMultipleObjectsResult.h */, + 71D0F143F21A3C06F42BE84C4E3BE214 /* OSSDeleteMultipleObjectsResult.m */, + 7F8FBEBCE06EC311F74CD702B90E336D /* OSSDeleteObjectTaggingRequest.h */, + 4D50571E178CB946E00CDBB58FFEF86A /* OSSDeleteObjectTaggingRequest.m */, + 887E87E903DD088579B9535D8DA51E49 /* OSSDeleteObjectTaggingResult.h */, + 1BB25E456DA3C56A7385C5CA345F8FEA /* OSSDeleteObjectTaggingResult.m */, + 8F22B2F87E1A78E64529530BFA222FC8 /* OSSExecutor.h */, + D7AA7ADC22703784FEBF8A59E5428A97 /* OSSExecutor.m */, + 3335A2B0A42D165AA9CB2D465EED53D8 /* OSSFileLogger.h */, + B75DE22B2825FF73439C6733BE7F0CCB /* OSSFileLogger.m */, + F72684EB16344F92D7B32448BFEE70B8 /* OSSGetBucketInfoRequest.h */, + F5A452996EBAC83EC6216DE43DCE0F0A /* OSSGetBucketInfoRequest.m */, + DC3FD41D851B9336398F4F5D1BFD2A77 /* OSSGetBucketInfoResult.h */, + F10ACC4823D75B0C5FD7FF9EA70FD660 /* OSSGetBucketInfoResult.m */, + 5AD6E9B83D6A51C7E925C1AB9ACA57C9 /* OSSGetObjectACLRequest.h */, + A8AE478C5957B7277CA8C327FC2B17EE /* OSSGetObjectACLRequest.m */, + DF5733294907E2BB53F75E0D163076F2 /* OSSGetObjectACLResult.h */, + E182461FC7E2746EF6F1902DEFD4A9E5 /* OSSGetObjectACLResult.m */, + 2A01998B7F262C39041AC0C28241E603 /* OSSGetObjectTaggingRequest.h */, + 17C994D8997999F66A311219A666A119 /* OSSGetObjectTaggingRequest.m */, + 00887F70B74ED7FD482677D20FCB17D4 /* OSSGetObjectTaggingResult.h */, + 5520642724E20004203CCA372F8971F0 /* OSSGetObjectTaggingResult.m */, + B72E69CF0796DD8845C17C39963E4D06 /* OSSGetSymlinkRequest.h */, + AE17EFD39DA1FED0C991DF90920D1782 /* OSSGetSymlinkRequest.m */, + B90F77A4A7903D1EC5AF22C62DBFD69D /* OSSGetSymlinkResult.h */, + 643F2B60941B4F7B09EFC06C532CAC31 /* OSSGetSymlinkResult.m */, + BFAF35D5F52A7EC1527CBAB533568500 /* OSSHttpdns.h */, + A753A4226D3D13BC7AD374E8844CC929 /* OSSHttpdns.m */, + CA22964E96703A296CBCC6C8EE76D1EA /* OSSHttpResponseParser.h */, + DA795A22EA2A858B12D6B328E383978E /* OSSHttpResponseParser.m */, + 26D38E1B007A6923EC73C9FA0341267E /* OSSInputStreamHelper.h */, + 75465CE1EAAD84CFBC056242E30EB394 /* OSSInputStreamHelper.m */, + 78C36F8E2002FACC1EEFAB0BE362712C /* OSSIPv6Adapter.h */, + 75020CE19E1B7970D8ACADD9977F1E64 /* OSSIPv6Adapter.m */, + BBC168817DBE6C48F448643B60269165 /* OSSIPv6PrefixResolver.h */, + 53326B99433CB17EEEDF96A68AA4006C /* OSSIPv6PrefixResolver.m */, + 57C8DEE9A272630FFD69B391B223626E /* OSSLog.h */, + 6F56D8DE53859883FF210E1067C10FED /* OSSLog.m */, + 77575A2FAFFC5226AD570EC6A0964CE3 /* OSSLogMacros.h */, + 9ADF83256621EF465EFFF5A91F966732 /* OSSModel.h */, + 48BF391A5C5D2554049EF0A14BCC2163 /* OSSModel.m */, + 8D49916E89DDC02F93FEAE886F15D13F /* OSSNetworking.h */, + D432930F1FE5EB0F3D14F81BA90D0A09 /* OSSNetworking.m */, + B5FEEA369265A3823CB04F446C69141B /* OSSNetworkingRequestDelegate.h */, + 2D0F39808B1DB70E50E4FB34AAE28514 /* OSSNetworkingRequestDelegate.m */, + C09E30FFCEE24A001BC08652227EEEA5 /* OSSNSLogger.h */, + E69008C87B73752B71B85B02625E31FE /* OSSNSLogger.m */, + 3056A8E8580CABADCB370176818DA839 /* OSSPutObjectTaggingRequest.h */, + 945AC9C4F59AD49FADAD009442ABA0B1 /* OSSPutObjectTaggingRequest.m */, + 71FD5164A0776CC0435A04AD43AF29D2 /* OSSPutObjectTaggingResult.h */, + 4F0101675695C4778D40228F7ABE0254 /* OSSPutObjectTaggingResult.m */, + ED5D5E418E73967DEC1A6C310EAEA7D0 /* OSSPutSymlinkRequest.h */, + F14DA0DFF5D6BDA02AB26D3D07DE5CF8 /* OSSPutSymlinkRequest.m */, + CBC40115FD0DB6E96A29AD4FCD844A25 /* OSSPutSymlinkResult.h */, + 482063DDEB2FE00CE1BA67EDA8A695CA /* OSSPutSymlinkResult.m */, + 41712F98D6C736727C38A5179712992F /* OSSReachability.h */, + CDED0DB3092414510C15BABDF470DA8B /* OSSReachability.m */, + BA4942A59915A961B286BC5EB34F5039 /* OSSRequest.h */, + 0BB540B9F8F8DD0344D732BD6B18B0BC /* OSSRequest.m */, + 736865D78C5FFCE6EAA8A67B0C97FBE7 /* OSSRestoreObjectRequest.h */, + CE22DD1306426B87F5B41D503FDFB2D8 /* OSSRestoreObjectRequest.m */, + 1FFF19C6B70558412F5B18903DBEF593 /* OSSRestoreObjectResult.h */, + E3E0F433AAD2C10342A6ABF46BC433E4 /* OSSRestoreObjectResult.m */, + BDD1D23FAD691DF763B4DF592504256D /* OSSResult.h */, + 42B23F804CD477641DD8DB56639F6424 /* OSSResult.m */, + 02311413F8A47898561763D10E6F1DE8 /* OSSService.h */, + 40D5816B4CF65CB91ADEFF151ED9BE47 /* OSSServiceSignature.h */, + 211FDE17F18C233D6323D6286C8D3A66 /* OSSServiceSignature.m */, + 19992A0F736B09E9693AE2B2D226B106 /* OSSSignerBase.h */, + F8C5DFC4B1BA70104474403CA92FE167 /* OSSSignerBase.m */, + 02E956602B57DD0891043EC2A098C483 /* OSSSignerParams.h */, + 2C7954FECBF55E098608DD63CCB7B0CF /* OSSSignerParams.m */, + 685A6B5705BD5C62530E698B7BF57A72 /* OSSSignUtils.h */, + D86E05B414D9880E0E694DBAE04A4066 /* OSSSignUtils.m */, + 6CC84860F0C80CF4503A737EBB57F15B /* OSSTask.h */, + F81B6CFACF06C773CC29F71E24688208 /* OSSTask.m */, + 4B25D3EDF578942F33D0D911BBC4A99E /* OSSTaskCompletionSource.h */, + 0A2D088326945209B54460E759B63EEB /* OSSTaskCompletionSource.m */, + 138148B47DFE47139A08AE2D91227929 /* OSSURLRequestRetryHandler.h */, + 8BBE6B09F912BD77C7F5CCB37FFABA6E /* OSSURLRequestRetryHandler.m */, + 088D36215DEF59687FEEA3421BFEC909 /* OSSUtil.h */, + AF2B7683564852ACD94C7CE8FFDDC4A8 /* OSSUtil.m */, + 17B11E865D152A45AE7D4D1AC5881EC6 /* OSSV1Signer.h */, + F3293ECB8DF9D5560AC1002013C326FA /* OSSV1Signer.m */, + 3C91FA03CE622CC07B84168D3E46F5D1 /* OSSV4Signer.h */, + CA5AA35FDDA6DFFD275FF5FA3178BE79 /* OSSV4Signer.m */, + 6051D84BBDF73F5F8AB0F0CFB607CD25 /* OSSXMLDictionary.h */, + E6F26795AF927DFDFA62A9D381707C3F /* OSSXMLDictionary.m */, + 4753A7C9F79D4E4ACB07ADBE6F1A528A /* Resources */, + 784192121457181D5692733F96993DBB /* Support Files */, + ); + name = AliyunOSSiOS; + path = AliyunOSSiOS; + sourceTree = ""; + }; + A32BFF97373238D17BA1D685024325FB /* Support Files */ = { + isa = PBXGroup; + children = ( + 888B588EFD167A01EDADB9778A7B5616 /* ReactiveObjC.modulemap */, + 5F9528DAD3A3F57CB3CD5ECEFA1D60A8 /* ReactiveObjC-dummy.m */, + C319C541763AD0AC46E5923240616F1D /* ReactiveObjC-Info.plist */, + 4F4E8354F571F70D3A683845FA5AB582 /* ReactiveObjC-prefix.pch */, + 124E6B0B8F024C07FB48F1AE234B17D4 /* ReactiveObjC-umbrella.h */, + F9E799111E7FF241FD02C7871428FB26 /* ReactiveObjC.debug.xcconfig */, + 77EC758FE13F34DBF9B839EAA5F580A5 /* ReactiveObjC.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ReactiveObjC"; + sourceTree = ""; + }; + A366D5B27B106184184F24A1FE308D70 /* Security */ = { + isa = PBXGroup; + children = ( + C13A1F1415C85BE1C92D149CB0DA33F6 /* AFSecurityPolicy.h */, + 792954860CCF7F3611BE1C738760C569 /* AFSecurityPolicy.m */, + ); + name = Security; + sourceTree = ""; + }; + A3FDEAE18972493A92425C4CB13A8117 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 44F1CE4AD1EAAF19FCF71B499A36FE7A /* aosl.xcframework */, + ); + name = Frameworks; sourceTree = ""; }; A5061F004270007CD6C2E07B3F53AE4D /* DataProvider */ = { @@ -11475,67 +11669,260 @@ path = DataProvider; sourceTree = ""; }; - A60991AE2F5CC4BB6A07403D4240E2AF /* Pager */ = { + A77C8B1868133044359FC8D5A2373278 /* Frameworks */ = { isa = PBXGroup; children = ( - 22E8DD0330CB46FFDCB1E05F3F8840BC /* JXPagerListContainerView.h */, - 5205F5C2383D19CD9E496BC9EDDD45F4 /* JXPagerListContainerView.m */, - 9769F3CB66237CD67D3373761DCB0AAC /* JXPagerListRefreshView.h */, - 03E7148680D2B5CA0145A90368880BDC /* JXPagerListRefreshView.m */, - E57FDA4CCBD36CE0E8D479344368C8BE /* JXPagerMainTableView.h */, - 85B390D16FED19D8AB3F01A1763BE66B /* JXPagerMainTableView.m */, - A1E851B842C5436A7C425A28F5EAFF08 /* JXPagerSmoothView.h */, - F6BA536F83EE19990C5ADB308021ACB8 /* JXPagerSmoothView.m */, - FFEFC5459225C1D6833D458534BC3472 /* JXPagerView.h */, - FB254EB4AE400CA7010D8F4D0A3438E5 /* JXPagerView.m */, - 75C9426AEAA3D40D7E5E8B1EECE05C00 /* Resources */, - ); - name = Pager; - sourceTree = ""; - }; - A6F3A10F34C255D0E3340372160D0E93 /* Frameworks */ = { - isa = PBXGroup; - children = ( - B922E9ADCAEA935DF2606C8A82973216 /* AgoraAiNoiseSuppressionExtension.xcframework */, + B6053FDED769FE47A44296723905E40B /* AgoraSpatialAudioExtension.xcframework */, ); name = Frameworks; sourceTree = ""; }; - A730DFF3725311969C177005890E1E80 /* FMDB */ = { + A79E6A679768E810C87B3E221E0FA065 /* AIAECLL */ = { isa = PBXGroup; children = ( - 2A70C1D13B8876C748847C162205422C /* Core */, - 167C99F6513A1617A18AB8C67D98191C /* Support Files */, + 7459FC6A50753592A13A8B4223595509 /* Frameworks */, ); - name = FMDB; - path = FMDB; + name = AIAECLL; sourceTree = ""; }; - A756FC841831C7454F2EF4BB8DD0B797 /* Deprecated */ = { + A9906941E1BA82A851D5FF2F859812CF /* NSURLSession */ = { isa = PBXGroup; children = ( - 7104778F93633B4B27BF3F0540543EB5 /* AddressPickerView */, - F9C10A8CD30AF9C6A16476871D6465AD /* Base */, - 8A6382C98D5B61857D2F1BD629925A49 /* StringPickerView */, + 83A1B87350B47B701B7EB8EB88499BC6 /* AFCompatibilityMacros.h */, + 0C536D4C199D55EF4947CC966F4ABB7A /* AFHTTPSessionManager.h */, + D825634489A3C535D5CAC01043457782 /* AFHTTPSessionManager.m */, + 024584B31B8A550F417B5CB955AC60C7 /* AFURLSessionManager.h */, + 0248E82BC2CEBD0E43B4C82F1371C69D /* AFURLSessionManager.m */, ); - name = Deprecated; + name = NSURLSession; sourceTree = ""; }; - A8EAB7A6A2C899ACF1BDB6E12B94AFC9 /* YYCache */ = { + A9F9727A39AE0AA5965A5D98354B22BC /* Pods */ = { isa = PBXGroup; children = ( - AFAC75D15F34AD6C5AEA0F9C81F3B591 /* YYCache.h */, - 89F00C01EAA910DD95D102446456FC76 /* YYCache.m */, - 3B0029E8D96A8D3921EC957B31A972EB /* YYDiskCache.h */, - 136160DFF4DC56D9F769B02AC0929F6F /* YYDiskCache.m */, - 50ACAC4A3CD7C0D928CE130C10855388 /* YYKVStorage.h */, - 9203541306F143FDEB870B5F9A0B5E1F /* YYKVStorage.m */, - 9DB965A81E3DB8E6A8A9FFC57FE6553B /* YYMemoryCache.h */, - CFA215FD18CE2A201870B774F659F913 /* YYMemoryCache.m */, - 635960204AD52C1AE1C8B95813C1539D /* Support Files */, + 01EA0AA54C80B2789053740900583EB7 /* AFNetworking */, + 24AC3481125EDB22FB2916C5746EA147 /* AgoraComponetLog */, + 9BF4363697946AE1437FE35404701DD3 /* AgoraInfra_iOS */, + 4ECA4770A44B785BA9AF1F448A965CD6 /* AgoraLyricsScore */, + 4C51FFC71703D3D46DC9B9DA625F6F59 /* AgoraRtcEngine_iOS */, + 2EE826878D682FECD0BF8D0C1474DA02 /* AlipaySDK-iOS */, + A2671B985CACAD63202C8FD8C766FD99 /* AliyunOSSiOS */, + E217147351AA443CF66E59EA2B14311F /* AvoidCrash */, + 031B4E470D062E4B95E7A0F249B85B6C /* BRPickerView */, + 28455C736F7ACF9DD1D0600FEAE9950C /* Bugly */, + 94157329422EC4445FA172330B13CFB2 /* DZNEmptyDataSet */, + 78A686090352C4400DB509A2118F1DB3 /* FLAnimatedImage */, + 245AFDA4B2AD66BBA102349264258490 /* FMDB */, + AC202E6C41E92934D48CDBC9635622D8 /* IQKeyboardManager */, + 2FA68F80984B18C3D5DD9876A32C63FB /* JXCategoryView */, + 7167D8101E5862CDBF72EA94E652E6C8 /* JXPagingView */, + 3211A602E9BB2AA1FA592D02BFB85040 /* libwebp */, + 9EB53453D46B25BDD2CFA28F549761FB /* LLDebugTool */, + BE990390CF7DDDA3E66488BBA1907E21 /* Masonry */, + F73B67BFF1366F5844808513AE838694 /* MBProgressHUD */, + 8FCCA0C9D2D959FA2D4F20D129D90275 /* MJRefresh */, + 45E9AD24654B473F1D0CDE5865F7DA1E /* MQTTClient */, + 7C1984897C3189A11EF05D7D43C5DECA /* Protobuf */, + 2D60AC11C0B53E22D1D422B4DC07F1E7 /* QCloudCore */, + 2FB0F9EC21AF01AC1CF90576118C17D5 /* QCloudCOSXML */, + FC2DF1D57A8E2AF4B7C5391AD0F051F6 /* QGVAPlayer */, + B5DF59AD8630A9C1CDB492E82EA72D5A /* ReactiveObjC */, + 9E1FF9B29146B0CC7AAA1E8DDB65B58F /* SDCycleScrollView */, + 990DE380A2056F9F5F1C2E0EF737BE86 /* SDWebImage */, + B8ECBAB4873FBCAD290376F754A62FDB /* SDWebImageWebPCoder */, + 91437F0DE57E763B2B458B927FB30EA7 /* SSZipArchive */, + 7B9D235DB73890A2E0D28A99010B2C1C /* SVGAPlayer */, + AD8D052EFC9FFC9F00F418472AD3FA9B /* SVProgressHUD */, + 5269A3F4E1D0084A60997528EE16B3B2 /* TIMPush */, + F72E3C53CBB75883B66A04FFAE876E37 /* TXIMSDK_Plus_iOS_XCFramework */, + 1DC1EB938ECA3F4C8A662C4222B24F53 /* TZImagePickerController */, + C2DE4DEFAE8BC53E8C4110ECC69244C3 /* WechatOpenSDK-XCFramework */, + 6822F3967C7D03EAE58699A94C29B4C6 /* XHLaunchAd */, + D2E72383B126CCA1DD8D14346FCF7743 /* YBImageBrowser */, + FAEE3A3C822878FA6C04460300C021F0 /* YYCache */, + 02D48CE19EBD915E0225569174A46741 /* YYCategories */, + 87D755FBC5A302A3FE6A038EF2941356 /* YYImage */, + BE9731178E9A7A4BED7826B9DB354D53 /* YYModel */, + F66FD2470E680650B2479A4CCD703CD1 /* YYText */, + C09A16A41C2A1841008C463B74B3B9ED /* YYWebImage */, + B31762F29A288131F0BBCB976841A431 /* Zip */, ); - name = YYCache; - path = YYCache; + name = Pods; + sourceTree = ""; + }; + AA77A6A291B1FD393573C79DFD83D388 /* webp */ = { + isa = PBXGroup; + children = ( + 752CB27682513F1B8A97192D68499E7E /* alpha_dec.c */, + 4BEEA92F63E173654E18AA83A18D19F6 /* alpha_enc.c */, + 584018838448DBDC81BD401368B2969A /* alpha_processing.c */, + 74CECC7B361A7068030657B5C11D7DE3 /* alpha_processing_mips_dsp_r2.c */, + BC01F8BC562199D99A177FE0B988493E /* alpha_processing_neon.c */, + DAF489E4D391C7FBAC365D4348DD4595 /* alpha_processing_sse2.c */, + F6F170D397B846B78AEB2B9B339D8691 /* alpha_processing_sse41.c */, + 607998DA4373A08C62DE3215F24967F5 /* alphai_dec.h */, + C9EE185B0C343F4C0E67EBDA0B0D52F4 /* analysis_enc.c */, + 9FEEA11B0D456E437444585721F9AF92 /* backward_references_cost_enc.c */, + 9B77CB34B9C9CD0DCD1DE15A9F72BE20 /* backward_references_enc.c */, + 4E2CACDE994C72EAF129EEF0811D2CC3 /* backward_references_enc.h */, + 5AD2FB1C1AF12FD2F43A7A474EFB8BBD /* bit_reader_inl_utils.h */, + DC92D07BCBA086FF1F6832BFE6063A18 /* bit_reader_utils.c */, + D96B7A8C91289DE5E7631D68EC410ACB /* bit_reader_utils.h */, + 77DBC9EB63F838C010C6617BCE551794 /* bit_writer_utils.c */, + B6D0510A109A9C289136D0758D879990 /* bit_writer_utils.h */, + CCC67DDD9B3CA33EE959B1D81EFC4277 /* buffer_dec.c */, + 11308295FF7541F2058639159CFC6579 /* color_cache_utils.c */, + 2B10AF1A001295A18B7C4560FF2DA889 /* color_cache_utils.h */, + 28A053C4423136191EF48CBEC76FC671 /* common_dec.h */, + AD2F5CB1928F05B8C3573591F96BDBA4 /* common_sse2.h */, + B33F6F638738C1631587CF9F4AB7FF38 /* common_sse41.h */, + E860F7AA10E7DB6A6F27CA32C4671813 /* config_enc.c */, + A3CBE5EFF8DEC25CF51A706EB347241D /* cost.c */, + D0EED4C390DB3022B1C699AD679C54D8 /* cost_enc.c */, + 0BF3C546420650A97844A1750C28A564 /* cost_enc.h */, + 7DD661DC4DA17AC3DC6E613AF03239D6 /* cost_mips32.c */, + 288439904DFDFF4141209F2E49EA0F39 /* cost_mips_dsp_r2.c */, + 0683963727112F4428672F3BC387227E /* cost_neon.c */, + 5F21D28C16929D1D5A6DAEA7C667BADD /* cost_sse2.c */, + B31B2E72ED7B5365C370C06BE9251080 /* cpu.c */, + 8A78B6C82711877852EB0663F7383D32 /* cpu.h */, + E60A282F8D0A952F79F496FEF63496BE /* dec.c */, + 8EEA71195C955C009397B0DF04D49194 /* dec_clip_tables.c */, + 3B00EAE8B4EDC0B1DE7616652B3F871D /* dec_mips32.c */, + B9621607319847B2372F6727449090E4 /* dec_mips_dsp_r2.c */, + 3173F3BF33F6E8DC61EE86DBB05B5052 /* dec_msa.c */, + 420FB0C7C3842CFAF770CB25BA445A9E /* dec_neon.c */, + AFFDE494DC44E91839A1E2FAA2014567 /* dec_sse2.c */, + 1548A51144B631CA1620EB28EAC62BF3 /* dec_sse41.c */, + 4736BDCC249D881F30B0E910EF990D37 /* decode.h */, + 34DBD73295D08E2A5529F8BFF47F1E56 /* dsp.h */, + C3CF698337CC0F5D6E8A410382F268C2 /* enc.c */, + 5C7AAA896870F7EC6F7C410B02E7BFE2 /* enc_mips32.c */, + 1BCCB2312954A20049773B8CE76D4821 /* enc_mips_dsp_r2.c */, + 1497B22862C9ED30A975738806F23CCF /* enc_msa.c */, + FE1C60C2AA0D179CCBB0C94D71D2C576 /* enc_neon.c */, + D324B9A8C6012627A4E2C10734BA27AA /* enc_sse2.c */, + 27A1B3DF39CB2D106761CAAE10401567 /* enc_sse41.c */, + 23D790603FC832575E0C3EA2B326B5B8 /* encode.h */, + 97A9F485B97904D429615BEB88D5B8E8 /* endian_inl_utils.h */, + 45FB42980B20885A4CC91D38837C6033 /* filter_enc.c */, + 5A5365E0D8D6927165CC7E94818B2558 /* filters.c */, + 4B99F56C4D366C4E67803CAEA14C40F3 /* filters_mips_dsp_r2.c */, + 55A2CFCAE2808FB0712EE7F3EC93C0C8 /* filters_msa.c */, + CD4B757A8FD80C698B7BE2665F0D00EC /* filters_neon.c */, + E8C4E8AE8FADC4A1DCB0602342556D82 /* filters_sse2.c */, + 4577C338B5AA847F39C4D6A81DD822A3 /* filters_utils.c */, + EE5B7DE18A5FF62E205DD4087197F719 /* filters_utils.h */, + 0BD4553A3E49DD4D99A1721D3FA21E42 /* format_constants.h */, + 3670FF21FCF58D21FA75750A8876B1D3 /* frame_dec.c */, + 218B0466611B6BCCA7DC2EE652254ED1 /* frame_enc.c */, + 594AB06B4A1BDC99483178D8F7528A09 /* histogram_enc.c */, + 6B8D9BCD9927F1F8B9FEC1FE4B6770BC /* histogram_enc.h */, + 8B586070515FB38EFD36B89B96998222 /* huffman_encode_utils.c */, + 633F3A7DF67CA6F65B37E708EE15DBFA /* huffman_encode_utils.h */, + 4C3EDF2ECA609A48A6299174C3958250 /* huffman_utils.c */, + 3D14F6F0A050F819B8A0C9F73A804ECF /* huffman_utils.h */, + 9A6BA0250C2F6D4F2BCC2672039E42CB /* idec_dec.c */, + E6DB2B35EDA9A3D537A0CB0B64DCB6B3 /* io_dec.c */, + FA690AAF470AB887B3DF92CD44375DD5 /* iterator_enc.c */, + 1702FF35313D88190F15D937D361DC21 /* lossless.c */, + 137B87246041BE346CB74C140EC4AD19 /* lossless.h */, + 3CE79B3E309C2F31D51F526C806633EC /* lossless_common.h */, + 6D0D9A9B201122A9FB5D1BB717A94ADB /* lossless_enc.c */, + B8A8D4209B5B7CF650A9955789DFCD4D /* lossless_enc_mips32.c */, + 99A84FAF5413688AB090FBC0642B8FAE /* lossless_enc_mips_dsp_r2.c */, + 86EC079ADFDDD7A827EAD7E19340617E /* lossless_enc_msa.c */, + BE504EE78EE8C62771754F93F1A155D7 /* lossless_enc_neon.c */, + 7FF8CB1264FDAC716BE1BDA0DEF721FF /* lossless_enc_sse2.c */, + 0ECD601AEA2272CC0D953A269B4709BC /* lossless_enc_sse41.c */, + 21CA56FD0F94F729A06D842317421C02 /* lossless_mips_dsp_r2.c */, + 2454CAE48481357CF1745DC8E5903F53 /* lossless_msa.c */, + AE3D305292411341FBC8E02683129F23 /* lossless_neon.c */, + 547F5B494A0AA024C3094C4E34D16B95 /* lossless_sse2.c */, + C9E63EE1BD43A418C446CF5C65313BFC /* lossless_sse41.c */, + D1283DE716384407CC12569569E09FCB /* mips_macro.h */, + AF0FF34FE7B4418A010171508A83B28B /* msa_macro.h */, + 12F68D2C1B601BE410CDA45D6B838139 /* mux_types.h */, + 6F5F73E69C6C34457E532345026784E4 /* near_lossless_enc.c */, + A40B5850F42C9F2EA897B51AEE0D8B5E /* neon.h */, + 52092A47EA18055A335CCB505FBAFEA6 /* palette.c */, + D0B6900872AE5462B36783EA4BF89E32 /* palette.h */, + B4A6AF7EA8CABB97C72C51E81916135D /* picture_csp_enc.c */, + 2C93D4016AC6AB1CC8909CCFEBFA4697 /* picture_enc.c */, + 2AE9399403695D3E5C7F2EA571BF182E /* picture_psnr_enc.c */, + 67323E49D98928ACB24BDEFC7E83409E /* picture_rescale_enc.c */, + 9913D0CD7540918B0A7D2186F468C1A2 /* picture_tools_enc.c */, + 158573BBAEB2BC99C0DB68884B1FD036 /* predictor_enc.c */, + A4133EA3A4274EBD0E4E9376206B5B92 /* quant.h */, + 36B7306D406C2AEA8F5304EE61A4F542 /* quant_dec.c */, + B18E98191470662823791CC412A30FE8 /* quant_enc.c */, + 6EB69DE7FB554ECB884091C06C53B62C /* quant_levels_dec_utils.c */, + 8F33ECEBE4B79517F7DADFD0C882148D /* quant_levels_dec_utils.h */, + 9BBA33FC3CC823BBD16F096FCA7BD95C /* quant_levels_utils.c */, + 49371CFA0CEC918F0F6B6A0337D3A3EC /* quant_levels_utils.h */, + 0382A00DFB51B783F27C1E13309BDF4B /* random_utils.c */, + 2988408DCFB8097ABECA13506C73B161 /* random_utils.h */, + 95DA354A0A4EC90C07003C9F62088DB7 /* rescaler.c */, + 5A56B72967B091F864CB20F623DA2C29 /* rescaler_mips32.c */, + D66CBDEE5927C467E76F34E786881D33 /* rescaler_mips_dsp_r2.c */, + B0C69BA7DF2E48FA11078671343143AA /* rescaler_msa.c */, + 1814649448A26D9D11522AD7647C8C79 /* rescaler_neon.c */, + B7DABC140832AF3685170CFCFD4CB0F6 /* rescaler_sse2.c */, + C1BB7D30F106A53324CC443C1C19327D /* rescaler_utils.c */, + 5692F4A5AD156C256FC2BEA5862DFB32 /* rescaler_utils.h */, + 07E8C5901437CD1895415D331CB54CA8 /* ssim.c */, + C71CB84314C418F1BAE672F2F2256FBE /* ssim_sse2.c */, + 1288B386292F09E707868717F802486D /* syntax_enc.c */, + F3C9D18D3EE2FAA5AFB2542B90E246A4 /* thread_utils.c */, + 6E132D02D493F4E56FA44D4F07AF1FAC /* thread_utils.h */, + C262BAFFE92A5D489A318FB74FFCAE56 /* token_enc.c */, + 6B159DCF91E4CAAE99373EFC6F3CD251 /* tree_dec.c */, + E3899BC3C0DEA8E5F04E4B35421085A0 /* tree_enc.c */, + 5172B9719C6B1416C8F5DE34D40DE62D /* types.h */, + DB98329A5D55D7692DD2CEB3D5BC8B18 /* upsampling.c */, + A854CE3191D76D68042369EDBBE350D5 /* upsampling_mips_dsp_r2.c */, + DC83270C2829BD9FD136CB79D89B63D3 /* upsampling_msa.c */, + F859239C6EAC2F11A301085A6D6F3545 /* upsampling_neon.c */, + 2F91E14D4E25C510EB0CA80E0C80286A /* upsampling_sse2.c */, + 638A6A97C3993A02C4B01D3449F6D78D /* upsampling_sse41.c */, + 4AB5148D7DC1EFCD16A963770DC87CB9 /* utils.c */, + 98AAF3B02F5C2E0161843221462E7D13 /* utils.h */, + 5FC4EFFAE43B55055CE203F14DFF669A /* vp8_dec.c */, + 06AD389C9F7D216FF8BA8E724B5615F1 /* vp8_dec.h */, + 9AEBDEB98A19A10C82896566A0A27E15 /* vp8i_dec.h */, + 155F3164391DC5F4D758EC5E2487F950 /* vp8i_enc.h */, + 0B80232729E3D55D24B5ABDDB23A636B /* vp8l_dec.c */, + A5EE32F2481AAD4930070F416979A09F /* vp8l_enc.c */, + 5072BC0E128108C5C6FE3C0224145955 /* vp8li_dec.h */, + 3B9B96DD5D4630DE2DFBADFA131FE547 /* vp8li_enc.h */, + 95930AEA371FDAD2E4742B4D0F1A8639 /* webp_dec.c */, + 05423944B847295E9D954A616C231DDE /* webp_enc.c */, + D2086DC88CD8BEE03160EA2C81B57853 /* webpi_dec.h */, + ECEF27DF15E3170D4B372B98267D11C7 /* yuv.c */, + 2A8284E83F47018141DAE9A21DD4C2BA /* yuv.h */, + A9F515B06B86AA89E5FD9E1064C9B5FE /* yuv_mips32.c */, + 29211DA48B38C21C76EEB15F5EC942F3 /* yuv_mips_dsp_r2.c */, + 43F585FF3AA0AFA03C7B8ABCCCB537D2 /* yuv_neon.c */, + 2FC338AB84DBB4A59EA971698426A894 /* yuv_sse2.c */, + 817C740F01A91EF191790FF030E79288 /* yuv_sse41.c */, + ); + name = webp; + sourceTree = ""; + }; + AA913CE1597E9CE881857279A7C18510 /* Support Files */ = { + isa = PBXGroup; + children = ( + 51236BBA8668D3D4C250326016C49A9A /* JXCategoryView.modulemap */, + 961FD3056832FADC5699F410B1D51A76 /* JXCategoryView-dummy.m */, + 99562DD9357B29FED7AAB382C5F5B043 /* JXCategoryView-Info.plist */, + 46D1348834D0E13D60E728F57168E50A /* JXCategoryView-prefix.pch */, + 8B7CCA8454F208C34AB43618439596F4 /* JXCategoryView-umbrella.h */, + C172792487D72AFB5C7B3F3CAF62EC07 /* JXCategoryView.debug.xcconfig */, + BF0011EE92211E9DF08571719D4A3028 /* JXCategoryView.release.xcconfig */, + 43F73E77A4F1B05E93550F4D2FC01836 /* ResourceBundle-JXCategoryView-JXCategoryView-Info.plist */, + ); + name = "Support Files"; + path = "../Target Support Files/JXCategoryView"; sourceTree = ""; }; AAF6C8913FE1CF693014D52762ACCFA1 /* UI_Minimalist */ = { @@ -11556,263 +11943,95 @@ path = UI_Minimalist; sourceTree = ""; }; - ABBA72B58C4F873C7C56CB9EA3EED514 /* Support Files */ = { + ABBF4D4F00D0F8A78EA00634D236343F /* Support Files */ = { isa = PBXGroup; children = ( - EE05DB23F7D5BD758A4F27F73F739ED6 /* AliyunOSSiOS.modulemap */, - 45073970B3C226FBCA12C136D7F3DB71 /* AliyunOSSiOS-dummy.m */, - 0FC37A99477ECA2126AF75BBA16733D3 /* AliyunOSSiOS-Info.plist */, - 9540B15BAB1B72A64BF8F5A92E008802 /* AliyunOSSiOS-prefix.pch */, - 4DD84671C676DB5A9EDF1B803F587C61 /* AliyunOSSiOS-umbrella.h */, - D65D99444B13FC496E51863A885FCD36 /* AliyunOSSiOS.debug.xcconfig */, - BBED4ABD03D03C415C1D40EC5AC793E5 /* AliyunOSSiOS.release.xcconfig */, - A97135F79761C90C01612FCE35526D29 /* ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist */, + 0EB047FEFB6F6CB31743C1D57731FF97 /* AgoraInfra_iOS-xcframeworks.sh */, + ADFD1070148FF08BE9091AC801849445 /* AgoraInfra_iOS.debug.xcconfig */, + 6AC9D9CFCD1359404DD770D0900B2C3D /* AgoraInfra_iOS.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AliyunOSSiOS"; + path = "../Target Support Files/AgoraInfra_iOS"; sourceTree = ""; }; - AD13FC4DC881D8451BD3646C26F63158 /* Protobuf */ = { + AC202E6C41E92934D48CDBC9635622D8 /* IQKeyboardManager */ = { isa = PBXGroup; children = ( - 463A082C5CE915F6DA5845B14BA399A8 /* Any.pbobjc.h */, - 2B436A74C6297AC8EE4528037D917BB5 /* Api.pbobjc.h */, - CE380A2D80461203CB5EF1EC7876D1AC /* Duration.pbobjc.h */, - F64616BA34683CC79280A13D2EE0FBA6 /* Empty.pbobjc.h */, - 77A1E4B9629768B50FAC5938B8C2E2F6 /* FieldMask.pbobjc.h */, - ECE6433E17E570A21A030F4F73E3CEAC /* GPBAny.pbobjc.h */, - 6EC746F4456DF1846F062EF0158D5F66 /* GPBAny.pbobjc.m */, - E638ADEEE618D9115549F970DEB31647 /* GPBApi.pbobjc.h */, - FC1516F2209EDDC2D920EC80F8334C56 /* GPBApi.pbobjc.m */, - 838794DEBE70D2339D218F6BC2E11FEF /* GPBArray.h */, - 4004B7488B679ED2B729FAA9A0EDA5DF /* GPBArray.m */, - 51579FB914B828FDC79BFBAF0759EDEF /* GPBArray_PackagePrivate.h */, - FA71F63ECF516CB8499FA494C1ACAC03 /* GPBBootstrap.h */, - 341F1DA851C2DCD12018594E5969B23A /* GPBCodedInputStream.h */, - 8BA0D408D35A7F95A467007CD3693595 /* GPBCodedInputStream.m */, - 20FB6E25DD4AF9E7342175D1281FF609 /* GPBCodedInputStream_PackagePrivate.h */, - 027E243469F04F5AAD000E82F7BE6A2D /* GPBCodedOutputStream.h */, - D414544FFA7415CC2A36EF0984F5D467 /* GPBCodedOutputStream.m */, - 1D1BF4079BD07F4564B6FC5D9AD29C91 /* GPBCodedOutputStream_PackagePrivate.h */, - 6EC98E7919863935819A20E6D1D5194A /* GPBDescriptor.h */, - DD9221EDB1D66F00A81FC5764351315E /* GPBDescriptor.m */, - B7725C9811C809D2358ED8C18D5CD403 /* GPBDescriptor_PackagePrivate.h */, - 43F47529FDB6F50A2E5C8527B27CBE63 /* GPBDictionary.h */, - 5487F017F2C6A867C5AE7ECE3797AD8E /* GPBDictionary.m */, - 320AD155944DBB52005BF56892A6FEA4 /* GPBDictionary_PackagePrivate.h */, - 368A6985445BE6224178FD078201DF73 /* GPBDuration.pbobjc.h */, - C27CA9BB1BC6C72D88FF580AA4D3AC9B /* GPBDuration.pbobjc.m */, - FD9EDF992954E0963255C8A3AC630C95 /* GPBEmpty.pbobjc.h */, - 3C4AFCFC76BE581A67CA5B539B832BF3 /* GPBEmpty.pbobjc.m */, - 4B61D66FAAF993EA868CC86802228D2D /* GPBExtensionInternals.h */, - AABFA3A345BA6647A3D4F1EC9D98C146 /* GPBExtensionInternals.m */, - 0E1BCFEF87090D1F4DE111DD8866319F /* GPBExtensionRegistry.h */, - 646E4A6BFAE3542804E8B988D7ABB58F /* GPBExtensionRegistry.m */, - A78E12FAA97079585B4D6DE0C45D8A6F /* GPBFieldMask.pbobjc.h */, - B21FAEC52778928CA42CDA254919B55B /* GPBFieldMask.pbobjc.m */, - 3C0CC4726723D6D3B9F07ADF69FE10CC /* GPBMessage.h */, - EB6632376F3502E2D9C6BF8ACC2E0A33 /* GPBMessage.m */, - 121C28411A592719BA15879F48FCD54D /* GPBMessage_PackagePrivate.h */, - 0169D03841D66672B8F22279621EA8C5 /* GPBProtocolBuffers.h */, - 037EFE84298534860E3E72DBCCFF50DD /* GPBProtocolBuffers_RuntimeSupport.h */, - 94A7B19715A0D856103E5BDA6B5DF908 /* GPBRootObject.h */, - 1836FF8EE9E132C2D0C9EDF864335D28 /* GPBRootObject.m */, - 7BAAB6788DBAD384970B8CA5CE92451C /* GPBRootObject_PackagePrivate.h */, - 6111A4BED9FE9D6BCD61B8D7FAF17CA0 /* GPBRuntimeTypes.h */, - AE02E7FF288BA1E6D7F88982C57AE562 /* GPBSourceContext.pbobjc.h */, - 4229A484FA4CC3658F4BD425661DB4F2 /* GPBSourceContext.pbobjc.m */, - E2CAA01D90816AFC88844177C39399EF /* GPBStruct.pbobjc.h */, - 199536E8963A301291FD2DEC6B14531D /* GPBStruct.pbobjc.m */, - 1804E0CE29A76FAF0B263872E8F5B485 /* GPBTimestamp.pbobjc.h */, - DBBE92C497FB7032E00ECB99BEAAABD8 /* GPBTimestamp.pbobjc.m */, - 966B2ACA825394A27EB38B0C8BB7BECC /* GPBType.pbobjc.h */, - 8C1323B30EB572CD81E268BAA03C779B /* GPBType.pbobjc.m */, - 52305ABD7AE6E1655DCC400E006B01C9 /* GPBUnknownField.h */, - 243DC8BA4219B00A2990C1B28A76E955 /* GPBUnknownField.m */, - B0DC3EFE8D130B50511160BF15B4DDE3 /* GPBUnknownField+Additions.swift */, - 7D73B991F91970EA6FA49F3BDC9EF941 /* GPBUnknownField_PackagePrivate.h */, - 9863230652A77516A5830C58FEE0B4C6 /* GPBUnknownFields.h */, - 744BC791085D330ABBCEDDBEA28A0B69 /* GPBUnknownFields.m */, - EB51F8B2EA22886BB29FA17F417426A8 /* GPBUnknownFields+Additions.swift */, - 5214B00F5E32EE3751D1DD70C6B09C8B /* GPBUnknownFields_PackagePrivate.h */, - 112512243FBC916B15B7E653B9DED86A /* GPBUnknownFieldSet.h */, - FE9736BB0BD4C1473F78EBB9198CC88F /* GPBUnknownFieldSet.m */, - 2FAB6EAA857B7B7D4B5C776DB888EB83 /* GPBUnknownFieldSet_PackagePrivate.h */, - 251EC03870BC0F85091C303842ADABCA /* GPBUtilities.h */, - AE45107946C343DBF04C1B7B5B8CFCE5 /* GPBUtilities.m */, - C0CF66D77341CBAB70B181A81C6F4CCA /* GPBUtilities_PackagePrivate.h */, - E76643658D7F1857836CE14A026C5F33 /* GPBWellKnownTypes.h */, - 1A1B3B7BD102DF87FBCCD0568816B6BA /* GPBWellKnownTypes.m */, - 32978C299B2134D5886AD072C2ED827C /* GPBWireFormat.h */, - 6C0509771CA56E87CDB37DD602D88F36 /* GPBWireFormat.m */, - 46862E466AB9C3701971CA5F6591D0DC /* GPBWrappers.pbobjc.h */, - FAC5A92DA11131162B8A8D5D8E89755C /* GPBWrappers.pbobjc.m */, - 1FDCEE6B910DFAC0E9C772B99EE56625 /* SourceContext.pbobjc.h */, - 5158B6BAC0B683F0ED5396925F1455B4 /* Struct.pbobjc.h */, - 6C20E80C571982C11FF077A63BEDA767 /* Timestamp.pbobjc.h */, - 749BEEC667E8C1178984A3CF8A3945FD /* Type.pbobjc.h */, - 9DB164CC791FD30A2834AF58B3810F1C /* Wrappers.pbobjc.h */, - F979CF3B5FBE72E1AEA8EA671582E91F /* Resources */, - 8704133608C66C999012B71C67D94077 /* Support Files */, + 074A8D5E2BD458A0A037425B37FA13E8 /* IQBarButtonItem.h */, + 835B14B021EA07DC58D7867C7CE29751 /* IQBarButtonItem.m */, + 7D3C2784C4EBD0062E5286B69DA40BE8 /* IQKeyboardManager.h */, + E479053894FB05520F23F458F94F0E9D /* IQKeyboardManager.m */, + 6B0B02A86995D95EECEA810FF772E2F1 /* IQKeyboardManagerConstants.h */, + C17DA10B8BF10E1FF8ED60FDA702C7C6 /* IQKeyboardManagerConstantsInternal.h */, + 7FCB315986CCDAF2D2E86BB5A85075FF /* IQKeyboardReturnKeyHandler.h */, + 4BCB1BFA192A0BA0B0E30F2564C2E813 /* IQKeyboardReturnKeyHandler.m */, + 0BB879BAF18EDD23E5581B0ED0079770 /* IQNSArray+Sort.h */, + C34FE0902266A0539422D40FDE9DBB99 /* IQNSArray+Sort.m */, + D42A5033F1E18FB2F3A89D182DFBDE0E /* IQPreviousNextView.h */, + D31506A7E7D63633469AE626EBFEF912 /* IQPreviousNextView.m */, + BF776CF5AFA65D051141C8CCF61C2831 /* IQTextView.h */, + 73C8C1F3B5DAAF013B51E1F35A43A721 /* IQTextView.m */, + 554F35B3E857ED7DAD19B5606BC444FA /* IQTitleBarButtonItem.h */, + F43E2FD45EB0DCC5E3AF08F10ABD9459 /* IQTitleBarButtonItem.m */, + 68BC0302497BB8223F289D6E24643809 /* IQToolbar.h */, + B1D35391D34E98E9F01B578EB3382EBE /* IQToolbar.m */, + 243A83C6A79656320E25137D1FE7F964 /* IQUIScrollView+Additions.h */, + DE91DDA59E480F06AE5619F8BFEADE22 /* IQUIScrollView+Additions.m */, + 40162E5E090DFCE5C40E54868A06C7CD /* IQUITextFieldView+Additions.h */, + 60E08207A409D962BAA813D6CA1F52F0 /* IQUITextFieldView+Additions.m */, + 57771C12BD6038BAC576B16C8F4B2B3E /* IQUIView+Hierarchy.h */, + A771C6CBCD308F2C33294CE887A64A0A /* IQUIView+Hierarchy.m */, + B441A6373C1E088EE6EED95A41B3CBB8 /* IQUIView+IQKeyboardToolbar.h */, + AC78BB3911CBBC33ABF65EF3B3809CE4 /* IQUIView+IQKeyboardToolbar.m */, + 77E33E5E2ECED7B6D25208B3ABFE6FF8 /* IQUIViewController+Additions.h */, + 167132E18DA18997F40FC8AFB6BE59FB /* IQUIViewController+Additions.m */, + D23696DCC07EE7D41AD0A6F4F8A25ED1 /* Resources */, + 326F2D6E36AFE300219D651AEA7A1679 /* Support Files */, ); - name = Protobuf; - path = Protobuf; + name = IQKeyboardManager; + path = IQKeyboardManager; sourceTree = ""; }; - AD244E37F21C82AB791976DFC0B91C22 /* Core */ = { + ACE26928374FA5D0ABFA5CA1734275FE /* Location */ = { isa = PBXGroup; children = ( - 37FBF5391BBB5280F15041DE59EAE7F9 /* NSBezierPath+SDRoundedCorners.h */, - 08A7023C52345C508988051E5EE1F7EE /* NSBezierPath+SDRoundedCorners.m */, - BCF2A79A1CCAD410454C190955386D1C /* NSButton+WebCache.h */, - 5C8E309E449353BA9E88041E725C3240 /* NSButton+WebCache.m */, - D8E080E375BEB544709F641AB0369521 /* NSData+ImageContentType.h */, - B69E322B6DF26946B4E37955EAB6FDDD /* NSData+ImageContentType.m */, - 9D60F9452422D2548C79E8680FE1D976 /* NSImage+Compatibility.h */, - 37A171C91C19D0F12C6EC7F0FFF8E15C /* NSImage+Compatibility.m */, - 59A9ED22FE2FE804CA389E6D8653E544 /* SDAnimatedImage.h */, - B9353A29D6EC6E90EC2C64FADEDD0A22 /* SDAnimatedImage.m */, - E4FAE4B9CC1934D1C85C22DC6E67F58F /* SDAnimatedImagePlayer.h */, - B5197FC8F3CA8278F03C3E69101DA835 /* SDAnimatedImagePlayer.m */, - 5BA80F3843FD77DE4AE38E0BB6FD35AD /* SDAnimatedImageRep.h */, - 8622D12E0AC31FB3A85CD6DC41378BBB /* SDAnimatedImageRep.m */, - A054FBD9092C16401FFBD55D55C8AF62 /* SDAnimatedImageView.h */, - B02CD8CDEFE292CD3557E36E17A6FB7B /* SDAnimatedImageView.m */, - 8894C7A542AFDB70DE5A9A8BB69ED8EC /* SDAnimatedImageView+WebCache.h */, - 1E061233B1799471B81C71C2DABD1D6A /* SDAnimatedImageView+WebCache.m */, - FD63D4E1A24ACB8F4FAC2ACBF321F560 /* SDAssociatedObject.h */, - 61B8191C761F55FF121C7571334E3197 /* SDAssociatedObject.m */, - 07C2B7657EBE23C1400CE1F43EF5AF7E /* SDAsyncBlockOperation.h */, - 425F58D75A337964475D8BDD83ABD04D /* SDAsyncBlockOperation.m */, - D792F130A469C6670AC492178FA4D112 /* SDCallbackQueue.h */, - 179266BC2C3B9C1BC1AB76D7677AF624 /* SDCallbackQueue.m */, - 586C397A0CE78A849C9C64F6C1AB1B7B /* SDDeviceHelper.h */, - F51481CE626E7B7B928CD7CF0704F580 /* SDDeviceHelper.m */, - 7F399192B4E0B59417904626FC68275B /* SDDiskCache.h */, - C9ED034EF0A7164FDED8ADC512A418CF /* SDDiskCache.m */, - A9E5769E8BE3315EFFB5CDF0CA40BFEF /* SDDisplayLink.h */, - 3FB04540F536CE9A17AEAFC02540303E /* SDDisplayLink.m */, - 96CFE93F542A68F13873B7A2311998B7 /* SDFileAttributeHelper.h */, - 30F048CA0AE11A263618A72FA4FFC37C /* SDFileAttributeHelper.m */, - A34EEE4E7CD8FE8A71C0428F1EC3EFB8 /* SDGraphicsImageRenderer.h */, - 626BB9A04BF481E00E9842E0113F90AA /* SDGraphicsImageRenderer.m */, - 981B62113BD0DA69A54FB78AFEE784C2 /* SDImageAPNGCoder.h */, - E75877C0839B68DB156C9EFC81B0FB0F /* SDImageAPNGCoder.m */, - 4954EA086BF966885872FE25853BA697 /* SDImageAssetManager.h */, - 53A91BA8A01AFB9B24A1CDF1BC6B8952 /* SDImageAssetManager.m */, - F9C90C051621F066A3D2F27F52C026E5 /* SDImageAWebPCoder.h */, - 4CA49C94F05A2187AF5FFA52A89B5F2D /* SDImageAWebPCoder.m */, - 8CE1912E0C18C5CD4EFB419D62667262 /* SDImageCache.h */, - 42DC58EB8CC42ADC838C26B96E59BB14 /* SDImageCache.m */, - B7A6746B537DB89FA421A75F17088A77 /* SDImageCacheConfig.h */, - F6C2D9118926E9DDF9259C614E34F096 /* SDImageCacheConfig.m */, - 52864092240DC4531C349BDF313B651F /* SDImageCacheDefine.h */, - 8EB95657DE06379818EEFDF02FC742BC /* SDImageCacheDefine.m */, - 374F257E854D9B1A189B5FB06602026F /* SDImageCachesManager.h */, - 19EC4EE0C567873774C66292AEC15EFD /* SDImageCachesManager.m */, - 3E8B4B231A3F303B1FE0DC0673804179 /* SDImageCachesManagerOperation.h */, - 7797D0A0ADF164212771042AC5E18FA9 /* SDImageCachesManagerOperation.m */, - D37A688C16B1234239DED92E3320D15B /* SDImageCoder.h */, - 4BCBA05C056BE50368553A3FE1794CEF /* SDImageCoder.m */, - D9C3738F91D2216AB5CF82365500EF2B /* SDImageCoderHelper.h */, - A506CAE9E5DBB528A3DF2AC9A078EA8A /* SDImageCoderHelper.m */, - 47A8E8E73773FFA3CBADB473AD8A91AD /* SDImageCodersManager.h */, - 8E587B44A2FE47CDECE41B5B3B3DEEAA /* SDImageCodersManager.m */, - 1D0B3DEB1714934F5017308B34D0703C /* SDImageFrame.h */, - 1E1F7BCD40A282679B5ACF989AF45F25 /* SDImageFrame.m */, - C3E48BE87B8C0C0D804379966D58D8D8 /* SDImageFramePool.h */, - E99AB24F3B2913D2410969663494C479 /* SDImageFramePool.m */, - 5892E24D8A698EBF900F733AFB9E40C0 /* SDImageGIFCoder.h */, - D4A94EDF166017F836A2F4FAB770A2A5 /* SDImageGIFCoder.m */, - FEEC1915846135604DE448031E0DBD33 /* SDImageGraphics.h */, - 3FA7B1A5443DB4247116DF057334E34E /* SDImageGraphics.m */, - DD4CD0B1E4329CD87FB920343A3D00F6 /* SDImageHEICCoder.h */, - 0BEABA91D373BF2ACDEFE09097D6B745 /* SDImageHEICCoder.m */, - FAC8BBDB51284975BAC168144CF24160 /* SDImageIOAnimatedCoder.h */, - 53A7C6BE80C8D1B02CBB4B203B4AE16D /* SDImageIOAnimatedCoder.m */, - C005CD9427CF96E31FC220AE74F97744 /* SDImageIOAnimatedCoderInternal.h */, - E7E4513BAFB9371B25CB9D6F1DDA6A07 /* SDImageIOCoder.h */, - 070EC055ABB58F2DE3D093EEB55C18F7 /* SDImageIOCoder.m */, - 1255387576CCE8313FF05DEDAF799591 /* SDImageLoader.h */, - A514397B4D917730AB6D898D6305E2A9 /* SDImageLoader.m */, - F1FF064C40D7D723E9880B09ED29008D /* SDImageLoadersManager.h */, - 84A22F912D671BD9C38E83D82CD609F5 /* SDImageLoadersManager.m */, - 52CEA02CA2C86A695488682B0ED4643E /* SDImageTransformer.h */, - FC4E8FE35DCD38D7A7E1980DCBAA4BFB /* SDImageTransformer.m */, - 3669B9D9B4922F9AEC4046F6C6A18C8F /* SDInternalMacros.h */, - DFFB6D1532803A3F738F4A9FD59EBF77 /* SDInternalMacros.m */, - 66E740293F0165C37F9706BD734847B4 /* SDMemoryCache.h */, - 6C3AE4ACBD0DF8C1211665C01F41EFD8 /* SDMemoryCache.m */, - D488DBC8E27EED6616FE1AFFF663B7D7 /* SDmetamacros.h */, - F9BA14945E139C4567A39D99223B4A74 /* SDWeakProxy.h */, - EF93B3640C08C144E0F52756EA96E8D3 /* SDWeakProxy.m */, - 04F2E273AD98B5402439CC78936C5217 /* SDWebImage.h */, - 9AEA63AD0F5D203B883FE2860A36BF94 /* SDWebImageCacheKeyFilter.h */, - 6357121AA9EC74D1AA4218F756C2EEE1 /* SDWebImageCacheKeyFilter.m */, - 8714EB5687EBCDAB9ED109CBA2304678 /* SDWebImageCacheSerializer.h */, - 881A35A4B8A8F46F01049907FE90A46E /* SDWebImageCacheSerializer.m */, - E5BBF9FF824780EF9D3A870677253467 /* SDWebImageCompat.h */, - 2E5F7F19C81AD93CA6819B2DC599E89D /* SDWebImageCompat.m */, - B3EFA030454F7A7EFF92DA22D9943AFF /* SDWebImageDefine.h */, - B679C0655074D606AA2C774339FD7D46 /* SDWebImageDefine.m */, - AFAB1F0E95253035F38051174F68B468 /* SDWebImageDownloader.h */, - D6E3B653DB0FD359B9959046355F7388 /* SDWebImageDownloader.m */, - D823FB07B92337051CE017901F7E34A0 /* SDWebImageDownloaderConfig.h */, - 8E181961FCB60B6D14994C2890037357 /* SDWebImageDownloaderConfig.m */, - DF0BBA9B42464B4176B06338BCAADE41 /* SDWebImageDownloaderDecryptor.h */, - 3C0BD0C10DA136133A117EA08236E700 /* SDWebImageDownloaderDecryptor.m */, - 2335CA9DB919E6FE3491B0DC6ED22569 /* SDWebImageDownloaderOperation.h */, - 33C7A38BE28DEEA49F3A692023E68CD5 /* SDWebImageDownloaderOperation.m */, - D479BA1C8C604B48DA8A04018EDA3382 /* SDWebImageDownloaderRequestModifier.h */, - 49165D3F80366D32186A3AAC57E6D8AC /* SDWebImageDownloaderRequestModifier.m */, - AD696186A1BF2A482C52650529E13051 /* SDWebImageDownloaderResponseModifier.h */, - D35260602FA0F8F5989140704877FD64 /* SDWebImageDownloaderResponseModifier.m */, - 095150C2759A526C892A2B6132FCBEE9 /* SDWebImageError.h */, - DA665001896216EC56E38F8B6CF9C11A /* SDWebImageError.m */, - 771CD80A64A178845FC2C4BB567A4538 /* SDWebImageIndicator.h */, - 29CE0D7F908564A238F70D76322D7C83 /* SDWebImageIndicator.m */, - A7FBF8F01AE1585F2D8153B34446ED00 /* SDWebImageManager.h */, - 1CCC26D7A014F04D3FF49AF42C9F966C /* SDWebImageManager.m */, - 6F7EE4FA982C7FB8A72E152F7448932D /* SDWebImageOperation.h */, - 759AF02F1630A1D1A0A68E6A36D7C296 /* SDWebImageOperation.m */, - 381C0C51650DE5BB3FF030BC00F289F7 /* SDWebImageOptionsProcessor.h */, - C8E968C43C6B5C68801618FF48203921 /* SDWebImageOptionsProcessor.m */, - D9099313D0213D6D25EC9DB1627C3A64 /* SDWebImagePrefetcher.h */, - D6EFAB0D634A7CF321E4DE5C37DD9A91 /* SDWebImagePrefetcher.m */, - 60563E42F8C2BDF7A5316DD00173C890 /* SDWebImageTransition.h */, - 9B30693507E84DDEC66045E3DD7397AA /* SDWebImageTransition.m */, - 37065A75D83E7396C1993697D64B2C16 /* SDWebImageTransitionInternal.h */, - 4CAB3DAEF0E00F0F21C97646381AED5F /* UIButton+WebCache.h */, - 07362453DEAADF8829AA12FA96BCE721 /* UIButton+WebCache.m */, - C57FCF8705AA31A1608CC0053A7C56B2 /* UIColor+SDHexString.h */, - 2AC8556128C53E4DDFF0360719135975 /* UIColor+SDHexString.m */, - CAE391A4AB25A8264FABBB5A8646EF2B /* UIImage+ExtendedCacheData.h */, - 59CA764D4D271AEEA362F8B3EC71ED60 /* UIImage+ExtendedCacheData.m */, - 3A65777FEF1D37CB29AAA9B70EBAC6C9 /* UIImage+ForceDecode.h */, - 38B44D679DFCCC7F57518443D86AFF4E /* UIImage+ForceDecode.m */, - 493CC25D5A1C1722BB3C9A944434F6C3 /* UIImage+GIF.h */, - E7E49E1A2E12BC5E171A2E605535C23C /* UIImage+GIF.m */, - A01F184A36753F1D2B521D2E3A311EFC /* UIImage+MemoryCacheCost.h */, - F22ED9F84F9FF9D560A293ECEF669F61 /* UIImage+MemoryCacheCost.m */, - D0F5589533F2D0723DEADB5EBC6D7482 /* UIImage+Metadata.h */, - 9BA1F95BC2AE0EAB023475411F2E5D65 /* UIImage+Metadata.m */, - 7F9F6F40AB8B6C82E514BD3868B3C40D /* UIImage+MultiFormat.h */, - 5A9FA9509C89FFF41AE1164D36C0C985 /* UIImage+MultiFormat.m */, - B28DB461D2927E771DBAFDC89DBA4548 /* UIImage+Transform.h */, - CDCE0020309A5F2ADDFEEAA7592443CF /* UIImage+Transform.m */, - 050E9C412B482842673928065F7D1958 /* UIImageView+HighlightedWebCache.h */, - C321EB295C351AF59772E6AEE2A6D27D /* UIImageView+HighlightedWebCache.m */, - 546050D3806424147A820EF88B7C56C4 /* UIImageView+WebCache.h */, - 5C4B739BEFAA0E94F4B683D81609CE1C /* UIImageView+WebCache.m */, - 5CF4D2FE91FD3D313739E44B80DDA00A /* UIView+WebCache.h */, - B797D80EB0169E30138FE4FBEE6B2DC6 /* UIView+WebCache.m */, - 89227E5AC00A91AE71BB799F2AA978DF /* UIView+WebCacheOperation.h */, - 0E70FF339EB00931C8B39F8AB9932B20 /* UIView+WebCacheOperation.m */, - 8123DF9F96F2C3A468AF0A2227154768 /* UIView+WebCacheState.h */, - DCCD650D6DF16F350F448384A3F516A8 /* UIView+WebCacheState.m */, - 91B900BBA96F456ECB41DFFB16E05763 /* Resources */, + 47570920EC20471485C29A4E612576F9 /* CLLocation+LL_Location.h */, + 5AC26E0CC31DC762BC53D80C732C88C3 /* CLLocation+LL_Location.m */, + 5787431E182C2C028865A643CE8281F8 /* CLLocationManager+LL_Location.h */, + EEB3A234C9591D1849B45C6AC34893C3 /* CLLocationManager+LL_Location.m */, + AA92F657844506ECFD78A3F8E80BFB5F /* LLAnnotation.h */, + 9311B1C0FC3B6F167BE127007EC329FD /* LLAnnotation.m */, + 1C5CEB0F485F6C71237FE806F103F1B7 /* LLLocation.h */, + BAFB29B92EBB8586CA9607C18704F5E5 /* LLLocationComponent.h */, + 95E8855D74C5A8179F21428FFF8F66DF /* LLLocationComponent.m */, + B70762AE5585E9167ED78CF9D21CE44E /* LLLocationHelper.h */, + 0660155C206C46E9FCFFC2C31208B850 /* LLLocationHelper.m */, + 19C984CABE0ECAD4B1C2DD8AEF46E162 /* LLLocationMockRouteModel.h */, + 34D93C9297328610ACF27876CF33736A /* LLLocationMockRouteModel.m */, + 2FAC1D6266366890AED4E99B3BCA1759 /* LLLocationProxy.h */, + 3EA9632425E1D0BF20F2F54C565736D5 /* LLLocationProxy.m */, + CBA3C4C36469F6C1949C9FFFAE57FBB4 /* LLLocationViewController.h */, + F4B4AB50DF3D7532AC630B88623036E9 /* LLLocationViewController.m */, + 5DD9E47A92E21C37AC729307F65A92F4 /* LLLocationWindow.h */, + 7C9CFAED4E5655E64094CE25F2CEDEAF /* LLLocationWindow.m */, + A1343ACF5CBB8C5A3B298874CE14FB23 /* LLPinAnnotationView.h */, + E2915E9CB3A03E979634EDA449C01254 /* LLPinAnnotationView.m */, + 9DE82BE1ED377DA9A7BCA3471B02CE93 /* LLWindowManager+Location.h */, + DECE1B3117449129BFF50148E603B73E /* LLWindowManager+Location.m */, + 9C0E2F0E4B3BFEF3C213273E03E72390 /* MKMapView+LL_Location.h */, + 9246ABF853E63CC3F2A76B3A2876FD02 /* MKMapView+LL_Location.m */, ); - name = Core; + name = Location; + sourceTree = ""; + }; + AD8D052EFC9FFC9F00F418472AD3FA9B /* SVProgressHUD */ = { + isa = PBXGroup; + children = ( + 635E0A4B59A3FE7DD87871887D6292AA /* Core */, + 472E158C31B9062E232476929B04C03C /* Support Files */, + ); + name = SVProgressHUD; + path = SVProgressHUD; sourceTree = ""; }; ADF8C7AD26A943E962DD067925716E79 /* BaseCell */ = { @@ -11825,35 +12044,19 @@ path = BaseCell; sourceTree = ""; }; - AE75299C0EE0ECF2B561F97C6DEB36A1 /* Support Files */ = { + B095381623805DA590DB947D5AC782AE /* Support Files */ = { isa = PBXGroup; children = ( - E161221EBA05B88D62E746414C560D43 /* TZImagePickerController.modulemap */, - A30C065247D0D713F216F91EB2CCE0A1 /* TZImagePickerController-dummy.m */, - CB051D6342E35A62748D5695DA22D676 /* TZImagePickerController-Info.plist */, - B43FC3C5CC9B826935924F7F1EA12B8B /* TZImagePickerController-prefix.pch */, - F4D5EF3E9841636963E4EDDCDF6187F1 /* TZImagePickerController-umbrella.h */, - 35CC6DBCAD38C47C3CD1ED1C276F2416 /* TZImagePickerController.debug.xcconfig */, - 6605C6E24318FF0858D7894465B8CF34 /* TZImagePickerController.release.xcconfig */, + 95C0425BD60FAC9F2B5F48DE52D1D424 /* YBImageBrowser.modulemap */, + E79C6ABF2E00EB2DE2082A51DB187D2B /* YBImageBrowser-dummy.m */, + F815A3009D2A4449C8B5024419A77488 /* YBImageBrowser-Info.plist */, + 4B48E315A7A1B156154DBCFA2C10C784 /* YBImageBrowser-prefix.pch */, + B154512A5D80EA9868866F089B9D8534 /* YBImageBrowser-umbrella.h */, + C8F1A781F96D6029BC0E44189AC6A6BD /* YBImageBrowser.debug.xcconfig */, + DBAA92E6E578424963E3EFC06C39BC60 /* YBImageBrowser.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/TZImagePickerController"; - sourceTree = ""; - }; - AF3552D6A8DD948563A19DF19ACECD70 /* Resources */ = { - isa = PBXGroup; - children = ( - 6E83C30EDB74218EA5F36BAAEA976F47 /* Media.xcassets */, - ); - name = Resources; - sourceTree = ""; - }; - B03AADA0FC0CA8EDCD7A2A1E5C2935C7 /* RtcBasic */ = { - isa = PBXGroup; - children = ( - 42490F23F25493A4B938BCD481175E85 /* Frameworks */, - ); - name = RtcBasic; + path = "../Target Support Files/YBImageBrowser"; sourceTree = ""; }; B1835287B0ECCFADC3F2B3D388102C78 /* TUIConversation */ = { @@ -11876,19 +12079,41 @@ path = ../TUIKit/TUIConversation; sourceTree = ""; }; - B1C39EA669FD5BDAD43672BB437B088B /* Support Files */ = { + B2B06D64902812E3B4443AD89FDD2F2C /* Support Files */ = { isa = PBXGroup; children = ( - 83322E3A2A4D13B2A737B5A98FF0A962 /* QCloudCore.modulemap */, - CEF0ED2E06CBE14491AF9FD14CEF3B9C /* QCloudCore-dummy.m */, - 3CF202DD067955FFE62E96A64DB799E6 /* QCloudCore-Info.plist */, - 0A5C406889543896E1481825ACC14D92 /* QCloudCore-prefix.pch */, - F73BA879E079E1A5AE0928F81B96C87F /* QCloudCore-umbrella.h */, - 9ADEC0611E7F3F1C59D7EC77A23F7069 /* QCloudCore.debug.xcconfig */, - A16D3E962028F954BA527E95B4340C14 /* QCloudCore.release.xcconfig */, + F133A22A3129C12D0D4C71FC8C65893E /* FMDB.modulemap */, + 79F13171DDE1EABB548A68FE2430E930 /* FMDB-dummy.m */, + 513397D39367CC6BEB1E7E3EA0074F9F /* FMDB-Info.plist */, + 62A0664A6C2FD7DC87396399CB2C11DA /* FMDB-prefix.pch */, + 1E71E9830389410F535A66A15E13D895 /* FMDB-umbrella.h */, + CFA429166C94CEC84D929434842BD1D8 /* FMDB.debug.xcconfig */, + 960F58A2207EC501A6062FC6E097D486 /* FMDB.release.xcconfig */, + 42809EF43837E4D33FBC1C21C8563425 /* ResourceBundle-FMDB_Privacy-FMDB-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/QCloudCore"; + path = "../Target Support Files/FMDB"; + sourceTree = ""; + }; + B31762F29A288131F0BBCB976841A431 /* Zip */ = { + isa = PBXGroup; + children = ( + 0AFB8B7453CC72A99A7D7418977D68A0 /* crypt.h */, + 5F48BCBC6B43335E74E87302A3BF5226 /* ioapi.c */, + 3C7698700B6DED067DCD260A5CDF0123 /* ioapi.h */, + 52ADA7BF884465687D18DEAAD7BF1A4C /* Minizip.h */, + A788CEDEF1281778A633CC90035FEF2C /* QuickZip.swift */, + 575074E78BA5B84374BCBBC3FB5D0E69 /* unzip.c */, + B0EAD9D20E085AA521E0A01BA4EFFFFF /* unzip.h */, + 7022FBC556B9CA5B4E6D51B7AD698432 /* zip.c */, + EAC4B9514014658FE59B950F8526CB9A /* zip.h */, + A0A09D5BA8C0CB662524A1F5F4247022 /* Zip.h */, + BEEA77552B0A4B2C66210604A52A9809 /* Zip.swift */, + D790E78431B7B6C65466C5AD0212C750 /* ZipUtilities.swift */, + 631BAE4E51AC82835EF47877B14CE645 /* Support Files */, + ); + name = Zip; + path = Zip; sourceTree = ""; }; B31C4A87E39A02F53B23D4084842BC66 /* UI_Minimalist */ = { @@ -11905,53 +12130,232 @@ path = UI_Minimalist; sourceTree = ""; }; - B44D8271522EA5AB29E307D3372F3D1C /* Support Files */ = { + B5DF59AD8630A9C1CDB492E82EA72D5A /* ReactiveObjC */ = { isa = PBXGroup; children = ( - FE487B1D78699009111C03EA22D6D6DF /* Zip.modulemap */, - 1BE696AE898CF859D435CA3561473095 /* Zip-dummy.m */, - D262B47F6425F26FE5153FE17935A628 /* Zip-Info.plist */, - 17627534BA2F0834C096BC0D027BCF76 /* Zip-prefix.pch */, - 64E8FCDBEE64029AF0E2945C34E14D6F /* Zip-umbrella.h */, - C5AE11E7C369B0D007F232374528F4E4 /* Zip.debug.xcconfig */, - 4F9C556BDAA7116AA9A7D61C98AC802E /* Zip.release.xcconfig */, + 36F5679595177FA283159E2C29F0F6AD /* MKAnnotationView+RACSignalSupport.h */, + DD3103D63C716AEEC7E8677128E43B92 /* MKAnnotationView+RACSignalSupport.m */, + 2DBE604246A14DDACEE5B7D3DB5F3978 /* NSArray+RACSequenceAdditions.h */, + BF89F25971512217C46EB64B7EDFFFDD /* NSArray+RACSequenceAdditions.m */, + 69F58BEADE25C15BB57FD39F431E6500 /* NSData+RACSupport.h */, + E9523D9C1AAA5B5FC5EB9D98665FA5F9 /* NSData+RACSupport.m */, + FB1E5E7F5697D29997D86539EF030204 /* NSDictionary+RACSequenceAdditions.h */, + 9F57E0AD66D5B6E48F971FF2863994C6 /* NSDictionary+RACSequenceAdditions.m */, + F548E5268DC2BEC00758175E5815F1DC /* NSEnumerator+RACSequenceAdditions.h */, + D4F67604087AD9B44011752BE07DCF17 /* NSEnumerator+RACSequenceAdditions.m */, + 4619052B149A59CF08B107FD8972C762 /* NSFileHandle+RACSupport.h */, + 5D25E610D4C8139826C3D0874AE0CC38 /* NSFileHandle+RACSupport.m */, + 53DB3A13494D0945C75A8CC83DE45926 /* NSIndexSet+RACSequenceAdditions.h */, + 689E731BA8875572487080B9232C4F0B /* NSIndexSet+RACSequenceAdditions.m */, + B6CE25D09E27D7653475FA96B8E5A409 /* NSInvocation+RACTypeParsing.h */, + 417D47F79FA20699E18D014BCABD1389 /* NSInvocation+RACTypeParsing.m */, + D895346DCC1EEC48430C7AB6D8E991F2 /* NSNotificationCenter+RACSupport.h */, + D54BD61D5D5F5F1A6B3CE1511E92A517 /* NSNotificationCenter+RACSupport.m */, + 2C688E2B626BC34C9C29DD168F6787B1 /* NSObject+RACDeallocating.h */, + C129887AC76040D80944E3271E38545A /* NSObject+RACDeallocating.m */, + 9ADDA65558D4B72710559DC77F81E6A1 /* NSObject+RACDescription.h */, + 8AC80C25574AEE52CB52EC14E571F2F7 /* NSObject+RACDescription.m */, + 8ABBA7F56284D091BC9CCD3C4AFF2903 /* NSObject+RACKVOWrapper.h */, + 870D52D73C447FD636F9CF734FB46F4B /* NSObject+RACKVOWrapper.m */, + BE0CB99F2CC1942CB5D4BF2501B883A7 /* NSObject+RACLifting.h */, + 3A4C367AAE48F69E68E2FE87339F8C7F /* NSObject+RACLifting.m */, + E940C43AA8850DF05927005D873CDC3E /* NSObject+RACPropertySubscribing.h */, + E248985204E363D5D88D66B6A51A1231 /* NSObject+RACPropertySubscribing.m */, + FB75838E4E884F896FB6DA2518F3E9FC /* NSObject+RACSelectorSignal.h */, + 0C5C9580463D4BC225232992B1A2346A /* NSObject+RACSelectorSignal.m */, + 6FB1730FA26B440689A03347D7FFD81C /* NSOrderedSet+RACSequenceAdditions.h */, + 334EE5884D98D0B5679C36E9B2FB3545 /* NSOrderedSet+RACSequenceAdditions.m */, + F3B4072F36F7257184D4F36695D90550 /* NSSet+RACSequenceAdditions.h */, + 3FD380342D1212C36E6ECDDC90A75895 /* NSSet+RACSequenceAdditions.m */, + 6409A4547321BD98EC557DC097BE28F7 /* NSString+RACKeyPathUtilities.h */, + CD9B3D009399D38ED8B7CFF4FB5946AF /* NSString+RACKeyPathUtilities.m */, + 60FD38A4AA55115FBC59B5A87852AA34 /* NSString+RACSequenceAdditions.h */, + 99ECC615DC12CBCC5B82C58215487A9D /* NSString+RACSequenceAdditions.m */, + C1CF8D6D18654D8A57DF6475F08907F0 /* NSString+RACSupport.h */, + 93CC207FE8CA73A9B6AA8F64B362473B /* NSString+RACSupport.m */, + 27E0E93CCFA56BB73E7183EAC51CB536 /* NSURLConnection+RACSupport.h */, + 56EDDB04846AEE364F6EDFBE68E1305D /* NSURLConnection+RACSupport.m */, + 6EA9A758EDB0FFB8F78264E3C65A3D3C /* NSUserDefaults+RACSupport.h */, + A68C8828D9B34A3887B71A4559EE1B7B /* NSUserDefaults+RACSupport.m */, + 09DB85AFBEE4D504F70C5E51B7D131D8 /* RACAnnotations.h */, + 8CA64B19663E1AD860C1DBDD45CE91D1 /* RACArraySequence.h */, + D0A0D52B91E3638C8012335CD9569ACA /* RACArraySequence.m */, + B6F8B94C603DAB88792D9460911D3553 /* RACBehaviorSubject.h */, + AC7B656C6B434A925F6D21DAFB99417D /* RACBehaviorSubject.m */, + 15AFDEF47EB877C897EED0D77791F711 /* RACBlockTrampoline.h */, + E1A4DB05FD615189A519990FB357D370 /* RACBlockTrampoline.m */, + C94379A48DF2ECDF9A93998124DD39A2 /* RACChannel.h */, + 2C332218B604419EECE39E7E23B861F1 /* RACChannel.m */, + EAC6FA961FAE20CC2F4D997064233AD2 /* RACCommand.h */, + AB398CA6D39164745DA2946992221D1E /* RACCommand.m */, + EA97D6D47CDBA3214BCDB67EC8658594 /* RACCompoundDisposable.h */, + AD6195F03B19453C10D14E9070CF9A02 /* RACCompoundDisposable.m */, + 6824EFFB2DF8DF71A43CF65B2166C025 /* RACCompoundDisposableProvider.d */, + 39C5BB82B35B7997045EBD7D48EE8A43 /* RACDelegateProxy.h */, + A495326D5B3BFA3052250AB5B8E9497E /* RACDelegateProxy.m */, + D1E1B1861E33996537D0FD76AE5B8753 /* RACDisposable.h */, + C6B2B41C696D66D3CAC7078B154DC6A0 /* RACDisposable.m */, + 3A2BB777A0823ECFC930732A675CD2E5 /* RACDynamicSequence.h */, + 59A7B9310A94ECEBD6C6BC55B5F0CFD7 /* RACDynamicSequence.m */, + 35501839523274A5C597CECCC856FFCD /* RACDynamicSignal.h */, + 86BC77178942046B1B23AE3AA182FF1A /* RACDynamicSignal.m */, + 127572DB67007F8A801135939771F028 /* RACEagerSequence.h */, + 4289686FC84BC366898F15A23CE87FE5 /* RACEagerSequence.m */, + C971E7162753EB851D0D620CF42BE300 /* RACEmptySequence.h */, + 69C24E215C1DCF8A326AF4C8D71E2E2A /* RACEmptySequence.m */, + D5AE859C00071D5AC8159BF174F881DF /* RACEmptySignal.h */, + C6582EE43E651B110C9D1E26A58B73E7 /* RACEmptySignal.m */, + 152D5B5F1BD8EC5569E515048548426D /* RACErrorSignal.h */, + BC5ACCF2CA93300B20DAAC7CFCF4390B /* RACErrorSignal.m */, + A7C0ECFD7B93AD89266D93DE95E43DD6 /* RACEvent.h */, + 7D6F235B5692CF90D712CA16F3BD98B3 /* RACEvent.m */, + 008F63873C8A10EE2D666E29DFAAFC13 /* RACEXTKeyPathCoding.h */, + CC767773C1CB2638FFB36AB255AB9FEE /* RACEXTRuntimeExtensions.h */, + DDB5A9E70B50D29C8744FF02D8FBA3A3 /* RACEXTRuntimeExtensions.m */, + F0C8D4F42EF4F7182578706AB456FD16 /* RACEXTScope.h */, + 1C811207F4713369716EAF9D1A84E83B /* RACGroupedSignal.h */, + 1D4567EC41D24E4AD53909CCDDC52718 /* RACGroupedSignal.m */, + 9EE2B0B9371108716ACC1B3666C046BE /* RACImmediateScheduler.h */, + 344D14CDD862F7FFA66F21A4F4054776 /* RACImmediateScheduler.m */, + 59DA9B2263D376F3E9FBCBCCBE12C6F1 /* RACIndexSetSequence.h */, + 2F23D61B0CC9F589C58494AD14BDE64E /* RACIndexSetSequence.m */, + D302DE46FD9F2D8395A21E9C9F264BB9 /* RACKVOChannel.h */, + 80A124C9C8E9669DBE9FC267898AD50F /* RACKVOChannel.m */, + 492214A9C4C992EEC0E3332454C51923 /* RACKVOProxy.h */, + EF5336613FAB00950756F8EF070E1EC3 /* RACKVOProxy.m */, + DB371B6D532270A6795E31793DC45112 /* RACKVOTrampoline.h */, + 88604BE85C421DDC5DF9C5FAF4B36B27 /* RACKVOTrampoline.m */, + 67934A6592EAC88CF17F628887214842 /* RACmetamacros.h */, + 830287E9678FF40DE320F988B49DEEBD /* RACMulticastConnection.h */, + 34A34A7A77FF724D8B73872AB4B7090D /* RACMulticastConnection.m */, + E724A4409E61B77DB108F1770A10BDC5 /* RACMulticastConnection+Private.h */, + 2C5EB95D11C0D1E9CD6DAF5558221168 /* RACPassthroughSubscriber.h */, + 9CD6E1ABF89C0AF209D1109CBE246A53 /* RACPassthroughSubscriber.m */, + 82B58F9B63328F212BBCB1E0B41503CF /* RACQueueScheduler.h */, + 9F014058C8924E8E093B346EB837E8A9 /* RACQueueScheduler.m */, + 69E0118A30D1C9313A86123EBF6BAC1C /* RACQueueScheduler+Subclass.h */, + FDE6A42A9AA5B4D3C6DC4B44ED52EFA9 /* RACReplaySubject.h */, + 4BAB89E28A9BE7D422EC82144C246004 /* RACReplaySubject.m */, + 1E4BAE3BCBAE046DCCDCB68F7059EACA /* RACReturnSignal.h */, + 714400951BF7F4076BF35994A7E3244B /* RACReturnSignal.m */, + 75CD6BBA81E18E1FCAD476F34040143F /* RACScheduler.h */, + 05D5194D4D8748EF12898D7D2FD7BE84 /* RACScheduler.m */, + 12FD2A631558423AC0EC30C4D9AFF958 /* RACScheduler+Private.h */, + 72AE6588BFE6A75AA6083F1285FF3DD3 /* RACScheduler+Subclass.h */, + B42754A4CBCE45F1BE3DD58CFE199DE5 /* RACScopedDisposable.h */, + 9381F19FDBD1334C0CE58AF0243A9374 /* RACScopedDisposable.m */, + 82AF59E660C243F70F7F419536EF9C70 /* RACSequence.h */, + 3573F4D2077711D962645AC580607D96 /* RACSequence.m */, + 034CD2B94B134967841DFAEE6A0564C2 /* RACSerialDisposable.h */, + E65DCE680534588C284BC6D2D52D7CB6 /* RACSerialDisposable.m */, + E9A5A165B179EBE3FE9C32B14DD72165 /* RACSignal.h */, + 68D47392AF5083EBFF474BC199CF8F5D /* RACSignal.m */, + 39B7620E45CA262C7A277AFFC11FADAF /* RACSignal+Operations.h */, + 9C1D80AD6A3FEB00A2BF9DF75C082FC4 /* RACSignal+Operations.m */, + 930C3A652CFC2BE4B49D4B3379EE99B5 /* RACSignalProvider.d */, + 6595914839AF666558B44BAF5503DE24 /* RACSignalSequence.h */, + 551ABC649EEA51200060F1F7C3F57132 /* RACSignalSequence.m */, + 313179232A7DB10BBFD2247ECFBC2AB1 /* RACStream.h */, + 245A82796925813C01558755481EB36F /* RACStream.m */, + 84D4C43E547B19FFF1243F577F8CB678 /* RACStream+Private.h */, + C21BE478B272F2E36A3C01619390812A /* RACStringSequence.h */, + 395A38DB3A17770CD37D0700E946D0DE /* RACStringSequence.m */, + 654148251E5784A3B70C24582897A2FC /* RACSubject.h */, + 45BEAA33842E97A7DBE3D595A951FA55 /* RACSubject.m */, + 5BA60F3AC313F1F75527C0A7F2ADB4E0 /* RACSubscriber.h */, + 84A83B09C45515F730DCA6E317525CE2 /* RACSubscriber.m */, + A48627F7F6619BFB69DF5BBA19F75F29 /* RACSubscriber+Private.h */, + B263A6F780FECCA37B1E02047395D9D1 /* RACSubscriptingAssignmentTrampoline.h */, + 5C90C75BA83F4747FF02034E504C8C9E /* RACSubscriptingAssignmentTrampoline.m */, + 2A16C700297E366683CBF82492B4D1B5 /* RACSubscriptionScheduler.h */, + 566FDD1AE49BCCA730F80262075F175D /* RACSubscriptionScheduler.m */, + 7CD0C36A54B0ED77A1DB7071DE9C1447 /* RACTargetQueueScheduler.h */, + C8F6049319BDBD7298EC5931CBF1E32F /* RACTargetQueueScheduler.m */, + 7CFAE35C65B18EA012B5C5ABC350668A /* RACTestScheduler.h */, + F538FC6F3606AF41BAAF78F7B9DA3ACD /* RACTestScheduler.m */, + 174F2A838991AE0A4BEA779E07F522E9 /* RACTuple.h */, + 79E95A5E11CB442AD6A0871CAFDCB85A /* RACTuple.m */, + 2801067C9C69122DC23DC6BC909DB70F /* RACTupleSequence.h */, + B83DC239C7A47ABE6EBEC92A9F69C28B /* RACTupleSequence.m */, + 796A2E6036CFD541F92928EA210E797E /* RACUnarySequence.h */, + 5A9C192F07A5F604561C877379688110 /* RACUnarySequence.m */, + 05F56FCD40988D0D16ADBFEFDAC8F940 /* RACUnit.h */, + 07079074E0A366BF65FC8EE041DC43BA /* RACUnit.m */, + 0838F99300766886871CA3D93658A381 /* RACValueTransformer.h */, + D652D3EBDC4CEF2D56685319CE9C8101 /* RACValueTransformer.m */, + ABE532D4BDA8901D2E1EA64C1A427FEC /* ReactiveObjC.h */, + EEBCB567E77EFBC01B50D635BDEB15BF /* UIActionSheet+RACSignalSupport.h */, + A89461F690D2BB23DB5473E21521867A /* UIActionSheet+RACSignalSupport.m */, + A7D104050DB47F1B14B74410E1440EE9 /* UIAlertView+RACSignalSupport.h */, + FC143A46F0D808941CFF05D09706E53F /* UIAlertView+RACSignalSupport.m */, + 198A1F378067344EF8615ECC69A9B7AD /* UIBarButtonItem+RACCommandSupport.h */, + F38E3D1D319A183438B679D041174FB1 /* UIBarButtonItem+RACCommandSupport.m */, + 2525F4BF48D2CE164DB65AFF89C9446C /* UIButton+RACCommandSupport.h */, + 582E6A48D6537074052E018D7D490FBD /* UIButton+RACCommandSupport.m */, + 6DA56561051F5AB29A5EE756CFCE29EC /* UICollectionReusableView+RACSignalSupport.h */, + FB5C2975282444C5C2154585EB0C117F /* UICollectionReusableView+RACSignalSupport.m */, + 46B2F145755BFF8B975988A25F0DB9D0 /* UIControl+RACSignalSupport.h */, + 922C0C0C201ADBD3873C4B40D8A12AE1 /* UIControl+RACSignalSupport.m */, + 51A54E4592EC00DA605A1DF87219B260 /* UIControl+RACSignalSupportPrivate.h */, + 20B25D9EED33B46F6CB280FA341E3DD4 /* UIControl+RACSignalSupportPrivate.m */, + 9D56E80A01414335AE24BFA99C146640 /* UIDatePicker+RACSignalSupport.h */, + B71F75534EB02C6DBB2A8BC3182C4618 /* UIDatePicker+RACSignalSupport.m */, + EEC101C476DDA90F5D931FEBBC4CF0BD /* UIGestureRecognizer+RACSignalSupport.h */, + 5BE0EFCA8562A466852D293932CEC1A4 /* UIGestureRecognizer+RACSignalSupport.m */, + 1261E1B86133AD7B29DE4D6975849BE5 /* UIImagePickerController+RACSignalSupport.h */, + 6CDB05A4C5CB4D10FE96E25F34690D74 /* UIImagePickerController+RACSignalSupport.m */, + 83AE9D5770ACCC59E554E6C8662FE82E /* UIRefreshControl+RACCommandSupport.h */, + 359E1BF83D5302CA6FCE57DEF75F7714 /* UIRefreshControl+RACCommandSupport.m */, + 5D4A7321A284F8EB62D2A280DC62F42F /* UISegmentedControl+RACSignalSupport.h */, + 24258A797733BDD8D9B5A3E81B63523E /* UISegmentedControl+RACSignalSupport.m */, + DF5CAA9C023F1CB6CBE88C18F8B860D5 /* UISlider+RACSignalSupport.h */, + 6700A5B666E1753D354DFDAD59E0895B /* UISlider+RACSignalSupport.m */, + E3968CFAC226ADB5FAA3E6F3B68C6DD3 /* UIStepper+RACSignalSupport.h */, + 7DD2E7529C7B101E04241E64889EF596 /* UIStepper+RACSignalSupport.m */, + EE028D213D6641F079D1CDC4975B0964 /* UISwitch+RACSignalSupport.h */, + CCDD41D53D71A3D538B493A4B3CBF983 /* UISwitch+RACSignalSupport.m */, + 49915899EA46B58A70549F6D153A1731 /* UITableViewCell+RACSignalSupport.h */, + F38B9E150F9EE1FBCA9BA2778098A272 /* UITableViewCell+RACSignalSupport.m */, + 7AC6FF356CE42A303015F7D9832B5481 /* UITableViewHeaderFooterView+RACSignalSupport.h */, + 05821BB1DB90F8B72B80283C1F0490E0 /* UITableViewHeaderFooterView+RACSignalSupport.m */, + 640D11D10E86F2974CCC92BCEBEEF79C /* UITextField+RACSignalSupport.h */, + 2542C6A038F8D41DB6612FF1BF3EA96D /* UITextField+RACSignalSupport.m */, + 9073332A18D58133D8B273185B64ACF5 /* UITextView+RACSignalSupport.h */, + 768B3EB2D2E8C4342574E16BE83CD23F /* UITextView+RACSignalSupport.m */, + A32BFF97373238D17BA1D685024325FB /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Zip"; + name = ReactiveObjC; + path = ReactiveObjC; sourceTree = ""; }; - B54A38FCEE1EA25F5CE6A7FE9673C7C9 /* Masonry */ = { + B77A27DA0C682E8DC59E52C8C81D8539 /* Support Files */ = { isa = PBXGroup; children = ( - B1960E596D16DDF3EF0C424A461DCF7D /* MASCompositeConstraint.h */, - 012867F77EA4C06969F8E589E4431624 /* MASCompositeConstraint.m */, - 45064926640EDB7B2361D4ABB46D48BD /* MASConstraint.h */, - B87B21B49952B070175DF9812055AA23 /* MASConstraint.m */, - DFD7DFDBB62717B2AAC2E75ED67A2787 /* MASConstraint+Private.h */, - 229456A0002B546AEB3B11619B034725 /* MASConstraintMaker.h */, - 250B79B6BF275D0B3463ACD42672DCC2 /* MASConstraintMaker.m */, - 965810800994EDF115FC7C81D968BB02 /* MASLayoutConstraint.h */, - 1886FABE4F852B01CE143893D8365EFD /* MASLayoutConstraint.m */, - F3ACCE4A9824FD6D2834081E621B653D /* Masonry.h */, - 8B1CD231645C46DF63531F35F10D53BF /* MASUtilities.h */, - E94961F742C6507D2C08B64FAA14C0D4 /* MASViewAttribute.h */, - 55A0F6E976D71D48E4793E256F4C8AE5 /* MASViewAttribute.m */, - 13FEC6BC9EE134DDC176142FABA564F3 /* MASViewConstraint.h */, - CC51C3581194BC4AC710858D53F46EB8 /* MASViewConstraint.m */, - 4EEB90D0BBD347D13F626D96914661D8 /* NSArray+MASAdditions.h */, - 95FE8358D7747A179D03A5C18C0782AE /* NSArray+MASAdditions.m */, - F0351BD5F213FBC346E2339F8043EEA4 /* NSArray+MASShorthandAdditions.h */, - 5FB2FC28DD2551C40A5A86D69A610B77 /* NSLayoutConstraint+MASDebugAdditions.h */, - EF8AFD9D3F89C4C873F22404656CF56A /* NSLayoutConstraint+MASDebugAdditions.m */, - DB30E41C786F3ED229A934C038771D8A /* View+MASAdditions.h */, - C47C14012AEB64E5D97CDFD4AB79E6BB /* View+MASAdditions.m */, - EB84278F9C240163984059166FE0EA11 /* View+MASShorthandAdditions.h */, - 7EF55A83A84BDDBDEE9CEFAF550BEBA9 /* ViewController+MASAdditions.h */, - B285892E042AC483BB9B662E55DCF6B7 /* ViewController+MASAdditions.m */, - BC7C79FB68365A1BA745A56EC048B0E7 /* Support Files */, + DFF3072A03CD15605BFF6265ADD18BB6 /* MBProgressHUD.modulemap */, + 14AEFCC2DF9F134870198D963D0446B4 /* MBProgressHUD-dummy.m */, + 1074E68FE531E129F85D0E4CAEC017A3 /* MBProgressHUD-Info.plist */, + FF6D9339515F7E603BF5C9E3EFA9FF88 /* MBProgressHUD-prefix.pch */, + 51931F8C6A611DB5F9254F2C3FD76B90 /* MBProgressHUD-umbrella.h */, + 1E689DE3243FE96C4CCBD4C28C0ED549 /* MBProgressHUD.debug.xcconfig */, + 572673AC85BBD38286B7AE75B4F3F0FD /* MBProgressHUD.release.xcconfig */, ); - name = Masonry; - path = Masonry; + name = "Support Files"; + path = "../Target Support Files/MBProgressHUD"; + sourceTree = ""; + }; + B7C72D4ECF81B6899D02AD6F70BDB473 /* Support Files */ = { + isa = PBXGroup; + children = ( + 11A84908CB410F27E0D1B1A4717BDA3D /* QGVAPlayer.modulemap */, + 386267B4CDA6DDEAFD5E435A7042CA78 /* QGVAPlayer-dummy.m */, + B2F239D03F2805FD498C299368C8DF05 /* QGVAPlayer-Info.plist */, + C05F9401E9F6BEA017C02CA756E37C57 /* QGVAPlayer-prefix.pch */, + BA2591DBDE3C00A396C3FCE002FB06C1 /* QGVAPlayer-umbrella.h */, + 4948A4E2A18F831AF0CEAB93519CD235 /* QGVAPlayer.debug.xcconfig */, + B26D4644D9478374C0CEA09AF5724A41 /* QGVAPlayer.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/QGVAPlayer"; sourceTree = ""; }; B7F1F19E3AE743A164B04885DBDE9F7F /* Reply */ = { @@ -11980,390 +12384,81 @@ path = Reply; sourceTree = ""; }; + B81F95D97DAE4BF765B7C9BD5C88FFDD /* Resources */ = { + isa = PBXGroup; + children = ( + 6525CEB245DFCDE5C275CD7C19173CE5 /* LLDebugTool.bundle */, + ); + name = Resources; + sourceTree = ""; + }; B8702409602E66193FFAAA0F4DE81788 /* Frameworks */ = { isa = PBXGroup; children = ( - 64E9482F3706B3E509B5B6F1F052D81C /* iOS */, + EC981CDF6EBFAC11C3E7E7192793DA99 /* iOS */, ); name = Frameworks; sourceTree = ""; }; - B881304D2A8814DA549A89F350EDD7BA /* AgoraInfra_iOS */ = { + B8ECBAB4873FBCAD290376F754A62FDB /* SDWebImageWebPCoder */ = { isa = PBXGroup; children = ( - 637749E8BB6B2E2343E3451CFA12E293 /* Frameworks */, - 3DDB300666C43DD01FF7A59FBFD0E02D /* Support Files */, + 8BF770EFA8F8E3338DD93E84D4CD62AC /* SDImageWebPCoder.h */, + 87163DA6308EFF5D67268DC813A7A76F /* SDImageWebPCoder.m */, + 6859AF00D8A1688DE367D1A3FF4F6EE0 /* SDInternalMacros.h */, + 006A5B6AC41E04F92470296C3DC77F67 /* SDmetamacros.h */, + 7FAA163095BE93E2221648E38C74F32D /* SDWebImageWebPCoder.h */, + 33FEE84D9D4D297D8FEC796EBE489BDE /* SDWebImageWebPCoderDefine.h */, + 43F2EBBB96C0C06F1ADF8A659E2E16E8 /* SDWebImageWebPCoderDefine.m */, + D5B56F5CE99543FC1EC1DA4E2E6E0478 /* UIImage+WebP.h */, + 4DD8EEAD5FB9BDADBB5A619C41FCDA4D /* UIImage+WebP.m */, + E38C52590C345E6EBA25708D05C60DE0 /* Support Files */, ); - name = AgoraInfra_iOS; - path = AgoraInfra_iOS; + name = SDWebImageWebPCoder; + path = SDWebImageWebPCoder; sourceTree = ""; }; - B9937B2D0C1ECB3B78433004A4A5501D /* Ruler */ = { + B9E66BD476C2C8C601E670A3DED6B4F0 /* Support Files */ = { isa = PBXGroup; children = ( - 947BB50F945ACD93C0920B78DC1FA996 /* LLRuler.h */, - 771E3184D99EB64F4B54612437318B74 /* LLRulerComponent.h */, - 04695F3AD3921005A28EBA538ECF308E /* LLRulerComponent.m */, - 9C649B3DF8BE9CAD8B695B3552409074 /* LLRulerPickerInfoView.h */, - A465273CA4937B252DFCEF9FE85DA721 /* LLRulerPickerInfoView.m */, - B92838BE8B1A42670B845820CB759CB9 /* LLRulerPickerView.h */, - A526B70077C822C241012C9A03910FD9 /* LLRulerPickerView.m */, - E9B2C06C987B4A6E04E58710FBC3E339 /* LLRulerViewController.h */, - AAC766598D2FF55AAF23A0F6A46B9A60 /* LLRulerViewController.m */, - 036A8493F267A265546920A8E22CBEB9 /* LLRulerWindow.h */, - 91F8647124E0787F55038BB3D25FBB27 /* LLRulerWindow.m */, - 53FF1CAC382D4C785DB69A3A2BBE1ACC /* LLWindowManager+Ruler.h */, - 2B65FEBCB0EF76CFAA00EC8509884F17 /* LLWindowManager+Ruler.m */, - ); - name = Ruler; - sourceTree = ""; - }; - BA56D567A7EAD2ABD33F6ED205CBA128 /* Frameworks */ = { - isa = PBXGroup; - children = ( - A24548632BAE4EFF8D93A1EA64260F95 /* AgoraVideoAv1EncoderExtension.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - BA8A4851A814D3392B85C5B80CEB33FF /* Frameworks */ = { - isa = PBXGroup; - children = ( - 2BAC912E61281A688599CAF2535DF84B /* AlipaySDK.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - BAA08C858F9BD84C2B9A1E7B7D33ED33 /* demux */ = { - isa = PBXGroup; - children = ( - 56B8F4D76A861932A8D1829CC0607A1C /* anim_decode.c */, - AF185AB44875D71E62BF2E58ED0F4C88 /* demux.c */, - D45A5B4953AC305222C3054D5C54F266 /* demux.h */, - ); - name = demux; - sourceTree = ""; - }; - BAFDEC8A4EF30E4F9B60C57671A9C5BE /* YYImage */ = { - isa = PBXGroup; - children = ( - 52D057529923E2CE785AE5DEEB0B190C /* Core */, - 5019B3FD3BA3C5FF35BB87C75752C8BD /* Support Files */, - F6EC3C128E0CE65C73279163CE27B12D /* WebP */, - ); - name = YYImage; - path = YYImage; - sourceTree = ""; - }; - BB81769C2F7A4B8EBEB9F9B854D51932 /* ReactiveObjC */ = { - isa = PBXGroup; - children = ( - A02006565CA489FA42F8C5D9F109547E /* MKAnnotationView+RACSignalSupport.h */, - 153EE398FE075A68208EAEED76E6725C /* MKAnnotationView+RACSignalSupport.m */, - 51ECC2497E7E3CE715361897E1C66AC4 /* NSArray+RACSequenceAdditions.h */, - 2BAAE3507872C8B9A98EDE04DD2B674E /* NSArray+RACSequenceAdditions.m */, - B68B32C40EAACFBF41CA0FBC1546C6AF /* NSData+RACSupport.h */, - 8D25EDCC9DB928F40CE0A38D790A2695 /* NSData+RACSupport.m */, - E0B6C8455312D1E21D836A863FAEB6B1 /* NSDictionary+RACSequenceAdditions.h */, - F2CA35F782DD82F3F4E47B1C834CB783 /* NSDictionary+RACSequenceAdditions.m */, - CF94AD26C9835BA712DC1A55C08DAEF4 /* NSEnumerator+RACSequenceAdditions.h */, - EBA00B33D07C2257E53459D1AA6DF78B /* NSEnumerator+RACSequenceAdditions.m */, - 29A7A5F23205732BB4A1F528C9D20946 /* NSFileHandle+RACSupport.h */, - 76879033625920D4331A6E74D64B6009 /* NSFileHandle+RACSupport.m */, - 5B6DDC7972DDADE492493B995D400DCF /* NSIndexSet+RACSequenceAdditions.h */, - E5E0E5B578A2414D1DF536E421A68252 /* NSIndexSet+RACSequenceAdditions.m */, - 2347A8311733C7AF43399482DB6E21C7 /* NSInvocation+RACTypeParsing.h */, - FF45AD9CA889C84D2B448F3E852058C1 /* NSInvocation+RACTypeParsing.m */, - 873C77F893A4816E5084555066F10F74 /* NSNotificationCenter+RACSupport.h */, - 4896AFD440B9327E4502FA57CB15D87A /* NSNotificationCenter+RACSupport.m */, - 66B5F51CA24193FBCE780EDC93E423BE /* NSObject+RACDeallocating.h */, - 1561E7BDCD20D0328E461774C81100A8 /* NSObject+RACDeallocating.m */, - DC8A31E600A792A21E14A87D62727918 /* NSObject+RACDescription.h */, - 0E38BF12D23CB438D23EBF8BE915E93B /* NSObject+RACDescription.m */, - 0700DE062786EA2F6D99770CE63467FC /* NSObject+RACKVOWrapper.h */, - 064CEDA45AB54736381BEF0722CEED17 /* NSObject+RACKVOWrapper.m */, - 9FF52FFF0BA5779BEB685AF03ED3B4D8 /* NSObject+RACLifting.h */, - 397DCE3E6D13B2709771BD62DFFF1D8C /* NSObject+RACLifting.m */, - 0CB3454E58FE75D89D3F63BC483B12CF /* NSObject+RACPropertySubscribing.h */, - 23196B90844E6084099C006D0089BE25 /* NSObject+RACPropertySubscribing.m */, - EE8DD1631CED20D33D65CF1D7410FD17 /* NSObject+RACSelectorSignal.h */, - B32E21934BB2E8E0CED0C7F3AE0919D7 /* NSObject+RACSelectorSignal.m */, - 85F9486B1EEC1FA8DC233D68E45DF135 /* NSOrderedSet+RACSequenceAdditions.h */, - C5A21116BFD10B2D4FEA6E079CFA608F /* NSOrderedSet+RACSequenceAdditions.m */, - CA0BED4EE8560104777515C15B1B17AD /* NSSet+RACSequenceAdditions.h */, - 3121FA43FAB28AEFB43B567F9077953F /* NSSet+RACSequenceAdditions.m */, - FA94166897E932CA6FF25C4ECC2DCFE1 /* NSString+RACKeyPathUtilities.h */, - A7B0A3711DFEF20A9200906048461419 /* NSString+RACKeyPathUtilities.m */, - B4450DA054D5D02EF98C692E495AC1E8 /* NSString+RACSequenceAdditions.h */, - 8F44CE3F4F0E453A47C43891F081FF7C /* NSString+RACSequenceAdditions.m */, - 4A35217855830B5FCBD9A22EF5A16B80 /* NSString+RACSupport.h */, - 4694FA28176755CD70F11DCD81CED0D1 /* NSString+RACSupport.m */, - 093538C874844EDC1A0A197042A45E9F /* NSURLConnection+RACSupport.h */, - F151C770BFB3BBC0A554E6D2997E8742 /* NSURLConnection+RACSupport.m */, - 263EE999B95713DD0960782B47CBB342 /* NSUserDefaults+RACSupport.h */, - A91DF9F24199E49B4664372B94BADF48 /* NSUserDefaults+RACSupport.m */, - 90391DF6CE0A93C6D9EA0ABCBF2EC469 /* RACAnnotations.h */, - 94F514CCC0F54DE94974B8D9BD3346D7 /* RACArraySequence.h */, - 2A20B13ED97CA4C1F6A13E8FA306642F /* RACArraySequence.m */, - 2594C31B2AEE1C39486F19CE5BE8EA1E /* RACBehaviorSubject.h */, - 66BB1AF1C87BAB9329176155F6C493F7 /* RACBehaviorSubject.m */, - 51207D900C7949AD27AD35C6196E76CC /* RACBlockTrampoline.h */, - A9ED807F800450D9C4F837CA1F24D5D5 /* RACBlockTrampoline.m */, - E5FB34D330D2F3C122CDC554CE2915C9 /* RACChannel.h */, - A5387796E0AB3060099C77C202AFD119 /* RACChannel.m */, - AA59DD14C40BD66A74D38651FCEFEA11 /* RACCommand.h */, - 4885493088496B0A9F42E4653BC29910 /* RACCommand.m */, - CEF0F2326528DDC9C23F31E0F7DC083C /* RACCompoundDisposable.h */, - 9D37D2DBCA6C4594AAF3590760363C05 /* RACCompoundDisposable.m */, - 3A88737F7B4E7160E58FFAA2E27780E9 /* RACCompoundDisposableProvider.d */, - BDF89E7175CF443129F1FEEE83848352 /* RACDelegateProxy.h */, - 1E0A6CF1D49A40449DA267861AD1E722 /* RACDelegateProxy.m */, - 434F24A047F6F5AD0B4311E10778C36C /* RACDisposable.h */, - D88D0F77FB238D4E662C9AE23CAEBE88 /* RACDisposable.m */, - BBDDEA7F7D6153715B217B0861D9E005 /* RACDynamicSequence.h */, - B82A0D7E1A5BEAAB36593700CD9789D1 /* RACDynamicSequence.m */, - 991332021BA6EA0F0A0807C7E3ADA665 /* RACDynamicSignal.h */, - 8926303B207455F38713717E1F6C7EAB /* RACDynamicSignal.m */, - DD7A09C95FA4450752A0DF79E0D085EE /* RACEagerSequence.h */, - E0C3FDC79600F8A0E44431E63963F213 /* RACEagerSequence.m */, - 71F194C96E1870C5F8EB7568160A0893 /* RACEmptySequence.h */, - E6D676BE462C8A5A4EAB6E4541DBD81C /* RACEmptySequence.m */, - D3F3803FD9E0A31A59E9FA60AFDF0F74 /* RACEmptySignal.h */, - 4FAEC03D86C93D4F312C93B5ED5AAE54 /* RACEmptySignal.m */, - 8A1C307E8FEFBA82972B9B07D9B7046E /* RACErrorSignal.h */, - 1FF62029FDFFD732732EF5F2EF5929E7 /* RACErrorSignal.m */, - 9C0752E1B9052AFECD101EBEA8C69BB2 /* RACEvent.h */, - AC9B09FA3426D6DE9ACEABE688BBCD05 /* RACEvent.m */, - D8F69EDF30D389E873EF3E1FA85905B3 /* RACEXTKeyPathCoding.h */, - 9C683F3F0B9711A79A25F1505D26C793 /* RACEXTRuntimeExtensions.h */, - 7030EF4B87EF53E82902BFEC8CFEDCC2 /* RACEXTRuntimeExtensions.m */, - 3C92B0D5A5DC08D351EAC1B4DFB9BDBB /* RACEXTScope.h */, - 8D3CC53B87F8F2D4554CD8FD1FDD9428 /* RACGroupedSignal.h */, - 4FCFA223EDBCA09679E985DD1489EC35 /* RACGroupedSignal.m */, - D848FDA27A465508C6D2DDDEB9516905 /* RACImmediateScheduler.h */, - 319D22F892A6438A469F4F1F3B7F64AD /* RACImmediateScheduler.m */, - E2A1BA9676A2E0ABD52EBABFEE4C3A0D /* RACIndexSetSequence.h */, - 1C67F518C36E23AF40254DBA8D1341DE /* RACIndexSetSequence.m */, - D231EA1EA63CDB0D9177BE3432143F87 /* RACKVOChannel.h */, - 152B09EB5C46C3A5AA864C403CBB9A08 /* RACKVOChannel.m */, - 3C12BE5CAB2519B0F0248C98EF5CD67A /* RACKVOProxy.h */, - 0684286BE588AD832BA8C677DCF5C671 /* RACKVOProxy.m */, - 5C04E04A3257EDDCF57FC9A345960F61 /* RACKVOTrampoline.h */, - 7D520FB3734A205A622A47AED3147EFE /* RACKVOTrampoline.m */, - 1F49515474D94F5D1BC16E8BF0451BA6 /* RACmetamacros.h */, - 2C1248D2950FAF4846F04C3D51F5CD46 /* RACMulticastConnection.h */, - 42C728A59C0AE226E37593713492404B /* RACMulticastConnection.m */, - BE819378C0009619686B38EAAC6294F3 /* RACMulticastConnection+Private.h */, - 07F94D341C349D9A7ADEB1A65768B8C0 /* RACPassthroughSubscriber.h */, - 934F3A0D5E9E6D51DA588C2F649A5ED9 /* RACPassthroughSubscriber.m */, - 44DCFC170E392AF48237565BCC2199CA /* RACQueueScheduler.h */, - 014BE88DC3744AC9119E8D90026F9403 /* RACQueueScheduler.m */, - 92B775B45DE7E0A6F25CAA435FED1917 /* RACQueueScheduler+Subclass.h */, - BBB8E73527FB7E5B15612F429C0A8F2E /* RACReplaySubject.h */, - 6148E9DB32FE775F65B25614196D5C40 /* RACReplaySubject.m */, - 44AE97FCF15E4F9C1D3DA54A92B4B5B1 /* RACReturnSignal.h */, - 898E82C73F718565E9F537B08652C221 /* RACReturnSignal.m */, - 27CF3F36A2F0579FC2DCC7FDC9C92EC2 /* RACScheduler.h */, - 9FE5CD4036232CDEB1DB2A5E819F05C3 /* RACScheduler.m */, - 427488FBC941453A919AEC0ACBFF10DF /* RACScheduler+Private.h */, - F5F5F218E51C83DB84A07324371BD32B /* RACScheduler+Subclass.h */, - 7BA596AF09DC25D4F318AC46F7C2DE57 /* RACScopedDisposable.h */, - 2469A2DB072E0F4497D41355086248DA /* RACScopedDisposable.m */, - 2571385A0C05CA8746E0F28D50C41727 /* RACSequence.h */, - 35FDBDF29A76E644B9627F0011BD8D21 /* RACSequence.m */, - AB327FEAAFD9095A9034BF0C5D5E88E2 /* RACSerialDisposable.h */, - 9D8CA32B7B18331200E33A55F2B91C6C /* RACSerialDisposable.m */, - 88352B406BD5BA371383E95CF2AA778C /* RACSignal.h */, - 08F4D75A4853C8A90BD6B7B4785893C3 /* RACSignal.m */, - AB5E335BA6B5CAEB564577C66299B1E8 /* RACSignal+Operations.h */, - F04A5F532E257E759188C8E6601BE06B /* RACSignal+Operations.m */, - 89DBFBD73EA2E42ACCC0C09C32089424 /* RACSignalProvider.d */, - A32F7DA914A2405DF5F8EF4B2A957B41 /* RACSignalSequence.h */, - AC4D329644DEE93BABC33463AEDA1D67 /* RACSignalSequence.m */, - 86234E6F546FFFC29A15FEC592D1C2EA /* RACStream.h */, - 04548106866B951006921AF00DE0D9A1 /* RACStream.m */, - E2B5421620D8C1B2D573F5B4953B3072 /* RACStream+Private.h */, - B541F42AE2B69D8C59A6D106B6AE1B0C /* RACStringSequence.h */, - 4A6193EB42B940AE1CF0ADC616574F3E /* RACStringSequence.m */, - ACE661F218BED1217BB2E02F63814B14 /* RACSubject.h */, - F53F4D257FEC7DD3D89E1F3C3FA96244 /* RACSubject.m */, - 8F35545C13BDCF4A615CCAAB5E07B891 /* RACSubscriber.h */, - 0DBE6154EA2D73949C4F324280E21C53 /* RACSubscriber.m */, - 518A1560C99DA713CB6C06E2B95DDA29 /* RACSubscriber+Private.h */, - 05B21B4AB11BDEBEE17E7103D179F817 /* RACSubscriptingAssignmentTrampoline.h */, - 75C812E71CF5725A0B7F0DAA45A5E9FC /* RACSubscriptingAssignmentTrampoline.m */, - 85F0B0A0670EDBDBEFF4CC199510D3DC /* RACSubscriptionScheduler.h */, - A7A6223A3CE26074CA9826D818FD6D9D /* RACSubscriptionScheduler.m */, - 4B7875C13EE1A811F6106084804B9569 /* RACTargetQueueScheduler.h */, - 7A232D07C7D89F3CFB0596B6AFA9312C /* RACTargetQueueScheduler.m */, - AD3260D683FB91AB5E1C93B0A64A26BE /* RACTestScheduler.h */, - 5C4F242CD832E3801061800A00E81669 /* RACTestScheduler.m */, - E74B050A3D73D875D39BB6D402AECFFB /* RACTuple.h */, - EEEC6F5B7A994FE6A18E789BF0CD0ADE /* RACTuple.m */, - A573B609D6C8B39620770CD5BA15CD68 /* RACTupleSequence.h */, - 3B15130A662ED9AC1282838D3D5AAF5A /* RACTupleSequence.m */, - 9237AE7D726F70DDD45C541AD4A800DC /* RACUnarySequence.h */, - B27EA90BAF0FBA19DF2D6CDE20BB2206 /* RACUnarySequence.m */, - 6E8080977476EDE067C7237FB558235B /* RACUnit.h */, - 622DDCF1096DB4BB33190FCDA5EDBCCA /* RACUnit.m */, - 784EAA99362BC0C41CE5852297D05024 /* RACValueTransformer.h */, - 7702226C1165C32EABF219A997827653 /* RACValueTransformer.m */, - FF49590BDCF35D6EF1E3CFA0A524C9D1 /* ReactiveObjC.h */, - B88A3739A28696C3C8546E4FA37BB037 /* UIActionSheet+RACSignalSupport.h */, - 5C931A54C2E2C07F96655639E86785D4 /* UIActionSheet+RACSignalSupport.m */, - 4C571E11B7B5B9801B361197A15449E6 /* UIAlertView+RACSignalSupport.h */, - 075EC03CCB7EF582E2F047C0F5904D07 /* UIAlertView+RACSignalSupport.m */, - 31CA26C8AB804A64B74DEFAEAAF24BA6 /* UIBarButtonItem+RACCommandSupport.h */, - F13A129258E41B3295F00EFE8D23CCD3 /* UIBarButtonItem+RACCommandSupport.m */, - 10085F9C69F730D9B2523E9F1C8467AB /* UIButton+RACCommandSupport.h */, - D01045A790CB707EF8D11F839D332878 /* UIButton+RACCommandSupport.m */, - 836D47EDA8BEB432F379BD9A9BEC2AEB /* UICollectionReusableView+RACSignalSupport.h */, - C3C075B5F84B5C8E31A0BA81C62F891D /* UICollectionReusableView+RACSignalSupport.m */, - 349D8C96879E11B1DC187B265EDAB622 /* UIControl+RACSignalSupport.h */, - 09E6A8D33A091100AC35918AAF28B84F /* UIControl+RACSignalSupport.m */, - 90014943D27A4414D6A92F636C655431 /* UIControl+RACSignalSupportPrivate.h */, - E27D21FEAC4F96C7439A48A38ED0D771 /* UIControl+RACSignalSupportPrivate.m */, - 5A6FBB4C8D91B816E85D2AE45DAE84C6 /* UIDatePicker+RACSignalSupport.h */, - 42821BF616C6828D2C8981A83A92325B /* UIDatePicker+RACSignalSupport.m */, - BB1735604A32A761B18E5AB7D7427E72 /* UIGestureRecognizer+RACSignalSupport.h */, - AB337F8DA4B26CBF4559F0E4E4CFA08E /* UIGestureRecognizer+RACSignalSupport.m */, - 9DCCD661606026D325AC54FE741A7283 /* UIImagePickerController+RACSignalSupport.h */, - D3805108AB8AB68C6DD903BA0AEEDD37 /* UIImagePickerController+RACSignalSupport.m */, - 935DE90A8B2DAD1AAC40EBFB11032967 /* UIRefreshControl+RACCommandSupport.h */, - 26BEDB39DD6E60FF7D064ED631198FA5 /* UIRefreshControl+RACCommandSupport.m */, - B75D4455617F6A55CDB1F1819FD7D2B8 /* UISegmentedControl+RACSignalSupport.h */, - 060CA856231CE9AEF91DE3B82284A1FE /* UISegmentedControl+RACSignalSupport.m */, - DA597C2D4AAC3DEED8E7A19C70EA3CEA /* UISlider+RACSignalSupport.h */, - 0E854BD028C282A18A29A41EAF1109EA /* UISlider+RACSignalSupport.m */, - E1AF77422F2BE60E53969576D67E3943 /* UIStepper+RACSignalSupport.h */, - 3455D83AE2F566E310C187F75E25A1F0 /* UIStepper+RACSignalSupport.m */, - 1641B4130A8DD2C2E3021678074209EB /* UISwitch+RACSignalSupport.h */, - 6617ABA08A42582D96197306CB572A92 /* UISwitch+RACSignalSupport.m */, - 500E30DB35DDF6AA73303E1805A5F0E6 /* UITableViewCell+RACSignalSupport.h */, - 1F831A5281096A13920386EF42722ED4 /* UITableViewCell+RACSignalSupport.m */, - B0C7E86F6A25D69A1020C7E430E9328C /* UITableViewHeaderFooterView+RACSignalSupport.h */, - 7AA8DA305EE8D9181700B0E85ACBF0A0 /* UITableViewHeaderFooterView+RACSignalSupport.m */, - F7041DEF3DD898FD8DFBD1B29FE1A075 /* UITextField+RACSignalSupport.h */, - D22A05C657A520EB1959789447F57706 /* UITextField+RACSignalSupport.m */, - C2D9EF1C959CBC79B00089B09679713E /* UITextView+RACSignalSupport.h */, - EB169B301D75510AD8763578FC9D3620 /* UITextView+RACSignalSupport.m */, - 3E16CD633B5C8104A03BA6B0095D4CEE /* Support Files */, - ); - name = ReactiveObjC; - path = ReactiveObjC; - sourceTree = ""; - }; - BBC483E3772FBC4B16FD4EB136929646 /* YYCategories */ = { - isa = PBXGroup; - children = ( - 1832AD024F11EA28E6491B6EE218049F /* CALayer+YYAdd.h */, - E524F37DDADC6EFAD23EF3D70AD82BEA /* CALayer+YYAdd.m */, - A152F29126ECD353288CB6D7282596B1 /* NSArray+YYAdd.h */, - 756CFFC7E845E22F34C163C4786A31A7 /* NSArray+YYAdd.m */, - 19C0F163161623AD623CF6733ACC305E /* NSBundle+YYAdd.h */, - DEF50E39F73539D79DE0EE24D597BCC2 /* NSBundle+YYAdd.m */, - 0A86C790B45E4083031A17C6CEC3638C /* NSData+YYAdd.h */, - D0D2B295BF80FD7647A6E373F02EB062 /* NSData+YYAdd.m */, - 79197E9742FC7ACA3F513F5B1C3E9ADE /* NSDate+YYAdd.h */, - D7F1FD3D056BB47E77EFFA1440556537 /* NSDate+YYAdd.m */, - 1F29DFB2EA1AABDE355EB7AE042635C7 /* NSDictionary+YYAdd.h */, - AC38372D2FD6828F577098071390850D /* NSDictionary+YYAdd.m */, - 4A244D0771AADA020A6977E7310CDB0B /* NSKeyedUnarchiver+YYAdd.h */, - ED3F60124D1F64BE9A869D5B5C500CD6 /* NSKeyedUnarchiver+YYAdd.m */, - 9DCB052C837E4C8AA5199500B64FE3A3 /* NSNotificationCenter+YYAdd.h */, - EF5C2676A38389D598A3D54F2B114464 /* NSNotificationCenter+YYAdd.m */, - 971D3EE6EC1361D862EC9522FE88E5B9 /* NSNumber+YYAdd.h */, - 4F913DD8E9D1DD23E75D985A632219C8 /* NSNumber+YYAdd.m */, - FF9748894B8C35A1825C07C5F420B7C3 /* NSObject+YYAdd.h */, - 841200A96600F47505EE122C123B8061 /* NSObject+YYAdd.m */, - 238139139920DAC159425DC75197A6D2 /* NSObject+YYAddForKVO.h */, - C40B79EAAA6B3CC6CF1E78FFA5D2A559 /* NSObject+YYAddForKVO.m */, - DD4124BE66EA16516FFF8188EFC76F0A /* NSString+YYAdd.h */, - 53817E330C397B22A43D06E36B41D2D0 /* NSString+YYAdd.m */, - 5F51F3BE189188690CCAEA6FE1A67ECA /* NSTimer+YYAdd.h */, - 09B31E3D9630343E9793238698D53660 /* NSTimer+YYAdd.m */, - E3C7F134F837A97CB0F6E17B8B02C872 /* UIApplication+YYAdd.h */, - AF508AC4AAFFCA0A0D366655A7F75716 /* UIApplication+YYAdd.m */, - 08E81CB31ABA8AF4EA8D4DAD52085F1C /* UIBarButtonItem+YYAdd.h */, - 0D5175CC00EA0F15BBA480393710C207 /* UIBarButtonItem+YYAdd.m */, - C5D2969988E90C9E62DEF88128586039 /* UIBezierPath+YYAdd.h */, - 4885DA2AB0FC4B985EDC95880F1CE0BE /* UIBezierPath+YYAdd.m */, - F7657EC539A94C7F0E4F7742CB6A5D5C /* UIColor+YYAdd.h */, - FCFA60F1F51C283C6ECE3B9E71BDC520 /* UIColor+YYAdd.m */, - B12604E41BABB52C997364A828A0B085 /* UIControl+YYAdd.h */, - 86DED4C847CB1687333D82BF77D26073 /* UIControl+YYAdd.m */, - 66542E4E3D3B005611727F8A41CF09AA /* UIDevice+YYAdd.h */, - 278B8B9FC1A43DFA4AD50DE7564A612B /* UIDevice+YYAdd.m */, - 8133891E2F2C6C6C2FA738BA352A7800 /* UIFont+YYAdd.h */, - 4948440EE0B5687EA9D6EB66838E3B1E /* UIFont+YYAdd.m */, - 62BA7E83F0DCC3BFFC9ED548C5094D44 /* UIGestureRecognizer+YYAdd.h */, - B6275FE53E390549AAD224E337C65C23 /* UIGestureRecognizer+YYAdd.m */, - BEB885F0149701199F0189974EBC7D8D /* UIImage+YYAdd.h */, - 9B28C48857CDE0E27AD1F24A76385EB9 /* UIImage+YYAdd.m */, - 9809B70512BD2DA0DD82468228FBE923 /* UIScreen+YYAdd.h */, - A0EDE7E40198B2C8562587370C2E6A0F /* UIScreen+YYAdd.m */, - 1070F25BCB4F54949167FDE4D7B1EFB1 /* UIScrollView+YYAdd.h */, - 8B0AE30712F5FBA31C3678C0A195DBF5 /* UIScrollView+YYAdd.m */, - 81C1129DB71786693EDAB154C89022AF /* UITableView+YYAdd.h */, - D6FE190AD5AD901796B3A1496940A493 /* UITableView+YYAdd.m */, - 10F12302E97BCF14E1D3B73DDB4EF820 /* UITextField+YYAdd.h */, - 10CB15319D4C89805ABB80E01AEAC917 /* UITextField+YYAdd.m */, - AB5418996736D7C56ADC85142FC15FBA /* UIView+YYAdd.h */, - FB55D561B0427F73A37BDD783B483A09 /* UIView+YYAdd.m */, - BFD4096F7B30D29E37016A981BCD4AB7 /* YYCategories.h */, - 58070842DD72A3D1C0A9C4135133D62C /* YYCategoriesMacro.h */, - F92837A12DF81376F8A497838A9EAA5D /* YYCGUtilities.h */, - CE38FE9C7C3B869FB38E67A91A3BF617 /* YYCGUtilities.m */, - F80140007C2D530A1567086C829B4197 /* no-arc */, - 4610AF2FC273553E89485A8F8D78A545 /* Support Files */, - ); - name = YYCategories; - path = YYCategories; - sourceTree = ""; - }; - BC7C79FB68365A1BA745A56EC048B0E7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1A37423603CB86631A25C75E7428AED0 /* Masonry.modulemap */, - FD7C23F715A06E593A4488EB4CB076AF /* Masonry-dummy.m */, - DF5AA58DD20C66D905E01B59655614DB /* Masonry-Info.plist */, - C0E21FB4E53ABCBDEF7D668712AB9447 /* Masonry-prefix.pch */, - F252254B87C079885B1E5BCD33FD7953 /* Masonry-umbrella.h */, - 94DE8F7BB4C72D62AD40BF89FD749202 /* Masonry.debug.xcconfig */, - 1DA7140D48E0E3E591B0673604CC5DB4 /* Masonry.release.xcconfig */, + BDE887C0D578660ED0CB9F27EA8358B8 /* TZImagePickerController.modulemap */, + A2D0DB06DF8DC8C78423EFE96BE5DD71 /* TZImagePickerController-dummy.m */, + 1179193F477E05D1F06B2EE5E7F1FC29 /* TZImagePickerController-Info.plist */, + DF0B93A4DEE286F3D146B65E73D2A02F /* TZImagePickerController-prefix.pch */, + 0BB757D5201F0656247BD46E031869BF /* TZImagePickerController-umbrella.h */, + 629674561A5633AB99ABB8F19D7A9493 /* TZImagePickerController.debug.xcconfig */, + 169128B24DE65C855F265C4EEA2663F4 /* TZImagePickerController.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Masonry"; + path = "../Target Support Files/TZImagePickerController"; sourceTree = ""; }; - BD02F9518FFD861A05243C7D706441D6 /* Support Files */ = { + BA10926D7DB7D5556CC83BC321D6C963 /* Serialization */ = { isa = PBXGroup; children = ( - 2229584A0BC281EAA8ECED045CA5DE67 /* MJRefresh.modulemap */, - B917F66CF01EF9C9879E67E2E6C23986 /* MJRefresh-dummy.m */, - B19F01878E6E00DDEC1E232E65D7722D /* MJRefresh-Info.plist */, - 0BEC2BBADC99E6E8DB2F4283151B1539 /* MJRefresh-prefix.pch */, - 45737676658AB1206146138DF7F2A0FF /* MJRefresh-umbrella.h */, - 539E81F9AA4C78794DAC997EB95A5DAC /* MJRefresh.debug.xcconfig */, - AE650260687E865E28534C92B50333AC /* MJRefresh.release.xcconfig */, - 708660ADE3C79484FD6654E05C0923CA /* ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist */, + 5BBF655B2CF6F717B10C834444E0E6A9 /* AFURLRequestSerialization.h */, + 23CFDA817F4A758563D61E2F222FDDED /* AFURLRequestSerialization.m */, + FCDE70269755E1D88CEFC38153F5D8E6 /* AFURLResponseSerialization.h */, + 94FB68909D0E38C10162FC376E4D7367 /* AFURLResponseSerialization.m */, ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; + name = Serialization; sourceTree = ""; }; - BD570E0E5925FE7057F6621D10EE15E4 /* mux */ = { + BAF3D473EB12499848653C31C37184E9 /* Resources */ = { isa = PBXGroup; children = ( - 01DDF4017E587B9EF1AEA59D1AB0269E /* anim_encode.c */, - 4390ECF02B6670C58E8A831A9A51D222 /* animi.h */, - 70E963D3F3354A877AAEC8CCC24B927D /* mux.h */, - DD86480B7B0E664045E3CE0C8FAD95B0 /* muxedit.c */, - 1D1747FFB2483E7288E1FACBCA24CD46 /* muxi.h */, - FA87F8676E587989AD5F3A0F4AA8DFCE /* muxinternal.c */, - E3A3717E2EB0F7601DF3D74E9ECDF971 /* muxread.c */, + 6F433075FDFD61BD3D772970D51CBA54 /* PrivacyInfo.xcprivacy */, ); - name = mux; + name = Resources; + sourceTree = ""; + }; + BDC0F5313C9A1BDAD90365C3C075458F /* Frameworks */ = { + isa = PBXGroup; + children = ( + B2F3CCE9F33A15A0A7CDFDD4E584A515 /* AgoraVideoDecoderExtension.xcframework */, + 93430B018DAEADF8BE0D364A8F16581E /* video_dec.xcframework */, + ); + name = Frameworks; sourceTree = ""; }; BE2CA4D06E6B2F9B3D45CD42228CDDFC /* Pod */ = { @@ -12374,12 +12469,252 @@ name = Pod; sourceTree = ""; }; - BE870F8C86321E7DBC927B5DE25F38F0 /* Frameworks */ = { + BE837FA0780FEEA36DEB68BD6CB66A0D /* Core */ = { isa = PBXGroup; children = ( - 1AFD837912158353E2D4AA3698EDECEF /* AgoraSpatialAudioExtension.xcframework */, + AE93E13E4CE354280A0E252063D5BC71 /* NSBezierPath+SDRoundedCorners.h */, + F86DED879C05CE4737F8A450EBDB016E /* NSBezierPath+SDRoundedCorners.m */, + B2A854ABB4655F24E101177F0345D837 /* NSButton+WebCache.h */, + 775D300BC7D990A4063A2FD5F0C3E2FF /* NSButton+WebCache.m */, + 3013D0FA51878F58F51CE3B23ADC1A1B /* NSData+ImageContentType.h */, + 3ADC1EFCB1AF0B8A68E4B35C831DC38B /* NSData+ImageContentType.m */, + DF20F79E4150304A20C2F5E13E839E4F /* NSImage+Compatibility.h */, + D7C9A1AD1B07C2FA250BD6924056BF37 /* NSImage+Compatibility.m */, + 26214615A5A916A7BC85AF22D8196C14 /* SDAnimatedImage.h */, + EC854ADAE48D1D721188899ECA252012 /* SDAnimatedImage.m */, + B1DA37174E671AE4220BBB1C2936286B /* SDAnimatedImagePlayer.h */, + FCFFCEAFE7A470EB5AAFE949F127F44D /* SDAnimatedImagePlayer.m */, + 4C58D40FD2776A7FDA0BDA090380771A /* SDAnimatedImageRep.h */, + 6A7F6863AFBD689CA97E6EC8393DF99E /* SDAnimatedImageRep.m */, + 9E0061562301DAB8A60C6E8F0D37CF24 /* SDAnimatedImageView.h */, + D1F8D3E41A28AA964D35B1F3E708465A /* SDAnimatedImageView.m */, + F74C414E4FA55933D388F83A4E083B0A /* SDAnimatedImageView+WebCache.h */, + 40ACC2531666BDAB0A2876B7E5D9B433 /* SDAnimatedImageView+WebCache.m */, + 535F565B9EB227CBF8C5B53911148FA0 /* SDAssociatedObject.h */, + C94D840507F0DE29EF2CD825391F46EE /* SDAssociatedObject.m */, + 407932C5C2AAEDC176A0651B83F5ACFB /* SDAsyncBlockOperation.h */, + E0CEBC0D34578EF2E5D3443683C5C27D /* SDAsyncBlockOperation.m */, + E1B089E2363051EFA1BDDD19AEC60EC0 /* SDCallbackQueue.h */, + 0F2F7AF242A9FB57126EF524CA714A85 /* SDCallbackQueue.m */, + 97662B55E2D3BE7827C64E64FF5129CC /* SDDeviceHelper.h */, + EBED960BB656F5329B4E08E135E516CF /* SDDeviceHelper.m */, + 3D341B540F4FD92B434C11D6C9985A60 /* SDDiskCache.h */, + 66A1E0C78B61397735341B357D9D3AAC /* SDDiskCache.m */, + BD61248C63B66AF34F92BC5161CC2A5E /* SDDisplayLink.h */, + FB1BE54C09C05A188B0B297D189670FC /* SDDisplayLink.m */, + D1EA1229A1AABCA1A9D89FAFF3B59B57 /* SDFileAttributeHelper.h */, + 71F394733BC61DDE29913CD3D8CB6B16 /* SDFileAttributeHelper.m */, + F693DF93994FEE7E45352267246394D8 /* SDGraphicsImageRenderer.h */, + 3177B14AFEF251186EF74B07485204D9 /* SDGraphicsImageRenderer.m */, + 7ACE642F3FEE3C710813AC267F83DAD8 /* SDImageAPNGCoder.h */, + 7D8AD67DCD0B15DE174BD52202C05B9C /* SDImageAPNGCoder.m */, + DC72E27F254FA3F0A236F1ED8FB49B1F /* SDImageAssetManager.h */, + FB9AC36D7D5BFFA98BD1C836117B5380 /* SDImageAssetManager.m */, + 89726A48E9887CC499BA1FD98743DF83 /* SDImageAWebPCoder.h */, + 72276A4D10BA4049AF693C38CA72CC8D /* SDImageAWebPCoder.m */, + 841388DD70EA6DD3C2C73D9EBE69407F /* SDImageCache.h */, + 19F1DD824F5BFC5BE2001061DC7110E0 /* SDImageCache.m */, + 1BF9D175E5728F514907398656DDFD11 /* SDImageCacheConfig.h */, + 6E58E38FA1DD9B24672A9500151FE6D8 /* SDImageCacheConfig.m */, + 81EBD64145A7F2E6BB8BCFDA1E951DAE /* SDImageCacheDefine.h */, + 5A3E3CB782689E1C227545DF241FAA86 /* SDImageCacheDefine.m */, + 009CCB5ECCBDD0D0349A0DD3F1840D80 /* SDImageCachesManager.h */, + B2E0809D3D11BCDF5F9D921FA602AA98 /* SDImageCachesManager.m */, + 291B04650B46310562E293922F80C846 /* SDImageCachesManagerOperation.h */, + FBCE59E5F89897CB22BF15C2FEA28A20 /* SDImageCachesManagerOperation.m */, + E167063F34F8875E4528276B88AE200F /* SDImageCoder.h */, + F38EE928DDDB4EF3B8F17076943B4294 /* SDImageCoder.m */, + 57CF83D4A06C24145D95434E518D10B5 /* SDImageCoderHelper.h */, + 9C1D5CC9DC37E4BED2EBC6320779ABD1 /* SDImageCoderHelper.m */, + 4DE75A2D3A51FADFCB1B2AD6D57507D6 /* SDImageCodersManager.h */, + 8353191B076DCFCFDD3E22215A8D6775 /* SDImageCodersManager.m */, + A020B11400A62FEED618AAE28E48F5D4 /* SDImageFrame.h */, + 6FCFDCBBE6831A0FD8BAC986A4156EC0 /* SDImageFrame.m */, + DCA86B3EC3472514D7FFA9AD8E5A8428 /* SDImageFramePool.h */, + C84ED9F81729FC83452DAB90A84B3B23 /* SDImageFramePool.m */, + E13FE42115F1BE4B99A5F743DA59CCCD /* SDImageGIFCoder.h */, + 14D8274ED96304DA5EC50AA9181960A9 /* SDImageGIFCoder.m */, + 026283798D757DC7DD768757989C94A0 /* SDImageGraphics.h */, + CE377EF1E08CF1DF45CFA6C5B2586431 /* SDImageGraphics.m */, + 4E1190F72ECC2B974637F251B42EF5AE /* SDImageHEICCoder.h */, + BE4C5EBB0573EE795799BD16FC2DB904 /* SDImageHEICCoder.m */, + 8CE4025DBF9D64A7620C5DB2BE5A0323 /* SDImageIOAnimatedCoder.h */, + F18893B3E8895B53059F181D192BD13D /* SDImageIOAnimatedCoder.m */, + D927A8DF77B71E8C0BDE9870A4C0EB0A /* SDImageIOAnimatedCoderInternal.h */, + C372319E2C7A664CB69638F788AF1EFB /* SDImageIOCoder.h */, + 8C6DFCB98E0DAF4BF61B93E0B37EB3EE /* SDImageIOCoder.m */, + BAF802E2422C8C944BCDB38EDB977D65 /* SDImageLoader.h */, + AC898537B7870037F581BF4B63461CD1 /* SDImageLoader.m */, + C8CDA71EE7AA96DD26B58EF75E12EC8D /* SDImageLoadersManager.h */, + 70CBD4C756375967D4C47C612B55B62F /* SDImageLoadersManager.m */, + B19BC4A7D0774600DB844FBF06D0D30B /* SDImageTransformer.h */, + 05462E6D99FBB4C820CCCB0CAF142D59 /* SDImageTransformer.m */, + 2EC04F4D3E9BDF7179AEF81DE3B14FEB /* SDInternalMacros.h */, + AB3203BCB81AAFB2124D744D582574ED /* SDInternalMacros.m */, + B2AE15960181D66CA6253DF1EE02869F /* SDMemoryCache.h */, + 949B809621D2FCC82B4A8BB0D45D9B7D /* SDMemoryCache.m */, + 3A2DD66F2938E33B3C1A9045121C483B /* SDmetamacros.h */, + E851C17A9EBEE3476ECC292BEE27FA48 /* SDWeakProxy.h */, + 64668518D5FC34D69391C2A068F0AD15 /* SDWeakProxy.m */, + 051DA1E0147B6F7888818DE007A07B12 /* SDWebImage.h */, + 9B0CFBFFE8A42298A0C79F142FF06576 /* SDWebImageCacheKeyFilter.h */, + 76538FB9D4C1FE11C74D0ECF94B6FC8C /* SDWebImageCacheKeyFilter.m */, + 990D5421C9512C49357DF6466681D365 /* SDWebImageCacheSerializer.h */, + 87CB8F51735273867BC1F3A2280161CA /* SDWebImageCacheSerializer.m */, + 734D4319540E4C486BDD61A0AC3E7A9E /* SDWebImageCompat.h */, + 56FCE53C56B1AC290EFBCE80ABE7E09B /* SDWebImageCompat.m */, + 0F6635367B857AFEC133F9EA8B14303F /* SDWebImageDefine.h */, + 34D9845B44B14CE5943AC59A347768DB /* SDWebImageDefine.m */, + 9CCFD254093B90F194D64E84096704FF /* SDWebImageDownloader.h */, + 18179FF1980DCE6B00481D77C3A2C3AD /* SDWebImageDownloader.m */, + 970D9EACC78284B54A1F72150FC2E3DC /* SDWebImageDownloaderConfig.h */, + 425FBCDB924209DA27B2FE46CEAE9FF2 /* SDWebImageDownloaderConfig.m */, + 71ED665E1B40DF24A172472AC1B0E894 /* SDWebImageDownloaderDecryptor.h */, + 7DF44ADBE6D1E965ED8E8C85FE44BC00 /* SDWebImageDownloaderDecryptor.m */, + 14F2C820E0F927EBBB9BD8F28BEDEBEA /* SDWebImageDownloaderOperation.h */, + 9809E9AA1758192DBA097A0B85175D3C /* SDWebImageDownloaderOperation.m */, + AC77BBC011C09D588FE14EB494FCAA7D /* SDWebImageDownloaderRequestModifier.h */, + 8D12729993F980B7DABEF1333001B1BD /* SDWebImageDownloaderRequestModifier.m */, + 9AA388CF24F014791D1F4CFFAFB2A70D /* SDWebImageDownloaderResponseModifier.h */, + 343742756CCBBEAC4A488DA7E829DE24 /* SDWebImageDownloaderResponseModifier.m */, + 7C4627632506D9439D7376337580A3FD /* SDWebImageError.h */, + 2B8CE026E7C46B8EBE4A7824274E4F0B /* SDWebImageError.m */, + 8630CE4A1CC6F56A515F98F002B59D2D /* SDWebImageIndicator.h */, + 909D886187D9A3C2ED73F61F3D7036D0 /* SDWebImageIndicator.m */, + CF249896AAC7A2C91F72E06E41096826 /* SDWebImageManager.h */, + 48E747D3BD0CF80AF4362CD4A4163362 /* SDWebImageManager.m */, + BE80E73713E6B92DFD7AD96200871E23 /* SDWebImageOperation.h */, + 4D4FDF3CDCF9454A19778F7E4018ECEF /* SDWebImageOperation.m */, + E842D4A311BEC1E2D6CC6F09C6830051 /* SDWebImageOptionsProcessor.h */, + 04D873B046F92DCA3B57BC504293DB20 /* SDWebImageOptionsProcessor.m */, + 1BF12C4F44B5E6D9F26F66C3B430397D /* SDWebImagePrefetcher.h */, + EF3997FC5B0EA89708157C5D116B7685 /* SDWebImagePrefetcher.m */, + ABAB87D9F0B1505FBD8A107F7458E0D0 /* SDWebImageTransition.h */, + F3FAE829E1F1C5678680A83A0B6AD93C /* SDWebImageTransition.m */, + 7BCCCCF6A14FBD367325A30CD31F996D /* SDWebImageTransitionInternal.h */, + 9E57FBE7EE3188D9069B1E140DC2B1E8 /* UIButton+WebCache.h */, + 99CD95F2C7624CDE1255490FBB5C94B5 /* UIButton+WebCache.m */, + 64945FAEFB2B25B871DDAD8656FF6BE7 /* UIColor+SDHexString.h */, + 049F2D53E059923A0C5AADB66CA2FB5B /* UIColor+SDHexString.m */, + 280EC1742CFAB116F75D23BEBD062664 /* UIImage+ExtendedCacheData.h */, + 128B1F1CADF8DFD5C6C4F5E5F641786D /* UIImage+ExtendedCacheData.m */, + E00F7B5F49820A9BBAB268D039DA9A78 /* UIImage+ForceDecode.h */, + 7EC6155859033277F6158ED05141DB20 /* UIImage+ForceDecode.m */, + 19CD15585BD505E2042F7A27C6B0913B /* UIImage+GIF.h */, + A76A173DD8687A5223B7D100D5C5FB77 /* UIImage+GIF.m */, + FB43FEC62CCA8BEDD85C74484D07BACD /* UIImage+MemoryCacheCost.h */, + C2288308C6419416BA829C87795D6DDC /* UIImage+MemoryCacheCost.m */, + CBDCBB2B4560379031FD6C809C4014B8 /* UIImage+Metadata.h */, + 69D4DC51437440E34C61B4DD2B399D1A /* UIImage+Metadata.m */, + FEB608249E1B40ED02E6D16EAFFBFCFC /* UIImage+MultiFormat.h */, + 63627A9CB9FCF46921B7758F248D236A /* UIImage+MultiFormat.m */, + E92E5DE77FF4C26CDE7B128048D4F33C /* UIImage+Transform.h */, + 5E013EDDDCE7DDC461B39D96CDF4B52A /* UIImage+Transform.m */, + C51863A6F4E43CE7DEA434EB9721CB17 /* UIImageView+HighlightedWebCache.h */, + 007FE70935BE7FD8FDA066D88EF70DC9 /* UIImageView+HighlightedWebCache.m */, + E08D1DBE7495F22842F1701D8D62A9AD /* UIImageView+WebCache.h */, + 5A0576DA638E71031C2AB40FA74045DF /* UIImageView+WebCache.m */, + 099167171B52DDE38AF6A733F1058D6A /* UIView+WebCache.h */, + 1DF3ED17E01C0120F400F6EBF74E7C98 /* UIView+WebCache.m */, + AE7E2ED93F7F298E574978F7EF005E4F /* UIView+WebCacheOperation.h */, + 73955FF8BFAE4A641F2965DE2E0C47D5 /* UIView+WebCacheOperation.m */, + 05685C9EDE6EA1671845291E9157D244 /* UIView+WebCacheState.h */, + 145C25D5286446A7B065858928FCC5F1 /* UIView+WebCacheState.m */, + BEF4FFF5D2DEE541BAED1D369C60F79C /* Resources */, ); - name = Frameworks; + name = Core; + sourceTree = ""; + }; + BE9731178E9A7A4BED7826B9DB354D53 /* YYModel */ = { + isa = PBXGroup; + children = ( + 5273F35430301DCB2CB2E65B05537DBB /* NSObject+YYModel.h */, + 4ECD00107CB43E67487025DF6517A11A /* NSObject+YYModel.m */, + C78D5313EE128E5DF4A5704B4C51ED15 /* YYClassInfo.h */, + 0422E0A01C36C5CCD056D3303C3F63BF /* YYClassInfo.m */, + 450F14DB8114A70A87869BE936D56A4E /* YYModel.h */, + 38621D0696B5335ADB28BC5631293DAD /* Support Files */, + ); + name = YYModel; + path = YYModel; + sourceTree = ""; + }; + BE990390CF7DDDA3E66488BBA1907E21 /* Masonry */ = { + isa = PBXGroup; + children = ( + BA9AB7A050F23D5CCC0EE09C27412968 /* MASCompositeConstraint.h */, + 2821C00BEBA7A34AB9251D906249D3A5 /* MASCompositeConstraint.m */, + 9729A7296B50F159EEB9C35BF04FE3B3 /* MASConstraint.h */, + B76F91C9BEF91376E307A5B508E5632B /* MASConstraint.m */, + F82866E0F771A2AAFCD769BFD46C493C /* MASConstraint+Private.h */, + 40AD147A36FA1B465083E6038CE91D99 /* MASConstraintMaker.h */, + 17EE07D05713F861D4617F0B407735A0 /* MASConstraintMaker.m */, + 1BBA3B7AA51D38346EE68F1929E74C25 /* MASLayoutConstraint.h */, + 531AFE5451D61F008AC444A63D124EEA /* MASLayoutConstraint.m */, + 6C054628FA7454C8BCC9CAEBD9F4CBCB /* Masonry.h */, + 43D591194BA2ADF06C4025AD35299AA3 /* MASUtilities.h */, + 9A687087774799D797BC9AFC255EDFAC /* MASViewAttribute.h */, + 3C1BA3CDE18C9447EEF09771A533C96E /* MASViewAttribute.m */, + F12591D44F96B8D83972F948A9B958B2 /* MASViewConstraint.h */, + FBED90EC11ED45CD1EBDBCC7D448760E /* MASViewConstraint.m */, + 2B0246DB689CF0797AF63E8CB0A4A4DD /* NSArray+MASAdditions.h */, + 473557C97D120542039171BF6705725C /* NSArray+MASAdditions.m */, + 164D20A5CE2222E30FFE5286BBCFB70D /* NSArray+MASShorthandAdditions.h */, + 8DB0998F4BFF7BF2B9D7B4B09CD4216E /* NSLayoutConstraint+MASDebugAdditions.h */, + BFE177B9DEF308D7783FAA41F4943076 /* NSLayoutConstraint+MASDebugAdditions.m */, + 5DA0C640624970E82F05389716D80D9A /* View+MASAdditions.h */, + FD347B3782372A11977A24EF35DAFFD5 /* View+MASAdditions.m */, + FED3CA06F4992746BCD44F22905031E0 /* View+MASShorthandAdditions.h */, + ECD2273CEEBDD3EF8989D22B28713CC2 /* ViewController+MASAdditions.h */, + 62242AF37F274EC7F98E2AEC0627E9BF /* ViewController+MASAdditions.m */, + 277E940AAA78CB1C101CFC0C5D67FAFC /* Support Files */, + ); + name = Masonry; + path = Masonry; + sourceTree = ""; + }; + BEF4FFF5D2DEE541BAED1D369C60F79C /* Resources */ = { + isa = PBXGroup; + children = ( + A72D66EE16FD55A4B4D0747CDC5BED66 /* PrivacyInfo.xcprivacy */, + ); + name = Resources; + sourceTree = ""; + }; + C086A3913BF471A1D566700074656190 /* Resources */ = { + isa = PBXGroup; + children = ( + 5FAE4CDC0C7FA693FCA0B9E6468B6F28 /* BRAddressPickerView.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + C09A16A41C2A1841008C463B74B3B9ED /* YYWebImage */ = { + isa = PBXGroup; + children = ( + 2704D5C4423A8E838E6B0BABBBE94D62 /* _YYWebImageSetter.h */, + 30A4EC640CF683F8FA7B55E2A3A1B801 /* _YYWebImageSetter.m */, + 02C2C2E1BF863A0F8406920B6457178D /* CALayer+YYWebImage.h */, + 84D585338203A6A39F78FB54AB49677C /* CALayer+YYWebImage.m */, + 6C93D9D4D512573AB90F9337CEA954BB /* MKAnnotationView+YYWebImage.h */, + DA425875D2948FCA637741BD315A38FA /* MKAnnotationView+YYWebImage.m */, + 8ED69B152C17210BC2731414127ED372 /* UIButton+YYWebImage.h */, + 20A1EB787F5B11CAEE93906FFA51F851 /* UIButton+YYWebImage.m */, + A61161C387B62A0EA4F737EA7ED092E2 /* UIImage+YYWebImage.h */, + 833BE3E542AA38C5E7344AD4A4B865D9 /* UIImage+YYWebImage.m */, + 02D721D6198DCD4344B1F66179D7594E /* UIImageView+YYWebImage.h */, + E574C40F420C21B673E260B29187CC76 /* UIImageView+YYWebImage.m */, + 661E9E0C87FB450EA44BADC703DA8811 /* YYImageCache.h */, + 149E0CB54A3AF646C51C65E505B3C873 /* YYImageCache.m */, + 8DF9A41F66B07291B3269FC8F6C0A85E /* YYWebImage.h */, + F6889DAF4814F2E7CC67BA61338D46DF /* YYWebImageManager.h */, + CEDA0F4CB1A7767C80A3B46AACF5C291 /* YYWebImageManager.m */, + 1B6964DDD54C210A38D884DC93B43F48 /* YYWebImageOperation.h */, + 02CA183B394FBE7CD08E85A199F13AC4 /* YYWebImageOperation.m */, + FFA9A86FBB5967FE9DE48BB23036CF1A /* Support Files */, + ); + name = YYWebImage; + path = YYWebImage; sourceTree = ""; }; C10A6F049B39E01BD5AF21AB01CB1BF9 /* Support Files */ = { @@ -12412,6 +12747,27 @@ path = Pendency; sourceTree = ""; }; + C1A4F0603D12217C57FE5A487DD736BE /* StringPickerView */ = { + isa = PBXGroup; + children = ( + 5241A886B7FBB3D3543F20D070E5331C /* BRResultModel.h */, + D2E81E04FEEE3B2A1AD1209DE9736FFE /* BRResultModel.m */, + D0FA88D541D1214438F8881FA55BE152 /* BRStringPickerView.h */, + 6B94E2CD5DDE7DD8CE53FF68A248716A /* BRStringPickerView.m */, + ); + name = StringPickerView; + sourceTree = ""; + }; + C2DE4DEFAE8BC53E8C4110ECC69244C3 /* WechatOpenSDK-XCFramework */ = { + isa = PBXGroup; + children = ( + 758503CB28687498FCC53CECFFC0DB30 /* Frameworks */, + A1B268C01DACD5CC19F92ACCE408E35F /* Support Files */, + ); + name = "WechatOpenSDK-XCFramework"; + path = "WechatOpenSDK-XCFramework"; + sourceTree = ""; + }; C3CB00982F4B0E56299EB8B1AE723446 /* Impl */ = { isa = PBXGroup; children = ( @@ -12432,6 +12788,15 @@ path = Impl; sourceTree = ""; }; + C3DE406DFBFCBDC052B452E90E0BD6D2 /* Resources */ = { + isa = PBXGroup; + children = ( + EC7AC2863C2E1EE482D401EF39E9B87E /* PrivacyInfo.xcprivacy */, + 8099181266BCA5628179BE4DD5935E4B /* SVProgressHUD.bundle */, + ); + name = Resources; + sourceTree = ""; + }; C46D8B287524DEFCB9443D11CDB56F78 /* BaseDataProvider */ = { isa = PBXGroup; children = ( @@ -12446,6 +12811,14 @@ path = BaseDataProvider; sourceTree = ""; }; + C4740D07EB84148EB2ABB9206ACA67F0 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 37240E77D8B2280B8EBDC5D816F77E5F /* AgoraVideoSegmentationExtension.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; C4B289C4FA20347A26D20644D9F746DB /* Header */ = { isa = PBXGroup; children = ( @@ -12455,6 +12828,102 @@ path = Header; sourceTree = ""; }; + C4C065740E281F95D7E138AFC6E15219 /* Transfer */ = { + isa = PBXGroup; + children = ( + 82B9B9F811A76BDF28D9B046EBF6DAC4 /* NSString+RegularExpressionCategory.h */, + FF94A3AAABF07D91E2AE7ABE7CCFB726 /* NSString+RegularExpressionCategory.m */, + 18E6A2C0CF090E3B8EAB0D42946E8720 /* QCloudAbortMultipfartUploadRequest.h */, + B1307486BA01F03630EEE75170586F78 /* QCloudAbortMultipfartUploadRequest.m */, + 8C7E98566E4AFC8FDC766037D36DF126 /* QCloudAbstractRequest+Quality.h */, + 65B435FF8CC32BE003635831A35B2236 /* QCloudAbstractRequest+Quality.m */, + 3C7D8651501F44D7D83D4CE0BCF4FC0E /* QCloudAppendObjectRequest.h */, + BDD0C5D3C9520E03D3547BEC3916B97F /* QCloudAppendObjectRequest.m */, + 3CD3D47521B95C9882C5BA3A1646D695 /* QCloudBizHTTPRequest+COSXML.h */, + C5379ECD4CB4E45A7F76C6B1F99BE5E7 /* QCloudBizHTTPRequest+COSXML.m */, + 0AA565C0593C4D2100433BE69AA983AC /* QCloudCompleteMultipartUploadInfo.h */, + EE2A80FCCE5C36E7E67E66147C9F9A33 /* QCloudCompleteMultipartUploadInfo.m */, + 6DEBAF518812DFD94EDC8E2739039379 /* QCloudCompleteMultipartUploadRequest.h */, + 0D9E1864F10E109E7C153F573580AEB4 /* QCloudCompleteMultipartUploadRequest.m */, + 62B47C274D11F57186D928598D721E6B /* QCloudCopyObjectResult.h */, + 9A90AEE307720049F0C7516C41F2E190 /* QCloudCopyObjectResult.m */, + 9DCBC354BBF8C9325ABF2096B79FD088 /* QCloudCOSStorageClassEnum.h */, + 3E1AC3E47816266DAA15C5BBD3D4D96A /* QCloudCOSStorageClassEnum.m */, + 5D6A928A3147FF15D8E1BEF63904CBD1 /* QCloudCOSTransferMangerService.h */, + 47B616326A7B5E8D34AC5337AC475853 /* QCloudCOSTransferMangerService.m */, + 6C415A62E18CC008F5AF36C37E2ED3CA /* QCloudCOSXMLCopyObjectRequest.h */, + 2909709F1F7DB00A139EE054BA49136D /* QCloudCOSXMLCopyObjectRequest.m */, + BFB4C4FCCA7B14A938CEFD06CF2B0ADB /* QCloudCOSXMLDownloadObjectRequest.h */, + FA837873F85F252C525CF12F829B63C1 /* QCloudCOSXMLDownloadObjectRequest.m */, + 093FE54DD3AB8AFE6443E6B3C3636F7E /* QCloudCOSXMLEndPoint.h */, + 98B6A95FE57A4682BE7B6B185DCB9F21 /* QCloudCOSXMLEndPoint.m */, + FE977D6560F711F2C0E20C862E4DA49B /* QCloudCOSXMLService.h */, + 152759F0EA2A94F09ECAD827929018FE /* QCloudCOSXMLService.m */, + 3D5FC113F9D85099868066D1F1817B70 /* QCloudCOSXMLService+Configuration.h */, + 86D39A24E8E6D5E3CD477F5EBCE3D679 /* QCloudCOSXMLService+Configuration.m */, + 70D6B3CABB77A10EBDC5B570A9A8F3BA /* QCloudCOSXMLService+Private.h */, + 31452D8198D7060376AF1BE758FB98ED /* QCloudCOSXMLService+Quality.h */, + B165BDFC3D5785FECC4A65A6494863FA /* QCloudCOSXMLService+Quality.m */, + F8FCF0D2BCFDFC111A3281B6F0FB9CA2 /* QCloudCOSXMLService+Transfer.h */, + 4E309CCF4F1C1CCA2213D00D3B23B5BE /* QCloudCOSXMLService+Transfer.m */, + 640D800CEF59712A88C4B8FB7A3591D4 /* QCloudCOSXMLServiceUtilities.h */, + D5CDD98A65953119A18715B242F6899B /* QCloudCOSXMLServiceUtilities.m */, + C921D661AFA9EB0C02C0BC0F2853247E /* QCloudCOSXMLTransfer.h */, + 076A91DC17BB9EDD60695440CFD02DFD /* QCloudCOSXMLUploadObjectRequest.h */, + AD00A89D360179C9B0335CD5A8390D0D /* QCloudCOSXMLUploadObjectRequest.m */, + C4805C86B94A95AC5367421C1286FAAD /* QCloudCOSXMLUploadObjectRequest_Private.h */, + C6384ADA06C3E1422F2EA69C80C6473E /* QCloudCOSXMLVersion.h */, + FA8D9E8DF64292734EDA65CC1D1FB7DF /* QCloudCOSXMLVersion.m */, + C121B0AD7D7D2E316D14FDF9B906F4CC /* QCloudGetObjectRequest.h */, + 89D0FB520DE0EB0B1A92DBC9882A43F8 /* QCloudGetObjectRequest.m */, + F0486C69BFE4CACAF988FA09380373C6 /* QCloudGetObjectRequest+Custom.h */, + 7AC6752C39B724DDD0FA92BFB5E11F13 /* QCloudGetObjectRequest+Custom.m */, + EACCF2731A915ACFFC16715376DE4497 /* QCloudHeadObjectRequest.h */, + 18D2FEF453C1FF5F03E8B0D15A686EB8 /* QCloudHeadObjectRequest.m */, + 8B2AA33BE443FEB12F97C1036ECEFB46 /* QCloudInitiateMultipartUploadRequest.h */, + F9C833C6DC9BCBAAD01AEE2327344E20 /* QCloudInitiateMultipartUploadRequest.m */, + A234C410A75DEBFF7319A4ADC0F9026C /* QCloudInitiateMultipartUploadResult.h */, + 73C57FA01D8E4F3BDAC9DCD61BEA00A0 /* QCloudInitiateMultipartUploadResult.m */, + EB3E7EA8EA070546325E30D2E0EEE9B0 /* QCloudListMultipartRequest.h */, + 95650BEAA8431C22742BE6230CF7D621 /* QCloudListMultipartRequest.m */, + 303C2F2A4928AE9BE30FBA8D86068450 /* QCloudListPartsResult.h */, + 0D78E29DB1E6B60644FD15DBE3FB7F71 /* QCloudListPartsResult.m */, + 60EB191E84F31193E95946A594165875 /* QCloudLogManager.h */, + 30A171BBE4ED2B8B3EAE06A6A399B6AB /* QCloudLogManager.m */, + EA562145F088130D09A2DC0531C52682 /* QCloudMultipartInfo.h */, + 7253695A451163110442D1E1FB919A3F /* QCloudMultipartInfo.m */, + 534E444BF61888D91C2C4B127764CCDC /* QCloudMultipartUploadInitiator.h */, + 3B3D866B25350859B978DC7C8A2EC518 /* QCloudMultipartUploadInitiator.m */, + F3C9F13F9DE77F1CAD1AF4548994CE91 /* QCloudMultipartUploadOwner.h */, + 32A290FB1BFACAEEEB08D4FD864F0F58 /* QCloudMultipartUploadOwner.m */, + 1BDE0E5923D3033F974AED8E9A2BA45A /* QCloudMultipartUploadPart.h */, + F753D904F46813C0E03055DB4AAA70BE /* QCloudMultipartUploadPart.m */, + CC3F966F12EEF815DFF0E48B690BD998 /* QCloudPutObjectCopyRequest.h */, + E17E603843DC49E219DA9409D447EABD /* QCloudPutObjectCopyRequest.m */, + A7158B2E65CE28721E589051A345A11C /* QCloudPutObjectRequest.h */, + A9A0E569CD428E3E76347B344B939385 /* QCloudPutObjectRequest.m */, + B3223616DBF3C2D5F8F235267D47958C /* QCloudPutObjectRequest+Custom.h */, + 179735669D6E4E6BE2B051730C2D5A6C /* QCloudPutObjectRequest+Custom.m */, + 607235F953C64334F0113AADBFE94A75 /* QCloudPutObjectRequest+CustomBuild.h */, + 8439C0267A6D2DB1EB10DC3E7702264E /* QCloudPutObjectRequest+CustomBuild.m */, + 4DD6DE14F3DE2E1A8ADFDE3E2138BB2E /* QCloudRequestData+COSXML.h */, + AE7615D9830D6A99E515394C0C31C3A2 /* QCloudRequestData+COSXML.m */, + AE9FCFA6E174AB1C23DD86CF32EE5E1F /* QCloudRequestData+COSXMLVersion.h */, + B09B21EE5B2FC22E540514C4C6B3636D /* QCloudRequestData+COSXMLVersion.m */, + F7446D92998F0E1A0EA7EBF118E45B3D /* QCloudUploadObjectResult.h */, + 2A3AACBA17595FE000428D97570B0A86 /* QCloudUploadObjectResult.m */, + 9EC4E607AB37CB6645F64CBD9E05EDC6 /* QCloudUploadPartCopyRequest.h */, + C59A35811D045D2103F806930F28077C /* QCloudUploadPartCopyRequest.m */, + 77FDC65237BE9EAFCB8FF751C835B7C8 /* QCloudUploadPartRequest.h */, + 4ADD8BDD81E30432D6AC39318BECAC3C /* QCloudUploadPartRequest.m */, + 0EE1B09C1344A47AC542160EF0CE2E86 /* QCloudUploadPartRequest+Custom.h */, + FBCE565C5AC01FF5BF1D1EE504BCB921 /* QCloudUploadPartRequest+Custom.m */, + 51D7E1F0F633D17017676839CF1F8DC3 /* QCloudUploadPartResult.h */, + 37A1A4751F87BA6169863E987F070625 /* QCloudUploadPartResult.m */, + ); + name = Transfer; + sourceTree = ""; + }; C58AAD635304A4CB54C7266ABF738224 /* Config */ = { isa = PBXGroup; children = ( @@ -12465,12 +12934,38 @@ path = Config; sourceTree = ""; }; - C5E07A6911337F91575E37C2933B844C /* Resources */ = { + C6191875F4D55E80D5EFC71274E666F1 /* Frameworks */ = { isa = PBXGroup; children = ( - 7D34802C42910BED926F2406DC0964E2 /* PrivacyInfo.xcprivacy */, + 4D3167D7D53253C9B323C776866CBFD9 /* TIMPush.xcframework */, ); - name = Resources; + name = Frameworks; + sourceTree = ""; + }; + C65E3DF939B09742B6ADAA165BC22197 /* Log */ = { + isa = PBXGroup; + children = ( + 5954B39C74121CF6AC1D48F36FEE7579 /* LLLog.h */, + 3E2E3F3ACC3376B31085C30541D48289 /* LLLogCell.h */, + 13B95E9AEC3FFB6EEF9D3DA528CA7FD8 /* LLLogCell.m */, + 3D884D8D6AC5088DBAF582FF1E3B878A /* LLLogComponent.h */, + 67FAAE2BD036DBBF8EED6F0616B39BC3 /* LLLogComponent.m */, + E8AC7ACFDE5944C0F8EBC6FC81E914E4 /* LLLogDetailViewController.h */, + 3174DA1E4C6004B72DA041ED7DA2EABC /* LLLogDetailViewController.m */, + 696F633AEC1D7F0B863BC7BE17DE4A52 /* LLLogFilterView.h */, + 49C4C9495792CD7E99646D8B06031DC1 /* LLLogFilterView.m */, + 58D6F10505C8BAF96C6D9FB3E8C1283B /* LLLogHelper.h */, + EEE9CF870112CBC84A75EFE196024391 /* LLLogHelper.m */, + EAD7F7FFDE469C7D163BB6F198F1ABC4 /* LLLogModel.h */, + A00CAD231F3025E5EF4572A2C17A508C /* LLLogModel.m */, + DA897AF15BF53F868EB27EB909EEF53F /* LLLogViewController.h */, + 02BC43E29231205ECBD089BA0138D28B /* LLLogViewController.m */, + F1FA19CD6FEEBB4C9AB7DDF584689C07 /* LLLogWindow.h */, + 6AFE4839D6475A18868253A924AD4B10 /* LLLogWindow.m */, + F945992EF0D1DDEC2928860B85AA1AB1 /* LLWindowManager+Log.h */, + 44CFE02C1A67519FF4978508F2BD150A /* LLWindowManager+Log.m */, + ); + name = Log; sourceTree = ""; }; C69532FE2BD4D45FAB1148803276FA63 /* Pod */ = { @@ -12497,14 +12992,6 @@ path = "../../Pods/Target Support Files/TIMCommon"; sourceTree = ""; }; - C80527A9469D1A7B2DE6C107072F9675 /* AINSLL */ = { - isa = PBXGroup; - children = ( - A01B099F6C2CDD85EBB7CBCB1A594311 /* Frameworks */, - ); - name = AINSLL; - sourceTree = ""; - }; C808C8EA8BDB129EEF8539E4999B4645 /* Header */ = { isa = PBXGroup; children = ( @@ -12514,12 +13001,13 @@ path = Header; sourceTree = ""; }; - C92376F57312C914B8A05827C8E5F27A /* Resources */ = { + CAFEA17C339511BEC99635B03B5E0D81 /* ProtoFiles */ = { isa = PBXGroup; children = ( - A06743D5607121BF0B96A932A6EA7363 /* PrivacyInfo.xcprivacy */, + EFEA67CE260D14F81E01DECA1062CD92 /* Svga.pbobjc.h */, + 578D9657565E5BA37CA3D9AC5FE8D2DB /* Svga.pbobjc.m */, ); - name = Resources; + name = ProtoFiles; sourceTree = ""; }; CBCE53E74AA711A5EE5851961F8FB038 /* Pop */ = { @@ -12538,38 +13026,63 @@ path = Pop; sourceTree = ""; }; - CC0CA982F01B9C0BE0ACBB1B7474E53B /* Support Files */ = { + CE041BF6435F6AE528D24C7F811FCCFE /* Resources */ = { isa = PBXGroup; children = ( - 5D6D94888D0D254E26C1D3D2BF3B2CBA /* SDWebImageWebPCoder.modulemap */, - F65463BD2CA100D855096EC0BC53C922 /* SDWebImageWebPCoder-dummy.m */, - E125F395AD60ED7B7B07652D73D4218E /* SDWebImageWebPCoder-Info.plist */, - 97ABD91E76532D89129E4947684B67F6 /* SDWebImageWebPCoder-prefix.pch */, - 98B77E03C826D52220B2151CB7FF4B08 /* SDWebImageWebPCoder.debug.xcconfig */, - 0B9FD6341D534FEF98CCCFFCDF7A0E88 /* SDWebImageWebPCoder.release.xcconfig */, + 727F34B34161044B89F14BC7928D3D55 /* PrivacyInfo.xcprivacy */, ); - name = "Support Files"; - path = "../Target Support Files/SDWebImageWebPCoder"; + name = Resources; sourceTree = ""; }; - CCAA7E84CD2E0B42568AFE0FD3D4D48E /* ShortCut */ = { + CE3DB607009051EB662EF35685579664 /* Frameworks */ = { isa = PBXGroup; children = ( - 53EDF4BD172DDA164576FF8F67F56308 /* LLShortCut.h */, - D05247707BB27F2A39F7138D5AFBFC7C /* LLShortCutComponent.h */, - E0157C3B1258A7010A0AD99F52D0B599 /* LLShortCutComponent.m */, - 277D448F043FB38680AA53C9B0ADABEA /* LLShortCutHelper.h */, - 02F58B05B07E645C5748C55D22B88861 /* LLShortCutHelper.m */, - 25B3E2E0C6804514CD853C7F052941F7 /* LLShortCutModel.h */, - AE90088E58557360D6C0788805D76D76 /* LLShortCutModel.m */, - CDEB499910441B5BFEED3F7530C104AC /* LLShortCutViewController.h */, - 9F6E6EA36B24EB7887EAB936CF2A60EA /* LLShortCutViewController.m */, - 6D01744AAFCCA20CB20800B360A1FA6A /* LLShortCutWindow.h */, - 4C09EF151C191E0F6F7F6DC3F524DCDE /* LLShortCutWindow.m */, - A0EDD0BB750ACB2E6BA0ECBDEBBCEF9C /* LLWindowManager+ShortCut.h */, - F8B806456AE57EF110F02C6A3FB88CC9 /* LLWindowManager+ShortCut.m */, + C2B8A4EDE169337443B4C47FA10E7D52 /* AlipaySDK.xcframework */, ); - name = ShortCut; + name = Frameworks; + sourceTree = ""; + }; + CE8699EEF38A400E63B3293808AB5CFB /* Reachability */ = { + isa = PBXGroup; + children = ( + 33A45A5701B1DAB758F3CB9D33109F2D /* AFNetworkReachabilityManager.h */, + FEFE5FF2C861C5B2579FA28082B25DE5 /* AFNetworkReachabilityManager.m */, + ); + name = Reachability; + sourceTree = ""; + }; + CF06FDC5567E7754509F1333D73346C1 /* Sandbox */ = { + isa = PBXGroup; + children = ( + 4FE83E8790F08F1632EB5DCC80E456FF /* LLPreviewController.h */, + 2D17751059CA9972C94E5DE40009CA85 /* LLPreviewController.m */, + 18D24AA04FB79A283CA5C6EF897E7B62 /* LLSandbox.h */, + E7EEE99EA228979B8FF09819ECC8FB40 /* LLSandboxCell.h */, + 5BBEFC88A92A40A810C677A8EE4AFFB1 /* LLSandboxCell.m */, + E25EA65C236B7DC815DB7E6D4006BE91 /* LLSandboxComponent.h */, + A00C2946322A783C8D2859AE635357F3 /* LLSandboxComponent.m */, + 4C68762073C12AFF8349BFF9FF167F74 /* LLSandboxHelper.h */, + 8281670F9B1693BFD64335C3830D5E97 /* LLSandboxHelper.m */, + 51F88B0FD88181C129F2E6B919F65374 /* LLSandboxHtmlPreviewController.h */, + 7F89A2977FF70E83AB59CBAA99AADBE1 /* LLSandboxHtmlPreviewController.m */, + FD82A00C069279BCEC6994BEF3AAB811 /* LLSandboxImagePreviewController.h */, + 27D257AB72DDFA112F8B366A3CCD7191 /* LLSandboxImagePreviewController.m */, + DC67DC09F75C5B19599068474F3E91AD /* LLSandboxModel.h */, + 04CECCAB664F86B6C6EDF81318E85EB6 /* LLSandboxModel.m */, + E5FF2F0CDFFB3C4005386F68B9CDCF4C /* LLSandboxPreviewController.h */, + 5722EDC7CCEB984E6CF3A1BCBDC003B1 /* LLSandboxPreviewController.m */, + 6551686742A6BC3C81A996C5A3EE77F1 /* LLSandboxTextPreviewController.h */, + 4C395246790854BF0213724363C0F6C5 /* LLSandboxTextPreviewController.m */, + 8852B72FB24153B4EC1C8816270DD756 /* LLSandboxVideoPreviewController.h */, + 19FC145A314BB3D9DC7E9D2492C2198C /* LLSandboxVideoPreviewController.m */, + 143D92D155962AB8029C87F67E6F5216 /* LLSandboxViewController.h */, + 9416735F477D7AF794F4D954AE46F584 /* LLSandboxViewController.m */, + 15FA23E440468A92791CD8D6625951A8 /* LLSandboxWindow.h */, + A3809828EA996AC46D9401A4EE561E15 /* LLSandboxWindow.m */, + 5D8767438947ECD9AD08E71F71CC670A /* LLWindowManager+Sandbox.h */, + E882A31346C9BF6AD308748322037D46 /* LLWindowManager+Sandbox.m */, + ); + name = Sandbox; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -12578,42 +13091,65 @@ 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F5795CD80D8F4A3854CC57E360FD11F7 /* Development Pods */, B8702409602E66193FFAAA0F4DE81788 /* Frameworks */, - 09A78990FB9E7165FDCDADE28DCAB7D9 /* Pods */, - 0941E2CBC62D38E691709EB01C70B8E6 /* Products */, + A9F9727A39AE0AA5965A5D98354B22BC /* Pods */, + 652C55491CE2BB3FA8DADE007CFD7AD6 /* Products */, 5823F21CB11BD6182EE4D7F7AF359B40 /* Targets Support Files */, ); sourceTree = ""; }; - CF36F2A6AB9253F6FE872D4A55E33FBE /* Frameworks */ = { + D23696DCC07EE7D41AD0A6F4F8A25ED1 /* Resources */ = { isa = PBXGroup; children = ( - 0CBCABD5BCE1B822E47AFF0134199A15 /* AgoraAiEchoCancellationLLExtension.xcframework */, + 56C31FD188CC397AC44E49F3AD4CE624 /* PrivacyInfo.xcprivacy */, ); - name = Frameworks; + name = Resources; sourceTree = ""; }; - D079F7FEFA2B888706067BDD1D2EFFAD /* AudioBeauty */ = { + D2DD212384A7ECC6030312090E24BA0A /* Support Files */ = { isa = PBXGroup; children = ( - DDE7D076447112818873A43A8E6471C6 /* Frameworks */, + D2F044F18381E08F1C3527D893EF45F3 /* MJRefresh.modulemap */, + C63C3F903F4AC32BD9B554D3D77E7AF9 /* MJRefresh-dummy.m */, + D6573BA25C474A7E98D59A67BAA69FE0 /* MJRefresh-Info.plist */, + 889335DB378B06E9C8AD41BA3470899E /* MJRefresh-prefix.pch */, + 7ECAC8F74B091018D26A356EE20BFA0A /* MJRefresh-umbrella.h */, + 77A421935922E088979A9DCA54D5E00E /* MJRefresh.debug.xcconfig */, + 9655560DCB29C932A8908DC93B940C3B /* MJRefresh.release.xcconfig */, + B253A0286B73B327A577457416D356AF /* ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist */, ); - name = AudioBeauty; + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; sourceTree = ""; }; - D230388306322943007385AA8036F353 /* Frameworks */ = { + D2E72383B126CCA1DD8D14346FCF7743 /* YBImageBrowser */ = { isa = PBXGroup; children = ( - 05D13810E9465114CEB23FB6CFCB23D5 /* AgoraContentInspectExtension.xcframework */, + 7D6F70C0B15CB94ACF25FD0DD8F6FBC3 /* Core */, + B095381623805DA590DB947D5AC782AE /* Support Files */, + 14EBAF0495095A0E5F81A7D971FA41D2 /* Video */, ); - name = Frameworks; + name = YBImageBrowser; + path = YBImageBrowser; sourceTree = ""; }; - D3916B57E2D9C16A38989BDBCE0B3EFC /* ContentInspect */ = { + D2F2E0964A7932D541625ACE300185F3 /* AppInfo */ = { isa = PBXGroup; children = ( - D230388306322943007385AA8036F353 /* Frameworks */, + 87E8166E447DC9ECD97C58C7851EBA2B /* LLAppInfo.h */, + F9474DA5373AB1725D7E3E9189B85E0C /* LLAppInfoComponent.h */, + 3B946719A96B40ADBA26741A6E6B342A /* LLAppInfoComponent.m */, + 3FFFE44AF25BCF25C73DF9A0063B204A /* LLAppInfoHelper.h */, + C064175D4D89E914A6FF3D407BC426EC /* LLAppInfoHelper.m */, + 4FF73D102992C5C4052957E6E53E424C /* LLAppInfoViewController.h */, + 9CE5C94EC18140844DCCF368F4213DCD /* LLAppInfoViewController.m */, + 77F7ED7C17DE459B40100759FB2BE21E /* LLAppInfoWindow.h */, + 497A7986204136C0C0620A9CECD72CE7 /* LLAppInfoWindow.m */, + 97C607AB52E4AB1DB04718DFC0370DF3 /* LLWindowManager+AppInfo.h */, + 50EE79C239B92830F21D8955EE6EAB21 /* LLWindowManager+AppInfo.m */, + CA370E64DDEBD6C236981FF251943FDF /* UIDevice+LL_AppInfo.h */, + 0E3CF359DFDB23F04EC9A5C5452410C2 /* UIDevice+LL_AppInfo.m */, ); - name = ContentInspect; + name = AppInfo; sourceTree = ""; }; D3C9E5EC02FD527186CC7781F9C813CA /* CellData */ = { @@ -12626,12 +13162,47 @@ path = CellData; sourceTree = ""; }; - D5E45B12A9CDD10FCBA1F466CFAB1C49 /* Resources */ = { + D432B1957981A9FD899B52C6743E3B67 /* Support Files */ = { isa = PBXGroup; children = ( - 47244846055B1984C8720B09D4E682B8 /* YBImageBrowserVideo.bundle */, + CDD80FD03786EDB992FD1BD5ADC51B3E /* YYCategories.modulemap */, + F40F2FBACA8548B0550E541971E248A1 /* YYCategories-dummy.m */, + 86DFE5374C4430A7A13307BD0F7F8962 /* YYCategories-Info.plist */, + 46DBDFDAE05835761690A5376D759ACD /* YYCategories-prefix.pch */, + B2B707109170E5AE48E1A29476F63511 /* YYCategories-umbrella.h */, + B08C334E489F1E449104F0C5331C5109 /* YYCategories.debug.xcconfig */, + 15E9ACBB37A01BB12C137F6A3B521A6C /* YYCategories.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/YYCategories"; + sourceTree = ""; + }; + D53A7EA7DE4C7D3C1E349EF8E65FD277 /* Frameworks */ = { + isa = PBXGroup; + children = ( + F956A265D33FE232D7D8A2225CC659DC /* WebP.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + D8153FD10591EE755381EBB7860CDBC7 /* ShortCut */ = { + isa = PBXGroup; + children = ( + CF51FFFB0640D5AB59A4630F9E73047A /* LLShortCut.h */, + E2BD81973F5B9093AF48B77A49575FFA /* LLShortCutComponent.h */, + 0D26C0527BD36E660225DF8161D16928 /* LLShortCutComponent.m */, + 7E37231BE3BC54281930736E10D12D96 /* LLShortCutHelper.h */, + 476B7F43438C77BE80CAA16180AC13B6 /* LLShortCutHelper.m */, + FF798582A6D8F26CBC0D94FEEE9263E8 /* LLShortCutModel.h */, + 07A42194E240091FAAA61C99E5CDDC98 /* LLShortCutModel.m */, + C88C60F4CA58DDA571287E55FD885189 /* LLShortCutViewController.h */, + D8DD5058B68337F0F8BE7DCBB44607FE /* LLShortCutViewController.m */, + 1FE719113A4614EDC612570A6A85E9CD /* LLShortCutWindow.h */, + 72C273B6B8A323B28A54C747C6314868 /* LLShortCutWindow.m */, + 076A8E3F4DA68D1D897CC203491ABE2A /* LLWindowManager+ShortCut.h */, + 968BA70E62F38D5CCD3B5FBC81234084 /* LLWindowManager+ShortCut.m */, + ); + name = ShortCut; sourceTree = ""; }; D88180ABCE2272BC0058011B2304CE0C /* Chat */ = { @@ -12676,6 +13247,14 @@ path = BaseCellData; sourceTree = ""; }; + D97481416C32148C38E5FF5F79FBE78E /* VirtualBackground */ = { + isa = PBXGroup; + children = ( + C4740D07EB84148EB2ABB9206ACA67F0 /* Frameworks */, + ); + name = VirtualBackground; + sourceTree = ""; + }; D9992C2A0B136D3C2404E165B89507F2 /* BaseCell */ = { isa = PBXGroup; children = ( @@ -12690,32 +13269,51 @@ path = BaseCell; sourceTree = ""; }; - DA2212F11AE40408DC67A1C3D593217A /* Hierarchy */ = { + D9BD6A36B58FDCD5F85CA14CDC7811BC /* Min */ = { isa = PBXGroup; children = ( - 51166D92E11078C50AE52E881DB09BE0 /* LLEnumDescription.h */, - 0FC180A2D3D7441C79D90FC3533C91C9 /* LLEnumDescription.m */, - E13AF1DF1EA09639F6F1D482DA30D222 /* LLHierarchy.h */, - A613244EA3F30D41E7F6A2B3E0C11771 /* LLHierarchyComponent.h */, - B80E2691F8C188D11FE61DFAD52C6FF3 /* LLHierarchyComponent.m */, - 045B381B796968C148FD9386FF98FFAC /* LLHierarchyDetailViewController.h */, - 7D7456310EE07F17AF25F30FBA7E159C /* LLHierarchyDetailViewController.m */, - 3F1BA4BA88EB71B223562EEACCDBFE05 /* LLHierarchyHelper.h */, - 172CB44B04B81500A3896C8F1EA66C29 /* LLHierarchyHelper.m */, - BA6D334238E33F7648A0A126AA2569DC /* LLHierarchyInfoView.h */, - F8E05516B4AFA1A47E780B068A22E7E9 /* LLHierarchyInfoView.m */, - 8599F350D9B61D88A495344D7BAE052F /* LLHierarchyPickerView.h */, - 87FE95E5016AE4506C40838D4BB06BEC /* LLHierarchyPickerView.m */, - 315FC00907D3B61F7085A204AF7583FD /* LLHierarchyViewController.h */, - 665C51535F2E4D888446AA4C1D24119E /* LLHierarchyViewController.m */, - 3D1757743CDC76FAC89974FBEDD31E89 /* LLHierarchyWindow.h */, - E36A5330493A24254E2ACD21ED5B6F71 /* LLHierarchyWindow.m */, - 5FC5A55F5B13D5261B74CD0B8F8D29C8 /* LLWindowManager+Hierarchy.h */, - 2D4AA009EFBF09AF09130C2D978E268F /* LLWindowManager+Hierarchy.m */, - 6E322BD5C5A5DEF2120CFC5FA8F75A03 /* NSObject+LL_Hierarchy.h */, - 45F6156BAFF6E3C11F8C266239D12A47 /* NSObject+LL_Hierarchy.m */, + 818DB11336562AC1A972F03DFF74892F /* GCDTimer.h */, + CCE1AE229A88E47AF040AB38857AF4ED /* GCDTimer.m */, + B4F26BAAD7EB8D9BA7E12A2B6AC83395 /* MQTTCFSocketDecoder.h */, + EE8FB5CF307730B5DD29A98EFA636352 /* MQTTCFSocketDecoder.m */, + 0AD1B8CE53AC90747E0E5172B269985F /* MQTTCFSocketEncoder.h */, + 52FDA0426BD8EE41055707DAFFBC96FA /* MQTTCFSocketEncoder.m */, + 8A650B893143DD79D4A24688EB42FB61 /* MQTTCFSocketTransport.h */, + D8C1F2CBD6608B4DBA886C04DA2C8307 /* MQTTCFSocketTransport.m */, + 0CBFF652EA4C32483DE7303CBCF36806 /* MQTTClient.h */, + 9E2DACDF5D5C3FE63360E41312C428CC /* MQTTCoreDataPersistence.h */, + E4B25A60C0029C55D860D1FD5313DAD6 /* MQTTCoreDataPersistence.m */, + B2E124FD2180BF4C939417A5A71CE23E /* MQTTDecoder.h */, + 618F47BF3EAE22D102D1DAD0BE2B2457 /* MQTTDecoder.m */, + 5F4F453539CB617D014260504AF23C61 /* MQTTInMemoryPersistence.h */, + AB5DD42F0DFE6AD4E1913B269D3CB8C9 /* MQTTInMemoryPersistence.m */, + 6281EB740317964864BD7D6143B8E51F /* MQTTLog.h */, + CBBAD2D3F298A5DA3117A3280C1E093D /* MQTTLog.m */, + 686AC411A07964DC3E0EA4880CD59E58 /* MQTTMessage.h */, + 786D7572263C04DEF0F99AA9E20A45CA /* MQTTMessage.m */, + CE2633A19BA01F4F819E7DAF6EBE7C16 /* MQTTPersistence.h */, + 34692301D19779B6D35EC55BB42E350D /* MQTTProperties.h */, + EC5A23E53C2E0BAD205828C3D86739A5 /* MQTTProperties.m */, + 22B0E0DE5345E68E74102E9ED4A5C584 /* MQTTSession.h */, + 6F52E6EB10BE6F5B834295EB4F31FF40 /* MQTTSession.m */, + 793C2D91A805D5012B6EDAFEB3A8E425 /* MQTTSessionLegacy.h */, + 60045B91EDD780AADA7958589D293CCC /* MQTTSessionLegacy.m */, + 21B1107385F6D9BECE5DD0956CA93CFF /* MQTTSessionSynchron.h */, + CD099CD98FD62077408C83851D2C5C05 /* MQTTSessionSynchron.m */, + DA2504958B542D161461D8B6FB996F4D /* MQTTSSLSecurityPolicy.h */, + 13BD80D3C8AA1615C61F0FB13F863F8D /* MQTTSSLSecurityPolicy.m */, + F32768069F5DA46163A023C06D1B50F7 /* MQTTSSLSecurityPolicyDecoder.h */, + A32A64CF3A2DA45A36D46AEEAC264CB3 /* MQTTSSLSecurityPolicyDecoder.m */, + 2DB3636C017246B29653E2548F523874 /* MQTTSSLSecurityPolicyEncoder.h */, + 5A622E299D89FA48C726537BFC866111 /* MQTTSSLSecurityPolicyEncoder.m */, + 3329092E0CC9693D58C83DB41090DE24 /* MQTTSSLSecurityPolicyTransport.h */, + 903AAA1078A62A0D2C039C7F3324D2EF /* MQTTSSLSecurityPolicyTransport.m */, + F37A1F6EA1DE273EF7A9BA89A75DD157 /* MQTTStrict.h */, + C32A9827CDE830A1E97F9C37A95964A7 /* MQTTStrict.m */, + 7FA3BCC5E8F1164DEA65F9E0D2561B80 /* MQTTTransport.h */, + 21FB9A8B531852CA245610ABE7B327AB /* MQTTTransport.m */, ); - name = Hierarchy; + name = Min; sourceTree = ""; }; DA84B9FB09E8FFD8D601332816F7C22F /* UI_Classic */ = { @@ -12732,28 +13330,21 @@ path = UI_Classic; sourceTree = ""; }; - DBA61C865FD19DD4F3CEC32256F0D6B0 /* Support Files */ = { + DBD98C39B8F46E52B24C84CB3DAC08ED /* Core */ = { isa = PBXGroup; children = ( - 39B59F81DD5B923A6917D73817561C63 /* YYText.modulemap */, - AA7F7BD6DA0E90C79B0C2F5390A8BD40 /* YYText-dummy.m */, - 1C33AB6E13244E6E5A312200E726BD56 /* YYText-Info.plist */, - 1F72FA2C4280C378D93155F09037443B /* YYText-prefix.pch */, - 512EC903D472361CCD58ADB381897CFD /* YYText-umbrella.h */, - BFC84236DC6934E20BF769B2B51E459B /* YYText.debug.xcconfig */, - 6AF6640AB2CCFE42C07F6501E2493172 /* YYText.release.xcconfig */, + CB305D4FABA7526D33E57167EC22123F /* YYAnimatedImageView.h */, + 7FCCB9826147027A784BA831CBE186BB /* YYAnimatedImageView.m */, + F123B49606368177950EE1EFD97BB7D0 /* YYFrameImage.h */, + 96A9933CBF13B3C1D3482120FEBFB8E6 /* YYFrameImage.m */, + ABF525CC9B9B7CBC8A508479FE284D86 /* YYImage.h */, + 0412F512D9F40DA1D1E46A50CCACCEB8 /* YYImage.m */, + 8136D98974C2BA2E2E8A3840AD0F0F82 /* YYImageCoder.h */, + DC200959FF903CF64273A66290BD7E75 /* YYImageCoder.m */, + 7F43B6EBCF88EF8F5888E8B6A7BD9562 /* YYSpriteSheetImage.h */, + 1A6AE9397537101C54128A56B7D669FB /* YYSpriteSheetImage.m */, ); - name = "Support Files"; - path = "../Target Support Files/YYText"; - sourceTree = ""; - }; - DBC323DA54ACAF7C3376A7EF038F5A58 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 9E2ABBB2D306832705D5F72001B246F6 /* AgoraVideoEncoderExtension.xcframework */, - C94024930AB08B4D77F3F6E9D671E1A6 /* video_enc.xcframework */, - ); - name = Frameworks; + name = Core; sourceTree = ""; }; DBEFE3F91006C6B60C044A4D7B0D0FCA /* TIMCommon */ = { @@ -12856,111 +13447,105 @@ path = Chat; sourceTree = ""; }; - DDE7D076447112818873A43A8E6471C6 /* Frameworks */ = { + DF9CE9F1B190C29272A2DBE6DFA6FA92 /* FaceCapture */ = { isa = PBXGroup; children = ( - E5E896043D8BA571D11E0CA55BE4AE68 /* AgoraAudioBeautyExtension.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - E1273FC545E31F2B19878D0EF471D954 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - D35C99E8614F1240276A47D9A3C0237B /* MJRefresh.h */, - FFDE1D22A05B7734B4D04697FBA9703E /* MJRefreshAutoFooter.h */, - 7DE64C569A1E6932192F89F76EE47A34 /* MJRefreshAutoFooter.m */, - 8FF907C8216B1C454231D7D3BAE13426 /* MJRefreshAutoGifFooter.h */, - 86075546D8DCB851A80563BC28DB4CDF /* MJRefreshAutoGifFooter.m */, - 769A0472F954FE718F6A4E551D2894F2 /* MJRefreshAutoNormalFooter.h */, - BE7757F8AD39EE1F7BEC579DFBAF1158 /* MJRefreshAutoNormalFooter.m */, - 04483493AE81CA6B29E55ED29DE41586 /* MJRefreshAutoStateFooter.h */, - F01E1F08282F3394FD18192811AC5C49 /* MJRefreshAutoStateFooter.m */, - 9502B0B473623E7357CE14F670B4A6C5 /* MJRefreshBackFooter.h */, - 6CBB765E04F1683B0F0F50AF3C346C9C /* MJRefreshBackFooter.m */, - 953EA43E3F2AF86474EE7D74EBCBD573 /* MJRefreshBackGifFooter.h */, - F3238A7705973F5D24304E387D6646F4 /* MJRefreshBackGifFooter.m */, - 204426110067416B491362D7ABBCA052 /* MJRefreshBackNormalFooter.h */, - AA6C170C80274AA4B47C157B76FEDCDF /* MJRefreshBackNormalFooter.m */, - 9B1559F7D5A38D19DF602A367B89383A /* MJRefreshBackStateFooter.h */, - E2625642277CF56AE9F82AFCBB63EEFC /* MJRefreshBackStateFooter.m */, - 3CDC87DA0AFD4FF5C4C35065331B3A64 /* MJRefreshComponent.h */, - 7CC8A4437F40CBBF7AD1B9F900965783 /* MJRefreshComponent.m */, - 7D1124643FAA5580FABB3C1211801FAA /* MJRefreshConfig.h */, - 7E117D8C5A00946329D50C817ABA1495 /* MJRefreshConfig.m */, - 0099A22C8BA1C31D012F487D75194315 /* MJRefreshConst.h */, - 8F7928C82DAD75AC11E29EB566F480C5 /* MJRefreshConst.m */, - 7A7F4E929AA33853310B11781EEB9EF6 /* MJRefreshFooter.h */, - AFA6497AF7365FFB0A6AE8D6446BD7D0 /* MJRefreshFooter.m */, - 4AC207119B73A324FA703ECBC70E7591 /* MJRefreshGifHeader.h */, - F0E672C03917739DF51EEFBC4528E5E9 /* MJRefreshGifHeader.m */, - A76638BBDB3A90170090F0B04BEB7752 /* MJRefreshHeader.h */, - D5D0B47D069C02BC3AC52FB851635104 /* MJRefreshHeader.m */, - 583D558EA52ECDDA31F861C4C7A7D402 /* MJRefreshNormalHeader.h */, - 9BEF732727DBD392AFAA82C773855B0E /* MJRefreshNormalHeader.m */, - D3E3C7EFAD924F6C0AB18FB04A025563 /* MJRefreshNormalTrailer.h */, - B0B826306FDFB3F9365808FE0ECC8EE7 /* MJRefreshNormalTrailer.m */, - A565896E9ADE92E95BFA3D78C3448E59 /* MJRefreshStateHeader.h */, - 62D2D3B118A4F616DAA2D0738B90699D /* MJRefreshStateHeader.m */, - A4C9591D960245AAEDA6C83E81505668 /* MJRefreshStateTrailer.h */, - D8076727251FFD8F87405D28F5A543CC /* MJRefreshStateTrailer.m */, - BD3EFEA8D8C7A0FC5D460B9546BEB6BC /* MJRefreshTrailer.h */, - 5BD3B0AC73D7D3B674D2C8951C3CC458 /* MJRefreshTrailer.m */, - 3443B7A055C772DC7A0B5A8FDBB9431B /* NSBundle+MJRefresh.h */, - 06E20AF8BAEDFF42624D3E09AA89D66A /* NSBundle+MJRefresh.m */, - E0E73A539E857E7C1A16FC745598812F /* UICollectionViewLayout+MJRefresh.h */, - 0623C1E13AA2A0351AFC2BD89FB49763 /* UICollectionViewLayout+MJRefresh.m */, - E5430B61F1535179412C3298C4B8816E /* UIScrollView+MJExtension.h */, - ACE45D60BA908387E7AC000FEA74358E /* UIScrollView+MJExtension.m */, - F56497042AE613CAC039F1626388B075 /* UIScrollView+MJRefresh.h */, - 83B6710C39A209D61985C1FF3B2AE5E1 /* UIScrollView+MJRefresh.m */, - CD1F7F8BBC69402151D983080FEA8471 /* UIView+MJExtension.h */, - 8E94E4E4444BC6E312965ABBB875E3EC /* UIView+MJExtension.m */, - 826258E2F41A704842DFD469C313A3E0 /* Resources */, - BD02F9518FFD861A05243C7D706441D6 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - E3A1F33B81C6499194D39E0A5367237A /* Support Files */ = { - isa = PBXGroup; - children = ( - 63F7F4EF5CBB4638DF86614C461CDBB3 /* MQTTClient.modulemap */, - 4D35A74BC801A1B8AECF7D12EC6B801A /* MQTTClient-dummy.m */, - 5CB0F6D85B106F72CF74B3CEC5A1D176 /* MQTTClient-Info.plist */, - D36E63C06BFB83559EE38B2505C3048A /* MQTTClient-prefix.pch */, - E3005CBA4D670540031B0AC9B7BF3FA0 /* MQTTClient-umbrella.h */, - 7714E976693EA99BE59000205D302755 /* MQTTClient.debug.xcconfig */, - 1854DC9D55B17DD70F4C7058C19FF2F9 /* MQTTClient.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MQTTClient"; - sourceTree = ""; - }; - E459B1809505DF79B1948D0FEDA7AFB3 /* Support Files */ = { - isa = PBXGroup; - children = ( - AE44F5422F5F0932EB52B56C4AF04D32 /* AvoidCrash.modulemap */, - 0C0F0FD1CA80715765F6CF94A7A9C0AF /* AvoidCrash-dummy.m */, - 6EEC0A9F0B73A6C9A1EC6C0BD6B49EE4 /* AvoidCrash-Info.plist */, - 725D5047BA2D6891842D7F684B677DAA /* AvoidCrash-prefix.pch */, - 9EDA984FC606C7786F043FCB36227404 /* AvoidCrash-umbrella.h */, - 9CE8517167832C532F4FDBCA7725C55F /* AvoidCrash.debug.xcconfig */, - 607DD143B7FE0F2FAC3B4835F05C6F0F /* AvoidCrash.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AvoidCrash"; - sourceTree = ""; - }; - E473339B0C0418561C27587B301958C7 /* FaceCapture */ = { - isa = PBXGroup; - children = ( - 8FD9F245D5A14DE83B1CDA41B1573172 /* Frameworks */, + 09824A25B1F05EC4EBFEA218A7C7269E /* Frameworks */, ); name = FaceCapture; sourceTree = ""; }; + E1A1859DA2400ABFDDB3BC3619710F97 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57DC87FE12B4159961B5BA8B7E1BC9B1 /* ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist */, + B3144497D5D88075BA1E7664315E8D75 /* TIMPush-xcframeworks.sh */, + 519BB93FB3EFABC4836F62A1E50F7932 /* TIMPush.debug.xcconfig */, + 0AD97B57BE98D5C615BD6924CC09A5E7 /* TIMPush.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/TIMPush"; + sourceTree = ""; + }; + E217147351AA443CF66E59EA2B14311F /* AvoidCrash */ = { + isa = PBXGroup; + children = ( + C1B82B2FF690B31838020F663C79651B /* AvoidCrash.h */, + 0F3C1C7EE86FDD4450BCFA8788B2ECAE /* AvoidCrash.m */, + B38D36CB742D04E30B2D85A814C19C62 /* AvoidCrashProtocol.h */, + 1A9C0E681B115BF9939D56743A546224 /* AvoidCrashStubProxy.h */, + 2CE976355A4F8576D20CEFA09AEC8E44 /* AvoidCrashStubProxy.m */, + F21D9B8F1BE8D0CCB4079315F2078157 /* NSArray+AvoidCrash.h */, + 04964744461A2A28D8B254ED002112BD /* NSArray+AvoidCrash.m */, + 4218662ACF9772E721E879F540237337 /* NSAttributedString+AvoidCrash.h */, + A8B5B09800D6C4D3B0F0FD8C19D768D1 /* NSAttributedString+AvoidCrash.m */, + 6482C603AFC3322D58BB48635D6745F2 /* NSDictionary+AvoidCrash.h */, + 0CAA2B27084F6EC26FA08034E8C6EBBE /* NSDictionary+AvoidCrash.m */, + 8D85D8872F4C43D533ED689F1296A9F2 /* NSMutableArray+AvoidCrash.h */, + E0A6857866DB846FCD15D5A5B1937639 /* NSMutableArray+AvoidCrash.m */, + AB57EE879D1047EA82A7EA70D435717B /* NSMutableAttributedString+AvoidCrash.h */, + 6738D86D1CC6BDE3B7A6CFDA26F1BFF7 /* NSMutableAttributedString+AvoidCrash.m */, + 23A05BF7B243DE0A405E95407AD2BDB5 /* NSMutableDictionary+AvoidCrash.h */, + CCD8994AEDD7C85ECB60731E4054EAFE /* NSMutableDictionary+AvoidCrash.m */, + AB08DB31776AB1D191C258972C70866A /* NSMutableString+AvoidCrash.h */, + E4B3BF454AD2E583940890F658785272 /* NSMutableString+AvoidCrash.m */, + AB6FED47D20C2581AD592C5259E053BE /* NSObject+AvoidCrash.h */, + B073544CFB88A1BEF521E33EF0BDEC26 /* NSObject+AvoidCrash.m */, + 4A66D016F257A22686DD39263FC5EFBD /* NSString+AvoidCrash.h */, + E990195FE6FBA70ADA34351E7CCD25EE /* NSString+AvoidCrash.m */, + 7117DEFEC0F21C8424CAB413E8F3C3D2 /* Support Files */, + ); + name = AvoidCrash; + path = AvoidCrash; + sourceTree = ""; + }; + E2D86CA28DC8FA80384A72D98014C499 /* TextPicker */ = { + isa = PBXGroup; + children = ( + 7ECCA0844BC8CEA3B05831BFFAF5D471 /* BRTextModel.h */, + D205D5EB6AAB6190DADEDD8B58324614 /* BRTextModel.m */, + CD878DDD1CD1E1318233F9A64A4386A9 /* BRTextPickerView.h */, + 595BB594D9A118159BA3E9186A48B961 /* BRTextPickerView.m */, + ); + name = TextPicker; + sourceTree = ""; + }; + E38AC0869AF8DFB40720C80FD23CF69E /* Resources */ = { + isa = PBXGroup; + children = ( + 71E0DF0DB3507D046D665DF188CCB750 /* PrivacyInfo.xcprivacy */, + ); + name = Resources; + sourceTree = ""; + }; + E38C52590C345E6EBA25708D05C60DE0 /* Support Files */ = { + isa = PBXGroup; + children = ( + E71626BADEC3D774E73F1928CF840EBB /* SDWebImageWebPCoder.modulemap */, + 93AC415D6111CE238D870CA2D635456D /* SDWebImageWebPCoder-dummy.m */, + 9FC18CF9A5D3A1471A8AE8974FDF9C01 /* SDWebImageWebPCoder-Info.plist */, + 5E078F180E7A628B0A908438F9D11535 /* SDWebImageWebPCoder-prefix.pch */, + 7E737100126BC5947D99F9E00382EC60 /* SDWebImageWebPCoder.debug.xcconfig */, + 73CAB2ED35A0E3B462E3E893FA1969B9 /* SDWebImageWebPCoder.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SDWebImageWebPCoder"; + sourceTree = ""; + }; + E45AF7557D7A1AFCF1BD95EC725CD0A7 /* mux */ = { + isa = PBXGroup; + children = ( + 7520B5390792567B0E1833C4229D436C /* anim_encode.c */, + A7CA711410E60BF3DE5F7BD3C3527A24 /* animi.h */, + 0D48E08D2AE5436DB1C89330038E1A13 /* mux.h */, + 6A99041902FD122EB92DDD80E63C9D72 /* muxedit.c */, + 421D5FAF91F0D256E2FDCD6F5F84FD66 /* muxi.h */, + 1A41D55F347D34F740A49E21F4723E93 /* muxinternal.c */, + 9D329E2C53FCB4D524AFC8994CE9D0C1 /* muxread.c */, + ); + name = mux; + sourceTree = ""; + }; E4B761DECC36CA40A12596576C14C9BF /* Chat */ = { isa = PBXGroup; children = ( @@ -12991,139 +13576,6 @@ path = Chat; sourceTree = ""; }; - E4EBA5F01478E20A1196D498F0534B86 /* AliyunOSSiOS */ = { - isa = PBXGroup; - children = ( - C87D4A32A49F0866458481A6C4751363 /* AliyunOSSiOS.h */, - EE89A6EA0D5F935FF1E4B4D39E928AC5 /* aos_crc64.c */, - F204C8E9145F57163F6EE85A499EA11A /* aos_crc64.h */, - 4FF0632AC66004E15AE1242C155D8A16 /* NSData+OSS.h */, - 9B26A92A7F41BE44412BF4151857574D /* NSData+OSS.m */, - A205DF285961A683BDABB3F026EAF070 /* NSDate+OSS.h */, - 9F8E1D3AB840A9EAAB2361A28EA6660E /* NSDate+OSS.m */, - 5FA491F71D09EE8210D0037DE3363926 /* NSMutableData+OSS_CRC.h */, - 96D60FAA08A4AD43F6A699D26B9D16EC /* NSMutableData+OSS_CRC.m */, - C5AF25C4A2709634CF3EB5429C9A4520 /* NSMutableDictionary+OSS.h */, - 4ED53B73CF9D64B4F955BABACA49A2E4 /* NSMutableDictionary+OSS.m */, - 517CE6AC36880E1AD113C29DE39FF026 /* NSSet+OSS.h */, - 936AFBA0A950DAA32400CF9454411A48 /* NSSet+OSS.m */, - 3AEBC735855A390946B5EF65B3823B1E /* OSSAllRequestNeededMessage.h */, - 1AF888AD2D01349BB1539729BFBAE5CF /* OSSAllRequestNeededMessage.m */, - E76FF91F73392067A0842DA01AECC136 /* OSSBolts.h */, - A98B45B96F67A668A3EBE9B4D3BD12EF /* OSSBolts.m */, - 37E9AD7DCB022C875EC7E34C9066A336 /* OSSCancellationToken.h */, - 24247A6B54051F81748085AF5018565B /* OSSCancellationToken.m */, - 4138A87F260183784A34F09B09809E36 /* OSSCancellationTokenRegistration.h */, - 82D4AA5F4F0F239F62DF2A79FEA53CB7 /* OSSCancellationTokenRegistration.m */, - 021A626905C188DF3DECC7A1B16E617F /* OSSCancellationTokenSource.h */, - 52D76EA9F9359DD8E0593C7B0696A688 /* OSSCancellationTokenSource.m */, - DDE6B5003C19BEF91575545DF64F29EF /* OSSClient.h */, - FBACC6494379F151A8E4457F350562C3 /* OSSClient.m */, - E4330A749A940B5AA89F9A60869460AC /* OSSCocoaLumberjack.h */, - 7C060A1B3314655E245A42B468679D3D /* OSSCompat.h */, - A85E8FDD8A1086AD73C014B6D6033655 /* OSSCompat.m */, - 2AE4A74A978E3E77BF8E0C4AF2EB61AA /* OSSConstants.h */, - C08D14D80A418D788FC62B0EBAA6E0D8 /* OSSConstants.m */, - 1D8331164E212257C20D95AB2E3448C8 /* OSSDDLog.h */, - 0257F63285DF532F217CB060E81B56EE /* OSSDDLog.m */, - C0BDD55090EA491AF820C3E1B6AA09D4 /* OSSDefine.h */, - EF4E32640150F200E41FBF0CA7EDF0E2 /* OSSDeleteMultipleObjectsRequest.h */, - C9B3407E9964E300B473126AAAE3F5BD /* OSSDeleteMultipleObjectsRequest.m */, - F2AC53F6F4586A35D3FFFF1BDB6D871E /* OSSDeleteMultipleObjectsResult.h */, - A2C09D9CCFD530FB976ADE84BD0A52F8 /* OSSDeleteMultipleObjectsResult.m */, - 2782991E1DCC2DC5E6762AEABDB651C1 /* OSSDeleteObjectTaggingRequest.h */, - 650ECB455240EC2D4951420C5853FB71 /* OSSDeleteObjectTaggingRequest.m */, - 6D9857627FF718DAF6B431262DEB5704 /* OSSDeleteObjectTaggingResult.h */, - B263D9F56028DCAF3F376D150DCEDB73 /* OSSDeleteObjectTaggingResult.m */, - 8196DF90AC27B269BC046A3C0AF41F3E /* OSSExecutor.h */, - 21BC654EF72FE10DB39330E4AEF34656 /* OSSExecutor.m */, - 5CB89412A91A86D42BDCB3EFCBE8B644 /* OSSFileLogger.h */, - A3DC28FF7BCE17C84E078D7B0B24E628 /* OSSFileLogger.m */, - B416AE5CAE1C71E0CD37C132DDACE397 /* OSSGetBucketInfoRequest.h */, - D5E90B4CD67A67C3D852421AC1659F23 /* OSSGetBucketInfoRequest.m */, - EA7074CE7972C5E11D452EB1B3FD9A81 /* OSSGetBucketInfoResult.h */, - BEC903997C0C9532B3B0E836B3542926 /* OSSGetBucketInfoResult.m */, - 254C447AE99BD0064FCF9A29F9124605 /* OSSGetObjectACLRequest.h */, - C1B44F7C84CE5F424E138473F02C948C /* OSSGetObjectACLRequest.m */, - 4A5AF9B087E813547E706B45C3DFB7E1 /* OSSGetObjectACLResult.h */, - FE3AC34514DCD306FA3CC025C8C9C22B /* OSSGetObjectACLResult.m */, - 573B74D12E6E54986C8557B3D9046F11 /* OSSGetObjectTaggingRequest.h */, - BE241C2F9A47D46A4AF4A623C4B1E59A /* OSSGetObjectTaggingRequest.m */, - F3A7D09DD3FE09844CADECC5ED7EB147 /* OSSGetObjectTaggingResult.h */, - 0535C9DCAC87747CACE1185DA0AFD5FB /* OSSGetObjectTaggingResult.m */, - 400574FFCC52BAC3027118E7DBA6D9D3 /* OSSGetSymlinkRequest.h */, - 6197C7B50545936E0C999DC85F34A649 /* OSSGetSymlinkRequest.m */, - 96F57F8950C059A0FB4F8A87B8134D20 /* OSSGetSymlinkResult.h */, - 74EBA74B7708B22C55E2C20743A36E39 /* OSSGetSymlinkResult.m */, - A3760168DD553F63C1B028117FACCA40 /* OSSHttpdns.h */, - 34AD6B77629EF6E1432ED0F009E85F10 /* OSSHttpdns.m */, - B3BA5D06353974236746C59F1C574993 /* OSSHttpResponseParser.h */, - B67587D4C6EDE3D3F984451E994D0B8B /* OSSHttpResponseParser.m */, - 05F2E80C39D2DF3A04F2F806BFA2D391 /* OSSInputStreamHelper.h */, - 9A81EBF3E122777C71BC1E14A5A5DC2F /* OSSInputStreamHelper.m */, - 923D56204C8878303AE2C6359922DB30 /* OSSIPv6Adapter.h */, - B7B9417ADC72AFB9DB5C0C63BD184A23 /* OSSIPv6Adapter.m */, - F45376A94E516AF1D7060549269A6A5A /* OSSIPv6PrefixResolver.h */, - 14041B691D7491247310B82D64739506 /* OSSIPv6PrefixResolver.m */, - 7B50A7E8DA5B74A5B380E5D6A332CF25 /* OSSLog.h */, - 1CE3CE3DBC64AB60E3A5818C1BE4EE97 /* OSSLog.m */, - CEF4B9B1F796455AFE7B18763F69EBDE /* OSSLogMacros.h */, - E7FB5DD066A6771B3D6ED75334CFD6EE /* OSSModel.h */, - 872092720724CD156A786F236C00CAEB /* OSSModel.m */, - 4A0CED06B42A21EB241B1DF222855283 /* OSSNetworking.h */, - 20879D9B56A7E684907F75923C3F6EF1 /* OSSNetworking.m */, - 9FF110BC6855F39BA27623F8D6056E68 /* OSSNetworkingRequestDelegate.h */, - 3B6C3FF75906D49816B4A95049FDEE4A /* OSSNetworkingRequestDelegate.m */, - 199E167D37F89FBAB58B59277B052F6E /* OSSNSLogger.h */, - 35274E48FA9B681200EB7E115F96721F /* OSSNSLogger.m */, - 469100BC47C2243AFF98CA27D2EB409D /* OSSPutObjectTaggingRequest.h */, - 83D296A06C346620040962D0D749D156 /* OSSPutObjectTaggingRequest.m */, - 0AF58878DCB0DD0EDCDC248201356A28 /* OSSPutObjectTaggingResult.h */, - FDB766D9288EAB5D81C6D0E89C819D98 /* OSSPutObjectTaggingResult.m */, - E64C0CC4EE8501C605F259E3B887D980 /* OSSPutSymlinkRequest.h */, - 8A0A2D55C1414A8E81DC33C523BA9110 /* OSSPutSymlinkRequest.m */, - D2BD87A3DBDBAC8E670C094233EB262E /* OSSPutSymlinkResult.h */, - 0612DC526A30752E51650E0CA0BEB4B8 /* OSSPutSymlinkResult.m */, - EE6091647D1C566C87CC7254162D681B /* OSSReachability.h */, - 8713EAD8F5F555520F376C1B56C94475 /* OSSReachability.m */, - 9B5A9F8E58D4C563082437381DF998CD /* OSSRequest.h */, - EA78C5CB4CC328A89FAA412536E20940 /* OSSRequest.m */, - F4BFE503E4A73ED6B5425D791B013C99 /* OSSRestoreObjectRequest.h */, - B716F297BF2BB5EC6D457C8F094B3E05 /* OSSRestoreObjectRequest.m */, - 613A2513436703013AE9CEDA1109907D /* OSSRestoreObjectResult.h */, - 3D41F48683FCC1EDA89D903FF0965373 /* OSSRestoreObjectResult.m */, - 2D17F39F57A6545F841645C65D8D7100 /* OSSResult.h */, - 2457FA1E27DA7FD51ABCA23257D94C88 /* OSSResult.m */, - 76678DADF04F439070B40060F80653A3 /* OSSService.h */, - 8987F2680025821384582D94FD0210C3 /* OSSServiceSignature.h */, - 9A6600403FF27849D26DCED372AB99BB /* OSSServiceSignature.m */, - 644954D23769116479DF55829AA34123 /* OSSSignerBase.h */, - 47E10E0D6778A84F4226B56EA9B3EE54 /* OSSSignerBase.m */, - 9BE32627DF4D8D823A089C2E192012DD /* OSSSignerParams.h */, - D61672BC580B7295B72BAA51B46E2C81 /* OSSSignerParams.m */, - 4D50A1EA600F9C9F5DB4BE5C21FA010A /* OSSSignUtils.h */, - 25E296C16D1E5CA8A229C3CE3304F567 /* OSSSignUtils.m */, - 3272B2DBCD538F6D7CE6F08DD40047FF /* OSSTask.h */, - 7AC7367DFD49858857D764C9E8E6D909 /* OSSTask.m */, - B90E60B1CFDBCB3F2F1CE555E8427A14 /* OSSTaskCompletionSource.h */, - F8A8FDF49509F93A2D3C59F31A78EEC8 /* OSSTaskCompletionSource.m */, - F08DF978703E06D1D38711DEEC2B625F /* OSSURLRequestRetryHandler.h */, - 2F4072CC0F5D9B263C667F94F5F71468 /* OSSURLRequestRetryHandler.m */, - 868FA57F94057F8FC61B23A46C8140BE /* OSSUtil.h */, - F13FE25C055C994285E63FB9F737E571 /* OSSUtil.m */, - 836A68AC03CDB3884B92C0C169D41B8B /* OSSV1Signer.h */, - FBCC619F2E5062A11CCA629F5913683C /* OSSV1Signer.m */, - 6E6E8D73033CB0139EAB9E7B7B48B1FD /* OSSV4Signer.h */, - 7BA85FD2B0BC74A86DE67260FEB5932B /* OSSV4Signer.m */, - 6C62CC8D6160F965F50F122A7F6F7EC0 /* OSSXMLDictionary.h */, - 477D50507EA8EB7B547B4A2E1572DC1F /* OSSXMLDictionary.m */, - 8E0CD54C2F55401D8F7A546ACD20087D /* Resources */, - ABBA72B58C4F873C7C56CB9EA3EED514 /* Support Files */, - ); - name = AliyunOSSiOS; - path = AliyunOSSiOS; - sourceTree = ""; - }; E51ADDC563DC880381CEDB4BA941268B /* Pods-QXLiveDev */ = { isa = PBXGroup; children = ( @@ -13161,140 +13613,86 @@ path = Base; sourceTree = ""; }; - E68C03FDD6CCB214B26C8DDBFE0AEFB5 /* Support Files */ = { + E5CDD713F834C70366363C8AC09F7451 /* SpatialAudio */ = { isa = PBXGroup; children = ( - C232FB3B5A65774E038955D1F9F35716 /* AFNetworking.modulemap */, - E3A7B5C3D308CF01E7D339EF644C71EE /* AFNetworking-dummy.m */, - D5A5E0E611D4F87301C6D2C36A877C13 /* AFNetworking-Info.plist */, - 37F7AF42CD89D99C7C641148A78BEEC3 /* AFNetworking-prefix.pch */, - 1D56A2F383AE52A2E3DF3A6F4B254740 /* AFNetworking-umbrella.h */, - A76F6366ED4DA4215F3553B65CBCEF59 /* AFNetworking.debug.xcconfig */, - 205C8F9018C2B758BAC59F6F06EAB367 /* AFNetworking.release.xcconfig */, + A77C8B1868133044359FC8D5A2373278 /* Frameworks */, + ); + name = SpatialAudio; + sourceTree = ""; + }; + E618338F764565725F4A8AE39E265968 /* Support Files */ = { + isa = PBXGroup; + children = ( + B56397DD36DA3E3CDDEB24F6B9F0BD84 /* QCloudCore.modulemap */, + 08D5DF4414C1241006DE2CE1C1D5B109 /* QCloudCore-dummy.m */, + 96875A762ED6E1B1AE779219573CC072 /* QCloudCore-Info.plist */, + 74FEF551A1ED707DF4D8590C0D8616B2 /* QCloudCore-prefix.pch */, + 38588685EC11DD81A380F95B55BDA576 /* QCloudCore-umbrella.h */, + 8E5CFFB65E6284A229074AF679C42CD2 /* QCloudCore.debug.xcconfig */, + 0E8A521E909160905DBE411526E5FD93 /* QCloudCore.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AFNetworking"; + path = "../Target Support Files/QCloudCore"; sourceTree = ""; }; - E750AEBE16157ECA4D8B407366EFBBFF /* JXCategoryView */ = { + EBBFD34E2148F3789A9A3B81F7E54F88 /* Manager */ = { isa = PBXGroup; children = ( - D60397114C329033F3EC1FE6C91F841A /* JXCategoryBaseCell.h */, - B42A64C3FD634897BDC5A5415634AD6C /* JXCategoryBaseCell.m */, - 59CBEAB2995EB1847B7FC4FE89A714A7 /* JXCategoryBaseCellModel.h */, - 912D47DD71DFADB72E7CEDD5287EEB2D /* JXCategoryBaseCellModel.m */, - 6112F12A2C44C152B62D6CF04EA3C2A8 /* JXCategoryBaseView.h */, - 7DE8A580BF8985ABA68B8D11064530FB /* JXCategoryBaseView.m */, - 43C3CFE35EC68B8945DD220F8DC627A9 /* JXCategoryCollectionView.h */, - 67D0842501F67645472CB0385474A295 /* JXCategoryCollectionView.m */, - DD1E393A663396E0042545C9810C4128 /* JXCategoryDotCell.h */, - 5005257548F3DFF019EC1E6A56D8DE94 /* JXCategoryDotCell.m */, - D4A89FDEABCA149509D2610849CF63D7 /* JXCategoryDotCellModel.h */, - A2E49E0E30F0374D1869A7E0FEDE0B18 /* JXCategoryDotCellModel.m */, - A1745B555BE6350271185A52CE4044A3 /* JXCategoryDotView.h */, - DE2C013F88A45440FC7DB25E09015410 /* JXCategoryDotView.m */, - ECBBAB4283E101197919F9885D7896FF /* JXCategoryFactory.h */, - 7B8538C92E9A05B81E43BE9E127229AB /* JXCategoryFactory.m */, - E8777A80F3109028701BC6328896A006 /* JXCategoryImageCell.h */, - 18354FADB2DFD827C38F32B5B283B9A4 /* JXCategoryImageCell.m */, - C2BB68A8BBA98BD66780B665DB150779 /* JXCategoryImageCellModel.h */, - ABF88163521CDB75D54016CB498D594B /* JXCategoryImageCellModel.m */, - 9E2B890DB980A1C091EC1EC9B0100DA7 /* JXCategoryImageView.h */, - 3F14C2DF14D0E3CC5631975A85551119 /* JXCategoryImageView.m */, - C9FC6908461B70BB12B08EDE3AEBC72A /* JXCategoryIndicatorBackgroundView.h */, - 5126A4D9B87E984813282B556AF97202 /* JXCategoryIndicatorBackgroundView.m */, - 1C4CB6C1CB8203418CDFE97C2E15EF20 /* JXCategoryIndicatorBallView.h */, - 26368630C638E71A8C20C6B148A0EDFF /* JXCategoryIndicatorBallView.m */, - 256D39F3AAE8F0B4297D2F583CE91DA0 /* JXCategoryIndicatorCell.h */, - 73C7D844511054DD693E1F939A8C33BF /* JXCategoryIndicatorCell.m */, - E047C31AC9937B895EB741CA05F233C9 /* JXCategoryIndicatorCellModel.h */, - 54104EB829695774D39A98E876CD853E /* JXCategoryIndicatorCellModel.m */, - 60F0ACFACE35B256864B519DB9B6FD16 /* JXCategoryIndicatorComponentView.h */, - 8A94570B593AB24C01653192CA3FB3D5 /* JXCategoryIndicatorComponentView.m */, - F41DC36374C12FD0B41A9BD33F9A414F /* JXCategoryIndicatorDotLineView.h */, - 3FE371DA2A6EFDB16C2401A747C6C1B9 /* JXCategoryIndicatorDotLineView.m */, - 76A365B590AD92E43010BC75DDB8A8ED /* JXCategoryIndicatorImageView.h */, - 8815A62C357FCED40FBFA5CC5AD486FD /* JXCategoryIndicatorImageView.m */, - EC29EBA6A2189FCC642AE87C1864EB3C /* JXCategoryIndicatorLineView.h */, - 133CE6640C5C7DFB943F938227BC2556 /* JXCategoryIndicatorLineView.m */, - F58FF61B5A735120E41ED0DF5DB13E37 /* JXCategoryIndicatorParamsModel.h */, - 08FC8C330637E4A26203F5C4F0C8FFBC /* JXCategoryIndicatorParamsModel.m */, - C9EB273B20622E7055FCBC9E9078D4A1 /* JXCategoryIndicatorProtocol.h */, - 1E7586DE1167AFED1753C420B434C34F /* JXCategoryIndicatorRainbowLineView.h */, - 92CCD998EA97097340DB86E4B6424431 /* JXCategoryIndicatorRainbowLineView.m */, - 158012710CADFDCACD7C7479D3F84646 /* JXCategoryIndicatorTriangleView.h */, - FF3945C6F81293E6CA9D3885C41E5616 /* JXCategoryIndicatorTriangleView.m */, - 4132B15C9DAEF46D37E2C2A2CDC99A07 /* JXCategoryIndicatorView.h */, - 61D8691DF4138DD1F4223CB015018521 /* JXCategoryIndicatorView.m */, - 8C6DE3267E526E282214774C6134F2C6 /* JXCategoryListContainerRTLCell.h */, - 7B595D29D87085688B882F34B66276A4 /* JXCategoryListContainerRTLCell.m */, - 7F1CAB64DE99CAFFF7F8C0DCE41285AF /* JXCategoryListContainerView.h */, - 5A6671A763F65A861C237A039C08D398 /* JXCategoryListContainerView.m */, - B6EBDFFAC616F225B0F0B402279D197E /* JXCategoryNumberCell.h */, - 3315DC6134F24DE76DE6F35B8D45D47C /* JXCategoryNumberCell.m */, - 6CE74D1B298989210F5075ED8306D050 /* JXCategoryNumberCellModel.h */, - 4486B7B66827B72035C9C938A6C2F114 /* JXCategoryNumberCellModel.m */, - A43FC8D677FBFD53EFF8F43679E524BE /* JXCategoryNumberView.h */, - CDC68FC5971701721E0F5AF722A2623B /* JXCategoryNumberView.m */, - C0CEB5A1B00EFCEA42EB2B0602CBF8D8 /* JXCategoryTitleCell.h */, - 0F9B1E78486FE006258AEE7EC88B74D9 /* JXCategoryTitleCell.m */, - FA4AF1F2FF95ED8DAF949CF745BE8F04 /* JXCategoryTitleCellModel.h */, - D6E24392E00CCEFC1DE947C1D4BF8B71 /* JXCategoryTitleCellModel.m */, - C687B8148F1910B4B648C64A6CD3D439 /* JXCategoryTitleImageCell.h */, - 44C8CD309D205740AE6E91FC35912EA6 /* JXCategoryTitleImageCell.m */, - 02A1DC10EF0C09312CD645E0AF3D7439 /* JXCategoryTitleImageCellModel.h */, - 202AE6CB23C1D7766483A0092527E90E /* JXCategoryTitleImageCellModel.m */, - E68613DF1CB927FB8EAE99A7C1341972 /* JXCategoryTitleImageView.h */, - 7184B751586747EA07190E5E65F23584 /* JXCategoryTitleImageView.m */, - 513EDB94C0EFD0FB669D4887555BA589 /* JXCategoryTitleVerticalZoomCell.h */, - F25A23DB19B57F2B620D4342E3BC4F17 /* JXCategoryTitleVerticalZoomCell.m */, - BED68C538A19A37E9526D13D95F95CA9 /* JXCategoryTitleVerticalZoomCellModel.h */, - C440992FB5C2BB522A19691CCA778577 /* JXCategoryTitleVerticalZoomCellModel.m */, - 49D97FDA99C133F08F9485B68A70964A /* JXCategoryTitleVerticalZoomView.h */, - CF41A05EADB663B1410C03EDE0207D4F /* JXCategoryTitleVerticalZoomView.m */, - 18041577F16A0143428033EB5F335017 /* JXCategoryTitleView.h */, - 4D50156FF02FF501BE9BE16E890E6F36 /* JXCategoryTitleView.m */, - A3A33854C22C9DED462D690FC5D83E78 /* JXCategoryView.h */, - C721DEC379A32E6A40BB74DDCD48133C /* JXCategoryViewAnimator.h */, - E74F9C60664CBFB20EA9BF1CD45853F6 /* JXCategoryViewAnimator.m */, - 73FB31866D38C5A31179DE08FB3FCDB2 /* JXCategoryViewDefines.h */, - 1738F3FDE9CC0DE7C1813CA3ABF620E9 /* RTLManager.h */, - 697FDC9C6A90677F41687893EF5DA394 /* RTLManager.m */, - E81461CED9E96FB3CBA947397E3AF3CD /* UIColor+JXAdd.h */, - 14BF43BE178C4AA10A056797985328BE /* UIColor+JXAdd.m */, - 6EE990EDDC72C43269D1F60C2017B744 /* Resources */, - A257F2738C74659EF346C24C696C9A33 /* Support Files */, + 2989015E8525A495BE15CA626391903C /* ForegroundReconnection.h */, + 4D125A2A3741B209966D07931476C3BF /* ForegroundReconnection.m */, + 891456155871C4568263A5403D66F41E /* MQTTSessionManager.h */, + CA7AFDBEC9D74E3FEEE05C511EB80208 /* MQTTSessionManager.m */, + F2DE85BEB62CB1E664383CFA3372D439 /* ReconnectTimer.h */, + 3B8922A742DFABCD4F3AE5AE95721B56 /* ReconnectTimer.m */, ); - name = JXCategoryView; - path = JXCategoryView; + name = Manager; sourceTree = ""; }; - E81F32BFCE8A6EB7DE809A95F624AA82 /* VideoAv1CodecDec */ = { + EC981CDF6EBFAC11C3E7E7192793DA99 /* iOS */ = { isa = PBXGroup; children = ( - 86CB9D3F1344DFC34CC511FA39C6070C /* Frameworks */, + 58E0AB7EC984C6E5FEA1DC0EFD44A26C /* Accelerate.framework */, + B200DE611C6BD5C4A2511162575C638C /* AssetsLibrary.framework */, + EBF4F463DBC12F0A9E4A31A31D77114F /* AVFoundation.framework */, + FA3727F637B1FC9D45CC01D1EF2AEA90 /* AVKit.framework */, + 61BB5436B6BE0A73D7BD497F79B74575 /* CoreFoundation.framework */, + CE389D8CDF8DAEDB4FA0169A0E49A4ED /* CoreGraphics.framework */, + C5F2FE4DC203028A369DDD1D80E37AC5 /* CoreImage.framework */, + 8E1A79FA6D4EF7CCDF7390137C35D649 /* CoreLocation.framework */, + BEAC88F4A48512BA520908592117D51F /* CoreTelephony.framework */, + C5534774A3CEE59A25B5F84665416721 /* CoreText.framework */, + D6774DAB1B0951BD390E6EF27B65E28D /* Foundation.framework */, + E268FA47BCDE1A3EA488275D21E5AD68 /* ImageIO.framework */, + 577878F9ED3923CF99ECE49E521B840E /* MapKit.framework */, + D916D2C2079E5C5C9C14CA71820F43E6 /* Metal.framework */, + BC366082B4FA74FE23139DE904B5F09B /* MetalKit.framework */, + 169AF84117584D4AB2F0D8F79F35DB9C /* MobileCoreServices.framework */, + A35CD1F462AC64FCBD52E991651D1F54 /* Photos.framework */, + AA729B9B1880088B8814F6DA5CDF2B4A /* PhotosUI.framework */, + 731F5EB2A5902B81727B085FFD2ECF79 /* QuartzCore.framework */, + 968AD5A157680098AB52CFBB49C41CA9 /* QuickLook.framework */, + 57194AFB9A2E96CFF853B12C2E721367 /* Security.framework */, + 1B8AB564FF9369F78C0EC51107B8C1AA /* SystemConfiguration.framework */, + 98C7AF6172882472D56456BF961E4275 /* UIKit.framework */, + DD3D46495CC38AE5DB78A577BE4DC625 /* WebKit.framework */, ); - name = VideoAv1CodecDec; + name = iOS; sourceTree = ""; }; - EA12CF9D57A81D45632DF83C91DCCC3D /* AppInfo */ = { + EEBDB19B856E87C2B49B46EF16997DE9 /* Support Files */ = { isa = PBXGroup; children = ( - C2EC384853C33474F77B75DE52D2073D /* LLAppInfo.h */, - 3819279E7AF258AC6770FDDDE575D03B /* LLAppInfoComponent.h */, - DEE88D31598BBC877C31F1ED9C43BBD7 /* LLAppInfoComponent.m */, - D2D15502E1716B21DCCC2DDCE7702BD7 /* LLAppInfoHelper.h */, - BC1678DFFE2FD0D0919967D248C3C496 /* LLAppInfoHelper.m */, - DCD9F9EB746F01DEB20BA6A8D41F36C1 /* LLAppInfoViewController.h */, - FCD2A15EFA4C3639EA1F3ACF9FC6C703 /* LLAppInfoViewController.m */, - F28FCFD7EF813D25B30D12F7E698FB24 /* LLAppInfoWindow.h */, - BB719ECE2616F368FFEEB36F18BB403E /* LLAppInfoWindow.m */, - 9914816CFEB1A44C5DD27892F27F701A /* LLWindowManager+AppInfo.h */, - 9307B5FE011D6F6ED5ACC26D6E47C901 /* LLWindowManager+AppInfo.m */, - 9842CBBE1DDEAF850B3443F53051090E /* UIDevice+LL_AppInfo.h */, - 03861350775BC47ED43300CAFCF72276 /* UIDevice+LL_AppInfo.m */, + 51D299E92D125A5762786A664633861E /* YYCache.modulemap */, + 1FAF23A31F0F4E11CD2FEF2AAF60AA97 /* YYCache-dummy.m */, + 606FAEBB85A07B95B1F96046BB9A14DC /* YYCache-Info.plist */, + 90108D2933176D499EB6BA187A3830C4 /* YYCache-prefix.pch */, + 04C428483751E4611C9CD824B98B30E3 /* YYCache-umbrella.h */, + 367CF5A9EDE4D72EB001F93ADC7555CA /* YYCache.debug.xcconfig */, + C3ABA704A8DB1E16E597621966C11E6C /* YYCache.release.xcconfig */, ); - name = AppInfo; + name = "Support Files"; + path = "../Target Support Files/YYCache"; sourceTree = ""; }; EF6F2F1AD93711F4BFE2A955508BDC18 /* Custom */ = { @@ -13311,6 +13709,22 @@ path = Custom; sourceTree = ""; }; + EFBF6EE7731F3FAE9D796B7AD9411DA3 /* VideoAv1CodecEnc */ = { + isa = PBXGroup; + children = ( + 5072BDB870047655B289B08F689DBE5E /* Frameworks */, + ); + name = VideoAv1CodecEnc; + sourceTree = ""; + }; + F110F98B9A4C9E8C9F0F1183A1939435 /* Resources */ = { + isa = PBXGroup; + children = ( + 5D1E03659A2339FD61ACB5B5FC9A5AE6 /* YBImageBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; F139F64E4697E981BD98ECEDF288CB8E /* Service */ = { isa = PBXGroup; children = ( @@ -13323,19 +13737,6 @@ path = Service; sourceTree = ""; }; - F17EB15AE0FDF45C04E8FE17F9622E3F /* libwebp */ = { - isa = PBXGroup; - children = ( - BAA08C858F9BD84C2B9A1E7B7D33ED33 /* demux */, - BD570E0E5925FE7057F6621D10EE15E4 /* mux */, - 115A917F1DF91569B4A7A94B3F955EC5 /* sharpyuv */, - 709D842465D438651D36B5AAF6FFE006 /* Support Files */, - 7E02DE3E12D2917CA3E6F16ADC906574 /* webp */, - ); - name = libwebp; - path = libwebp; - sourceTree = ""; - }; F1EC581609312EFD95123D94491476BF /* Input */ = { isa = PBXGroup; children = ( @@ -13358,247 +13759,19 @@ path = Input; sourceTree = ""; }; - F2D6475B18DBD3E3D41F43524B3B618F /* Support Files */ = { + F1F5F6DFDC090A55742E5A929763C31F /* Support Files */ = { isa = PBXGroup; children = ( - 9705AC856C47F05BEF242A30404BE89E /* QCloudCOSXML.modulemap */, - 14C654A222FC66AA2867F3373E6E4FF8 /* QCloudCOSXML-dummy.m */, - FC6182EF5C7236402D8132D477BB9A59 /* QCloudCOSXML-Info.plist */, - E86CC03A6C42C563C17CD73D44D68651 /* QCloudCOSXML-prefix.pch */, - 4F4F830C97D11D657F4F6538BBE7369A /* QCloudCOSXML-umbrella.h */, - 1BA6958466A32AF9132FFA8AA4FD8B85 /* QCloudCOSXML.debug.xcconfig */, - 72C14EE33E6CEE0E46196F699B3EC5A9 /* QCloudCOSXML.release.xcconfig */, + C032663281AA2759692C82F66AF7C17E /* XHLaunchAd.modulemap */, + DA4DC70120F5F926F7EDA6B5BA9E93A3 /* XHLaunchAd-dummy.m */, + DB7B8D096C5C414904382CB60810D7D0 /* XHLaunchAd-Info.plist */, + 4772EA65863F8F4F1AB6ADFD194FA1C4 /* XHLaunchAd-prefix.pch */, + 900B31519F9677564DD375580F08B0B4 /* XHLaunchAd-umbrella.h */, + D7FFF1BA6F46591AE87B0284824AA16C /* XHLaunchAd.debug.xcconfig */, + 776CA594B3B5C79737A7D80CDCE056B7 /* XHLaunchAd.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/QCloudCOSXML"; - sourceTree = ""; - }; - F312879DAA824D20B3304B73F7606068 /* Core */ = { - isa = PBXGroup; - children = ( - 38F54560F4FAB326B5C0AD5AEBB34000 /* LLAnimateView.h */, - BD902CC30B9F9055A5B5A06DC5666750 /* LLAnimateView.m */, - 7749CDC189668907FA85E1CE3762B28F /* LLBaseCollectionViewCell.h */, - 3CD85DC1770975A7D82905376807EEB1 /* LLBaseCollectionViewCell.m */, - DC8A682A33E9730C4383C828C9AF348C /* LLBaseComponentViewController.h */, - E041B3CA8F2D4CB20875751377B3DEB0 /* LLBaseComponentViewController.m */, - 0749B0115A88A6A4235CE775ADE3BC39 /* LLBaseModel.h */, - 5087DCD7D883FD6000FC11CC75BE144F /* LLBaseModel.m */, - 486B3677731399BB8F37EA68AD8802DF /* LLBaseTableViewCell.h */, - 23CBEEFD035534375E98070CD9DE605D /* LLBaseTableViewCell.m */, - 6EDCA7092BC03B9E08248A523C81623F /* LLBaseTableViewController.h */, - C1790E31F6435CEF46A8CA60375DA81A /* LLBaseTableViewController.m */, - 95B6840B1277532F157C0E5E204647E6 /* LLBaseView.h */, - B824EF32F8F9CB34233DB0D1331D0198 /* LLBaseView.m */, - 48ABF582031A3386A3F7AED01D5630E2 /* LLBaseViewController.h */, - 14AF95B74F7BC3A01173E51DA5FF80FA /* LLBaseViewController.m */, - FDBBD150506DF18C3C4A93C10F2BF49A /* LLBaseWindow.h */, - 99878C107A070699FBAB53DE435AEAD8 /* LLBaseWindow.m */, - BC29AB5ED56B3B4F0AF5D8CBE55017F1 /* LLButton.h */, - 001D0AEF9177F128239342BB59CCFEF6 /* LLButton.m */, - 032F2427BF747A216EC0E35C6E3F369E /* LLComponent.h */, - B33ABF35E96ABE37B2B3453BF842EF63 /* LLComponent.m */, - 9180B113E5C06B750956171BB08B097F /* LLComponentDelegate.h */, - CD9D7510313EDF23B2BB3E046E4CA6CE /* LLComponentNavigationController.h */, - 8F4089CEE8BD5BF8B23666F05A0B478F /* LLComponentNavigationController.m */, - 01D5D3B99CED4E0D3A0DC7F0417A3522 /* LLComponentWindow.h */, - 682522F66F395094FCF1508C53C40937 /* LLComponentWindow.m */, - D7957969B37E57230D18413BB653A6B5 /* LLConfig.h */, - BA4C78CE2CF50A328F19C6033C8C4F93 /* LLConfig.m */, - 6D55C665C7E25A52C125DF3DF54BAD92 /* LLConfigHelper.h */, - 4DF037AB8692E8ABBFFE931A9DEB6A71 /* LLConfigHelper.m */, - AAB4BD16A648A317D96D75896A66A041 /* LLConst.h */, - 0C16B37920CE44F2C3A456E2A399E001 /* LLConst.m */, - 4EE2EF091477EDE4329C65586C479C20 /* LLDebug.h */, - 1C6CB13EC3CBC674CF960DABFF97B5E0 /* LLDebugTool.h */, - 8824B0FE89C77E60D2DA94FAAA803D85 /* LLDebugTool.m */, - 6DF71A201F9C7E86BCE095F7751E3E95 /* LLDebugToolMacros.h */, - 09760E5EB41613DDC7A05531DBBDA368 /* LLDetailTitleCell.h */, - 15DCC370CB5257738FC2E7302AB8CFE9 /* LLDetailTitleCell.m */, - FDA44B36E76D3472427B98C7E854A29A /* LLDetailTitleCellView.h */, - 4F155FE321E6C657B174544964510452 /* LLDetailTitleCellView.m */, - C5BF390AA50F37FA3F03682ECD8A3390 /* LLDetailTitleSelectorCell.h */, - A361FF5A23C7458E7F0C160ADC16FBD9 /* LLDetailTitleSelectorCell.m */, - 4E497A4DD0D46E0E5BC8A7A83CEE12FA /* LLDetailTitleSelectorCellView.h */, - 7F0A2C19402A57262BA8DDF54B4CF42C /* LLDetailTitleSelectorCellView.m */, - DE1BE68F23F888A0E7FB47DEA0566D09 /* LLEditTableViewController.h */, - 41D0B4C90B70DFCDBB0DA39579E7BE8E /* LLEditTableViewController.m */, - A42C1E5895862D601588313E8542EBAF /* LLEntryBallView.h */, - 91A7D7FAD9C88D8FADFF64439EACA222 /* LLEntryBallView.m */, - 5948B77899519A175746DD0C6176B637 /* LLEntryBigTitleView.h */, - 66A1B7286800F9153C0B6AAF9A0A3549 /* LLEntryBigTitleView.m */, - CFE2AE2DCDFB03CB52175AB2EC84E409 /* LLEntryStyleModel.h */, - 365C6C6ED6AED64789474E4FCC19775E /* LLEntryStyleModel.m */, - 1FA9E357EBE09B8FB04E0D52A6DA6214 /* LLEntryTitleView.h */, - CD47EF1DD714EF6D0D39B6860EAA1581 /* LLEntryTitleView.m */, - 9ED05F48EEE0C26B237BA5E6E85377DE /* LLEntryView.h */, - 147B4F4D17B7C95671DEA10F9578A4D8 /* LLEntryView.m */, - 69CDB9AD81295D1E902E3BE2C17D5746 /* LLEntryViewController.h */, - 222CF36F5EE052DB6BF78898FE8EC77D /* LLEntryViewController.m */, - D2BB9DF39D8B81853CBE9687B603D089 /* LLEntryWindow.h */, - 0C8A81E9E5FF908407DB6AAF637F7307 /* LLEntryWindow.m */, - 100426633041B94E69C7367D0DC74093 /* LLFactory.h */, - 7495011A0379C00CCF0EE0C173F67644 /* LLFactory.m */, - 20E5C9474158147BFADEC3D36D8234F0 /* LLFilterDatePickerView.h */, - 8A13FEA60D90AB2D3F2F63E56062B2D0 /* LLFilterDatePickerView.m */, - D5BC3CEAB5F801AEBB63F7AA9BD258BC /* LLFilterDateView.h */, - 61F21BBE5CAA353DB16B76CF0B6E2AEA /* LLFilterDateView.m */, - 0A898F55547B6E5B293183969888F9EA /* LLFilterEventView.h */, - 21AC504E3B4C2B470EFC690097F306CE /* LLFilterEventView.m */, - 41BF350BB7AE4DD9930855E4CB7384A5 /* LLFilterFilePickerView.h */, - 90151025C24FE963DFFF64B6DED7B423 /* LLFilterFilePickerView.m */, - A368A614DFEF0A54AD867879AAA5E953 /* LLFilterLabelCell.h */, - F3C4F65C4B3175EE439B83B4E00B7FFC /* LLFilterLabelCell.m */, - F5C402199A7C19DB70EF6165CC811725 /* LLFilterLabelModel.h */, - 2821D8DBECE9A3C19ACBE64E10681516 /* LLFilterLabelModel.m */, - 45F9170B8BFDE56BEA0643989DB74548 /* LLFilterOtherView.h */, - 3A5C00D57F5928FE8EB781CC2C0EA87C /* LLFilterOtherView.m */, - 1E820501571CC869D75B3B906D793C0B /* LLFilterTextFieldCell.h */, - A4E3954F0EE219E2B68B85F4B5B72235 /* LLFilterTextFieldCell.m */, - E761F0F71FD3449DAC91AC2FC0119E53 /* LLFilterTextFieldModel.h */, - 20C4734B2C29C11E89943BF4ED48D831 /* LLFilterTextFieldModel.m */, - 939F642E6D82A2E63F328D05004F525C /* LLFilterView.h */, - C99BD807257F535CA1405079C4548FD5 /* LLFilterView.m */, - 5D405D94057F22C3BE308F2B73D62B94 /* LLFormatterTool.h */, - 7053A1909D5DF7141E0A8CFD4571D63F /* LLFormatterTool.m */, - 1E518B1E5926085DBA4039B9D137A1DD /* LLFunctionComponent.h */, - EAFFA0142D3AF6787B89DBC210C2CA48 /* LLFunctionComponent.m */, - BD199545E7D4B40A1730FD85D3611FB0 /* LLFunctionItemContainerView.h */, - 6CDBF4E8B6B8B8F9CD67DB008689E8B9 /* LLFunctionItemContainerView.m */, - D675818455980FA38020761F6771D3E7 /* LLFunctionItemModel.h */, - 1AA12266A225C8D70CDC90D33EABC8C9 /* LLFunctionItemModel.m */, - 6CF9654FB9FCEBB1F7768D11730F4CBF /* LLFunctionItemView.h */, - F78F91426E25BBB81A7AA64843C1EE73 /* LLFunctionItemView.m */, - E03C7149C55FD86B18A2199051445ED5 /* LLFunctionViewController.h */, - 784353DA37A39F5B40EE64CC6348C2D3 /* LLFunctionViewController.m */, - 718A96947020C5DE11285C5421799D7E /* LLFunctionWindow.h */, - 3E588B994E24E929C3ADFD2384AF7EE0 /* LLFunctionWindow.m */, - 9C7F8C86658AAFEEC1836A349FA1BE73 /* LLImageNameConfig.h */, - 6E9FC5BCB5B8A7E2A87726A2BEEAA102 /* LLInfoView.h */, - F7067B3B5F7C69DBCE90B6EC50BF1147 /* LLInfoView.m */, - 5CAEB5D96592F00F666AB6E47CC47E91 /* LLInternalMacros.h */, - 177252F2A68240CE164B5848F29F2CBA /* LLJsonTool.h */, - DBF1CE0031A290FECB43DFFD0E208746 /* LLJsonTool.m */, - BF20B12E834B2ED83365F8F857203CF1 /* LLLeftTitleCell.h */, - 7711CAB336D62A25FA62660300F75B7A /* LLLeftTitleCell.m */, - 7531481D2D01648B1119B1ECB117B843 /* LLLogDefine.h */, - 9ABFDA5D5519B2CBB9975196E9D4AFA5 /* LLMoveView.h */, - D014ADFEC72D94D1F08EFECCCFB30171 /* LLMoveView.m */, - B3AD45250B6947E772C50E6896E5745D /* LLMoveWindow.h */, - 14096887FCB0C95BE6DFBB7E9875B3B6 /* LLMoveWindow.m */, - 904A8E2DD1D23113769C60C4B8AA0D63 /* LLNavigationController.h */, - A122991B8CCF83B3BC9837E9B9333696 /* LLNavigationController.m */, - DDEF07DE0B86BF944608BA8E72EB3855 /* LLNetworkDefine.h */, - DE2CFA9D9A2F4A02CAF3C1151D76BA55 /* LLNoneCopyTextField.h */, - 5C541EB345AA0147795628FD8E4814B3 /* LLNoneCopyTextField.m */, - BF07F0FE4411608E1B184E1B81320425 /* LLPickerView.h */, - 70E6C8F929E89E6D1E63DFE36986AE01 /* LLPickerView.m */, - A09107184EC47CEA2A18869EC7EBE627 /* LLProxy.h */, - EE85F27CFD896739228842096D35188F /* LLProxy.m */, - 5B765BAD63B4B0446B65B03B06284E0B /* LLRouter.h */, - 937BAE0D7ECAFAC5DF4B1015DADDDDFC /* LLRouter.m */, - 1E43C0ADF881FD3563B72BA5623AB21B /* LLRouter+AppInfo.h */, - C3B410D5394B8F77CA81A9DA8A843E98 /* LLRouter+AppInfo.m */, - C06331A6F143EE9F2A7BBD07E8FF3F8A /* LLRouter+Crash.h */, - 781B957CD910ED3C3FC242928CE4FA0B /* LLRouter+Crash.m */, - 88DCBC3DE4800B8BDA0B6A9F2157250D /* LLRouter+Location.h */, - 2DC75F3F2A316111778CCAFE092D45E1 /* LLRouter+Location.m */, - B0F135764479655C291D5F464098653D /* LLRouter+Log.h */, - 125E2C9F6220164179D4C90638B6195F /* LLRouter+Log.m */, - 2D7C99155B46C46448B59A7EBC17967C /* LLRouter+Network.h */, - CF9F8D38658BCF5191653BC297E28C70 /* LLRouter+Network.m */, - F701FC03FB82A9C98B2E1CD625E02B88 /* LLRouter+Screenshot.h */, - F3C26B5FE38E1E91BCCB9B5BE6270886 /* LLRouter+Screenshot.m */, - 5225D77BA4F9A454E29205329E0C01D4 /* LLRouter+ShortCut.h */, - F99187070AA578DCB648A8A3BE33A49C /* LLRouter+ShortCut.m */, - 1F952366013AD3E5E9BA84A0A2236459 /* LLSettingComponent.h */, - AD6BCF82EECFC175647BF009235EC25B /* LLSettingComponent.m */, - 79D6665A746B7CB75F80D33BD138EFAF /* LLSettingManager.h */, - F4FFF0FF6448B5F686F6A48ABCC817D9 /* LLSettingManager.m */, - 0FD42879AC877B8E2953499A9703793E /* LLSettingViewController.h */, - 59AE9D70D9A19B0A9A979AB9768F21E5 /* LLSettingViewController.m */, - 6825071B8D6EE88F46C7CF6C8D25B734 /* LLSettingWindow.h */, - 1BD7A2EEFD3A74BC35A93A1D846CCD9B /* LLSettingWindow.m */, - 4E3655025FF158E184BED421A2EF13CA /* LLStorageModel.h */, - C005C05F637D2ADE52B405BEF24BB72C /* LLStorageModel.m */, - 48813970F298EDD5DFAA1DBC2D8CF097 /* LLSubTitleTableViewCell.h */, - 822CDEBDC9BEE20B60756CFC3222912B /* LLSubTitleTableViewCell.m */, - 07E12F66F0C74E8FE3A247A5DFFDD0D5 /* LLTableViewSelectableDelegate.h */, - 088A9BB1F55EE2A7D6EEC65D069CDDDF /* LLTableViewSelectableModel.h */, - 1391E316F7838DF2D7B2B48EE51B8B64 /* LLTableViewSelectableModel.m */, - B8D1EBF59A6C0A03F9590D0AA698BCB2 /* LLThemeColor.h */, - 1309C5A556D19DF70F71226558A8775A /* LLThemeColor.m */, - C76A747AF5148D32E2D72F7E037204D8 /* LLThemeManager.h */, - D026878D71D61309F44586E0D3DFD323 /* LLThemeManager.m */, - AF2FAF58CD50FE84E591FC8FD56FF4A5 /* LLTitleCell.h */, - D01197E6C49A9AD7979056EE3756EAA8 /* LLTitleCell.m */, - 9BF1D7415B65F00E54E6FB8A7A71EB1D /* LLTitleCellCategoryModel.h */, - 5348E5E93C5D2E798D8E020D1C450C4B /* LLTitleCellCategoryModel.m */, - B0F30852CD15D1EABA704F90A371FF1A /* LLTitleCellModel.h */, - BB980D9D90D607350408E38B8BBE7208 /* LLTitleCellModel.m */, - B5E71CD21CE2DDBF542958688F951266 /* LLTitleCellView.h */, - 4BE6BE51B3655D97259F6FA6512BF9A7 /* LLTitleCellView.m */, - 83CD502443784E2B833CE52EEE4C49F7 /* LLTitleHeaderView.h */, - 8E42297E0B75C875D6022D94AE3D2CB9 /* LLTitleHeaderView.m */, - 306FBC56F569C750761C853A13D3E573 /* LLTitleSliderCell.h */, - 2EAA503FE1150C4D64D3C0B680244A80 /* LLTitleSliderCell.m */, - 6382036A2DE542F37244F9B2ED5EA292 /* LLTitleSwitchCell.h */, - FF94ECE1BD1A32B1EB0097A1E3CCD910 /* LLTitleSwitchCell.m */, - FBCCAA9179C058685DA8DD825C11AEC2 /* LLTitleSwitchCellView.h */, - 3C4BFE225DAC7F3C4528A80761A0A1D4 /* LLTitleSwitchCellView.m */, - 5ACD2A903B7EDBEB11059E6E059F552D /* LLTitleViewController.h */, - 9B829B7FA319A9242900C26A0F8E1617 /* LLTitleViewController.m */, - 54AEB652E46049D9B75BFF05CB3FBCAB /* LLToastUtils.h */, - BB4A42C5906BCDBC119A793E08C16200 /* LLToastUtils.m */, - 0509301D9D6D3B9FE731E922E1CFFB03 /* LLTool.h */, - 029B62B6D64A7011C7493A65ED7F7869 /* LLTool.m */, - 4CC7230276400BD97B652992D74B90FB /* LLUITableViewLongPressGestureRecognizerDelegate.h */, - 74F23177A9F373D97D957CB188DAB1DE /* LLWindowManager.h */, - 08963A4BE59A9D5620B36B9DD98D7D3E /* LLWindowManager.m */, - 3EE8824ECC4CC90D5F87D9686AA62D9C /* NSArray+LL_Utils.h */, - E1D336009902F5BB7D273BA4AFAE1743 /* NSArray+LL_Utils.m */, - 6115A8D16D865CDF496810AACA0A4B13 /* NSDictionary+LL_Utils.h */, - 54A33472470BAC0F792616DD91D66756 /* NSDictionary+LL_Utils.m */, - B5A7D9BF4FBA4AD9B22E5FBCF274C23D /* NSObject+LL_Runtime.h */, - 5842D6A6D34AB9EC8BDFC6AD6FE2FF4A /* NSObject+LL_Runtime.m */, - D26A701D17EEABC1EF6B5053A3207934 /* NSObject+LL_Utils.h */, - 72EE1CA8526D00772A680BF6836CBBB9 /* NSObject+LL_Utils.m */, - CF28D596AE82B37A33C0FDA2C9F674A4 /* NSString+LL_Utils.h */, - 767C01FFC630B22313EF2E0ED00FD383 /* NSString+LL_Utils.m */, - A5C1F238A245A9334B922ADF86C25F01 /* NSUserDefaults+LL_Utils.h */, - 0DAC3115AB9E9572F6566EA9B791BAD1 /* NSUserDefaults+LL_Utils.m */, - 7B74AFAD09760E4C9FEED9088724194B /* UIButton+LL_Utils.h */, - 3965B84AE43C0F8234D384603B14D8C6 /* UIButton+LL_Utils.m */, - 89CD89D90377A4027ED6E9DA5232715C /* UIColor+LL_Utils.h */, - EB605D949037651D57725E2BED5B6196 /* UIColor+LL_Utils.m */, - DEDE4932D792B0DF7288337D438BD858 /* UIImage+LL_Utils.h */, - 9F9BBADC5F6AAAEDBB32F6A5FD9876AE /* UIImage+LL_Utils.m */, - 36A72A8E9C73A1AFAFBFFC02A5579F23 /* UIResponder+LL_Utils.h */, - F3BFBA7BD94C931B80A10837F5F4A10A /* UIResponder+LL_Utils.m */, - CEEB0214F896A6C53854D4F3BF506498 /* UIView+LL_Utils.h */, - C843365FB508324DFEA1066E0471FA6F /* UIView+LL_Utils.m */, - 95C14D9A7910CDEB22F772FEE9354C42 /* UIViewController+LL_Utils.h */, - 3712540F0027EB218AE464F58A59CC60 /* UIViewController+LL_Utils.m */, - 1905248EEA3CE43D8B0EE5A90773BEF7 /* UIWindow+LL_Utils.h */, - 1E36624477B577760A70F5A7A72FF3F5 /* UIWindow+LL_Utils.m */, - 5BD724ECD44B12E992B2BCD42EADFC79 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - F51A9CAE56FC8C741E3D46EEC5DC727C /* Support Files */ = { - isa = PBXGroup; - children = ( - 042AAD3E705664FF9CBFA0E0B6517FE4 /* MBProgressHUD.modulemap */, - FBC0A4D8819DED9523982B72E982ECE9 /* MBProgressHUD-dummy.m */, - B39FEB9C855D12863B860088E1C6D012 /* MBProgressHUD-Info.plist */, - 26C6A4EEE3091A88B3DE4245AA8C43E5 /* MBProgressHUD-prefix.pch */, - 6A1AFD93DA14D0C5F1EBD1E60FA950BC /* MBProgressHUD-umbrella.h */, - 1FA30EA3D09058DC2BCC91FEE99C7FFA /* MBProgressHUD.debug.xcconfig */, - FCEE8456B09D143DEBF342B30D156563 /* MBProgressHUD.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/XHLaunchAd"; sourceTree = ""; }; F5795CD80D8F4A3854CC57E360FD11F7 /* Development Pods */ = { @@ -13613,63 +13786,127 @@ name = "Development Pods"; sourceTree = ""; }; - F6BFA5D6E787AF23175EE6ADA4870935 /* AINS */ = { + F66FD2470E680650B2479A4CCD703CD1 /* YYText */ = { isa = PBXGroup; children = ( - A6F3A10F34C255D0E3340372160D0E93 /* Frameworks */, + 57B041375A60D13E50C6F04302AEC930 /* NSAttributedString+YYText.h */, + 5C8AA12B7241F4D219B648331C28462C /* NSAttributedString+YYText.m */, + 66E2E0434F90929AA3C75747C7A899A3 /* NSParagraphStyle+YYText.h */, + A6438115046C9A4AFB9D0D934BE78418 /* NSParagraphStyle+YYText.m */, + 2CE64AE313CD95A5E51DD060BAA96720 /* UIPasteboard+YYText.h */, + CC49D7B0194012488A4528436F9B4C88 /* UIPasteboard+YYText.m */, + 757603737C10D7A8CB78892638966598 /* UIView+YYText.h */, + CE8CF9497A44FD3EE04CC9C12E1F4C9F /* UIView+YYText.m */, + 5CB0BDD4022E8BDB45047A5327F227D9 /* YYLabel.h */, + 505EDEB34617BB3C669AEE58E032C1E4 /* YYLabel.m */, + 7D4BD7171DF56E7DDBE52FD431269C86 /* YYText.h */, + AD126BBCDA29555A3885D89D194A1103 /* YYTextArchiver.h */, + 23ADBCFA04095835245ECCACF3E60A92 /* YYTextArchiver.m */, + 1320BC622E48C02AECF0778539A08C88 /* YYTextAsyncLayer.h */, + 95348C1B9E8D0E2F7C82E9F6C3F97E15 /* YYTextAsyncLayer.m */, + 4069B3F2D655B788B73C3D2FE69D7D65 /* YYTextAttribute.h */, + DBB2B14DB6893F18A1AF267FC7BAE77B /* YYTextAttribute.m */, + B82F7F224DD676F6AFC068603F8CBF62 /* YYTextContainerView.h */, + C289C2CAECB4BFFF3A35DD48AD3882CA /* YYTextContainerView.m */, + 4EE86551EA966D42E7D231D9BEC686F7 /* YYTextDebugOption.h */, + 67BE3A30BE95B0BC414E8D09EEEC1F14 /* YYTextDebugOption.m */, + 031AD616A53F902549C534F89E0C92DD /* YYTextEffectWindow.h */, + F549521EF7FDFE4C3819C6A7D3F87851 /* YYTextEffectWindow.m */, + 964B0BAD53E1B7B635718A2E9BC3801F /* YYTextInput.h */, + 8215695AB7F00D31EB71FA245FB0E1CF /* YYTextInput.m */, + 4BFACD47A8253EB306D0DE87E8306511 /* YYTextKeyboardManager.h */, + 3C4A8108A5B6FB43F3E25E79A7CA814A /* YYTextKeyboardManager.m */, + 048E88530FE9E1ACA668469D9B5E92FF /* YYTextLayout.h */, + 65A21517F1B0976640D3EBA5FBA94FE5 /* YYTextLayout.m */, + 159D8A8A4486C6F480E226C1FE22F4BA /* YYTextLine.h */, + 37E82E5F6B0F89AE732E43EB13763B59 /* YYTextLine.m */, + DFECBAE8D7143B49785F59D4994AAD18 /* YYTextMagnifier.h */, + F1F0A680F75CADFC81879D41BE6928C4 /* YYTextMagnifier.m */, + 25ED08D6B18198798C1AB238AC53A262 /* YYTextParser.h */, + 352706DDCCFEBD5CB049FA224E7C219C /* YYTextParser.m */, + 6D208B7F1CDDCCB9AEADAB76B62364E4 /* YYTextRubyAnnotation.h */, + B0EEA317D88C2C504200E5FA4593354A /* YYTextRubyAnnotation.m */, + 65775CA2E4407AF75948C437FCF1DA6E /* YYTextRunDelegate.h */, + ADE3CF55A7D59E91EEA4360DFD755F8B /* YYTextRunDelegate.m */, + FCC2CC9A505F24ADD4526A9D2FDD7558 /* YYTextSelectionView.h */, + 464BABFB234655BA708E434625977AD1 /* YYTextSelectionView.m */, + 7DA63D2442A6645924C0A8B07764E6F7 /* YYTextTransaction.h */, + 9036A59F7E315C662CB43ECFFD049364 /* YYTextTransaction.m */, + 4D08545DEE31C68FD46B293FAC7AAE56 /* YYTextUtilities.h */, + 9E6DA3543B1B2069982BAA3DF7353DFA /* YYTextUtilities.m */, + 1BBCBE703B6394C6247C98115A1A6F31 /* YYTextView.h */, + C5CB17153D36B42365646D373FB2A879 /* YYTextView.m */, + A4440A39D39E9C40D1D45680FC06ACA3 /* YYTextWeakProxy.h */, + 6C168E30D50F68F142B5F6485468A2BD /* YYTextWeakProxy.m */, + 56277566B23D97358600EC49F3E70762 /* Support Files */, ); - name = AINS; + name = YYText; + path = YYText; sourceTree = ""; }; - F6EC3C128E0CE65C73279163CE27B12D /* WebP */ = { + F690DCF73CFEE19D8445965A25359A20 /* Support Files */ = { isa = PBXGroup; children = ( - 8127F0939751EDB931CDB2C945875403 /* Frameworks */, + ABF24887A83DCD641BCAF084986EA843 /* libwebp.modulemap */, + 823524BFD4D19BEFB1296CE844AD904E /* libwebp-dummy.m */, + 839CB60D955A2B0F49200A7BC1EF3AFE /* libwebp-Info.plist */, + D2E9430ADF4522B155693300D4F4163F /* libwebp-prefix.pch */, + C745613A944449C7ACF3C8796D803979 /* libwebp-umbrella.h */, + E0136B957C8F1F7766674B52DDE518AB /* libwebp.debug.xcconfig */, + 09A28643381A0253A10AA44626007CE4 /* libwebp.release.xcconfig */, ); - name = WebP; + name = "Support Files"; + path = "../Target Support Files/libwebp"; sourceTree = ""; }; - F7B610366F57989F41855F8D07E11965 /* Core */ = { + F72E3C53CBB75883B66A04FFAE876E37 /* TXIMSDK_Plus_iOS_XCFramework */ = { isa = PBXGroup; children = ( - ED860B060332BFFC3AE2F067A2DC9DF0 /* BRPickerAlertView.h */, - B9DA828B683D4E0C716E72D7455447D9 /* BRPickerAlertView.m */, - 5AD3E84946F04BBCF27D92779CED252D /* BRPickerStyle.h */, - 8C557D2F6361E8295AAD89EDEE2AACB4 /* BRPickerStyle.m */, - F8B5C907C3551E990641F7F8B0FC68DF /* BRPickerViewMacro.h */, - BA5A046FB178953580894853399DB5E8 /* NSBundle+BRPickerView.h */, - 494AE1EEC499764B92EB7EE3D53BBD35 /* NSBundle+BRPickerView.m */, - 6DB13129042F8ACB89606A413CE4DC21 /* Resources */, + 639F3F3E755EE660B3B67D183453DA07 /* Frameworks */, + 4F2A5E41173150059EE905C97356998D /* Resources */, + 9F6D46C52397A5E8CE461E54322DA76C /* Support Files */, ); - name = Core; + name = TXIMSDK_Plus_iOS_XCFramework; + path = TXIMSDK_Plus_iOS_XCFramework; sourceTree = ""; }; - F80140007C2D530A1567086C829B4197 /* no-arc */ = { + F73B67BFF1366F5844808513AE838694 /* MBProgressHUD */ = { isa = PBXGroup; children = ( - 3457584A90D2FC553E77823B19CA85DB /* NSObject+YYAddForARC.h */, - 2BB75F158D508B9FF0D11CD62578EA76 /* NSObject+YYAddForARC.m */, - FEDD5696061F1DE17BF7AC794791280F /* NSThread+YYAdd.h */, - 2D545E17C337F3F6FA8468A5E3C6CCD3 /* NSThread+YYAdd.m */, + B168CEAD918EC0906A6BFC35D6B392AB /* MBProgressHUD.h */, + 0658AB5DD22AFEA1B2201A0F39240BCB /* MBProgressHUD.m */, + B77A27DA0C682E8DC59E52C8C81D8539 /* Support Files */, ); - name = "no-arc"; + name = MBProgressHUD; + path = MBProgressHUD; sourceTree = ""; }; - F979CF3B5FBE72E1AEA8EA671582E91F /* Resources */ = { + F825A607B64879BF467DCA1FC62A3977 /* DatePicker */ = { isa = PBXGroup; children = ( - 5690FDD3C5DB21ACD0EBF9996B47FE4A /* PrivacyInfo.xcprivacy */, + FFF625B100CCD04F86196F6AAE432358 /* BRDatePickerView.h */, + 359E1C8B0642B26824394430D4D84B56 /* BRDatePickerView.m */, + 3377E791D45D3DEFEE5F623272AAF3D3 /* BRDatePickerView+BR.h */, + 9DCB692B30B22E95E83BC7C2A2BAE9E2 /* BRDatePickerView+BR.m */, + 506849C49A20678263DA901B20D2A5FF /* NSDate+BRPickerView.h */, + 19AFF180E4FCEBD4EA4826CA15BF931F /* NSDate+BRPickerView.m */, ); - name = Resources; + name = DatePicker; sourceTree = ""; }; - F9C10A8CD30AF9C6A16476871D6465AD /* Base */ = { + FA6955ED1A5BE8A8218EDF7A520B51BC /* Support Files */ = { isa = PBXGroup; children = ( - F852A499CE096A863C3E81EC3F590D72 /* BRBaseView.h */, - 18FC96CC58A3760F2BCDB736F8029010 /* BRBaseView.m */, + AB17E6F30DDFD146CEBF781C22DF3606 /* LLDebugTool.modulemap */, + 8F234C5813482323662968D61315ED76 /* LLDebugTool-dummy.m */, + 445358C5AB70EA17D96DE8909B4FE780 /* LLDebugTool-Info.plist */, + 5DE278B361B23F0C57423740279CDFF2 /* LLDebugTool-prefix.pch */, + 6F7E158D8FA0966C7C1BDE1685A0E25E /* LLDebugTool-umbrella.h */, + A8135D4CF9EFB168275426636A11835D /* LLDebugTool.debug.xcconfig */, + EA42526185DBF14FF557C17EFC6FEE45 /* LLDebugTool.release.xcconfig */, ); - name = Base; + name = "Support Files"; + path = "../Target Support Files/LLDebugTool"; sourceTree = ""; }; FA743425FF92EE8EFAAAC687FC5CAE6A /* CommonModel */ = { @@ -13710,6 +13947,152 @@ path = CommonModel; sourceTree = ""; }; + FAEE3A3C822878FA6C04460300C021F0 /* YYCache */ = { + isa = PBXGroup; + children = ( + 0331C0D333C74AEF8BABC9D41865C4C6 /* YYCache.h */, + 64E92C64A7C1D99D3654B2E175A54149 /* YYCache.m */, + E5AD2F4D603099F41D524E0ACDA86DBF /* YYDiskCache.h */, + 8D19D182326CC54EED6617120742E146 /* YYDiskCache.m */, + C2F5320508F04564998FC678FEF2EFE2 /* YYKVStorage.h */, + 8FDAFE4F8CF8AE11135AB29B8E455F95 /* YYKVStorage.m */, + 6FD7FE05D6F0C7FAAF761F0D5E9153A2 /* YYMemoryCache.h */, + 6C327C5F1EB3B27A2D652B470590653D /* YYMemoryCache.m */, + EEBDB19B856E87C2B49B46EF16997DE9 /* Support Files */, + ); + name = YYCache; + path = YYCache; + sourceTree = ""; + }; + FBBD40329AFF4AC8EB7D787AF375FC7A /* AudioBeauty */ = { + isa = PBXGroup; + children = ( + 994C5F041A003D99B89EEC64EACD1C7A /* Frameworks */, + ); + name = AudioBeauty; + sourceTree = ""; + }; + FC2DF1D57A8E2AF4B7C5391AD0F051F6 /* QGVAPlayer */ = { + isa = PBXGroup; + children = ( + 341AC754789F208BC42A73C3CC4DABA1 /* NSArray+VAPUtil.h */, + DCEDF27FA5913B524B03E40E1F2882F7 /* NSArray+VAPUtil.m */, + 610B631D0DE85F2D53AF30D659CD3539 /* NSDictionary+VAPUtil.h */, + C55E7CDAA9D540F290F5FDE1CF53A4A7 /* NSDictionary+VAPUtil.m */, + 6E58155341B93CB9A8452BACFC3C72B5 /* NSNotificationCenter+VAPThreadSafe.h */, + 73EAF778E5696AD4597C8FADCF7B1924 /* NSNotificationCenter+VAPThreadSafe.m */, + 4D9CA7E9A7C96C5B66AF2847570F95C2 /* QGAnimatedImageBufferManager.h */, + AED0DA5657E1735CBDA64467270E30C1 /* QGAnimatedImageBufferManager.m */, + D48406ECFA351C6F7D54A6AED174AB88 /* QGAnimatedImageDecodeConfig.h */, + EA5540D4FEE6D1EA5B223F8C191BE411 /* QGAnimatedImageDecodeConfig.m */, + 8E99CF2AFD3577423AFFD0718CCA0D26 /* QGAnimatedImageDecodeManager.h */, + 76A4ABCDD65CA06F1E7E4592AF6BCC6C /* QGAnimatedImageDecodeManager.m */, + C8791E396C0900FE5F22F6135C95A96A /* QGAnimatedImageDecodeThread.h */, + D22E0702160DDBBC59E89C588EFD666D /* QGAnimatedImageDecodeThread.m */, + E3E672C674D286B7E3E333F7C1B53846 /* QGAnimatedImageDecodeThreadPool.h */, + 431768932E2352433F66B9B5AB288BDE /* QGAnimatedImageDecodeThreadPool.m */, + 8B229802735F329BE07B28857513FD91 /* QGBaseAnimatedImageFrame.h */, + 063CB12F42355DA642921EC2FD51BAA8 /* QGBaseAnimatedImageFrame.m */, + 74674A0883FF5355C3EF313CC5447A10 /* QGBaseAnimatedImageFrame+Displaying.h */, + 946B28E74939B41F3E5E1F215D216804 /* QGBaseAnimatedImageFrame+Displaying.m */, + BD2C43250B6F27D53EC315D539B93654 /* QGBaseDecoder.h */, + 22F4DB9ACE48351F932075A6BDE02665 /* QGBaseDecoder.m */, + A4C4923FDCDE2C0AF3A28A8DC5533B1A /* QGBaseDFileInfo.h */, + 29C55EA209D0E8429948BC76DCC1A8AB /* QGBaseDFileInfo.m */, + B3551E021B47E174A5EE3BC141DE66C4 /* QGHWDMetalRenderer.h */, + A4E705F68A9FF37860D269FAB01E29B5 /* QGHWDMetalRenderer.m */, + 50A50AA61A5C8AC6395827EBAF0C8666 /* QGHWDMetalShaderSourceDefine.h */, + 2C96B7368AF78720DCCA5556E5E5C383 /* QGHWDMetalView.h */, + 42813F7E85D1EF1C77636F023EB1EA43 /* QGHWDMetalView.m */, + 9CC32C1E8B6538E2B7E9137FDF51C3D5 /* QGHWDMP4OpenGLView.h */, + 08C2837BD90B638DF9B6D447C8B18A9A /* QGHWDMP4OpenGLView.m */, + 0B809E87B9D2BBA6C4A0A3DF1E68FA35 /* QGHWDShaders.metal */, + F2D0973163C3BC0E04030F0204D70899 /* QGHWDShaderTypes.h */, + 9AE4BFC8E16DD44B32AA9262AD663CFA /* QGMP4AnimatedImageFrame.h */, + F2399B217D1DA8B3B486221F94BB0268 /* QGMP4AnimatedImageFrame.m */, + 6E7B79DCD23760FE990141E96BA418DF /* QGMP4Box.h */, + 68CC732637D95376BD53FD4160B34FFF /* QGMP4Box.m */, + 9C3FFFCB889219D707D235B522CCD276 /* QGMP4FrameHWDecoder.h */, + EAF27CC36050EEE5F549F0B8ABA44DBF /* QGMP4FrameHWDecoder.m */, + 5E498C146F3763FA85363DD2D438C6C2 /* QGMP4HWDFileInfo.h */, + F6FB22ABD703CC1F4175147C64B1A813 /* QGMP4HWDFileInfo.m */, + 76FE6D9F03607412E9C86A2F4C3A17E7 /* QGMP4Parser.h */, + 68A0CBF196A31495CDE8C8E4865AEC68 /* QGMP4Parser.m */, + B180061CD2E66924587353A30F7525E8 /* QGVAPConfigManager.h */, + 5727E4912C5757CB6461474C54F75B6A /* QGVAPConfigManager.m */, + 533BD3AAD2AFD20FB624D76D556A38B2 /* QGVAPConfigModel.h */, + 39FA3C704A75C144C1C205D3C425C72B /* QGVAPConfigModel.m */, + 0F22D46A1639AAF0E457763AE20F7D8D /* QGVAPlayer.h */, + C3C550E98AA58FDBA97E1DD3153B0F21 /* QGVAPLogger.h */, + 24E8A4DC4E130CB18C492BD9651C498C /* QGVAPLogger.m */, + 728553F60D3F71E83EBA34EA5ADD9B1C /* QGVAPMaskInfo.h */, + 8B8787EAA3522708EFFDB0831709BC4F /* QGVAPMaskInfo.m */, + 18DF92D6D90B816F015398E261C0FF4C /* QGVAPMetalRenderer.h */, + 9B1AED163F7453318A87BA8EC3ABA828 /* QGVAPMetalRenderer.m */, + A5EDE914E9269A1B863B2F7189E1059B /* QGVAPMetalShaderFunctionLoader.h */, + 901D1470FCA501EF999FBEDED6D42BF9 /* QGVAPMetalShaderFunctionLoader.m */, + 7635951B104C4C49A44D21F63F98B124 /* QGVAPMetalUtil.h */, + E6439E72AA86FB111DCCA57603CB3409 /* QGVAPMetalUtil.m */, + 0FAC757A08C3AB56B877E8E7A53444B2 /* QGVAPMetalView.h */, + BDC1AE69C7512CC0FAEDA793C8E005AF /* QGVAPMetalView.m */, + 3A325AEF869EE6DFB56B2596C7B1D90D /* QGVAPSafeMutableArray.h */, + 6BBADC06E6D4C88AC182796E5B8DA1DA /* QGVAPSafeMutableArray.m */, + BE9DEAC10EBA529E0A6BF1ECA8CA1E4A /* QGVAPSafeMutableDictionary.h */, + 6B54919C4E8CBBA3AF5F1E17278D8116 /* QGVAPSafeMutableDictionary.m */, + C6553617854A1BC5A4F7C066D5F8595A /* QGVAPTextureLoader.h */, + 46A0FE753B4CE557CC970D9B76D73F24 /* QGVAPTextureLoader.m */, + 9F615D4514D03FD80217EF7EA2FFF763 /* QGVAPWeakProxy.h */, + 6F55376535FCBC15CA21B0A837800790 /* QGVAPWeakProxy.m */, + 805F979FCC3D2D7DE1B561983476A2BD /* QGVAPWrapView.h */, + 4D99DBE5D9AA8E9ACECEC7F5EB3668E3 /* QGVAPWrapView.m */, + 220E3A00484D4E96A0808EF4B6E71343 /* UIColor+VAPUtil.h */, + 513AAD617D737DC8F2C445509BB58E8A /* UIColor+VAPUtil.m */, + 1876330480C57EC6773B7EDC019DF0F1 /* UIDevice+VAPUtil.h */, + B6E046C1CF8BAB88A2CA86122FEFE1A3 /* UIDevice+VAPUtil.m */, + 01E3B6C2B46323A6C498A57B9716EB60 /* UIGestureRecognizer+VAPUtil.h */, + 14030B79A31DDCD1302AA9A6E0AF3B3B /* UIGestureRecognizer+VAPUtil.m */, + B047FB2B67F44E0DCF7D4293A5B06EB4 /* UIView+MP4HWDecode.h */, + DFD55C184D2EA74D57103617212A3453 /* UIView+MP4HWDecode.m */, + 44FD0391E16B63880632DA2DDF0144E9 /* UIView+VAP.h */, + 7E932D59B7924CD998B807DBA82A6143 /* UIView+VAP.m */, + AFBEBD0FFEECE7E2F7F62D7AB49308E2 /* VAPMacros.h */, + B7C72D4ECF81B6899D02AD6F70BDB473 /* Support Files */, + ); + name = QGVAPlayer; + path = QGVAPlayer; + sourceTree = ""; + }; + FCB3333487EF8C5DE5B3779AE73A7033 /* ReplayKit */ = { + isa = PBXGroup; + children = ( + 0F2EE6082D21B9BEB3D6A252804CC1D5 /* Frameworks */, + ); + name = ReplayKit; + sourceTree = ""; + }; + FD8032B056390C9515CA52B44334AC28 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 85D85FD9A6AD3817044E2994BC48A43E /* Bugly.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + FFA9A86FBB5967FE9DE48BB23036CF1A /* Support Files */ = { + isa = PBXGroup; + children = ( + CAE0D31663ABF7989816CA1862129AF3 /* YYWebImage.modulemap */, + E05D984BEBF28CB30CC7A26B9EB68E31 /* YYWebImage-dummy.m */, + C808F98D4BE5378BCD46C2AE66723176 /* YYWebImage-Info.plist */, + 75B624E9E86F8AFE5BF609CE760530D1 /* YYWebImage-prefix.pch */, + 16801DF98DAFAF0AEF11C0F987F9526E /* YYWebImage-umbrella.h */, + 096167147728C445E90F5578BA0B72FF /* YYWebImage.debug.xcconfig */, + 753A75DD80E7DDAA6CD857814A8975C1 /* YYWebImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/YYWebImage"; + sourceTree = ""; + }; FFC9942B58349D838568571DE9E6C2E2 /* BaseCell */ = { isa = PBXGroup; children = ( @@ -13736,6 +14119,15 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ + 09EE4349480B078AFE00E65B49E502BF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A6FCF74348D1907891FBDE3F2E331136 /* DZNEmptyDataSet-umbrella.h in Headers */, + 2EFF1EFA2FF0D2F1AE44A9DDBB932425 /* UIScrollView+EmptyDataSet.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0EF2526B5CC15C0E915F32190565F64C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13759,14 +14151,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1D4552AFF20E5451177451448BD94755 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6A068B7AC9B86601F4A3C14570F765D1 /* Pods-QXLiveDev-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 22C4F6C2D1258108CF5B6E74F03D0EB2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -13865,87 +14249,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 25BCC322F3D542BB1CB19B944874824C /* Headers */ = { + 29982522E81CBD5EBCFCDAB35B53B67B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 09E7156724157A8D17031A8C7EB94C80 /* NSBezierPath+SDRoundedCorners.h in Headers */, - 20C8C3F1EAD912C389E97AED712EEFA5 /* NSButton+WebCache.h in Headers */, - E82AE613AF90BA23E80A1962FB798FCA /* NSData+ImageContentType.h in Headers */, - 9814625D681689E4CF5C6C3D37FB9332 /* NSImage+Compatibility.h in Headers */, - A8F940FE5B7AC6C584CA84D7D4ADD3DE /* SDAnimatedImage.h in Headers */, - 7A24F1359C44ADBDC869ABC02BAD540C /* SDAnimatedImagePlayer.h in Headers */, - 0590068A814D004531EFF9F43F8F4F93 /* SDAnimatedImageRep.h in Headers */, - 4153C3C4CBD7A48F844B69FB74079D7F /* SDAnimatedImageView.h in Headers */, - 5B3692968156948E48EA23BB61E7C726 /* SDAnimatedImageView+WebCache.h in Headers */, - C49335B501A079DED91B3CF58138501A /* SDAssociatedObject.h in Headers */, - 4DCF85817926F4B2DEB088464C9B6A02 /* SDAsyncBlockOperation.h in Headers */, - D494EB43FCBA2144EBF674C3CD7F9E44 /* SDCallbackQueue.h in Headers */, - DBE5B5CAB958533B4B33652684CDF272 /* SDDeviceHelper.h in Headers */, - 3E34CE327F8725563DEED4BEB6D0AD12 /* SDDiskCache.h in Headers */, - 8B6EFE52C4B4B34080EE1633BEBC934D /* SDDisplayLink.h in Headers */, - 901401CBD6B9BD144E814FA22F3D3411 /* SDFileAttributeHelper.h in Headers */, - 8CD440CEEA1E7DFD846146DB717517C0 /* SDGraphicsImageRenderer.h in Headers */, - FC940D3B007646EBE196BC52DF708AA7 /* SDImageAPNGCoder.h in Headers */, - 2C2441428AD5DAE47B2BA3DC36A0B10F /* SDImageAssetManager.h in Headers */, - 9CD0AF4148006DAE5DD426C527C6FFA0 /* SDImageAWebPCoder.h in Headers */, - 6472ABC08E741AA1097C598001B765A7 /* SDImageCache.h in Headers */, - BEA7B3709E49BD3290B9D84229702F02 /* SDImageCacheConfig.h in Headers */, - 88FB6F1FA3935F380184DBA6DB31C414 /* SDImageCacheDefine.h in Headers */, - 66FCF7C5581DFE51C17E25F7DCAB715B /* SDImageCachesManager.h in Headers */, - A305D73E42D1C3551F44C32E85C7AE49 /* SDImageCachesManagerOperation.h in Headers */, - C64003C8DC4309812BD0785EA4795B32 /* SDImageCoder.h in Headers */, - 3DC8B48485EDE12C923A220CA38D6783 /* SDImageCoderHelper.h in Headers */, - FDC027B679C5A1486A728EBB274F8AB8 /* SDImageCodersManager.h in Headers */, - C00618FD63143B34F1331FB7516CD387 /* SDImageFrame.h in Headers */, - F56F43F3E8587CBE40DA6332A187C216 /* SDImageFramePool.h in Headers */, - DFE007BD61F7C0B73FE36F8F3CBB6334 /* SDImageGIFCoder.h in Headers */, - 519257B406D45F20FFE5A2771A7952A0 /* SDImageGraphics.h in Headers */, - 2548383D6BC425131D95CC4A8F6196A9 /* SDImageHEICCoder.h in Headers */, - A3809882E960B7CDBE3B9CD29108DA23 /* SDImageIOAnimatedCoder.h in Headers */, - DB9B62E0186BDA8C3992C014091DACB9 /* SDImageIOAnimatedCoderInternal.h in Headers */, - 0CC0C93586A8F96E35C9949D8B35885F /* SDImageIOCoder.h in Headers */, - DD47C94FA0E8B20E26034BFDA80A9868 /* SDImageLoader.h in Headers */, - 42E900E1ACEB99DE2F7C7527B2DEDC1B /* SDImageLoadersManager.h in Headers */, - D14229A0FFDE21C1D89920A81A76181B /* SDImageTransformer.h in Headers */, - 96FCC37C56CC1961A5B35F223676FFB5 /* SDInternalMacros.h in Headers */, - AFF86B94C6EA4DE28869682020383B80 /* SDMemoryCache.h in Headers */, - 21671B106FE886E6E45802EB0136FBBB /* SDmetamacros.h in Headers */, - 5DB037DE4D97B8898724F9F697DA15AB /* SDWeakProxy.h in Headers */, - 069ECDAFABEE824193CEA4B107114A92 /* SDWebImage.h in Headers */, - 76F0E980C644CADEB2767482361E28C7 /* SDWebImage-umbrella.h in Headers */, - F01FFA48FF6030D9888F00E322D01FC6 /* SDWebImageCacheKeyFilter.h in Headers */, - B8B1C1A5559FA55B49DB43C0D784B5FC /* SDWebImageCacheSerializer.h in Headers */, - AFF7B240A481F97877B7537BA3C596C4 /* SDWebImageCompat.h in Headers */, - 334425FEC5EF9E7A55BDD088F0DAF704 /* SDWebImageDefine.h in Headers */, - B3F4A77948958A0076B6AB317568809F /* SDWebImageDownloader.h in Headers */, - BED98177E97555BBBD0B7F60CA2CA500 /* SDWebImageDownloaderConfig.h in Headers */, - 79B4156E4717561BE76FBFA0D5BD252B /* SDWebImageDownloaderDecryptor.h in Headers */, - 02DE03E3DF22829FE1A08CD0FA2599CF /* SDWebImageDownloaderOperation.h in Headers */, - 781AA5848E2391FE0D3D9B13B58760B8 /* SDWebImageDownloaderRequestModifier.h in Headers */, - E0821A4351C5396FE739D1CAE2FF32A1 /* SDWebImageDownloaderResponseModifier.h in Headers */, - F27E5677CA11FFD90565566F4DA7AEA1 /* SDWebImageError.h in Headers */, - 8E3BCA648DE1E1E1AC6A48248C8715A2 /* SDWebImageIndicator.h in Headers */, - 5AF89DA031A71E3E690FC6C78214207E /* SDWebImageManager.h in Headers */, - 39471F0AFD5C6D374C306AF92B64B1C5 /* SDWebImageOperation.h in Headers */, - 60E449E5ABDBAE7822B6CDC59EDA929B /* SDWebImageOptionsProcessor.h in Headers */, - FC31BA25177C3A8AF59A49EBE8371C25 /* SDWebImagePrefetcher.h in Headers */, - C0450AD379B2CB7A908168F2B0410EC3 /* SDWebImageTransition.h in Headers */, - 76CA3CFB705D6596A384D208F3F7AF7A /* SDWebImageTransitionInternal.h in Headers */, - 109D98A7C3F89B5847696DE4B2797957 /* UIButton+WebCache.h in Headers */, - C13B8A49A99DA057DE5C8CBF3BA51EA0 /* UIColor+SDHexString.h in Headers */, - FB3B07B8E017B657EEBA7F7227B0108E /* UIImage+ExtendedCacheData.h in Headers */, - F6177B58D1C0CFE913B5507D80178D33 /* UIImage+ForceDecode.h in Headers */, - 7447871F0A78341BEF69CD1570BD83DB /* UIImage+GIF.h in Headers */, - 4BBAEC8FBF2B5E2C4D9A3592B64F8BB6 /* UIImage+MemoryCacheCost.h in Headers */, - 66D862484C3FB22D4A71D1180BC11489 /* UIImage+Metadata.h in Headers */, - 9F6F901E05D6A4185A05908AB2782B20 /* UIImage+MultiFormat.h in Headers */, - 001C815094D6B4900DBE37250C9AB4FC /* UIImage+Transform.h in Headers */, - D565A12B54D581CE18443338D4F8BE2C /* UIImageView+HighlightedWebCache.h in Headers */, - E50D5EFDA3478DC752D64CD61747CDDA /* UIImageView+WebCache.h in Headers */, - 3829375B943E8BBBB5D5372DFF8E8D83 /* UIView+WebCache.h in Headers */, - BF26DD4287A51050AEEDFF33A9ADB77A /* UIView+WebCacheOperation.h in Headers */, - CDC44AFBA04BAC64DE991E5829025EC3 /* UIView+WebCacheState.h in Headers */, + 679F24E531949E0C0B4E48B53F65004E /* Pods-QXLiveDev-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -14003,33 +14311,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 365DA3D6EC706FDBFA762EC1A1DB721F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 90196D0B9A0DD557A3162F94C2608204 /* NSDictionary+TUISafe.h in Headers */, - 735E48D045A2351D2C05AAE959D686F6 /* NSString+TUIUtil.h in Headers */, - 1AB046078A83CDA65C634E3919FD286F /* OfflinePushExtBusinessInfo.h in Headers */, - 3136AA517CA62EDF3813DFE82E748263 /* OfflinePushExtConfigInfo.h in Headers */, - DD7995D9D176010D26E0306C48FBE4D8 /* OfflinePushExtInfo.h in Headers */, - AD0AEAB82B8926418E7E1109EAA53042 /* TUICommonModel.h in Headers */, - B69BC8B912CBBD7C480EF81BD9C7B679 /* TUIConfig.h in Headers */, - 58C3ACB1D3834A3C26B3AFDE311AA643 /* TUICore.h in Headers */, - 3BA7483F7C2CAB47952BF5E4BD68A2F7 /* TUICore-umbrella.h in Headers */, - 5080E9C329C7864A34115144F9AF16B7 /* TUIDarkModel.h in Headers */, - 3165193FCEB8F6E32A86F0171C6EA2B3 /* TUIDefine.h in Headers */, - C8BABE9974BFE9EFBF7E34BD75D8C445 /* TUIGlobalization.h in Headers */, - E40E3E06341C443AA03066373F7DA96A /* TUILogin.h in Headers */, - E503145E00678D86C1299695B2CB4FD0 /* TUIThemeManager.h in Headers */, - 8B5438E5ACF00C67C96CE39C2BB46369 /* TUITool.h in Headers */, - A843C9FDBFB04D2F939AF0E87C538A4A /* TUIWeakProxy.h in Headers */, - 277705D7E7F5048EBE5FE821A39F81E4 /* UIColor+TUIHexColor.h in Headers */, - 4C377BD081E90FA3F09999EE7C07AEE4 /* UIView+TUILayout.h in Headers */, - DC4DBA9A2C5F05CB2927B3748F59E01A /* UIView+TUIToast.h in Headers */, - 0573730A4CBED9C08E82C50578D1E6ED /* UIView+TUIUtil.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 38515F9B32D16171DF96DE053C2B44F2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14053,6 +14334,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3B52614D07821F47A2937154BA775744 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 5AE213192629C3BD5531276131AE7C52 /* crypt.h in Headers */, + C9796CD4D3E643C57F24E5E9F03E1DAB /* ioapi.h in Headers */, + 7E1ED8126B5B6C2EE1D764283C75C02A /* Minizip.h in Headers */, + 0A5663C6D48BAACA2DE49E43235A6528 /* unzip.h in Headers */, + 579B865B2343FB04E93024398B6F0470 /* zip.h in Headers */, + 1CD76258A5BEB41260923C90D1E32EB0 /* Zip.h in Headers */, + F207F9FC0DCCDB380769FD883C9055A4 /* Zip-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 46297FE7743049F2264389CB8371215F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14307,6 +14602,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4DEAF82181AD8552F8D892C56D712AF2 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8A754020C917EC29DC345973817229FD /* Pods-QXLive-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4E5DB28FDBDDB99A8E82667D7D2BB8CB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14499,6 +14802,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6C4BC9524B71A1DBCBC39BA31E55540C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 97422ED799F7076A2BBB77B01F084701 /* YYAnimatedImageView.h in Headers */, + 2B7915C365B91E1315C23F63ABF427E3 /* YYFrameImage.h in Headers */, + B28853DA53200D25E21AFFA24269701D /* YYImage.h in Headers */, + 6A035D64CFEBF07B3DBE4C3B24DA7A64 /* YYImage-umbrella.h in Headers */, + 1FA5F01FE8E1AABFED429C843A6C4B1A /* YYImageCoder.h in Headers */, + 9E69D4C45F2C585CCC13212C2BE183D7 /* YYSpriteSheetImage.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7088EBC633AEACECCE658C682B106476 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14525,20 +14841,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 76EE0091A7125F97105F07E1F3864E4D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D06EBB54DE43BBF5E4CD879B987FF915 /* crypt.h in Headers */, - 44B18784422E263DB239DE4DC05155E8 /* ioapi.h in Headers */, - EECAAE038AE8AA2F6025F7433EC5AB75 /* Minizip.h in Headers */, - 07C58DE9392386C0CBF63F1179A99C25 /* unzip.h in Headers */, - BF412BC028D5066537B28540F39FB4F7 /* zip.h in Headers */, - 34224C5D529358119ABAC3C4CAE6AEE7 /* Zip.h in Headers */, - BB99148AF384D4B1D781BC8B52172CD3 /* Zip-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7932A1C1B32CB8E58432DD9BACB9A3A9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14575,6 +14877,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 80AAB619EDBB0EBDBBC84368EED44AA3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2EC1750C894F036194B90CFD26072B0C /* FLAnimatedImage.h in Headers */, + F600BB873FD4764BAA9E02826F804486 /* FLAnimatedImage-umbrella.h in Headers */, + 01D2F1D0ABE13AAB2CDC0C25E378E964 /* FLAnimatedImageView.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8209AAC7D71D1564175C0E1D6A3018F7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14648,6 +14960,65 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87A5DF0F7AA02549EBBAAD6D05829217 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + AF088971D3BDE3B5B56D8AC1561D4162 /* alphai_dec.h in Headers */, + 253A8E83387A5209A26C68878AAC8234 /* animi.h in Headers */, + B715407C4B5ACE6DC828A43ECDB6C0C6 /* backward_references_enc.h in Headers */, + 1F886B6C968E7173B43A62711672269F /* bit_reader_inl_utils.h in Headers */, + 56EDE47C72AD22C54994BD842EE21F94 /* bit_reader_utils.h in Headers */, + 5C3E0F387012D519AC83E99DCEE2D030 /* bit_writer_utils.h in Headers */, + 2368FE9C9540670B3B75569F668E831F /* color_cache_utils.h in Headers */, + EEA1E217AEDB2AF75F88AFFB45BE7787 /* common_dec.h in Headers */, + 382D7FA137C802AA92A33D36D0AA13A6 /* common_sse2.h in Headers */, + 969C84C2321F177E57A03C99930F4BBE /* common_sse41.h in Headers */, + 804FEBF1ADDF5DA3128654B231D6729F /* cost_enc.h in Headers */, + 520FFFC39406C5D9F77D57E94F20BDC7 /* cpu.h in Headers */, + 944178C604A5AB930C9316018F1E6E8E /* decode.h in Headers */, + E6159CAD7DBEDD752638261DAA5C4006 /* demux.h in Headers */, + 87E0F068C0077FD522041E40705E30DB /* dsp.h in Headers */, + 157E5584E22C332785BE23A2741AA7DF /* encode.h in Headers */, + BCA45CC3CD4ADF26409C355435BC6FCA /* endian_inl_utils.h in Headers */, + 9C9664D94F5CDCDDBABD8D87E4E9E338 /* filters_utils.h in Headers */, + 88646D86264B200BD2092F1C71600F62 /* format_constants.h in Headers */, + DE58B737C06A07A3F6E5371E013AD9A5 /* histogram_enc.h in Headers */, + 778AAD0349C0CB5E791F4C172CA57C3F /* huffman_encode_utils.h in Headers */, + E8E3A03581EFA89A4D90DF41F66B45CE /* huffman_utils.h in Headers */, + 0D8F31E0CCF08FD31DF4CCD574307302 /* libwebp-umbrella.h in Headers */, + 61E22191E5D00329A7D96C9104238E1F /* lossless.h in Headers */, + D62ADD0ED146791354E61AFA0CF2A94A /* lossless_common.h in Headers */, + 5F00999BA8922F823711BA467A639853 /* mips_macro.h in Headers */, + 71BE1C4EADE7104CA2571D8273708B91 /* msa_macro.h in Headers */, + 9DCC136C0E932B543E1F434F524E1B87 /* mux.h in Headers */, + E39A882CB48CDA025A5AA9FD1DFBDD21 /* mux_types.h in Headers */, + 2722151C69E072A17F76715E055DF0C9 /* muxi.h in Headers */, + A05A1BDC235ED22B7058ABCEA914C9FF /* neon.h in Headers */, + 018F6ABF00DB49C36FBD72837AD99444 /* palette.h in Headers */, + 2E60AA6DA64561E51F72BEE4379B2514 /* quant.h in Headers */, + 6FED57ADAE16FD6E71578E7A690B9593 /* quant_levels_dec_utils.h in Headers */, + 988AF3FFA392E91AD73C2FCF6C2561DB /* quant_levels_utils.h in Headers */, + D4E3F5F704FFC60B5C843A688E7DCBDB /* random_utils.h in Headers */, + BECCA6C4967CA03B562994976E2ADB53 /* rescaler_utils.h in Headers */, + 9CE0EB475E05D20EFB346F558E284678 /* sharpyuv.h in Headers */, + 96A162FD31FDFC98BCCE39E8C9441A7B /* sharpyuv_cpu.h in Headers */, + 804D2D07DE082FF4A9C096A6AC9EF2E1 /* sharpyuv_csp.h in Headers */, + CB3653569130F87C7BF45E48F921462E /* sharpyuv_dsp.h in Headers */, + DD741F8A08300F0BFD625396DF120444 /* sharpyuv_gamma.h in Headers */, + 54373F20E611DCF516546222B5089F44 /* thread_utils.h in Headers */, + 990617052DA6EF627C016A2E88648DC5 /* types.h in Headers */, + 295E50BFB7F2181B420A9844D40778B9 /* utils.h in Headers */, + 013EB511842153C28332AF8A8E071AE4 /* vp8_dec.h in Headers */, + CA0E1A73D7D51B8B121605E841D984DC /* vp8i_dec.h in Headers */, + 648E5AFB1AF4F38CF34F8FDCC4C0AC48 /* vp8i_enc.h in Headers */, + B0EE766A18F8969DF53C61464BF9EB1F /* vp8li_dec.h in Headers */, + D14902F742FC9FB58855EE59C4C7D91F /* vp8li_enc.h in Headers */, + C250F5ABA4AAAEF8D946FA2A00A8D4C8 /* webpi_dec.h in Headers */, + 2E3E5C13B4791650C7A60219F9568F8A /* yuv.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89DCD69446EF1B587B49884C2BD82A06 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -14806,184 +15177,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A96E3EFB741E21F92D3B9C63A8E78914 /* Headers */ = { + A39F78BCC76845C414EA5A5DAD648EF7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D23E84999E4CE1302853099E20E042A7 /* NSDate+QCLOUD.h in Headers */, - D25F11604E5AE45F487C1F8AA909658F /* NSDate+QCloudComapre.h in Headers */, - 482E3AC419EEB9AF9AD03488FCEB05F1 /* NSDate+QCloudInternetDateTime.h in Headers */, - D5832B38617D3B1D319A7566DF7FFD77 /* NSError+QCloudNetworking.h in Headers */, - B4328C00602FF3EA464BFBC18C266BEE /* NSHTTPCookie+QCloudNetworking.h in Headers */, - B3A77F2AC6C8025430A3815F6D6CB440 /* NSMutableData+QCloud_CRC.h in Headers */, - C301C51C5D8076CD04BC223FE69BC623 /* NSObject+HTTPHeadersContainer.h in Headers */, - 0A9F5206A2D928EA62F82C819657C307 /* NSObject+QCloudModel.h in Headers */, - 4F2CCD193D9212160142AB68255F5FD3 /* NSObject+QCloudModelTool.h in Headers */, - 81E7BD591D67EE712D65D5607D5074F0 /* NSString+QCloudSHA.h in Headers */, - 2CDBE668854D8F494BC61BBCFE07A85F /* NSURLRequest+COS.h in Headers */, - AD2CAAFCCF69A952F556C9365349241A /* QCloudAbstractRequest.h in Headers */, - 6BA9664ED6E272AA3A45E3A6273AA1AE /* QCloudAbstractRequest_FakeRequest.h in Headers */, - 8749ABD4FF8CDB3363EEA03AF9C48AFB /* QCloudAuthentationCreator.h in Headers */, - 246E5F3CC4B4CE9C68897415CBE64AE3 /* QCloudAuthentationV4Creator.h in Headers */, - 7C74FAC852066BE12D9272A4152B5A5A /* QCloudAuthentationV5Creator.h in Headers */, - 1D041E2F10BFC8928AF292E41D751185 /* QCloudBizHTTPRequest.h in Headers */, - A7319C0A38A05660801DFC829A8C3689 /* QCloudBundle.h in Headers */, - 6BDA1B0E096052D9E723EA8F9E059128 /* QCloudBundlePath.h in Headers */, - A73EC7E8F57613F289B093884FAF3875 /* QCloudClassInfo.h in Headers */, - B663DA1570F015D53874F12180B0567A /* QCloudClientContext.h in Headers */, - 9B4B8A5E6E654F8B1C96E5BE3BA0DF95 /* QCloudCLSLoggerOutput.h in Headers */, - 38896C7BF06A4ABFAFC6A61ABB916433 /* QCloudConfiguration.h in Headers */, - FBFF8C5EBFDE7C292A723916B8AD99BE /* QCloudConfiguration_Private.h in Headers */, - C34B618A2DC8AE308EAD8451F428A8EF /* QCloudCore.h in Headers */, - 8EF798F7CFE4ED6959A53BCA940EB3A9 /* QCloudCore-umbrella.h in Headers */, - 4531190068B3C7FEE69B4F45ED486200 /* QCloudCoreVersion.h in Headers */, - 70C09375972CB0DAB150A6D09C59192E /* QCloudCRC64.h in Headers */, - C4440B596229BFB085DFAC2DE5E748C4 /* QCloudCredentailFenceQueue.h in Headers */, - 6D86CFCB0E2EE91A6C171A8B087BB145 /* QCloudCredential.h in Headers */, - 696F9EF2E1C5F714476DD9C47455D901 /* QCloudCustomLoader.h in Headers */, - CED5AA1968C3B4E43B905A21C9F3F697 /* QCloudCustomLoaderTask.h in Headers */, - DEF10CCFF33F1C1D9091DE224A74505F /* QCloudCustomLoggerOutput.h in Headers */, - 59AD344A074A7D16E1E4A7E3F902AC54 /* QCloudCustomSession.h in Headers */, - E27637B301110750F6B5192994A67CAF /* QCloudDomain.h in Headers */, - 8D3C1CB7CE9F29D3013C1B856F35383D /* QCloudEncryt.h in Headers */, - 662818BE56B321D0A4DF83266588B2CC /* QCloudEndPoint.h in Headers */, - FBA46D16EF8A59865BDB164B11812BD0 /* QCloudEnv.h in Headers */, - 8ED21F71B07CBB9B9FA5ECF2131A7860 /* QCloudError.h in Headers */, - 94A51470D1D3647BA2C6C8B60AEC34ED /* QCloudFakeRequestOperation.h in Headers */, - 294123664AD33921B6FD6459FB618053 /* QCloudFCUUID.h in Headers */, - 8AAA6CED801F9C2A309560BA692A6879 /* QCloudFileLogger.h in Headers */, - 1C22B241E957CFDBB1D07D3A71036180 /* QCloudFileOffsetBody.h in Headers */, - A54E948A6C110CA478341C95779F4F9C /* QCloudFileOffsetStream.h in Headers */, - F2F63743F33EC060BE27306FB8218E62 /* QCloudFileUtils.h in Headers */, - F00CED9556AF712A0B73938228F91D0B /* QCloudFileZipper.h in Headers */, - 4633D19CB7A248F3662AD25AC6E7383E /* QCloudGCDTimer.h in Headers */, - 5648420D0FC4B05CA8623079BE8A8720 /* QCloudHosts.h in Headers */, - 42858CCB6BA08087924DA97300C4AE06 /* QCloudHTTPBodyPart.h in Headers */, - DB4DFAA9D60FC1A603BABFF348DD740B /* QCloudHttpDNS.h in Headers */, - D3AFA903E4E92064AC2F1320563670F6 /* QCloudHttpMetrics.h in Headers */, - 63385A73A7EDF785A8EEEACD6E598C8D /* QCloudHTTPMultiDataStream.h in Headers */, - 91BC6FBBE87F9E60873ED0DE8D3EB628 /* QCloudHTTPRequest.h in Headers */, - 26AF97DC3A22F159EA7F9DB85BDE57B2 /* QCloudHTTPRequest_RequestID.h in Headers */, - 5843C5CEB4E25CC1D96A73C13BF289AB /* QCloudHTTPRequest_SessionPrivate.h in Headers */, - 2812845AF1D794616E0087581E634778 /* QCloudHTTPRequestDelegate.h in Headers */, - 2E3E19C270C7CA28D22E1DE97A355225 /* QCloudHTTPRequestOperation.h in Headers */, - 563DDB2C3E3ECF0598F49A3B6B007616 /* QCloudHTTPRetryHanlder.h in Headers */, - AD5EE355C3346D64984521C8C756FD53 /* QCloudHTTPSessionManager.h in Headers */, - BB286D5891602B90B68396EDCDABA8F7 /* QCloudHTTPSessionManager_Private.h in Headers */, - 9B222B505118A6DA07A5EC02C94B229D /* QCloudHTTPTaskDelayManager.h in Headers */, - 637DCB79C92036D3EF3C67BB1CD27486 /* QCloudIntelligenceTimeOutAdapter.h in Headers */, - 4BFCB69C67C125EA6C0B10FA9105A2FE /* QCloudLoaderManager.h in Headers */, - 9292ECA0992210219776182988C0BBFA /* QCloudLogger.h in Headers */, - 5BA3D2BD699A01BF3A0E4C464BF5C8B6 /* QCloudLoggerOutput.h in Headers */, - B6CCE1058404DA3053D9E18D214D7E5F /* QCloudLogModel.h in Headers */, - 252AC85DC92E4607118EDDDEB724AA1C /* QCloudMainBundle.h in Headers */, - 80BA622EF5C475DB3565946D7D013258 /* QCloudMediaPath.h in Headers */, - 9F4AF4819E2A6E01E54A3374113FFFA4 /* QCloudModel.h in Headers */, - 881E7CF6C23E6A128A5BB530207A8BCD /* QCloudMultiDelegateProxy.h in Headers */, - DD5E0602F4874AEA1C56FD54B4AEBCD3 /* QCloudNetEnv.h in Headers */, - B9F5ED32289AD39F394E3BC4811B4471 /* QCloudNetProfile.h in Headers */, - E1EDF32BF56C0E4CC75B2E807CA8DB84 /* QCloudNetResponse.h in Headers */, - 4CF7A7454E9437E159596D289400E51E /* QCloudNetworkingAPI.h in Headers */, - 3C05F7E4389A81874862D5F0CEDBF9F1 /* QCloudObjectModel.h in Headers */, - 66BABB3E0EFD4B289D5C6C622DD07095 /* QCloudOperationQueue.h in Headers */, - FCFB3145B34CE84AB55E0CA6DE7E211B /* QCloudPingTester.h in Headers */, - 5F2B5328A669BE4B6D028F19070DEF90 /* QCloudProgrameDefines.h in Headers */, - 4FA971745EC3A2DD2047A1DF5CA4FD9D /* QCloudReachability.h in Headers */, - C8E78F57BF4287B3F93E34C983857ED0 /* QCloudRequestData.h in Headers */, - D356ABD2201283F9B18FDAC9F6205934 /* QCloudRequestOperation.h in Headers */, - 075C3CFB37A49F29F651E393ACB77E58 /* QCloudRequestSerializer.h in Headers */, - 0364A1F6A01A8796595A1E8DD4D5640B /* QCloudResponseSerializer.h in Headers */, - 1438ED8D8F61A48CDF60D2588420E815 /* QCLOUDRestNet.h in Headers */, - CD5CC2EDC5C836AF24F4CC1FD014BB2F /* QCloudSandboxPath.h in Headers */, - 19C2F560E7416DD8339E669039344748 /* QCloudSDKModuleManager.h in Headers */, - A511DD8DC9AACC15C9809C32736022F5 /* QCloudService.h in Headers */, - FD0ADC95B4984384A28CC3EB33872C2A /* QCloudServiceConfiguration.h in Headers */, - 7C77853F95836FCCA3EC0FAE9B551AFB /* QCloudServiceConfiguration+Quality.h in Headers */, - F6658AB5F16568F93C3250BC17BD979C /* QCloudServiceConfiguration_Private.h in Headers */, - A111B75180D308835F93BD080A6590AE /* QCloudSHAPart.h in Headers */, - 958E079650D9C858359AD2D789F0BABE /* QCloudSignature.h in Headers */, - D47FE7A5E310CDD2613B1767417DCED5 /* QCloudSignatureFields.h in Headers */, - 2367C84B8D1F6B0C8F5D345018A071FE /* QCloudSignatureProvider.h in Headers */, - 6A1DEF211A2200E201B39E27EC240571 /* QCloudSimplePing.h in Headers */, - D463E87E283927561C7A9EED0F203A0F /* QCloudSupervisory.h in Headers */, - 1C1981F586580F36AD0A64C5CF544828 /* QCloudSupervisoryRecord.h in Headers */, - 1F4D555FB782C754FB11E8EACD4F54D5 /* QCloudSupervisorySession.h in Headers */, - EB7102F7FE7FDC2D9B6126BB9E8ABEC2 /* QCloudThreadSafeMutableDictionary.h in Headers */, - 54B40BCB356EE7A105A1818CCD3F5E39 /* QCloudUICKeyChainStore.h in Headers */, - 868ACE81DFEC80762903E55F49F3D062 /* QCloudUniversalAdjustablePath.h in Headers */, - F12F5AD177B73B1DD32A87EE8B671C21 /* QCloudUniversalFixedPath.h in Headers */, - 684CED7387E4EB7EA8873FC033966A89 /* QCloudUniversalPath.h in Headers */, - ECFB2EBDD5D06DB5564D7AD1CBC3D94A /* QCloudUniversalPathConstants.h in Headers */, - B1B38E1E4B2C4AE648617267A195E86D /* QCloudUniversalPathFactory.h in Headers */, - 23A64C3370CAFA6B2F283531941DFD0E /* QCloudUploadPartRequestRetryHandler.h in Headers */, - 8E6911F02C8CBEBDBF812F79B9C8676C /* QCloudURLHelper.h in Headers */, - 3B15865BE6E463978317B5AB00580FEE /* QCloudURLSessionTaskData.h in Headers */, - 20BB3C9D99AB44BE4296DC7C6D65F593 /* QCloudURLTools.h in Headers */, - 2F9E90FFAE85AD66A89D697911F7E7B5 /* QCloudWeakProxy.h in Headers */, - 1CFE8430D74AFCAE00AE9BC26D991597 /* QCloudXMLDictionary.h in Headers */, - 74304F2FDD7CA6537E42152D77DC7CFE /* QCloudXMLWriter.h in Headers */, - 4789E7B688EFC2614D1A8B0A97B2FCEE /* QualityDataUploader.h in Headers */, - F0EC049344959BA51A956B69F34C8DE7 /* UIDevice+QCloudFCUUID.h in Headers */, - B5C039EAC61B2F0A9BFDCE16D27A8B37 /* UIImage+QCloudBundle.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AA1B99AE653AA18EE66D457586982400 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 03CAF948B22F4E43727DA1099C58D973 /* alphai_dec.h in Headers */, - 316A315BADE052A39A6B2D25346F77E9 /* animi.h in Headers */, - 9A4C1DF662989F02B63E6BEF3781C270 /* backward_references_enc.h in Headers */, - 40A3FAD55D708AA8A903BAE592780B31 /* bit_reader_inl_utils.h in Headers */, - BF0CC843365A169A0C2BEAF63A7DED30 /* bit_reader_utils.h in Headers */, - F09C19B42A1AB6D5C70CDBF95DBB4557 /* bit_writer_utils.h in Headers */, - 8A1555E81D0831CF17469A2F06E76A3F /* color_cache_utils.h in Headers */, - 30DEA4FB597C430C3B209532F85585B8 /* common_dec.h in Headers */, - 65175B123149F1485F7262CC237E114E /* common_sse2.h in Headers */, - 1E97AF0E5440658BC17A2B3658916169 /* common_sse41.h in Headers */, - F40AC8C330D7923CD2F3A046CA528D73 /* cost_enc.h in Headers */, - 479436C23E64305FF468C16180CD5136 /* cpu.h in Headers */, - 16EE019CA76F9E38EA0374860056B703 /* decode.h in Headers */, - 566367A4357560D32586A9A07E8F1AE5 /* demux.h in Headers */, - 20A05486F312C1B722CA644B7DB2D261 /* dsp.h in Headers */, - 784EDFADAD82FAC7DED6D269890CA8B3 /* encode.h in Headers */, - FD2132D091CD6AA660832FB4CC11903D /* endian_inl_utils.h in Headers */, - 985DB73D5EF7319A9D906C0088D4A940 /* filters_utils.h in Headers */, - 4C6C5102E6FBFDDC8CB872E8F4B76EE3 /* format_constants.h in Headers */, - A2353141EEDB62BAD82E51BF0783173C /* histogram_enc.h in Headers */, - 8F66E3AC1D758E5BD60ADA50774A82DB /* huffman_encode_utils.h in Headers */, - F6F805FECE802821700B0B6A4619F93B /* huffman_utils.h in Headers */, - 2BC9958D405FFEC5922D3DCDCCA541B5 /* libwebp-umbrella.h in Headers */, - A77A96B2165EBFD1E0D1F32C9D00DEA9 /* lossless.h in Headers */, - F69AD2D8CF96B87364127158BF47B1BC /* lossless_common.h in Headers */, - E911D374AA95309E0D5E63F403A217F5 /* mips_macro.h in Headers */, - 31764B90A991416D8CFFDB958167B5EB /* msa_macro.h in Headers */, - A39098864124E903903D3D6A5505E7B0 /* mux.h in Headers */, - F7A4E253075E533FA2B4CC2826554BB3 /* mux_types.h in Headers */, - D1C9D5FB78EACEA48B748B3A8D21419C /* muxi.h in Headers */, - 82A08131A4F2B04122FE322F25B1EE74 /* neon.h in Headers */, - 7C29043780C3949F1622F5380B2E2625 /* palette.h in Headers */, - DB9CF46196FC75C6E23A01A5067DE71D /* quant.h in Headers */, - 4B772CFA8555C2FD25F938C3D0252A0F /* quant_levels_dec_utils.h in Headers */, - 9043FDAE4DF53A0EA892A40410FA9461 /* quant_levels_utils.h in Headers */, - 20931126768579145590E20B9C13D2A9 /* random_utils.h in Headers */, - 2F5D66F850E2C1DC3BA55E0D972A6495 /* rescaler_utils.h in Headers */, - BE745203BA5D7A5EB4C3E03DEA392153 /* sharpyuv.h in Headers */, - 05A211C03572D49EC9098ED963EA724D /* sharpyuv_cpu.h in Headers */, - 709737A62E97CE253F789CE99572A618 /* sharpyuv_csp.h in Headers */, - 42E3AF3AA926C4A6A6C273D26D0619E3 /* sharpyuv_dsp.h in Headers */, - 519C35CD6FB6C729363F298E794514DC /* sharpyuv_gamma.h in Headers */, - DA1934F562297877D91B23CEF649D6D0 /* thread_utils.h in Headers */, - 83FC7F5C1CCBB396659301768ADE1ED9 /* types.h in Headers */, - 52A6D06F7140385A38AC33A34CD12B2E /* utils.h in Headers */, - 836068DBC3F27F018522ACA705628DA4 /* vp8_dec.h in Headers */, - 1DBD47E3CBCD2A8998F50A75FE960DEC /* vp8i_dec.h in Headers */, - 5C42BF6B33B35F9CB3A090DF92854689 /* vp8i_enc.h in Headers */, - D4DD670C3F1CAB3306D681F11DE4189F /* vp8li_dec.h in Headers */, - 42F504E018BBA6706DF45785E16C0DAE /* vp8li_enc.h in Headers */, - 729E155AEAF77A9C8400F4B45E3907C9 /* webpi_dec.h in Headers */, - 4D332E74D41BFCDF7A46D96731AEA16B /* yuv.h in Headers */, + 3CB545C4DA3D44434B9781C6F60E4937 /* XHLaunchAd.h in Headers */, + 027DE3EAC30A69A12C5941DD200EF1C4 /* XHLaunchAd-umbrella.h in Headers */, + 257C7EDF43E77EB5F2055B6181CA1F89 /* XHLaunchAdButton.h in Headers */, + 08404A0A9393B0B6F30AE1A7E0F4FADB /* XHLaunchAdCache.h in Headers */, + EB2DE8AC85F5D69C28AAEF183630DECA /* XHLaunchAdConfiguration.h in Headers */, + 82F5F113C1C79969884563CD3BDA7E23 /* XHLaunchAdConst.h in Headers */, + F09320E7F6C4772C68F241CD204F3FCB /* XHLaunchAdController.h in Headers */, + 25C560E85A616240A146084DC820D862 /* XHLaunchAdDownloader.h in Headers */, + 6E5069963D2A54A049898E9F09C18149 /* XHLaunchAdImageManager.h in Headers */, + 71CD92E73E3167E892616122EE1C1DEA /* XHLaunchAdImageView+XHLaunchAdCache.h in Headers */, + FA7306A866816218C15729A66D103C09 /* XHLaunchAdView.h in Headers */, + 4D337A550A10F79A79CF0B518568E901 /* XHLaunchImageView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15089,6 +15298,128 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D29087D4E51704EEA59DECD7A09C6121 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8A75DA6ECACBAA0B4EFF0A66AA114F63 /* NSDate+QCLOUD.h in Headers */, + D3C114112B4D5A627D749D6F9477B6D3 /* NSDate+QCloudComapre.h in Headers */, + 7E64DC97219C6D6056DDA6D67727C583 /* NSDate+QCloudInternetDateTime.h in Headers */, + AAD95904E6AEB159E5D9E58DE1CCB707 /* NSError+QCloudNetworking.h in Headers */, + D579EE00DCA8D47AE82EC7F6BCACF711 /* NSHTTPCookie+QCloudNetworking.h in Headers */, + 8C773C5F598970CE464B170618D7C6FE /* NSMutableData+QCloud_CRC.h in Headers */, + F6A08928FA4EED97F8C6F984CEA32A62 /* NSObject+HTTPHeadersContainer.h in Headers */, + 328AAEF6A2FC351B7C1D4D0D935D82F9 /* NSObject+QCloudModel.h in Headers */, + 31C18DEE7F9F5BFF411E166CB2D141D2 /* NSObject+QCloudModelTool.h in Headers */, + 0F887579C9DE24A733D4CB21B6D71ED9 /* NSString+QCloudSHA.h in Headers */, + ED0FC6D2DDCE7BB4512A072DF403187C /* NSURLRequest+COS.h in Headers */, + 2C586E8946387D01A0CDC3C1E970CBB9 /* QCloudAbstractRequest.h in Headers */, + 56BD7BAA68D161E007FEA10DDEC1377B /* QCloudAbstractRequest_FakeRequest.h in Headers */, + 5F7AC46B66DE346891DAB54B7296B31E /* QCloudAuthentationCreator.h in Headers */, + 0F88FE7A6FA6DAFB623D6CDD75243B52 /* QCloudAuthentationV4Creator.h in Headers */, + 2772119E731D7B0CDF2180846D2DC956 /* QCloudAuthentationV5Creator.h in Headers */, + BE710624EF6185AF9F9E400326E5D501 /* QCloudBizHTTPRequest.h in Headers */, + 036C0BC74147D227284C264E2372F711 /* QCloudBundle.h in Headers */, + 9A1286A57D37C2FE4FB4D09B0E376CA9 /* QCloudBundlePath.h in Headers */, + D00578F8FF23660C64F78A3C20728CAA /* QCloudClassInfo.h in Headers */, + 90C0C07F3A212D7401889C98094A45FF /* QCloudClientContext.h in Headers */, + 9410F876DDDEC80D0543068BAA3927BF /* QCloudCLSLoggerOutput.h in Headers */, + 9DB1779CEF4B23B9B8CD85AE7A477A05 /* QCloudConfiguration.h in Headers */, + E230201D9D3C2945FD9E03D329EA2789 /* QCloudConfiguration_Private.h in Headers */, + 93072AFD06E2CC3F0013C0F83D8F0564 /* QCloudCore.h in Headers */, + EE5A50F7236885C0CA5F96617C3D7A5A /* QCloudCore-umbrella.h in Headers */, + B8BCB48FDFA1B84D2E4C5EDE84BDC168 /* QCloudCoreVersion.h in Headers */, + C353C25836BD277B61BC2152DB9B826F /* QCloudCRC64.h in Headers */, + C89CD4E40404BE0A93E002109AEF843E /* QCloudCredentailFenceQueue.h in Headers */, + FA7907C23A45C1F93E0B72F3BA7EFA19 /* QCloudCredential.h in Headers */, + BBDFCE9960C2B926EAF476BED6EE0E37 /* QCloudCustomLoader.h in Headers */, + EC730186F3ACFB1DA59EBC188C48AD16 /* QCloudCustomLoaderTask.h in Headers */, + 4A40F3B737927441B33562888AEB8EFC /* QCloudCustomLoggerOutput.h in Headers */, + 0E0F92EF3C5EA005826D3E654448823C /* QCloudCustomSession.h in Headers */, + 68C08359D779CC9AE514C1C7A7BDD3D9 /* QCloudDomain.h in Headers */, + F7F039F6DE987F6F54C4B96C3858C5A6 /* QCloudEncryt.h in Headers */, + 579931406A399A422A2A676AFE3D3BD2 /* QCloudEndPoint.h in Headers */, + 0CF0EFF30DF47ADAF1B1854670156EEA /* QCloudEnv.h in Headers */, + 640A62BF1235FF4E73C341D738C83CA3 /* QCloudError.h in Headers */, + CEF1F2DE3146A8D049F1B7D84A0F933F /* QCloudFakeRequestOperation.h in Headers */, + D28A666A87A796D638FB81F9213E93C0 /* QCloudFCUUID.h in Headers */, + 71CC9626CAE782C4B6F34E17900FE6C9 /* QCloudFileLogger.h in Headers */, + 48544B4E6E2EF270EE54DD817FEE6570 /* QCloudFileOffsetBody.h in Headers */, + 456900236AE57099401BB6E7154BEFD4 /* QCloudFileOffsetStream.h in Headers */, + DA8E4E9797FA165ED470761281FA04D2 /* QCloudFileUtils.h in Headers */, + 80874A37C430185644441094040A1757 /* QCloudFileZipper.h in Headers */, + 06C5CF66A061DF2D35FB147553221E95 /* QCloudGCDTimer.h in Headers */, + 5CAEF25B5EB8D3D196FDFA30B379B05F /* QCloudHosts.h in Headers */, + 503251898E73970DB648E795F5BE6EAA /* QCloudHTTPBodyPart.h in Headers */, + 50B7E407697B4F98D74CD9469B994DEB /* QCloudHttpDNS.h in Headers */, + A948B314496494E729213C39C5AD08D9 /* QCloudHttpMetrics.h in Headers */, + 350678844BD301BBB3C00164EB4674AC /* QCloudHTTPMultiDataStream.h in Headers */, + 391BAB0E85D0DF9A14BB2AC62E05DEDE /* QCloudHTTPRequest.h in Headers */, + E4738F6F9F874CBBADAD2951D5CC6CE0 /* QCloudHTTPRequest_RequestID.h in Headers */, + CE918947DD7A300DC8140274E6411E8E /* QCloudHTTPRequest_SessionPrivate.h in Headers */, + C151392F42D4CE9D687AC4F28C973F39 /* QCloudHTTPRequestDelegate.h in Headers */, + B5416E76FC51810EB646EBC64EF744A4 /* QCloudHTTPRequestOperation.h in Headers */, + 35172DB57E0CCE97110418D82FB627FB /* QCloudHTTPRetryHanlder.h in Headers */, + BA3280E90DB343F1BE3BFDF561A0C360 /* QCloudHTTPSessionManager.h in Headers */, + 506FAC628C3201BEDE547D660680474E /* QCloudHTTPSessionManager_Private.h in Headers */, + 890A88F6AB0A0AC67609F3608087A107 /* QCloudHTTPTaskDelayManager.h in Headers */, + 1142CECCE061B3868D016BA906F7DBAE /* QCloudIntelligenceTimeOutAdapter.h in Headers */, + E047AE89787C1B61F2B64AE361B467B8 /* QCloudLoaderManager.h in Headers */, + 1E5CE671FD69157F942EEE0B78A3DB55 /* QCloudLogger.h in Headers */, + 058807B6B52D4508FE870A787BEF8C06 /* QCloudLoggerOutput.h in Headers */, + FDD5EED0841063A5036A185CDC3EA3C9 /* QCloudLogModel.h in Headers */, + DC26B53EA26F03978DC2472F15D2F9E0 /* QCloudMainBundle.h in Headers */, + 9A47B33505CB1C3BA51F7563711A6F51 /* QCloudMediaPath.h in Headers */, + 0684F9552B929989470DD434F356CCDF /* QCloudModel.h in Headers */, + BA58EF580219552C1789CFDBF92733CF /* QCloudMultiDelegateProxy.h in Headers */, + 9DA12FAECBBB2D1654A9686479DDDCDC /* QCloudNetEnv.h in Headers */, + D8265CE0C8BA74DBF100B74343ADB5FE /* QCloudNetProfile.h in Headers */, + AA73F764B00AA89856EBCE3BCDB416EE /* QCloudNetResponse.h in Headers */, + 1A86F274050B0ED08BC4E3B9F37A1437 /* QCloudNetworkingAPI.h in Headers */, + FFF20EB763B73028166FE84D78759A0D /* QCloudObjectModel.h in Headers */, + 9F9774732B51E37969FEE88DCB08377A /* QCloudOperationQueue.h in Headers */, + 20A9C126ACCDF8CA9A310AAD2B7016BA /* QCloudPingTester.h in Headers */, + 6414AA9F3BF7994B0BEAE51B6804992C /* QCloudProgrameDefines.h in Headers */, + 4298E5940DA70A36FCA10C6053C4AA59 /* QCloudReachability.h in Headers */, + 4088AC47BA3C82169FE9437E314CBB7E /* QCloudRequestData.h in Headers */, + A00366375D2AAC0630EFC51B06B74506 /* QCloudRequestOperation.h in Headers */, + 259299EB5379BFB86F26AAB058DDABD3 /* QCloudRequestSerializer.h in Headers */, + 39653E1DEF5986CE63AA5EA4C2B84C49 /* QCloudResponseSerializer.h in Headers */, + 92D28429763DE4FB896CE299062F56C2 /* QCLOUDRestNet.h in Headers */, + AC4CBAED3FCCE78139C77EC03E7797AD /* QCloudSandboxPath.h in Headers */, + 0539E5F20BE3ABD9D50C56F90C81418D /* QCloudSDKModuleManager.h in Headers */, + A696C2566229657ABC08C3D426FFE439 /* QCloudService.h in Headers */, + E53C62DDF78CA58DFEA2B99EF96A5670 /* QCloudServiceConfiguration.h in Headers */, + 2331D00727007EAB9314B35F41654415 /* QCloudServiceConfiguration+Quality.h in Headers */, + 479E1ED6BEE4D4B55BB8A97C5E5AE1BF /* QCloudServiceConfiguration_Private.h in Headers */, + E6A490453DA9BEDC9D8ABD7A92F4EAF4 /* QCloudSHAPart.h in Headers */, + EA4F48B8D2F91393E10FB28B1D797FBE /* QCloudSignature.h in Headers */, + 81B2343535A459618F5A42BB1531CE0E /* QCloudSignatureFields.h in Headers */, + E85A5BC35ADCF661FD087D72742E9534 /* QCloudSignatureProvider.h in Headers */, + 564F8A4A9482FAB169294C11D1F73013 /* QCloudSimplePing.h in Headers */, + AC2079A5BA397E25F405A5FF246FAD6B /* QCloudSupervisory.h in Headers */, + E3DB6D0E1251A00CE8861C20564FECF5 /* QCloudSupervisoryRecord.h in Headers */, + A6218CC0CC33EAC275688CD355E5FA5F /* QCloudSupervisorySession.h in Headers */, + 2E42FA58690512918F3C2B45BA717B3F /* QCloudThreadSafeMutableDictionary.h in Headers */, + B0F8901F633F1F6FAB900FE6D40C014B /* QCloudUICKeyChainStore.h in Headers */, + 00A7346EAB1CEA7E6AB0C38413415E97 /* QCloudUniversalAdjustablePath.h in Headers */, + E9F867C6FCBCFCA03F0D18AA684E78CD /* QCloudUniversalFixedPath.h in Headers */, + 448C380608E09870EC872FDCB806C049 /* QCloudUniversalPath.h in Headers */, + 4F0C854382CB51FAEB378C2ED16DF829 /* QCloudUniversalPathConstants.h in Headers */, + C24041C24398EBDC9C2F0B7AE8971BC4 /* QCloudUniversalPathFactory.h in Headers */, + FD8EA853F7AEEC065740BCAE298B550A /* QCloudUploadPartRequestRetryHandler.h in Headers */, + 89E5AD1806A815EACF7D39D3C3D0C6DD /* QCloudURLHelper.h in Headers */, + D5EF44B0FF1B2048CBDD9A44DE5FCAEB /* QCloudURLSessionTaskData.h in Headers */, + A4481377BF1E1A5941F72040B72F2AE2 /* QCloudURLTools.h in Headers */, + 3723684957C6DC419C3638845B5D418A /* QCloudWeakProxy.h in Headers */, + F73BA145241BEA0885D0445AEA3231F3 /* QCloudXMLDictionary.h in Headers */, + 7B0070E90DD42218454EFEE9EE5A81BA /* QCloudXMLWriter.h in Headers */, + 3B611D52FC5F07506E75DC1415357F5A /* QualityDataUploader.h in Headers */, + 099873446B43C89B588A13A419DF815F /* UIDevice+QCloudFCUUID.h in Headers */, + 566C010588B77A0A7B1C72A4E3446D6F /* UIImage+QCloudBundle.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; DBA4EB7B869E745A6AA58D50397069C5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -15149,19 +15480,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E831767D742ACA31C60A40E72B22223C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8FD31D60FDFBDF124AE956E9F343D767 /* YYAnimatedImageView.h in Headers */, - 774A8FB37A8425948605300B0B9D9B73 /* YYFrameImage.h in Headers */, - EFC576705CBF094E2A483BDF0840429B /* YYImage.h in Headers */, - 9FFCA26B16410FCB07DAB8A6464358F0 /* YYImage-umbrella.h in Headers */, - B56E8AE0483F69941E175C56B3272CD1 /* YYImageCoder.h in Headers */, - A125CB6BC39EEED37656AFB02A23E90B /* YYSpriteSheetImage.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EBA2A848DF38725125562E41F023933A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -15235,11 +15553,99 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FADDF1455A8EF5F7155E270B128525EE /* Headers */ = { + FADE750CFF2C806685AE314EE7FF71B1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4284930B9C2F398EE2D1CA19A9BBABFF /* Pods-QXLive-umbrella.h in Headers */, + 1739C4B63D12177E58B7110F21E939EB /* SVIndefiniteAnimatedView.h in Headers */, + 14F6602F47FF59347CB6807CE217EDC5 /* SVProgressAnimatedView.h in Headers */, + 91930FDB4F9CCBBA9789806D1611AE6F /* SVProgressHUD.h in Headers */, + 6037BA6633BDFF4F63D6C8B7C70D6160 /* SVProgressHUD-umbrella.h in Headers */, + 7804E0B3C98A2FE1E98AF544E88C9C3C /* SVRadialGradientLayer.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FD6F42D18B045E16D1D06484ED173315 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7B880EFD01F59D54EC58F32E8FBCEFB6 /* NSBezierPath+SDRoundedCorners.h in Headers */, + E6C7B9B893DF930873D4992F46E203AD /* NSButton+WebCache.h in Headers */, + 864A00AC00F00DFB3F98C1B735628E19 /* NSData+ImageContentType.h in Headers */, + 1EE0146283EABBCD01C5DD2347DBC76E /* NSImage+Compatibility.h in Headers */, + 319E35799208CBBD1BE25FF1F840A445 /* SDAnimatedImage.h in Headers */, + 606A41013AD9F0261BE85230D8395848 /* SDAnimatedImagePlayer.h in Headers */, + A040FB4307745EFCB52E3935D9022B3E /* SDAnimatedImageRep.h in Headers */, + E3EF30B380A3DE6C867AB8C7EE227009 /* SDAnimatedImageView.h in Headers */, + AE47673D1DFD68C660422B9A3CCF0CBB /* SDAnimatedImageView+WebCache.h in Headers */, + 0BA1DF6B537153871309627B00FD56D9 /* SDAssociatedObject.h in Headers */, + 5FD17BF2865DDB9E3B6B8098AA2E519A /* SDAsyncBlockOperation.h in Headers */, + ECFF2D5A01E2A8B2300B06AD3A5C8FE1 /* SDCallbackQueue.h in Headers */, + 1B66D35C9A33BF81B6F3001A320BBDCF /* SDDeviceHelper.h in Headers */, + F3071DA3B7C4EF3331CE32268F59DC3A /* SDDiskCache.h in Headers */, + E4332482960D53F9D4029162DB3B561E /* SDDisplayLink.h in Headers */, + DBDAAF7B4EDB814EB636EE637D63B2DC /* SDFileAttributeHelper.h in Headers */, + B75DE2F926368BC73EC7B0B861055C1F /* SDGraphicsImageRenderer.h in Headers */, + C741E57289C29A512DA39961DFF14B75 /* SDImageAPNGCoder.h in Headers */, + 6B0F9FB4D81500B7DE84551E05217207 /* SDImageAssetManager.h in Headers */, + 3F002008190928EC42D6E10E52BA2104 /* SDImageAWebPCoder.h in Headers */, + E1B6383945635EF8E2D61F8F06E44E95 /* SDImageCache.h in Headers */, + C13D2AE9909ADD4ABEF829F827C00210 /* SDImageCacheConfig.h in Headers */, + 27A1BF8FCD24A282BFFDD39E99748563 /* SDImageCacheDefine.h in Headers */, + 86C76331389C7001C1A11828592587F9 /* SDImageCachesManager.h in Headers */, + 00898C1B71E5C788CE0D4AD9212A05A2 /* SDImageCachesManagerOperation.h in Headers */, + D4FCD30AFD6B61DB70F7D893BEFC76AA /* SDImageCoder.h in Headers */, + F1B6BBBE542821DC3DF861077D125483 /* SDImageCoderHelper.h in Headers */, + 8BC52F400C9B163C85EBA808A92139C7 /* SDImageCodersManager.h in Headers */, + 3CF3CD933B75107D9932B2106A2E83E0 /* SDImageFrame.h in Headers */, + 4F48AEED168DB31ECC1F0594A18109CA /* SDImageFramePool.h in Headers */, + 134B8D1EDDBF8E07AD4F57AFBA6264B6 /* SDImageGIFCoder.h in Headers */, + BE540EC24CFE77B949EF39ED6A5FB865 /* SDImageGraphics.h in Headers */, + 1C7E283B15774402EE141D521B4303AE /* SDImageHEICCoder.h in Headers */, + A285055D053D4ADB471F4E3EBB371881 /* SDImageIOAnimatedCoder.h in Headers */, + D136A9227B134C7897ABB6BCCAC396C9 /* SDImageIOAnimatedCoderInternal.h in Headers */, + B9E0F0506E2C45BE5E76E0BC4BB11496 /* SDImageIOCoder.h in Headers */, + FE6A886BD049CCBE68E0B13F7AF36D77 /* SDImageLoader.h in Headers */, + E46C1A23E6063966E046736DF6343D85 /* SDImageLoadersManager.h in Headers */, + 1C73DE4D8B5385AEC654352085540A3E /* SDImageTransformer.h in Headers */, + 2E6EAAEC0F92A58BEDA74C3EB9E2994C /* SDInternalMacros.h in Headers */, + 776FF1C19E08E00013FFD9BD7E29BACD /* SDMemoryCache.h in Headers */, + E9BAE52AA24167857F8BA02E03047AC3 /* SDmetamacros.h in Headers */, + 2CAA33CE971C76300E5D8EB94F6EE8DA /* SDWeakProxy.h in Headers */, + 96047018512E60DF3F012EFE9A465444 /* SDWebImage.h in Headers */, + 9AC27033FE602AB36090357268FE089D /* SDWebImage-umbrella.h in Headers */, + C3D1AEDEB1531B978E17AAB3330B0A17 /* SDWebImageCacheKeyFilter.h in Headers */, + BC943ECB1EC5735D1873EC7A05D056D1 /* SDWebImageCacheSerializer.h in Headers */, + 0777211240AEC2C208778AB5D4D4198C /* SDWebImageCompat.h in Headers */, + 6BCB8FCE0F3B924E7EFAC878C66FADCE /* SDWebImageDefine.h in Headers */, + 22943252A84DF382B2691AC9BD62A478 /* SDWebImageDownloader.h in Headers */, + A34D8C34F49A1B8F047320AB4F82E1B1 /* SDWebImageDownloaderConfig.h in Headers */, + 59B6CF14CFCB84AC37A44D12914BD7F8 /* SDWebImageDownloaderDecryptor.h in Headers */, + 19239812A8FDB3AAE294251C9781FEA5 /* SDWebImageDownloaderOperation.h in Headers */, + 7B6492209A2E63EFE64C52E570F93E68 /* SDWebImageDownloaderRequestModifier.h in Headers */, + 5F066222D42E2BDD328B64B5391BD76D /* SDWebImageDownloaderResponseModifier.h in Headers */, + A5525C13F7059D560ADA5D4EDD989BBD /* SDWebImageError.h in Headers */, + 52D551E859ECDC6DBB6AA3BC89C9611A /* SDWebImageIndicator.h in Headers */, + 38E2BB2CB4DB0406F030D8C5AB03F523 /* SDWebImageManager.h in Headers */, + A4451C7D94BA8008E40C8EB990935A11 /* SDWebImageOperation.h in Headers */, + 2C14FA30C7BDE7B3CF6EE4ABF3717403 /* SDWebImageOptionsProcessor.h in Headers */, + ABBA79D6247561A932B795392CF013F4 /* SDWebImagePrefetcher.h in Headers */, + 32DF70F78DE94320BA0F2E889588A076 /* SDWebImageTransition.h in Headers */, + 8F44838518E25BFCBE5E7565BCBBC340 /* SDWebImageTransitionInternal.h in Headers */, + F9BA2C2886BBB440F50D937366FBA373 /* UIButton+WebCache.h in Headers */, + E7247AA28BFA7B944E68A224AEEA8037 /* UIColor+SDHexString.h in Headers */, + 615564D6271A0E10C7E1F88DE102B3DF /* UIImage+ExtendedCacheData.h in Headers */, + 713EA2326471A0409A1A0547359C0D0D /* UIImage+ForceDecode.h in Headers */, + DEBE04539B3B720FB35CA9890993EB59 /* UIImage+GIF.h in Headers */, + 7AF245E685E5916AD09DA8E168042BFB /* UIImage+MemoryCacheCost.h in Headers */, + 106522789D6C05838CFF3F26D280969B /* UIImage+Metadata.h in Headers */, + E971716B58CE31436343161FDFDE440A /* UIImage+MultiFormat.h in Headers */, + 07079804E92EE8D8637D7F7813C298D4 /* UIImage+Transform.h in Headers */, + 7871859CD70CB4C5F291E65298EAD4C8 /* UIImageView+HighlightedWebCache.h in Headers */, + 7435C4A4167847EBFA9CDB4F501A73F0 /* UIImageView+WebCache.h in Headers */, + C7E39A248B1F501DD6E31CD6F4FBE8D8 /* UIView+WebCache.h in Headers */, + 866EB2E422D74CA02DB9DC8B4B329A19 /* UIView+WebCacheOperation.h in Headers */, + 464479791D098E9DF68D2CC397216A48 /* UIView+WebCacheState.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -15493,6 +15899,33 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FFFE0AF8EEAC923CBDAB6E9F2DF5CAF9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A6D0AE81FA37129A5FE04BCB79DD116D /* NSDictionary+TUISafe.h in Headers */, + B826B47BC9BC10CBC1C72C8358D0DA74 /* NSString+TUIUtil.h in Headers */, + 63CC3D7C6ED111D82520255F1B2FB8BB /* OfflinePushExtBusinessInfo.h in Headers */, + 32377E5C2F9300128DF97BD8C3BE455F /* OfflinePushExtConfigInfo.h in Headers */, + 3B732456E8F10624748A0C72283BD6B3 /* OfflinePushExtInfo.h in Headers */, + 5ADE36C9A4248BCA87F8551838473A1F /* TUICommonModel.h in Headers */, + 7BDBE1286C16DED0095310B2A1D4C77B /* TUIConfig.h in Headers */, + 617389511E2EDE75D40C9EBB0DCC6C64 /* TUICore.h in Headers */, + 751EC0577741752CCBEBF284D6DC5086 /* TUICore-umbrella.h in Headers */, + A4EF17A277710C6D0D34A277B977FD84 /* TUIDarkModel.h in Headers */, + 28F82A7A1AEB65E8928384D7F2050503 /* TUIDefine.h in Headers */, + 3EE1A6EDE318C90334D761FF6B8B8622 /* TUIGlobalization.h in Headers */, + 67F5A2765A04070308763000AF931FAA /* TUILogin.h in Headers */, + 654E64D2DDA2FCE94AB95E79C9ABFFED /* TUIThemeManager.h in Headers */, + D6A61AFDC465B19C5592DB582B825F31 /* TUITool.h in Headers */, + DB087105B24D3B6063547AA62DFD4DED /* TUIWeakProxy.h in Headers */, + 01B0569DDA02309455BB284424230971 /* UIColor+TUIHexColor.h in Headers */, + 412E86259343B76785B0D6098A73DC40 /* UIView+TUILayout.h in Headers */, + A2A33A8ABBEF5952A14DC2B2DB3A6395 /* UIView+TUIToast.h in Headers */, + 43D2DCD5F4349F4DEB3799722775293C /* UIView+TUIUtil.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -15516,11 +15949,11 @@ }; 0409F31E66073F5C1A3BBA08171DD017 /* AgoraLyricsScore-AgoraLyricsScoreBundle */ = { isa = PBXNativeTarget; - buildConfigurationList = B41BEEAB3F00B8B09935C136F594A6DA /* Build configuration list for PBXNativeTarget "AgoraLyricsScore-AgoraLyricsScoreBundle" */; + buildConfigurationList = 44B6E36236E4C6584A03A2E730B2907F /* Build configuration list for PBXNativeTarget "AgoraLyricsScore-AgoraLyricsScoreBundle" */; buildPhases = ( - EB980A3187F8F6465734E5CA6D03B4B5 /* Sources */, - DD9059797CE5A4DF6B017A6C136F1C95 /* Frameworks */, - ECFFBCE792728F1452B0F6ABE4B7E0E2 /* Resources */, + 8DD60FDF485D6F25F68A919E8AC68A12 /* Sources */, + D4FC7E9BBF01CA51D29767771B537524 /* Frameworks */, + 66E30646D442DBFA1A5EBAF5E6FC88FD /* Resources */, ); buildRules = ( ); @@ -15543,11 +15976,11 @@ buildRules = ( ); dependencies = ( - 6A90627116C4E24FF539C71CBBBD45D3 /* PBXTargetDependency */, - 1813D57D1AC26D3521E2F6FD43C3B954 /* PBXTargetDependency */, - B68A6A13F0045607132CFE197044A8F2 /* PBXTargetDependency */, - AE2DC037B2DCA13F5F8C7ABC84CB199F /* PBXTargetDependency */, - E3CB35B2F152CB0D7DC06AC3C2C0150F /* PBXTargetDependency */, + D0B73C771737C8A568C5E61BB35AA2BC /* PBXTargetDependency */, + 369277A62C9707CFD660E6C937B2F89A /* PBXTargetDependency */, + 65B64592B1662056ED734BEC2762072E /* PBXTargetDependency */, + 6FCAB6AE1E6ED6219E394016E9E946CF /* PBXTargetDependency */, + C76B39CB58CB54519E5F054DE9C2AC50 /* PBXTargetDependency */, ); name = TUIChat; productName = TUIChat; @@ -15556,11 +15989,11 @@ }; 05B2A835D60F78761395189914B88047 /* IQKeyboardManager-IQKeyboardManager */ = { isa = PBXNativeTarget; - buildConfigurationList = 93735D0870A830B586A0A20D52A24AE9 /* Build configuration list for PBXNativeTarget "IQKeyboardManager-IQKeyboardManager" */; + buildConfigurationList = DE277BE110FFE4FD17BDB3F9FD8F9143 /* Build configuration list for PBXNativeTarget "IQKeyboardManager-IQKeyboardManager" */; buildPhases = ( - 737F779A512D3C81EEF3633C638B97C5 /* Sources */, - ACD5E96065991F818F6960A11DAF72F9 /* Frameworks */, - 653A63FC5F7E8EF71E2E0251806BD3B4 /* Resources */, + C1BA2DE538F94D1E95500178F2171107 /* Sources */, + 9BA406BE3AEE5318D3694E50C0D76C44 /* Frameworks */, + DD30309E0CC637D570D0A215DB3FD985 /* Resources */, ); buildRules = ( ); @@ -15573,11 +16006,11 @@ }; 16704C6B67439DA959DB043702C75A7A /* JXPagingView-JXPagerView */ = { isa = PBXNativeTarget; - buildConfigurationList = 5F14CBA40E659BB89722701192DB5E24 /* Build configuration list for PBXNativeTarget "JXPagingView-JXPagerView" */; + buildConfigurationList = F68EEF3AA5D15584A79AF256FA521981 /* Build configuration list for PBXNativeTarget "JXPagingView-JXPagerView" */; buildPhases = ( - E84B37EA55179C77110DBCC45E5D6A0B /* Sources */, - B33F67DB3BA6A07B129E576E2ABBF9C6 /* Frameworks */, - FC7DE992ECFEAFAF59AD57F1D95952B4 /* Resources */, + 53F4423566D27F4ADEFF30275A2B5F27 /* Sources */, + 4D951D78CBEE91CD1468F01A42A96CD8 /* Frameworks */, + 9EB8A4C089FDA3D76C38BDD9CC02D2B2 /* Resources */, ); buildRules = ( ); @@ -15618,73 +16051,95 @@ buildRules = ( ); dependencies = ( - 9DFAB53C27C5974AEF5A2C2403A523A6 /* PBXTargetDependency */, - 171903DBC8F1F35E602E9AA5715F58B7 /* PBXTargetDependency */, + 55D4AA113C29B569361C6C409BF4E821 /* PBXTargetDependency */, + 7C95A0F043A5CF72F504BCA6D2DD4EBC /* PBXTargetDependency */, ); name = SDWebImageWebPCoder; productName = SDWebImageWebPCoder; productReference = FCF61D9B2B75054A9A3185DDC609B7FF /* SDWebImageWebPCoder */; productType = "com.apple.product-type.framework"; }; - 27BBCC9A96380AA1F208DF828383B86B /* Pods-QXLive */ = { + 1C8D67D8B72D6BA42CCEDB648537A340 /* SVProgressHUD */ = { isa = PBXNativeTarget; - buildConfigurationList = 3B7DF196EA76D8B2EC90374BE3AF860A /* Build configuration list for PBXNativeTarget "Pods-QXLive" */; + buildConfigurationList = 69444753864BFEE93D93DCEABA3746A1 /* Build configuration list for PBXNativeTarget "SVProgressHUD" */; buildPhases = ( - FADDF1455A8EF5F7155E270B128525EE /* Headers */, - B83934B9158E72409BD19B48F7454798 /* Sources */, - 7AF666476C02DD365EBD31D92D01BCF2 /* Frameworks */, - 96B01BC6CC3262E509B53A4367558CF7 /* Resources */, + FADE750CFF2C806685AE314EE7FF71B1 /* Headers */, + 458ACEF2C06C471F7CFF2C2824CA0B34 /* Sources */, + 58634B2196876B07B5310C7EACCF921E /* Frameworks */, + 240039A2FB82D44B5CE5DB05D41F6BA9 /* Resources */, ); buildRules = ( ); dependencies = ( - 5ABD7C4A4F187C13CD2CDAA15A0DF218 /* PBXTargetDependency */, - 923A404D8B27F34E4C5B3FB103067882 /* PBXTargetDependency */, - 17BA1635C51BAAAB358EAFC3512518F3 /* PBXTargetDependency */, - 5EDA0A484EA0A79566B36C1AF433C5AE /* PBXTargetDependency */, - FCF1A524BA195A1A8E04BB7399C550A4 /* PBXTargetDependency */, - 36B550F180EE67C3BB084B8472F52C34 /* PBXTargetDependency */, - 25A9B294A44C45B94174F8DAAD951EDB /* PBXTargetDependency */, - D7C6D36DA420DEACD49D465BD1D592D5 /* PBXTargetDependency */, - ECC5D0CC6E1FD46A3C5F2DF5E17D3D36 /* PBXTargetDependency */, - 6552C8FB0E7C637E013D60549264FA10 /* PBXTargetDependency */, - B83C71E4C20BCBDF90A214E8BC1DCA19 /* PBXTargetDependency */, - C715EBFE0C4552363AB027B54E5440D6 /* PBXTargetDependency */, - 4821697649B391A5E31EDAE07EC87049 /* PBXTargetDependency */, - AB2C50D4D5AF223EDA2BF3EE7139D83D /* PBXTargetDependency */, - E4F3C97C6731AE940B485385DDD1355F /* PBXTargetDependency */, - EEA4A7B84264455B32834806BE6C3CDF /* PBXTargetDependency */, - D0706D56AF4F4A63FCF9448D60D708DF /* PBXTargetDependency */, - 3E3ED48CDB654ABE91C4FAF75121E60B /* PBXTargetDependency */, - D6EADCB8D483F159AB283267E4AFE1C0 /* PBXTargetDependency */, - 52CC4C731BC324B93D3A12A681DFF965 /* PBXTargetDependency */, - D61FE29C6BF95748BBEA1B93E3896A53 /* PBXTargetDependency */, - F2FCA4761A420D310B5F126303646354 /* PBXTargetDependency */, - 4535F5150135D73572CFB86F07258DA2 /* PBXTargetDependency */, - D53F9A23E2267A99D7664269C460073B /* PBXTargetDependency */, - FBB50E231EB1A9B4056417CC4864EA85 /* PBXTargetDependency */, - D93E0810A5B6CD1E2C28161F302F3B27 /* PBXTargetDependency */, - 7E832E92B1D434FB5134E7AAC28CCE3E /* PBXTargetDependency */, - 9E0735FDCB0FF2E0BC8A3C8A38EB01ED /* PBXTargetDependency */, - 6369BCAC8E24DD40157289EBEE136DB7 /* PBXTargetDependency */, - 682925E0D7E1191AFDD32B31244F6A47 /* PBXTargetDependency */, - F1A003952B367EFB17076A988586FAB7 /* PBXTargetDependency */, - 7985C6E830B277CF3A32275392599AFF /* PBXTargetDependency */, - 234C3409BB6F887B79539E87264FCC62 /* PBXTargetDependency */, - 4AC9BDF20941DF47A16ADD22E63DD392 /* PBXTargetDependency */, - 5FF36054B45C13F17CCB7E10975A6458 /* PBXTargetDependency */, - B9A685320CFFBD9D1995DF27826D4101 /* PBXTargetDependency */, - 8ECD9E9FC888A35814BCE0AC9C5B2506 /* PBXTargetDependency */, - 8D5D981266656AD0FD6FC30B25E3E7EE /* PBXTargetDependency */, - 211D90142327231F14196250FF98FA88 /* PBXTargetDependency */, - C04659742D9B261A7513ABEF8409839E /* PBXTargetDependency */, - A91552D7E3CD63D083565AFD11177DFF /* PBXTargetDependency */, - CB7B11B65400D5AE365A0F57A442A5ED /* PBXTargetDependency */, - 0274C507D279C37859B6195549E6C1E2 /* PBXTargetDependency */, - 03E4C2DB1A52C7DF26AAA743323C8D4B /* PBXTargetDependency */, - DA7F32628634444055D710E99BA8E191 /* PBXTargetDependency */, - 4F314C06F65F2A5BFF9C568D6812C2F8 /* PBXTargetDependency */, - 9CA44088EBF2625880A2BFE1A146146A /* PBXTargetDependency */, + ); + name = SVProgressHUD; + productName = SVProgressHUD; + productReference = E97D43C46A45EE515A4DA3AF94398441 /* SVProgressHUD */; + productType = "com.apple.product-type.framework"; + }; + 27BBCC9A96380AA1F208DF828383B86B /* Pods-QXLive */ = { + isa = PBXNativeTarget; + buildConfigurationList = A4A957AA2DBD0B48F3FA0E3555AD1608 /* Build configuration list for PBXNativeTarget "Pods-QXLive" */; + buildPhases = ( + 4DEAF82181AD8552F8D892C56D712AF2 /* Headers */, + C283A5449AC759B5BED1B959FE40F53E /* Sources */, + AD6ABBB919130C372EEED5CFF41B99CB /* Frameworks */, + 271C78F2275738BB7B0BD818BC504697 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 77F319B6FAA02CF94A0B5970B1B00E22 /* PBXTargetDependency */, + B952500E6B6B9583F7B7D85C132C9A0F /* PBXTargetDependency */, + B511C3B9703C8F86584623FBE16A6625 /* PBXTargetDependency */, + A71A5F91DCCEA87668EA5EE87B0F0638 /* PBXTargetDependency */, + F14B08CAC74C8AEB0A0215AFAA4CEB14 /* PBXTargetDependency */, + C19F35FA2DC53B854AD59B6AF1826C7F /* PBXTargetDependency */, + 0C02D775E44261741D7BDC109671FD7C /* PBXTargetDependency */, + 60CAD4BA2399E497F967D4E91F305718 /* PBXTargetDependency */, + F2CB13562B83FF9F517C31F8B840C6A1 /* PBXTargetDependency */, + FCB45EB150B345816E9582B6763A0973 /* PBXTargetDependency */, + CEF931F65C09FEC7F64D499FA348E96B /* PBXTargetDependency */, + 14206893DCFE74CC078B6279CE1D1AF8 /* PBXTargetDependency */, + 9F4718D67CEFCDB85C125C93BCB76AAE /* PBXTargetDependency */, + 08FB3629A5AFC121F00E43F97877018B /* PBXTargetDependency */, + 3C162F315C46A04DE32E2CCA9BE4258B /* PBXTargetDependency */, + 11D4042707FCAB4DBF1C39FF492A89ED /* PBXTargetDependency */, + FAD1528F3B0E3510FB8C37A10376810D /* PBXTargetDependency */, + 897FF47E4D63FCF1BFC55F7C8EDD2628 /* PBXTargetDependency */, + 533E4C0719364541E347CE778F8F8F9E /* PBXTargetDependency */, + 8E629D5C80FF34E0D532DA6075F3A6FA /* PBXTargetDependency */, + BACC0E92A6D13186F9A59509F3E2CE1E /* PBXTargetDependency */, + E0033BDC9A6E4A42F0F19F1E5F22010B /* PBXTargetDependency */, + 4AD714775CF4A139A0409074682DD3C3 /* PBXTargetDependency */, + 3E7D478E68B58EA53B7B837DBB7EA5FF /* PBXTargetDependency */, + 768267AB1E7FD9F0B12CC487DBED2D41 /* PBXTargetDependency */, + 16F228AB00909FD34AF0FDA1217C414E /* PBXTargetDependency */, + C72E80061C6F263D1A226F35B02802B5 /* PBXTargetDependency */, + 40399E6FF97F28EAF6C691D37E9C1D27 /* PBXTargetDependency */, + 308963705F920AD5A53EBC7BE7B5D9EB /* PBXTargetDependency */, + 263483A7C35591AF51AD5718D16EF7E3 /* PBXTargetDependency */, + 76AB451B46AAB6455545054554D3B6E5 /* PBXTargetDependency */, + 59D4EF97841BD620C46990927C1B433D /* PBXTargetDependency */, + 5F569D946566BCF4392CC8E0F6419F7A /* PBXTargetDependency */, + 4EDF4E8D4DFDEEEF9C1ED9CC4E584ADF /* PBXTargetDependency */, + 32B5754BB39B2D363081EF3B12144E41 /* PBXTargetDependency */, + 91CB0963BD359892522FD65AF6A8F174 /* PBXTargetDependency */, + A4D6BD2FB8C87E0D2A5A8F879D0993B0 /* PBXTargetDependency */, + 49AAC038C4A6C3814C6940B9ED352466 /* PBXTargetDependency */, + 20984EAD6BACB7D8A143762BEF47027B /* PBXTargetDependency */, + 4DBFDA383D749B7DE2A1E4D37E60F253 /* PBXTargetDependency */, + 3A706B2897E9562877797AA4305F9D2B /* PBXTargetDependency */, + 53390C8086BA4B4CC608542005708046 /* PBXTargetDependency */, + 81B0B241CA4E96849388C5955FDB1B7C /* PBXTargetDependency */, + 2FF67F9DE6E25D91ABFA25A30E9F1ABF /* PBXTargetDependency */, + 02863AAE1FF2E5EF10BBA4FEA72B44DE /* PBXTargetDependency */, + 38BB1F79049362B025FF21E1B334B603 /* PBXTargetDependency */, + F06EA4D6C2D8F09F3CC44AC28D9BBB94 /* PBXTargetDependency */, + 797E0023101142523D811533CD2F95BD /* PBXTargetDependency */, + E7F15D87FC3CEBE18A09C83781BE32A0 /* PBXTargetDependency */, + 612D53BF5FBDCA5955213DE38FDB4964 /* PBXTargetDependency */, + EA0F45AF907E1E05289F49C617230D1B /* PBXTargetDependency */, ); name = "Pods-QXLive"; productName = Pods_QXLive; @@ -15693,12 +16148,12 @@ }; 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */ = { isa = PBXNativeTarget; - buildConfigurationList = D7A94BF3EF8D203CD6E91D9EADB8254A /* Build configuration list for PBXNativeTarget "Zip" */; + buildConfigurationList = 7AAFDEDDEC6DE8FD9FB7C6CF587CDBF4 /* Build configuration list for PBXNativeTarget "Zip" */; buildPhases = ( - 76EE0091A7125F97105F07E1F3864E4D /* Headers */, - 77757D373A136FAE980FBD446A10DDD8 /* Sources */, - 4522EBD73B19EACE720010DBD43F22D3 /* Frameworks */, - CB01FFB0114FCA992B4FB19F431AD8FC /* Resources */, + 3B52614D07821F47A2937154BA775744 /* Headers */, + 27072849AEB1CEF7ADC25DC9CEBAF90F /* Sources */, + C390CEFB353EB3795C9437D5F189258F /* Frameworks */, + 793E9BDD6F5D762482BD9AFB4E7595B0 /* Resources */, ); buildRules = ( ); @@ -15711,11 +16166,11 @@ }; 331902F14E62290AA86FB37CAAC6ABB0 /* Protobuf-Protobuf_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = C7E4C70A91DE2E6E5D04BD1AD35978EB /* Build configuration list for PBXNativeTarget "Protobuf-Protobuf_Privacy" */; + buildConfigurationList = 5A4A021952E97E65DD62867E5FF5D34A /* Build configuration list for PBXNativeTarget "Protobuf-Protobuf_Privacy" */; buildPhases = ( - DEF5AB2A9A0376BE03937CA56C52D6A7 /* Sources */, - 3B6B9C4C04114CBC65E4DE16B729DB42 /* Frameworks */, - C09B783FCEB00A3079D959E43A61706A /* Resources */, + 95975BFD6091CAB86571BCECE6D457CE /* Sources */, + CE3BC4A291B998B520FCD439465D3B7E /* Frameworks */, + 0C1FD2312F96A72B481BBF86643393AC /* Resources */, ); buildRules = ( ); @@ -15728,17 +16183,17 @@ }; 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = F12EBC2DDCF87286028B3B288F993E7C /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = 96FD153D50039EA3A95EA77696921C97 /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 25BCC322F3D542BB1CB19B944874824C /* Headers */, - 19CDFCAAAFB03AFC0E824AAE4E555A8C /* Sources */, - A8BFDB24638B750DBD2FDE82BB376B99 /* Frameworks */, - 168E1F2F2A87901C9DD07C3E3B759F41 /* Resources */, + FD6F42D18B045E16D1D06484ED173315 /* Headers */, + C6284498C5D320D8F51C2313E651828F /* Sources */, + E04FD801130EE1941D87B8CBB8C6234F /* Frameworks */, + 7A542588A023EC1EB2194AFEEF86A795 /* Resources */, ); buildRules = ( ); dependencies = ( - F6E08EA412EB058D2B0BDB2269909ACC /* PBXTargetDependency */, + AA422B0E0794E685C1315DAA386E4847 /* PBXTargetDependency */, ); name = SDWebImage; productName = SDWebImage; @@ -15793,9 +16248,9 @@ buildRules = ( ); dependencies = ( - 6F472662982CDA59B51CC7208EBD9775 /* PBXTargetDependency */, - F911C729D1A695931311F73AD23C50B4 /* PBXTargetDependency */, - A22B62056AAD32F9F7BCCE4FAA82C5EB /* PBXTargetDependency */, + CEF526274651C6587AB72B940F846B27 /* PBXTargetDependency */, + 1C4C8B1EC6410DBD45B7254E6166D318 /* PBXTargetDependency */, + 65A2EB87D61B3861EAC5E31A9DB02BB6 /* PBXTargetDependency */, ); name = AgoraLyricsScore; productName = AgoraLyricsScore; @@ -15814,11 +16269,11 @@ buildRules = ( ); dependencies = ( - 72EC8C4D21A0705F5DB6608B067A7413 /* PBXTargetDependency */, - 3290591300D54016E8CCEEB58ADB7EDF /* PBXTargetDependency */, - F9C14FA16D996314C95D812A34277E2A /* PBXTargetDependency */, - 568B01F974AAED1C442404B58FC6EFB7 /* PBXTargetDependency */, - 895AC6C6B982BD094C53C1EDD2057B3F /* PBXTargetDependency */, + 0340BF9F0DA5271D4F5B0C62FF3D8926 /* PBXTargetDependency */, + CEDD8C3B80BDF1294476AA6BA4EE072F /* PBXTargetDependency */, + 24E27955840BAAF735CB79F7F23921E4 /* PBXTargetDependency */, + C4BEF844DFC7EAC003D67E53A84726F5 /* PBXTargetDependency */, + E01BDB2B3A4E71C6FD4DE8552C039B3E /* PBXTargetDependency */, ); name = TIMCommon; productName = TIMCommon; @@ -15837,7 +16292,7 @@ buildRules = ( ); dependencies = ( - 43FE0F4365B77BAD88F33593A5078848 /* PBXTargetDependency */, + 0B3A9F2C8E8354DEAFB3B42948AA8C5C /* PBXTargetDependency */, ); name = Protobuf; productName = Protobuf; @@ -15846,12 +16301,12 @@ }; 47D2E85A78C25869BB13521D8561A638 /* libwebp */ = { isa = PBXNativeTarget; - buildConfigurationList = 4ECC2EFF5CE027825A2F0F52FCF77F95 /* Build configuration list for PBXNativeTarget "libwebp" */; + buildConfigurationList = B8A252A7026F63376C0052EB5130BC5D /* Build configuration list for PBXNativeTarget "libwebp" */; buildPhases = ( - AA1B99AE653AA18EE66D457586982400 /* Headers */, - 073BAE456090396408CDDF56974C2988 /* Sources */, - 5F23E861BB1A89BC7BFE86250DB3ECC3 /* Frameworks */, - 859F44C5FD4DCA2163CCE913C246128C /* Resources */, + 87A5DF0F7AA02549EBBAAD6D05829217 /* Headers */, + B7AEF42CEE9A7C9BFAD7ECAB52DFD154 /* Sources */, + B6E889219687343C8DD728FC38E71491 /* Frameworks */, + 93F021B929CCB7E31156DEFCB8E4FDAA /* Resources */, ); buildRules = ( ); @@ -15874,73 +16329,95 @@ buildRules = ( ); dependencies = ( - AE609A82E972F90891FEC05C429FC496 /* PBXTargetDependency */, - 2031EF710D6ED7E851FDC6A5E7D5CD93 /* PBXTargetDependency */, + CA798098A51525AF52926857E80DEEEC /* PBXTargetDependency */, + 3AEC9D2174B3301B5988420CD1938D3E /* PBXTargetDependency */, ); name = YYWebImage; productName = YYWebImage; productReference = 4FC1978206616CE319648B302B05AA8A /* YYWebImage */; productType = "com.apple.product-type.framework"; }; - 4AAE1BEBA99B4F05AAA71842C4FD1A10 /* Pods-QXLiveDev */ = { + 4A8E8992707D01510894596DB9BCCA00 /* FLAnimatedImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 865DB28E3ABEBE57251B86BE71EE7F0D /* Build configuration list for PBXNativeTarget "Pods-QXLiveDev" */; + buildConfigurationList = F06E4A04DE8430EB36B85704972503A5 /* Build configuration list for PBXNativeTarget "FLAnimatedImage" */; buildPhases = ( - 1D4552AFF20E5451177451448BD94755 /* Headers */, - 28A36354F1D8CAE31502D822EAF861F3 /* Sources */, - 2161306FDDF6705CF027F67DB548A451 /* Frameworks */, - 44860628692201993878CBC3AE5E69CD /* Resources */, + 80AAB619EDBB0EBDBBC84368EED44AA3 /* Headers */, + FCCB6EDD1337F2C5115636BA7E258EDF /* Sources */, + D267C6F8AD649543C397BCAAADB7F148 /* Frameworks */, + 9EF83CC96C715675FF7A15F96027E83F /* Resources */, ); buildRules = ( ); dependencies = ( - 0F0FE0E91BDBFD84B9FB2695ED121D34 /* PBXTargetDependency */, - 07A4310B8A1771145C9B4DBC638E545C /* PBXTargetDependency */, - E75BD8CE4713E3D3415C7BF74B136DD4 /* PBXTargetDependency */, - 0F5515890E62FD8972FBFB8CCEE5B0CA /* PBXTargetDependency */, - EFDF87F92966C3B65874FC9D9C57E25C /* PBXTargetDependency */, - 85A427292BEBC99F83BF986EBD657A77 /* PBXTargetDependency */, - AA4F5CEC77C1B56F575BB051F5A15C87 /* PBXTargetDependency */, - 83F1893D230849AF9C307E9CC41D0FBF /* PBXTargetDependency */, - 281C932CBC28A9B910DF273D01E89F35 /* PBXTargetDependency */, - BE8EEA9F02FEBC3CD7286C6B076F7239 /* PBXTargetDependency */, - 19E72E972FCA9EAF607D1019BCF18611 /* PBXTargetDependency */, - 6E13005FFAFC2D4B901B8E01ECB92D5E /* PBXTargetDependency */, - 27F23B13B86E99BE8BE9DF4A364F9369 /* PBXTargetDependency */, - DC5326A15B348F14D2F4DF6E7A4CB513 /* PBXTargetDependency */, - F360729E83AFD49880E3C195EC349655 /* PBXTargetDependency */, - 034925E304C6C07A743186D7AD109962 /* PBXTargetDependency */, - 5C66869334AA1F8FB805CFACD8CCDBEC /* PBXTargetDependency */, - 027A3930BD1AEE9645BE2BB9B22AB21C /* PBXTargetDependency */, - FC9D73AF163198C6AEF3E6088608B833 /* PBXTargetDependency */, - 5518AD7FF2908F6B4F468544B8AAA6B0 /* PBXTargetDependency */, - 8DF96A1B0F7412C8879516D103F3E439 /* PBXTargetDependency */, - 5FD8254F6D846908EFCCE42207E554CC /* PBXTargetDependency */, - 2ECA6FA829B3F580BE7E3C22CB80D093 /* PBXTargetDependency */, - 291F27889AD2EBB1F6A1D55ECA8C9289 /* PBXTargetDependency */, - E2C8D7C257776C86B27EDE2A90A1EB31 /* PBXTargetDependency */, - 4D3B2053DBC41F1D06837CCB0A009136 /* PBXTargetDependency */, - 233148E759A475193A641E82B14D91E9 /* PBXTargetDependency */, - 7E4A5A47EE0061D6199FC35BA9780F47 /* PBXTargetDependency */, - B49EFF3266CBE65FABF0D659F19A9FAB /* PBXTargetDependency */, - C448B7B706D24EE1E7900D826B058BFD /* PBXTargetDependency */, - 8C78BD59EF9ED450FB5163448335C001 /* PBXTargetDependency */, - AAE86F5A624AEDF242FACE275672E717 /* PBXTargetDependency */, - FEB1107B92EF1A5AF2C3DCF7D271B335 /* PBXTargetDependency */, - 7CD62DC58511188F955195A18959B84C /* PBXTargetDependency */, - A2D99EB2EFD20837F6C2055DB2B669DC /* PBXTargetDependency */, - CD7EA43F13F6AC4C32695101DE963AAD /* PBXTargetDependency */, - 5CC7093351DA6D7445112C094EA251C3 /* PBXTargetDependency */, - D3524B9FB35B4CBD08F93E36FD07BD08 /* PBXTargetDependency */, - 7F9887B0799482107B31D33EE751743E /* PBXTargetDependency */, - DAFE8BD73D259D9B06DEDCE36AB1BBBC /* PBXTargetDependency */, - B125397A2465FC702DE4CD68AFBA60B7 /* PBXTargetDependency */, - 8F64DD0C0060BCA30CA76D2F360C2566 /* PBXTargetDependency */, - ED6E20575779E51ECD4362EAB0C9ABFE /* PBXTargetDependency */, - 4A65B842F1B4A217C185E08D0BD43542 /* PBXTargetDependency */, - 762F859D6A487CCABC6D0C980240CA29 /* PBXTargetDependency */, - D1A3342385DBAB8316F8C8934D25EAD2 /* PBXTargetDependency */, - 1CA1CD96CB04E785AF0201739A62A4DA /* PBXTargetDependency */, + ); + name = FLAnimatedImage; + productName = FLAnimatedImage; + productReference = FAA5F2D71B90788C908800A94534AA92 /* FLAnimatedImage */; + productType = "com.apple.product-type.framework"; + }; + 4AAE1BEBA99B4F05AAA71842C4FD1A10 /* Pods-QXLiveDev */ = { + isa = PBXNativeTarget; + buildConfigurationList = 32C0406899246E9ED0634B30E48DBB61 /* Build configuration list for PBXNativeTarget "Pods-QXLiveDev" */; + buildPhases = ( + 29982522E81CBD5EBCFCDAB35B53B67B /* Headers */, + A3FE3D895FB3417624F82C2E43942DB2 /* Sources */, + 1F78CB03E24BF94BD69E8B7B4905D191 /* Frameworks */, + 304C53809A49AA5ED04D45E2D6F5F8AC /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 37AB0DC6E2624CD457B11506CBF2CC14 /* PBXTargetDependency */, + A486653EFA9A715E6B7EEDF109362F6D /* PBXTargetDependency */, + 7DC8AAF468B5D3A4B1ADD7B181F35DD7 /* PBXTargetDependency */, + A15DEC66434D00E334C8FA81104AF6FE /* PBXTargetDependency */, + B7291801FCB620E6E3FE382CD3C18865 /* PBXTargetDependency */, + 1314B8EFAB0CB48602C00530E1B1FEA2 /* PBXTargetDependency */, + 858304F4C5E31908AC8AB0031AA64579 /* PBXTargetDependency */, + 2A10CC33F5045AC5703FE3BC936B542F /* PBXTargetDependency */, + 8E88B037A6581D31404E747F3A44CC60 /* PBXTargetDependency */, + A76342EF8DF00DD825CE74B6FACF2774 /* PBXTargetDependency */, + 64147F582F370985B5F44ADAC2A9C8F0 /* PBXTargetDependency */, + 63EA185154B33CC4D458D8DE09EDD3B9 /* PBXTargetDependency */, + 42E4860D314B79F8960B4C1A5070C103 /* PBXTargetDependency */, + AC66ED7604748766CC936F23CFB29A40 /* PBXTargetDependency */, + 58609A8679374942C7B464338470E2FA /* PBXTargetDependency */, + 77B321D1B03BB501EB430B316FB28961 /* PBXTargetDependency */, + F6842CF93253CF2E561846E400CFA57A /* PBXTargetDependency */, + 0E30339B69D3302EC1E55AE395207796 /* PBXTargetDependency */, + 2C1DBA6A759990DCFB1F6053EC94C8AC /* PBXTargetDependency */, + 2D6D0241F1E462DD2C7BEBB7FB1B1879 /* PBXTargetDependency */, + 46C18E88D8C8454FFF376907DDA17C66 /* PBXTargetDependency */, + 7B9573380095600010F6EC189595FAB2 /* PBXTargetDependency */, + A251256FAB5A111A29DEFC27966AA1CD /* PBXTargetDependency */, + AE3E3D3E83B6BE63A12E41E94198CC1E /* PBXTargetDependency */, + E7212CFDC6B487D147E6EBB1AB3AD5AE /* PBXTargetDependency */, + FF1E7F029EECC0F73F2DE2BF0DF1F261 /* PBXTargetDependency */, + B657CC65C2EE9B61C65588F57891362C /* PBXTargetDependency */, + 3CCEFDE16BE99058A2690B19B4C40A1C /* PBXTargetDependency */, + 8F462D533C460AF1D89817206988B578 /* PBXTargetDependency */, + FE96203EC22EE1FE5DEA6BD23D3B24A0 /* PBXTargetDependency */, + 1C373907E7EEAFBDCDDFC2E70676FA7C /* PBXTargetDependency */, + 1D8DB8ABBDD800AC89A1142135C5F20D /* PBXTargetDependency */, + 9418D692BB5F2A6E9646A5E1C3DCDAD2 /* PBXTargetDependency */, + B8F1CC74FB03BE8A2F5751157B606DE0 /* PBXTargetDependency */, + 7FA8CE376D7530D59B8A97CDA3527479 /* PBXTargetDependency */, + 5A1B41DAEACEF5EFAB8DAA95F450D293 /* PBXTargetDependency */, + B91FBEA373D74B17AD72A5F4624C4014 /* PBXTargetDependency */, + 0550206ED88228D32E9A87816F91AD5E /* PBXTargetDependency */, + D99ADE4B332F550AA88040C8F77E6B15 /* PBXTargetDependency */, + 528E0601D2B72F04890DA89DB6F41F2F /* PBXTargetDependency */, + 8CBACF764669B26B4C75A3BB7D985325 /* PBXTargetDependency */, + 7D7C1D4E135BF2654FAB59B00190A573 /* PBXTargetDependency */, + 4DA9166E8F4AB1C8812A8DC0FE0CA932 /* PBXTargetDependency */, + CD252340720B0266329FF32778B16D9C /* PBXTargetDependency */, + 631AD0AA432E91296A8DD27DCE01CB6B /* PBXTargetDependency */, + E7FB5EAA60C8B1649853DDF0E8D5BA7E /* PBXTargetDependency */, + FEB686C874B002B964A915F8FC4FA8D5 /* PBXTargetDependency */, + 771557497D5C6FE739859E7FE4E852A2 /* PBXTargetDependency */, + FBB6CDCD699077F0DDBEB7CF5DAC03D4 /* PBXTargetDependency */, + 154829CD335699AFCA02F64B6E1D654E /* PBXTargetDependency */, + 2C1547CD8038493D892039D50EC455F0 /* PBXTargetDependency */, ); name = "Pods-QXLiveDev"; productName = Pods_QXLiveDev; @@ -15965,6 +16442,25 @@ productReference = 1716B5FBCF0DF55C120AC52CFC22452D /* YYCategories */; productType = "com.apple.product-type.framework"; }; + 4EE958CD28D774381C5FB4F1281C4A49 /* XHLaunchAd */ = { + isa = PBXNativeTarget; + buildConfigurationList = DB42851E58183D1C73C585FFFF7BA55F /* Build configuration list for PBXNativeTarget "XHLaunchAd" */; + buildPhases = ( + A39F78BCC76845C414EA5A5DAD648EF7 /* Headers */, + 8DACE7E6BDDC25AE1F4E2BD3E83E47E8 /* Sources */, + 1AC9D8F950A49BCC9BC2BEC27F9D8630 /* Frameworks */, + 6D5398CF2E4FA2E15328A28319ECB433 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 7385AC26D2A3F79E8D488F08DB8A6899 /* PBXTargetDependency */, + ); + name = XHLaunchAd; + productName = XHLaunchAd; + productReference = 6FDBC42DC77E971151CD0142DFAF6E69 /* XHLaunchAd */; + productType = "com.apple.product-type.framework"; + }; 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */ = { isa = PBXNativeTarget; buildConfigurationList = AAA1F8799DB68036C3BE983C05FAA2C7 /* Build configuration list for PBXNativeTarget "Masonry" */; @@ -15995,7 +16491,7 @@ buildRules = ( ); dependencies = ( - B32A652E0054AD76BE195251A6677D76 /* PBXTargetDependency */, + 449F97C89641251C18D080E53088044C /* PBXTargetDependency */, ); name = LLDebugTool; productName = LLDebugTool; @@ -16004,11 +16500,11 @@ }; 5D11A19D6943394EC1DDAB15A39FB827 /* AliyunOSSiOS-AliyunOSSiOS_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 53A43A1CF2266B94FBF551915C989BF9 /* Build configuration list for PBXNativeTarget "AliyunOSSiOS-AliyunOSSiOS_Privacy" */; + buildConfigurationList = 36554F84CF2CC8A9D65FB0F56ABEEA7B /* Build configuration list for PBXNativeTarget "AliyunOSSiOS-AliyunOSSiOS_Privacy" */; buildPhases = ( - 4523A24A2D323575CE871CCE31BF6695 /* Sources */, - 1419AE2A06E5901877A78D429CCBA2F3 /* Frameworks */, - E82C27A2E08C8630CEC802A226E34B5C /* Resources */, + 82CB18BCD0593465E06DCC44BB676064 /* Sources */, + 29ABCB759F7A2CA08294BD6E86BD1619 /* Frameworks */, + D06EC5E9E2EB8B0471B87C79F4692361 /* Resources */, ); buildRules = ( ); @@ -16031,7 +16527,7 @@ buildRules = ( ); dependencies = ( - F61C086109946FEF4B88BE4ED06757D9 /* PBXTargetDependency */, + 19910756619AC048C5A8FC0970585834 /* PBXTargetDependency */, ); name = MJRefresh; productName = MJRefresh; @@ -16068,10 +16564,10 @@ buildRules = ( ); dependencies = ( - 7F65D68BEE64710492CCA094B0EB3848 /* PBXTargetDependency */, - F3DDEC9D5D1016E0E08F60308529C1DA /* PBXTargetDependency */, - 27C521656956B8DB083764292CF05E5B /* PBXTargetDependency */, - 1F35DA16C9ADCE31FC920B3DCE01F01A /* PBXTargetDependency */, + CA1C91302CFF5BE1F560BC88F6DB342E /* PBXTargetDependency */, + 0DD405CAC912EFC7DD5D4B69FB5C3F56 /* PBXTargetDependency */, + 85055700B2329296051694F6F0B66FB9 /* PBXTargetDependency */, + 3A2F0D6AE2065AE93570D95EAC1CB1A6 /* PBXTargetDependency */, ); name = TUIConversation; productName = TUIConversation; @@ -16080,12 +16576,12 @@ }; 822E44240F2922DAB12018A6B649BD19 /* YYImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 46D5810AE045F867DFD825B54048DFFE /* Build configuration list for PBXNativeTarget "YYImage" */; + buildConfigurationList = 3C602CD2DCC357BECA2E943DAAF2E9CE /* Build configuration list for PBXNativeTarget "YYImage" */; buildPhases = ( - E831767D742ACA31C60A40E72B22223C /* Headers */, - 00ABBA19B76F8AB8D76ED0CAEF33E7D0 /* Sources */, - F5ED9A87D1BC8805B58C7D8BB2F5B83D /* Frameworks */, - 995E18D1318DDFAB10D4BEC358853D08 /* Resources */, + 6C4BC9524B71A1DBCBC39BA31E55540C /* Headers */, + 8C2E77247E2D99FEE08C2A3198FCD77F /* Sources */, + EE94806AB4CB1D6288933FA6B4F8386A /* Frameworks */, + 370999CB97B5F3C1758FF4026A0BF9D8 /* Resources */, ); buildRules = ( ); @@ -16144,7 +16640,7 @@ buildRules = ( ); dependencies = ( - 2756536FB5CD3334C7792804B489BB36 /* PBXTargetDependency */, + 150492B096EBECEBC41B30E3F5879734 /* PBXTargetDependency */, ); name = FMDB; productName = FMDB; @@ -16163,7 +16659,7 @@ buildRules = ( ); dependencies = ( - 55D40E065CF188A66C74C69B692D25DD /* PBXTargetDependency */, + DF00B4821692AE927E411D8D486F5765 /* PBXTargetDependency */, ); name = JXCategoryView; productName = JXCategoryView; @@ -16172,11 +16668,11 @@ }; 8F36C5664BEF7888A4F179030A11C598 /* TUICore-TUICore_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 1435D66241B4C70B47B283D1DF8FE705 /* Build configuration list for PBXNativeTarget "TUICore-TUICore_Privacy" */; + buildConfigurationList = DD49C09F5CC7F70CBAF257CE9F4FB819 /* Build configuration list for PBXNativeTarget "TUICore-TUICore_Privacy" */; buildPhases = ( - 9D893A59E4B307AD20A893F55587505C /* Sources */, - 80C99AC4E4B2851FD010B500C943892A /* Frameworks */, - FE95518B93910A0DD2460DC8079AA5B1 /* Resources */, + 97E1E5A1BAA596603B7100E07047AE35 /* Sources */, + 5D50D8545FCE7AA2237FE05F84528A80 /* Frameworks */, + EBF272B56E92D96000B6A87CE2626187 /* Resources */, ); buildRules = ( ); @@ -16189,11 +16685,11 @@ }; 941104F296513E17138328984384286C /* BRPickerView-BRPickerView.Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 0ACC4CBD875FE111DB5D540AB979459E /* Build configuration list for PBXNativeTarget "BRPickerView-BRPickerView.Privacy" */; + buildConfigurationList = 8EF854621C177F3EE068DEC405DBCD80 /* Build configuration list for PBXNativeTarget "BRPickerView-BRPickerView.Privacy" */; buildPhases = ( - D88C9449EC99AAACE085BF56C16A0E08 /* Sources */, - 3595B53316C1B09B01B6BF4EA8B1A69E /* Frameworks */, - A47AF59914FFC83B60B9D54FD2F176E6 /* Resources */, + 514678924051A88B3B6D21B525712814 /* Sources */, + 62EC675E4110AB1E89EBFE16DF0812EF /* Frameworks */, + C745ED5B00319EBA7ADC3CDE90D19843 /* Resources */, ); buildRules = ( ); @@ -16206,11 +16702,11 @@ }; 94CFBA7D633ECA58DF85C327B035E6A3 /* SDWebImage-SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = D34A9C203E9D0E936BDC93BFF22A4CC8 /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */; + buildConfigurationList = D327C23BBD7B750D03847F4C32EC4601 /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */; buildPhases = ( - 0D4FE37554C5D3677C048557E7EE6A06 /* Sources */, - F756B3E958081B27744890A0A3D616D5 /* Frameworks */, - 5515D834C70A4741CEBEF3932EB06DA0 /* Resources */, + B7627DBCFB8EFCDCA61C70E8D274A7CF /* Sources */, + B49601DB61987C489B1E1F84419241F6 /* Frameworks */, + BFFE36A26AD844F9D387C7DAD4753AE6 /* Resources */, ); buildRules = ( ); @@ -16223,11 +16719,11 @@ }; 973B9A51B49701F13767694DCAF5C37D /* FMDB-FMDB_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 7305028F209B88CD2AF1778B74BCD712 /* Build configuration list for PBXNativeTarget "FMDB-FMDB_Privacy" */; + buildConfigurationList = 4BE17F5F1FF7A614EEDEA404D30FCB34 /* Build configuration list for PBXNativeTarget "FMDB-FMDB_Privacy" */; buildPhases = ( - E8B1EC931101F40264286428AFA438D7 /* Sources */, - A2772F16ECAE7BF4187D7983988B3441 /* Frameworks */, - 4AC00B4B87239E8412091927A52CEBC5 /* Resources */, + 330E3277BE1561CF7D0F23818A70CF4E /* Sources */, + E35CBFB3178A6E8A7E5DF3AF142867BF /* Frameworks */, + B4DB3B8F605BF7425CA1AF2A6792FBCF /* Resources */, ); buildRules = ( ); @@ -16240,11 +16736,11 @@ }; A3672D206FD781B76503C6F6C0C8191A /* TIMPush-TIMPush_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = BECA9F4651D85D5F078363669F205EBD /* Build configuration list for PBXNativeTarget "TIMPush-TIMPush_Privacy" */; + buildConfigurationList = 58B85E9DF8DB5076638F5C545C1DF340 /* Build configuration list for PBXNativeTarget "TIMPush-TIMPush_Privacy" */; buildPhases = ( - 1969BF3DE69F4EF499104FEB18EA081B /* Sources */, - 4AF1303DCE8042DCD606B45AD5EB4A07 /* Frameworks */, - 0014CCD09E7C525C8B62AA6D8EF54C50 /* Resources */, + 802F608BD51D420BDAFC4926ADF4097A /* Sources */, + D97FFEAB8CFF48E0D40F348E7FD81B85 /* Frameworks */, + E821F3240326EA73225E8AF408B883F8 /* Resources */, ); buildRules = ( ); @@ -16275,11 +16771,11 @@ }; A9A94B2F47199AE29CDF9CF13F4D95CF /* TIMCommon-TIMCommon_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 0FC4B30358FC62A913FCE57F62D89FCC /* Build configuration list for PBXNativeTarget "TIMCommon-TIMCommon_Privacy" */; + buildConfigurationList = FDBA18B90FE881B37E1F967D6AE3A23C /* Build configuration list for PBXNativeTarget "TIMCommon-TIMCommon_Privacy" */; buildPhases = ( - DCBC47A6BA03FC4F34C79F9B025B6EEA /* Sources */, - 6B558927A838FE8F7649B25E2E996CF3 /* Frameworks */, - 4BBF3F6F33F700AB80F9DCBDF22D3F46 /* Resources */, + 45AC17EB853DA74ADC38BB3F28299EDC /* Sources */, + 8E4947DF6C6D191DCC891BB39A2FE433 /* Frameworks */, + 270E55A74CF3A74E2FB6A4197826EF46 /* Resources */, ); buildRules = ( ); @@ -16302,7 +16798,7 @@ buildRules = ( ); dependencies = ( - F6C50F6A681C1998883B324282CDB953 /* PBXTargetDependency */, + E1FA0BCE0F65C09B239604A4197A7591 /* PBXTargetDependency */, ); name = QCloudCOSXML; productName = QCloudCOSXML; @@ -16311,11 +16807,11 @@ }; B26054DF1DEA11585A231AF6D1D80D5E /* MJRefresh-MJRefresh.Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 8B2BE83201E0B4503EBF87CF1902468D /* Build configuration list for PBXNativeTarget "MJRefresh-MJRefresh.Privacy" */; + buildConfigurationList = 67B29788CD9001C82AB773D946DA77E2 /* Build configuration list for PBXNativeTarget "MJRefresh-MJRefresh.Privacy" */; buildPhases = ( - AB87F6D45D550292DFDB6E8CE46F9F0A /* Sources */, - DDA6E1FF129F94F61CFCA9D21E4BADE7 /* Frameworks */, - 77905F3FFB46A67262C41FE2631E4FF9 /* Resources */, + 9D758A83F89E232761BC47A04E19FFDC /* Sources */, + 44FAED7CEFD587E6ECB72A85DCD71248 /* Frameworks */, + 29C0D931C9036598EF1F7859435E53BC /* Resources */, ); buildRules = ( ); @@ -16338,8 +16834,8 @@ buildRules = ( ); dependencies = ( - 806E61D09977FE9B01DBF600B680E656 /* PBXTargetDependency */, - C209FB4656F4881E77CE617AAA98610D /* PBXTargetDependency */, + BA38729DB4D64E993535997D496034E7 /* PBXTargetDependency */, + 22F3D47D00ABED2E7B76D0641800C401 /* PBXTargetDependency */, ); name = YBImageBrowser; productName = YBImageBrowser; @@ -16358,7 +16854,7 @@ buildRules = ( ); dependencies = ( - 5622A87ACF5AFFAB16F84C663971A714 /* PBXTargetDependency */, + 011D23CF3500EFB6746590A7ABF37DEA /* PBXTargetDependency */, ); name = AliyunOSSiOS; productName = AliyunOSSiOS; @@ -16377,7 +16873,7 @@ buildRules = ( ); dependencies = ( - EB961BD51488140C87DE9CEA8B39ED95 /* PBXTargetDependency */, + 456A22479A241CE00A8895683F9D8481 /* PBXTargetDependency */, ); name = JXPagingView; productName = JXPagingView; @@ -16396,7 +16892,7 @@ buildRules = ( ); dependencies = ( - 0E19CF3AC0808844692A207C3C31467F /* PBXTargetDependency */, + B327A573F5186A12AFC22349927C2356 /* PBXTargetDependency */, ); name = SDCycleScrollView; productName = SDCycleScrollView; @@ -16433,7 +16929,7 @@ buildRules = ( ); dependencies = ( - C6A8014E8334B6A1D61A4EEDCE72D1C3 /* PBXTargetDependency */, + 569F0FC3448AA5EFD4DAA77F2FD4D1BF /* PBXTargetDependency */, ); name = BRPickerView; productName = BRPickerView; @@ -16442,12 +16938,12 @@ }; DBD31C8A3F2371ED732009637E95423D /* QCloudCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 16C4D9A5BDFC3489398ECE1489D509DE /* Build configuration list for PBXNativeTarget "QCloudCore" */; + buildConfigurationList = F807B4C99455A25C9003FF0476F27151 /* Build configuration list for PBXNativeTarget "QCloudCore" */; buildPhases = ( - A96E3EFB741E21F92D3B9C63A8E78914 /* Headers */, - 769591C34016F3C6CCA9DB2B51CE520A /* Sources */, - 41FEFFB7D7C215E94011815E60B01962 /* Frameworks */, - 6C12446D249BEEE58B54C61B50418DCA /* Resources */, + D29087D4E51704EEA59DECD7A09C6121 /* Headers */, + 05F5611AC91A3F6C3562E9B26BBA3484 /* Sources */, + 977A3D9317620B09F50821016838383D /* Frameworks */, + 84348F6D10C2D3F199FF0A898FBDA50D /* Resources */, ); buildRules = ( ); @@ -16460,11 +16956,11 @@ }; E79E29F55A2453370D27112480FCF6A2 /* JXCategoryView-JXCategoryView */ = { isa = PBXNativeTarget; - buildConfigurationList = 1A2B7E6ADA8D59E157B819D5BF3E3CFC /* Build configuration list for PBXNativeTarget "JXCategoryView-JXCategoryView" */; + buildConfigurationList = C78469F80D5279075C6D62542E6C241B /* Build configuration list for PBXNativeTarget "JXCategoryView-JXCategoryView" */; buildPhases = ( - F6517C7FFC11F75C107C98C414B0A8F0 /* Sources */, - 2A4777E313373DDD79751D6D345A4F1F /* Frameworks */, - 30BE62DE2A50A66775569C3CB7A540E2 /* Resources */, + 287EAE7F3A2DBDDB8796FBE0AAD8D526 /* Sources */, + 47EEAC4B4EDA8D310B3C0DC7D062632F /* Frameworks */, + 3FA62C22DC9382A4D0400A1D01E9C909 /* Resources */, ); buildRules = ( ); @@ -16477,19 +16973,19 @@ }; EB381B961261861E0643718E562995A8 /* TUICore */ = { isa = PBXNativeTarget; - buildConfigurationList = F4C1E56BBDE6C5934926CE4D56FFF4B8 /* Build configuration list for PBXNativeTarget "TUICore" */; + buildConfigurationList = 393FE833A6BFB4D0BED2AB2B680C090B /* Build configuration list for PBXNativeTarget "TUICore" */; buildPhases = ( - 365DA3D6EC706FDBFA762EC1A1DB721F /* Headers */, - 4DA435ED91ACA61165DB82F7428E3574 /* Sources */, - 4A694A7876403B83712D61D097343924 /* Frameworks */, - 30DC3D2E7877CA4E6F137BF386712E31 /* Resources */, + FFFE0AF8EEAC923CBDAB6E9F2DF5CAF9 /* Headers */, + A68F702E8C390A50C0DB0ED8D864ECDB /* Sources */, + 7265876E3178119F0B33B96F1CBA6A4A /* Frameworks */, + D325313DB84AA2131EB2B3C5F7A7FF77 /* Resources */, ); buildRules = ( ); dependencies = ( - 3F70F05AB39A74A56AEC76534759555C /* PBXTargetDependency */, - B0B5C96E3A15A83C8BE36F3774FB5B22 /* PBXTargetDependency */, - AD2FFF19A6632FD7DAFC6592D5DA674E /* PBXTargetDependency */, + E2F7DF77564DF744E680BDD27D2CDFAA /* PBXTargetDependency */, + 15B4335A95A1DF4D55A1263A7EDCA491 /* PBXTargetDependency */, + 9A414851927B9D096577ECB6759A1521 /* PBXTargetDependency */, ); name = TUICore; productName = TUICore; @@ -16508,21 +17004,39 @@ buildRules = ( ); dependencies = ( - 6AD5211C9A49370171B7596343FD1E05 /* PBXTargetDependency */, - D60BD3FD4A6CB1899F9361553BD81A20 /* PBXTargetDependency */, + 8C38BD87F6C592D086DFAB37893244CC /* PBXTargetDependency */, + AD3280D11BD32ED385D19AD8A125C131 /* PBXTargetDependency */, ); name = SVGAPlayer; productName = SVGAPlayer; productReference = 3079401082458950495F2DC04E71FC4E /* SVGAPlayer */; productType = "com.apple.product-type.framework"; }; + F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1CF7CA11A791652D6975B2EDE2FC6719 /* Build configuration list for PBXNativeTarget "DZNEmptyDataSet" */; + buildPhases = ( + 09EE4349480B078AFE00E65B49E502BF /* Headers */, + 06020C44A2C925372A030239192BBF6C /* Sources */, + E672724427269716049B769344D7C3DC /* Frameworks */, + FD378D1F5CAFCC3C5D44074788563A1C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = DZNEmptyDataSet; + productName = DZNEmptyDataSet; + productReference = 5DA4577FE3BC4A03751108FFED07B385 /* DZNEmptyDataSet */; + productType = "com.apple.product-type.framework"; + }; F56DFD738FAB4E4F07F2D2E962EA3946 /* TUIChat-TUIChat_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = C1598DD7C6A66E15E80AC67DBC829A49 /* Build configuration list for PBXNativeTarget "TUIChat-TUIChat_Privacy" */; + buildConfigurationList = F99797EEF895BA12D44E50D201EFB7F5 /* Build configuration list for PBXNativeTarget "TUIChat-TUIChat_Privacy" */; buildPhases = ( - 7FC129D0C1F5593192ED60E04CC98D43 /* Sources */, - 0BA811B245ECC2516B34388EE9360011 /* Frameworks */, - A29A9805A9F361D1D0340A34E9832C86 /* Resources */, + 824CF293A476658D15C4E94F3058C54A /* Sources */, + D211D55E819133AA966D77BF770313D7 /* Frameworks */, + EFD7468E55ADFF4A2BE6BF8AEDF241D2 /* Resources */, ); buildRules = ( ); @@ -16553,11 +17067,11 @@ }; F71BF3AB61E6444B3140F0A3A86B2910 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = 859C77699D4F206C2183A17E0EF58870 /* Build configuration list for PBXNativeTarget "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy" */; + buildConfigurationList = FED3FE69B249D41AA90CE92FF86F5570 /* Build configuration list for PBXNativeTarget "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy" */; buildPhases = ( - 162291A430ED00568C8529152FED9D3A /* Sources */, - EB594846AD3885B5587BF2BB0CD9787F /* Frameworks */, - 6442C34260252498711A85FADD61C97B /* Resources */, + C69318524DA11B8BA9236E9651EF6F8E /* Sources */, + BEB383AA3D1B914740CB1DDC5525CB2B /* Frameworks */, + D860A22256871B32E5251552ADDD6D7D /* Resources */, ); buildRules = ( ); @@ -16580,7 +17094,7 @@ buildRules = ( ); dependencies = ( - F855DCB2F08495A69487133AB25B5D61 /* PBXTargetDependency */, + 95A147737D18EE45A3583E93749A32D2 /* PBXTargetDependency */, ); name = IQKeyboardManager; productName = IQKeyboardManager; @@ -16589,11 +17103,11 @@ }; FBC036FDFE401149B1CD899239D81CFA /* TUIConversation-TUIConversation_Privacy */ = { isa = PBXNativeTarget; - buildConfigurationList = C2B304F373BDF2D993C52384F471DE2E /* Build configuration list for PBXNativeTarget "TUIConversation-TUIConversation_Privacy" */; + buildConfigurationList = 0AF2FAB94882D54EBE9D4C0B539FE53C /* Build configuration list for PBXNativeTarget "TUIConversation-TUIConversation_Privacy" */; buildPhases = ( - 4ED1CB6E8F44A93C3B3DEDA28776435E /* Sources */, - 992EADAC268742EFDB0DFA0115044F2E /* Frameworks */, - 049DCDCA15962001161750281372A3E1 /* Resources */, + FE7136930CC51906C4175B642F6A55F7 /* Sources */, + 6F8AF8F62A704C411F21804C8F01676F /* Frameworks */, + ED653895AB0D713CAB1341828414ADE7 /* Resources */, ); buildRules = ( ); @@ -16642,7 +17156,7 @@ mainGroup = CF1408CF629C7361332E53B88F7BD30C; minimizedProjectReferenceProxies = 0; preferredProjectObjectVersion = 77; - productRefGroup = 0941E2CBC62D38E691709EB01C70B8E6 /* Products */; + productRefGroup = 652C55491CE2BB3FA8DADE007CFD7AD6 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -16659,6 +17173,8 @@ D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */, 941104F296513E17138328984384286C /* BRPickerView-BRPickerView.Privacy */, 4A68CFD979D413A619DF631BB121D98F /* Bugly */, + F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */, + 4A8E8992707D01510894596DB9BCCA00 /* FLAnimatedImage */, 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */, 973B9A51B49701F13767694DCAF5C37D /* FMDB-FMDB_Privacy */, FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */, @@ -16688,6 +17204,7 @@ 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */, F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */, EF4EFD5BE77B99AACFB0B7ACE03D198F /* SVGAPlayer */, + 1C8D67D8B72D6BA42CCEDB648537A340 /* SVProgressHUD */, 5E1A429206107DAD9DA8C2C93A5BAFC5 /* TencentCloudHuiyanSDKFace_framework */, 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */, A9A94B2F47199AE29CDF9CF13F4D95CF /* TIMCommon-TIMCommon_Privacy */, @@ -16703,6 +17220,7 @@ F71BF3AB61E6444B3140F0A3A86B2910 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */, A96BBB982D62BB807B5BD10774BE2D07 /* TZImagePickerController */, 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */, + 4EE958CD28D774381C5FB4F1281C4A49 /* XHLaunchAd */, B97FC50FB8C4390DDCCA281E85E7AD84 /* YBImageBrowser */, CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */, 4CF4590C80DA0BCFB23334523B614709 /* YYCategories */, @@ -16716,22 +17234,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 0014CCD09E7C525C8B62AA6D8EF54C50 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 899D7129D6C4B97F1DAA000540A2AC3C /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 049DCDCA15962001161750281372A3E1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 227AF40520F47C730178C6B4767D80CF /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0A7E21C92D31ADB836F86D7666550B19 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -16739,6 +17241,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0C1FD2312F96A72B481BBF86643393AC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5A60D9063CF564849517AE3AEE2EBB04 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0E2897B68F4DC427CB098380C3AC47E6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -16759,11 +17269,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 168E1F2F2A87901C9DD07C3E3B759F41 /* Resources */ = { + 240039A2FB82D44B5CE5DB05D41F6BA9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - EF9DFC4A31BAC474A118F275D849A8E8 /* SDWebImage-SDWebImage in Resources */, + 89717EC07E6324D3405867E754AE9131 /* PrivacyInfo.xcprivacy in Resources */, + 7B0DD32902633C7FF95B5745D8322BC3 /* SVProgressHUD.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 270E55A74CF3A74E2FB6A4197826EF46 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 242803B20F60D74356D7EE93DDEEAFB7 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 271C78F2275738BB7B0BD818BC504697 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 29C0D931C9036598EF1F7859435E53BC /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0275A8FF7AFDC3BBEE7665FBBC82137D /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -16774,23 +17308,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 30BE62DE2A50A66775569C3CB7A540E2 /* Resources */ = { + 304C53809A49AA5ED04D45E2D6F5F8AC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 31890AFC64545DC6A61BCA0D13B978E9 /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 30DC3D2E7877CA4E6F137BF386712E31 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5A9448737A60657D405D228E6A3FEDCF /* TUICore.bundle in Resources */, - 79ECF8B86B505DB359090F0072E50CA1 /* TUICore-TUICore_Privacy in Resources */, - 8F5923A37DFFC0F720ED0BC21A6A0FD1 /* TUICoreTheme.bundle in Resources */, - D5FEBFCDCD7FB89ACC62E6295A44B57E /* TUICoreTheme_Minimalist.bundle in Resources */, - FAF3E653CB79FC887BC4307E0B59AC50 /* TUIKitLocalizable.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -16809,13 +17330,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 44860628692201993878CBC3AE5E69CD /* Resources */ = { + 370999CB97B5F3C1758FF4026A0BF9D8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; + 3FA62C22DC9382A4D0400A1D01E9C909 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EE3CF08E1F22DB27A08DFB18E642FDD1 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 45CD99C0EBB64E9C7BD20BD64890135D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -16837,22 +17366,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4AC00B4B87239E8412091927A52CEBC5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3CAE47C3170A956F0A625C82E7BAC5DA /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BBF3F6F33F700AB80F9DCBDF22D3F46 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C65C4A238E7E047F51DE2A10C770E565 /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 4E7474094427196753B162CC79DE4B1A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -16873,14 +17386,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5515D834C70A4741CEBEF3932EB06DA0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 45A419A1E8A72D7337CE05B749681B21 /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5BE4F336D76AF4DB107532EE50F425B7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -16904,19 +17409,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6442C34260252498711A85FADD61C97B /* Resources */ = { + 66E30646D442DBFA1A5EBAF5E6FC88FD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D2139D5563E202660CA855B04344D045 /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 653A63FC5F7E8EF71E2E0251806BD3B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 284F0367BCC5DC4B79A2F844AE736CC6 /* PrivacyInfo.xcprivacy in Resources */, + 26FCD1E5FBE3D9D77FECDAD02642E43D /* Media.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -16937,7 +17434,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6C12446D249BEEE58B54C61B50418DCA /* Resources */ = { + 6D5398CF2E4FA2E15328A28319ECB433 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -16959,11 +17456,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 77905F3FFB46A67262C41FE2631E4FF9 /* Resources */ = { + 793E9BDD6F5D762482BD9AFB4E7595B0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2AF03A6ED69ABEA11BC6C3235B2C7A46 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7A542588A023EC1EB2194AFEEF86A795 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5C1F2C494F6775FFD71C25FFDAE01378 /* SDWebImage-SDWebImage in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -16982,7 +17486,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 859F44C5FD4DCA2163CCE913C246128C /* Resources */ = { + 84348F6D10C2D3F199FF0A898FBDA50D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -17003,14 +17507,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 96B01BC6CC3262E509B53A4367558CF7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 995E18D1318DDFAB10D4BEC358853D08 /* Resources */ = { + 93F021B929CCB7E31156DEFCB8E4FDAA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -17024,19 +17521,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A29A9805A9F361D1D0340A34E9832C86 /* Resources */ = { + 9EB8A4C089FDA3D76C38BDD9CC02D2B2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - E0D98960156C4E881DCCA2EB78D1140F /* PrivacyInfo.xcprivacy in Resources */, + 77C3505A9A2E88E602E98B544422D9A5 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A47AF59914FFC83B60B9D54FD2F176E6 /* Resources */ = { + 9EF83CC96C715675FF7A15F96027E83F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A50D37FB316D9F8AC7CA949924792EC7 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4DB3B8F605BF7425CA1AF2A6792FBCF /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F4D1EC10B985D43E51E5965AC28392B9 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17047,18 +17551,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C09B783FCEB00A3079D959E43A61706A /* Resources */ = { + BFFE36A26AD844F9D387C7DAD4753AE6 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - E458329F778FEC8481E769BCB73813A3 /* PrivacyInfo.xcprivacy in Resources */, + B826C8F7B67AFA7C9D951A27F254F109 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CB01FFB0114FCA992B4FB19F431AD8FC /* Resources */ = { + C745ED5B00319EBA7ADC3CDE90D19843 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + E794C6F69AEE6887913E3EC133DB721F /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17069,6 +17574,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D06EC5E9E2EB8B0471B87C79F4692361 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 53BE0221E7A3203088D4AFFE6C9B374C /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D325313DB84AA2131EB2B3C5F7A7FF77 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B627F212025548FD898FE8FE39D8B45 /* TUICore.bundle in Resources */, + F2EEFE70A6A7E2AEDEF0713A9159A9B4 /* TUICore-TUICore_Privacy in Resources */, + A641DBB197994FBF55FAD34D1ACB14D5 /* TUICoreTheme.bundle in Resources */, + CC10ECEDE77F1DBF88FCCBD8A9457964 /* TUICoreTheme_Minimalist.bundle in Resources */, + D89C46AD8B54B0A38BB38DC279799750 /* TUIKitLocalizable.bundle in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D6BF70856976374C62C62EF42CD1B449 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -17077,6 +17602,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D860A22256871B32E5251552ADDD6D7D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CA310EFF55D5DB40E0EA800C42B41F3A /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; DB0E9987575D8D7A6FA399D828F1E6FD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -17084,6 +17617,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DD30309E0CC637D570D0A215DB3FD985 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A4FAD35E00EEB00A5D23DC340F8E2BD /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E664BDFE0B44D742638A43686ACB3008 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -17091,11 +17632,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E82C27A2E08C8630CEC802A226E34B5C /* Resources */ = { + E821F3240326EA73225E8AF408B883F8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0539344547B401F1BEBFE46D6B96B1DD /* PrivacyInfo.xcprivacy in Resources */, + 126F9FD0453187BE341F1B9AEDE57DC9 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EBF272B56E92D96000B6A87CE2626187 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7DF638EEE79564C1BC1962AAF2C1CD36 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17106,11 +17655,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - ECFFBCE792728F1452B0F6ABE4B7E0E2 /* Resources */ = { + ED653895AB0D713CAB1341828414ADE7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A2A1537F991F3BB1588DC2DECAA5EA90 /* Media.xcassets in Resources */, + AF432AC22634A0A207ED7626F0AF0FA2 /* PrivacyInfo.xcprivacy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EFD7468E55ADFF4A2BE6BF8AEDF241D2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9733304386DD9640CD3DB461CFE388B6 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17129,14 +17686,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FC7DE992ECFEAFAF59AD57F1D95952B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 85863FD85FCB4121405CFF13660D260A /* PrivacyInfo.xcprivacy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; FCBF93A965DD17FF24BCB8637B2F2407 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -17146,11 +17695,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FE95518B93910A0DD2460DC8079AA5B1 /* Resources */ = { + FD378D1F5CAFCC3C5D44074788563A1C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - E1378EFA6BD8F69AEFE6CD4F92E27C19 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17182,23 +17730,6 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - 30E6A5903DBDCB0E267C5812402F6798 /* [CP] Copy XCFrameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/TXIMSDK_Plus_iOS_XCFramework/TXIMSDK_Plus_iOS_XCFramework-xcframeworks-input-files.xcfilelist", - ); - name = "[CP] Copy XCFrameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/TXIMSDK_Plus_iOS_XCFramework/TXIMSDK_Plus_iOS_XCFramework-xcframeworks-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/TXIMSDK_Plus_iOS_XCFramework/TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh\"\n"; - showEnvVarsInLog = 0; - }; 4ADCCF1EE25517194697A524ABEDD36C /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -17250,6 +17781,23 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; + 7BC77B0DC0F92536BB3FA562EDC12A75 /* [CP] Copy XCFrameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/TXIMSDK_Plus_iOS_XCFramework/TXIMSDK_Plus_iOS_XCFramework-xcframeworks-input-files.xcfilelist", + ); + name = "[CP] Copy XCFrameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/TXIMSDK_Plus_iOS_XCFramework/TXIMSDK_Plus_iOS_XCFramework-xcframeworks-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/TXIMSDK_Plus_iOS_XCFramework/TXIMSDK_Plus_iOS_XCFramework-xcframeworks.sh\"\n"; + showEnvVarsInLog = 0; + }; 7CB7B2472D4FF364431A91266B098CD8 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -17287,19 +17835,6 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 00ABBA19B76F8AB8D76ED0CAEF33E7D0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D4188C34A75D13E9D8359709949F8A4A /* YYAnimatedImageView.m in Sources */, - 2F9D0961E6C03C7C4D9CACF7759CC8A1 /* YYFrameImage.m in Sources */, - BC4A250A28A829BABA72CC85507993C9 /* YYImage.m in Sources */, - 9E1EEF4810C44B92AE79A7EA1C3D1519 /* YYImage-dummy.m in Sources */, - 439374D38249FBC5F964B12382ACA155 /* YYImageCoder.m in Sources */, - 5D3C21735CE9F0DFFE46955967DDA2A4 /* YYSpriteSheetImage.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 049BE71707DDB25A944AB502CE7E174A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17324,134 +17859,119 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 073BAE456090396408CDDF56974C2988 /* Sources */ = { + 05F5611AC91A3F6C3562E9B26BBA3484 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B38885EBB26FED9673B5405352C93CE9 /* alpha_dec.c in Sources */, - 4A6F2964F297C2A3F4A5D187C4DA8C76 /* alpha_enc.c in Sources */, - 514D3DB18B286DD0F5869019E4184034 /* alpha_processing.c in Sources */, - 753BAB4780145D4FD3E7102F732B1A93 /* alpha_processing_mips_dsp_r2.c in Sources */, - D45B3C5B19F0E4CD3F0DF0AFD71592C2 /* alpha_processing_neon.c in Sources */, - 78C8E87D7106BBCA8EA7C89B608B59F6 /* alpha_processing_sse2.c in Sources */, - 7302081073BB5F70009CCAE3FA849EDB /* alpha_processing_sse41.c in Sources */, - 20457E2CD2C85D05F0E1103073208078 /* analysis_enc.c in Sources */, - F92F0E2EE63DE5B4E9F28F3520245729 /* anim_decode.c in Sources */, - 7ECA113F9E3F371EABDD47DA7458AF8C /* anim_encode.c in Sources */, - 0F2D5DF148EC7E509DA8803303E4D6B0 /* backward_references_cost_enc.c in Sources */, - 73A204F8708E7FE3A157ADEF23C83C6E /* backward_references_enc.c in Sources */, - 5455134C58EA508BC4B4C2F3EA812C04 /* bit_reader_utils.c in Sources */, - 1CF603ECBB53C159F112D436B98F2164 /* bit_writer_utils.c in Sources */, - 6F64E93638A47888B45943CFC35CFC57 /* buffer_dec.c in Sources */, - 40C6547E1BF9D38DAF250AAC9486D97E /* color_cache_utils.c in Sources */, - C4519F3F2E7044EBBFDDB9EDE10F40B6 /* config_enc.c in Sources */, - E1DEBCA4E66E9DAE022DBFE4639E8B27 /* cost.c in Sources */, - F6C7C0A4CA7442704FAEFFD31A9B981C /* cost_enc.c in Sources */, - 6FEF81EACFB8290E4C8D0213007FC4CF /* cost_mips32.c in Sources */, - EBD46A09D2AF1C57BBDB00CBF7D51110 /* cost_mips_dsp_r2.c in Sources */, - E9321CD14430DEA687FC4D9D4890037E /* cost_neon.c in Sources */, - 4BD7EA86C2ABEC23D4BE43CE12BDC1F5 /* cost_sse2.c in Sources */, - 3A4858E0EFCB7326984D3C03F9672C6F /* cpu.c in Sources */, - 485B5F5CCDAEE9F80EBE99D02B17AEAD /* dec.c in Sources */, - 43DCD0A7033099F7F5AEB42423928867 /* dec_clip_tables.c in Sources */, - 2324D454F6A4089B830BD72BBC35411A /* dec_mips32.c in Sources */, - 27D121781BD42F4C5DE18578BB12C74A /* dec_mips_dsp_r2.c in Sources */, - E73324F0702481ABBAAEE654FCC92343 /* dec_msa.c in Sources */, - 2E2536A30BBF28BA8E8B908F6B1B786E /* dec_neon.c in Sources */, - 633F564D1934AF655632B753E13DB7BB /* dec_sse2.c in Sources */, - 5BE3AADFCBDF0EC9A721A12B5BA7F7BD /* dec_sse41.c in Sources */, - 00345A5B548DC8E3DD07540DC32236C5 /* demux.c in Sources */, - C1000310B198CE24E36B2D7B204C29BD /* enc.c in Sources */, - A68865C72552A210385AE93116D82663 /* enc_mips32.c in Sources */, - 5BE284C8540E62459A6546BAC2672F7A /* enc_mips_dsp_r2.c in Sources */, - 3EF8062F5032F38E39BF9663AF5C08C8 /* enc_msa.c in Sources */, - CFBF856DD8047CBB4695FA7A0E3B6D9D /* enc_neon.c in Sources */, - F98C0FF73ED1625FF7A0A9CF93F5113A /* enc_sse2.c in Sources */, - F816C42641A98ADC0559C9E146831FDA /* enc_sse41.c in Sources */, - 6B49D82DA4C3D450785E26F1DB6DA45E /* filter_enc.c in Sources */, - C9208B35E8B25A8E183E0B2BD2D22338 /* filters.c in Sources */, - DFC8844C2ED83658A5E36EF1E22AE837 /* filters_mips_dsp_r2.c in Sources */, - ABBAABCB6652CED048083FF2C67F1447 /* filters_msa.c in Sources */, - A9B2532EBDF8BCFE64D39A9E985FD640 /* filters_neon.c in Sources */, - 2CD337A735536426E53122DD7B9E1A8E /* filters_sse2.c in Sources */, - 208BEDB36FB621C1B663E1C0FC7C1C70 /* filters_utils.c in Sources */, - 21B18C7766AC0DB87C15056676C5D216 /* frame_dec.c in Sources */, - 0CC2B0AC0C555D6A6C4A411A082C96F1 /* frame_enc.c in Sources */, - 03FF888D16C5484DDD1C3ED4A233043C /* histogram_enc.c in Sources */, - EED50F1A1A7B63A59CC1282D44F6F002 /* huffman_encode_utils.c in Sources */, - 2E6EFA9423F2E284B5463C5A6E51F328 /* huffman_utils.c in Sources */, - B2D2F4D2DD6ADA11BF2CB12B759784FB /* idec_dec.c in Sources */, - 28633A871EEF62935F2466AEC155E680 /* io_dec.c in Sources */, - 06E0D3305D7A3F345F208F6B33F570D9 /* iterator_enc.c in Sources */, - D9E4D2D075008EA8CD81B3970254C26B /* libwebp-dummy.m in Sources */, - A9F71C1FA433B0D5A1001A75D559458D /* lossless.c in Sources */, - 77BE4DB71EE170C2EAFFB6BA48797ADA /* lossless_enc.c in Sources */, - 7BF691BF1588EE33E3BF4269C6874E7F /* lossless_enc_mips32.c in Sources */, - 3908B5511F772908C860F6C5DF670946 /* lossless_enc_mips_dsp_r2.c in Sources */, - 1E7A2784DC4E0347AB6BFA4BB92AFBBC /* lossless_enc_msa.c in Sources */, - 1774A298FAFA92BC78E66AC99E59F872 /* lossless_enc_neon.c in Sources */, - 29BA83CA355176B8A2D866426610ABD3 /* lossless_enc_sse2.c in Sources */, - D89AE04754C8E43F07F55412DA18A10F /* lossless_enc_sse41.c in Sources */, - 32027080638708E21A2637CCC12C9483 /* lossless_mips_dsp_r2.c in Sources */, - 0C8086E24034EA24585A0BF2035871F8 /* lossless_msa.c in Sources */, - 6E7883A08CD5E58BBA3D50FA6E30018C /* lossless_neon.c in Sources */, - E327A1FA94610F5FDC1F8DFD07B88198 /* lossless_sse2.c in Sources */, - BDCB50151900EABD7B7F605A2221E6A6 /* lossless_sse41.c in Sources */, - DD2D1DD4464714F133AFA38BF82479B1 /* muxedit.c in Sources */, - CA317E37A91E64AB44A9B1DCD28EAD0F /* muxinternal.c in Sources */, - 0F503BFAD47E6DECA1487D8633D3AC18 /* muxread.c in Sources */, - 6B3E8858A02F2EEB75982ACD5A74F784 /* near_lossless_enc.c in Sources */, - C2331726B6F1BD9CB60DF670990C922D /* palette.c in Sources */, - 8F0A90DEBA76FB530A13FADAC068D1FD /* picture_csp_enc.c in Sources */, - 75EC55920863EB9A75494F58C0027C1F /* picture_enc.c in Sources */, - 1E7E7FD4804A0853A98EB2B394F6EFE8 /* picture_psnr_enc.c in Sources */, - 4A76784AD10E5500AA2812FEB89E6A37 /* picture_rescale_enc.c in Sources */, - 53F9A20C73728D6285A2A2D4BA5634FA /* picture_tools_enc.c in Sources */, - 98CC12887D688588D3FF359BD3327FC5 /* predictor_enc.c in Sources */, - 8B8BB366CCF5D7D783BD63CDEF2D556C /* quant_dec.c in Sources */, - 39EC1C028111A45D156D0CF831CE54DA /* quant_enc.c in Sources */, - 306C9FB5F02CE7B2CEE3B834AFE69B76 /* quant_levels_dec_utils.c in Sources */, - 66DE3FE81338DA9C06C4DDBAE425037E /* quant_levels_utils.c in Sources */, - 87673702A8D8F8E5231C9EE9F443BB9E /* random_utils.c in Sources */, - EF0D3A3BDDCD147B529637209714908E /* rescaler.c in Sources */, - 3BE893FD17F3456A7AEA7DCEB655972E /* rescaler_mips32.c in Sources */, - D6443D7EE6A15E89BEC02695743A0498 /* rescaler_mips_dsp_r2.c in Sources */, - C98125F6BAEE14BCDC62707C78A3EEB3 /* rescaler_msa.c in Sources */, - 90144D396A77EE2730B9637CE86B6C9D /* rescaler_neon.c in Sources */, - E2314C741690AB22910179863B119B6C /* rescaler_sse2.c in Sources */, - 4DFA6C0293B2E2B592B1B4C49E30DD27 /* rescaler_utils.c in Sources */, - CBE2D64D46706FE4863E094E61A98148 /* sharpyuv.c in Sources */, - 5093F74339B8ED2C597067E7037A8919 /* sharpyuv_cpu.c in Sources */, - DD81BA414257A9E0B656780275E1EA0C /* sharpyuv_csp.c in Sources */, - E7F453CBE1650D82A1BE7816D353C39F /* sharpyuv_dsp.c in Sources */, - 8147F7BD9427E1F098DB119B28A5A471 /* sharpyuv_gamma.c in Sources */, - AC66653C82A16808314C853AFB0F3121 /* sharpyuv_neon.c in Sources */, - 20178306661E1BEF7B96CDC1FAC1FB4F /* sharpyuv_sse2.c in Sources */, - B59920B2AF5F01CF2A7189DBCD50B512 /* ssim.c in Sources */, - 184854BDED0C9D6456E0DAB1A8315A87 /* ssim_sse2.c in Sources */, - 46F78953386C12D843D0889F6C9E63D0 /* syntax_enc.c in Sources */, - 04228F05F836E7E0C6809341F18409F8 /* thread_utils.c in Sources */, - DD9CA23E5F01C70B3FBB981941A9024A /* token_enc.c in Sources */, - F321BB2CC17C06BAE8B8E4ADEFB3CAF6 /* tree_dec.c in Sources */, - 4E7B49A5C1D207415A4FFED77174D298 /* tree_enc.c in Sources */, - 10EFBA3D9D9CD9F4FCF6E67989F37640 /* upsampling.c in Sources */, - A9C9D83007FC719DEC2B09C3A3C7516D /* upsampling_mips_dsp_r2.c in Sources */, - 74AA724E12CE5E78D796C3D18B4F81D0 /* upsampling_msa.c in Sources */, - B6B0AD7C9E10927FE301E67352E3DC21 /* upsampling_neon.c in Sources */, - E4FE51F0868EA5D8755ECC0637297462 /* upsampling_sse2.c in Sources */, - 8216CA9FBCBD7F6E477BA8CDE5C89B86 /* upsampling_sse41.c in Sources */, - BBC531D8F4D7B804AAC8C7805052C8E0 /* utils.c in Sources */, - 6FD7C5AF4A486D9E525511FE07CAF8B7 /* vp8_dec.c in Sources */, - 4245F36EC533087433201DF8F2956E4B /* vp8l_dec.c in Sources */, - 6239BB475D99E1C8B765A85E51F458E1 /* vp8l_enc.c in Sources */, - E4925DABB4009B6B908F6589BA4286C1 /* webp_dec.c in Sources */, - 2DBC4BB68901CAE949C825BC6494261A /* webp_enc.c in Sources */, - C3B32B348C3D905678130E8A4E68379C /* yuv.c in Sources */, - 3D2D443511029427C36EF9E477D8D76F /* yuv_mips32.c in Sources */, - 98D89E51CF701AABB4D70B9F0F76FF66 /* yuv_mips_dsp_r2.c in Sources */, - 8EE5E1E0F23A80F01AD7813021D26775 /* yuv_neon.c in Sources */, - 9D9E4EC76B429D267BCC7907727B2436 /* yuv_sse2.c in Sources */, - 68BF13B636A783D4FE92044AD40637D4 /* yuv_sse41.c in Sources */, + 442D345E2E1B93E2A4B8FDAD8F7719D8 /* NSDate+QCLOUD.m in Sources */, + A1FC05F419B8D6B83D3843FA83853F7A /* NSDate+QCloudComapre.m in Sources */, + F8A8A7BD0536367F6CD2E58E5AABA8DF /* NSDate+QCloudInternetDateTime.m in Sources */, + 448DDC6141FA4AA0885C98943D0D366B /* NSError+QCloudNetworking.m in Sources */, + 52CECE40E216CA05DA48F5CEEB8792ED /* NSHTTPCookie+QCloudNetworking.m in Sources */, + 488A65976D8D0CF8FF167FBA9A7C1F75 /* NSMutableData+QCloud_CRC.m in Sources */, + A1DF11B4D45D94B328E2328C4777388B /* NSObject+HTTPHeadersContainer.m in Sources */, + 859F378D26410E892630762487688F4E /* NSObject+QCloudModel.m in Sources */, + AE4BA542BB23D376A9B0CE4506887F81 /* NSObject+QCloudModelTool.m in Sources */, + 25564B9EEFDFECC8A5F202F2E6BF7998 /* NSString+QCloudSHA.mm in Sources */, + 947DB28DCDD32B9BA4A9A212DD2C81C2 /* NSURLRequest+COS.m in Sources */, + 79F5F5F658AD244D2F0AC6F840EEAB1F /* QCloudAbstractRequest.m in Sources */, + DECF00A177A098B00B093E6D95F673CE /* QCloudAuthentationCreator.m in Sources */, + FB056F7A3C54D49AC2BC2ABB6D50250E /* QCloudAuthentationV4Creator.mm in Sources */, + 96E0C2FCD8ABE38126D264F7ECD941B6 /* QCloudAuthentationV5Creator.m in Sources */, + 985BC2F120DCAD22C72FC05F7A7F463A /* QCloudBizHTTPRequest.m in Sources */, + F38B137F37768ADAFF2A6F5A35CA8ECA /* QCloudBundlePath.m in Sources */, + E135EF86477577DE52D441559EDF09DF /* QCloudClassInfo.m in Sources */, + 521F4F0DBB22DF0B395AF64E8591B464 /* QCloudClientContext.m in Sources */, + C9193440EFD93C778AD3F6BB288CB64C /* QCloudCLSLoggerOutput.m in Sources */, + C6B8D6B4E11CF433A787819419D670AA /* QCloudConfiguration.m in Sources */, + 81AD889F2E14260013347ADFC685C489 /* QCloudCore-dummy.m in Sources */, + AD7C7A9CBC819D8D6B102DB31699CD05 /* QCloudCoreVersion.m in Sources */, + F6D058690717825F69127A6E7E250A19 /* QCloudCRC64.c in Sources */, + C943AF10C5B86E72134F1CF839CF8B59 /* QCloudCredentailFenceQueue.m in Sources */, + 0A7F2D617DAFEF88741D590841B7E51E /* QCloudCredential.m in Sources */, + D5823AADB587A92A8D10EF6046B828B2 /* QCloudCustomLoaderTask.m in Sources */, + B60036E7E89288EDE866182E0C50B934 /* QCloudCustomLoggerOutput.m in Sources */, + B24CFB50ACE79173398B7F44531582E0 /* QCloudCustomSession.m in Sources */, + 3634320EBD3A92E7049E0C90C0634312 /* QCloudDomain.m in Sources */, + C0C366A0B9F53B89AF6C2072EB0B7D33 /* QCloudEncryt.mm in Sources */, + FD0ACA4C77579EB2D43D761D9999759C /* QCloudEndPoint.m in Sources */, + 30548F6C86DA3601ACB4221B7FB5D552 /* QCloudEnv.m in Sources */, + 3F0BB8A29EF612912EE2F9EE782F8805 /* QCloudError.m in Sources */, + 70FF0EA400A823563088AA6A9910900A /* QCloudFakeRequestOperation.m in Sources */, + 306F6E110ACE2BF9AA781F3A2615AAC8 /* QCloudFCUUID.m in Sources */, + 72148D7D21BF9A00D3B9F919C2875114 /* QCloudFileLogger.m in Sources */, + 1D23463E3A50A1D70FC1728AEE7108E1 /* QCloudFileOffsetBody.m in Sources */, + 6039596EFFE55769CE728CB70960E10F /* QCloudFileOffsetStream.m in Sources */, + D6EFEDBC09C0960333F96DB5619AFE04 /* QCloudFileUtils.m in Sources */, + D6F78C1748D2676BE187330AB867ACBB /* QCloudFileZipper.m in Sources */, + D08F620BAEE9D7C861F8423B2D4AF94F /* QCloudGCDTimer.m in Sources */, + 36B3EBE474A53EFED1A8044A3B24FC19 /* QCloudHosts.m in Sources */, + 5283EC2FB05911B209DB0FC07BB21BA5 /* QCloudHTTPBodyPart.m in Sources */, + 4F31EA958DCD3CBE949F98835ACB50FD /* QCloudHttpDNS.m in Sources */, + AF2033976430350DB9CE9C57C079EF42 /* QCloudHttpMetrics.m in Sources */, + EF2F6342734914438353CF07C0588658 /* QCloudHTTPMultiDataStream.m in Sources */, + 69AFEEEEA05D52F072511B451639ADA9 /* QCloudHTTPRequest.m in Sources */, + B1D4AD2410D346694A731C4909282CFE /* QCloudHTTPRequestOperation.m in Sources */, + 7D68C313A020E56E6DE97183FB4C06EB /* QCloudHTTPRetryHanlder.m in Sources */, + E7F7D1785D24BFD2FF7069BC42260B7D /* QCloudHTTPSessionManager.m in Sources */, + 63228A7BBD14E5F69C4A6F71D05BAFDF /* QCloudHTTPTaskDelayManager.m in Sources */, + A8DA6D788E236958F462DB4FD3F23711 /* QCloudIntelligenceTimeOutAdapter.m in Sources */, + FA9F2B5E1ADCF3AFBAF5BAFE93A8E1A8 /* QCloudLoaderManager.m in Sources */, + 59AADB5B8B0031B5A9A6255EDB6D82FC /* QCloudLogger.m in Sources */, + DB1BE21E2B83FBE3A90EA39BF9AB9C5A /* QCloudLoggerOutput.m in Sources */, + A21D69A2C582FEA68095ED6C397C9B21 /* QCloudLogModel.m in Sources */, + 43A13DE5B2D1E5F7EEBA587B68BEEB07 /* QCloudMainBundle.m in Sources */, + CFBBFE397F21F33FB35A5E592CBE421A /* QCloudMediaPath.m in Sources */, + 9B1AC36DF23BABF9F4CAE5C1E531F544 /* QCloudModel.m in Sources */, + B321E682BB29A9DDBA36CE7586F60318 /* QCloudMultiDelegateProxy.m in Sources */, + AE510FECB33AD6A40FE33F66430ADAFE /* QCloudNetEnv.m in Sources */, + CF6C6C9678B9735E86D1BF0E04C4BCF6 /* QCloudNetProfile.m in Sources */, + D309AF71F78E2324153F55D103A66A05 /* QCloudNetResponse.m in Sources */, + B5509A44DB4FA3765E6AF9F7FDC032A5 /* QCloudOperationQueue.m in Sources */, + 30B800F2DC2D16D8376FC83EFACEAF1A /* QCloudPingTester.m in Sources */, + C3BBAC29E62E90832F3B7DFA31BC2988 /* QCloudProgrameDefines.m in Sources */, + F57648D09D3A45127AB1759F993F2349 /* QCloudReachability.m in Sources */, + 52F6780E19C5318A7D99B399E84EAF18 /* QCloudRequestData.m in Sources */, + 119D3129CC98946B400E2DA08E7F6E7A /* QCloudRequestOperation.m in Sources */, + F6A103D87C87AADC3BD8970E0BBA2874 /* QCloudRequestSerializer.m in Sources */, + C369BA8E20D2CE66560232D1D92F123A /* QCloudResponseSerializer.m in Sources */, + 0B8C64A62105F39FAFDD28E7FDFC0496 /* QCloudSandboxPath.m in Sources */, + F82F93A1187FD04F6745E605CBBCD4B1 /* QCloudSDKModuleManager.m in Sources */, + 946AFB058934E9132141656E2E118364 /* QCloudService.m in Sources */, + 36D7DC00C05D1E0BB189B56E0232B4BE /* QCloudServiceConfiguration.m in Sources */, + 02B1291B9CA578FDE12FCFAD0AA09098 /* QCloudServiceConfiguration+Quality.m in Sources */, + 1FE99EBBE4B8B8106ECD6DB86B8A432A /* QCloudSHAPart.m in Sources */, + DDA4C7953AAEE4FCE173AEEAA3EB625C /* QCloudSignature.m in Sources */, + 610E5E63942E3E06C1B85A1DE80A8071 /* QCloudSignatureFields.m in Sources */, + BABE00ADEC21CBECB4256DBDA9133E30 /* QCloudSimplePing.m in Sources */, + 5C169B3FC716201B41C958CEAE0943EF /* QCloudSupervisory.m in Sources */, + 8844B850D89AFEDDD7F40A644827B519 /* QCloudSupervisoryRecord.m in Sources */, + 0078C90AF8E3B24BBEE613E0D87BB0BB /* QCloudSupervisorySession.m in Sources */, + 20A8089A0FDE71C8F463346557F8A530 /* QCloudThreadSafeMutableDictionary.m in Sources */, + B1355F71AAB2FBB39D655AB63AC4B174 /* QCloudUICKeyChainStore.m in Sources */, + EEA9169795DD2EDA217C245ACDDC629E /* QCloudUniversalAdjustablePath.m in Sources */, + 427A237252611012A9EBED9BBD446A28 /* QCloudUniversalFixedPath.m in Sources */, + 98C30507F12E58CA9A3E6EDA028EC589 /* QCloudUniversalPath.m in Sources */, + 3F240EBB4D395F5186F817C8F5E7147F /* QCloudUniversalPathFactory.m in Sources */, + 6879003AC185F4396AFDF1D15481332E /* QCloudUploadPartRequestRetryHandler.m in Sources */, + 835B3AAEE5E10B3ED9B6FEC3881414CC /* QCloudURLHelper.m in Sources */, + BD8A16D1B282E1EE8BD24EDBA3CCE8B5 /* QCloudURLSessionTaskData.m in Sources */, + 021270D4FBA6A9A46A3C03B9B78B2ECD /* QCloudURLTools.m in Sources */, + FA2C43C8AF597C2851296D1C6CC33E8A /* QCloudWeakProxy.m in Sources */, + 3D796F4399BF5CCC59BBDB3EE19C0BA5 /* QCloudXMLDictionary.m in Sources */, + D9C6CFC30C97C380433DB4FD426FF0F4 /* QCloudXMLWriter.m in Sources */, + F0864A06C5289744D6E4E77A2219BCB9 /* QualityDataUploader.m in Sources */, + 74FF9FAC36CCC99BD143E4EC65FC78B8 /* UIDevice+QCloudFCUUID.m in Sources */, + BDA1246CEEA0CF702F0A1EE5782AA987 /* UIImage+QCloudBundle.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 06020C44A2C925372A030239192BBF6C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AFD1D411A9387DCEC6F0034653E23787 /* DZNEmptyDataSet-dummy.m in Sources */, + 5F5426608460A8B17C1AE5C2351BAA19 /* UIScrollView+EmptyDataSet.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17467,13 +17987,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0D4FE37554C5D3677C048557E7EE6A06 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0D7D4048DD0DBB804011463AD91B7547 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17512,100 +18025,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 162291A430ED00568C8529152FED9D3A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1969BF3DE69F4EF499104FEB18EA081B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 19CDFCAAAFB03AFC0E824AAE4E555A8C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4509D5616BCBACC1F5798EC63412A13B /* NSBezierPath+SDRoundedCorners.m in Sources */, - 19C113E078F6504608AF32089C60D9D3 /* NSButton+WebCache.m in Sources */, - 4D0C286F6CB54066F4AFDFC6DD34ED2B /* NSData+ImageContentType.m in Sources */, - 736C021BF1B69ED50AB6A3C7B441E707 /* NSImage+Compatibility.m in Sources */, - 9B687A9373746BF17EDBEE0400BA1903 /* SDAnimatedImage.m in Sources */, - 78B9C81C32C187933D2D47C5ADB67B12 /* SDAnimatedImagePlayer.m in Sources */, - 6BBA934D523E97B9F3288060F353A9F9 /* SDAnimatedImageRep.m in Sources */, - B66AE656B760A57B2E8E526B998485D3 /* SDAnimatedImageView.m in Sources */, - 35495E4162F16743E4C9794AB114B8A8 /* SDAnimatedImageView+WebCache.m in Sources */, - 627C428536FDE6CDF58F5676D7256A03 /* SDAssociatedObject.m in Sources */, - 5A7CCDEA9EF360782F375A38932833A6 /* SDAsyncBlockOperation.m in Sources */, - 92A1F6C31A0DB18F5BD21A0C245C6813 /* SDCallbackQueue.m in Sources */, - 26F1CAC56EB5D4852ECA337EDC4B237B /* SDDeviceHelper.m in Sources */, - 6BE5013D32EF4E1BD43C55E6A8761F7C /* SDDiskCache.m in Sources */, - ED9D42B2930C719E5024B52682ED0789 /* SDDisplayLink.m in Sources */, - 779682F851CC03633ABFFBA0E8D0EB4F /* SDFileAttributeHelper.m in Sources */, - 331BEB926B46CE13F35535BC53AACEEF /* SDGraphicsImageRenderer.m in Sources */, - B944926565AB468585AE5DDA990ED8C0 /* SDImageAPNGCoder.m in Sources */, - 894144E5A329C4B8EFD207DE8C39C2D7 /* SDImageAssetManager.m in Sources */, - C93B810C1BD066C657F92F5D7C0259A5 /* SDImageAWebPCoder.m in Sources */, - 8989CDE99F6192BC43ECB974BFEAD709 /* SDImageCache.m in Sources */, - 88CAF624D333D3028E6B002A13FE4130 /* SDImageCacheConfig.m in Sources */, - F0D692D34694E2F94D6BBC8C2E5F724A /* SDImageCacheDefine.m in Sources */, - 83B8FD83CDDC4DDB8C30C1A4CE689EDF /* SDImageCachesManager.m in Sources */, - 828D37CD5222A35EEC430A007FF0296D /* SDImageCachesManagerOperation.m in Sources */, - FF37ADC82AF415499378A8618E43C9D3 /* SDImageCoder.m in Sources */, - 6AECCF84CDE47BA91E241CF7E1BC63DC /* SDImageCoderHelper.m in Sources */, - CD6FC480BC8A2D31541403F2009C048D /* SDImageCodersManager.m in Sources */, - F5B66E8046316AC9118A90DDFB0E7014 /* SDImageFrame.m in Sources */, - C015B61E5D792F05226D81D64D69FFAE /* SDImageFramePool.m in Sources */, - 88BEA37AB338316CB588313BCD2C9F56 /* SDImageGIFCoder.m in Sources */, - AEDFE2F717DB7D2664BFAD5F1368FBCE /* SDImageGraphics.m in Sources */, - 3D6265E77CB847CEAEFDFFC230E2E589 /* SDImageHEICCoder.m in Sources */, - 06B034A8AFB8F0E0EB5FB8E502DDB584 /* SDImageIOAnimatedCoder.m in Sources */, - 573EC3884AF3818998A6B2014DD2D845 /* SDImageIOCoder.m in Sources */, - E834A633EB29B25DAE5D9280DEE8F82E /* SDImageLoader.m in Sources */, - 2119E866324CBCDC3F7FBF172EFAA7B1 /* SDImageLoadersManager.m in Sources */, - F0EC2840D29CF34032070BBF07CA3020 /* SDImageTransformer.m in Sources */, - 7D474DE580BC95C375FCFE838E18C18D /* SDInternalMacros.m in Sources */, - C48171E855EFC5FAC19737F709B753FA /* SDMemoryCache.m in Sources */, - 0AF57A4BD4A6B4007E6FD97574A82A96 /* SDWeakProxy.m in Sources */, - 0F5F90CC4FE29470EB1B96247BE2010F /* SDWebImage-dummy.m in Sources */, - 9F9F09EC77469B710932299D23D3AB0D /* SDWebImageCacheKeyFilter.m in Sources */, - 04DA9B183DBDD000F079CBCC78BC8DBD /* SDWebImageCacheSerializer.m in Sources */, - D6DE7937F20ECC267730FE9A0ADFFFB8 /* SDWebImageCompat.m in Sources */, - B0B19262D8D8C50EDA69F1BC57824DE8 /* SDWebImageDefine.m in Sources */, - BF2A55DDFD93A444919121487E00D070 /* SDWebImageDownloader.m in Sources */, - 4FA119DF461BADA8EBC6BBB9592FBBC3 /* SDWebImageDownloaderConfig.m in Sources */, - A76446BBD07801DDA6DED159B4DD48A5 /* SDWebImageDownloaderDecryptor.m in Sources */, - 84C8A618ED329B0D8D6BFE1EF0282631 /* SDWebImageDownloaderOperation.m in Sources */, - 6966C657096D926138408396AFF803BC /* SDWebImageDownloaderRequestModifier.m in Sources */, - BA4B082C97EBEBF8460ECAA73FE9CF7D /* SDWebImageDownloaderResponseModifier.m in Sources */, - 6FE816BA0121CA266A00B3E7D039704A /* SDWebImageError.m in Sources */, - 5C7CCD0361B588E3157821FF7EF6F35B /* SDWebImageIndicator.m in Sources */, - B1D690C99DED873AF5547AF9D075D9CD /* SDWebImageManager.m in Sources */, - 24F4D1D56320CDA5B059665B0A21B8BF /* SDWebImageOperation.m in Sources */, - 71A2319149C6FB9385A5D576E22193BF /* SDWebImageOptionsProcessor.m in Sources */, - C48BD253390E2A3DEC682449B5FAAEF6 /* SDWebImagePrefetcher.m in Sources */, - 2B3E5C42810FCE4769ABB7FB948B5408 /* SDWebImageTransition.m in Sources */, - 5189C7462F13D3C4623EACB225F11906 /* UIButton+WebCache.m in Sources */, - B37AD0C8EFB02339F184D8B0FBF5A986 /* UIColor+SDHexString.m in Sources */, - D6A1CA833E7F300E22EEBF4415A1F907 /* UIImage+ExtendedCacheData.m in Sources */, - 4C56F7AF9878AFF95DAC8F80BC61D4EE /* UIImage+ForceDecode.m in Sources */, - D3A409349A18419F70039B5B20428B17 /* UIImage+GIF.m in Sources */, - D46BE3CAA7C6074F29E49030C4CC1CCC /* UIImage+MemoryCacheCost.m in Sources */, - 8F328AF7CF51A48B354D03439BD9738F /* UIImage+Metadata.m in Sources */, - 655CDE9DECD35A571DC6E6311DDA9D6E /* UIImage+MultiFormat.m in Sources */, - 80F0AD05B7A7033FA782E811A22AFDA5 /* UIImage+Transform.m in Sources */, - DC3DADEFCFAEE070182679C2CDDEA282 /* UIImageView+HighlightedWebCache.m in Sources */, - 341C7DA0D7C8F40C3B9927046FF87DC5 /* UIImageView+WebCache.m in Sources */, - 69F66E539C7611F1602ED11D183B04FA /* UIView+WebCache.m in Sources */, - C9F1E874CACA8E00BE7BCF27AE20FA28 /* UIView+WebCacheOperation.m in Sources */, - 6A633798C2E809315C6B0A370B54F4B8 /* UIView+WebCacheState.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1E8EA850953728933801A27B24429238 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17641,11 +18060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28A36354F1D8CAE31502D822EAF861F3 /* Sources */ = { + 27072849AEB1CEF7ADC25DC9CEBAF90F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B1CE6D384A0924768A7C183BF24018D0 /* ioapi.c in Sources */, + 8E7F7A6F94F6D385D2C91B9B88CAA311 /* QuickZip.swift in Sources */, + 01D34EDD0E08F552CE3BE0B6FF932528 /* unzip.c in Sources */, + 2092AC6162B0FC8106BA40CD4D22F3A4 /* zip.c in Sources */, + 180FAD7889757093E3B3667F74ADC649 /* Zip.swift in Sources */, + 4719864804E5DDDC5D64C56B53320B97 /* Zip-dummy.m in Sources */, + FC77A1289BED78937C3E63A5A3DD4351 /* ZipUtilities.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 287EAE7F3A2DBDDB8796FBE0AAD8D526 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EC56A2C636E183484368C9530AD96873 /* Pods-QXLiveDev-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -17675,6 +18107,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 330E3277BE1561CF7D0F23818A70CF4E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 376C58E669F87A243D9C6A162C9AEDC6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -17747,40 +18186,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4523A24A2D323575CE871CCE31BF6695 /* Sources */ = { + 458ACEF2C06C471F7CFF2C2824CA0B34 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CEC96BA519484844D19338CC420C8808 /* SVIndefiniteAnimatedView.m in Sources */, + E30E824D8CE04C815FAD7F424CF7C270 /* SVProgressAnimatedView.m in Sources */, + F87D4D6C6668A4AA86232BA3BDB9A178 /* SVProgressHUD.m in Sources */, + FB75853E6A0E0682E1000CFBD293EBBC /* SVProgressHUD-dummy.m in Sources */, + 517CF33F75EA768ED4B7F0F440F54A7E /* SVRadialGradientLayer.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 45AC17EB853DA74ADC38BB3F28299EDC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4DA435ED91ACA61165DB82F7428E3574 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E42F742943BE7C91996D7423B72188D5 /* NSDictionary+TUISafe.m in Sources */, - 8A02EC3931014967AD028122101662D3 /* NSString+TUIUtil.m in Sources */, - 7A9DFE84BCFA04853C75BD52962BFEB2 /* OfflinePushExtBusinessInfo.m in Sources */, - 3932941B7E0E393205EE07EC3D10A258 /* OfflinePushExtConfigInfo.m in Sources */, - C4E30CD02EF74AB9B105196CAEA5480B /* OfflinePushExtInfo.m in Sources */, - DBBF87F6A2EA5A2B1EB7C39AFD2ED326 /* TUICommonModel.m in Sources */, - 4EB5270F18F95C75648C0307F6EE1508 /* TUIConfig.m in Sources */, - D9EB61DAC0CCA13484E7E60F7B180CDF /* TUICore.m in Sources */, - 980563CFDCB4DCC78ADD0ADAA6F1B266 /* TUICore-dummy.m in Sources */, - 7D70F003693D51DA590B150D7F30DD92 /* TUIDarkModel.m in Sources */, - D51C0531CDC53CADBB8BDE3039C500C6 /* TUIGlobalization.m in Sources */, - 9D3B92F0D94D925112147BA2B5989D52 /* TUILogin.m in Sources */, - 6CDF8868E74A81F2E65AC1D71D1BA83F /* TUIThemeManager.m in Sources */, - E1169D91467B115F726B8C3F7F372BC9 /* TUITool.m in Sources */, - 700FA5A022E904AAAC9AE7433005CC9E /* TUIWeakProxy.m in Sources */, - 093AF0B4A65FFDCAF7FA05D926A5FBAB /* UIColor+TUIHexColor.m in Sources */, - 5C9E532874E0E1FD615C302B7C55EA7D /* UIView+TUILayout.m in Sources */, - 9167A6D3D0979512821CBED5B7E80CDE /* UIView+TUIToast.m in Sources */, - 2F5B6ADA86518392F043E7F2E03EDC4A /* UIView+TUIUtil.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4ED1CB6E8F44A93C3B3DEDA28776435E /* Sources */ = { + 514678924051A88B3B6D21B525712814 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -17931,6 +18356,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 53F4423566D27F4ADEFF30275A2B5F27 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 58DDDF246CE81A513A93B0A5955C735E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18190,134 +18622,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 737F779A512D3C81EEF3633C638B97C5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 769591C34016F3C6CCA9DB2B51CE520A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AE484489CB26D8B326EA5876CFB32F8C /* NSDate+QCLOUD.m in Sources */, - 7C3443D8CCEBB91F3CE43BB19927A73E /* NSDate+QCloudComapre.m in Sources */, - 06309CC6E70311DEDC6A0C3ABBBF87D9 /* NSDate+QCloudInternetDateTime.m in Sources */, - 1B987F2F6A7E8E26E65DB160059FC9B4 /* NSError+QCloudNetworking.m in Sources */, - 3C40BD851654FC3410B06F3884C64CCE /* NSHTTPCookie+QCloudNetworking.m in Sources */, - 56CA0120C203D3FB78ECD1538B417D83 /* NSMutableData+QCloud_CRC.m in Sources */, - EAF653886E9D67BC1008F9CF841B3847 /* NSObject+HTTPHeadersContainer.m in Sources */, - 463244BCC6849C407D1178E87E974FE3 /* NSObject+QCloudModel.m in Sources */, - 676E5598F38CC0C3EC7C858CBDEA3805 /* NSObject+QCloudModelTool.m in Sources */, - C48AD412B798AFB17088E9121E00DFCD /* NSString+QCloudSHA.mm in Sources */, - CAE200584D8C0794A6D61DE008EDB10B /* NSURLRequest+COS.m in Sources */, - A32C1CB2C8090B1CDBD60A3F269E6291 /* QCloudAbstractRequest.m in Sources */, - F7E940FF1267B88A296DBACCAE38249A /* QCloudAuthentationCreator.m in Sources */, - 264D6589824C0F46BBA090CBB223632D /* QCloudAuthentationV4Creator.mm in Sources */, - 675CA4D3EA2E131017A0AE8FBD282FC0 /* QCloudAuthentationV5Creator.m in Sources */, - 4DEBB258BC46688834120D211CE0CD70 /* QCloudBizHTTPRequest.m in Sources */, - D1964F4232AAB4475D9EF6604CE07AB5 /* QCloudBundlePath.m in Sources */, - 9D5A04CAF690C446B6473161B152AB1A /* QCloudClassInfo.m in Sources */, - 2B7826A107770D56D65CCC5F356F702D /* QCloudClientContext.m in Sources */, - 4F44379331638A3F184CFC4CA824EB80 /* QCloudCLSLoggerOutput.m in Sources */, - 7D60D1C5C5458F03C876E7B576E8E55B /* QCloudConfiguration.m in Sources */, - 70815FC79FDB744FFF97A06395448785 /* QCloudCore-dummy.m in Sources */, - 26253C143769404AB816F115EAB4E0BB /* QCloudCoreVersion.m in Sources */, - AFE80E5E82C7D7C65593001FE4874C94 /* QCloudCRC64.c in Sources */, - B2C0455A954995524725927DB7821E85 /* QCloudCredentailFenceQueue.m in Sources */, - F2B8677DF24EDA65C239AFE2496C36B1 /* QCloudCredential.m in Sources */, - B1FC04DAB11A3F5FCBE161B609DE4B3D /* QCloudCustomLoaderTask.m in Sources */, - C52F4CFFB078B8A701A768BF047E2D60 /* QCloudCustomLoggerOutput.m in Sources */, - 6A302204CCB4D93E8652FA6DF6452398 /* QCloudCustomSession.m in Sources */, - 36B1C34DE39F5A7C356552FF38B65528 /* QCloudDomain.m in Sources */, - 02B99127BAED5C8686EEAE82447F697D /* QCloudEncryt.mm in Sources */, - B1DB55B7550449F4EC83E21DF46CD7F8 /* QCloudEndPoint.m in Sources */, - 26864C3A7069851582B5EC7A80F1B991 /* QCloudEnv.m in Sources */, - 0578DCDC4D372FC2891B10CF99316202 /* QCloudError.m in Sources */, - 292A3396ACC110FF8CC96FB0F18523E4 /* QCloudFakeRequestOperation.m in Sources */, - 67202448C80DCC66D4049CE81A261D20 /* QCloudFCUUID.m in Sources */, - 79E6A6FC42C2A50CEE4CB36B5EA0D0D2 /* QCloudFileLogger.m in Sources */, - 8D5ADF0C4F778250335502B86D50AEC3 /* QCloudFileOffsetBody.m in Sources */, - C9015AE4C9EE9D5BC77A83669033624C /* QCloudFileOffsetStream.m in Sources */, - 0B44789CD43ABF50D32D1DD80E7019EB /* QCloudFileUtils.m in Sources */, - D6519183F44ADB60997B301834F04D40 /* QCloudFileZipper.m in Sources */, - B7B92A481B566A1189A28A49F21FCA67 /* QCloudGCDTimer.m in Sources */, - CBACBCFE836FEADE2C187DA67B0439BF /* QCloudHosts.m in Sources */, - EB51356E2301A289B78569FD68BD7887 /* QCloudHTTPBodyPart.m in Sources */, - D22BB080462F464AD8C0DE36F9591D6F /* QCloudHttpDNS.m in Sources */, - 91CA8BFAA373E443FDE4906DD9877D84 /* QCloudHttpMetrics.m in Sources */, - 51026C74401CF5C32D128CEE06FC2975 /* QCloudHTTPMultiDataStream.m in Sources */, - C84B78CB98146FA6F37F6E885B1008B5 /* QCloudHTTPRequest.m in Sources */, - FE1BAEFA244A1BC1D665D253C0D2CEF6 /* QCloudHTTPRequestOperation.m in Sources */, - 9EDFD8CCB090927F7D03EC4DE86FB27F /* QCloudHTTPRetryHanlder.m in Sources */, - 81097748862C2AE658E35C951125B3DB /* QCloudHTTPSessionManager.m in Sources */, - 91CD10FBD253F19CA2D63B8D465F0767 /* QCloudHTTPTaskDelayManager.m in Sources */, - C19E66B928E9ECD90CDCA1CE4D296880 /* QCloudIntelligenceTimeOutAdapter.m in Sources */, - 5ACFF0305272F8D4589AD1D8FB889D2C /* QCloudLoaderManager.m in Sources */, - 82A1FBE72AB977764F33FB333B2FA2AE /* QCloudLogger.m in Sources */, - 5E28C60AE91FADDC0B11C38D4519D073 /* QCloudLoggerOutput.m in Sources */, - DCD8FC989F817A0861574B55DCBF8FDE /* QCloudLogModel.m in Sources */, - F5AB770569E93346F35765953DB91C83 /* QCloudMainBundle.m in Sources */, - B8033ED03DE7D7EB785A2E16A29F1E45 /* QCloudMediaPath.m in Sources */, - 2EF6B6DB15FF65EA643A5C16890D5827 /* QCloudModel.m in Sources */, - 81608BB30CB47A42E441941CC1650FC3 /* QCloudMultiDelegateProxy.m in Sources */, - 69CD1179D1B059FF0689FC46AC24DB7F /* QCloudNetEnv.m in Sources */, - CA969D78DF1470FD1D125F932E7A3C20 /* QCloudNetProfile.m in Sources */, - 2D00040687DD499A5EA73FB89BBCF559 /* QCloudNetResponse.m in Sources */, - 79C800901BA07EACDEE0885D9668670A /* QCloudOperationQueue.m in Sources */, - 47BA6AF3FC0322EF22638A335C527C51 /* QCloudPingTester.m in Sources */, - 15317734C31679B7AFFE227683833769 /* QCloudProgrameDefines.m in Sources */, - B12D095947E105B66A64F1F3C81CD495 /* QCloudReachability.m in Sources */, - 72FAF4A4B46F576A71DA02698201BB66 /* QCloudRequestData.m in Sources */, - 19FFEF3C65FFDF37B24E2997783F8A91 /* QCloudRequestOperation.m in Sources */, - B11D69C8EC231599BD64D86066EBA31D /* QCloudRequestSerializer.m in Sources */, - DCBD59543F4FF13EC5DD8F0D5B1EEADB /* QCloudResponseSerializer.m in Sources */, - BC5C6F9B985EDE983548FD63D7A650F7 /* QCloudSandboxPath.m in Sources */, - C929CEFCE6054964CEDD1180C72C300F /* QCloudSDKModuleManager.m in Sources */, - 0E039D3B4C08F9B0208B997A4C925937 /* QCloudService.m in Sources */, - 7D3AEAF43EC8A509B2110FD1B7768119 /* QCloudServiceConfiguration.m in Sources */, - 608B9353328B129D37B87A64DAE971A5 /* QCloudServiceConfiguration+Quality.m in Sources */, - 0A5DA4F69A145D63C10D667C1410245E /* QCloudSHAPart.m in Sources */, - B703222F1E24985123B3AAEC0A0624C2 /* QCloudSignature.m in Sources */, - 72BA548A669602BC74B7343EA578B093 /* QCloudSignatureFields.m in Sources */, - F27A1770FE0B3EFCC00419ECD21190E0 /* QCloudSimplePing.m in Sources */, - 27391513B13C7BD84784DD548AF04B5A /* QCloudSupervisory.m in Sources */, - 942D6E9F1D1DFB7F64D83EBFC3BA912B /* QCloudSupervisoryRecord.m in Sources */, - AAEB1E829AAA33B5EC656D766E89B767 /* QCloudSupervisorySession.m in Sources */, - 8CCBBA20C7280AF9D8486F2C51A7F830 /* QCloudThreadSafeMutableDictionary.m in Sources */, - A09FFE389B050F8157742F7E34BE9C41 /* QCloudUICKeyChainStore.m in Sources */, - 44F56BFDB1BD2792727E542BF5D24ADD /* QCloudUniversalAdjustablePath.m in Sources */, - 4A616B361623FDB0D094D1B02D73DBC4 /* QCloudUniversalFixedPath.m in Sources */, - 17F4D68ACF34607576312AF772CE41BE /* QCloudUniversalPath.m in Sources */, - 7E4C2F2687D9FE014E75B65EB6984F86 /* QCloudUniversalPathFactory.m in Sources */, - 207767E3C84AFE84909E4E5B68D83361 /* QCloudUploadPartRequestRetryHandler.m in Sources */, - 561E0098F1FDB77F38A0EFEF6B64E53B /* QCloudURLHelper.m in Sources */, - A0C4DC20A0B5362E0E3E7DFB5A26F86E /* QCloudURLSessionTaskData.m in Sources */, - 5B647539436EB4D590054BBD2AEEE373 /* QCloudURLTools.m in Sources */, - 99AC0F90AC1C8CD6FD5E49F8671941F9 /* QCloudWeakProxy.m in Sources */, - E161715043C3A147EA49366F5B017F9F /* QCloudXMLDictionary.m in Sources */, - 3F26AB74F27C242AE5D6481E8E8E2611 /* QCloudXMLWriter.m in Sources */, - 4185D077B27806CFABB2E83654DB63E3 /* QualityDataUploader.m in Sources */, - 1793EBF429D3B819DF85B917A20C3072 /* UIDevice+QCloudFCUUID.m in Sources */, - 74B2FF1F10268B4E26E3D51B4C02C4D0 /* UIImage+QCloudBundle.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 77757D373A136FAE980FBD446A10DDD8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 37406209761E5D4526E6F5815501ECC8 /* ioapi.c in Sources */, - E477E5E8D8CE83B34B17E8681FC353C4 /* QuickZip.swift in Sources */, - AA3DDA0FF81918CB019B91AD590EB186 /* unzip.c in Sources */, - C7402A8F9C17599CAC6011CB02B2DB51 /* zip.c in Sources */, - C65ADC429A24E6E22657BA20719F2013 /* Zip.swift in Sources */, - 6ED9361FA6CA71AFD17110377B365FE5 /* Zip-dummy.m in Sources */, - 01285ABEB9326C59B161E94A330219EC /* ZipUtilities.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 79F4B85507D1B2F32187BD147926E9C6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18396,7 +18700,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7FC129D0C1F5593192ED60E04CC98D43 /* Sources */ = { + 802F608BD51D420BDAFC4926ADF4097A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 824CF293A476658D15C4E94F3058C54A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -18450,6 +18761,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 82CB18BCD0593465E06DCC44BB676064 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 88E2A10DEB519538DBE2748B27A93303 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18465,6 +18783,45 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8C2E77247E2D99FEE08C2A3198FCD77F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E206EA125649487508101D9BF7C97794 /* YYAnimatedImageView.m in Sources */, + E1075CE02DE933B310939425D7C38B31 /* YYFrameImage.m in Sources */, + FC457AB9E690E7284A2516C7702AD464 /* YYImage.m in Sources */, + F6BC4741C47D3AE0E453628CB747B9F6 /* YYImage-dummy.m in Sources */, + E82863F6294AEF3AB3F2AFB1CC374AB1 /* YYImageCoder.m in Sources */, + 83F5F5C59D6557F0FBAD512A1A9AB28D /* YYSpriteSheetImage.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8DACE7E6BDDC25AE1F4E2BD3E83E47E8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2F65B07C4875C538487EF1D1F46D3D7E /* XHLaunchAd.m in Sources */, + DDE0628BE514D025FA6F4075E357692D /* XHLaunchAd-dummy.m in Sources */, + 6B47AC68EFDC6ADDB0E785F91C06ECE7 /* XHLaunchAdButton.m in Sources */, + C1186F3689EE0879EE6B271F58A5DCF0 /* XHLaunchAdCache.m in Sources */, + 036911D6F5D77958ED413CA122388597 /* XHLaunchAdConfiguration.m in Sources */, + 561FE4FC25991B89D079C9D3B2E97376 /* XHLaunchAdConst.m in Sources */, + 9A800A43E29F29649422625848F7579C /* XHLaunchAdController.m in Sources */, + F05738A528AD7EA8BBAB29E0D9743963 /* XHLaunchAdDownloader.m in Sources */, + 05451DAADCE4EBB8185ECB4EF8E9B165 /* XHLaunchAdImageManager.m in Sources */, + 86BEAC7B76D964BF31580BDED518F1BE /* XHLaunchAdImageView+XHLaunchAdCache.m in Sources */, + 4BDA09E53D89BE6482C3034F75ABB6D7 /* XHLaunchAdView.m in Sources */, + DAB1FB2F945ECAB3862D5A2B51039A6D /* XHLaunchImageView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8DD60FDF485D6F25F68A919E8AC68A12 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8F5978DBE3D91F845AFFF79059502540 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18513,6 +18870,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 95975BFD6091CAB86571BCECE6D457CE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 97E1E5A1BAA596603B7100E07047AE35 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 993F4B58FA83029137C85193BD9E8A20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18580,7 +18951,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D893A59E4B307AD20A893F55587505C /* Sources */ = { + 9D758A83F89E232761BC47A04E19FFDC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -18609,18 +18980,190 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AB87F6D45D550292DFDB6E8CE46F9F0A /* Sources */ = { + A3FE3D895FB3417624F82C2E43942DB2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6D78BFD8D2F41A8159EA1BFB46EDF03D /* Pods-QXLiveDev-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A68F702E8C390A50C0DB0ED8D864ECDB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AE1F9E078CF4B5A7E48B5489DC6D459C /* NSDictionary+TUISafe.m in Sources */, + 4429CAD3CD36042EBB427948F59BE282 /* NSString+TUIUtil.m in Sources */, + 0121B00A792F50E2C982A9AA759F005C /* OfflinePushExtBusinessInfo.m in Sources */, + 758732CE3030AC3ABE0241BCF427DAD5 /* OfflinePushExtConfigInfo.m in Sources */, + 23EA26CBCC4874B86D1614A740277359 /* OfflinePushExtInfo.m in Sources */, + 21DED56EE0AC170F6C31912A8F674BFA /* TUICommonModel.m in Sources */, + 1299522E6F48B9E427ACAF83B9CCB1E9 /* TUIConfig.m in Sources */, + D5C07E9CB74D49FF509F201DC149733C /* TUICore.m in Sources */, + 2B44D89875F413369D73DC337A5D8ADC /* TUICore-dummy.m in Sources */, + 74EC40E88045252275928A43856FB7E8 /* TUIDarkModel.m in Sources */, + FA430EB64CE32CE2292BA3ADD76C752C /* TUIGlobalization.m in Sources */, + 8C361C67972FA81BB57DFBDBB180BEB7 /* TUILogin.m in Sources */, + E9D2E4778FBA1C3415BF55EC7EA0CFCA /* TUIThemeManager.m in Sources */, + 1C004246CB43EB2E1D74CD4F79BF1312 /* TUITool.m in Sources */, + B7B928C19703025A61BE98D8000C0449 /* TUIWeakProxy.m in Sources */, + 860B50BF706AD3F3F6A3327AB1513800 /* UIColor+TUIHexColor.m in Sources */, + 2DA085C5C6505BCC0B40D3B2F79E06F5 /* UIView+TUILayout.m in Sources */, + 1610B863BA0535EC6EE1C19462475E72 /* UIView+TUIToast.m in Sources */, + AFF84D555E6BC3CB7B6E1C2F39CD3A85 /* UIView+TUIUtil.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B7627DBCFB8EFCDCA61C70E8D274A7CF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B83934B9158E72409BD19B48F7454798 /* Sources */ = { + B7AEF42CEE9A7C9BFAD7ECAB52DFD154 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6C1D20060FEFADC6C5F4FC31729586D1 /* Pods-QXLive-dummy.m in Sources */, + 954FD7741248B918399C66D4F2C80920 /* alpha_dec.c in Sources */, + C0CA388C88F1B4B06E81DC173F6A6B89 /* alpha_enc.c in Sources */, + D246A9FED9FFFFB779B4216ABCDBEA3B /* alpha_processing.c in Sources */, + 29F5D9C95D83B245995C5D95EF8C2AD8 /* alpha_processing_mips_dsp_r2.c in Sources */, + 37DBD7ABBD85C4C0EA0C167FD7A3F79D /* alpha_processing_neon.c in Sources */, + 0E0F7FA7653E55B7C30B0CAD30BA8BE1 /* alpha_processing_sse2.c in Sources */, + 85E45F45EAB13D9844450249D506A16E /* alpha_processing_sse41.c in Sources */, + E805F572D2227487F5950323C5D79AF5 /* analysis_enc.c in Sources */, + 661270D1E489611EA483739920F665A7 /* anim_decode.c in Sources */, + FD979E4E9A3ACED50355362BD1B2EF93 /* anim_encode.c in Sources */, + 00E63F125D2FBF01097D1178B4FFE5D6 /* backward_references_cost_enc.c in Sources */, + E24BD8DC467BDFD465AA83D2787C3228 /* backward_references_enc.c in Sources */, + 9E191D4266BF100CF2DE0102506C6F74 /* bit_reader_utils.c in Sources */, + DCCE4AC22E098B3CD95D9A2516E822F4 /* bit_writer_utils.c in Sources */, + 8FEC759DB1DB297119DAF46F873E058B /* buffer_dec.c in Sources */, + 12E814C8C7F090B63F22D81E3425364E /* color_cache_utils.c in Sources */, + DFDC831523FC54EF407D5EC968106130 /* config_enc.c in Sources */, + B875208A78D66CC1740962681EA6B68F /* cost.c in Sources */, + 0B85855755AB9928F52294C61100D7A9 /* cost_enc.c in Sources */, + 9857DFAF20B213ACE748C01D617E9306 /* cost_mips32.c in Sources */, + 851E7FF96B8D176F639214CCFA53C291 /* cost_mips_dsp_r2.c in Sources */, + 853FFCE6083093006CBC331C0FEC160E /* cost_neon.c in Sources */, + 10DAB65693B67B9423914854E8F4A092 /* cost_sse2.c in Sources */, + 0D845A3F191A495E8364BCB2AA88EC18 /* cpu.c in Sources */, + F2A565353B335775BD65B1077355D83B /* dec.c in Sources */, + C4DD75D8F0375CA6A2230B71F6ADC043 /* dec_clip_tables.c in Sources */, + 8A11D22BC78DF005569666481F19BE1A /* dec_mips32.c in Sources */, + 6FF4C8B4BACCC2BF7371E31FF125582A /* dec_mips_dsp_r2.c in Sources */, + 21C52057EB2D0ACB817D3CD316BB3A0A /* dec_msa.c in Sources */, + 986E2574C7CD1FE624052B54BCD55BCE /* dec_neon.c in Sources */, + CF4892746F25EBED665924E454B26D99 /* dec_sse2.c in Sources */, + 67EC0D99708794A06B13F5D3010D8A43 /* dec_sse41.c in Sources */, + F0481466105BC1DB3E7DA48C2DF8A68D /* demux.c in Sources */, + 28E23C2307671C138F72001C409E5CF0 /* enc.c in Sources */, + 17E197F701C51067A0CAF6DBD76F4701 /* enc_mips32.c in Sources */, + 05FE4AD61E9D3776A382BFD8E969FB67 /* enc_mips_dsp_r2.c in Sources */, + AB36CDF4E086627134F656EED6BD896D /* enc_msa.c in Sources */, + D4129F4A4A15AACACEB4B48F87864FC0 /* enc_neon.c in Sources */, + 2A95434209E22337EFE75851CF8438D1 /* enc_sse2.c in Sources */, + BFF48EA265826ECB4B5A8C8E381F96CA /* enc_sse41.c in Sources */, + DE7E3E9EB3DE69AF0CCC383347BEB497 /* filter_enc.c in Sources */, + A7CA4EEF45CB386B0BF75DDE6C631D1C /* filters.c in Sources */, + 7A20E90609CEEAAC2BFB6B8182E66458 /* filters_mips_dsp_r2.c in Sources */, + B96E83D5ACA0D559FCCF80FE6A095982 /* filters_msa.c in Sources */, + 6949FFF907354871855E3327DC640D6B /* filters_neon.c in Sources */, + 789DD6AB862F502FB081B6B4AD5E08C5 /* filters_sse2.c in Sources */, + FE7B954BA141C3253076A389BBF87BB7 /* filters_utils.c in Sources */, + 4471969A87649EDAE2106860F7314F39 /* frame_dec.c in Sources */, + 8B5D68DC22856BD2176500F88BE70F2E /* frame_enc.c in Sources */, + CAEC288D141FAF4A866B6601982535D6 /* histogram_enc.c in Sources */, + E1A9F3DC340D7FDCD0B78A61DD6638C8 /* huffman_encode_utils.c in Sources */, + 9A7E5A530442E74CFB56EFB6E40EC290 /* huffman_utils.c in Sources */, + A440A7EEFADFFD94BFB34CF6A5E0F1DF /* idec_dec.c in Sources */, + A7765D50E38CB3E734DDF8725396AC45 /* io_dec.c in Sources */, + FC6F0AAFBB9CC503F50349540122106F /* iterator_enc.c in Sources */, + 160CF18E7D1490F02D0B77FD03B910FE /* libwebp-dummy.m in Sources */, + F5161941FB1B58BEFAB0E384536AB914 /* lossless.c in Sources */, + 11746C4C9C60DEFEB1B9A3A3B34735AF /* lossless_enc.c in Sources */, + 3612ED52C9C2150D1F423D379FD8C64C /* lossless_enc_mips32.c in Sources */, + 02AD418F3DE6FBCFF9C84836121FFBE6 /* lossless_enc_mips_dsp_r2.c in Sources */, + D3A54BDE16B29CC122E857A4042FE73A /* lossless_enc_msa.c in Sources */, + 3513DC26C52AA888ED1EB42C28BDC208 /* lossless_enc_neon.c in Sources */, + 4A36DF140B581E9B4B35898152846D54 /* lossless_enc_sse2.c in Sources */, + 732E38EA02CCE42534385744626FEDC5 /* lossless_enc_sse41.c in Sources */, + 605CFA3C4557B015890D21859E2F9100 /* lossless_mips_dsp_r2.c in Sources */, + 9249595D5F0EFF091099F021A873BCF0 /* lossless_msa.c in Sources */, + ACCE174E9E0D486CB4E483E5800F48CA /* lossless_neon.c in Sources */, + C50C78B934D4A77F176371B7855C15FB /* lossless_sse2.c in Sources */, + 9BCB83AFAA441B70715DDC721060E580 /* lossless_sse41.c in Sources */, + F38646A58E0C7BD1B4420DC3CADC596D /* muxedit.c in Sources */, + 751A18071AB96D7D103DA8680BFCB9DA /* muxinternal.c in Sources */, + D7C2DBB5F3ED343A799F5D03E1A3691A /* muxread.c in Sources */, + 8D89FC55E0F3222EF4B20B2470D56185 /* near_lossless_enc.c in Sources */, + 714725E5241E03E450DE7ED348C9571D /* palette.c in Sources */, + 6965D0C6B07FB35B4E680D0C0BBC8AD8 /* picture_csp_enc.c in Sources */, + 69A2A1CDA28183DAE519F71BA1ED236E /* picture_enc.c in Sources */, + BB7E648C92B039327383D7AF43E94E83 /* picture_psnr_enc.c in Sources */, + CF6F5BAB2D02575812CAF9A57F9AFE19 /* picture_rescale_enc.c in Sources */, + E8BF2A6DDE12AE4ADEABB75061CBF3E2 /* picture_tools_enc.c in Sources */, + E060716B94FF01BB24753970A1B91000 /* predictor_enc.c in Sources */, + 3FE993F9FB5F149DC0634C8FD8A8D01A /* quant_dec.c in Sources */, + 5C051F031D10CFDDB286E87D8C2F3D4F /* quant_enc.c in Sources */, + 8BE28954062AB63DDB68CCE85064136B /* quant_levels_dec_utils.c in Sources */, + 97992A3954BEB40B0B248B71820F5D64 /* quant_levels_utils.c in Sources */, + 89C48E4FF90629236534F489D56B758A /* random_utils.c in Sources */, + 451665C68CBB1BA0B4A7B516692D0486 /* rescaler.c in Sources */, + A2C72BA3B8F2D01077DC7228E3FCA9BB /* rescaler_mips32.c in Sources */, + 4D2B0FD717C61D2ED4965B44EEE0B132 /* rescaler_mips_dsp_r2.c in Sources */, + 11755E62BEDA549FD9AC06038CD65AB5 /* rescaler_msa.c in Sources */, + AB5C054B1A2BB3B11DAEAB71FACC5CD8 /* rescaler_neon.c in Sources */, + 9AED07100E2A826E528A668036A85E05 /* rescaler_sse2.c in Sources */, + 0E6CCF16170C1E7562D3696C29FA3EB1 /* rescaler_utils.c in Sources */, + A46A5051A0F6AB64456EEE09AC53F34A /* sharpyuv.c in Sources */, + F23C481C9E9329813FC397909284E80B /* sharpyuv_cpu.c in Sources */, + 350B7B2B0D16981C923D87087A2DBBAB /* sharpyuv_csp.c in Sources */, + 9C63EC245D30FE12DFE81E059FD16709 /* sharpyuv_dsp.c in Sources */, + 10E65D0F56E3C4D19599353A3333F725 /* sharpyuv_gamma.c in Sources */, + F478087CEFB516AE153F994B5F37E1BB /* sharpyuv_neon.c in Sources */, + C129C5DA35D99501941C67A8EABE073C /* sharpyuv_sse2.c in Sources */, + 707BEFF158DB54A98CE321726DD0266B /* ssim.c in Sources */, + E2F530EBCB3DC1C53D545CC044EFB330 /* ssim_sse2.c in Sources */, + 1DE877A13DB90FC8367A514C9608FD86 /* syntax_enc.c in Sources */, + 051BFF41E9634A74BC175E28E5550AF3 /* thread_utils.c in Sources */, + 08AB45B570E48E8F9428021D7DF33E4C /* token_enc.c in Sources */, + C10129148964CBEFA3D90C2557A201D3 /* tree_dec.c in Sources */, + C32BF07A52941BFFCA5CC93E5A1F5BE5 /* tree_enc.c in Sources */, + 3BE8822B01F4364489B7F7D51C5B624C /* upsampling.c in Sources */, + 99A761F40711557ACCFEF314AB0433A1 /* upsampling_mips_dsp_r2.c in Sources */, + 49855AA8FBFE916B411D201708BB1F46 /* upsampling_msa.c in Sources */, + D7919C84450386032BF81F4FD83AE4B0 /* upsampling_neon.c in Sources */, + B58F918510F858DFA6FBD1E8B339D082 /* upsampling_sse2.c in Sources */, + 196B10282AE1E6C9E26080F1565616C6 /* upsampling_sse41.c in Sources */, + DAE091A8A8C2A306CEBF16C413872187 /* utils.c in Sources */, + BC0ABEF74BC69576D8AA3F40584A27ED /* vp8_dec.c in Sources */, + FA03BB6DC357A3358198BCB80FCD27FD /* vp8l_dec.c in Sources */, + 6E02AFA54478F9BA985CD410E2A509E6 /* vp8l_enc.c in Sources */, + 12394B4C9A9D083345FAF63CF5D972B1 /* webp_dec.c in Sources */, + C5D43D00C5B9204FD952C38B3703B522 /* webp_enc.c in Sources */, + C927B5C450B05BFC1138B1ABD65C80A0 /* yuv.c in Sources */, + CEEEE0BE7D74A87138E70C24F4BF230D /* yuv_mips32.c in Sources */, + 89AF0D8CFF5C6F59A37083CB57AEDABB /* yuv_mips_dsp_r2.c in Sources */, + 83A5F57A98178A075E8D4EE28453181C /* yuv_neon.c in Sources */, + 978FBB595C77CD8B1582B41B3C14A17D /* yuv_sse2.c in Sources */, + 6167440DAD3491247DDEA4DFB0DFB39E /* yuv_sse41.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C1BA2DE538F94D1E95500178F2171107 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C283A5449AC759B5BED1B959FE40F53E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 848752341E7435B4B126589F9118213E /* Pods-QXLive-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -18675,6 +19218,93 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C6284498C5D320D8F51C2313E651828F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1FA60C0C91A6441D006D047554757B4F /* NSBezierPath+SDRoundedCorners.m in Sources */, + A8C9B9C34599ABE078D4D8C34CB92F5D /* NSButton+WebCache.m in Sources */, + 94AB55950CC4D6CFF72E113DF792A80E /* NSData+ImageContentType.m in Sources */, + B4FD479060A54BEFA827294FA32ED723 /* NSImage+Compatibility.m in Sources */, + 99D6AE7BA7A7207D076BB43E3BDD87EE /* SDAnimatedImage.m in Sources */, + 481EBB1C972182D9A2EECD97C6E9D737 /* SDAnimatedImagePlayer.m in Sources */, + 2D4F3A6F8E3BC9F3403FB9A59306F658 /* SDAnimatedImageRep.m in Sources */, + 50A9ED2B9D49FCB8D4180A5EF71E2940 /* SDAnimatedImageView.m in Sources */, + 3EE81F2AC0119291528C29CCA560658A /* SDAnimatedImageView+WebCache.m in Sources */, + 16FDEB673A85CD559D14385C5C1D3EB2 /* SDAssociatedObject.m in Sources */, + F93D8DD0C637BE4AFCDB3CB803519919 /* SDAsyncBlockOperation.m in Sources */, + 10D0F258ABA44DD917947BA949FFB831 /* SDCallbackQueue.m in Sources */, + 82941C888DA8F576D7D42AACCF78C863 /* SDDeviceHelper.m in Sources */, + 20194E362EB6694F2EBC78CC04A17C90 /* SDDiskCache.m in Sources */, + E130ECF9AFF7B27EB9246A7B79233EA8 /* SDDisplayLink.m in Sources */, + FEC3D0B492B793A0169343BD3FA22314 /* SDFileAttributeHelper.m in Sources */, + 5AA8B9EED4114972D0BE26C878D5ECB7 /* SDGraphicsImageRenderer.m in Sources */, + 78ECD45D3CA387A53C2595430D401F55 /* SDImageAPNGCoder.m in Sources */, + EC04A7E6CA2A7B458F7F98CB4E9BFB9F /* SDImageAssetManager.m in Sources */, + 2EC2A8AB109C605A70120E23C3F86F02 /* SDImageAWebPCoder.m in Sources */, + BE6079ED8BC317B08B70328C94C4F93C /* SDImageCache.m in Sources */, + 91A547B2D3F73FF86D7A13233C4824DE /* SDImageCacheConfig.m in Sources */, + 01B396F3B74D538BE584FF0671376352 /* SDImageCacheDefine.m in Sources */, + C95C70EE62FD040EE4780A6B90DE2140 /* SDImageCachesManager.m in Sources */, + 915DB5E5BA1DD9EF86C6F293F7A73B6C /* SDImageCachesManagerOperation.m in Sources */, + B4D1EC73BFE855CAB130789CD794F599 /* SDImageCoder.m in Sources */, + 0534A61D33013C32631FA438211CA1EB /* SDImageCoderHelper.m in Sources */, + 34D2872BF7A30601FBD4BC60E6A11F41 /* SDImageCodersManager.m in Sources */, + B8AAE09BDA1C47DF086AAD51B092188A /* SDImageFrame.m in Sources */, + C2DADA5A23747973314A4CFFE6FB7F4D /* SDImageFramePool.m in Sources */, + 8ECAC56BFFE53EFA7F809759EDC213F2 /* SDImageGIFCoder.m in Sources */, + A9712077A588EADAAE2542B8ED72A86E /* SDImageGraphics.m in Sources */, + 76646B9E6632B1F893ED0131264EC7DE /* SDImageHEICCoder.m in Sources */, + F62BD5890D7D6332D1314F40165E134B /* SDImageIOAnimatedCoder.m in Sources */, + 4A4ABFE20B862F449EC9DC7212412139 /* SDImageIOCoder.m in Sources */, + C5E35F9CF54992115BCB71F035710BC9 /* SDImageLoader.m in Sources */, + 9C058B5EA32A79EC3F01577625CF7AAD /* SDImageLoadersManager.m in Sources */, + BFC1B3A2E7218FA32E5DF2A71EA086BB /* SDImageTransformer.m in Sources */, + 377135F3B62FE4C5DEB338D5B4634A5A /* SDInternalMacros.m in Sources */, + 98B0DDAE76A92BF9F61E1713256BB3EB /* SDMemoryCache.m in Sources */, + 63AAA9DE746BB3FE02548EC92FDF571A /* SDWeakProxy.m in Sources */, + FD55E12B05ED496DFE1840D0DC94E244 /* SDWebImage-dummy.m in Sources */, + C0D3D116199E47B57CB0677A4413D1EA /* SDWebImageCacheKeyFilter.m in Sources */, + 28C1A7BD20940E2BD7D493B6D53BF859 /* SDWebImageCacheSerializer.m in Sources */, + 8F2062C174573547B4251453CB376F07 /* SDWebImageCompat.m in Sources */, + 16F346F348F8A8D14512D2A3A114BBE2 /* SDWebImageDefine.m in Sources */, + 5119CECBC88504A19FA3D0015A7A9CC3 /* SDWebImageDownloader.m in Sources */, + E2E1B214A3074ED42E8CC811026D2DB3 /* SDWebImageDownloaderConfig.m in Sources */, + 2A19A5D2893390F92BDD5215C6316610 /* SDWebImageDownloaderDecryptor.m in Sources */, + 9FC6454C7BE48E2A443FFE31C79CE009 /* SDWebImageDownloaderOperation.m in Sources */, + 74B836D4446AFBC0209DC2746067CB09 /* SDWebImageDownloaderRequestModifier.m in Sources */, + 42947A22C1CB9280218295B3F5E4EDB8 /* SDWebImageDownloaderResponseModifier.m in Sources */, + B95CD92B2649906EA4DC51EB48E9FF15 /* SDWebImageError.m in Sources */, + 6DBDFBABCDEADA2E543721297A55A108 /* SDWebImageIndicator.m in Sources */, + 791DFA14F9760A5AEFD93276859B1B3D /* SDWebImageManager.m in Sources */, + A860EAE1AB004261836B0A9B8E0664AD /* SDWebImageOperation.m in Sources */, + 76EC2F92B4D3047E43BC0F0A2F793142 /* SDWebImageOptionsProcessor.m in Sources */, + E55A45753BDAF10167090218628BC0FC /* SDWebImagePrefetcher.m in Sources */, + 9288117F2A605CE87B9EC3A29731BFA8 /* SDWebImageTransition.m in Sources */, + AD21E40D07B6D860003870A1B304421D /* UIButton+WebCache.m in Sources */, + 4755E37745511865176FBFA5E8349376 /* UIColor+SDHexString.m in Sources */, + FD1A98EFA4C947DF49695F646F86D023 /* UIImage+ExtendedCacheData.m in Sources */, + E10AEB144F406C94139542F2664BB640 /* UIImage+ForceDecode.m in Sources */, + 3AB28475B8B560A96F4010D2E165863F /* UIImage+GIF.m in Sources */, + 232E9F2F0D258223FDCA94B33DCF5C71 /* UIImage+MemoryCacheCost.m in Sources */, + FEF4C0E825D40AD86B1630A8552FEFA5 /* UIImage+Metadata.m in Sources */, + F4A10332DC5526E7FD5502D669422B96 /* UIImage+MultiFormat.m in Sources */, + F1D8619E8BCCE5DF8965AA68B15F0A2A /* UIImage+Transform.m in Sources */, + 1E5AC50E298D8F8B2D4BED991868E553 /* UIImageView+HighlightedWebCache.m in Sources */, + 2A775251FA62BEC597D5B83AD21AA917 /* UIImageView+WebCache.m in Sources */, + 184D9538BC6F42885D621E95B82A8D6C /* UIView+WebCache.m in Sources */, + 3A510D95705BEDFC530A39074EA52745 /* UIView+WebCacheOperation.m in Sources */, + DF89704DE8975200B7416D44830095D9 /* UIView+WebCacheState.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C69318524DA11B8BA9236E9651EF6F8E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; C6A558DD358D0A9D37BE505AF4786771 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18941,13 +19571,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D88C9449EC99AAACE085BF56C16A0E08 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; DA0B6A6F9B3EDF226BF081DAC7E777E7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -18985,20 +19608,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DCBC47A6BA03FC4F34C79F9B025B6EEA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DEF5AB2A9A0376BE03937CA56C52D6A7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; E01EA717D0A0AF8E12D145A5F2252FD2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -19031,27 +19640,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E84B37EA55179C77110DBCC45E5D6A0B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E8B1EC931101F40264286428AFA438D7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EB980A3187F8F6465734E5CA6D03B4B5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; EE82668DB7FF66FBDD3BD04E7798771D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -19065,13 +19653,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F6517C7FFC11F75C107C98C414B0A8F0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; F6BE32C3CD0010A8BFCEE863F9ED6940 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -19123,860 +19704,914 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FCCB6EDD1337F2C5115636BA7E258EDF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AD01931D200C49153984E27CBCEFE9D1 /* FLAnimatedImage.m in Sources */, + C16483526F6C6287240A75EDCB7E2F2F /* FLAnimatedImage-dummy.m in Sources */, + FD3AF10F8723DABEE406D25592B5F562 /* FLAnimatedImageView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FE7136930CC51906C4175B642F6A55F7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0274C507D279C37859B6195549E6C1E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYModel; - target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; - targetProxy = 24550EF6EEB669CFD077E84C5EED2159 /* PBXContainerItemProxy */; - }; - 027A3930BD1AEE9645BE2BB9B22AB21C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MQTTClient; - target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; - targetProxy = 09BC255FC6063AD2A45CD450B7BA0673 /* PBXContainerItemProxy */; - }; - 034925E304C6C07A743186D7AD109962 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = CCD6D29070F83B40E4E5034BB0F6C0E3 /* PBXContainerItemProxy */; - }; - 03E4C2DB1A52C7DF26AAA743323C8D4B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYText; - target = 6F5C17E80BD1B7F60A33F79692330A57 /* YYText */; - targetProxy = 108623F5739E2E3EE52F0E0BB2152C60 /* PBXContainerItemProxy */; - }; - 07A4310B8A1771145C9B4DBC638E545C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraComponetLog; - target = 49F1FB331F497E32873611039BAF1C27 /* AgoraComponetLog */; - targetProxy = 3D76DC33B64A38970EDB33D4B270C2BC /* PBXContainerItemProxy */; - }; - 0E19CF3AC0808844692A207C3C31467F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 61D46D74EDAD4F83DB0A6A0D0FD6124C /* PBXContainerItemProxy */; - }; - 0F0FE0E91BDBFD84B9FB2695ED121D34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = D649D6842507D60C5EE3F2B566FB1228 /* PBXContainerItemProxy */; - }; - 0F5515890E62FD8972FBFB8CCEE5B0CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraLyricsScore; - target = 43B293ED3108BC77CE12D6449EF3AA5F /* AgoraLyricsScore */; - targetProxy = 52EB9919A62F3979C12CCBB07021EEBB /* PBXContainerItemProxy */; - }; - 171903DBC8F1F35E602E9AA5715F58B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 796D5237F0B25CC172A59C0E55D2A89D /* PBXContainerItemProxy */; - }; - 17BA1635C51BAAAB358EAFC3512518F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraInfra_iOS; - target = 2F7F7AAA1C81C1ECBEECAABE3C3609AC /* AgoraInfra_iOS */; - targetProxy = 3984F2A2E338DFC75AABF982EC317FA6 /* PBXContainerItemProxy */; - }; - 1813D57D1AC26D3521E2F6FD43C3B954 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 94AC921FAE058EF778BBCA29ABC27740 /* PBXContainerItemProxy */; - }; - 19E72E972FCA9EAF607D1019BCF18611 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FMDB; - target = 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */; - targetProxy = D9FEA0229D5535DA05BD8CC440924F52 /* PBXContainerItemProxy */; - }; - 1CA1CD96CB04E785AF0201739A62A4DA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 310E8D091602C594A87258D86026A686 /* PBXContainerItemProxy */; - }; - 1F35DA16C9ADCE31FC920B3DCE01F01A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUICore; - target = EB381B961261861E0643718E562995A8 /* TUICore */; - targetProxy = D6D329189B73CDC29DAAAED592A6FCAA /* PBXContainerItemProxy */; - }; - 2031EF710D6ED7E851FDC6A5E7D5CD93 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYImage; - target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; - targetProxy = A520E99F4820C26F0FCB9919DB466742 /* PBXContainerItemProxy */; - }; - 211D90142327231F14196250FF98FA88 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YBImageBrowser; - target = B97FC50FB8C4390DDCCA281E85E7AD84 /* YBImageBrowser */; - targetProxy = 159B162B5E46A6E9284F7BC3EEDFD97D /* PBXContainerItemProxy */; - }; - 233148E759A475193A641E82B14D91E9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 15AAC6306C4DACCC73B6C5215006F0BD /* PBXContainerItemProxy */; - }; - 234C3409BB6F887B79539E87264FCC62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUIConversation; - target = 7E6A8D6108E4537DCBFAFA98674E2A71 /* TUIConversation */; - targetProxy = 3EDCF4C545B6759DF67D524989807F98 /* PBXContainerItemProxy */; - }; - 25A9B294A44C45B94174F8DAAD951EDB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AliyunOSSiOS; - target = C1FD11F5F7EBFF63F845CDF963F73E1A /* AliyunOSSiOS */; - targetProxy = AA6F2C893F10328E2C7F2EF987884F52 /* PBXContainerItemProxy */; - }; - 2756536FB5CD3334C7792804B489BB36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "FMDB-FMDB_Privacy"; - target = 973B9A51B49701F13767694DCAF5C37D /* FMDB-FMDB_Privacy */; - targetProxy = 3861F460E1B6091DC8452D33525D04BB /* PBXContainerItemProxy */; - }; - 27C521656956B8DB083764292CF05E5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TUIConversation-TUIConversation_Privacy"; - target = FBC036FDFE401149B1CD899239D81CFA /* TUIConversation-TUIConversation_Privacy */; - targetProxy = 2C7DF2A99416F4BFF98E997742A2328A /* PBXContainerItemProxy */; - }; - 27F23B13B86E99BE8BE9DF4A364F9369 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 9F0F3F56088E77C966B91A4F9891CCFA /* PBXContainerItemProxy */; - }; - 281C932CBC28A9B910DF273D01E89F35 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = 3D45E1FB45BC564A44D478DDE8710D22 /* PBXContainerItemProxy */; - }; - 291F27889AD2EBB1F6A1D55ECA8C9289 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 6B9724217F5575F58C0FABF2B76DFBA4 /* PBXContainerItemProxy */; - }; - 2ECA6FA829B3F580BE7E3C22CB80D093 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QGVAPlayer; - target = FBF544DF4EBDEAD14CE7D3656AF4A18B /* QGVAPlayer */; - targetProxy = 45C9C7E95BB419E9FDF6CC13F7FB59E2 /* PBXContainerItemProxy */; - }; - 3290591300D54016E8CCEEB58ADB7EDF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = A0CA705AFB83A288989431AA25A90AFB /* PBXContainerItemProxy */; - }; - 36B550F180EE67C3BB084B8472F52C34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AlipaySDK-iOS"; - target = 4847ACB1E2799345AA74D9E317048D58 /* AlipaySDK-iOS */; - targetProxy = 7FB626BD27CD09AC0C07DDEA8F1ACE6B /* PBXContainerItemProxy */; - }; - 3E3ED48CDB654ABE91C4FAF75121E60B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MQTTClient; - target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; - targetProxy = A30CD380CB2DF1855F4C05204D761FEC /* PBXContainerItemProxy */; - }; - 3F70F05AB39A74A56AEC76534759555C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 82A242C2FD08D660440BA3C9A869ABF5 /* PBXContainerItemProxy */; - }; - 43FE0F4365B77BAD88F33593A5078848 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Protobuf-Protobuf_Privacy"; - target = 331902F14E62290AA86FB37CAAC6ABB0 /* Protobuf-Protobuf_Privacy */; - targetProxy = D59B4BF3F2CBFA99CE8C380C304FE4E3 /* PBXContainerItemProxy */; - }; - 4535F5150135D73572CFB86F07258DA2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QGVAPlayer; - target = FBF544DF4EBDEAD14CE7D3656AF4A18B /* QGVAPlayer */; - targetProxy = 501FD2611F90677E2656783AFD5A3672 /* PBXContainerItemProxy */; - }; - 4821697649B391A5E31EDAE07EC87049 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 04DABAA35D35B88C47152374F21BD7EC /* PBXContainerItemProxy */; - }; - 4A65B842F1B4A217C185E08D0BD43542 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYText; - target = 6F5C17E80BD1B7F60A33F79692330A57 /* YYText */; - targetProxy = 6EB558D513B879598E51C0F9F64B6EE0 /* PBXContainerItemProxy */; - }; - 4AC9BDF20941DF47A16ADD22E63DD392 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUICore; - target = EB381B961261861E0643718E562995A8 /* TUICore */; - targetProxy = 3DA5736C9D9C98245361FB63B57F5CF2 /* PBXContainerItemProxy */; - }; - 4D3B2053DBC41F1D06837CCB0A009136 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = B047959F7DFF5AB101284FD51A05F538 /* PBXContainerItemProxy */; - }; - 4F314C06F65F2A5BFF9C568D6812C2F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Zip; - target = 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */; - targetProxy = A21200E15CFA9DE8BEE6021B398C2441 /* PBXContainerItemProxy */; - }; - 52CC4C731BC324B93D3A12A681DFF965 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Protobuf; - target = 470FE31978DC918618A329D8B55C85FF /* Protobuf */; - targetProxy = 02F6311EAFAEFC38331D481A0FAE0C3B /* PBXContainerItemProxy */; - }; - 5364DABCD79D6C21B15F9FF6E181C7C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TXIMSDK_Plus_iOS_XCFramework; - target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; - targetProxy = AACEEBFE9082FD3F762B5BF07BC66668 /* PBXContainerItemProxy */; - }; - 5518AD7FF2908F6B4F468544B8AAA6B0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Protobuf; - target = 470FE31978DC918618A329D8B55C85FF /* Protobuf */; - targetProxy = 3CD0EF4C5259194763E690E53C221A2B /* PBXContainerItemProxy */; - }; - 55D40E065CF188A66C74C69B692D25DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "JXCategoryView-JXCategoryView"; - target = E79E29F55A2453370D27112480FCF6A2 /* JXCategoryView-JXCategoryView */; - targetProxy = 0CB6AEAEC6651B4A2747C9FAFF7E62A9 /* PBXContainerItemProxy */; - }; - 5622A87ACF5AFFAB16F84C663971A714 /* PBXTargetDependency */ = { + 011D23CF3500EFB6746590A7ABF37DEA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AliyunOSSiOS-AliyunOSSiOS_Privacy"; target = 5D11A19D6943394EC1DDAB15A39FB827 /* AliyunOSSiOS-AliyunOSSiOS_Privacy */; - targetProxy = B7DE55517B61AEE736981DA1AA0164E0 /* PBXContainerItemProxy */; + targetProxy = 93500BB630EF966DF86B2D8A39588F81 /* PBXContainerItemProxy */; }; - 568B01F974AAED1C442404B58FC6EFB7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TIMCommon-TIMCommon_Privacy"; - target = A9A94B2F47199AE29CDF9CF13F4D95CF /* TIMCommon-TIMCommon_Privacy */; - targetProxy = E3D2CC3BC36AAD3C0174E7C3C0603480 /* PBXContainerItemProxy */; - }; - 5ABD7C4A4F187C13CD2CDAA15A0DF218 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = 0029DCEA4AC4C88C5DDE7545C7812128 /* PBXContainerItemProxy */; - }; - 5C66869334AA1F8FB805CFACD8CCDBEC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 9293289AEDC21A818C527958E375C15D /* PBXContainerItemProxy */; - }; - 5CC7093351DA6D7445112C094EA251C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TencentCloudHuiyanSDKFace_framework; - target = 5E1A429206107DAD9DA8C2C93A5BAFC5 /* TencentCloudHuiyanSDKFace_framework */; - targetProxy = 3D51294011CC41FA02FF2849C353E2A0 /* PBXContainerItemProxy */; - }; - 5EDA0A484EA0A79566B36C1AF433C5AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraLyricsScore; - target = 43B293ED3108BC77CE12D6449EF3AA5F /* AgoraLyricsScore */; - targetProxy = 49CC4658896CF5872EBA36EABC8C3098 /* PBXContainerItemProxy */; - }; - 5FD8254F6D846908EFCCE42207E554CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QCloudCore; - target = DBD31C8A3F2371ED732009637E95423D /* QCloudCore */; - targetProxy = AF7847F1777DF2A310767328A6D6F837 /* PBXContainerItemProxy */; - }; - 5FF36054B45C13F17CCB7E10975A6458 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TXIMSDK_Plus_iOS_XCFramework; - target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; - targetProxy = 2EB0896D7C53E6E57D4A8D604F821CB1 /* PBXContainerItemProxy */; - }; - 6369BCAC8E24DD40157289EBEE136DB7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SVGAPlayer; - target = EF4EFD5BE77B99AACFB0B7ACE03D198F /* SVGAPlayer */; - targetProxy = E30C4774CCD17478759E1471E55E1293 /* PBXContainerItemProxy */; - }; - 6552C8FB0E7C637E013D60549264FA10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Bugly; - target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; - targetProxy = A0B5A23982AE8343659A22CBF7543D8E /* PBXContainerItemProxy */; - }; - 682925E0D7E1191AFDD32B31244F6A47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TIMCommon; - target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; - targetProxy = FB4CE9736CBDAF6975EDAA4E0781E4A9 /* PBXContainerItemProxy */; - }; - 6A90627116C4E24FF539C71CBBBD45D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 1D5E043B52D2F4553BBC41EE9CDA6495 /* PBXContainerItemProxy */; - }; - 6AD5211C9A49370171B7596343FD1E05 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Protobuf; - target = 470FE31978DC918618A329D8B55C85FF /* Protobuf */; - targetProxy = 679696E6F73A37D2F4D883C3233EB704 /* PBXContainerItemProxy */; - }; - 6E13005FFAFC2D4B901B8E01ECB92D5E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = IQKeyboardManager; - target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; - targetProxy = 64AB6FC47DE5C3BCE3AB43F9F11D23A9 /* PBXContainerItemProxy */; - }; - 6F472662982CDA59B51CC7208EBD9775 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraComponetLog; - target = 49F1FB331F497E32873611039BAF1C27 /* AgoraComponetLog */; - targetProxy = 8A1D6514AA1BCEFE43C58F427F04CD47 /* PBXContainerItemProxy */; - }; - 72EC8C4D21A0705F5DB6608B067A7413 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = C7B5F25C9AD4E697541DAE41932D09CD /* PBXContainerItemProxy */; - }; - 762F859D6A487CCABC6D0C980240CA29 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYWebImage; - target = 488E8C830C5A5694EE916251B9ADAADA /* YYWebImage */; - targetProxy = D019DC9BA0A67304C2FCFED19766511A /* PBXContainerItemProxy */; - }; - 7985C6E830B277CF3A32275392599AFF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUIChat; - target = 05927177BD6FAFDF573D533A8665C859 /* TUIChat */; - targetProxy = 480A87FA39770E9196796FB6EFE15F46 /* PBXContainerItemProxy */; - }; - 7CD62DC58511188F955195A18959B84C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUICore; - target = EB381B961261861E0643718E562995A8 /* TUICore */; - targetProxy = C3D139DEB51FED1DBEE1535CADA37B24 /* PBXContainerItemProxy */; - }; - 7DD0EA943F8CD743D13C000DA9DBE791 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraInfra_iOS; - target = 2F7F7AAA1C81C1ECBEECAABE3C3609AC /* AgoraInfra_iOS */; - targetProxy = B3AD63BCFBE1E5DF8B85D2F368E49FCA /* PBXContainerItemProxy */; - }; - 7E4A5A47EE0061D6199FC35BA9780F47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SSZipArchive; - target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; - targetProxy = 7C2BDCF1DE010557B9D78050BE8C21B6 /* PBXContainerItemProxy */; - }; - 7E832E92B1D434FB5134E7AAC28CCE3E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = A8823BF30F6E0DD84F79DEE760D3FE24 /* PBXContainerItemProxy */; - }; - 7F65D68BEE64710492CCA094B0EB3848 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = C1FD4CF95EE51B508128C889D813DD5F /* PBXContainerItemProxy */; - }; - 7F9887B0799482107B31D33EE751743E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YBImageBrowser; - target = B97FC50FB8C4390DDCCA281E85E7AD84 /* YBImageBrowser */; - targetProxy = F80CDFA97DFB7F2F0A7D242C6F722FB4 /* PBXContainerItemProxy */; - }; - 806E61D09977FE9B01DBF600B680E656 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 5E7BD4CBFF52513F2165C47BF7B13F0D /* PBXContainerItemProxy */; - }; - 83F1893D230849AF9C307E9CC41D0FBF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AvoidCrash; - target = 3FA1E8E62E0263A4B0CA32E2D30D5BFC /* AvoidCrash */; - targetProxy = 37C19017C031E834BDF333968302D1D2 /* PBXContainerItemProxy */; - }; - 85A427292BEBC99F83BF986EBD657A77 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AlipaySDK-iOS"; - target = 4847ACB1E2799345AA74D9E317048D58 /* AlipaySDK-iOS */; - targetProxy = 732EE6B42CAE5FD65F332A7817CE0BE0 /* PBXContainerItemProxy */; - }; - 895AC6C6B982BD094C53C1EDD2057B3F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUICore; - target = EB381B961261861E0643718E562995A8 /* TUICore */; - targetProxy = CABFC33BF0F819F399EDD67ACF107B36 /* PBXContainerItemProxy */; - }; - 8C78BD59EF9ED450FB5163448335C001 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TIMPush; - target = 4927495D845F79030185863355F5B96F /* TIMPush */; - targetProxy = 1281264C00145AC68F1F17C3C57DF63D /* PBXContainerItemProxy */; - }; - 8D5D981266656AD0FD6FC30B25E3E7EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "WechatOpenSDK-XCFramework"; - target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; - targetProxy = 09AAB4E5693870EA6C09BC124338463D /* PBXContainerItemProxy */; - }; - 8DF96A1B0F7412C8879516D103F3E439 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QCloudCOSXML; - target = B2155DC9E9B69430B6C78F3E6D06BACF /* QCloudCOSXML */; - targetProxy = EAA732F4DFAB772C8DFF53A9F3E4B3D8 /* PBXContainerItemProxy */; - }; - 8ECD9E9FC888A35814BCE0AC9C5B2506 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TencentCloudHuiyanSDKFace_framework; - target = 5E1A429206107DAD9DA8C2C93A5BAFC5 /* TencentCloudHuiyanSDKFace_framework */; - targetProxy = 237A2C43FD43EFA1B999B025652DDE9C /* PBXContainerItemProxy */; - }; - 8F64DD0C0060BCA30CA76D2F360C2566 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYImage; - target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; - targetProxy = 028557861E402973F8077C9376E7CBC3 /* PBXContainerItemProxy */; - }; - 923A404D8B27F34E4C5B3FB103067882 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraComponetLog; - target = 49F1FB331F497E32873611039BAF1C27 /* AgoraComponetLog */; - targetProxy = 4AAE1FC807145DC21418D6028197EF7B /* PBXContainerItemProxy */; - }; - 93C32D3DD3C94BD8E2298593899D8D49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TIMPush-TIMPush_Privacy"; - target = A3672D206FD781B76503C6F6C0C8191A /* TIMPush-TIMPush_Privacy */; - targetProxy = 96D867B7C5AE3119C286CD14E2631376 /* PBXContainerItemProxy */; - }; - 9CA44088EBF2625880A2BFE1A146146A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 32798F602FF0B7FFA6DC2B02A6531C23 /* PBXContainerItemProxy */; - }; - 9DFAB53C27C5974AEF5A2C2403A523A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 91F6915B9C2691E207F50667D0C6CC64 /* PBXContainerItemProxy */; - }; - 9E0735FDCB0FF2E0BC8A3C8A38EB01ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SSZipArchive; - target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; - targetProxy = 3A15BE3BA831AB6D82AF832865D3660D /* PBXContainerItemProxy */; - }; - A22B62056AAD32F9F7BCCE4FAA82C5EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Zip; - target = 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */; - targetProxy = 1C578EC7E8798F8C9B3105C93F8EF2BC /* PBXContainerItemProxy */; - }; - A2D99EB2EFD20837F6C2055DB2B669DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TXIMSDK_Plus_iOS_XCFramework; - target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; - targetProxy = E8B3BF8E10AA744AECDE61C270366A34 /* PBXContainerItemProxy */; - }; - A91552D7E3CD63D083565AFD11177DFF /* PBXTargetDependency */ = { + 02863AAE1FF2E5EF10BBA4FEA72B44DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = YYCategories; target = 4CF4590C80DA0BCFB23334523B614709 /* YYCategories */; - targetProxy = 020891F66636A97959E12CCF051160CD /* PBXContainerItemProxy */; + targetProxy = 9936216A5B886202B7925D530502E102 /* PBXContainerItemProxy */; }; - AA4F5CEC77C1B56F575BB051F5A15C87 /* PBXTargetDependency */ = { + 0340BF9F0DA5271D4F5B0C62FF3D8926 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = 988EE1F7F701FA98D20B45DE77E950C9 /* PBXContainerItemProxy */; + }; + 0550206ED88228D32E9A87816F91AD5E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TXIMSDK_Plus_iOS_XCFramework; + target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; + targetProxy = 11AF6BAA0AC0F6DAD8DCB50222A9B7C3 /* PBXContainerItemProxy */; + }; + 08FB3629A5AFC121F00E43F97877018B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManager; + target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; + targetProxy = B75D758B407E879981C2F796D04120F5 /* PBXContainerItemProxy */; + }; + 0B3A9F2C8E8354DEAFB3B42948AA8C5C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Protobuf-Protobuf_Privacy"; + target = 331902F14E62290AA86FB37CAAC6ABB0 /* Protobuf-Protobuf_Privacy */; + targetProxy = 69C104071A9E57B1002156184D148D0F /* PBXContainerItemProxy */; + }; + 0C02D775E44261741D7BDC109671FD7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AliyunOSSiOS; target = C1FD11F5F7EBFF63F845CDF963F73E1A /* AliyunOSSiOS */; - targetProxy = 41094FC104272DEC00E861120E8F0F7A /* PBXContainerItemProxy */; + targetProxy = 99B3C641267D8EB99DB842A24D4EAE20 /* PBXContainerItemProxy */; }; - AAE86F5A624AEDF242FACE275672E717 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUIChat; - target = 05927177BD6FAFDF573D533A8665C859 /* TUIChat */; - targetProxy = ECE45EFCD3202BFFD3B36C1DC4898AF0 /* PBXContainerItemProxy */; - }; - AB2C50D4D5AF223EDA2BF3EE7139D83D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXPagingView; - target = C4E1020AF425614337737213AA26DBD5 /* JXPagingView */; - targetProxy = 59FFFE0EA691487F70851399F4DE2172 /* PBXContainerItemProxy */; - }; - AD2FFF19A6632FD7DAFC6592D5DA674E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TXIMSDK_Plus_iOS_XCFramework; - target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; - targetProxy = 88E30E6E51B37F5BD260E3376D6FA658 /* PBXContainerItemProxy */; - }; - AE2DC037B2DCA13F5F8C7ABC84CB199F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TUIChat-TUIChat_Privacy"; - target = F56DFD738FAB4E4F07F2D2E962EA3946 /* TUIChat-TUIChat_Privacy */; - targetProxy = FBA10CBC55CE9D39CC04D596F3363C16 /* PBXContainerItemProxy */; - }; - AE609A82E972F90891FEC05C429FC496 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYCache; - target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; - targetProxy = 0652AD0FEB33FFA21855D67268259526 /* PBXContainerItemProxy */; - }; - B0B5C96E3A15A83C8BE36F3774FB5B22 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TUICore-TUICore_Privacy"; - target = 8F36C5664BEF7888A4F179030A11C598 /* TUICore-TUICore_Privacy */; - targetProxy = 28F10095BD55DDB900D01FB05E0CC845 /* PBXContainerItemProxy */; - }; - B125397A2465FC702DE4CD68AFBA60B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYCategories; - target = 4CF4590C80DA0BCFB23334523B614709 /* YYCategories */; - targetProxy = 74A5CF175C93FFF5139D6B689616E8CB /* PBXContainerItemProxy */; - }; - B32A652E0054AD76BE195251A6677D76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FMDB; - target = 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */; - targetProxy = 9BF107EA92F565EFA85837758B1E142C /* PBXContainerItemProxy */; - }; - B49EFF3266CBE65FABF0D659F19A9FAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SVGAPlayer; - target = EF4EFD5BE77B99AACFB0B7ACE03D198F /* SVGAPlayer */; - targetProxy = BBE3140C15182EB5C795C43E74778A6B /* PBXContainerItemProxy */; - }; - B68A6A13F0045607132CFE197044A8F2 /* PBXTargetDependency */ = { + 0DD405CAC912EFC7DD5D4B69FB5C3F56 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TIMCommon; target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; - targetProxy = 9575AD4B351933C5F7CF2F49DCC4E628 /* PBXContainerItemProxy */; + targetProxy = AF4AD7ADDC1E80C8779E3C96B252A624 /* PBXContainerItemProxy */; }; - B83C71E4C20BCBDF90A214E8BC1DCA19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FMDB; - target = 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */; - targetProxy = 576D780D64039138ADFE2DE8A0E8D0A4 /* PBXContainerItemProxy */; - }; - B9A685320CFFBD9D1995DF27826D4101 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TZImagePickerController; - target = A96BBB982D62BB807B5BD10774BE2D07 /* TZImagePickerController */; - targetProxy = D09A5E2E9F2D1F46DBCFAA557C7B589E /* PBXContainerItemProxy */; - }; - BE8EEA9F02FEBC3CD7286C6B076F7239 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Bugly; - target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; - targetProxy = C336193CEF49DBBA2913F599EC1F0E53 /* PBXContainerItemProxy */; - }; - C04659742D9B261A7513ABEF8409839E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYCache; - target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; - targetProxy = 6B0EECF76C24E4F2A0AE6FFA51CFCB05 /* PBXContainerItemProxy */; - }; - C209FB4656F4881E77CE617AAA98610D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYImage; - target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; - targetProxy = 4442227DC45815DC3B0E2DA7A2A25EF8 /* PBXContainerItemProxy */; - }; - C448B7B706D24EE1E7900D826B058BFD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TIMCommon; - target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; - targetProxy = ADFF61EAF4459FB2F5F4CBE6F28D765A /* PBXContainerItemProxy */; - }; - C6A8014E8334B6A1D61A4EEDCE72D1C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "BRPickerView-BRPickerView.Privacy"; - target = 941104F296513E17138328984384286C /* BRPickerView-BRPickerView.Privacy */; - targetProxy = DEAD0FBD5C5AC5D71ABED4B71B26FED2 /* PBXContainerItemProxy */; - }; - C715EBFE0C4552363AB027B54E5440D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = IQKeyboardManager; - target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; - targetProxy = DAFF3B41501CABEEA3D82BDFDA35DDC8 /* PBXContainerItemProxy */; - }; - CB7B11B65400D5AE365A0F57A442A5ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYImage; - target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; - targetProxy = 500760E24363ECDF7890F0D69D11C3AD /* PBXContainerItemProxy */; - }; - CD7EA43F13F6AC4C32695101DE963AAD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TZImagePickerController; - target = A96BBB982D62BB807B5BD10774BE2D07 /* TZImagePickerController */; - targetProxy = E078D03B34BAFFFE0E9EDF2CED1A0A1B /* PBXContainerItemProxy */; - }; - D0706D56AF4F4A63FCF9448D60D708DF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = EBE0D2A69DD9DAA83E86F9CED91EEAF1 /* PBXContainerItemProxy */; - }; - D1A3342385DBAB8316F8C8934D25EAD2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Zip; - target = 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */; - targetProxy = 75E27EAD9B648921F61C9ABBA4CBEFAE /* PBXContainerItemProxy */; - }; - D3524B9FB35B4CBD08F93E36FD07BD08 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "WechatOpenSDK-XCFramework"; - target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; - targetProxy = 3157F3A5741DB4A4370ECDCE9A21D4B5 /* PBXContainerItemProxy */; - }; - D53F9A23E2267A99D7664269C460073B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 63D08DF051D6CDA4F8FA805DA51355C3 /* PBXContainerItemProxy */; - }; - D60BD3FD4A6CB1899F9361553BD81A20 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SSZipArchive; - target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; - targetProxy = DD0704D52564443ADE2B9640A285A131 /* PBXContainerItemProxy */; - }; - D61FE29C6BF95748BBEA1B93E3896A53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = QCloudCOSXML; - target = B2155DC9E9B69430B6C78F3E6D06BACF /* QCloudCOSXML */; - targetProxy = 4BE456AF0CDEEE4AE5F8320B05C84875 /* PBXContainerItemProxy */; - }; - D6EADCB8D483F159AB283267E4AFE1C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = B3451F3E8C4912090BA5B338CCCDA977 /* PBXContainerItemProxy */; - }; - D7C6D36DA420DEACD49D465BD1D592D5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AvoidCrash; - target = 3FA1E8E62E0263A4B0CA32E2D30D5BFC /* AvoidCrash */; - targetProxy = 1D4028B5653790FD7C1664A8F8B44706 /* PBXContainerItemProxy */; - }; - D93E0810A5B6CD1E2C28161F302F3B27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = ED19FEE3F2B1CD87A7363CB415741848 /* PBXContainerItemProxy */; - }; - DA7F32628634444055D710E99BA8E191 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYWebImage; - target = 488E8C830C5A5694EE916251B9ADAADA /* YYWebImage */; - targetProxy = 5CA7DA26B29C599B586021D786100313 /* PBXContainerItemProxy */; - }; - DAFE8BD73D259D9B06DEDCE36AB1BBBC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYCache; - target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; - targetProxy = E279B3C8C18063C1DF056DF766D02ED1 /* PBXContainerItemProxy */; - }; - DC5326A15B348F14D2F4DF6E7A4CB513 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXPagingView; - target = C4E1020AF425614337737213AA26DBD5 /* JXPagingView */; - targetProxy = 6D3AF90D318A9DEA4591D1395A8C1367 /* PBXContainerItemProxy */; - }; - E2C8D7C257776C86B27EDE2A90A1EB31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDCycleScrollView; - target = CBED833AAD6266F3AEFE9BE31C68E094 /* SDCycleScrollView */; - targetProxy = D182EB0D4EE294BF10C6D707A0D39024 /* PBXContainerItemProxy */; - }; - E3CB35B2F152CB0D7DC06AC3C2C0150F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TUICore; - target = EB381B961261861E0643718E562995A8 /* TUICore */; - targetProxy = 628121684B04DE0EBD44BA2B43690247 /* PBXContainerItemProxy */; - }; - E4F3C97C6731AE940B485385DDD1355F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = LLDebugTool; - target = 5A3DE9AE6F3A36E1625275AD8CEC43B4 /* LLDebugTool */; - targetProxy = 4F31066B4A5C6619D5880F4069EEFE98 /* PBXContainerItemProxy */; - }; - E75BD8CE4713E3D3415C7BF74B136DD4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraInfra_iOS; - target = 2F7F7AAA1C81C1ECBEECAABE3C3609AC /* AgoraInfra_iOS */; - targetProxy = 5C9AC1DB7EA0D2557EE7343EEFFB9FD4 /* PBXContainerItemProxy */; - }; - EB961BD51488140C87DE9CEA8B39ED95 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "JXPagingView-JXPagerView"; - target = 16704C6B67439DA959DB043702C75A7A /* JXPagingView-JXPagerView */; - targetProxy = 50A7C44D30473B9AF60C176F2D361614 /* PBXContainerItemProxy */; - }; - ECC5D0CC6E1FD46A3C5F2DF5E17D3D36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = E46BC07786369083D70505B105235C8B /* PBXContainerItemProxy */; - }; - ED6E20575779E51ECD4362EAB0C9ABFE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YYModel; - target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; - targetProxy = 84E3A5308B439C1EFA044ECD8B9A38C8 /* PBXContainerItemProxy */; - }; - EEA4A7B84264455B32834806BE6C3CDF /* PBXTargetDependency */ = { + 0E30339B69D3302EC1E55AE395207796 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MBProgressHUD; target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = DE4E655A959E1598CC8F2579E98B08A4 /* PBXContainerItemProxy */; + targetProxy = B563AF1A8D1EF1AF4C18EBB3DAEFDE99 /* PBXContainerItemProxy */; }; - EFDF87F92966C3B65874FC9D9C57E25C /* PBXTargetDependency */ = { + 11D4042707FCAB4DBF1C39FF492A89ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AgoraRtcEngine_iOS; - target = 183C29DD6DE04D22CA29BAE61F5C530B /* AgoraRtcEngine_iOS */; - targetProxy = A174F9D7A404D2D8F73E0D0E6028BD63 /* PBXContainerItemProxy */; + name = JXPagingView; + target = C4E1020AF425614337737213AA26DBD5 /* JXPagingView */; + targetProxy = 260448C2DBD352C3B8547607553C332F /* PBXContainerItemProxy */; }; - F1A003952B367EFB17076A988586FAB7 /* PBXTargetDependency */ = { + 1314B8EFAB0CB48602C00530E1B1FEA2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = TIMPush; - target = 4927495D845F79030185863355F5B96F /* TIMPush */; - targetProxy = 80EC13B5260679E745963371D6ECF68E /* PBXContainerItemProxy */; + name = "AlipaySDK-iOS"; + target = 4847ACB1E2799345AA74D9E317048D58 /* AlipaySDK-iOS */; + targetProxy = 8C67B0BA61360DF5F24024D6956958AB /* PBXContainerItemProxy */; }; - F2FCA4761A420D310B5F126303646354 /* PBXTargetDependency */ = { + 14206893DCFE74CC078B6279CE1D1AF8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QCloudCore; - target = DBD31C8A3F2371ED732009637E95423D /* QCloudCore */; - targetProxy = 0952E0D150ED3103EF4A7CFA1C5804E8 /* PBXContainerItemProxy */; + name = FLAnimatedImage; + target = 4A8E8992707D01510894596DB9BCCA00 /* FLAnimatedImage */; + targetProxy = BD353643A261E5503390C9674D90A5CE /* PBXContainerItemProxy */; }; - F360729E83AFD49880E3C195EC349655 /* PBXTargetDependency */ = { + 150492B096EBECEBC41B30E3F5879734 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LLDebugTool; - target = 5A3DE9AE6F3A36E1625275AD8CEC43B4 /* LLDebugTool */; - targetProxy = 2BD935484349F98B50BCD16507C92672 /* PBXContainerItemProxy */; + name = "FMDB-FMDB_Privacy"; + target = 973B9A51B49701F13767694DCAF5C37D /* FMDB-FMDB_Privacy */; + targetProxy = 348EDD0A29E0B46FA41CA19D33D43E18 /* PBXContainerItemProxy */; }; - F3DDEC9D5D1016E0E08F60308529C1DA /* PBXTargetDependency */ = { + 154829CD335699AFCA02F64B6E1D654E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = TIMCommon; - target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; - targetProxy = 1F2591DAB90FBBADED218A0035E01B6A /* PBXContainerItemProxy */; + name = Zip; + target = 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */; + targetProxy = A8489FE119FF542B126FAEA8029F94FD /* PBXContainerItemProxy */; }; - F61C086109946FEF4B88BE4ED06757D9 /* PBXTargetDependency */ = { + 15B4335A95A1DF4D55A1263A7EDCA491 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TUICore-TUICore_Privacy"; + target = 8F36C5664BEF7888A4F179030A11C598 /* TUICore-TUICore_Privacy */; + targetProxy = FC6BEFFBB09E4FA621E33FBBB457B9FA /* PBXContainerItemProxy */; + }; + 16B83D3D05FC53F48EC82B4BA406559D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TIMPush-TIMPush_Privacy"; + target = A3672D206FD781B76503C6F6C0C8191A /* TIMPush-TIMPush_Privacy */; + targetProxy = 853A0BD4A0A60269E973830C7E1D114B /* PBXContainerItemProxy */; + }; + 16F228AB00909FD34AF0FDA1217C414E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = 43419BD12C3D378ED093875BFE03392A /* PBXContainerItemProxy */; + }; + 19910756619AC048C5A8FC0970585834 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "MJRefresh-MJRefresh.Privacy"; target = B26054DF1DEA11585A231AF6D1D80D5E /* MJRefresh-MJRefresh.Privacy */; - targetProxy = 714338FADA42542BEAAF434CA9D7016E /* PBXContainerItemProxy */; + targetProxy = 7FFAF797641592A328FC074ACD8EC8E9 /* PBXContainerItemProxy */; }; - F6C50F6A681C1998883B324282CDB953 /* PBXTargetDependency */ = { + 1C373907E7EEAFBDCDDFC2E70676FA7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QCloudCore; - target = DBD31C8A3F2371ED732009637E95423D /* QCloudCore */; - targetProxy = F3A7BF69C0DED3C741059EA4574310A0 /* PBXContainerItemProxy */; + name = SVGAPlayer; + target = EF4EFD5BE77B99AACFB0B7ACE03D198F /* SVGAPlayer */; + targetProxy = 9B74774408B3FB72D3FFD80711EF14FA /* PBXContainerItemProxy */; }; - F6E08EA412EB058D2B0BDB2269909ACC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "SDWebImage-SDWebImage"; - target = 94CFBA7D633ECA58DF85C327B035E6A3 /* SDWebImage-SDWebImage */; - targetProxy = 8F908A2F824D8F80641268B41277AB4A /* PBXContainerItemProxy */; - }; - F855DCB2F08495A69487133AB25B5D61 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "IQKeyboardManager-IQKeyboardManager"; - target = 05B2A835D60F78761395189914B88047 /* IQKeyboardManager-IQKeyboardManager */; - targetProxy = 07CC761A63DA4D49464DFF756E5D24E4 /* PBXContainerItemProxy */; - }; - F911C729D1A695931311F73AD23C50B4 /* PBXTargetDependency */ = { + 1C4C8B1EC6410DBD45B7254E6166D318 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AgoraLyricsScore-AgoraLyricsScoreBundle"; target = 0409F31E66073F5C1A3BBA08171DD017 /* AgoraLyricsScore-AgoraLyricsScoreBundle */; - targetProxy = 45EC9278BFD02DA63B5A3B2772FE32DA /* PBXContainerItemProxy */; + targetProxy = C1AC22D8C0D853C4D3B0C858AB75886E /* PBXContainerItemProxy */; }; - F9C14FA16D996314C95D812A34277E2A /* PBXTargetDependency */ = { + 1D8DB8ABBDD800AC89A1142135C5F20D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SVProgressHUD; + target = 1C8D67D8B72D6BA42CCEDB648537A340 /* SVProgressHUD */; + targetProxy = 3FE202B4DBDB1B2C6CE498214358A91E /* PBXContainerItemProxy */; + }; + 20984EAD6BACB7D8A143762BEF47027B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TZImagePickerController; + target = A96BBB982D62BB807B5BD10774BE2D07 /* TZImagePickerController */; + targetProxy = C28417410245613DD5F046549805E5F2 /* PBXContainerItemProxy */; + }; + 22F3D47D00ABED2E7B76D0641800C401 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYImage; + target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; + targetProxy = FB2B5EDBABA53BEE3A999C6146686FEE /* PBXContainerItemProxy */; + }; + 24E27955840BAAF735CB79F7F23921E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 4CB767C2134601903D4C00B2322B6FDA /* PBXContainerItemProxy */; + targetProxy = F3CECBA5D511B55D438522A8B1CC5299 /* PBXContainerItemProxy */; }; - FBB50E231EB1A9B4056417CC4864EA85 /* PBXTargetDependency */ = { + 263483A7C35591AF51AD5718D16EF7E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDCycleScrollView; - target = CBED833AAD6266F3AEFE9BE31C68E094 /* SDCycleScrollView */; - targetProxy = CAFEE185BB6C4D90077FFB8B75ABAA8F /* PBXContainerItemProxy */; + name = SSZipArchive; + target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; + targetProxy = AD10FE2D1EB5915AF64B2FFAAB489E62 /* PBXContainerItemProxy */; }; - FC37B04DACD3EC54B63B172959948082 /* PBXTargetDependency */ = { + 2A10CC33F5045AC5703FE3BC936B542F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy"; - target = F71BF3AB61E6444B3140F0A3A86B2910 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */; - targetProxy = 0B5E6DAAC9C3B97218B31CCDCC2AEC32 /* PBXContainerItemProxy */; + name = AvoidCrash; + target = 3FA1E8E62E0263A4B0CA32E2D30D5BFC /* AvoidCrash */; + targetProxy = B020B4BBCFB0A50246D28D1EF50CE5CA /* PBXContainerItemProxy */; }; - FC9D73AF163198C6AEF3E6088608B833 /* PBXTargetDependency */ = { + 2C1547CD8038493D892039D50EC455F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = B336162AD1998EA99F79E5D1826C2F15 /* PBXContainerItemProxy */; + }; + 2C1DBA6A759990DCFB1F6053EC94C8AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = B9540153B34801BD4AC649474C589DD8 /* PBXContainerItemProxy */; + }; + 2D6D0241F1E462DD2C7BEBB7FB1B1879 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MQTTClient; + target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; + targetProxy = 47E54DDD49482F78FCD0B7D31BB040E1 /* PBXContainerItemProxy */; + }; + 2FF67F9DE6E25D91ABFA25A30E9F1ABF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYCache; + target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; + targetProxy = B4CFAF39AF99EA92A5B44C0A51F1D413 /* PBXContainerItemProxy */; + }; + 308963705F920AD5A53EBC7BE7B5D9EB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 46727CBC50CEBBC86B54F3CACC0182B7 /* PBXContainerItemProxy */; + }; + 32B5754BB39B2D363081EF3B12144E41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUIChat; + target = 05927177BD6FAFDF573D533A8665C859 /* TUIChat */; + targetProxy = 694D49A19E73D79D870FF20B8E3687C0 /* PBXContainerItemProxy */; + }; + 369277A62C9707CFD660E6C937B2F89A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 888239E63886125DB538F1EB0683B5B8 /* PBXContainerItemProxy */; + }; + 37AB0DC6E2624CD457B11506CBF2CC14 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = 57EE92F1E767D6C5387799FCFA7FD911 /* PBXContainerItemProxy */; + }; + 38BB1F79049362B025FF21E1B334B603 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYImage; + target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; + targetProxy = 27A7F74DEC76EEF9378B032BDEC6D97A /* PBXContainerItemProxy */; + }; + 3A2F0D6AE2065AE93570D95EAC1CB1A6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUICore; + target = EB381B961261861E0643718E562995A8 /* TUICore */; + targetProxy = 09D85547BE4AD54DD1A663E2E79FA71B /* PBXContainerItemProxy */; + }; + 3A706B2897E9562877797AA4305F9D2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "WechatOpenSDK-XCFramework"; + target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; + targetProxy = 28F61E13E2D14B77BE8814E40182E3A7 /* PBXContainerItemProxy */; + }; + 3AEC9D2174B3301B5988420CD1938D3E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYImage; + target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; + targetProxy = 78086CEA270986D25F1D9DD8174FE8B9 /* PBXContainerItemProxy */; + }; + 3C162F315C46A04DE32E2CCA9BE4258B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = A8557065673D0FAA68203C75FF3B167E /* PBXContainerItemProxy */; + }; + 3CCEFDE16BE99058A2690B19B4C40A1C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 2A5CFEF2B580EFF69971A8FD584AC15B /* PBXContainerItemProxy */; + }; + 3E7D478E68B58EA53B7B837DBB7EA5FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QCloudCore; + target = DBD31C8A3F2371ED732009637E95423D /* QCloudCore */; + targetProxy = F2027A799E4C2161F8502D0AB0F0D9E2 /* PBXContainerItemProxy */; + }; + 40399E6FF97F28EAF6C691D37E9C1D27 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = D03D98D9BB7268CE730BC5576D8AA9A9 /* PBXContainerItemProxy */; + }; + 42E4860D314B79F8960B4C1A5070C103 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FMDB; + target = 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */; + targetProxy = 620B96822F47D1BB77A31B09C8D168F6 /* PBXContainerItemProxy */; + }; + 449F97C89641251C18D080E53088044C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FMDB; + target = 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */; + targetProxy = 95110EFC004C08083B3E40EFDEE7D4B9 /* PBXContainerItemProxy */; + }; + 456A22479A241CE00A8895683F9D8481 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "JXPagingView-JXPagerView"; + target = 16704C6B67439DA959DB043702C75A7A /* JXPagingView-JXPagerView */; + targetProxy = 6173C0332AFF89A2C62BF77E7D854D69 /* PBXContainerItemProxy */; + }; + 46C18E88D8C8454FFF376907DDA17C66 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Masonry; target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = 5459B75ABEE9F255EB0293FAEB3A9F42 /* PBXContainerItemProxy */; + targetProxy = 310D2873918C92438507B3ED2E149E1A /* PBXContainerItemProxy */; }; - FCF1A524BA195A1A8E04BB7399C550A4 /* PBXTargetDependency */ = { + 49AAC038C4A6C3814C6940B9ED352466 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AgoraRtcEngine_iOS; - target = 183C29DD6DE04D22CA29BAE61F5C530B /* AgoraRtcEngine_iOS */; - targetProxy = 41A43E1AC329881F60B7766205E64985 /* PBXContainerItemProxy */; + name = TXIMSDK_Plus_iOS_XCFramework; + target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; + targetProxy = 048C1DC5576B3CDE8BBAB510D99D04B0 /* PBXContainerItemProxy */; }; - FEB1107B92EF1A5AF2C3DCF7D271B335 /* PBXTargetDependency */ = { + 4AD714775CF4A139A0409074682DD3C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QCloudCOSXML; + target = B2155DC9E9B69430B6C78F3E6D06BACF /* QCloudCOSXML */; + targetProxy = 2CE4220626A55830ABBD9290F3864212 /* PBXContainerItemProxy */; + }; + 4DA9166E8F4AB1C8812A8DC0FE0CA932 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YBImageBrowser; + target = B97FC50FB8C4390DDCCA281E85E7AD84 /* YBImageBrowser */; + targetProxy = 817ADDDAB2CABD5E7135CE96EBD539EA /* PBXContainerItemProxy */; + }; + 4DBFDA383D749B7DE2A1E4D37E60F253 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TencentCloudHuiyanSDKFace_framework; + target = 5E1A429206107DAD9DA8C2C93A5BAFC5 /* TencentCloudHuiyanSDKFace_framework */; + targetProxy = 5A84FCF02C4ABE98A30504EA58481EA5 /* PBXContainerItemProxy */; + }; + 4EDF4E8D4DFDEEEF9C1ED9CC4E584ADF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TIMPush; + target = 4927495D845F79030185863355F5B96F /* TIMPush */; + targetProxy = F430BE6FF75C319825D3C81C0FFAE34B /* PBXContainerItemProxy */; + }; + 528E0601D2B72F04890DA89DB6F41F2F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TencentCloudHuiyanSDKFace_framework; + target = 5E1A429206107DAD9DA8C2C93A5BAFC5 /* TencentCloudHuiyanSDKFace_framework */; + targetProxy = 82D4BA40C3E9A924EA5D591BA7CA7145 /* PBXContainerItemProxy */; + }; + 53390C8086BA4B4CC608542005708046 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = XHLaunchAd; + target = 4EE958CD28D774381C5FB4F1281C4A49 /* XHLaunchAd */; + targetProxy = B37A744C7595B83EDC81218B37CAE832 /* PBXContainerItemProxy */; + }; + 533E4C0719364541E347CE778F8F8F9E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = CB25461BB38EAA481053128FC6EBF871 /* PBXContainerItemProxy */; + }; + 55D4AA113C29B569361C6C409BF4E821 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 27BCABFB686E6E095E896588C52994F6 /* PBXContainerItemProxy */; + }; + 569F0FC3448AA5EFD4DAA77F2FD4D1BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "BRPickerView-BRPickerView.Privacy"; + target = 941104F296513E17138328984384286C /* BRPickerView-BRPickerView.Privacy */; + targetProxy = E7D5631F526B45C36292525ED3E2FA4D /* PBXContainerItemProxy */; + }; + 58609A8679374942C7B464338470E2FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = BA4C1E6CB9F83FFE567017CDAD5FC31F /* PBXContainerItemProxy */; + }; + 59D4EF97841BD620C46990927C1B433D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SVProgressHUD; + target = 1C8D67D8B72D6BA42CCEDB648537A340 /* SVProgressHUD */; + targetProxy = 1B0FB9C5D005F5498A1DED98C4156B23 /* PBXContainerItemProxy */; + }; + 5A1B41DAEACEF5EFAB8DAA95F450D293 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TUIConversation; target = 7E6A8D6108E4537DCBFAFA98674E2A71 /* TUIConversation */; - targetProxy = EB3D1E6F410C807E454A09E9D8738B0E /* PBXContainerItemProxy */; + targetProxy = C402A99DC72D0733049F0F8D63FD85FD /* PBXContainerItemProxy */; + }; + 5E39F5B16C6D83E53F3326DB430A93A6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraInfra_iOS; + target = 2F7F7AAA1C81C1ECBEECAABE3C3609AC /* AgoraInfra_iOS */; + targetProxy = EE415FCAF4199853736A1E16563CC710 /* PBXContainerItemProxy */; + }; + 5F569D946566BCF4392CC8E0F6419F7A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TIMCommon; + target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; + targetProxy = 945F1481D28924C20D1753A87A4B0837 /* PBXContainerItemProxy */; + }; + 60CAD4BA2399E497F967D4E91F305718 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AvoidCrash; + target = 3FA1E8E62E0263A4B0CA32E2D30D5BFC /* AvoidCrash */; + targetProxy = 367206FC9EB12F507102008437FE25C1 /* PBXContainerItemProxy */; + }; + 612D53BF5FBDCA5955213DE38FDB4964 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Zip; + target = 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */; + targetProxy = 1367DC6EEC62353A337FC54AEDECB441 /* PBXContainerItemProxy */; + }; + 631AD0AA432E91296A8DD27DCE01CB6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYCategories; + target = 4CF4590C80DA0BCFB23334523B614709 /* YYCategories */; + targetProxy = 36E35D97D16AEDF7A52C619C0E12C4B7 /* PBXContainerItemProxy */; + }; + 63EA185154B33CC4D458D8DE09EDD3B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FLAnimatedImage; + target = 4A8E8992707D01510894596DB9BCCA00 /* FLAnimatedImage */; + targetProxy = 2CDFC9AFE77DE9D83E29BD39A472FFC7 /* PBXContainerItemProxy */; + }; + 64147F582F370985B5F44ADAC2A9C8F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DZNEmptyDataSet; + target = F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */; + targetProxy = 3A42D684E04041B761405800AF03B31D /* PBXContainerItemProxy */; + }; + 65A2EB87D61B3861EAC5E31A9DB02BB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Zip; + target = 31708EE6929C61C0EDA6F5DAE3AF9DB7 /* Zip */; + targetProxy = 80610678BE43AEFCE4502625D8BAA08D /* PBXContainerItemProxy */; + }; + 65B64592B1662056ED734BEC2762072E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TIMCommon; + target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; + targetProxy = 9B82399C116D8AADE69CB416406ABC3A /* PBXContainerItemProxy */; + }; + 6FCAB6AE1E6ED6219E394016E9E946CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TUIChat-TUIChat_Privacy"; + target = F56DFD738FAB4E4F07F2D2E962EA3946 /* TUIChat-TUIChat_Privacy */; + targetProxy = E17A55A2E72D63FB491A326D26DB1D27 /* PBXContainerItemProxy */; + }; + 7385AC26D2A3F79E8D488F08DB8A6899 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FLAnimatedImage; + target = 4A8E8992707D01510894596DB9BCCA00 /* FLAnimatedImage */; + targetProxy = 0518236C172EEEDCFA489983F20E1792 /* PBXContainerItemProxy */; + }; + 768267AB1E7FD9F0B12CC487DBED2D41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QGVAPlayer; + target = FBF544DF4EBDEAD14CE7D3656AF4A18B /* QGVAPlayer */; + targetProxy = A9E214AED229DCE894D3A6D7544B84FB /* PBXContainerItemProxy */; + }; + 76AB451B46AAB6455545054554D3B6E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SVGAPlayer; + target = EF4EFD5BE77B99AACFB0B7ACE03D198F /* SVGAPlayer */; + targetProxy = ADE0A17D82AD5A7B758BC05380EF4039 /* PBXContainerItemProxy */; + }; + 771557497D5C6FE739859E7FE4E852A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYText; + target = 6F5C17E80BD1B7F60A33F79692330A57 /* YYText */; + targetProxy = 37EB965725792671B40228C512F008B8 /* PBXContainerItemProxy */; + }; + 77B321D1B03BB501EB430B316FB28961 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXPagingView; + target = C4E1020AF425614337737213AA26DBD5 /* JXPagingView */; + targetProxy = 0AF93DB6399F0E9AF1030B3975D901D6 /* PBXContainerItemProxy */; + }; + 77F319B6FAA02CF94A0B5970B1B00E22 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = AA94D29FA1657A95D62F434F4525E1C2 /* PBXContainerItemProxy */; + }; + 797E0023101142523D811533CD2F95BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYText; + target = 6F5C17E80BD1B7F60A33F79692330A57 /* YYText */; + targetProxy = 3DECF51299332C049252E1FC99F54577 /* PBXContainerItemProxy */; + }; + 7B9573380095600010F6EC189595FAB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Protobuf; + target = 470FE31978DC918618A329D8B55C85FF /* Protobuf */; + targetProxy = C362700BCD838CB5952EA0712D4675E7 /* PBXContainerItemProxy */; + }; + 7C95A0F043A5CF72F504BCA6D2DD4EBC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 38F9A3637B81E68D50B1A3A7B3981652 /* PBXContainerItemProxy */; + }; + 7D7C1D4E135BF2654FAB59B00190A573 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = XHLaunchAd; + target = 4EE958CD28D774381C5FB4F1281C4A49 /* XHLaunchAd */; + targetProxy = 4A6290A5D15EA922DBB9052633120DA7 /* PBXContainerItemProxy */; + }; + 7DC8AAF468B5D3A4B1ADD7B181F35DD7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraInfra_iOS; + target = 2F7F7AAA1C81C1ECBEECAABE3C3609AC /* AgoraInfra_iOS */; + targetProxy = 16D8ABC378B6CB6F76BB360D60D94CB0 /* PBXContainerItemProxy */; + }; + 7FA8CE376D7530D59B8A97CDA3527479 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUIChat; + target = 05927177BD6FAFDF573D533A8665C859 /* TUIChat */; + targetProxy = 682ECC4CED00DB0B9A480FF4D2243F3C /* PBXContainerItemProxy */; + }; + 81B0B241CA4E96849388C5955FDB1B7C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YBImageBrowser; + target = B97FC50FB8C4390DDCCA281E85E7AD84 /* YBImageBrowser */; + targetProxy = B2D95781850D70B5C67098F4A0692520 /* PBXContainerItemProxy */; + }; + 85055700B2329296051694F6F0B66FB9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TUIConversation-TUIConversation_Privacy"; + target = FBC036FDFE401149B1CD899239D81CFA /* TUIConversation-TUIConversation_Privacy */; + targetProxy = 14F23C73D6AABDCCB369F0C74B9ACD7A /* PBXContainerItemProxy */; + }; + 858304F4C5E31908AC8AB0031AA64579 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AliyunOSSiOS; + target = C1FD11F5F7EBFF63F845CDF963F73E1A /* AliyunOSSiOS */; + targetProxy = 8DBA39332CB0FE5DE2A23E383949591F /* PBXContainerItemProxy */; + }; + 897FF47E4D63FCF1BFC55F7C8EDD2628 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = AA3BBE2C49BEB4507E16764B58C42FFC /* PBXContainerItemProxy */; + }; + 8C38BD87F6C592D086DFAB37893244CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Protobuf; + target = 470FE31978DC918618A329D8B55C85FF /* Protobuf */; + targetProxy = 1779D32F4F7681055CFF2E14B1570AE6 /* PBXContainerItemProxy */; + }; + 8CBACF764669B26B4C75A3BB7D985325 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "WechatOpenSDK-XCFramework"; + target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; + targetProxy = F9FBA108A9CB7B0A339B8C3A4851AC37 /* PBXContainerItemProxy */; + }; + 8E629D5C80FF34E0D532DA6075F3A6FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MQTTClient; + target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; + targetProxy = 920A8ABEBCB22B7F7D741A2B66C16147 /* PBXContainerItemProxy */; + }; + 8E88B037A6581D31404E747F3A44CC60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = 7858DB43951B80491AFE898DA4E5152F /* PBXContainerItemProxy */; + }; + 8F462D533C460AF1D89817206988B578 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = EC6AE5F01999B860C35BD7F945345CF8 /* PBXContainerItemProxy */; + }; + 91CB0963BD359892522FD65AF6A8F174 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUIConversation; + target = 7E6A8D6108E4537DCBFAFA98674E2A71 /* TUIConversation */; + targetProxy = 1E3EF613A94B92581FB04F5BDD55509A /* PBXContainerItemProxy */; + }; + 9418D692BB5F2A6E9646A5E1C3DCDAD2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TIMCommon; + target = 46196B0F15FB5453681E745A8C1700C8 /* TIMCommon */; + targetProxy = 3F00A885D9BB9754B687B92C7AD696B9 /* PBXContainerItemProxy */; + }; + 95A147737D18EE45A3583E93749A32D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "IQKeyboardManager-IQKeyboardManager"; + target = 05B2A835D60F78761395189914B88047 /* IQKeyboardManager-IQKeyboardManager */; + targetProxy = FB1315250A3836E7987459D42480BCCD /* PBXContainerItemProxy */; + }; + 9A414851927B9D096577ECB6759A1521 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TXIMSDK_Plus_iOS_XCFramework; + target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; + targetProxy = 2E1F467D4235CF0941CD16F10347A00E /* PBXContainerItemProxy */; + }; + 9F4718D67CEFCDB85C125C93BCB76AAE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FMDB; + target = 8592E0E389D40AC17881400ADC67ABC0 /* FMDB */; + targetProxy = 0D4E577297D855AA15E7A3B38168160E /* PBXContainerItemProxy */; + }; + A15DEC66434D00E334C8FA81104AF6FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraLyricsScore; + target = 43B293ED3108BC77CE12D6449EF3AA5F /* AgoraLyricsScore */; + targetProxy = F4EAA9BD29295AB36920CD10B65B015E /* PBXContainerItemProxy */; + }; + A251256FAB5A111A29DEFC27966AA1CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QCloudCOSXML; + target = B2155DC9E9B69430B6C78F3E6D06BACF /* QCloudCOSXML */; + targetProxy = 140DBB90C082D88A05A76D81E351E452 /* PBXContainerItemProxy */; + }; + A486653EFA9A715E6B7EEDF109362F6D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraComponetLog; + target = 49F1FB331F497E32873611039BAF1C27 /* AgoraComponetLog */; + targetProxy = A04BD63716B7E8F25C1B56AF1CC235BF /* PBXContainerItemProxy */; + }; + A4D6BD2FB8C87E0D2A5A8F879D0993B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUICore; + target = EB381B961261861E0643718E562995A8 /* TUICore */; + targetProxy = 26D025E00112F5341E5CA5C3D751B789 /* PBXContainerItemProxy */; + }; + A71A5F91DCCEA87668EA5EE87B0F0638 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraLyricsScore; + target = 43B293ED3108BC77CE12D6449EF3AA5F /* AgoraLyricsScore */; + targetProxy = 4595134D6015DA2EFB9CC8EFC707EAD3 /* PBXContainerItemProxy */; + }; + A76342EF8DF00DD825CE74B6FACF2774 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bugly; + target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; + targetProxy = 59E82A20DCD00D52E30F817A169E9398 /* PBXContainerItemProxy */; + }; + AA422B0E0794E685C1315DAA386E4847 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SDWebImage-SDWebImage"; + target = 94CFBA7D633ECA58DF85C327B035E6A3 /* SDWebImage-SDWebImage */; + targetProxy = D884DB650B25CD907AA58F14C02757AA /* PBXContainerItemProxy */; + }; + AC66ED7604748766CC936F23CFB29A40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManager; + target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; + targetProxy = 80CC5973007907965C43232D515A126F /* PBXContainerItemProxy */; + }; + AD3280D11BD32ED385D19AD8A125C131 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SSZipArchive; + target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; + targetProxy = D3EFA10FD866DBEE81887F063EC55AC9 /* PBXContainerItemProxy */; + }; + AE3E3D3E83B6BE63A12E41E94198CC1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QCloudCore; + target = DBD31C8A3F2371ED732009637E95423D /* QCloudCore */; + targetProxy = E26F66AD464F148A1A2663D69C336003 /* PBXContainerItemProxy */; + }; + B327A573F5186A12AFC22349927C2356 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 2C8C5259E22D33F371008E5009A073DC /* PBXContainerItemProxy */; + }; + B511C3B9703C8F86584623FBE16A6625 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraInfra_iOS; + target = 2F7F7AAA1C81C1ECBEECAABE3C3609AC /* AgoraInfra_iOS */; + targetProxy = C8F0BA210EA59527B930484F21A51BCD /* PBXContainerItemProxy */; + }; + B657CC65C2EE9B61C65588F57891362C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDCycleScrollView; + target = CBED833AAD6266F3AEFE9BE31C68E094 /* SDCycleScrollView */; + targetProxy = D1E4A60E76E252093A08F1FC5DEF6822 /* PBXContainerItemProxy */; + }; + B7291801FCB620E6E3FE382CD3C18865 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraRtcEngine_iOS; + target = 183C29DD6DE04D22CA29BAE61F5C530B /* AgoraRtcEngine_iOS */; + targetProxy = F96E55A9CD8425FF25190146A4E2C333 /* PBXContainerItemProxy */; + }; + B8F1CC74FB03BE8A2F5751157B606DE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TIMPush; + target = 4927495D845F79030185863355F5B96F /* TIMPush */; + targetProxy = 162FBC5F68487C47832C023F58010BB8 /* PBXContainerItemProxy */; + }; + B91FBEA373D74B17AD72A5F4624C4014 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUICore; + target = EB381B961261861E0643718E562995A8 /* TUICore */; + targetProxy = 76A79B6CFE94E1BAD4215B8DE5B39922 /* PBXContainerItemProxy */; + }; + B952500E6B6B9583F7B7D85C132C9A0F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraComponetLog; + target = 49F1FB331F497E32873611039BAF1C27 /* AgoraComponetLog */; + targetProxy = 0326330262A7C04AA2ACBA2B3C9D3499 /* PBXContainerItemProxy */; + }; + BA38729DB4D64E993535997D496034E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 2139DE0C064A64535530F3B364555194 /* PBXContainerItemProxy */; + }; + BACC0E92A6D13186F9A59509F3E2CE1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = ED776E4A3C5FF6CEB38A60C492D725D5 /* PBXContainerItemProxy */; + }; + C19F35FA2DC53B854AD59B6AF1826C7F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AlipaySDK-iOS"; + target = 4847ACB1E2799345AA74D9E317048D58 /* AlipaySDK-iOS */; + targetProxy = A778523D4376C104A8E5DA120C9B5231 /* PBXContainerItemProxy */; + }; + C4BEF844DFC7EAC003D67E53A84726F5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TIMCommon-TIMCommon_Privacy"; + target = A9A94B2F47199AE29CDF9CF13F4D95CF /* TIMCommon-TIMCommon_Privacy */; + targetProxy = 88FEB03C25073A470FBBB0DC2763F982 /* PBXContainerItemProxy */; + }; + C72E80061C6F263D1A226F35B02802B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDCycleScrollView; + target = CBED833AAD6266F3AEFE9BE31C68E094 /* SDCycleScrollView */; + targetProxy = B6757DAEBC79C138EC410090C350DEFD /* PBXContainerItemProxy */; + }; + C76B39CB58CB54519E5F054DE9C2AC50 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUICore; + target = EB381B961261861E0643718E562995A8 /* TUICore */; + targetProxy = 9D8545E3B200226AB9A683D4F785CC2A /* PBXContainerItemProxy */; + }; + CA1C91302CFF5BE1F560BC88F6DB342E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = F91D920F7991E58BC5AF9702C4E22274 /* PBXContainerItemProxy */; + }; + CA798098A51525AF52926857E80DEEEC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYCache; + target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; + targetProxy = BD5F7C70554E4344E0AF97060617EC3B /* PBXContainerItemProxy */; + }; + CD252340720B0266329FF32778B16D9C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYCache; + target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; + targetProxy = 207D03EF28804910EA6F87FF412D8B92 /* PBXContainerItemProxy */; + }; + CD8D00E163579626F6713F87FA2EBD45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy"; + target = F71BF3AB61E6444B3140F0A3A86B2910 /* TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy */; + targetProxy = 9E5D9415B2E55BBA6FE30A0C67E4430D /* PBXContainerItemProxy */; + }; + CEDD8C3B80BDF1294476AA6BA4EE072F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = 0BA4E855A27D1C0C598204D15AA557A1 /* PBXContainerItemProxy */; + }; + CEF526274651C6587AB72B940F846B27 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraComponetLog; + target = 49F1FB331F497E32873611039BAF1C27 /* AgoraComponetLog */; + targetProxy = 4DA3509E09302A1792FFB610ECCA578C /* PBXContainerItemProxy */; + }; + CEF931F65C09FEC7F64D499FA348E96B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DZNEmptyDataSet; + target = F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */; + targetProxy = 8DACD2BB235435218ABC9B3B62E2466F /* PBXContainerItemProxy */; + }; + D0B73C771737C8A568C5E61BB35AA2BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = B1F993747636C0EA1E5DFF59D1DF8F8C /* PBXContainerItemProxy */; + }; + D99ADE4B332F550AA88040C8F77E6B15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TZImagePickerController; + target = A96BBB982D62BB807B5BD10774BE2D07 /* TZImagePickerController */; + targetProxy = 6249EDF9192E3F4345D36DA06FFE0278 /* PBXContainerItemProxy */; + }; + DF00B4821692AE927E411D8D486F5765 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "JXCategoryView-JXCategoryView"; + target = E79E29F55A2453370D27112480FCF6A2 /* JXCategoryView-JXCategoryView */; + targetProxy = 7D85207C000230DCD9B6B39D911F07EC /* PBXContainerItemProxy */; + }; + E0033BDC9A6E4A42F0F19F1E5F22010B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Protobuf; + target = 470FE31978DC918618A329D8B55C85FF /* Protobuf */; + targetProxy = F50DC08D8277F2D3C5247DDD88CDFD5F /* PBXContainerItemProxy */; + }; + E01BDB2B3A4E71C6FD4DE8552C039B3E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TUICore; + target = EB381B961261861E0643718E562995A8 /* TUICore */; + targetProxy = 266E4C5F67740654BA11BFF99C9A387F /* PBXContainerItemProxy */; + }; + E1FA0BCE0F65C09B239604A4197A7591 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QCloudCore; + target = DBD31C8A3F2371ED732009637E95423D /* QCloudCore */; + targetProxy = 25092E39E2D61643002AC0CF649D3085 /* PBXContainerItemProxy */; + }; + E2F7DF77564DF744E680BDD27D2CDFAA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 1C5532FA8B1A9B345DABBBBE2BCC496C /* PBXContainerItemProxy */; + }; + E7212CFDC6B487D147E6EBB1AB3AD5AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QGVAPlayer; + target = FBF544DF4EBDEAD14CE7D3656AF4A18B /* QGVAPlayer */; + targetProxy = 3EEC046FEB56F562C4163264D380A09B /* PBXContainerItemProxy */; + }; + E7F15D87FC3CEBE18A09C83781BE32A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYWebImage; + target = 488E8C830C5A5694EE916251B9ADAADA /* YYWebImage */; + targetProxy = A17E79F25BF98BA6746B51970CEE1A8A /* PBXContainerItemProxy */; + }; + E7FB5EAA60C8B1649853DDF0E8D5BA7E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYImage; + target = 822E44240F2922DAB12018A6B649BD19 /* YYImage */; + targetProxy = F9E5801FF8E490350684209A9D2D6EA7 /* PBXContainerItemProxy */; + }; + EA0F45AF907E1E05289F49C617230D1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 11B8910EC260EE85228603CFF7D24910 /* PBXContainerItemProxy */; + }; + F06EA4D6C2D8F09F3CC44AC28D9BBB94 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYModel; + target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; + targetProxy = E19FE6735819F90DB911816A0290CF1E /* PBXContainerItemProxy */; + }; + F14B08CAC74C8AEB0A0215AFAA4CEB14 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AgoraRtcEngine_iOS; + target = 183C29DD6DE04D22CA29BAE61F5C530B /* AgoraRtcEngine_iOS */; + targetProxy = 9C079676D382E78D3A8F114BDFA13706 /* PBXContainerItemProxy */; + }; + F2CB13562B83FF9F517C31F8B840C6A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = 56BDD077C1BDF9B75FF9D09030FAAF0E /* PBXContainerItemProxy */; + }; + F6842CF93253CF2E561846E400CFA57A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = LLDebugTool; + target = 5A3DE9AE6F3A36E1625275AD8CEC43B4 /* LLDebugTool */; + targetProxy = 4CEB70DE4F5E56A92ED85B99F737F2C9 /* PBXContainerItemProxy */; + }; + FAD1528F3B0E3510FB8C37A10376810D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = LLDebugTool; + target = 5A3DE9AE6F3A36E1625275AD8CEC43B4 /* LLDebugTool */; + targetProxy = 13DC658F832C08A8FBB746D1541637FE /* PBXContainerItemProxy */; + }; + FBB6CDCD699077F0DDBEB7CF5DAC03D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYWebImage; + target = 488E8C830C5A5694EE916251B9ADAADA /* YYWebImage */; + targetProxy = 04690A5170E36A57DC5EACA709748F61 /* PBXContainerItemProxy */; + }; + FCB45EB150B345816E9582B6763A0973 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bugly; + target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; + targetProxy = 806DB4E1F811F026380DD038024EDC84 /* PBXContainerItemProxy */; + }; + FE96203EC22EE1FE5DEA6BD23D3B24A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SSZipArchive; + target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; + targetProxy = E4370AC102F18AE2095BEC8BBCB6035C /* PBXContainerItemProxy */; + }; + FEB686C874B002B964A915F8FC4FA8D5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYModel; + target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; + targetProxy = B43A776560EF567DBC35D5BD63F29600 /* PBXContainerItemProxy */; + }; + FF1E7F029EECC0F73F2DE2BF0DF1F261 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = 40801250E81A6D56CA8B21DCAE224001 /* PBXContainerItemProxy */; + }; + FFA745637750A8FF4DB0A2BC40BCF204 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TXIMSDK_Plus_iOS_XCFramework; + target = BB2154EC919CB4298C80ED396B322C5F /* TXIMSDK_Plus_iOS_XCFramework */; + targetProxy = 6768B33B0EA1B5B40B40E10705ED09E9 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 02037E21114487605FF35B356BE57D8E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5D788B07075A4FD166F5F45AC14AC33C /* TIMCommon.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMCommon"; - IBSC_MODULE = TIMCommon; - INFOPLIST_FILE = "Target Support Files/TIMCommon/ResourceBundle-TIMCommon_Privacy-TIMCommon-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TIMCommon_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 03BDE2119EC57C1CFA55739556BCBBC2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EBDFCC8623E4DB819943C76047E711CA /* LLDebugTool.debug.xcconfig */; + baseConfigurationReference = A8135D4CF9EFB168275426636A11835D /* LLDebugTool.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20012,6 +20647,23 @@ }; name = Debug; }; + 049C08F48EB0637702AB668F1A4A3D2A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A5BD5150A7B33409C0527A1E5ADF9026 /* AgoraLyricsScore.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AgoraLyricsScore"; + IBSC_MODULE = AgoraLyricsScore; + INFOPLIST_FILE = "Target Support Files/AgoraLyricsScore/ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = AgoraLyricsScoreBundle; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 05936D6FBC8EFB0AE3DFF8462A19B035 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 75A8D00F6C9560DC70BBB1CCF17AC5FF /* TencentCloudHuiyanSDKFace_framework.debug.xcconfig */; @@ -20030,9 +20682,65 @@ }; name = Debug; }; + 05E394B654B81FA3050169B71F4D048C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1C3BF96E087FBCA4B40E45C8EEC2DC67 /* IQKeyboardManager.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/IQKeyboardManager"; + IBSC_MODULE = IQKeyboardManager; + INFOPLIST_FILE = "Target Support Files/IQKeyboardManager/ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = IQKeyboardManager; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 06FCDFF543C96483071A46D92F11CE58 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 125D858BC21DFA2F766113C6FC753985 /* SVProgressHUD.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD.modulemap"; + PRODUCT_MODULE_NAME = SVProgressHUD; + PRODUCT_NAME = SVProgressHUD; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 083439C5D4C996FED69AEC218D24AA6C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7407A1FCF518A0D31B1F5CF0AC98CB66 /* LLDebugTool.release.xcconfig */; + baseConfigurationReference = EA42526185DBF14FF557C17EFC6FEE45 /* LLDebugTool.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20071,7 +20779,7 @@ }; 0B43BC701B216FA78FFAF5D583ADA4C5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BB22CF2535044A0A5C300D31ECF18D68 /* AgoraComponetLog.debug.xcconfig */; + baseConfigurationReference = 9D393247027CD0570FB37C73F45AB15D /* AgoraComponetLog.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20088,7 +20796,7 @@ }; 0CB96FC9A1A1E7D68149A5F7980A0F3E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE650260687E865E28534C92B50333AC /* MJRefresh.release.xcconfig */; + baseConfigurationReference = 9655560DCB29C932A8908DC93B940C3B /* MJRefresh.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -20126,16 +20834,16 @@ }; name = Release; }; - 104167F4652B5708F20ACF851F366EC2 /* Release */ = { + 0D9F40A879970404A203C23F92814E94 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 313EBD1ED4CF3BFF7D35A23B739B12D3 /* IQKeyboardManager.release.xcconfig */; + baseConfigurationReference = CC66C802ACE551128310473431CB347A /* Protobuf.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/IQKeyboardManager"; - IBSC_MODULE = IQKeyboardManager; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManager/ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = IQKeyboardManager; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Protobuf"; + IBSC_MODULE = Protobuf; + INFOPLIST_FILE = "Target Support Files/Protobuf/ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = Protobuf_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -20143,9 +20851,82 @@ }; name = Release; }; + 0F019D343AEC5FE6D26CE5E016FE41A1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 90C23C44637508901F56E90F75E1F821 /* SDWebImage.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; + IBSC_MODULE = SDWebImage; + INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 1228A88BD00380B7BF1146E72B1BF814 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CD816C1AB0BAE69BA4F0703D10DE6EC1 /* Pods-QXLive.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + INFOPLIST_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 12F857ECE8D72B360F48B37489703254 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 42C79C0A769BD69B975332E596184B25 /* AliyunOSSiOS.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AliyunOSSiOS"; + IBSC_MODULE = AliyunOSSiOS; + INFOPLIST_FILE = "Target Support Files/AliyunOSSiOS/ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = AliyunOSSiOS_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 157AD3B723F05789883502A3BA33D47E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE6A723E1647D64586473167B3B8811F /* YYCache.debug.xcconfig */; + baseConfigurationReference = 367CF5A9EDE4D72EB001F93ADC7555CA /* YYCache.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20222,7 +21003,7 @@ }; 1678969C8124CD86F0021F161770508F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE8AA30C86BACC4D9D753D8DC071E34C /* TIMPush.release.xcconfig */; + baseConfigurationReference = 0AD97B57BE98D5C615BD6924CC09A5E7 /* TIMPush.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -20260,7 +21041,7 @@ }; 19692950CCBFDC007F68A84421AE2F21 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2237A6209697E17B9F9540A670A6BE23 /* SDCycleScrollView.release.xcconfig */; + baseConfigurationReference = B3E7A711C0A303FB0BA1E5C2B703906C /* SDCycleScrollView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20297,9 +21078,66 @@ }; name = Release; }; + 1A4428960700A06468D95C7132364D70 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E5CFFB65E6284A229074AF679C42CD2 /* QCloudCore.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/QCloudCore/QCloudCore-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/QCloudCore/QCloudCore-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/QCloudCore/QCloudCore.modulemap"; + PRODUCT_MODULE_NAME = QCloudCore; + PRODUCT_NAME = QCloudCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 1C25ADAF0FDD739E063AB8BDC046DE35 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8C32E95A497E8AB16BA4B503703866D7 /* TUIChat.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIChat"; + IBSC_MODULE = TUIChat; + INFOPLIST_FILE = "Target Support Files/TUIChat/ResourceBundle-TUIChat_Privacy-TUIChat-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TUIChat_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 1C693228969B071FB6AB7D13D32515F0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59A03BE22CDD449090BAC7B02AF796E4 /* BRPickerView.debug.xcconfig */; + baseConfigurationReference = 4F77B42021ED6E3139C6851000CD473B /* BRPickerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20335,9 +21173,26 @@ }; name = Debug; }; + 1E12CF016AAA0D1213C9C9B0820A2827 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CFA429166C94CEC84D929434842BD1D8 /* FMDB.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FMDB"; + IBSC_MODULE = FMDB; + INFOPLIST_FILE = "Target Support Files/FMDB/ResourceBundle-FMDB_Privacy-FMDB-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PRODUCT_NAME = FMDB_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 1E8E445D79AADEC279F1DEB05B19EDDC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0AF9691CBD931F8DB1AB89D3DC087C3D /* SSZipArchive.debug.xcconfig */; + baseConfigurationReference = 4AA88EFF25B307B77A4DBFAA88492F5A /* SSZipArchive.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20374,7 +21229,7 @@ }; 1F0FA002C3966D33754A571BF47D33DF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67920ED57D0F6DF210C68AB499BFD9D5 /* YYCache.release.xcconfig */; + baseConfigurationReference = C3ABA704A8DB1E16E597621966C11E6C /* YYCache.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20411,9 +21266,26 @@ }; name = Release; }; + 207BBBF673041133505E0A87F25A5D6D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A16C101E68E8852784429648C2CCACE5 /* TUIConversation.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIConversation"; + IBSC_MODULE = TUIConversation; + INFOPLIST_FILE = "Target Support Files/TUIConversation/ResourceBundle-TUIConversation_Privacy-TUIConversation-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TUIConversation_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 2137AC0766C8BAB16F1C60E41783F2E1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D3B5ABAAD3C55CA06C58BC87CEED0469 /* YYWebImage.debug.xcconfig */; + baseConfigurationReference = 096167147728C445E90F5578BA0B72FF /* YYWebImage.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20451,7 +21323,7 @@ }; 219D2EE2B523B90DFC9201EF68C6DE8A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 98B77E03C826D52220B2151CB7FF4B08 /* SDWebImageWebPCoder.debug.xcconfig */; + baseConfigurationReference = 7E737100126BC5947D99F9E00382EC60 /* SDWebImageWebPCoder.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20487,43 +21359,65 @@ }; name = Debug; }; - 23E2D6B789479D155207EA63E44945EC /* Debug */ = { + 22DD3ACDD54A2F37A304A9EBF350C370 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 95A438E9583EC9367114459DB27631A0 /* Protobuf.debug.xcconfig */; + baseConfigurationReference = 90C23C44637508901F56E90F75E1F821 /* SDWebImage.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/SDWebImage/SDWebImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 258C0E6E40109DA983AE0A0FAA116216 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 52389EA2AA61742DE2714261023D6EA7 /* TUIConversation.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Protobuf"; - IBSC_MODULE = Protobuf; - INFOPLIST_FILE = "Target Support Files/Protobuf/ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = Protobuf_Privacy; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIConversation"; + IBSC_MODULE = TUIConversation; + INFOPLIST_FILE = "Target Support Files/TUIConversation/ResourceBundle-TUIConversation_Privacy-TUIConversation-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TUIConversation_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Debug; - }; - 2597D69161B42065B2E3BAF216B70020 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D2801E753F234D986E6D64E5D447003D /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; + name = Release; }; 25A27C398D81477D5DF96E17EC9F105B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 95A438E9583EC9367114459DB27631A0 /* Protobuf.debug.xcconfig */; + baseConfigurationReference = 28FBF36F2B978A714AB8F5DE09478126 /* Protobuf.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -20562,7 +21456,7 @@ }; 267970A6C5D6696A2AC2F1B9636787A1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1DA7140D48E0E3E591B0673604CC5DB4 /* Masonry.release.xcconfig */; + baseConfigurationReference = 135225C1C617038419ADC75D8C9D577C /* Masonry.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20637,77 +21531,9 @@ }; name = Debug; }; - 294A09187F51E11BB1BAC9CDFD480342 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BAD3D4F05D735E651C44225EEBA0ED08 /* FMDB.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FMDB"; - IBSC_MODULE = FMDB; - INFOPLIST_FILE = "Target Support Files/FMDB/ResourceBundle-FMDB_Privacy-FMDB-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_NAME = FMDB_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 2BA35A296644B72F1BE336372D9D2396 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A16C101E68E8852784429648C2CCACE5 /* TUIConversation.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIConversation"; - IBSC_MODULE = TUIConversation; - INFOPLIST_FILE = "Target Support Files/TUIConversation/ResourceBundle-TUIConversation_Privacy-TUIConversation-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TUIConversation_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 2C620414DB25D50501760CBC361F53C3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 12EF51BACC197258B8B67C383A336E35 /* FMDB.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FMDB"; - IBSC_MODULE = FMDB; - INFOPLIST_FILE = "Target Support Files/FMDB/ResourceBundle-FMDB_Privacy-FMDB-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_NAME = FMDB_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 2C638F91A3689A1E4542E7F0FA79BB18 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 09F10D3C43B69141D421137BE6F58F62 /* AgoraLyricsScore.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AgoraLyricsScore"; - IBSC_MODULE = AgoraLyricsScore; - INFOPLIST_FILE = "Target Support Files/AgoraLyricsScore/ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = AgoraLyricsScoreBundle; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 2D8D89F01134CC947F970AF6312F2F26 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1854DC9D55B17DD70F4C7058C19FF2F9 /* MQTTClient.release.xcconfig */; + baseConfigurationReference = 6DB762DCA3BA8753606885B583ECA0EB /* MQTTClient.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20783,77 +21609,9 @@ }; name = Release; }; - 2EC1B80752E7AA23E38E5137488BCAF2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8C32E95A497E8AB16BA4B503703866D7 /* TUIChat.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIChat"; - IBSC_MODULE = TUIChat; - INFOPLIST_FILE = "Target Support Files/TUIChat/ResourceBundle-TUIChat_Privacy-TUIChat-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TUIChat_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 2EFB8C7F8143E536A73F2168CC5FC150 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D2801E753F234D986E6D64E5D447003D /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TXIMSDK_Plus_iOS_XCFramework"; - IBSC_MODULE = TXIMSDK_Plus_iOS_XCFramework; - INFOPLIST_FILE = "Target Support Files/TXIMSDK_Plus_iOS_XCFramework/ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = TXIMSDK_Plus_iOS_XCFramework_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 31DDC0651A46A7EA631308EBF7BF08E6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 94329B7AE8EE695E7D6F6A2D1247E7BA /* TIMCommon.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMCommon"; - IBSC_MODULE = TIMCommon; - INFOPLIST_FILE = "Target Support Files/TIMCommon/ResourceBundle-TIMCommon_Privacy-TIMCommon-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TIMCommon_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 3333B2B90091F1E981F85852F642FE7A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AE650260687E865E28534C92B50333AC /* MJRefresh.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MJRefresh"; - IBSC_MODULE = MJRefresh; - INFOPLIST_FILE = "Target Support Files/MJRefresh/ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_NAME = MJRefresh.Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 350E12629FD1D6B3E0746492F3FEB034 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 330637CF749ED5BCC479A9632969669E /* SSZipArchive.release.xcconfig */; + baseConfigurationReference = 5AE9F489DCABB789BFCA92ADDF3B8CB6 /* SSZipArchive.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20889,9 +21647,67 @@ }; name = Release; }; + 39372D20A1177C0DF0C82D57B5032786 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D7DF575ED445F3D1F6538CBC1437567C /* JXPagingView.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXPagingView"; + IBSC_MODULE = JXPagingView; + INFOPLIST_FILE = "Target Support Files/JXPagingView/ResourceBundle-JXPagerView-JXPagingView-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = JXPagerView; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 3BE19FD78F6DA529D878EA3FE1F4EE88 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0E8A521E909160905DBE411526E5FD93 /* QCloudCore.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/QCloudCore/QCloudCore-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/QCloudCore/QCloudCore-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/QCloudCore/QCloudCore.modulemap"; + PRODUCT_MODULE_NAME = QCloudCore; + PRODUCT_NAME = QCloudCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 3D3ACDCEF836B8110E914244F80048B2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C403756DA5134716BB05DDA42C6AAC80 /* QGVAPlayer.release.xcconfig */; + baseConfigurationReference = B26D4644D9478374C0CEA09AF5724A41 /* QGVAPlayer.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -20928,106 +21744,9 @@ }; name = Release; }; - 3EB87D26940C35F0C7324D3792EBCAF1 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 59A03BE22CDD449090BAC7B02AF796E4 /* BRPickerView.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BRPickerView"; - IBSC_MODULE = BRPickerView; - INFOPLIST_FILE = "Target Support Files/BRPickerView/ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = BRPickerView.Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 405D13F98F3C459D8EF908E82895EA01 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2598910578FE259E665B3B0E83B7BDF0 /* Pods-QXLive.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 40D82CC4C57426F7C71662EEB8CAF656 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9ADEC0611E7F3F1C59D7EC77A23F7069 /* QCloudCore.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/QCloudCore/QCloudCore-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/QCloudCore/QCloudCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/QCloudCore/QCloudCore.modulemap"; - PRODUCT_MODULE_NAME = QCloudCore; - PRODUCT_NAME = QCloudCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 4207C7867D01E9E26FACDD9D109CB0F5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17B18416AEC94C55CE635A96FB102FE8 /* ReactiveObjC.release.xcconfig */; + baseConfigurationReference = 77EC758FE13F34DBF9B839EAA5F580A5 /* ReactiveObjC.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21064,9 +21783,66 @@ }; name = Release; }; + 424A6ADFFB90D2962084EB893D0C7DE8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 24D550D77953B5B019FFCD74AA640ACD /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 441E59AF024009017AAF535A7DACD7C7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 776CA594B3B5C79737A7D80CDCE056B7 /* XHLaunchAd.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/XHLaunchAd/XHLaunchAd-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/XHLaunchAd/XHLaunchAd-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/XHLaunchAd/XHLaunchAd.modulemap"; + PRODUCT_MODULE_NAME = XHLaunchAd; + PRODUCT_NAME = XHLaunchAd; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 47EB7EF5E217071BCD11FDCDA7ECAC71 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6605C6E24318FF0858D7894465B8CF34 /* TZImagePickerController.release.xcconfig */; + baseConfigurationReference = 169128B24DE65C855F265C4EEA2663F4 /* TZImagePickerController.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -21104,9 +21880,48 @@ }; name = Release; }; + 4898725C4C9F960340BB0C8048D273CA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CF46F057859D68D585E2988784ED77EA /* YYImage.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/YYImage/YYImage-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/YYImage/YYImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/YYImage/YYImage.modulemap"; + PRODUCT_MODULE_NAME = YYImage; + PRODUCT_NAME = YYImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 4A0431E366ADCB49D398F730A3D0C643 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BBED4ABD03D03C415C1D40EC5AC793E5 /* AliyunOSSiOS.release.xcconfig */; + baseConfigurationReference = 3AEEE13E0A57AB02B8E68C389FFBB761 /* AliyunOSSiOS.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21143,9 +21958,47 @@ }; name = Release; }; + 4D476098B8661FAB3B75E5D04F13E045 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E97481CE518EA377E317ABEC4EE5013F /* DZNEmptyDataSet.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.modulemap"; + PRODUCT_MODULE_NAME = DZNEmptyDataSet; + PRODUCT_NAME = DZNEmptyDataSet; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 4E360AE1EFE027A9AD482ECFAE5047F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C9EA99F55198372B00D4B1CE72A7626 /* SVGAPlayer.debug.xcconfig */; + baseConfigurationReference = C05B5DE1D6D30FE2EA3F4EF3D8D252B5 /* SVGAPlayer.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21183,7 +22036,7 @@ }; 4F5CAB3FA5EB7F503755F2DC53932918 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CCA4F8DFC3F22B6C5141EFD47D97E52 /* QGVAPlayer.debug.xcconfig */; + baseConfigurationReference = 4948A4E2A18F831AF0CEAB93519CD235 /* QGVAPlayer.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21221,7 +22074,7 @@ }; 4F8995B0191EF2D17550067988349E73 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CC90FF57114835B548772BD7118CB20 /* YYCategories.release.xcconfig */; + baseConfigurationReference = 15E9ACBB37A01BB12C137F6A3B521A6C /* YYCategories.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21258,9 +22111,87 @@ }; name = Release; }; + 517AF9BB3F4703391CCBD0477E549AAE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 908009E78A2E56530859FF690E873087 /* Pods-QXLiveDev.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + INFOPLIST_FILE = "Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 52D3527006B34EC80E839196798DB154 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A42A1CA22BD05C7F9BBAF079E7453AB0 /* TUICore.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/TUICore/TUICore-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/TUICore/TUICore-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/TUICore/TUICore.modulemap"; + PRODUCT_MODULE_NAME = TUICore; + PRODUCT_NAME = TUICore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 534BB71A4E5DAF70350E7FAE8D6263DB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFDA70797D499F688CDA9F293694C161 /* IQKeyboardManager.debug.xcconfig */; + baseConfigurationReference = 3F92B45E514F805EDBAB646FF34CC626 /* IQKeyboardManager.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -21299,7 +22230,7 @@ }; 5383719DA2FBC48A2ED49DA76DD9F94A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B1425FAA83B90D2C942C81713A82E18 /* WechatOpenSDK-XCFramework.release.xcconfig */; + baseConfigurationReference = DE20BE7A9AB1B22B7F3911ADD2F86158 /* WechatOpenSDK-XCFramework.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -21317,7 +22248,7 @@ }; 545B9496B9E51A77A34A98211B32488E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C0680D056BC1F5302787A2199A803C1E /* AgoraRtcEngine_iOS.debug.xcconfig */; + baseConfigurationReference = B7AE914F769FFD6E301652C643D80387 /* AgoraRtcEngine_iOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -21332,9 +22263,47 @@ }; name = Debug; }; + 5640369C1A6F0B5CD4266FAF0E57A41A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E0136B957C8F1F7766674B52DDE518AB /* libwebp.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/libwebp/libwebp-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/libwebp/libwebp.modulemap"; + PRODUCT_MODULE_NAME = libwebp; + PRODUCT_NAME = libwebp; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 5875A0FB74E706B59A42589A5DD2E6E7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 539E81F9AA4C78794DAC997EB95A5DAC /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 77A421935922E088979A9DCA54D5E00E /* MJRefresh.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -21371,23 +22340,6 @@ }; name = Debug; }; - 58CAF94879C9C69652D20D6EB5D14027 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 59C4B857C3564ECB2A07D79D96916AC2 /* JXCategoryView.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXCategoryView"; - IBSC_MODULE = JXCategoryView; - INFOPLIST_FILE = "Target Support Files/JXCategoryView/ResourceBundle-JXCategoryView-JXCategoryView-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = JXCategoryView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 5C6146B03B0A0A02DAAC174FADB1308F /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A16C101E68E8852784429648C2CCACE5 /* TUIConversation.debug.xcconfig */; @@ -21426,16 +22378,16 @@ }; name = Debug; }; - 5DD6BCF0C401D803A36970BF689C2A58 /* Release */ = { + 5F3A4E4FA9395E4F9B520ACC3F3C6803 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52389EA2AA61742DE2714261023D6EA7 /* TUIConversation.release.xcconfig */; + baseConfigurationReference = A42A1CA22BD05C7F9BBAF079E7453AB0 /* TUICore.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIConversation"; - IBSC_MODULE = TUIConversation; - INFOPLIST_FILE = "Target Support Files/TUIConversation/ResourceBundle-TUIConversation_Privacy-TUIConversation-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUICore"; + IBSC_MODULE = TUICore; + INFOPLIST_FILE = "Target Support Files/TUICore/ResourceBundle-TUICore_Privacy-TUICore-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TUIConversation_Privacy; + PRODUCT_NAME = TUICore_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -21443,11 +22395,10 @@ }; name = Release; }; - 618438564A27D3B38D9DDC50CD4F0F87 /* Debug */ = { + 6357E318DE80BF03F074DFD6B54DD826 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD816C1AB0BAE69BA4F0703D10DE6EC1 /* Pods-QXLive.debug.xcconfig */; + baseConfigurationReference = 4565D0EA497C42291887DC4A8E1A1D75 /* SVProgressHUD.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21459,32 +22410,51 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/SVProgressHUD/SVProgressHUD.modulemap"; + PRODUCT_MODULE_NAME = SVProgressHUD; + PRODUCT_NAME = SVProgressHUD; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; + }; + 64255583B12F366BB7B806A8D922936D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E8CBF2E52C6CF4605C38F21F9D557968 /* JXPagingView.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXPagingView"; + IBSC_MODULE = JXPagingView; + INFOPLIST_FILE = "Target Support Files/JXPagingView/ResourceBundle-JXPagerView-JXPagingView-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = JXPagerView; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; }; 67C644A7554018C7665368AC72B08558 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AB3029B1D6DB78EC56E31AD669C7D921 /* YYModel.release.xcconfig */; + baseConfigurationReference = 52F638BACD1C71063163426BC6DD1D32 /* YYModel.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21521,9 +22491,9 @@ }; name = Release; }; - 68BF93CBCB8EE8C46333B6C6B18BF253 /* Debug */ = { + 6A9B776501A015F3E3AE138007969DA2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1716232139CC5201D57DB0BC972C8EA4 /* SDWebImage.debug.xcconfig */; + baseConfigurationReference = 09A28643381A0253A10AA44626007CE4 /* libwebp.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21535,9 +22505,9 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/SDWebImage/SDWebImage-Info.plist"; + INFOPLIST_FILE = "Target Support Files/libwebp/libwebp-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -21545,81 +22515,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 6A47EFE7A53A45FC640E2B558E71AD1A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1B1917C3258642FD33C8DEDAA318364B /* TIMPush.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMPush"; - IBSC_MODULE = TIMPush; - INFOPLIST_FILE = "Target Support Files/TIMPush/ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = TIMPush_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6EB738E968E0C2EC395011A8FA5DB0C8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1716232139CC5201D57DB0BC972C8EA4 /* SDWebImage.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; - IBSC_MODULE = SDWebImage; - INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6ECAF81B9775A5CAF3C6CC8935A3A88C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A42A1CA22BD05C7F9BBAF079E7453AB0 /* TUICore.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/TUICore/TUICore-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/TUICore/TUICore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/TUICore/TUICore.modulemap"; - PRODUCT_MODULE_NAME = TUICore; - PRODUCT_NAME = TUICore; + MODULEMAP_FILE = "Target Support Files/libwebp/libwebp.modulemap"; + PRODUCT_MODULE_NAME = libwebp; + PRODUCT_NAME = libwebp; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -21632,16 +22530,16 @@ }; name = Release; }; - 6ED52B1E9E63E3D1B1E47B9AC06D6C43 /* Debug */ = { + 6D2E727A71794FB3031097CDCF37A27B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 539E81F9AA4C78794DAC997EB95A5DAC /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 519BB93FB3EFABC4836F62A1E50F7932 /* TIMPush.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MJRefresh"; - IBSC_MODULE = MJRefresh; - INFOPLIST_FILE = "Target Support Files/MJRefresh/ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - PRODUCT_NAME = MJRefresh.Privacy; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMPush"; + IBSC_MODULE = TIMPush; + INFOPLIST_FILE = "Target Support Files/TIMPush/ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = TIMPush_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -21687,26 +22585,9 @@ }; name = Debug; }; - 7020DD66DCCCC837D759400FAA31ED80 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D65D99444B13FC496E51863A885FCD36 /* AliyunOSSiOS.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AliyunOSSiOS"; - IBSC_MODULE = AliyunOSSiOS; - INFOPLIST_FILE = "Target Support Files/AliyunOSSiOS/ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = AliyunOSSiOS_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 70BF112E5F536AEB62EF0D8F077AA540 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 313EBD1ED4CF3BFF7D35A23B739B12D3 /* IQKeyboardManager.release.xcconfig */; + baseConfigurationReference = 1C3BF96E087FBCA4B40E45C8EEC2DC67 /* IQKeyboardManager.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -21746,7 +22627,7 @@ }; 71031C5041F3E3D01C1B1A72B406E872 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A41A5AA1AD11BD944B85AC3E47517917 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = BF0011EE92211E9DF08571719D4A3028 /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21783,65 +22664,26 @@ }; name = Release; }; - 710DDAC728A34158036D21E6BE3AD7B9 /* Release */ = { + 74949FF26F9F16573957AE916CAFCA98 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5D179DB9964E71DC78558EB224BD05A /* libwebp.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/libwebp/libwebp-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/libwebp/libwebp.modulemap"; - PRODUCT_MODULE_NAME = libwebp; - PRODUCT_NAME = libwebp; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 74575D5E5D65766EA7CF99100DA32242 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A42A1CA22BD05C7F9BBAF079E7453AB0 /* TUICore.release.xcconfig */; + baseConfigurationReference = 4F77B42021ED6E3139C6851000CD473B /* BRPickerView.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUICore"; - IBSC_MODULE = TUICore; - INFOPLIST_FILE = "Target Support Files/TUICore/ResourceBundle-TUICore_Privacy-TUICore-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BRPickerView"; + IBSC_MODULE = BRPickerView; + INFOPLIST_FILE = "Target Support Files/BRPickerView/ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TUICore_Privacy; + PRODUCT_NAME = BRPickerView.Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; 756F907690626ED4FCC34A2A8E6006D8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 35CC6DBCAD38C47C3CD1ED1C276F2416 /* TZImagePickerController.debug.xcconfig */; + baseConfigurationReference = 629674561A5633AB99ABB8F19D7A9493 /* TZImagePickerController.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -21878,26 +22720,9 @@ }; name = Debug; }; - 766A1D893BB12FD5A56DDD3CC3995926 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BFDA70797D499F688CDA9F293694C161 /* IQKeyboardManager.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/IQKeyboardManager"; - IBSC_MODULE = IQKeyboardManager; - INFOPLIST_FILE = "Target Support Files/IQKeyboardManager/ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = IQKeyboardManager; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 7785EDBCBB3FE950CE62F130A5C60B68 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7079B92C39DEFCD1A9B3BB71454276B /* YBImageBrowser.debug.xcconfig */; + baseConfigurationReference = C8F1A781F96D6029BC0E44189AC6A6BD /* YBImageBrowser.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -21933,7 +22758,63 @@ }; name = Debug; }; - 7E5EA1F7298FC11FF3BC210F782ADBFE /* Release */ = { + 7C0FB591916CA6E679CDF5ABC5CDF81A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E09D6A1E2FC0A47DB89D2D918204838B /* DZNEmptyDataSet.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.modulemap"; + PRODUCT_MODULE_NAME = DZNEmptyDataSet; + PRODUCT_NAME = DZNEmptyDataSet; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 7D93B2FAB9499643916FC49BE73A08BF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 77A421935922E088979A9DCA54D5E00E /* MJRefresh.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MJRefresh"; + IBSC_MODULE = MJRefresh; + INFOPLIST_FILE = "Target Support Files/MJRefresh/ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PRODUCT_NAME = MJRefresh.Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 7DBB64345785209ECF3754787454B351 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 664D85C77511FBEB1896EFC975EA5903 /* Pods-QXLiveDev.release.xcconfig */; buildSettings = { @@ -21975,7 +22856,7 @@ }; 7EC038224EEF87F50A58769981D5BCC2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B9FD6341D534FEF98CCCFFCDF7A0E88 /* SDWebImageWebPCoder.release.xcconfig */; + baseConfigurationReference = 73CAB2ED35A0E3B462E3E893FA1969B9 /* SDWebImageWebPCoder.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22012,44 +22893,43 @@ }; name = Release; }; - 7F5BC36B4DC8E342557AC19AABE9A2D0 /* Release */ = { + 82263048131B2F64C18D15E24CE6FFAC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 82EDBFCB86E34D5A2FCACD707617CD6C /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 84C8DF8D453FE6D806C16104D042D102 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 82EDBFCB86E34D5A2FCACD707617CD6C /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */; + baseConfigurationReference = 08B8980434FBD4317A7A907D8F0BA6EB /* TUICore.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TXIMSDK_Plus_iOS_XCFramework"; - IBSC_MODULE = TXIMSDK_Plus_iOS_XCFramework; - INFOPLIST_FILE = "Target Support Files/TXIMSDK_Plus_iOS_XCFramework/ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = TXIMSDK_Plus_iOS_XCFramework_Privacy; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUICore"; + IBSC_MODULE = TUICore; + INFOPLIST_FILE = "Target Support Files/TUICore/ResourceBundle-TUICore_Privacy-TUICore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TUICore_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; + }; + 85660DB562535FAAC23E08979BBF675B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F92B45E514F805EDBAB646FF34CC626 /* IQKeyboardManager.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/IQKeyboardManager"; + IBSC_MODULE = IQKeyboardManager; + INFOPLIST_FILE = "Target Support Files/IQKeyboardManager/ResourceBundle-IQKeyboardManager-IQKeyboardManager-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = IQKeyboardManager; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; }; 869A260EDB31DBC8F1FD513756A77A93 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E7B283DA7D9438642D048CC661511A97 /* JXPagingView.debug.xcconfig */; + baseConfigurationReference = D7DF575ED445F3D1F6538CBC1437567C /* JXPagingView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22085,9 +22965,43 @@ }; name = Debug; }; + 88889178388E31885469433844847535 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 01F1D034CAD6F2A42B8750B822F8CA73 /* SDWebImage.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; + IBSC_MODULE = SDWebImage; + INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 8914E486C4F560931DD964EA65F94176 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1510FA88FB8101A05FC8BBA9CD3FCB89 /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TXIMSDK_Plus_iOS_XCFramework"; + IBSC_MODULE = TXIMSDK_Plus_iOS_XCFramework; + INFOPLIST_FILE = "Target Support Files/TXIMSDK_Plus_iOS_XCFramework/ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = TXIMSDK_Plus_iOS_XCFramework_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 8CCEF5CDC87623E7F7DF7D5DEC68D05C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F83F23B35D00B822AF31BD714997BEB /* YBImageBrowser.release.xcconfig */; + baseConfigurationReference = DBAA92E6E578424963E3EFC06C39BC60 /* YBImageBrowser.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22126,7 +23040,7 @@ }; 8CF365DB376266354BE3C2F0CFDF7911 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9CE8517167832C532F4FDBCA7725C55F /* AvoidCrash.debug.xcconfig */; + baseConfigurationReference = E3D619279DE679A146A3ADF4F323A23E /* AvoidCrash.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22230,7 +23144,7 @@ }; 8EAC2F834160F0D756B3363236E0940A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A1A711047C1AC34798F807FBF6686D5 /* JXPagingView.release.xcconfig */; + baseConfigurationReference = E8CBF2E52C6CF4605C38F21F9D557968 /* JXPagingView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22267,26 +23181,64 @@ }; name = Release; }; - 8F3CAF6025768468623101C0632DE609 /* Release */ = { + 8EF6F03F2B0B8957B7A5F7E262E3F6AF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BBED4ABD03D03C415C1D40EC5AC793E5 /* AliyunOSSiOS.release.xcconfig */; + baseConfigurationReference = 4F5F1ECB39B9E41F4C734DEBF574B0E3 /* YYImage.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/YYImage/YYImage-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/YYImage/YYImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/YYImage/YYImage.modulemap"; + PRODUCT_MODULE_NAME = YYImage; + PRODUCT_NAME = YYImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 92440F6AE9CFC363BEF426A8B1FAC83B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5D788B07075A4FD166F5F45AC14AC33C /* TIMCommon.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AliyunOSSiOS"; - IBSC_MODULE = AliyunOSSiOS; - INFOPLIST_FILE = "Target Support Files/AliyunOSSiOS/ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = AliyunOSSiOS_Privacy; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMCommon"; + IBSC_MODULE = TIMCommon; + INFOPLIST_FILE = "Target Support Files/TIMCommon/ResourceBundle-TIMCommon_Privacy-TIMCommon-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TIMCommon_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; 93C71E1F76112E7F505400C89E9B542A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4A0A2AFC2983CAE9A4C3F9AD7BDFC509 /* AgoraComponetLog.release.xcconfig */; + baseConfigurationReference = DA9C45FE236D2F77D06A91E4FAF8FE69 /* AgoraComponetLog.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -22302,9 +23254,26 @@ }; name = Release; }; - 9677C6AC24892F1E22AAFC0A32FFD2D9 /* Release */ = { + 9443F051C360BC203BD5F41256CE9CBB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E16A9E6B2A5EABBCE1CDCF06E8F746DE /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 1510FA88FB8101A05FC8BBA9CD3FCB89 /* TXIMSDK_Plus_iOS_XCFramework.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 956FB402DE5021840B173C8F8DAFF172 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AAB7A40DC0749F91E7A99A8AFCEEC89 /* BRPickerView.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/BRPickerView"; @@ -22321,7 +23290,7 @@ }; 969861391FAC68926A0CF81DC6AE44F2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FCEE8456B09D143DEBF342B30D156563 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = 572673AC85BBD38286B7AE75B4F3F0FD /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22360,7 +23329,7 @@ }; 96AEC0A2903613DE2B8681DEFE4DB1FD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A76F6366ED4DA4215F3553B65CBCEF59 /* AFNetworking.debug.xcconfig */; + baseConfigurationReference = 7A2010F39FF9DC6BC5B7DD73A17D1F1C /* AFNetworking.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22398,7 +23367,7 @@ }; 96E00501AFF5E3A12E3D66EB073A434A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1FA30EA3D09058DC2BCC91FEE99C7FFA /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 1E689DE3243FE96C4CCBD4C28C0ED549 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22436,7 +23405,7 @@ }; 975A682B9A582A47EF2DF0D0B6F45BCD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C31B61ADA03ADABA7F4258EBE5C98C07 /* AgoraLyricsScore.debug.xcconfig */; + baseConfigurationReference = C69A6B23EF6A69B767B9593D9E35752B /* AgoraLyricsScore.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -22474,7 +23443,7 @@ }; 9AD5E60BD0AA375CFB3E4E55B7CB4DA5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 848C0FBEC76DA925072947778D53BC60 /* YYWebImage.release.xcconfig */; + baseConfigurationReference = 753A75DD80E7DDAA6CD857814A8975C1 /* YYWebImage.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22513,7 +23482,7 @@ }; 9AEF799A5A3210A1E2D13675012143E2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F500827AAC3CB2AC9F44844805366550 /* SDCycleScrollView.debug.xcconfig */; + baseConfigurationReference = 322408D6F8B28C2D6BD3A5AF159D4772 /* SDCycleScrollView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22551,7 +23520,7 @@ }; 9BBB129FD3541FAAE578FFD9E30B7B01 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12EF51BACC197258B8B67C383A336E35 /* FMDB.debug.xcconfig */; + baseConfigurationReference = CFA429166C94CEC84D929434842BD1D8 /* FMDB.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -22590,7 +23559,7 @@ }; 9CDD6C0B552ED299157F8FBA805D287B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EEDFB1859D92A1C8BAE471FFE88FE3E2 /* AlipaySDK-iOS.debug.xcconfig */; + baseConfigurationReference = 8633E17100A86F86B3D151400D0F7368 /* AlipaySDK-iOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -22670,7 +23639,7 @@ }; 9F84D925093362E29A484E2C87EE2D57 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C75290354B7314C4F02110B9D20632B3 /* ReactiveObjC.debug.xcconfig */; + baseConfigurationReference = F9E799111E7FF241FD02C7871428FB26 /* ReactiveObjC.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22708,7 +23677,7 @@ }; A3F4ED188F5185A5299CE0B00D737DAF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 607DD143B7FE0F2FAC3B4835F05C6F0F /* AvoidCrash.release.xcconfig */; + baseConfigurationReference = 345048C02758C71346EE5CAC4196C7D9 /* AvoidCrash.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -22745,9 +23714,47 @@ }; name = Release; }; + A595F2FA9A713538862BAE5904D3F527 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 08B8980434FBD4317A7A907D8F0BA6EB /* TUICore.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/TUICore/TUICore-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/TUICore/TUICore-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/TUICore/TUICore.modulemap"; + PRODUCT_MODULE_NAME = TUICore; + PRODUCT_NAME = TUICore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; A74234DAAD938BE3BF6B471A9EE45A38 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A1159FCDCF090CD964DB7D1980C51BC1 /* AgoraInfra_iOS.release.xcconfig */; + baseConfigurationReference = 6AC9D9CFCD1359404DD770D0900B2C3D /* AgoraInfra_iOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -22802,65 +23809,9 @@ }; name = Release; }; - A8BC0B09AC8F109F0F84367C44070F7E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 50CB953D9D3B4F72E9ED204CAD506CAC /* SDWebImage.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/SDWebImage/SDWebImage-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - AC18D2E8028F22D4235BB2EBA2BF44A4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C31B61ADA03ADABA7F4258EBE5C98C07 /* AgoraLyricsScore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AgoraLyricsScore"; - IBSC_MODULE = AgoraLyricsScore; - INFOPLIST_FILE = "Target Support Files/AgoraLyricsScore/ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = AgoraLyricsScoreBundle; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; AFC894E0E244EF0FBFC14CF792FC5B00 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BAD3D4F05D735E651C44225EEBA0ED08 /* FMDB.release.xcconfig */; + baseConfigurationReference = 960F58A2207EC501A6062FC6E097D486 /* FMDB.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -22898,9 +23849,9 @@ }; name = Release; }; - B1B3599F31F59F467A4482C3F0C5B721 /* Release */ = { + B1EEF987D476EDB643BF07D5011EC8E3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A41A5AA1AD11BD944B85AC3E47517917 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = C172792487D72AFB5C7B3F3CAF62EC07 /* JXCategoryView.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXCategoryView"; @@ -22913,11 +23864,11 @@ TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; B26FBB655ABB114E4C0D589843814D6C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F3739706ADBC95382D973991D343B376 /* Bugly.release.xcconfig */; + baseConfigurationReference = 83D5ECE72F772620C4D7091DBB8C12E6 /* Bugly.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -22933,9 +23884,26 @@ }; name = Release; }; + B485836E9DCF3166DEC64B1B79202E79 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0AD97B57BE98D5C615BD6924CC09A5E7 /* TIMPush.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMPush"; + IBSC_MODULE = TIMPush; + INFOPLIST_FILE = "Target Support Files/TIMPush/ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = TIMPush_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; B5D4772C54F0324BFE436F88A3EB0D88 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1BA6958466A32AF9132FFA8AA4FD8B85 /* QCloudCOSXML.debug.xcconfig */; + baseConfigurationReference = E24D98566621AB0A7863B6B75C075118 /* QCloudCOSXML.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -22973,64 +23941,9 @@ }; name = Debug; }; - B6BC07B528C69B7C23148E08C0710847 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AE8AA30C86BACC4D9D753D8DC071E34C /* TIMPush.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMPush"; - IBSC_MODULE = TIMPush; - INFOPLIST_FILE = "Target Support Files/TIMPush/ResourceBundle-TIMPush_Privacy-TIMPush-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = TIMPush_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - B72310E92B5165D8FA770245E1EC1D0C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 01088A799B966110B896C4DBFCFAD1DA /* libwebp.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/libwebp/libwebp-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/libwebp/libwebp.modulemap"; - PRODUCT_MODULE_NAME = libwebp; - PRODUCT_NAME = libwebp; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; B7A6028027E95FBB5EDF5846B95A9A24 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 26A118A10758C5A28B5E4AB39FD11B59 /* Protobuf.release.xcconfig */; + baseConfigurationReference = CC66C802ACE551128310473431CB347A /* Protobuf.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -23070,7 +23983,7 @@ }; B8B5A47853C35F8E0FBD67DE7C329285 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 51C23DC3DC29A2A612B6B0E41DD47F7D /* SVGAPlayer.release.xcconfig */; + baseConfigurationReference = 184FD04DA73F807340EEFE6E348784DA /* SVGAPlayer.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23107,16 +24020,16 @@ }; name = Release; }; - BA073712E852AD8DB7BF0A0051543FF7 /* Release */ = { + B9B82C88DCAC66D9287C557A47ADEAF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 26A118A10758C5A28B5E4AB39FD11B59 /* Protobuf.release.xcconfig */; + baseConfigurationReference = 960F58A2207EC501A6062FC6E097D486 /* FMDB.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Protobuf"; - IBSC_MODULE = Protobuf; - INFOPLIST_FILE = "Target Support Files/Protobuf/ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = Protobuf_Privacy; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/FMDB"; + IBSC_MODULE = FMDB; + INFOPLIST_FILE = "Target Support Files/FMDB/ResourceBundle-FMDB_Privacy-FMDB-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PRODUCT_NAME = FMDB_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -23124,9 +24037,48 @@ }; name = Release; }; + BAA1644EE7B141EB28B7AD99186889D2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4C0E489B0A7C4970682CB6F8FD2E4922 /* FLAnimatedImage.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/FLAnimatedImage/FLAnimatedImage-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/FLAnimatedImage/FLAnimatedImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FLAnimatedImage/FLAnimatedImage.modulemap"; + PRODUCT_MODULE_NAME = FLAnimatedImage; + PRODUCT_NAME = FLAnimatedImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; BB67D059BA4EAD9069DB2938FD26AF18 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFC84236DC6934E20BF769B2B51E459B /* YYText.debug.xcconfig */; + baseConfigurationReference = 25D8BD40E8E4A914F46C2F21ECF38C47 /* YYText.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23164,7 +24116,7 @@ }; BC123DCB4005E49912F8C0C2077797A5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AF6640AB2CCFE42C07F6501E2493172 /* YYText.release.xcconfig */; + baseConfigurationReference = 462EA52E6132E2BE83F636A4704AE8D4 /* YYText.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23203,7 +24155,7 @@ }; C065C676FC6C7559167BE21DDAF9410C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72C14EE33E6CEE0E46196F699B3EC5A9 /* QCloudCOSXML.release.xcconfig */; + baseConfigurationReference = 75607B5E7B139B5A84C1A05450F07391 /* QCloudCOSXML.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -23244,7 +24196,7 @@ }; C092799E5D2673B43C45CB166BF09301 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 94DE8F7BB4C72D62AD40BF89FD749202 /* Masonry.debug.xcconfig */; + baseConfigurationReference = 53E216C5FEAABF39B21FB3C7FB8D35C8 /* Masonry.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23280,82 +24232,9 @@ }; name = Debug; }; - C09886D2BBE105EF5E35246747EE4072 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E7B283DA7D9438642D048CC661511A97 /* JXPagingView.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXPagingView"; - IBSC_MODULE = JXPagingView; - INFOPLIST_FILE = "Target Support Files/JXPagingView/ResourceBundle-JXPagerView-JXPagingView-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = JXPagerView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - C8F6C5C39B987046CC3E93C607C1032B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 908009E78A2E56530859FF690E873087 /* Pods-QXLiveDev.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = "Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - C9AC4CE27457B447194297AFF1FFEB28 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 08B8980434FBD4317A7A907D8F0BA6EB /* TUICore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUICore"; - IBSC_MODULE = TUICore; - INFOPLIST_FILE = "Target Support Files/TUICore/ResourceBundle-TUICore_Privacy-TUICore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TUICore_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; C9C694F92A168790383093D47B4EC5BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59C4B857C3564ECB2A07D79D96916AC2 /* JXCategoryView.debug.xcconfig */; + baseConfigurationReference = C172792487D72AFB5C7B3F3CAF62EC07 /* JXCategoryView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23391,26 +24270,9 @@ }; name = Debug; }; - CA0B9CA9AAAB1FFE9BA350CD8DE3DD0B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F025B9C3846DE7CDEB581BE526815DBE /* TUIChat.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIChat"; - IBSC_MODULE = TUIChat; - INFOPLIST_FILE = "Target Support Files/TUIChat/ResourceBundle-TUIChat_Privacy-TUIChat-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = TUIChat_Privacy; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; CBAFED52B4B51F600FAF2141BA449F2E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24D778ECA14E184A4CF72F4BB4E7D79B /* Bugly.debug.xcconfig */; + baseConfigurationReference = 10CEEFCFA6B7401B80B9070AA851EC29 /* Bugly.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -23425,144 +24287,9 @@ }; name = Debug; }; - CE945A7AEE40E96B1C5B27C8D3E72599 /* Debug */ = { + CBF0B0E3E0ED0E7FC857CD60213CA166 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F117D94CCC6911AB906A6757E7290E6A /* YYImage.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/YYImage/YYImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/YYImage/YYImage-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/YYImage/YYImage.modulemap"; - PRODUCT_MODULE_NAME = YYImage; - PRODUCT_NAME = YYImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - D0BA3F9EF558559FA1C19DCAC1C84649 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B72A03F02CCB8306A16F5545921CFE99 /* AgoraInfra_iOS.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - D1B014751DD59BA0428C740F5A2F4D11 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 578EBAD6008013CBDC078739E7461D08 /* YYImage.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/YYImage/YYImage-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/YYImage/YYImage-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/YYImage/YYImage.modulemap"; - PRODUCT_MODULE_NAME = YYImage; - PRODUCT_NAME = YYImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D366302C8292A495077037FC7752DD36 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A16D3E962028F954BA527E95B4340C14 /* QCloudCore.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/QCloudCore/QCloudCore-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/QCloudCore/QCloudCore-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/QCloudCore/QCloudCore.modulemap"; - PRODUCT_MODULE_NAME = QCloudCore; - PRODUCT_NAME = QCloudCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - D68AB84870B8EB2A69D10E815ACE5370 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C5AE11E7C369B0D007F232374528F4E4 /* Zip.debug.xcconfig */; + baseConfigurationReference = F52A6A5DFBDBAED6167F14D94A8D8877 /* Zip.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23598,10 +24325,80 @@ }; name = Debug; }; - D6CCB7A2CF8342C02A10D3036DFEDF09 /* Debug */ = { + CDE32CC0C0484E6C7C3E2FD4BF6E470C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 08B8980434FBD4317A7A907D8F0BA6EB /* TUICore.debug.xcconfig */; + baseConfigurationReference = 9655560DCB29C932A8908DC93B940C3B /* MJRefresh.release.xcconfig */; buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MJRefresh"; + IBSC_MODULE = MJRefresh; + INFOPLIST_FILE = "Target Support Files/MJRefresh/ResourceBundle-MJRefresh.Privacy-MJRefresh-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + PRODUCT_NAME = MJRefresh.Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + D0BA3F9EF558559FA1C19DCAC1C84649 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ADFD1070148FF08BE9091AC801849445 /* AgoraInfra_iOS.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D476C2CD346A54D429934CFECEAE8AA7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BF0011EE92211E9DF08571719D4A3028 /* JXCategoryView.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXCategoryView"; + IBSC_MODULE = JXCategoryView; + INFOPLIST_FILE = "Target Support Files/JXCategoryView/ResourceBundle-JXCategoryView-JXCategoryView-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = JXCategoryView; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + D6488B2E6396D3550942DF36AF53AD31 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3AEEE13E0A57AB02B8E68C389FFBB761 /* AliyunOSSiOS.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AliyunOSSiOS"; + IBSC_MODULE = AliyunOSSiOS; + INFOPLIST_FILE = "Target Support Files/AliyunOSSiOS/ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = AliyunOSSiOS_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + D83B618BBC38C5ADACD80BB8A540DE60 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2598910578FE259E665B3B0E83B7BDF0 /* Pods-QXLive.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -23612,50 +24409,33 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_MODULE_VERIFIER = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/TUICore/TUICore-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/TUICore/TUICore-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/TUICore/TUICore.modulemap"; - PRODUCT_MODULE_NAME = TUICore; - PRODUCT_NAME = TUICore; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-QXLive/Pods-QXLive.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 6.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - D70C6145A0BFD74F7DD18953FF39EBA6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 50CB953D9D3B4F72E9ED204CAD506CAC /* SDWebImage.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SDWebImage"; - IBSC_MODULE = SDWebImage; - INFOPLIST_FILE = "Target Support Files/SDWebImage/ResourceBundle-SDWebImage-SDWebImage-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - PRODUCT_NAME = SDWebImage; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; name = Release; }; D997E4194A96734A6FE02CB6A11F2EA5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A7578387B59E97B28BF7094AD41541A8 /* AgoraRtcEngine_iOS.release.xcconfig */; + baseConfigurationReference = EDFF70D5DF3EE77F33FEDB076C12ED20 /* AgoraRtcEngine_iOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -23671,9 +24451,47 @@ }; name = Release; }; + DC1C09C2160750A0EAE5CBC9C85E062C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D7FFF1BA6F46591AE87B0284824AA16C /* XHLaunchAd.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/XHLaunchAd/XHLaunchAd-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/XHLaunchAd/XHLaunchAd-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/XHLaunchAd/XHLaunchAd.modulemap"; + PRODUCT_MODULE_NAME = XHLaunchAd; + PRODUCT_NAME = XHLaunchAd; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; E10BB363A46FC692042AB6F61A9F36FC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91403F1E5C0272749E2C99D64AFD32CE /* WechatOpenSDK-XCFramework.debug.xcconfig */; + baseConfigurationReference = 5CE4216620713AED2B4596301AC9F601 /* WechatOpenSDK-XCFramework.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -23690,7 +24508,7 @@ }; E30681762B80C188BE057874118FD967 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 09F10D3C43B69141D421137BE6F58F62 /* AgoraLyricsScore.release.xcconfig */; + baseConfigurationReference = A5BD5150A7B33409C0527A1E5ADF9026 /* AgoraLyricsScore.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -23727,9 +24545,26 @@ }; name = Release; }; + E47BBA51CCB5590E66AA763863F5565F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 24D550D77953B5B019FFCD74AA640ACD /* TXIMSDK_Plus_iOS_XCFramework.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TXIMSDK_Plus_iOS_XCFramework"; + IBSC_MODULE = TXIMSDK_Plus_iOS_XCFramework; + INFOPLIST_FILE = "Target Support Files/TXIMSDK_Plus_iOS_XCFramework/ResourceBundle-TXIMSDK_Plus_iOS_XCFramework_Privacy-TXIMSDK_Plus_iOS_XCFramework-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = TXIMSDK_Plus_iOS_XCFramework_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; E78233C4E6A77582C1DC7C147101B880 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E16A9E6B2A5EABBCE1CDCF06E8F746DE /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 7AAB7A40DC0749F91E7A99A8AFCEEC89 /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23768,7 +24603,7 @@ }; E91506D294B540BFE4198EAAA83F048E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 205C8F9018C2B758BAC59F6F06EAB367 /* AFNetworking.release.xcconfig */; + baseConfigurationReference = C3F6AC5E5BA6110C9BD617A5B3B106B5 /* AFNetworking.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23805,9 +24640,9 @@ }; name = Release; }; - EB6157844373AB800AC42004C48F6A9F /* Release */ = { + EA0BE08F1AEEFFD25A0AEA76F549BFD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4F9C556BDAA7116AA9A7D61C98AC802E /* Zip.release.xcconfig */; + baseConfigurationReference = 7ED543637CA895C41D50628025B3AAA7 /* Zip.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23846,7 +24681,7 @@ }; EF8BB15BBC433D5629793439BF61B8BC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D65D99444B13FC496E51863A885FCD36 /* AliyunOSSiOS.debug.xcconfig */; + baseConfigurationReference = 42C79C0A769BD69B975332E596184B25 /* AliyunOSSiOS.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23884,7 +24719,7 @@ }; F0DF435DD28ADCD806B012E9F042CF07 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8972D87C24A6C41D7E422C17EA620436 /* YYModel.debug.xcconfig */; + baseConfigurationReference = ABFF631BE0BF854B9FFDD4BB1B1253B5 /* YYModel.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -23920,26 +24755,81 @@ }; name = Debug; }; - F0E5F1668E7517721C0615CB3A90B2A0 /* Release */ = { + F129733C82BBAF6FF3584C2B67E991F1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A1A711047C1AC34798F807FBF6686D5 /* JXPagingView.release.xcconfig */; + baseConfigurationReference = 01F1D034CAD6F2A42B8750B822F8CA73 /* SDWebImage.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/SDWebImage/SDWebImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SDWebImage/SDWebImage.modulemap"; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + F1871A3233A80E1172065657026A22AE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F025B9C3846DE7CDEB581BE526815DBE /* TUIChat.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/JXPagingView"; - IBSC_MODULE = JXPagingView; - INFOPLIST_FILE = "Target Support Files/JXPagingView/ResourceBundle-JXPagerView-JXPagingView-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = JXPagerView; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TUIChat"; + IBSC_MODULE = TUIChat; + INFOPLIST_FILE = "Target Support Files/TUIChat/ResourceBundle-TUIChat_Privacy-TUIChat-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TUIChat_Privacy; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; + }; + F275035A25D7AED14110912FEFE9CE10 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C69A6B23EF6A69B767B9593D9E35752B /* AgoraLyricsScore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/AgoraLyricsScore"; + IBSC_MODULE = AgoraLyricsScore; + INFOPLIST_FILE = "Target Support Files/AgoraLyricsScore/ResourceBundle-AgoraLyricsScoreBundle-AgoraLyricsScore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = AgoraLyricsScoreBundle; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; }; F3B8CEB8BC4AE8F3179B0A85BA8F6624 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1B1917C3258642FD33C8DEDAA318364B /* TIMPush.debug.xcconfig */; + baseConfigurationReference = 519BB93FB3EFABC4836F62A1E50F7932 /* TIMPush.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -23955,9 +24845,81 @@ }; name = Debug; }; + F58B5AEA6D3DEF8EFF62FAD9591D825A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 94329B7AE8EE695E7D6F6A2D1247E7BA /* TIMCommon.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TIMCommon"; + IBSC_MODULE = TIMCommon; + INFOPLIST_FILE = "Target Support Files/TIMCommon/ResourceBundle-TIMCommon_Privacy-TIMCommon-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + PRODUCT_NAME = TIMCommon_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + F5F988E0DFAFCF0F955ED2B20F1A6FD6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 28FBF36F2B978A714AB8F5DE09478126 /* Protobuf.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Protobuf"; + IBSC_MODULE = Protobuf; + INFOPLIST_FILE = "Target Support Files/Protobuf/ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = Protobuf_Privacy; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + F8104770A7653E76994A5F20352BE873 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA184A82F3152227631410D822AB0BF9 /* FLAnimatedImage.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/FLAnimatedImage/FLAnimatedImage-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/FLAnimatedImage/FLAnimatedImage-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/FLAnimatedImage/FLAnimatedImage.modulemap"; + PRODUCT_MODULE_NAME = FLAnimatedImage; + PRODUCT_NAME = FLAnimatedImage; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 6.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; FC47B2B7FAEC115D227EE81539ED8586 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 29FBCC92D682EDD34E9423145A579B6D /* AlipaySDK-iOS.release.xcconfig */; + baseConfigurationReference = 28A08590B29B51165185FBCED6815914 /* AlipaySDK-iOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -23976,7 +24938,7 @@ }; FDF98D3A1890B6E17513641D6ED71D78 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF2A6DB2A4233FAB516EFE04517C9E1D /* YYCategories.debug.xcconfig */; + baseConfigurationReference = B08C334E489F1E449104F0C5331C5109 /* YYCategories.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -24014,7 +24976,7 @@ }; FEB245EC07BE7CD095CEB3FC3BE2918C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7714E976693EA99BE59000205D302755 /* MQTTClient.debug.xcconfig */; + baseConfigurationReference = 0483D934AC265AB2B5B369696D71F237 /* MQTTClient.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -24062,47 +25024,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0ACC4CBD875FE111DB5D540AB979459E /* Build configuration list for PBXNativeTarget "BRPickerView-BRPickerView.Privacy" */ = { + 0AF2FAB94882D54EBE9D4C0B539FE53C /* Build configuration list for PBXNativeTarget "TUIConversation-TUIConversation_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3EB87D26940C35F0C7324D3792EBCAF1 /* Debug */, - 9677C6AC24892F1E22AAFC0A32FFD2D9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0FC4B30358FC62A913FCE57F62D89FCC /* Build configuration list for PBXNativeTarget "TIMCommon-TIMCommon_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 02037E21114487605FF35B356BE57D8E /* Debug */, - 31DDC0651A46A7EA631308EBF7BF08E6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1435D66241B4C70B47B283D1DF8FE705 /* Build configuration list for PBXNativeTarget "TUICore-TUICore_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C9AC4CE27457B447194297AFF1FFEB28 /* Debug */, - 74575D5E5D65766EA7CF99100DA32242 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 16C4D9A5BDFC3489398ECE1489D509DE /* Build configuration list for PBXNativeTarget "QCloudCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 40D82CC4C57426F7C71662EEB8CAF656 /* Debug */, - D366302C8292A495077037FC7752DD36 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1A2B7E6ADA8D59E157B819D5BF3E3CFC /* Build configuration list for PBXNativeTarget "JXCategoryView-JXCategoryView" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 58CAF94879C9C69652D20D6EB5D14027 /* Debug */, - B1B3599F31F59F467A4482C3F0C5B721 /* Release */, + 207BBBF673041133505E0A87F25A5D6D /* Debug */, + 258C0E6E40109DA983AE0A0FAA116216 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24116,6 +25042,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1CF7CA11A791652D6975B2EDE2FC6719 /* Build configuration list for PBXNativeTarget "DZNEmptyDataSet" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4D476098B8661FAB3B75E5D04F13E045 /* Debug */, + 7C0FB591916CA6E679CDF5ABC5CDF81A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 29BB59B7B51BC6194771995E3356CF70 /* Build configuration list for PBXNativeTarget "MJRefresh" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24125,6 +25060,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 32C0406899246E9ED0634B30E48DBB61 /* Build configuration list for PBXNativeTarget "Pods-QXLiveDev" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 517AF9BB3F4703391CCBD0477E549AAE /* Debug */, + 7DBB64345785209ECF3754787454B351 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 36554F84CF2CC8A9D65FB0F56ABEEA7B /* Build configuration list for PBXNativeTarget "AliyunOSSiOS-AliyunOSSiOS_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 12F857ECE8D72B360F48B37489703254 /* Debug */, + D6488B2E6396D3550942DF36AF53AD31 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 383075535D59A025369A5062BC1518BF /* Build configuration list for PBXAggregateTarget "TIMPush" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24134,6 +25087,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 393FE833A6BFB4D0BED2AB2B680C090B /* Build configuration list for PBXNativeTarget "TUICore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A595F2FA9A713538862BAE5904D3F527 /* Debug */, + 52D3527006B34EC80E839196798DB154 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 3A2DBC92156481A92B8363ED379C0B44 /* Build configuration list for PBXNativeTarget "LLDebugTool" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24143,20 +25105,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3B7DF196EA76D8B2EC90374BE3AF860A /* Build configuration list for PBXNativeTarget "Pods-QXLive" */ = { + 3C602CD2DCC357BECA2E943DAAF2E9CE /* Build configuration list for PBXNativeTarget "YYImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 618438564A27D3B38D9DDC50CD4F0F87 /* Debug */, - 405D13F98F3C459D8EF908E82895EA01 /* Release */, + 8EF6F03F2B0B8957B7A5F7E262E3F6AF /* Debug */, + 4898725C4C9F960340BB0C8048D273CA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 46D5810AE045F867DFD825B54048DFFE /* Build configuration list for PBXNativeTarget "YYImage" */ = { + 44B6E36236E4C6584A03A2E730B2907F /* Build configuration list for PBXNativeTarget "AgoraLyricsScore-AgoraLyricsScoreBundle" */ = { isa = XCConfigurationList; buildConfigurations = ( - CE945A7AEE40E96B1C5B27C8D3E72599 /* Debug */, - D1B014751DD59BA0428C740F5A2F4D11 /* Release */, + F275035A25D7AED14110912FEFE9CE10 /* Debug */, + 049C08F48EB0637702AB668F1A4A3D2A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24179,6 +25141,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 4BE17F5F1FF7A614EEDEA404D30FCB34 /* Build configuration list for PBXNativeTarget "FMDB-FMDB_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1E12CF016AAA0D1213C9C9B0820A2827 /* Debug */, + B9B82C88DCAC66D9287C557A47ADEAF0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4E86C95B2CC48E329293EC1606BA231C /* Build configuration list for PBXNativeTarget "SSZipArchive" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24188,29 +25159,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4ECC2EFF5CE027825A2F0F52FCF77F95 /* Build configuration list for PBXNativeTarget "libwebp" */ = { + 58B85E9DF8DB5076638F5C545C1DF340 /* Build configuration list for PBXNativeTarget "TIMPush-TIMPush_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - B72310E92B5165D8FA770245E1EC1D0C /* Debug */, - 710DDAC728A34158036D21E6BE3AD7B9 /* Release */, + 6D2E727A71794FB3031097CDCF37A27B /* Debug */, + B485836E9DCF3166DEC64B1B79202E79 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 53A43A1CF2266B94FBF551915C989BF9 /* Build configuration list for PBXNativeTarget "AliyunOSSiOS-AliyunOSSiOS_Privacy" */ = { + 5A4A021952E97E65DD62867E5FF5D34A /* Build configuration list for PBXNativeTarget "Protobuf-Protobuf_Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7020DD66DCCCC837D759400FAA31ED80 /* Debug */, - 8F3CAF6025768468623101C0632DE609 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5F14CBA40E659BB89722701192DB5E24 /* Build configuration list for PBXNativeTarget "JXPagingView-JXPagerView" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C09886D2BBE105EF5E35246747EE4072 /* Debug */, - F0E5F1668E7517721C0615CB3A90B2A0 /* Release */, + F5F988E0DFAFCF0F955ED2B20F1A6FD6 /* Debug */, + 0D9F40A879970404A203C23F92814E94 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24224,6 +25186,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 67B29788CD9001C82AB773D946DA77E2 /* Build configuration list for PBXNativeTarget "MJRefresh-MJRefresh.Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7D93B2FAB9499643916FC49BE73A08BF /* Debug */, + CDE32CC0C0484E6C7C3E2FD4BF6E470C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 69444753864BFEE93D93DCEABA3746A1 /* Build configuration list for PBXNativeTarget "SVProgressHUD" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 06FCDFF543C96483071A46D92F11CE58 /* Debug */, + 6357E318DE80BF03F074DFD6B54DD826 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 6AC986F8353D7D8FD502D9D6E938C5AA /* Build configuration list for PBXAggregateTarget "AgoraInfra_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24242,15 +25222,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7305028F209B88CD2AF1778B74BCD712 /* Build configuration list for PBXNativeTarget "FMDB-FMDB_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2C620414DB25D50501760CBC361F53C3 /* Debug */, - 294A09187F51E11BB1BAC9CDFD480342 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 773A22765B846DE10CADF4D2E77FE841 /* Build configuration list for PBXNativeTarget "JXPagingView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24260,6 +25231,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 7AAFDEDDEC6DE8FD9FB7C6CF587CDBF4 /* Build configuration list for PBXNativeTarget "Zip" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CBF0B0E3E0ED0E7FC857CD60213CA166 /* Debug */, + EA0BE08F1AEEFFD25A0AEA76F549BFD1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 7CEB2E47380AD51987AA02ECD4DFBCD9 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24296,24 +25276,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 859C77699D4F206C2183A17E0EF58870 /* Build configuration list for PBXNativeTarget "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2EFB8C7F8143E536A73F2168CC5FC150 /* Debug */, - 84C8DF8D453FE6D806C16104D042D102 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 865DB28E3ABEBE57251B86BE71EE7F0D /* Build configuration list for PBXNativeTarget "Pods-QXLiveDev" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C8F6C5C39B987046CC3E93C607C1032B /* Debug */, - 7E5EA1F7298FC11FF3BC210F782ADBFE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 876058DC9B453EC240D5E0CDACE6FD5A /* Build configuration list for PBXNativeTarget "SVGAPlayer" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24323,20 +25285,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8B2BE83201E0B4503EBF87CF1902468D /* Build configuration list for PBXNativeTarget "MJRefresh-MJRefresh.Privacy" */ = { + 8EF854621C177F3EE068DEC405DBCD80 /* Build configuration list for PBXNativeTarget "BRPickerView-BRPickerView.Privacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6ED52B1E9E63E3D1B1E47B9AC06D6C43 /* Debug */, - 3333B2B90091F1E981F85852F642FE7A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 93735D0870A830B586A0A20D52A24AE9 /* Build configuration list for PBXNativeTarget "IQKeyboardManager-IQKeyboardManager" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 766A1D893BB12FD5A56DDD3CC3995926 /* Debug */, - 104167F4652B5708F20ACF851F366EC2 /* Release */, + 74949FF26F9F16573957AE916CAFCA98 /* Debug */, + 956FB402DE5021840B173C8F8DAFF172 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24359,6 +25312,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 96FD153D50039EA3A95EA77696921C97 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F129733C82BBAF6FF3584C2B67E991F1 /* Debug */, + 22DD3ACDD54A2F37A304A9EBF350C370 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 9A94A7F656F10D0275B54914A7ED7349 /* Build configuration list for PBXNativeTarget "BRPickerView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24395,11 +25357,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A4FE0284AED92AD478DAE26325262701 /* Build configuration list for PBXAggregateTarget "TXIMSDK_Plus_iOS_XCFramework" */ = { + A4A957AA2DBD0B48F3FA0E3555AD1608 /* Build configuration list for PBXNativeTarget "Pods-QXLive" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2597D69161B42065B2E3BAF216B70020 /* Debug */, - 7F5BC36B4DC8E342557AC19AABE9A2D0 /* Release */, + 1228A88BD00380B7BF1146E72B1BF814 /* Debug */, + D83B618BBC38C5ADACD80BB8A540DE60 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24431,15 +25393,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B41BEEAB3F00B8B09935C136F594A6DA /* Build configuration list for PBXNativeTarget "AgoraLyricsScore-AgoraLyricsScoreBundle" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AC18D2E8028F22D4235BB2EBA2BF44A4 /* Debug */, - 2C638F91A3689A1E4542E7F0FA79BB18 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B440074ECA089DF5E66DB4D825CCE1FA /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24449,6 +25402,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B8A252A7026F63376C0052EB5130BC5D /* Build configuration list for PBXNativeTarget "libwebp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 5640369C1A6F0B5CD4266FAF0E57A41A /* Debug */, + 6A9B776501A015F3E3AE138007969DA2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B9F86344B5957E4C1017F4920EB95061 /* Build configuration list for PBXNativeTarget "QGVAPlayer" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24467,38 +25429,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BECA9F4651D85D5F078363669F205EBD /* Build configuration list for PBXNativeTarget "TIMPush-TIMPush_Privacy" */ = { + C78469F80D5279075C6D62542E6C241B /* Build configuration list for PBXNativeTarget "JXCategoryView-JXCategoryView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A47EFE7A53A45FC640E2B558E71AD1A /* Debug */, - B6BC07B528C69B7C23148E08C0710847 /* Release */, + B1EEF987D476EDB643BF07D5011EC8E3 /* Debug */, + D476C2CD346A54D429934CFECEAE8AA7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C1598DD7C6A66E15E80AC67DBC829A49 /* Build configuration list for PBXNativeTarget "TUIChat-TUIChat_Privacy" */ = { + CADE4C31BE58C1D04B99EAEB03606A91 /* Build configuration list for PBXAggregateTarget "TXIMSDK_Plus_iOS_XCFramework" */ = { isa = XCConfigurationList; buildConfigurations = ( - CA0B9CA9AAAB1FFE9BA350CD8DE3DD0B /* Debug */, - 2EC1B80752E7AA23E38E5137488BCAF2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C2B304F373BDF2D993C52384F471DE2E /* Build configuration list for PBXNativeTarget "TUIConversation-TUIConversation_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2BA35A296644B72F1BE336372D9D2396 /* Debug */, - 5DD6BCF0C401D803A36970BF689C2A58 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C7E4C70A91DE2E6E5D04BD1AD35978EB /* Build configuration list for PBXNativeTarget "Protobuf-Protobuf_Privacy" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23E2D6B789479D155207EA63E44945EC /* Debug */, - BA073712E852AD8DB7BF0A0051543FF7 /* Release */, + 9443F051C360BC203BD5F41256CE9CBB /* Debug */, + 424A6ADFFB90D2962084EB893D0C7DE8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24530,11 +25474,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D34A9C203E9D0E936BDC93BFF22A4CC8 /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */ = { + D327C23BBD7B750D03847F4C32EC4601 /* Build configuration list for PBXNativeTarget "SDWebImage-SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6EB738E968E0C2EC395011A8FA5DB0C8 /* Debug */, - D70C6145A0BFD74F7DD18953FF39EBA6 /* Release */, + 88889178388E31885469433844847535 /* Debug */, + 0F019D343AEC5FE6D26CE5E016FE41A1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24548,11 +25492,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D7A94BF3EF8D203CD6E91D9EADB8254A /* Build configuration list for PBXNativeTarget "Zip" */ = { + DB42851E58183D1C73C585FFFF7BA55F /* Build configuration list for PBXNativeTarget "XHLaunchAd" */ = { isa = XCConfigurationList; buildConfigurations = ( - D68AB84870B8EB2A69D10E815ACE5370 /* Debug */, - EB6157844373AB800AC42004C48F6A9F /* Release */, + DC1C09C2160750A0EAE5CBC9C85E062C /* Debug */, + 441E59AF024009017AAF535A7DACD7C7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24566,6 +25510,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + DD49C09F5CC7F70CBAF257CE9F4FB819 /* Build configuration list for PBXNativeTarget "TUICore-TUICore_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 82263048131B2F64C18D15E24CE6FFAC /* Debug */, + 5F3A4E4FA9395E4F9B520ACC3F3C6803 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DE277BE110FFE4FD17BDB3F9FD8F9143 /* Build configuration list for PBXNativeTarget "IQKeyboardManager-IQKeyboardManager" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 85660DB562535FAAC23E08979BBF675B /* Debug */, + 05E394B654B81FA3050169B71F4D048C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; DF9B523C41804799DD9A164A00C01ECD /* Build configuration list for PBXAggregateTarget "AlipaySDK-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -24593,11 +25555,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F12EBC2DDCF87286028B3B288F993E7C /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + F06E4A04DE8430EB36B85704972503A5 /* Build configuration list for PBXNativeTarget "FLAnimatedImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 68BF93CBCB8EE8C46333B6C6B18BF253 /* Debug */, - A8BC0B09AC8F109F0F84367C44070F7E /* Release */, + F8104770A7653E76994A5F20352BE873 /* Debug */, + BAA1644EE7B141EB28B7AD99186889D2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24629,11 +25591,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F4C1E56BBDE6C5934926CE4D56FFF4B8 /* Build configuration list for PBXNativeTarget "TUICore" */ = { + F68EEF3AA5D15584A79AF256FA521981 /* Build configuration list for PBXNativeTarget "JXPagingView-JXPagerView" */ = { isa = XCConfigurationList; buildConfigurations = ( - D6CCB7A2CF8342C02A10D3036DFEDF09 /* Debug */, - 6ECAF81B9775A5CAF3C6CC8935A3A88C /* Release */, + 39372D20A1177C0DF0C82D57B5032786 /* Debug */, + 64255583B12F366BB7B806A8D922936D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F807B4C99455A25C9003FF0476F27151 /* Build configuration list for PBXNativeTarget "QCloudCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A4428960700A06468D95C7132364D70 /* Debug */, + 3BE19FD78F6DA529D878EA3FE1F4EE88 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -24647,6 +25618,33 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F99797EEF895BA12D44E50D201EFB7F5 /* Build configuration list for PBXNativeTarget "TUIChat-TUIChat_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F1871A3233A80E1172065657026A22AE /* Debug */, + 1C25ADAF0FDD739E063AB8BDC046DE35 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FDBA18B90FE881B37E1F967D6AE3A23C /* Build configuration list for PBXNativeTarget "TIMCommon-TIMCommon_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 92440F6AE9CFC363BEF426A8B1FAC83B /* Debug */, + F58B5AEA6D3DEF8EFF62FAD9591D825A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FED3FE69B249D41AA90CE92FF86F5570 /* Build configuration list for PBXNativeTarget "TXIMSDK_Plus_iOS_XCFramework-TXIMSDK_Plus_iOS_XCFramework_Privacy" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8914E486C4F560931DD964EA65F94176 /* Debug */, + E47BBA51CCB5590E66AA763863F5565F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; diff --git a/Pods/SVProgressHUD/LICENSE b/Pods/SVProgressHUD/LICENSE new file mode 100644 index 0000000..081a2f7 --- /dev/null +++ b/Pods/SVProgressHUD/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2011-2023 Sam Vermette, Tobias Totzek and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Pods/SVProgressHUD/README.md b/Pods/SVProgressHUD/README.md new file mode 100644 index 0000000..602aefe --- /dev/null +++ b/Pods/SVProgressHUD/README.md @@ -0,0 +1,221 @@ +# SVProgressHUD + +![Pod Version](https://img.shields.io/cocoapods/v/SVProgressHUD.svg?style=flat) +![Pod Platform](https://img.shields.io/cocoapods/p/SVProgressHUD.svg?style=flat) +![Pod License](https://img.shields.io/cocoapods/l/SVProgressHUD.svg?style=flat) +[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/) +[![CocoaPods compatible](https://img.shields.io/badge/CocoaPods-compatible-green.svg?style=flat)](https://cocoapods.org) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-green.svg?style=flat)](https://github.com/Carthage/Carthage) + +`SVProgressHUD` is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. + +![SVProgressHUD](https://raw.githubusercontent.com/SVProgressHUD/SVProgressHUD/master/Images/SVProgressHUD.png) + +## Installation + +### Swift Package Manager + +[Swift Package Manager](https://swift.org/package-manager/) (SwiftPM) is a tool for managing the distribution of Swift code. It simplifies the process of managing Swift package dependencies. + +To integrate `SVProgressHUD` into your project using SwiftPM: + +1. In Xcode, select **File > Add Package Dependency**. +2. Enter the following package repository URL: https://github.com/SVProgressHUD/SVProgressHUD.git +3. Choose the appropriate version (e.g. a specific version, branch, or commit). +4. Add `SVProgressHUD` to your target dependencies. + +`SVProgressHUD` requires at least Swift tools version 5.3. + +### From CocoaPods + +[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like `SVProgressHUD` in your projects. First, add the following line to your [Podfile](http://guides.cocoapods.org/using/using-cocoapods.html): + +```ruby +pod 'SVProgressHUD' +``` + +If you want to use the latest features of `SVProgressHUD` use normal external source dependencies. + +```ruby +pod 'SVProgressHUD', :git => 'https://github.com/SVProgressHUD/SVProgressHUD.git' +``` + +This pulls from the `master` branch directly. + +Second, install `SVProgressHUD` into your project: + +```ruby +pod install +``` + +### Carthage + +[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate `SVProgressHUD` into your Xcode project using Carthage, specify it in your `Cartfile`: + +```ogdl +github "SVProgressHUD/SVProgressHUD" +``` + +Run `carthage bootstrap` to build the framework in your repository's Carthage directory. You can then include it in your target's `carthage copy-frameworks` build phase. For more information on this, please see [Carthage's documentation](https://github.com/carthage/carthage#if-youre-building-for-ios-tvos-or-watchos). + +### Manually + +* Drag the `SVProgressHUD/SVProgressHUD` folder into your project. +* Take care that `SVProgressHUD.bundle` is added to `Targets->Build Phases->Copy Bundle Resources`. +* Add the **QuartzCore** framework to your project. + +## Swift + +Even though `SVProgressHUD` is written in Objective-C, it can be used in Swift with no hassle. + +If you use [CocoaPods](http://cocoapods.org) add the following line to your [Podfile](http://guides.cocoapods.org/using/using-cocoapods.html): + +```ruby +use_frameworks! +``` + +If you added `SVProgressHUD` manually, just add a [bridging header](https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html) file to your project with the `SVProgressHUD` header included. + +## Usage + +(see sample Xcode project in `/Demo`) + +`SVProgressHUD` is created as a singleton (i.e. it doesn't need to be explicitly allocated and instantiated; you directly call `[SVProgressHUD method]` / `SVProgressHUD.method()`). + +**Use `SVProgressHUD` wisely! Only use it if you absolutely need to perform a task before taking the user forward. Bad use case examples: pull to refresh, infinite scrolling, sending message.** + +Using `SVProgressHUD` in your app will usually look as simple as this. + +**Objective-C:** + +```objective-c +[SVProgressHUD show]; +dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + // time-consuming task + dispatch_async(dispatch_get_main_queue(), ^{ + [SVProgressHUD dismiss]; + }); +}); +``` + +**Swift:** + +```swift +SVProgressHUD.show() +DispatchQueue.global(qos: .default).async { + // time-consuming task + DispatchQueue.main.async { + SVProgressHUD.dismiss() + } +} +``` + +### Showing the HUD + +You can show the status of indeterminate tasks using one of the following: + +```objective-c ++ (void)show; ++ (void)showWithStatus:(NSString*)string; +``` + +If you'd like the HUD to reflect the progress of a task, use one of these: + +```objective-c ++ (void)showProgress:(CGFloat)progress; ++ (void)showProgress:(CGFloat)progress status:(NSString*)status; +``` + +### Dismissing the HUD + +The HUD can be dismissed using: + +```objective-c ++ (void)dismiss; ++ (void)dismissWithDelay:(NSTimeInterval)delay; +``` + +If you'd like to stack HUDs, you can balance out every show call using: + +``` ++ (void)popActivity; +``` + +The HUD will get dismissed once the `popActivity` calls will match the number of show calls. + +Or show an image with status before getting dismissed a little bit later. The display time depends on `minimumDismissTimeInterval` and the length of the given string. + +```objective-c ++ (void)showInfoWithStatus:(NSString*)string; ++ (void)showSuccessWithStatus:(NSString*)string; ++ (void)showErrorWithStatus:(NSString*)string; ++ (void)showImage:(UIImage*)image status:(NSString*)string; +``` + +## Customization + +`SVProgressHUD` is designed with flexibility in mind, providing a myriad of customization options to fit the look and feel of your application seamlessly. + +* Appearance: Make use of the `UI_APPEARANCE_SELECTOR` to adjust styles, colors, fonts, size, and images app-wide. +* Behavior: Control visibility durations, display delays, and animation speeds. +* Feedback: Enhance the user experience with options for haptic feedback and motion effects. + +For a comprehensive list of properties and detailed explanations, refer to the `SVProgressHUD.h` file in the API documentation. + +### Hint + +As standard `SVProgressHUD` offers three preconfigured styles: + +* `SVProgressHUDStyleAutomatic`: Automatically switch between the light and dark style +* `SVProgressHUDStyleLight`: White background with black spinner and text +* `SVProgressHUDStyleDark`: Black background with white spinner and text + +If you want to use custom colors use `setForegroundColor:` and/or `setBackgroundColor:`. These implicitly set the HUD's style to `SVProgressHUDStyleCustom`. + +## Haptic Feedback + +Available on iPhone 7 and newer, `SVProgressHUD` can automatically trigger haptic feedback depending on which HUD is being displayed. The feedback maps as follows: + +* `showSuccessWithStatus:` <-> `UINotificationFeedbackTypeSuccess` +* `showInfoWithStatus:` <-> `UINotificationFeedbackTypeWarning` +* `showErrorWithStatus:` <-> `UINotificationFeedbackTypeError` + +To enable this functionality, use `setHapticsEnabled:`. + +## Notifications + +`SVProgressHUD` posts four notifications via `NSNotificationCenter` in response to being shown/dismissed: + +* `SVProgressHUDWillAppearNotification` when the show animation starts +* `SVProgressHUDDidAppearNotification` when the show animation completes +* `SVProgressHUDWillDisappearNotification` when the dismiss animation starts +* `SVProgressHUDDidDisappearNotification` when the dismiss animation completes + +Each notification passes a `userInfo` dictionary holding the HUD's status string (if any), retrievable via `SVProgressHUDStatusUserInfoKey`. + +`SVProgressHUD` also posts `SVProgressHUDDidReceiveTouchEventNotification` when users touch on the overall screen or `SVProgressHUDDidTouchDownInsideNotification` when a user touches on the HUD directly. For these notifications `userInfo` is not passed but the object parameter contains the `UIEvent` that related to the touch. + +## App Extensions + +When using `SVProgressHUD` in an App Extension, `#define SV_APP_EXTENSIONS` to avoid using unavailable APIs. This will be done automatically when using the `AppExtension` CocoaPods subspec. Additionally, call `setViewForExtension:` from your extensions view controller with `self.view`. + +## Contributing to this project + +If you have feature requests or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/SVProgressHUD/SVProgressHUD/issues/new). Please take a moment to +review the guidelines written by [Nicolas Gallagher](https://github.com/necolas): + +* [Bug reports](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md#bugs) +* [Feature requests](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md#features) +* [Pull requests](https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md#pull-requests) + +## License + +`SVProgressHUD` is distributed under the terms and conditions of the [MIT license](https://github.com/SVProgressHUD/SVProgressHUD/blob/master/LICENSE). The success, error and info icons used on iOS 12 are made by [Freepik](http://www.freepik.com) from [Flaticon](https://www.flaticon.com) and are licensed under [Creative Commons BY 3.0](https://creativecommons.org/licenses/by/3.0/). + +## Privacy + +`SVProgressHUD` does not collect any data. A [privacy manifest file](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) is [provided](SVProgressHUD/PrivacyInfo.xcprivacy). + +## Credits + +`SVProgressHUD` is brought to you by Sam Vermette, [Tobias Totzek](https://totzek.me) and [contributors to the project](https://github.com/SVProgressHUD/SVProgressHUD/contributors). If you're using `SVProgressHUD` in your project, attribution would be very appreciated. diff --git a/Pods/SVProgressHUD/SVProgressHUD/PrivacyInfo.xcprivacy b/Pods/SVProgressHUD/SVProgressHUD/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..6af1641 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + + diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h b/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h new file mode 100644 index 0000000..2e103c0 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h @@ -0,0 +1,17 @@ +// +// SVIndefiniteAnimatedView.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2023 Guillaume Campagna and contributors. All rights reserved. +// + +#import + +@interface SVIndefiniteAnimatedView : UIView + +@property (nonatomic, assign) CGFloat strokeThickness; +@property (nonatomic, assign) CGFloat radius; +@property (nonatomic, strong) UIColor *strokeColor; + +@end + diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m b/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m new file mode 100644 index 0000000..14cb1cc --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m @@ -0,0 +1,142 @@ +// +// SVIndefiniteAnimatedView.m +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2023 Guillaume Campagna and contributors. All rights reserved. +// + +#import "SVIndefiniteAnimatedView.h" +#import "SVProgressHUD.h" + +@interface SVIndefiniteAnimatedView () + +@property (nonatomic, strong) CAShapeLayer *indefiniteAnimatedLayer; + +@end + +@implementation SVIndefiniteAnimatedView + +- (void)willMoveToSuperview:(UIView*)newSuperview { + if (newSuperview) { + [self layoutAnimatedLayer]; + } else { + [_indefiniteAnimatedLayer removeFromSuperlayer]; + _indefiniteAnimatedLayer = nil; + } +} + +- (void)layoutSubviews { + [super layoutSubviews]; + + [self layoutAnimatedLayer]; +} + +- (void)layoutAnimatedLayer { + CALayer *layer = self.indefiniteAnimatedLayer; + + if (!layer.superlayer) { + [self.layer addSublayer:layer]; + } + + CGFloat widthDiff = CGRectGetWidth(self.bounds) - CGRectGetWidth(layer.bounds); + CGFloat heightDiff = CGRectGetHeight(self.bounds) - CGRectGetHeight(layer.bounds); + layer.position = CGPointMake(CGRectGetWidth(self.bounds) - CGRectGetWidth(layer.bounds) / 2 - widthDiff / 2, CGRectGetHeight(self.bounds) - CGRectGetHeight(layer.bounds) / 2 - heightDiff / 2); +} + +- (CAShapeLayer*)indefiniteAnimatedLayer { + if(!_indefiniteAnimatedLayer) { + CGPoint arcCenter = CGPointMake(self.radius+self.strokeThickness/2+5, self.radius+self.strokeThickness/2+5); + UIBezierPath* smoothedPath = [UIBezierPath bezierPathWithArcCenter:arcCenter radius:self.radius startAngle:(CGFloat) (M_PI*3/2) endAngle:(CGFloat) (M_PI/2+M_PI*5) clockwise:YES]; + + _indefiniteAnimatedLayer = [CAShapeLayer layer]; + _indefiniteAnimatedLayer.contentsScale = [[UIScreen mainScreen] scale]; + _indefiniteAnimatedLayer.frame = CGRectMake(0.0f, 0.0f, arcCenter.x*2, arcCenter.y*2); + _indefiniteAnimatedLayer.fillColor = [UIColor clearColor].CGColor; + _indefiniteAnimatedLayer.strokeColor = self.strokeColor.CGColor; + _indefiniteAnimatedLayer.lineWidth = self.strokeThickness; + _indefiniteAnimatedLayer.lineCap = kCALineCapRound; + _indefiniteAnimatedLayer.lineJoin = kCALineJoinBevel; + _indefiniteAnimatedLayer.path = smoothedPath.CGPath; + + CALayer *maskLayer = [CALayer layer]; + + NSBundle *imageBundle = [SVProgressHUD imageBundle]; + + maskLayer.contents = (__bridge id)[[UIImage imageNamed:@"angle-mask.png" inBundle:imageBundle compatibleWithTraitCollection:nil] CGImage]; + maskLayer.frame = _indefiniteAnimatedLayer.bounds; + _indefiniteAnimatedLayer.mask = maskLayer; + + NSTimeInterval animationDuration = 1; + CAMediaTimingFunction *linearCurve = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionLinear]; + + CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@"transform.rotation"]; + animation.fromValue = (id) 0; + animation.toValue = @(M_PI*2); + animation.duration = animationDuration; + animation.timingFunction = linearCurve; + animation.removedOnCompletion = NO; + animation.repeatCount = INFINITY; + animation.fillMode = kCAFillModeForwards; + animation.autoreverses = NO; + [_indefiniteAnimatedLayer.mask addAnimation:animation forKey:@"rotate"]; + + CAAnimationGroup *animationGroup = [CAAnimationGroup animation]; + animationGroup.duration = animationDuration; + animationGroup.repeatCount = INFINITY; + animationGroup.removedOnCompletion = NO; + animationGroup.timingFunction = linearCurve; + + CABasicAnimation *strokeStartAnimation = [CABasicAnimation animationWithKeyPath:@"strokeStart"]; + strokeStartAnimation.fromValue = @0.015; + strokeStartAnimation.toValue = @0.515; + + CABasicAnimation *strokeEndAnimation = [CABasicAnimation animationWithKeyPath:@"strokeEnd"]; + strokeEndAnimation.fromValue = @0.485; + strokeEndAnimation.toValue = @0.985; + + animationGroup.animations = @[strokeStartAnimation, strokeEndAnimation]; + [_indefiniteAnimatedLayer addAnimation:animationGroup forKey:@"progress"]; + + } + return _indefiniteAnimatedLayer; +} + +- (void)setFrame:(CGRect)frame { + if(!CGRectEqualToRect(frame, super.frame)) { + [super setFrame:frame]; + + if(self.superview) { + [self layoutAnimatedLayer]; + } + } + +} + +- (void)setRadius:(CGFloat)radius { + if(radius != _radius) { + _radius = radius; + + [_indefiniteAnimatedLayer removeFromSuperlayer]; + _indefiniteAnimatedLayer = nil; + + if(self.superview) { + [self layoutAnimatedLayer]; + } + } +} + +- (void)setStrokeColor:(UIColor*)strokeColor { + _strokeColor = strokeColor; + _indefiniteAnimatedLayer.strokeColor = strokeColor.CGColor; +} + +- (void)setStrokeThickness:(CGFloat)strokeThickness { + _strokeThickness = strokeThickness; + _indefiniteAnimatedLayer.lineWidth = _strokeThickness; +} + +- (CGSize)sizeThatFits:(CGSize)size { + return CGSizeMake((self.radius+self.strokeThickness/2+5)*2, (self.radius+self.strokeThickness/2+5)*2); +} + +@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h b/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h new file mode 100644 index 0000000..fe124e9 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h @@ -0,0 +1,17 @@ +// +// SVProgressAnimatedView.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2017-2023 Tobias Totzek and contributors. All rights reserved. +// + +#import + +@interface SVProgressAnimatedView : UIView + +@property (nonatomic, assign) CGFloat radius; +@property (nonatomic, assign) CGFloat strokeThickness; +@property (nonatomic, strong) UIColor *strokeColor; +@property (nonatomic, assign) CGFloat strokeEnd; + +@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.m b/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.m new file mode 100644 index 0000000..a8932d1 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.m @@ -0,0 +1,96 @@ +// +// SVProgressAnimatedView.m +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2017-2023 Tobias Totzek and contributors. All rights reserved. +// + +#import "SVProgressAnimatedView.h" + +@interface SVProgressAnimatedView () + +@property (nonatomic, strong) CAShapeLayer *ringAnimatedLayer; + +@end + +@implementation SVProgressAnimatedView + +- (void)willMoveToSuperview:(UIView*)newSuperview { + if (newSuperview) { + [self layoutAnimatedLayer]; + } else { + [_ringAnimatedLayer removeFromSuperlayer]; + _ringAnimatedLayer = nil; + } +} + +- (void)layoutAnimatedLayer { + CALayer *layer = self.ringAnimatedLayer; + [self.layer addSublayer:layer]; + + CGFloat widthDiff = CGRectGetWidth(self.bounds) - CGRectGetWidth(layer.bounds); + CGFloat heightDiff = CGRectGetHeight(self.bounds) - CGRectGetHeight(layer.bounds); + layer.position = CGPointMake(CGRectGetWidth(self.bounds) - CGRectGetWidth(layer.bounds) / 2 - widthDiff / 2, CGRectGetHeight(self.bounds) - CGRectGetHeight(layer.bounds) / 2 - heightDiff / 2); +} + +- (CAShapeLayer*)ringAnimatedLayer { + if(!_ringAnimatedLayer) { + CGPoint arcCenter = CGPointMake(self.radius+self.strokeThickness/2+5, self.radius+self.strokeThickness/2+5); + UIBezierPath* smoothedPath = [UIBezierPath bezierPathWithArcCenter:arcCenter radius:self.radius startAngle:(CGFloat)-M_PI_2 endAngle:(CGFloat) (M_PI + M_PI_2) clockwise:YES]; + + _ringAnimatedLayer = [CAShapeLayer layer]; + _ringAnimatedLayer.contentsScale = [[UIScreen mainScreen] scale]; + _ringAnimatedLayer.frame = CGRectMake(0.0f, 0.0f, arcCenter.x*2, arcCenter.y*2); + _ringAnimatedLayer.fillColor = [UIColor clearColor].CGColor; + _ringAnimatedLayer.strokeColor = self.strokeColor.CGColor; + _ringAnimatedLayer.lineWidth = self.strokeThickness; + _ringAnimatedLayer.lineCap = kCALineCapRound; + _ringAnimatedLayer.lineJoin = kCALineJoinBevel; + _ringAnimatedLayer.path = smoothedPath.CGPath; + } + return _ringAnimatedLayer; +} + +- (void)setFrame:(CGRect)frame { + if(!CGRectEqualToRect(frame, super.frame)) { + [super setFrame:frame]; + + if(self.superview) { + [self layoutAnimatedLayer]; + } + } +} + +- (void)setRadius:(CGFloat)radius { + if(radius != _radius) { + _radius = radius; + + [_ringAnimatedLayer removeFromSuperlayer]; + _ringAnimatedLayer = nil; + + if(self.superview) { + [self layoutAnimatedLayer]; + } + } +} + +- (void)setStrokeColor:(UIColor*)strokeColor { + _strokeColor = strokeColor; + _ringAnimatedLayer.strokeColor = strokeColor.CGColor; +} + +- (void)setStrokeThickness:(CGFloat)strokeThickness { + _strokeThickness = strokeThickness; + _ringAnimatedLayer.lineWidth = _strokeThickness; +} + +- (void)setStrokeEnd:(CGFloat)strokeEnd { + _strokeEnd = strokeEnd; + _ringAnimatedLayer.strokeEnd = _strokeEnd; +} + +- (CGSize)sizeThatFits:(CGSize)size { + return CGSizeMake((self.radius+self.strokeThickness/2+5)*2, (self.radius+self.strokeThickness/2+5)*2); +} + +@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png new file mode 100644 index 0000000000000000000000000000000000000000..0150a03f535237397e5c16fbd4e96f79886889e0 GIT binary patch literal 1845 zcmV-52g>+~P)?Y5Wzn1U?G1701yYx!s6Oq#x>prVMm=a4v)>}Y)( zM3?vNL$ae)iEOPl7DBdDD^1^QJBxIyTg{~)X%@?KSe{&-OFmbOv$%1hO``&7JSne+hQz+Y=u&gJdv0YKtf8M$mfd_$ruiaC`%Lh z+!sSe02o3tP(blSJ{u;IJfr-Mx4DzOH+YT>68UV9NLU#-k0JcYpj!Svkx!8k7rD)F z1(5MoTJ#%~g1~ZI9k3Z#-HG3sRSN91>64lQ#u5ZT7GM%eK}L-DSTO=21G3L?vCoNo z%#19L0l?RHl6U2qaIt?BFw#7{y#1A(!K*={AyJ4+~H`wUl%b3DX=Xg0Ephp3`W4% zbWv^T;o=5}9Y%3ma>`bFkh_5GU*zW|tvU8w}u`HoY-m2)+vX z2F0`3>%B&!Q67R0d*JJ)*ZqYd3QHd-y*Xol>NChP32Fn55%0I@HD8PvLb(I9O8S$_N>fIz$5qV<;JKb0U?)!2~$0aq4?>wP2A4B|UMVC*pQt4sdZ^x}d~t?_=o>b=_8)QmU89@AU07{xjX3POJ55b$Mr24r_X0__p;J;0$Z4VodEs zNBUcTOo(5m@$c#Gq}J+$Pm4qPOTvS=r8@LKc?}Yg4Fu_ z9)oOfU>@$X>ACp$*lZmcb*$=OP3>R(JrVw%+P`&Q>y-&pyfcRPS&(O?u^cn7J~yk4 z4mp|Hv5xfb)c%?Jk&bJvL#$T(h;iivyK8zzW5}8-!bd~QdGtgIQk0|4C`eDlGwB%k zR>3%cJRPPm%%W2O(kaI?10bD|<+2_@o(c*&W2`&EAT#B}88f81Cz4ZOE=W++8N>7N zOlqtm_dGn4oHB$w$q@Ls{R4)0A|28(hUgGW#2`q4U5Fu1u#@wcM=$aL#4s~r0GT$62-Ajm#4+TdHQdv)c-dFP#q!An~*pv4TA)l?q5XQhgAQA|2 z?5TCnAP;~9hYOM+1Rtyb!o{w;2@&N1nRqTR+e(rLQ@A(XwIGj#GJxcaJd=Vf$RnU2 zD5#Er!jL_HD@HxE@v=_ z33jI?l%`uG4s1ce6JtPIR_J_!3Sx`QAVki|35-c71-W_f;AMnD1ViW@3}B47=nFy& zWd|z<#Q^3oz!T9;0VC(E2G_8f5fVy4AgDMK!KOk8tSHTciv30`bmfU~GJKDBc_PE# zksCG`phtoNM34gk00E=-f{YW%OFmC%d6^FqxgHon!EYOq7dlf4k|zSuZxtfAixasn jO$6o~vM95Mta|72R_?8} zTa>WE@>@SWuyqfFd8k$``VWsjdr&=U4KR#S!V!oU5|3rjT1{{_s$lqZN*ujHtVlff zNA3O@jC;AiW)(QbKr~2vgWR^KhHH6MTfir_2KkhKP-Bz2w}JTSB)N4D#1={ZuC04~ zFzw&oiKf1E1mcTiy}gqMa=iuyTvS9)PTa#AaHpfUJ=x;H5DTPrLH* z?AAb9W}5O+kWU)5f}Ts`4WzAJOl{&Gh);L!RZ9isW7<6Hy77LfvOc*dwZT6otO&oM zP6i%Qe0=C>7zU8V4{zK6V`@S~PMm0J(14IsjSIuG%aS z2E^l4n%h)kBQRr%xjR#_Rey<`JI;Q>+1j1{4*lwx9 zimzoGJr=hXp+U0fup}G951VC( zULBf+3#+|SOO+ge$f`)#MQa1(dQ<`(G5oMehO|*fDFZ?^DXv>3V1|51PO@58R@wy% z4yapJT;Mb-$jxgrET6^F0BNNamkhbtAVaiZEQ=VLze0P{I%LRAs4Vj{EZbhJ2jZ_4 zk3&|847sVEWwi)$Y%2$(4I1rit2)d2!0{vp-yr9fFf@8zOTeo#dtdbz z9K4Wd7Y+x~28!+|31C`#APfi}B)DNsFWG@`P&7$m>Ouw}mhn3`lH*|1xA)gWVNciL z$xYFaU^k54-&YtGqYqt_^ZRyC>dYhFU9{0(_&ZhhYAj0wqqKZFAU^h`!9o2^pd*mh zDbfl?9mrZx+*C3EX*E32niabxxIL2|hr{1=2=doyy+#>Os@MvN$Zrk_H;5pGI_+m6`Uw>-4u4Tj(Psn!nsV zERSug5wcT%msAJW7~*3RZm;Hm1cQO)uCt9HsFEIt6$)luczv}l5N#1`(@4g$-T^@P z9m2I{hZabSEV0CT!Lr^_t3!7@-A5bflKbmKdvFT2taln%mT#P6y6{nwCfeOCOH`I+ zsk5*+XBIT59;1tPj~c6BS${+Cs;slpqj%P>>V}0`nccQ@!*_Uvdmvc1ZZ|E9U6q%1 zL%{H~E%PrR%q{EfEH5jRnrW4g)UV+{SjFVFSPiQRqX$yFgM(?6kL1;6QlYTGB_PIeXj$tBjNgVZKzKy>qb!>{$oZ?AsCJ^ z5C(}(A)bbnu&f(Zb+kD)qQ#NBwgK;_MdE!7B(vfJkorS>YAxivk(&9WmU~0ow_JB| z8KSALihanNggRO%1W%6T&oYqwBWr2WN+EzsjzBom@_&K)tsD5Bc#_m&-NUXHrvbf@yc3@$?5WpWpy!u32ZV*94RrME zt2&rdAM%D-AC`Wk6zVCvT3#yw$v?JaTXiHn3|J#U{+b}AskVGmWT}tTVvo0PpnKsO z(I<#SBL^Tw3Av^T)*hDiF^=)^Et}%4m`1DxuhFjNKr~KoJJ5343NA^Ec$S$t;V7LI&wGTc%Ih?hGdfkvY~Kj^`V^T zmR2~(Uy^qL#AVh9Qu?N$q(E!{Ou1;sOJ1!$koCL*!s)|iT?mvslC%moNieDVmMSfN zT%xn8$|_HR=&g&J2Xm%XGOGc`rT`~zTpGhN%yR47g1nZOkIA~Y5_taG=4Bw81dKA8 z5|H#SEBN#suvHDA{u=xMn|YQ0M_#oQN#ht_Duby3$!o-CUInje3P}BF_<|T!Ng9Y0 zY-+OrvPlBjWG7m+1i{sT8C6Lm-A#YS<)j|5U{m1I38E>hnlArY5>ZMg^QJHl1XTwx z5<%B?4nz-!x3AjY^~o2!{eq8wo+Y<#3dL_aKkzt5Ft9s#xA|2>Na|#%+gIMa(kZf; z02wZwEw)UptDYce-%$>6W~Gv|tXCBZ(PRswld@@zmwfm-OKeLa$s3kl8;Y#RE96fV zayt1TXL!|55z1*~u8XtDr2)>6BxQY+(gQl1N^emqAlirPMlM{lm`;(oGR_WPo2&0j zjpT4}O&|k7xq>+$nwQWHCTlfU%CrU?J%sZSl(Q_5+NcC6ZQ1xH74k>@gK3v62jjeD zT&Bqs$*}zAS3u53h*J8z4*%dnv5SCiC8{DBtY9KhRw}8>L4syggOm zipd8^Youx2^wzc4$b<52`BwM+zC(TlN&PR7TBd;GLi}F78vlLgtMM`Xfy7476DOCB z|Mp+o?(2^HyZhC=8{PLihwH~%hI`hY@!t5vCm_FD1$cs8k0YJ6f%La|GMnH_CRjS=knhU$LHOpJ&^tO z{yt+MOQpoZyYTviB#_@WARX1VH2oQiIJSp{zv#Zc?38i4`}ak6>Ed8omnV(nki;UC zX!u0NRqTPp2D*r#9&(zP$9Iq8m>owTce}5PP8DBvU$?t|ce-nL4;tB??iG{Pl}?rj zyi@&Wht@O5Z&ov;{Kt&h#F(mMH_^xTWLXynBzI0YE>4!UooHmYP)W?bZXHNNQ=0;b z4%#Tc`LZg?+8Eo_7|0RH#TAYvklo^W@;a%fN{cce4nTh0*qHF(MsW1i)c~YNa(9BG z2eO?hM1zFYipk8DKy=l3Ee7l1jpOL`G1kb@x-KXBNSjt22^#iMxiZCj1bMkh&6NKr zC1p(OpgfT66_U#qplIwxFWe4pnU~-$t5e00I!v}b$!GcjTJ&VfWS z%8~s7udM2Uo(D2s{uGQQ5I)$;6_-ULG1VBpXdIqnR+Te>2m(o`NE%EINM0iX^(3+S z8MPXjDCEVJt*WLCDFTU;MXmvf$w}6(kRbKWy|Hx#`MIhK_kppT?$#`8sgig&4{Lim zu-jis*;UQ5Qt!zJ3en9EKrCj(MR^JZ10-!-v6vk=kR=vPysM3C4+QNrbh&{wgIL)+ z#}TtYVz$1jmA$-1_~R$BG+g|da%70>1Ff)1bF8ICVj?F}$x+t_(y^mZ^wX|52Eyis zZ+_H(l#%3sFgUCliSYVVu>|>P}2|7d($*mw1M>Hqefp)d-a)0}%c2 zu=WgA3IKS ztreCe7iw1t_%xavie2HAJS#2bG`I)C9+>63^Yq8l1$$}X)5*aGdU_Yqb?wx_-aU}@ z?JAF>9_%?RJc@Fku1yi6Z3TJW0Y<3;sTaH{7y`n`0l}b1wJk((XcZEdq5izF)U9cw zmLRxcabQq&)VdHB2eRW93@pfV4LWlz4h+k#dO3FwrsTB;yQ*{VfoKju;ULl<4b_Mg z7Pk&$zC~btq<16R{5RIi-sfClU}0YG)wytwh4MHm6@s*fHicwD{aFGAo*p=oa-Ah0 zjJkgE&nl2Y>NuEFg=BgGLxU6^|YyB&x= z(6wDV1Z4mcSE#R0gE9Q$B# z)T*qyZOPR4`gk_l0sdBj#1`Iyo2wF)mIiAYSY>S z!7D7ZA=D|PY+7OlBJPG&FMR34RzaRNXoDXrVx}dPMdX19T<+Qoi#M%>Wj#%t;Nxjn zxM^Wfv@k4&r8BMKY6p4BJl(b7(Bz1~Kt!1z-bmnZ?}2cJ#o>_bhh%a@z#^8{27)7k zpHKs1)~P?G)JEw|L~;P{fkYbNh|p)s?VPkuf;{Ow->u`QA<0L(sDX$w&g(YiRs3FA z){_nM14|Gt*rl@MrCUU}2``o$t~qi95}V`)8|r8QEEEt?7rS_v`{hVySwEz-f#DFi zLSa%wz`eh0R$dJuetex-SLuQ9`BCdtu{sMuBE(+LnG}jcQ)6kG!*~Q@8<3|pYeL6hyaU<0KwGJHbLOla1X@8 zvRK<<&ShkyUSON5pQp&%mD#es?^^O|3ty!86=?r2-w&VeYKmTm(zge49XPbMg(L%) z8&NqwgfUD#-g++G)Q1HdmwyuRUbP?@oNzMfp|595n2nX+6wYGeb5%iVb_OH z`?)SNbQ%>zd0_Opa!aluX!W>%XAm3F@c)8(;UMDyfEegFh zG%aDZ7dZl9dl1iwmVkS#FOYWm5s8&c^dfs8x|6Hz$3%SXtBp;yI~I~X$>A|49E{ht z&`CRO;Gf9>Ne`q24g^DaK^Pc*+Ni%{`{CQdaPcuW9KOcIqG_cK53?eW?16A2cOC~5 zl#$%R0?{5hkAinyy5s6s8S73rS4Wf_<;FT914WaTJ-yn}T;b6`{v6~hT#Jls*zyOf+Kzwkprv>R@ z=z-`u4=)&1Bu5}D4)i$L8ph?X36Fx8?a)UV@`wq?bwF7Yh!qBnB*??&3ae$cbzMOG zsw=Y6>VdRr4t4s-{iQ<-s`*Gn_in^3&oKu|w` P00000NkvXXu0mjfxROtc literal 0 HcmV?d00001 diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..d07f3ce67e8076297b61e9b559f955d28938c2bf GIT binary patch literal 8319 zcmV-_Ab{VAP)Wk zIB_DXdeP3aGt=GGm+5@x#L1J9H97r9n*Ym#%cCRsm#nuS_pe{d0Y3-#ePCTubCA=| zh7U1%NDt7MgYZ0pW&wxhT%T`u|Y?@qx+CzZlO^QCx!MHv{yWFU1X0-q^2#Z{}sfET_+|CS0%-mTLej z!i9we5C^ch54nc7ic)}lwXfW}3|4Zi&*-#XFHFw|SbWF;K2Bgop%shSHGy?KUQ2ZJ z87x1vBD~etU`2T?;n7pDm@~j=ox+dS*k=t`mMKMEQM*W^J_pMyTv*SEa33*W$?J@= z@ZB8ivyj|sEuDIPz}lXLALLk{ZYmPpHe~tgUa_BrALdw}rgX(|1p%REG!WO|=12Lx+#3fkQUILjzcX>p1C}Z&|76MsL zp9F15-G*ju8La22B;JALx7*n_VUHX#9az_bm{(KHU5@pMtGkLXfu6&c!x7qkNo>Xq zpU{oFtvJTvq#vH_SpK3BbMDoef)(A)hw7JY*et11zM|I}pRsReKe);7?J(t&lrTBA6Icb4Y#F>y|)Kh9gTxH^!pSl_MfD*V)8=rm1tOJ%q5Z}Ta(R>27 z6IfeA%e%;|16EAI-T+opu&fWbog(OmSPsBx+XYcf!5l1~S)p$cv<~Su!19>Gdi$)w ztnedR3G^$1F+<4(%O7*^f@oZX{?P4j%mR z@HMT0m1q(ALvji9+9%8!&h3EZ>%F|%mc_He52aZubynzA1d)M_0V`Use3VO^zfZx^ zKg@QDpk@H^0nH&eZ)b*RI-}o*p|e6;lI0B)AFQfYg>yBLOReZFAn*%Vi z`z-(MVWQUL$KkU=Z-1pfLi*?#x>p2XzO6LStne|R1a38C$RwrGg5~jw*7I55tnjgT zR=93{#ncB>FS1c}_!_#cm~=KPd>m-q+5HPVh42N-LqTo54*_e1kEINf+!g~ZzaiZQ zSUla*%^Im4q#vkDAa9c@->^#u3%h?d=?&ZQaV@>P0tsh@A3%3x%?nYq;?zP9*1Cm} z(Wyo0ApL-D-96C4jqI{-QK*}QZs#AoI7Q$VLY&MM^^m?*wGP&H%)3t++yYo@m%||Q{zy;)8BH^BWzc7+WneL$C9WK@8fU6Y zI*;h)eLaVT4z_e~Go)00c&*{G#OD1G$-J-QusnxZ1C|%cYr8Cid4Ghbt44?A*%%`o z%s8;DcvC+hV{`X~d4J#0VR3sJnDf9jz>1zD z`fa2TFp|@Im4p1xJi|l_DNdJ5%aUWWQl0d#g_p$h0#d|f-GSA(X_eE1u+<9H5-V7! zUh!2cK6k%2@9$~-z6)IOYJ~uh!=A}gwOnI{vw43Hz3WEoJ43B}z*_2qgFkSl!s1gZPkjg?jrO4E~rzyRYNXXEG?;h&IDvVXNZi|LIPCjuIK$-S`p-S zzH0hVS7du#X6+=p*Jbg!-k`+)*6^jX%UAJUtSqq`$ z77bVkY!>Ze7DI+{Uj(G@Kqzqyynb$IoeN@MWQWJJW91u;f=O0RKN0KHS_a;V77BnI zEFZYAF0E+e-ni}v7ASXN1|C66UI^#k*}>Amg*dH<6bpqaPZf*nu{`(c$d+z(P>ruY zUCtfl!7yvBQc4WG*Zv%m$NGtj$MWxTuv>P$)?`rk7&bnttAXaReq3b_dq6f^9JCM& zFt9jf5y2{E-?LP??!oHZ90HdoT6U<$U`4^@>#&GW9Rt!I%MLWag+&kgAuzGj$X`-<#Ml+pN{TdxucJ*R7EbjJHxlZMJDNG<iHRZ*XH!L(qlz+!P`rr4lfBBS&b!6v#?U=+2KC$SZ`xQZXhV-=vA(S zpsgb;_x07R=wNhs?Hnxa1Np-x2}tG3H#(Kkfu&VH$uf^NAYChMuX?PvO&&`-ZRMp| zN%2C#^6**~`_49eG0 zNdtuTwa9%i3(uGnayO;wh}d8GZ=-7If)}1=jk=ZaGB_@TvJz=8hgj1LBfla!tTR{; zmBfwsb`#GjgMCD96i_kCA?L(Jyk%wqB}=d(@M6L>Duz9@#+T$^X%(z>jkOSBOF2}e zdSEeY7Ur%rnA|9# zLY>wc=@rXgJ@Z&U65k;fFIzFxhoQa8ZLsvph0P0@GeSS4@}**dcQ-8ccy>D2utLG& zqs8uMuq@puiD-c(no<&+mfpN0**lKa7%V$ly4)Q#?`(H9fGwwgl~zq+U}|kwmiIVF z(2`*_1xte#rdZ5E$nLfhv2q5>;A z=iH^*xuImA&8Vo=u(?qj+n*=uJQgw^B=5S>l91EC41^71m~|2nj$+B3)#cYdSnYd` z+?JPO@scaN7~X>=Kiu2ObAyL*;@*O)_1%r&n5;7KXoBVGtt>$0I#?=uW&q5B*BGv` z)9NYK^tuMb+%A~<+tSL zRF-I#1SkzyZPl{q6)Rpqjk=nU6Ij@TU@t}sm<%tyX35aHX@Yg5!V1+ZPFoDtS7jif z4wlilIR&VQW=SH4I$SlNZUnfsEWA8wK=q2@s#xPK0?U8ah&isl-|EBFMysw$H&wuD z$M$B1`ehuf1X4PxY~?Vgf3nq5XH$>&Kj?~KuLz!@y6HgHE{I4Wl)z>4RMycO9D4~C z{?N>oMy=bj`tX>NLz0$inXt@nPD5N>34m= zMqsryi?bf+KjTxC!hclB-Fn7ezLGdntvXn#Q~qu)z`Ch|b<OJt6nzhua2ea?ake!`YU$1)ZO0yf#>Z5{2QUezIh2nNn9!f|;)4I!A zD%FF#kDF(oFEy)$l`ag`z?4@Vo52J8Jw*nisye!WJ(?rdis2cn6HE^$a6M>(HCn=v zL<;&vnP3k!dgLQmYrF_f!mG9Q%jopdZOzd-WAyMDSPv(t)%2!XohUKw{*z=6ZF+>V^IPhcmQpE*w_xFR>zFf_DbxgdiI%-S20u z57amAKEHUcTMsJpLFwGju235v9T`}g5?STrN?h3d^HQ~rdiCNSt6xsPbPw0Vg}<7o z>mxUXzxHj9#tL92b>J zyW{`E$L;>(%k5KGV>1XM){pTin_0!|FDDwO6Un z)Bo(D`p^C6&-a(Uy1RaN2iE!H^3k+9R<8cnI~c4I^cZD$ZK-}eA(duO9X_7!KMr7h zk$#^3caPQ2_un1BI$VD`W(wA&a+S`jVEu%fLlFb3YyiFjm%I7b(#7ib4xlIdk6-MS z>WlsV&-dRwxhsZG?=`E1R_Vf33_sD<$L1caC@C!t_bNhtYH8Hcrk}7ndaEN?U+q7h z>{aR)`;Ra7|G(T{`sz-zZtssO)sk3uUPbUq@t=J&g)^tW-blIQ6uS0sm8PSbtJQ9% zSGV`2@W~xoU*2Q&Ahy1=J}FtJ7@o4Au#)uVz@Cz`9*17J`;myGqbI z5086JKUkpzVrkCE?v72m9IKOFO*QLS5}(fWs$LAoXh}_d0pFR3F&Ze=58R*1;tPsG zsfwro&gX4yux_8B_4Ju)J)Nl4(`Q)ScEFm?IVD9=lYSM4cbs&;8dwqLPwN>p2E8@^ zt49k{)7}DW4%gHBYg%CK7LS}R7JnpJ7t`360F5e3u>NXwD=vSdWI@6>SXic3Q?#SP03$?0&wW}yrX}pTjE0=^4h4gNdQPY6M4C*u@UesDO@>caSICofcw4P3s>vra^ z=JUc`^>OR5Y3aUh?Yt2$jV=Lf8!W!v(@AxKZMv)o_Vub(4$ohoRJtrWrA0ao&YD8ULzyNcTwcJ7nYUk1(ZG*WG~ z>b-EGg;q_mmSD{xTk2ICt<;4}kC*NpV|p(!W__?Yvk69&pjE38SaY;?gJQV50BbiW zgu4r@Mqpv8sfzp=1R&gmpu<9;L@h^+<9YV5&HWCn_dEnpw6<_kkWuvFNvk=t>j=`;)U3F&w^;{l(He%<0R+`;<@9HpwCe3Qk2fDo6%ck^)hYwE zsy$XB&kc(}+c#k6mtgr@b*8h@=~cQI-j-gKDmZPVc9ln{Yn3#C*J@Ur+Y%CT0*hnT zQDf_ALx#ZUs4v=AoK;tpOAt!@i6^Ev%#!0eCjtlEX6C^M{a@X!aXA2MjNtlm$w zzS~j)Rs)MU`;(?CqqzoNbNe$ z#GD!8-486U)#=Cj6YBg=kCYTD2~hQ6!VG*5pt`ft8u$9I0+zyKP0YODwDiI9b64?Y zu#MH&z_;+yBh}B{QJ2LmhfYrG1eQgkSWC=u#nL#ec0`(lP_@94!Ig&bs1z$yu{@Wl zOFM4(V>hHM-byzc962m`A=CjTRjW~orNv6}3&`+V2D~o8;vsk9zlSr|~SZTJ1 zao_^+nuCS;EBn?6M60xlg5{q$~S3Kq9@Z)6pt3SsKZ!=%eQOH_8^BW3eJ3s%fxXeouI?y=sYMhoNlM==#b zYmU_~hRF<8q8Gw(;Gl2+n8{RU}i9w~&D*fWKtQe*N40^DVIA*XFLVYnTzz7*> zID=)=DGO8@)2_oxUJPY$p-@>0Ayy16o5av@Uo7doMci$J_g%4Pgrj0O_E|{`Rs#JM z8!h`T9^z6@PJbA*bfYbVI;>K2urxj^3Bv=uR!Oib!k-Xg5w0UxtQ|L2(~kKoX&IDR_ymKMK-)epf2_~}RVyGY&FRf> zsJQ-0=CE`IJ`K?6-I9{7qe14Z*7sRTxRzjXp+dEagB7k?63ArtL)FUC^5@q8sEQlj zgd7&P6e3-tNj#&{xU3{pqka)&1*7u*cg_3i3)i!_;Z1d}8t1P@*|Th3C_yVJR7h9+ zq*x(yLL?;hfU81KPJcj|2};)oEgcQGdDkRbX=ui!$0s0WV48RN+N?BvSIiLSU@?2H z^jf9IiW`$+h$WR;*`ra;ywEEuEtgZyDlg?LJ%U}drb_-uF!74=ED(Y+WdkM8GhElYwU?ua6P!~4H zyR&$@CAf3|%iFeFQ+KXTKr04r|(n?pVRNTI4s)=Ar~w8%3%@} zHcjb6kwVb2uNo3v))Xw({$@^x`?y_1QVONzkPj9s7%igrg4YF4+B1Cui|4R7&B$`B z?0S_{x`TNtOtaW%`RzNrxO4!^!?t^@5z4Vb)(yE}G1do}Xob71oW5&bCoBZKq*$Tt zGrAe#WwhBc`MnSnO|Ou3Lf)Po(thbPSP{ML@+J?Tg`IJE(&>=KtQX*wTG6uZ-7&y* z0t+dJ1=KGaR)~FP*!V;$fjX@!>i0y8mOLm`daUod&IXYTOWTo!>6Lub1qPNaW{^h> zTD0_P1$wMEgdWSX4@cACsNJQ*)T|`-OLC;_tAiTTj&_oA_VCO+)*A+oWmBzDM}uxr z2iGk*UMNzyRw2ymQz&N_Dzb^;mDv zj5{;KV)bNk%c4*D^XtXpyDWvrdfiQ{_*iMYh=*?ZX_fqES_dt)ZcV{rH1$PeCBdmb zuo|d%S~Y&f_O|4x1irCW_&QVot&7hnR@{Q9Ma)a97)8)>3Q4PORXx`00bA&`tulJ7 zG={h+uhD{qcD9duMNzc8`W!mJLr&i@Xq7KkNLLoJz!L+OH5Apx4P3O;x-|vM^CU%R zo1dlSPY;s>5 znqaM02w7+;Jl1REc9|Hgq#uUl$q z$!pdee>Oc-wx(q4q_@gFhEuTo+hzP`hIT98n%ni}edE?Won2pVMo4R)IfJz}R(i=t zotDiX*&o5nUHL8O0B9Y-ikuN@vC>Vu{cJoAmXBqZZv0vUt-D3&Z!4=OX9=2}zFP{R z7g*fv%C8V=m!U;6l+*8+7oJ&I#S}vnE*)5`eK;|N(4l$e3|8D?4t7>QT(9(Q#{(?; zUL46g!|Wb4E$p1Y()Bhlx<}djb+p|MTIJGi+(MO#H6twGXfQUfmJ?XK8KDg;RQd}I zE^DC5f~pwajX1PA-{<9^ja;%&P}Q>Lu|10P+{j9<*pRk&pfj?@2`R-kbxC`61H_p;`${J>ucbkrMh+w z7UHaYu<{KaP}N#rt>Tt*5CUfA{Z*5*vSVdcE#!SpHbyKyi^m07CqkE(rB)?6Z#&fYt#l^t>XB7tAp4cp;1hi+5Tz zRyky#)eJ~~i=1EinRmX|vYC7Aabmp{r>gfydwto&K#O~e}#;d^;AZldSwkHJi`QE&9eS29W`1f zu(s{8WN$lvw#d%Vb+6Fp1ZyD<>jW07ZDuP=J6^sk!cT2$DaX(@^U5k%A-`>M$m|<1 zI9;DQZNkf-t{jG-mD9^ctQh@RexU(#Ps>_t^nm z+Oxu!U9s{DNqv!Gg`HbOihK6a(wY^%?0^;i!`YXlCG*7y+_cB(PFX9t6m@2-#*)rU z^d%kEnH(Z!hw)%}T6eFrH9$)`FS%jm5t4f1#XD}h&WZ`tU`gjCHC8Nlg`LsKR!X)E zmZcc#yRW#j!i#H9U}2k9J!XYGy}BN-*3c}^bC8x3SbkVp7k5}|hmsRov%%`0Ox$~I zkgruLN)BN0v9kQWVB5m%g^;go{9@>Jf;DPi!^va)W&l?HHhwEJM*hq%#3ha zJ^$lJjvUcEqha-b_99Ka`EM@-n@_v)>PAuFjzt@_HY)cD-gw48)wd#3cdhZuU+U7y zs<#R!P0eidOjhfiX_6Kc>EZlr|IhW3(wnETov8;2U77)rOTWaVeW7`cgE-%Mo|W4k d_~_qdbUPil#_!3!(?F*%c)I$ztaD0e0sse~NwEL` literal 0 HcmV?d00001 diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf6798547863870637b959e44dfea4bc8239ef7 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^79h;Q0wkIGKTicxKRsO>Ln;{GUfUYU%E-X-u=bkq zI?i`Of)|D37=>c%CMA4NnRIX_+rRwHXODlqpVjqdsqp@|zTgzQwOt`Ai>CFRo4ed= zYWtR3-l>yx*PW`0DwSU4+I7d%igU8v@g?UCUl#lPl0jvv6x*Gg<8SnQ@|lw=#abul zco{99bY^ABe9P&3lKoU0gQfSZ*_~72vD@w2;pBHh9)Hunoe4e}bNt`NGp(MplP^7P z*kY-W+vhPiIq3O}E0$`deV$0n=EqhJOzD%({7ji`&E}`%A3ewS-O|vDk8(aKuATO2 l%2~1WiR`@QbK@`7n~J7%Ce;M|$^ixfgQu&X%Q~loCIH_Yh_L_w literal 0 HcmV?d00001 diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..c92518f8534a47a1d2e43c760ccf80f0a045dc52 GIT binary patch literal 398 zcmeAS@N?(olHy`uVBq!ia0vp^At21b3?#L;KKKlz%mREuT!AzhV0&3c5m1{@NswPK zgTbY5li2kCuf6s#2-WVQm}!wOdzu75`Eymhj?UWpG<)+E&)k8M!@| z#X=JE1Q)#WU3G5>n8@;7f9Z=BdBm%Im%nKFtiAN*RpD%QpXPVwyP~JO-@Tr9R>*92+OrISWatG(T3q+W)4?j0*g?*VsuWex9fNjK%}@dp3?H1b?Lr57fx zy3k5a(&$dzwVqXI0yBGWD8KSJ5uiuA**6uZSW0mJP}>XxY9YfqsX6 zYIBn|KOO4#FY}heVxFZ5i!Pb>kDL<&LaS*)18Q>q*f9>bwg?qF03+%;+*P}}5#XIq zV&0^Q`Q#n2t|(?FO-#uKa3Q%@!Ndj7(s8eX9a@hp_~5SIcXEn0V#{%R!B5`DH$c2# zWCO5c?9K&W|NA!Q*ub3%_N&SJ$E-!63FAVGX0IRQA8zyg`ax#cp+y6-^jmajSVW&0 zP2=rCY)f@;o7!sn~nG0+Iov{5v?`0ZQI7#@FsV3SsTq)QAK|l zM;3>*biFtHWUh@u*l4bwyy1E+Raggg7KlSE3)JbT0uqA_5kgqz|L!(OD<{fm;RG!W zaEDJU5<(cFR-z2u3=_gy4SGr(Tz3st3SpRTN>ZiX9$~rr9HkJ|Znsd_qfwP2)fgx2 zQtxQRsP>#4!ZA25EU(cukJQLJx&XT;w8&LbVhY$)dfmN}^B~3*i!ln7Qcs;+pjnJGf;!9Ikat9bA}VT9yhpZeRiD>(Rq{LZk+Zru)bdrozPe9jfZdGcvt zq|oS~s*Dx>FOknc1LgOYFjkdAsIj(UpTtiJ>$EKFm%C1)JWmw%%MF8V6aKGCshWFB z*k-T-^|MwOt))_&<}YEbe#H-lwt7NFF`Bv8rs4-fP^G~hVUBCHC@^-Jslp!rQKcl^ z3>U&8PpWY!XL-_GAq>||84|VG@#QpcxJqxQXaW)^>*;chCgzMUQyI{1u{mdbp*kH^ uSW7o})6ZsGYp0#on(Y^Fxy000DcNkl8g^j2n&U#O}fUpe5Cpf+nmqA$OijSF@NepFXW@ct)Zo?TpSvv>W zc*Ybd--y<0zxhqG^WOZ6IU|fvWDHlZk$ZTJFZr4O`IB$?kQcd!ja5bUFWi4%_gv$(`(z^ebC)vbROr}Z&2LOi(RVH&4n|P9c zwf&!B1}+IRmDlUK{Fo(-p@~K`F@`04TzBLfOd~Ny^GMjypKRe2qH+pb_$!R@2(849 z&piH@4t`@k&6v{6e14Ni|1%Gt7-``p3H=`nDPv2Sh5RQGU!qD(Obf5TL)3_ifQQ06 zG@Tf@k{%WAA1)(qF6AE;yN4^W!eNn|^}Do_1ns;dJuJd8m$^-X+)06?C~&XzvdvWL zS_!ZPk0kNgFFmcrfE(rD)i@-L!y4)BMj|ppUZH(Bq=Caed97v;fhxbM!|uZ;Eqr-a zep)%QGxK&$+wUy2DenMQX} z!-R`u4$w+N9+4kQGtQ$|+Ig7qu*|F)FioZ&0cMN}ujnYu2xPi4ok4JATD%Y;-Dgx- zs5HEe+vs}!%F$%W(K0wrAt< zJjv6~CJ&q~bpVfpI7fZ;87{V*#7WrV@|n_e4hOMBeX$H%R;oBFv1O@>vy_8)Mb5yE z8oknLSRr@#6?7=kr4qO!vE%em=;_$eq!Pa_N@$Ex!JmZO2t_JfW6-!lhJzdlmErOV zG&ZP>m*q<6Wh%}FH11X#$LC7ucopYfG+tF3tGN=|qT;-U##d@%C09Z#D$du`BNHn( zS3(_`bk-xqYjPzN$u@?iP`UNxTnQ~}w_bahPRNze6SS8}8=h*p5*olBs1G3vHZi${Bo$n+u^XpUNFJC_tnrR03GZiX@T&5e8##0r#P+TW2gD@Rg zY)DI}!D55(s4U-PBvgD6kD4!tnF}>v5KC~0@g!N5?lCInwjfK4Q5S6sMCT?t>EtG& zQ{YYU?f49lKn950@QBV){Vh5kw~1#bFfkTvPR&@b88H@^S~XUtV%1n>WYrMXrDT3N zf<4mHI$Jx@?TOln?zXfOX$Gx#Xe9|o>jtfOEN_=4XnDJa7?=^72p=RME~-2zQGaJ9 zF%i_+G8a(7mLd!4Y?%Qu;xj)qy8g&59E&N(ax*`MM%VfH#7?Vb9p1^=xJ1F_Yw+nUl_NVAXx3|y2B_-Nf%lGs~ zY~Qn%j{N@xV+NlKBBd8#l9Sbdw~TYMSAQCYne+lP+Gnbisui-cJzB z9PXu==iyJ=cJBwaKeG3iy|M&iH`7c6L^gHG|_PkKzY_uhBy;?W>kwV3TaCcXE(b5;7Zn>HU! zaekCx_!AfRXJ+W+2{%!zgAaV*2}<3t+y^>PsUqAw4hmi6z2z1;fl zos%e3;FaZ?oJFA=&n&l05{1t3&~mG|D3sy8<+e$oP>LPP-6xGgE^C&1NEU^Xv@G|G z^C)zdCCj}ck3y$tSne%F6gp1La__i^LPw}t?md@L$YDYLg32gl7!mF|Ds>3gj!M^s z8^NGZ+3$RC@Y5CfKd*Y74{f|-)H7P*oy>>hcU>Fi|6ayTS`S6|+5oH)gNRCn! z?uyR;_=Y@Ih&aQjP%y0007!Nkl)zUkVeinDTMyPH3~RwHXSK(yT9P@54>78YWX|DJjLOeVCvz!ZVN_O(={Cz!4|&JdrW#5BAA% z84sg=Vw;nBg;W^zE$f`j>tw~KFInPb-lPCVeab93)yrbkhfI*n+IHvnp_19s?)=_U zGQ05(MzxX5LA-}i^(1qw-TA$OWX|Mcj4CYi`w~9GsO&PoujMO@O2suNa|=IURD8K+ z?B;ijiYnKPg9N~+Fr0QWj}a21f^bx>8IdsRADQ1T5F4X@)A^mG81)0|Wq!|qQD3oK z=Jz~y=l6MXs+YtgzNbCo$?nnleTrmO$3vz)*szkv=J%13*%VKa!>yu6=J&pm*~ydh z`&8MuJa4Ll?AG6tnea0kJ$7+zB0G)dJv{7ZHhCnqn(Q)-5AlLu*eoBU46mbv?681O z@seNJB7dMu^Qv;oHDe`TA-tPfidT_dt{EHn!TUqRR!J?%%Ss}D; +#import + +extern NSString * _Nonnull const SVProgressHUDDidReceiveTouchEventNotification; +extern NSString * _Nonnull const SVProgressHUDDidTouchDownInsideNotification; +extern NSString * _Nonnull const SVProgressHUDWillDisappearNotification; +extern NSString * _Nonnull const SVProgressHUDDidDisappearNotification; +extern NSString * _Nonnull const SVProgressHUDWillAppearNotification; +extern NSString * _Nonnull const SVProgressHUDDidAppearNotification; + +extern NSString * _Nonnull const SVProgressHUDStatusUserInfoKey; + +/// Represents the appearance style of the HUD. +typedef NS_ENUM(NSInteger, SVProgressHUDStyle) { + /// White HUD with black text. HUD background will be blurred. + SVProgressHUDStyleLight NS_SWIFT_NAME(light), + + /// Black HUD with white text. HUD background will be blurred. + SVProgressHUDStyleDark NS_SWIFT_NAME(dark), + + /// Uses the fore- and background color properties. + SVProgressHUDStyleCustom NS_SWIFT_NAME(custom), + + /// Automatically switch between light or dark mode appearance. + SVProgressHUDStyleAutomatic NS_SWIFT_NAME(automatic) +}; + +/// Represents the type of mask to be applied when the HUD is displayed. +typedef NS_ENUM(NSUInteger, SVProgressHUDMaskType) { + /// Allow user interactions while HUD is displayed. + SVProgressHUDMaskTypeNone NS_SWIFT_NAME(none) = 1, + + /// Don't allow user interactions with background objects. + SVProgressHUDMaskTypeClear NS_SWIFT_NAME(clear), + + /// Don't allow user interactions and dim the UI behind the HUD (as in iOS 7+). + SVProgressHUDMaskTypeBlack NS_SWIFT_NAME(black), + + /// Don't allow user interactions and dim the UI with an UIAlertView-like background gradient (as in iOS 6). + SVProgressHUDMaskTypeGradient NS_SWIFT_NAME(gradient), + + /// Don't allow user interactions and dim the UI behind the HUD with a custom color. + SVProgressHUDMaskTypeCustom NS_SWIFT_NAME(custom) +}; + +/// Represents the animation type of the HUD when it's shown or hidden. +typedef NS_ENUM(NSUInteger, SVProgressHUDAnimationType) { + /// Custom flat animation (indefinite animated ring). + SVProgressHUDAnimationTypeFlat NS_SWIFT_NAME(flat), + + /// iOS native UIActivityIndicatorView. + SVProgressHUDAnimationTypeNative NS_SWIFT_NAME(native) +}; + +typedef void (^SVProgressHUDShowCompletion)(void); +typedef void (^SVProgressHUDDismissCompletion)(void); + +@interface SVProgressHUD : UIView + +#pragma mark - Customization + +/// Represents the default style for the HUD. +/// @discussion Default: SVProgressHUDStyleAutomatic. +@property (assign, nonatomic) SVProgressHUDStyle defaultStyle UI_APPEARANCE_SELECTOR; + +/// Represents the type of mask applied when the HUD is displayed. +/// @discussion Default: SVProgressHUDMaskTypeNone. +@property (assign, nonatomic) SVProgressHUDMaskType defaultMaskType UI_APPEARANCE_SELECTOR; + +/// Defines the animation type used when the HUD is displayed. +/// @discussion Default: SVProgressHUDAnimationTypeFlat. +@property (assign, nonatomic) SVProgressHUDAnimationType defaultAnimationType UI_APPEARANCE_SELECTOR; + +/// The container view used for displaying the HUD. If nil, the default window level is used. +@property (strong, nonatomic, nullable) UIView *containerView; + +/// The minimum size for the HUD. Useful for maintaining a consistent size when the message might cause resizing. +/// @discussion Default: CGSizeZero. +@property (assign, nonatomic) CGSize minimumSize UI_APPEARANCE_SELECTOR; + +/// Thickness of the ring shown in the HUD. +/// @discussion Default: 2 pt. +@property (assign, nonatomic) CGFloat ringThickness UI_APPEARANCE_SELECTOR; + +/// Radius of the ring shown in the HUD when there's associated text. +/// @discussion Default: 18 pt. +@property (assign, nonatomic) CGFloat ringRadius UI_APPEARANCE_SELECTOR; + +/// Radius of the ring shown in the HUD when there's no associated text. +/// @discussion Default: 24 pt. +@property (assign, nonatomic) CGFloat ringNoTextRadius UI_APPEARANCE_SELECTOR; + +/// Corner radius of the HUD view. +/// @discussion Default: 14 pt. +@property (assign, nonatomic) CGFloat cornerRadius UI_APPEARANCE_SELECTOR; + +/// Font used for text within the HUD. +/// @discussion Default: [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline]. +@property (strong, nonatomic, nonnull) UIFont *font UI_APPEARANCE_SELECTOR; + +/// Background color of the HUD. +/// @discussion Default: [UIColor whiteColor]. +@property (strong, nonatomic, nonnull) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; + +/// Foreground color used for content in the HUD. +/// @discussion Default: [UIColor blackColor]. +@property (strong, nonatomic, nonnull) UIColor *foregroundColor UI_APPEARANCE_SELECTOR; + +/// Color for any foreground images in the HUD. +/// @discussion Default: same as foregroundColor. +@property (strong, nonatomic, nullable) UIColor *foregroundImageColor UI_APPEARANCE_SELECTOR; + +/// Color for the background layer behind the HUD. +/// @discussion Default: [UIColor colorWithWhite:0 alpha:0.4]. +@property (strong, nonatomic, nonnull) UIColor *backgroundLayerColor UI_APPEARANCE_SELECTOR; + +/// Size of any images displayed within the HUD. +/// @discussion Default: 28x28 pt. +@property (assign, nonatomic) CGSize imageViewSize UI_APPEARANCE_SELECTOR; + +/// Indicates whether images within the HUD should be tinted. +/// @discussion Default: YES. +@property (assign, nonatomic) BOOL shouldTintImages UI_APPEARANCE_SELECTOR; + +/// The image displayed when showing informational messages. +/// @discussion Default: info.circle from SF Symbols (iOS 13+) or the bundled info image provided by Freepik. +@property (strong, nonatomic, nonnull) UIImage *infoImage UI_APPEARANCE_SELECTOR; + +/// The image displayed when showing success messages. +/// @discussion Default: checkmark from SF Symbols (iOS 13+) or the bundled success image provided by Freepik. +@property (strong, nonatomic, nonnull) UIImage *successImage UI_APPEARANCE_SELECTOR; + +/// The image displayed when showing error messages. +/// @discussion Default: xmark from SF Symbols (iOS 13+) or the bundled error image provided by Freepik. +@property (strong, nonatomic, nonnull) UIImage *errorImage UI_APPEARANCE_SELECTOR; + +/// A specific view for extensions. This property is only used if #define SV_APP_EXTENSIONS is set. +/// @discussion Default: nil. +@property (strong, nonatomic, nonnull) UIView *viewForExtension UI_APPEARANCE_SELECTOR; + +/// The interval in seconds to wait before displaying the HUD. If the HUD is displayed before this time elapses, this timer is reset. +/// @discussion Default: 0 seconds. +@property (assign, nonatomic) NSTimeInterval graceTimeInterval; + +/// The minimum amount of time in seconds the HUD will display. +/// @discussion Default: 5.0 seconds. +@property (assign, nonatomic) NSTimeInterval minimumDismissTimeInterval; + +/// The maximum amount of time in seconds the HUD will display. +/// @discussion Default: CGFLOAT_MAX. +@property (assign, nonatomic) NSTimeInterval maximumDismissTimeInterval; + +/// Offset from the center position, can be used to adjust the HUD position. +/// @discussion Default: 0, 0. +@property (assign, nonatomic) UIOffset offsetFromCenter UI_APPEARANCE_SELECTOR; + +/// Duration of the fade-in animation when showing the HUD. +/// @discussion Default: 0.15. +@property (assign, nonatomic) NSTimeInterval fadeInAnimationDuration UI_APPEARANCE_SELECTOR; + +/// Duration of the fade-out animation when hiding the HUD. +/// @discussion Default: 0.15. +@property (assign, nonatomic) NSTimeInterval fadeOutAnimationDuration UI_APPEARANCE_SELECTOR; + +/// The maximum window level on which the HUD can be displayed. +/// @discussion Default: UIWindowLevelNormal. +@property (assign, nonatomic) UIWindowLevel maxSupportedWindowLevel; + +/// Indicates if haptic feedback should be used. +/// @discussion Default: NO. +@property (assign, nonatomic) BOOL hapticsEnabled; + +/// Indicates if motion effects should be applied to the HUD. +/// @discussion Default: YES. +@property (assign, nonatomic) BOOL motionEffectEnabled; + +@property (class, strong, nonatomic, readonly, nonnull) NSBundle *imageBundle; + +/// Sets the default style for the HUD. +/// @param style The desired style for the HUD. ++ (void)setDefaultStyle:(SVProgressHUDStyle)style; + +/// Sets the default mask type for the HUD. +/// @param maskType The mask type to apply. ++ (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType; + +/// Sets the default animation type for the HUD. +/// @param type The desired animation type. ++ (void)setDefaultAnimationType:(SVProgressHUDAnimationType)type; + +/// Sets the container view for the HUD. +/// @param containerView The view to contain the HUD. ++ (void)setContainerView:(nullable UIView*)containerView; + +/// Sets the minimum size for the HUD. +/// @param minimumSize The minimum size for the HUD. ++ (void)setMinimumSize:(CGSize)minimumSize; + +/// Sets the ring thickness for the HUD. +/// @param ringThickness Thickness of the ring. ++ (void)setRingThickness:(CGFloat)ringThickness; + +/// Sets the ring radius for the HUD. +/// @param radius Radius of the ring. ++ (void)setRingRadius:(CGFloat)radius; + +/// Sets the no text ring radius for the HUD. +/// @param radius Radius of the ring when no text is displayed. ++ (void)setRingNoTextRadius:(CGFloat)radius; + +/// Sets the corner radius for the HUD. +/// @param cornerRadius Desired corner radius. ++ (void)setCornerRadius:(CGFloat)cornerRadius; + +/// Sets the border color for the HUD. +/// @param color Desired border color. ++ (void)setBorderColor:(nonnull UIColor*)color; + +/// Sets the border width for the HUD. +/// @param width Desired border width. ++ (void)setBorderWidth:(CGFloat)width; + +/// Sets the font for the HUD's text. +/// @param font Desired font for the text. ++ (void)setFont:(nonnull UIFont*)font; + +/// Sets the foreground color for the HUD. +/// @param color Desired foreground color. +/// @discussion These implicitly set the HUD's style to `SVProgressHUDStyleCustom`. ++ (void)setForegroundColor:(nonnull UIColor*)color; + +/// Sets the foreground image color for the HUD. +/// @param color Desired color for the image. +/// @discussion These implicitly set the HUD's style to `SVProgressHUDStyleCustom`. ++ (void)setForegroundImageColor:(nullable UIColor*)color; + +/// Sets the background color for the HUD. +/// @param color Desired background color. +/// @discussion These implicitly set the HUD's style to `SVProgressHUDStyleCustom`. ++ (void)setBackgroundColor:(nonnull UIColor*)color; + +/// Sets a custom blur effect for the HUD view. +/// @param blurEffect Desired blur effect. +/// @discussion These implicitly set the HUD's style to `SVProgressHUDStyleCustom`. ++ (void)setHudViewCustomBlurEffect:(nullable UIBlurEffect*)blurEffect; + +/// Sets the background layer color for the HUD. +/// @param color Desired color for the background layer. ++ (void)setBackgroundLayerColor:(nonnull UIColor*)color; + +/// Sets the size for the HUD's image view. +/// @param size Desired size for the image view. ++ (void)setImageViewSize:(CGSize)size; + +/// Determines if images should be tinted in the HUD. +/// @param shouldTintImages Whether images should be tinted. ++ (void)setShouldTintImages:(BOOL)shouldTintImages; + +/// Sets the info image for the HUD. +/// @param image The desired info image. ++ (void)setInfoImage:(nonnull UIImage*)image; + +/// Sets the success image for the HUD. +/// @param image The desired success image. ++ (void)setSuccessImage:(nonnull UIImage*)image; + +/// Sets the error image for the HUD. +/// @param image The desired error image. ++ (void)setErrorImage:(nonnull UIImage*)image; + +/// Sets the view for extensions. +/// @param view The desired view for extensions. ++ (void)setViewForExtension:(nonnull UIView*)view; + +/// Sets the grace time interval for the HUD. +/// @param interval Desired grace time interval. ++ (void)setGraceTimeInterval:(NSTimeInterval)interval; + +/// Sets the minimum dismiss time interval. +/// @param interval The minimum time interval, in seconds, that the HUD should be displayed. ++ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval; + +/// Sets the maximum dismiss time interval. +/// @param interval The maximum time interval, in seconds, that the HUD should be displayed. ++ (void)setMaximumDismissTimeInterval:(NSTimeInterval)interval; + +/// Sets the fade-in animation duration. +/// @param duration The duration, in seconds, for the fade-in animation. ++ (void)setFadeInAnimationDuration:(NSTimeInterval)duration; + +/// Sets the fade-out animation duration. +/// @param duration The duration, in seconds, for the fade-out animation. ++ (void)setFadeOutAnimationDuration:(NSTimeInterval)duration; + +/// Sets the max supported window level. +/// @param windowLevel The UIWindowLevel to which the HUD should be displayed. ++ (void)setMaxSupportedWindowLevel:(UIWindowLevel)windowLevel; + +/// Determines if haptics are enabled. +/// @param hapticsEnabled A boolean that determines if haptic feedback is enabled. ++ (void)setHapticsEnabled:(BOOL)hapticsEnabled; + +/// Determines if motion effect is enabled. +/// @param motionEffectEnabled A boolean that determines if motion effects are enabled. ++ (void)setMotionEffectEnabled:(BOOL)motionEffectEnabled; + + +#pragma mark - Show Methods + +/// Shows the HUD without any additional status message. ++ (void)show; + +/// Shows the HUD with a provided status message. +/// @param status The message to be displayed alongside the HUD. ++ (void)showWithStatus:(nullable NSString*)status; + +/// Display methods to show progress on the HUD. + +/// Shows the HUD with a progress indicator. +/// @param progress A float value between 0.0 and 1.0 indicating the progress. ++ (void)showProgress:(float)progress; + +/// Shows the HUD with a progress indicator and a provided status message. +/// @param progress A float value between 0.0 and 1.0 indicating the progress. +/// @param status The message to be displayed alongside the progress indicator. ++ (void)showProgress:(float)progress status:(nullable NSString*)status; + +/// Updates the current status of the loading HUD. +/// @param status The new status message to update the HUD with. ++ (void)setStatus:(nullable NSString*)status; + +/// Shows an info status with the provided message. +/// @param status The info message to be displayed. ++ (void)showInfoWithStatus:(nullable NSString*)status; + +/// Shows a success status with the provided message. +/// @param status The success message to be displayed. ++ (void)showSuccessWithStatus:(nullable NSString*)status; + +/// Shows an error status with the provided message. +/// @param status The error message to be displayed. ++ (void)showErrorWithStatus:(nullable NSString*)status; + +/// Shows a custom image with the provided status message. +/// @param image The custom image to be displayed. +/// @param status The message to accompany the custom image. ++ (void)showImage:(nonnull UIImage*)image status:(nullable NSString*)status; + +/// Sets the offset from the center for the HUD. +/// @param offset The UIOffset value indicating how much the HUD should be offset from its center position. ++ (void)setOffsetFromCenter:(UIOffset)offset; + +/// Resets the offset to center the HUD. ++ (void)resetOffsetFromCenter; + +/// Decreases the activity count, dismissing the HUD if count reaches 0. ++ (void)popActivity; + +/// Dismisses the HUD immediately. ++ (void)dismiss; + +/// Dismisses the HUD and triggers a completion block. +/// @param completion A block that gets executed after the HUD is dismissed. ++ (void)dismissWithCompletion:(nullable SVProgressHUDDismissCompletion)completion; + +/// Dismisses the HUD after a specified delay. +/// @param delay The time in seconds after which the HUD should be dismissed. ++ (void)dismissWithDelay:(NSTimeInterval)delay; + +/// Dismisses the HUD after a specified delay and triggers a completion block. +/// @param delay The time in seconds after which the HUD should be dismissed. +/// @param completion A block that gets executed after the HUD is dismissed. ++ (void)dismissWithDelay:(NSTimeInterval)delay completion:(nullable SVProgressHUDDismissCompletion)completion; + +/// Checks if the HUD is currently visible. +/// @return A boolean value indicating whether the HUD is visible. ++ (BOOL)isVisible; + +/// Calculates the display duration based on a given string's length. +/// @param string The string whose length determines the display duration. +/// @return A time interval representing the display duration. ++ (NSTimeInterval)displayDurationForString:(nullable NSString*)string; + +@end + diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m new file mode 100644 index 0000000..fad5571 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m @@ -0,0 +1,1524 @@ +// +// SVProgressHUD.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2011-2023 Sam Vermette and contributors. All rights reserved. +// + +#if !__has_feature(objc_arc) +#error SVProgressHUD is ARC only. Either turn on ARC for the project or use -fobjc-arc flag +#endif + +#import "SVProgressHUD.h" +#import "SVIndefiniteAnimatedView.h" +#import "SVProgressAnimatedView.h" +#import "SVRadialGradientLayer.h" + +NSString * const SVProgressHUDDidReceiveTouchEventNotification = @"SVProgressHUDDidReceiveTouchEventNotification"; +NSString * const SVProgressHUDDidTouchDownInsideNotification = @"SVProgressHUDDidTouchDownInsideNotification"; +NSString * const SVProgressHUDWillDisappearNotification = @"SVProgressHUDWillDisappearNotification"; +NSString * const SVProgressHUDDidDisappearNotification = @"SVProgressHUDDidDisappearNotification"; +NSString * const SVProgressHUDWillAppearNotification = @"SVProgressHUDWillAppearNotification"; +NSString * const SVProgressHUDDidAppearNotification = @"SVProgressHUDDidAppearNotification"; + +NSString * const SVProgressHUDStatusUserInfoKey = @"SVProgressHUDStatusUserInfoKey"; + +static const CGFloat SVProgressHUDParallaxDepthPoints = 10.0f; +static const CGFloat SVProgressHUDUndefinedProgress = -1; +static const CGFloat SVProgressHUDDefaultAnimationDuration = 0.15f; +static const CGFloat SVProgressHUDVerticalSpacing = 12.0f; +static const CGFloat SVProgressHUDHorizontalSpacing = 12.0f; +static const CGFloat SVProgressHUDLabelSpacing = 8.0f; + + +@interface SVProgressHUD () + +@property (nonatomic, strong) NSTimer *graceTimer; +@property (nonatomic, strong) NSTimer *fadeOutTimer; + +@property (nonatomic, strong) UIControl *controlView; +@property (nonatomic, strong) UIView *backgroundView; +@property (nonatomic, strong) SVRadialGradientLayer *backgroundRadialGradientLayer; +@property (nonatomic, strong) UIVisualEffectView *hudView; +@property (nonatomic, strong) UIBlurEffect *hudViewCustomBlurEffect; +@property (nonatomic, strong) UILabel *statusLabel; +@property (nonatomic, strong) UIImageView *imageView; + +@property (nonatomic, strong) UIView *indefiniteAnimatedView; +@property (nonatomic, strong) SVProgressAnimatedView *ringView; +@property (nonatomic, strong) SVProgressAnimatedView *backgroundRingView; + +@property (nonatomic, readwrite) CGFloat progress; +@property (nonatomic, readwrite) NSUInteger activityCount; + +@property (nonatomic, readonly) CGFloat visibleKeyboardHeight; +@property (nonatomic, readonly) UIWindow *frontWindow; + +#if TARGET_OS_IOS +@property (nonatomic, strong) UINotificationFeedbackGenerator *hapticGenerator; +#endif + +@end + +@implementation SVProgressHUD { + BOOL _isInitializing; +} + ++ (SVProgressHUD*)sharedView { + static dispatch_once_t once; + + static SVProgressHUD *sharedView; +#if !defined(SV_APP_EXTENSIONS) + dispatch_once(&once, ^{ sharedView = [[self alloc] initWithFrame:[SVProgressHUD mainWindow].bounds]; }); +#else + dispatch_once(&once, ^{ sharedView = [[self alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; }); +#endif + return sharedView; +} + ++ (UIWindow *)mainWindow { + if (@available(iOS 13.0, *)) { + for (UIWindowScene* windowScene in [UIApplication sharedApplication].connectedScenes) { + if (windowScene.activationState == UISceneActivationStateForegroundActive) { + return windowScene.windows.firstObject; + } + } + // If a window has not been returned by now, the first scene's window is returned (regardless of activationState). + UIWindowScene *windowScene = (UIWindowScene *)[[UIApplication sharedApplication].connectedScenes allObjects].firstObject; + return windowScene.windows.firstObject; + } else { +#if TARGET_OS_IOS + return [[[UIApplication sharedApplication] delegate] window]; +#else + return [UIApplication sharedApplication].keyWindow; +#endif + } +} + ++ (NSBundle *)imageBundle { +#if defined(SWIFTPM_MODULE_BUNDLE) + NSBundle *bundle = SWIFTPM_MODULE_BUNDLE; +#else + NSBundle *bundle = [NSBundle bundleForClass:[SVProgressHUD class]]; +#endif + NSURL *url = [bundle URLForResource:@"SVProgressHUD" withExtension:@"bundle"]; + return [NSBundle bundleWithURL:url]; + } + +#pragma mark - Setters + ++ (void)setStatus:(NSString*)status { + [[self sharedView] setStatus:status]; +} + ++ (void)setDefaultStyle:(SVProgressHUDStyle)style { + [self sharedView].defaultStyle = style; +} + ++ (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType { + [self sharedView].defaultMaskType = maskType; +} + ++ (void)setDefaultAnimationType:(SVProgressHUDAnimationType)type { + [self sharedView].defaultAnimationType = type; +} + ++ (void)setContainerView:(nullable UIView*)containerView { + [self sharedView].containerView = containerView; +} + ++ (void)setMinimumSize:(CGSize)minimumSize { + [self sharedView].minimumSize = minimumSize; +} + ++ (void)setRingThickness:(CGFloat)ringThickness { + [self sharedView].ringThickness = ringThickness; +} + ++ (void)setRingRadius:(CGFloat)radius { + [self sharedView].ringRadius = radius; +} + ++ (void)setRingNoTextRadius:(CGFloat)radius { + [self sharedView].ringNoTextRadius = radius; +} + ++ (void)setCornerRadius:(CGFloat)cornerRadius { + [self sharedView].cornerRadius = cornerRadius; +} + ++ (void)setBorderColor:(nonnull UIColor*)color { + [self sharedView].hudView.layer.borderColor = color.CGColor; +} + ++ (void)setBorderWidth:(CGFloat)width { + [self sharedView].hudView.layer.borderWidth = width; +} + ++ (void)setFont:(UIFont*)font { + [self sharedView].font = font; +} + ++ (void)setForegroundColor:(UIColor*)color { + [self sharedView].foregroundColor = color; + [self setDefaultStyle:SVProgressHUDStyleCustom]; +} + ++ (void)setForegroundImageColor:(UIColor *)color { + [self sharedView].foregroundImageColor = color; + [self setDefaultStyle:SVProgressHUDStyleCustom]; +} + ++ (void)setBackgroundColor:(UIColor*)color { + [self sharedView].backgroundColor = color; + [self setDefaultStyle:SVProgressHUDStyleCustom]; +} + ++ (void)setHudViewCustomBlurEffect:(UIBlurEffect*)blurEffect { + [self sharedView].hudViewCustomBlurEffect = blurEffect; + [self setDefaultStyle:SVProgressHUDStyleCustom]; +} + ++ (void)setBackgroundLayerColor:(UIColor*)color { + [self sharedView].backgroundLayerColor = color; +} + ++ (void)setImageViewSize:(CGSize)size { + [self sharedView].imageViewSize = size; +} + ++ (void)setShouldTintImages:(BOOL)shouldTintImages { + [self sharedView].shouldTintImages = shouldTintImages; +} + ++ (void)setInfoImage:(UIImage*)image { + [self sharedView].infoImage = image; +} + ++ (void)setSuccessImage:(UIImage*)image { + [self sharedView].successImage = image; +} + ++ (void)setErrorImage:(UIImage*)image { + [self sharedView].errorImage = image; +} + ++ (void)setViewForExtension:(UIView*)view { + [self sharedView].viewForExtension = view; +} + ++ (void)setGraceTimeInterval:(NSTimeInterval)interval { + [self sharedView].graceTimeInterval = interval; +} + ++ (void)setMinimumDismissTimeInterval:(NSTimeInterval)interval { + [self sharedView].minimumDismissTimeInterval = interval; +} + ++ (void)setMaximumDismissTimeInterval:(NSTimeInterval)interval { + [self sharedView].maximumDismissTimeInterval = interval; +} + ++ (void)setFadeInAnimationDuration:(NSTimeInterval)duration { + [self sharedView].fadeInAnimationDuration = duration; +} + ++ (void)setFadeOutAnimationDuration:(NSTimeInterval)duration { + [self sharedView].fadeOutAnimationDuration = duration; +} + ++ (void)setMaxSupportedWindowLevel:(UIWindowLevel)windowLevel { + [self sharedView].maxSupportedWindowLevel = windowLevel; +} + ++ (void)setHapticsEnabled:(BOOL)hapticsEnabled { + [self sharedView].hapticsEnabled = hapticsEnabled; +} + ++ (void)setMotionEffectEnabled:(BOOL)motionEffectEnabled { + [self sharedView].motionEffectEnabled = motionEffectEnabled; +} + +#pragma mark - Show Methods + ++ (void)show { + [self showWithStatus:nil]; +} + ++ (void)showWithStatus:(NSString*)status { + [self showProgress:SVProgressHUDUndefinedProgress status:status]; +} + ++ (void)showProgress:(float)progress { + [self showProgress:progress status:nil]; +} + ++ (void)showProgress:(float)progress status:(NSString*)status { + [[self sharedView] showProgress:progress status:status]; +} + + +#pragma mark - Show, then automatically dismiss methods + ++ (void)showInfoWithStatus:(NSString*)status { + [self showImage:[self sharedView].infoImage status:status]; + +#if TARGET_OS_IOS + dispatch_async(dispatch_get_main_queue(), ^{ + [[self sharedView].hapticGenerator notificationOccurred:UINotificationFeedbackTypeWarning]; + }); +#endif +} + ++ (void)showSuccessWithStatus:(NSString*)status { + [self showImage:[self sharedView].successImage status:status]; + +#if TARGET_OS_IOS + dispatch_async(dispatch_get_main_queue(), ^{ + [[self sharedView].hapticGenerator notificationOccurred:UINotificationFeedbackTypeSuccess]; + }); +#endif +} + ++ (void)showErrorWithStatus:(NSString*)status { + [self showImage:[self sharedView].errorImage status:status]; + +#if TARGET_OS_IOS + dispatch_async(dispatch_get_main_queue(), ^{ + [[self sharedView].hapticGenerator notificationOccurred:UINotificationFeedbackTypeError]; + }); +#endif +} + ++ (void)showImage:(UIImage*)image status:(NSString*)status { + NSTimeInterval displayInterval = [self displayDurationForString:status]; + [[self sharedView] showImage:image status:status duration:displayInterval]; +} + + +#pragma mark - Dismiss Methods + ++ (void)popActivity { + if([self sharedView].activityCount > 0) { + [self sharedView].activityCount--; + } + if([self sharedView].activityCount == 0) { + [[self sharedView] dismiss]; + } +} + ++ (void)dismiss { + [self dismissWithDelay:0.0 completion:nil]; +} + ++ (void)dismissWithCompletion:(SVProgressHUDDismissCompletion)completion { + [self dismissWithDelay:0.0 completion:completion]; +} + ++ (void)dismissWithDelay:(NSTimeInterval)delay { + [self dismissWithDelay:delay completion:nil]; +} + ++ (void)dismissWithDelay:(NSTimeInterval)delay completion:(SVProgressHUDDismissCompletion)completion { + [[self sharedView] dismissWithDelay:delay completion:completion]; +} + + +#pragma mark - Offset + ++ (void)setOffsetFromCenter:(UIOffset)offset { + [self sharedView].offsetFromCenter = offset; +} + ++ (void)resetOffsetFromCenter { + [self setOffsetFromCenter:UIOffsetZero]; +} + + +#pragma mark - Instance Methods + +- (instancetype)initWithFrame:(CGRect)frame { + if((self = [super initWithFrame:frame])) { + _isInitializing = YES; + + self.userInteractionEnabled = NO; + self.activityCount = 0; + + self.backgroundView.alpha = 0.0f; + self.imageView.alpha = 0.0f; + self.statusLabel.alpha = 0.0f; + self.indefiniteAnimatedView.alpha = 0.0f; + self.ringView.alpha = self.backgroundRingView.alpha = 0.0f; + + + _backgroundColor = [UIColor whiteColor]; + _foregroundColor = [UIColor blackColor]; + _backgroundLayerColor = [UIColor colorWithWhite:0 alpha:0.4]; + + // Set default values + _defaultMaskType = SVProgressHUDMaskTypeNone; + _defaultStyle = SVProgressHUDStyleAutomatic; + _defaultAnimationType = SVProgressHUDAnimationTypeFlat; + _minimumSize = CGSizeZero; + _font = [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline]; + + _imageViewSize = CGSizeMake(28.0f, 28.0f); + _shouldTintImages = YES; + + NSBundle *imageBundle = [SVProgressHUD imageBundle]; + + if (@available(iOS 13.0, *)) { + _infoImage = [UIImage systemImageNamed:@"info.circle"]; + _successImage = [UIImage systemImageNamed:@"checkmark"]; + _errorImage = [UIImage systemImageNamed:@"xmark"]; + } else { + _infoImage = [UIImage imageWithContentsOfFile:[imageBundle pathForResource:@"info" ofType:@"png"]]; + _successImage = [UIImage imageWithContentsOfFile:[imageBundle pathForResource:@"success" ofType:@"png"]]; + _errorImage = [UIImage imageWithContentsOfFile:[imageBundle pathForResource:@"error" ofType:@"png"]]; + } + + _ringThickness = 2.0f; + _ringRadius = 18.0f; + _ringNoTextRadius = 24.0f; + + _cornerRadius = 14.0f; + + _graceTimeInterval = 0.0f; + _minimumDismissTimeInterval = 5.0; + _maximumDismissTimeInterval = CGFLOAT_MAX; + + _fadeInAnimationDuration = SVProgressHUDDefaultAnimationDuration; + _fadeOutAnimationDuration = SVProgressHUDDefaultAnimationDuration; + + _maxSupportedWindowLevel = UIWindowLevelNormal; + + _hapticsEnabled = NO; + _motionEffectEnabled = YES; + + // Accessibility support + self.accessibilityIdentifier = @"SVProgressHUD"; + self.isAccessibilityElement = YES; + + _isInitializing = NO; + } + return self; +} + +- (void)updateHUDFrame { + // Check if an image or progress ring is displayed + BOOL imageUsed = (self.imageView.image) && !(self.imageView.hidden) && (self.imageViewSize.height > 0 && self.imageViewSize.width > 0); + BOOL progressUsed = self.imageView.hidden; + + // Calculate size of string + CGRect labelRect = CGRectZero; + CGFloat labelHeight = 0.0f; + CGFloat labelWidth = 0.0f; + + if(self.statusLabel.text) { + CGSize constraintSize = CGSizeMake(200.0f, 300.0f); + labelRect = [self.statusLabel.text boundingRectWithSize:constraintSize + options:(NSStringDrawingOptions)(NSStringDrawingUsesFontLeading | NSStringDrawingTruncatesLastVisibleLine | NSStringDrawingUsesLineFragmentOrigin) + attributes:@{NSFontAttributeName: self.statusLabel.font} + context:NULL]; + labelHeight = ceilf(CGRectGetHeight(labelRect)); + labelWidth = ceilf(CGRectGetWidth(labelRect)); + } + + // Calculate hud size based on content + // For the beginning use default values, these + // might get update if string is too large etc. + CGFloat hudWidth; + CGFloat hudHeight; + + CGFloat contentWidth = 0.0f; + CGFloat contentHeight = 0.0f; + + if(imageUsed || progressUsed) { + contentWidth = CGRectGetWidth(imageUsed ? self.imageView.frame : self.indefiniteAnimatedView.frame); + contentHeight = CGRectGetHeight(imageUsed ? self.imageView.frame : self.indefiniteAnimatedView.frame); + } + + // |-spacing-content-spacing-| + hudWidth = SVProgressHUDHorizontalSpacing + MAX(labelWidth, contentWidth) + SVProgressHUDHorizontalSpacing; + + // |-spacing-content-(labelSpacing-label-)spacing-| + hudHeight = SVProgressHUDVerticalSpacing + labelHeight + contentHeight + SVProgressHUDVerticalSpacing; + if(self.statusLabel.text && (imageUsed || progressUsed)){ + // Add spacing if both content and label are used + hudHeight += SVProgressHUDLabelSpacing; + } + + // Update values on subviews + self.hudView.bounds = CGRectMake(0.0f, 0.0f, MAX(self.minimumSize.width, hudWidth), MAX(self.minimumSize.height, hudHeight)); + + // Animate value update + [CATransaction begin]; + [CATransaction setDisableActions:YES]; + + // Spinner and image view + CGFloat centerY; + if(self.statusLabel.text) { + CGFloat yOffset = MAX(SVProgressHUDVerticalSpacing, (self.minimumSize.height - contentHeight - SVProgressHUDLabelSpacing - labelHeight) / 2.0f); + centerY = yOffset + contentHeight / 2.0f; + } else { + centerY = CGRectGetMidY(self.hudView.bounds); + } + self.indefiniteAnimatedView.center = CGPointMake(CGRectGetMidX(self.hudView.bounds), centerY); + if(self.progress != SVProgressHUDUndefinedProgress) { + self.backgroundRingView.center = self.ringView.center = CGPointMake(CGRectGetMidX(self.hudView.bounds), centerY); + } + self.imageView.center = CGPointMake(CGRectGetMidX(self.hudView.bounds), centerY); + + // Label + if(imageUsed || progressUsed) { + centerY = CGRectGetMaxY(imageUsed ? self.imageView.frame : self.indefiniteAnimatedView.frame) + SVProgressHUDLabelSpacing + labelHeight / 2.0f; + } else { + centerY = CGRectGetMidY(self.hudView.bounds); + } + self.statusLabel.frame = labelRect; + self.statusLabel.center = CGPointMake(CGRectGetMidX(self.hudView.bounds), centerY); + + [CATransaction commit]; +} + +#if TARGET_OS_IOS +- (void)updateMotionEffectForOrientation:(UIInterfaceOrientation)orientation { + bool isPortrait = UIInterfaceOrientationIsPortrait(orientation); + UIInterpolatingMotionEffectType xMotionEffectType = isPortrait ? UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis : UIInterpolatingMotionEffectTypeTiltAlongVerticalAxis; + UIInterpolatingMotionEffectType yMotionEffectType = isPortrait ? UIInterpolatingMotionEffectTypeTiltAlongVerticalAxis : UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis; + [self updateMotionEffectForXMotionEffectType:xMotionEffectType yMotionEffectType:yMotionEffectType]; +} +#endif + +- (void)updateMotionEffectForXMotionEffectType:(UIInterpolatingMotionEffectType)xMotionEffectType yMotionEffectType:(UIInterpolatingMotionEffectType)yMotionEffectType { + UIInterpolatingMotionEffect *effectX = [[UIInterpolatingMotionEffect alloc] initWithKeyPath:@"center.x" type:xMotionEffectType]; + effectX.minimumRelativeValue = @(-SVProgressHUDParallaxDepthPoints); + effectX.maximumRelativeValue = @(SVProgressHUDParallaxDepthPoints); + + UIInterpolatingMotionEffect *effectY = [[UIInterpolatingMotionEffect alloc] initWithKeyPath:@"center.y" type:yMotionEffectType]; + effectY.minimumRelativeValue = @(-SVProgressHUDParallaxDepthPoints); + effectY.maximumRelativeValue = @(SVProgressHUDParallaxDepthPoints); + + UIMotionEffectGroup *effectGroup = [UIMotionEffectGroup new]; + effectGroup.motionEffects = @[effectX, effectY]; + + // Clear old motion effect, then add new motion effects + self.hudView.motionEffects = @[]; + [self.hudView addMotionEffect:effectGroup]; +} + +- (void)updateViewHierarchy { + // Add the overlay to the application window if necessary + if(!self.controlView.superview) { + if(self.containerView){ + [self.containerView addSubview:self.controlView]; + } else { +#if !defined(SV_APP_EXTENSIONS) + [self.frontWindow addSubview:self.controlView]; +#else + // If SVProgressHUD is used inside an app extension add it to the given view + if(self.viewForExtension) { + [self.viewForExtension addSubview:self.controlView]; + } +#endif + } + } else { + // The HUD is already on screen, but maybe not in front. Therefore + // ensure that overlay will be on top of rootViewController (which may + // be changed during runtime). + [self.controlView.superview bringSubviewToFront:self.controlView]; + } + + // Add self to the overlay view + if(!self.superview) { + [self.controlView addSubview:self]; + } +} + +- (void)setStatus:(NSString*)status { + self.statusLabel.text = status; + self.statusLabel.hidden = status.length == 0; + [self updateHUDFrame]; +} + +- (void)setGraceTimer:(NSTimer*)timer { + if(_graceTimer) { + [_graceTimer invalidate]; + _graceTimer = nil; + } + if(timer) { + _graceTimer = timer; + } +} + +- (void)setFadeOutTimer:(NSTimer*)timer { + if(_fadeOutTimer) { + [_fadeOutTimer invalidate]; + _fadeOutTimer = nil; + } + if(timer) { + _fadeOutTimer = timer; + } +} + + +#pragma mark - Notifications and their handling + +- (void)registerNotifications { +#if TARGET_OS_IOS + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(positionHUD:) + name:UIApplicationDidChangeStatusBarOrientationNotification + object:nil]; + + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(positionHUD:) + name:UIKeyboardWillHideNotification + object:nil]; + + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(positionHUD:) + name:UIKeyboardDidHideNotification + object:nil]; + + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(positionHUD:) + name:UIKeyboardWillShowNotification + object:nil]; + + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(positionHUD:) + name:UIKeyboardDidShowNotification + object:nil]; +#endif + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(positionHUD:) + name:UIApplicationDidBecomeActiveNotification + object:nil]; +} + +- (NSDictionary*)notificationUserInfo { + return (self.statusLabel.text ? @{SVProgressHUDStatusUserInfoKey : self.statusLabel.text} : nil); +} + +- (void)positionHUD:(NSNotification*)notification { + CGFloat keyboardHeight = 0.0f; + double animationDuration = 0.0; + +#if !defined(SV_APP_EXTENSIONS) && TARGET_OS_IOS + self.frame = [SVProgressHUD mainWindow].bounds; + UIInterfaceOrientation orientation = UIApplication.sharedApplication.statusBarOrientation; +#elif !defined(SV_APP_EXTENSIONS) && !TARGET_OS_IOS + self.frame = [SVProgressHUD mainWindow].bounds; +#else + if (self.viewForExtension) { + self.frame = self.viewForExtension.frame; + } else { + self.frame = UIScreen.mainScreen.bounds; + } +#if TARGET_OS_IOS + UIInterfaceOrientation orientation = CGRectGetWidth(self.frame) > CGRectGetHeight(self.frame) ? UIInterfaceOrientationLandscapeLeft : UIInterfaceOrientationPortrait; +#endif +#endif + +#if TARGET_OS_IOS + // Get keyboardHeight in regard to current state + if(notification) { + NSDictionary* keyboardInfo = [notification userInfo]; + CGRect keyboardFrame = [keyboardInfo[UIKeyboardFrameBeginUserInfoKey] CGRectValue]; + animationDuration = [keyboardInfo[UIKeyboardAnimationDurationUserInfoKey] doubleValue]; + + if(notification.name == UIKeyboardWillShowNotification || notification.name == UIKeyboardDidShowNotification) { + keyboardHeight = CGRectGetWidth(keyboardFrame); + + if(UIInterfaceOrientationIsPortrait(orientation)) { + keyboardHeight = CGRectGetHeight(keyboardFrame); + } + } + } else { + keyboardHeight = self.visibleKeyboardHeight; + } +#endif + + // Get the currently active frame of the display (depends on orientation) + CGRect orientationFrame = self.bounds; + +#if !defined(SV_APP_EXTENSIONS) && TARGET_OS_IOS + CGRect statusBarFrame = UIApplication.sharedApplication.statusBarFrame; +#else + CGRect statusBarFrame = CGRectZero; +#endif + + if (_motionEffectEnabled) { +#if TARGET_OS_IOS + // Update the motion effects in regard to orientation + [self updateMotionEffectForOrientation:orientation]; +#else + [self updateMotionEffectForXMotionEffectType:UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis yMotionEffectType:UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis]; +#endif + } + + // Calculate available height for display + CGFloat activeHeight = CGRectGetHeight(orientationFrame); + if(keyboardHeight > 0) { + activeHeight += CGRectGetHeight(statusBarFrame) * 2; + } + activeHeight -= keyboardHeight; + + CGFloat posX = CGRectGetMidX(orientationFrame); + CGFloat posY = floorf(activeHeight*0.45f); + + CGFloat rotateAngle = 0.0; + CGPoint newCenter = CGPointMake(posX, posY); + + if(notification) { + // Animate update if notification was present + [UIView animateWithDuration:animationDuration + delay:0 + options:(UIViewAnimationOptions) (UIViewAnimationOptionAllowUserInteraction | UIViewAnimationOptionBeginFromCurrentState) + animations:^{ + [self moveToPoint:newCenter rotateAngle:rotateAngle]; + [self.hudView setNeedsDisplay]; + } completion:nil]; + } else { + [self moveToPoint:newCenter rotateAngle:rotateAngle]; + } +} + +- (void)moveToPoint:(CGPoint)newCenter rotateAngle:(CGFloat)angle { + self.hudView.transform = CGAffineTransformMakeRotation(angle); + if (self.containerView) { + self.hudView.center = CGPointMake(self.containerView.center.x + self.offsetFromCenter.horizontal, self.containerView.center.y + self.offsetFromCenter.vertical); + } else { + self.hudView.center = CGPointMake(newCenter.x + self.offsetFromCenter.horizontal, newCenter.y + self.offsetFromCenter.vertical); + } +} + + +#pragma mark - Event handling + +- (void)controlViewDidReceiveTouchEvent:(id)sender forEvent:(UIEvent*)event { + [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidReceiveTouchEventNotification + object:self + userInfo:[self notificationUserInfo]]; + + UITouch *touch = event.allTouches.anyObject; + CGPoint touchLocation = [touch locationInView:self]; + + if(CGRectContainsPoint(self.hudView.frame, touchLocation)) { + [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidTouchDownInsideNotification + object:self + userInfo:[self notificationUserInfo]]; + } +} + + +#pragma mark - Master show/dismiss methods + +- (void)showProgress:(float)progress status:(NSString*)status { + __weak SVProgressHUD *weakSelf = self; + [[NSOperationQueue mainQueue] addOperationWithBlock:^{ + __strong SVProgressHUD *strongSelf = weakSelf; + if(strongSelf){ + if(strongSelf.fadeOutTimer) { + strongSelf.activityCount = 0; + } + + // Stop timer + strongSelf.fadeOutTimer = nil; + strongSelf.graceTimer = nil; + + // Update / Check view hierarchy to ensure the HUD is visible + [strongSelf updateViewHierarchy]; + + // Reset imageView and fadeout timer if an image is currently displayed + strongSelf.imageView.hidden = YES; + strongSelf.imageView.image = nil; + + // Update text and set progress to the given value + strongSelf.statusLabel.hidden = status.length == 0; + strongSelf.statusLabel.text = status; + strongSelf.progress = progress; + + // Choose the "right" indicator depending on the progress + if(progress >= 0) { + // Cancel the indefiniteAnimatedView, then show the ringLayer + [strongSelf cancelIndefiniteAnimatedViewAnimation]; + + // Add ring to HUD + if(!strongSelf.ringView.superview){ + [strongSelf.hudView.contentView addSubview:strongSelf.ringView]; + } + if(!strongSelf.backgroundRingView.superview){ + [strongSelf.hudView.contentView addSubview:strongSelf.backgroundRingView]; + } + + // Set progress animated + [CATransaction begin]; + [CATransaction setDisableActions:YES]; + strongSelf.ringView.strokeEnd = progress; + [CATransaction commit]; + + // Update the activity count + if(progress == 0) { + strongSelf.activityCount++; + } + } else { + // Cancel the ringLayer animation, then show the indefiniteAnimatedView + [strongSelf cancelRingLayerAnimation]; + + // Add indefiniteAnimatedView to HUD + [strongSelf.hudView.contentView addSubview:strongSelf.indefiniteAnimatedView]; + if([strongSelf.indefiniteAnimatedView respondsToSelector:@selector(startAnimating)]) { + [(id)strongSelf.indefiniteAnimatedView startAnimating]; + } + + // Update the activity count + strongSelf.activityCount++; + } + + // Fade in delayed if a grace time is set + if (self.graceTimeInterval > 0.0 && self.backgroundView.alpha == 0.0f) { + strongSelf.graceTimer = [NSTimer timerWithTimeInterval:self.graceTimeInterval target:strongSelf selector:@selector(fadeIn:) userInfo:nil repeats:NO]; + [[NSRunLoop mainRunLoop] addTimer:strongSelf.graceTimer forMode:NSRunLoopCommonModes]; + } else { + [strongSelf fadeIn:nil]; + } + + // Tell the Haptics Generator to prepare for feedback, which may come soon +#if TARGET_OS_IOS + [strongSelf.hapticGenerator prepare]; +#endif + } + }]; +} + +- (void)showImage:(UIImage*)image status:(NSString*)status duration:(NSTimeInterval)duration { + __weak SVProgressHUD *weakSelf = self; + [[NSOperationQueue mainQueue] addOperationWithBlock:^{ + __strong SVProgressHUD *strongSelf = weakSelf; + if(strongSelf){ + // Stop timer + strongSelf.fadeOutTimer = nil; + strongSelf.graceTimer = nil; + + // Update / Check view hierarchy to ensure the HUD is visible + [strongSelf updateViewHierarchy]; + + // Reset progress and cancel any running animation + strongSelf.progress = SVProgressHUDUndefinedProgress; + [strongSelf cancelRingLayerAnimation]; + [strongSelf cancelIndefiniteAnimatedViewAnimation]; + + // Update imageView + if (self.shouldTintImages) { + if (image.renderingMode != UIImageRenderingModeAlwaysTemplate) { + strongSelf.imageView.image = [image imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; + } else { + strongSelf.imageView.image = image; + } + strongSelf.imageView.tintColor = strongSelf.foregroundImageColorForStyle; + } else { + strongSelf.imageView.image = image; + } + strongSelf.imageView.hidden = NO; + + // Update text + strongSelf.statusLabel.hidden = status.length == 0; + strongSelf.statusLabel.text = status; + + // Fade in delayed if a grace time is set + // An image will be dismissed automatically. Thus pass the duration as userInfo. + if (self.graceTimeInterval > 0.0 && self.backgroundView.alpha == 0.0f) { + strongSelf.graceTimer = [NSTimer timerWithTimeInterval:self.graceTimeInterval target:strongSelf selector:@selector(fadeIn:) userInfo:@(duration) repeats:NO]; + [[NSRunLoop mainRunLoop] addTimer:strongSelf.graceTimer forMode:NSRunLoopCommonModes]; + } else { + [strongSelf fadeIn:@(duration)]; + } + } + }]; +} + +- (void)fadeIn:(id)data { + // Update the HUDs frame to the new content and position HUD + [self updateHUDFrame]; + [self positionHUD:nil]; + + // Update accessibility as well as user interaction + // \n cause to read text twice so remove "\n" new line character before setting up accessiblity label + NSString *accessibilityString = [[self.statusLabel.text componentsSeparatedByCharactersInSet:[NSCharacterSet newlineCharacterSet]] componentsJoinedByString:@" "]; + if(self.defaultMaskType != SVProgressHUDMaskTypeNone) { + self.controlView.userInteractionEnabled = YES; + self.accessibilityLabel = accessibilityString ?: NSLocalizedString(@"Loading", nil); + self.isAccessibilityElement = YES; + self.controlView.accessibilityViewIsModal = YES; + } else { + self.controlView.userInteractionEnabled = NO; + self.hudView.accessibilityLabel = accessibilityString ?: NSLocalizedString(@"Loading", nil); + self.isAccessibilityElement = NO; + self.hudView.isAccessibilityElement = YES; + self.controlView.accessibilityViewIsModal = NO; + } + + // Get duration + id duration = [data isKindOfClass:[NSTimer class]] ? ((NSTimer *)data).userInfo : data; + + // Show if not already visible + if(self.backgroundView.alpha != 1.0f) { + // Post notification to inform user + [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDWillAppearNotification + object:self + userInfo:[self notificationUserInfo]]; + + // Zoom HUD a little to to make a nice appear / pop up animation + self.hudView.transform = self.hudView.transform = CGAffineTransformScale(self.hudView.transform, 1.3f, 1.3f); + + __block void (^animationsBlock)(void) = ^{ + // Zoom HUD a little to make a nice appear / pop up animation + self.hudView.transform = CGAffineTransformIdentity; + + // Fade in all effects (colors, blur, etc.) + [self fadeInEffects]; + }; + + __block void (^completionBlock)(void) = ^{ + // Check if we really achieved to show the HUD (<=> alpha) + // and the change of these values has not been cancelled in between e.g. due to a dismissal + if(self.backgroundView.alpha == 1.0f){ + // Register observer <=> we now have to handle orientation changes etc. + [self registerNotifications]; + + // Post notification to inform user + [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidAppearNotification + object:self + userInfo:[self notificationUserInfo]]; + + // Update accessibility + UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil); + UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, self.statusLabel.text); + + // Dismiss automatically if a duration was passed as userInfo. We start a timer + // which then will call dismiss after the predefined duration + if(duration){ + self.fadeOutTimer = [NSTimer timerWithTimeInterval:[(NSNumber *)duration doubleValue] target:self selector:@selector(dismiss) userInfo:nil repeats:NO]; + [[NSRunLoop mainRunLoop] addTimer:self.fadeOutTimer forMode:NSRunLoopCommonModes]; + } + } + }; + + // Animate appearance + if (self.fadeInAnimationDuration > 0) { + // Animate appearance + [UIView animateWithDuration:self.fadeInAnimationDuration + delay:0 + options:(UIViewAnimationOptions) (UIViewAnimationOptionAllowUserInteraction | UIViewAnimationCurveEaseIn | UIViewAnimationOptionBeginFromCurrentState) + animations:^{ + animationsBlock(); + } completion:^(BOOL finished) { + completionBlock(); + }]; + } else { + animationsBlock(); + completionBlock(); + } + + // Inform iOS to redraw the view hierarchy + [self setNeedsDisplay]; + } else { + // Update accessibility + UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil); + UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, self.statusLabel.text); + + // Dismiss automatically if a duration was passed as userInfo. We start a timer + // which then will call dismiss after the predefined duration + if(duration){ + self.fadeOutTimer = [NSTimer timerWithTimeInterval:[(NSNumber *)duration doubleValue] target:self selector:@selector(dismiss) userInfo:nil repeats:NO]; + [[NSRunLoop mainRunLoop] addTimer:self.fadeOutTimer forMode:NSRunLoopCommonModes]; + } + } +} + +- (void)dismiss { + [self dismissWithDelay:0.0 completion:nil]; +} + +- (void)dismissWithDelay:(NSTimeInterval)delay completion:(SVProgressHUDDismissCompletion)completion { + __weak SVProgressHUD *weakSelf = self; + [[NSOperationQueue mainQueue] addOperationWithBlock:^{ + __strong SVProgressHUD *strongSelf = weakSelf; + if(strongSelf){ + + // Post notification to inform user + [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDWillDisappearNotification + object:nil + userInfo:[strongSelf notificationUserInfo]]; + + // Reset activity count + strongSelf.activityCount = 0; + + __block void (^animationsBlock)(void) = ^{ + // Shrink HUD a little to make a nice disappear animation + strongSelf.hudView.transform = CGAffineTransformScale(strongSelf.hudView.transform, 1/1.3f, 1/1.3f); + + // Fade out all effects (colors, blur, etc.) + [strongSelf fadeOutEffects]; + }; + + __block void (^completionBlock)(void) = ^{ + // Check if we really achieved to dismiss the HUD (<=> alpha values are applied) + // and the change of these values has not been cancelled in between e.g. due to a new show + if(self.backgroundView.alpha == 0.0f){ + // Clean up view hierarchy (overlays) + [strongSelf.controlView removeFromSuperview]; + [strongSelf.backgroundView removeFromSuperview]; + [strongSelf.hudView removeFromSuperview]; + [strongSelf removeFromSuperview]; + + // Reset progress and cancel any running animation + strongSelf.progress = SVProgressHUDUndefinedProgress; + [strongSelf cancelRingLayerAnimation]; + [strongSelf cancelIndefiniteAnimatedViewAnimation]; + + // Remove observer <=> we do not have to handle orientation changes etc. + [[NSNotificationCenter defaultCenter] removeObserver:strongSelf]; + + // Post notification to inform user + [[NSNotificationCenter defaultCenter] postNotificationName:SVProgressHUDDidDisappearNotification + object:strongSelf + userInfo:[strongSelf notificationUserInfo]]; + + // Tell the rootViewController to update the StatusBar appearance +#if !defined(SV_APP_EXTENSIONS) && TARGET_OS_IOS + UIViewController *rootController = [SVProgressHUD mainWindow].rootViewController; + [rootController setNeedsStatusBarAppearanceUpdate]; +#endif + + // Run an (optional) completionHandler + if (completion) { + completion(); + } + } + }; + + // UIViewAnimationOptionBeginFromCurrentState AND a delay doesn't always work as expected + // When UIViewAnimationOptionBeginFromCurrentState is set, animateWithDuration: evaluates the current + // values to check if an animation is necessary. The evaluation happens at function call time and not + // after the delay => the animation is sometimes skipped. Therefore we delay using dispatch_after. + + dispatch_time_t dipatchTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(delay * NSEC_PER_SEC)); + dispatch_after(dipatchTime, dispatch_get_main_queue(), ^{ + + // Stop timer + strongSelf.graceTimer = nil; + + if (strongSelf.fadeOutAnimationDuration > 0) { + // Animate appearance + [UIView animateWithDuration:strongSelf.fadeOutAnimationDuration + delay:0 + options:(UIViewAnimationOptions) (UIViewAnimationOptionAllowUserInteraction | UIViewAnimationCurveEaseOut | UIViewAnimationOptionBeginFromCurrentState) + animations:^{ + animationsBlock(); + } completion:^(BOOL finished) { + completionBlock(); + }]; + } else { + animationsBlock(); + completionBlock(); + } + }); + + // Inform iOS to redraw the view hierarchy + [strongSelf setNeedsDisplay]; + } + }]; +} + + +#pragma mark - Ring progress animation + +- (UIView*)indefiniteAnimatedView { + // Get the correct spinner for defaultAnimationType + if(self.defaultAnimationType == SVProgressHUDAnimationTypeFlat){ + // Check if spinner exists and is an object of different class + if(_indefiniteAnimatedView && ![_indefiniteAnimatedView isKindOfClass:[SVIndefiniteAnimatedView class]]){ + [_indefiniteAnimatedView removeFromSuperview]; + _indefiniteAnimatedView = nil; + } + + if(!_indefiniteAnimatedView){ + _indefiniteAnimatedView = [[SVIndefiniteAnimatedView alloc] initWithFrame:CGRectZero]; + } + + // Update styling + SVIndefiniteAnimatedView *indefiniteAnimatedView = (SVIndefiniteAnimatedView*)_indefiniteAnimatedView; + indefiniteAnimatedView.strokeColor = self.foregroundImageColorForStyle; + indefiniteAnimatedView.strokeThickness = self.ringThickness; + indefiniteAnimatedView.radius = self.statusLabel.text ? self.ringRadius : self.ringNoTextRadius; + } else { + // Check if spinner exists and is an object of different class + if(_indefiniteAnimatedView && ![_indefiniteAnimatedView isKindOfClass:[UIActivityIndicatorView class]]){ + [_indefiniteAnimatedView removeFromSuperview]; + _indefiniteAnimatedView = nil; + } + + if(!_indefiniteAnimatedView){ + _indefiniteAnimatedView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]; + } + + // Update styling + UIActivityIndicatorView *activityIndicatorView = (UIActivityIndicatorView*)_indefiniteAnimatedView; + activityIndicatorView.color = self.foregroundImageColorForStyle; + } + [_indefiniteAnimatedView sizeToFit]; + + return _indefiniteAnimatedView; +} + +- (SVProgressAnimatedView*)ringView { + if(!_ringView) { + _ringView = [[SVProgressAnimatedView alloc] initWithFrame:CGRectZero]; + } + + // Update styling + _ringView.strokeColor = self.foregroundImageColorForStyle; + _ringView.strokeThickness = self.ringThickness; + _ringView.radius = self.statusLabel.text ? self.ringRadius : self.ringNoTextRadius; + + return _ringView; +} + +- (SVProgressAnimatedView*)backgroundRingView { + if(!_backgroundRingView) { + _backgroundRingView = [[SVProgressAnimatedView alloc] initWithFrame:CGRectZero]; + _backgroundRingView.strokeEnd = 1.0f; + } + + // Update styling + _backgroundRingView.strokeColor = [self.foregroundImageColorForStyle colorWithAlphaComponent:0.1f]; + _backgroundRingView.strokeThickness = self.ringThickness; + _backgroundRingView.radius = self.statusLabel.text ? self.ringRadius : self.ringNoTextRadius; + + return _backgroundRingView; +} + +- (void)cancelRingLayerAnimation { + // Animate value update, stop animation + [CATransaction begin]; + [CATransaction setDisableActions:YES]; + + [self.hudView.layer removeAllAnimations]; + self.ringView.strokeEnd = 0.0f; + + [CATransaction commit]; + + // Remove from view + [self.ringView removeFromSuperview]; + [self.backgroundRingView removeFromSuperview]; +} + +- (void)cancelIndefiniteAnimatedViewAnimation { + // Stop animation + if([self.indefiniteAnimatedView respondsToSelector:@selector(stopAnimating)]) { + [(id)self.indefiniteAnimatedView stopAnimating]; + } + // Remove from view + [self.indefiniteAnimatedView removeFromSuperview]; +} + + +#pragma mark - Utilities + ++ (BOOL)isVisible { + // Checking one alpha value is sufficient as they are all the same + return [self sharedView].backgroundView.alpha > 0.0f; +} + + +#pragma mark - Getters + ++ (NSTimeInterval)displayDurationForString:(NSString*)string { + CGFloat minimum = MAX((CGFloat)string.length * 0.06 + 0.5, [self sharedView].minimumDismissTimeInterval); + return MIN(minimum, [self sharedView].maximumDismissTimeInterval); +} + +- (UIColor*)foregroundColorForStyle { + SVProgressHUDStyle style = [self defaultStyleResolvingAutomatic]; + + if(style == SVProgressHUDStyleLight) { + return [UIColor blackColor]; + } else if(style == SVProgressHUDStyleDark) { + return [UIColor whiteColor]; + } else { + return self.foregroundColor; + } +} + +- (UIColor*)foregroundImageColorForStyle { + if (self.foregroundImageColor) { + return self.foregroundImageColor; + } else { + return [self foregroundColorForStyle]; + } +} + +- (UIColor*)backgroundColorForStyle { + SVProgressHUDStyle style = [self defaultStyleResolvingAutomatic]; + + if(style == SVProgressHUDStyleLight) { + return [UIColor whiteColor]; + } else if(style == SVProgressHUDStyleDark) { + return [UIColor blackColor]; + } else { + return self.backgroundColor; + } +} + +- (UIControl*)controlView { + if(!_controlView) { + _controlView = [UIControl new]; + _controlView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; + _controlView.backgroundColor = [UIColor clearColor]; + _controlView.userInteractionEnabled = YES; + [_controlView addTarget:self action:@selector(controlViewDidReceiveTouchEvent:forEvent:) forControlEvents:UIControlEventTouchDown]; + } + + // Update frame +#if !defined(SV_APP_EXTENSIONS) + _controlView.frame = [SVProgressHUD mainWindow].bounds; +#else + _controlView.frame = [UIScreen mainScreen].bounds; +#endif + + return _controlView; +} + +-(UIView *)backgroundView { + if(!_backgroundView){ + _backgroundView = [UIView new]; + _backgroundView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; + } + if(!_backgroundView.superview){ + [self insertSubview:_backgroundView belowSubview:self.hudView]; + } + + // Update styling + if(self.defaultMaskType == SVProgressHUDMaskTypeGradient){ + if(!_backgroundRadialGradientLayer){ + _backgroundRadialGradientLayer = [SVRadialGradientLayer layer]; + } + if(!_backgroundRadialGradientLayer.superlayer){ + [_backgroundView.layer insertSublayer:_backgroundRadialGradientLayer atIndex:0]; + } + _backgroundView.backgroundColor = [UIColor clearColor]; + } else { + if(_backgroundRadialGradientLayer && _backgroundRadialGradientLayer.superlayer){ + [_backgroundRadialGradientLayer removeFromSuperlayer]; + } + if(self.defaultMaskType == SVProgressHUDMaskTypeBlack){ + _backgroundView.backgroundColor = [UIColor colorWithWhite:0 alpha:0.4]; + } else if(self.defaultMaskType == SVProgressHUDMaskTypeCustom){ + _backgroundView.backgroundColor = self.backgroundLayerColor; + } else { + _backgroundView.backgroundColor = [UIColor clearColor]; + } + } + + // Update frame + if(_backgroundView){ + _backgroundView.frame = self.bounds; + } + if(_backgroundRadialGradientLayer){ + _backgroundRadialGradientLayer.frame = self.bounds; + + // Calculate the new center of the gradient, it may change if keyboard is visible + CGPoint gradientCenter = self.center; + gradientCenter.y = (self.bounds.size.height - self.visibleKeyboardHeight)/2; + _backgroundRadialGradientLayer.gradientCenter = gradientCenter; + [_backgroundRadialGradientLayer setNeedsDisplay]; + } + + return _backgroundView; +} +- (UIVisualEffectView*)hudView { + if(!_hudView) { + _hudView = [UIVisualEffectView new]; + _hudView.layer.masksToBounds = YES; + _hudView.autoresizingMask = UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleLeftMargin; + } + if(!_hudView.superview) { + [self addSubview:_hudView]; + } + + // Update styling + _hudView.layer.cornerRadius = self.cornerRadius; + + return _hudView; +} + +- (UILabel*)statusLabel { + if(!_statusLabel) { + _statusLabel = [[UILabel alloc] initWithFrame:CGRectZero]; + _statusLabel.backgroundColor = [UIColor clearColor]; + _statusLabel.adjustsFontSizeToFitWidth = YES; + _statusLabel.adjustsFontForContentSizeCategory = YES; + _statusLabel.textAlignment = NSTextAlignmentCenter; + _statusLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters; + _statusLabel.numberOfLines = 0; + } + if(!_statusLabel.superview) { + [self.hudView.contentView addSubview:_statusLabel]; + } + + // Update styling + _statusLabel.textColor = self.foregroundColorForStyle; + _statusLabel.font = self.font; + + return _statusLabel; +} + +- (UIImageView*)imageView { + if(_imageView && !CGSizeEqualToSize(_imageView.bounds.size, _imageViewSize)) { + [_imageView removeFromSuperview]; + _imageView = nil; + } + + if(!_imageView) { + _imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, _imageViewSize.width, _imageViewSize.height)]; + } + if(!_imageView.superview) { + [self.hudView.contentView addSubview:_imageView]; + } + + return _imageView; +} + + +#pragma mark - Helper + +- (SVProgressHUDStyle) defaultStyleResolvingAutomatic { + if(self.defaultStyle == SVProgressHUDStyleAutomatic) { + return self.traitCollection.userInterfaceStyle == UIUserInterfaceStyleDark ? SVProgressHUDStyleDark : SVProgressHUDStyleLight; + } + + return self.defaultStyle; +} + +- (CGFloat)visibleKeyboardHeight { +#if !defined(SV_APP_EXTENSIONS) + UIWindow *keyboardWindow = nil; + for (UIWindow *testWindow in UIApplication.sharedApplication.windows) { + if(![testWindow.class isEqual:UIWindow.class]) { + keyboardWindow = testWindow; + break; + } + } + + for (__strong UIView *possibleKeyboard in keyboardWindow.subviews) { + NSString *viewName = NSStringFromClass(possibleKeyboard.class); + if([viewName hasPrefix:@"UI"]){ + if([viewName hasSuffix:@"PeripheralHostView"] || [viewName hasSuffix:@"Keyboard"]){ + return CGRectGetHeight(possibleKeyboard.bounds); + } else if ([viewName hasSuffix:@"InputSetContainerView"]){ + for (__strong UIView *possibleKeyboardSubview in possibleKeyboard.subviews) { + viewName = NSStringFromClass(possibleKeyboardSubview.class); + if([viewName hasPrefix:@"UI"] && [viewName hasSuffix:@"InputSetHostView"]) { + CGRect convertedRect = [possibleKeyboard convertRect:possibleKeyboardSubview.frame toView:self]; + CGRect intersectedRect = CGRectIntersection(convertedRect, self.bounds); + if (!CGRectIsNull(intersectedRect)) { + return CGRectGetHeight(intersectedRect); + } + } + } + } + } + } +#endif + return 0; +} + +- (UIWindow *)frontWindow { +#if !defined(SV_APP_EXTENSIONS) + NSEnumerator *frontToBackWindows = [UIApplication.sharedApplication.windows reverseObjectEnumerator]; + for (UIWindow *window in frontToBackWindows) { + BOOL windowOnMainScreen = window.screen == UIScreen.mainScreen; + BOOL windowIsVisible = !window.hidden && window.alpha > 0; + BOOL windowLevelSupported = (window.windowLevel >= UIWindowLevelNormal && window.windowLevel <= self.maxSupportedWindowLevel); + BOOL windowKeyWindow = window.isKeyWindow; + + if(windowOnMainScreen && windowIsVisible && windowLevelSupported && windowKeyWindow) { + return window; + } + } +#endif + return nil; +} + +- (void)fadeInEffects { + if(self.defaultStyle != SVProgressHUDStyleCustom) { + // Add blur effect + UIBlurEffectStyle blurEffectStyle; +#if TARGET_OS_IOS + if (@available(iOS 13.0, *)) { + blurEffectStyle = [self defaultStyleResolvingAutomatic] == SVProgressHUDStyleLight ? UIBlurEffectStyleSystemMaterial : UIBlurEffectStyleSystemMaterialDark; + } else { + blurEffectStyle = [self defaultStyleResolvingAutomatic] == SVProgressHUDStyleLight ? UIBlurEffectStyleLight : UIBlurEffectStyleDark; + } +#else + blurEffectStyle = [self defaultStyleResolvingAutomatic] == SVProgressHUDStyleLight ? UIBlurEffectStyleLight : UIBlurEffectStyleDark; +#endif + + UIBlurEffect *blurEffect = [UIBlurEffect effectWithStyle:blurEffectStyle]; + self.hudView.effect = blurEffect; + + // We omit UIVibrancy effect and use a suitable background color as an alternative. + // This will make everything more readable. See the following for details: + // https://www.omnigroup.com/developer/how-to-make-text-in-a-uivisualeffectview-readable-on-any-background + + self.hudView.backgroundColor = [self.backgroundColorForStyle colorWithAlphaComponent:0.6f]; + } else { + self.hudView.effect = self.hudViewCustomBlurEffect; + self.hudView.backgroundColor = self.backgroundColorForStyle; + } + + // Fade in views + self.backgroundView.alpha = 1.0f; + + self.imageView.alpha = 1.0f; + self.statusLabel.alpha = 1.0f; + self.indefiniteAnimatedView.alpha = 1.0f; + self.ringView.alpha = self.backgroundRingView.alpha = 1.0f; +} + +- (void)fadeOutEffects +{ + if(self.defaultStyle != SVProgressHUDStyleCustom) { + // Remove blur effect + self.hudView.effect = nil; + } + + // Remove background color + self.hudView.backgroundColor = [UIColor clearColor]; + + // Fade out views + self.backgroundView.alpha = 0.0f; + + self.imageView.alpha = 0.0f; + self.statusLabel.alpha = 0.0f; + self.indefiniteAnimatedView.alpha = 0.0f; + self.ringView.alpha = self.backgroundRingView.alpha = 0.0f; +} + +#if TARGET_OS_IOS +- (UINotificationFeedbackGenerator *)hapticGenerator { + // Only return if haptics are enabled + if(!self.hapticsEnabled) { + return nil; + } + + if(!_hapticGenerator) { + _hapticGenerator = [[UINotificationFeedbackGenerator alloc] init]; + } + return _hapticGenerator; +} +#endif + + +#pragma mark - UIAppearance Setters + +- (void)setDefaultStyle:(SVProgressHUDStyle)style { + if (!_isInitializing) _defaultStyle = style; +} + +- (void)setDefaultMaskType:(SVProgressHUDMaskType)maskType { + if (!_isInitializing) _defaultMaskType = maskType; +} + +- (void)setDefaultAnimationType:(SVProgressHUDAnimationType)animationType { + if (!_isInitializing) _defaultAnimationType = animationType; +} + +- (void)setContainerView:(UIView *)containerView { + if (!_isInitializing) _containerView = containerView; +} + +- (void)setMinimumSize:(CGSize)minimumSize { + if (!_isInitializing) _minimumSize = minimumSize; +} + +- (void)setRingThickness:(CGFloat)ringThickness { + if (!_isInitializing) _ringThickness = ringThickness; +} + +- (void)setRingRadius:(CGFloat)ringRadius { + if (!_isInitializing) _ringRadius = ringRadius; +} + +- (void)setRingNoTextRadius:(CGFloat)ringNoTextRadius { + if (!_isInitializing) _ringNoTextRadius = ringNoTextRadius; +} + +- (void)setCornerRadius:(CGFloat)cornerRadius { + if (!_isInitializing) _cornerRadius = cornerRadius; +} + +- (void)setFont:(UIFont*)font { + if (!_isInitializing) _font = font; +} + +- (void)setForegroundColor:(UIColor*)color { + if (!_isInitializing) _foregroundColor = color; +} + +- (void)setForegroundImageColor:(UIColor *)color { + if (!_isInitializing) _foregroundImageColor = color; +} + +- (void)setBackgroundColor:(UIColor*)color { + if (!_isInitializing) _backgroundColor = color; +} + +- (void)setBackgroundLayerColor:(UIColor*)color { + if (!_isInitializing) _backgroundLayerColor = color; +} + +- (void)setShouldTintImages:(BOOL)shouldTintImages { + if (!_isInitializing) _shouldTintImages = shouldTintImages; +} + +- (void)setInfoImage:(UIImage*)image { + if (!_isInitializing) _infoImage = image; +} + +- (void)setSuccessImage:(UIImage*)image { + if (!_isInitializing) _successImage = image; +} + +- (void)setErrorImage:(UIImage*)image { + if (!_isInitializing) _errorImage = image; +} + +- (void)setViewForExtension:(UIView*)view { + if (!_isInitializing) _viewForExtension = view; +} + +- (void)setOffsetFromCenter:(UIOffset)offset { + if (!_isInitializing) _offsetFromCenter = offset; +} + +- (void)setMinimumDismissTimeInterval:(NSTimeInterval)minimumDismissTimeInterval { + if (!_isInitializing) _minimumDismissTimeInterval = minimumDismissTimeInterval; +} + +- (void)setFadeInAnimationDuration:(NSTimeInterval)duration { + if (!_isInitializing) _fadeInAnimationDuration = duration; +} + +- (void)setFadeOutAnimationDuration:(NSTimeInterval)duration { + if (!_isInitializing) _fadeOutAnimationDuration = duration; +} + +- (void)setMaxSupportedWindowLevel:(UIWindowLevel)maxSupportedWindowLevel { + if (!_isInitializing) _maxSupportedWindowLevel = maxSupportedWindowLevel; +} + +@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h b/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h new file mode 100644 index 0000000..98302c0 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h @@ -0,0 +1,14 @@ +// +// SVRadialGradientLayer.h +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2023 Tobias Totzek and contributors. All rights reserved. +// + +#import + +@interface SVRadialGradientLayer : CALayer + +@property (nonatomic) CGPoint gradientCenter; + +@end diff --git a/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m b/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m new file mode 100644 index 0000000..8a79710 --- /dev/null +++ b/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m @@ -0,0 +1,25 @@ +// +// SVRadialGradientLayer.m +// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD +// +// Copyright (c) 2014-2023 Tobias Totzek and contributors. All rights reserved. +// + +#import "SVRadialGradientLayer.h" + +@implementation SVRadialGradientLayer + +- (void)drawInContext:(CGContextRef)context { + size_t locationsCount = 2; + CGFloat locations[2] = {0.0f, 1.0f}; + CGFloat colors[8] = {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.75f}; + CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB(); + CGGradientRef gradient = CGGradientCreateWithColorComponents(colorSpace, colors, locations, locationsCount); + CGColorSpaceRelease(colorSpace); + + float radius = MIN(self.bounds.size.width , self.bounds.size.height); + CGContextDrawRadialGradient (context, gradient, self.gradientCenter, 0, self.gradientCenter, radius, kCGGradientDrawsAfterEndLocation); + CGGradientRelease(gradient); +} + +@end diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-Info.plist b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-Info.plist new file mode 100644 index 0000000..e446dd0 --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.8.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-dummy.m b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-dummy.m new file mode 100644 index 0000000..9166203 --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_DZNEmptyDataSet : NSObject +@end +@implementation PodsDummy_DZNEmptyDataSet +@end diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-umbrella.h b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-umbrella.h new file mode 100644 index 0000000..3015560 --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet-umbrella.h @@ -0,0 +1,17 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "UIScrollView+EmptyDataSet.h" + +FOUNDATION_EXPORT double DZNEmptyDataSetVersionNumber; +FOUNDATION_EXPORT const unsigned char DZNEmptyDataSetVersionString[]; + diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.debug.xcconfig b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.debug.xcconfig new file mode 100644 index 0000000..8f1526e --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.debug.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DZNEmptyDataSet +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.modulemap b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.modulemap new file mode 100644 index 0000000..854066e --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.modulemap @@ -0,0 +1,6 @@ +framework module DZNEmptyDataSet { + umbrella header "DZNEmptyDataSet-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.release.xcconfig b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.release.xcconfig new file mode 100644 index 0000000..8f1526e --- /dev/null +++ b/Pods/Target Support Files/DZNEmptyDataSet/DZNEmptyDataSet.release.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DZNEmptyDataSet +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-Info.plist b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-Info.plist new file mode 100644 index 0000000..d6405e6 --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.17 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-dummy.m b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-dummy.m new file mode 100644 index 0000000..343e6b0 --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_FLAnimatedImage : NSObject +@end +@implementation PodsDummy_FLAnimatedImage +@end diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-prefix.pch b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-umbrella.h b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-umbrella.h new file mode 100644 index 0000000..3ae0cae --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage-umbrella.h @@ -0,0 +1,18 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "FLAnimatedImage.h" +#import "FLAnimatedImageView.h" + +FOUNDATION_EXPORT double FLAnimatedImageVersionNumber; +FOUNDATION_EXPORT const unsigned char FLAnimatedImageVersionString[]; + diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.debug.xcconfig b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.debug.xcconfig new file mode 100644 index 0000000..d55c041 --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.debug.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "ImageIO" -framework "QuartzCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/FLAnimatedImage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.modulemap b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.modulemap new file mode 100644 index 0000000..0c6f2e3 --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.modulemap @@ -0,0 +1,6 @@ +framework module FLAnimatedImage { + umbrella header "FLAnimatedImage-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.release.xcconfig b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.release.xcconfig new file mode 100644 index 0000000..d55c041 --- /dev/null +++ b/Pods/Target Support Files/FLAnimatedImage/FLAnimatedImage.release.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "ImageIO" -framework "QuartzCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/FLAnimatedImage +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.markdown b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.markdown index 9f10efc..5bbd412 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.markdown @@ -130,6 +130,44 @@ SOFTWARE. Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved. +## DZNEmptyDataSet + +The MIT License (MIT) + +Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## FLAnimatedImage + +The MIT License (MIT) + +Copyright (c) 2014-2016 Flipboard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## FMDB If you are using FMDB in your project, I'd love to hear about it. Let Gus know @@ -2221,6 +2259,31 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. See the License for the specific language governing permissions and limitations under the License. +## SVProgressHUD + +MIT License + +Copyright (c) 2011-2023 Sam Vermette, Tobias Totzek and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## TIMCommon copyright 2017 tencent Ltd. All rights reserved. @@ -2282,6 +2345,31 @@ SOFTWARE. Copyright 2020 tencent.com. All rights reserved. +## XHLaunchAd + +The MIT License (MIT) + +Copyright (c) 2016 XHLaunchAd (https://github.com/CoderZhuXH/XHLaunchAd) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## YBImageBrowser MIT License diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.plist b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.plist index 01e4c82..cf0f620 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-acknowledgements.plist @@ -189,6 +189,56 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + DZNEmptyDataSet + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-2016 Flipboard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + FLAnimatedImage + Type + PSGroupSpecifier + FooterText If you are using FMDB in your project, I'd love to hear about it. Let Gus know @@ -2382,6 +2432,37 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type PSGroupSpecifier + + FooterText + MIT License + +Copyright (c) 2011-2023 Sam Vermette, Tobias Totzek and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + SVProgressHUD + Type + PSGroupSpecifier + FooterText copyright 2017 tencent Ltd. All rights reserved. @@ -2491,6 +2572,37 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 XHLaunchAd (https://github.com/CoderZhuXH/XHLaunchAd) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + XHLaunchAd + Type + PSGroupSpecifier + FooterText MIT License diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-input-files.xcfilelist index 344e149..3e98c8d 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,8 @@ ${BUILT_PRODUCTS_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework ${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework ${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework ${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework +${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework +${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework ${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework ${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework @@ -21,11 +23,13 @@ ${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework ${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework ${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework ${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework +${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework ${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework ${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework ${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework ${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework ${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework +${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework ${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework ${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework ${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-output-files.xcfilelist index ff743c3..5744664 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,8 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraLyricsScore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AliyunOSSiOS.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AvoidCrash.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRPickerView.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DZNEmptyDataSet.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXCategoryView.framework @@ -20,11 +22,13 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageWebPCoder.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVGAPlayer.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TIMCommon.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIChat.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIConversation.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUICore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XHLaunchAd.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-input-files.xcfilelist index fbc940a..50ca414 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,8 @@ ${BUILT_PRODUCTS_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework ${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework ${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework ${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework +${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework +${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework ${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework ${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework @@ -20,11 +22,13 @@ ${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework ${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework ${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework ${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework +${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework ${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework ${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework ${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework ${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework ${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework +${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework ${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework ${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework ${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-output-files.xcfilelist index c4ba2e8..a02e8cc 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks-Release-output-files.xcfilelist @@ -3,6 +3,8 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraLyricsScore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AliyunOSSiOS.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AvoidCrash.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRPickerView.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DZNEmptyDataSet.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXCategoryView.framework @@ -19,11 +21,13 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageWebPCoder.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVGAPlayer.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TIMCommon.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIChat.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIConversation.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUICore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XHLaunchAd.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks.sh b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks.sh index e05aa8a..97f03d9 100755 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks.sh +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive-frameworks.sh @@ -181,6 +181,8 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework" install_framework "${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework" install_framework "${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework" + install_framework "${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework" + install_framework "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework" install_framework "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework" install_framework "${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework" @@ -198,11 +200,13 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework" install_framework "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework" install_framework "${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework" + install_framework "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework" install_framework "${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework" install_framework "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework" + install_framework "${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework" install_framework "${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework" @@ -247,6 +251,8 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework" install_framework "${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework" install_framework "${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework" + install_framework "${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework" + install_framework "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework" install_framework "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework" install_framework "${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework" @@ -263,11 +269,13 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework" install_framework "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework" install_framework "${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework" + install_framework "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework" install_framework "${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework" install_framework "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework" + install_framework "${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework" install_framework "${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework" diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.debug.xcconfig b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.debug.xcconfig index 3f1cc4f..9394d33 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.debug.xcconfig +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.debug.xcconfig @@ -2,13 +2,13 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO DEFINES_MODULE = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) SD_WEBP=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool/LLDebugTool.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage/FLAnimatedImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool/LLDebugTool.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd/XHLaunchAd.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "LLDebugTool" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "MapKit" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "QuickLook" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" -OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "DZNEmptyDataSet" -framework "FLAnimatedImage" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "LLDebugTool" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "MapKit" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "QuickLook" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "SVProgressHUD" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "XHLaunchAd" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "-F${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.release.xcconfig b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.release.xcconfig index b5d1e40..3036814 100644 --- a/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.release.xcconfig +++ b/Pods/Target Support Files/Pods-QXLive/Pods-QXLive.release.xcconfig @@ -2,13 +2,13 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO DEFINES_MODULE = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) SD_WEBP=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage/FLAnimatedImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd/XHLaunchAd.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" -OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "DZNEmptyDataSet" -framework "FLAnimatedImage" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "SVProgressHUD" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "XHLaunchAd" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "-F${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.markdown b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.markdown index 9f10efc..5bbd412 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.markdown @@ -130,6 +130,44 @@ SOFTWARE. Copyright (C) 2017 Tencent Bugly, Inc. All rights reserved. +## DZNEmptyDataSet + +The MIT License (MIT) + +Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## FLAnimatedImage + +The MIT License (MIT) + +Copyright (c) 2014-2016 Flipboard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## FMDB If you are using FMDB in your project, I'd love to hear about it. Let Gus know @@ -2221,6 +2259,31 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. See the License for the specific language governing permissions and limitations under the License. +## SVProgressHUD + +MIT License + +Copyright (c) 2011-2023 Sam Vermette, Tobias Totzek and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ## TIMCommon copyright 2017 tencent Ltd. All rights reserved. @@ -2282,6 +2345,31 @@ SOFTWARE. Copyright 2020 tencent.com. All rights reserved. +## XHLaunchAd + +The MIT License (MIT) + +Copyright (c) 2016 XHLaunchAd (https://github.com/CoderZhuXH/XHLaunchAd) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## YBImageBrowser MIT License diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.plist b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.plist index 01e4c82..cf0f620 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-acknowledgements.plist @@ -189,6 +189,56 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Ignacio Romero Zurbuchen iromero@dzen.cl + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + DZNEmptyDataSet + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2014-2016 Flipboard + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + FLAnimatedImage + Type + PSGroupSpecifier + FooterText If you are using FMDB in your project, I'd love to hear about it. Let Gus know @@ -2382,6 +2432,37 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type PSGroupSpecifier + + FooterText + MIT License + +Copyright (c) 2011-2023 Sam Vermette, Tobias Totzek and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + SVProgressHUD + Type + PSGroupSpecifier + FooterText copyright 2017 tencent Ltd. All rights reserved. @@ -2491,6 +2572,37 @@ SOFTWARE. Type PSGroupSpecifier + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 XHLaunchAd (https://github.com/CoderZhuXH/XHLaunchAd) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + XHLaunchAd + Type + PSGroupSpecifier + FooterText MIT License diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-input-files.xcfilelist index 55cd34b..6601d0e 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,8 @@ ${BUILT_PRODUCTS_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework ${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework ${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework ${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework +${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework +${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework ${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework ${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework @@ -21,11 +23,13 @@ ${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework ${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework ${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework ${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework +${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework ${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework ${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework ${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework ${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework ${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework +${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework ${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework ${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework ${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-output-files.xcfilelist index ff743c3..5744664 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,8 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraLyricsScore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AliyunOSSiOS.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AvoidCrash.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRPickerView.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DZNEmptyDataSet.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXCategoryView.framework @@ -20,11 +22,13 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageWebPCoder.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVGAPlayer.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TIMCommon.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIChat.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIConversation.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUICore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XHLaunchAd.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-input-files.xcfilelist index 6f7e5d1..f4edd6e 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,8 @@ ${BUILT_PRODUCTS_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework ${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework ${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework ${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework +${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework +${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework ${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework ${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework @@ -20,11 +22,13 @@ ${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework ${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework ${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework ${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework +${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework ${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework ${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework ${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework ${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework ${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework +${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework ${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework ${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework ${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-output-files.xcfilelist index c4ba2e8..a02e8cc 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks-Release-output-files.xcfilelist @@ -3,6 +3,8 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraLyricsScore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AliyunOSSiOS.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AvoidCrash.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRPickerView.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DZNEmptyDataSet.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXCategoryView.framework @@ -19,11 +21,13 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageWebPCoder.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVGAPlayer.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TIMCommon.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIChat.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUIConversation.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TUICore.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XHLaunchAd.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCategories.framework diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks.sh b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks.sh index e05aa8a..97f03d9 100755 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks.sh +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev-frameworks.sh @@ -181,6 +181,8 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework" install_framework "${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework" install_framework "${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework" + install_framework "${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework" + install_framework "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework" install_framework "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework" install_framework "${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework" @@ -198,11 +200,13 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework" install_framework "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework" install_framework "${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework" + install_framework "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework" install_framework "${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework" install_framework "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework" + install_framework "${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework" install_framework "${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework" @@ -247,6 +251,8 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework" install_framework "${BUILT_PRODUCTS_DIR}/AvoidCrash/AvoidCrash.framework" install_framework "${BUILT_PRODUCTS_DIR}/BRPickerView/BRPickerView.framework" + install_framework "${BUILT_PRODUCTS_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework" + install_framework "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework" install_framework "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework" install_framework "${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework" @@ -263,11 +269,13 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework" install_framework "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework" install_framework "${BUILT_PRODUCTS_DIR}/SVGAPlayer/SVGAPlayer.framework" + install_framework "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework" install_framework "${BUILT_PRODUCTS_DIR}/TIMCommon/TIMCommon.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIChat/TUIChat.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUIConversation/TUIConversation.framework" install_framework "${BUILT_PRODUCTS_DIR}/TUICore/TUICore.framework" install_framework "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework" + install_framework "${BUILT_PRODUCTS_DIR}/XHLaunchAd/XHLaunchAd.framework" install_framework "${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework" install_framework "${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework" diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.debug.xcconfig b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.debug.xcconfig index 3f1cc4f..9394d33 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.debug.xcconfig +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.debug.xcconfig @@ -2,13 +2,13 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO DEFINES_MODULE = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) SD_WEBP=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool/LLDebugTool.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage/FLAnimatedImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool/LLDebugTool.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd/XHLaunchAd.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "LLDebugTool" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "MapKit" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "QuickLook" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" -OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "DZNEmptyDataSet" -framework "FLAnimatedImage" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "LLDebugTool" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "MapKit" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "QuickLook" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "SVProgressHUD" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "XHLaunchAd" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "-F${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.release.xcconfig b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.release.xcconfig index b5d1e40..3036814 100644 --- a/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.release.xcconfig +++ b/Pods/Target Support Files/Pods-QXLiveDev/Pods-QXLiveDev.release.xcconfig @@ -2,13 +2,13 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO DEFINES_MODULE = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/YYText" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_ROOT}/../TencentCloudHuiyanSDKFace_framework/Libs" "${PODS_ROOT}/AgoraComponetLog" "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_ROOT}/Bugly" "${PODS_ROOT}/TIMPush" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/YYImage/Vendor" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TIMPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) SD_WEBP=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore/AgoraLyricsScore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS/AliyunOSSiOS.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash/AvoidCrash.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage/FLAnimatedImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FMDB/FMDB.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView/JXCategoryView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView/JXPagingView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML/QCloudCOSXML.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore/QCloudCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer/QGVAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView/SDCycleScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder/SDWebImageWebPCoder.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer/SVGAPlayer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD/SVProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon/TIMCommon.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIChat/TUIChat.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation/TUIConversation.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore/TUICore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController/TZImagePickerController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd/XHLaunchAd.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser/YBImageBrowser.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCategories/YYCategories.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage/YYImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYText/YYText.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage/YYWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Zip/Zip.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp/libwebp.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" **/TIMPush.xcframework/ios-arm64/TIMPush.framework/Headers/*.h LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" -OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"iconv" -l"resolv" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "Accelerate" -framework "AgoraAiEchoCancellationExtension" -framework "AgoraAiEchoCancellationLLExtension" -framework "AgoraAiNoiseSuppressionExtension" -framework "AgoraAiNoiseSuppressionLLExtension" -framework "AgoraAudioBeautyExtension" -framework "AgoraClearVisionExtension" -framework "AgoraComponetLog" -framework "AgoraContentInspectExtension" -framework "AgoraFaceCaptureExtension" -framework "AgoraFaceDetectionExtension" -framework "AgoraLipSyncExtension" -framework "AgoraLyricsScore" -framework "AgoraReplayKitExtension" -framework "AgoraRtcKit" -framework "AgoraSoundTouch" -framework "AgoraSpatialAudioExtension" -framework "AgoraVideoAv1DecoderExtension" -framework "AgoraVideoAv1EncoderExtension" -framework "AgoraVideoDecoderExtension" -framework "AgoraVideoEncoderExtension" -framework "AgoraVideoQualityAnalyzerExtension" -framework "AgoraVideoSegmentationExtension" -framework "Agorafdkaac" -framework "Agoraffmpeg" -framework "AlipaySDK" -framework "AliyunOSSiOS" -framework "AssetsLibrary" -framework "AvoidCrash" -framework "BRPickerView" -framework "Bugly" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreImage" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "DZNEmptyDataSet" -framework "FLAnimatedImage" -framework "FMDB" -framework "Foundation" -framework "IQKeyboardManager" -framework "ImSDK_Plus" -framework "ImageIO" -framework "JXCategoryView" -framework "JXPagingView" -framework "MBProgressHUD" -framework "MJRefresh" -framework "MQTTClient" -framework "Masonry" -framework "MediaPlayer" -framework "Metal" -framework "MetalKit" -framework "MobileCoreServices" -framework "Photos" -framework "PhotosUI" -framework "Protobuf" -framework "QCloudCOSXML" -framework "QCloudCore" -framework "QGVAPlayer" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDCycleScrollView" -framework "SDWebImage" -framework "SDWebImageWebPCoder" -framework "SSZipArchive" -framework "SVGAPlayer" -framework "SVProgressHUD" -framework "Security" -framework "SystemConfiguration" -framework "TIMCommon" -framework "TIMPush" -framework "TUIChat" -framework "TUIConversation" -framework "TUICore" -framework "TZImagePickerController" -framework "TencentCloudHuiyanSDKFace" -framework "TuringShieldCamRisk" -framework "UIKit" -framework "VideoToolbox" -framework "WebKit" -framework "XHLaunchAd" -framework "YBImageBrowser" -framework "YTCommonLiveness" -framework "YTCv" -framework "YTFaceAlignmentTinyLiveness" -framework "YTFaceDetectorLiveness" -framework "YTFaceLiveReflect" -framework "YTFaceTrackerLiveness" -framework "YTPoseDetector" -framework "YYCache" -framework "YYCategories" -framework "YYImage" -framework "YYModel" -framework "YYText" -framework "YYWebImage" -framework "YtSDKKitFrameworkTool" -framework "Zip" -framework "aosl" -framework "libwebp" -framework "tnnliveness" -framework "video_dec" -framework "video_enc" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore" "-F${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS" "-F${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash" "-F${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "-F${PODS_CONFIGURATION_BUILD_DIR}/Bugly" "-F${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "-F${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/FMDB" "-F${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView" "-F${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView" "-F${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "-F${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "-F${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "-F${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCOSXML" "-F${PODS_CONFIGURATION_BUILD_DIR}/QCloudCore" "-F${PODS_CONFIGURATION_BUILD_DIR}/QGVAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDCycleScrollView" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "-F${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVGAPlayer" "-F${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "-F${PODS_CONFIGURATION_BUILD_DIR}/TIMPush" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIChat" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation" "-F${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "-F${PODS_CONFIGURATION_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/TZImagePickerController" "-F${PODS_CONFIGURATION_BUILD_DIR}/TencentCloudHuiyanSDKFace_framework" "-F${PODS_CONFIGURATION_BUILD_DIR}/WechatOpenSDK-XCFramework" "-F${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd" "-F${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYCategories" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYText" "-F${PODS_CONFIGURATION_BUILD_DIR}/YYWebImage" "-F${PODS_CONFIGURATION_BUILD_DIR}/Zip" "-F${PODS_CONFIGURATION_BUILD_DIR}/libwebp" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist new file mode 100644 index 0000000..d1f4eb5 --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.3.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m new file mode 100644 index 0000000..696032a --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_SVProgressHUD : NSObject +@end +@implementation PodsDummy_SVProgressHUD +@end diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h new file mode 100644 index 0000000..bff1d78 --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h @@ -0,0 +1,20 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "SVIndefiniteAnimatedView.h" +#import "SVProgressAnimatedView.h" +#import "SVProgressHUD.h" +#import "SVRadialGradientLayer.h" + +FOUNDATION_EXPORT double SVProgressHUDVersionNumber; +FOUNDATION_EXPORT const unsigned char SVProgressHUDVersionString[]; + diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig new file mode 100644 index 0000000..5784bf2 --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "QuartzCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SVProgressHUD +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap new file mode 100644 index 0000000..2eaf140 --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap @@ -0,0 +1,6 @@ +framework module SVProgressHUD { + umbrella header "SVProgressHUD-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig new file mode 100644 index 0000000..5784bf2 --- /dev/null +++ b/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SVProgressHUD +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "QuartzCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SVProgressHUD +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-Info.plist b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-Info.plist new file mode 100644 index 0000000..c3d7121 --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 3.9.12 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-dummy.m b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-dummy.m new file mode 100644 index 0000000..b1ad572 --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_XHLaunchAd : NSObject +@end +@implementation PodsDummy_XHLaunchAd +@end diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-prefix.pch b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-umbrella.h b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-umbrella.h new file mode 100644 index 0000000..14f0da6 --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd-umbrella.h @@ -0,0 +1,27 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "XHLaunchAd.h" +#import "XHLaunchAdButton.h" +#import "XHLaunchAdCache.h" +#import "XHLaunchAdConfiguration.h" +#import "XHLaunchAdConst.h" +#import "XHLaunchAdController.h" +#import "XHLaunchAdDownloader.h" +#import "XHLaunchAdImageManager.h" +#import "XHLaunchAdImageView+XHLaunchAdCache.h" +#import "XHLaunchAdView.h" +#import "XHLaunchImageView.h" + +FOUNDATION_EXPORT double XHLaunchAdVersionNumber; +FOUNDATION_EXPORT const unsigned char XHLaunchAdVersionString[]; + diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.debug.xcconfig b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.debug.xcconfig new file mode 100644 index 0000000..d3eb4fd --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "FLAnimatedImage" -framework "ImageIO" -framework "QuartzCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/XHLaunchAd +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.modulemap b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.modulemap new file mode 100644 index 0000000..c126502 --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.modulemap @@ -0,0 +1,6 @@ +framework module XHLaunchAd { + umbrella header "XHLaunchAd-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.release.xcconfig b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.release.xcconfig new file mode 100644 index 0000000..d3eb4fd --- /dev/null +++ b/Pods/Target Support Files/XHLaunchAd/XHLaunchAd.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/XHLaunchAd +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "FLAnimatedImage" -framework "ImageIO" -framework "QuartzCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/XHLaunchAd +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/XHLaunchAd/LICENSE b/Pods/XHLaunchAd/LICENSE new file mode 100755 index 0000000..60f7b4d --- /dev/null +++ b/Pods/XHLaunchAd/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 XHLaunchAd (https://github.com/CoderZhuXH/XHLaunchAd) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/Pods/XHLaunchAd/README.md b/Pods/XHLaunchAd/README.md new file mode 100644 index 0000000..ca17936 --- /dev/null +++ b/Pods/XHLaunchAd/README.md @@ -0,0 +1,696 @@ +![](Logo/header.png) + +### Github下载不了/下载慢 可以访问国内下载地址: [https://gitee.com/CoderZhuXH/XHLaunchAd](https://gitee.com/CoderZhuXH/XHLaunchAd) + +### 开屏广告、启动广告解决方案-支持静态/动态图片广告/mp4视频广告 + +[![AppVeyor](https://img.shields.io/appveyor/ci/gruntjs/grunt.svg?maxAge=2592000)](https://github.com/CoderZhuXH/XHLaunchAd) +[![Version Status](https://img.shields.io/cocoapods/v/XHLaunchAd.svg?style=flat)](http://cocoadocs.org/docsets/XHLaunchAd) +[![Support](https://img.shields.io/badge/support-iOS8%2B-brightgreen.svg)](https://github.com/CoderZhuXH/XHLaunchAd) +[![Pod Platform](https://img.shields.io/cocoapods/p/XHLaunchAd.svg?style=flat)](http://cocoadocs.org/docsets/XHLaunchAd/) +[![Pod License](https://img.shields.io/cocoapods/l/XHLaunchAd.svg?style=flat)](https://github.com/CoderZhuXH/XHLaunchAd/blob/master/LICENSE) + +### 特性: + +* 1.支持静态/动态图片广告. +* 2.支持mp4视频广告. +* 3.支持全屏/半屏广告. +* 4.支持网络及本地资源. +* 5.兼容iPhone和iPad. +* 6.支持广告点击事件. +* 7.支持自定义跳过按钮,添加子视图. +* 8.支持设置数据等待时间. +* 9.自带图片/视频下载,缓存功能. +* 10.支持预缓存图片及视频. +* 11.支持设置完成动画. +* 12.支持清除指定资源缓存. +* 13.支持LaunchImage 和 LaunchScreen.storyboard. +* 14.等等等... + +### 技术交流群(群号:537476189) +![](Logo/qqgroup.png) + + +### 常见问题 +#### 1.为什么设置了本地图片广告,却提示找不到图片资源? +* 请将本地广告图片,直接放在工程目录,不要放在Assets里面,XHLaunchAd不是通过imageName:读取图片,而是是通过[NSBundle mainBundle] path....的方式读取本地图片的(此处涉及到内存优化) + +#### 2.为什么我启动的时候会先进入根控制器后,再显示广告页面? +* 请确认下,你在请求广告数据之前,是否有调用`[XHLaunchAd setWaitDataDuration:2];`方法设置数据等待时间 + +#### 3.为什么有时候启动广告倒计时出现跳秒现象或者出现卡顿现象? +* 此问题是你APP启动时主线程阻塞造成的. +* XHLaunchAd采用GCD定时器,倒计时不受主线程阻塞影响,但更新秒数/UI是在主线程中进行的.主线程阻塞影响UI更新. +* 请检查你程序启动时,有没有掉用同步方法或同步请求,(例如:环信SDK同步登录等). +* 建议打开手机-设置-开发者-弱网环境 进行调试比较容易找到阻塞原因. + +#### 4.为什么设置了缓存策略,关闭网络后,开屏广告却不显示? +* XHLaunchAd 图片广告设置configuration.imageOption为XHLaunchAdImageDefault 或者XHLaunchAdImageRefreshCached 或者XHLaunchAdImageCacheInBackground后,都会缓存广告image,视频广告会默认缓存视频文件,断网后广告数据请求会失败,你需要在广告数据请求失败的回调里初始化XHLaunchAd,没有初始化XHLaunchAd,开屏广告是不会显示的. +[XHLaunchAd cacheImageURLString]和 [XHLaunchAd cacheVideoURLString]可以获取上一次广告显示时的ImageURLString和videoUrlString. + +#### 5.如何用一张广告图,适配所有机型? +* 图片广告:设置imageAdconfiguration.contentMode = UIViewContentModeScaleAspectFill; 视频广告:设置videoAdconfiguration.videoGravity = AVLayerVideoGravityResizeAspectFill;. +* 广告图片/视频内容到四周保留适当安全距离,多余的会裁剪掉,例如:用8P尺寸1242*2208的广告图,在iphonex,iphonexr,iphonexs,iphonexs max上显示时,左右两侧会多出一部分,多出的的部分会裁剪掉,这一区域不要放广告内容. + + +### 更新记录: + +* 2020.01.09 -- v3.9.10 -->1.广告点击事件代理支持返回bool值决定是否移除广告(- (BOOL)xhLaunchAd:(XHLaunchAd *)launchAd clickAtOpenModel:(id)openModel clickPoint:(CGPoint)clickPoint) 2.LaunchScreen.storyboard safeAreaInsets问题修复 3.其他bug fix +* 2018.01.31 -- v3.9.6 -->1.添加视频广告静音属性(muted),2.显示视频广告时暂停其它APP音频播放显示完恢复,3.增加视频播放失败通知 +* 2018.01.11 -- v3.9.5 -->1.修复videoGravity修饰符错误bug... +* 2017.12.29 -- v3.9.4 -->1.替换视频播放控制器为AVPlayerViewController 2.解决/优化在线程阻塞的情况下视频播放加载慢的问题 3.注意:此次更新后XHLaunchAd支持iOS8及以上版本,不在支持iOS7... +* 2017.11.22 -- v3.9.0 -->1.新增部分代理方法,部分旧的代理方法做过期处理,2.几处优化... +* 2017.11.14 -- v3.8.4 -->1.版本优化,2.bug fix... +* 2017.10.18 -- v3.8.0 -->1.增加对LaunchScreen.storyboard支持,2.修复pod导入编译报错问题... +* 2017.10.11 -- v3.7.1 -->1.批量缓存接口增加结果回调... +* 2017.10.09 -- v3.7.0 -->1.增加几种清除缓存的接口,2.增加几种倒计时按钮类型,3.已知问题优化与修复... +* 2017.09.29 -- v3.6.1 -->1.增加清除指定图片/视频缓存接口,2.优化在iPhoneX上显示效果,3.已知问题优化与修复... +* 2017.09.18 -- v3.6.0 -->1.优化图片解码方案,2.支持设置GIF动图是否循环播放... +* 2017.09.13 -- v3.5.8 -->增加几种显示完成的动画... +* 2017.08.20 -- v3.5.6 -->已知问题修复及内存优化... +* 2017.05.26 -- v3.5.4 -->修复横屏启动造成的界面问题... +* 2017.05.02 -- v3.5.0 -->Gif动图占用内存优化... +* 2017.04.26 -- v3.4.6 -->版本优化,bug fix... +* 2017.02.17 -- v3.4.0 -->修复部分出现Crash Bug... +* 2016.12.14 -- v3.2.0 -->添加subViews属性2.添加缓存检测... +* 2016.12.03 -- v3.0.0 -->1.增加mp4视频开屏广告2.增加对本地资源支持3.增加预缓存接口4.增加更多属性及接口,具有更强的自定义性5.可设置显示完成动画类型6.可自定义跳过按钮7.拥有更优雅的接入接口8.优化缓存机制,bug fix等等... +* 2016.11.05 -- v2.2.0 -->增加一种缓存方案:先缓存,下次显示.
+* 2016.09.13 -- v2.1.8 -->修复在Swift中使用异常.
+* 2016.09.10 -- v2.1.7 -->适配iPad,增加应用内跳转到广告详情,优化.
+* 2016.09.07 -- v2.1.5 -->修复跳过按钮类型设为None无效问题.
+* 2016.09.01 -- v2.1.4 -->广告url传nil或不合法时,按无数据处理.
+* 2016.08.22 -- v2.1.2 -->增加未检测到广告数据,设置启动页停留时间属性.
+* 2016.08.19 -- v2.1.1 -->跳过按钮bug修复.
+* 2016.08.18 -- v2.1.0 -->API微调,增加设置跳过按钮类型选项.
+* 2016.08.16 -- v2.0 -->1.修复显示广告前RootViewController闪现bug; 2.API重构,增强实用性.
+* 2016.07.18 -- v1.2 -->增加对GIF动态广告的支持.
+* 2016.07.02 -- v1.1.2 -->增加设置缓存机制选项.
+* 2016.06.17 -- v1.1 -->增加倒计时/跳过按钮.
+* 2016.06.13 -- v1.0 + +## 效果 + +### 静态/动态广告-图片/视频广告 + +![](/ScreenShot/ScreenShot00.gif) ![](/ScreenShot/ScreenShot01.gif) ![](/ScreenShot/ScreenShot02.gif) +![](/ScreenShot/ScreenShot04.gif) ![](/ScreenShot/ScreenShot05.gif) ![](/ScreenShot/ScreenShot06.gif) + +## 使用方法 + +### 1.在didFinishLaunchingWithOptions中或UIApplicationDidFinishLaunching时初始化开屏广告 + +### -1.1 添加图片开屏广告-使用本地数据 +#### -1.1.1 使用默认配置快速初始化 +```objc +//1.使用默认配置初始化 + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //配置广告数据 + XHLaunchImageAdConfiguration *imageAdconfiguration = [XHLaunchImageAdConfiguration defaultConfiguration]; + //广告图片URLString/或本地图片名(.jpg/.gif请带上后缀) + imageAdconfiguration.imageNameOrURLString = @"image0.jpg"; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + imageAdconfiguration.openModel = @"http://www.it7090.com"; + //显示图片开屏广告 + [XHLaunchAd imageAdWithImageAdConfiguration:imageAdconfiguration delegate:self]; +``` +#### -1.1.2自定义配置初始化 + +```objc +//2.自定义配置初始化 + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //配置广告数据 + XHLaunchImageAdConfiguration *imageAdconfiguration = [XHLaunchImageAdConfiguration new]; + //广告停留时间 + imageAdconfiguration.duration = 5; + //广告frame + imageAdconfiguration.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.height-150); + //广告图片URLString/或本地图片名(.jpg/.gif请带上后缀) + imageAdconfiguration.imageNameOrURLString = @"image0.jpg"; + //设置GIF动图是否只循环播放一次(仅对动图设置有效) + imageAdconfiguration.GIFImageCycleOnce = NO; + //网络图片缓存机制(只对网络图片有效) + imageAdconfiguration.imageOption = XHLaunchAdImageRefreshCached; + //图片填充模式 + imageAdconfiguration.contentMode = UIViewContentModeScaleToFill; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + imageAdconfiguration.openModel = @"http://www.it7090.com"; + //广告显示完成动画 + imageAdconfiguration.showFinishAnimate =ShowFinishAnimateFadein; + //广告显示完成动画时间 + imageAdconfiguration.showFinishAnimateTime = 0.8; + //跳过按钮类型 + imageAdconfiguration.skipButtonType = SkipTypeTimeText; + //后台返回时,是否显示广告 + imageAdconfiguration.showEnterForeground = NO; + + //设置要添加的子视图(可选) + //imageAdconfiguration.subViews = ... + + //显示图片开屏广告 + [XHLaunchAd imageAdWithImageAdConfiguration:imageAdconfiguration delegate:self]; + +``` +### -1.2 添加图片开屏广告-使用网络数据 +#### -1.2.1 使用默认配置快速初始化 + +```objc + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //1.因为数据请求是异步的,请在数据请求前,调用下面方法配置数据等待时间. + //2.设为2即表示:启动页将停留2s等待服务器返回广告数据,2s内等到广告数据,将正常显示广告,否则将不显示 + //3.数据获取成功,配置广告数据后,自动结束等待,显示广告 + //注意:请求广告数据前,必须设置此属性,否则会先进入window的的根控制器 + [XHLaunchAd setWaitDataDuration:2]; + + //广告数据请求 + [Network getLaunchAdImageDataSuccess:^(NSDictionary * response) { + + NSLog(@"广告数据 = %@",response); + + //广告数据转模型 + LaunchAdModel *model = [[LaunchAdModel alloc] initWithDict:response[@"data"]]; + //配置广告数据 + XHLaunchImageAdConfiguration *imageAdconfiguration = [XHLaunchImageAdConfiguration defaultConfiguration]; + //广告图片URLString/或本地图片名(.jpg/.gif请带上后缀) + imageAdconfiguration.imageNameOrURLString = model.content; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + imageAdconfiguration.openModel = model.openUrl; + //显示开屏广告 + [XHLaunchAd imageAdWithImageAdConfiguration:imageAdconfiguration delegate:self]; + + } failure:^(NSError *error) { + }]; + + +``` +#### -1.2.2 自定义配置初始化 + +```objc + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //1.因为数据请求是异步的,请在数据请求前,调用下面方法配置数据等待时间. + //2.设为2即表示:启动页将停留2s等待服务器返回广告数据,2s内等到广告数据,将正常显示广告,否则将不显示 + //3.数据获取成功,配置广告数据后,自动结束等待,显示广告 + //注意:请求广告数据前,必须设置此属性,否则会先进入window的的根控制器 + [XHLaunchAd setWaitDataDuration:2]; + + //广告数据请求 + [Network getLaunchAdImageDataSuccess:^(NSDictionary * response) { + + NSLog(@"广告数据 = %@",response); + + //广告数据转模型 + LaunchAdModel *model = [[LaunchAdModel alloc] initWithDict:response[@"data"]]; + //配置广告数据 + XHLaunchImageAdConfiguration *imageAdconfiguration = [XHLaunchImageAdConfiguration new]; + //广告停留时间 + imageAdconfiguration.duration = model.duration; + //广告frame + imageAdconfiguration.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.width/model.width*model.height); + //广告图片URLString/或本地图片名(.jpg/.gif请带上后缀) + imageAdconfiguration.imageNameOrURLString = model.content; + //设置GIF动图是否只循环播放一次(仅对动图设置有效) + imageAdconfiguration.GIFImageCycleOnce = NO; + //缓存机制(仅对网络图片有效) + //为告展示效果更好,可设置为XHLaunchAdImageCacheInBackground,先缓存,下次显示 + imageAdconfiguration.imageOption = XHLaunchAdImageDefault; + //图片填充模式 + imageAdconfiguration.contentMode = UIViewContentModeScaleToFill; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + imageAdconfiguration.openModel = model.openUrl; + //广告显示完成动画 + imageAdconfiguration.showFinishAnimate =ShowFinishAnimateLite; + //广告显示完成动画时间 + imageAdconfiguration.showFinishAnimateTime = 0.8; + //跳过按钮类型 + imageAdconfiguration.skipButtonType = SkipTypeTimeText; + //后台返回时,是否显示广告 + imageAdconfiguration.showEnterForeground = NO; + + //设置要添加的自定义视图(可选) + //imageAdconfiguration.subViews = ... + + //显示开屏广告 + [XHLaunchAd imageAdWithImageAdConfiguration:imageAdconfiguration delegate:self]; + + } failure:^(NSError *error) { + }]; + +``` + +### -1.3添加视频开屏广告-使用本地数据 +#### -1.3.1 使用默认配置快速初始化 + +```objc + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //1.使用默认配置初始化 + XHLaunchVideoAdConfiguration *videoAdconfiguration = [XHLaunchVideoAdConfiguration defaultConfiguration]; + //广告视频URLString/或本地视频名(请带上后缀) + videoAdconfiguration.videoNameOrURLString = @"video0.mp4"; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + videoAdconfiguration.openModel = @"http://www.it7090.com"; + //显示视频开屏广告 + [XHLaunchAd videoAdWithVideoAdConfiguration:videoAdconfiguration delegate:self]; +``` + +#### -1.3.2 自定义配置初始化 + +```objc + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //2.自定义配置 + XHLaunchVideoAdConfiguration *videoAdconfiguration = [XHLaunchVideoAdConfiguration new]; + //广告停留时间 + videoAdconfiguration.duration = 5; + //广告frame + videoAdconfiguration.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.height); + //广告视频URLString/或本地视频名(请带上后缀) + videoAdconfiguration.videoNameOrURLString = @"video1.mp4"; + //是否关闭音频 + videoAdconfiguration.muted = NO; + //视频填充模式 + videoAdconfiguration.videoGravity = AVLayerVideoGravityResizeAspectFill; + //是否只循环播放一次 + videoAdconfiguration.videoCycleOnce = NO; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + videoAdconfiguration.openModel = @"http://www.it7090.com"; + //广告显示完成动画 + videoAdconfiguration.showFinishAnimate =ShowFinishAnimateFadein; + //广告显示完成动画时间 + videoAdconfiguration.showFinishAnimateTime = 0.8; + //跳过按钮类型 + videoAdconfiguration.skipButtonType = SkipTypeTimeText; + //后台返回时,是否显示广告 + videoAdconfiguration.showEnterForeground = NO; + + //设置要添加的子视图(可选) + //videoAdconfiguration.subViews = ... + + //显示视频开屏广告 + [XHLaunchAd videoAdWithVideoAdConfiguration:videoAdconfiguration delegate:self]; + +``` +### -1.4添加视频开屏广告-使用网络数据 +#### -1.4.1 使用默认配置快速初始化 + +```objc + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //1.因为数据请求是异步的,请在数据请求前,调用下面方法配置数据等待时间. + //2.设为2即表示:启动页将停留2s等待服务器返回广告数据,2s内等到广告数据,将正常显示广告,否则将不显示 + //3.数据获取成功,配置广告数据后,自动结束等待,显示广告 + //注意:请求广告数据前,必须设置此属性,否则会先进入window的的根控制器 + [XHLaunchAd setWaitDataDuration:2]; + + //广告数据请求 + [Network getLaunchAdVideoDataSuccess:^(NSDictionary * response) { + + NSLog(@"广告数据 = %@",response); + + //广告数据转模型 + LaunchAdModel *model = [[LaunchAdModel alloc] initWithDict:response[@"data"]]; + + //配置广告数据 + XHLaunchVideoAdConfiguration *videoAdconfiguration = [XHLaunchVideoAdConfiguration defaultConfiguration]; + //注意:视频广告只支持先缓存,下次显示(看效果请二次运行) + videoAdconfiguration.videoNameOrURLString = model.content; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + videoAdconfiguration.openModel = model.openUrl; + [XHLaunchAd videoAdWithVideoAdConfiguration:videoAdconfiguration delegate:self]; + + } failure:^(NSError *error) { + }]; + + +``` +#### -1.4.2 自定义配置初始化 + +```objc + + //设置你工程的启动页使用的是:LaunchImage 还是 LaunchScreen.storyboard(不设置默认:LaunchImage) + [XHLaunchAd setLaunchSourceType:SourceTypeLaunchImage]; + + //1.因为数据请求是异步的,请在数据请求前,调用下面方法配置数据等待时间. + //2.设为2即表示:启动页将停留2s等待服务器返回广告数据,2s内等到广告数据,将正常显示广告,否则将不显示 + //3.数据获取成功,配置广告数据后,自动结束等待,显示广告 + //注意:请求广告数据前,必须设置此属性,否则会先进入window的的根控制器 + [XHLaunchAd setWaitDataDuration:2]; + + //广告数据请求 + [Network getLaunchAdVideoDataSuccess:^(NSDictionary * response) { + + NSLog(@"广告数据 = %@",response); + + //广告数据转模型 + LaunchAdModel *model = [[LaunchAdModel alloc] initWithDict:response[@"data"]]; + + //配置广告数据 + XHLaunchVideoAdConfiguration *videoAdconfiguration = [XHLaunchVideoAdConfiguration new]; + //广告停留时间 + videoAdconfiguration.duration = model.duration; + //广告frame + videoAdconfiguration.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.width/model.width*model.height); + //广告视频URLString/或本地视频名(请带上后缀) + //注意:视频广告只支持先缓存,下次显示(看效果请二次运行) + videoAdconfiguration.videoNameOrURLString = model.content; + //是否关闭音频 + videoAdconfiguration.muted = NO; + //视频填充模式 + videoAdconfiguration.videoGravity = AVLayerVideoGravityResizeAspectFill; + //是否只循环播放一次 + videoAdconfiguration.videoCycleOnce = NO; + //广告点击打开页面参数(openModel可为NSString,模型,字典等任意类型) + videoAdconfiguration.openModel = model.openUrl; + //广告显示完成动画 + videoAdconfiguration.showFinishAnimate =ShowFinishAnimateFadein; + //广告显示完成动画时间 + videoAdconfiguration.showFinishAnimateTime = 0.8; + //后台返回时,是否显示广告 + videoAdconfiguration.showEnterForeground = NO; + //跳过按钮类型 + videoAdconfiguration.skipButtonType = SkipTypeTimeText; + + //设置要添加的自定义视图(可选) + //videoAdconfiguration.subViews = ... + + [XHLaunchAd videoAdWithVideoAdConfiguration:videoAdconfiguration delegate:self]; + + } failure:^(NSError *error) { + }]; + + +``` + +#### -1.5.0 显示完成动画支持以下效果 + +```objc + +/** 显示完成动画类型 */ +typedef NS_ENUM(NSInteger , ShowFinishAnimate) { + /** 无动画 */ + ShowFinishAnimateNone = 1, + /** 普通淡入(default) */ + ShowFinishAnimateFadein = 2, + /** 放大淡入 */ + ShowFinishAnimateLite = 3, + /** 左右翻转(类似网易云音乐) */ + ShowFinishAnimateFlipFromLeft = 4, + /** 下上翻转 */ + ShowFinishAnimateFlipFromBottom = 5, + /** 向上翻页 */ + ShowFinishAnimateCurlUp = 6, +}; + +``` + +#### -1.6.0 跳过按钮支持以下类型 + +```objc + +/** 跳过按钮类型 */ +typedef NS_ENUM(NSInteger,SkipType) { + SkipTypeNone = 1,//无 + /** 方形 */ + SkipTypeTime = 2,//方形:倒计时 + SkipTypeText = 3,//方形:跳过 + SkipTypeTimeText = 4,//方形:倒计时+跳过 (default) + /** 圆形 */ + SkipTypeRoundTime = 5,//圆形:倒计时 + SkipTypeRoundText = 6,//圆形:跳过 + SkipTypeRoundProgressTime = 7,//圆形:进度圈+倒计时 + SkipTypeRoundProgressText = 8,//圆形:进度圈+跳过 +}; + +``` + + +### 2.点击事件 +```objc +/** + 广告点击事件回调(return YES移除广告,NO不移除广告) + */ +-(BOOL)xhLaunchAd:(XHLaunchAd *)launchAd clickAtOpenModel:(id)openModel clickPoint:(CGPoint)clickPoint{ + + NSLog(@"广告点击事件"); + + //openModel即配置广告数据设置的点击广告时打开页面参数(configuration.openModel) + + if(openModel == nil) return NO; + + WebViewController *VC = [[WebViewController alloc] init]; + NSString *urlString = (NSString *)openModel; + VC.URLString = urlString; + //此处不要直接取keyWindow + UIViewController* rootVC = [[UIApplication sharedApplication].delegate window].rootViewController; + [rootVC.myNavigationController pushViewController:VC animated:YES]; + + return YES;//YES移除广告,NO不移除广告 +} + + +``` +### 3.自定义跳过按钮 +```objc +//1.XHLaunchImageAdConfiguration 和XHLaunchVideoAdConfiguration 均有一个configuration.customSkipView 属性 +//2.自定义一个skipView 赋值给configuration.customSkipView属性 便可替换默认跳过按钮 如下: +configuration.customSkipView = [self customSkipView]; + +-(UIView *)customSkipView +{ + UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; + button.backgroundColor =[UIColor orangeColor]; + button.layer.cornerRadius = 5.0; + button.layer.borderWidth = 1.5; + button.layer.borderColor = [UIColor lightGrayColor].CGColor; + [button setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; + button.titleLabel.font = [UIFont systemFontOfSize:14]; + CGFloat y = XH_IPHONEX ? 54 : 30; + button.frame = CGRectMake([UIScreen mainScreen].bounds.size.width-100,y, 85, 30); + [button addTarget:self action:@selector(skipAction) forControlEvents:UIControlEventTouchUpInside]; + return button; +} + +-(void)skipAction +{ + //移除广告 + [XHLaunchAd removeAndAnimated:YES]; +} + +/** + * 代理方法 - 倒计时回调 + * + * @param launchAd XHLaunchAd + * @param duration 倒计时时间 + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd customSkipView:(UIView *)customSkipView duration:(NSInteger)duration +{ + UIButton *button = (UIButton *)customSkipView;//此处转换为你之前的类型 + //设置自定义跳过按钮倒计时 + [button setTitle:[NSString stringWithFormat:@"自定义%lds",duration] forState:UIControlStateNormal]; +} +``` + +### 4.批量下载缓存接口(如果你需要提前批量下载并缓存广告图片或视频请调用下面方法) +```objc + +/** + * 批量下载并缓存image(异步) - 已缓存的image不会再次下载缓存 + * + * @param urlArray image URL Array + */ ++(void)downLoadImageAndCacheWithURLArray:(NSArray * )urlArray; + +/** + 批量下载并缓存image,并回调结果(异步)- 已缓存的image不会再次下载缓存 + + @param urlArray image URL Array + @param completedBlock 回调结果为一个字典数组,url:图片的url字符串,result:0表示该图片下载缓存失败,1表示该图片下载并缓存完成或本地缓存中已有该图片 + */ ++(void)downLoadImageAndCacheWithURLArray:(nonnull NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock; + +/** + * 批量下载并缓存视频(异步) - 已缓存的视频不会再次下载缓存 + * + * @param urlArray 视频URL Array + */ ++(void)downLoadVideoAndCacheWithURLArray:(NSArray * )urlArray; + +/** + 批量下载并缓存视频,并回调结果(异步) - 已缓存的视频不会再次下载缓存 + + @param urlArray 视频URL Array + @param completedBlock 回调结果为一个字典数组,url:视频的url字符串,result:0表示该视频下载缓存失败,1表示该视频下载并缓存完成或本地缓存中已有该视频 + */ ++(void)downLoadVideoAndCacheWithURLArray:(nonnull NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock; + +``` + +### 5.检测是否已缓存 + +```objc + +/** + * 是否已缓存在该图片 + * + * @param url image url + * + * @return BOOL + */ ++(BOOL)checkImageInCacheWithURL:(NSURL *)url; + +/** + * 是否已缓存该视频 + * + * @param url video url + * + * @return BOOL + */ ++(BOOL)checkVideoInCacheWithURL:(NSURL *)url; + +``` + +### 6.缓存/清理相关 +```objc + +/** + * 清除XHLaunch本地所有缓存 + */ ++(void)clearDiskCache; + +/** + 清除指定Url的图片本地缓存(异步) + + @param imageUrlArray 需要清除缓存的图片Url数组 + */ ++(void)clearDiskCacheWithImageUrlArray:(NSArray *)imageUrlArray; + +/** + 清除指定Url除外的图片本地缓存(异步) + + @param exceptImageUrlArray 此url数组的图片缓存将被保留,不会被清理 + */ ++(void)clearDiskCacheExceptImageUrlArray:(NSArray *)exceptImageUrlArray; + +/** + 清除指定Url的视频本地缓存(异步) + + @param videoUrlArray 需要清除缓存的视频url数组 + */ ++(void)clearDiskCacheWithVideoUrlArray:(NSArray *)videoUrlArray; + +/** + 清除指定Url除外的视频本地缓存(异步) + + @param exceptVideoUrlArray 此url数组的视频缓存将被保留,不会被清理 + */ ++(void)clearDiskCacheExceptVideoUrlArray:(NSArray *)exceptVideoUrlArray; + + +/** + * 获取XHLaunch本地缓存大小(M) + */ ++(float)diskCacheSize; + +/** + * 缓存路径 + */ ++(NSString *)xhLaunchAdCachePath; + +``` + +### 7.其它代理方法 +```objc +/** + * 图片本地读取/或下载完成回调 + * + * @param launchAd XHLaunchAd + * @param image 读取/下载的image + * @param imageData 读取/下载的imageData + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd imageDownLoadFinish:(UIImage *)image imageData:(NSData *)imageData; +{ + NSLog(@"图片下载完成/或本地图片读取完成回调"); +} +/** + * 视频下载完成回调 + * + * @param launchAd XHLaunchAd + * @param pathURL 视频保存在本地的path + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd videoDownLoadFinish:(NSURL *)pathURL +{ + NSLog(@"video下载/加载完成/保存path = %@",pathURL.absoluteString); +} + +/** + * 视频下载进度回调 + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd videoDownLoadProgress:(float)progress total:(unsigned long long)total current:(unsigned long long)current +{ + NSLog(@"总大小=%lld,已下载大小=%lld,下载进度=%f",total,current,progress); + +} +/** + * 广告显示完成 + */ +-(void)xhLaunchAdShowFinish:(XHLaunchAd *)launchAd +{ + NSLog(@"广告显示完成"); +} + +/** + 如果你想用SDWebImage等框架加载网络广告图片,请实现此代理(注意:实现此方法后,图片缓存将不受XHLaunchAd管理) + + @param launchAd XHLaunchAd + @param launchAdImageView launchAdImageView + @param url 图片url + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd launchAdImageView:(UIImageView *)launchAdImageView URL:(NSURL *)url +{ + [launchAdImageView sd_setImageWithURL:url]; + +} + +``` + + +## 依赖 +#### 1.本库依赖于:FLAnimatedImage + +## 安装 +### 1.手动添加:
+* 1.将 XHLaunchAd 文件夹添加到工程目录中
+* 2.导入 XHLaunchAd.h + +### 2.CocoaPods:
+* 1.在 Podfile 中添加 pod 'XHLaunchAd'
+* 2.执行 pod install 或 pod update
+* 3.导入 XHLaunchAd.h + +### 3.Tips +* 1.如果发现pod search XHLaunchAd 搜索出来的不是最新版本,需要在终端执行pod repo update命令更新本地spec缓存(需要几分钟),然后再搜索就可以了 +* 2.如果你发现你执行pod install后,导入的不是最新版本,请删除Podfile.lock文件,在执行一次 pod install +* 3.如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的代码看看BUG修复没有) + +## 系统要求 +* 该项目最低支持 iOS 8.0 和 Xcode 8.0 + +## 许可证 +XHLaunchAd 使用 MIT 许可证,详情见 LICENSE 文件 diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.h new file mode 100644 index 0000000..32b3a6a --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.h @@ -0,0 +1,291 @@ +// +// XHLaunchAd.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/13. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +// 版本: 3.9.12 +// 发布: 2020.05.06 + +// 如果你在使用过程中出现bug,请及时以下面任意一种方式联系我,我会及时修复bug并帮您解决问题。 +// QQ交流群:537476189 +// Email:it7090@163.com +// 新浪微博:朱晓辉Allen +// GitHub:https://github.com/CoderZhuXH +// 简书:https://www.jianshu.com/u/acf1a1f12e0f +// 掘金:https://juejin.im/user/59b50d3cf265da066d331a06 + +// 使用说明:https://github.com/CoderZhuXH/XHLaunchAd/blob/master/README.md + +#import +#import +#import "XHLaunchAdConfiguration.h" +#import "XHLaunchAdConst.h" +#import "XHLaunchImageView.h" + +NS_ASSUME_NONNULL_BEGIN +@class XHLaunchAd; +@protocol XHLaunchAdDelegate +@optional + +/** +广告点击回调 + +@param launchAd launchAd +@param openModel 打开页面参数(此参数即你配置广告数据设置的configuration.openModel) +@param clickPoint 点击位置 +@param return YES移除广告,NO不移除 +*/ +- (BOOL)xhLaunchAd:(XHLaunchAd *)launchAd clickAtOpenModel:(id)openModel clickPoint:(CGPoint)clickPoint; + +/** + 跳过按钮点击回调(注意:自定义跳过按钮不会走此回调) + + @param launchAd launchAd + @param skipButton 跳过按钮 + */ +- (void)xhLaunchAd:(XHLaunchAd *)launchAd clickSkipButton:(UIButton *)skipButton; + +/** + * 图片本地读取/或下载完成回调 + * + * @param launchAd XHLaunchAd + * @param image 读取/下载的image + * @param imageData 读取/下载的imageData + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd imageDownLoadFinish:(UIImage *)image imageData:(NSData *)imageData; + +/** + * video本地读取/或下载完成回调 + * + * @param launchAd XHLaunchAd + * @param pathURL 本地保存路径 + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd videoDownLoadFinish:(NSURL *)pathURL; + +/** + 视频下载进度回调 + + @param launchAd XHLaunchAd + @param progress 下载进度 + @param total 总大小 + @param current 当前已下载大小 + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd videoDownLoadProgress:(float)progress total:(unsigned long long)total current:(unsigned long long)current; + +/** + * 倒计时回调 + * + * @param launchAd XHLaunchAd + * @param duration 倒计时时间 + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd customSkipView:(UIView *)customSkipView duration:(NSInteger)duration; + +/** + 广告显示完成 + + @param launchAd XHLaunchAd + */ +-(void)xhLaunchAdShowFinish:(XHLaunchAd *)launchAd; + +/** + 如果你想用SDWebImage等框架加载网络广告图片,请实现此代理,注意:实现此方法后,图片缓存将不受XHLaunchAd管理 + + @param launchAd XHLaunchAd + @param launchAdImageView launchAdImageView + @param url 图片url + */ +-(void)xhLaunchAd:(XHLaunchAd *)launchAd launchAdImageView:(UIImageView *)launchAdImageView URL:(NSURL *)url; + + +#pragma mark - 过期-XHLaunchAdDelegate +- (void)xhLaunchAd:(XHLaunchAd *)launchAd clickAndOpenModel:(id)openModel clickPoint:(CGPoint)clickPoint XHLaunchAdDeprecated("请使用xhLaunchAd:clickAtOpenModel:clickPoint:"); +- (void)xhLaunchAd:(XHLaunchAd *)launchAd clickAndOpenURLString:(NSString *)openURLString XHLaunchAdDeprecated("请使用xhLaunchAd:clickAtOpenModel:clickPoint:"); +- (void)xhLaunchAd:(XHLaunchAd *)launchAd clickAndOpenURLString:(NSString *)openURLString clickPoint:(CGPoint)clickPoint XHLaunchAdDeprecated("请使用xhLaunchAd:clickAtOpenModel:clickPoint:"); +-(void)xhLaunchAd:(XHLaunchAd *)launchAd imageDownLoadFinish:(UIImage *)image XHLaunchAdDeprecated("请使用xhLaunchAd:imageDownLoadFinish:imageData:"); +-(void)xhLaunchShowFinish:(XHLaunchAd *)launchAd XHLaunchAdDeprecated("请使用xhLaunchAdShowFinish:"); + +@end + +@interface XHLaunchAd : NSObject + +@property(nonatomic,assign) id delegate; + +/** + 设置你工程的启动页使用的是LaunchImage还是LaunchScreen(default:SourceTypeLaunchImage) + 注意:请在设置等待数据及配置广告数据前调用此方法 + @param sourceType sourceType + */ ++(void)setLaunchSourceType:(SourceType)sourceType; + +/** + * 设置等待数据源时间(建议值:2) + * + * @param waitDataDuration waitDataDuration + */ ++(void)setWaitDataDuration:(NSInteger )waitDataDuration; + +/** + * 图片开屏广告数据配置 + * + * @param imageAdconfiguration 数据配置 + * + * @return XHLaunchAd + */ ++(XHLaunchAd *)imageAdWithImageAdConfiguration:(XHLaunchImageAdConfiguration *)imageAdconfiguration; + +/** + * 图片开屏广告数据配置 + * + * @param imageAdconfiguration 数据配置 + * @param delegate delegate + * + * @return XHLaunchAd + */ ++(XHLaunchAd *)imageAdWithImageAdConfiguration:(XHLaunchImageAdConfiguration *)imageAdconfiguration delegate:(nullable id)delegate; + +/** + * 视频开屏广告数据配置 + * + * @param videoAdconfiguration 数据配置 + * + * @return XHLaunchAd + */ ++(XHLaunchAd *)videoAdWithVideoAdConfiguration:(XHLaunchVideoAdConfiguration *)videoAdconfiguration; + +/** + * 视频开屏广告数据配置 + * + * @param videoAdconfiguration 数据配置 + * @param delegate delegate + * + * @return XHLaunchAd + */ ++(XHLaunchAd *)videoAdWithVideoAdConfiguration:(XHLaunchVideoAdConfiguration *)videoAdconfiguration delegate:(nullable id)delegate; + +#pragma mark -批量下载并缓存 +/** + * 批量下载并缓存image(异步) - 已缓存的image不会再次下载缓存 + * + * @param urlArray image URL Array + */ ++(void)downLoadImageAndCacheWithURLArray:(NSArray * )urlArray; + +/** + 批量下载并缓存image,并回调结果(异步)- 已缓存的image不会再次下载缓存 + + @param urlArray image URL Array + @param completedBlock 回调结果为一个字典数组,url:图片的url字符串,result:0表示该图片下载缓存失败,1表示该图片下载并缓存完成或本地缓存中已有该图片 + */ ++(void)downLoadImageAndCacheWithURLArray:(NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock; + +/** + * 批量下载并缓存视频(异步) - 已缓存的视频不会再次下载缓存 + * + * @param urlArray 视频URL Array + */ ++(void)downLoadVideoAndCacheWithURLArray:(NSArray * )urlArray; + +/** + 批量下载并缓存视频,并回调结果(异步) - 已缓存的视频不会再次下载缓存 + + @param urlArray 视频URL Array + @param completedBlock 回调结果为一个字典数组,url:视频的url字符串,result:0表示该视频下载缓存失败,1表示该视频下载并缓存完成或本地缓存中已有该视频 + */ ++(void)downLoadVideoAndCacheWithURLArray:(NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock; + +#pragma mark - Action + +/** + 手动移除广告 + + @param animated 是否需要动画 + */ ++(void)removeAndAnimated:(BOOL)animated; + +#pragma mark - 是否已缓存 +/** + * 是否已缓存在该图片 + * + * @param url image url + * + * @return BOOL + */ ++(BOOL)checkImageInCacheWithURL:(NSURL *)url; + +/** + * 是否已缓存该视频 + * + * @param url video url + * + * @return BOOL + */ ++(BOOL)checkVideoInCacheWithURL:(NSURL *)url; + +#pragma mark - 获取缓存url +/** + 从缓存中获取上一次的ImageURLString(XHLaunchAd 会默认缓存imageURLString) + + @return imageUrlString + */ ++(NSString *)cacheImageURLString; + +/** + 从缓存中获取上一次的videoURLString(XHLaunchAd 会默认缓存VideoURLString) + + @return videoUrlString + */ ++(NSString *)cacheVideoURLString; + +#pragma mark - 缓存/清理相关 +/** + * 清除XHLaunchAd本地所有缓存(异步) + */ ++(void)clearDiskCache; + +/** + 清除指定Url的图片本地缓存(异步) + + @param imageUrlArray 需要清除缓存的图片Url数组 + */ ++(void)clearDiskCacheWithImageUrlArray:(NSArray *)imageUrlArray; + +/** + 清除指定Url除外的图片本地缓存(异步) + + @param exceptImageUrlArray 此url数组的图片缓存将被保留 + */ ++(void)clearDiskCacheExceptImageUrlArray:(NSArray *)exceptImageUrlArray; + +/** + 清除指定Url的视频本地缓存(异步) + + @param videoUrlArray 需要清除缓存的视频url数组 + */ ++(void)clearDiskCacheWithVideoUrlArray:(NSArray *)videoUrlArray; + +/** + 清除指定Url除外的视频本地缓存(异步) + + @param exceptVideoUrlArray 此url数组的视频缓存将被保留 + */ ++(void)clearDiskCacheExceptVideoUrlArray:(NSArray *)exceptVideoUrlArray; + +/** + * 获取XHLaunch本地缓存大小(M) + */ ++(float)diskCacheSize; + +/** + * 缓存路径 + */ ++(NSString *)xhLaunchAdCachePath; + +#pragma mark - 过期 ++(void)skipAction XHLaunchAdDeprecated("请使用removeAndAnimated:"); ++(void)setLaunchImagesSource:(LaunchImagesSource)launchImagesSource XHLaunchAdDeprecated("请使用setLaunchSourceType:"); + +@end +NS_ASSUME_NONNULL_END diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.m new file mode 100644 index 0000000..78be43b --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAd.m @@ -0,0 +1,648 @@ +// +// XHLaunchAd.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/13. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAd.h" +#import "XHLaunchAdView.h" +#import "XHLaunchAdImageView+XHLaunchAdCache.h" +#import "XHLaunchAdDownloader.h" +#import "XHLaunchAdCache.h" +#import "XHLaunchAdController.h" + +#if __has_include() + #import +#else + #import "FLAnimatedImage.h" +#endif + +typedef NS_ENUM(NSInteger, XHLaunchAdType) { + XHLaunchAdTypeImage, + XHLaunchAdTypeVideo +}; + +static NSInteger defaultWaitDataDuration = 3; +static SourceType _sourceType = SourceTypeLaunchImage; +@interface XHLaunchAd() + +@property(nonatomic,assign)XHLaunchAdType launchAdType; +@property(nonatomic,assign)NSInteger waitDataDuration; +@property(nonatomic,strong)XHLaunchImageAdConfiguration * imageAdConfiguration; +@property(nonatomic,strong)XHLaunchVideoAdConfiguration * videoAdConfiguration; +@property(nonatomic,strong)XHLaunchAdButton * skipButton; +@property(nonatomic,strong)XHLaunchAdVideoView * adVideoView; +@property(nonatomic,strong)UIWindow * window; +@property(nonatomic,copy)dispatch_source_t waitDataTimer; +@property(nonatomic,copy)dispatch_source_t skipTimer; +@property (nonatomic, assign) BOOL detailPageShowing; +@property(nonatomic,assign) CGPoint clickPoint; +@end + +@implementation XHLaunchAd ++(void)setLaunchSourceType:(SourceType)sourceType{ + _sourceType = sourceType; +} ++(void)setWaitDataDuration:(NSInteger )waitDataDuration{ + XHLaunchAd *launchAd = [XHLaunchAd shareLaunchAd]; + launchAd.waitDataDuration = waitDataDuration; +} ++(XHLaunchAd *)imageAdWithImageAdConfiguration:(XHLaunchImageAdConfiguration *)imageAdconfiguration{ + return [XHLaunchAd imageAdWithImageAdConfiguration:imageAdconfiguration delegate:nil]; +} + ++(XHLaunchAd *)imageAdWithImageAdConfiguration:(XHLaunchImageAdConfiguration *)imageAdconfiguration delegate:(id)delegate{ + XHLaunchAd *launchAd = [XHLaunchAd shareLaunchAd]; + if(delegate) launchAd.delegate = delegate; + launchAd.imageAdConfiguration = imageAdconfiguration; + return launchAd; +} + ++(XHLaunchAd *)videoAdWithVideoAdConfiguration:(XHLaunchVideoAdConfiguration *)videoAdconfiguration{ + return [XHLaunchAd videoAdWithVideoAdConfiguration:videoAdconfiguration delegate:nil]; +} + ++(XHLaunchAd *)videoAdWithVideoAdConfiguration:(XHLaunchVideoAdConfiguration *)videoAdconfiguration delegate:(nullable id)delegate{ + XHLaunchAd *launchAd = [XHLaunchAd shareLaunchAd]; + if(delegate) launchAd.delegate = delegate; + launchAd.videoAdConfiguration = videoAdconfiguration; + return launchAd; +} + ++(void)downLoadImageAndCacheWithURLArray:(NSArray * )urlArray{ + [self downLoadImageAndCacheWithURLArray:urlArray completed:nil]; +} + ++ (void)downLoadImageAndCacheWithURLArray:(NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock{ + if(urlArray.count==0) return; + [[XHLaunchAdDownloader sharedDownloader] downLoadImageAndCacheWithURLArray:urlArray completed:completedBlock]; +} + ++(void)downLoadVideoAndCacheWithURLArray:(NSArray * )urlArray{ + [self downLoadVideoAndCacheWithURLArray:urlArray completed:nil]; +} + ++(void)downLoadVideoAndCacheWithURLArray:(NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock{ + if(urlArray.count==0) return; + [[XHLaunchAdDownloader sharedDownloader] downLoadVideoAndCacheWithURLArray:urlArray completed:completedBlock]; +} ++(void)removeAndAnimated:(BOOL)animated{ + [[XHLaunchAd shareLaunchAd] removeAndAnimated:animated]; +} + ++(BOOL)checkImageInCacheWithURL:(NSURL *)url{ + return [XHLaunchAdCache checkImageInCacheWithURL:url]; +} + ++(BOOL)checkVideoInCacheWithURL:(NSURL *)url{ + return [XHLaunchAdCache checkVideoInCacheWithURL:url]; +} ++(void)clearDiskCache{ + [XHLaunchAdCache clearDiskCache]; +} + ++(void)clearDiskCacheWithImageUrlArray:(NSArray *)imageUrlArray{ + [XHLaunchAdCache clearDiskCacheWithImageUrlArray:imageUrlArray]; +} + ++(void)clearDiskCacheExceptImageUrlArray:(NSArray *)exceptImageUrlArray{ + [XHLaunchAdCache clearDiskCacheExceptImageUrlArray:exceptImageUrlArray]; +} + ++(void)clearDiskCacheWithVideoUrlArray:(NSArray *)videoUrlArray{ + [XHLaunchAdCache clearDiskCacheWithVideoUrlArray:videoUrlArray]; +} + ++(void)clearDiskCacheExceptVideoUrlArray:(NSArray *)exceptVideoUrlArray{ + [XHLaunchAdCache clearDiskCacheExceptVideoUrlArray:exceptVideoUrlArray]; +} + ++(float)diskCacheSize{ + return [XHLaunchAdCache diskCacheSize]; +} + ++(NSString *)xhLaunchAdCachePath{ + return [XHLaunchAdCache xhLaunchAdCachePath]; +} + ++(NSString *)cacheImageURLString{ + return [XHLaunchAdCache getCacheImageUrl]; +} + ++(NSString *)cacheVideoURLString{ + return [XHLaunchAdCache getCacheVideoUrl]; +} + +#pragma mark - 过期 +/** 请使用removeAndAnimated: */ ++(void)skipAction{ + [[XHLaunchAd shareLaunchAd] removeAndAnimated:YES]; +} +/** 请使用setLaunchSourceType: */ ++(void)setLaunchImagesSource:(LaunchImagesSource)launchImagesSource{ + switch (launchImagesSource) { + case LaunchImagesSourceLaunchImage: + _sourceType = SourceTypeLaunchImage; + break; + case LaunchImagesSourceLaunchScreen: + _sourceType = SourceTypeLaunchScreen; + break; + default: + break; + } +} + +#pragma mark - private ++(XHLaunchAd *)shareLaunchAd{ + static XHLaunchAd *instance = nil; + static dispatch_once_t oneToken; + dispatch_once(&oneToken,^{ + instance = [[XHLaunchAd alloc] init]; + }); + return instance; +} + +- (instancetype)init{ + self = [super init]; + if (self) { + XHWeakSelf + [self setupLaunchAd]; + [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationWillEnterForegroundNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { + [self setupLaunchAdEnterForeground]; + }]; + [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidEnterBackgroundNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { + [self removeOnly]; + }]; + [[NSNotificationCenter defaultCenter] addObserverForName:XHLaunchAdDetailPageWillShowNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { + weakSelf.detailPageShowing = YES; + }]; + [[NSNotificationCenter defaultCenter] addObserverForName:XHLaunchAdDetailPageShowFinishNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { + weakSelf.detailPageShowing = NO; + }]; + } + return self; +} + +-(void)setupLaunchAdEnterForeground{ + switch (_launchAdType) { + case XHLaunchAdTypeImage:{ + if(!_imageAdConfiguration.showEnterForeground || _detailPageShowing) return; + [self setupLaunchAd]; + [self setupImageAdForConfiguration:_imageAdConfiguration]; + } + break; + case XHLaunchAdTypeVideo:{ + if(!_videoAdConfiguration.showEnterForeground || _detailPageShowing) return; + [self setupLaunchAd]; + [self setupVideoAdForConfiguration:_videoAdConfiguration]; + } + break; + default: + break; + } +} + +-(void)setupLaunchAd{ + UIWindow *window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; + window.rootViewController = [XHLaunchAdController new]; + window.rootViewController.view.backgroundColor = [UIColor clearColor]; + window.rootViewController.view.userInteractionEnabled = NO; + window.windowLevel = UIWindowLevelStatusBar + 1; + window.hidden = NO; + window.alpha = 1; + _window = window; + /** 添加launchImageView */ + [_window addSubview:[[XHLaunchImageView alloc] initWithSourceType:_sourceType]]; +} + +/**图片*/ +-(void)setupImageAdForConfiguration:(XHLaunchImageAdConfiguration *)configuration{ + if(_window == nil) return; + [self removeSubViewsExceptLaunchAdImageView]; + XHLaunchAdImageView *adImageView = [[XHLaunchAdImageView alloc] init]; + [_window addSubview:adImageView]; + /** frame */ + if(configuration.frame.size.width>0 && configuration.frame.size.height>0) adImageView.frame = configuration.frame; + if(configuration.contentMode) adImageView.contentMode = configuration.contentMode; + /** webImage */ + if(configuration.imageNameOrURLString.length && XHISURLString(configuration.imageNameOrURLString)){ + [XHLaunchAdCache async_saveImageUrl:configuration.imageNameOrURLString]; + /** 自设图片 */ + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:launchAdImageView:URL:)]) { + [self.delegate xhLaunchAd:self launchAdImageView:adImageView URL:[NSURL URLWithString:configuration.imageNameOrURLString]]; + }else{ + if(!configuration.imageOption) configuration.imageOption = XHLaunchAdImageDefault; + XHWeakSelf + [adImageView xh_setImageWithURL:[NSURL URLWithString:configuration.imageNameOrURLString] placeholderImage:nil GIFImageCycleOnce:configuration.GIFImageCycleOnce options:configuration.imageOption GIFImageCycleOnceFinish:^{ + //GIF不循环,播放完成 + [[NSNotificationCenter defaultCenter] postNotificationName:XHLaunchAdGIFImageCycleOnceFinishNotification object:nil userInfo:@{@"imageNameOrURLString":configuration.imageNameOrURLString}]; + + } completed:^(UIImage *image,NSData *imageData,NSError *error,NSURL *url){ + if(!error){ +#pragma clang diagnostic push +#pragma clang diagnostic ignored"-Wdeprecated-declarations" + if ([weakSelf.delegate respondsToSelector:@selector(xhLaunchAd:imageDownLoadFinish:)]) { + [weakSelf.delegate xhLaunchAd:self imageDownLoadFinish:image]; + } +#pragma clang diagnostic pop + if ([weakSelf.delegate respondsToSelector:@selector(xhLaunchAd:imageDownLoadFinish:imageData:)]) { + [weakSelf.delegate xhLaunchAd:self imageDownLoadFinish:image imageData:imageData]; + } + } + }]; + if(configuration.imageOption == XHLaunchAdImageCacheInBackground){ + /** 缓存中未有 */ + if(![XHLaunchAdCache checkImageInCacheWithURL:[NSURL URLWithString:configuration.imageNameOrURLString]]){ + [self removeAndAnimateDefault]; return; /** 完成显示 */ + } + } + } + }else{ + if(configuration.imageNameOrURLString.length){ + NSData *data = XHDataWithFileName(configuration.imageNameOrURLString); + if(XHISGIFTypeWithData(data)){ + FLAnimatedImage *image = [FLAnimatedImage animatedImageWithGIFData:data]; + adImageView.animatedImage = image; + adImageView.image = nil; + __weak typeof(adImageView) w_adImageView = adImageView; + adImageView.loopCompletionBlock = ^(NSUInteger loopCountRemaining) { + if(configuration.GIFImageCycleOnce){ + [w_adImageView stopAnimating]; + XHLaunchAdLog(@"GIF不循环,播放完成"); + [[NSNotificationCenter defaultCenter] postNotificationName:XHLaunchAdGIFImageCycleOnceFinishNotification object:@{@"imageNameOrURLString":configuration.imageNameOrURLString}]; + } + }; + }else{ + adImageView.animatedImage = nil; + adImageView.image = [UIImage imageWithData:data]; + } +#pragma clang diagnostic push +#pragma clang diagnostic ignored"-Wdeprecated-declarations" + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:imageDownLoadFinish:)]) { + [self.delegate xhLaunchAd:self imageDownLoadFinish:[UIImage imageWithData:data]]; + } +#pragma clang diagnostic pop + }else{ + XHLaunchAdLog(@"未设置广告图片"); + } + } + /** skipButton */ + [self addSkipButtonForConfiguration:configuration]; + [self startSkipDispathTimer]; + /** customView */ + if(configuration.subViews.count>0) [self addSubViews:configuration.subViews]; + XHWeakSelf + adImageView.click = ^(CGPoint point) { + [weakSelf clickAndPoint:point]; + }; +} + +-(void)addSkipButtonForConfiguration:(XHLaunchAdConfiguration *)configuration{ + if(!configuration.duration) configuration.duration = 5; + if(!configuration.skipButtonType) configuration.skipButtonType = SkipTypeTimeText; + if(configuration.customSkipView){ + [_window addSubview:configuration.customSkipView]; + }else{ + if(_skipButton == nil){ + _skipButton = [[XHLaunchAdButton alloc] initWithSkipType:configuration.skipButtonType]; + _skipButton.hidden = YES; + [_skipButton addTarget:self action:@selector(skipButtonClick:) forControlEvents:UIControlEventTouchUpInside]; + } + [_window addSubview:_skipButton]; + [_skipButton setTitleWithSkipType:configuration.skipButtonType duration:configuration.duration]; + } +} + +/**视频*/ +-(void)setupVideoAdForConfiguration:(XHLaunchVideoAdConfiguration *)configuration{ + if(_window ==nil) return; + [self removeSubViewsExceptLaunchAdImageView]; + if(!_adVideoView){ + _adVideoView = [[XHLaunchAdVideoView alloc] init]; + } + [_window addSubview:_adVideoView]; + /** frame */ + if(configuration.frame.size.width>0&&configuration.frame.size.height>0) _adVideoView.frame = configuration.frame; +#pragma clang diagnostic push +#pragma clang diagnostic ignored"-Wdeprecated-declarations" + if(configuration.scalingMode) _adVideoView.videoScalingMode = configuration.scalingMode; +#pragma clang diagnostic pop + if(configuration.videoGravity) _adVideoView.videoGravity = configuration.videoGravity; + _adVideoView.videoCycleOnce = configuration.videoCycleOnce; + if(configuration.videoCycleOnce){ + [[NSNotificationCenter defaultCenter] addObserverForName:AVPlayerItemDidPlayToEndTimeNotification object:nil queue:nil usingBlock:^(NSNotification * _Nonnull note) { + XHLaunchAdLog(@"video不循环,播放完成"); + [[NSNotificationCenter defaultCenter] postNotificationName:XHLaunchAdVideoCycleOnceFinishNotification object:nil userInfo:@{@"videoNameOrURLString":configuration.videoNameOrURLString}]; + }]; + } + /** video 数据源 */ + if(configuration.videoNameOrURLString.length && XHISURLString(configuration.videoNameOrURLString)){ + [XHLaunchAdCache async_saveVideoUrl:configuration.videoNameOrURLString]; + NSURL *pathURL = [XHLaunchAdCache getCacheVideoWithURL:[NSURL URLWithString:configuration.videoNameOrURLString]]; + if(pathURL){ + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:videoDownLoadFinish:)]) { + [self.delegate xhLaunchAd:self videoDownLoadFinish:pathURL]; + } + _adVideoView.contentURL = pathURL; + _adVideoView.muted = configuration.muted; + [_adVideoView.videoPlayer.player play]; + }else{ + XHWeakSelf + [[XHLaunchAdDownloader sharedDownloader] downloadVideoWithURL:[NSURL URLWithString:configuration.videoNameOrURLString] progress:^(unsigned long long total, unsigned long long current) { + if ([weakSelf.delegate respondsToSelector:@selector(xhLaunchAd:videoDownLoadProgress:total:current:)]) { + [weakSelf.delegate xhLaunchAd:self videoDownLoadProgress:current/(float)total total:total current:current]; + } + } completed:^(NSURL * _Nullable location, NSError * _Nullable error){ + if(!error){ + if ([weakSelf.delegate respondsToSelector:@selector(xhLaunchAd:videoDownLoadFinish:)]){ + [weakSelf.delegate xhLaunchAd:self videoDownLoadFinish:location]; + } + } + }]; + /***视频缓存,提前显示完成 */ + [self removeAndAnimateDefault]; return; + } + }else{ + if(configuration.videoNameOrURLString.length){ + NSURL *pathURL = nil; + NSURL *cachePathURL = [[NSURL alloc] initFileURLWithPath:[XHLaunchAdCache videoPathWithFileName:configuration.videoNameOrURLString]]; + //若本地视频未在沙盒缓存文件夹中 + if (![XHLaunchAdCache checkVideoInCacheWithFileName:configuration.videoNameOrURLString]) { + /***如果不在沙盒文件夹中则将其复制一份到沙盒缓存文件夹中/下次直接取缓存文件夹文件,加快文件查找速度 */ + NSURL *bundleURL = [[NSBundle mainBundle] URLForResource:configuration.videoNameOrURLString withExtension:nil]; + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + [[NSFileManager defaultManager] copyItemAtURL:bundleURL toURL:cachePathURL error:nil]; + }); + pathURL = bundleURL; + }else{ + pathURL = cachePathURL; + } + + if(pathURL){ + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:videoDownLoadFinish:)]) { + [self.delegate xhLaunchAd:self videoDownLoadFinish:pathURL]; + } + _adVideoView.contentURL = pathURL; + _adVideoView.muted = configuration.muted; + [_adVideoView.videoPlayer.player play]; + + }else{ + XHLaunchAdLog(@"Error:广告视频未找到,请检查名称是否有误!"); + } + }else{ + XHLaunchAdLog(@"未设置广告视频"); + } + } + /** skipButton */ + [self addSkipButtonForConfiguration:configuration]; + [self startSkipDispathTimer]; + /** customView */ + if(configuration.subViews.count>0) [self addSubViews:configuration.subViews]; + XHWeakSelf + _adVideoView.click = ^(CGPoint point) { + [weakSelf clickAndPoint:point]; + }; +} + +#pragma mark - add subViews +-(void)addSubViews:(NSArray *)subViews{ + [subViews enumerateObjectsUsingBlock:^(UIView *view, NSUInteger idx, BOOL *stop) { + [_window addSubview:view]; + }]; +} + +#pragma mark - set +-(void)setImageAdConfiguration:(XHLaunchImageAdConfiguration *)imageAdConfiguration{ + _imageAdConfiguration = imageAdConfiguration; + _launchAdType = XHLaunchAdTypeImage; + [self setupImageAdForConfiguration:imageAdConfiguration]; +} + +-(void)setVideoAdConfiguration:(XHLaunchVideoAdConfiguration *)videoAdConfiguration{ + _videoAdConfiguration = videoAdConfiguration; + _launchAdType = XHLaunchAdTypeVideo; + dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(CGFLOAT_MIN * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ + [self setupVideoAdForConfiguration:videoAdConfiguration]; + }); +} + +-(void)setWaitDataDuration:(NSInteger)waitDataDuration{ + _waitDataDuration = waitDataDuration; + /** 数据等待 */ + [self startWaitDataDispathTiemr]; +} + +#pragma mark - Action +-(void)skipButtonClick:(XHLaunchAdButton *)button{ + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:clickSkipButton:)]) { + [self.delegate xhLaunchAd:self clickSkipButton:button]; + } + [self removeAndAnimated:YES]; +} + +-(void)removeAndAnimated:(BOOL)animated{ + if(animated){ + [self removeAndAnimate]; + }else{ + [self remove]; + } +} + +-(void)clickAndPoint:(CGPoint)point{ + self.clickPoint = point; + XHLaunchAdConfiguration * configuration = [self commonConfiguration]; +#pragma clang diagnostic push +#pragma clang diagnostic ignored"-Wdeprecated-declarations" + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:clickAndOpenURLString:)]) { + [self.delegate xhLaunchAd:self clickAndOpenURLString:configuration.openURLString]; + [self removeAndAnimateDefault]; + } + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:clickAndOpenURLString:clickPoint:)]) { + [self.delegate xhLaunchAd:self clickAndOpenURLString:configuration.openURLString clickPoint:point]; + [self removeAndAnimateDefault]; + } + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:clickAndOpenModel:clickPoint:)]) { + [self.delegate xhLaunchAd:self clickAndOpenModel:configuration.openModel clickPoint:point]; + [self removeAndAnimateDefault]; + } +#pragma clang diagnostic pop + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:clickAtOpenModel:clickPoint:)]) { + BOOL status = [self.delegate xhLaunchAd:self clickAtOpenModel:configuration.openModel clickPoint:point]; + if(status) [self removeAndAnimateDefault]; + } +} + +-(XHLaunchAdConfiguration *)commonConfiguration{ + XHLaunchAdConfiguration *configuration = nil; + switch (_launchAdType) { + case XHLaunchAdTypeVideo: + configuration = _videoAdConfiguration; + break; + case XHLaunchAdTypeImage: + configuration = _imageAdConfiguration; + break; + default: + break; + } + return configuration; +} + +-(void)startWaitDataDispathTiemr{ + __block NSInteger duration = defaultWaitDataDuration; + if(_waitDataDuration) duration = _waitDataDuration; + _waitDataTimer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)); + NSTimeInterval period = 1.0; + dispatch_source_set_timer(_waitDataTimer, dispatch_walltime(NULL, 0), period * NSEC_PER_SEC, 0); + dispatch_source_set_event_handler(_waitDataTimer, ^{ + if(duration==0){ + DISPATCH_SOURCE_CANCEL_SAFE(_waitDataTimer); + dispatch_async(dispatch_get_main_queue(), ^{ + [[NSNotificationCenter defaultCenter] postNotificationName:XHLaunchAdWaitDataDurationArriveNotification object:nil]; + [self remove]; + return ; + }); + } + duration--; + }); + dispatch_resume(_waitDataTimer); +} + +-(void)startSkipDispathTimer{ + XHLaunchAdConfiguration * configuration = [self commonConfiguration]; + DISPATCH_SOURCE_CANCEL_SAFE(_waitDataTimer); + if(!configuration.skipButtonType) configuration.skipButtonType = SkipTypeTimeText;//默认 + __block NSInteger duration = 5;//默认 + if(configuration.duration) duration = configuration.duration; + if(configuration.skipButtonType == SkipTypeRoundProgressTime || configuration.skipButtonType == SkipTypeRoundProgressText){ + [_skipButton startRoundDispathTimerWithDuration:duration]; + } + NSTimeInterval period = 1.0; + _skipTimer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)); + dispatch_source_set_timer(_skipTimer, dispatch_walltime(NULL, 0), period * NSEC_PER_SEC, 0); + dispatch_source_set_event_handler(_skipTimer, ^{ + dispatch_async(dispatch_get_main_queue(), ^{ + if ([self.delegate respondsToSelector:@selector(xhLaunchAd:customSkipView:duration:)]) { + [self.delegate xhLaunchAd:self customSkipView:configuration.customSkipView duration:duration]; + } + if(!configuration.customSkipView){ + [_skipButton setTitleWithSkipType:configuration.skipButtonType duration:duration]; + } + if(duration==0){ + DISPATCH_SOURCE_CANCEL_SAFE(_skipTimer); + [self removeAndAnimate]; return ; + } + duration--; + }); + }); + dispatch_resume(_skipTimer); +} + +-(void)removeAndAnimate{ + + XHLaunchAdConfiguration * configuration = [self commonConfiguration]; + CGFloat duration = showFinishAnimateTimeDefault; + if(configuration.showFinishAnimateTime>0) duration = configuration.showFinishAnimateTime; + switch (configuration.showFinishAnimate) { + case ShowFinishAnimateNone:{ + [self remove]; + } + break; + case ShowFinishAnimateFadein:{ + [self removeAndAnimateDefault]; + } + break; + case ShowFinishAnimateLite:{ + [UIView transitionWithView:_window duration:duration options:UIViewAnimationOptionCurveEaseOut animations:^{ + _window.transform = CGAffineTransformMakeScale(1.5, 1.5); + _window.alpha = 0; + } completion:^(BOOL finished) { + [self remove]; + }]; + } + break; + case ShowFinishAnimateFlipFromLeft:{ + [UIView transitionWithView:_window duration:duration options:UIViewAnimationOptionTransitionFlipFromLeft animations:^{ + _window.alpha = 0; + } completion:^(BOOL finished) { + [self remove]; + }]; + } + break; + case ShowFinishAnimateFlipFromBottom:{ + [UIView transitionWithView:_window duration:duration options:UIViewAnimationOptionTransitionFlipFromBottom animations:^{ + _window.alpha = 0; + } completion:^(BOOL finished) { + [self remove]; + }]; + } + break; + case ShowFinishAnimateCurlUp:{ + [UIView transitionWithView:_window duration:duration options:UIViewAnimationOptionTransitionCurlUp animations:^{ + _window.alpha = 0; + } completion:^(BOOL finished) { + [self remove]; + }]; + } + break; + default:{ + [self removeAndAnimateDefault]; + } + break; + } +} + +-(void)removeAndAnimateDefault{ + XHLaunchAdConfiguration * configuration = [self commonConfiguration]; + CGFloat duration = showFinishAnimateTimeDefault; + if(configuration.showFinishAnimateTime>0) duration = configuration.showFinishAnimateTime; + [UIView transitionWithView:_window duration:duration options:UIViewAnimationOptionTransitionNone animations:^{ + _window.alpha = 0; + } completion:^(BOOL finished) { + [self remove]; + }]; +} +-(void)removeOnly{ + DISPATCH_SOURCE_CANCEL_SAFE(_waitDataTimer) + DISPATCH_SOURCE_CANCEL_SAFE(_skipTimer) + REMOVE_FROM_SUPERVIEW_SAFE(_skipButton) + if(_launchAdType==XHLaunchAdTypeVideo){ + if(_adVideoView){ + [_adVideoView stopVideoPlayer]; + REMOVE_FROM_SUPERVIEW_SAFE(_adVideoView) + } + } + if(_window){ + [_window.subviews enumerateObjectsUsingBlock:^(__kindof UIView * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + REMOVE_FROM_SUPERVIEW_SAFE(obj) + }]; + _window.hidden = YES; + _window = nil; + } +} + +-(void)remove{ + [self removeOnly]; +#pragma clang diagnostic push +#pragma clang diagnostic ignored"-Wdeprecated-declarations" + if ([self.delegate respondsToSelector:@selector(xhLaunchShowFinish:)]) { + [self.delegate xhLaunchShowFinish:self]; + } +#pragma clang diagnostic pop + if ([self.delegate respondsToSelector:@selector(xhLaunchAdShowFinish:)]) { + [self.delegate xhLaunchAdShowFinish:self]; + } +} + +-(void)removeSubViewsExceptLaunchAdImageView{ + [_window.subviews enumerateObjectsUsingBlock:^(__kindof UIView * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + if(![obj isKindOfClass:[XHLaunchImageView class]]){ + REMOVE_FROM_SUPERVIEW_SAFE(obj) + } + }]; +} +-(void)dealloc{ + [[NSNotificationCenter defaultCenter] removeObserver:self]; +} +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.h new file mode 100644 index 0000000..ecb5af7 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.h @@ -0,0 +1,33 @@ +// +// XHLaunchAdSkipButton.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/9. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import + +/** + * 倒计时类型 + */ +typedef NS_ENUM(NSInteger,SkipType) { + SkipTypeNone = 1,//无 + /** 方形 */ + SkipTypeTime = 2,//方形:倒计时 + SkipTypeText = 3,//方形:跳过 + SkipTypeTimeText = 4,//方形:倒计时+跳过 (default) + /** 圆形 */ + SkipTypeRoundTime = 5,//圆形:倒计时 + SkipTypeRoundText = 6,//圆形:跳过 + SkipTypeRoundProgressTime = 7,//圆形:进度圈+倒计时 + SkipTypeRoundProgressText = 8,//圆形:进度圈+跳过 +}; + +@interface XHLaunchAdButton : UIButton + +- (instancetype)initWithSkipType:(SkipType)skipType; +- (void)startRoundDispathTimerWithDuration:(CGFloat )duration; +- (void)setTitleWithSkipType:(SkipType)skipType duration:(NSInteger)duration; + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.m new file mode 100644 index 0000000..5f4c70c --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdButton.m @@ -0,0 +1,223 @@ +// +// XHLaunchAdSkipButton.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/9. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdButton.h" +#import "XHLaunchAdConst.h" + +/** Progress颜色 */ +#define RoundProgressColor [UIColor whiteColor] +/** 背景色 */ +#define BackgroundColor [UIColor colorWithRed:0 green:0 blue:0 alpha:0.4] +/** 字体颜色 */ +#define FontColor [UIColor whiteColor] + +#define SkipTitle @"跳过" +/** 倒计时单位 */ +#define DurationUnit @"S" + +@interface XHLaunchAdButton() +@property(nonatomic,assign)SkipType skipType; +@property(nonatomic,assign)CGFloat leftRightSpace; +@property(nonatomic,assign)CGFloat topBottomSpace; +@property(nonatomic,strong)UILabel *timeLab; +@property (nonatomic,strong) CAShapeLayer *roundLayer; +@property(nonatomic,copy)dispatch_source_t roundTimer; +@end + +@implementation XHLaunchAdButton + +- (instancetype)initWithSkipType:(SkipType)skipType{ + self = [super init]; + if (self) { + + _skipType = skipType; + CGFloat y = XH_FULLSCREEN ? 44 : 20; + self.frame = CGRectMake(XH_ScreenW-80,y, 70, 35);//方形 + switch (skipType) { + case SkipTypeRoundTime: + case SkipTypeRoundText: + case SkipTypeRoundProgressTime: + case SkipTypeRoundProgressText:{//环形 + self.frame = CGRectMake(XH_ScreenW-55,y, 42, 42); + } + break; + default: + break; + } + + switch (skipType) { + case SkipTypeNone:{ + self.hidden = YES; + } + break; + case SkipTypeTime:{ + [self addSubview:self.timeLab]; + self.leftRightSpace = 5; + self.topBottomSpace = 2.5; + } + break; + case SkipTypeText:{ + [self addSubview:self.timeLab]; + self.leftRightSpace = 5; + self.topBottomSpace = 2.5; + } + break; + case SkipTypeTimeText:{ + [self addSubview:self.timeLab]; + self.leftRightSpace = 5; + self.topBottomSpace = 2.5; + } + break; + case SkipTypeRoundTime:{ + [self addSubview:self.timeLab]; + } + break; + case SkipTypeRoundText:{ + [self addSubview:self.timeLab]; + } + break; + case SkipTypeRoundProgressTime:{ + [self addSubview:self.timeLab]; + [self.timeLab.layer addSublayer:self.roundLayer]; + } + break; + case SkipTypeRoundProgressText:{ + [self addSubview:self.timeLab]; + [self.timeLab.layer addSublayer:self.roundLayer]; + } + break; + default: + break; + } + } + return self; +} + +-(UILabel *)timeLab{ + if(_timeLab == nil){ + _timeLab = [[UILabel alloc] initWithFrame:self.bounds]; + _timeLab.textColor = FontColor; + _timeLab.backgroundColor = BackgroundColor; + _timeLab.layer.masksToBounds = YES; + _timeLab.textAlignment = NSTextAlignmentCenter; + _timeLab.font = [UIFont systemFontOfSize:13.5]; + [self cornerRadiusWithView:_timeLab]; + } + return _timeLab; +} + +-(CAShapeLayer *)roundLayer{ + if(_roundLayer==nil){ + _roundLayer = [CAShapeLayer layer]; + _roundLayer.fillColor = BackgroundColor.CGColor; + _roundLayer.strokeColor = RoundProgressColor.CGColor; + _roundLayer.lineCap = kCALineCapRound; + _roundLayer.lineJoin = kCALineJoinRound; + _roundLayer.lineWidth = 2; + _roundLayer.frame = self.bounds; + _roundLayer.path = [UIBezierPath bezierPathWithArcCenter:CGPointMake(self.timeLab.bounds.size.width/2.0, self.timeLab.bounds.size.width/2.0) radius:self.timeLab.bounds.size.width/2.0-1.0 startAngle:-0.5*M_PI endAngle:1.5*M_PI clockwise:YES].CGPath; + _roundLayer.strokeStart = 0; + } + return _roundLayer; +} + +- (void)setTitleWithSkipType:(SkipType)skipType duration:(NSInteger)duration{ + + switch (skipType) { + case SkipTypeNone:{ + self.hidden = YES; + } + break; + case SkipTypeTime:{ + self.hidden = NO; + self.timeLab.text = [NSString stringWithFormat:@"%ld %@",duration,DurationUnit]; + } + break; + case SkipTypeText:{ + self.hidden = NO; + self.timeLab.text = SkipTitle; + } + break; + case SkipTypeTimeText:{ + self.hidden = NO; + self.timeLab.text = [NSString stringWithFormat:@"%ld %@",duration,SkipTitle]; + } + break; + case SkipTypeRoundTime:{ + self.hidden = NO; + self.timeLab.text = [NSString stringWithFormat:@"%ld %@",duration,DurationUnit]; + } + break; + case SkipTypeRoundText:{ + self.hidden = NO; + self.timeLab.text = SkipTitle; + } + break; + case SkipTypeRoundProgressTime:{ + self.hidden = NO; + self.timeLab.text = [NSString stringWithFormat:@"%ld %@",duration,DurationUnit]; + } + break; + case SkipTypeRoundProgressText:{ + self.hidden = NO; + self.timeLab.text = SkipTitle; + } + break; + default: + break; + } +} + +-(void)startRoundDispathTimerWithDuration:(CGFloat )duration{ + NSTimeInterval period = 0.05; + __block CGFloat roundDuration = duration; + _roundTimer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)); + dispatch_source_set_timer(_roundTimer, dispatch_walltime(NULL, 0), period * NSEC_PER_SEC, 0); + dispatch_source_set_event_handler(_roundTimer, ^{ + dispatch_async(dispatch_get_main_queue(), ^{ + if(roundDuration<=0){ + self.roundLayer.strokeStart = 1; + DISPATCH_SOURCE_CANCEL_SAFE(self.roundTimer); + } + self.roundLayer.strokeStart += 1/(duration/period); + roundDuration -= period; + }); + }); + dispatch_resume(_roundTimer); +} + +-(void)setLeftRightSpace:(CGFloat)leftRightSpace{ + _leftRightSpace = leftRightSpace; + CGRect frame = self.timeLab.frame; + CGFloat width = frame.size.width; + if(leftRightSpace<=0 || leftRightSpace*2>= width) return; + frame = CGRectMake(leftRightSpace, frame.origin.y, width-2*leftRightSpace, frame.size.height); + self.timeLab.frame = frame; + [self cornerRadiusWithView:self.timeLab]; +} + +-(void)setTopBottomSpace:(CGFloat)topBottomSpace{ + _topBottomSpace = topBottomSpace; + CGRect frame = self.timeLab.frame; + CGFloat height = frame.size.height; + if(topBottomSpace<=0 || topBottomSpace*2>= height) return; + frame = CGRectMake(frame.origin.x, topBottomSpace, frame.size.width, height-2*topBottomSpace); + self.timeLab.frame = frame; + [self cornerRadiusWithView:self.timeLab]; +} + +-(void)cornerRadiusWithView:(UIView *)view{ + CGFloat min = view.frame.size.height; + if(view.frame.size.height > view.frame.size.width) { + min = view.frame.size.width; + } + view.layer.cornerRadius = min/2.0; + view.layer.masksToBounds = YES; +} + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.h new file mode 100644 index 0000000..a42e4cb --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.h @@ -0,0 +1,199 @@ +// +// XHLaunchAdCache.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/6/13. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +typedef void(^SaveCompletionBlock)(BOOL result , NSURL * URL); + +@interface XHLaunchAdCache : NSObject + +#pragma mark - 图片 +/** + * 获取缓存图片 + * + * @param url 图片url + * + * @return 图片 + */ ++(UIImage *)getCacheImageWithURL:(NSURL *)url; + +/** + 获取缓存图片 + + @param url 图片url + @return imageData + */ ++(NSData *)getCacheImageDataWithURL:(NSURL *)url; + +/** + 缓存图片 + + @param data imageData + @param url 图片url + @return 缓存结果 + */ ++(BOOL)saveImageData:(NSData *)data imageURL:(NSURL *)url; + +/** + 缓存图片 - 异步 + + @param data imageData + @param url 图片url + @param completedBlock 结果回调 + */ ++(void)async_saveImageData:(NSData *)data imageURL:(NSURL *)url completed:(nullable SaveCompletionBlock)completedBlock; + +/** + * 检查是否已缓存在该图片 + * + * @param url image url + * + * @return BOOL + */ + +#pragma mark - 视频 ++(BOOL)checkImageInCacheWithURL:(NSURL *)url; + +/** + * 检查是否已缓存该视频 + * + * @param url video url + * + * @return BOOL + */ ++(BOOL)checkVideoInCacheWithURL:(NSURL *)url; + +/** + * 检查是否已缓存该视频(仅限于本地视频读取使用) + * + * @param videoFileName 本地视频文件名称 + * + * @return BOOL + */ ++(BOOL)checkVideoInCacheWithFileName:(NSString *)videoFileName; + +/** + * 获取缓存视频路径 + * + * @param url 视频链接url + * @return 视频本地路径 + */ ++(nullable NSURL *)getCacheVideoWithURL:(NSURL *)url; + +/** + 保存视频到缓存目录 + + @param location 视频路径 + @param url 视频url + + @return 缓存结果 + */ ++(BOOL)saveVideoAtLocation:(NSURL *)location URL:(NSURL *)url; + +/** + 保存视频到缓存目录 - 异步 + + @param location 视频路径 + @param url 视频url + @param completedBlock 结果回调 + */ ++(void)async_saveVideoAtLocation:(NSURL *)location URL:(NSURL *)url completed:(nullable SaveCompletionBlock)completedBlock;; + +/** + * 生成视频路径 for url + */ ++(NSString *)videoPathWithURL:(NSURL *)url; + +/** + * 生成视频路径 for videoFileName(仅限于本地视频读取使用) + */ ++(NSString *)videoPathWithFileName:(NSString *)videoFileName; + +#pragma mark - url缓存 +/** + 存储图片url - 异步 + + @param url 图片url + */ ++(void)async_saveImageUrl:(NSString *)url; + +/** + 获取最后一次缓存的图片url + + @return url string + */ ++(NSString *)getCacheImageUrl; + +/** + 存储视频url - 异步 + + @param url 视频url + */ ++(void)async_saveVideoUrl:(NSString *)url; + +/** + 获取最后一次缓存的视频url + + @return url string + */ ++(NSString *)getCacheVideoUrl; + +#pragma mark - 其他 +/** + * 缓存路径 + */ ++ (NSString *)xhLaunchAdCachePath; + +/** + * 清除XHLaunchAd本地所有缓存(异步) + */ ++(void)clearDiskCache; + +/** + 清除指定Url的图片本地缓存(异步) + + @param imageUrlArray 图片Url数组 + */ ++(void)clearDiskCacheWithImageUrlArray:(NSArray *)imageUrlArray; + +/** + 清除指定Url除外的图片本地缓存(异步) + + @param exceptImageUrlArray 不需要清除缓存的图片Url数组,此url数组图片缓存将被保留 + */ ++(void)clearDiskCacheExceptImageUrlArray:(NSArray *)exceptImageUrlArray; + +/** + 清除指定Url的视频本地缓存(异步) + + @param videoUrlArray 视频url数组 + */ ++(void)clearDiskCacheWithVideoUrlArray:(NSArray *)videoUrlArray; + +/** + 清除指定Url除外的视频本地缓存(异步) + + @param exceptVideoUrlArray 不需要清除缓存的视频Url数组,此url数组视频缓存将被保留 + */ ++(void)clearDiskCacheExceptVideoUrlArray:(NSArray *)exceptVideoUrlArray; + +/** + * 获取XHLaunch本地缓存大小(M) + */ ++(float)diskCacheSize; + +#pragma mark - other + ++(NSString *)md5String:(NSString *)string; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.m new file mode 100644 index 0000000..ceb9421 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdCache.m @@ -0,0 +1,293 @@ +// +// XHLaunchAdCache.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/6/13. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdCache.h" +#import +#import "XHLaunchAdConst.h" + +@implementation XHLaunchAdCache + ++(UIImage *)getCacheImageWithURL:(NSURL *)url{ + if(url==nil) return nil; + NSData *data = [NSData dataWithContentsOfFile:[self imagePathWithURL:url]]; + return [UIImage imageWithData:data]; +} + ++(NSData *)getCacheImageDataWithURL:(NSURL *)url{ + if(url==nil) return nil; + return [NSData dataWithContentsOfFile:[self imagePathWithURL:url]]; +} + ++(BOOL)saveImageData:(NSData *)data imageURL:(NSURL *)url{ + NSString *path = [NSString stringWithFormat:@"%@/%@",[self xhLaunchAdCachePath],[self keyWithURL:url]]; + if (data) { + BOOL result = [[NSFileManager defaultManager] createFileAtPath:path contents:data attributes:nil]; + if (!result) XHLaunchAdLog(@"cache file error for URL: %@", url); + return result; + } + return NO; +} + ++(void)async_saveImageData:(NSData *)data imageURL:(NSURL *)url completed:(nullable SaveCompletionBlock)completedBlock{ + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + BOOL result = [self saveImageData:data imageURL:url]; + dispatch_async(dispatch_get_main_queue(), ^{ + if(completedBlock) completedBlock(result , url); + }); + }); +} + ++(BOOL)saveVideoAtLocation:(NSURL *)location URL:(NSURL *)url{ + NSString *savePath = [[self xhLaunchAdCachePath] stringByAppendingPathComponent:[self videoNameWithURL:url]]; + NSURL *savePathUrl = [NSURL fileURLWithPath:savePath]; + BOOL result =[[NSFileManager defaultManager] moveItemAtURL:location toURL:savePathUrl error:nil]; + if(!result) XHLaunchAdLog(@"cache file error for URL: %@", url); + return result; +} + ++(void)async_saveVideoAtLocation:(NSURL *)location URL:(NSURL *)url completed:(nullable SaveCompletionBlock)completedBlock{ + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + BOOL result = [self saveVideoAtLocation:location URL:url]; + dispatch_async(dispatch_get_main_queue(), ^{ + if(completedBlock) completedBlock(result , url); + }); + }); +} + ++(nullable NSURL *)getCacheVideoWithURL:(NSURL *)url{ + NSString *savePath = [[self xhLaunchAdCachePath] stringByAppendingPathComponent:[self videoNameWithURL:url]]; + //如果存在 + if([[NSFileManager defaultManager] fileExistsAtPath:savePath]){ + return [NSURL fileURLWithPath:savePath]; + } + return nil; +} + ++ (NSString *)xhLaunchAdCachePath{ + NSString *path =[NSHomeDirectory() stringByAppendingPathComponent:@"Library/XHLaunchAdCache"]; + [self checkDirectory:path]; + return path; +} + ++(NSString *)imagePathWithURL:(NSURL *)url{ + if(url==nil) return nil; + return [[self xhLaunchAdCachePath] stringByAppendingPathComponent:[self keyWithURL:url]]; +} + ++(NSString *)videoPathWithURL:(NSURL *)url{ + if(url==nil) return nil; + return [[self xhLaunchAdCachePath] stringByAppendingPathComponent:[self videoNameWithURL:url]]; +} + ++(NSString *)videoPathWithFileName:(NSString *)videoFileName{ + if(videoFileName.length==0) return nil; + return [[self xhLaunchAdCachePath] stringByAppendingPathComponent:[self videoNameWithURL:[NSURL URLWithString:videoFileName]]]; +} + + ++(BOOL)checkImageInCacheWithURL:(NSURL *)url{ + return [[NSFileManager defaultManager] fileExistsAtPath:[self imagePathWithURL:url]]; +} + ++(BOOL)checkVideoInCacheWithURL:(NSURL *)url{ + return [[NSFileManager defaultManager] fileExistsAtPath:[self videoPathWithURL:url]]; +} + ++(BOOL)checkVideoInCacheWithFileName:(NSString *)videoFileName{ + return [[NSFileManager defaultManager] fileExistsAtPath:[self videoPathWithFileName:videoFileName]]; +} + ++(void)checkDirectory:(NSString *)path { + NSFileManager *fileManager = [NSFileManager defaultManager]; + BOOL isDir; + if (![fileManager fileExistsAtPath:path isDirectory:&isDir]) { + [self createBaseDirectoryAtPath:path]; + } else { + if (!isDir) { + NSError *error = nil; + [fileManager removeItemAtPath:path error:&error]; + [self createBaseDirectoryAtPath:path]; + } + } +} + +#pragma mark - url缓存 ++(void)async_saveImageUrl:(NSString *)url{ + if(url==nil) return; + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + [[NSUserDefaults standardUserDefaults] setObject:url forKey:XHCacheImageUrlStringKey]; + [[NSUserDefaults standardUserDefaults] synchronize]; + }); +} + ++(NSString *)getCacheImageUrl{ + return [[NSUserDefaults standardUserDefaults] objectForKey:XHCacheImageUrlStringKey]; +} + ++(void)async_saveVideoUrl:(NSString *)url{ + if(url==nil) return; + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + [[NSUserDefaults standardUserDefaults] setObject:url forKey:XHCacheVideoUrlStringKey]; + [[NSUserDefaults standardUserDefaults] synchronize]; + }); +} + ++(NSString *)getCacheVideoUrl{ + return [[NSUserDefaults standardUserDefaults] objectForKey:XHCacheVideoUrlStringKey]; +} + +#pragma mark - 其他 ++(void)clearDiskCache{ + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + NSFileManager *fileManager = [NSFileManager defaultManager]; + NSString *path = [self xhLaunchAdCachePath]; + [fileManager removeItemAtPath:path error:nil]; + [self checkDirectory:[self xhLaunchAdCachePath]]; + }); +} + ++(void)clearDiskCacheWithImageUrlArray:(NSArray *)imageUrlArray{ + if(imageUrlArray.count==0) return; + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + [imageUrlArray enumerateObjectsUsingBlock:^(NSURL * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + if([self checkImageInCacheWithURL:obj]){ + [[NSFileManager defaultManager] removeItemAtPath:[self imagePathWithURL:obj] error:nil]; + } + }]; + }); +} + ++(void)clearDiskCacheExceptImageUrlArray:(NSArray *)exceptImageUrlArray{ + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + NSArray *allFilePaths = [self allFilePathWithDirectoryPath:[self xhLaunchAdCachePath]]; + NSArray *exceptImagePaths = [self filePathsWithFileUrlArray:exceptImageUrlArray videoType:NO]; + [allFilePaths enumerateObjectsUsingBlock:^(NSString * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + if(![exceptImagePaths containsObject:obj] && !XHISVideoTypeWithPath(obj)){ + [[NSFileManager defaultManager] removeItemAtPath:obj error:nil]; + } + }]; + XHLaunchAdLog(@"allFilePath = %@",allFilePaths); + }); +} + ++(void)clearDiskCacheWithVideoUrlArray:(NSArray *)videoUrlArray{ + if(videoUrlArray.count==0) return; + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + [videoUrlArray enumerateObjectsUsingBlock:^(NSURL * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + if([self checkVideoInCacheWithURL:obj]){ + [[NSFileManager defaultManager] removeItemAtPath:[self videoPathWithURL:obj] error:nil]; + } + }]; + }); +} + ++(void)clearDiskCacheExceptVideoUrlArray:(NSArray *)exceptVideoUrlArray{ + dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + NSArray *allFilePaths = [self allFilePathWithDirectoryPath:[self xhLaunchAdCachePath]]; + NSArray *exceptVideoPaths = [self filePathsWithFileUrlArray:exceptVideoUrlArray videoType:YES]; + [allFilePaths enumerateObjectsUsingBlock:^(NSString * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + if(![exceptVideoPaths containsObject:obj] && XHISVideoTypeWithPath(obj)){ + [[NSFileManager defaultManager] removeItemAtPath:obj error:nil]; + } + }]; + XHLaunchAdLog(@"allFilePath = %@",allFilePaths); + }); +} + ++(float)diskCacheSize{ + NSString *directoryPath = [self xhLaunchAdCachePath]; + BOOL isDir = NO; + unsigned long long total = 0; + if ([[NSFileManager defaultManager] fileExistsAtPath:directoryPath isDirectory:&isDir]) { + if (isDir) { + NSError *error = nil; + NSArray *array = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:directoryPath error:&error]; + if (error == nil) { + for (NSString *subpath in array) { + NSString *path = [directoryPath stringByAppendingPathComponent:subpath]; + NSDictionary *dict = [[NSFileManager defaultManager] attributesOfItemAtPath:path error:&error]; + if (!error) { + total += [dict[NSFileSize] unsignedIntegerValue]; + } + } + } + } + } + return total/(1024.0*1024.0); +} + ++(NSArray *)filePathsWithFileUrlArray:(NSArray *)fileUrlArray videoType:(BOOL)videoType{ + NSMutableArray *filePaths = [[NSMutableArray alloc] init]; + [fileUrlArray enumerateObjectsUsingBlock:^(NSURL * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { + NSString *path; + if(videoType){ + path = [self videoPathWithURL:obj]; + }else{ + path = [self imagePathWithURL:obj]; + } + [filePaths addObject:path]; + }]; + return filePaths; +} + ++(NSArray*)allFilePathWithDirectoryPath:(NSString*)directoryPath{ + NSMutableArray* array = [[NSMutableArray alloc] init]; + NSFileManager* fileManager = [NSFileManager defaultManager]; + NSArray* tempArray = [fileManager contentsOfDirectoryAtPath:directoryPath error:nil]; + for (NSString* fileName in tempArray) { + BOOL flag = YES; + NSString* fullPath = [directoryPath stringByAppendingPathComponent:fileName]; + if ([fileManager fileExistsAtPath:fullPath isDirectory:&flag]) { + if (!flag) { + [array addObject:fullPath]; + } + } + } + return array; +} + ++ (void)createBaseDirectoryAtPath:(NSString *)path { + __autoreleasing NSError *error = nil; + [[NSFileManager defaultManager] createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:&error]; + if (error) { + XHLaunchAdLog(@"create cache directory failed, error = %@", error); + } else { + [self addDoNotBackupAttribute:path]; + } + XHLaunchAdLog(@"XHLaunchAdCachePath = %@",path); +} + ++ (void)addDoNotBackupAttribute:(NSString *)path { + NSURL *url = [NSURL fileURLWithPath:path]; + NSError *error = nil; + [url setResourceValue:[NSNumber numberWithBool:YES] forKey:NSURLIsExcludedFromBackupKey error:&error]; + if (error) { + XHLaunchAdLog(@"error to set do not backup attribute, error = %@", error); + } +} + ++(NSString *)md5String:(NSString *)string{ + const char *value = [string UTF8String]; + unsigned char outputBuffer[CC_MD5_DIGEST_LENGTH]; + CC_MD5(value, (CC_LONG)strlen(value), outputBuffer); + NSMutableString *outputString = [[NSMutableString alloc] initWithCapacity:CC_MD5_DIGEST_LENGTH * 2]; + for(NSInteger count = 0; count < CC_MD5_DIGEST_LENGTH; count++){ + [outputString appendFormat:@"%02x",outputBuffer[count]]; + } + return outputString; +} + ++(NSString *)videoNameWithURL:(NSURL *)url{ + return [[self md5String:url.absoluteString] stringByAppendingString:@".mp4"]; +} + ++(NSString *)keyWithURL:(NSURL *)url{ + return [self md5String:url.absoluteString]; +} + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.h new file mode 100644 index 0000000..eea0637 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.h @@ -0,0 +1,114 @@ +// +// XHLaunchAdConfiguration.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/28. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import +#import +#import "XHLaunchAdButton.h" +#import +#import +#import "XHLaunchAdImageManager.h" +#import "XHLaunchAdConst.h" + +NS_ASSUME_NONNULL_BEGIN + +/** 显示完成动画时间默认时间 */ +static CGFloat const showFinishAnimateTimeDefault = 0.8; + +/** 显示完成动画类型 */ +typedef NS_ENUM(NSInteger , ShowFinishAnimate) { + /** 无动画 */ + ShowFinishAnimateNone = 1, + /** 普通淡入(default) */ + ShowFinishAnimateFadein = 2, + /** 放大淡入 */ + ShowFinishAnimateLite = 3, + /** 左右翻转(类似网易云音乐) */ + ShowFinishAnimateFlipFromLeft = 4, + /** 下上翻转 */ + ShowFinishAnimateFlipFromBottom = 5, + /** 向上翻页 */ + ShowFinishAnimateCurlUp = 6, +}; + +#pragma mark - 公共属性 +@interface XHLaunchAdConfiguration : NSObject + +/** 停留时间(default 5 ,单位:秒) */ +@property(nonatomic,assign)NSInteger duration; + +/** 跳过按钮类型(default SkipTypeTimeText) */ +@property(nonatomic,assign)SkipType skipButtonType; + +/** 显示完成动画(default ShowFinishAnimateFadein) */ +@property(nonatomic,assign)ShowFinishAnimate showFinishAnimate; + +/** 显示完成动画时间(default 0.8 , 单位:秒) */ +@property(nonatomic,assign)CGFloat showFinishAnimateTime; + +/** 设置开屏广告的frame(default [UIScreen mainScreen].bounds) */ +@property (nonatomic,assign) CGRect frame; + +/** 程序从后台恢复时,是否需要展示广告(defailt NO) */ +@property (nonatomic,assign) BOOL showEnterForeground; + +/** 点击打开页面地址(请使用openModel,点击事件代理方法请对应使用xhLaunchAd:clickAndOpenModel:clickPoint:) */ +@property(nonatomic,copy)NSString *openURLString XHLaunchAdDeprecated("请使用openModel,点击事件代理方法请对应使用xhLaunchAd:clickAndOpenModel:clickPoint:"); + +/** 点击打开页面参数 */ +@property (nonatomic, strong) id openModel; + +/** 自定义跳过按钮(若定义此视图,将会自定替换系统跳过按钮) */ +@property(nonatomic,strong) UIView *customSkipView; + +/** 子视图(若定义此属性,这些视图将会被自动添加在广告视图上,frame相对于window) */ +@property(nonatomic,copy,nullable) NSArray *subViews; + +@end + +#pragma mark - 图片广告相关 +@interface XHLaunchImageAdConfiguration : XHLaunchAdConfiguration + +/** image本地图片名(jpg/gif图片请带上扩展名)或网络图片URL string */ +@property(nonatomic,copy)NSString *imageNameOrURLString; + +/** 图片广告缩放模式(default UIViewContentModeScaleToFill) */ +@property(nonatomic,assign)UIViewContentMode contentMode; + +/** 缓存机制(default XHLaunchImageDefault) */ +@property(nonatomic,assign)XHLaunchAdImageOptions imageOption; + +/** 设置GIF动图是否只循环播放一次(YES:只播放一次,NO:循环播放,default NO,仅对动图设置有效) */ +@property (nonatomic, assign) BOOL GIFImageCycleOnce; + ++(XHLaunchImageAdConfiguration *)defaultConfiguration; + +@end + +#pragma mark - 视频广告相关 +@interface XHLaunchVideoAdConfiguration : XHLaunchAdConfiguration + +/** video本地名或网络链接URL string */ +@property(nonatomic,copy)NSString *videoNameOrURLString; + +/** 视频缩放模式(default MPMovieScalingModeAspectFill) */ +@property(nonatomic,assign)MPMovieScalingMode scalingMode XHLaunchAdDeprecated("请使用videoGravity"); + +/** 视频缩放模式(default AVLayerVideoGravityResizeAspectFill) */ +@property (nonatomic, copy) AVLayerVideoGravity videoGravity; + +/** 设置视频是否只循环播放一次(YES:只播放一次,NO循环播放,default NO) */ +@property (nonatomic, assign) BOOL videoCycleOnce; + +/** 是否关闭音频(default NO) */ +@property (nonatomic, assign) BOOL muted; + ++(XHLaunchVideoAdConfiguration *)defaultConfiguration; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.m new file mode 100644 index 0000000..9c784e6 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConfiguration.m @@ -0,0 +1,70 @@ +// +// XHLaunchAdConfiguration.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/28. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdConfiguration.h" + +#pragma mark - 公共 +@implementation XHLaunchAdConfiguration + +@end + +#pragma mark - 图片广告相关 +@implementation XHLaunchImageAdConfiguration + ++(XHLaunchImageAdConfiguration *)defaultConfiguration{ + //配置广告数据 + XHLaunchImageAdConfiguration *configuration = [XHLaunchImageAdConfiguration new]; + //广告停留时间 + configuration.duration = 5; + //广告frame + configuration.frame = [UIScreen mainScreen].bounds; + //设置GIF动图是否只循环播放一次(仅对动图设置有效) + configuration.GIFImageCycleOnce = NO; + //缓存机制 + configuration.imageOption = XHLaunchAdImageDefault; + //图片填充模式 + configuration.contentMode = UIViewContentModeScaleToFill; + //广告显示完成动画 + configuration.showFinishAnimate =ShowFinishAnimateFadein; + //显示完成动画时间 + configuration.showFinishAnimateTime = showFinishAnimateTimeDefault; + //跳过按钮类型 + configuration.skipButtonType = SkipTypeTimeText; + //后台返回时,是否显示广告 + configuration.showEnterForeground = NO; + return configuration; +} + +@end + +#pragma mark - 视频广告相关 +@implementation XHLaunchVideoAdConfiguration ++(XHLaunchVideoAdConfiguration *)defaultConfiguration{ + //配置广告数据 + XHLaunchVideoAdConfiguration *configuration = [XHLaunchVideoAdConfiguration new]; + //广告停留时间 + configuration.duration = 5; + //广告frame + configuration.frame = [UIScreen mainScreen].bounds; + //视频填充模式 + configuration.videoGravity = AVLayerVideoGravityResizeAspectFill; + //是否只循环播放一次 + configuration.videoCycleOnce = NO; + //广告显示完成动画 + configuration.showFinishAnimate =ShowFinishAnimateFadein; + //显示完成动画时间 + configuration.showFinishAnimateTime = showFinishAnimateTimeDefault; + //跳过按钮类型 + configuration.skipButtonType = SkipTypeTimeText; + //后台返回时,是否显示广告 + configuration.showEnterForeground = NO; + //是否静音播放 + configuration.muted = NO; + return configuration; +} +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.h new file mode 100644 index 0000000..d05ee93 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.h @@ -0,0 +1,87 @@ +// +// XHLaunchAdConst.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2017/9/18. +// Copyright © 2017年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import + +#define XHLaunchAdDeprecated(instead) __attribute__((deprecated(instead))) + +#define XHWeakSelf __weak typeof(self) weakSelf = self; + +#define XH_ScreenW [UIScreen mainScreen].bounds.size.width +#define XH_ScreenH [UIScreen mainScreen].bounds.size.height + +#define XH_IPHONEX ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1125, 2436), [[UIScreen mainScreen] currentMode].size) : NO) +#define XH_IPHONEXR ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(828, 1792), [[UIScreen mainScreen] currentMode].size) : NO) +#define XH_IPHONEXSMAX ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1242, 2688), [[UIScreen mainScreen] currentMode].size) : NO) +#define XH_FULLSCREEN ((XH_IPHONEX || XH_IPHONEXR || XH_IPHONEXSMAX) ? YES : NO) + + +#define XHISURLString(string) ([string hasPrefix:@"https://"] || [string hasPrefix:@"http://"]) ? YES:NO +#define XHStringContainsSubString(string,subString) ([string rangeOfString:subString].location == NSNotFound) ? NO:YES + +#ifdef DEBUG +#define XHLaunchAdLog(FORMAT, ...) fprintf(stderr,"%s:%d\t%s\n",[[[NSString stringWithUTF8String:__FILE__] lastPathComponent] UTF8String], __LINE__, [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]); +#else +#define XHLaunchAdLog(...) +#endif + +#define XHISGIFTypeWithData(data)\ +({\ +BOOL result = NO;\ +if(!data) result = NO;\ +uint8_t c;\ +[data getBytes:&c length:1];\ +if(c == 0x47) result = YES;\ +(result);\ +}) + +#define XHISVideoTypeWithPath(path)\ +({\ +BOOL result = NO;\ +if([path hasSuffix:@".mp4"]) result = YES;\ +(result);\ +}) + +#define XHDataWithFileName(name)\ +({\ +NSData *data = nil;\ +NSString *path = [[NSBundle mainBundle] pathForResource:name ofType:nil];\ +if([[NSFileManager defaultManager] fileExistsAtPath:path]){\ + data = [NSData dataWithContentsOfFile:path];\ +}\ +(data);\ +}) + +#define DISPATCH_SOURCE_CANCEL_SAFE(time) if(time)\ +{\ +dispatch_source_cancel(time);\ +time = nil;\ +} + +#define REMOVE_FROM_SUPERVIEW_SAFE(view) if(view)\ +{\ +[view removeFromSuperview];\ +view = nil;\ +} + +UIKIT_EXTERN NSString *const XHCacheImageUrlStringKey; +UIKIT_EXTERN NSString *const XHCacheVideoUrlStringKey; + +UIKIT_EXTERN NSString *const XHLaunchAdWaitDataDurationArriveNotification; +UIKIT_EXTERN NSString *const XHLaunchAdDetailPageWillShowNotification; +UIKIT_EXTERN NSString *const XHLaunchAdDetailPageShowFinishNotification; +/** GIFImageCycleOnce = YES(GIF不循环)时, GIF动图播放完成通知 */ +UIKIT_EXTERN NSString *const XHLaunchAdGIFImageCycleOnceFinishNotification; +/** videoCycleOnce = YES(视频不循环时) ,video播放完成通知 */ +UIKIT_EXTERN NSString *const XHLaunchAdVideoCycleOnceFinishNotification; +/** 视频播放失败通知 */ +UIKIT_EXTERN NSString *const XHLaunchAdVideoPlayFailedNotification; +UIKIT_EXTERN BOOL XHLaunchAdPrefersHomeIndicatorAutoHidden; + + + diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.m new file mode 100644 index 0000000..628f362 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdConst.m @@ -0,0 +1,22 @@ +// +// XHLaunchAdConst.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2017/9/18. +// Copyright © 2017年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdConst.h" + +NSString *const XHCacheImageUrlStringKey = @"XHCacheImageUrlStringKey"; +NSString *const XHCacheVideoUrlStringKey = @"XHCacheVideoUrlStringKey"; + +NSString *const XHLaunchAdWaitDataDurationArriveNotification = @"XHLaunchAdWaitDataDurationArriveNotification"; +NSString *const XHLaunchAdDetailPageWillShowNotification = @"XHLaunchAdDetailPageWillShowNotification"; +NSString *const XHLaunchAdDetailPageShowFinishNotification = @"XHLaunchAdDetailPageShowFinishNotification"; +NSString *const XHLaunchAdGIFImageCycleOnceFinishNotification = @"XHLaunchAdGIFImageCycleOnceFinishNotification"; +NSString *const XHLaunchAdVideoCycleOnceFinishNotification = @"XHLaunchAdVideoCycleOnceFinishNotification"; +NSString *const XHLaunchAdVideoPlayFailedNotification = @"XHLaunchAdVideoPlayFailedNotification"; + +BOOL XHLaunchAdPrefersHomeIndicatorAutoHidden = NO; + diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.h new file mode 100644 index 0000000..2cd3891 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.h @@ -0,0 +1,13 @@ +// +// XHLaunchAdController.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2017/5/26. +// Copyright © 2017年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import + +@interface XHLaunchAdController : UIViewController + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.m new file mode 100644 index 0000000..1963e0d --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdController.m @@ -0,0 +1,28 @@ +// +// XHLaunchAdController.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2017/5/26. +// Copyright © 2017年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdController.h" +#import "XHLaunchAdConst.h" + +@interface XHLaunchAdController () + +@end + +@implementation XHLaunchAdController + +-(BOOL)shouldAutorotate{ + + return NO; +} + +-(BOOL)prefersHomeIndicatorAutoHidden{ + + return XHLaunchAdPrefersHomeIndicatorAutoHidden; +} + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.h new file mode 100644 index 0000000..9285be9 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.h @@ -0,0 +1,56 @@ +// +// XHLaunchAdDownloaderManager.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/12/1. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import +#import + +#pragma mark - XHLaunchAdDownload + +typedef void(^XHLaunchAdDownloadProgressBlock)(unsigned long long total, unsigned long long current); + +typedef void(^XHLaunchAdDownloadImageCompletedBlock)(UIImage *_Nullable image, NSData * _Nullable data, NSError * _Nullable error); + +typedef void(^XHLaunchAdDownloadVideoCompletedBlock)(NSURL * _Nullable location, NSError * _Nullable error); + +typedef void(^XHLaunchAdBatchDownLoadAndCacheCompletedBlock) (NSArray * _Nonnull completedArray); + +@protocol XHLaunchAdDownloadDelegate + +- (void)downloadFinishWithURL:(nonnull NSURL *)url; + +@end + +@interface XHLaunchAdDownload : NSObject +@property (assign, nonatomic ,nonnull)id delegate; +@end + +@interface XHLaunchAdImageDownload : XHLaunchAdDownload + +@end + +@interface XHLaunchAdVideoDownload : XHLaunchAdDownload + +@end + +#pragma mark - XHLaunchAdDownloader +@interface XHLaunchAdDownloader : NSObject + ++(nonnull instancetype )sharedDownloader; + +- (void)downloadImageWithURL:(nonnull NSURL *)url progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHLaunchAdDownloadImageCompletedBlock)completedBlock; + +- (void)downLoadImageAndCacheWithURLArray:(nonnull NSArray * )urlArray; +- (void)downLoadImageAndCacheWithURLArray:(nonnull NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock; + +- (void)downloadVideoWithURL:(nonnull NSURL *)url progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHLaunchAdDownloadVideoCompletedBlock)completedBlock; + +- (void)downLoadVideoAndCacheWithURLArray:(nonnull NSArray * )urlArray; +- (void)downLoadVideoAndCacheWithURLArray:(nonnull NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock; + +@end + diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.m new file mode 100644 index 0000000..bba22ba --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdDownloader.m @@ -0,0 +1,331 @@ +// +// XHLaunchAdDownloaderManager.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/12/1. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdDownloader.h" +#import "XHLaunchAdCache.h" +#import "XHLaunchAdConst.h" + +#if __has_include() + #import +#else + #import "FLAnimatedImage.h" +#endif + +#pragma mark - XHLaunchAdDownload + +@interface XHLaunchAdDownload() + +@property (strong, nonatomic) NSURLSession *session; +@property(strong,nonatomic)NSURLSessionDownloadTask *downloadTask; +@property (nonatomic, assign) unsigned long long totalLength; +@property (nonatomic, assign) unsigned long long currentLength; +@property (nonatomic, copy) XHLaunchAdDownloadProgressBlock progressBlock; +@property (strong, nonatomic) NSURL *url; + +@end +@implementation XHLaunchAdDownload + +@end + +#pragma mark - XHLaunchAdImageDownload +@interface XHLaunchAdImageDownload() + +@property (nonatomic, copy ) XHLaunchAdDownloadImageCompletedBlock completedBlock; + +@end +@implementation XHLaunchAdImageDownload + +-(nonnull instancetype)initWithURL:(nonnull NSURL *)url delegateQueue:(nonnull NSOperationQueue *)queue progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHLaunchAdDownloadImageCompletedBlock)completedBlock{ + self = [super init]; + if (self) { + self.url = url; + self.progressBlock = progressBlock; + self.completedBlock = completedBlock; + NSURLSessionConfiguration * sessionConfiguration = [NSURLSessionConfiguration defaultSessionConfiguration]; + sessionConfiguration.timeoutIntervalForRequest = 15.0; + self.session = [NSURLSession sessionWithConfiguration:sessionConfiguration + delegate:self + delegateQueue:queue]; + self.downloadTask = [self.session downloadTaskWithRequest:[NSURLRequest requestWithURL:url]]; + [self.downloadTask resume]; + } + return self; +} + +#pragma mark - NSURLSessionDownloadDelegate +- (void)URLSession:(NSURLSession *)session + downloadTask:(NSURLSessionDownloadTask *)downloadTask +didFinishDownloadingToURL:(NSURL *)location { + NSData *data = [NSData dataWithContentsOfURL:location]; + UIImage *image = [UIImage imageWithData:data]; + dispatch_async(dispatch_get_main_queue(), ^{ + if (self.completedBlock) { + self.completedBlock(image,data, nil); + // 防止重复调用 + self.completedBlock = nil; + } + //下载完成回调 + if ([self.delegate respondsToSelector:@selector(downloadFinishWithURL:)]) { + [self.delegate downloadFinishWithURL:self.url]; + } + }); + //销毁 + [self.session invalidateAndCancel]; + self.session = nil; +} + +- (void)URLSession:(NSURLSession *)session downloadTask:(NSURLSessionDownloadTask *)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite { + self.currentLength = totalBytesWritten; + self.totalLength = totalBytesExpectedToWrite; + if (self.progressBlock) { + self.progressBlock(self.totalLength, self.currentLength); + } +} + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error { + if (error){ + XHLaunchAdLog(@"error = %@",error); + dispatch_async(dispatch_get_main_queue(), ^{ + if (self.completedBlock) { + self.completedBlock(nil,nil, error); + } + self.completedBlock = nil; + }); + } +} + +//处理HTTPS请求的 +- (void)URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition, NSURLCredential *))completionHandler{ + NSURLProtectionSpace *protectionSpace = challenge.protectionSpace; + if ([protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) { + SecTrustRef serverTrust = protectionSpace.serverTrust; + completionHandler(NSURLSessionAuthChallengeUseCredential, [NSURLCredential credentialForTrust:serverTrust]); + } else { + completionHandler(NSURLSessionAuthChallengePerformDefaultHandling, nil); + } +} + +@end + +#pragma makr - XHLaunchAdVideoDownload +@interface XHLaunchAdVideoDownload() + +@property (nonatomic, copy ) XHLaunchAdDownloadVideoCompletedBlock completedBlock; +@end +@implementation XHLaunchAdVideoDownload + +-(nonnull instancetype)initWithURL:(nonnull NSURL *)url delegateQueue:(nonnull NSOperationQueue *)queue progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHLaunchAdDownloadVideoCompletedBlock)completedBlock{ + self = [super init]; + if (self) { + self.url = url; + self.progressBlock = progressBlock; + _completedBlock = completedBlock; + NSURLSessionConfiguration * sessionConfiguration = [NSURLSessionConfiguration defaultSessionConfiguration]; + sessionConfiguration.timeoutIntervalForRequest = 15.0; + self.session = [NSURLSession sessionWithConfiguration:sessionConfiguration + delegate:self + delegateQueue:queue]; + self.downloadTask = [self.session downloadTaskWithRequest:[NSURLRequest requestWithURL:url]]; + [self.downloadTask resume]; + } + return self; +} + +#pragma mark - NSURLSessionDownloadDelegate +- (void)URLSession:(NSURLSession *)session + downloadTask:(NSURLSessionDownloadTask *)downloadTask +didFinishDownloadingToURL:(NSURL *)location { + NSError *error=nil; + NSURL *toURL = [NSURL fileURLWithPath:[XHLaunchAdCache videoPathWithURL:self.url]]; + + [[NSFileManager defaultManager] copyItemAtURL:location toURL:toURL error:&error];//复制到缓存目录 + + if(error) XHLaunchAdLog(@"error = %@",error); + dispatch_async(dispatch_get_main_queue(), ^{ + if (self.completedBlock) { + if(!error){ + self.completedBlock(toURL,nil); + }else{ + self.completedBlock(nil,error); + } + // 防止重复调用 + self.completedBlock = nil; + } + //下载完成回调 + if ([self.delegate respondsToSelector:@selector(downloadFinishWithURL:)]) { + [self.delegate downloadFinishWithURL:self.url]; + } + }); + [self.session invalidateAndCancel]; + self.session = nil; +} + +- (void)URLSession:(NSURLSession *)session downloadTask:(NSURLSessionDownloadTask *)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite { + self.currentLength = totalBytesWritten; + self.totalLength = totalBytesExpectedToWrite; + if (self.progressBlock) { + self.progressBlock(self.totalLength, self.currentLength); + } +} + +- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error { + if (error){ + XHLaunchAdLog(@"error = %@",error); + dispatch_async(dispatch_get_main_queue(), ^{ + if (self.completedBlock) { + self.completedBlock(nil, error); + } + self.completedBlock = nil; + }); + } +} +@end + +#pragma mark - XHLaunchAdDownloader +@interface XHLaunchAdDownloader() +@property (strong, nonatomic, nonnull) NSOperationQueue *downloadImageQueue; +@property (strong, nonatomic, nonnull) NSOperationQueue *downloadVideoQueue; +@property (strong, nonatomic) NSMutableDictionary *allDownloadDict; +@end + +@implementation XHLaunchAdDownloader + ++(nonnull instancetype )sharedDownloader{ + static XHLaunchAdDownloader *instance = nil; + static dispatch_once_t oneToken; + dispatch_once(&oneToken,^{ + instance = [[XHLaunchAdDownloader alloc] init]; + }); + return instance; +} + +- (instancetype)init{ + self = [super init]; + if (self) { + _downloadImageQueue = [NSOperationQueue new]; + _downloadImageQueue.maxConcurrentOperationCount = 6; + _downloadImageQueue.name = @"com.it7090.XHLaunchAdDownloadImageQueue"; + _downloadVideoQueue = [NSOperationQueue new]; + _downloadVideoQueue.maxConcurrentOperationCount = 3; + _downloadVideoQueue.name = @"com.it7090.XHLaunchAdDownloadVideoQueue"; + XHLaunchAdLog(@"XHLaunchAdCachePath:%@",[XHLaunchAdCache xhLaunchAdCachePath]); + } + return self; +} + +- (void)downloadImageWithURL:(nonnull NSURL *)url progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHLaunchAdDownloadImageCompletedBlock)completedBlock{ + NSString *key = [self keyWithURL:url]; + if(self.allDownloadDict[key]) return; + XHLaunchAdImageDownload * download = [[XHLaunchAdImageDownload alloc] initWithURL:url delegateQueue:_downloadImageQueue progress:progressBlock completed:completedBlock]; + download.delegate = self; + [self.allDownloadDict setObject:download forKey:key]; +} + +- (void)downloadImageAndCacheWithURL:(nonnull NSURL *)url completed:(void(^)(BOOL result))completedBlock{ + if(url == nil){ + if(completedBlock) completedBlock(NO); + return; + } + [self downloadImageWithURL:url progress:nil completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error) { + if(error){ + if(completedBlock) completedBlock(NO); + }else{ + [XHLaunchAdCache async_saveImageData:data imageURL:url completed:^(BOOL result, NSURL * _Nonnull URL) { + if(completedBlock) completedBlock(result); + }]; + } + }]; +} + +-(void)downLoadImageAndCacheWithURLArray:(NSArray *)urlArray{ + [self downLoadImageAndCacheWithURLArray:urlArray completed:nil]; +} + +- (void)downLoadImageAndCacheWithURLArray:(nonnull NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock{ + if(urlArray.count==0) return; + __block NSMutableArray * resultArray = [[NSMutableArray alloc] init]; + dispatch_group_t downLoadGroup = dispatch_group_create(); + [urlArray enumerateObjectsUsingBlock:^(NSURL *url, NSUInteger idx, BOOL *stop) { + if(![XHLaunchAdCache checkImageInCacheWithURL:url]){ + dispatch_group_enter(downLoadGroup); + [self downloadImageAndCacheWithURL:url completed:^(BOOL result) { + dispatch_group_leave(downLoadGroup); + [resultArray addObject:@{@"url":url.absoluteString,@"result":@(result)}]; + }]; + }else{ + [resultArray addObject:@{@"url":url.absoluteString,@"result":@(YES)}]; + } + }]; + dispatch_group_notify(downLoadGroup, dispatch_get_main_queue(), ^{ + if(completedBlock) completedBlock(resultArray); + }); +} + +- (void)downloadVideoWithURL:(nonnull NSURL *)url progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHLaunchAdDownloadVideoCompletedBlock)completedBlock{ + NSString *key = [self keyWithURL:url]; + if(self.allDownloadDict[key]) return; + XHLaunchAdVideoDownload * download = [[XHLaunchAdVideoDownload alloc] initWithURL:url delegateQueue:_downloadVideoQueue progress:progressBlock completed:completedBlock]; + download.delegate = self; + [self.allDownloadDict setObject:download forKey:key]; +} + +- (void)downloadVideoAndCacheWithURL:(nonnull NSURL *)url completed:(void(^)(BOOL result))completedBlock{ + if(url == nil){ + if(completedBlock) completedBlock(NO); + return; + } + [self downloadVideoWithURL:url progress:nil completed:^(NSURL * _Nullable location, NSError * _Nullable error) { + if(error){ + if(completedBlock) completedBlock(NO); + }else{ + if(completedBlock) completedBlock(YES); + } + }]; +} + +- (void)downLoadVideoAndCacheWithURLArray:(nonnull NSArray * )urlArray{ + [self downLoadVideoAndCacheWithURLArray:urlArray completed:nil]; +} + +- (void)downLoadVideoAndCacheWithURLArray:(nonnull NSArray * )urlArray completed:(nullable XHLaunchAdBatchDownLoadAndCacheCompletedBlock)completedBlock{ + if(urlArray.count==0) return; + __block NSMutableArray * resultArray = [[NSMutableArray alloc] init]; + dispatch_group_t downLoadGroup = dispatch_group_create(); + [urlArray enumerateObjectsUsingBlock:^(NSURL *url, NSUInteger idx, BOOL *stop) { + if(![XHLaunchAdCache checkVideoInCacheWithURL:url]){ + dispatch_group_enter(downLoadGroup); + [self downloadVideoAndCacheWithURL:url completed:^(BOOL result) { + dispatch_group_leave(downLoadGroup); + [resultArray addObject:@{@"url":url.absoluteString,@"result":@(result)}]; + }]; + }else{ + [resultArray addObject:@{@"url":url.absoluteString,@"result":@(YES)}]; + } + }]; + dispatch_group_notify(downLoadGroup, dispatch_get_main_queue(), ^{ + if(completedBlock) completedBlock(resultArray); + }); +} + +- (NSMutableDictionary *)allDownloadDict { + if (!_allDownloadDict) { + _allDownloadDict = [[NSMutableDictionary alloc] init]; + } + return _allDownloadDict; +} + +- (void)downloadFinishWithURL:(NSURL *)url{ + [self.allDownloadDict removeObjectForKey:[self keyWithURL:url]]; +} + +-(NSString *)keyWithURL:(NSURL *)url{ + return [XHLaunchAdCache md5String:url.absoluteString]; +} + +@end + diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.h new file mode 100644 index 0000000..1a1e66f --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.h @@ -0,0 +1,31 @@ +// +// XHLaunchAdImageManager.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/12/2. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import +#import +#import "XHLaunchAdDownloader.h" + +typedef NS_OPTIONS(NSUInteger, XHLaunchAdImageOptions) { + /** 有缓存,读取缓存,不重新下载,没缓存先下载,并缓存 */ + XHLaunchAdImageDefault = 1 << 0, + /** 只下载,不缓存 */ + XHLaunchAdImageOnlyLoad = 1 << 1, + /** 先读缓存,再下载刷新图片和缓存 */ + XHLaunchAdImageRefreshCached = 1 << 2 , + /** 后台缓存本次不显示,缓存OK后下次再显示(建议使用这种方式)*/ + XHLaunchAdImageCacheInBackground = 1 << 3 +}; + +typedef void(^XHExternalCompletionBlock)(UIImage * _Nullable image,NSData * _Nullable imageData, NSError * _Nullable error, NSURL * _Nullable imageURL); + +@interface XHLaunchAdImageManager : NSObject + ++(nonnull instancetype )sharedManager; +- (void)loadImageWithURL:(nullable NSURL *)url options:(XHLaunchAdImageOptions)options progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHExternalCompletionBlock)completedBlock; + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.m new file mode 100644 index 0000000..29384c7 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageManager.m @@ -0,0 +1,75 @@ +// +// XHLaunchAdImageManager.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/12/2. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdImageManager.h" +#import "XHLaunchAdCache.h" + +@interface XHLaunchAdImageManager() + +@property(nonatomic,strong) XHLaunchAdDownloader *downloader; +@end + +@implementation XHLaunchAdImageManager + ++(nonnull instancetype )sharedManager{ + static XHLaunchAdImageManager *instance = nil; + static dispatch_once_t oneToken; + dispatch_once(&oneToken,^{ + instance = [[XHLaunchAdImageManager alloc] init]; + + }); + return instance; +} + +- (instancetype)init{ + self = [super init]; + if (self) { + _downloader = [XHLaunchAdDownloader sharedDownloader]; + } + return self; +} + +- (void)loadImageWithURL:(nullable NSURL *)url options:(XHLaunchAdImageOptions)options progress:(nullable XHLaunchAdDownloadProgressBlock)progressBlock completed:(nullable XHExternalCompletionBlock)completedBlock{ + if(!options) options = XHLaunchAdImageDefault; + if(options & XHLaunchAdImageOnlyLoad){ + [_downloader downloadImageWithURL:url progress:progressBlock completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error) { + if(completedBlock) completedBlock(image,data,error,url); + }]; + }else if (options & XHLaunchAdImageRefreshCached){ + NSData *imageData = [XHLaunchAdCache getCacheImageDataWithURL:url]; + UIImage *image = [UIImage imageWithData:imageData]; + if(image && completedBlock) completedBlock(image,imageData,nil,url); + [_downloader downloadImageWithURL:url progress:progressBlock completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error) { + if(completedBlock) completedBlock(image,data,error,url); + [XHLaunchAdCache async_saveImageData:data imageURL:url completed:nil]; + }]; + }else if (options & XHLaunchAdImageCacheInBackground){ + NSData *imageData = [XHLaunchAdCache getCacheImageDataWithURL:url]; + UIImage *image = [UIImage imageWithData:imageData]; + if(image && completedBlock){ + completedBlock(image,imageData,nil,url); + }else{ + [_downloader downloadImageWithURL:url progress:progressBlock completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error) { + [XHLaunchAdCache async_saveImageData:data imageURL:url completed:nil]; + }]; + } + }else{//default + NSData *imageData = [XHLaunchAdCache getCacheImageDataWithURL:url]; + UIImage *image = [UIImage imageWithData:imageData]; + if(image && completedBlock){ + completedBlock(image,imageData,nil,url); + }else{ + [_downloader downloadImageWithURL:url progress:progressBlock completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error) { + if(completedBlock) completedBlock(image,data,error,url); + [XHLaunchAdCache async_saveImageData:data imageURL:url completed:nil]; + }]; + } + } +} + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.h new file mode 100644 index 0000000..4f1c725 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.h @@ -0,0 +1,78 @@ +// +// XHLaunchAdImageView+XHLaunchAdCache.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2017/9/18. +// Copyright © 2017年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdView.h" +#import "XHLaunchAdImageManager.h" + +@interface XHLaunchAdImageView (XHLaunchAdCache) + +/** + 设置url图片 + + @param url 图片url + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url; + +/** + 设置url图片 + + @param url 图片url + @param placeholder 占位图 + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder; + +/** + 设置url图片 + + @param url 图片url + @param placeholder 占位图 + @param options XHLaunchAdImageOptions + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder options:(XHLaunchAdImageOptions)options; + +/** + 设置url图片 + + @param url 图片url + @param placeholder 占位图 + @param completedBlock XHExternalCompletionBlock + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder completed:(nullable XHExternalCompletionBlock)completedBlock; + +/** + 设置url图片 + + @param url 图片url + @param completedBlock XHExternalCompletionBlock + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url completed:(nullable XHExternalCompletionBlock)completedBlock; + + +/** + 设置url图片 + + @param url 图片url + @param placeholder 占位图 + @param options XHLaunchAdImageOptions + @param completedBlock XHExternalCompletionBlock + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder options:(XHLaunchAdImageOptions)options completed:(nullable XHExternalCompletionBlock)completedBlock; + +/** + 设置url图片 + + @param url 图片url + @param placeholder 占位图 + @param GIFImageCycleOnce gif是否只循环播放一次 + @param options XHLaunchAdImageOptions + @param GIFImageCycleOnceFinish gif播放完回调(GIFImageCycleOnce = YES 有效) + @param completedBlock XHExternalCompletionBlock + */ +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder GIFImageCycleOnce:(BOOL)GIFImageCycleOnce options:(XHLaunchAdImageOptions)options GIFImageCycleOnceFinish:(void(^_Nullable)(void))cycleOnceFinishBlock completed:(nullable XHExternalCompletionBlock)completedBlock ; + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.m new file mode 100644 index 0000000..81218e7 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdImageView+XHLaunchAdCache.m @@ -0,0 +1,69 @@ +// +// XHLaunchAdImageView+XHLaunchAdCache.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2017/9/18. +// Copyright © 2017年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdImageView+XHLaunchAdCache.h" +#import "XHLaunchAdConst.h" + +#if __has_include() + #import +#else + #import "FLAnimatedImage.h" +#endif + +@implementation XHLaunchAdImageView (XHLaunchAdCache) +- (void)xh_setImageWithURL:(nonnull NSURL *)url{ + [self xh_setImageWithURL:url placeholderImage:nil]; +} + +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder{ + [self xh_setImageWithURL:url placeholderImage:placeholder options:XHLaunchAdImageDefault]; +} + +-(void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder options:(XHLaunchAdImageOptions)options{ + [self xh_setImageWithURL:url placeholderImage:placeholder options:options completed:nil]; +} + +- (void)xh_setImageWithURL:(nonnull NSURL *)url completed:(nullable XHExternalCompletionBlock)completedBlock { + + [self xh_setImageWithURL:url placeholderImage:nil completed:completedBlock]; +} + +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder completed:(nullable XHExternalCompletionBlock)completedBlock{ + [self xh_setImageWithURL:url placeholderImage:placeholder options:XHLaunchAdImageDefault completed:completedBlock]; +} + +-(void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder options:(XHLaunchAdImageOptions)options completed:(nullable XHExternalCompletionBlock)completedBlock{ + [self xh_setImageWithURL:url placeholderImage:placeholder GIFImageCycleOnce:NO options:options GIFImageCycleOnceFinish:nil completed:completedBlock ]; +} + +- (void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder GIFImageCycleOnce:(BOOL)GIFImageCycleOnce options:(XHLaunchAdImageOptions)options GIFImageCycleOnceFinish:(void(^_Nullable)(void))cycleOnceFinishBlock completed:(nullable XHExternalCompletionBlock)completedBlock { + if(placeholder) self.image = placeholder; + if(!url) return; + XHWeakSelf + [[XHLaunchAdImageManager sharedManager] loadImageWithURL:url options:options progress:nil completed:^(UIImage * _Nullable image, NSData *_Nullable imageData, NSError * _Nullable error, NSURL * _Nullable imageURL) { + if(!error){ + if(XHISGIFTypeWithData(imageData)){ + weakSelf.image = nil; + weakSelf.animatedImage = [FLAnimatedImage animatedImageWithGIFData:imageData]; + weakSelf.loopCompletionBlock = ^(NSUInteger loopCountRemaining) { + if(GIFImageCycleOnce){ + [weakSelf stopAnimating]; + XHLaunchAdLog(@"GIF不循环,播放完成"); + if(cycleOnceFinishBlock) cycleOnceFinishBlock(); + } + }; + }else{ + weakSelf.image = image; + weakSelf.animatedImage = nil; + } + } + if(completedBlock) completedBlock(image,imageData,error,imageURL); + }]; +} + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.h new file mode 100644 index 0000000..1040f53 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.h @@ -0,0 +1,48 @@ +// +// XHLaunchAdView.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/12/3. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import +#import +#import +#import + +#if __has_include() + #import +#else + #import "FLAnimatedImage.h" +#endif + +#if __has_include() + #import +#else + #import "FLAnimatedImageView.h" +#endif + + +#pragma mark - image +@interface XHLaunchAdImageView : FLAnimatedImageView + +@property (nonatomic, copy) void(^click)(CGPoint point); + +@end + +#pragma mark - video +@interface XHLaunchAdVideoView : UIView + +@property (nonatomic, copy) void(^click)(CGPoint point); +@property (nonatomic, strong) AVPlayerViewController *videoPlayer; +@property (nonatomic, assign) MPMovieScalingMode videoScalingMode; +@property (nonatomic, assign) AVLayerVideoGravity videoGravity; +@property (nonatomic, assign) BOOL videoCycleOnce; +@property (nonatomic, assign) BOOL muted; +@property (nonatomic, strong) NSURL *contentURL; + +-(void)stopVideoPlayer; + +@end + diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.m new file mode 100644 index 0000000..a479b4f --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchAdView.m @@ -0,0 +1,169 @@ +// +// XHLaunchAdView.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 16/12/3. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchAdView.h" +#import "XHLaunchAdConst.h" +#import "XHLaunchImageView.h" + +static NSString *const VideoPlayStatus = @"status"; + +@interface XHLaunchAdImageView () + +@end + +@implementation XHLaunchAdImageView + +- (id)init{ + self = [super init]; + if (self) { + self.userInteractionEnabled = YES; + self.frame = [UIScreen mainScreen].bounds; + self.layer.masksToBounds = YES; + UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tap:)]; + [self addGestureRecognizer:tapGesture]; + } + return self; +} + +-(void)tap:(UIGestureRecognizer *)gestureRecognizer{ + CGPoint point = [gestureRecognizer locationInView:self]; + if(self.click) self.click(point); +} + +@end + +#pragma mark - videoAdView +@interface XHLaunchAdVideoView () +@property (nonatomic, strong) AVPlayerItem *playerItem; +@end + +@implementation XHLaunchAdVideoView + +-(void)dealloc{ + [self.playerItem removeObserver:self forKeyPath:VideoPlayStatus]; + [[NSNotificationCenter defaultCenter] removeObserver:self]; +} + +- (instancetype)init{ + self = [super init]; + if (self) { + self.userInteractionEnabled = YES; + self.backgroundColor = [UIColor clearColor]; + self.frame = [UIScreen mainScreen].bounds; + [self addSubview:self.videoPlayer.view]; + UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tap:)]; + tapGesture.delegate = self; + [self addGestureRecognizer:tapGesture]; + } + return self; +} + +-(void)tap:(UIGestureRecognizer *)gestureRecognizer{ + CGPoint point = [gestureRecognizer locationInView:self]; + if(self.click) self.click(point); +} + +- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer{ + return YES; +} + +#pragma mark - Action +-(void)stopVideoPlayer{ + if(_videoPlayer==nil) return; + [_videoPlayer.player pause]; + [_videoPlayer.view removeFromSuperview]; + _videoPlayer = nil; + + /** 释放音频焦点 */ + [[AVAudioSession sharedInstance] setActive:NO withOptions:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation error:nil]; +} + +- (void)runLoopTheMovie:(NSNotification *)notification{ + //需要循环播放 + if(!_videoCycleOnce){ + [(AVPlayerItem *)[notification object] seekToTime:kCMTimeZero]; + [_videoPlayer.player play];//重播 + } +} + +#pragma mark - KVO +-(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { + if([keyPath isEqualToString:VideoPlayStatus]){ + NSInteger newStatus = ((NSNumber *)change[@"new"]).integerValue; + if (newStatus == AVPlayerItemStatusFailed) { + [[NSNotificationCenter defaultCenter] postNotificationName:XHLaunchAdVideoPlayFailedNotification object:nil userInfo:@{@"videoNameOrURLString":_contentURL.absoluteString}]; + } + } +} + +#pragma mark - lazy +-(AVPlayerViewController *)videoPlayer{ + if(_videoPlayer==nil){ + _videoPlayer = [[AVPlayerViewController alloc] init]; + _videoPlayer.showsPlaybackControls = NO; + _videoPlayer.videoGravity = AVLayerVideoGravityResizeAspectFill; + _videoPlayer.view.frame = [UIScreen mainScreen].bounds; + _videoPlayer.view.backgroundColor = [UIColor clearColor]; + //注册通知控制是否循环播放 + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(runLoopTheMovie:) name:AVPlayerItemDidPlayToEndTimeNotification object:nil]; + + /** 获取音频焦点 */ + [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil]; + [[AVAudioSession sharedInstance] setActive:YES error:nil]; + } + return _videoPlayer; +} + +#pragma mark - set +-(void)setFrame:(CGRect)frame{ + [super setFrame:frame]; + _videoPlayer.view.frame = self.frame; +} + +- (void)setContentURL:(NSURL *)contentURL { + _contentURL = contentURL; + AVAsset *movieAsset = [AVURLAsset URLAssetWithURL:contentURL options:nil]; + self.playerItem = [AVPlayerItem playerItemWithAsset:movieAsset]; + _videoPlayer.player = [AVPlayer playerWithPlayerItem:self.playerItem]; + // 监听播放失败状态 + [self.playerItem addObserver:self forKeyPath:VideoPlayStatus options:NSKeyValueObservingOptionNew context:nil]; +} +-(void)setVideoGravity:(AVLayerVideoGravity)videoGravity{ + _videoGravity = videoGravity; + _videoPlayer.videoGravity = videoGravity; +} +-(void)setMuted:(BOOL)muted{ + _muted = muted; + _videoPlayer.player.muted = muted; +} +-(void)setVideoScalingMode:(MPMovieScalingMode)videoScalingMode{ + _videoScalingMode = videoScalingMode; + switch (_videoScalingMode) { + case MPMovieScalingModeNone:{ + _videoPlayer.videoGravity = AVLayerVideoGravityResizeAspect; + } + break; + case MPMovieScalingModeAspectFit:{ + _videoPlayer.videoGravity = AVLayerVideoGravityResizeAspect; + } + break; + case MPMovieScalingModeAspectFill:{ + _videoPlayer.videoGravity = AVLayerVideoGravityResizeAspectFill; + } + break; + case MPMovieScalingModeFill:{ + _videoPlayer.videoGravity = AVLayerVideoGravityResize; + } + break; + default: + break; + } +} + +@end + diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.h b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.h new file mode 100644 index 0000000..14fd9d0 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.h @@ -0,0 +1,28 @@ +// +// XHLaunchImageView.h +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/28. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import + +/** 启动图来源 */ +typedef NS_ENUM(NSInteger,SourceType) { + /** LaunchImage(default) */ + SourceTypeLaunchImage = 1, + /** LaunchScreen.storyboard */ + SourceTypeLaunchScreen = 2, +}; + +typedef NS_ENUM(NSInteger,LaunchImagesSource){ + LaunchImagesSourceLaunchImage = 1, + LaunchImagesSourceLaunchScreen = 2, +}; + +@interface XHLaunchImageView : UIImageView + +- (instancetype)initWithSourceType:(SourceType)sourceType; + +@end diff --git a/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.m b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.m new file mode 100644 index 0000000..b35ca48 --- /dev/null +++ b/Pods/XHLaunchAd/XHLaunchAd/XHLaunchAd/XHLaunchImageView.m @@ -0,0 +1,112 @@ +// +// XHLaunchImageView.m +// XHLaunchAdExample +// +// Created by zhuxiaohui on 2016/6/28. +// Copyright © 2016年 it7090.com. All rights reserved. +// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd + +#import "XHLaunchImageView.h" +#import "XHLaunchAdConst.h" + + +@interface XHLaunchImageView () + +@end + +@implementation XHLaunchImageView +#pragma mark - private +- (instancetype)initWithSourceType:(SourceType)sourceType{ + self = [super init]; + if (self) { + self.frame = [UIScreen mainScreen].bounds; + self.userInteractionEnabled = YES; + self.backgroundColor = [UIColor whiteColor]; + switch (sourceType) { + case SourceTypeLaunchImage:{ + self.image = [self imageFromLaunchImage]; + } + break; + case SourceTypeLaunchScreen:{ + self.image = [self imageFromLaunchScreen]; + } + break; + default: + break; + } + } + return self; +} + +-(UIImage *)imageFromLaunchImage{ + UIImage *imageP = [self launchImageWithType:@"Portrait"]; + if(imageP) return imageP; + UIImage *imageL = [self launchImageWithType:@"Landscape"]; + if(imageL) return imageL; + XHLaunchAdLog(@"获取LaunchImage失败!请检查是否添加启动图,或者规格是否有误."); + return nil; +} + +-(UIImage *)imageFromLaunchScreen{ + NSString *UILaunchStoryboardName = [[[NSBundle mainBundle] infoDictionary] valueForKey:@"UILaunchStoryboardName"]; + if(UILaunchStoryboardName == nil){ + XHLaunchAdLog(@"从 LaunchScreen 中获取启动图失败!"); + return nil; + } + UIViewController *LaunchScreenSb = [[UIStoryboard storyboardWithName:UILaunchStoryboardName bundle:nil] instantiateInitialViewController]; + if(LaunchScreenSb){ + UIView * view = LaunchScreenSb.view; + // 加入到UIWindow后,LaunchScreenSb.view的safeAreaInsets在刘海屏机型才正常。 + UIWindow *containerWindow = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; + view.frame = containerWindow.bounds; + [containerWindow addSubview:view]; + [containerWindow layoutIfNeeded]; + UIImage *image = [self imageFromView:view]; + containerWindow = nil; + return image; + } + XHLaunchAdLog(@"从 LaunchScreen 中获取启动图失败!"); + return nil; +} + +-(UIImage*)imageFromView:(UIView*)view{ + //fix bug:https://github.com/CoderZhuXH/XHLaunchAd/issues/203 + if (CGRectIsEmpty(view.frame)) { + return nil; + } + CGSize size = view.bounds.size; + //参数1:表示区域大小 参数2:如果需要显示半透明效果,需要传NO,否则传YES 参数3:屏幕密度 + UIGraphicsBeginImageContextWithOptions(size, NO, [UIScreen mainScreen].scale); + if ([view respondsToSelector:@selector(drawViewHierarchyInRect:afterScreenUpdates:)]) { + [view drawViewHierarchyInRect:view.bounds afterScreenUpdates:YES]; + }else{ + [view.layer renderInContext:UIGraphicsGetCurrentContext()]; + } + UIImage * image = UIGraphicsGetImageFromCurrentImageContext(); + UIGraphicsEndImageContext(); + return image; +} + + +-(UIImage *)launchImageWithType:(NSString *)type{ + //比对分辨率,获取启动图 fix #158:https://github.com/CoderZhuXH/XHLaunchAd/issues/158 + CGFloat screenScale = [UIScreen mainScreen].scale; + CGSize screenDipSize = CGSizeMake([UIScreen mainScreen].bounds.size.width * screenScale, [UIScreen mainScreen].bounds.size.height * screenScale); + NSString *viewOrientation = type; + NSArray* imagesDict = [[[NSBundle mainBundle] infoDictionary] valueForKey:@"UILaunchImages"]; + for (NSDictionary* dict in imagesDict){ + UIImage *image = [UIImage imageNamed:dict[@"UILaunchImageName"]]; + CGSize imageDpiSize = CGSizeMake(CGImageGetWidth(image.CGImage), CGImageGetHeight(image.CGImage)); + if([viewOrientation isEqualToString:dict[@"UILaunchImageOrientation"]]){ + if([dict[@"UILaunchImageOrientation"] isEqualToString:@"Landscape"]){ + imageDpiSize = CGSizeMake(imageDpiSize.height, imageDpiSize.width); + } + if(CGSizeEqualToSize(screenDipSize, imageDpiSize)){ + return image; + } + } + } + return nil; +} + +@end diff --git a/QXLive/Base/QXGlobal.m b/QXLive/Base/QXGlobal.m index c3e35ce..9957a3d 100644 --- a/QXLive/Base/QXGlobal.m +++ b/QXLive/Base/QXGlobal.m @@ -39,6 +39,8 @@ @property (nonatomic,strong)NSTimer *keepTimer; @property (nonatomic,assign)NSInteger taskTime; + +@property (nonatomic,assign)BOOL isAlert; @end @implementation QXGlobal + (instancetype)shareGlobal { @@ -214,7 +216,10 @@ [navagationController pushViewController:vc animated:YES]; } --(void)joinRoomWithRoomId:(NSString *)roomId isRejoin:(BOOL)isRejoin navagationController:(UINavigationController *)navagationController{ +-(void)joinRoomWithRoomId:(NSString *)roomId isRejoin:(BOOL)isRejoin navagationController:(UINavigationController *)navagationController { + if ([KEYWINDOW.rootViewController isKindOfClass:[NSClassFromString(@"QXAppStartViewController") class]]) { + return; + } if (!QXGlobal.shareGlobal.isLogin) { [[QXGlobal shareGlobal] logOut]; return; @@ -222,10 +227,7 @@ navagationController = (QXRoomNavigationController*)KEYWINDOW.rootViewController; // navagationController.interactivePopGestureRecognizer.enabled = NO; - if (_miniView) { - [_miniView removeFromSuperview]; - _miniView = nil; - } + if (QXGlobal.shareGlobal.taskModel != nil) { /// 是否带有每日任务 if (QXGlobal.shareGlobal.taskModel.task_id.intValue == 9) { @@ -241,6 +243,10 @@ } } if ([roomId isEqualToString:self.roomId]) { + if (_miniView) { + [_miniView removeFromSuperview]; + _miniView = nil; + } if ([navagationController.viewControllers containsObject:self.roomVC]) { if (![navagationController.visibleViewController isEqual:self.roomVC]) { [navagationController popToViewController:self.roomVC animated:YES]; @@ -296,31 +302,43 @@ return; } weakSelf.isClickJoinRoom = YES; - [[QXRoomMessageManager shared] joinGroupWithRoomId:roomId]; - [QXMineNetwork joinRoomWithRoomId:roomId successBlock:^(QXRoomModel * _Nonnull roomModel) { - if (weakSelf.roomId && ![weakSelf.roomId isEqualToString:roomId]) { - [weakSelf quitRoomWithRoomId:weakSelf.roomId removeListener:NO]; - } -// hideLoadingInView(KEYWINDOW) - // roomModel.room_info.pk_room_id = @"33"; - [UIApplication sharedApplication].idleTimerDisabled = YES; + [QXMineNetwork beforeJoinRoomWithRoomId:roomId successBlock:^(NSDictionary * _Nonnull dict) { weakSelf.isClickJoinRoom = NO; - weakSelf.roomVC = [[QXRoomViewController alloc] init]; - weakSelf.roomVC.roomId = roomId; - weakSelf.roomVC.isReJoin = isRejoin; - weakSelf.roomId = roomId; - weakSelf.roomVC.roomModel = roomModel; - weakSelf.roomVC.hidesBottomBarWhenPushed = YES; - [navagationController pushViewController:weakSelf.roomVC animated:YES]; - weakSelf.roomId = roomId; + if (self != nil) { + if (self->_miniView) { + [self->_miniView removeFromSuperview]; + self->_miniView = nil; + } + } + [[QXRoomMessageManager shared] joinGroupWithRoomId:roomId]; + [QXMineNetwork joinRoomWithRoomId:roomId successBlock:^(QXRoomModel * _Nonnull roomModel) { + if (weakSelf.roomId && ![weakSelf.roomId isEqualToString:roomId]) { + [weakSelf quitRoomWithRoomId:weakSelf.roomId removeListener:NO]; + } + [[QXRoomMessageManager shared] joinGroupWithRoomId:roomId]; + [UIApplication sharedApplication].idleTimerDisabled = YES; + weakSelf.roomVC = [[QXRoomViewController alloc] init]; + weakSelf.roomVC.roomId = roomId; + weakSelf.roomVC.isReJoin = isRejoin; + weakSelf.roomId = roomId; + weakSelf.roomVC.roomModel = roomModel; + weakSelf.roomVC.hidesBottomBarWhenPushed = YES; + [navagationController pushViewController:weakSelf.roomVC animated:YES]; + weakSelf.roomId = roomId; + } roomErrorBlock:^(NSString * _Nonnull roomId, NSString * _Nonnull msg) { + [weakSelf showAlertWithMessage:msg roomId:roomId]; + } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { + showToast(msg); + // hideLoadingInView(KEYWINDOW) + }]; } roomErrorBlock:^(NSString * _Nonnull roomId, NSString * _Nonnull msg) { weakSelf.isClickJoinRoom = NO; [weakSelf showAlertWithMessage:msg roomId:roomId]; } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { weakSelf.isClickJoinRoom = NO; showToast(msg); -// hideLoadingInView(KEYWINDOW) }]; + } } } diff --git a/QXLive/Config/QXConfig.h b/QXLive/Config/QXConfig.h index 7386341..ee42c9d 100644 --- a/QXLive/Config/QXConfig.h +++ b/QXLive/Config/QXConfig.h @@ -90,6 +90,11 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic,strong)NSString *theme_color; /// 按钮颜色 @property (nonatomic,strong)NSString *btn_text_color; +/// +//@property (nonatomic,strong)NSString *a; +//@property (nonatomic,strong)NSString *b; +//@property (nonatomic,strong)NSString *c; +//@property (nonatomic,strong)NSString *d; @end NS_ASSUME_NONNULL_END diff --git a/QXLive/HomePage(声播)/Controlller/QXHomeViewController.m b/QXLive/HomePage(声播)/Controlller/QXHomeViewController.m index f93d3e6..18c2151 100644 --- a/QXLive/HomePage(声播)/Controlller/QXHomeViewController.m +++ b/QXLive/HomePage(声播)/Controlller/QXHomeViewController.m @@ -377,12 +377,14 @@ } -(void)popSignTask{ - MJWeakSelf - QXSignInAppView *view = [[QXSignInAppView alloc] init]; - view.cancelBlock = ^{ - [weakSelf popRecommendRoom]; - }; - [view showInView:KEYWINDOW]; + if (self.signStatus.intValue != 1) { + MJWeakSelf + QXSignInAppView *view = [[QXSignInAppView alloc] init]; + view.cancelBlock = ^{ + [weakSelf popRecommendRoom]; + }; + [view showInView:KEYWINDOW]; + } } -(void)popRecommendRoom{ diff --git a/QXLive/HomePage(声播)/Model/QXRedPacketModel.h b/QXLive/HomePage(声播)/Model/QXRedPacketModel.h index dc520f9..941ffad 100644 --- a/QXLive/HomePage(声播)/Model/QXRedPacketModel.h +++ b/QXLive/HomePage(声播)/Model/QXRedPacketModel.h @@ -54,6 +54,9 @@ NS_ASSUME_NONNULL_BEGIN - (long)remainingTime; /// 检查是否可领取 - (BOOL)canOpenNow; + +-(instancetype)copyModel; + @end diff --git a/QXLive/HomePage(声播)/Model/QXRedPacketModel.m b/QXLive/HomePage(声播)/Model/QXRedPacketModel.m index 0381e7d..62f8e8e 100644 --- a/QXLive/HomePage(声播)/Model/QXRedPacketModel.m +++ b/QXLive/HomePage(声播)/Model/QXRedPacketModel.m @@ -20,6 +20,29 @@ - (BOOL)canOpenNow { return [self remainingTime] <= 0; } +-(instancetype)copyModel{ + QXRedPacketModel *md = [[QXRedPacketModel alloc] init]; + md.redpacket_id = self.redpacket_id; + md.password = self.password; + md.countdown = self.countdown; + md.total_amount = self.total_amount; + md.room_id = self.room_id; + md.type = self.type; + md.total_count = self.total_count; + md.coin_type = self.coin_type; + md.user_id = self.user_id; + md.avatar = self.avatar; + md.nickname = self.nickname; + md.redpacket_time = self.redpacket_time; + md.conditions = self.conditions; + md.remark = self.remark; + md.start_time = self.start_time; + md.left_amount = self.left_amount; + md.left_count = self.left_count; + md.is_qiang = self.is_qiang; + md.isAvailable = self.isAvailable; + return md; +} @end diff --git a/QXLive/HomePage(声播)/View/首页/QXGiftScrollView.h b/QXLive/HomePage(声播)/View/首页/QXGiftScrollView.h index e7bd749..4b6a66d 100644 --- a/QXLive/HomePage(声播)/View/首页/QXGiftScrollView.h +++ b/QXLive/HomePage(声播)/View/首页/QXGiftScrollView.h @@ -41,6 +41,7 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic,strong)NSString *gift_picture; @property (nonatomic,strong)NSString *roomId; @property (nonatomic,strong)NSString *number; +@property (nonatomic,strong)NSString *text; @end NS_ASSUME_NONNULL_END diff --git a/QXLive/Login(登录)/Controlller/QXAccountListViewController.m b/QXLive/Login(登录)/Controlller/QXAccountListViewController.m index f873438..e10e911 100644 --- a/QXLive/Login(登录)/Controlller/QXAccountListViewController.m +++ b/QXLive/Login(登录)/Controlller/QXAccountListViewController.m @@ -53,9 +53,9 @@ #pragma mark - QXBlackListCellDelegate -(void)didClickLoginWithModel:(QXLoginModel *)model{ - __block QXLoginModel *loginModel = model; +// __block QXLoginModel *loginModel = model; MJWeakSelf - [QXLoginNetwork loginAccountWithUser_login:model.user_id successBlock:^(id _Nonnull responseObject) { + [QXLoginNetwork loginAccountWithUser_login:model.user_id successBlock:^(QXLoginModel * _Nonnull loginModel) { hideLoadingInView(self.view); [[QXGlobal shareGlobal] saveLoginData:[loginModel yy_modelToJSONString]]; AppDelegate *delegate = (AppDelegate*)[UIApplication sharedApplication].delegate; @@ -69,7 +69,7 @@ }]; } - } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { + }failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { showToast(msg); }]; } diff --git a/QXLive/Login(登录)/Controlller/QXForgotPwdViewController.m b/QXLive/Login(登录)/Controlller/QXForgotPwdViewController.m index 3dc77a9..8a8bfa1 100644 --- a/QXLive/Login(登录)/Controlller/QXForgotPwdViewController.m +++ b/QXLive/Login(登录)/Controlller/QXForgotPwdViewController.m @@ -24,6 +24,7 @@ @property (nonatomic,strong)QXLoginTextField *repasswordTextField; @property (nonatomic,strong)UIButton *firstCommitBtn; @property (nonatomic,strong)UIButton *secondCommitBtn; +@property (nonatomic,assign)BOOL isNetworking; @end @implementation QXForgotPwdViewController @@ -137,18 +138,24 @@ // [self.scrollView setContentOffset:CGPointMake(SCREEN_WIDTH, 0) animated:YES]; //} -(void)didClickSendCode:(UIButton *)sender{ + if (self.isNetworking) { + return; + } if (self.accountTextField.textField.text.length < 11) { showToast(QXText(@"请输入正确的手机号码")); return; } MJWeakSelf + self.isNetworking = YES; [QXLoginNetwork getSmscodeWithMobile:self.accountTextField.textField.text type:(GetSmscodeTypeFindPassword) successBlock:^(id _Nonnull responseObject) { + weakSelf.isNetworking = NO; [weakSelf.codeTextField startTimeDown]; } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { - + showToast(msg); + weakSelf.isNetworking = NO; }]; } -(void)commitAction{ diff --git a/QXLive/Login(登录)/Controlller/QXLoginViewController.m b/QXLive/Login(登录)/Controlller/QXLoginViewController.m index 6c40ecd..e109d07 100644 --- a/QXLive/Login(登录)/Controlller/QXLoginViewController.m +++ b/QXLive/Login(登录)/Controlller/QXLoginViewController.m @@ -533,6 +533,7 @@ sender.userInteractionEnabled = NO; MJWeakSelf [QXLoginNetwork getSmscodeWithMobile:self.accountTextField.textField.text type:GetSmscodeTypeLogin successBlock:^(id _Nonnull responseObject) { + sender.userInteractionEnabled = YES; [weakSelf.codeTextField startTimeDown]; } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { sender.userInteractionEnabled = YES; diff --git a/QXLive/Manager/QXLogger.h b/QXLive/Manager/QXLogger.h new file mode 100644 index 0000000..24fc87f --- /dev/null +++ b/QXLive/Manager/QXLogger.h @@ -0,0 +1,114 @@ +// +// QXLogger.h +// QXLive +// +// Created by 启星 on 2025/12/18. +// + +#import + + +NS_ASSUME_NONNULL_BEGIN +typedef NS_ENUM(NSUInteger, QXLogLevel) { + QXLogLevelVerbose = 0, + QXLogLevelDebug, + QXLogLevelInfo, + QXLogLevelWarning, + QXLogLevelError, + QXLogLevelFatal, +}; + +typedef NS_OPTIONS(NSUInteger, QXLogTarget) { + QXLogTargetConsole = 1 << 0, + QXLogTargetFile = 1 << 1, + QXLogTargetNetwork = 1 << 2, + QXLogTargetAll = 0xFF +}; + +/** + 日志配置 + */ +@interface QXLogConfig : NSObject + + + ++ (instancetype)sharedConfig; + +@property (nonatomic, assign) QXLogLevel minLogLevel; +@property (nonatomic, assign) QXLogTarget logTarget; +@property (nonatomic, assign) NSUInteger maxLogFileSize; +@property (nonatomic, assign) NSUInteger maxLogFileCount; +@property (nonatomic, assign) NSUInteger logSaveDays; +@property (nonatomic, assign) BOOL enableNetworkUpload; +@property (nonatomic, copy, nullable) NSString *uploadURL; +@property (nonatomic, assign) BOOL enableConsoleColor; +@property (nonatomic, assign) BOOL addDateToFile; +@property (nonatomic, copy, nullable) NSString *logPrefix; +@property (nonatomic, assign) BOOL enableAsync; +@property (nonatomic, assign) BOOL encryptLogFile; + +@end + +/** + 日志工具类 + */ +@interface QXLogger : NSObject + ++ (instancetype)new NS_UNAVAILABLE; +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - 配置 ++ (QXLogConfig *)config; ++ (void)updateConfig:(void (^)(QXLogConfig *config))block; + +#pragma mark - 基础日志方法 ++ (void)verbose:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); ++ (void)verboseWithTag:(NSString *)tag format:(NSString *)format, ... NS_FORMAT_FUNCTION(2, 3); ++ (void)debug:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); ++ (void)debugWithTag:(NSString *)tag format:(NSString *)format, ... NS_FORMAT_FUNCTION(2, 3); ++ (void)info:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); ++ (void)infoWithTag:(NSString *)tag format:(NSString *)format, ... NS_FORMAT_FUNCTION(2, 3); ++ (void)warning:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); ++ (void)warningWithTag:(NSString *)tag format:(NSString *)format, ... NS_FORMAT_FUNCTION(2, 3); ++ (void)error:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); ++ (void)errorWithTag:(NSString *)tag format:(NSString *)format, ... NS_FORMAT_FUNCTION(2, 3); ++ (void)fatal:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2); ++ (void)fatalWithTag:(NSString *)tag format:(NSString *)format, ... NS_FORMAT_FUNCTION(2, 3); + +#pragma mark - 特殊日志方法 ++ (void)network:(NSString *)method url:(NSString *)url params:(nullable id)params response:(nullable id)response error:(nullable NSError *)error; ++ (void)performance:(NSString *)tag startTime:(CFAbsoluteTime)startTime; ++ (void)userAction:(NSString *)action params:(nullable NSDictionary *)params; ++ (void)crash:(NSException *)exception; ++ (void)memoryWarning; + +#pragma mark - 文件操作 ++ (NSArray *)getAllLogFilePaths; ++ (nullable NSString *)getLatestLogFilePath; ++ (nullable NSString *)getLogContentFromFile:(NSString *)filePath; ++ (void)cleanExpiredLogs; ++ (void)cleanAllLogFiles; + +#pragma mark - 文件大小管理 ++ (unsigned long long)getCurrentLogFileSize; ++ (CGFloat)getCurrentLogFileSizeMB; ++ (CGFloat)getTotalLogSizeMB; ++ (NSDictionary *)getLogFileInfo:(NSString *)filePath; ++ (NSArray *)getAllLogFileInfos; ++ (void)checkFileSizeManually; + +#pragma mark - 网络上报 ++ (void)uploadLogsWithCompletion:(void (^)(BOOL success, NSError * _Nullable error))completion; ++ (void)setUploadHandler:(void (^)(NSArray *logFilePaths, void (^complete)(BOOL success)))handler; + +#pragma mark - 调试工具 ++ (void)enable:(BOOL)enabled; ++ (BOOL)isEnabled; ++ (void)addCustomLogHandler:(void (^)(QXLogLevel level, NSString *tag, NSString *message))handler; + +#pragma mark - 初始化 ++ (void)setupLogger; + +@end + +NS_ASSUME_NONNULL_END diff --git a/QXLive/Manager/QXLogger.m b/QXLive/Manager/QXLogger.m new file mode 100644 index 0000000..591cc3e --- /dev/null +++ b/QXLive/Manager/QXLogger.m @@ -0,0 +1,886 @@ +// +// QXLogger.m +// QXLive +// +// Created by 启星 on 2025/12/18. +// + +#import "QXLogger.h" +#import +#import +#include + +// 静态变量 +static dispatch_queue_t _logQueue = nil; +static QXLogConfig *_config = nil; +static NSMutableArray *_logBuffer = nil; +static NSMutableArray *_customHandlers = nil; +static BOOL _isEnabled = YES; +static NSDateFormatter *_dateFormatter = nil; +static NSFileHandle *_currentFileHandle = nil; +static NSString *_currentLogFilePath = nil; +static void (^_uploadHandler)(NSArray *, void (^)(BOOL)) = nil; + +@implementation QXLogConfig + ++ (instancetype)sharedConfig { + static QXLogConfig *instance = nil; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + instance = [[QXLogConfig alloc] init]; + }); + return instance; +} + +- (instancetype)init { + self = [super init]; + if (self) { + _minLogLevel = QXLogLevelDebug; + _logTarget = QXLogTargetConsole | QXLogTargetFile; + _maxLogFileSize = 5 * 1024 * 1024; // 5MB + _maxLogFileCount = 10; + _logSaveDays = 7; + _enableNetworkUpload = NO; + _enableConsoleColor = YES; + _addDateToFile = YES; + _enableAsync = YES; + _encryptLogFile = NO; + } + return self; +} + +@end + + + + + +@implementation QXLogger + +#pragma mark - 初始化 ++ (void)initialize { + if (self == [QXLogger class]) { + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + _logQueue = dispatch_queue_create("com.qx.log.queue", DISPATCH_QUEUE_SERIAL); + _config = [QXLogConfig sharedConfig]; + _logBuffer = [NSMutableArray array]; + _customHandlers = [NSMutableArray array]; + _dateFormatter = [[NSDateFormatter alloc] init]; + [_dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss.SSS"]; + + // 设置日志系统 + [self setupLogger]; + }); + } +} + ++ (void)setupLogger { + // 创建日志目录 + [self createLogDirectory]; + + // 清理过期日志 + [self cleanExpiredLogs]; + + // 查找或创建日志文件 + [self findOrCreateLogFile]; + + // 注册内存警告通知 + [[NSNotificationCenter defaultCenter] addObserver:self + selector:@selector(handleMemoryWarning) + name:UIApplicationDidReceiveMemoryWarningNotification + object:nil]; + + // 注册崩溃处理 + NSSetUncaughtExceptionHandler(&uncaughtExceptionHandler); + + [self info:@"QXLogger 初始化完成"]; +} + +#pragma mark - 核心文件管理方法 ++ (void)findOrCreateLogFile { + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + // 获取所有日志文件 + NSError *error = nil; + NSArray *files = [fm contentsOfDirectoryAtPath:logDir error:&error]; + + if (error) { + [self error:@"读取日志目录失败: %@", error.localizedDescription]; + [self createNewLogFile]; + return; + } + + // 过滤出日志文件 + NSArray *logFiles = [files filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@"SELF BEGINSWITH 'qxlog_'"]]; + + if (logFiles.count == 0) { + // 没有日志文件,创建新的 + [self info:@"没有找到日志文件,创建新文件"]; + [self createNewLogFile]; + return; + } + + // 找到最新的日志文件(按文件名排序) + NSArray *sortedFiles = [logFiles sortedArrayUsingSelector:@selector(compare:)]; + NSString *latestFileName = sortedFiles.lastObject; + NSString *latestFilePath = [logDir stringByAppendingPathComponent:latestFileName]; + + // 检查文件大小 + NSDictionary *attrs = [fm attributesOfItemAtPath:latestFilePath error:nil]; + unsigned long long fileSize = attrs ? [attrs fileSize] : 0; + CGFloat fileSizeMB = fileSize / 1024.0 / 1024.0; + CGFloat maxSizeMB = _config.maxLogFileSize / 1024.0 / 1024.0; + + if (fileSize < _config.maxLogFileSize) { + // 文件未满,继续使用 + [self openExistingLogFile:latestFilePath]; + [self info:@"继续使用现有日志文件: %@ (%.2fMB/%.2fMB)", latestFileName, fileSizeMB, maxSizeMB]; + } else { + // 文件已满,创建新的 + [self createNewLogFile]; + [self info:@"日志文件已满,创建新文件"]; + } +} + ++ (void)openExistingLogFile:(NSString *)filePath { + @synchronized (self) { + // 关闭之前的文件句柄 + if (_currentFileHandle) { + @try { + [_currentFileHandle synchronizeFile]; + [_currentFileHandle closeFile]; + } @catch (NSException *exception) { + [self error:@"关闭文件句柄失败: %@", exception]; + } + _currentFileHandle = nil; + } + + // 打开现有文件 + NSError *error = nil; + _currentFileHandle = [NSFileHandle fileHandleForWritingToURL:[NSURL fileURLWithPath:filePath] error:&error]; + if (error) { + [self error:@"打开现有日志文件失败: %@", error.localizedDescription]; + [self createNewLogFile]; + return; + } + + // 移动到文件末尾 + @try { + [_currentFileHandle seekToEndOfFile]; + } @catch (NSException *exception) { + [self error:@"移动到文件末尾失败: %@", exception]; + [self createNewLogFile]; + return; + } + + _currentLogFilePath = filePath; + + // 写入重启标记 + [self writeRestartMarker]; + } +} + ++ (void)createNewLogFile { + @synchronized (self) { + // 关闭之前的文件句柄 + if (_currentFileHandle) { + @try { + [_currentFileHandle synchronizeFile]; + [_currentFileHandle closeFile]; + } @catch (NSException *exception) { + [self error:@"关闭文件句柄失败: %@", exception]; + } + _currentFileHandle = nil; + } + + // 生成文件名(按日期和序号) + NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; + [formatter setDateFormat:@"yyyyMMdd"]; + NSString *dateStr = [formatter stringFromDate:[NSDate date]]; + + // 获取当天的下一个序号 + NSInteger nextIndex = [self getNextFileIndexForDate:dateStr]; + NSString *fileName = [NSString stringWithFormat:@"qxlog_%@_%03ld.log", dateStr, (long)nextIndex]; + NSString *filePath = [[self logDirectory] stringByAppendingPathComponent:fileName]; + + // 创建新文件 + NSFileManager *fm = [NSFileManager defaultManager]; + [fm createFileAtPath:filePath contents:nil attributes:nil]; + + // 打开文件句柄 + NSError *error = nil; + _currentFileHandle = [NSFileHandle fileHandleForWritingToURL:[NSURL fileURLWithPath:filePath] error:&error]; + if (error) { + [self error:@"打开日志文件失败: %@", error.localizedDescription]; + return; + } + + _currentLogFilePath = filePath; + + // 写入文件头 + [self writeFileHeader]; + + // 检查文件数量 + [self checkLogFileCount]; + + [self info:@"创建新日志文件: %@", fileName]; + } +} + ++ (NSInteger)getNextFileIndexForDate:(NSString *)dateStr { + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + NSError *error = nil; + NSArray *files = [fm contentsOfDirectoryAtPath:logDir error:&error]; + + if (error) return 1; + + NSString *prefix = [NSString stringWithFormat:@"qxlog_%@_", dateStr]; + NSArray *todayFiles = [files filteredArrayUsingPredicate: + [NSPredicate predicateWithFormat:@"SELF BEGINSWITH %@", prefix]]; + + if (todayFiles.count == 0) return 1; + + // 找出最大序号 + NSInteger maxIndex = 0; + for (NSString *fileName in todayFiles) { + // 提取序号:qxlog_20240101_001.log -> 001 + NSString *baseName = [fileName stringByDeletingPathExtension]; + NSArray *components = [baseName componentsSeparatedByString:@"_"]; + if (components.count == 3) { + NSString *indexStr = components[2]; + NSInteger index = [indexStr integerValue]; + if (index > maxIndex) { + maxIndex = index; + } + } + } + + return maxIndex + 1; +} + +#pragma mark - 文件写入方法 ++ (void)writeRestartMarker { + if (!_currentFileHandle) return; + + NSMutableString *marker = [NSMutableString string]; + [marker appendString:@"\n\n"]; + [marker appendString:@"═══════════════════════════════════════════════════\n"]; + [marker appendFormat:@"🚀 应用重新启动 - %@\n", [_dateFormatter stringFromDate:[NSDate date]]]; + [marker appendString:@"═══════════════════════════════════════════════════\n\n"]; + + NSData *markerData = [marker dataUsingEncoding:NSUTF8StringEncoding]; + @try { + [_currentFileHandle writeData:markerData]; + [_currentFileHandle synchronizeFile]; + } @catch (NSException *exception) { + [self error:@"写入重启标记失败: %@", exception]; + } +} + ++ (void)writeFileHeader { + if (!_currentFileHandle) return; + + NSMutableString *header = [NSMutableString string]; + [header appendString:@"═══════════════════════════════════════════════════\n"]; + [header appendString:@"📱 QXLogger 日志文件\n"]; + [header appendString:@"═══════════════════════════════════════════════════\n"]; + [header appendFormat:@"创建时间: %@\n", [_dateFormatter stringFromDate:[NSDate date]]]; + [header appendFormat:@"设备型号: %@\n", [self deviceModel]]; + [header appendFormat:@"系统版本: %@ %@\n", [UIDevice currentDevice].systemName, [UIDevice currentDevice].systemVersion]; + + NSString *appName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"] ?: + [[NSBundle mainBundle] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleNameKey]; + NSString *version = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"] ?: @""; + NSString *build = [[NSBundle mainBundle] objectForInfoDictionaryKey:(__bridge NSString *)kCFBundleVersionKey] ?: @""; + + [header appendFormat:@"应用信息: %@ %@ (%@)\n", appName ?: @"", version, build]; + [header appendFormat:@"文件限制: %.2fMB/文件, 最多%lu个文件\n", + _config.maxLogFileSize / 1024.0 / 1024.0, + (unsigned long)_config.maxLogFileCount]; + [header appendString:@"═══════════════════════════════════════════════════\n\n"]; + + NSData *headerData = [header dataUsingEncoding:NSUTF8StringEncoding]; + @try { + [_currentFileHandle writeData:headerData]; + [_currentFileHandle synchronizeFile]; + } @catch (NSException *exception) { + [self error:@"写入文件头失败: %@", exception]; + } +} + +#pragma mark - 日志输出 ++ (void)outputToFile:(NSString *)log { + @autoreleasepool { + // 检查文件大小 + [self checkLogFileSize]; + + // 确保文件句柄存在 + if (!_currentFileHandle) { + [self findOrCreateLogFile]; + if (!_currentFileHandle) return; + } + + // 写入日志 + NSString *logWithNewline = [log stringByAppendingString:@"\n"]; + NSData *logData = [logWithNewline dataUsingEncoding:NSUTF8StringEncoding]; + + @try { + [_currentFileHandle seekToEndOfFile]; + [_currentFileHandle writeData:logData]; + [_currentFileHandle synchronizeFile]; + } @catch (NSException *exception) { + [self error:@"写入日志文件失败: %@", exception]; + // 尝试重新创建文件 + [self createNewLogFile]; + } + } +} + ++ (void)checkLogFileSize { + if (!_currentLogFilePath) return; + + NSFileManager *fm = [NSFileManager defaultManager]; + NSDictionary *attrs = [fm attributesOfItemAtPath:_currentLogFilePath error:nil]; + + if (attrs) { + unsigned long long fileSize = [attrs fileSize]; + + if (fileSize >= _config.maxLogFileSize) { + [self info:@"日志文件达到限制 (%.2fMB),创建新文件", fileSize / 1024.0 / 1024.0]; + [self createNewLogFile]; + } + } +} + +#pragma mark - 基础日志方法实现 ++ (void)logWithLevel:(QXLogLevel)level tag:(nullable NSString *)tag format:(NSString *)format args:(va_list)args { + if (!_isEnabled || level < _config.minLogLevel) return; + + NSString *message = [[NSString alloc] initWithFormat:format arguments:args]; + + if (_config.enableAsync) { + dispatch_async(_logQueue, ^{ + [self processLogWithLevel:level tag:tag message:message]; + }); + } else { + dispatch_sync(_logQueue, ^{ + [self processLogWithLevel:level tag:tag message:message]; + }); + } +} + ++ (void)processLogWithLevel:(QXLogLevel)level tag:(nullable NSString *)tag message:(NSString *)message { + // 格式化日志 + NSString *formattedLog = [self formatLogWithLevel:level tag:tag message:message]; + + // 输出到不同目标 + if (_config.logTarget & QXLogTargetConsole) { + [self outputToConsole:formattedLog level:level]; + } + + if (_config.logTarget & QXLogTargetFile) { + [self outputToFile:formattedLog]; + } + + // 调用自定义处理器 + for (void (^handler)(QXLogLevel, NSString *, NSString *) in _customHandlers) { + handler(level, tag ?: @"", message); + } +} + ++ (NSString *)formatLogWithLevel:(QXLogLevel)level tag:(nullable NSString *)tag message:(NSString *)message { + NSString *timestamp = [_dateFormatter stringFromDate:[NSDate date]]; + NSString *levelStr = [self stringFromLogLevel:level]; + NSString *threadInfo = [NSThread isMainThread] ? @"Main" : @"Background"; + + NSMutableString *log = [NSMutableString string]; + [log appendFormat:@"%@ [%@]", timestamp, threadInfo]; + + if (_config.logPrefix.length > 0) { + [log appendFormat:@" [%@]", _config.logPrefix]; + } + + if (tag.length > 0) { + [log appendFormat:@" [%@]", tag]; + } + + [log appendFormat:@" [%@] %@", levelStr, message]; + + return [log copy]; +} + ++ (NSString *)stringFromLogLevel:(QXLogLevel)level { + switch (level) { + case QXLogLevelVerbose: return @"VERBOSE"; + case QXLogLevelDebug: return @"DEBUG"; + case QXLogLevelInfo: return @"INFO"; + case QXLogLevelWarning: return @"WARNING"; + case QXLogLevelError: return @"ERROR"; + case QXLogLevelFatal: return @"FATAL"; + default: return @"UNKNOWN"; + } +} + ++ (void)outputToConsole:(NSString *)log level:(QXLogLevel)level { + if (_config.enableConsoleColor) { + printf("%s\n", [self coloredLog:log level:level].UTF8String); + } else { + printf("%s\n", log.UTF8String); + } +} + ++ (NSString *)coloredLog:(NSString *)log level:(QXLogLevel)level { + NSString *colorCode; + switch (level) { + case QXLogLevelVerbose: colorCode = @"\033[0;37m"; break; // 白色 + case QXLogLevelDebug: colorCode = @"\033[0;36m"; break; // 青色 + case QXLogLevelInfo: colorCode = @"\033[0;32m"; break; // 绿色 + case QXLogLevelWarning: colorCode = @"\033[0;33m"; break; // 黄色 + case QXLogLevelError: colorCode = @"\033[0;31m"; break; // 红色 + case QXLogLevelFatal: colorCode = @"\033[0;35m"; break; // 紫色 + default: colorCode = @"\033[0m"; + } + return [NSString stringWithFormat:@"%@%@\033[0m", colorCode, log]; +} + +#pragma mark - 公开日志方法 ++ (void)verbose:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelVerbose tag:nil format:format args:args]; + va_end(args); +} + ++ (void)verboseWithTag:(NSString *)tag format:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelVerbose tag:tag format:format args:args]; + va_end(args); +} + ++ (void)debug:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelDebug tag:nil format:format args:args]; + va_end(args); +} + ++ (void)debugWithTag:(NSString *)tag format:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelDebug tag:tag format:format args:args]; + va_end(args); +} + ++ (void)info:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelInfo tag:nil format:format args:args]; + va_end(args); +} + ++ (void)infoWithTag:(NSString *)tag format:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelInfo tag:tag format:format args:args]; + va_end(args); +} + ++ (void)warning:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelWarning tag:nil format:format args:args]; + va_end(args); +} + ++ (void)warningWithTag:(NSString *)tag format:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelWarning tag:tag format:format args:args]; + va_end(args); +} + ++ (void)error:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelError tag:nil format:format args:args]; + va_end(args); +} + ++ (void)errorWithTag:(NSString *)tag format:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelError tag:tag format:format args:args]; + va_end(args); +} + ++ (void)fatal:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelFatal tag:nil format:format args:args]; + va_end(args); +} + ++ (void)fatalWithTag:(NSString *)tag format:(NSString *)format, ... { + va_list args; + va_start(args, format); + [self logWithLevel:QXLogLevelFatal tag:tag format:format args:args]; + va_end(args); +} + +#pragma mark - 特殊日志方法 ++ (void)network:(NSString *)method url:(NSString *)url params:(id)params response:(id)response error:(NSError *)error { + NSMutableString *log = [NSMutableString string]; + [log appendFormat:@"🌐 %@ %@\n", method, url]; + + if (params) { + [log appendFormat:@"Params: %@\n", [self jsonStringFromObject:params]]; + } + + if (response) { + [log appendFormat:@"Response: %@\n", [self jsonStringFromObject:response]]; + } + + if (error) { + [log appendFormat:@"Error: %@ (Code: %ld)", error.localizedDescription, (long)error.code]; + } + + [self debugWithTag:@"Network" format:@"%@", log]; +} + ++ (void)performance:(NSString *)tag startTime:(CFAbsoluteTime)startTime { + CFAbsoluteTime endTime = CFAbsoluteTimeGetCurrent(); + CFAbsoluteTime duration = (endTime - startTime) * 1000; + + NSString *level = duration > 100 ? @"⚠️" : @"✅"; + [self debugWithTag:@"Performance" format:@"%@ %@: %.2fms", level, tag, duration]; +} + ++ (void)userAction:(NSString *)action params:(NSDictionary *)params { + NSString *paramsStr = params ? [self jsonStringFromObject:params] : @"{}"; + [self infoWithTag:@"UserAction" format:@"👤 %@ %@", action, paramsStr]; +} + ++ (void)crash:(NSException *)exception { + NSString *log = [NSString stringWithFormat: + @"💥 Crash: %@\n" + @"Reason: %@\n" + @"Stack Trace:\n%@", + exception.name, + exception.reason, + exception.callStackSymbols]; + + [self fatalWithTag:@"Crash" format:@"%@", log]; + + // 立即刷新到文件 + dispatch_sync(_logQueue, ^{ + [self outputToFile:log]; + }); +} + ++ (void)memoryWarning { + struct task_basic_info info; + mach_msg_type_number_t size = sizeof(info); + kern_return_t kerr = task_info(mach_task_self(), TASK_BASIC_INFO, (task_info_t)&info, &size); + + if (kerr == KERN_SUCCESS) { + CGFloat usedMemory = info.resident_size / 1024.0 / 1024.0; + [self warningWithTag:@"Memory" format:@"⚠️ Memory Warning: %.2f MB used", usedMemory]; + } +} + +#pragma mark - 文件操作方法 ++ (NSString *)logDirectory { + NSString *docDir = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES).firstObject; + return [docDir stringByAppendingPathComponent:@"QXLogs"]; +} + ++ (void)createLogDirectory { + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + if (![fm fileExistsAtPath:logDir]) { + NSError *error = nil; + [fm createDirectoryAtPath:logDir withIntermediateDirectories:YES attributes:nil error:&error]; + if (error) { + [self error:@"创建日志目录失败: %@", error.localizedDescription]; + } + } +} + ++ (NSArray *)getAllLogFilePaths { + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + NSError *error = nil; + NSArray *files = [fm contentsOfDirectoryAtPath:logDir error:&error]; + + if (error) return @[]; + + // 过滤并排序日志文件 + NSArray *logFiles = [files filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@"SELF BEGINSWITH 'qxlog_'"]]; + logFiles = [logFiles sortedArrayUsingSelector:@selector(compare:)]; + + // 转换为完整路径 + NSMutableArray *fullPaths = [NSMutableArray array]; + for (NSString *file in logFiles) { + [fullPaths addObject:[logDir stringByAppendingPathComponent:file]]; + } + + return [fullPaths copy]; +} + ++ (NSString *)getLatestLogFilePath { + NSArray *logFiles = [self getAllLogFilePaths]; + return logFiles.lastObject; +} + ++ (NSString *)getLogContentFromFile:(NSString *)filePath { + if (![[NSFileManager defaultManager] fileExistsAtPath:filePath]) { + return nil; + } + + NSError *error = nil; + NSString *content = [NSString stringWithContentsOfFile:filePath + encoding:NSUTF8StringEncoding + error:&error]; + + if (error) { + [self error:@"读取日志文件失败: %@", error.localizedDescription]; + return nil; + } + + return content; +} + ++ (void)checkLogFileCount { + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + NSError *error = nil; + NSArray *files = [fm contentsOfDirectoryAtPath:logDir error:&error]; + + if (!error) { + NSArray *logFiles = [files filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@"SELF BEGINSWITH 'qxlog_'"]]; + logFiles = [logFiles sortedArrayUsingSelector:@selector(compare:)]; + + if (logFiles.count > _config.maxLogFileCount) { + NSUInteger filesToDelete = logFiles.count - _config.maxLogFileCount; + for (NSUInteger i = 0; i < filesToDelete; i++) { + NSString *filePath = [logDir stringByAppendingPathComponent:logFiles[i]]; + [fm removeItemAtPath:filePath error:nil]; + [self info:@"删除旧日志文件: %@", logFiles[i]]; + } + } + } +} + ++ (void)cleanExpiredLogs { + if (_config.logSaveDays <= 0) return; + + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + NSError *error = nil; + NSArray *files = [fm contentsOfDirectoryAtPath:logDir error:&error]; + + if (error) return; + + NSDate *now = [NSDate date]; + NSCalendar *calendar = [NSCalendar currentCalendar]; + + for (NSString *file in files) { + if ([file hasPrefix:@"qxlog_"]) { + NSString *filePath = [logDir stringByAppendingPathComponent:file]; + + NSDictionary *attrs = [fm attributesOfItemAtPath:filePath error:nil]; + if (attrs) { + NSDate *creationDate = [attrs fileCreationDate]; + if (creationDate) { + NSDateComponents *components = [calendar components:NSCalendarUnitDay + fromDate:creationDate + toDate:now + options:0]; + + if (components.day > _config.logSaveDays) { + [fm removeItemAtPath:filePath error:nil]; + [self info:@"删除过期日志文件: %@ (创建于: %@)", file, creationDate]; + } + } + } + } + } +} + ++ (void)cleanAllLogFiles { + NSString *logDir = [self logDirectory]; + NSFileManager *fm = [NSFileManager defaultManager]; + + NSError *error = nil; + NSArray *files = [fm contentsOfDirectoryAtPath:logDir error:&error]; + + if (!error) { + for (NSString *file in files) { + if ([file hasPrefix:@"qxlog_"]) { + NSString *filePath = [logDir stringByAppendingPathComponent:file]; + [fm removeItemAtPath:filePath error:nil]; + } + } + } + + [self createNewLogFile]; + [self info:@"已清除所有日志文件"]; +} + +#pragma mark - 文件大小管理方法 ++ (unsigned long long)getCurrentLogFileSize { + if (!_currentLogFilePath) return 0; + + NSFileManager *fm = [NSFileManager defaultManager]; + NSDictionary *attrs = [fm attributesOfItemAtPath:_currentLogFilePath error:nil]; + + return attrs ? [attrs fileSize] : 0; +} + ++ (CGFloat)getCurrentLogFileSizeMB { + return [self getCurrentLogFileSize] / 1024.0 / 1024.0; +} + ++ (CGFloat)getTotalLogSizeMB { + NSArray *logFiles = [self getAllLogFilePaths]; + NSFileManager *fm = [NSFileManager defaultManager]; + + CGFloat totalSize = 0; + for (NSString *filePath in logFiles) { + NSDictionary *attrs = [fm attributesOfItemAtPath:filePath error:nil]; + if (attrs) { + totalSize += [attrs fileSize] / 1024.0 / 1024.0; + } + } + + return totalSize; +} + ++ (NSDictionary *)getLogFileInfo:(NSString *)filePath { + NSFileManager *fm = [NSFileManager defaultManager]; + NSDictionary *attrs = [fm attributesOfItemAtPath:filePath error:nil]; + + if (!attrs) return @{}; + + NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; + [formatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; + + CGFloat fileSizeMB = [attrs fileSize] / 1024.0 / 1024.0; + NSDate *creationDate = [attrs fileCreationDate]; + NSDate *modificationDate = [attrs fileModificationDate]; + + return @{ + @"fileName": [filePath lastPathComponent], + @"fileSize": @([attrs fileSize]), + @"fileSizeMB": @(fileSizeMB), + @"creationDate": creationDate ? [formatter stringFromDate:creationDate] : @"", + @"modificationDate": modificationDate ? [formatter stringFromDate:modificationDate] : @"", + @"filePath": filePath + }; +} + ++ (NSArray *)getAllLogFileInfos { + NSArray *logFiles = [self getAllLogFilePaths]; + NSMutableArray *infos = [NSMutableArray array]; + + for (NSString *filePath in logFiles) { + [infos addObject:[self getLogFileInfo:filePath]]; + } + + return [infos copy]; +} + ++ (void)checkFileSizeManually { + [self checkLogFileSize]; +} + +#pragma mark - 网络上报 ++ (void)uploadLogsWithCompletion:(void (^)(BOOL, NSError * _Nullable))completion { + // 实现上传逻辑 + if (completion) completion(NO, nil); +} + ++ (void)setUploadHandler:(void (^)(NSArray *, void (^)(BOOL)))handler { + _uploadHandler = [handler copy]; +} + +#pragma mark - 配置方法 ++ (QXLogConfig *)config { + return _config; +} + ++ (void)updateConfig:(void (^)(QXLogConfig *))block { + if (block) { + block(_config); + } +} + ++ (void)enable:(BOOL)enabled { + _isEnabled = enabled; +} + ++ (BOOL)isEnabled { + return _isEnabled; +} + ++ (void)addCustomLogHandler:(void (^)(QXLogLevel, NSString *, NSString *))handler { + if (handler) { + [_customHandlers addObject:[handler copy]]; + } +} + +#pragma mark - 工具方法 ++ (NSString *)deviceModel { + struct utsname systemInfo; + uname(&systemInfo); + return [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding]; +} + ++ (NSString *)jsonStringFromObject:(id)object { + if (!object) return @"null"; + + if ([object isKindOfClass:[NSString class]]) { + return object; + } + + if ([NSJSONSerialization isValidJSONObject:object]) { + NSError *error = nil; + NSData *jsonData = [NSJSONSerialization dataWithJSONObject:object + options:NSJSONWritingPrettyPrinted + error:&error]; + if (!error) { + return [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding]; + } + } + + return [object description]; +} + +#pragma mark - 崩溃处理 +static void uncaughtExceptionHandler(NSException *exception) { + [QXLogger crash:exception]; + + // 等待日志写入完成 + usleep(200000); + + // 继续原有的崩溃处理 + if (NSGetUncaughtExceptionHandler()) { + NSGetUncaughtExceptionHandler()(exception); + } +} + ++ (void)handleMemoryWarning { + [self memoryWarning]; +} + +@end + diff --git a/QXLive/Manager/QXManagerMqtt.m b/QXLive/Manager/QXManagerMqtt.m index 817a18a..3c52b2a 100755 --- a/QXLive/Manager/QXManagerMqtt.m +++ b/QXLive/Manager/QXManagerMqtt.m @@ -135,6 +135,7 @@ QXLOG(@"收到消息%@",dataStr); NSDictionary *dict = [NSJSONSerialization JSONObjectWithData:[dataStr dataUsingEncoding:NSUTF8StringEncoding] options:NSJSONReadingMutableContainers error:&error]; QXLOG(@"收到消息%@",dict); + [QXLogger infoWithTag:@"飘屏推送" format:@"%@",[dict yy_modelToJSONString]]; if (dict != nil && self.delegate && [self.delegate respondsToSelector:@selector(socketManager:receivedMessage:topic:)]) { dispatch_async(dispatch_get_main_queue(), ^{ [self.delegate socketManager:@"收到消息" receivedMessage:dict topic:topic]; diff --git a/QXLive/Manager/QXRoomMessageManager.h b/QXLive/Manager/QXRoomMessageManager.h index 1396372..c9f26d7 100644 --- a/QXLive/Manager/QXRoomMessageManager.h +++ b/QXLive/Manager/QXRoomMessageManager.h @@ -163,6 +163,9 @@ typedef NS_ENUM(NSInteger) { /// 签约麦邀请 QXRoomMessageTypeInviteSignUpSeat = 1094, + + /// 爆币推送特效 + QXRoomMessageTypeCoinBoomEffect = 1100, }QXRoomMessageType; NS_ASSUME_NONNULL_BEGIN @protocol QXRoomMessageManagerDelegate @@ -323,6 +326,7 @@ NS_ASSUME_NONNULL_BEGIN @end @interface QXRoomMessageManager : NSObject @property (nonatomic,weak)iddelegate; +@property (nonatomic,strong,readonly)NSString *roomId; +(instancetype)shared; diff --git a/QXLive/Manager/QXRoomMessageManager.m b/QXLive/Manager/QXRoomMessageManager.m index 86abacd..2934449 100644 --- a/QXLive/Manager/QXRoomMessageManager.m +++ b/QXLive/Manager/QXRoomMessageManager.m @@ -47,13 +47,17 @@ [[V2TIMManager sharedInstance] addGroupListener:self]; [[V2TIMManager sharedInstance] addAdvancedMsgListener:self]; NSString *groupId = [NSString stringWithFormat:@"room%@",roomId]; + self.groupId = groupId; + self.roomId = roomId; [[V2TIMManager sharedInstance] joinGroup:groupId msg:@"大家好,我来啦" succ:^{ QXLOG(@"腾讯IM加入聊天室成功"); - weakSelf.groupId = groupId; - weakSelf.roomId = roomId; +// weakSelf.groupId = groupId; +// weakSelf.roomId = roomId; + [QXLogger infoWithTag:@"房间日志" format:@"腾讯IM加入聊天室成功房间id=%@",roomId]; } fail:^(int code, NSString *desc) { // 加入群组失败 QXLOG(@"腾讯IM加入聊天室失败-code%d-原因%@",code,desc); + [QXLogger infoWithTag:@"房间日志" format:@"腾讯IM加入聊天室失败-code%d-原因%@",code,desc]; }]; } -(void)quitGroupWithRoomId:(NSString *)roomId removeListener:(BOOL)removeListener{ @@ -63,6 +67,7 @@ [[V2TIMManager sharedInstance] removeGroupListener:self]; [[V2TIMManager sharedInstance] removeAdvancedMsgListener:self]; } + [QXLogger infoWithTag:@"房间日志" format:@"退出群组房间=%@%@",roomId,removeListener?@"并移除监听":@""]; NSString *groupId = [NSString stringWithFormat:@"room%@",roomId]; [[V2TIMManager sharedInstance] quitGroup:groupId succ:^{ @@ -84,6 +89,7 @@ NSData *data = msg.customElem.data; NSString *jsonStr = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding]; QXLOG(@"收到广播消息---%@",jsonStr); + [QXLogger infoWithTag:@"推送日志" format:@"收到广播消息---%@",jsonStr]; QXHeadLineModel *headline = [QXHeadLineModel yy_modelWithJSON:jsonStr]; if (self.delegate && [self.delegate respondsToSelector:@selector(recieveHeadline:)]) { [self.delegate recieveHeadline:headline]; @@ -96,6 +102,7 @@ NSString *jsonStr = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding]; QXRoomMessage *msg = [QXRoomMessage yy_modelWithJSON:jsonStr]; NSString *groupId = [NSString stringWithFormat:@"room%@",msg.RoomId]; + [QXLogger infoWithTag:@"推送日志" format:@"房间id=%@收到系统推送%@",msg.RoomId,jsonStr]; if ([groupId isEqualToString:self.groupId]) { // 处理逻辑 NSInteger meesageType = msg.MsgType.integerValue; @@ -731,6 +738,15 @@ } } break; + case QXRoomMessageTypeCoinBoomEffect:{ + QXRoomChatListModel *model = [QXRoomChatListModel yy_modelWithJSON:msg.Text]; + NSString *jia_jia = [NSString stringWithFormat:@"%@",msg.Text[@"play_image"]]; + [[QXGiftPlayerManager shareManager] displayChatEffectView:jia_jia]; + if (self.delegate && [self.delegate respondsToSelector:@selector(didInsertMessge:)]) { + [self.delegate didInsertMessge:model]; + } + } + break; default: break; } diff --git a/QXLive/Message(音信)/View/QXSystemMessageCell.xib b/QXLive/Message(音信)/View/QXSystemMessageCell.xib index a477ede..592221d 100644 --- a/QXLive/Message(音信)/View/QXSystemMessageCell.xib +++ b/QXLive/Message(音信)/View/QXSystemMessageCell.xib @@ -36,7 +36,7 @@ - + diff --git a/QXLive/Message(音信)/View/QXSystemMessageHandleCell.xib b/QXLive/Message(音信)/View/QXSystemMessageHandleCell.xib index a15562d..1c663d1 100644 --- a/QXLive/Message(音信)/View/QXSystemMessageHandleCell.xib +++ b/QXLive/Message(音信)/View/QXSystemMessageHandleCell.xib @@ -107,7 +107,7 @@ - + diff --git a/QXLive/Message(音信)/View/QXSystemNoticeCell.xib b/QXLive/Message(音信)/View/QXSystemNoticeCell.xib index 851ba1c..83e2d74 100644 --- a/QXLive/Message(音信)/View/QXSystemNoticeCell.xib +++ b/QXLive/Message(音信)/View/QXSystemNoticeCell.xib @@ -71,7 +71,7 @@ - + diff --git a/QXLive/Mine(音域)/Controller/QXMineViewController.m b/QXLive/Mine(音域)/Controller/QXMineViewController.m index 16ffb5e..52bee12 100644 --- a/QXLive/Mine(音域)/Controller/QXMineViewController.m +++ b/QXLive/Mine(音域)/Controller/QXMineViewController.m @@ -368,6 +368,7 @@ -(void)gotoSetting{ QXSettingViewController *vc = [[QXSettingViewController alloc] init]; vc.haveNobility = self.userModel.is_hide.intValue == 1; + vc.haveMobile = [QXGlobal.shareGlobal.loginModel.mobile isExist]; MJWeakSelf vc.logOutBlock = ^(BOOL isCancel, NSString * _Nonnull code) { weakSelf.cancelCode = code; diff --git a/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.h b/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.h index 384e3e9..93993cb 100644 --- a/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.h +++ b/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.h @@ -17,5 +17,6 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic,strong)QXDayTaskTypeModel *model; @property (nonatomic,strong)UIButton *titleBtn; @property (nonatomic,strong)UIButton *lockImageBtn; +@property (nonatomic,strong)UILabel *badgeLabel; @end NS_ASSUME_NONNULL_END diff --git a/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.m b/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.m index 3c1dfb7..9a0d55f 100644 --- a/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.m +++ b/QXLive/Mine(音域)/Controller/每日任务/QXTaskViewController.m @@ -28,23 +28,34 @@ @property (nonatomic,strong)QXDayTaskModel *model; @property (nonatomic,strong)QXDayTaskTypeModel *typeModel; @property (nonatomic,strong)UIImageView *nodataView; + +@property (nonatomic,assign)NSInteger selectedInex; @end @implementation QXTaskViewController - (void)viewDidLoad { + self.isNoChangeBgImage = YES; [super viewDidLoad]; // Do any additional setup after loading the view. + self.selectedInex = 0; } -(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; [self.navigationController setNavigationBarHidden:NO animated:YES]; + self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:RGB16(0xffffff)}; [self getDayTask]; + +} +-(void)viewWillDisappear:(BOOL)animated{ + [super viewWillDisappear:animated]; + self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:RGB16(0x000000)}; } -(void)setNavgationItems{ [super setNavgationItems]; self.navigationItem.title = QXText(@"每日任务"); + self.navigationTintColor = RGB16(0xffffff); UIButton*recordBtn = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 44, 44)]; [recordBtn setTitle:QXText(@"礼盒记录") forState:(UIControlStateNormal)]; [recordBtn setTitleColor:QXConfig.themeColor forState:(UIControlStateNormal)]; @@ -53,11 +64,11 @@ self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:recordBtn]; } - (void)initSubViews{ - self.bgImageHidden = YES; + [self updateBgImage:@"app_home_bg"]; self.view.backgroundColor = RGB16(0xE3FAE4); [self.view addSubview:self.topView]; self.bottomView = [[UIView alloc] initWithFrame:CGRectMake(16, self.topView.bottom, SCREEN_WIDTH-32, SCREEN_HEIGHT-self.topView.bottom-kSafeAreaBottom)]; - self.bottomView.backgroundColor = RGB16(0xffffff); + self.bottomView.backgroundColor = [UIColor clearColor]; [self.bottomView addRoundedCornersWithRadius:16]; self.tableView.frame = CGRectMake(0, 48, self.bottomView.width, self.bottomView.height-48); [self.bottomView addSubview:self.tableView]; @@ -87,15 +98,16 @@ make.right.mas_equalTo(0); make.height.mas_equalTo(48); }]; - - } -(void)getDayTask{ MJWeakSelf [QXMineNetwork getDayTaskListSuccessBlock:^(QXDayTaskModel * _Nonnull model) { +// for (QXDayTaskTypeModel*md in model.tasks) { +// [self sortStudentsByScoreRule:md]; +// } weakSelf.model = model; weakSelf.topView.model = model; - weakSelf.typeModel = model.tasks.firstObject; + weakSelf.typeModel = model.tasks[weakSelf.selectedInex]; if (weakSelf.typeModel) { weakSelf.typeModel.isSelected = YES; [weakSelf.dataArray removeAllObjects]; @@ -107,6 +119,37 @@ }]; } +//- (void)sortStudentsByScoreRule:(QXDayTaskTypeModel*)typeModel { +// if (typeModel.task_list.count == 0) return; +// __block NSInteger count = 0; +//// wait_draw_num +// // 自定义排序逻辑:2 > 1 > 3 +// NSArray *array = [typeModel.task_list sortedArrayUsingComparator:^NSComparisonResult(QXDayTaskListModel *obj1, QXDayTaskListModel *obj2) { +// // 定义优先级:2(高) > 1(中) > 3(低) +// NSInteger priority1 = [self priorityForScore:obj1.task_status.intValue]; +// NSInteger priority2 = [self priorityForScore:obj1.task_status.intValue]; +// count++; +// if (priority1 > priority2) { +// return NSOrderedAscending; // obj1排在前面 +// } else if (priority1 < priority2) { +// return NSOrderedDescending; // obj2排在前面 +// } else { +// // 成绩相同,可以按其他条件排序(可选) +// return NSOrderedSame; +// } +// }]; +// typeModel.task_list = array; +// typeModel.wait_draw_num = count; +//} +//- (NSInteger)priorityForScore:(NSInteger)score { +// // 优先级映射:2(最高) -> 3, 1(中等) -> 2, 3(最低) -> 1 +// switch (score) { +// case 2: return 3; // 最高优先级 +// case 1: return 2; // 中等优先级 +// case 3: return 1; // 最低优先级 +// default: return 0; // 异常情况 +// } +//} -(void)recordAction{ QXTaskGiftRecordVC *vc = [[QXTaskGiftRecordVC alloc] init]; @@ -215,6 +258,7 @@ if (model == self.typeModel) { return; } + self.selectedInex = indexPath.row; if (self.typeModel) { self.typeModel.isSelected = NO; } @@ -312,6 +356,11 @@ self.titleBtn.selected = NO; self.lockImageBtn.selected = NO; } + if (model.wait_reward_num>0) { + self.badgeLabel.hidden = NO; + }else{ + self.badgeLabel.hidden = YES; + } } -(void)initSubviews{ @@ -327,8 +376,8 @@ self.lockImageBtn.userInteractionEnabled = NO; self.titleBtn = [[UIButton alloc] init]; - [self.titleBtn setTitleColor:RGB16(0x333333) forState:(UIControlStateSelected)]; - [self.titleBtn setTitleColor:RGB16A(0x000000,0.45) forState:(UIControlStateNormal)]; + [self.titleBtn setTitleColor:RGB16A(0xffffff,0.4) forState:(UIControlStateNormal)]; + [self.titleBtn setTitleColor:RGB16(0xffffff) forState:(UIControlStateSelected)]; self.titleBtn.titleLabel.font = [UIFont boldSystemFontOfSize:16]; [self addSubview:self.titleBtn]; [self.titleBtn mas_makeConstraints:^(MASConstraintMaker *make) { @@ -336,6 +385,17 @@ make.right.equalTo(self.lockImageBtn.mas_left); }]; self.titleBtn.userInteractionEnabled = NO; + + self.badgeLabel = [[UILabel alloc] init]; + self.badgeLabel.hidden = YES; + self.badgeLabel.backgroundColor = RGB16(0xE36C4A); + [self.badgeLabel addRoundedCornersWithRadius:4]; + [self addSubview:self.badgeLabel]; + [self.badgeLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(self.titleBtn); + make.top.mas_equalTo(12); + make.width.height.mas_equalTo(8); + }]; } @end diff --git a/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.h b/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.h index 67bde7b..60a131d 100644 --- a/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.h +++ b/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.h @@ -10,7 +10,7 @@ NS_ASSUME_NONNULL_BEGIN @interface QXBindMobileViewController : QXBaseViewController - +@property (nonatomic,assign)BOOL haveMobile; @end NS_ASSUME_NONNULL_END diff --git a/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.m b/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.m index b4115af..bba466d 100644 --- a/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.m +++ b/QXLive/Mine(音域)/Controller/设置/QXBindMobileViewController.m @@ -11,9 +11,12 @@ #import "QXLoginNetwork.h" @interface QXBindMobileViewController () +@property (nonatomic,strong)UILabel *mobileLabel; +@property (nonatomic,strong)QXLoginTextField *oldMobileCodeTextField; @property (nonatomic,strong)QXLoginTextField *accountTextField; @property (nonatomic,strong)QXLoginTextField *codeTextField; @property (nonatomic,strong)UIButton *commitBtn; +@property (nonatomic,assign)BOOL isNetworking; @end @implementation QXBindMobileViewController @@ -27,46 +30,113 @@ self.navigationItem.title = QXText(@"手机绑定"); } -(void)initSubViews{ - self.accountTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, NavContentHeight+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeAccount)]; - self.accountTextField.backgroundColor = RGB16(0xEFF2F8); - [self.accountTextField addRoundedCornersWithRadius:11]; - [self.view addSubview:self.accountTextField]; - - self.codeTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, self.accountTextField.bottom+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeCode)]; - self.codeTextField.backgroundColor = RGB16(0xEFF2F8); - [self.codeTextField addRoundedCornersWithRadius:11]; - self.codeTextField.delegate = self; - [self.view addSubview:self.codeTextField]; - - self.commitBtn = [[UIButton alloc] initWithFrame:CGRectMake(38, self.codeTextField.bottom+16, SCREEN_WIDTH-38*2, 42)]; - self.commitBtn.needEventInterval = 1; - [self.commitBtn setTitle:QXText(@"立即绑定") forState:(UIControlStateNormal)]; - [self.commitBtn setTitleColor:QXConfig.btnTextColor forState:(UIControlStateNormal)]; - [self.commitBtn addTarget:self action:@selector(commitAction) forControlEvents:(UIControlEventTouchUpInside)]; - [self.commitBtn addRoundedCornersWithRadius:21]; - self.commitBtn.titleLabel.font = [UIFont systemFontOfSize:14]; - self.commitBtn.backgroundColor = QXConfig.themeColor; - [self.view addSubview:self.commitBtn]; + if (self.haveMobile) { + self.mobileLabel = [[UILabel alloc] initWithFrame:CGRectMake(16, NavContentHeight+17, SCREEN_WIDTH-32, 18)]; + self.mobileLabel.textColor = RGB16(0x999999); + self.mobileLabel.font = [UIFont systemFontOfSize:12]; + NSString *pMobile = [QXGlobal.shareGlobal.loginModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"]; + NSString *mobile = [NSString stringWithFormat:@"当前手机号 %@",pMobile]; + NSMutableAttributedString *attr = [[NSMutableAttributedString alloc] initWithString:mobile]; + [attr yy_setFont:[UIFont boldSystemFontOfSize:16] range:[mobile rangeOfString:pMobile]]; + [attr yy_setColor:RGB16(0x333333) range:[mobile rangeOfString:pMobile]]; + self.mobileLabel.attributedText = attr; + [self.view addSubview:self.mobileLabel]; + + self.oldMobileCodeTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, self.mobileLabel.bottom+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeCode)]; + self.oldMobileCodeTextField.backgroundColor = RGB16(0xEFF2F8); + self.oldMobileCodeTextField.textField.placeholder = @"请输入旧手机号验证码"; + [self.oldMobileCodeTextField addRoundedCornersWithRadius:11]; + self.oldMobileCodeTextField.delegate = self; + [self.view addSubview:self.oldMobileCodeTextField]; + + + self.accountTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, self.oldMobileCodeTextField.bottom+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeAccount)]; + self.accountTextField.backgroundColor = RGB16(0xEFF2F8); + [self.accountTextField addRoundedCornersWithRadius:11]; + self.codeTextField.textField.placeholder = @"请输入新手机号"; + [self.view addSubview:self.accountTextField]; + + self.codeTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, self.accountTextField.bottom+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeCode)]; + self.codeTextField.backgroundColor = RGB16(0xEFF2F8); + [self.codeTextField addRoundedCornersWithRadius:11]; + self.codeTextField.delegate = self; + self.codeTextField.textField.placeholder = @"请输入新手机号验证码"; + [self.view addSubview:self.codeTextField]; + + self.commitBtn = [[UIButton alloc] initWithFrame:CGRectMake(38, self.codeTextField.bottom+16, SCREEN_WIDTH-38*2, 42)]; + self.commitBtn.needEventInterval = 1; + [self.commitBtn setTitle:QXText(@"立即绑定") forState:(UIControlStateNormal)]; + [self.commitBtn setTitleColor:QXConfig.btnTextColor forState:(UIControlStateNormal)]; + [self.commitBtn addTarget:self action:@selector(commitAction) forControlEvents:(UIControlEventTouchUpInside)]; + [self.commitBtn addRoundedCornersWithRadius:21]; + self.commitBtn.titleLabel.font = [UIFont systemFontOfSize:14]; + self.commitBtn.backgroundColor = QXConfig.themeColor; + [self.view addSubview:self.commitBtn]; + }else{ + + self.accountTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, NavContentHeight+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeAccount)]; + self.accountTextField.backgroundColor = RGB16(0xEFF2F8); + [self.accountTextField addRoundedCornersWithRadius:11]; + [self.view addSubview:self.accountTextField]; + + self.codeTextField = [[QXLoginTextField alloc] initWithFrame:CGRectMake(16, self.accountTextField.bottom+12, SCREEN_WIDTH-32, 44) type:(LoginTextTypeCode)]; + self.codeTextField.backgroundColor = RGB16(0xEFF2F8); + [self.codeTextField addRoundedCornersWithRadius:11]; + self.codeTextField.delegate = self; + [self.view addSubview:self.codeTextField]; + + self.commitBtn = [[UIButton alloc] initWithFrame:CGRectMake(38, self.codeTextField.bottom+16, SCREEN_WIDTH-38*2, 42)]; + self.commitBtn.needEventInterval = 1; + [self.commitBtn setTitle:QXText(@"立即绑定") forState:(UIControlStateNormal)]; + [self.commitBtn setTitleColor:QXConfig.btnTextColor forState:(UIControlStateNormal)]; + [self.commitBtn addTarget:self action:@selector(commitAction) forControlEvents:(UIControlEventTouchUpInside)]; + [self.commitBtn addRoundedCornersWithRadius:21]; + self.commitBtn.titleLabel.font = [UIFont systemFontOfSize:14]; + self.commitBtn.backgroundColor = QXConfig.themeColor; + [self.view addSubview:self.commitBtn]; + } } -(void)didClickSendCode:(UIButton *)sender{ - if (self.accountTextField.textField.text.length < 11) { - showToast(QXText(@"请输入正确的手机号码")); - return; + if (sender == self.codeTextField.codeBtn) { + sender.userInteractionEnabled = NO; + if (self.accountTextField.textField.text.length < 11) { + showToast(QXText(@"请输入正确的手机号码")); + return; + } + if ([self.accountTextField.textField.text isEqualToString:QXGlobal.shareGlobal.loginModel.mobile]) { + showToast(QXText(@"新手机号不能与旧手机号相同")); + return; + } + GetSmscodeType type = GetSmscodeTypeFindChangeMobile; + MJWeakSelf + self.isNetworking = YES; + [QXLoginNetwork getSmscodeWithMobile:self.accountTextField.textField.text + type:type + successBlock:^(id _Nonnull responseObject) { + [weakSelf.codeTextField startTimeDown]; + sender.userInteractionEnabled = YES; + } + failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { + showToast(msg); + sender.userInteractionEnabled = YES; + }]; + }else{ + GetSmscodeType type = GetSmscodeTypeFindChangeMobile; + NSString *oldMobile = [QXGlobal shareGlobal].loginModel.mobile; + MJWeakSelf + sender.userInteractionEnabled = NO; + [QXLoginNetwork getSmscodeWithMobile:oldMobile + type:type + successBlock:^(id _Nonnull responseObject) { + [weakSelf.oldMobileCodeTextField startTimeDown]; + sender.userInteractionEnabled = YES; + } + failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { + showToast(msg); + sender.userInteractionEnabled = YES; + }]; } - GetSmscodeType type = GetSmscodeTypeFindBindMobile; - NSString *oldMobile = [QXGlobal shareGlobal].loginModel.mobile; - if (oldMobile.length > 0) { - type = GetSmscodeTypeFindChangeMobile; - } - MJWeakSelf - [QXLoginNetwork getSmscodeWithMobile:self.accountTextField.textField.text - type:type - successBlock:^(id _Nonnull responseObject) { - [weakSelf.codeTextField startTimeDown]; - } - failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { - - }]; + } -(void)commitAction{ NSString *oldMobile = [QXGlobal shareGlobal].loginModel.mobile; @@ -79,7 +149,7 @@ showToast(QXText(@"绑定成功")); [QXGlobal shareGlobal].loginModel.mobile = mobile; [[QXGlobal shareGlobal]updateUserInfoWithMolde:[QXGlobal shareGlobal].loginModel]; - [self.navigationController popViewControllerAnimated:YES]; + [self.navigationController popToRootViewControllerAnimated:YES]; } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { showToast(msg) diff --git a/QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.h b/QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.h new file mode 100644 index 0000000..1322ceb --- /dev/null +++ b/QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.h @@ -0,0 +1,16 @@ +// +// QXModifyMobileViewController.h +// QXLive +// +// Created by 启星 on 2025/12/19. +// + +#import "QXBaseViewController.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface QXModifyMobileViewController : QXBaseViewController + +@end + +NS_ASSUME_NONNULL_END diff --git a/QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.m b/QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.m new file mode 100644 index 0000000..8174c94 --- /dev/null +++ b/QXLive/Mine(音域)/Controller/设置/QXModifyMobileViewController.m @@ -0,0 +1,87 @@ +// +// QXModifyMobileViewController.m +// QXLive +// +// Created by 启星 on 2025/12/19. +// + +#import "QXModifyMobileViewController.h" +#import "QXBindMobileViewController.h" +@interface QXModifyMobileViewController () +@property (nonatomic,strong)UIImageView *topImageView; +@property (nonatomic,strong)UILabel *titleLabel; +@property (nonatomic,strong)UILabel *mobileLabel; +@property (nonatomic,strong)UIButton *changeBtn; +@end + +@implementation QXModifyMobileViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view. +} +-(void)setNavgationItems{ + [super setNavgationItems]; + self.navigationItem.title = @"更换手机号码"; +} +-(void)initSubViews{ + self.topImageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"change_mobile_top"]]; + [self.view addSubview:self.topImageView]; + [self.topImageView mas_makeConstraints:^(MASConstraintMaker *make) { + make.width.height.mas_equalTo(ScaleWidth(150)); + make.top.mas_equalTo(NavContentHeight); + make.centerX.equalTo(self.view); + }]; + + self.titleLabel = [[UILabel alloc] init]; + self.titleLabel.textColor = RGB16(0x666666); + self.titleLabel.font = [UIFont systemFontOfSize:14]; + self.titleLabel.text = @"更换手机号码以后,个人信息不变"; + [self.view addSubview:self.titleLabel]; + [self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.centerX.equalTo(self.view); + make.top.equalTo(self.topImageView.mas_bottom).offset(8); + make.height.mas_equalTo(21); + }]; + + + self.mobileLabel = [[UILabel alloc] init]; + self.mobileLabel.textColor = RGB16(0x999999); + self.mobileLabel.font = [UIFont systemFontOfSize:12]; + NSString *pMobile = [QXGlobal.shareGlobal.loginModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"]; + NSString *mobile = [NSString stringWithFormat:@"当前手机号 %@",pMobile]; + NSMutableAttributedString *attr = [[NSMutableAttributedString alloc] initWithString:mobile]; + [attr yy_setFont:[UIFont boldSystemFontOfSize:17] range:[mobile rangeOfString:pMobile]]; + [attr yy_setColor:RGB16(0x333333) range:[mobile rangeOfString:pMobile]]; + self.mobileLabel.attributedText = attr; + [self.view addSubview:self.mobileLabel]; + [self.mobileLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.centerX.equalTo(self.view); + make.top.equalTo(self.titleLabel.mas_bottom).offset(8); + make.height.mas_equalTo(28); + }]; + + self.changeBtn = [[UIButton alloc] init]; + [self.changeBtn setTitle:@"更换手机号码" forState:(UIControlStateNormal)]; + [self.changeBtn setTitleColor:QXConfig.btnTextColor forState:(UIControlStateNormal)]; + [self.changeBtn addTarget:self action:@selector(changeAction) forControlEvents:(UIControlEventTouchUpInside)]; + [self.changeBtn addRoundedCornersWithRadius:21]; + self.changeBtn.titleLabel.font = [UIFont systemFontOfSize:14]; + self.changeBtn.backgroundColor = QXConfig.themeColor; + [self.view addSubview:self.changeBtn]; + [self.changeBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.centerX.equalTo(self.view); + make.top.equalTo(self.mobileLabel.mas_bottom).offset(30); + make.height.mas_equalTo(42); + make.width.mas_equalTo(ScaleWidth(300)); + }]; +} + + + +-(void)changeAction{ + QXBindMobileViewController *vc = [[QXBindMobileViewController alloc] init]; + vc.haveMobile = YES; + [self.navigationController pushViewController:vc animated:YES]; +} +@end diff --git a/QXLive/Mine(音域)/Controller/设置/QXSetPwdViewController.m b/QXLive/Mine(音域)/Controller/设置/QXSetPwdViewController.m index 2bd9b21..4e046d5 100644 --- a/QXLive/Mine(音域)/Controller/设置/QXSetPwdViewController.m +++ b/QXLive/Mine(音域)/Controller/设置/QXSetPwdViewController.m @@ -17,6 +17,7 @@ @property (nonatomic,strong)QXLoginTextField *pwdTextField; @property (nonatomic,strong)QXLoginTextField *repwdTextField; @property (nonatomic,strong)UIButton *commitBtn; +@property (nonatomic,assign)BOOL isNetworking; @end @implementation QXSetPwdViewController @@ -75,13 +76,19 @@ -(void)didClickSendCode:(UIButton *)sender{ MJWeakSelf + if (self.isNetworking) { + return; + } + self.isNetworking = YES; [QXLoginNetwork getSmscodeWithMobile:[QXGlobal shareGlobal].loginModel.mobile type:GetSmscodeTypeSetPassword successBlock:^(id _Nonnull responseObject) { [weakSelf.codeTextField startTimeDown]; + weakSelf.isNetworking = NO; } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { - + weakSelf.isNetworking = NO; + showToast(msg) }]; } -(void)commitAction{ diff --git a/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.h b/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.h index a2dfd1d..7c29908 100644 --- a/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.h +++ b/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.h @@ -12,6 +12,7 @@ NS_ASSUME_NONNULL_BEGIN @interface QXSettingViewController : QXBaseViewController @property (nonatomic,copy)void(^logOutBlock)(BOOL isCancel,NSString*code); @property (nonatomic,assign)BOOL haveNobility; +@property (nonatomic,assign)BOOL haveMobile; @end NS_ASSUME_NONNULL_END diff --git a/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.m b/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.m index d22dc50..5fb8ae1 100644 --- a/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.m +++ b/QXLive/Mine(音域)/Controller/设置/QXSettingViewController.m @@ -11,6 +11,7 @@ #import "QXAlertView.h" #import "QXReVerificationPopView.h" #import "QXTimer.h" +#import "QXModifyMobileViewController.h" static NSInteger maxClickCount = 6; @interface QXSettingViewController () @property (nonatomic,strong)UITableView *tableView; @@ -44,18 +45,20 @@ static NSInteger maxClickCount = 6; QXText(@"隐身进入房间"), QXText(@"黑名单"), QXText(@"设置密码"), - QXText(@"手机绑定"), + self.haveMobile?QXText(@"手机换绑"):QXText(@"手机绑定"), QXText(@"关于我们"), - QXText(@"版本号") + QXText(@"版本号"), + @"上传日志" ]; }else{ section1 = @[ // QXText(@"消息通知"), QXText(@"黑名单"), QXText(@"设置密码"), - QXText(@"手机绑定"), + self.haveMobile?QXText(@"手机换绑"):QXText(@"手机绑定"), QXText(@"关于我们"), - QXText(@"版本号") + QXText(@"版本号"), + @"上传日志" ]; } @@ -72,6 +75,7 @@ static NSInteger maxClickCount = 6; QXText(@"黑名单"):[NSNumber numberWithInteger:QXSettingCellTypeOnlyArrow], QXText(@"设置密码"):[NSNumber numberWithInteger:QXSettingCellTypeOnlyArrow], QXText(@"手机绑定"):[NSNumber numberWithInteger:QXSettingCellTypeOnlyArrow], + QXText(@"手机换绑"):[NSNumber numberWithInteger:QXSettingCellTypeOnlyArrow], QXText(@"版本号"):[NSNumber numberWithInteger:QXSettingCellTypeOnlyDetail], QXText(@"切换账号"):[NSNumber numberWithInteger:QXSettingCellTypeOnlyArrow], QXText(@"实名认证"):[NSNumber numberWithInteger:QXSettingCellTypeNormal], @@ -86,6 +90,7 @@ static NSInteger maxClickCount = 6; QXText(@"黑名单"):@"QXBlackListlViewController", QXText(@"设置密码"):@"QXSetPwdViewController", QXText(@"手机绑定"):@"QXBindMobileViewController", + QXText(@"手机换绑"):@"QXModifyMobileViewController", QXText(@"版本号"):@"", QXText(@"切换账号"):@"QXChangeAccountViewController", QXText(@"实名认证"):[QXGlobal shareGlobal].isRealName?@"QXRealNameFinishedViewController":@"QXRealNameViewController", @@ -100,6 +105,7 @@ static NSInteger maxClickCount = 6; QXText(@"黑名单"):@"", QXText(@"设置密码"):@"", QXText(@"手机绑定"):@"", + QXText(@"手机换绑"):@"", QXText(@"版本号"):appVersion, QXText(@"切换账号"):@"", QXText(@"实名认证"):@"", @@ -174,9 +180,29 @@ static NSInteger maxClickCount = 6; }else{ self.clickCount = 0; } - + if ([text isEqualToString:@"上传日志"]) { + __weak typeof(self)weakSelf = self; + showLoadingInView(self.view); + NSString *path = [QXLogger getLatestLogFilePath]; + NSString *fileName = [path lastPathComponent]; + if (![fileName isExist]) { + fileName = @"ios_log"; + } + NSURL *filePath = [NSURL fileURLWithPath:path]; + [[QXCOSUploadManager shareManager] uploadFile:filePath withObjectKey:fileName path:LOG_FILE_BASE_PATH complete:^(NSString * _Nonnull fileUrl, QXCOSUploadImageState state) { + dispatch_async(dispatch_get_main_queue(), ^{ + hideLoadingInView(weakSelf.view); + }); + [QXMineNetwork appLogReportWithLogName:fileName log_url:fileUrl successBlock:^(NSString * _Nonnull status) { + + } failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) { + + }]; + }]; + + return; + } if ([text isEqualToString:QXText(@"账号注销")]) { - UIView *view; if ([QXGlobal.shareGlobal.loginModel.mobile isExist]) { [[QXGlobal shareGlobal] showView:self.codeAlertView controller:self popType:(PopViewTypeTopToCenter) tapDismiss:NO finishBlock:^{ diff --git a/QXLive/Mine(音域)/Model/QXDayTaskModel.h b/QXLive/Mine(音域)/Model/QXDayTaskModel.h index 2cd2f61..8017592 100644 --- a/QXLive/Mine(音域)/Model/QXDayTaskModel.h +++ b/QXLive/Mine(音域)/Model/QXDayTaskModel.h @@ -54,7 +54,8 @@ NS_ASSUME_NONNULL_BEGIN ///1 锁 0 开 @property(nonatomic,strong)NSString *is_lock; @property(nonatomic,strong)NSArray*task_list; - +/// 待领取数量 +@property(nonatomic,assign)NSInteger wait_reward_num; @property(nonatomic,assign)BOOL isSelected; @end diff --git a/QXLive/Mine(音域)/Model/QXGiftModel.h b/QXLive/Mine(音域)/Model/QXGiftModel.h index 2a0419c..8152e89 100644 --- a/QXLive/Mine(音域)/Model/QXGiftModel.h +++ b/QXLive/Mine(音域)/Model/QXGiftModel.h @@ -36,6 +36,8 @@ NS_ASSUME_NONNULL_BEGIN /// 是否为cp礼物 0 打开 1 锁住 @property (nonatomic,strong)NSString *is_cp; +@property (nonatomic,strong)NSString *icon; + /// 是否为师徒标签 @property (nonatomic,strong)NSString *is_teacher; diff --git a/QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.h b/QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.h new file mode 100644 index 0000000..2b13cdc --- /dev/null +++ b/QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.h @@ -0,0 +1,21 @@ +// +// QXRoomActivityStatusModel.h +// QXLive +// +// Created by 启星 on 2025/12/21. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface QXRoomActivityStatusModel : NSObject +@property (nonatomic,strong)NSString *gift_bag_id; +@property (nonatomic,strong)NSString *name; +/// 活动状态 0 未开启 1 已开启 +@property (nonatomic,strong)NSString *status; +@property (nonatomic,strong)NSString *status_str; +@property (nonatomic,strong)NSString *icon; +@end + +NS_ASSUME_NONNULL_END diff --git a/QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.m b/QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.m new file mode 100644 index 0000000..c2e1880 --- /dev/null +++ b/QXLive/Mine(音域)/Model/QXRoomActivityStatusModel.m @@ -0,0 +1,12 @@ +// +// QXRoomActivityStatusModel.m +// QXLive +// +// Created by 启星 on 2025/12/21. +// + +#import "QXRoomActivityStatusModel.h" + +@implementation QXRoomActivityStatusModel + +@end diff --git a/QXLive/Mine(音域)/Model/QXRoomListModel.h b/QXLive/Mine(音域)/Model/QXRoomListModel.h index 6d9a601..3c3d889 100644 --- a/QXLive/Mine(音域)/Model/QXRoomListModel.h +++ b/QXLive/Mine(音域)/Model/QXRoomListModel.h @@ -54,6 +54,8 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic,strong)NSArray*user_list; /// 火热值 @property (nonatomic,strong)NSString*hot_value; + +@property (nonatomic,strong)NSString*lucky_water; @end diff --git a/QXLive/Mine(音域)/Services/QXMineNetwork.h b/QXLive/Mine(音域)/Services/QXMineNetwork.h index 9116b69..35759d8 100644 --- a/QXLive/Mine(音域)/Services/QXMineNetwork.h +++ b/QXLive/Mine(音域)/Services/QXMineNetwork.h @@ -31,6 +31,7 @@ #import "QXUserSongListModel.h" #import "QXRoomBestFriendModel.h" #import "QXFamilyModel.h" +#import "QXRoomActivityStatusModel.h" NS_ASSUME_NONNULL_BEGIN @@ -291,6 +292,15 @@ NS_ASSUME_NONNULL_BEGIN successBlock:(void (^)(NSArray* list))successBlock failBlock:(void (^)(NSError * error, NSString * msg))failBlock; +/** + 进入房间前监测 + */ ++(void)beforeJoinRoomWithRoomId:(NSString *)room_id + successBlock:(void (^)(NSDictionary* dict))successBlock + roomErrorBlock:(void (^)(NSString * roomId, NSString * msg))roomErrorBlock + failBlock:(void (^)(NSError * error, NSString * msg))failBlock; + + /** 进入房间 */ @@ -1438,7 +1448,19 @@ NS_ASSUME_NONNULL_BEGIN +(void)appTaskWaitDrawSuccessBlock:(void (^)(NSString* num))successBlock failBlock:(void (^)(NSError * error, NSString * msg))failBlock; +/** + 每日任务未领取数量 + */ ++(void)appLogReportWithLogName:(NSString*)log_name + log_url:(NSString*)log_url + successBlock:(void (^)(NSString* status))successBlock + failBlock:(void (^)(NSError * error, NSString * msg))failBlock; +/** + 获取房间活动状态 + */ ++(void)getRoomActivityStatusSuccessBlock:(void (^)(NSArray* list))successBlock + failBlock:(void (^)(NSError * error, NSString * msg))failBlock; @end diff --git a/QXLive/Mine(音域)/Services/QXMineNetwork.m b/QXLive/Mine(音域)/Services/QXMineNetwork.m index 089298b..3d3d6f7 100644 --- a/QXLive/Mine(音域)/Services/QXMineNetwork.m +++ b/QXLive/Mine(音域)/Services/QXMineNetwork.m @@ -588,6 +588,32 @@ failBlock(error,msg); }]; } ++(void)beforeJoinRoomWithRoomId:(NSString *)room_id + successBlock:(void (^)(NSDictionary* dict))successBlock + roomErrorBlock:(void (^)(NSString * roomId, NSString * msg))roomErrorBlock + failBlock:(void (^)(NSError * error, NSString * msg))failBlock{ + [[QXRequset shareInstance] postWithUrl:QXBeforeJoinRoom parameters:@{@"room_id":room_id} needCache:NO success:^(id responseObject) { + int code = [responseObject[@"code"] intValue]; + if(code == 202){ + id object = responseObject[@"data"]; + NSString *roomId = @""; + NSString*content = @""; + if ([object isKindOfClass:[NSDictionary class]]) { + roomId = [NSString stringWithFormat:@"%@",object[@"room_id"]]; + content = [NSString stringWithFormat:@"%@",object[@"msg"]]; + } + if (roomErrorBlock) { + roomErrorBlock(roomId,content); + } + }else{ + if (successBlock) { + successBlock(responseObject[@"data"]); + } + } + } fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) { + failBlock(error,msg); + }]; +} +(void)joinRoomWithRoomId:(NSString *)room_id successBlock:(nonnull void (^)(QXRoomModel * _Nonnull))successBlock roomErrorBlock:(nonnull void (^)(NSString * _Nonnull, NSString * _Nonnull))roomErrorBlock failBlock:(nonnull void (^)(NSError * _Nonnull, NSString * _Nonnull))failBlock{ NSDictionary *parameters =@{ @@ -710,24 +736,25 @@ successBlock(responseObject[@"data"]); } // NSDictionary *cp_type = [NSDictionary stringWithFormat:@"%@",responseObject[@"data"][@"cp_type"]]; - id object = responseObject[@"data"][@"cp_type"]; - if ([object isKindOfClass:[NSDictionary class]]) { - NSDictionary *cpDict = (NSDictionary *)object; - NSString *cp_type = [NSString stringWithFormat:@"%@",cpDict[@"cp_type"]]; - if (cp_type.intValue == 1) { - /// 单向送cp礼物 - NSString *jsonStr = [cpDict jsonStringEncoded]; - [[QXRoomMessageManager shared] sendC2CMessage:jsonStr messageType:(QXRoomMessageTypeSendAndRecieveCpHeartSignal) userId:userId]; - }else if (cp_type.intValue == 2){ - /// cp礼物已达成双向绑定 - NSString *jsonStr = [cpDict jsonStringEncoded]; - [[QXRoomMessageManager shared] sendC2CMessage:jsonStr messageType:(QXRoomMessageTypeCpHeartFinished) userId:userId]; - [[QXRoomMessageManager shared] showCpFinishedAlertViewWithText:[NSString stringWithFormat:@"%@",cpDict[@"text"]]]; - }else{ - + if ([responseObject[@"data"] isKindOfClass:[NSDictionary class]]) { + id object = responseObject[@"data"][@"cp_type"]; + if ([object isKindOfClass:[NSDictionary class]]) { + NSDictionary *cpDict = (NSDictionary *)object; + NSString *cp_type = [NSString stringWithFormat:@"%@",cpDict[@"cp_type"]]; + if (cp_type.intValue == 1) { + /// 单向送cp礼物 + NSString *jsonStr = [cpDict jsonStringEncoded]; + [[QXRoomMessageManager shared] sendC2CMessage:jsonStr messageType:(QXRoomMessageTypeSendAndRecieveCpHeartSignal) userId:userId]; + }else if (cp_type.intValue == 2){ + /// cp礼物已达成双向绑定 + NSString *jsonStr = [cpDict jsonStringEncoded]; + [[QXRoomMessageManager shared] sendC2CMessage:jsonStr messageType:(QXRoomMessageTypeCpHeartFinished) userId:userId]; + [[QXRoomMessageManager shared] showCpFinishedAlertViewWithText:[NSString stringWithFormat:@"%@",cpDict[@"text"]]]; + }else{ + + } } } - } fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) { failBlock(error,msg); }]; @@ -2882,7 +2909,7 @@ failBlock:(void (^)(NSError * error, NSString * msg))failBlock{ [[QXRequset shareInstance] getWithUrl:QXAppSignStatus parameters:@{} needCache:NO success:^(id responseObject) { if (successBlock) { - NSString *status = [NSString stringWithFormat:@"%@",responseObject[@"data"]]; + NSString *status = [NSString stringWithFormat:@"%@",responseObject[@"data"][@"status"]]; successBlock(status); } } fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) { @@ -2904,4 +2931,31 @@ failBlock(error,msg); }]; } + + ++(void)appLogReportWithLogName:(NSString *)log_name log_url:(NSString *)log_url successBlock:(void (^)(NSString * _Nonnull))successBlock failBlock:(void (^)(NSError * _Nonnull, NSString * _Nonnull))failBlock{ + [[QXRequset shareInstance] postWithUrl:QXAppLogReport parameters:@{@"log_name":log_name?:@"",@"log_url":log_url?:@""} needCache:NO success:^(id responseObject) { + if (successBlock) { + successBlock(responseObject); + } + } fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) { + failBlock(error,msg); + }]; +} + +/** + 获取房间活动状态 + */ ++(void)getRoomActivityStatusSuccessBlock:(void (^)(NSArray* list))successBlock + failBlock:(void (^)(NSError * error, NSString * msg))failBlock{ + [[QXRequset shareInstance] getWithUrl:QXActivityStatus parameters:@{} needCache:NO success:^(id responseObject) { + if (successBlock) { + NSArray *list = [NSArray yy_modelArrayWithClass:[QXRoomActivityStatusModel class] json:responseObject[@"data"]]; + successBlock(list); + } + } fail:^(NSError *error, NSString *msg, NSURLSessionDataTask *task) { + failBlock(error,msg); + }]; +} + @end diff --git a/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.h b/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.h index b32c86a..5ee8fcf 100644 --- a/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.h +++ b/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.h @@ -36,6 +36,7 @@ NS_ASSUME_NONNULL_BEGIN @property (weak, nonatomic) IBOutlet UIButton *roomSubsidyBtn; @property (nonatomic,assign)NSInteger bgImageCount; @property (weak, nonatomic) IBOutlet UIImageView *roomWaitImageView; +@property (weak, nonatomic) IBOutlet UILabel *luckyWaterLabel; @property (nonatomic,strong)QXRoomListModel *model; /// 0 我创建的 1 我主持的 diff --git a/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.m b/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.m index 9e338f9..2779d71 100644 --- a/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.m +++ b/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.m @@ -92,10 +92,13 @@ NSString *money = [NSString stringWithFormat:@"%.4f",model.today_profit.doubleValue]; self.moneyLabel.text = [NSString stringWithFormat:@"%@",money]; [self.typeImageView sd_setImageWithURL:[NSURL URLWithString:model.label_icon] placeholderImage:nil]; + self.luckyWaterLabel.text = model.lucky_water; if (model.apply_status.intValue == 1) { self.roomWaitImageView.hidden = NO; + self.luckyWaterLabel.hidden = YES; }else{ self.roomWaitImageView.hidden = YES; + self.luckyWaterLabel.hidden = NO; } } - (IBAction)roomDetailAction:(id)sender { diff --git a/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.xib b/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.xib index 70e4974..9a59377 100644 --- a/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.xib +++ b/QXLive/Mine(音域)/View/我的房间/QXMyRoomListCell.xib @@ -130,6 +130,12 @@ +