diff --git a/.DS_Store b/.DS_Store index 2fe10c3..5d029d7 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/OrderScheduling.xcodeproj/project.pbxproj b/OrderScheduling.xcodeproj/project.pbxproj index 3f9af75..d56acae 100644 --- a/OrderScheduling.xcodeproj/project.pbxproj +++ b/OrderScheduling.xcodeproj/project.pbxproj @@ -1158,7 +1158,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: SINO ASSISTANCE INDUSTRIAL CO., LTD. (X9WF5T89LV)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9WF5T89LV; FRAMEWORK_SEARCH_PATHS = ( @@ -1187,7 +1187,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.0.2; + MARKETING_VERSION = 4.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1373,7 +1373,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development: Haifeng Cen (F2QAMRC42Q)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9WF5T89LV; @@ -1404,7 +1404,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.0.2; + MARKETING_VERSION = 4.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1432,7 +1432,7 @@ CODE_SIGN_ENTITLEMENTS = OrderScheduling/OrderSchedulingRelease.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: SINO ASSISTANCE INDUSTRIAL CO., LTD. (X9WF5T89LV)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9WF5T89LV; FRAMEWORK_SEARCH_PATHS = ( @@ -1461,7 +1461,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.0.2; + MARKETING_VERSION = 4.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/OrderScheduling.xcodeproj/project.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcodeproj/project.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 79b39ea..e22a5a2 100644 Binary files a/OrderScheduling.xcodeproj/project.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate and b/OrderScheduling.xcodeproj/project.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 441124e..935dfb1 100644 Binary files a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate and b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 51dde0b..55564d0 100644 --- a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -746,8 +746,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewTool.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "56" - endingLineNumber = "56" + startingLineNumber = "57" + endingLineNumber = "57" landmarkName = "init()" landmarkType = "7"> @@ -4535,8 +4535,8 @@ filePath = "OrderScheduling/Common/WebView/WebViewTool.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "59" - endingLineNumber = "59" + startingLineNumber = "60" + endingLineNumber = "60" landmarkName = "init()" landmarkType = "7"> diff --git a/OrderScheduling/Common/WebView/WebViewTool.swift b/OrderScheduling/Common/WebView/WebViewTool.swift index 6615445..ae6238f 100644 --- a/OrderScheduling/Common/WebView/WebViewTool.swift +++ b/OrderScheduling/Common/WebView/WebViewTool.swift @@ -26,6 +26,7 @@ open class WebViewTool : NSObject { case vehicleManage = "车辆管理" case driverManage = "司机管理" case invoicingNotify = "开票通知" + case roadAndbridgeTollReimbursement = "路桥费报销" case reporting = "报备" case reportingList = "报备查看" case supplySettlement = "补结算单" @@ -94,6 +95,9 @@ open class WebViewTool : NSObject { case .invoicingNotify: vc = WebViewController(showNavBar:false, title: WebViewNameEnum.invoicingNotify.rawValue, url: "\((h5Models?.invoicingNotify)!)?token=\((USER.token)!)") break + case .roadAndbridgeTollReimbursement: + vc = WebViewController(showNavBar:false, title: WebViewNameEnum.invoicingNotify.rawValue, url: "\("\(DOCMENT_HOST)/h5/supplier/dispatch/caseList")?token=\((USER.token)!)") + break case .reporting: vc = WebViewController(title: WebViewNameEnum.reporting.rawValue, url: "\((h5Models?.reporting)!)?token=\((USER.token)!)"+(appending ?? "")) break diff --git a/OrderScheduling/Mine/ViewController/MineController.swift b/OrderScheduling/Mine/ViewController/MineController.swift index e8d32e0..983b0d9 100644 --- a/OrderScheduling/Mine/ViewController/MineController.swift +++ b/OrderScheduling/Mine/ViewController/MineController.swift @@ -97,6 +97,13 @@ extension MineController { }) .disposed(by: disposeBag) + mineView.luqiaofeibaoxiaoGes.rx.event + .observe(on: MainScheduler.instance) + .subscribe(onNext: { _ in + WEBTOOL.open(name: .roadAndbridgeTollReimbursement, appending: nil) + }) + .disposed(by: disposeBag) + mineView.wendangziliaoGes.rx.event .observe(on: MainScheduler.instance) .subscribe(onNext: { _ in @@ -167,6 +174,7 @@ open class MineController : ZDViewController { mineView.gongdanduizhang.titleLabel.text = "工单对账" mineView.kaipiaotongzhi.titleLabel.text = "开票通知" + mineView.luqiaofeibaoxiao.titleLabel.text = "路桥费报销" mineView.peixunwendang.titleLabel.text = "培训文档" mineView.wendangziliao.titleLabel.text = "文档资料" mineView.banbenjiance.titleLabel.text = "版本检测" @@ -200,6 +208,8 @@ open class MineView : DDView { public let gongdanduizhang : MineCell public let kaipiaotongzhiGes : UITapGestureRecognizer public let kaipiaotongzhi : MineCell + public let luqiaofeibaoxiaoGes : UITapGestureRecognizer + public let luqiaofeibaoxiao : MineCell public let peixunwendangGes : UITapGestureRecognizer public let peixunwendang : MineCell public let wendangziliaoGes : UITapGestureRecognizer @@ -227,6 +237,8 @@ open class MineView : DDView { settingsRadiusView = DDView() gongdanduizhangGes = UITapGestureRecognizer() gongdanduizhang = MineCell() + luqiaofeibaoxiaoGes = UITapGestureRecognizer() + luqiaofeibaoxiao = MineCell() kaipiaotongzhiGes = UITapGestureRecognizer() kaipiaotongzhi = MineCell() peixunwendangGes = UITapGestureRecognizer() @@ -270,9 +282,11 @@ open class MineView : DDView { scrollContentView.addSubview(settingsRadiusView) gongdanduizhang.addGestureRecognizer(gongdanduizhangGes) orderRadiusView.addSubview(gongdanduizhang) - kaipiaotongzhi.line.isHidden = true kaipiaotongzhi.addGestureRecognizer(kaipiaotongzhiGes) orderRadiusView.addSubview(kaipiaotongzhi) + luqiaofeibaoxiao.addGestureRecognizer(luqiaofeibaoxiaoGes) + luqiaofeibaoxiao.line.isHidden = true + orderRadiusView.addSubview(luqiaofeibaoxiao) peixunwendang.addGestureRecognizer(peixunwendangGes) materialRadiusView.addSubview(peixunwendang) wendangziliao.line.isHidden = true @@ -341,7 +355,7 @@ open class MineView : DDView { make.top.equalTo(infoRadiusView.snp.bottom).offset(auto(10)) make.width.equalTo(infoRadiusView) make.centerX.equalToSuperview() - make.height.equalTo(auto(110)) + make.height.equalTo(auto(165)) } materialRadiusView.snp.makeConstraints { make in @@ -365,6 +379,12 @@ open class MineView : DDView { kaipiaotongzhi.snp.makeConstraints { make in make.top.equalTo(gongdanduizhang.snp.bottom) + make.left.right.equalToSuperview() + make.height.equalTo(gongdanduizhang) + } + + luqiaofeibaoxiao.snp.makeConstraints { make in + make.top.equalTo(kaipiaotongzhi.snp.bottom) make.left.bottom.right.equalToSuperview() } diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 07a0d75..fff9707 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -13,11 +13,10 @@ buildPhases = ( ); dependencies = ( - 2C7FE3C06633984871827A844C299B6A /* PBXTargetDependency */, - 0BB7AF8B7FC0527D3AEE9DC393708D0F /* PBXTargetDependency */, + EFD9224BC38237D0DB3770DB95CAF727 /* PBXTargetDependency */, + 1857F76AD6146C983E0B007B9064918C /* PBXTargetDependency */, ); name = "AMapTrack-NO-IDFA"; - productName = "AMapTrack-NO-IDFA"; }; 4A68CFD979D413A619DF631BB121D98F /* Bugly */ = { isa = PBXAggregateTarget; @@ -27,7 +26,6 @@ dependencies = ( ); name = Bugly; - productName = Bugly; }; 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */ = { isa = PBXAggregateTarget; @@ -35,10 +33,9 @@ buildPhases = ( ); dependencies = ( - 181C23E797599DE6CBF957FAA2AD6705 /* PBXTargetDependency */, + E06857315AD3C13744707D86404F2BEF /* PBXTargetDependency */, ); name = "AMapLocation-NO-IDFA"; - productName = "AMapLocation-NO-IDFA"; }; 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */ = { isa = PBXAggregateTarget; @@ -46,10 +43,9 @@ buildPhases = ( ); dependencies = ( - 12E1A62D673791C1BC26BAA4C69CAAB0 /* PBXTargetDependency */, + 9600765C6094700FCA73D62B0384CB1B /* PBXTargetDependency */, ); name = "AMapSearch-NO-IDFA"; - productName = "AMapSearch-NO-IDFA"; }; 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */ = { isa = PBXAggregateTarget; @@ -58,10 +54,9 @@ 329295F5A096E0819713CBB5799FA87B /* [CP] Copy XCFrameworks */, ); dependencies = ( - 22E8BB533F4B140C78696E91306B340B /* PBXTargetDependency */, + 089D23A6DAE4B237D1553E7F2CF904BF /* PBXTargetDependency */, ); name = JPush; - productName = JPush; }; 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */ = { isa = PBXAggregateTarget; @@ -72,7 +67,6 @@ dependencies = ( ); name = JPushExtension; - productName = JPushExtension; }; 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */ = { isa = PBXAggregateTarget; @@ -82,7 +76,6 @@ dependencies = ( ); name = "AMapFoundation-NO-IDFA"; - productName = "AMapFoundation-NO-IDFA"; }; D504B99928659EA67A1C3A9E981EB8FF /* JCore */ = { isa = PBXAggregateTarget; @@ -93,7 +86,6 @@ dependencies = ( ); name = JCore; - productName = JCore; }; E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */ = { isa = PBXAggregateTarget; @@ -101,61 +93,65 @@ buildPhases = ( ); dependencies = ( - 24D2DC735BE2D692FF34F54792A59F9D /* PBXTargetDependency */, + FE862A107E9F1CF44E84237DFB2D7EB7 /* PBXTargetDependency */, ); name = "AMapNavi-NO-IDFA"; - productName = "AMapNavi-NO-IDFA"; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ 00149C338A154F7A90372D9D111E890D /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 72B2E0EBB00A61470CDDCA8AC1DE3859 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0029E194520E51903297279E3FC3A4EF /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A06A0A5C3DE83A21B8DD83E6029CD1BD /* GroupBy.swift */; }; 011A1EBE3B8FEAEC24BA46DA5217CA60 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B84E9CC678290F0D65DF984E93180C6 /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; 012C3348FDB9BD307BC866EC0B5D23A3 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = D7B20BA2EC07ACF19D6312AD5E92C5EC /* SDImageCacheDefine.m */; }; - 0130FDB049FD127C2E7E34B645C37424 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67B63B1A4B9EBBED39797382CD76794 /* Scan.swift */; }; + 0143B35FC5A64BA4F44AEAF5B6889D50 /* car_xingshi.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D7D991787FE25AE5ADF0F3727B078EE /* car_xingshi.png */; }; 01B815BD97E0BA94CF89C42FE41254A8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AFFB3CEB53F765C0A0F7D355C51B95D /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 01C132EB3605024492C96C11F1094D0B /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DB08231635840EE2D33F229C7B671B5 /* InfiniteSequence.swift */; }; - 01D6CC788E102EB30920F8381BB72BDC /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E61F1C7CD754322D56F25AD174630D5 /* AnyObserver.swift */; }; + 01CEEC36D3CB894748C194F54797A47A /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C7546550E89EDF6F70F79076801835CE /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 01D8AE321F1FA71F2D43127EAC90559D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9ED3199441E2C5F69EB63449562039 /* NSButton+WebCache.m */; }; 02780D132E8AA44865FEF53E4D5155E6 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C253215EEDEF7291837A564A0538B72E /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0279F5985F61011D03772975F8F0A05E /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1AA373C18700A80AC4F38F5F79053C9 /* Producer.swift */; }; 02C5131798FF28B7D851F0DB13D67C00 /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 256CCA738FCCC974D8AB983A61BD5774 /* UISlider+Rx.swift */; }; 02D531FA1E9A19A134ED8BD68C5E04C0 /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 887747938BEA720E046988911748FDB6 /* JXCategoryBaseCell.m */; }; 02EDCC0E7DA24D63CD39E7D6326F5A56 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3148801EAB535090662819C3C549B45F /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0325FC0D4CE47D33E675D5F9546D482C /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1D59A14E9D1246339FF366F9A064D7 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0328E2D27FBE6EE399FC37D913E2290F /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197454EE2136385292FFAD990EFBFD41 /* EKRatingMessage.swift */; }; + 0354B360EA58DAEB06B0BE6CB19D282F /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A295D7A3B0BB9817D5D0BBD34F1B5C1 /* AVAssetImageDataProvider.swift */; }; 04131C0EECA33AD45AD1E07CF500E344 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8002CDA07E63CD31DC0507979528A9 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04170D5FDE3135686ACF946971FACA62 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D646F2AD5048E4B4F3801FD23893B94 /* RefCountDisposable.swift */; }; + 041376F860DBAB539C7EAD6E0E52FE3C /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95F3C544E0C1210A5136F16EDB8C91F5 /* ImageProcessor.swift */; }; 044C9F746F7E39BA1B482B553386CA48 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = B19BA3333BC3C1B586C30C3D34A104BB /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 045C5A37E6429EA8EB27D8AA55DAA5CC /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = D51F9F8FE7DA2FDAB943A1478A3DFBB0 /* Deferred.swift */; }; + 046EB6B67F2AFD57909A5C5CA113658E /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8974D88ED4E45F2E79B45F2F2299FF8 /* AnimatedImageView.swift */; }; 04C0033DE2A1FD3EB256E41523A8F0E0 /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EA2776C5FBC62F989423726DD363A8 /* ZLEditVideoViewController.swift */; }; 04C95DB4DD1BD71AAF5FD233628A6C6D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05B9B922129562B03BD2C4DE47009AA5 /* NotificationCenter+Rx.swift */; }; + 0513A9718954F27D0015CA9E74AD60A3 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B0F1656858ADB0E1424450A2FDCA4F /* Error.swift */; }; 054C5D3D52D113CC9A7AC9F7115A26A4 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10D6AFA3EDF3EA4EE24D11DD85278A9C /* Platform.Darwin.swift */; }; 055FD13CE509E194412FE8E424649053 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB4692C17E5B7E84548CEBDC32815270 /* ZLFilter.swift */; }; - 0567C24451DE5B3C2F81BBBD1E4B6310 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672E7862E4F5D356804EFE8A8AB0ACD1 /* KF.swift */; }; - 056D5547772F7B7D9DDD09D153E15AD6 /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79528879B94C0453B7291E5AB9D7302 /* AnonymousDisposable.swift */; }; + 0566D88C8B04789CCC041800C9FCB43A /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3512962366EB1D064CDAD58C36343F46 /* GroupedObservable.swift */; }; 0591B0EE71308251E0E53C6D3EDB3D4C /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F013CE21C3041A30D003F0D1C6B77461 /* ESTabBarItem.swift */; }; 059DE39D2D7414DD88A410B406D3AD8F /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFFFDB8D7477C73CC4794E9653BCF0A /* SDImageTransformer.m */; }; - 05DF7EAAF580CD3CD9B61D12F6515C64 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C7546550E89EDF6F70F79076801835CE /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06058AA23330B02041E05DCA6205F87B /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3512962366EB1D064CDAD58C36343F46 /* GroupedObservable.swift */; }; + 05B2FAC7ED04C47ECD12020EA7E14FE1 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC296C259268E1DEEF029BE3186F0A3 /* ConstraintLayoutGuide.swift */; }; 0605E2513549327B19854B3FED759B44 /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEABC720BA45C2F1CB162B7E5543D9FD /* ControlEvent+Driver.swift */; }; 065E058B7EFAEF60F0FE94916FBF3CFF /* DDBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4091D32084DAE76864676BA3F2E4C6CF /* DDBaseModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 06A20EF6BA10D63870C3AB7C0E1BA53E /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C57FEEED03AD7FAA45223B08B261A0A /* ZLPhotoModel.swift */; }; 070AC1A560FD65090FD38168F6F8E8C4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A53CBFCE521C2A968EB17CEC9E177C5 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07187B9FA2F52D4310217E1E30EA7BEE /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D5704518BB61F32A5CC6BF36E97A48 /* UITextView+DDCategory.m */; }; - 0767CC1BF3CC7012DECDFB9AA57AEBEC /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 44293601F921FFD8CA145DEB02E9B141 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 078CFF788AFC981C75F3FCDD7B866FC0 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D49A73D4756AFBA33C40DAE2EBF623 /* ImageBinder.swift */; }; + 07AEBCE21644F6C5996D15F5DE1AD536 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BE772C0A46F67DF3912948D06406034D /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07DEC6FD49D1826C7D33C2318BFB6736 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FBA6BA84913F29962C284D991DB629E /* VirtualTimeConverterType.swift */; }; 0811BB981A2EF4E3C78C193E8AE1A4BA /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B2DBB54E4922B5908126E6565C9D5D5 /* DDCollectionViewCell.swift */; }; + 08399A620DA474F4CB2621853D1BAAAE /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D9549CFF0201D252D54CE5E9CCFC20B /* Zip+Collection.swift */; }; + 087D0449DE2F24DEBD054E76EB052447 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D96BED492B84CB80064C6D55E94CA30 /* String+MD5.swift */; }; 08CC4F2CF084EB4C21FD37F7D5C1728A /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AFEB4B70838EC70D5FBA3B8AD00B819 /* ItemEvents.swift */; }; + 090C113662172494C55707C5DD66F831 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2541FC266104A7023B17BDC3B0DDF9 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09B9E5FB7E73F28A4E1F581917EF868A /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 79FBD1E65B5F81F20F4FE391DEB68132 /* JXCategoryNumberCellModel.m */; }; 09CB072529CD8E230649CBA428E3550F /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 88DEA22C1656B3B667E9153B7FF2937A /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09E3FBE0C1345A59AA30047A762B9A56 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7559C08EA6710F39B9A753DB6E2F630B /* ConstraintInsets.swift */; }; + 09CE9338E31C5FB889824D715F8D3BAA /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71E2D55C049D7E80826150D8AD59CB5 /* ConstraintMakerPrioritizable.swift */; }; + 0A4529CBD20B4BDF14C9E6F352CCB890 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55BB39803CF452CEFE5263DC506E79C5 /* ToArray.swift */; }; 0A762FAE78A91ABC899CB431FE10B9FD /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9574ED21E37F16AB4B377154DEC2C23 /* ESTabBarController.swift */; }; - 0AFCD1E8263B3A74F6D21C29986B8FBC /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F95F84F258FC632A31B2C038995407B /* ConstraintDirectionalInsetTarget.swift */; }; + 0B3F664BCA7EA1EDD606BD934B11B706 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0DBF49479E886297EB5B461494E8FD3A /* DDBaseViewController.xcassets */; }; 0B4577864274CE4EB338A238A241AA0C /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6927960F116BE8BF637FAED8C1083A6 /* EKAttributes+Precedence.swift */; }; 0B52A423F3F9E6C5A42612A06BCEEEF8 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CE897075A9C6C5EDDC263BD8D5C298E7 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0B5B8EB020F39AD312D8C7A32FAF741A /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63E5DF006163C41116275EF83CF8E9D3 /* EncryptedMessage.swift */; }; - 0BC9314CA27682FBE158FD9F8D2541A2 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B885FC48EC8BB00C05349ADDC10940 /* UIFont+DDCategory.m */; }; 0BCF8CB00A9A52600E24370C7144693F /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8722B9815FE1D14E325040A8938B54C0 /* EKNoteMessageView.swift */; }; + 0C495C02EB81760D0C3907ECC6F2D2A9 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 32361ECB317E2D6F64F6DD64A2CF1756 /* RxSwift-dummy.m */; }; 0C7A81B76F81FFAA7AFD437D61831C77 /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E29FDAAD942BA527985401BDE4A831 /* DelegateProxy.swift */; }; 0C833DB2294851CFBE098DF5BCEBADF3 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 56639B3846AAD1513DDE23C51F6EACFC /* _RXKVOObserver.m */; }; 0C83C845A20F4CDC656714E4DBABC116 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4166A1B391F79D138C22B1D5F99B532E /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -163,55 +159,53 @@ 0D444C6AD7BA8B3307579F9FCA9F43FB /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85A9E87C2E04548C3ABDEE1F235E4FD3 /* EKAttributes+Shadow.swift */; }; 0D536CBD733C8354E24D5753892BB371 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3D42D1E4A27E889A47750C1EDEDA66 /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E84EA21B0858EDC04A53458A7F8DBDD /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC6FDCB7D04DCAB102A4B0FAE9D06FBA /* HapticFeedbackGenerator.swift */; }; - 0EAA4D2C3BCD9DA494456757A8EF5079 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F444E237154E67EA5120BEFEC04B8E2 /* DisposeBag.swift */; }; - 0EBADB9B878FDB021A9907FBD5E0D89F /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D23F1D042833F9B020E024F09CE008F0 /* SchedulerType.swift */; }; 0EC5EC45F806F2DC7B68E6727227E49E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD819D9E69DC42BD3829DC808F495F1 /* ZFLandScapeControlView.m */; }; 0F2AAE2334C409128ADD57B132E767F6 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D47D997DAFE65F4AB6B07E2BACAEB /* JXCategoryTitleCell.m */; }; - 0FC88695382BF7C4BA907FCBCA4B2B5F /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B88022AA0A283701F44693B049E6DB4E /* MABaseOverlay+DDCategory.m */; }; + 0F92F37889B62F458C30418B3504B01C /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4796AD5E3962255BECCE74DE19E19300 /* UIImageView+DDCategory.m */; }; + 0FC88695382BF7C4BA907FCBCA4B2B5F /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5756B89C96ACDD4568EB53B21A109510 /* MABaseOverlay+DDCategory.m */; }; + 10882825244C584FFE142506AEA35217 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5B1C7F9FBFA87368F4A45CD88C39AF /* ConstraintMakerFinalizable.swift */; }; 1112AADD470DD6BB1410B7C32A0EA334 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B012695DE46A5FCB71D3DFD1B98339C7 /* IQInvocation.swift */; }; - 1165BE30D8CD29B2E6E679B41BB61688 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B42D1E44476CC594F52E39D2B5F53A /* ConstraintConfig.swift */; }; + 112C7A7F6B1E265A11017D97CB00A6B6 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A303181FAB6EB1520353C022DD1093C /* ImageDataProcessor.swift */; }; 119A65AD7B8F6C7C39DD19128A7B2DA9 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = F251F4E1C35C1C65AF4A83C994E6795A /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11CDFB1A43FE6D23D2F8463B142537CC /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20A66A1154B4C4E5C38036C2974A095B /* NSControl+Rx.swift */; }; 11EAAA60DB73219EFC8B0CF1722D9C1D /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F19C9B2D9E9437F463F1C22B55F43C16 /* UITableView+Rx.swift */; }; 127BB0831E7F383B0F7DE209003032B9 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 851A3C9A41790CAAD0494BA506CBC722 /* JXCategoryIndicatorRainbowLineView.m */; }; + 128CF976FAA252E2B7F44E4731FB73E5 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 81CE9A92CB67F484DBB9669C136BD9F6 /* NSMutableAttributedString+DDCategory.m */; }; 129C1964A364166530F529A390760D71 /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0294293C02405290892112660D7D79A1 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12A4A03AA5C46E89941926109C40D7C2 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516FDB061B25F0E10EBF6C9DAEE947B9 /* RequestModifier.swift */; }; - 12C969F74649C04436A058BF144AA968 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D71E2D55C049D7E80826150D8AD59CB5 /* ConstraintMakerPrioritizable.swift */; }; + 12A89EDC0216F8BDFF63C99E9B03AACA /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 663027D7FB32DA9D66FD14BFB9861F81 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1379145EE1CE455EBC27791628DABACA /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E7240A1D39B718C7F399C480BE4EA9 /* JXCategoryBaseView.m */; }; - 13859130B08E6EDD1B57EE8D0E64F86A /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302A9690A9EB5D862EAC6656C50FFE04 /* Create.swift */; }; - 13EA6B7041D06BE6DCEC01EF93AF6EAB /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB9EFD328EC69206DF3C472372F410F2 /* AuthenticationChallengeResponsable.swift */; }; + 13FFB7F2A80B986EFE5C657F72CBEC29 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B6DE57DDCABF67F197C45B040C5950 /* UIBarButtonItem+DDCategory.m */; }; 14006084B55ECBF580E396E89C097D64 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 907016B022CC9E8676626CEB4DFE5561 /* ZLEditToolCells.swift */; }; 1402DA7B6A7AB6C0C5949D88C1157B48 /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3335CE54DF4F412F3542370E4E64B326 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1437BB3F5BFA3F0EEF784975F7CA2970 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AA03A8D2C5FDBF1D2472BC0BF7EA1813 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1442DC141A8484DDD6AFDFC1692B8400 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC77FD1FEDE4311917FFA179E42DB0 /* ConstraintLayoutGuideDSL.swift */; }; 144B55A9628A2AD6B54F8BBACAB7BCFD /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4297047E92BB05B1B6398FAFE00726 /* WKWebView+Rx.swift */; }; 145BBF6F393882C968D5A99AC80004E1 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37A6D7444138A33492C05A327C09DD01 /* ZLLanguageDefine.swift */; }; - 1474A6669D2EDDFDE36BDBFB848B3FC6 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B1BBF7BE48FD3137668608D03731F2A /* RxRelay-dummy.m */; }; + 1492EA9FAAF1467B7C42BD1B9EA33FB3 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CC967551D8124DB13584BE9B1FCD9FF /* Throttle.swift */; }; 14C821B748B65A96E6D91708B70C0A93 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E02036B78E32992738028F18CF8CCA /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 150C78D5B3713E1B59BCFDDD317CB7B2 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6355515292A82C5F54F441337968E923 /* UIViewController+DDCategory.m */; }; 159BBC585A2C51D44D40DE88B5B18AAF /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CF9A72355245326F1F8517E4C8670726 /* NSBundle+MJRefresh.m */; }; - 15A080EE1CCE181939E785B90AE01EE2 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B21B611CA117777AADCE1ED6E92E12D /* CombineLatest+arity.swift */; }; 15D38081B9302FBAF9A361BAD7E5B05F /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = B83DEF69DC57291F0F9283FDFE1279FC /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1660E2FBDA4323E7357179056B4B0E65 /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DE4AE6AE1ED5F45AFCA97C2D672B57F /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 168F32A6ABFCE1B9110D5C266D36988A /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0BAF6454748BAD0FD7221158D5C6BE7 /* UIColor+Hue.swift */; }; + 16E23CCECEA948FDB62F9558E338DA64 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B24D7D72DD0A2346603C0788A13FDC65 /* KFImage.swift */; }; + 16FEF62C36278DA67101B2CCB4E13590 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 378994A23A6017ACC3384E054595C6C2 /* ObserveOn.swift */; }; 17C901067A0CC336075ABAC7A279589B /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ECF73FB9D25078A90D7B0AB49ECB0D3 /* BRPickerStyle.m */; }; 17DA0483F109F5BA66CF5DD7366E36FF /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85B728BB3DD3ED3DC2A975080D95CE45 /* UISearchController+Rx.swift */; }; - 186FBAF2A16F7A6FD6FA40BA82369A0B /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C36E5D0B5206EA924D764A429706DC6 /* NSButton+Kingfisher.swift */; }; + 17E54FB7F6D43B4A1701061B051F9740 /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0BBC52584966EA196A070D362D027E7 /* Sequence.swift */; }; + 1801AE1CCDE5CC0E9F188270E72474C4 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6570DB67BCA9B4327A622806C7B0FDA /* ImageDownloaderDelegate.swift */; }; 1874DC3D934C7225FFDF0965A4EDC46E /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D20CCB191E14050A85A62FDD9DA9385D /* DDBaseImageView.m */; }; - 18CBE81DC063D1F8B5AFCBF11B86A19C /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED7FE8E62881E67B93F072A775C5EA4D /* DispatchQueueConfiguration.swift */; }; 18EBCC2A133B26DF8B5D5754492F3214 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E3F2AD7FFE32A7C6241375AE34A430 /* EKSimpleMessageView.swift */; }; - 1910B87B11C580D0A7AC203F50B3F86B /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF42386F3B2B04A6D9BC4EB45E5CD633 /* ConstraintOffsetTarget.swift */; }; + 1922B693E88558465B33231BE08D67AB /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672E7862E4F5D356804EFE8A8AB0ACD1 /* KF.swift */; }; 194D6F32A526649820D6B0AA03EEF12F /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 574C2F7F8AA90029DDE65E0A4F98D5E2 /* RequestTaskMap.swift */; }; 1984D4549EEA55FB1812D99162C83E52 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8EF40BB549B03390AC0A1BC89841C7E /* Alamofire.swift */; }; - 19969546BD5CCBC23E90C098C0FB24C8 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 068F5E1D96E4ACD3C5F6D4C6B35821A1 /* Observable.swift */; }; + 198556E1CC6F60B49C5D2A62ABB539C3 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDEC35295D2B7BF0CBB697E9A447E601 /* ConstraintViewDSL.swift */; }; 19B69267A13B522D47259CF72C882725 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EEF09DFF5FFF08E32F1445871A667605 /* BRPickerView-dummy.m */; }; 1A370F104A326B06BB5A7A623DC96920 /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E7D811F430DEDAC65C4C7176ECC23C /* NSError+ZLPhotoBrowser.swift */; }; + 1A3DEE0CB963381B163078C6CABC3CAE /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6800E675554AD7C97EC91124A81D45D /* Optional.swift */; }; 1A64F561597A70C28B3564007FF6D24C /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A372EF9B79FBA2C4ED2F0A53DD695B7 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A7ADD63C2F158E10825F3FA38EC3639 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7DE0019102681CA2EEF76BB6ABCA61 /* BehaviorRelay+Driver.swift */; }; - 1AADCC43901B391050F57445D149AB93 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67EE48CB2C8EFCC3DBFB57075200D6C5 /* Catch.swift */; }; 1AD7C51CCF7E6204B37A504B68924F16 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 006C3DF4952564B023F8C22B610D2D06 /* JXCategoryDotCellModel.m */; }; 1B2A260FFFFCB3D9E0AC958E83C57F4B /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E910F8C87F31FBB24829BC4EC8F2906 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B6F979D77E07C629EB8141844515C9F /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F9A05C366235363342E1E09DEA7359B /* MainScheduler.swift */; }; + 1B6C226772624F3A56D5909ED1886204 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B42D1E44476CC594F52E39D2B5F53A /* ConstraintConfig.swift */; }; 1B957CE26D7722E306F95886B5EDC013 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F25AFE79E2713FDF591E5E3A040514 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; 1BA88BD6149449B0EB04E4E7F2822237 /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CBC44AA6CF707B1F66C86AAA62D8198 /* _RX.m */; }; 1BED5C40C873A14BD22FCC7A8BC11848 /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DFFEBDB14B06132A81EADD375DFF383 /* RxTableViewDataSourceType.swift */; }; @@ -220,96 +214,109 @@ 1C9653CE5BA95B8280803BA82EC70A26 /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 514028C6DE832C9CFF05D25232976B53 /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1CAF7FCBD075678639BE65A029B4E56A /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BB19EB8DD6086B5A8AE53E1D2F7A6FDE /* JXCategoryBaseCellModel.m */; }; 1CD029D4F48324168F0220D8213348D3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F3D551EE0769EECD112B7834F626D8 /* EKProcessingNoteMessageView.swift */; }; - 1CFC2BBB7C3B3BC52C4C6EDE5554CD4A /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 083CD0693625A461B3871ADD9813A9E7 /* InvocableType.swift */; }; + 1D140B0E835530CEF32A45580754F762 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 299C59EC9F19C9D67D49C740FF34D089 /* NSThread+DDCategory.m */; }; + 1D527DAEA4A6DA5221F63D9D1C21063A /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99A3D5C5E0A24FD723C48487A33283ED /* DistinctUntilChanged.swift */; }; 1D6D63D61E41CDC8C9A95724CF0E75CC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAA220274994466644364B423B146CD1 /* Validation.swift */; }; 1DAD1ABC0638C45123D6AA1E78167F56 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F447EFDCDCCA5F02B43D5D8FF9B2C489 /* StringEncoding+Alamofire.swift */; }; - 1DBE1E17B461D000D00E0B6BAD3D098D /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = B595498DF7290B1B4DCAC77476853282 /* AddRef.swift */; }; 1DF58F80AC0A6C167AFCF76ABE39A9D2 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E9636C62707E602837E38A443AA15D1 /* DDBaseMutableAttributedString.m */; }; - 1DF5F58114A999125C5CE21867629419 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A0DA662B1B50039F0658C3AC0137D0E /* CPListItem+Kingfisher.swift */; }; + 1E0DEE3768AADAD89831AA6963C6CD53 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A8C88C25274F7DF97139ACB82578439 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1E4A2E4EB128ED973EFAD8D0A76ECCAF /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F877FF48B431AB862DF859AB27ED /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E85BF062F0912A6FCCE1CBD1718EA33 /* car_xingshi@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = A75AF1515C39AC307EE6E94C031C2673 /* car_xingshi@3x.png */; }; - 1E9CCC478A4733FD55D12C96A0B50489 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8081A10C08584493DC780438829DB8EA /* ConstraintItem.swift */; }; - 1F1B2ED333530C25B978D87996A77CC4 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = B64D691CBDE869C56E5862546E92F403 /* Sample.swift */; }; - 1F3AFEC2D8BEF2B4EB2FBC742B21A48A /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E67E63D457B1A9CA272964928BBF3538 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E5BB8E268A7AA5468EA2F6CB659D525 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB53F217012D47F517F351B28FB9BE7A /* Switch.swift */; }; + 1EDB34A1E7F4A3D0EBCA118B9EF39BF7 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516FDB061B25F0E10EBF6C9DAEE947B9 /* RequestModifier.swift */; }; + 1F540B2C37BE06F47C407FC243CBA39A /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA1F716CD1CF6142F041D5CA29414D73 /* Box.swift */; }; + 1F545FF2C6645CE3376D3E17D7238FB4 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14F746FB387E26C9C3A43CB31A44DB4 /* Dematerialize.swift */; }; 1F601A8A4AE7C27226B893F8C4611E0E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F2B73A2A336AAAA4E6061377C9AD1C8 /* SDWeakProxy.m */; }; + 1F7F580E45EDD171EF13DCA962963DD1 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8F1790EFB10861940953BF6025BCAE /* KFImageOptions.swift */; }; 1FC870398A64B8565B90B11479B88B68 /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3881190764F6FE78D4BF781CB1FC8536 /* IQKeyboardManager+Position.swift */; }; - 2049A444B043340532D43CE10886D6AB /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED3B8E30126D0F8EFCE1BB30AA322598 /* SessionDataTask.swift */; }; + 201B6F2E274247D4ED75451DC43A90BD /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538588A4A3F9DA022CD941A1396B22A8 /* ImageModifier.swift */; }; + 2046E4577C6CB20AF3026529B56F9A6D /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F031E369E74488E1E865993A1C59EE0 /* KFImageProtocol.swift */; }; + 20725FB45C4CB107E1D3106BC7DD0369 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE4A1B1ADBC2D6FC626BFBD9051A57AD /* RetryWhen.swift */; }; 208A97584D845254E986E9C707635B67 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 92137B39AC53F094EF8310859CE5E002 /* MJRefreshBackStateFooter.m */; }; - 208BC28628B5884C2CF8CFF050FB5E21 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D038A0E54AC56F7862F48B30B2FD1637 /* TVMonogramView+Kingfisher.swift */; }; + 20D58A9164B5EF2CD50E76CDDCE81737 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D5704518BB61F32A5CC6BF36E97A48 /* UITextView+DDCategory.m */; }; 20DC5EFA536B064520E620C2ACAB766E /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1CAF30A74B4401E67F65A15E3387A82 /* CachedResponseHandler.swift */; }; 218A594F4B538DBFF56BDDBFA62906B3 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 10877DCE2171429573BC8985A438ABD0 /* DDBaseAttributedString.m */; }; 219624B2DB84EE52D0E4F6B1789954E1 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = CCF9B70FAA075C1D7620E9FC4E2CBFC9 /* ZFLoadingView.m */; }; + 219C32BC380FA8796030522ACE25F7BE /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3F7ADD4B5091A59FBE5DCBD1232C69 /* UILayoutSupport+Extensions.swift */; }; 21D966E2F801F96E6E36D2C7BA73235B /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B52098CC112CCC6E937B258EE0B4F59 /* DDNavigationController.swift */; }; 21F3FE8E6CA8D9E441653D732BA1CE85 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 21FA952E49A0EB77EB7825A78FEF6AA5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B63E831885C8A1BC512B487F5C14B99 /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 21FADAA36F19612801A23CD9FC35BA98 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18091A5B5DD91807F5A3AFDF7BC9F562 /* EKAttributes+StatusBar.swift */; }; 224D5F6BA39BADAD19041AF6AD880C80 /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCDF91FBFD84C3645FE65F96DA6CED31 /* Bool+ZLPhotoBrowser.swift */; }; 226AE9954640E71AA69AC12F268C4B58 /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A2CA985481EEC6FA4361080806F91E4 /* RxPickerViewDataSourceType.swift */; }; - 228FBF50D684F0557975CDAF689F9B75 /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 722A3C5078C0CE6FB5B2C62E05ECC1A1 /* NSObject+DDCategory.m */; }; + 2283D21F2B52A96C05AC396F58EF9F57 /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC60F7BFBAE8EE80B3A33EB17C2DAE84 /* CombineLatest.swift */; }; 22A0EE3CF4D4D5DAF933A7871B6E47A9 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 95AD94AE3A42623CEEE5483B7A797537 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 22CE10056B2DC6A993C8E3CE966A45D4 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB30362C91F1B5A1590905E2A011019F /* NSButton+Rx.swift */; }; 23070072A95EC58547F751658BD10FB8 /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32092269C2CB1D293FF5ED6245BFA958 /* QLUtils.swift */; }; - 231F79EA6851F345FD9ED537D4371616 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84074A7729BAEA6FDC7F90F1BD91DFCB /* CompactMap.swift */; }; + 232385652EDB6CEFFDB5D884D9652DF1 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7EC17D7DC55F4E2B87898BE02172C1C /* Binder.swift */; }; + 234B64E93DECF38B98F5A45FE9CE882D /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C5473B81D1DB4234B788856FC4A974 /* PublishRelay.swift */; }; + 234D98E8B1E53610674224FF09069FF7 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E187E10B1741CC12DEE8375BCB86FC3D /* ScheduledItemType.swift */; }; 2354A0786A1EBBC2298B9CB493F8C4FF /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B09521E8E97A49FC7144D8B085880111 /* URLRequest+Alamofire.swift */; }; 235F5CA0FE85EC9C9BF77DDF796070C3 /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B2AF48F1D7B39365BC4D44506B3050 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23AE7C7B70C16D4767C4404AE3B5AE84 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE4A1B1ADBC2D6FC626BFBD9051A57AD /* RetryWhen.swift */; }; 23B683FB3262FAB104127CD59D29E34A /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 522EF954A110CCE276011B662303148A /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; 23E7FD08C3DF07540AD2118EA057AECA /* DeviceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BB3C6F98D315D819DD04379CD5F2B4D /* DeviceInfo.swift */; }; 23EFAA45BE23C0F05AE3A5A892808639 /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 812A49A479B670508C518FC907F1F95A /* UIView+Shadow.swift */; }; + 2409A0A8CC012AC81370903A0DB93C93 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D3B1B2BB1E104D72C7324265F8550D /* SynchronizedUnsubscribeType.swift */; }; + 243561C7D1EFE222439892391AB0625E /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279B475E516BADB7BDFA1A3971B43122 /* ShareReplayScope.swift */; }; 24488C0EC1CD3766AF3BA0C3361D2F05 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59518E8517C95C3A79449937DC7CB49B /* KVORepresentable.swift */; }; 245D0E313372FC4F2297E8CDC17BFDF4 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 9204631F2E4F984BD17AC59FF1141292 /* ZFPlayerGestureControl.m */; }; - 24C55B38A9AB358E13CFE2C1D72AE44A /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FF2B99B5A3AFC0DB8DC399D9A13D72 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24E92B843F6FA24594FB1963D297E1C1 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 028A23DB686389F2162D6C5DCDCA22EB /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24FE805EDA56F24CF0408BF9B66A0533 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E67E63D457B1A9CA272964928BBF3538 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2508C13A6D783495CAA9FEF848ED3408 /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = AE46D5D786B17BF122C0F82F6EC0F43A /* DDBaseButton.m */; }; - 25386338EF4232C874D19C1662F2E7E5 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D96BED492B84CB80064C6D55E94CA30 /* String+MD5.swift */; }; 254DB7DF69C8F0DA8BAC684099B27944 /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52D9421FC77D57BD3F48DD5A3CB14CF /* ZLAlbumListModel.swift */; }; + 2577E4528B37C47A2441828C9AEC40C8 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11C78EDC15298B870BA2D0BC3C6D0E09 /* Typealiases.swift */; }; 259DD1BE69FB6C8030BCD5994B5E5B51 /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CF2693FE6E35A1BB97E8F911633E34E /* SwiftyRSA-dummy.m */; }; 25BF5D9FAE084BAE3824007EA8E0196C /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A62CD82B7DFE264F6E66F313B0FF4AB /* IQToolbar.swift */; }; + 25C3835A1ED8C9D78ED0DAF32B046FDC /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3BD0090CD21E01B1267EB041E30C9F5 /* ImageCache.swift */; }; + 25ED977DB4E833F6FDC9378E080D747D /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE663130B45AF5350B5F475D0A6D0F8 /* SubjectType.swift */; }; + 263D5384B23FE1982F7E4105CB3E7C46 /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C8D96D2F88CA29058FE3BE338D12C55E /* UINavigationController+DDCategory.m */; }; 263E6DC0FCCF45948585AE8D649ADCE4 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8D6713A794EDF8D8C6B20F6362D3AD /* UICollectionView+Rx.swift */; }; 2655C03CDF30A7690E43D892DDC95AB5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 273D63080317ACC4D2E63BAAD9D3CBAF /* ZFPlayerLogManager.m */; }; + 26A6E62CA56FD1D6E24343217A6B30FC /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD26135A214696B53B72FF40A36B682E /* ConstraintAttributes.swift */; }; + 26DC0E3B45FC276395626C5B08F1A71F /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D7569F0C2A93E265B599A877E0C3A07 /* Timeout.swift */; }; 27043FD4E15DBD03FD933A60109C3009 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B3B8112688861F75E6135347393CDA /* EKAttributes+HapticFeedback.swift */; }; 270ED905740AD9FEFB9A346AC527D53A /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 41BC2F637C60D6799A12690FB375C147 /* SDAnimatedImageView.m */; }; - 273F00B91DD4C832BAF334C626811666 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85AB73BDFAF83D3F778769E992745DC7 /* ConstraintMakerExtendable.swift */; }; 2776B3355D535E5A68E18C4C77B2D595 /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31D5392CA0F812F376A29957E80318AB /* ZLPhotoConfiguration.swift */; }; 27770DF47A61DEEB841F3E977A6BE99B /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A786322B50E978DFBDB2018A91E097BA /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; 279C4E09D6D4113942EB37DE5DD034B0 /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E04336DF0F55DC5C70145CF9AB0AC5 /* JXCategoryIndicatorBackgroundView.m */; }; + 27B13CE901B5BEDCEE9407D3DB744B0A /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 743F11904F3EB32E107008A17D881B29 /* ConstraintMaker.swift */; }; + 283B97BB30BA37E60616F64DF48B60E9 /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9DEDBCD619C65DD1A24242B60045A2 /* Multicast.swift */; }; + 284D0756DFCE8848DC3F69EFE5C9B8CF /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E78171299755BEFF44460A497F35F50 /* Kingfisher-dummy.m */; }; 285C0AB9F7DA57DC23757F0D05371CEF /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A9D93A0A5478BADAE57AAE5A1634875 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 286C066BA783AD82760BC1099CBCEEA2 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20F069DEAADFE718AD736C05D29871B0 /* KFImageRenderer.swift */; }; 28E3B45C51EB7B6711CC6AF6BBA4F32F /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A35834EDB6C029E99B50E9059A4AF78 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 28E8453EBEAA5D3187A1FB686F807A07 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 59005CFD131D05B0B9BDDBAE28B422C6 /* SDWebImageTransition.m */; }; 290CC252DD7A79A8CD348210A4ECEF8F /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 3959E8650E4D9DC68A3742992F43FA09 /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2921FA99B089119A5839E26EE1B0AB9D /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C11FF312DCA104C6B9B9E509218F251A /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 29A94387DA04DE3CA441D0244ED3B6E0 /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B994D3FEC3EF07BB79E8FBBDC30EF48 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; 29ADDEB7070613224B9510A61E41A745 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE000AA1251B06A49F52648FDF3BBFA /* EKAttributes+WindowLevel.swift */; }; 29BDE26902A035FAEBCB2DC35DEE16F2 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECCD23C454C76F96A49188EA6E4DDC52 /* ControlTarget.swift */; }; 29C7B5B61EDB9B6010093123C95146D0 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD74ED50FA1C524EE4B96FB9EA9CE32 /* ZLCameraConfiguration.swift */; }; 29F4DFF55D0B18B9ACA5820B30481389 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 28A563C4F4A4014044FDE3120475B2BE /* DDLogKit_Private-dummy.m */; }; 2A6423FCAB17960280B3035F79F4DD6F /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7EADEB6B43C4A63DFDE321AA3565F76 /* IQKeyboardManager+OrientationNotification.swift */; }; - 2A947227BD862B9FE399BB87F12601B6 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B24D7D72DD0A2346603C0788A13FDC65 /* KFImage.swift */; }; 2A9587CB9E83DC818BC42AB6D3BA6C93 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 571A2859455DE6F0919F8C55527B8CCD /* AlamofireExtended.swift */; }; - 2B0A6B40EFCAD213FE26076D756EB848 /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D56BA2512A6AE663400CFFA84F64941 /* Disposables.swift */; }; 2B6E7E401FECF3BA6B6856DAFE81E233 /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21E24DDB02662B4C54FD7CF2C6ECF83 /* UIControl+Rx.swift */; }; 2B799593BA9EF6DAF478B5551D7E7A6D /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F6839D4A72D25A3871024F4C902140 /* SDImageCachesManager.m */; }; - 2BBD626E25D616692AAF51C86188153F /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66860DFE5DF2D3900405B07013FB4ED3 /* Materialize.swift */; }; 2BBD8EA6B3F3A8EA8F721498BE13D6C8 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 11022A3B7017B5589FBC1D312301040C /* MJRefreshStateHeader.m */; }; + 2BD4ECB60BBD46C408BE87DF8F75FD46 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AB3D7F7A70204D3F902C938CA44659C /* Event.swift */; }; 2BF1A8E6F302964E4EA7E6B004474BF6 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1412AF5A5F376242F89594704A1A5322 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2BF6AD4F75D3FFC369CCB82DCA4C730E /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = CBFF341ED908BB02CBC80285B123D3B2 /* MJRefreshStateTrailer.m */; }; 2BF7BE1115AE5E63724A339701C1D7C3 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B03C5C192FE228B9AACED36F5EA217 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2C0D806E4CC111F69F6DA1589BF4DE81 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D6A04E9609FD97261C2971529DCA4B0 /* PublicKey.swift */; }; 2C37F2D2D4CEAD643BD8D6212242A740 /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99492D22E36B8F6CE69C5D85578831D8 /* UIRefreshControl+Rx.swift */; }; - 2C88C29C911C048842399A6488D39B06 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9A95B9023B4CC6786376CC5EBF8A22 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C89749C94D098592227C404B4D5EF1D /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 551FAEA28F6CF565D38A99A380E538F2 /* UIButton+DDCategory.m */; }; 2CC3AD3D3398B56CF9B85CC4A7F9F439 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4A7DC495534C6C62B2C5CC7C51A5493 /* QLCompatibility.swift */; }; + 2CD53BDB71908D4CF3F0E7B635C26D0F /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 722A3C5078C0CE6FB5B2C62E05ECC1A1 /* NSObject+DDCategory.m */; }; 2CFCF233E052F29452123E61CB274CFC /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 76131B886B4F4CE2ACFD6907759AA401 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D1EB58E4EADA4FC9E9A7ABE8B1CB502 /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79220E9A964E218FBCDB44B864B91211 /* ObservableConvertibleType+Infallible.swift */; }; + 2D114053F8ED0CF9A9037A8B698D8B20 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266A33184693531886A63FBC41FB0261 /* Zip.swift */; }; 2D2CDCF93A57C458A459F5A968528E34 /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C47D4D87DC61A364616ACC49ECB0255 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D7CE8B3047F1CA545BDCCE44E32AC89 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F45667EAB14B05ED27584A313C2ACCA7 /* Placeholder.swift */; }; 2D83E793BB320606B62CFE1E10C2A490 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E9C0874BE4118D849797FFC3990C24E0 /* MJRefreshHeader.m */; }; - 2DBB4919BDAD478DB2F1020A102414CA /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6FC44B589CD6E83D1D4E31203900680 /* ImageProgressive.swift */; }; + 2DBC68FCCD7FDC43FCB866ECAECF126B /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF0576E4C6810839F05371EF2F548435 /* Bag+Rx.swift */; }; + 2DC085412F059FEE45D5D2700723D19B /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E02B9575BB0AD744F76CB1269933CD2 /* UINavigationItem+DDCategory.m */; }; 2E3D2707E7E60BE010D3246CD02D6584 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 994A98B13742F8E8905853FCD6E14DC9 /* ESTabBar.swift */; }; - 2E723C6AAFACF030E911451807B8130D /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E4A76D97F81EAED84EE7E08B223E77 /* UIButton+Kingfisher.swift */; }; 2E7F3CDAAF53377E46D82BA29C31E95C /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 321BB1476B24EAED2478504C72E83114 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E96C83930FABBDD92E7E576E36154DF /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840A0C632A53E2D9C52F26D56408AC3D /* OperationQueueScheduler.swift */; }; 2EDAF39A638BF0797DAC0C75226CE335 /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6BFC47378BB8240F0BB2A628E94CC9F /* UIApplication+Rx.swift */; }; - 2EE4FFFB502D5EB77463DDCF2A55B031 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C11FF312DCA104C6B9B9E509218F251A /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2F801E2A9BF3A19A040EA043446323CE /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 59DDAFF19D63948E5CF71D5C33569016 /* DDMALocationManager.m */; }; + 2F85779C7FCB958556BD07C3F07F57A1 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6797650D5019ABF9FC41B09C0D5F31A3 /* SkipUntil.swift */; }; 302832D4B7652F756A29A925F087C822 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDF0E795099378A4DB369221A22B2E0D /* Concurrency.swift */; }; 303B93CF0EE553490F73F76D9C534C44 /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6306AA73B790043212EF3FA30BDDD1BB /* EKNotificationMessageView.swift */; }; 308503CCD3E28A3911BCC7004887D711 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = F20C065DF8C74E4924315CDEBEC57A3B /* PriorityQueue.swift */; }; @@ -318,19 +325,20 @@ 316ECCB1FEC71196E803E0DDCED7C651 /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B97D4A988AF3C040B1DE4447192DB9F /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 31C23CF66BBB1520FFD4D8C8AFB510DF /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FBC220BD924C99941D9557D3D7690CE /* IQUIScrollView+Additions.swift */; }; 31CF6A9299E02044EA28735F99B19686 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = B0341EB3D381283BC4D631D10D918A69 /* UIView+ZFFrame.m */; }; - 32233C8573DC720D10F9A181030EED84 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB51A3091914CD0D5630D9AD166B242 /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32AB63B6E5D5D7F1AAA65AEB469E6DA3 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDE98B76CCE2404D7731268827A63ED4 /* Infallible+Operators.swift */; }; + 32233C8573DC720D10F9A181030EED84 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = FB70CAB9762649734F51C471CE3A756E /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 329A0341CAFC9BE4EF4AB9C9C2A54C7B /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E846E8C8B46DCFA7147AA4FA63DD1D /* WithLatestFrom.swift */; }; 32D2FA4F8AC6EBE83DDF786AF4629B28 /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7042EC54928576A8CA1D8535C20EB2E /* DDAF.swift */; }; 32E95A874664AF103BB1075B97BCB00C /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 824975FDD8AFA58000C53D7155E9F043 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32F551302CCC95907D05EBDE441A0F96 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = BB62C51B6021C01947BC0CCAFFF67034 /* DriveRouteCustomAnnotation.m */; }; + 32F551302CCC95907D05EBDE441A0F96 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = B34261B63FB63B8F2016C98B066B6236 /* DriveRouteCustomAnnotation.m */; }; 33043B5E0E8C4E2805481E6D692949AB /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = A4CF561F744CBB7AA17E0260794A4535 /* JXCategoryIndicatorLineView.m */; }; - 331974FC86DD2187C556DEA3786C04B9 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C62843FCC6DE1BEC10506CB35DB6B15 /* ObserverBase.swift */; }; 33206CE1C59D7666BDDE9E1465A610EE /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4D1CB8B05EEC6922E3D9D451515524A /* ZLEditImageConfiguration.swift */; }; 33859D3CB90E4ABDB24C9227DFE85E4A /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F6A0DCB05E671697946A330A97AA73 /* RetryPolicy.swift */; }; - 33ABEEFFF48E2A400BBA0CB116C09FD8 /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F527D811C6C2AE4AE98D129A4B6E596 /* Zip+arity.swift */; }; + 33A6AF7B23DB78659E58401033843902 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8081A10C08584493DC780438829DB8EA /* ConstraintItem.swift */; }; 33E6C702602A0ABE4B9FF00731487E49 /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 602A135904C1AB67C7E87A1F56BE52E0 /* DDBaseTextField.m */; }; - 33F57C643F33B6F4989C95D993951B79 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E02B9575BB0AD744F76CB1269933CD2 /* UINavigationItem+DDCategory.m */; }; + 342CF41AAAAD2AC45B2D3427E9B2F166 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF14D6DBD1DADAD74885354507C1D2EA /* Buffer.swift */; }; + 343ECE10C50C10A74C1E6245B773234C /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C45B3636408DB3ED7981049AC740383D /* DisposeBase.swift */; }; 348A2399833F70160F70ABBDCB980E2B /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3899DE7CD63BD7912B3432CA1666BD79 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34A7D9F8B309B9313AA564F0CC411E5A /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90B6D6EF4FCD58C17EC5B4AC2B78222 /* Image.swift */; }; 34C07B18252160C63FBD16003E845CFF /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C22BD91487A166601C7DE51D587726 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34EE7B15E96B44F2F505FF8B47CA47BA /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFD5AE2724DA0F29A38FAA3D7950DEA /* Response.swift */; }; 34F4C47DFD00CBF46312DFB03A6E8840 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2081554BF863B09BA626DB61C85601E8 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -338,77 +346,74 @@ 3542BDC08CBCA8BB1951AB507AB42AA1 /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 63C64019E6D20983D6B4F767AE567442 /* JXCategoryImageCellModel.m */; }; 354826952F84935C2B05366EA167B844 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4776782ACCAF3706FA985D1DBC765A08 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3563535F257C8923038E5C66A70CD288 /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B45435903D0C04CA1CD9D934C6FA0E /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3574FE20F812375666C79031E492A5F7 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 743F11904F3EB32E107008A17D881B29 /* ConstraintMaker.swift */; }; 357C743823312159B0278D1810A8A481 /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F6756F8CEF0F3351C9205CF615F16E7 /* EKWrapperView.swift */; }; 35B124D386A8A344DB4E378136803251 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ED67EA9E03879C7B602527A3FFA1DC7 /* ZFSmallFloatControlView.m */; }; - 35B313FCDA4083FDF5C2A5ED822DDCE3 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C9916FCE77464C0DD0F6D77B3A075F /* Enumerated.swift */; }; - 35C54C0FB2B9AAA547C18AC21BAD6675 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAD0BA56DE3E5C288BB23011A320C1E /* Completable.swift */; }; + 35E7770B8133FB5C968961342FBDBBA7 /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F73AB6CE9A916BBF6B874DB39DDCDE08 /* ConcurrentDispatchQueueScheduler.swift */; }; 35ED1671F8FD3A5108E1B917130980EE /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BE220D7D07AB114D08D9EF1554A2E6B /* EKRatingMessageView.swift */; }; 360221822B5EAD3074E81B4C7B59492A /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F64F4B0897552034825C13DD8DA2E0B /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 365A9935B49D6B5570A4982F9728ED30 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20F069DEAADFE718AD736C05D29871B0 /* KFImageRenderer.swift */; }; 365DE3259C4106D8E3AC066DAEEB4720 /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B33B18B8308423A89AB6DF17A13CCCE /* DDBaseSwitch.m */; }; + 3673D7B0D7ADB65F866172FB3BBB53D2 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EFFE7B6D7FA05E867EB7EB0EFC4037F /* SwiftSupport.swift */; }; 36AB9414D82F70F6517E1948301B56E6 /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 957823CDA1EE31B67040D30F689954B5 /* SDImageAWebPCoder.m */; }; 36B204B1822DC0BB1A37AADE7218B28C /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 831D9C74E68836FE6F7CD426743CFE54 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36D2B9335E2661072DCC55268E414D0E /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E319E67BF7B71796F0406A3900DAC026 /* Resource.swift */; }; 36F40E8EBE86E294348DF7F319E98D8A /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B08F236D084FC505DE3CA3E44D3E195 /* AutoUI.swift */; }; - 36F63C2B297B3319E306032B44F6E846 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8570212F10DB35A95272049BB5192E95 /* Amb.swift */; }; 36FEB6DD53D08DB2164BEE84F3653BE7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CFB3921A9285D0E8E22332AF131A249 /* Driver.swift */; }; 372DFC5E474E6F5988D709EE7BAD99E6 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 65884472639C2B0BFF38CA4220D8DCAE /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3768410AD09CF28BCC26494AC1577727 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 44293601F921FFD8CA145DEB02E9B141 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 379A6D27E42BFDB0073954EEDAE34724 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A657498E888960B8D69228048A8957E9 /* ConstraintInsetTarget.swift */; }; 379EF14788368688008C6046091CBA72 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0C1AD74635662DBBFF76C1D01A99BBD /* ESTabBarItemContentView.swift */; }; 37DA31E97761C9AD09DB9F3AD80AAA70 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = F9DAE85102A1BC32648BED1C7328F83F /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3808291BFCAA43687CA6EEEBA0A23A78 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = F12B85E04AF53D29AA7937ED0A932C8E /* RecursiveLock.swift */; }; 38113EA83CFE5B14B6BCFC96772A2BDE /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 100FCD88650E38DC8CC80CF4801937AE /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 382413CAF98BE16A24F07F5DB59407D5 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = F8142C4FBA0582500959EBE1C125530A /* DDMAMapView.m */; }; + 382413CAF98BE16A24F07F5DB59407D5 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 763DB59879F4C1054FF472B7127F9F2E /* DDMAMapView.m */; }; 388BBDF2D1096563AA5C9266E06AF151 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 6168A5B488F3EBC56153001C1C7F594B /* NSImage+Compatibility.m */; }; 38B5C354CCEB18536DC8739368429DA9 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E5B715DCA7D6ABCFE857FDE79D5BD8 /* UIGestureRecognizer+Rx.swift */; }; 3A10B0AAD9F15B171EF41F035369BECB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF3099509C15AA81DE1F42F835D5A01 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A77FB0BDCEC0136527AF76011982E0C /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B1D88649980E57C139114749B13E3C2 /* ImageDrawing.swift */; }; 3AAB1695C0F9AAE144A7E37E34966F45 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89FAAC9D05F91D165495798D49B098C1 /* IQTitleBarButtonItem.swift */; }; + 3AC9DC2E3E9CD520015FD18EA05424A4 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ED503E56083E28B357C42246A414DABA /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3ACCD6DF1F9C7989B0BB3482AD01D786 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DFD59FFB0CD13D48C591494B3AC4D26D /* SDImageCoder.m */; }; 3ACFBA19004CE54466BBD8C6BEF1D27B /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 86AF2F9D4534747E2BD717DBE4C66CC7 /* JXCategoryTitleImageView.m */; }; - 3B0965EDD6BB327692980921D64F81CD /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D042AA33A4360E07C3D9077721D91876 /* SerialDisposable.swift */; }; 3B14941EB241AF1ED07CFF634860BE1E /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6872A2EB3218E2CABDB5DDE4A832AB4B /* RedirectHandler.swift */; }; - 3B381944C1771DE43EF7F5AF12C470F2 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E4636FA510CD33B79B2831EE8E65FBB /* Lock.swift */; }; 3BA07D26BA7B31AD481DCF513B101864 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 248D0365A58E15FAE9FC1051155BAF09 /* ZFPlayerView.m */; }; 3C11CB98AFEFBE7A201DA71292528A69 /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C7EDE35F79119763DEE5BCBCD4B2213 /* EKRatingSymbolView.swift */; }; - 3C371E32EB0A4A613FA38B4644F7D60D /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 378994A23A6017ACC3384E054595C6C2 /* ObserveOn.swift */; }; 3CA6371C85FE25DFE2889186676D041B /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800F3C6F74B6E7FD40F87EAD9F6AA960 /* PrivateKey.swift */; }; + 3D027E5353DE6D6A49D16E040CFB9276 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4789DC37239A4034C1AFA33D2F60E3BE /* WithUnretained.swift */; }; 3D1DB9B06A570F6243016C3FB3692C4C /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC6026378785AEA45C3E8A516B9B8A3 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3D99594286ED1D20D88E0A86886224BA /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FBB10967E3091F9529E30D50466F7FC /* SwiftyRSA+ObjC.swift */; }; 3DB9872080D437F2A851158F1F8F2693 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = A288D6B9579E3E8630535ACAAAE1264E /* SDAnimatedImagePlayer.m */; }; - 3E660ED5BDD10A8765F37BA8854C7F85 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AF6A9BFF14BC7A179506D5029C240C3 /* CacheSerializer.swift */; }; + 3E1DB6EEF479034CFE8D0521EF86C1EF /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F444E237154E67EA5120BEFEC04B8E2 /* DisposeBag.swift */; }; 3EBC1473805AE2975380A13C46E9394E /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD96D160A8BD8CA8A43DCCDDDF493C24 /* RxCollectionViewDelegateProxy.swift */; }; 3ED2486A34EFAD23ACEA160695EEEAD9 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A8932121B3822C2557CFFA1BCE29DD0 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3EE1F3D911A2EEFC8A9BC6503440FAA4 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CBD89307DD92AA3263655F4BD2CF9C /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3EEB15302467C142726D815653A92E15 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D354E86F017B37A89870D760B92DFA3 /* SDImageGraphics.m */; }; 3EFC804679D24748F1AE2B2ECC493751 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0FF41065E49FD512CEC54F74329B77 /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3F04950F30488FB6AD475A0519B0B16F /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 178142AB4832C25921ECDFABADA41071 /* JXCategoryCollectionView.m */; }; - 3F08698CEED966360045071C8E9F5494 /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 203F7BD019CC3CB9288868BC69BF91B6 /* UICollectionView+DDCategory.m */; }; + 3F18A64B2AE19D3146DC48828B66F832 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = B64D691CBDE869C56E5862546E92F403 /* Sample.swift */; }; 3F7C7042BBE1B605BD0FA37056BB1D78 /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F2C3CFB2D026855FFDDE711FEE8ACCA /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3FE17AA44DD3A1A5179103D3798D079F /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AB9C4A32FB5ACDB021E5566460E9C9E /* JXCategoryDotCell.m */; }; + 405F56E48F88CEE5CB10D6D7D7625626 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85AB73BDFAF83D3F778769E992745DC7 /* ConstraintMakerExtendable.swift */; }; 406B70834D7638A4706184831DA1BA56 /* DDPersistenceKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDD276E4D069EF0231550B577D8111A /* DDPersistenceKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 408931E4CB64508CEFFD30AD9596B8BE /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0DBF49479E886297EB5B461494E8FD3A /* DDBaseViewController.xcassets */; }; 408E77F6FB2A28181214F3571597C6E6 /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F997E2B7B869DB35C5C3E294972124 /* Signature.swift */; }; 40F0EC1B6B9648E6668E369AB598A876 /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2731B29D458994EB5A64362532535A19 /* BRResultModel.m */; }; - 4104E905693810EABF6FBE2DFFDA2E29 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A0CD6AA2E639F084469D9D99349F13D /* LayoutConstraintItem.swift */; }; 4139B49E8556C97A3D8FE0AB885CA1FD /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DCB65E94A25C8BAF314301479BB13ED /* JXCategoryListContainerRTLCell.m */; }; 417F88073D2B0203BC70C580CA9AACFF /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A755523BC12E3CBD474901F569510F93 /* EKRootViewController.swift */; }; - 420A9661F982A19EA741B8147214E4B5 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C0A65DE71CC2CD83AC498A8AD805C3 /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4223E964C57E9A4588FA614FE769EBB1 /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C73C31C64C64ECD5EA7FF1E688383C /* Toast.swift */; }; - 427A653C7B2B04B993D719E80F8FF922 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE980C1F0ADE356DC185AE14EFC7F8EC /* Window.swift */; }; - 42B0257D8AC349165D5CC205AF0C9E62 /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CDCCD76112485A8B738A1BC819C292F /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 432F9B4E6023BA249378CAF9EDBB5CCA /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 48C361A90CF0C328D52B4FDA673057AA /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43719AA6C490A61C265CD739A54301B1 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62267E182EEBC7D13C99CC8E8284263B /* Take.swift */; }; + 43D29E1D8891B57BF781AABD383D9A43 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37DD3EA9BDF67FAAEEF6F2B4697F0B2 /* ExtensionHelpers.swift */; }; + 43E2E70347932CCF98DC8D36DD1329EF /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270A43919AC0FA6CA53E9E4EE8005297 /* Infallible+Create.swift */; }; 4408CB04AFDA8CC998F4FD00910B4738 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 524E169D7590761BEBD2ED83E7D7B76F /* SDWebImageOperation.m */; }; + 4416F18F18898F4E4D0BC246060C07C9 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD05A2D0F628529DB8926C85168D5334 /* PrimitiveSequence+Zip+arity.swift */; }; 441793180F0D4EFB3B71D6117EDFA872 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 908914E863103FECFA5175E2847AFDC6 /* ESTabBarController-swift-dummy.m */; }; 4433D02EE9231F24E94E5FD44492907C /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D474DB0EB2B5FE4A969F1836E993D49 /* UIViewController+ZLPhotoBrowser.swift */; }; + 4471DFBCC20BB35D76B14724850B490F /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681EA85B04B31EC4F6D16A5DC8F70E94 /* ConstraintDirectionalInsets.swift */; }; 4482C25FB41CA449FB31D498FBC4C50C /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F25FEC098C363C85DA055E1F4D2CA9C0 /* GradientView.swift */; }; 44BDECE8B10C6DFB4BBFB8621A636FB9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D8365891F098517E33A5B6D559ED500 /* ControlEvent+Signal.swift */; }; + 44BE186896E9E163BD60A7CFAD004109 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67EE48CB2C8EFCC3DBFB57075200D6C5 /* Catch.swift */; }; 44C35B8EF128278FA7F9F22C82379DEC /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3F8F4D8E68CD6C0933AC08A9910E73 /* DDBaseTextView.m */; }; - 4531533642670DBDB94B25E8A956A2A7 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCB9CB0901E4A7F2866AAAAAFF318C03 /* KingfisherManager.swift */; }; - 45345EA9AE42D39EBC5D73EB5DAC8679 /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9867B2EB1DAE0C2B7C5C50D13E905911 /* Just.swift */; }; + 4535DD32ED4AB65CADDD4C726CFB12D1 /* car_xingshi@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C8A624213848CA2733A75052FEB7855 /* car_xingshi@3x.png */; }; 453C775A0F9ACCD310681A1C49D051AF /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D3772930A73941C9888F3BC8C8BD4F9 /* ZLCustomCamera.swift */; }; - 455063A6AA34EB0BF55D8A238B6F8B9C /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B0F1656858ADB0E1424450A2FDCA4F /* Error.swift */; }; 456C758D7BE4EDCF597AD04A3D095711 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DE8BB732BE950D13564AD8795D6D79 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45D8E3DDA5AA653CB3B554537B9679DB /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D3B1B2BB1E104D72C7324265F8550D /* SynchronizedUnsubscribeType.swift */; }; 45F2115D4EC21D89A899E9D969CA1810 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 884757C6C0D7786645FB6837F4C7C472 /* NSTextView+Rx.swift */; }; 460CAF3FCDD140A11875B67D3124B8BC /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6618FECBDA7C6CDEE55E6487A9C801EA /* Combine.swift */; }; 463859BF5F9D7AAD1F9216EA25687599 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = E6DC0A25D409B0023D5A332D110E2B9A /* MBProgressHUD.m */; }; @@ -416,467 +421,469 @@ 465DDC88E2B046AF9FBB74B1D3D3FECD /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D27435CDAA893DD2BDC66ED81BC0E51D /* DDAudioPlayerKit_Private-dummy.m */; }; 466076161BAFA79E1EB9C034956DB0CB /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B7D7A8DC41811DC67C703FFCE9C8FE /* EKAccessoryNoteMessageView.swift */; }; 468F7993E475998F74D45D577A1A8079 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B2F5D72C549EF6E5E51B4C8B310C46 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4695DC8673CA338A8D2CC85BA66EE99F /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFCFED1120C1237E05CC8E112E8633D /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 469C12F02526B7F7D4B6C686E2D472B7 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E802C6C1B4D880A701B2F537834655CB /* Generate.swift */; }; - 46AD1D30FFC1FA210CEFDEDAEED90F57 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98EAEF4310BECBE56527267FABDC0FC6 /* InfiniteSequence.swift */; }; + 4695DC8673CA338A8D2CC85BA66EE99F /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = EBDFC886AAB0006354147C2B520E25C8 /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; 46C36454D8E82CEC47B95D6426063110 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F911E0387F493146913F2FCA95AA91 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4723320357D0EA504D83E69BBCF159D6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5BBCB059B9CD41CD8AFC20ED322AAE3 /* ZLPhotoConfiguration+Chaining.swift */; }; 474B94BF4B12B3168F0A330F9858BAD9 /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7688A9CD0748B7F7680012DA51A8234 /* DDSwitch.swift */; }; 475A2347C2C908A8DDEACC4C98C0C388 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = D11207916830B5FE840B36713EDAC953 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 477BADEE897F3C0AA214683C37B50980 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A9AA7B229ADC821E4C26CD8B6CE71F1 /* DDFontKit_Private-dummy.m */; }; + 47ABCC9420AEAE2EB4F141ADA84726F1 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E7C9AF1C9AA0F6A4B157AC6163878F /* DelaySubscription.swift */; }; 47ABDC62006F547E265B058A1D70E8BA /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7829115AD8E0E2FF65929B66C3345711 /* RequestCompression.swift */; }; - 4808ECA2A7393ADA32AD5A677B4E8FD9 /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA4AB493111CF55563433368A2CCD7B /* ObservableConvertibleType.swift */; }; + 47B1F942F3DBE965F83804852C162F86 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A06A0A5C3DE83A21B8DD83E6029CD1BD /* GroupBy.swift */; }; + 4819ACB5DB565B34981DCB992C4C1F74 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6B660032E8ACB5EF1AAA3771BC33B51 /* Debugging.swift */; }; + 4826382B534FF4E2DBFDB510833EB4D5 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F11320981473FC3C9EC4F0C1ABB11A3 /* ImageDataProvider.swift */; }; 484940673D2B49420F4CA31D609A52F3 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80B85B1DBEC3FDCF3DF679DD27530BF2 /* RxTabBarControllerDelegateProxy.swift */; }; - 48B3B43477480C8C2C6F76E7A6F7CD40 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FA835FC202F9A745C1861C3A4A345B /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 487B0BB3FA0FAF96401829450B2B9427 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE5C0CBEFAE8BCFA14E3D66D619949D /* DispatchQueue+Extensions.swift */; }; + 4899D45AFDEFB78AEB68E5529C9C7DD7 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAD0BA56DE3E5C288BB23011A320C1E /* Completable.swift */; }; 48C8179391555746A729FA6483B7EAB0 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C62F246F93B1DC916A51F75D4B31031 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 495100D018A776F7BA9619E18D039497 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4BE6A91521E5EAC28197FEDD02A752 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4940C403E5114F3F4C561D910ABE3168 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E7782C09C2EF6F0366380756B905523 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4980DADD831068300F504E6010C54A08 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4314ED43B8E1F10DEA6175EFACBDFE /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 49B34E046084601F4A21F26D84FE832B /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 22FC6610944E336511D2EAEB5227C8EF /* _RXObjCRuntime.m */; }; - 4A26858954E08A8FD0A8B88135F25685 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FBDB40483157CD407A4C22EC81468A3F /* CALayer+DDCategory.m */; }; 4A48E82F99ED27665CF929386AB1FFC6 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 12E754F3ADFE7A6923EA12939306438C /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A49F5152E02C7531504FEBFED48AA32 /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2C5273F3AD47C06B05E935353843801 /* AsyncLock.swift */; }; 4A5855A5E58F24A944BA6D1CEBDC5BBC /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6774A003E21A9B03921F71A50631C5B4 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A7260E5FAB4A35F858EE8689CF62B6E /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502EBA14D4DE865BE53AE314BB3A06EC /* Kingfisher.swift */; }; 4A73E66A0348DE3EB7FACE0F8FD7DA61 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71AF85DDDF5767ECE8217B00E6203A3B /* ZLPhotoUIConfiguration.swift */; }; + 4A75AA97E86A24D8F1F0AF5F576FEB7A /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A6B933AF6E4E216CD2B9FD08D6E3BE39 /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4A8438BA1927768B5ABF3C58D9B8E25C /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E597BA109FC193748E64C5758D467D /* DDToastKit_Private-dummy.m */; }; - 4AC8126083D69C5C4382C629F34A5B8A /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A8E7E1E09AAD514849A75F8187D31A5 /* UIView+DDCategory.m */; }; 4AEEFC52D4F0E173563EF56901855257 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CF4B696DFFCB7CA934DC14DAA9228E /* ZLClipImageDismissAnimatedTransition.swift */; }; - 4B053EEEEA159A6CF42720E311DBD87F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32B2E10A912E4E2CBD33C4E081FFD71 /* ConstraintMakerRelatable.swift */; }; - 4B4E1B3B3FD3B974AEF335C7CBAE00BD /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14F746FB387E26C9C3A43CB31A44DB4 /* Dematerialize.swift */; }; 4B541C41E90C260270E635F42EDC9B7F /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = FD09A5902B3410347EB97BAD528485F7 /* UIImage+ForceDecode.m */; }; 4B717036F93677425DDB9682C705B644 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E82AC1B806CD12B02FD8D324F24860D9 /* Alamofire-dummy.m */; }; 4BB281256AF4C43F5356440D9BCA56AA /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 15584ED0D56187229FA1A0C8C4ABE55E /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BE4F9C4E2FF993F6CDA23522123B6BC /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 358E3C0210A2B07207D4CAA13BD1DD86 /* RecursiveLock.swift */; }; + 4C07C967EB4324D49D654FFB85DE09E0 /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = C590321E8CA01E36B6F4D6D9782EC070 /* First.swift */; }; 4C12DE85147AE7B743C1FBF85A6B4304 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 292A991F3C52B1F1DC4EE80D3487C725 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C43E3511AC591026F731AC38F828C91 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90B6D6EF4FCD58C17EC5B4AC2B78222 /* Image.swift */; }; 4CFBCFBE0205E6688F8E47137BD45C15 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6BDBD648E9EC6F563BD9032D6D705B /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D7B8DF6B26A2BA040B29594B8B362CA /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C9916FCE77464C0DD0F6D77B3A075F /* Enumerated.swift */; }; 4DD86C40D4F594076831DF90DFAF5961 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A85A73DABDD1EEE1F1ADBA5B64A907 /* MultipartFormData.swift */; }; - 4DECA78BEB0EFF663FE6C13F84D16503 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 429018464EEB59617371B40EEF50F1EE /* Debounce.swift */; }; + 4DF643C76FEDE99CE65B9AD1D2CE20B4 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D46CC2128DB4C67D5C5526A7CA1B673 /* UIApplication+DDCategory.m */; }; 4E1B724F70879610E56C69765A0E2938 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACF681AEEEFA1CD93B9BDF76B9BD46D /* UIScrollView+ZFPlayer.m */; }; - 4E28419CEA2E8142EB018E1D997C48D7 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09D0EE70CA5FC5E7CCA6EC081F089066 /* NSTextAttachment+Kingfisher.swift */; }; 4E2E95B4812870A973F2D0FCECF307AA /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = D35A6E10DB0925CACAF734FF3D056086 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E539C9F26A21F6489646194CC52CE59 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDEC35295D2B7BF0CBB697E9A447E601 /* ConstraintViewDSL.swift */; }; - 4E57FEDAF475FE44C6C809128868F3D2 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = F718DBE186FE6943896BC1BA6BC83F22 /* Result.swift */; }; 4EE30E33D02A0D59F317A9CFA0009B01 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C6B48CFD7979DFE4E1396999F62ECC /* SDImageIOAnimatedCoder.m */; }; 4EEB05C55B66338EEC5261DDC2B1A341 /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE3CC8AD81D2D5C0015C976741E93939 /* ZLPhotoPreviewCell.swift */; }; - 4EF8DE90FE3B120F3B5B57E3D16AF622 /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5051D1D86B5D77D6B1685162611253 /* ReplayRelay.swift */; }; - 4F23EFA30FB63967FC1886D12221AB94 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943813C762D90FBB75E2E1BE4957FAD6 /* SessionDelegate.swift */; }; 4F338A6C52C35B05E8A873571A9815D7 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83B9A1F39201A3373A7158D994DF5397 /* IQKeyboardManager+Internal.swift */; }; 4F50E550117789F0699F8F37CFA9BA6E /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = C364A873D260A4B4AEEE94779AF8224B /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F59B6CC1D4B3EFAA25F42D96C22FF40 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F76C67A8D1A0C72547E2DD20CC5614 /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F8986AC67140F478AE651A7CEFE8B70 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6C1603C9F81AF408B00B5295388A82 /* WKInterfaceImage+Kingfisher.swift */; }; 4FA542506516B8922F8AADE85C136E1C /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D5E2142D9CB04DF9EB9D9D02D7B66124 /* JXCategoryIndicatorImageView.m */; }; + 4FCB5CE70C2C859AA8D7FC4BFD6870EF /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69EE3B1341F7501791B1CEBBBF7B5D4C /* TakeLast.swift */; }; 502EA6DB92E0383603F215C479FA7D67 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5893D30BA9F97B11E17DC6D6CF0D805D /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50520A6CAB33DD6A5F11562B65CA78A3 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B3EA8AFFB3256E9BF86EC0816E23DC /* JXCategoryTitleImageCell.m */; }; - 50952F53B2DB4C7ACF13CABB9F6BC15E /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C36642E7C40244C6F37B672AE922E71 /* BinaryDisposable.swift */; }; + 506534446156AFC86F2CFD220AF6EE0A /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7BD52F02F573EEC428F7F5B80DE54AB /* FormatIndicatedCacheSerializer.swift */; }; + 508E283B2051318DEFC867B88B355E8D /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED682D2D60BB36EC3A4058B1CC780E4 /* ImmediateSchedulerType.swift */; }; + 50C8B19C2A6392A3B1AEAC3420BE94F6 /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2C5273F3AD47C06B05E935353843801 /* AsyncLock.swift */; }; 50DD8666AF1EAA8E711927A3EBC87508 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 124F31DD152C9684727FC31D81E63118 /* MJRefreshConst.m */; }; - 510F2A36CD6997603FFA07AE16928317 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AB3D7F7A70204D3F902C938CA44659C /* Event.swift */; }; + 50DF93DD1145A3C031614AE83890C0D4 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04FF51628B7DD3FBE2F655B5DAF4E71 /* ObservableType.swift */; }; 511B522F19916DD68AF4EFED285AF968 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8FEEFDE6E8FBB31BF2BEE442FB7E9CF /* IQUIView+Hierarchy.swift */; }; 512135578BA3F99913265843C0638642 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE9BB845182B4032D4B3BBBAF313655 /* DDBaseScrollView.m */; }; 513CADFB7F193445B353B7320A624FBD /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D325A20C23381E2903A3031E769A5CBC /* JXCategoryIndicatorCell.m */; }; 51460A037F3BD4D23EB161ED5D9F279F /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C137282B9420FB6BBD55F9653E65AB1D /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 514649A3BCE06CCACCE46F2DCA3D61E9 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B01DAE25117C9104CC388A58D7F68FC4 /* NSAttributedString+DDCategory.m */; }; 5150F8B34780E4E3DD7CF2219EDCC4C2 /* DDKeychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3628254CB0065C4258D18E168C6FDE73 /* DDKeychain.swift */; }; - 516506EAFDFFF48B5DDB4F4BA32BCA42 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 34362CC0CE67D92801244A31D61C25B0 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 516AF89C5502DCC957F60C37D9222CC5 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681EA85B04B31EC4F6D16A5DC8F70E94 /* ConstraintDirectionalInsets.swift */; }; 516E3095B8774B6FA0FC6C672ABE4B57 /* UrlLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02E671D383427B0AABA3546893185761 /* UrlLinks.swift */; }; 51734B077F9900737E1E59F4E5D6CAFE /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 73F981BBF63018F9562BAB85BAACC8EB /* JXCategoryIndicatorParamsModel.m */; }; - 52090F7F4D8F2DA9DC6823F46A1A631A /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = E81E6EE352017BF7EBD39BBB1B516DDB /* Reactive.swift */; }; + 5219C7BAB122FF16B9804520010D3C8A /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B1BBF7BE48FD3137668608D03731F2A /* RxRelay-dummy.m */; }; 523D1B0BB7DE56448B35661435267EC0 /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A8915ABD0CED6C42CCFD412E4647047 /* ZLInputTextViewController.swift */; }; 523D1B7E3260356560241D0C2A66A49E /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B0B49ED9C041CA01A2D811D74C818A3 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52563FEE66AB6AC291788E02FEE56DFF /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 996AB3452839347013AF64A71145F8CC /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52576D922E54355924487C8659BBCA3A /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D67F03BE18579E41F802AF1B60A897 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5290C0293395D3E2FEFF28E19434EF2E /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 551FAEA28F6CF565D38A99A380E538F2 /* UIButton+DDCategory.m */; }; 52E0B9ED085280B6B8F67219F7EA366E /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = F77775FF7B09BC0C0E69DE59DED7FDBE /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52E7EA351B5EA7DE9BD235418C0484E4 /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F341D0FE94603FB3C11ABDA3F38C9F /* EKPopUpMessage.swift */; }; 530C1E6E8D8210BD44D1C17B9A089BDF /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C6606643F5D52DF2E7D1AEF6FD16A089 /* UIImageView+ZFCache.m */; }; 53136C9E69D0BA58AD108FF73345FB79 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B84DA20BBD9E88212EE23F99D81D10 /* RxPickerViewDelegateProxy.swift */; }; 53693C4A79EC833BC3BA47F4CAAC9E44 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42853E7D0CC6D60149B5641C1087098E /* ClearMessage.swift */; }; 53A8449A2AB1430B1001ED45223DCDCA /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 707DDDC0090C12965A86E22D5D0FAA3B /* DDBaseCollectionView.m */; }; - 53C257250E065DF7A155574DBEE157F8 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE5C0CBEFAE8BCFA14E3D66D619949D /* DispatchQueue+Extensions.swift */; }; - 53C7DCA406BCC3E6287609326F323BEB /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C2C975C32805EDFF76F04F09E641E8 /* MATraceReplayOverlay.m */; }; - 5401660046D3250E2D0FCD19A4888834 /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F031E369E74488E1E865993A1C59EE0 /* KFImageProtocol.swift */; }; + 53C7DCA406BCC3E6287609326F323BEB /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = A1967B51663206735BDAF75432BF3AB4 /* MATraceReplayOverlay.m */; }; 5434354C379A1C85A849409F278C7BC0 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0061B7DEF12D40B18D401B572B9DD7A3 /* DDMutableAttributedString.swift */; }; - 543D2E601B843B7023A8BFE501981267 /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB0F55D6A4FD57044CB80E0DBC3D523F /* SwitchIfEmpty.swift */; }; 54BFDD82C3BBC603F1BA81AA8E103EAD /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1D5AA1CD778F82AE4376D15F85FBAA /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 54C7634794172F98C306F0B3597D5F8B /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = F3A77E464C4C3E93F698D2FC2A090BE7 /* ZFPortraitControlView.m */; }; - 54CE633AD8BD0B66E9691F2944CB1205 /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AFDA438F2CB377A90200696A83E8A26F /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 54E7ACA4C129B78296C039BFE5E61BC6 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AD1DFD276C9CCEB23477EBA25836B7D /* ZLGeneralDefine.swift */; }; - 54F0518D81453AADA28E1BED73898BEF /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6570DB67BCA9B4327A622806C7B0FDA /* ImageDownloaderDelegate.swift */; }; - 554CBAE5B98F300E8825F159B46C0C11 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 663027D7FB32DA9D66FD14BFB9861F81 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5551815A96AC2006ED7008C9DD3F8F56 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = B50BA41DB3AD3512D772517FBE7D1036 /* UIImage+MemoryCacheCost.m */; }; 55736FD6531A0F1C3B1FDB92244D02EF /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42CAB5957BAAC044CCB2F76D55F694FC /* Array+ZLPhotoBrowser.swift */; }; + 559AF6280488B257B24BE9D99CB82D80 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C884F9007B7613450AADDFAB6DC89D4 /* ConstraintRelatableTarget.swift */; }; 559C39AC9FE303F8E073EC5C205F3C58 /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B764692E9C8C0E80B7B28D4FA029648B /* DDAlamofire.swift */; }; + 55E2793A2E319B4589D5A2A7E9EBE73B /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AE77B7438FC3BC18F587727684A900A1 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5619747115BC45D8EF9E0AFBFB7754AC /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 659AFEF2AEEAA2D65C54B67C7B6BAA13 /* Signal.swift */; }; + 564176328C691AC14F2320E18AC91D07 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AF6A9BFF14BC7A179506D5029C240C3 /* CacheSerializer.swift */; }; 564F74F04646D901439FA92F30873B9E /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33265A73283C8D6366CD8FAF61DC07D4 /* SharedSequence+Operators+arity.swift */; }; 5664FEDF3A5F6FBD52B9B19B2EE7360C /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2281817666548A57F44F12369C958EFC /* SDWebImageDownloaderConfig.m */; }; + 568857EDA2B964630554B1A3C124132F /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F918A4B066A8525280F74BFF6B9B09 /* RxMutableBox.swift */; }; 568DF1ED8C470080C126EA9D00448949 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7DA3278B2ABB12C33BF957299801469 /* DDAttributedString.swift */; }; 56D33A6E86B978BD0A7C66442E2D8B52 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE501E82B135EE2DB3B3FCF66AA36C0C /* IQKeyboardManagerConstants.swift */; }; - 56D73287D00927469E2B18372ECD8850 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2958E7A66E221F8A8ADDDAD6F89CBC92 /* ConstraintMakerRelatable+Extensions.swift */; }; 56E6249ACC30A676C07E28C381EA77C0 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = 407673683250D8118F2D314A7149AED1 /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56F36CF34BDF1E502A669F6E44174B5A /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB9EFD328EC69206DF3C472372F410F2 /* AuthenticationChallengeResponsable.swift */; }; 57096ADF117830FDA4E842AEFAD07BDD /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBD344DD71B22854C63AAFD43775858A /* EKAlertMessageView.swift */; }; + 57667D86C039949D2583B1C2B54CDE60 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B576BFAAE40A4CE374C7E838F4A570E /* LockOwnerType.swift */; }; + 57A0EA44D3381D968062259AAEC9D173 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF42386F3B2B04A6D9BC4EB45E5CD633 /* ConstraintOffsetTarget.swift */; }; 57B80CE67B76B0DFBD48E90021B939B5 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBA5E1FEA3789CAA4146ABC1C775F9A5 /* Infallible+Bind.swift */; }; - 58035AEC3D60462B4F7519034B3906F9 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06A9782749AB4CB71619ADE5FE06F059 /* RedirectHandler.swift */; }; + 57E651EF82E83B919D44EBA154D37790 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9274E5DC60D418B879458166EEF2386C /* NopDisposable.swift */; }; + 581BF938FE9B3173D01F1729A8967B1F /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA3E9B80FE922D4AF4C84A721C9E6A3 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 58236AA8C078BA049D0224B773054304 /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FBBE1056BEFA654588F300566E3616AE /* JXCategoryTitleVerticalZoomCell.m */; }; - 58259C145C3B2C247EC0D19B91241E0B /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA40C67DDA2320E130E644D6DD82759C /* ConnectableObservableType.swift */; }; - 586185B4FF6F0FEC689D0A2B5D328429 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 052E5B31517FB3E4A1153DF3285B6B42 /* ConstraintDescription.swift */; }; + 58390A24732ECA492B07075996D1B548 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCB9CB0901E4A7F2866AAAAAFF318C03 /* KingfisherManager.swift */; }; 58FBC07F1AB57EE09E9E2283BAEC5C71 /* DDFileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D0DDEE37E976DA278C41503E9DDEAB0 /* DDFileManager.swift */; }; 5939C34E4D2E9A26E09C2334A50D4D39 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = A2FE1C16A37C094C0192750C9D0DF6F9 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5943D1EA324ADEC89AA918C05AAF5FC2 /* ApplicationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D473EB981B957D925D3522FA4A92B1CC /* ApplicationInfo.swift */; }; - 5963D5983BCF155B733A6F1AA536A115 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71E846E8C8B46DCFA7147AA4FA63DD1D /* WithLatestFrom.swift */; }; 599A18B882F08DE626F2B4BC6FF8388C /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBAF971D6BACD33C571F1DE99DFAA461 /* SwiftToast.swift */; }; 59D42B6A518B9EA16194171DBE454F94 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 8587078161ADAF52FD794B9BA32EF523 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A18E4F1E797987FD46675D6E1A9232E /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0AA1341686690402F5A9037C5768CA /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A4FA4BEA281339FD1DE15AF80139C7D /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BC296C259268E1DEEF029BE3186F0A3 /* ConstraintLayoutGuide.swift */; }; - 5AA3E4C06593E66529A2BF4E08C4063E /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CC967551D8124DB13584BE9B1FCD9FF /* Throttle.swift */; }; - 5AD5EF80924D9A8EA0A1834CCFC86705 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270A43919AC0FA6CA53E9E4EE8005297 /* Infallible+Create.swift */; }; + 5A7E237CF66E93841877AFF3419B3DD9 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCAF9A73745C6EF58FFFCFF0D58BCC36 /* SynchronizedOnType.swift */; }; + 5A9F25E174A34B84B2B5FC7673F6A4C7 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8102C332BD5EE7C99BFA711DFF48812C /* Infallible.swift */; }; + 5ABF66E5DA9A0CF83C0466FFFF8D89F6 /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C80C38B1A455B774A5E82495D6E0B9F5 /* RecursiveScheduler.swift */; }; + 5B1CAFBD67D98EA2EDAFF043A45F1475 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED7FE8E62881E67B93F072A775C5EA4D /* DispatchQueueConfiguration.swift */; }; 5B61B135DCE322C883A69872A356F596 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3EF30232B1922CD6FAF8E4D45037B2 /* DDBaseNavigationController.m */; }; 5B9B3869CE36800618F1D641E9B002F5 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = CBD6D74A149C3417BB8CB5A038085557 /* MJRefreshFooter.m */; }; + 5BA0706C60D0FC19B6DF6A92BF3C533E /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 98A494E0A10A870F5F98C64CF00369CA /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5BB847676A6F2EC8B5A779AEBC5EEBD8 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803AA8E135EC396E7787AA84B4C4E5D3 /* RxWKNavigationDelegateProxy.swift */; }; 5BE1573FD25A25AF030B0BF733677457 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18FD2BD3C069BFBB4D15C49D5D66BD0 /* Cell+ZLPhotoBrowser.swift */; }; + 5BE951627F03DBA594AD47D0BC8D9728 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB0BD939DD269EDC84FE7994795E331 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5BEB2A988FCD05A226349FD9C4BC4619 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D44935C571A541B90A1A56F5F45AFA0 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C77D7AA5CD4DB9FFDCA735E20D156B6 /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F9ACA7F57A0D280E8FB827408FFD5BB /* Observable+Concurrency.swift */; }; 5C8D180662E74F979FE9FA3DC5BEC582 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32942E726E7C9C44049E9638644442A7 /* ParameterEncoding.swift */; }; + 5CD7A11B097C56A6A32B7A1EF7703345 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBA9DD52F57A902028A667D54A1A40AE /* Single.swift */; }; 5CFCDC35057A3E9FD4B24DD4CBB161AE /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DDFE983477D6D422C00036C023D6996F /* UIImageView+WebCache.m */; }; + 5D19582061BBEEAA05D0BD3EDBDC7398 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F95F84F258FC632A31B2C038995407B /* ConstraintDirectionalInsetTarget.swift */; }; 5D3023A3FDDAEC5C7D316E3C88815548 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F86A3CF7A987F646D2050E5AF2C4ADE /* RxTarget.swift */; }; - 5D938A25A8A3FFFA334D2AB17BAD9CDA /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4AFBE72238554D5C38B2E73C2E7D956 /* ScheduledItem.swift */; }; + 5D9E47E9E89C56D1A2BF146F6C2F7547 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F8B17456B34EE621D2B9B85080DDD5 /* ObservableType+Extensions.swift */; }; 5DA9D5D4FE27BA93CE470741D4A1D202 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3380289EE372C3DA91FF5F80C243B9E4 /* IQKeyboardManager.swift */; }; 5DC4E3C2A738F07C2943D5C49C79BDA4 /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC1F1E56AC6BE3426FF90856A3336E3A /* EKImageNoteMessageView.swift */; }; - 5E0354F1580EC90551D510387C4CF028 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D16D14F36E85620DA2A2BD7A2FC1AD9B /* ReplaySubject.swift */; }; - 5E070875EE40EE7A061F4303624EC863 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DB54013B78DE1D5C4496206B8A2369CC /* NSURL+DDCategory.m */; }; 5E228FEF4C8DAD374328D4560B129417 /* DDDateKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B9808A7E8EB521B9BAA00DF5148D43D /* DDDateKit_Private-dummy.m */; }; - 5E920BF35D1ECDE5E6EADADE9D0F03A6 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0060C0B2093B6C9F95BFD394DA6BE44A /* Map.swift */; }; - 5EE01A665F1E00878ACFF2BEF9A2DF49 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A7C15B12CC77918D4034929AF512848 /* Rx.swift */; }; - 5EF940757A10FBF138FFF52BB9F023AC /* car_xingshi@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 190A9834E7CDD2799D036711E7C44C87 /* car_xingshi@2x.png */; }; + 5E3B34ED8DAFAFE20EF6DCED92FDC1B5 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B21B611CA117777AADCE1ED6E92E12D /* CombineLatest+arity.swift */; }; + 5E8D9DE0328147AA8697E36ACE76F070 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 010D405FDB152EC11BF871225A0D0CAE /* GIFAnimatedImage.swift */; }; + 5EF46850066D2DF2E3E918B79597D8AF /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9050CA82B1618B89EED20D59722573 /* SingleAsync.swift */; }; 5EFB9B488300A7396D40C60E2ABB5CEB /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A5AE96F05C83C10083725211280C04A /* SDWebImageOptionsProcessor.m */; }; 5F178DC2C4D71599481251FAC75742E2 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E99ACA736DA4A60A25F313C140459832 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5F41ADDEE1A3170476DADD035BFF8DAB /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F351EC3CC4CBC729F4890E126EC53FC /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5F73068079D791AB651DA5F0563C5EB9 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5FE03D4495682F46204B773C46F5349 /* IQBarButtonItem.swift */; }; - 5FB39973DDDAAD5E0180A5BF45BFED96 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8102C332BD5EE7C99BFA711DFF48812C /* Infallible.swift */; }; 5FEB0A58659C60C0B299319EEB72E290 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE326E5000BBA9BDA87365AFC8B585C /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; 602CC4A58ED9B538AFD8A04290F44C75 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B9247AAE34763BD54D55047EDB8E19F /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6067E813E7655518502DB03DB4521008 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = F347AC2AE78280070C18CE21C9F7A233 /* ObservableType+PrimitiveSequence.swift */; }; 608E5CD7CA96A3E486C33D9F312FC900 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = F91F0BA904CC94B11C2F37F1D2E9DCA4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 60EF2DF520F1164BB293FB035B4F965E /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59FE82D5625A8EAB13AC4C5D2C6562D6 /* UIView+Responder.swift */; }; 61B5D7DACF71FABBA2A23BC96030639D /* DDPersistenceKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6E87E419213B04E6756713BBAE6AAB2 /* DDPersistenceKit_Private-dummy.m */; }; + 61E65A8DD89B73DB7FD95B471E88B02D /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0123EFB2D7373D9412ECC34E562B280A /* SkipWhile.swift */; }; 6210A5E8C94D9610DD9326F3F053E236 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 968BD6CDE49E6440140547C1A96C4BD3 /* EKTextField.swift */; }; 62643C2B0784DD59DA7827A6E98164E4 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8608C07D72DBCC503FBE3EFFE5FF0A /* RxTextViewDelegateProxy.swift */; }; 62645F034EC4123B63B4EF816CA13844 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 6951D519E7124C211FA7098EFDA23FA8 /* SDWebImageIndicator.m */; }; + 6293B220D10822F03954EB42052563C3 /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A83883EBA02429816F53BFED6A963FF /* CompositeDisposable.swift */; }; 62E03A7C90AC5E5B1D0112A6CC78F131 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6C3FA2CA236D7BF72FDB79ABB18FC0 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 631E57CD7B6745DA6C954BCCC53132D1 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A61D05805EAD4C7D518F02C29E8DC59E /* MemoryStorage.swift */; }; 632C96E0B7AF101CD955F4311CDAF91C /* DDUIPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9054794C6FB3FB4D4A7EBE0D4198CFA /* DDUIPanGestureRecognizer.swift */; }; - 63436D302398DA5B13C85B7E84DA9336 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC38B673EF3B76756D98357527852AC /* ConstraintDSL.swift */; }; 639859131F5B6B971A6D5F13570E2E5D /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625F2EE7E99B341C2407799146BE1D45 /* EKAttributes+Position.swift */; }; 63A77C21EFD53EA8A7E3B79ABF59E2F7 /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D92966D3DB633427D7A6E59B472FD0D /* DDBaseView.m */; }; 63FFF49598498CF8C2ED679A60632466 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C5D1E5F6C482666290854AE6056193A /* Request.swift */; }; 6405B88F00699FB27D556521FA391E9B /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD0B9595DF8E275358DA4589D6AB7A1 /* ZLThumbnailViewController.swift */; }; - 64A2F549C508F0FAA9F2AE5A5A0ACB3E /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69EE3B1341F7501791B1CEBBBF7B5D4C /* TakeLast.swift */; }; 64C3041F08A2B870F8EE53C9DCF2A5AE /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BF5C1DC4970919390DA9A3EF7931FB /* UIButton+WebCache.m */; }; 64E217B3FE62EEA10B5EB992A7B2435D /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F58429533202623A0930F0F7C28F3BEB /* UIActivityIndicatorView+Rx.swift */; }; + 64E4C470D36E1A919B4AA9CE25EFD591 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23472880F623CA72631604CF1FD31344 /* ImageView+Kingfisher.swift */; }; 6526EAD8B470F52119D2C453861C687D /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B353A3562732D8E4DE87187FDB97E7 /* DDBaseViewController.m */; }; 65393DFEDA642FBE76283D75C070E00B /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B73716C95AFD8E9A3083CDC1815DBE /* ColorUtil.swift */; }; 659075391B642E87AA542B9F3EC30173 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8FFE046212AA24D381631154D4D6DC2 /* SharedSequence.swift */; }; 65FBF2652959C0C03F5BEB1A97949DCF /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDAD635888450A51FBEE8CF7D83C27F5 /* Protected.swift */; }; 662592F8EB3DF5A7D4471596BB944031 /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AD19FEB9A6566A47E519D1786D4627 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 662CC38F1D36EB3041760FC880984BD4 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 31518C55EFCE9ABC60E403EA65A89786 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 662D8B722CE76FE956E05768FD3ED3B0 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C84B881BEC573EE4E7BEF46B5BA8C0B /* MJRefreshComponent.m */; }; 665C707285723F3A68DEDF48EB6117F7 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E17EC54C42FF01B3FC608DE34ACEDD0 /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 669426523C46BED22DB96FFC90045F60 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = C02AAD286ACCF0374B25727623D312DF /* SDAnimatedImage.m */; }; - 6696D465DE730FCE93435F2A616F8CD6 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADF7F0EC0C3CACF481F75825D41B501E /* Utils.swift */; }; 66A4D5DEBBA734D31FC0052BC438A63C /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D395CFA417469DA778962A593DB27636 /* EKAttributes+Animation.swift */; }; 66A90DE49D5D62A6B8B93B1BEB6BB0E6 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = CC0AFDDAE8A23A86540C14A3DFAF0DB6 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 67361CCD8BA6B13F5AFA500684267561 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 18C382440E8B4795507186EC71A7523F /* JXCategoryViewAnimator.m */; }; - 673A9A81750C64508358683ED3B3F412 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266A33184693531886A63FBC41FB0261 /* Zip.swift */; }; + 6740A99E7F53260FEB30001036FA9330 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF7389250CAFCEC39BB4F93FD5692668 /* ImageTransition.swift */; }; 67613012FC19662F5A1A452C9DFD7AF3 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 975523E34763B7EA868FDB19A19CC02F /* EventMonitor.swift */; }; - 6773A662B88DBA0A943BA2C0C1AEE139 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 083099D7895DABBFA3CD73AFFA559FD0 /* ConstraintRelation.swift */; }; 678E3ECA55B06B72144E0F1FCB7792D7 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1790E762E12EF545810D175F6FBD2656 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; + 67A0B2166385EF7648510BD25206B59F /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C0A65DE71CC2CD83AC498A8AD805C3 /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67B66CEB55B937D094202E1B4C4D7908 /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A2E41A88770A5C13E8B605FC977CE5 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 67F2E90F42B5116F653D1FCC9C2E9D4A /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0D5C41B485DE1B36669E79A4AE8378B /* PHAsset+ZLPhotoBrowser.swift */; }; 6819E936EDDC5F64E03965DDA16F6EA2 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BDA37D5145EBF1AB1437D5238A0BB65 /* ZLProgressHUD.swift */; }; - 68325B48A54457B786AB8C3E145FA875 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B576BFAAE40A4CE374C7E838F4A570E /* LockOwnerType.swift */; }; + 6851A31ACA4A5B0F4EEE2350DC8CDD4C /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76B623178E2B4DF7542B4C7EABF73E5 /* HistoricalSchedulerTimeConverter.swift */; }; 685297AE4AE28A8EA07BECA639E313E9 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2924DE4C0C1A04EA09D2C7F4E3C6AA25 /* DDView.swift */; }; + 689313BD82A0259837676832E9581B22 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 34362CC0CE67D92801244A31D61C25B0 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68B4FCC1E1A2735532B81982ECC9BE5B /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936A24A79452A257F616C914123432E0 /* SessionDelegate.swift */; }; 68C20F65E3110735F394C2D1E0E60AC5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 98CA9A8F1B6E6068BBAEDECC515B4AF9 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68E3BB3C139447BA9A82E53CF485909F /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A84BC3EF095F24F054A51D0F987FEA6B /* SDImageCachesManagerOperation.m */; }; - 6942BBD008CD8B614641FC1A530ECA59 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3D1AF5A0F5F719FCCA786ABB67A0F4 /* GraphicsContext.swift */; }; 69628B06AF6EDF37ABECD410CCFF53D7 /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E2940B733A95A79A4A406F6BD71231 /* SwiftEntryKit.swift */; }; - 6983AC8C0AA7A12CF88C2FAC09F4E4F4 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0123EFB2D7373D9412ECC34E562B280A /* SkipWhile.swift */; }; 698D4BC94388BEEF0696C5F30A549DAB /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0015DD1F2120097CBAD0589AF14B0A19 /* RTLManager.m */; }; + 6994BAAEE9FF66F1E4BFA887193BE6DC /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C87419A9A6D6719620B8180AC8307B /* Source.swift */; }; + 69C273C9FC212476650EBA27F0065849 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D23F1D042833F9B020E024F09CE008F0 /* SchedulerType.swift */; }; 69C303549B8C8DC6586AC4D570FAD12C /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B4CA2CD92F39BAD5398831BE8E06AA60 /* DDBaseImage.m */; }; - 69DAD24AD49CD6200DBA0D712F864FD0 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19D05887E46F97C407FF7904E058097C /* AtomicInt.swift */; }; 69EC7466EB3C133CE0D82257EF336100 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6549DC43E7A8CBC79576E9757C39D9 /* ServerTrustEvaluation.swift */; }; 6A6F48CBEC40D32D1FED610A00C2CB8F /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = AC1A87B3B7CA5791FBF026CDD357ACAF /* ZFPresentTransition.m */; }; 6B354D42839B601C9DEFD984415411EF /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD80831130B0858A9E4C7B636062D12 /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B3766FEF76EAD714E23B32CBFD0820D /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E77487F1864B8D793767F1EDBF6F8446 /* Filter.swift */; }; 6B553F2B3704D9BD7FF7FCE04E403CC1 /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461E3EDE090D9298421D04547E08927E /* UIFont+ZLPhotoBrowser.swift */; }; 6B66FA28308AAD03CF48491A2156DBDE /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 983684DD4BCDE2049CF90EA3E1D3942D /* SDImageHEICCoder.m */; }; - 6B70ECD6986CF3271BA72BB6C576AA90 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79AE967D4E77BE39E39C6048B6AEB2F5 /* PublishSubject.swift */; }; - 6B7B824497B9174C71D25AB0075DAE09 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DA8089699F675F92D38A8447C9E9CD /* SchedulerServices+Emulation.swift */; }; 6BCEC0DE81E072E922CE82BF2C10D0D1 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A3EC84EC1736BDDFF5AACBFA56DDA /* BRDatePickerView+BR.m */; }; 6BD973EF2D9AEAAA897F19ABE6ADB442 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F44A9BBA29D7A58593A80EA64C1D4243 /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C1B182612CE3DB04FC2051E6464267D /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B97710E3A868F354989BCE313C6E8E5E /* UITabBarController+DDCategory.m */; }; 6C3B575651FF6BCDC6907608E2F89583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BCE993DD2E612532BC96C5602A8BEB /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C850BF5602E027A876A27784A160519 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCF6F5C4B1B4B055195DA9A62A248F8 /* EKRatingSymbolsContainerView.swift */; }; - 6CB65E9C194008447FCDB4777A0B67EC /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B6DE57DDCABF67F197C45B040C5950 /* UIBarButtonItem+DDCategory.m */; }; 6CBB8A0459051E23B564D2D128E4B219 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B2F89465501C127251EAD705B83A024 /* UIImage+GIF.m */; }; 6CCDD8BBD40821514AC48F42628D4D7A /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 023525873979D234130252A7AD13108E /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6CEA6FC42B1EBFB8EB263DDD2295BA1B /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B401407BED71B1721F7D4A772F6D4FD /* SDAnimatedImageView+WebCache.m */; }; 6D04BB428ED55D57D68354552C043A49 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC37D6B8BE28DF09E1B607278820BA6 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D1295F002B144E1731C38BEDF62855E /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 844B6C3D90B275DE8E0DA68F4501E3BF /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D786FD6A20B5D469264DEE3C74ECE97 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 262AC21904824ED7616F116318DEC31A /* UIWindow+DDCategory.m */; }; + 6D4F3E6332283FEC4F1B874BAC87426E /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 052E5B31517FB3E4A1153DF3285B6B42 /* ConstraintDescription.swift */; }; 6D8A1EAC97E1ABC816801F06E11AEF2A /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26131C69866723634E6B2AC3D88F3468 /* EKFormMessageView.swift */; }; + 6D8D9BD652F507B3192B335A74D2BCB4 /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F527D811C6C2AE4AE98D129A4B6E596 /* Zip+arity.swift */; }; 6D9162F60E7975B61948B1E253941FB8 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA9D48331003093A5AE51806D7F2052 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D9A2E422987F6C8B156F84AEF024BCD /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9DEDBCD619C65DD1A24242B60045A2 /* Multicast.swift */; }; 6DF8E7C3E612645CB0F3523DAC8E1F33 /* DDBaseTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C17A7EE6209BD10A7DB5B8D5F3DE90 /* DDBaseTabBarController.m */; }; - 6E44114DC150646686ADE8C2451AE2F4 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 48192C70AF2F373586B8578A8A1774CA /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E704AB7176C701069B8714A71A59821 /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BEAF6E04264BC7A8180EEA93A5A3DF0F /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6E79B8E1DBB132B9953B5F37A743CB43 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 558EA8A46E67A403CC5D2C92112D9B8D /* JXCategoryIndicatorComponentView.m */; }; - 6EBA4845F979AB816499F8324945F80D /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2389360555BADD6CC4908AE05DEBBB8 /* Timer.swift */; }; 6EE3CE5E6C7683F30D2D59D0ADAC6FDA /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = F78CF6B534E0C86ED80AF31F8662C2E1 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F1697BC66902A6089A108DFE1E31B00 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFB45AA4742603AE5E8199BE4F6232D /* DDTableViewCell.swift */; }; 6F1EC7D7C6057783745CD6C5C41EE5EF /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BCE6E0B01120A12336F9B7802F8794C /* ZLPhotoBrowser.swift */; }; 6F46408B20EA653BE535660788D44444 /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1D413E05EDFA66F7D4187A3096D271 /* ZFLandscapeViewController.m */; }; + 6F5C13A8A8943E52737AA87DAC62FDAF /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB190B50DF4730962FDC8784E000C5A /* SizeExtensions.swift */; }; 6F6324778DAEAC9A6B9C1E5EFEBBA492 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = E39C8E61D8E3D7DF8CA633E096465455 /* Signal+Subscription.swift */; }; - 6F6B7FDC66E060BFAF378642FD2CEEC1 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 32361ECB317E2D6F64F6DD64A2CF1756 /* RxSwift-dummy.m */; }; + 6F927EBA7E37E050DA0875F5D70A751E /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5A897A8A4480F763BC1FD42B7B0693C /* LayoutConstraint.swift */; }; 6FA29C0A343CD009CAD5FBB50810D9D4 /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E1E9FBADCF9B3A22CACDD310DA79FF /* DDBaseTableViewCell.m */; }; 701681C35B325B45CD0E46CF0D5471F1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = B7C21C19858894267A5E40EB36651196 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 702A3C8C2CEC59D7D1C95CD8E098CB93 /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24A3715FC160B43ABA56FD11DDDE1C2 /* BooleanDisposable.swift */; }; 708122038CA6D6697142EB3BD7A03014 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 40513C52C170D93CA8429AD5481D2791 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; 709711B731CC35DA65084FE1C1A2F73C /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45C61EE83EA12D37DC1744A1FC0456B6 /* X509Certificate.swift */; }; 70AC10609FB1A12D49AAF643F6DB6799 /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFF82C8395BD2B9268514C332F1787 /* UISwitch+Rx.swift */; }; 70AED23C9E4B7C54A57E04BB493B1632 /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B47CBA6193D349B56755CAC4E3775D63 /* DDColorKit_Private-dummy.m */; }; 70CB725EC2D3E4977E8C55CE9EAC4D0A /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C0441945F1D09A646110B1CA9C4080 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 714326999F7865505B574BDF294F30A5 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 81CE9A92CB67F484DBB9669C136BD9F6 /* NSMutableAttributedString+DDCategory.m */; }; + 70D659CC3E2DC814996C52AFD044443C /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC920046D3F562D4AF5AF7FEBA670A77 /* Constraint.swift */; }; 714B1CA2AD44049A52267BE368CD4C8E /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F5BB5290E5B037D7B320826650487362 /* SwiftEntryKit-dummy.m */; }; - 71AB27ACB5F10BABA757DF71982D08DA /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A669270C9D63C9DF8084061E1760FF1 /* SnapKit-dummy.m */; }; 71BACD458EFE7CF21260654449513C75 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 364B765E3856BC4EDB99AA16D5BC5F18 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71E369AC039524E2F13AC548B3B043EA /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C7AF71375BE15C4DB7EEAFCE96ED58C1 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 720D1236DE92BEF0605277739E3CDFD8 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98EAEF4310BECBE56527267FABDC0FC6 /* InfiniteSequence.swift */; }; 721A97ACFEC77E36D1023E41BB0AE1AC /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1DC0827A1BB28B97B54B698C80367E7 /* EKAttributes+BackgroundStyle.swift */; }; + 723F19F0B04F23BB7B94A0A05FFA05BE /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C5621ADA6EF180D1F58808E47965B7 /* UICollectionViewCell+DDCategory.m */; }; + 72A28BDEF4AFC7CF381C5DC5633D57E7 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 262AC21904824ED7616F116318DEC31A /* UIWindow+DDCategory.m */; }; 72B0A8793C1F38AA19A0CD865BEE8BE7 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE15629CACA0E209251ECA70C923829 /* EKAttributes+Validations.swift */; }; - 72E3050D0914F3D74FCE542D71F006C9 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F45667EAB14B05ED27584A313C2ACCA7 /* Placeholder.swift */; }; - 72FAD4C14D0F70556BA3A8A1E7238125 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C884F9007B7613450AADDFAB6DC89D4 /* ConstraintRelatableTarget.swift */; }; + 72C2AAA7BC3F6FB2C4C213621FD5EC5F /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7956772E8520FD1365292E97BE4795AC /* DiskStorage.swift */; }; 731BC8F0B05F16D9E44C9EA00B22F4C9 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E3890369F013D04AA5144CC422D741B /* Session.swift */; }; + 731FEC2062F3A06374C3914E11C643B7 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FA835FC202F9A745C1861C3A4A345B /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73A9E4170A91F0F715E9E7C1F069FA45 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1102904B6347420F43E53FAD50514B /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73AC350178F290A51EF47EEDFD99F755 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCAF9A73745C6EF58FFFCFF0D58BCC36 /* SynchronizedOnType.swift */; }; + 73D3D3C0800D133DF20388089F42E486 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = F718DBE186FE6943896BC1BA6BC83F22 /* Result.swift */; }; 73E288FCEA27F5DEB683B074F96D0846 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37857FEDB681BA60036A6AE082BCABB5 /* SharedSequence+Concurrency.swift */; }; 73FFFD550E5D834616601E46F7468513 /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D4B7166FC64D76E420FBC9CB3B9C8EA /* RxSearchBarDelegateProxy.swift */; }; 7409FFC5269708E4F4606C21C9DF1B97 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD66536A4A61486B54F5E6A4A6CD125 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 743AF0300D5B55F6A665C63CBEECD2BF /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 932DD9A6DC24E743BA796C445EE118E9 /* ScheduledDisposable.swift */; }; 745D1703E1D29FD12340402A7F6B71D5 /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 927C284B442BFD3343EAF9E42439FA90 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 746739E6F2526BBF67DA334104DDE041 /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 87024CFC0B713952222E4327AC3F5AB7 /* MATraceReplayOverlayRender.m */; }; + 746739E6F2526BBF67DA334104DDE041 /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB5F39233F77EED36AAFE33BD5A5E8B /* MATraceReplayOverlayRender.m */; }; + 74B2DE1AB6A806F9F0F38E838970EF96 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D8BB5CC2CE3CFB73E3E453EFC257FD /* Errors.swift */; }; + 75232F70C5053BB3640B166112C0728C /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AE6EF635530F554B8796F11E6F9040 /* ConcurrentMainScheduler.swift */; }; 7539BFBC46E1BB8AE022CB250A405582 /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48FFA06244E370032F21D249317093FA /* HTTPHeaders.swift */; }; 757DAD9E812317B7B8FECFBD78953286 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 6048A3887688031346A7A22412AB6E89 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7593A98F7D55AB25E589747CDF80716B /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C36642E7C40244C6F37B672AE922E71 /* BinaryDisposable.swift */; }; 75C045B811885FBDF3FCB78F77326FDF /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC7239067F2AEC350A8862532F854F2 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75C2A4AC8A08225366BF388FB16FEBD0 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9A95B9023B4CC6786376CC5EBF8A22 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7615AD04C15B5C1E8A259A80825D68FC /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E0BC681B524458C5EDF47759DE8E2D /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7630F520BBECD8EFBAE1488DA72B4205 /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A6B933AF6E4E216CD2B9FD08D6E3BE39 /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76A190B0F869A4BA61AFA27C1EB92F4B /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 03107918CAE4DAF45915153943FEA77B /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76BCD01DEA5DFB76E7975B68591D4235 /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = FF02F31183EB4B2D68931F81E5BCF86D /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; 76FFD8BBEBFDA70717385A5C74DFDEA1 /* DDUtilsSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D55E3B1C4459305A82CB2FF93F0F0BB /* DDUtilsSwiftKit_Private-dummy.m */; }; - 773A3F1604CE3F9BFF1A58EE5E112E3C /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE330C20F5F9B5D5E7766B928415553 /* Indicator.swift */; }; + 7742743927C739238CEF4A6EB3A7E864 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7559C08EA6710F39B9A753DB6E2F630B /* ConstraintInsets.swift */; }; 774CFF5DF8BB0D8AF40C421AC4E7427C /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = C03ADA072C22BDF70A17B9BB71398638 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7754ECEA3AA83D1B9354E01233D39452 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB53F217012D47F517F351B28FB9BE7A /* Switch.swift */; }; + 77C4023F58A76801926A62749F84FD25 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A0DA662B1B50039F0658C3AC0137D0E /* CPListItem+Kingfisher.swift */; }; 780B82DCFDBD9C2D7E5C92DF80FF1630 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = AD4A7A291A48C397BA655747056978FB /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7855A6FC05070DFE34265FE73D0A5E84 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD05A2D0F628529DB8926C85168D5334 /* PrimitiveSequence+Zip+arity.swift */; }; 7867E2730114828625D52A47C43CCD2B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D062919B2CC517DACFA76421AB07FB4 /* SDImageCache.m */; }; - 78D6E022AB659FE74C3F31573FC26F1E /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F9ACA7F57A0D280E8FB827408FFD5BB /* Observable+Concurrency.swift */; }; 78F19D9EAA15F4779D096963F790CF62 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A0A3586324A85D26B9DAD67B8BD6366C /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 78F42347772C57AEB0CE35F118F14AD5 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = DC3E3DD9CB84F4E304446A3B1046CED9 /* JXCategoryIndicatorTriangleView.m */; }; 791629CECDE0D6A5445563A3E0025ACF /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 31CED8C9725E88BECBE94369FEB5B41B /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; 793F19320DBE5EBACB9D67FA411F720A /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CFB27DF4627535694098A71E89B7621 /* ObservableConvertibleType+SharedSequence.swift */; }; 794C8686B1DFD5AA5216F9165ABD8EE3 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA759B92B588C97FCBC31CDF99FABA63 /* JXCategoryListContainerView.m */; }; + 79C8EF5667CEC52B909ABA5B95DCAA81 /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79528879B94C0453B7291E5AB9D7302 /* AnonymousDisposable.swift */; }; 79D547FB7599B9D84A5F5697924BC58B /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = F1760C05A87FDE4A88CC26F74C1CC632 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 79F7344C573425769AF35D858AD4A67E /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 565C37FBD30380AFCCC8B85DA900EC0B /* UICollectionViewLayout+MJRefresh.m */; }; - 79F9C2670BF52C83DFA9780915A27D64 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2CD80794C15CFC1D38CE387F5FFA587 /* Platform.Darwin.swift */; }; - 7A06FDD014F5856A5DEDCDF0BB9A7611 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 075E16FB065AB6BA5DABFDF34CE03D47 /* Filter.swift */; }; - 7A17CD009F217FC4B3EEA0BEFA00CDB8 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = E70DD755036550070E79232853D76D37 /* StartWith.swift */; }; 7A48502A3E7C2F9D20CE1FAA0BBDE528 /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DB935AC07D5FBABC41898F9BAE83539 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A852F0AF1F3E1693579BFB0EE3DFEAA /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7735EA9C0EB6F230879EA2B0DF7C53 /* IQUIView+IQKeyboardToolbar.swift */; }; - 7A8CEA7E7614C52C2D7B0A0F7B5BFA2B /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5A897A8A4480F763BC1FD42B7B0693C /* LayoutConstraint.swift */; }; 7AB8E1F03D7085D0F1CF9CA55F17E9FB /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F2AEE2ADD13BF05879FCD8A69286DC9 /* DDNavigationControllerDelegateReceiver.m */; }; 7ABFC8DDB94ABE4C0687BC981E98A2BE /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04142189870448D0D0A3FCC1309A98A1 /* ZLPhotoPreviewSheet.swift */; }; + 7AD9FD74DA7A11414A377A4E0E1E1107 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8570212F10DB35A95272049BB5192E95 /* Amb.swift */; }; 7B0B8A575C497874E971408584743E02 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 15062E31A09BBF82C71C26D1C3D83F07 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7B45550C7795D7B29E6E558F00864D1E /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A36D4F5FD79DD22A6DA08BB04D12D3 /* UIImage+ZLPhotoBrowser.swift */; }; - 7BAD11C9E8DEE27A32D9D21A15F13DCB /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 727C13C98A5239C58335BA57A07A2E70 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7C4555B4F80F91CE5F03F39C2D64D86D /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1F05666A8D79DDBA97D05D8B1E70F9 /* IQKeyboardManager+Debug.swift */; }; - 7C595E19C8DE32512709F456FE2F2EB3 /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B9E1F5B126DAF54C95CD6B8A65E6EF /* ObserverType.swift */; }; - 7C836E6F2E45E1041545E6EC416025BB /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A8C88C25274F7DF97139ACB82578439 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7CC298CB85BBB9C814F22B8AAEF94281 /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4B15BB2D76268ADE36FB0A858C2FF4E /* IQPreviousNextView.swift */; }; 7CDD4BF0209AA2F717C7546D5B6BF979 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E3356200C0E5A24A8A8EE7F8B10B036 /* ZFPersentInteractiveTransition.m */; }; - 7CE17472FC4A777A2AA879494C76C484 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B01DAE25117C9104CC388A58D7F68FC4 /* NSAttributedString+DDCategory.m */; }; - 7CE66DAC579510CFE0B140DCFBDE5091 /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67CCDFF7384A675553747D5378FBBA6B /* Reduce.swift */; }; 7D23A05408E0E17BB56E5909C983386D /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF1D5020CFC14CFB4422CB028C6573C2 /* Notifications.swift */; }; 7D5AC16F195967267DAD36F198E0A5F0 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 475717DDB0ABC70B52052E125DF14A5A /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DF1C37657CCA23DAFCF00BB239A2246 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 010D405FDB152EC11BF871225A0D0CAE /* GIFAnimatedImage.swift */; }; + 7D702226E3194DF4F2FBCA7217357A38 /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B9E1F5B126DAF54C95CD6B8A65E6EF /* ObserverType.swift */; }; + 7DB58D16657B9201C6111EDB2344B0CD /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC99FFEF95D4228D674795BB2F9566E /* ConstraintConstantTarget.swift */; }; 7DF26FE5A9AF886EEA362BD9C81678E7 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA6FF8EFCD4872BC0E47BED1A1737D64 /* SwiftyRSAError.swift */; }; 7E2EC34AAEE9B3EF4DCDBD902AC8E006 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = B381451707FCB351A37A17AA9C16CEA4 /* DDMASearch.m */; }; - 7E702D0F9D9A9C038FA4B3497B5C71C9 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 598E6A319E12853D194407B401CF68F3 /* CurrentThreadScheduler.swift */; }; + 7E4310977D596B414644316B3196411A /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA0612E20D44345FCB557EBACB1D9C0D /* Observable+Bind.swift */; }; 7E77F7A02B348F2B136DC0548A0AADB1 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A1D550942C1C580748EEE242A2C1B6 /* RxPickerViewDataSourceProxy.swift */; }; 7E89E3B38E4ACBC2954D330AB4FF0293 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28AFFDFD5B5E940BAE23EFCE30193911 /* ZLClipImageViewController.swift */; }; 7E9CB89FA3B14991D8C31254F7594BAF /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = B38E58C49FFFA19BAF751A8D4309C247 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EB9643E2292DECE56BD840E6BEDE2D4 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3379B94D517695F74D73EE7645AEA3 /* Platform.Linux.swift */; }; 7F646201C11F75FEB2701844D49DF702 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = EE290997A107FA2FC847489161BF503A /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F66A938545B1456330094BBD424B8F8 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAFA3AFB5B2366D8B3576F2205AC9FBF /* SynchronizedDisposeType.swift */; }; - 7F9248DFAE229B92494B2DBAFA622711 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BF5661D329714B80181FA09F5CC48A /* Do.swift */; }; 7F9C36B013D01F2188457E0D3A7AEF07 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD28BE022A092BECC35963D62F0812 /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FBC34EB8B48F5C590D0EDEB23088D6C /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC60F7BFBAE8EE80B3A33EB17C2DAE84 /* CombineLatest.swift */; }; 7FD541C37F57A49DA86354FB0AC6CB72 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79A88C20ED09B93EBB0B2B8E8EF6AB90 /* HTTPMethod.swift */; }; - 802E0D2C58A64E16BC1AAABBB9F93A45 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 744BE88A93DADA5E7CE45891B5234FB4 /* Decode.swift */; }; + 80122221A6117BF925C001839A53A2AC /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FF2B99B5A3AFC0DB8DC399D9A13D72 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 80474D488D0DE9EEB589E4B5F9EE1256 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036B7D4DFE37930E24A592AD0782FD07 /* DispatchQueue+Extensions.swift */; }; 80707A9E832C8EEAC361896B59A1DE19 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29CDF727261B31101E8C55B5597D2F32 /* IQUIViewController+Additions.swift */; }; - 8073177C95490DDBC38BD605BB4A5EE8 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A303181FAB6EB1520353C022DD1093C /* ImageDataProcessor.swift */; }; 809174478F55FCD93B0706148F6D9B72 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = A91D5E7D475BCD32C3BCF42FEC2CA7FF /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80AB7573A48371335534527CAD6BDA79 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B742367BC449D0074CEA8DF5A8860148 /* Empty.swift */; }; 80BC7581EDC7EF248D8E56A3AB986B53 /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C651942B10BDB8EB7B82776996C43B7E /* RxTabBarDelegateProxy.swift */; }; 813567124B996AD29CCAF98621B4D917 /* DDUtilsSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C64E9FB6DC70D61040253E970D42E3 /* DDUtilsSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81452427ADF1E98E642A1233E6B650B0 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9DCEE605F24D266CEBF4FEF6917E9C7 /* UIScrollView+Rx.swift */; }; 81495AC63688C3355033D5BA9CCFC035 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B17EA214C5159D678B45C4CCDFA05099 /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 814AA2BB51B51E467391D717BF24FAE5 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = BFD50E8BC15F5438CAF6739C264B8BF1 /* SDWebImageDownloaderRequestModifier.m */; }; + 816198E7CD2E35B8363A51D319C1331E /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19D05887E46F97C407FF7904E058097C /* AtomicInt.swift */; }; 81A3D9DB1BECA7DD9A94142824783DD8 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBDE89D71F870916EB29B78BF62AFFAF /* ZLFetchImageOperation.swift */; }; - 821592A78FF22AC6968EA6B088730C9E /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBA9DD52F57A902028A667D54A1A40AE /* Single.swift */; }; 82300175606EA43BE4BF57888C4A77E8 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = C242C1FB40B5EF09538E10016541C9A0 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8268DCDFF473BCC44EB5D7187271C67D /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F3E5ED588B8BE9E00018D396CCFB837 /* InvocableScheduledItem.swift */; }; 82F6C49CD5442529B117D4B77ECD8518 /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F48A5FA6DEA88FCCD93D5B2A7C993124 /* EKStyleView.swift */; }; - 830896B92C465960912BC5E36D9CE767 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B8111D691C11BA066BD99F070E8440C /* ConstraintView+Extensions.swift */; }; + 830E0EE85136F74C69BE039598776381 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 083099D7895DABBFA3CD73AFFA559FD0 /* ConstraintRelation.swift */; }; 835173C7877CC2512FC25FC6EBBA0350 /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6753B0840448B9048ED5F5A3C152F19 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; + 83527032B4E4DD21BA7D6EFED837AB66 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDE98B76CCE2404D7731268827A63ED4 /* Infallible+Operators.swift */; }; 83888A11B0701E2D4EE236DFA1E56800 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3FDAAA9A87E85E58C34932C945E61E0 /* Result+Alamofire.swift */; }; 841447C2E526E658EC8102873B77A9C9 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00DFFFC893960E54F9DEC50208331794 /* DDTableView.swift */; }; - 8495D22D64FB644E824EE0A29DDCE0CD /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E77487F1864B8D793767F1EDBF6F8446 /* Filter.swift */; }; 84CBB8B38762FD16B0BF7B4BA778228E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC46196CA0F802F30A914810B6C87B7 /* EntryCachingHeuristic.swift */; }; 84DC0626D65FE608EACE77EE19BCF92F /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C855BBE783EED3AD6163D4297401A0BF /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85911D46E392B5CA027687D95136C217 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3D1AF5A0F5F719FCCA786ABB67A0F4 /* GraphicsContext.swift */; }; + 85F6DD88A2B8D8DE357C6D439A7D3FD2 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ECC77FD1FEDE4311917FFA179E42DB0 /* ConstraintLayoutGuideDSL.swift */; }; + 85F7E5D8C95FA63D6325E42B43878640 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 657A84D2C254B22284D30920E60625C7 /* SubscribeOn.swift */; }; + 860F006D53DCB559759D3DCAAEF803FC /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C36E5D0B5206EA924D764A429706DC6 /* NSButton+Kingfisher.swift */; }; 8620470517C811FD4767A6DD0371D0D5 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A7B4D91D7F5D99BA6703C69CE26050 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8621FBFD6A7BE8821A37E27C32B7A3C1 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA40C67DDA2320E130E644D6DD82759C /* ConnectableObservableType.swift */; }; + 8634FA7B4392EFD2E8A70C99BB83A886 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F9A05C366235363342E1E09DEA7359B /* MainScheduler.swift */; }; 86997C2E83106153831376DF4CB88084 /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48FB3E1EA6D15C2AA817F83B6AF6D363 /* ZLWeakProxy.swift */; }; 86EFDCFB015C812E2695EA28F9F3B88F /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 95A725652BBDB3DAF800E2D43DE07251 /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 874F7E5DFEAA65955B938603D9115BE6 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE825734D45E91AF726E187E829B2036 /* KFOptionsSetter.swift */; }; 876F0A0ED17438D064D6255B031ED91B /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8927438659B43B7632F3F1DADB75A165 /* UIViewController+ZFPlayerRotation.m */; }; 8772F32DE15FC5E2426A36349DE9E7C8 /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BC664AAF6D1F43B24CA8C00A6DD66F3 /* JXCategoryTitleVerticalZoomCellModel.m */; }; - 877E8E3E40DF9A31933FE7058FADD9C2 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C16094B90E1569E47C570FCFC4DB7B4 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 878B6B1A4C24B3D46773E79E0294CC89 /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF8B18DFE8DA7DB512F7EE7C65EDE49E /* PublishRelay+Signal.swift */; }; 87E790F289BC43498505B6D68AD37C12 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = F3380C908D4C5BA203FDC9D8F9B74F29 /* UIColor+SDHexString.m */; }; 87E876627F3BB158FD39966792B76B65 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442F46FBA50854486B7BA44CEADCC091 /* ZLVideoManager.swift */; }; + 88686423F56ADA479E7C053258AABCAE /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 451888D128E3CCAD471E5B8819454FF3 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 887595F20B78C5473EA5B93D699737A6 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 9515B147E3CC600AF0B146F297DCC1CC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88E67755F51F1CA22343EAA1CFBD41E7 /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = B84962A43A8C49294E9A6E042D254874 /* DDProgressHUD.swift */; }; 88E8C4E6532C1885DE243488021CF2D2 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43E29AC66D175D12EE5C0B359AF55F3 /* AuthenticationInterceptor.swift */; }; - 89463926FFDC9140EBB23FD8D5B5EE47 /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FC332896FA27CE47133593260DD2640 /* UISwitch+DDCategory.m */; }; + 892DA91F58E114CF0887A8551BD61ED1 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D646F2AD5048E4B4F3801FD23893B94 /* RefCountDisposable.swift */; }; + 89880EF84456F7DE304BCFDA658AD39A /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E4636FA510CD33B79B2831EE8E65FBB /* Lock.swift */; }; + 898F021D349FE3EBD5EE03681AED8AB0 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F0CADFF5B077E521C7385054B90DB0DE /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89D1B4CECCB07AB068D2149E7F4A4DC9 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DCF2CFEF5D5060D530DA2230DF655D4 /* DefaultIfEmpty.swift */; }; 8A3E8C9849B1E73D113589B8F007E566 /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = ABA83AD44E40D5F85794F0F93BC3A9FF /* JXCategoryTitleCellModel.m */; }; + 8A5758C907AE965A77663ACE1F667514 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CE805207F037191DAD0E9E52635352D /* Disposable.swift */; }; 8A5D7CFB78278C7861D3061D212B189D /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BFCAD82C45B4B5361D3BC692107E38CC /* SDWebImageCacheKeyFilter.m */; }; 8A6158438F3B894DE7F91DE5FE93C795 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA83DF36535F5D78FC334C8A3FC2D28B /* Message.swift */; }; 8A64ED4C758DC20F9F638F956789182F /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FC603FCFAD2CEE03F375D8A83BE9697 /* UIView+QuickLayout.swift */; }; 8A93BFC4ECE061648BEDA3A17DF34B7D /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0695182779906169AC58E6048C064499 /* JXCategoryImageCell.m */; }; - 8B0F62A3CA1EF7C5516EBD6404DC3CAE /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 971D2F51E06AD15DD94F1E6657C5E0FD /* UIScrollView+DDCategory.m */; }; 8B1A402F74B6E4E6F42C395DDE64169C /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D6DB05F4DEAAF1BC2C278B49E1EF0D6 /* KVORepresentable+CoreGraphics.swift */; }; 8B3145567FD389F30FCBB34C08F60CB0 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87719E7234B1A94C7E46795079CE7164 /* Platform.Linux.swift */; }; 8B5C7472AB1189940F2C7A38AB4E5D57 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF3060792F48D9E987D468C0B519E94 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8B753F9A4427257D3732F4AE2E2EDCCD /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 11309EB2BA8C473D57D9CED5AD6CC486 /* SDWebImageDownloaderResponseModifier.m */; }; - 8BA321B7160721F409B16CB9EC2EA5AC /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DCF2CFEF5D5060D530DA2230DF655D4 /* DefaultIfEmpty.swift */; }; 8BD7243E27CAB2AE337CFA2AAC384640 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D49B321AF6FCDB77179CF940C84B4779 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8BF878796834ECEA997A949F8D4E1EAE /* DDBaseTabBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CC023FAE7AE6FBDE157EE0A039C1D0 /* DDBaseTabBarController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C1123CFF840715FE9BD669C43D75E7D /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A08382A62431C6F9F9F4345599FC94 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C5AE031DA4F7E6C727B298D2CE5AAAC /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BD4AE4FBB7AC5387349BD1646C55F7 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C86163FB573BF8082BFA48147D80A64 /* DDUIGestureRecognizer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BE5C0AEF6E13D31807B680F0873C55 /* DDUIGestureRecognizer-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C8BC81080A07BE4134620FB13A04814 /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 489C14CDF2C637F65354F11560AD3E05 /* Delegate.swift */; }; - 8CA26F2CF8BB2C0E639C0C6D54CD95F9 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B44012F4CBB2177564FD286809A617AD /* DDCategoryKit_Private-dummy.m */; }; + 8CBE7C03EE9A8FAE6C25F8FFAAA5AEE5 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 727C13C98A5239C58335BA57A07A2E70 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF21EB0EB7D758C9A1E7EB1680EF792 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943813C762D90FBB75E2E1BE4957FAD6 /* SessionDelegate.swift */; }; 8CFB68D77E49914A0DD60B939BA767C0 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2C8710A8D2D181450B513B7386CE11 /* SDWebImageDownloaderDecryptor.m */; }; - 8D17B722820D7BF9472549CCB716EC87 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FBA6BA84913F29962C284D991DB629E /* VirtualTimeConverterType.swift */; }; 8D2C2E93E44DC32A322DC0F747FE8D7C /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D5F98A38CED9F3260612BE71B312B3 /* MJRefreshAutoFooter.m */; }; 8D42E6E44020386BF96406F0D3540D19 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 46C75ED04427611D799BBC5BADE74AB7 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D51886961352C63A7FB28C1BD694014 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE663130B45AF5350B5F475D0A6D0F8 /* SubjectType.swift */; }; 8D67E1E9F0E2F132D6A0D8EFB3C36974 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D36B21E031E2802BD419CF6B872E9F /* SDImageAssetManager.m */; }; 8D7B5F3D2457D1F8E54BF758F6F0388F /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41FF266967FBC8BE5567EB37E0808422 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DE90BF90BDFE5CF6DC714237743FE01 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E187E10B1741CC12DEE8375BCB86FC3D /* ScheduledItemType.swift */; }; - 8E4CBCB6688187656D1896D96794835E /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9646B30127D735761C51BDD8B4D9B5 /* ConstraintPriority.swift */; }; - 8E8886890CEC36FD19C8ADE0A1E143B8 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D53DF43ED6B6843B6F189B8A63303852 /* BehaviorSubject.swift */; }; + 8E58AA277767AF1DCB8C5269F60F8383 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C16094B90E1569E47C570FCFC4DB7B4 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E683988D2E2B1982E575DA4C0AFB0C1 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 429018464EEB59617371B40EEF50F1EE /* Debounce.swift */; }; + 8E98A90F3195A7B47550867805A95E18 /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = D51F9F8FE7DA2FDAB943A1478A3DFBB0 /* Deferred.swift */; }; 8EA71FCE62BCE72E1798AC86592F4747 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 507A46C1AB73C173802DC19BAA69AC49 /* JXCategoryDotView.m */; }; 8ED0EA8B64CA7C4860DC6D8B565F4448 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817F2DFE48510BC7A335B897F2338579 /* RxCocoa.swift */; }; - 8EE062838DD8E0515DE0212ADFDAEBAA /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9050CA82B1618B89EED20D59722573 /* SingleAsync.swift */; }; 8EF8D0C1BE201C03A65D66C92BAD9206 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F7DCDC99120550350AFD781942D4232 /* SDWebImageDownloaderOperation.m */; }; 8F7C09C252C91A4C49C70B874D9AD4EF /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 861E3EABF816A1CA179B292C434C7624 /* Pods-OrderSchedulingNotificationService-dummy.m */; }; 8F94DE7C574F2E68FB7F4182FF4AA19A /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E03FD1F25292B980B7D9D90B5E55733B /* JXCategoryTitleImageCellModel.m */; }; - 8FF75D59D0804FB7D834ED2FDB45F969 /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C8D96D2F88CA29058FE3BE338D12C55E /* UINavigationController+DDCategory.m */; }; - 90163D12A62B02096B4157109DA2C999 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0E1D79F59B5AEA3FD782D95C792316 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90163D12A62B02096B4157109DA2C999 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C88FDD701CF012DBC9AC99D0523DFCD /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9069546BCE91958C23E24D6279C5E7C0 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB10332848920296E5A6B2BCF5E167CB /* JXCategoryIndicatorView.m */; }; 90747EAF8374FFC67934EEAD2592FB29 /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = D12A79C03A45C2B02E3392B2DBE2E491 /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9090B82E8C90EC20FBDD52BA171A8AE4 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6800E675554AD7C97EC91124A81D45D /* Optional.swift */; }; + 90BD93BB9D76FDDC11A955C3A7EB0B40 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 068F5E1D96E4ACD3C5F6D4C6B35821A1 /* Observable.swift */; }; 90C1CA69717100719BCA2413895F4E30 /* DDBaseViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ECB95D07490879B3B19FF0AC0CCF7B2 /* DDBaseViewModel.m */; }; 90C2306666CD2C08EF76F2012825951C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E82A32806B7D574997865FC3BF233AD /* MJRefreshBackGifFooter.m */; }; 90C350B739A3E899B1B53E52B15430EE /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3AC1A81CDF93E99870840A526669B0 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90FF385F0EE1C791F0945D941746031A /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7EC17D7DC55F4E2B87898BE02172C1C /* Binder.swift */; }; - 91205F084D39C7377DB57C53D2CF8A36 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB190B50DF4730962FDC8784E000C5A /* SizeExtensions.swift */; }; 91A36B31EC90DB60DC9584F00E5D5643 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 34711B5D18F4CD47C562325CC1801DCF /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91B48754DF8E88B1BE32158380DC50AD /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F8FE6A94E8175C982C456E0E0BA4A21 /* Skip.swift */; }; 91B718E97E5B0E6C8E089096AC2DF4FD /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60B7E9328C8BB2867CC74589EAC7001A /* EKAttributes+DisplayMode.swift */; }; 91ED131F555A03F5905E86878BF38C69 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 950FE1CB7D6CCE216D8ACA77CCBD0C88 /* MJRefresh-dummy.m */; }; - 92150955C3049E5BD9F21432D92B287F /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C800552C8362865AF08B41FE6A0137 /* NSMutableParagraphStyle+DDCategory.m */; }; 923EE64F6CBFF20AD30002B633BC50BF /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CE570AFCE6E9C360F9BABF811AB03FF6 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9267BB883F0832562C5DCDEC6CC2B93C /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B97710E3A868F354989BCE313C6E8E5E /* UITabBarController+DDCategory.m */; }; 927A9E34C2E88E982888A5D2F8A9B127 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 963FA2D8437646E839D0DC7AC51375DD /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9280D6823F662851062E7CD754B6EDDC /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF0576E4C6810839F05371EF2F548435 /* Bag+Rx.swift */; }; - 92F397E7DC00B19157AE6B63E12A1669 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4F2D60D3D55D06F238A5009E5F83E5 /* Range.swift */; }; + 92A056076A0FA1DA5C16CDEEFCDACBEC /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5618B3CBDD0378FD304AA849FB7E3DF7 /* ImagePrefetcher.swift */; }; + 92D224D305BD5678A574ECD277FDE906 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ACFC987EC3CDD5D87522D429E16EE08 /* ImageFormat.swift */; }; + 92D8BD3E2F2A4DDBA4E6A16BA3493539 /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A81401F56E7EF50D58CAECD5014778 /* SubscriptionDisposable.swift */; }; 9313F5863E61D51958D4954C876666DC /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 57533229CF0382ECF4617CD55B59ED8D /* DDControlsKit_Private-dummy.m */; }; 93207A865D205334FE48160E599E0FC7 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E039DB56CCC5A500223B39B7A17B0C8F /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 93C25343A940D20BD21AE6C1EF582189 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 700933947C7FD1CEF41E4FC165503BE0 /* ZLThumbnailPhotoCell.swift */; }; 93DF6D6B5E32104AFE985F15355F629A /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B12C72354F910F33A884FD6D4B4F9DA /* MJRefreshNormalTrailer.m */; }; - 9406406808334891E28CB74D38307B74 /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8388628532FB4CB1EA3762008CA20998 /* Repeat.swift */; }; + 93F348BCCA6A0350A1247C6FCA50A56A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC38B673EF3B76756D98357527852AC /* ConstraintDSL.swift */; }; 9413C7DB4B03B9C9178A64659F476AD0 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C523C2E547A5EE57A9368E7D65429E26 /* IQKeyboardManagerSwift-dummy.m */; }; 9497825ACEC7F42AFA494D810FDCD4EC /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BAAC1B655BB3EA0A9DEEC84CCC94B00F /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 949E8D2BB740EADFE39A5D66DF0612E8 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = FFD0D0195CF9213D30C6E650AA192CEA /* DDBaseCollectionViewCell.m */; }; 94B52F9D43DC46D45062BB39E53E9DE1 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56E2A730054EFE3CE2F741E9C0B1B0D4 /* EKBackgroundView.swift */; }; + 94CB7275979E9E7B8E2A0093103B7DBA /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E90468DDF563C25386C23A0A96F71E /* SerialDispatchQueueScheduler.swift */; }; 9517AFD055FCAC61888F63B46B1012CB /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC9752A9D6AF2C21D4078D1297C2CBD8 /* ZLCollectionViewFlowLayout.swift */; }; 95277350C6DD3C3641CFF98AE0A12B12 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1105B71EBEC047A321E164835B8AAD1C /* OperationQueue+Alamofire.swift */; }; + 9554D2B2B1DF1204F95594892E6F72E9 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F1E5B5848BD5E88EB4DABECFDF3731C /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 95AD0B08F159E5B4571FD8C7FCC3A78D /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = BD1D91223CEA34243A23B1A66161D4C7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96054A68A346C642ADA9740F7CB4E909 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99A3D5C5E0A24FD723C48487A33283ED /* DistinctUntilChanged.swift */; }; + 960455FFF6826DFA9D59E1482777961F /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 436799F8277F04978308F8F66F5DDC67 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 96199F1BEE04A029B3278BB1BED5F276 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 198FB4317F44F5BD499B480D5414DE90 /* IQNSArray+Sort.swift */; }; + 962C088C63E6178808CF9322197A08C7 /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F3E5ED588B8BE9E00018D396CCFB837 /* InvocableScheduledItem.swift */; }; 96351482FE93C85C20C75E992ACC4D3C /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BC453C9DA3BAB298B34F14BF5E0DCC /* RxCocoaObjCRuntimeError+Extensions.swift */; }; - 970E9560DCEF9903D3735B823FD17E89 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6285BDCC61B27A7B7FB04CCD1F41057 /* TakeWithPredicate.swift */; }; + 963930DF07779325570937A21515F8B8 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C800552C8362865AF08B41FE6A0137 /* NSMutableParagraphStyle+DDCategory.m */; }; + 963FF34F0DE0158C8FE1750A8F6A0BA6 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6DF22872E57C0102F0353CD77DF1DD /* VirtualTimeScheduler.swift */; }; + 9650257238DE2D35B4670AFA71EF42EB /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0060C0B2093B6C9F95BFD394DA6BE44A /* Map.swift */; }; + 96AD675B247970B7F8102370D64DE0CA /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B4867C6FC5DF623910F10B9DBF1339 /* CombineLatest+Collection.swift */; }; + 96D6F5043B7496CA10561DD2603540CC /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79AE967D4E77BE39E39C6048B6AEB2F5 /* PublishSubject.swift */; }; + 96EBE9D81AD27C262D37FE6F09E9B809 /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CDCCD76112485A8B738A1BC819C292F /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 971658331CFDDF40E3266BE6E4A3515D /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7290E58D332B8478F0DAC0271BF0AE9D /* KingfisherOptionsInfo.swift */; }; 97352932EA7908FEA0DB6210F4692034 /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8378F15603F18383C294A70518A5AFB7 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 977F8070B2734739DD77174D591DC065 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = AF674ADF1712416EEBCB7FC2231C9FC2 /* SDImageAPNGCoder.m */; }; 97ACD5F8ACFCD7B423375EB425F82287 /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E9BF67B4EDC143E34B943A088CF7ABF /* JXCategoryIndicatorDotLineView.m */; }; 97B4A15E0218313B8CE3CDB2D3CC73D2 /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C6C1E7279DD9C10BA3E470FA7FB46F /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; 9817388F04E487B7ECB5C08DDE606F86 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F47E124F79B1CDCE7D42C4FF6B1AE56 /* MJRefreshConfig.m */; }; 981F1BFE14D989096611F7DB1D782B97 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FC5BA2D98F30644B1BD2A4BE34CA7961 /* SDDeviceHelper.m */; }; - 98BCD14A667B095F89CD1D12F30E6CDF /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1515B0CAF0E1246334052C2F863A7237 /* UIImage+DDCategory.m */; }; - 98CA00B5EA985BD602E804F4E9E14387 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1AA373C18700A80AC4F38F5F79053C9 /* Producer.swift */; }; + 98C80D268B4E2C91446E1B349F038D18 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7E7527520B3A103CC809C44B1964E0 /* NSBundle+DDCategory.m */; }; + 98D185556EF8A10A6C2F7963E5F2F8AC /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 489C14CDF2C637F65354F11560AD3E05 /* Delegate.swift */; }; 9912583A0C3DCE5F8AC15A3FC34E6FE2 /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C34641F263BA69C25AB98F4EA7E12AE /* ControlProperty+Driver.swift */; }; 999B33DC38983D04AD690B4599F3C316 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F6575B004F154F979E39655C5A0698E /* ZLTextStickerView.swift */; }; 99D7BD631F5D4CC39B09885065481AE0 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E3AAD7D0BF5619DC06A55600A1169E96 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9A1DF88AB0E546AB51597714309B05C2 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 12191D6E9533C7D6D4785908D2AE1ED9 /* JXCategoryIndicatorBallView.m */; }; + 9A2B858027534A79F2364B2F20AABC42 /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2AD0D5A47845F101DA1B522F53A886B /* BehaviorRelay.swift */; }; 9A41FC2ABBF645CC7F01120A6BDB0A24 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46C137C707A635EF0DA816E7C6B10AEB /* UITextField+Rx.swift */; }; + 9A4CD4C48BD0B13C2379A59D0BBE1F7F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09D0EE70CA5FC5E7CCA6EC081F089066 /* NSTextAttachment+Kingfisher.swift */; }; 9AE63A71DB55322FFBB6EF1D979282BE /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CDDA59C81119C2C332B498334E2C092 /* UIView+WebCacheOperation.m */; }; 9AF82E3FE6B0FCA2D289149812D57304 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6523E78F42C3D95E965D421B80DD0AA /* ZLPhotoBrowser-dummy.m */; }; 9B32CCFFA0C3806B0187E0ECBC35C0B7 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 30074ACE7B0F027FB6B9A5FCA0844AA8 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B48FF06F3F99469A135E5F1EFCED154 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1515B0CAF0E1246334052C2F863A7237 /* UIImage+DDCategory.m */; }; 9BE899982FAEB47E89D2EE2FD9684CCA /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FE10495FE2C17B2BA26D0C07BF2D1160 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C035AEAB3AD0CA3F5A345687BD13B21 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D45CA8058743A7F38CF6785E682D88 /* Sink.swift */; }; 9CF1888AF79CD22EB414BFE758E5D36A /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421A10E0305E7D4FB476B867DF39110B /* UITextView+Rx.swift */; }; 9CFBE2A3F8BFF4BBDB6DA37F9CE7C266 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F6AC5DB36E9A55661BBD765E98E151 /* SDImageGIFCoder.m */; }; - 9D2B09D8078DCE91FC8C4A9CAEDBC247 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F11320981473FC3C9EC4F0C1ABB11A3 /* ImageDataProvider.swift */; }; 9D43333662E9A614D8F63052D7F1ABA7 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = F40E61B72DD00AD9AD4B59B33B768410 /* UIApplication+EKAppearance.swift */; }; 9D4EAF940F2C46778D1682E8127F003A /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = E82F3B186654F59A53A18CAC6B6B71FF /* ZFFloatView.m */; }; + 9D552F10562C871D9BD76E221597EFA0 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2389360555BADD6CC4908AE05DEBBB8 /* Timer.swift */; }; 9DAB2556D82974EE7905C156B4F3A07A /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 737CBCD90CDC994C8B238D1E2AE626EC /* MJRefreshAutoStateFooter.m */; }; - 9DABB564164E602BC43BAF6BFB9BCD46 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DF2424E5B0A2384BA8EE2E0ACBBDD2 /* Concat.swift */; }; 9DC2A94B2891D5F2B37FF69F48347EA7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C92BE0795A5E2C31341F4F45FD72DB /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9DEFB591D6DEBAAAF949BE635617A7A6 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 21E7A03A328C35F17B7AC29D9A4A38F5 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9E13BAA5897DBE84C6842BE86EED1CFC /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02071987E8B3AB74CAC2E0F15828ACFC /* EntryAppearanceDescriptor.swift */; }; + 9E4282783C647DC8AA603AD27D544E2C /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F18D5E395EBB682BC157092DEFBF406 /* AsyncSubject.swift */; }; 9EA55F404A7BE4684E3299402A5B88AE /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B921A2401F10A21508D59F0BF01BF8B7 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9EE55E6E57DFF49D9CEB2493AD5B93A9 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B960799D64AA4EA55493819E02098A /* SharedSequence+Operators.swift */; }; 9F26F0EB6575EEC06D48252EC38DDC46 /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C34B132CE9C53FFBBCED3DBB7E3882 /* EKXStatusBarMessageView.swift */; }; - 9F38420FB880727B374C3CBA56DFDF42 /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F18D5E395EBB682BC157092DEFBF406 /* AsyncSubject.swift */; }; 9F75DD325C460FFC7984DF4A9A42BC68 /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F0F4741ACA968C56E6C69561E3524D1C /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9F90CCC3FC0CF5D2BF452D59CDDF8A7B /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = F679D34BE7686EBF752AA29F04A28B5B /* SDGraphicsImageRenderer.m */; }; 9FA55209BBEC5446B1699EFEAA8AE99C /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A08765B2A27B661C734664CB8879E67 /* RxTableViewDataSourceProxy.swift */; }; - 9FEE888DA24FDF9338DE8C8915D5497F /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D4436E99D9EFE7C881AE653D0580BB2 /* Infallible+CombineLatest+arity.swift */; }; + 9FC2C44CE8095EB470DFD4EB8A15FBB2 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68DA5885615E898C0D109C4D9343A3F /* TailRecursiveSink.swift */; }; A011FE7F352E2DC4F52A72ACC985E865 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24C623BC1273AD862BA0E02F487256B /* ParameterEncoder.swift */; }; A0649D13B9C3CE011F3FEA618EA1724B /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 843FF059AF94B1035C9DBB3DDA56BF3A /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; A0657A64DEA57E5606A79DF5FFA0C0C9 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 885BEB4A865820646BBDA3B0657E4E2E /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; A0B3C2E27EB876BF40E14F6D76AF493A /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FF5E9FC5D0E3CC2B5B946383CCDC5B4 /* DDMAMapKit_Private-dummy.m */; }; - A0C5B6AFAF414E2F8F2930FD683A999D /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24A3715FC160B43ABA56FD11DDDE1C2 /* BooleanDisposable.swift */; }; A0CAC16C811D166585ADC16AF08A6EBA /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7091239D252813844E1B70274324037A /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0DC32BC456BC2F4CCE598F4F4A632A0 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D042AA33A4360E07C3D9077721D91876 /* SerialDisposable.swift */; }; A0E59DE1E829AB6653A41F549DEA9F3C /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 261DD641A0908F7F45E6BA7C9EF00E8E /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; A1059E3A9E938EE8F540D5639AB4B4E5 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C057F20346B81C66CE9DFD6DBB12F37 /* EKPopUpMessageView.swift */; }; A13B4CC2584A03BF7414FE90F04C487D /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A3D595CA84F73C266A7EA6AA3D296C /* EKNotificationMessage.swift */; }; A17B88101B55AE2259598D30E3CDA92E /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = EE0B6E31BDDE435F231871F3103CBD80 /* SDAssociatedObject.m */; }; - A1D466D9B768D7009A7246E0242BAC38 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C87F918AC17C3B864CD9F6461D2D7D3 /* Merge.swift */; }; A21A3EDB30349656A7BF23004B6AF02B /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E9B8685D14E230FA84B4250DF669B0 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A265E6ABC535E3C56B89B370F83DAC2B /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFC886B162C6FC6F74DDA135A206ED86 /* Cancelable.swift */; }; A29CAE715EFFA6F90408C3B8345A1883 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0018AF9E57B16671EED7C80F562D7210 /* UIImageView+HighlightedWebCache.m */; }; A2B52B66E0891E57CFA6C3750BF7DBC7 /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5291332797C59680360BB3388D1751 /* ObservableConvertibleType+Driver.swift */; }; - A2D7F013E28FA08B84F3AE11A8333F25 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E04FF51628B7DD3FBE2F655B5DAF4E71 /* ObservableType.swift */; }; + A31BA05B64113C528926237045FDAA9D /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C62843FCC6DE1BEC10506CB35DB6B15 /* ObserverBase.swift */; }; A328DD14BD9500BC78D1C7120DBC30E4 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F82BA7E06739A2192CA4153A2C1333A3 /* IQKeyboardManagerConstantsInternal.swift */; }; A358C72687DDFF484CAB4B0124CE34A8 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C24D393EACC06CB899A5ABA52DD008A /* SDWebImageCompat.m */; }; + A38B1AABB49AAFDF42AFBF6FA0009723 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B742367BC449D0074CEA8DF5A8860148 /* Empty.swift */; }; A3F68F7FD050BA0038F03314E92B7CFE /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F47811C14FE0CBBCD84D6296860E65 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A440419402D70FFA45BA00C61FA8F5A1 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9274E5DC60D418B879458166EEF2386C /* NopDisposable.swift */; }; A45846C269357C355CDEBF8B8EF896CD /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 41332F88EFE393043A5F83D043850948 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45C8C731D6A535F4BDEEA87132700CF /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C5621ADA6EF180D1F58808E47965B7 /* UICollectionViewCell+DDCategory.m */; }; - A4890BB149ED3D60994FEFC0B62E6C37 /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 436799F8277F04978308F8F66F5DDC67 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A48C1DA48A69BCC93DCC9CB43E3373C1 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502EBA14D4DE865BE53AE314BB3A06EC /* Kingfisher.swift */; }; A4AE06BE1B4C107F33C291F8B1B10E22 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A9B11783337CBCB4088DF3A432D97C /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; A4D3C0FF0EC1462586B769D06F7A9A1C /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = E94D76AC49F0587CF727052912C3F66B /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A55FCD506AA5087E3CDC5A0A916FE3A3 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148C82AFA75CD8A5733A7BBF0AE991E8 /* Completable+AndThen.swift */; }; + A51B46428A1433C8BC72208C3FEB2031 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06A9782749AB4CB71619ADE5FE06F059 /* RedirectHandler.swift */; }; + A53ACCD8BA20A33AB39D5EE9037699BD /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0260F6A8D9565DF70E6CE35D7FFA8B /* ConstraintMakerEditable.swift */; }; A576C4698BA14346E54EB6463022EAD9 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C860D9F725FD9A58AABC158F53930C16 /* JXCategoryIndicatorCellModel.m */; }; - A5B39493D809CAE220BEFBA8149406F0 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CE805207F037191DAD0E9E52635352D /* Disposable.swift */; }; - A5D7A315193A16549622A06617D458C7 /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D67F03BE18579E41F802AF1B60A897 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5DA27A47E4F27F1131031D802128C43 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B885FC48EC8BB00C05349ADDC10940 /* UIFont+DDCategory.m */; }; A5DCA31A4D36F66FFA278B81D8BEF027 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 69253C8A9D6C6D2BA9632036935C567A /* UIImage+MultiFormat.m */; }; A5DDCCAE29F2F5E25CC92A67C3423889 /* DDTimerSwiftKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A56E833285091A4332D82E95C1ABDD7 /* DDTimerSwiftKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; A5F8871912A1A3E8168E6DCF8EB4207D /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3AD2C4563C4F7CD3A520DA4803DC01 /* UISearchBar+Rx.swift */; }; @@ -884,34 +891,28 @@ A69C94A0DD35B9524F7481113B574E33 /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A72576FF6EC39C79609AFED13B12E94 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; A6D371F7B8F0AE9A55EE402E33583504 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ED19DEAD3D13CA90DCB69B66E2064EB /* EKButtonView.swift */; }; A6D743CD31F8BE6B743622F1EE837BE1 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 693F3F943785BB900BE4B3299393F12D /* DDBaseLabel.m */; }; - A6EB5467384064A271CBC53C9F302195 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 657A84D2C254B22284D30920E60625C7 /* SubscribeOn.swift */; }; - A7282A57EAF94C887C0A977A373B83E1 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F1E5B5848BD5E88EB4DABECFDF3731C /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7394C8F73AA62D659E5030943890CB5 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A61D05805EAD4C7D518F02C29E8DC59E /* MemoryStorage.swift */; }; - A7983737E8F679514CBA553F1AA25AF6 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA0612E20D44345FCB557EBACB1D9C0D /* Observable+Bind.swift */; }; - A82B12B0D30330F61E96ECA013C6F146 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76B623178E2B4DF7542B4C7EABF73E5 /* HistoricalSchedulerTimeConverter.swift */; }; - A82E49EAA92E6AA0D1F2A701FF9F0D6B /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52863F122A278F14E3E3260DAF8AB7F3 /* Bag.swift */; }; + A6DCF404699A05DFF16E848DC5E5CD4B /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79220E9A964E218FBCDB44B864B91211 /* ObservableConvertibleType+Infallible.swift */; }; + A7591F7FC810D3F56012CFD62D96606B /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 47D5FB77133AE117AE4D09AF4FE91D8D /* UILabel+DDCategory.m */; }; A859C89F424EDCA9AFE07133A3CF3FC7 /* DDSpeechSynthesizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 350F12E70C653D1DD3304563C3CBC1A7 /* DDSpeechSynthesizer.swift */; }; A88D569C6D40F093E8AA5773B735147D /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = FD82174A83AB84BE6C553F64D9F471CC /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; A8A0C288519E463DE5E9B307FAE797F3 /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A3B3B8F5021C243CD0DD02BEBE1F5E /* EKAttributes.swift */; }; + A8C9DCB3AC53EFE1C7A07833F6259312 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A8E7E1E09AAD514849A75F8187D31A5 /* UIView+DDCategory.m */; }; A8DC4B6CAA17BCE09B33F0CBD7B760AA /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 81002DDABB1D6F76754A8EEDD19F3294 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; A91F69373347CD458D89B84B084E0640 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BC60248CC49721B82C010F822CBE118 /* ZLPhotoPreviewAnimatedTransition.swift */; }; A928D17689392DAAC600620B1020505C /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DC6520A8B41D6DF911DA27E68782A95 /* ESTabBarItemBadgeView.swift */; }; - A9328A60FEAF8AA0DFA58F1175B6BD29 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C87419A9A6D6719620B8180AC8307B /* Source.swift */; }; A952741473205F790F725FA10B2C2667 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEE3A1323BE0741374ACBB769B478C3 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A975C42D2C9457D5CC0F1BD8CF873D49 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AE77B7438FC3BC18F587727684A900A1 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; A97E69232EB284E6EF3127992F66C58D /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 09B39931F3860BCD473E79E47C37F2B2 /* BRStringPickerView.m */; }; A99CF24F1B900AB7722D972FA4FED6BE /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8D305CC57B15729BD0356C5A9FB3055 /* SwiftyRSA.swift */; }; A9A5CC537275881320975BDC2EE7F62C /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 262D155F2A4313660431423897E88309 /* SDWebImageCacheSerializer.m */; }; - AA601AF825EE816DA2A1F57E0AADCD84 /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 969B004027C04E69057B1755AFB80483 /* KingfisherError.swift */; }; AA6F9F6A4405BB9AFDDAAFF967296ACD /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 17524104BBE5DE3D695A7E11BE1FC4C0 /* SDWebImageManager.m */; }; - AAD8C43C65DC7E5318265EC5306BFED3 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F6C90DDB6D0CECE17162792CAD7C03 /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB3D82116158DB907ABFA35D84F2E0C2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0008918602D64B0075A4B11550C4517 /* RetryStrategy.swift */; }; + AB6C1F38697113E33ABC2B5DF74F4B2F /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0967689A8F9C2DCE46E3A67F00AE8AC4 /* KFAnimatedImage.swift */; }; + AB770460BD3A754F1F921225AC015A4A /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B8111D691C11BA066BD99F070E8440C /* ConstraintView+Extensions.swift */; }; AB8707AC05E95D10D125F69C0F1F84CC /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 035FD8700A9B0D4DB6A30714F89648E4 /* ZLImageNavController.swift */; }; ABA3BE298F1B209B9A4F53D73F8EFAE7 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C299D59B839E9DAC6ECB40EEA4B4A5 /* ZLProgressView.swift */; }; - ABFCD665A21456E4E019897DD2B48280 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ACFC987EC3CDD5D87522D429E16EE08 /* ImageFormat.swift */; }; - AC11E59811C409DCBA16BCB56A059617 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 47D5FB77133AE117AE4D09AF4FE91D8D /* UILabel+DDCategory.m */; }; + ABCA2B5793AF6C0FF70B4F7A87F4831A /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 932DD9A6DC24E743BA796C445EE118E9 /* ScheduledDisposable.swift */; }; AC816DAE095CF51A98ECF689E6158059 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = A5393E7DAAC13B42071E9EDAA3C3A452 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; ACF6E744FFBA77DB4FE3E42A917E5CAC /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EB6CF6B9A2FFC4E5EECB103A9116FCD /* DDWebImageKit_Private-dummy.m */; }; + AD3774C06951EC2D1EBBBD483BD0EC8E /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DB13759CB88C526EDF5E7FAD8F72F3CC /* UITableViewCell+DDCategory.m */; }; ADF031ED0468E75793D32E1609139984 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E74280B9691D9B622301768B1081A5D1 /* RequestInterceptor.swift */; }; ADFDF04B44D98030E7FB1F4A4196F155 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 622F821877CC81EAFF12E7809871E947 /* ZFOrientationObserver.m */; }; AE1015AC17118CA9A93681AAE7454DCD /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E312D62E7DDFB807BEE5CCF4050EABC /* JXCategoryNumberCell.m */; }; @@ -920,250 +921,250 @@ AE3814FADC3432DB8F6B88D2102EBB0B /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C85C7B702AE8FEAF8813128936C8DE3F /* NSTextField+Rx.swift */; }; AE81E26AA0581A9E7559FB6CCC5FDC36 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B36D7B9C735F5E50A9CE378B8EC4747 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; AEE86A9326DC09055B5C28D98C50874A /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 593CA0B5FBD3DD7499DFE4253029B329 /* UIImageView+DDWebCache.m */; }; - AF323335165A5EB2858E7DF83E55A3E7 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4816B3C2DAE76775A6EEF6CEAED3EDA1 /* UITextField+DDCategory.m */; }; - AF699BC443B2A69938D5D7CE4E6619B6 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4789DC37239A4034C1AFA33D2F60E3BE /* WithUnretained.swift */; }; - AF71D7D5078B2A7874C76F967257B8F3 /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B1D88649980E57C139114749B13E3C2 /* ImageDrawing.swift */; }; AFA87EA35BBF8E4F0A2D41954069DD9C /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A497F3B052E7EB8D1EAF45A1FEAF49 /* ZLEnlargeButton.swift */; }; AFE7A6835DD89F0D3331538280787CEE /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10090CDF9761F3ADE8F103316C76C3F /* IQKeyboardManager+Toolbar.swift */; }; B01AD0CF889816FA1985284F075CFBF7 /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F740D3E19C145B4A58D6841824B634B /* NSView+Rx.swift */; }; B026AD1C1E94F5FC78A1CE5A96DDEE89 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD81613D7DA3D2D099FF63007AE0B585 /* NSObject+Rx.swift */; }; B0470BF38DA7AECBDEC223D60C2A05D4 /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2771E37B05C0B76A58686E477F58F1F2 /* ZLBaseStickerView.swift */; }; B04A1F654CEE373527D6A1FDE4706545 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFE786AF7FEF0EDD92A794FA69F4E918 /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B05F38F8500A3ECBD016D57ABB09D56E /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB0BD939DD269EDC84FE7994795E331 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; B062397EBC3E007F3B3A05D7EEDE6ABD /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F744979F0E8A4E477307AE2886E995B4 /* SDAsyncBlockOperation.m */; }; B063BA956EB9BCA0B53896A0E792A264 /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E45F175B8B7C93194AD199700F9E56 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B09CA18D9EEB1DDA8C2BADDF2ED4888D /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 358E3C0210A2B07207D4CAA13BD1DD86 /* RecursiveLock.swift */; }; - B0C6974A96B66DC077A6E7974BC68D3D /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 299C59EC9F19C9D67D49C740FF34D089 /* NSThread+DDCategory.m */; }; B0C86B62900B2C3ED6A6CC0E578492D1 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = B89181841F7A1FE4826F59713EB3AD7C /* JXCategoryFactory.m */; }; B11769C6D0E6CA59FC36D1D77F642A78 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 79B1D91701F62B192248F376666231C7 /* NSData+SHA.m */; }; B12803F0E38CFAE8770FE476242895C3 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 328F03053CFEA6EEB6C7CE24DF571E9F /* EKProperty.swift */; }; B169869926BCF8894AD891F3261B8AF1 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC5E9773AB179ADF5AC8B0741C8521B9 /* URLSessionConfiguration+Alamofire.swift */; }; + B173A5F3921A5DA55AF3A53055485960 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241FF3A5798CD5D15DC4826F25685221 /* PriorityQueue.swift */; }; B1CCDEB46FFBD5C857CEE2829F31D65F /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E06B506DC7A88470504812E86C05ADB3 /* RxCollectionViewReactiveArrayDataSource.swift */; }; - B1EA56F8C18B4EBAC1479C897A5628ED /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23472880F623CA72631604CF1FD31344 /* ImageView+Kingfisher.swift */; }; + B268EFC7657BDC819D14D9672969A9C2 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85966BEB547EE6FBDD224FD625CC5036 /* ConstraintView.swift */; }; B27F69341AA274200D4EC565EA51B477 /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC8F12583DAC7C80901317FA909C50E4 /* NSObject+Rx+KVORepresentable.swift */; }; - B292FE6C01FF00543B8B91C8466D7906 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E158BFFD891DBEFC929D632826CC1DA2 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2B998194CCD760C0095B9CD67B288CD /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = E3AFE5B095F5D45B34B85488710B7AC0 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2BB06514C0A38F894279DA3BFAAB03E /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA9EB81B6B4AC60A60EA86F364410B /* RxPickerViewAdapter.swift */; }; - B2CF2985E59F58689FE515FAD272D30F /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EDD4D4340324E77B2E9952AF2F636A5 /* Using.swift */; }; B2E3B006A6EBE8AAB7911F7F030B5568 /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 375BCAE5B81FAC917B8347AB036321B3 /* DelegateProxyType.swift */; }; - B36360EA13B5ACC444359CDACA669345 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F0D724D1AD75CBD80D11FDF45B4CFD76 /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B39896EA33A166932783E593FEF421EE /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BC0644249590BBE39FBF1EBB7FB51A7 /* ImageDownloader.swift */; }; + B2EE295324D56790BA796B331853DAAF /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60C1386D1EA13FE27F6AD52DC18929B4 /* ConstraintLayoutGuide+Extensions.swift */; }; + B36360EA13B5ACC444359CDACA669345 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B313CB7E45D5D4289B26F4D99530ED7A /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; B39CB141B9670AEF45DD1C127E168D12 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 701BC083B7D51D4194301C7207B0A3D9 /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3E2E1B9AE15CC280B8957C339243BEB /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAB0DE2B389C9CC9D92C0776A78AE35 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3E51F0E8AA1550E1B667D96C3BDD1A5 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C74E79F2AC7A33076B20FF14F42AD7 /* URLEncodedFormEncoder.swift */; }; B40E0790D6C9B7387B5FAB251E16B1C0 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A25A36525972E67B9AD2BD5E24097332 /* Bundle+ZLPhotoBrowser.swift */; }; B41FD6E22B5A75FC2EAA129FF1B54B82 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F293E889E0FED0C4871112D1D80D85C9 /* ZLCameraCell.swift */; }; - B43CE460A360AD87EB561A0398DF17B2 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 514E28FBB10BA84562742D5C2C9919F4 /* AsSingle.swift */; }; + B4503999A3714CEDA80D54C92046FD87 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D16D14F36E85620DA2A2BD7A2FC1AD9B /* ReplaySubject.swift */; }; + B48D15E8882FD3A5A20FD6EB54DE478C /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148F20C1FE6037D63917377A0E105949 /* AsMaybe.swift */; }; B4AB527B5081B4B6693BD0591B182C9C /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B44FF384BF4B6AAD6C7E9403EA3EF3 /* DDMATrackManager.m */; }; B4C0B46C21087CA310DE57D0B9FF1C17 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31D771B52CE38E7786A1FD14E6F1FA52 /* AFError.swift */; }; + B4C5A1ACBCEB0B6D46E3B782C40F7963 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAE330C20F5F9B5D5E7766B928415553 /* Indicator.swift */; }; B4DA45D21312C13C1BD200335595798D /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75606E0F52D32C3A76650169DCC70D5A /* NSTextStorage+Rx.swift */; }; - B4FF590153ABBFC580C9E19DDD5F8F85 /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 98A494E0A10A870F5F98C64CF00369CA /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; B502E9659BC94C3074C41F9294248930 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D7BDBFFBBB16532324E3CA7543F142 /* ControlEvent.swift */; }; + B50489B0E3173CAD2B5C34AEB98726A5 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A0CD6AA2E639F084469D9D99349F13D /* LayoutConstraintItem.swift */; }; B5169B93C52F1FF030F7497A6FEF7E2E /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 38E659C45DB02D8CCCD4467C33C2EF7C /* ZFIJKPlayerManager.m */; }; + B58C16B27365D1BDB6CEB1A8D912B268 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6285BDCC61B27A7B7FB04CCD1F41057 /* TakeWithPredicate.swift */; }; B5909D30D3D2544499F30CA21286AC58 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = F7BFC4F93890ADB0013004C121D7002F /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5BAA81A6C81F08D78B5686104CFBF0E /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A81401F56E7EF50D58CAECD5014778 /* SubscriptionDisposable.swift */; }; B5E8226BCB600380F56DF4E98CAA2777 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6BAC6ADAE4742EEA8FE5E9DE561608 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5F5635CB0E895EAC58232DADF5FC3AE /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0FFF7B6FC7C43C42A36C65372019CB /* UIStepper+Rx.swift */; }; B601FF45040CC3B4D882477DB46A8DFD /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = FB2250CB04A28CA6E1770BD7AF75E359 /* ZFLandscapeWindow.m */; }; B6062CB645AB7C112A4963605E59E4AE /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39E505EF86DFFD7CB14130EA32AA84CE /* UIRectCorner+Short.swift */; }; - B639ABE2DFAE20314D0219FDD6223597 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = F24E87E2CCB74B51CE6ADBBF24CD4B00 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B639ABE2DFAE20314D0219FDD6223597 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E4510B2AFEDED9EEF937B20271E7FCF /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B69713E6DEF3F08B871F54710277E61D /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8773955B73AA803D7A63D24CD1E02F16 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; B6A5A9C096B866F53FC368AA2E9E94B7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2FBC73C40F8B3CC452F367B8E19B43 /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6F51D90B39381A4D0AA2DA522CEB4C3 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87B03BCB26531EFAD3017E8247579B88 /* Infallible+Zip+arity.swift */; }; + B6FD7448EDA2E481410A846BA2B12C0D /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DB54013B78DE1D5C4496206B8A2369CC /* NSURL+DDCategory.m */; }; B70BB03F1D414155F2C5F9E34E659806 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 153EF312CD24F754475BF9F775358C03 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B71C99F0BF87A09FD464889D7E69131F /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D4436E99D9EFE7C881AE653D0580BB2 /* Infallible+CombineLatest+arity.swift */; }; B734391A023E1397D7C4988865147809 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B1A7995AC83ED399FF28B19E2D5E2691 /* SDImageCacheConfig.m */; }; - B7A2073B2B262BF08FF0B1216FCBB196 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF14D6DBD1DADAD74885354507C1D2EA /* Buffer.swift */; }; + B75DC4FB8892D4FED0D4BE0B811ABC48 /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6976C1440498252992C9E4113C0C6745 /* Date+Dispatch.swift */; }; + B7B18753A3D72D88F06CECEE17EED7AA /* car_xingshi@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0F06F549E23D2A1F4C19A21BD87AB4CC /* car_xingshi@2x.png */; }; B7B9F94EF5A56E156C57147F5F302559 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA294A370BB4DF8517545B914719A76 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7E49D4EC1D013160BA8C97A7709A043 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAFA3AFB5B2366D8B3576F2205AC9FBF /* SynchronizedDisposeType.swift */; }; B7F2FC2537F8A512F7969F37EEBABA19 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9FC282BD2742A00811610175A66C28 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; B84BED170956D2391246497EC4ACE3B3 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A36BB847FB9B729409B01FDD636CA0 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; B850BC342D7976173853AA223DF66FDF /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AA0DAAC551EF709C903803D5BECAA690 /* SDImageLoadersManager.m */; }; B87FA1A74AFFD85DC6676B5D9F777DA4 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = D3F19E69E3141455901068F9F2091004 /* ZFPlayerControlView.m */; }; B8ACFB27F7B7E309059AA265F2657634 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A9230E801F25ED6A7F34A742E8D65285 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8BD0275B3A9DBFA05D74FBBB65086BC /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67B63B1A4B9EBBED39797382CD76794 /* Scan.swift */; }; B912045CC6351F6B403B2BA16E0FA3CE /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FA399E956A3AA09DEB18178CCC82DDE /* DDViewControllerAnimatedTransition.m */; }; B929603A11A07A494CBE9E734195270E /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01BD5C6B031D8186F2A59E130C8D28B /* UIColor+ZLPhotoBrowser.swift */; }; B95C9B390345B91227D9C6AABCDDBA8E /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 439EA354473F5B1B44C857E4C3A7D7D7 /* Pods-OrderScheduling-dummy.m */; }; B963E078896CC9DF2C37C06A438908DA /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B7C74B555F6BA230D21E7549DD36B1 /* UIButton+Rx.swift */; }; B9AE7983EB3E754C9E655B15C36143B1 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 01FF750C6FBE3D347A67E9BE3E67D7B7 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9CCB9A897A5F0FAA7B6B2A8F2CF1CEC /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D8BB5CC2CE3CFB73E3E453EFC257FD /* Errors.swift */; }; + B9E549B6DC7D8F7E3E72CB3F75B395D9 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C87F918AC17C3B864CD9F6461D2D7D3 /* Merge.swift */; }; BA11AE6276ED0BCA627940CF2AA4A82A /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF8378CEBA78E2F5E7CAC419DDAFBC11 /* SectionedViewDataSourceType.swift */; }; BAB7A04FB6B2883C06D4EFB12CD4974F /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C454902E93A42319B89905056A5B04 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB1D61B7D957E411C5CE3E21DAD20C6D /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = A36962504259B2641E23B7630FC3CB04 /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; BB53D3B70456942057B1D13A5B59CA10 /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F420FD45CC72A24C9E66E1193A75F399 /* ESTabBarItemMoreContentView.swift */; }; - BB58BB7C4FC1C156FF9604B62C4AE7EA /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7956772E8520FD1365292E97BE4795AC /* DiskStorage.swift */; }; + BB585C34BE1A8758358A8B641C8674DA /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA4AB493111CF55563433368A2CCD7B /* ObservableConvertibleType.swift */; }; BB714B9D7C8AECD5513CD2452AD8687E /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 663E6C032252DE5EB132EC3BFE62FE9E /* _RXDelegateProxy.m */; }; BB91F7BFE3AECA8494D5E2BFA3AE593E /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B94A6903A3DFD2C8C5442E169908E3 /* SDWebImagePrefetcher.m */; }; BB9CF389D15F65172C5D16936279DAAD /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30680EEF8037568ECD0E0895B4AC55A6 /* FontUtil.swift */; }; BBEC1389AE859C1F53CB8588CA32A54B /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 59580A764F66E93FD60A570270049D31 /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; BC17BBE68BE2B0233A2B24429A134292 /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC6B3557250B2F8BCD5F55D8D9F549A /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; BC4248890A2765F68B3FCA279352ED4F /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = A28D06B578DA9ED1BCD84EDBA4ADC753 /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC46E2910D5A1FD6CF099F5B154556BC /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D0E52EF7444039605404C8DC5DBBC3 /* PrimitiveSequence+Concurrency.swift */; }; BC9DE732A9A9A3E6BA2DBE6C7ACB0427 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 60166AB980FE96DA14A5120DA515EF50 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD361E4E0FE4613901338D791BD13A5D /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = E37EBA85A8D66704CA4D081C1360D85C /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD42414ADB05335CCF6162EED02EB0E0 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 089BB1C3153F42EB776A90D9B02B7672 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD71DAAD9C863C0905780369F5942079 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 023EF0178521938A50FB8588C2287719 /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDB580C417B3EE41167ABFCFB89F97A2 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6C1603C9F81AF408B00B5295388A82 /* WKInterfaceImage+Kingfisher.swift */; }; BDEF2FB7D927B0B5EC012429474270DD /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = F65092DDF5F142C80D068318925C5525 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDF5BEE9E0D29DE7DD76EAF455104183 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC920046D3F562D4AF5AF7FEBA670A77 /* Constraint.swift */; }; + BDF713A3B1EC85F2720D5B18C9818ABA /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 971D2F51E06AD15DD94F1E6657C5E0FD /* UIScrollView+DDCategory.m */; }; + BE182DD2D6C6CEB5281C89BBC09235AF /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FBDB40483157CD407A4C22EC81468A3F /* CALayer+DDCategory.m */; }; BE1A80FF8E7EBE33844C18B9DE10DF9F /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37032876E8F422446CA495F58534FB7 /* EKButtonBarView.swift */; }; + BE2CB0613FC30051B6FDBB89D0F7D2B5 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBA1A1324899142AACD9900B9C5A621 /* PrimitiveSequence.swift */; }; BE5E45566FE7DF80AFCE321E3EB0FBCD /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E1809F78B4C4E6A80D6F216A0147A50 /* URLConvertible+URLRequestConvertible.swift */; }; BEDC9DBFBB0DC7DD1731D138A43247C8 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 209C2728CD7B3B87F29B716A765E15FE /* ZFPortraitViewController.m */; }; - BF2E5B3A8803DD4C28883DE9339E810E /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95F3C544E0C1210A5136F16EDB8C91F5 /* ImageProcessor.swift */; }; + BF1E1E74CAA814649F80CACC93BD51E3 /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66860DFE5DF2D3900405B07013FB4ED3 /* Materialize.swift */; }; BF2F9348A80AD292B37135521A29FA03 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B272C58395AFFCA7F663903D2031386 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF37F6CE412C79B68A6AE7D051E23550 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A83EB2D8458652057C107BC1DE05D6 /* ConstraintLayoutSupport.swift */; }; BF4B5199FBBD2138841B0FFE7D841114 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A437D637A1E8B010D17AF58B9BDAAA9D /* RxTableViewDelegateProxy.swift */; }; - BF71CE838D30D93871D3788E7FF96B6B /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E7C9AF1C9AA0F6A4B157AC6163878F /* DelaySubscription.swift */; }; - BF8709E2536653A9FF1A94CE8FE717B2 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ED503E56083E28B357C42246A414DABA /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFB84E9F5CC078F27FEFDA3EFF3EA741 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0260F6A8D9565DF70E6CE35D7FFA8B /* ConstraintMakerEditable.swift */; }; - BFF94C3B3E608E5305B9BC4B490F388A /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 451888D128E3CCAD471E5B8819454FF3 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFDF2E2F61107D051AF5BA5C45A507BA /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = E81E6EE352017BF7EBD39BBB1B516DDB /* Reactive.swift */; }; + C00913FD0EB3B8CEF286C6B4D4419E53 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E158BFFD891DBEFC929D632826CC1DA2 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C012D5A8A0EF8652CAD89008E72CC9AA /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A669270C9D63C9DF8084061E1760FF1 /* SnapKit-dummy.m */; }; C01355012AE3DC761464C352BCFD4197 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 847C468BEFDA8ED1A160F6CB699FF097 /* SDImageLoader.m */; }; + C03AAA9D28D4F2E12F939C47E04D64D4 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F8FE6A94E8175C982C456E0E0BA4A21 /* Skip.swift */; }; C06003DD05A5FB9050C6BCE1DD128511 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E4296B1CFC832C8B117B64BC1ACC89 /* DDScrollView.swift */; }; C06198FCBBF8CEF254BBBFA81EC292F8 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 73062DDE2EE09F8C42E7312429EA75D5 /* JXCategoryImageView.m */; }; C08497A34F7671FF094AA92DDB82CEE1 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD94F7DE87B0CC094F00D68DA286273 /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0A16AD03D4F121B5F6D22E51F6FD69A /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C0E7A230C16D8CECB635D905BC2E57 /* String+ZLPhotoBrowser.swift */; }; - C0C3FEF599F907D92765467CDC8CBA62 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241FF3A5798CD5D15DC4826F25685221 /* PriorityQueue.swift */; }; + C0AD15C04C06FA1AB855B1663FBAF515 /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 969B004027C04E69057B1755AFB80483 /* KingfisherError.swift */; }; C0C8B5A6D43875BA9B2C23CC0181071D /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1640C3C5FE39AB9A24DC2F48732B764 /* DDLabel.swift */; }; - C103D880B710CC613466911399699A45 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D46CC2128DB4C67D5C5526A7CA1B673 /* UIApplication+DDCategory.m */; }; C115C15858CF1B67C2654831E2FA0CD6 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1732D84E557CC266E736F3F407B77E /* DDSwiftLog.swift */; }; + C1386351CB2B77C4DF0C5B12C60F38DF /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3688F51C1593ABA905237563E68AC3E4 /* Queue.swift */; }; C13CCD0F2979956BF520659BC2826A70 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45999779A06BDB556C2577CA1CD04132 /* ZLImagePreviewController.swift */; }; - C2182CF64563266902368F989EC85898 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87B03BCB26531EFAD3017E8247579B88 /* Infallible+Zip+arity.swift */; }; + C17CDAAAFC0F2A8703C04CC4B772B285 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A74B7EFF7ADA92D27A8117617E0570B /* UITableView+DDCategory.m */; }; + C1D73931C071D12A706E19453B749AE2 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 31518C55EFCE9ABC60E403EA65A89786 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; C2690FBB1AF6367DBEFA11F552A14ACD /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 49570826EBABE809B5AAE22240B49FE9 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2705305E6D9DF0D386A8097AA1A6E5D /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302A9690A9EB5D862EAC6656C50FFE04 /* Create.swift */; }; C27DA232D42C0C1A1860904474D006CE /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44C4E2BD0E22B093886DD08621497250 /* MultipartUpload.swift */; }; + C2AAFCAC5389DC0E8FF9D038A125D34D /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0093AAE028B6C0C9A6872CD41E8F224 /* Maybe.swift */; }; C2B53EB045512989EDDDE03B3592E068 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A45641CA451914ED5F59F2FE3E605C4 /* ZLAddPhotoCell.swift */; }; C313E645865798661616F4F3407D8BD1 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C95E5DD301B9DD58D57AC0C69D437B42 /* ZLEmbedAlbumListView.swift */; }; C317B43DB6D2482017A763892A53203F /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF282322E369512AE0B2C7224A1C1159 /* ZLAlbumListController.swift */; }; C324D23492EC6AD067A7DC7E705DACD9 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77DD2B8AA2FE1E6499B0E516376EA32A /* DDButton.swift */; }; C3396F46162BECCC47A36826B0CA1070 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0611864D573DCFDEBC60F44BC2BF3046 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C368C929F835662D634A6417A577B7E6 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A657498E888960B8D69228048A8957E9 /* ConstraintInsetTarget.swift */; }; C3CFA478FB802F5A6AD209E5E1B34F54 /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1241551392C750C2A117A1AF7333F986 /* UITabBar+Rx.swift */; }; C40F08C50B0B6DDB15E4F1D6F18213A5 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B7E7E9F0897244A4D72AAC8F86C234 /* SDImageIOCoder.m */; }; - C4412DF86AC3B9B8E16D92070EE0EE98 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62267E182EEBC7D13C99CC8E8284263B /* Take.swift */; }; - C476FEFC1BD083EC0C737B476CF92218 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A74B7EFF7ADA92D27A8117617E0570B /* UITableView+DDCategory.m */; }; - C4A82AA8CD7891EA45A023790F11D4D6 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D0683E52ED9C26623D45A55FDF7ADCD /* ConstraintMultiplierTarget.swift */; }; C4BF6BFB52FEE82B04DB8EA2AE9E5BBA /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27C89D43F5F5C5A230D2989E4AF75DCE /* UIDatePicker+Rx.swift */; }; - C528494F945DDEE4FC91A88014FB2FCA /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A83883EBA02429816F53BFED6A963FF /* CompositeDisposable.swift */; }; - C55EB335ED97B81F6C31343B912D08A9 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D69919D6215F6E70DD2B734A20D17E1 /* ConstraintLayoutSupportDSL.swift */; }; C56AD838C0FF689FEA8E5AEA32E94175 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2790D7B4093F06FD56EBBFBAC5F0ADD /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; C581FAFB2BE7E18B9FCA322BE28127A2 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 071626E07B705D41B88ADFB7AC0DF5BC /* UIImage+Transform.m */; }; - C591F07BD72D4F2722895EAD946AB33B /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6B660032E8ACB5EF1AAA3771BC33B51 /* Debugging.swift */; }; C5A65CAA184CBF2D7641A9EC731D4F5E /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4FD0F19A4C24A46DBAF15849C47316 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C654AA5BBB99245C989EFCF5D1973987 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E61F1C7CD754322D56F25AD174630D5 /* AnyObserver.swift */; }; C65ED3D3286E2BFCEFB3291A3A776317 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1531F8E8D61579BFEBAD6F1C52CCAE42 /* ZFSpeedLoadingView.m */; }; C67841324248C9CA5635AE5BD7C3784C /* DDDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845BE09F0A433E8C3F3FDBDD8DBBBFA8 /* DDDate.swift */; }; C685B4E57FCFFF4FC132CC2C886CC561 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E32ED75DA686FD6ABFC1195C40A1D54E /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; C68C35A8E72BEE67B8BDE9E7FE89BE46 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = B689E2FB2A148FEB44AD3C70B9B0ED67 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C68C496948FE3EF656E4F4310C8BCA58 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E78171299755BEFF44460A497F35F50 /* Kingfisher-dummy.m */; }; - C695E83CFB500BA64E7453F65DC2F0E7 /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6976C1440498252992C9E4113C0C6745 /* Date+Dispatch.swift */; }; - C6D5778639DB6B99F220CB1DA5E94398 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7290E58D332B8478F0DAC0271BF0AE9D /* KingfisherOptionsInfo.swift */; }; + C6C78832AEF5E5D14D5BFA716CC44C48 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 075E16FB065AB6BA5DABFDF34CE03D47 /* Filter.swift */; }; + C6D34D15AF1274018CE0783502A3B158 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F6C90DDB6D0CECE17162792CAD7C03 /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6DA2E4934FF5B9306A63CBDA9A6D4EE /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148C82AFA75CD8A5733A7BBF0AE991E8 /* Completable+AndThen.swift */; }; C6FB7F94CB7899B5D36DFC3BCC9124F5 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16AF5E86585868583AC056C635556D5D /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; C70566B479FBFB82538A0E1C48E33C45 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE26D254668587E24BD623D68658A42 /* RxScrollViewDelegateProxy.swift */; }; - C7157A49179F8B480B2EB33684A457DD /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F73AB6CE9A916BBF6B874DB39DDCDE08 /* ConcurrentDispatchQueueScheduler.swift */; }; C76E436525BA78E49B7646D419140C86 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19DBE92B433291973FD77D062DB1804C /* UIPickerView+Rx.swift */; }; - C7D4617E202ADFEA66E10477CF7AC675 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3F7ADD4B5091A59FBE5DCBD1232C69 /* UILayoutSupport+Extensions.swift */; }; + C7A7D470A5C903C5EEB4357A98F7CE91 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE480B591A4A833A1ADD39DE8480608D /* ElementAt.swift */; }; C848D2C5E05796A51A2CEC91D99D186C /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = AB59862108140BA4778CB14AE9B144AF /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; C8522895B2B87B2C972E499ED4BCA683 /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 16937FAD2BA7CE49093AFF656E31315F /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; C91C59A7EBFE30758FB1BE247A0C1368 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 421E3EF9051A65908D68846C0A0F7B09 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; C975D55EF9DA37044907022D01EFC501 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3C214AACF37F8C3CCA857769BD84E23 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C97ECD8C50412D0B9F286C3DAA930964 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72AD81BD8CE602DDEF5DD9C29C1FF3FB /* Never.swift */; }; C9A4CE5CAA3D142D609453B227BDF3CF /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = E8379A9597AE2A439C60A614763F2780 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9AF6B2B4923D4138C137E9D841003A4 /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C5473B81D1DB4234B788856FC4A974 /* PublishRelay.swift */; }; C9FF0064F6C55CD4E49ED41B2EA17DE8 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7BB7012E8D6D380BE36620C04444A8 /* EKSimpleMessage.swift */; }; CA09255FDEA073F52E9B21618886EE8F /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 143C47594097A7264EFDB1ADF8D19979 /* MJRefreshNormalHeader.m */; }; + CA1E3C7472AB01625935AF07C3664FCE /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FC332896FA27CE47133593260DD2640 /* UISwitch+DDCategory.m */; }; CAB5A868A61CB97E7501C0E73726E34B /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB762D3903CBCCA79803395EAF8FE87 /* DDProgressHUDKit_Private-dummy.m */; }; CB0DCDB203D1D4E3DBCF2931711D6A7C /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A49C7359C953952513A67D30E7D3EABA /* EKMessageContentView.swift */; }; - CB12093871109892440B24DFED5947E8 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279B475E516BADB7BDFA1A3971B43122 /* ShareReplayScope.swift */; }; - CB142B2D3473AAF8DD24B6DB6EFF4910 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4796AD5E3962255BECCE74DE19E19300 /* UIImageView+DDCategory.m */; }; - CB175359D1A6F1978AD961F231BEE0EA /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = C590321E8CA01E36B6F4D6D9782EC070 /* First.swift */; }; + CB9D51FD752428C17BC6AFEA9BEB2487 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = B595498DF7290B1B4DCAC77476853282 /* AddRef.swift */; }; CBB261988616F006F3D14E6E3E1A1567 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 7352D504F9B3033A2A32FE4DF57E0ACD /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; CBC7F6CAD45F4BE6E058E1ABA62F83A4 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31597D92239EDD8D5E60CBFBCCBCEED0 /* DDZFPlayerKit_Private-dummy.m */; }; + CBCFD66FB96AF6F908B360533C127458 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0008918602D64B0075A4B11550C4517 /* RetryStrategy.swift */; }; CBEC084A900017F2E5219E7C514B1CA5 /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3892E6D81E75D7AAF347B120540FF5A /* DDImage.swift */; }; - CC34948A5DAB4045FF4AAD873B98530D /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = A28227D955023955C81D1929B875B3B7 /* Debug.swift */; }; CC55C5B908ADB58120CCC05520A0BFFD /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4871EE2B43406A078B3D9020FA3273C /* Key.swift */; }; - CCD499BE152A2CEF76C81BBEFFABC9BE /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE88811A29ACFFD9E0224FF9DEBD13E /* Storage.swift */; }; - CD1F0531D42351E88FA220E85FA5708B /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148F20C1FE6037D63917377A0E105949 /* AsMaybe.swift */; }; CD1FBD083AEB95AF2A233A5D251CC860 /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 773ACA4BBB8F83129499C32B80C6FB62 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; CD25427AEC067E2E672CD4FCD03E1C0C /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6500D2E583442ACDE4C5D9EC925AD14A /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; CD28B9F3F0DF1EAAFBCCFD3FDFF7E877 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3435AE014A1DBB87FFB28676C7C0042 /* SchedulerType+SharedSequence.swift */; }; - CD9634865CD63B65A27EF6D8510B67D7 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BE772C0A46F67DF3912948D06406034D /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE220D74132B4B76B1750581BCE452B0 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6797650D5019ABF9FC41B09C0D5F31A3 /* SkipUntil.swift */; }; + CD2E1DB62DCE16779ECD5F1EC7B3C0EF /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BC0644249590BBE39FBF1EBB7FB51A7 /* ImageDownloader.swift */; }; + CDA26EB6E589F9818FC79D237B03B4CA /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2958E7A66E221F8A8ADDDAD6F89CBC92 /* ConstraintMakerRelatable+Extensions.swift */; }; + CE4707BC51B94C2A4514E64DBE2B2066 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED3B8E30126D0F8EFCE1BB30AA322598 /* SessionDataTask.swift */; }; CE4C9BD43001835DFA0CCA47681C8ACB /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DE288ACE69B51F5C74B5DA985F40511 /* DDBaseTableView.m */; }; CE53DDB87C864CE0B303DD4BB61087FD /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0FE87F94132F4CBDA3FCDD631812D4F /* RxNavigationControllerDelegateProxy.swift */; }; + CE8766DBC1CE1FCBA199921428D695A7 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 744BE88A93DADA5E7CE45891B5234FB4 /* Decode.swift */; }; CEAF6058D42F63FA245DAD43FE4981CD /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9481EBC73DCD892F7F09D536E74E48 /* UIView+ZLPhotoBrowser.swift */; }; CEF5ADCAD1251F127AC70054BB17179B /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8616ACD156EE3B6AADCF58785C870FA /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF0542E7E27082F0AE761E78228DEB8F /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF17D2B32BED4BF2C3214EFBBC6F8B7 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF0FDA8BF9319533BAED7D888A16EF29 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 096121742CA19216206CCC5C9C55D214 /* SingleAssignmentDisposable.swift */; }; + CF84E83D03D3F8630D5D8FB81A11FE3F /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 083CD0693625A461B3871ADD9813A9E7 /* InvocableType.swift */; }; CF8D15E322415CC1628A88CB4935CF1A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 88FB7C263140D6CB60A685CD7B356E67 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; CFA4B5FE834BF6F5947C854ADC9C5A57 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71281BDD338D1D6BE45A71E9F2EBF60A /* EKAlertMessage.swift */; }; - CFA99371CAA3ADFABB498938669565B5 /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C45B3636408DB3ED7981049AC740383D /* DisposeBase.swift */; }; - CFCC42D4D3F0D2980201B8AA2B0CA8ED /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E90468DDF563C25386C23A0A96F71E /* SerialDispatchQueueScheduler.swift */; }; + CFC9E373E8E8B6F8711110A6779AA4AD /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8388628532FB4CB1EA3762008CA20998 /* Repeat.swift */; }; CFCCC0B66A4858FC59896A0D0B4111B4 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 988B14B5AAEF0806F0F108EC7BB9A5D8 /* BRBaseView.m */; }; D01491958316B3D143C1F82521420141 /* DDBaseViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B730A5F1B797A799C9EB67E124B53B9 /* DDBaseViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D02364598AFFCC434418454FFC6F3016 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 14DA94C815C6857ED4636AF6976DF4AC /* UIScreen+DDCategory.m */; }; D02E869FBC7503DA41EA8292A40085F8 /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D788F0A09EDBAC364FDDECCFCE51CB /* EKAttributes+LifecycleActions.swift */; }; D04ED0B157FFAD652458CA96D31C61BE /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DCFB0DE3C7E8FF7B88F6108B288643 /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D09A9790460D2999170243772511ECD1 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37DD3EA9BDF67FAAEEF6F2B4697F0B2 /* ExtensionHelpers.swift */; }; - D0FCD3AAEEE44AF1AC63FFE55F9C4F05 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = A035CF63A327EFD8B3D3B62720CEBAE3 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0B502577D16A023527B293AE73D0C54 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BF5661D329714B80181FA09F5CC48A /* Do.swift */; }; + D0FCD3AAEEE44AF1AC63FFE55F9C4F05 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC5114970FB8B9BD3683F20651B8561 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; D10A97575FC17A740F4AD23FC87961E3 /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04553CCCA1B5B0809139A091678ABCA0 /* BRDatePickerView.m */; }; D12A6518AD01C22CBBD148C8FC550D6D /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C6707DAEF8E77E2D6851F29D69D1C9 /* TextInput.swift */; }; D1381434AA9A73F22A5686775B9BDD03 /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58F4284E71D34B42AAE741FCAD001CD7 /* EKAttributes+FrameStyle.swift */; }; D14356BF87F9E91736CB650348922BB1 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE1858E0213D9697F38C2F7F17BB9492 /* NetworkReachabilityManager.swift */; }; - D1653CA724AE1DE5BCE5285107BCB948 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2541FC266104A7023B17BDC3B0DDF9 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; D1C81C32A93CCE7A35A72FC1D5FFBC75 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C5CC7C390892C722A89D0D088F6D05A /* DDImageView.swift */; }; D1CA27FA62FDFD654437AFE802F0FDC1 /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA330A26FD93FE8C7090AF2D3ABC72F /* EKWindow.swift */; }; D1D3FC269DB485011A5C792F187BD964 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA6EE53F5AE476851D14C30BF32A974 /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; D1F58981CC9B866CA76BD812F0DF5E18 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 99CCEC0891D011CBD28633AC7CACE65C /* BRAddressModel.m */; }; - D237CD5489CDF2F10A0208541327E1E2 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55BB39803CF452CEFE5263DC506E79C5 /* ToArray.swift */; }; D269044D982531C2EABA7BD3F34101D2 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41E8F80E79EF8EE81AE115AF2984FC56 /* CGFloat+ZLPhotoBrowser.swift */; }; D30295702271BA26222EC0E8D2829E63 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63641980ECC25AEE14BC3FE5C33ADF77 /* EKAttributes+UserInteraction.swift */; }; + D3033EBE4312B71F6857F3C32AB1A61B /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 6355515292A82C5F54F441337968E923 /* UIViewController+DDCategory.m */; }; D3A692A8D6778B0C530C667E0D2645F5 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E7DBFC2A4AF62925F7EEA490589A5CB /* MJRefreshAutoNormalFooter.m */; }; - D3A8B9F26DDF3AF28CFDF8703A4CD9ED /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA9ED0061C87E20F3CC95475A09735C /* CallbackQueue.swift */; }; D3DAA79DECE865BDCE076290194B4033 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E20FEEBCC7238D1E81D5446513157CB0 /* SDDiskCache.m */; }; - D404ADB707A3A62405A1210FD73DE998 /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DB13759CB88C526EDF5E7FAD8F72F3CC /* UITableViewCell+DDCategory.m */; }; D41706C216134FC77605103354F07C42 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD22DE407D8AAC515E30B46791BC49C7 /* ZLAlbumListCell.swift */; }; - D44D5E61A19B959722F3ED7B59977BCA /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D9549CFF0201D252D54CE5E9CCFC20B /* Zip+Collection.swift */; }; D45471D1E2289BEDB132AE8868F21AAA /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = FA9396E93C7606B5BF898B9AAA1330E6 /* MJRefreshGifHeader.m */; }; - D46B01CA3FCD808FA167EFF8318383C4 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E704EE6DD6D4D53C31F42B04E7430A3D /* ImageContext.swift */; }; + D466462F238BA0D26FDA4DE9DC1C49AD /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84074A7729BAEA6FDC7F90F1BD91DFCB /* CompactMap.swift */; }; + D46E3079DB3D39D2C6D509064D5E6C9D /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE88811A29ACFFD9E0224FF9DEBD13E /* Storage.swift */; }; D4DE36B575B65B54091CB7179DDE1242 /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A7B4F7B5BF39403F818FD70F9B5FC50 /* EKAttributes+Duration.swift */; }; + D4E8F2315A57CCFA63624E866A54BF3D /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E319E67BF7B71796F0406A3900DAC026 /* Resource.swift */; }; D4F67ACDCA6B952008E043750BAC4940 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EED409DA77D3EA93638F2A09B8091B /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D508FEAAB28CF92F1FA3520CE680BBEA /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 48192C70AF2F373586B8578A8A1774CA /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; D54C1EB233C3DFF0AB1C78D665B7A5DF /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 748E97C85C43B6AC70725C96AAF2692D /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; D552F57595574A84A82587BF008F32BB /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AB2ACBADDDE44192332B3C0C76E1CFC /* DispatchQueue+Alamofire.swift */; }; D591717337E72C406E7C3F0BF9F4907B /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3075266C6156FB41476FE0CDA5FE6DDE /* UITabBarController+Rx.swift */; }; - D5B8BB0005E0DAC451C28A3F664BE902 /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B4867C6FC5DF623910F10B9DBF1339 /* CombineLatest+Collection.swift */; }; - D659439B38DF44D96DF3F51CABCD808A /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C80C38B1A455B774A5E82495D6E0B9F5 /* RecursiveScheduler.swift */; }; D6696173A60A63EAC3F30D4BBC21C72E /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E16BDD2F20C59FD2A3D020151FDF147 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; D6E51D328530E74EBF3DFBA6709DE9D0 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CB8F9851E73CAEF96E2AACDF8F2D68A6 /* UIView+WebCache.m */; }; - D72A8F860303C8815473DEDD8EE6C1F1 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE825734D45E91AF726E187E829B2036 /* KFOptionsSetter.swift */; }; D76130AD70A7483771A8051BE486A761 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C4FAE68A5A38BA312C933B8D7159A182 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84A4EA4F24275C2EA04E5B5323D1256 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0276DE0521AEE3C62DAB22279F14110 /* Delay.swift */; }; + D8137F6B4756B0DF149FC5312A2B18D4 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = E70DD755036550070E79232853D76D37 /* StartWith.swift */; }; D86F0D26E943BB73BBB29356FD203D18 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7613EC0DD129CE1B160F62BEE5479C6 /* ZLAdjustSlider.swift */; }; D87C8DA2C35F94CD5157A6F37F9A9728 /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 098C45CB96490408E0CC3AEEEDAA380B /* EKAttributes+PopBehavior.swift */; }; D8DDE2D559F66BDDAFAEBD52C6E4176C /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = FC09B1C00E4B59CEB7DC96F6F3738596 /* NSBezierPath+SDRoundedCorners.m */; }; - D8EF7A21DEA619ABD49812B07979A72D /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA3E9B80FE922D4AF4C84A721C9E6A3 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; D8FD93FBAC2166F333BA48C4D726B091 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AE42877D398179DA0E072E86553FF55 /* ZFUtilities.m */; }; + D903B307FBAF759A0A3249D6D1245F9F /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7271D32A83DD0061A5EB99A1C4F76F1 /* AnonymousObserver.swift */; }; D9608FB125F849D4B3C79BFC4B8023C3 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = A2F13626CFAAEBEAE46AEE204C1F2931 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9A0EF127AFA3AA2030302D4B6EB3F09 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DF2424E5B0A2384BA8EE2E0ACBBDD2 /* Concat.swift */; }; D9AC52596EBDC826499603EC3A3A4DA0 /* DDUIGestureRecognizer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A48F0CC41CE8C5028D98C0721D3179 /* DDUIGestureRecognizer-dummy.m */; }; D9B8B43830362EE0C77A55B6CE157ECA /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 31DE28CC7B314C27DB2FA4FD64754F51 /* UIImage+Metadata.m */; }; D9DFB73AB4BE6CB973F6F316B2A6A765 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4CD590F9AD38449ED8AEF644C911110 /* UIViewArray+QuickLayout.swift */; }; - DA08869B3238C584937DB110780F3DB9 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DFB6E5B5891DD81B79A78023428894D /* HistoricalScheduler.swift */; }; - DA255AA8FD538D187183CDF9D1A74843 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72D4917B7B44AC9BA86782E35D0B4C55 /* Runtime.swift */; }; + DA305C2199BBA2979FAC82B9B945D8F1 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0276DE0521AEE3C62DAB22279F14110 /* Delay.swift */; }; + DA3511A56A08302A48FA5B8D02A1256C /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6FC44B589CD6E83D1D4E31203900680 /* ImageProgressive.swift */; }; DA39F13925A217C94F8582009262EAA2 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44E017C3F9F39219B6965FBF3B40CBB8 /* EKWindowProvider.swift */; }; - DAEB126211177DC94FF2AA6CEED72C45 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6DF22872E57C0102F0353CD77DF1DD /* VirtualTimeScheduler.swift */; }; + DA4BE955967FC787AA7858F54DED62A6 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DFB6E5B5891DD81B79A78023428894D /* HistoricalScheduler.swift */; }; DB15F0057F1CC17F374030B02456DBD6 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = B52729432D0618FDA05FDAE16E8A515B /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB271A6882EFADA2465A7E5880FA5E97 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE999B08392E07452082200FFBEE1CC /* ConstraintPriorityTarget.swift */; }; DB534E0B9BCE28F670003044F0242932 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA7CABFF9C7D06D1B9AFEE9B8036BA9C /* NSBundle+BRPickerView.m */; }; DB546CEBEB12A61D98A707A776672188 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = AFA3CE598B6B2E334007988B4FED7846 /* UIScrollView+MJRefresh.m */; }; DB8E1097EFEC248D83112C45B37D7B88 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0144CCD36AD0C7C1DB35D65B69201FBB /* MKAnnotationView+WebCache.m */; }; - DBCE4959C08C4EE643686A43C92B85CB /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FA00A2BAA22BC9E994E551642AA62F46 /* MAPointAnnotation+DDCategory.m */; }; + DBCE4959C08C4EE643686A43C92B85CB /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DEFC1BAD3E38D24CB86497B6253E0157 /* MAPointAnnotation+DDCategory.m */; }; + DBF7A43CBA636F4FB7CA2D1ED7F8C45F /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840A0C632A53E2D9C52F26D56408AC3D /* OperationQueueScheduler.swift */; }; DC2AD54F59773138F1461A45C2F19097 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71BC2001533461AC675BB8176A42C5EC /* ZLPhotoPreviewController.swift */; }; - DC78FC0C678AE5A49739C7D12D249EF0 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE999B08392E07452082200FFBEE1CC /* ConstraintPriorityTarget.swift */; }; DCFC0A1DF00D723685BD6239724385C9 /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = D7883B384F628CB629C9ABB7B7245A22 /* DDMAGeometry.m */; }; + DD0265642154B25DF7396D400255B7D0 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADF7F0EC0C3CACF481F75825D41B501E /* Utils.swift */; }; DD0D82EA0192E44DA541CEC3B4A673CA /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED75E74900DDFAB56AF11B036BB0FCD /* UIView+Utils.swift */; }; DD13D1582CFCE65C448C2B56AB55ADB1 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D94D8CB65F1A12EC81CE0A973367112 /* DDAudioService.swift */; }; - DD2FC07FA617A7438FE4BA1D5812748F /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3BD0090CD21E01B1267EB041E30C9F5 /* ImageCache.swift */; }; DD792E3784D6D144A65A189A78A58428 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A26DF539E69EBD65AE35629668E54B39 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD7C7396D5E6E68C6296B68F840BA707 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4BE6A91521E5EAC28197FEDD02A752 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; DD7FD9534175BB8CA05C83AA8BDCF23A /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B49B08D5D0C75D439D6549667D70FDE5 /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDCA9B55FB96C668DACD3B3F880F226D /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7BD52F02F573EEC428F7F5B80DE54AB /* FormatIndicatedCacheSerializer.swift */; }; + DDC73B7428701D6A0D9D5652680C660D /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 203F7BD019CC3CB9288868BC69BF91B6 /* UICollectionView+DDCategory.m */; }; DDF9F1CD51A0B6E3FAEEC690269482E6 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F52D0DBF5AD66F0E8E26D9C361802C /* NSSlider+Rx.swift */; }; DDFE00C961BDCC08086F9939477303CD /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1EF7B59380335E683E048CA834B46AA /* DDTextView.swift */; }; DE4F489481A1E3AD69973B943DE2E414 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF13369800385BC9A2D087B8009AEC7 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; DE63FE12234373986128740BCD872713 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68529558C9D8A967C9F403B7DF5BCD1 /* Observable+Bind.swift */; }; - DEA9B893B3832F7FC998D69877049FCD /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD26135A214696B53B72FF40A36B682E /* ConstraintAttributes.swift */; }; DEA9C3D6CE995A50A590F7844D364C53 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19EEB437989F967CE18B5C9C0EF0420F /* ZLCustomAlertProtocol.swift */; }; DEAAA0FB6DAC4E8D6E9F37F3FFF7FAE9 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D4DC97CCEFB0C2B54ABF1765B2D2369A /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DED5269704AA83969175FD6B73BEF605 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A295D7A3B0BB9817D5D0BBD34F1B5C1 /* AVAssetImageDataProvider.swift */; }; - DEFC383609748EFB57D2635945CA3B56 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472852AFC0AD59D1D60167206D4B827C /* Infallible+Concurrency.swift */; }; + DF1B39360348AEDAB4FF1E3E7C6FAD31 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D69919D6215F6E70DD2B734A20D17E1 /* ConstraintLayoutSupportDSL.swift */; }; DF217CDC17FBC6B0860732A9547F6805 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C232D20979AF16F26187A5D5AE9B917 /* ZFNetworkSpeedMonitor.m */; }; DFA46412CF2FE571B31ECD6CC8EEB9BE /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16A25C77FFB0D4501AF21F1C44C9DF08 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFD78CB5EBA3914EC5244FD6BCEE0A50 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472852AFC0AD59D1D60167206D4B827C /* Infallible+Concurrency.swift */; }; DFF1DB48DB0640CE62267571AB775F15 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2549A5FFBE60056C5D8805268DD62D34 /* DDAutoUIKit_Private-dummy.m */; }; E017B4EF323A0EBD732F33B9C92FBD0D /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = B59FF153E16CC33E913D4793E22C4C70 /* UIImage+ExtendedCacheData.m */; }; E01CDA460DAFCC348AFF41C35B802C89 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FD2C447723EB06C618E63C53E82BC8F /* UIView+MJExtension.m */; }; @@ -1172,114 +1173,105 @@ E0535C22C58CFE61C7FC72412989EE7E /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F478A00E28F36260FEDCC711019BEDD1 /* SDFileAttributeHelper.m */; }; E07F5D56A6657C9297ACEF8B1E6047A3 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = CF43C9CF194F31A7940F74B4FF598520 /* ZFVolumeBrightnessView.m */; }; E0A97352EFF47010A3449A81255CE5FD /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F809FF530203A1CC00B59BECDD0807 /* DDCollectionView.swift */; }; - E146EBE5C5CE49641578FB0F8C6D51EF /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E7782C09C2EF6F0366380756B905523 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1F92CCF00A2883DC247F888D363E534 /* car_xingshi.png in Resources */ = {isa = PBXBuildFile; fileRef = F7D2637910AC00E0787085A95479E810 /* car_xingshi.png */; }; + E109A30B66A237B475868EF2EB112D41 /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E704EE6DD6D4D53C31F42B04E7430A3D /* ImageContext.swift */; }; + E173B854AA3F3AC0272823718F040518 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 58130997E7B6F5DE56EAB213DCF0CEE1 /* UINavigationBar+DDCategory.m */; }; E1FDB8D42137D8BF8709EE551862079B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1137B1F6086A51CEBB2C59114010D454 /* RxCollectionViewDataSourceType.swift */; }; E24B4E923380A82510C81933D8ADEBC0 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5A37911C110E24B942A30035EBB9D0 /* Asn1Parser.swift */; }; E27EFB8F48312FC0268C6B922BA3474E /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = AA805B215C1AE725562C96588DAD7C95 /* MJRefreshTrailer.m */; }; E2D1C8236E08CA248E758FF3BDDD2BB1 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D30B81CB2F32AA3D3C6F55293714BC53 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; E2D3345435E9F597C1445F09F5BD5FF4 /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34FDF29B3F0FA2EF4DF43F09D0337AB4 /* EKAttributes+Scroll.swift */; }; E2EF5387D71F2D5DEC1F9C0FE6026C1A /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 380559761C13BBE056DC29E0A04A4032 /* EKEntryView.swift */; }; - E2F0021948A3E09AD3BEC93A481D80E6 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85966BEB547EE6FBDD224FD625CC5036 /* ConstraintView.swift */; }; - E303E3EC4009A13E7B6D9E3A12FAE2F2 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3688F51C1593ABA905237563E68AC3E4 /* Queue.swift */; }; E30D053236494B7F13FCF9171D8EF69A /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4CB7EA0F99223AB9EC6622BC8073B5 /* UINavigationController+Rx.swift */; }; + E343BC4085CEC0991C62C4E9860A317F /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AFDA438F2CB377A90200696A83E8A26F /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; E425B1792B00EFB153A9BCAC85B730F4 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC4A136DD2993CA505AD3D2D71EB0DC1 /* DDViewController.swift */; }; E42BF0E600D0189F7F9AD5329D385334 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1E00AEE988904D1A2E07CB02E37E3CC /* DDTextField.swift */; }; - E49903F1187D2A1AADE632794AA568EC /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60C1386D1EA13FE27F6AD52DC18929B4 /* ConstraintLayoutGuide+Extensions.swift */; }; - E55E32CEDA02F979CD3B40CBCB8787E3 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5618B3CBDD0378FD304AA849FB7E3DF7 /* ImagePrefetcher.swift */; }; + E5174C37C324EFBAB1B6858E754132B5 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D038A0E54AC56F7862F48B30B2FD1637 /* TVMonogramView+Kingfisher.swift */; }; E5B3C04F705FCB65441CA1FE35CFC536 /* GCDTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F4FEF523E078D73FDD59A2D323AEB68 /* GCDTimer.swift */; }; E5F6C631FE32C41FFA4610E64AFEBEF6 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 92AD7419B07D5474C27C585BBA23C52D /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; E60B45E5647579F76C24F8451C2EB8F7 /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27DDAFA68D461189590A781D885B08DF /* RxTableViewReactiveArrayDataSource.swift */; }; E62A2816F9FFAF952C0E47C31B28D461 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF4AF139A2CD0B1C2DD7A21B0F332D33 /* ControlProperty.swift */; }; E62A3E33CD01B815039CCA9622117DC2 /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 57739E4B1529E287D18C45315FF7B202 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E64C8767716CC5B2FA01B18031CA39B5 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D45CA8058743A7F38CF6785E682D88 /* Sink.swift */; }; + E658CD413B16BE786607BC901C2F104D /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9867B2EB1DAE0C2B7C5C50D13E905911 /* Just.swift */; }; E674B743DA97272AC8135AF21CF22F80 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = C967D079EF6FBCCBEC9FA293FAA71CC9 /* KVORepresentable+Swift.swift */; }; E6AAEB8C90F798D2176874B496FAED5B /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34374CF6270FD86C88E0C924326EB4EB /* ZLPhotoUIConfiguration+Chaining.swift */; }; - E771A077456056F37E0D49A1C846ECE8 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 58130997E7B6F5DE56EAB213DCF0CEE1 /* UINavigationBar+DDCategory.m */; }; - E7DFC8258851099EA533819D22D0BFF5 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538588A4A3F9DA022CD941A1396B22A8 /* ImageModifier.swift */; }; + E74F7493259F05B2A04C1652E6E43E95 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E4A76D97F81EAED84EE7E08B223E77 /* UIButton+Kingfisher.swift */; }; + E7CCC9BCBBBF158C5446B3514B03BA49 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DA8089699F675F92D38A8447C9E9CD /* SchedulerServices+Emulation.swift */; }; + E85A7392BCE52EECBBE6E43423830103 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B44012F4CBB2177564FD286809A617AD /* DDCategoryKit_Private-dummy.m */; }; + E8843A7F0789030B69B74DF43E2A681C /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2CD80794C15CFC1D38CE387F5FFA587 /* Platform.Darwin.swift */; }; E89EA5216E074A8E2073062D8AF5EA40 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = F2473BB1E608B6971489B7A53C351C6D /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; E8A2CDF5B1D642F2C3225619514140C4 /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FC586E778B5BCC8C6537F62D83DCE0 /* EKAttributes+PositionConstraints.swift */; }; - E8C132FCD9C226B5B0F6367F5DC07491 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A83EB2D8458652057C107BC1DE05D6 /* ConstraintLayoutSupport.swift */; }; E8F5C10BEE66E0A8E67F786EE75C4DE3 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27FEFD9E0CCAD58318AC663B3CC3DC2 /* UISegmentedControl+Rx.swift */; }; - E942C28E44893FE8321A5682240812C0 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA1F716CD1CF6142F041D5CA29414D73 /* Box.swift */; }; E9466C49123B6DB38997B61FBE1A864C /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 11DB4B33E674BAC453788E881987CA5C /* SDImageCodersManager.m */; }; E94B3EE66EBD1003468410DFEEBCA688 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4CD8D8322964F1E319C4C7D7955FB86 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - E95A52848182235E9532CDD844EC81D8 /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E32A8F441E3065DCD4C62573C27E6CB7 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9C57A815E4F059EB386222DB81CA208 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5B1C7F9FBFA87368F4A45CD88C39AF /* ConstraintMakerFinalizable.swift */; }; + E95A52848182235E9532CDD844EC81D8 /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C0ACBEEAA2556F10F0C593FCD54589AF /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9C33E985F77DE1C5F11E46B12F41C0C /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67CCDFF7384A675553747D5378FBBA6B /* Reduce.swift */; }; E9D877C0FC7A2087F6B5FEC67FFD4CFE /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FF71EEF62ADA106856940A825E65885 /* JXCategoryView-dummy.m */; }; - E9EBD5DA2814E8A5110DF2D7D936E9C1 /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = E71A4D9B4E0F90E8DD77654518ED38BD /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9F4FF420EBCA7520C69BD5F7EF4E65A /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0967689A8F9C2DCE46E3A67F00AE8AC4 /* KFAnimatedImage.swift */; }; + E9EBD5DA2814E8A5110DF2D7D936E9C1 /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E5CDBCAF252ACECE2568DC0DAC428C9 /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA20E7451CE67E411DAE038C6EE49472 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A3705569D06CD1C3D82B633AA1BA6FF /* SDImageCoderHelper.m */; }; + EA335E86268D323C30DF9D0158588D61 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 598E6A319E12853D194407B401CF68F3 /* CurrentThreadScheduler.swift */; }; + EB1F8A9EE6AFC8276A523D7AC816A079 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4AFBE72238554D5C38B2E73C2E7D956 /* ScheduledItem.swift */; }; EB34415A0817B6F0EA97C89773A6FB99 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5CD4FB0686C7E29C7E5D8B9EEA80128 /* ZLEditImageViewController.swift */; }; - EBC33C57E2224321D07661C3CB0CF603 /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0BBC52584966EA196A070D362D027E7 /* Sequence.swift */; }; EBCEE8F5579114E5F617B63B87CF4B48 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = D992CAF6F643BC6752CE5067773341D0 /* UIView+QLContentWrap.swift */; }; EBD415C26D6A34A0BD3DC50D43856960 /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CBA7CFD444AE0A919BC080114561CB /* ZLAnimationUtils.swift */; }; EC2B3804DBD7244270FE3CBB4076AE22 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = A774D528B65C22872C852618E4CA9972 /* Bag.swift */; }; - ECB26D576E6C3B01D0D0509912BB3DBB /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D7569F0C2A93E265B599A877E0C3A07 /* Timeout.swift */; }; ED3F8719AE0C4D9464C372D0CB5D2E14 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 70031451FF9A0B512FDF8896CE08F31B /* SDInternalMacros.m */; }; - ED50C6719B6C6156968928FE347B0715 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 096121742CA19216206CCC5C9C55D214 /* SingleAssignmentDisposable.swift */; }; ED9F225882E966D67FD120629EE2B926 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 05342DB11429C03A3367AF040B6FA91A /* SDDisplayLink.m */; }; EDB63409EB6B2D945EB157D8A6CB1E4D /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = ED921FB2EED2041162D6B1AC9B803435 /* MJRefreshBackFooter.m */; }; EDC4065EC27A50BCC6B13FC3ACD00185 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D540CF2041B9ABD861AE64230CC6F23 /* JXCategoryTitleView.m */; }; - EDFFE5F595D0B9A02163134AE1201307 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8773955B73AA803D7A63D24CD1E02F16 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE379B4848EDB17BE1C4D32E97B930A8 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E12BC7D4C6EB3E41C4477E1EECB5FB /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE4F330BFC8B694E49B714C8A93CC916 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA66521B18FD30143D5C6F9BFA90E420 /* RxTextStorageDelegateProxy.swift */; }; - EEA990A2A8ADBEC09C34641DDE9E5C82 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED682D2D60BB36EC3A4058B1CC780E4 /* ImmediateSchedulerType.swift */; }; - EF417A560EF76B8C73FFB7CA80964D30 /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 15A2E41A88770A5C13E8B605FC977CE5 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; EF5F3CF8BBFDE4BEA2A2380A503569E5 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = ABFBBCAF51D33043857C4A571A798476 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFAFE1E32127F74CC9844AA1E0DEDBFB /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D0E52EF7444039605404C8DC5DBBC3 /* PrimitiveSequence+Concurrency.swift */; }; F001B72EF2941419AF8310B30D8FF42C /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 893536CC376DA0CC9C064AE072C18274 /* IQTextView.swift */; }; F0133CE9DC3178B35F2AF1F29D535F7F /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA2E5998F686D7D9E1AF5FC9D165FC9 /* URLSession+Rx.swift */; }; - F0708A8E24592512CBD426A59D9F1F90 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8974D88ED4E45F2E79B45F2F2299FF8 /* AnimatedImageView.swift */; }; + F03D5BF3A7895D08115FABAF59745C2C /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72D4917B7B44AC9BA86782E35D0B4C55 /* Runtime.swift */; }; F07D944FB9EE7D69319AEA7DF8818876 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 10EC3A2D38F96E6F2722BB5B6C854F58 /* JXCategoryNumberView.m */; }; F0B4282A102ACF883C5664EE6EFB2081 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D697451EB34B6B3170534D4B10E9858 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0BFD1FBF669AD40E4BB8F894BA22A34 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72AD81BD8CE602DDEF5DD9C29C1FF3FB /* Never.swift */; }; F0BFF5608C4202CA0453E53F57D91514 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 574B3AE037C5300A655F01D3FE95657B /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; F0F38230060D730610F5815650288F1A /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BB442361D7852D2EA9EBB21EE7346E66 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F10DDE6CFE901B78712D3E19ED0AB433 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D0683E52ED9C26623D45A55FDF7ADCD /* ConstraintMultiplierTarget.swift */; }; + F125D31254743EED83522946DF3AAD5A /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52863F122A278F14E3E3260DAF8AB7F3 /* Bag.swift */; }; F17BED9A66F08C6647EB4CCED0A8EA8C /* DDBasicControls.h in Headers */ = {isa = PBXBuildFile; fileRef = 50D815C6252DF657DB6BE33F1B07BC14 /* DDBasicControls.h */; settings = {ATTRIBUTES = (Project, ); }; }; F19174B6F08BC6807F7168938A624447 /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6EBBD25A64DEF4790FD326E40FA4BD0 /* NSObject+Rx+RawRepresentable.swift */; }; F1B8D62196F1AEB3E7F0D9B1EFE4FD15 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = BD83E97B7D04BE2ED90A80EE3174285F /* ZFPlayerController.m */; }; F1CD6661FAFABF16CD930C30A0566C47 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E72B43E7E1752192260889C95F70E2D5 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2DBC02086BFD2B77353927D3FA1BCE6 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EFFE7B6D7FA05E867EB7EB0EFC4037F /* SwiftSupport.swift */; }; - F3066EF5B8350DEAB1DBF6CE63C91972 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7E7527520B3A103CC809C44B1964E0 /* NSBundle+DDCategory.m */; }; + F2C336C7DFC8A2D530812A5F7BA4B9C1 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE980C1F0ADE356DC185AE14EFC7F8EC /* Window.swift */; }; F3128567652CC62E62B1B8DBEEC5A304 /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89968A746CD6ADAF7808BE808EE2822A /* UIEdgeInsets+Utils.swift */; }; - F328CB47A22D2CFFDCC779BA11FC7164 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = B58F0164B95DAF00C2F2FAAEC784B52E /* DriveRouteCustomAnnotationView.m */; }; + F328CB47A22D2CFFDCC779BA11FC7164 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DD46860055AD1BF7280B87E0BFDFE8A /* DriveRouteCustomAnnotationView.m */; }; F3297C24B7F6D6AA6679633470AFD387 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7C9FC98DB79E26839FC5E305293C533 /* DDBasicControlsKit_Private-dummy.m */; }; + F36E9F650765A75870238B9910EFF879 /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BEAF6E04264BC7A8180EEA93A5A3DF0F /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; F39F0FA7DEC7786370959E557810E16D /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 201F7AA52458E35CB952394BCB724EFC /* SDAnimatedImageRep.m */; }; - F3B36CD0D415F2681353D3EF215D1CB6 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = F347AC2AE78280070C18CE21C9F7A233 /* ObservableType+PrimitiveSequence.swift */; }; + F413AF1A3AD32E84466796ADD3DE01F6 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E802C6C1B4D880A701B2F537834655CB /* Generate.swift */; }; F4B076723D3EEFEE244EE1009B3CCF28 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = BD899C15DDD483F10DE8C7EA8B679519 /* MJRefreshBackNormalFooter.m */; }; F4BA1100C7409E860A413BC0F2B3AEA4 /* DDBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A38BC83AFC9B8C2250A60953C124C43 /* DDBaseModel.m */; }; + F4C1E9763B10CB32FB8FE9315E3D0153 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 514E28FBB10BA84562742D5C2C9919F4 /* AsSingle.swift */; }; F516F3D6A4D4372838C9043170D9D653 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9A2B09464B22DF798E353EBFAAB06C /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F525906C5A016C296FF10CB143F624BD /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = BABA1DD8AE5656803E190DBDD5BE0504 /* SDWebImageDownloader.m */; }; - F57488AD2C4A558659AECC0D1F08A531 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68DA5885615E898C0D109C4D9343A3F /* TailRecursiveSink.swift */; }; - F5842B4111F9C8D33636F4BD110B14B9 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3379B94D517695F74D73EE7645AEA3 /* Platform.Linux.swift */; }; - F5B9C9AA4EDF915BF97C4051FA8FE7A0 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8F1790EFB10861940953BF6025BCAE /* KFImageOptions.swift */; }; F5BB2BEFDB9F1EA2A0A168F46096A065 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = E0571FD6E3C8E8BFE7BE80A72DD8929B /* JXCategoryTitleVerticalZoomView.m */; }; F5D8728188EC93EA5FAF5CA84A2C3E3E /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5109ADDB80789E7A9C3EE514BA2B0B9D /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; F5E07701094C970A9458F8BFDAB4F3B1 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = DEEF17DE27C111AAEF1B13D719A781D4 /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F5F6F5A843B2EDC770A466CBA835F1B1 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0754B900651D66D10884D392A38F9C /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; F610D4583B86C6599C47292F1D1AC91D /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29F3FAEA8320E55B284B23821D5E4D49 /* UIBarButtonItem+Rx.swift */; }; + F652B7135436B30ACBF988930C83EB4C /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32B2E10A912E4E2CBD33C4E081FFD71 /* ConstraintMakerRelatable.swift */; }; F6771DBD2D0EFBDC47030E698BA56780 /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C679F9234441BB31D91EBAFB285C6E6 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F67E0652CB1C0BC0A44DF24739F87E15 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11C78EDC15298B870BA2D0BC3C6D0E09 /* Typealiases.swift */; }; - F6C073ED5632E5930EA30F8EB104430B /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AE6EF635530F554B8796F11E6F9040 /* ConcurrentMainScheduler.swift */; }; - F77647482E004B1ABA40ED3C1D5F1134 /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFC886B162C6FC6F74DDA135A206ED86 /* Cancelable.swift */; }; F7869ECB08349199C0FCBC6ACA0DFA89 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 286C63E69535556B694A727EEF544307 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; F79338C3D732C666311E9A66D3611901 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3501D4D41A6799DF73701D2B3C17B05E /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F83593489C44FCABFA8DC7C93C0CAE7C /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F8B17456B34EE621D2B9B85080DDD5 /* ObservableType+Extensions.swift */; }; + F7C1D916DD2E29E9F2B48565D3702586 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 14DA94C815C6857ED4636AF6976DF4AC /* UIScreen+DDCategory.m */; }; + F7E41F6A5C6798F2494DF744A234B5E8 /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB0F55D6A4FD57044CB80E0DBC3D523F /* SwitchIfEmpty.swift */; }; + F80A3378FDFCB81412B49D0F50A42E1A /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D56BA2512A6AE663400CFFA84F64941 /* Disposables.swift */; }; F844A55CF6790D853D264312D6F883E0 /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA94C9036AA157BA70DFE85060AC5B2 /* UIColor+JXAdd.m */; }; F85954F8ECD9E80718B093791EA95425 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77950567D02ECABF7E3160949949416C /* IQUITextFieldView+Additions.swift */; }; - F87580129BAC0CC2DF0F6488BC7B6F77 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D49A73D4756AFBA33C40DAE2EBF623 /* ImageBinder.swift */; }; - F87A29FADAB372B186EA9F9CB55059C7 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBA1A1324899142AACD9900B9C5A621 /* PrimitiveSequence.swift */; }; F87C3F12FA754F2BF1068C663D2E8EDC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CA28EF17C1FA50483ABD860BBC2B330 /* SDWebImageError.m */; }; - F88C5D6A0FF467F5915A499A37970AB2 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC99FFEF95D4228D674795BB2F9566E /* ConstraintConstantTarget.swift */; }; + F8931E3C341A8D622A068E56C95CF225 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A7C15B12CC77918D4034929AF512848 /* Rx.swift */; }; F8A7F261739C12A8135E4A47FFA7772E /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A03D83166B77A01638CF77C50EBA8CA /* SDWebImageDefine.m */; }; F8DDC9D4E7FFBE6F0911E2D7A4DC9F80 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F3AFCBC027C5CEF6EFAFDFC44DC0464 /* Queue.swift */; }; F8F722B95C950969CB8FCA2543BFE113 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9709B60002F03709FDC7EF7E381B7B17 /* RxCocoa-dummy.m */; }; + F95CB42BE93E97C776771EA7F100E82D /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4816B3C2DAE76775A6EEF6CEAED3EDA1 /* UITextField+DDCategory.m */; }; + F996B8EB4210363E5D1D2486084BB1CE /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EDD4D4340324E77B2E9952AF2F636A5 /* Using.swift */; }; F9E6C48FEF11BDA55B335E1060721D74 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F7C3BF51C9CA83A4EE2AE0AAB204A4E /* EKColor.swift */; }; FA145D73018E7D2FB142938415DB42E5 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AB232FB5E04B249F20E781F798CE3B98 /* SDImageFrame.m */; }; FA398422E4E9153C85204F33651B6414 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B533EBE98C0806C5D95CE78E3925C9E /* UIColor+Utils.swift */; }; FA46D15B11235046C6234111666D3BBE /* DDDateKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 085CEE3703D4F6294F9AB4C9495B3D52 /* DDDateKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA7AEF4CE53EBBE1728B72ADB6BCD2B7 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0093AAE028B6C0C9A6872CD41E8F224 /* Maybe.swift */; }; + FAAD5EAB9D26A8BCFACEAC04030ECD93 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA9ED0061C87E20F3CC95475A09735C /* CallbackQueue.swift */; }; FB16503E903E5B60EE15B0DD4D8562D1 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = B7C040C15F6A3CBA75078E425DF01817 /* NSData+ImageContentType.m */; }; FB543E6A5F8C2EC92FF45630C6D5F49E /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA8A174AE09B2E7FEE8ECC070C60629 /* EKAttributes+Presets.swift */; }; FB726649DB4AFB1EF71F4D6F6F4FA5B0 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = F58689FDC8D7A92C17DCFCB9561ABD22 /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1287,507 +1279,506 @@ FBC89193D9C95C427AEB8FAAA0184E43 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3D766C9CBAFE4F99CD8E98D9E2D7091 /* ZFKVOController.m */; }; FBFC887E3133465DDFE6B3D8A52EC67D /* DDTimerSwiftKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8F483C69C799F18272520633652363 /* DDTimerSwiftKit_Private-dummy.m */; }; FC061D954352F832FBE08C01973F7DF7 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2A64709B4957EC579169E285F78B9E5 /* ResponseSerialization.swift */; }; + FC40CD9AF8EE9A714458E0A62F26CF22 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D53DF43ED6B6843B6F189B8A63303852 /* BehaviorSubject.swift */; }; FCED5EA34F470E1DE64CB9C632245922 /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B27AB7ABE1259E742F266C4A090EC0D /* ObservableConvertibleType+Signal.swift */; }; FD0574A25469F0713B34ED1B682755F2 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFE0C0B69F245222452E95713D37F71 /* ESTabBarItemContainer.swift */; }; FD70F673A044AAAE0C5AA9739516065A /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 89348A54FC51AC275EBA1D40C33F8968 /* MJRefreshAutoGifFooter.m */; }; FD7228A6A8B2236D44BE57275510EEAC /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F46B7AA1BD075C2ED484CBFF8A268B3 /* ZFReachabilityManager.m */; }; + FD9F829CDFC07BDE6A1254F86E322AF9 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9646B30127D735761C51BDD8B4D9B5 /* ConstraintPriority.swift */; }; FDE175AAA2CB3652B67AA421E7AF96AF /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327D2CB808D1B1D202001A4D80F63C03 /* IQKeyboardReturnKeyHandler.swift */; }; + FE050316418703DBBC1D68EB41110454 /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = A28227D955023955C81D1929B875B3B7 /* Debug.swift */; }; FE20744885FCBBEFACEA58867A812C6C /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B090FF370261BD6665F5AAD4EEE6700 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE3371F9525BAE8438D6F8B3A1444EA7 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F0CADFF5B077E521C7385054B90DB0DE /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE62BB01E17158A1D6D4B0F879CE6972 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF7389250CAFCEC39BB4F93FD5692668 /* ImageTransition.swift */; }; - FEAE4664D51B615CB0CADE1D195FDD48 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F918A4B066A8525280F74BFF6B9B09 /* RxMutableBox.swift */; }; - FEB575E07F5E44B0DECD737EEE07F408 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE480B591A4A833A1ADD39DE8480608D /* ElementAt.swift */; }; - FF4C0AE6E9D5952F28AE74C63A22BE5E /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7271D32A83DD0061A5EB99A1C4F76F1 /* AnonymousObserver.swift */; }; - FF655725AFF956305ECDE2E11113BBE4 /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2AD0D5A47845F101DA1B522F53A886B /* BehaviorRelay.swift */; }; + FEDF7AF25160349AE842AA38BA70909C /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5051D1D86B5D77D6B1685162611253 /* ReplayRelay.swift */; }; FFA171B211AC028D0A9375105738BDC1 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = C5BA85101D7A40BF3311E672907BC981 /* ZFPlayerNotification.m */; }; FFAA74F5A2EF6804BF1496B33FF45C9E /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DBB844BB576C3ACE7376581C2858026 /* UIScrollView+MJExtension.m */; }; FFB9E82FF0E210BFEB30F4D221DD476C /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61EE3F180571E4142E720A09BD85C1C3 /* RxSearchControllerDelegateProxy.swift */; }; + FFC785A93ACD3C19A4FF2A13A754ED9A /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4F2D60D3D55D06F238A5009E5F83E5 /* Range.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0584136A02E1EB2AB066269C96141C78 /* PBXContainerItemProxy */ = { + 0052233839EC00E6DE3A4456C8F4C112 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; }; - 0BD3EEB47C207F438B9F3E5A4819CBE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 11018CB3C1E21ACCC3165880EBF065EC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - 1383BE359BE3A11B113B54BBCB8B600D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 1A5CC9B3F24F0804C66888C61F1F2512 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; - remoteInfo = DDToastKit_Private; - }; - 1C0E54739FDA69051D172AD13811C551 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; - remoteInfo = SwiftEntryKit; - }; - 20020000FB3C30AD73E9ED057E69E75F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 2BA8FAD64E07AD012FCE8580D004B515 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; - }; - 31A1DE252363645F72C8776A3875157A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 38EE47BFFD4E559C370E069DEC36977B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 39986B94241DAF58C2E064DB6D4536AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; - remoteInfo = JPushExtension; - }; - 3AAA77949F054F2D60EB3D0DE5CCD912 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; - }; - 3C33E671241510EB399BE583E9405099 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; - remoteInfo = DDColorKit_Private; - }; - 3E29DD4D87C6358AA2F970D633B8D09F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; - remoteInfo = DDProgressHUDKit_Private; - }; - 3FD587F4D15F6474CB1D7849E04AD18D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 418E4001327C2E845DDF9FB508E0F8AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 49FE35E87524EC8C349CCAE60E23960C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; - remoteInfo = RxCocoa; - }; - 4C3837DAD9960AA5F16B92ED2AB9BE71 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 4E4F16508C1067668171C919FA396CEE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F8AE53003F66B148774CFC6EBDEB9425; - remoteInfo = DDPersistenceKit_Private; - }; - 5239708A95ED149B515F59994A6E5CBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 562E702DDEC4AF27D0F503DE373FD7AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - 5698B34DFFFF7C207919F6257BAC3E6D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 5BC6F292E35B1FDB7F0778A183D88F86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 61D127B3CC3963CC6FA3634C28EC5980 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 639D23CF64381A3E810834CFDBDC075B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 671A942A1F74B0BAE464D8824C1B7175 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; - remoteInfo = DDMAMapKit_Private; - }; - 6C678E06C751246B9ACB88DB0C82074D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 6E5FA7688403BCA5FF4720284968F1A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 6FC062152A9CA37DB09AD5804BE015BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - 712781BACC53BBA248978B704E1D3AEC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A8B712B20F60AB02004557B884A28FD4; - remoteInfo = DDUtilsSwiftKit_Private; - }; - 74D50A39FA79E3685855174C38DEBEC7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 7868C07EFD69D7BB07EE6496DED33CED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; - remoteInfo = Bugly; - }; - 788A1F3C514DF5235D6DDE60990B4D96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; - remoteInfo = JPush; - }; - 7D4E990838897E9714532A67BEAEF6E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2864923095274ACF5E5F99312F360AEB; - remoteInfo = DDZFPlayerKit_Private; - }; - 81ADF3DE98958B87B16AA990D8C78CEF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; - remoteInfo = SwiftyRSA; - }; - 829D864546832B12E676D13B704BCE6B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 86A0C7642EFEFB52044AA7F2EEC5FC12 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; - remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; - }; - 87CF8324B3398E210AC5DFDC513CAB98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 8DE42F2FBEFBB568BEADE7C255BF4019 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - 941C968689C14A90940DD794D7DAD7E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - 972E9006B373F1A5B7A19CCECCD849F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 9A4875CC599F95EA25DBA0005A4EA7F5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 9FC2D3497EFE5E9A8104A55793C870C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; - remoteInfo = DDWebImageKit_Private; - }; - A33CE3EF173356E3B0608D79AA7032CD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - A42AC5A302BFF8E30455AF07A234EA26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - AC77055C455988197BAACEA879832080 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - AF9252B5D4B35424AF56AA79B1BA5C11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - B04CDD5AA3139B52E4B3094F33D4EC86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - B58DCF524B177808894FDF401978AD0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - BB6A192A828692ADBE916B7D386B8C22 /* PBXContainerItemProxy */ = { + 05BED0D5F3A71B65183A2BDA1A9B83F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; remoteInfo = IQKeyboardManagerSwift; }; - BF001E33878DF02E250E9142B5A4319F /* PBXContainerItemProxy */ = { + 0B6516F02E1AF49E821130AD11B5C260 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; }; - C347F224D386789FBEDCF78993FC1E86 /* PBXContainerItemProxy */ = { + 0E3FDF6EDBE10BEF7CD3E4AE4878F3B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; - remoteInfo = DDNetworkingOfAlamofireKit_Private; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; }; - C44F20BD97B0AF1C01DBEA4AEAD2DD5C /* PBXContainerItemProxy */ = { + 15B153E5AC62E30FBF5BB4702B846F5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; - remoteInfo = "ESTabBarController-swift"; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - C547D3D5977CD06A1A31FF26FFD01E1C /* PBXContainerItemProxy */ = { + 203BCF54EA3B00A07C14476339CBD985 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + 31C7E97ABED1AEBB11AA6CFD8FE35718 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A68CFD979D413A619DF631BB121D98F; + remoteInfo = Bugly; + }; + 3DBD2400AAE86E4084B2327E3BDEAE15 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; + remoteInfo = DDMAMapKit_Private; + }; + 4156532B823B760110F17EBEE8D9C8E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; + remoteInfo = DDProgressHUDKit_Private; + }; + 433B7BAF9CC26440B7380DFB31E37A4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; remoteInfo = SnapKit; }; - C8903F2482B5E9C503CB8981D088FA16 /* PBXContainerItemProxy */ = { + 455CD8D778BA9CC743731F5819454F24 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; }; - C99D0AAD61E900FB5017CE0A14F16C4A /* PBXContainerItemProxy */ = { + 45C0D140136DF95BB9316FD8A77BC199 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 45EB03E87B8E529AB1AD456BD9BCEDBF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + 460002FF74F74892219E07BBA773AD84 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 47F24A07DD7A4C03B1E8E4B67F1E415A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0D4DC618BC2D969E8743E01C79FFB7BD; remoteInfo = DDTimerSwiftKit_Private; }; - CCFDB1A9FA37F6F868278AF392A10C0A /* PBXContainerItemProxy */ = { + 4F8664039FB4B2A6E8A14D126C4D157F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; - remoteInfo = DDFontKit_Private; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; }; - CD1FD0CF9A1F228D4306559D2231A1A8 /* PBXContainerItemProxy */ = { + 51118E6EB6223C09406F44C316D875B0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; - remoteInfo = DDControlsKit_Private; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; }; - D3C173A51304DC3CB63B3D1B2027F6A4 /* PBXContainerItemProxy */ = { + 52E0E2DD93E1668564722F17F494AB76 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 67F8329E1ABF625D93A19CDE570535BB; - remoteInfo = DDUIGestureRecognizer; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; }; - D7E48EBE29709B8F6881A652F3583DAB /* PBXContainerItemProxy */ = { + 547EF96C4EDF0BC7AF9B957A7348EC88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; }; - DDEEB7F36DCB495C174766CFFA7E6985 /* PBXContainerItemProxy */ = { + 5C159D755BDD7F1AD5856DCDFB1D60D1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; + remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; + remoteInfo = DDNetworkingOfAlamofireKit_Private; }; - E06631F63ABAA01650C0FD0035B56DD0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - EA8B8F3508329137E38A0375EC7663E1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C23965029860967865B3429B5E29092; - remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; - }; - F2A0CBF4E6207E0899E394A7F79A2904 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; - remoteInfo = DDAudioPlayerKit_Private; - }; - F4BCC714969C81919CDA5FBD5ACFA057 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; - remoteInfo = DDAutoUIKit_Private; - }; - F4EDDA5B08D5D167499892866F29D3D0 /* PBXContainerItemProxy */ = { + 612DF659C192AB3EC483BCEF329BD11B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA849029E6A899F45F613165943A6C68; remoteInfo = DDDateKit_Private; }; - F50F1C21D0A129A73E21D5F1E7D8391E /* PBXContainerItemProxy */ = { + 613655D18B750DE5BB21467C32CB1880 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - F8AC44EB6A0CD12A1BADE9FDF7D26E2B /* PBXContainerItemProxy */ = { + 64785F95B0DB72333785C33D90E9F907 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; + remoteInfo = DDFontKit_Private; + }; + 64D3ED9E759C4CE5451F8CBD8B87DB50 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; + remoteInfo = SwiftyRSA; + }; + 680507523B85CE7B42B3CAF420286881 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; + remoteInfo = JPushExtension; + }; + 72AC5A2AD7A07CEED81503676D1CDAEF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A8B712B20F60AB02004557B884A28FD4; + remoteInfo = DDUtilsSwiftKit_Private; + }; + 7617E43C99CD501628A1E9C271C136BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F8AE53003F66B148774CFC6EBDEB9425; + remoteInfo = DDPersistenceKit_Private; + }; + 7C5484DA22B4E19B8B7F03A9985C8A71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 80B9F747EDCCF464D6DBB64014BAB013 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 863EFB3C7550354C27B3085B280858D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; + remoteInfo = DDToastKit_Private; + }; + 86B69AF954334AB4F4850E8BB124A7F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 926838767A00C3B0F971A74F3097B404 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + 930C0F77DF4E4B67CBAE214A28BABAF7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 93A150B9B20267AFA2881C86623C220E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 9460ACBA6CF394F1C8EB9A379595859B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 9EF895D3C98AC1E3701B4E9CDAA3C6BB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; + remoteInfo = DDAutoUIKit_Private; + }; + 9F1FDECF2CBADF82CFCCCDDBCC5DD109 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 9F87D04278D8CB70D1F93FDF128806AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 9F93D577EA162798FC3D5E69D4E32621 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 9FD5104C86E6F67C0478DCF03847088C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; + remoteInfo = DDWebImageKit_Private; + }; + A623A09FCD54616B03882400DE0082A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + A74DC00A8C79EB83EF984A8A87EBDCED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + A79C807CB83523BDA80720C0777962C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; remoteInfo = JCore; }; - FCA70145E8D4937D0EEAD174D61598E4 /* PBXContainerItemProxy */ = { + A97F3CBD8B8FCB86E0B3A7112E097E5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; + remoteInfo = DDColorKit_Private; + }; + ADA5B875DC8009DA17799E84A1A972B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; + remoteInfo = "ESTabBarController-swift"; + }; + B146F474F4C69BAF268D59B286F9926E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + B50BEE219764AFD00958C280B58529CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + B8B2E653027956566E52F4FA0C1DB822 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2864923095274ACF5E5F99312F360AEB; + remoteInfo = DDZFPlayerKit_Private; + }; + BB65038006C556BF8494F0BDED8C2F25 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + BCD027603D5592D37943C4081884958A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; + remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; + }; + BD490776A0CC206664360D23DC679C7C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + BDC022E1B0894449AF0839DFA38F4836 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; + remoteInfo = JPush; + }; + BFAB38470662B5723B6A1EE9A1EFB78C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; remoteInfo = "AMapLocation-NO-IDFA"; }; + C332445FD25A4CC2750EAEF98D6166D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + C36262FA7FB8375156F49B8D6F159EE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 67F8329E1ABF625D93A19CDE570535BB; + remoteInfo = DDUIGestureRecognizer; + }; + C8CA24BD0F26E4522A31AB9186587635 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + CE2F0C6A7C5F14BC7D1082354D7D0086 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; + remoteInfo = DDAudioPlayerKit_Private; + }; + CE5EFBAD379BF94863707FEDB631DB63 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + D0A441730FEEE71EB23509E1AF0AFD2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + D25ABEB8F0F43FD4A02789F412E8C525 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + D465FD3575391507E8F2EF26DD8B23D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; + remoteInfo = SwiftEntryKit; + }; + D836F3AC2EED9BB5F29F0E6E6D6BA07E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; + remoteInfo = DDControlsKit_Private; + }; + D854D65ACEA1EDE687AC2467DDA2637D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + DA18373A1E9DC9F0C2E13499BA045AFA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C23965029860967865B3429B5E29092; + remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; + }; + DC8986C46FA703B1C67FB2A754A45E0A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + E8A965B5701BE8AA300F4D65F48567B4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + F1ACDF61CAAE827BAF87FF34CA14BE93 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + F2027BD616103E01B81215E7055FF164 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + F50280F097A1DDA84FDE7CC7BBB440B3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; + remoteInfo = RxCocoa; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -1802,7 +1793,6 @@ 0144CCD36AD0C7C1DB35D65B69201FBB /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImageMapKit/MapKit/MKAnnotationView+WebCache.m"; sourceTree = ""; }; 0181DAD5490FB43E84AAE0FD0551D014 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; 01B3EA8AFFB3256E9BF86EC0816E23DC /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - 01C2C975C32805EDFF76F04F09E641E8 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; 01FF750C6FBE3D347A67E9BE3E67D7B7 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; 02071987E8B3AB74CAC2E0F15828ACFC /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; 023525873979D234130252A7AD13108E /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; @@ -1831,7 +1821,7 @@ 068F5E1D96E4ACD3C5F6D4C6B35821A1 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; 0695182779906169AC58E6048C064499 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; 06A9782749AB4CB71619ADE5FE06F059 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 06B7B12A0DADB8790E5B3E2A0EF5FE14 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + 06B7B12A0DADB8790E5B3E2A0EF5FE14 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 06DFB9671835C6169878D00D5A817C25 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; 06FC10AAA49CEB4DAD65EC386D988997 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; 071626E07B705D41B88ADFB7AC0DF5BC /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; @@ -1869,6 +1859,7 @@ 0C232D20979AF16F26187A5D5AE9B917 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; 0C5D1E5F6C482666290854AE6056193A /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; 0C896A8091D822689BC62530676F3F1B /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 0C8A624213848CA2733A75052FEB7855 /* car_xingshi@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "car_xingshi@3x.png"; path = "DDMAMapKit_Private/Assets/car_xingshi@3x.png"; sourceTree = ""; }; 0CA28EF17C1FA50483ABD860BBC2B330 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; 0CFB3921A9285D0E8E22332AF131A249 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; 0CFFFDB8D7477C73CC4794E9653BCF0A /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; @@ -1883,6 +1874,7 @@ 0EE663130B45AF5350B5F475D0A6D0F8 /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; 0EE9BB845182B4032D4B3BBBAF313655 /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; 0EFFE7B6D7FA05E867EB7EB0EFC4037F /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; + 0F06F549E23D2A1F4C19A21BD87AB4CC /* car_xingshi@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "car_xingshi@2x.png"; path = "DDMAMapKit_Private/Assets/car_xingshi@2x.png"; sourceTree = ""; }; 0F527D811C6C2AE4AE98D129A4B6E596 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; 0FC797F79BB7FE5006F7494A40302B44 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; 0FCE32843DA4ABB54D2B06E6301B333D /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; @@ -1905,7 +1897,7 @@ 12E754F3ADFE7A6923EA12939306438C /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; 13254DC3B163E9842FBD708995CCA939 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; 1345782C7184895D1151ED8E633A91A7 /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; - 135AB778FCE16D5E28F89D591B0501E7 /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; + 135AB778FCE16D5E28F89D591B0501E7 /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; 13BCE993DD2E612532BC96C5602A8BEB /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; 13F809FF530203A1CC00B59BECDD0807 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; 13F918A4B066A8525280F74BFF6B9B09 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; @@ -1943,7 +1935,6 @@ 18BCA08F5CEEE178EA4B5E4C7521ECB7 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; 18C382440E8B4795507186EC71A7523F /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; 18F96863D9E220C832F56246862197AA /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - 190A9834E7CDD2799D036711E7C44C87 /* car_xingshi@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "car_xingshi@2x.png"; path = "DDMAMapKit_Private/Assets/car_xingshi@2x.png"; sourceTree = ""; }; 197454EE2136385292FFAD990EFBFD41 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; 198FB4317F44F5BD499B480D5414DE90 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; 199401B58F28AF314F209CD434F2D5C0 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; @@ -1970,6 +1961,7 @@ 1DE88811A29ACFFD9E0224FF9DEBD13E /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; 1E78171299755BEFF44460A497F35F50 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; 1E82A32806B7D574997865FC3BF233AD /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 1EC5114970FB8B9BD3683F20651B8561 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; 1EDA9EB81B6B4AC60A60EA86F364410B /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; 1F2B73A2A336AAAA4E6061377C9AD1C8 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; 1F444E237154E67EA5120BEFEC04B8E2 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; @@ -2054,11 +2046,13 @@ 2D4FD0F19A4C24A46DBAF15849C47316 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; 2D6DB05F4DEAAF1BC2C278B49E1EF0D6 /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; 2DCF2CFEF5D5060D530DA2230DF655D4 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; + 2DD46860055AD1BF7280B87E0BFDFE8A /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; 2DE326E5000BBA9BDA87365AFC8B585C /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDNetworkingOfAlamofireKit_Private; path = libDDNetworkingOfAlamofireKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2DEE43D7D9E4DB4A25AAC986D5DED259 /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; 2DEE453D6A675F244EDF7D574F1662E2 /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; 2E34B151CB7F3FFD5BEC9CF62DAC5F67 /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + 2E4510B2AFEDED9EEF937B20271E7FCF /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; 2E52C2330017E25ABCF3D10FB4EC02A2 /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; 2E6BDBD648E9EC6F563BD9032D6D705B /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; 2EB6CF6B9A2FFC4E5EECB103A9116FCD /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; @@ -2081,7 +2075,7 @@ 30C74E79F2AC7A33076B20FF14F42AD7 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; 30E12BC7D4C6EB3E41C4477E1EECB5FB /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; 30F213F1B49A7501B39531ADBC2F943F /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; - 313ADE667A64303B397EFD147BF02B5D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 313ADE667A64303B397EFD147BF02B5D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 3148801EAB535090662819C3C549B45F /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; 31518C55EFCE9ABC60E403EA65A89786 /* UIImageView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIImageView+DDCategory/UIImageView+DDCategory.h"; sourceTree = ""; }; 31597D92239EDD8D5E60CBFBCCBCEED0 /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; @@ -2247,8 +2241,7 @@ 49570826EBABE809B5AAE22240B49FE9 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; 49BD526844BB06F1723EAE556EA9F3D4 /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; 49C83912F02F4F97DDC6883FA68F9A0E /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 49DF81E3A7EC62436E0175F8FCA7D79D /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; - 4A0E1D79F59B5AEA3FD782D95C792316 /* MATraceReplayOverlay+Addition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MATraceReplayOverlay+Addition.h"; path = "DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay+Addition.h"; sourceTree = ""; }; + 49DF81E3A7EC62436E0175F8FCA7D79D /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; 4A0FFF7B6FC7C43C42A36C65372019CB /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; 4A74B7EFF7ADA92D27A8117617E0570B /* UITableView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITableView+DDCategory/UITableView+DDCategory.m"; sourceTree = ""; }; 4A989C5D9AB769E6DA47AAAEA7B60BED /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; @@ -2308,6 +2301,7 @@ 574B3AE037C5300A655F01D3FE95657B /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; 574C2F7F8AA90029DDE65E0A4F98D5E2 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; 57533229CF0382ECF4617CD55B59ED8D /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; + 5756B89C96ACDD4568EB53B21A109510 /* MABaseOverlay+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MABaseOverlay+DDCategory.m"; path = "DDMAMapKit_Private/Classes/DDMAMap/Overlay/MABaseOverlay+DDCategory.m"; sourceTree = ""; }; 57739E4B1529E287D18C45315FF7B202 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; 57B44FF384BF4B6AAD6C7E9403EA3EF3 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; 58130997E7B6F5DE56EAB213DCF0CEE1 /* UINavigationBar+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationBar+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UINavigationBar+DDCategory/UINavigationBar+DDCategory.m"; sourceTree = ""; }; @@ -2486,6 +2480,7 @@ 75606E0F52D32C3A76650169DCC70D5A /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; 76099E1F6A8555A638F1F14159C6BC5B /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; 76131B886B4F4CE2ACFD6907759AA401 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; + 763DB59879F4C1054FF472B7127F9F2E /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; 773ACA4BBB8F83129499C32B80C6FB62 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; 77950567D02ECABF7E3160949949416C /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; 77DD2B8AA2FE1E6499B0E516376EA32A /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; @@ -2581,7 +2576,6 @@ 86AF2F9D4534747E2BD717DBE4C66CC7 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; 86D8BB5CC2CE3CFB73E3E453EFC257FD /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; 86E45F175B8B7C93194AD199700F9E56 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; - 87024CFC0B713952222E4327AC3F5AB7 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; 8722B9815FE1D14E325040A8938B54C0 /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; 8753EDD56103A2BDB9688039EF2E4A2C /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; 87719E7234B1A94C7E46795079CE7164 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; @@ -2623,6 +2617,7 @@ 8DE5F02F0A09F3D06F1ECAB3C5B5D4C8 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; 8DFB6E5B5891DD81B79A78023428894D /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; 8E17EC54C42FF01B3FC608DE34ACEDD0 /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; + 8E5CDBCAF252ACECE2568DC0DAC428C9 /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; 8EA9ED0061C87E20F3CC95475A09735C /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; 8EAB0DE2B389C9CC9D92C0776A78AE35 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; 8EB762D3903CBCCA79803395EAF8FE87 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; @@ -2704,6 +2699,7 @@ 9BE220D7D07AB114D08D9EF1554A2E6B /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; 9C3AC1A81CDF93E99870840A526669B0 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; 9C884F9007B7613450AADDFAB6DC89D4 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + 9C88FDD701CF012DBC9AC99D0523DFCD /* MATraceReplayOverlay+Addition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MATraceReplayOverlay+Addition.h"; path = "DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay+Addition.h"; sourceTree = ""; }; 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDFontKit_Private; path = libDDFontKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9CDCCD76112485A8B738A1BC819C292F /* UIApplication+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIApplication+DDCategory/UIApplication+DDCategory.h"; sourceTree = ""; }; 9D062919B2CC517DACFA76421AB07FB4 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; @@ -2714,9 +2710,10 @@ 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDColorKit_Private; path = libDDColorKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; 9D4BE6A91521E5EAC28197FEDD02A752 /* NSMutableParagraphStyle+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableParagraphStyle+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSMutableParagraphStyle+DDCategory.h"; sourceTree = ""; }; 9D5E0C1E2092D3C86B193A7185FD14EC /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; + 9D7D991787FE25AE5ADF0F3727B078EE /* car_xingshi.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = car_xingshi.png; path = DDMAMapKit_Private/Assets/car_xingshi.png; sourceTree = ""; }; 9D7DE0019102681CA2EEF76BB6ABCA61 /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; 9D88676C1AD35D7583BC1E7D6A5BBCFE /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 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; }; 9D9B552D58B9B57403BBFD889D38AC73 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; 9DB08231635840EE2D33F229C7B671B5 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; 9E3D40180D8EC2D5284EB97A0B6F7DAD /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; @@ -2730,16 +2727,16 @@ 9ED67EA9E03879C7B602527A3FFA1DC7 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; 9EDD4D4340324E77B2E9952AF2F636A5 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; 9F6BA9F65CEB9CC61DE27A009FD8CC29 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 9F750AD719FC7B1A33F872261A8876BA /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 9F750AD719FC7B1A33F872261A8876BA /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; 9FA94C9036AA157BA70DFE85060AC5B2 /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; 9FC332896FA27CE47133593260DD2640 /* UISwitch+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.m"; sourceTree = ""; }; 9FF71EEF62ADA106856940A825E65885 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; A0031ECF94D34F1497602F4B0794DD58 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; - A035CF63A327EFD8B3D3B62720CEBAE3 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; A06A0A5C3DE83A21B8DD83E6029CD1BD /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; A0A3586324A85D26B9DAD67B8BD6366C /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; A0CBD89307DD92AA3263655F4BD2CF9C /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; A15235EFD795468A960403BE50ED9420 /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; + A1967B51663206735BDAF75432BF3AB4 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; A1CAF30A74B4401E67F65A15E3387A82 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; A1DC0827A1BB28B97B54B698C80367E7 /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; A220D390A9372378B30A86CE21DAE70A /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; @@ -2773,7 +2770,6 @@ A6E0BC681B524458C5EDF47759DE8E2D /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; A6FC44B589CD6E83D1D4E31203900680 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; A755523BC12E3CBD474901F569510F93 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; - A75AF1515C39AC307EE6E94C031C2673 /* car_xingshi@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "car_xingshi@3x.png"; path = "DDMAMapKit_Private/Assets/car_xingshi@3x.png"; sourceTree = ""; }; A7613EC0DD129CE1B160F62BEE5479C6 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; A774D528B65C22872C852618E4CA9972 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; A77F4A2D4F5D3AAFA3F081C6D42A4FC7 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; @@ -2802,7 +2798,7 @@ AA7735EA9C0EB6F230879EA2B0DF7C53 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; AA7CABFF9C7D06D1B9AFEE9B8036BA9C /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; AA805B215C1AE725562C96588DAD7C95 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - AADAF15C321EE05917941AE2BE6A2B25 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.xcframework; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; + AADAF15C321EE05917941AE2BE6A2B25 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; AAE15629CACA0E209251ECA70C923829 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; AAE330C20F5F9B5D5E7766B928415553 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; AB232FB5E04B249F20E781F798CE3B98 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; @@ -2852,6 +2848,8 @@ B24D7D72DD0A2346603C0788A13FDC65 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; B256CD971DB71A5532379EA9CA98C4A1 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; B2E04336DF0F55DC5C70145CF9AB0AC5 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + B313CB7E45D5D4289B26F4D99530ED7A /* MAPointAnnotation+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MAPointAnnotation+DDCategory.h"; path = "DDMAMapKit_Private/Classes/DDMAMap/Annotation/MAPointAnnotation+DDCategory.h"; sourceTree = ""; }; + B34261B63FB63B8F2016C98B066B6236 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; B35D40B6ED74760725FC6F90C1AB586A /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; B37DD3EA9BDF67FAAEEF6F2B4697F0B2 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; B381451707FCB351A37A17AA9C16CEA4 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; @@ -2868,7 +2866,6 @@ B50BA41DB3AD3512D772517FBE7D1036 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; B52729432D0618FDA05FDAE16E8A515B /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; B52D9421FC77D57BD3F48DD5A3CB14CF /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - B58F0164B95DAF00C2F2FAAEC784B52E /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; B595498DF7290B1B4DCAC77476853282 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; B59FF153E16CC33E913D4793E22C4C70 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; B5A3D595CA84F73C266A7EA6AA3D296C /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; @@ -2891,7 +2888,6 @@ B7EADEB6B43C4A63DFDE321AA3565F76 /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; B83DEF69DC57291F0F9283FDFE1279FC /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; B84962A43A8C49294E9A6E042D254874 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; - B88022AA0A283701F44693B049E6DB4E /* MABaseOverlay+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MABaseOverlay+DDCategory.m"; path = "DDMAMapKit_Private/Classes/DDMAMap/Overlay/MABaseOverlay+DDCategory.m"; sourceTree = ""; }; B89181841F7A1FE4826F59713EB3AD7C /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; B8FFE046212AA24D381631154D4D6DC2 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; B90B6D6EF4FCD58C17EC5B4AC2B78222 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; @@ -2899,7 +2895,7 @@ B921A2401F10A21508D59F0BF01BF8B7 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; B97710E3A868F354989BCE313C6E8E5E /* UITabBarController+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITabBarController+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITabBarController+DDCategory/UITabBarController+DDCategory.m"; sourceTree = ""; }; B99AB06D9787FDD1F4FA7F3D5A2BF1D4 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - B9CAF22EB496ED1D8A6BCDA74EDB7265 /* DDMAMapKit_Private.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = DDMAMapKit_Private.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B9CAF22EB496ED1D8A6BCDA74EDB7265 /* DDMAMapKit_Private.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DDMAMapKit_Private.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; B9D7BDBFFBBB16532324E3CA7543F142 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; B9DCEE605F24D266CEBF4FEF6917E9C7 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; B9FA5AE50A037DDF0AC4FEEB4551F1B2 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; @@ -2912,7 +2908,6 @@ BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZLPhotoBrowser; path = libZLPhotoBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; BB30362C91F1B5A1590905E2A011019F /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; BB442361D7852D2EA9EBB21EE7346E66 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - BB62C51B6021C01947BC0CCAFFF67034 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; BB6549DC43E7A8CBC79576E9757C39D9 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; BBDE89D71F870916EB29B78BF62AFFAF /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; BC0754B900651D66D10884D392A38F9C /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; @@ -2921,7 +2916,6 @@ BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxCocoa; path = libRxCocoa.a; sourceTree = BUILT_PRODUCTS_DIR; }; BC5E9773AB179ADF5AC8B0741C8521B9 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; BCAF9A73745C6EF58FFFCFF0D58BCC36 /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; - BCB51A3091914CD0D5630D9AD166B242 /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; BCCB4E9783F582941BB02E50CEE25EA2 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; BD0AF11F4FCABD8DC6A4057DA1499643 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; BD1D91223CEA34243A23B1A66161D4C7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; @@ -2929,7 +2923,6 @@ BD899C15DDD483F10DE8C7EA8B679519 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; BDA1427A0416B4B0FA070C59CB344733 /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; BDD6118EF8986F9819520A7E75A0C74C /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; - BDFCFED1120C1237E05CC8E112E8633D /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; BE1858E0213D9697F38C2F7F17BB9492 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; BE3CC8AD81D2D5C0015C976741E93939 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; BE480B591A4A833A1ADD39DE8480608D /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; @@ -2944,6 +2937,7 @@ C02AAD286ACCF0374B25727623D312DF /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; C03ADA072C22BDF70A17B9BB71398638 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; C096E145C1B7836BF03D09B326519039 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + C0ACBEEAA2556F10F0C593FCD54589AF /* MABaseOverlay+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MABaseOverlay+DDCategory.h"; path = "DDMAMapKit_Private/Classes/DDMAMap/Overlay/MABaseOverlay+DDCategory.h"; sourceTree = ""; }; C0C731640F4AF18D75BC5222A0CDF8D7 /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; C11B1A7C14D15313729D0A2399E27A73 /* DDUtilsSwiftKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDUtilsSwiftKit_Private.modulemap; sourceTree = ""; }; C11FF312DCA104C6B9B9E509218F251A /* UICollectionView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UICollectionView+DDCategory/UICollectionView+DDCategory.h"; sourceTree = ""; }; @@ -3097,6 +3091,7 @@ DA4B154C5D501D6D8896491ADB4DCE6E /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftEntryKit; path = libSwiftEntryKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; DAA3E9B80FE922D4AF4C84A721C9E6A3 /* NSBundle+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSBundle+DDCategory/NSBundle+DDCategory.h"; sourceTree = ""; }; + DAB5F39233F77EED36AAFE33BD5A5E8B /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDLogKit_Private; path = libDDLogKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; DB13759CB88C526EDF5E7FAD8F72F3CC /* UITableViewCell+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITableViewCell+DDCategory/UITableViewCell+DDCategory.m"; sourceTree = ""; }; DB53F217012D47F517F351B28FB9BE7A /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; @@ -3119,6 +3114,7 @@ DE825734D45E91AF726E187E829B2036 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; DEABC720BA45C2F1CB162B7E5543D9FD /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; DEEF17DE27C111AAEF1B13D719A781D4 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; + DEFC1BAD3E38D24CB86497B6253E0157 /* MAPointAnnotation+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MAPointAnnotation+DDCategory.m"; path = "DDMAMapKit_Private/Classes/DDMAMap/Annotation/MAPointAnnotation+DDCategory.m"; sourceTree = ""; }; DF07F7B964C7E3CE99FEEC54FC37F050 /* DDUtilsSwiftKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDUtilsSwiftKit_Private; path = libDDUtilsSwiftKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; DF282322E369512AE0B2C7224A1C1159 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; DF4D9BC33F545E287219376731BC44F7 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; @@ -3145,7 +3141,6 @@ E2E597BA109FC193748E64C5758D467D /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; E2F76C67A8D1A0C72547E2DD20CC5614 /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; E319E67BF7B71796F0406A3900DAC026 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - E32A8F441E3065DCD4C62573C27E6CB7 /* MABaseOverlay+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MABaseOverlay+DDCategory.h"; path = "DDMAMapKit_Private/Classes/DDMAMap/Overlay/MABaseOverlay+DDCategory.h"; sourceTree = ""; }; E32ED75DA686FD6ABFC1195C40A1D54E /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; E349C64DA49E8C2B625F6A26D2C8FE90 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; E37EBA85A8D66704CA4D081C1360D85C /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; @@ -3174,7 +3169,6 @@ E6EBBD25A64DEF4790FD326E40FA4BD0 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; E704EE6DD6D4D53C31F42B04E7430A3D /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; E70DD755036550070E79232853D76D37 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; - E71A4D9B4E0F90E8DD77654518ED38BD /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; E72B43E7E1752192260889C95F70E2D5 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; E74280B9691D9B622301768B1081A5D1 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; E7688A9CD0748B7F7680012DA51A8234 /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; @@ -3201,6 +3195,7 @@ EB9A95B9023B4CC6786376CC5EBF8A22 /* UIButton+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIButton+DDCategory/UIButton+DDCategory.h"; sourceTree = ""; }; EBA5E1FEA3789CAA4146ABC1C775F9A5 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; EBAF971D6BACD33C571F1DE99DFAA461 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; + EBDFC886AAB0006354147C2B520E25C8 /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDCategoryKit_Private; path = libDDCategoryKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; ECCD23C454C76F96A49188EA6E4DDC52 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; ED3B8E30126D0F8EFCE1BB30AA322598 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; @@ -3227,7 +3222,6 @@ F0BAF6454748BAD0FD7221158D5C6BE7 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; F0CADFF5B077E521C7385054B90DB0DE /* NSMutableAttributedString+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableAttributedString+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSMutableAttributedString+DDCategory.h"; sourceTree = ""; }; F0D5C41B485DE1B36669E79A4AE8378B /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - F0D724D1AD75CBD80D11FDF45B4CFD76 /* MAPointAnnotation+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MAPointAnnotation+DDCategory.h"; path = "DDMAMapKit_Private/Classes/DDMAMap/Annotation/MAPointAnnotation+DDCategory.h"; sourceTree = ""; }; F0F4741ACA968C56E6C69561E3524D1C /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; F11C5D34D44394CFB2C5ADD740509CC9 /* DDPersistenceKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDPersistenceKit_Private; path = libDDPersistenceKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; F12B85E04AF53D29AA7937ED0A932C8E /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; @@ -3239,7 +3233,6 @@ F2389360555BADD6CC4908AE05DEBBB8 /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; F2473BB1E608B6971489B7A53C351C6D /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; F24C623BC1273AD862BA0E02F487256B /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; - F24E87E2CCB74B51CE6ADBBF24CD4B00 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; F251F4E1C35C1C65AF4A83C994E6795A /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; F25FEC098C363C85DA055E1F4D2CA9C0 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; F2790D7B4093F06FD56EBBFBAC5F0ADD /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; @@ -3291,14 +3284,11 @@ F78CF6B534E0C86ED80AF31F8662C2E1 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; F7BFC4F93890ADB0013004C121D7002F /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; F7C9FC98DB79E26839FC5E305293C533 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; - F7D2637910AC00E0787085A95479E810 /* car_xingshi.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = car_xingshi.png; path = DDMAMapKit_Private/Assets/car_xingshi.png; sourceTree = ""; }; F7DA3278B2ABB12C33BF957299801469 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; - F8142C4FBA0582500959EBE1C125530A /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; F82BA7E06739A2192CA4153A2C1333A3 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; F91F0BA904CC94B11C2F37F1D2E9DCA4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; F9A08382A62431C6F9F9F4345599FC94 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; F9DAE85102A1BC32648BED1C7328F83F /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; - FA00A2BAA22BC9E994E551642AA62F46 /* MAPointAnnotation+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MAPointAnnotation+DDCategory.m"; path = "DDMAMapKit_Private/Classes/DDMAMap/Annotation/MAPointAnnotation+DDCategory.m"; sourceTree = ""; }; FA759B92B588C97FCBC31CDF99FABA63 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; FA9396E93C7606B5BF898B9AAA1330E6 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; FAC46196CA0F802F30A914810B6C87B7 /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; @@ -3309,6 +3299,7 @@ FB10332848920296E5A6B2BCF5E167CB /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; FB2250CB04A28CA6E1770BD7AF75E359 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; FB531CC79577FE478A6A01782EAE1953 /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; + FB70CAB9762649734F51C471CE3A756E /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; FB908FBF9F755AFB285A27A674140F71 /* DDMAMapKit_Private-DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDMAMapKit_Private-DDMAMapKit_Private"; path = DDMAMapKit_Private.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; FB95D426A67BA2E8743B891AE01AD3C3 /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; FBA31F1F442CDEAB1DA8755FC4D34472 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; @@ -3342,13 +3333,6 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 030B8280017229B3F260C72DBBAA037C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 08B9FD08F7FD6D30F434840C8FA714DA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3405,13 +3389,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 54EA9881F09AB5C1981C5423C8CE7B6E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 55CD4B4AE879E5B05ADA877BEC57855A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3433,13 +3410,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6231F5A452A89906583FB84B588C6A43 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6354BA5A50CD9F6F6D3A053F7625822B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3489,6 +3459,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 874657BBDDDED8D3D058C2E938CC3A3F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D859B670E0D6697224A4062C64DA3AA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 91C28E5F4B5678B51CA36C84DAAC2351 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3496,6 +3480,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9C5F15BD0AD538EE6401AAAE8E41CBAF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9F55DEE06F31302485599F36FF5B115D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3517,14 +3508,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AA49BDDC65748B15690D0CDA2DAAAB9D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BCE3BE83BA3F2C37EFEA4A0C95A8B860 /* Frameworks */ = { + B0847D54269ADBEA6D91D3C4F3E8A4BC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3580,14 +3564,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FE68ADE90810141051331E09B85D03B8 /* Frameworks */ = { + E12BA7A9B47BBCCA141D640B6CCACB49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - FF3DD4DA19148FFF5B6E39E45459913D /* Frameworks */ = { + F757A0E138A00247C1B56F067606621F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F8D728A0EAE0D542BB04A99CF4DD6EFA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3610,6 +3601,7 @@ 5B4F0D5371EEEF337E564403E281F71B /* Frameworks */, 15BBF67AABF0502FF6CE9BA000B1B5BD /* Support Files */, ); + name = JCore; path = JCore; sourceTree = ""; }; @@ -3637,6 +3629,7 @@ 2EBA2A3495ECAB03E22A25639C891CF1 /* Frameworks */, 0C16081AA2E3646C748379CB492FA510 /* Support Files */, ); + name = "AMapTrack-NO-IDFA"; path = "AMapTrack-NO-IDFA"; sourceTree = ""; }; @@ -3646,6 +3639,7 @@ 3628254CB0065C4258D18E168C6FDE73 /* DDKeychain.swift */, BAD8A313324D2F1E0D4A4CA12709AC7D /* Support Files */, ); + name = DDPersistenceKit_Private; path = DDPersistenceKit_Private; sourceTree = ""; }; @@ -3678,6 +3672,7 @@ 4CE6054A026BD2C4AD3706732F44D485 /* ObjC */, 48454D0B4579DAC7600D2658DE146F72 /* Support Files */, ); + name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; @@ -3802,6 +3797,7 @@ 0B50622D067C3E85FE09931C9E0B0776 /* ijkplayer */, BE8EF91DA9246ED80BAD73D356FCA66A /* Support Files */, ); + name = DDZFPlayerKit_Private; path = DDZFPlayerKit_Private; sourceTree = ""; }; @@ -3829,6 +3825,7 @@ 0676AA5D8B45AC366D112BDD475202D3 /* StringPickerView */, F52D41084DC2FC64E6B837E9385152F1 /* Support Files */, ); + name = BRPickerView; path = BRPickerView; sourceTree = ""; }; @@ -3869,6 +3866,7 @@ 29CDF727261B31101E8C55B5597D2F32 /* IQUIViewController+Additions.swift */, 059E7937143A160012D17BC8DEB83227 /* Support Files */, ); + name = IQKeyboardManagerSwift; path = IQKeyboardManagerSwift; sourceTree = ""; }; @@ -4003,6 +4001,17 @@ name = Core; sourceTree = ""; }; + 17EDE754B043040405CA790A9D12789E /* Annotation */ = { + isa = PBXGroup; + children = ( + 1EC5114970FB8B9BD3683F20651B8561 /* DriveRouteCustomAnnotation.h */, + B34261B63FB63B8F2016C98B066B6236 /* DriveRouteCustomAnnotation.m */, + B313CB7E45D5D4289B26F4D99530ED7A /* MAPointAnnotation+DDCategory.h */, + DEFC1BAD3E38D24CB86497B6253E0157 /* MAPointAnnotation+DDCategory.m */, + ); + name = Annotation; + sourceTree = ""; + }; 184BCBCDCD8296B8194D8B533C71842B /* DDWebImageKit_Private */ = { isa = PBXGroup; children = ( @@ -4010,20 +4019,17 @@ DC2BD35D94ED3A2DA83CC5A47D7FF0EE /* SDWebImage */, F3A03614182070D04CECBB767FF6775D /* Support Files */, ); + name = DDWebImageKit_Private; path = DDWebImageKit_Private; sourceTree = ""; }; - 1E8282F38ED94604C5D2F500F944470B /* DDMAMap */ = { + 1A4C9EA2C0F7E878C5594795E20E2198 /* Overlay */ = { isa = PBXGroup; children = ( - E1C639465AF4A24E086741CD4773BE33 /* Annotation */, - B951768AC41C84F8E8622F87165AF833 /* AnnotationView */, - 57B5466EEC301B13B5EE57248CEAEE88 /* MapView */, - C38FB983E40EE6F99E233CD24D909309 /* Overlay */, - DBF5C04CAA4B4A3024E61F2885651D77 /* Sources */, - 8B9567A47B7BF116216F3C8C7F2A44B2 /* Trace */, + C0ACBEEAA2556F10F0C593FCD54589AF /* MABaseOverlay+DDCategory.h */, + 5756B89C96ACDD4568EB53B21A109510 /* MABaseOverlay+DDCategory.m */, ); - name = DDMAMap; + name = Overlay; sourceTree = ""; }; 1FC0913623F503BDC3FFE3686A4DC4E3 /* Core */ = { @@ -4213,6 +4219,7 @@ 9FA94C9036AA157BA70DFE85060AC5B2 /* UIColor+JXAdd.m */, A6C61B2849582A946C3C4B28A1A2B093 /* Support Files */, ); + name = JXCategoryView; path = JXCategoryView; sourceTree = ""; }; @@ -4262,6 +4269,7 @@ FD8D98D97EB93416EC04475A7EE2D969 /* DDUIPanGestureRecognizer */, B168AE38D935304DD9F2C194C693B652 /* Support Files */, ); + name = DDUIGestureRecognizer; path = DDUIGestureRecognizer; sourceTree = ""; }; @@ -4309,6 +4317,7 @@ 24FF951CFDF6C5E93A247EE75CF9A383 /* Frameworks */, 8ACF5F92B598CBA50CD2CA1D4AA3C6C7 /* Support Files */, ); + name = "AMapFoundation-NO-IDFA"; path = "AMapFoundation-NO-IDFA"; sourceTree = ""; }; @@ -4352,6 +4361,19 @@ name = DDAttributedString; sourceTree = ""; }; + 39DCA6B790A8615E7907D48431238AF9 /* DDMAMap */ = { + isa = PBXGroup; + children = ( + 17EDE754B043040405CA790A9D12789E /* Annotation */, + E8B1F8726352C3FA8BAB40B83A05D32D /* AnnotationView */, + CEC795CDAFC724DB73D908655FAB18D9 /* MapView */, + 1A4C9EA2C0F7E878C5594795E20E2198 /* Overlay */, + 80B7C4F74258C49CF352F5F046D45C9B /* Sources */, + 7249375432E88B8D257693A0EEECF731 /* Trace */, + ); + name = DDMAMap; + sourceTree = ""; + }; 3BC000DFF89388FDA833B9808A9A920B /* Support Files */ = { isa = PBXGroup; children = ( @@ -4372,6 +4394,7 @@ 845BE09F0A433E8C3F3FDBDD8DBBBFA8 /* DDDate.swift */, F57D70E205A8F4B6DB3E557342016B9D /* Support Files */, ); + name = DDDateKit_Private; path = DDDateKit_Private; sourceTree = ""; }; @@ -4392,6 +4415,7 @@ 48B6D82120F352C82E9D62AB8790E0F9 /* Support Files */, 31E107CD40582970B643E5A8AEFE3476 /* UrlLinks */, ); + name = DDUtilsSwiftKit_Private; path = DDUtilsSwiftKit_Private; sourceTree = ""; }; @@ -4499,6 +4523,7 @@ 14A08D07775DBC31CEC19527E63065D1 /* Support Files */, D11B8D1E6092EB0AED97735B441EE038 /* SwiftLog */, ); + name = DDLogKit_Private; path = DDLogKit_Private; sourceTree = ""; }; @@ -4611,15 +4636,6 @@ path = "../Target Support Files/JPush"; sourceTree = ""; }; - 57B5466EEC301B13B5EE57248CEAEE88 /* MapView */ = { - isa = PBXGroup; - children = ( - F24E87E2CCB74B51CE6ADBBF24CD4B00 /* DDMAMapView.h */, - F8142C4FBA0582500959EBE1C125530A /* DDMAMapView.m */, - ); - name = MapView; - sourceTree = ""; - }; 591DB536F7E614497F2E24D8BACF91FA /* DDBaseCollectionViewCell */ = { isa = PBXGroup; children = ( @@ -4650,7 +4666,7 @@ isa = PBXGroup; children = ( 0C6B86FAC2C66C4FF4AFB924021EDC0D /* DDMALocation */, - 1E8282F38ED94604C5D2F500F944470B /* DDMAMap */, + 39DCA6B790A8615E7907D48431238AF9 /* DDMAMap */, E27AEBAA1F48440F9891721341075895 /* DDMANaviManager */, 04C6C3B404C569B2679CE3DEAB1DB41D /* DDMASearch */, D34427A8C8780DCB6EC4598BF1F0BC94 /* DDMATrackManager */, @@ -4682,6 +4698,7 @@ F4E0193750035B5832CF656689BFF56F /* Frameworks */, 6A2E0F593DF9042F0D6EE997DFB98FAB /* Support Files */, ); + name = JPushExtension; path = JPushExtension; sourceTree = ""; }; @@ -4805,6 +4822,7 @@ 30680EEF8037568ECD0E0895B4AC55A6 /* FontUtil.swift */, 3BC000DFF89388FDA833B9808A9A920B /* Support Files */, ); + name = DDFontKit_Private; path = DDFontKit_Private; sourceTree = ""; }; @@ -4816,6 +4834,18 @@ name = DDNavigationController; sourceTree = ""; }; + 7249375432E88B8D257693A0EEECF731 /* Trace */ = { + isa = PBXGroup; + children = ( + FB70CAB9762649734F51C471CE3A756E /* MATraceReplayOverlay.h */, + A1967B51663206735BDAF75432BF3AB4 /* MATraceReplayOverlay.m */, + 9C88FDD701CF012DBC9AC99D0523DFCD /* MATraceReplayOverlay+Addition.h */, + EBDFC886AAB0006354147C2B520E25C8 /* MATraceReplayOverlayRender.h */, + DAB5F39233F77EED36AAFE33BD5A5E8B /* MATraceReplayOverlayRender.m */, + ); + name = Trace; + sourceTree = ""; + }; 72C4A0DA2DCCB3ECA2717EA22051A6E9 /* Core */ = { isa = PBXGroup; children = ( @@ -4971,6 +5001,7 @@ 35D694474CE7EF0F4DBB74A0756B8F70 /* Frameworks */, 56E1EBB7C776D3349268C2F2E1009B57 /* Support Files */, ); + name = JPush; path = JPush; sourceTree = ""; }; @@ -4987,6 +5018,7 @@ DFBAC6087FB4F7FB56D54E593A7A325E /* Resources */, CE7CE57226BAA8D6C19E9CAA19ECA590 /* Support Files */, ); + name = "ESTabBarController-swift"; path = "ESTabBarController-swift"; sourceTree = ""; }; @@ -4997,6 +5029,7 @@ 96C73C31C64C64ECD5EA7FF1E688383C /* Toast.swift */, 9AAC231B39222EE50A9B592B70E9B9B6 /* Support Files */, ); + name = DDToastKit_Private; path = DDToastKit_Private; sourceTree = ""; }; @@ -5099,9 +5132,20 @@ A4CD590F9AD38449ED8AEF644C911110 /* UIViewArray+QuickLayout.swift */, F60161FA7F293C15B438975137427B2A /* Support Files */, ); + name = SwiftEntryKit; path = SwiftEntryKit; sourceTree = ""; }; + 80B7C4F74258C49CF352F5F046D45C9B /* Sources */ = { + isa = PBXGroup; + children = ( + 9D7D991787FE25AE5ADF0F3727B078EE /* car_xingshi.png */, + 0F06F549E23D2A1F4C19A21BD87AB4CC /* car_xingshi@2x.png */, + 0C8A624213848CA2733A75052FEB7855 /* car_xingshi@3x.png */, + ); + name = Sources; + sourceTree = ""; + }; 81616C197B1E0EDD6C164176A89A60CC /* UIScreen+DDCategory */ = { isa = PBXGroup; children = ( @@ -5200,6 +5244,7 @@ EAA220274994466644364B423B146CD1 /* Validation.swift */, 37BD674627CF33632AD74E1E7AC1D544 /* Support Files */, ); + name = Alamofire; path = Alamofire; sourceTree = ""; }; @@ -5239,24 +5284,13 @@ name = Frameworks; sourceTree = ""; }; - 8B9567A47B7BF116216F3C8C7F2A44B2 /* Trace */ = { - isa = PBXGroup; - children = ( - BCB51A3091914CD0D5630D9AD166B242 /* MATraceReplayOverlay.h */, - 01C2C975C32805EDFF76F04F09E641E8 /* MATraceReplayOverlay.m */, - 4A0E1D79F59B5AEA3FD782D95C792316 /* MATraceReplayOverlay+Addition.h */, - BDFCFED1120C1237E05CC8E112E8633D /* MATraceReplayOverlayRender.h */, - 87024CFC0B713952222E4327AC3F5AB7 /* MATraceReplayOverlayRender.m */, - ); - name = Trace; - sourceTree = ""; - }; 8EE0A437EAA6801CC4A322496459182B /* DDTimerSwiftKit_Private */ = { isa = PBXGroup; children = ( 4F4FEF523E078D73FDD59A2D323AEB68 /* GCDTimer.swift */, 4FD07CA91B26D9D19DA3C17A9504C6AA /* Support Files */, ); + name = DDTimerSwiftKit_Private; path = DDTimerSwiftKit_Private; sourceTree = ""; }; @@ -5318,6 +5352,7 @@ E6DC0A25D409B0023D5A332D110E2B9A /* MBProgressHUD.m */, E2AB32C5519DF448BC302C292193FE4D /* Support Files */, ); + name = DDProgressHUDKit_Private; path = DDProgressHUDKit_Private; sourceTree = ""; }; @@ -5328,6 +5363,7 @@ B764692E9C8C0E80B7B28D4FA029648B /* DDAlamofire.swift */, 125B9C06C47A743F371E4D18A8FF4ABD /* Support Files */, ); + name = DDNetworkingOfAlamofireKit_Private; path = DDNetworkingOfAlamofireKit_Private; sourceTree = ""; }; @@ -5356,6 +5392,7 @@ 350F12E70C653D1DD3304563C3CBC1A7 /* DDSpeechSynthesizer.swift */, EA31EBD1013743C4D76E01435E2D5610 /* Support Files */, ); + name = DDAudioPlayerKit_Private; path = DDAudioPlayerKit_Private; sourceTree = ""; }; @@ -5441,6 +5478,7 @@ 0BF0B876F9DBA44AC537E2CF62FB1878 /* DDBaseViewModel */, 42D56AD997C9D354FB5DE1FFE66BAB56 /* Support Files */, ); + name = DDBasicControlsKit_Private; path = DDBasicControlsKit_Private; sourceTree = ""; }; @@ -5611,6 +5649,7 @@ 7C4297047E92BB05B1B6398FAFE00726 /* WKWebView+Rx.swift */, 5FDA7B84C3996F5596F9BB381B4C0783 /* Support Files */, ); + name = RxCocoa; path = RxCocoa; sourceTree = ""; }; @@ -5664,6 +5703,7 @@ 3D3F7ADD4B5091A59FBE5DCBD1232C69 /* UILayoutSupport+Extensions.swift */, 24E756629191645E6907D1CDFF4EB61A /* Support Files */, ); + name = SnapKit; path = SnapKit; sourceTree = ""; }; @@ -5700,15 +5740,6 @@ name = "UITabBarController+DDCategory"; sourceTree = ""; }; - B951768AC41C84F8E8622F87165AF833 /* AnnotationView */ = { - isa = PBXGroup; - children = ( - E71A4D9B4E0F90E8DD77654518ED38BD /* DriveRouteCustomAnnotationView.h */, - B58F0164B95DAF00C2F2FAAEC784B52E /* DriveRouteCustomAnnotationView.m */, - ); - name = AnnotationView; - sourceTree = ""; - }; BA9D9DA9141993652C9C5150D7AEA3D6 /* UICollectionViewCell+DDCategory */ = { isa = PBXGroup; children = ( @@ -5897,6 +5928,7 @@ 6D9549CFF0201D252D54CE5E9CCFC20B /* Zip+Collection.swift */, F19B39BFCA399467E8F74EE8F648E80E /* Support Files */, ); + name = RxSwift; path = RxSwift; sourceTree = ""; }; @@ -5938,15 +5970,6 @@ path = "../Target Support Files/MJRefresh"; sourceTree = ""; }; - C38FB983E40EE6F99E233CD24D909309 /* Overlay */ = { - isa = PBXGroup; - children = ( - E32A8F441E3065DCD4C62573C27E6CB7 /* MABaseOverlay+DDCategory.h */, - B88022AA0A283701F44693B049E6DB4E /* MABaseOverlay+DDCategory.m */, - ); - name = Overlay; - sourceTree = ""; - }; C75853DD0219D4027452952F5BD8530A /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -5977,6 +6000,7 @@ B544E93B9E0467140A6551E240E0B171 /* DDViewController */, B56B3F7DAF59F2E683D159F05B6E31F7 /* Support Files */, ); + name = DDControlsKit_Private; path = DDControlsKit_Private; sourceTree = ""; }; @@ -6005,6 +6029,7 @@ 3B08F236D084FC505DE3CA3E44D3E195 /* AutoUI.swift */, 13180359E6EC5E9D9FD68F968340CAFA /* Support Files */, ); + name = DDAutoUIKit_Private; path = DDAutoUIKit_Private; sourceTree = ""; }; @@ -6022,6 +6047,15 @@ path = "../Target Support Files/ESTabBarController-swift"; sourceTree = ""; }; + CEC795CDAFC724DB73D908655FAB18D9 /* MapView */ = { + isa = PBXGroup; + children = ( + 2E4510B2AFEDED9EEF937B20271E7FCF /* DDMAMapView.h */, + 763DB59879F4C1054FF472B7127F9F2E /* DDMAMapView.m */, + ); + name = MapView; + sourceTree = ""; + }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( @@ -6114,6 +6148,7 @@ 2E0E199E171760D7AFAFE083976758E2 /* Resources */, 6D62BE851B5BDC3C2BC63B7C9A8B99FE /* Support Files */, ); + name = ZLPhotoBrowser; path = ZLPhotoBrowser; sourceTree = ""; }; @@ -6152,6 +6187,7 @@ 90F2CA01C8C53B93CF6D1612AA1DA48F /* UIViewController+DDCategory */, 98374C572F4919392D72F0DDB063FB8D /* UIWindow+DDCategory */, ); + name = DDCategoryKit_Private; path = DDCategoryKit_Private; sourceTree = ""; }; @@ -6173,16 +6209,6 @@ name = "CALayer+DDCategory"; sourceTree = ""; }; - DBF5C04CAA4B4A3024E61F2885651D77 /* Sources */ = { - isa = PBXGroup; - children = ( - F7D2637910AC00E0787085A95479E810 /* car_xingshi.png */, - 190A9834E7CDD2799D036711E7C44C87 /* car_xingshi@2x.png */, - A75AF1515C39AC307EE6E94C031C2673 /* car_xingshi@3x.png */, - ); - name = Sources; - sourceTree = ""; - }; DC2BD35D94ED3A2DA83CC5A47D7FF0EE /* SDWebImage */ = { isa = PBXGroup; children = ( @@ -6283,6 +6309,7 @@ D787FEF667A8228912B6797B6B64A0EE /* Frameworks */, BE87EC4A4530AE2FEED6C3878963F316 /* Support Files */, ); + name = "AMapLocation-NO-IDFA"; path = "AMapLocation-NO-IDFA"; sourceTree = ""; }; @@ -6303,17 +6330,6 @@ name = DDBaseImageView; sourceTree = ""; }; - E1C639465AF4A24E086741CD4773BE33 /* Annotation */ = { - isa = PBXGroup; - children = ( - A035CF63A327EFD8B3D3B62720CEBAE3 /* DriveRouteCustomAnnotation.h */, - BB62C51B6021C01947BC0CCAFFF67034 /* DriveRouteCustomAnnotation.m */, - F0D724D1AD75CBD80D11FDF45B4CFD76 /* MAPointAnnotation+DDCategory.h */, - FA00A2BAA22BC9E994E551642AA62F46 /* MAPointAnnotation+DDCategory.m */, - ); - name = Annotation; - sourceTree = ""; - }; E27AEBAA1F48440F9891721341075895 /* DDMANaviManager */ = { isa = PBXGroup; children = ( @@ -6388,9 +6404,19 @@ F0BAF6454748BAD0FD7221158D5C6BE7 /* UIColor+Hue.swift */, EE9A8FC699E9069D2C30771F3E880A38 /* Support Files */, ); + name = DDColorKit_Private; path = DDColorKit_Private; sourceTree = ""; }; + E8B1F8726352C3FA8BAB40B83A05D32D /* AnnotationView */ = { + isa = PBXGroup; + children = ( + 8E5CDBCAF252ACECE2568DC0DAC428C9 /* DriveRouteCustomAnnotationView.h */, + 2DD46860055AD1BF7280B87E0BFDFE8A /* DriveRouteCustomAnnotationView.m */, + ); + name = AnnotationView; + sourceTree = ""; + }; E977361F895C10A0037E3D1DAF9DF107 /* RxRelay */ = { isa = PBXGroup; children = ( @@ -6401,6 +6427,7 @@ ADF7F0EC0C3CACF481F75825D41B501E /* Utils.swift */, 10321C4AA4280EEBA3164B1EDE18DC06 /* Support Files */, ); + name = RxRelay; path = RxRelay; sourceTree = ""; }; @@ -6508,6 +6535,7 @@ 270A192005CD7413EDE433B0293D23BD /* Frameworks */, 08B682872F32103C1A7370C249323F89 /* Support Files */, ); + name = "AMapSearch-NO-IDFA"; path = "AMapSearch-NO-IDFA"; sourceTree = ""; }; @@ -6650,6 +6678,7 @@ CA6C1603C9F81AF408B00B5295388A82 /* WKInterfaceImage+Kingfisher.swift */, B10DBB1234EC1FEF689C15450B90BDA6 /* Support Files */, ); + name = Kingfisher; path = Kingfisher; sourceTree = ""; }; @@ -6741,6 +6770,7 @@ 40C494445D2AFBA796A7302E6061FF69 /* Resources */, C0066D372174DE0EEEA9D7171020F14B /* Support Files */, ); + name = MJRefresh; path = MJRefresh; sourceTree = ""; }; @@ -6750,6 +6780,7 @@ A273C4FCC800B241232D30A6D6D41F98 /* Frameworks */, B659C899550B938E970B8DA485E583BD /* Support Files */, ); + name = Bugly; path = Bugly; sourceTree = ""; }; @@ -6864,6 +6895,7 @@ F4AA42C35944DDED0841A4699AF63D8D /* Resources */, D23721A393734F05C4BD695A51BE22C6 /* Support Files */, ); + name = "AMapNavi-NO-IDFA"; path = "AMapNavi-NO-IDFA"; sourceTree = ""; }; @@ -6892,6 +6924,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 07A6B139E5DD1402703DD52FEEEF4716 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 55E2793A2E319B4589D5A2A7E9EBE73B /* SnapKit-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 080AD7C5EC4077154C668E8AA84C6D55 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6940,14 +6980,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0F6347CC9149F0DCAF67F686C166D698 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A975C42D2C9457D5CC0F1BD8CF873D49 /* SnapKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 11D1725C653AC098561EAA32D8D1A0E0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7011,6 +7043,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 29BDB5A478F58CA74C813649A948626A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 960455FFF6826DFA9D59E1482777961F /* RxSwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2A41190E065BFC59481951F25FD5ECCD /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7128,11 +7168,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 47BC60421D14D511BCBEBFBCBC07EFA2 /* Headers */ = { + 491F97FC3BAAC8CCCD7EDC09ACE2C862 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A4890BB149ED3D60994FEFC0B62E6C37 /* RxSwift-umbrella.h in Headers */, + 88686423F56ADA479E7C053258AABCAE /* Kingfisher-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7171,11 +7211,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7471CC427A8725A0477EFD6E399375BF /* Headers */ = { + 6C7FED2A63D4AD6AA39A450582AD63B6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BFF94C3B3E608E5305B9BC4B490F388A /* Kingfisher-umbrella.h in Headers */, + 67B66CEB55B937D094202E1B4C4D7908 /* RxRelay-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7194,46 +7234,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7C5DDFA8C43926058AC20C584F49FE11 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1F3AFEC2D8BEF2B4EB2FBC742B21A48A /* CALayer+DDCategory.h in Headers */, - B292FE6C01FF00543B8B91C8466D7906 /* DDCategory.h in Headers */, - EDFFE5F595D0B9A02163134AE1201307 /* DDCategoryKit_Private-umbrella.h in Headers */, - 877E8E3E40DF9A31933FE7058FADD9C2 /* NSAttributedString+DDCategory.h in Headers */, - D8EF7A21DEA619ABD49812B07979A72D /* NSBundle+DDCategory.h in Headers */, - FE3371F9525BAE8438D6F8B3A1444EA7 /* NSMutableAttributedString+DDCategory.h in Headers */, - 495100D018A776F7BA9619E18D039497 /* NSMutableParagraphStyle+DDCategory.h in Headers */, - B05F38F8500A3ECBD016D57ABB09D56E /* NSObject+DDCategory.h in Headers */, - B4FF590153ABBFC580C9E19DDD5F8F85 /* NSThread+DDCategory.h in Headers */, - A5D7A315193A16549622A06617D458C7 /* NSURL+DDCategory.h in Headers */, - 42B0257D8AC349165D5CC205AF0C9E62 /* UIApplication+DDCategory.h in Headers */, - 05DF7EAAF580CD3CD9B61D12F6515C64 /* UIBarButtonItem+DDCategory.h in Headers */, - 2C88C29C911C048842399A6488D39B06 /* UIButton+DDCategory.h in Headers */, - 2EE4FFFB502D5EB77463DDCF2A55B031 /* UICollectionView+DDCategory.h in Headers */, - A7282A57EAF94C887C0A977A373B83E1 /* UICollectionViewCell+DDCategory.h in Headers */, - 54CE633AD8BD0B66E9691F2944CB1205 /* UIFont+DDCategory.h in Headers */, - 7BAD11C9E8DEE27A32D9D21A15F13DCB /* UIImage+DDCategory.h in Headers */, - 662CC38F1D36EB3041760FC880984BD4 /* UIImageView+DDCategory.h in Headers */, - 7C836E6F2E45E1041545E6EC416025BB /* UILabel+DDCategory.h in Headers */, - D1653CA724AE1DE5BCE5285107BCB948 /* UINavigationBar+DDCategory.h in Headers */, - CD9634865CD63B65A27EF6D8510B67D7 /* UINavigationController+DDCategory.h in Headers */, - 554CBAE5B98F300E8825F159B46C0C11 /* UINavigationItem+DDCategory.h in Headers */, - 24C55B38A9AB358E13CFE2C1D72AE44A /* UIScreen+DDCategory.h in Headers */, - 0767CC1BF3CC7012DECDFB9AA57AEBEC /* UIScrollView+DDCategory.h in Headers */, - 7630F520BBECD8EFBAE1488DA72B4205 /* UISwitch+DDCategory.h in Headers */, - E146EBE5C5CE49641578FB0F8C6D51EF /* UITabBarController+DDCategory.h in Headers */, - 420A9661F982A19EA741B8147214E4B5 /* UITableView+DDCategory.h in Headers */, - 48B3B43477480C8C2C6F76E7A6F7CD40 /* UITableViewCell+DDCategory.h in Headers */, - BF8709E2536653A9FF1A94CE8FE717B2 /* UITextField+DDCategory.h in Headers */, - 6E704AB7176C701069B8714A71A59821 /* UITextView+DDCategory.h in Headers */, - AAD8C43C65DC7E5318265EC5306BFED3 /* UIView+DDCategory.h in Headers */, - 6E44114DC150646686ADE8C2451AE2F4 /* UIViewController+DDCategory.h in Headers */, - 516506EAFDFFF48B5DDB4F4BA32BCA42 /* UIWindow+DDCategory.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8AF8013021BC9C5C63FFB8A23BC8D912 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7326,11 +7326,43 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AB247A072EB752A0117AAE2BBB2AC2F4 /* Headers */ = { + A72A004011B07E2FE3655B41602E7AF4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EF417A560EF76B8C73FFB7CA80964D30 /* RxRelay-umbrella.h in Headers */, + 24FE805EDA56F24CF0408BF9B66A0533 /* CALayer+DDCategory.h in Headers */, + C00913FD0EB3B8CEF286C6B4D4419E53 /* DDCategory.h in Headers */, + B69713E6DEF3F08B871F54710277E61D /* DDCategoryKit_Private-umbrella.h in Headers */, + 8E58AA277767AF1DCB8C5269F60F8383 /* NSAttributedString+DDCategory.h in Headers */, + 581BF938FE9B3173D01F1729A8967B1F /* NSBundle+DDCategory.h in Headers */, + 898F021D349FE3EBD5EE03681AED8AB0 /* NSMutableAttributedString+DDCategory.h in Headers */, + DD7C7396D5E6E68C6296B68F840BA707 /* NSMutableParagraphStyle+DDCategory.h in Headers */, + 5BE951627F03DBA594AD47D0BC8D9728 /* NSObject+DDCategory.h in Headers */, + 5BA0706C60D0FC19B6DF6A92BF3C533E /* NSThread+DDCategory.h in Headers */, + 52576D922E54355924487C8659BBCA3A /* NSURL+DDCategory.h in Headers */, + 96EBE9D81AD27C262D37FE6F09E9B809 /* UIApplication+DDCategory.h in Headers */, + 01CEEC36D3CB894748C194F54797A47A /* UIBarButtonItem+DDCategory.h in Headers */, + 75C2A4AC8A08225366BF388FB16FEBD0 /* UIButton+DDCategory.h in Headers */, + 2921FA99B089119A5839E26EE1B0AB9D /* UICollectionView+DDCategory.h in Headers */, + 9554D2B2B1DF1204F95594892E6F72E9 /* UICollectionViewCell+DDCategory.h in Headers */, + E343BC4085CEC0991C62C4E9860A317F /* UIFont+DDCategory.h in Headers */, + 8CBE7C03EE9A8FAE6C25F8FFAAA5AEE5 /* UIImage+DDCategory.h in Headers */, + C1D73931C071D12A706E19453B749AE2 /* UIImageView+DDCategory.h in Headers */, + 1E0DEE3768AADAD89831AA6963C6CD53 /* UILabel+DDCategory.h in Headers */, + 090C113662172494C55707C5DD66F831 /* UINavigationBar+DDCategory.h in Headers */, + 07AEBCE21644F6C5996D15F5DE1AD536 /* UINavigationController+DDCategory.h in Headers */, + 12A89EDC0216F8BDFF63C99E9B03AACA /* UINavigationItem+DDCategory.h in Headers */, + 80122221A6117BF925C001839A53A2AC /* UIScreen+DDCategory.h in Headers */, + 3768410AD09CF28BCC26494AC1577727 /* UIScrollView+DDCategory.h in Headers */, + 4A75AA97E86A24D8F1F0AF5F576FEB7A /* UISwitch+DDCategory.h in Headers */, + 4940C403E5114F3F4C561D910ABE3168 /* UITabBarController+DDCategory.h in Headers */, + 67A0B2166385EF7648510BD25206B59F /* UITableView+DDCategory.h in Headers */, + 731FEC2062F3A06374C3914E11C643B7 /* UITableViewCell+DDCategory.h in Headers */, + 3AC9DC2E3E9CD520015FD18EA05424A4 /* UITextField+DDCategory.h in Headers */, + F36E9F650765A75870238B9910EFF879 /* UITextView+DDCategory.h in Headers */, + C6D34D15AF1274018CE0783502A3B158 /* UIView+DDCategory.h in Headers */, + D508FEAAB28CF92F1FA3520CE680BBEA /* UIViewController+DDCategory.h in Headers */, + 689313BD82A0259837676832E9581B22 /* UIWindow+DDCategory.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7431,7 +7463,7 @@ buildRules = ( ); dependencies = ( - 2068E630475258E3CFB222CBD40F9722 /* PBXTargetDependency */, + B33058AE6E785D9439102760FA90B191 /* PBXTargetDependency */, ); name = DDControlsKit_Private; productName = DDControlsKit_Private; @@ -7449,8 +7481,8 @@ buildRules = ( ); dependencies = ( - 4DFE180E01F5F5458436CC4075EBFF85 /* PBXTargetDependency */, - 2A559021D8F474964320DF38880F4B04 /* PBXTargetDependency */, + 3D9D4C7691A2115FB67AA8C2662C7F52 /* PBXTargetDependency */, + 2A51C7B4FE0665190C10E4BE04544628 /* PBXTargetDependency */, ); name = DDBasicControlsKit_Private; productName = DDBasicControlsKit_Private; @@ -7469,7 +7501,7 @@ buildRules = ( ); dependencies = ( - B7165842DDE59D7059E4F13A7EF101D0 /* PBXTargetDependency */, + E2E30D17C271389BD1FFF1499F317352 /* PBXTargetDependency */, ); name = DDTimerSwiftKit_Private; productName = DDTimerSwiftKit_Private; @@ -7478,12 +7510,12 @@ }; 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */ = { isa = PBXNativeTarget; - buildConfigurationList = EBECE46F6A862A6935B4E5AC600A895D /* Build configuration list for PBXNativeTarget "SnapKit" */; + buildConfigurationList = EE520730765F304C632DC11DF1CF1B46 /* Build configuration list for PBXNativeTarget "SnapKit" */; buildPhases = ( - 0F6347CC9149F0DCAF67F686C166D698 /* Headers */, - F295D89A9635CB13B951FA97A12EE713 /* Sources */, - FF3DD4DA19148FFF5B6E39E45459913D /* Frameworks */, - D28CE25E00A6D5CD315BD6F71B0C73FB /* Copy generated compatibility header */, + 07A6B139E5DD1402703DD52FEEEF4716 /* Headers */, + 95C419FAFC81C1B2AB2C3A470D9B6F26 /* Sources */, + B0847D54269ADBEA6D91D3C4F3E8A4BC /* Frameworks */, + 3EAF6E4046FBA005A58EC068BB8120D8 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7559,9 +7591,9 @@ buildRules = ( ); dependencies = ( - 4626DA4D2E7C5A89D2C81EE69F485C11 /* PBXTargetDependency */, - 2E1EAFF68F5768E89BC164B697478772 /* PBXTargetDependency */, - 341891C196F45DB1A5CF5055576933A7 /* PBXTargetDependency */, + 17CA1F2D83C60D35BB6A24AEB49AE381 /* PBXTargetDependency */, + C1F7B680B66F3F2ED95245A05FBB9F7E /* PBXTargetDependency */, + FD9E1A63B4D90933659FA67B3545908B /* PBXTargetDependency */, ); name = DDProgressHUDKit_Private; productName = DDProgressHUDKit_Private; @@ -7588,17 +7620,17 @@ }; 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */ = { isa = PBXNativeTarget; - buildConfigurationList = 06238A0A3873370D6AA41A37DC6909C0 /* Build configuration list for PBXNativeTarget "RxRelay" */; + buildConfigurationList = 16FC1E152518B4751ECD442E0192B66C /* Build configuration list for PBXNativeTarget "RxRelay" */; buildPhases = ( - AB247A072EB752A0117AAE2BBB2AC2F4 /* Headers */, - CC54609A31DCE30981A2B4E3881162D3 /* Sources */, - 030B8280017229B3F260C72DBBAA037C /* Frameworks */, - E5FB5C444480B6BEC0B394A8F248E329 /* Copy generated compatibility header */, + 6C7FED2A63D4AD6AA39A450582AD63B6 /* Headers */, + FF23471E4326A1915BEE5031D4E73FB1 /* Sources */, + 8D859B670E0D6697224A4062C64DA3AA /* Frameworks */, + 5E9ACB34927400C8A42FEE0960A1AA59 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 23D55212A122DC27479551ABEDA88E7D /* PBXTargetDependency */, + 5D71206E1F6FC7383495EA9C0B465935 /* PBXTargetDependency */, ); name = RxRelay; productName = RxRelay; @@ -7642,11 +7674,11 @@ }; 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = 4DA054EFF07A3BC10C50E1D546A656F6 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; + buildConfigurationList = B2D6C57A0D87AB890081DC10D1B30AC8 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; buildPhases = ( - 0C0B3234AC9F0CF2BA352C5870C0243B /* Sources */, - AA49BDDC65748B15690D0CDA2DAAAB9D /* Frameworks */, - 570EF0E61865A4FA4BA0683C7D36C888 /* Resources */, + A64792860819C585E013F027B6C1FB39 /* Sources */, + 874657BBDDDED8D3D058C2E938CC3A3F /* Frameworks */, + D88473CF7D4C0FD50A2CEF1D616A69FC /* Resources */, ); buildRules = ( ); @@ -7659,11 +7691,11 @@ }; 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 674D3C4B87251FD66495C69BB9050CC0 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; + buildConfigurationList = 8DFBC38B21E3E368E77E52E1B0306518 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; buildPhases = ( - 24B44037C0F771CD03EEEC96512EBCAA /* Sources */, - 6231F5A452A89906583FB84B588C6A43 /* Frameworks */, - CF7264CD2B8CECCBEC203303434480BB /* Resources */, + 5B485502E9F743EB1EA4D5DFB1F03B8A /* Sources */, + F8D728A0EAE0D542BB04A99CF4DD6EFA /* Frameworks */, + 66C8B8B0A55E593F10A341958D0946E3 /* Resources */, ); buildRules = ( ); @@ -7720,7 +7752,7 @@ buildRules = ( ); dependencies = ( - 696EEA1407C34228D04783F666E6C8AB /* PBXTargetDependency */, + 4E158840C7B396A4EB6AEE7B11381833 /* PBXTargetDependency */, ); name = "Pods-OrderSchedulingNotificationService"; productName = "Pods-OrderSchedulingNotificationService"; @@ -7738,47 +7770,47 @@ buildRules = ( ); dependencies = ( - 7CC6E7529B2925296F586F12342BC386 /* PBXTargetDependency */, - 35EAB75C2707AE76C78FF96A6C922B76 /* PBXTargetDependency */, - A999AC99E51CD9E1BACB862CC0EF6DCD /* PBXTargetDependency */, - 2C3E972F7626225E9F70EADBEEE90EBE /* PBXTargetDependency */, - 68A86FE618C822000F87DB3FBF1FB158 /* PBXTargetDependency */, - 7DFF20091CDB1877634F5087DA54061E /* PBXTargetDependency */, - 6D5784F07594C7DBF00FF10DE2875B8C /* PBXTargetDependency */, - 55A9DAD9906600CD5332B6D810517482 /* PBXTargetDependency */, - B8DCB7DBB7BB1C45B20051538DC7BEE1 /* PBXTargetDependency */, - 4494F052B3B989495949FD7FE1D022FD /* PBXTargetDependency */, - 924EBA5A27C1A78112F45C5430D51290 /* PBXTargetDependency */, - E46396B0D2866C6BBD3FE444DFBEB119 /* PBXTargetDependency */, - CE49D80C2F416BF2BF36E45D218D8EA5 /* PBXTargetDependency */, - C17E589E55FAB8485D2D5F209AA17886 /* PBXTargetDependency */, - 9A02CAA2C278600A0364D82FD6A961DD /* PBXTargetDependency */, - 9FBAEF0263E73A44F246811C531552F5 /* PBXTargetDependency */, - AF4CD0CB9388513916058A989DD3B9B2 /* PBXTargetDependency */, - 690B42821FF641C1F0D5347152F8FAEA /* PBXTargetDependency */, - A255165088243E100037816E5095A9DA /* PBXTargetDependency */, - F1A4B688AF4053357843DA121028B5A7 /* PBXTargetDependency */, - 091F6314B0C7B10A64CF66EC883E5AAB /* PBXTargetDependency */, - DCE186217E6404BC745A77E56E179A9F /* PBXTargetDependency */, - 2F23C3A46D93D5C3535AC8B2951ABAB7 /* PBXTargetDependency */, - B31B3D5F55BA9071020CFD10DA7C1491 /* PBXTargetDependency */, - FFA246C0E563E4DCB91BC6D963AA5CD6 /* PBXTargetDependency */, - 4268BECD6B11A61FA049AE347A58CB1C /* PBXTargetDependency */, - DEC75488722F47E0D6D0399E0AE6C9B2 /* PBXTargetDependency */, - 0777241C037C7A37AE9235A08F50355A /* PBXTargetDependency */, - EE7BBDCD438A987D1B8269AB2B838CE3 /* PBXTargetDependency */, - 38463009CC09407BDBD94D6C51E479D0 /* PBXTargetDependency */, - 78F566F44AFF885874B80C4C62802F7C /* PBXTargetDependency */, - 35A57A8F7952D937D233785C44DAF33A /* PBXTargetDependency */, - 1A40B2B647C6297E1B6355962CCF65E2 /* PBXTargetDependency */, - 7213A204D527804745D38C52AD210421 /* PBXTargetDependency */, - B01072DB0D53BFC1C3973AFBF2A344B8 /* PBXTargetDependency */, - 1ED9345386F76EC1184F7AB3F1149243 /* PBXTargetDependency */, - 12636BA71E5C0E7EB97B2AAD6729CF5C /* PBXTargetDependency */, - F742652C70A63ED135A041D19CF33243 /* PBXTargetDependency */, - C3D2844DA188546A3AFAE26976ECEA9B /* PBXTargetDependency */, - E15A2B612B3661F41A7BB10B677CF2A1 /* PBXTargetDependency */, - B4D0A90B2F169D1213FF7AB6F84B97EE /* PBXTargetDependency */, + B4C65CC31113E54A255CC8503431FD34 /* PBXTargetDependency */, + 2ED8A1626DBC9DC780FCB7587184720E /* PBXTargetDependency */, + D508C8725900C57EF5F42C53F7013CB0 /* PBXTargetDependency */, + AC945B35F3BB3F71D3C39A57C7F4194E /* PBXTargetDependency */, + 0A619082927E6686FBF789C232D54560 /* PBXTargetDependency */, + 80DCBE8EDD69F2E9D1A61918229004D2 /* PBXTargetDependency */, + E4A7126E48F388B43FFE9E4449AF71FD /* PBXTargetDependency */, + F86D656C700E7E9808927221522C71FE /* PBXTargetDependency */, + 7B1465C3911C4BBFF5B995A798D859C2 /* PBXTargetDependency */, + 3071AFA590EFBED411FBF5B427DD368A /* PBXTargetDependency */, + DE87ED888625EBAFD6428D6629662E49 /* PBXTargetDependency */, + 66005B4292C7601296C9423E3DC98080 /* PBXTargetDependency */, + 9BBCBBFF7AC1FA1273D68122D0E746F5 /* PBXTargetDependency */, + D15FA91F107D33231D274B0C0B4A81B0 /* PBXTargetDependency */, + 66352F2298DD8988B4CCD1C939E38182 /* PBXTargetDependency */, + 2C9ABC812F5945660970B9B6171321B5 /* PBXTargetDependency */, + 9EE87FF747C0C08341EDA772A64E34A5 /* PBXTargetDependency */, + F25E15F47E28BBDF60CD4E2BA4229587 /* PBXTargetDependency */, + 67B1F06BBDD766B05A412A1846420819 /* PBXTargetDependency */, + 0B986D0B0C98B7E5ED1702196A9F3670 /* PBXTargetDependency */, + 8A6D677AABB1147623DDC3F890260D60 /* PBXTargetDependency */, + A140C816FFA3A5EFBBF40E8B7622A42D /* PBXTargetDependency */, + 848DF8FB51786875368A9E3ED9AB2362 /* PBXTargetDependency */, + EAD127D75BC693BC988A841F8DCC5600 /* PBXTargetDependency */, + 32F107861DAED0C1EE2C72079B5FC81E /* PBXTargetDependency */, + 69D178F6C1DF185521322DECC472493D /* PBXTargetDependency */, + 75B72BCF74BD4B915DC4534D5FCEA4BE /* PBXTargetDependency */, + B33A1BDEBF38A279643BD5CA608B8183 /* PBXTargetDependency */, + 94931ADAD39C2F530F3F0A169D01CE0C /* PBXTargetDependency */, + 7F04FB360E5E9632F62B3A03E296D20B /* PBXTargetDependency */, + A41F189EB71DBEA3CEDDC1215E44D36B /* PBXTargetDependency */, + 741DBE00DD472E230E9CD6B046F37FF6 /* PBXTargetDependency */, + DA3276BC91999DAF63A78A500D341985 /* PBXTargetDependency */, + 2A1688AE5F0905AF77DA414BF513D0F6 /* PBXTargetDependency */, + 21436BDF813C08E1BD28C808B95119CD /* PBXTargetDependency */, + 67A31F552728B2B85DB2E9812623DFD4 /* PBXTargetDependency */, + A6FDE91167DC97FE39E13AEBC83A296F /* PBXTargetDependency */, + 8C31A86C2F01C6ED87E44A2A693F6BDF /* PBXTargetDependency */, + 04D5A274493B459AF8588609E9A408D2 /* PBXTargetDependency */, + DCBCCAF64C7744C5D0DF337DA730B178 /* PBXTargetDependency */, + 1C510D7E44BF351242BDCC80357E1505 /* PBXTargetDependency */, ); name = "Pods-OrderScheduling"; productName = "Pods-OrderScheduling"; @@ -7797,8 +7829,8 @@ buildRules = ( ); dependencies = ( - 670B41A3632C5D7ECE2314CFAC4F52BA /* PBXTargetDependency */, - 9908FD34011E04E85935089D645880E5 /* PBXTargetDependency */, + 2C480EB16D9BF901347E5E21C89701A3 /* PBXTargetDependency */, + 74744D5A19B27AD75F5E4E707113FFB7 /* PBXTargetDependency */, ); name = RxCocoa; productName = RxCocoa; @@ -7807,11 +7839,11 @@ }; 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 6B262A8517368C9FCE8C077D99CF0CE6 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; + buildConfigurationList = 9C68855AA78D80872A6385F87703731D /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; buildPhases = ( - 7C5DDFA8C43926058AC20C584F49FE11 /* Headers */, - EF30CB143E8FD95D8E183FAAC07A4F19 /* Sources */, - BCE3BE83BA3F2C37EFEA4A0C95A8B860 /* Frameworks */, + A72A004011B07E2FE3655B41602E7AF4 /* Headers */, + F1DEF88762101F5A9E7184C3F8FDEC08 /* Sources */, + 9C5F15BD0AD538EE6401AAAE8E41CBAF /* Frameworks */, ); buildRules = ( ); @@ -7904,14 +7936,14 @@ buildRules = ( ); dependencies = ( - 36921873F7DCA1A5D3A6D0124BA01F40 /* PBXTargetDependency */, - BF37D9598181A9C697683586B2F71799 /* PBXTargetDependency */, - 62D826B758E390F8E136B4FA3B549D42 /* PBXTargetDependency */, - 8E67C5A543ECCF1058FE32E5359CF929 /* PBXTargetDependency */, - 7BA56C60658366A9B348D323ECDFB2F6 /* PBXTargetDependency */, - CADE5CA838DE330E698F9743B2639617 /* PBXTargetDependency */, - 2946316DA349974FE3EAE050DAE5DF13 /* PBXTargetDependency */, - 347DCA571508B7D468096C670AC96DBF /* PBXTargetDependency */, + 180AD3A3577B8DFE0EEF73CBCB31E84F /* PBXTargetDependency */, + 3FC94CB20809C6196D910B94BA1FF9E8 /* PBXTargetDependency */, + 0A067F60C483DDFCBCAE9EB8DE349403 /* PBXTargetDependency */, + 24E5C7C1DDB040F8AB366A734A773E05 /* PBXTargetDependency */, + 0CF9E04A8B398AAC6821A2B36BA64462 /* PBXTargetDependency */, + 4CC3CFE6374FD109C501150F3999628A /* PBXTargetDependency */, + 92A6E77410C04AB4DFA98FA653281CAA /* PBXTargetDependency */, + 86F7F44F4E4060FFACEEE901335F33AF /* PBXTargetDependency */, ); name = DDMAMapKit_Private; productName = DDMAMapKit_Private; @@ -7948,9 +7980,9 @@ buildRules = ( ); dependencies = ( - B94AB0D62E4BA0B1E0FD83C90671D3B2 /* PBXTargetDependency */, - 6432E658DFB5A15035395D24F74DCAD6 /* PBXTargetDependency */, - AEB10E60563ED273B322A965A2E72FF6 /* PBXTargetDependency */, + BFB552F329B50939CEDC2FE73D96AF6A /* PBXTargetDependency */, + 6554D52E4F9A17443F8A8821D394F37D /* PBXTargetDependency */, + BC07CD58BB848D3C0538E84FC9C32F76 /* PBXTargetDependency */, ); name = DDNetworkingOfAlamofireKit_Private; productName = DDNetworkingOfAlamofireKit_Private; @@ -8030,12 +8062,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = C02D13A50D266D022B04DBEA37474BEF /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = E836CF236E852C987F23E669A8A02C3C /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 7471CC427A8725A0477EFD6E399375BF /* Headers */, - 143EE24CAF2935F602F05F3B7C8A5D61 /* Sources */, - 54EA9881F09AB5C1981C5423C8CE7B6E /* Frameworks */, - 23F0EDCF438264F49B13485B875928DB /* Copy generated compatibility header */, + 491F97FC3BAAC8CCCD7EDC09ACE2C862 /* Headers */, + C3C3E62600EF2D47E999B77A9DD24EAB /* Sources */, + F757A0E138A00247C1B56F067606621F /* Frameworks */, + A4C93D4D1802DB20DB76478C2CF89FA2 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -8048,12 +8080,12 @@ }; EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = 0BAD544504E79D00E427924EE7417223 /* Build configuration list for PBXNativeTarget "RxSwift" */; + buildConfigurationList = 35EDE23726FBF405B08E1471D6FE6570 /* Build configuration list for PBXNativeTarget "RxSwift" */; buildPhases = ( - 47BC60421D14D511BCBEBFBCBC07EFA2 /* Headers */, - 5599DE554A94D69D461A344989726DC4 /* Sources */, - FE68ADE90810141051331E09B85D03B8 /* Frameworks */, - 37F08AC2296907867739B0DB06FA81AC /* Copy generated compatibility header */, + 29BDB5A478F58CA74C813649A948626A /* Headers */, + C0BA8C486D3DF4CC899B5D72C2CCB3DE /* Sources */, + E12BA7A9B47BBCCA141D640B6CCACB49 /* Frameworks */, + 4C386C4B9ED30ED989C96053D31BACBE /* Copy generated compatibility header */, ); buildRules = ( ); @@ -8209,21 +8241,21 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 570EF0E61865A4FA4BA0683C7D36C888 /* Resources */ = { + 66C8B8B0A55E593F10A341958D0946E3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 408931E4CB64508CEFFD30AD9596B8BE /* DDBaseViewController.xcassets in Resources */, + 0143B35FC5A64BA4F44AEAF5B6889D50 /* car_xingshi.png in Resources */, + B7B18753A3D72D88F06CECEE17EED7AA /* car_xingshi@2x.png in Resources */, + 4535DD32ED4AB65CADDD4C726CFB12D1 /* car_xingshi@3x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CF7264CD2B8CECCBEC203303434480BB /* Resources */ = { + D88473CF7D4C0FD50A2CEF1D616A69FC /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - E1F92CCF00A2883DC247F888D363E534 /* car_xingshi.png in Resources */, - 5EF940757A10FBF138FFF52BB9F023AC /* car_xingshi@2x.png in Resources */, - 1E85BF062F0912A6FCCE1CBD1718EA33 /* car_xingshi@3x.png in Resources */, + 0B3F664BCA7EA1EDD606BD934B11B706 /* DDBaseViewController.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8302,30 +8334,6 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 23F0EDCF438264F49B13485B875928DB /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap", - "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/Kingfisher-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; 25500B2245ACA87924EEE987F0EBBF41 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8439,7 +8447,31 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAutoUIKit_Private/DDAutoUIKit_Private-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 37F08AC2296907867739B0DB06FA81AC /* Copy generated compatibility header */ = { + 3EAF6E4046FBA005A58EC068BB8120D8 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap", + "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/SnapKit-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; + 4C386C4B9ED30ED989C96053D31BACBE /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -8463,6 +8495,30 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 5E9ACB34927400C8A42FEE0960A1AA59 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap", + "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/RxRelay-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; 60A83CACD768832E8E6C2AEFD0837240 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8624,6 +8680,30 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZLPhotoBrowser/ZLPhotoBrowser.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZLPhotoBrowser/ZLPhotoBrowser-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + A4C93D4D1802DB20DB76478C2CF89FA2 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap", + "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/Kingfisher-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; A63D5710D9CE37DCC756E33E1335A4AD /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8689,54 +8769,6 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - D28CE25E00A6D5CD315BD6F71B0C73FB /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap", - "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/SnapKit-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; - E5FB5C444480B6BEC0B394A8F248E329 /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap", - "${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/RxRelay-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxRelay/RxRelay-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; EA7731AFE124BDEF55FED2A34737FCB4 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8884,82 +8916,6 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0C0B3234AC9F0CF2BA352C5870C0243B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 143EE24CAF2935F602F05F3B7C8A5D61 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F0708A8E24592512CBD426A59D9F1F90 /* AnimatedImageView.swift in Sources */, - 13EA6B7041D06BE6DCEC01EF93AF6EAB /* AuthenticationChallengeResponsable.swift in Sources */, - DED5269704AA83969175FD6B73BEF605 /* AVAssetImageDataProvider.swift in Sources */, - E942C28E44893FE8321A5682240812C0 /* Box.swift in Sources */, - 3E660ED5BDD10A8765F37BA8854C7F85 /* CacheSerializer.swift in Sources */, - D3A8B9F26DDF3AF28CFDF8703A4CD9ED /* CallbackQueue.swift in Sources */, - 1DF5F58114A999125C5CE21867629419 /* CPListItem+Kingfisher.swift in Sources */, - 8C8BC81080A07BE4134620FB13A04814 /* Delegate.swift in Sources */, - BB58BB7C4FC1C156FF9604B62C4AE7EA /* DiskStorage.swift in Sources */, - D09A9790460D2999170243772511ECD1 /* ExtensionHelpers.swift in Sources */, - 8495D22D64FB644E824EE0A29DDCE0CD /* Filter.swift in Sources */, - DDCA9B55FB96C668DACD3B3F880F226D /* FormatIndicatedCacheSerializer.swift in Sources */, - 7DF1C37657CCA23DAFCF00BB239A2246 /* GIFAnimatedImage.swift in Sources */, - 6942BBD008CD8B614641FC1A530ECA59 /* GraphicsContext.swift in Sources */, - 4C43E3511AC591026F731AC38F828C91 /* Image.swift in Sources */, - F87580129BAC0CC2DF0F6488BC7B6F77 /* ImageBinder.swift in Sources */, - DD2FC07FA617A7438FE4BA1D5812748F /* ImageCache.swift in Sources */, - D46B01CA3FCD808FA167EFF8318383C4 /* ImageContext.swift in Sources */, - 8073177C95490DDBC38BD605BB4A5EE8 /* ImageDataProcessor.swift in Sources */, - 9D2B09D8078DCE91FC8C4A9CAEDBC247 /* ImageDataProvider.swift in Sources */, - B39896EA33A166932783E593FEF421EE /* ImageDownloader.swift in Sources */, - 54F0518D81453AADA28E1BED73898BEF /* ImageDownloaderDelegate.swift in Sources */, - AF71D7D5078B2A7874C76F967257B8F3 /* ImageDrawing.swift in Sources */, - ABFCD665A21456E4E019897DD2B48280 /* ImageFormat.swift in Sources */, - E7DFC8258851099EA533819D22D0BFF5 /* ImageModifier.swift in Sources */, - E55E32CEDA02F979CD3B40CBCB8787E3 /* ImagePrefetcher.swift in Sources */, - BF2E5B3A8803DD4C28883DE9339E810E /* ImageProcessor.swift in Sources */, - 2DBB4919BDAD478DB2F1020A102414CA /* ImageProgressive.swift in Sources */, - FE62BB01E17158A1D6D4B0F879CE6972 /* ImageTransition.swift in Sources */, - B1EA56F8C18B4EBAC1479C897A5628ED /* ImageView+Kingfisher.swift in Sources */, - 773A3F1604CE3F9BFF1A58EE5E112E3C /* Indicator.swift in Sources */, - 0567C24451DE5B3C2F81BBBD1E4B6310 /* KF.swift in Sources */, - E9F4FF420EBCA7520C69BD5F7EF4E65A /* KFAnimatedImage.swift in Sources */, - 2A947227BD862B9FE399BB87F12601B6 /* KFImage.swift in Sources */, - F5B9C9AA4EDF915BF97C4051FA8FE7A0 /* KFImageOptions.swift in Sources */, - 5401660046D3250E2D0FCD19A4888834 /* KFImageProtocol.swift in Sources */, - 365A9935B49D6B5570A4982F9728ED30 /* KFImageRenderer.swift in Sources */, - D72A8F860303C8815473DEDD8EE6C1F1 /* KFOptionsSetter.swift in Sources */, - A48C1DA48A69BCC93DCC9CB43E3373C1 /* Kingfisher.swift in Sources */, - C68C496948FE3EF656E4F4310C8BCA58 /* Kingfisher-dummy.m in Sources */, - AA601AF825EE816DA2A1F57E0AADCD84 /* KingfisherError.swift in Sources */, - 4531533642670DBDB94B25E8A956A2A7 /* KingfisherManager.swift in Sources */, - C6D5778639DB6B99F220CB1DA5E94398 /* KingfisherOptionsInfo.swift in Sources */, - A7394C8F73AA62D659E5030943890CB5 /* MemoryStorage.swift in Sources */, - 186FBAF2A16F7A6FD6FA40BA82369A0B /* NSButton+Kingfisher.swift in Sources */, - 4E28419CEA2E8142EB018E1D997C48D7 /* NSTextAttachment+Kingfisher.swift in Sources */, - 72E3050D0914F3D74FCE542D71F006C9 /* Placeholder.swift in Sources */, - 58035AEC3D60462B4F7519034B3906F9 /* RedirectHandler.swift in Sources */, - 12A4A03AA5C46E89941926109C40D7C2 /* RequestModifier.swift in Sources */, - 36D2B9335E2661072DCC55268E414D0E /* Resource.swift in Sources */, - 4E57FEDAF475FE44C6C809128868F3D2 /* Result.swift in Sources */, - AB3D82116158DB907ABFA35D84F2E0C2 /* RetryStrategy.swift in Sources */, - DA255AA8FD538D187183CDF9D1A74843 /* Runtime.swift in Sources */, - 2049A444B043340532D43CE10886D6AB /* SessionDataTask.swift in Sources */, - 4F23EFA30FB63967FC1886D12221AB94 /* SessionDelegate.swift in Sources */, - 91205F084D39C7377DB57C53D2CF8A36 /* SizeExtensions.swift in Sources */, - A9328A60FEAF8AA0DFA58F1175B6BD29 /* Source.swift in Sources */, - CCD499BE152A2CEF76C81BBEFFABC9BE /* Storage.swift in Sources */, - 25386338EF4232C874D19C1662F2E7E5 /* String+MD5.swift in Sources */, - 208BC28628B5884C2CF8CFF050FB5E21 /* TVMonogramView+Kingfisher.swift in Sources */, - 2E723C6AAFACF030E911451807B8130D /* UIButton+Kingfisher.swift in Sources */, - 4F8986AC67140F478AE651A7CEFE8B70 /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1904E2693C2C29ED89D5B9762AC29E60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8978,13 +8934,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 24B44037C0F771CD03EEEC96512EBCAA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2AD137A2E1FC7343733EE6EC866EF34C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9082,171 +9031,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5599DE554A94D69D461A344989726DC4 /* Sources */ = { + 5B485502E9F743EB1EA4D5DFB1F03B8A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1DBE1E17B461D000D00E0B6BAD3D098D /* AddRef.swift in Sources */, - 36F63C2B297B3319E306032B44F6E846 /* Amb.swift in Sources */, - 056D5547772F7B7D9DDD09D153E15AD6 /* AnonymousDisposable.swift in Sources */, - FF4C0AE6E9D5952F28AE74C63A22BE5E /* AnonymousObserver.swift in Sources */, - 01D6CC788E102EB30920F8381BB72BDC /* AnyObserver.swift in Sources */, - CD1F0531D42351E88FA220E85FA5708B /* AsMaybe.swift in Sources */, - B43CE460A360AD87EB561A0398DF17B2 /* AsSingle.swift in Sources */, - 4A49F5152E02C7531504FEBFED48AA32 /* AsyncLock.swift in Sources */, - 9F38420FB880727B374C3CBA56DFDF42 /* AsyncSubject.swift in Sources */, - 69DAD24AD49CD6200DBA0D712F864FD0 /* AtomicInt.swift in Sources */, - A82E49EAA92E6AA0D1F2A701FF9F0D6B /* Bag.swift in Sources */, - 9280D6823F662851062E7CD754B6EDDC /* Bag+Rx.swift in Sources */, - 8E8886890CEC36FD19C8ADE0A1E143B8 /* BehaviorSubject.swift in Sources */, - 50952F53B2DB4C7ACF13CABB9F6BC15E /* BinaryDisposable.swift in Sources */, - 90FF385F0EE1C791F0945D941746031A /* Binder.swift in Sources */, - A0C5B6AFAF414E2F8F2930FD683A999D /* BooleanDisposable.swift in Sources */, - B7A2073B2B262BF08FF0B1216FCBB196 /* Buffer.swift in Sources */, - F77647482E004B1ABA40ED3C1D5F1134 /* Cancelable.swift in Sources */, - 1AADCC43901B391050F57445D149AB93 /* Catch.swift in Sources */, - 7FBC34EB8B48F5C590D0EDEB23088D6C /* CombineLatest.swift in Sources */, - 15A080EE1CCE181939E785B90AE01EE2 /* CombineLatest+arity.swift in Sources */, - D5B8BB0005E0DAC451C28A3F664BE902 /* CombineLatest+Collection.swift in Sources */, - 231F79EA6851F345FD9ED537D4371616 /* CompactMap.swift in Sources */, - 35C54C0FB2B9AAA547C18AC21BAD6675 /* Completable.swift in Sources */, - A55FCD506AA5087E3CDC5A0A916FE3A3 /* Completable+AndThen.swift in Sources */, - C528494F945DDEE4FC91A88014FB2FCA /* CompositeDisposable.swift in Sources */, - 9DABB564164E602BC43BAF6BFB9BCD46 /* Concat.swift in Sources */, - C7157A49179F8B480B2EB33684A457DD /* ConcurrentDispatchQueueScheduler.swift in Sources */, - F6C073ED5632E5930EA30F8EB104430B /* ConcurrentMainScheduler.swift in Sources */, - 58259C145C3B2C247EC0D19B91241E0B /* ConnectableObservableType.swift in Sources */, - 13859130B08E6EDD1B57EE8D0E64F86A /* Create.swift in Sources */, - 7E702D0F9D9A9C038FA4B3497B5C71C9 /* CurrentThreadScheduler.swift in Sources */, - C695E83CFB500BA64E7453F65DC2F0E7 /* Date+Dispatch.swift in Sources */, - 4DECA78BEB0EFF663FE6C13F84D16503 /* Debounce.swift in Sources */, - CC34948A5DAB4045FF4AAD873B98530D /* Debug.swift in Sources */, - 802E0D2C58A64E16BC1AAABBB9F93A45 /* Decode.swift in Sources */, - 8BA321B7160721F409B16CB9EC2EA5AC /* DefaultIfEmpty.swift in Sources */, - 045C5A37E6429EA8EB27D8AA55DAA5CC /* Deferred.swift in Sources */, - D84A4EA4F24275C2EA04E5B5323D1256 /* Delay.swift in Sources */, - BF71CE838D30D93871D3788E7FF96B6B /* DelaySubscription.swift in Sources */, - 4B4E1B3B3FD3B974AEF335C7CBAE00BD /* Dematerialize.swift in Sources */, - 53C257250E065DF7A155574DBEE157F8 /* DispatchQueue+Extensions.swift in Sources */, - 18CBE81DC063D1F8B5AFCBF11B86A19C /* DispatchQueueConfiguration.swift in Sources */, - A5B39493D809CAE220BEFBA8149406F0 /* Disposable.swift in Sources */, - 2B0A6B40EFCAD213FE26076D756EB848 /* Disposables.swift in Sources */, - 0EAA4D2C3BCD9DA494456757A8EF5079 /* DisposeBag.swift in Sources */, - CFA99371CAA3ADFABB498938669565B5 /* DisposeBase.swift in Sources */, - 96054A68A346C642ADA9740F7CB4E909 /* DistinctUntilChanged.swift in Sources */, - 7F9248DFAE229B92494B2DBAFA622711 /* Do.swift in Sources */, - FEB575E07F5E44B0DECD737EEE07F408 /* ElementAt.swift in Sources */, - 80AB7573A48371335534527CAD6BDA79 /* Empty.swift in Sources */, - 35B313FCDA4083FDF5C2A5ED822DDCE3 /* Enumerated.swift in Sources */, - 455063A6AA34EB0BF55D8A238B6F8B9C /* Error.swift in Sources */, - B9CCB9A897A5F0FAA7B6B2A8F2CF1CEC /* Errors.swift in Sources */, - 510F2A36CD6997603FFA07AE16928317 /* Event.swift in Sources */, - 7A06FDD014F5856A5DEDCDF0BB9A7611 /* Filter.swift in Sources */, - CB175359D1A6F1978AD961F231BEE0EA /* First.swift in Sources */, - 469C12F02526B7F7D4B6C686E2D472B7 /* Generate.swift in Sources */, - 0029E194520E51903297279E3FC3A4EF /* GroupBy.swift in Sources */, - 06058AA23330B02041E05DCA6205F87B /* GroupedObservable.swift in Sources */, - DA08869B3238C584937DB110780F3DB9 /* HistoricalScheduler.swift in Sources */, - A82B12B0D30330F61E96ECA013C6F146 /* HistoricalSchedulerTimeConverter.swift in Sources */, - EEA990A2A8ADBEC09C34641DDE9E5C82 /* ImmediateSchedulerType.swift in Sources */, - 5FB39973DDDAAD5E0180A5BF45BFED96 /* Infallible.swift in Sources */, - 9FEE888DA24FDF9338DE8C8915D5497F /* Infallible+CombineLatest+arity.swift in Sources */, - DEFC383609748EFB57D2635945CA3B56 /* Infallible+Concurrency.swift in Sources */, - 5AD5EF80924D9A8EA0A1834CCFC86705 /* Infallible+Create.swift in Sources */, - 32AB63B6E5D5D7F1AAA65AEB469E6DA3 /* Infallible+Operators.swift in Sources */, - C2182CF64563266902368F989EC85898 /* Infallible+Zip+arity.swift in Sources */, - 46AD1D30FFC1FA210CEFDEDAEED90F57 /* InfiniteSequence.swift in Sources */, - 8268DCDFF473BCC44EB5D7187271C67D /* InvocableScheduledItem.swift in Sources */, - 1CFC2BBB7C3B3BC52C4C6EDE5554CD4A /* InvocableType.swift in Sources */, - 45345EA9AE42D39EBC5D73EB5DAC8679 /* Just.swift in Sources */, - 3B381944C1771DE43EF7F5AF12C470F2 /* Lock.swift in Sources */, - 68325B48A54457B786AB8C3E145FA875 /* LockOwnerType.swift in Sources */, - 1B6F979D77E07C629EB8141844515C9F /* MainScheduler.swift in Sources */, - 5E920BF35D1ECDE5E6EADADE9D0F03A6 /* Map.swift in Sources */, - 2BBD626E25D616692AAF51C86188153F /* Materialize.swift in Sources */, - FA7AEF4CE53EBBE1728B72ADB6BCD2B7 /* Maybe.swift in Sources */, - A1D466D9B768D7009A7246E0242BAC38 /* Merge.swift in Sources */, - 6D9A2E422987F6C8B156F84AEF024BCD /* Multicast.swift in Sources */, - F0BFD1FBF669AD40E4BB8F894BA22A34 /* Never.swift in Sources */, - A440419402D70FFA45BA00C61FA8F5A1 /* NopDisposable.swift in Sources */, - 19969546BD5CCBC23E90C098C0FB24C8 /* Observable.swift in Sources */, - 78D6E022AB659FE74C3F31573FC26F1E /* Observable+Concurrency.swift in Sources */, - 4808ECA2A7393ADA32AD5A677B4E8FD9 /* ObservableConvertibleType.swift in Sources */, - 2D1EB58E4EADA4FC9E9A7ABE8B1CB502 /* ObservableConvertibleType+Infallible.swift in Sources */, - A2D7F013E28FA08B84F3AE11A8333F25 /* ObservableType.swift in Sources */, - F83593489C44FCABFA8DC7C93C0CAE7C /* ObservableType+Extensions.swift in Sources */, - F3B36CD0D415F2681353D3EF215D1CB6 /* ObservableType+PrimitiveSequence.swift in Sources */, - 3C371E32EB0A4A613FA38B4644F7D60D /* ObserveOn.swift in Sources */, - 331974FC86DD2187C556DEA3786C04B9 /* ObserverBase.swift in Sources */, - 7C595E19C8DE32512709F456FE2F2EB3 /* ObserverType.swift in Sources */, - 2E96C83930FABBDD92E7E576E36154DF /* OperationQueueScheduler.swift in Sources */, - 9090B82E8C90EC20FBDD52BA171A8AE4 /* Optional.swift in Sources */, - 79F9C2670BF52C83DFA9780915A27D64 /* Platform.Darwin.swift in Sources */, - F5842B4111F9C8D33636F4BD110B14B9 /* Platform.Linux.swift in Sources */, - F87A29FADAB372B186EA9F9CB55059C7 /* PrimitiveSequence.swift in Sources */, - EFAFE1E32127F74CC9844AA1E0DEDBFB /* PrimitiveSequence+Concurrency.swift in Sources */, - 7855A6FC05070DFE34265FE73D0A5E84 /* PrimitiveSequence+Zip+arity.swift in Sources */, - C0C3FEF599F907D92765467CDC8CBA62 /* PriorityQueue.swift in Sources */, - 98CA00B5EA985BD602E804F4E9E14387 /* Producer.swift in Sources */, - 6B70ECD6986CF3271BA72BB6C576AA90 /* PublishSubject.swift in Sources */, - E303E3EC4009A13E7B6D9E3A12FAE2F2 /* Queue.swift in Sources */, - 92F397E7DC00B19157AE6B63E12A1669 /* Range.swift in Sources */, - 52090F7F4D8F2DA9DC6823F46A1A631A /* Reactive.swift in Sources */, - B09CA18D9EEB1DDA8C2BADDF2ED4888D /* RecursiveLock.swift in Sources */, - D659439B38DF44D96DF3F51CABCD808A /* RecursiveScheduler.swift in Sources */, - 7CE66DAC579510CFE0B140DCFBDE5091 /* Reduce.swift in Sources */, - 04170D5FDE3135686ACF946971FACA62 /* RefCountDisposable.swift in Sources */, - 9406406808334891E28CB74D38307B74 /* Repeat.swift in Sources */, - 5E0354F1580EC90551D510387C4CF028 /* ReplaySubject.swift in Sources */, - 23AE7C7B70C16D4767C4404AE3B5AE84 /* RetryWhen.swift in Sources */, - 5EE01A665F1E00878ACFF2BEF9A2DF49 /* Rx.swift in Sources */, - FEAE4664D51B615CB0CADE1D195FDD48 /* RxMutableBox.swift in Sources */, - 6F6B7FDC66E060BFAF378642FD2CEEC1 /* RxSwift-dummy.m in Sources */, - 1F1B2ED333530C25B978D87996A77CC4 /* Sample.swift in Sources */, - 0130FDB049FD127C2E7E34B645C37424 /* Scan.swift in Sources */, - 743AF0300D5B55F6A665C63CBEECD2BF /* ScheduledDisposable.swift in Sources */, - 5D938A25A8A3FFFA334D2AB17BAD9CDA /* ScheduledItem.swift in Sources */, - 8DE90BF90BDFE5CF6DC714237743FE01 /* ScheduledItemType.swift in Sources */, - 6B7B824497B9174C71D25AB0075DAE09 /* SchedulerServices+Emulation.swift in Sources */, - 0EBADB9B878FDB021A9907FBD5E0D89F /* SchedulerType.swift in Sources */, - EBC33C57E2224321D07661C3CB0CF603 /* Sequence.swift in Sources */, - CFCC42D4D3F0D2980201B8AA2B0CA8ED /* SerialDispatchQueueScheduler.swift in Sources */, - 3B0965EDD6BB327692980921D64F81CD /* SerialDisposable.swift in Sources */, - CB12093871109892440B24DFED5947E8 /* ShareReplayScope.swift in Sources */, - 821592A78FF22AC6968EA6B088730C9E /* Single.swift in Sources */, - ED50C6719B6C6156968928FE347B0715 /* SingleAssignmentDisposable.swift in Sources */, - 8EE062838DD8E0515DE0212ADFDAEBAA /* SingleAsync.swift in Sources */, - E64C8767716CC5B2FA01B18031CA39B5 /* Sink.swift in Sources */, - 91B48754DF8E88B1BE32158380DC50AD /* Skip.swift in Sources */, - CE220D74132B4B76B1750581BCE452B0 /* SkipUntil.swift in Sources */, - 6983AC8C0AA7A12CF88C2FAC09F4E4F4 /* SkipWhile.swift in Sources */, - 7A17CD009F217FC4B3EEA0BEFA00CDB8 /* StartWith.swift in Sources */, - 8D51886961352C63A7FB28C1BD694014 /* SubjectType.swift in Sources */, - A6EB5467384064A271CBC53C9F302195 /* SubscribeOn.swift in Sources */, - B5BAA81A6C81F08D78B5686104CFBF0E /* SubscriptionDisposable.swift in Sources */, - F2DBC02086BFD2B77353927D3FA1BCE6 /* SwiftSupport.swift in Sources */, - 7754ECEA3AA83D1B9354E01233D39452 /* Switch.swift in Sources */, - 543D2E601B843B7023A8BFE501981267 /* SwitchIfEmpty.swift in Sources */, - 7F66A938545B1456330094BBD424B8F8 /* SynchronizedDisposeType.swift in Sources */, - 73AC350178F290A51EF47EEDFD99F755 /* SynchronizedOnType.swift in Sources */, - 45D8E3DDA5AA653CB3B554537B9679DB /* SynchronizedUnsubscribeType.swift in Sources */, - F57488AD2C4A558659AECC0D1F08A531 /* TailRecursiveSink.swift in Sources */, - C4412DF86AC3B9B8E16D92070EE0EE98 /* Take.swift in Sources */, - 64A2F549C508F0FAA9F2AE5A5A0ACB3E /* TakeLast.swift in Sources */, - 970E9560DCEF9903D3735B823FD17E89 /* TakeWithPredicate.swift in Sources */, - 5AA3E4C06593E66529A2BF4E08C4063E /* Throttle.swift in Sources */, - ECB26D576E6C3B01D0D0509912BB3DBB /* Timeout.swift in Sources */, - 6EBA4845F979AB816499F8324945F80D /* Timer.swift in Sources */, - D237CD5489CDF2F10A0208541327E1E2 /* ToArray.swift in Sources */, - B2CF2985E59F58689FE515FAD272D30F /* Using.swift in Sources */, - 8D17B722820D7BF9472549CCB716EC87 /* VirtualTimeConverterType.swift in Sources */, - DAEB126211177DC94FF2AA6CEED72C45 /* VirtualTimeScheduler.swift in Sources */, - 427A653C7B2B04B993D719E80F8FF922 /* Window.swift in Sources */, - 5963D5983BCF155B733A6F1AA536A115 /* WithLatestFrom.swift in Sources */, - AF699BC443B2A69938D5D7CE4E6619B6 /* WithUnretained.swift in Sources */, - 673A9A81750C64508358683ED3B3F412 /* Zip.swift in Sources */, - 33ABEEFFF48E2A400BBA0CB116C09FD8 /* Zip+arity.swift in Sources */, - D44D5E61A19B959722F3ED7B59977BCA /* Zip+Collection.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9449,6 +9237,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 95C419FAFC81C1B2AB2C3A470D9B6F26 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 70D659CC3E2DC814996C52AFD044443C /* Constraint.swift in Sources */, + 26A6E62CA56FD1D6E24343217A6B30FC /* ConstraintAttributes.swift in Sources */, + 1B6C226772624F3A56D5909ED1886204 /* ConstraintConfig.swift in Sources */, + 7DB58D16657B9201C6111EDB2344B0CD /* ConstraintConstantTarget.swift in Sources */, + 6D4F3E6332283FEC4F1B874BAC87426E /* ConstraintDescription.swift in Sources */, + 4471DFBCC20BB35D76B14724850B490F /* ConstraintDirectionalInsets.swift in Sources */, + 5D19582061BBEEAA05D0BD3EDBDC7398 /* ConstraintDirectionalInsetTarget.swift in Sources */, + 93F348BCCA6A0350A1247C6FCA50A56A /* ConstraintDSL.swift in Sources */, + 7742743927C739238CEF4A6EB3A7E864 /* ConstraintInsets.swift in Sources */, + 379A6D27E42BFDB0073954EEDAE34724 /* ConstraintInsetTarget.swift in Sources */, + 33A6AF7B23DB78659E58401033843902 /* ConstraintItem.swift in Sources */, + 05B2FAC7ED04C47ECD12020EA7E14FE1 /* ConstraintLayoutGuide.swift in Sources */, + B2EE295324D56790BA796B331853DAAF /* ConstraintLayoutGuide+Extensions.swift in Sources */, + 85F6DD88A2B8D8DE357C6D439A7D3FD2 /* ConstraintLayoutGuideDSL.swift in Sources */, + BF37F6CE412C79B68A6AE7D051E23550 /* ConstraintLayoutSupport.swift in Sources */, + DF1B39360348AEDAB4FF1E3E7C6FAD31 /* ConstraintLayoutSupportDSL.swift in Sources */, + 27B13CE901B5BEDCEE9407D3DB744B0A /* ConstraintMaker.swift in Sources */, + A53ACCD8BA20A33AB39D5EE9037699BD /* ConstraintMakerEditable.swift in Sources */, + 405F56E48F88CEE5CB10D6D7D7625626 /* ConstraintMakerExtendable.swift in Sources */, + 10882825244C584FFE142506AEA35217 /* ConstraintMakerFinalizable.swift in Sources */, + 09CE9338E31C5FB889824D715F8D3BAA /* ConstraintMakerPrioritizable.swift in Sources */, + F652B7135436B30ACBF988930C83EB4C /* ConstraintMakerRelatable.swift in Sources */, + CDA26EB6E589F9818FC79D237B03B4CA /* ConstraintMakerRelatable+Extensions.swift in Sources */, + F10DDE6CFE901B78712D3E19ED0AB433 /* ConstraintMultiplierTarget.swift in Sources */, + 57A0EA44D3381D968062259AAEC9D173 /* ConstraintOffsetTarget.swift in Sources */, + FD9F829CDFC07BDE6A1254F86E322AF9 /* ConstraintPriority.swift in Sources */, + DB271A6882EFADA2465A7E5880FA5E97 /* ConstraintPriorityTarget.swift in Sources */, + 559AF6280488B257B24BE9D99CB82D80 /* ConstraintRelatableTarget.swift in Sources */, + 830E0EE85136F74C69BE039598776381 /* ConstraintRelation.swift in Sources */, + B268EFC7657BDC819D14D9672969A9C2 /* ConstraintView.swift in Sources */, + AB770460BD3A754F1F921225AC015A4A /* ConstraintView+Extensions.swift in Sources */, + 198556E1CC6F60B49C5D2A62ABB539C3 /* ConstraintViewDSL.swift in Sources */, + 4819ACB5DB565B34981DCB992C4C1F74 /* Debugging.swift in Sources */, + 6F927EBA7E37E050DA0875F5D70A751E /* LayoutConstraint.swift in Sources */, + B50489B0E3173CAD2B5C34AEB98726A5 /* LayoutConstraintItem.swift in Sources */, + C012D5A8A0EF8652CAD89008E72CC9AA /* SnapKit-dummy.m in Sources */, + 2577E4528B37C47A2441828C9AEC40C8 /* Typealiases.swift in Sources */, + 219C32BC380FA8796030522ACE25F7BE /* UILayoutSupport+Extensions.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 976DAE155E51E8CEA1B72656DB45AA07 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9545,6 +9378,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A64792860819C585E013F027B6C1FB39 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A867B0D35CB3B819A5071748F7742866 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9565,6 +9405,243 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C0BA8C486D3DF4CC899B5D72C2CCB3DE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CB9D51FD752428C17BC6AFEA9BEB2487 /* AddRef.swift in Sources */, + 7AD9FD74DA7A11414A377A4E0E1E1107 /* Amb.swift in Sources */, + 79C8EF5667CEC52B909ABA5B95DCAA81 /* AnonymousDisposable.swift in Sources */, + D903B307FBAF759A0A3249D6D1245F9F /* AnonymousObserver.swift in Sources */, + C654AA5BBB99245C989EFCF5D1973987 /* AnyObserver.swift in Sources */, + B48D15E8882FD3A5A20FD6EB54DE478C /* AsMaybe.swift in Sources */, + F4C1E9763B10CB32FB8FE9315E3D0153 /* AsSingle.swift in Sources */, + 50C8B19C2A6392A3B1AEAC3420BE94F6 /* AsyncLock.swift in Sources */, + 9E4282783C647DC8AA603AD27D544E2C /* AsyncSubject.swift in Sources */, + 816198E7CD2E35B8363A51D319C1331E /* AtomicInt.swift in Sources */, + F125D31254743EED83522946DF3AAD5A /* Bag.swift in Sources */, + 2DBC68FCCD7FDC43FCB866ECAECF126B /* Bag+Rx.swift in Sources */, + FC40CD9AF8EE9A714458E0A62F26CF22 /* BehaviorSubject.swift in Sources */, + 7593A98F7D55AB25E589747CDF80716B /* BinaryDisposable.swift in Sources */, + 232385652EDB6CEFFDB5D884D9652DF1 /* Binder.swift in Sources */, + 702A3C8C2CEC59D7D1C95CD8E098CB93 /* BooleanDisposable.swift in Sources */, + 342CF41AAAAD2AC45B2D3427E9B2F166 /* Buffer.swift in Sources */, + A265E6ABC535E3C56B89B370F83DAC2B /* Cancelable.swift in Sources */, + 44BE186896E9E163BD60A7CFAD004109 /* Catch.swift in Sources */, + 2283D21F2B52A96C05AC396F58EF9F57 /* CombineLatest.swift in Sources */, + 5E3B34ED8DAFAFE20EF6DCED92FDC1B5 /* CombineLatest+arity.swift in Sources */, + 96AD675B247970B7F8102370D64DE0CA /* CombineLatest+Collection.swift in Sources */, + D466462F238BA0D26FDA4DE9DC1C49AD /* CompactMap.swift in Sources */, + 4899D45AFDEFB78AEB68E5529C9C7DD7 /* Completable.swift in Sources */, + C6DA2E4934FF5B9306A63CBDA9A6D4EE /* Completable+AndThen.swift in Sources */, + 6293B220D10822F03954EB42052563C3 /* CompositeDisposable.swift in Sources */, + D9A0EF127AFA3AA2030302D4B6EB3F09 /* Concat.swift in Sources */, + 35E7770B8133FB5C968961342FBDBBA7 /* ConcurrentDispatchQueueScheduler.swift in Sources */, + 75232F70C5053BB3640B166112C0728C /* ConcurrentMainScheduler.swift in Sources */, + 8621FBFD6A7BE8821A37E27C32B7A3C1 /* ConnectableObservableType.swift in Sources */, + C2705305E6D9DF0D386A8097AA1A6E5D /* Create.swift in Sources */, + EA335E86268D323C30DF9D0158588D61 /* CurrentThreadScheduler.swift in Sources */, + B75DC4FB8892D4FED0D4BE0B811ABC48 /* Date+Dispatch.swift in Sources */, + 8E683988D2E2B1982E575DA4C0AFB0C1 /* Debounce.swift in Sources */, + FE050316418703DBBC1D68EB41110454 /* Debug.swift in Sources */, + CE8766DBC1CE1FCBA199921428D695A7 /* Decode.swift in Sources */, + 89D1B4CECCB07AB068D2149E7F4A4DC9 /* DefaultIfEmpty.swift in Sources */, + 8E98A90F3195A7B47550867805A95E18 /* Deferred.swift in Sources */, + DA305C2199BBA2979FAC82B9B945D8F1 /* Delay.swift in Sources */, + 47ABCC9420AEAE2EB4F141ADA84726F1 /* DelaySubscription.swift in Sources */, + 1F545FF2C6645CE3376D3E17D7238FB4 /* Dematerialize.swift in Sources */, + 487B0BB3FA0FAF96401829450B2B9427 /* DispatchQueue+Extensions.swift in Sources */, + 5B1CAFBD67D98EA2EDAFF043A45F1475 /* DispatchQueueConfiguration.swift in Sources */, + 8A5758C907AE965A77663ACE1F667514 /* Disposable.swift in Sources */, + F80A3378FDFCB81412B49D0F50A42E1A /* Disposables.swift in Sources */, + 3E1DB6EEF479034CFE8D0521EF86C1EF /* DisposeBag.swift in Sources */, + 343ECE10C50C10A74C1E6245B773234C /* DisposeBase.swift in Sources */, + 1D527DAEA4A6DA5221F63D9D1C21063A /* DistinctUntilChanged.swift in Sources */, + D0B502577D16A023527B293AE73D0C54 /* Do.swift in Sources */, + C7A7D470A5C903C5EEB4357A98F7CE91 /* ElementAt.swift in Sources */, + A38B1AABB49AAFDF42AFBF6FA0009723 /* Empty.swift in Sources */, + 4D7B8DF6B26A2BA040B29594B8B362CA /* Enumerated.swift in Sources */, + 0513A9718954F27D0015CA9E74AD60A3 /* Error.swift in Sources */, + 74B2DE1AB6A806F9F0F38E838970EF96 /* Errors.swift in Sources */, + 2BD4ECB60BBD46C408BE87DF8F75FD46 /* Event.swift in Sources */, + C6C78832AEF5E5D14D5BFA716CC44C48 /* Filter.swift in Sources */, + 4C07C967EB4324D49D654FFB85DE09E0 /* First.swift in Sources */, + F413AF1A3AD32E84466796ADD3DE01F6 /* Generate.swift in Sources */, + 47B1F942F3DBE965F83804852C162F86 /* GroupBy.swift in Sources */, + 0566D88C8B04789CCC041800C9FCB43A /* GroupedObservable.swift in Sources */, + DA4BE955967FC787AA7858F54DED62A6 /* HistoricalScheduler.swift in Sources */, + 6851A31ACA4A5B0F4EEE2350DC8CDD4C /* HistoricalSchedulerTimeConverter.swift in Sources */, + 508E283B2051318DEFC867B88B355E8D /* ImmediateSchedulerType.swift in Sources */, + 5A9F25E174A34B84B2B5FC7673F6A4C7 /* Infallible.swift in Sources */, + B71C99F0BF87A09FD464889D7E69131F /* Infallible+CombineLatest+arity.swift in Sources */, + DFD78CB5EBA3914EC5244FD6BCEE0A50 /* Infallible+Concurrency.swift in Sources */, + 43E2E70347932CCF98DC8D36DD1329EF /* Infallible+Create.swift in Sources */, + 83527032B4E4DD21BA7D6EFED837AB66 /* Infallible+Operators.swift in Sources */, + B6F51D90B39381A4D0AA2DA522CEB4C3 /* Infallible+Zip+arity.swift in Sources */, + 720D1236DE92BEF0605277739E3CDFD8 /* InfiniteSequence.swift in Sources */, + 962C088C63E6178808CF9322197A08C7 /* InvocableScheduledItem.swift in Sources */, + CF84E83D03D3F8630D5D8FB81A11FE3F /* InvocableType.swift in Sources */, + E658CD413B16BE786607BC901C2F104D /* Just.swift in Sources */, + 89880EF84456F7DE304BCFDA658AD39A /* Lock.swift in Sources */, + 57667D86C039949D2583B1C2B54CDE60 /* LockOwnerType.swift in Sources */, + 8634FA7B4392EFD2E8A70C99BB83A886 /* MainScheduler.swift in Sources */, + 9650257238DE2D35B4670AFA71EF42EB /* Map.swift in Sources */, + BF1E1E74CAA814649F80CACC93BD51E3 /* Materialize.swift in Sources */, + C2AAFCAC5389DC0E8FF9D038A125D34D /* Maybe.swift in Sources */, + B9E549B6DC7D8F7E3E72CB3F75B395D9 /* Merge.swift in Sources */, + 283B97BB30BA37E60616F64DF48B60E9 /* Multicast.swift in Sources */, + C97ECD8C50412D0B9F286C3DAA930964 /* Never.swift in Sources */, + 57E651EF82E83B919D44EBA154D37790 /* NopDisposable.swift in Sources */, + 90BD93BB9D76FDDC11A955C3A7EB0B40 /* Observable.swift in Sources */, + 5C77D7AA5CD4DB9FFDCA735E20D156B6 /* Observable+Concurrency.swift in Sources */, + BB585C34BE1A8758358A8B641C8674DA /* ObservableConvertibleType.swift in Sources */, + A6DCF404699A05DFF16E848DC5E5CD4B /* ObservableConvertibleType+Infallible.swift in Sources */, + 50DF93DD1145A3C031614AE83890C0D4 /* ObservableType.swift in Sources */, + 5D9E47E9E89C56D1A2BF146F6C2F7547 /* ObservableType+Extensions.swift in Sources */, + 6067E813E7655518502DB03DB4521008 /* ObservableType+PrimitiveSequence.swift in Sources */, + 16FEF62C36278DA67101B2CCB4E13590 /* ObserveOn.swift in Sources */, + A31BA05B64113C528926237045FDAA9D /* ObserverBase.swift in Sources */, + 7D702226E3194DF4F2FBCA7217357A38 /* ObserverType.swift in Sources */, + DBF7A43CBA636F4FB7CA2D1ED7F8C45F /* OperationQueueScheduler.swift in Sources */, + 1A3DEE0CB963381B163078C6CABC3CAE /* Optional.swift in Sources */, + E8843A7F0789030B69B74DF43E2A681C /* Platform.Darwin.swift in Sources */, + 7EB9643E2292DECE56BD840E6BEDE2D4 /* Platform.Linux.swift in Sources */, + BE2CB0613FC30051B6FDBB89D0F7D2B5 /* PrimitiveSequence.swift in Sources */, + BC46E2910D5A1FD6CF099F5B154556BC /* PrimitiveSequence+Concurrency.swift in Sources */, + 4416F18F18898F4E4D0BC246060C07C9 /* PrimitiveSequence+Zip+arity.swift in Sources */, + B173A5F3921A5DA55AF3A53055485960 /* PriorityQueue.swift in Sources */, + 0279F5985F61011D03772975F8F0A05E /* Producer.swift in Sources */, + 96D6F5043B7496CA10561DD2603540CC /* PublishSubject.swift in Sources */, + C1386351CB2B77C4DF0C5B12C60F38DF /* Queue.swift in Sources */, + FFC785A93ACD3C19A4FF2A13A754ED9A /* Range.swift in Sources */, + BFDF2E2F61107D051AF5BA5C45A507BA /* Reactive.swift in Sources */, + 4BE4F9C4E2FF993F6CDA23522123B6BC /* RecursiveLock.swift in Sources */, + 5ABF66E5DA9A0CF83C0466FFFF8D89F6 /* RecursiveScheduler.swift in Sources */, + E9C33E985F77DE1C5F11E46B12F41C0C /* Reduce.swift in Sources */, + 892DA91F58E114CF0887A8551BD61ED1 /* RefCountDisposable.swift in Sources */, + CFC9E373E8E8B6F8711110A6779AA4AD /* Repeat.swift in Sources */, + B4503999A3714CEDA80D54C92046FD87 /* ReplaySubject.swift in Sources */, + 20725FB45C4CB107E1D3106BC7DD0369 /* RetryWhen.swift in Sources */, + F8931E3C341A8D622A068E56C95CF225 /* Rx.swift in Sources */, + 568857EDA2B964630554B1A3C124132F /* RxMutableBox.swift in Sources */, + 0C495C02EB81760D0C3907ECC6F2D2A9 /* RxSwift-dummy.m in Sources */, + 3F18A64B2AE19D3146DC48828B66F832 /* Sample.swift in Sources */, + B8BD0275B3A9DBFA05D74FBBB65086BC /* Scan.swift in Sources */, + ABCA2B5793AF6C0FF70B4F7A87F4831A /* ScheduledDisposable.swift in Sources */, + EB1F8A9EE6AFC8276A523D7AC816A079 /* ScheduledItem.swift in Sources */, + 234D98E8B1E53610674224FF09069FF7 /* ScheduledItemType.swift in Sources */, + E7CCC9BCBBBF158C5446B3514B03BA49 /* SchedulerServices+Emulation.swift in Sources */, + 69C273C9FC212476650EBA27F0065849 /* SchedulerType.swift in Sources */, + 17E54FB7F6D43B4A1701061B051F9740 /* Sequence.swift in Sources */, + 94CB7275979E9E7B8E2A0093103B7DBA /* SerialDispatchQueueScheduler.swift in Sources */, + A0DC32BC456BC2F4CCE598F4F4A632A0 /* SerialDisposable.swift in Sources */, + 243561C7D1EFE222439892391AB0625E /* ShareReplayScope.swift in Sources */, + 5CD7A11B097C56A6A32B7A1EF7703345 /* Single.swift in Sources */, + CF0FDA8BF9319533BAED7D888A16EF29 /* SingleAssignmentDisposable.swift in Sources */, + 5EF46850066D2DF2E3E918B79597D8AF /* SingleAsync.swift in Sources */, + 9C035AEAB3AD0CA3F5A345687BD13B21 /* Sink.swift in Sources */, + C03AAA9D28D4F2E12F939C47E04D64D4 /* Skip.swift in Sources */, + 2F85779C7FCB958556BD07C3F07F57A1 /* SkipUntil.swift in Sources */, + 61E65A8DD89B73DB7FD95B471E88B02D /* SkipWhile.swift in Sources */, + D8137F6B4756B0DF149FC5312A2B18D4 /* StartWith.swift in Sources */, + 25ED977DB4E833F6FDC9378E080D747D /* SubjectType.swift in Sources */, + 85F7E5D8C95FA63D6325E42B43878640 /* SubscribeOn.swift in Sources */, + 92D8BD3E2F2A4DDBA4E6A16BA3493539 /* SubscriptionDisposable.swift in Sources */, + 3673D7B0D7ADB65F866172FB3BBB53D2 /* SwiftSupport.swift in Sources */, + 1E5BB8E268A7AA5468EA2F6CB659D525 /* Switch.swift in Sources */, + F7E41F6A5C6798F2494DF744A234B5E8 /* SwitchIfEmpty.swift in Sources */, + B7E49D4EC1D013160BA8C97A7709A043 /* SynchronizedDisposeType.swift in Sources */, + 5A7E237CF66E93841877AFF3419B3DD9 /* SynchronizedOnType.swift in Sources */, + 2409A0A8CC012AC81370903A0DB93C93 /* SynchronizedUnsubscribeType.swift in Sources */, + 9FC2C44CE8095EB470DFD4EB8A15FBB2 /* TailRecursiveSink.swift in Sources */, + 43719AA6C490A61C265CD739A54301B1 /* Take.swift in Sources */, + 4FCB5CE70C2C859AA8D7FC4BFD6870EF /* TakeLast.swift in Sources */, + B58C16B27365D1BDB6CEB1A8D912B268 /* TakeWithPredicate.swift in Sources */, + 1492EA9FAAF1467B7C42BD1B9EA33FB3 /* Throttle.swift in Sources */, + 26DC0E3B45FC276395626C5B08F1A71F /* Timeout.swift in Sources */, + 9D552F10562C871D9BD76E221597EFA0 /* Timer.swift in Sources */, + 0A4529CBD20B4BDF14C9E6F352CCB890 /* ToArray.swift in Sources */, + F996B8EB4210363E5D1D2486084BB1CE /* Using.swift in Sources */, + 07DEC6FD49D1826C7D33C2318BFB6736 /* VirtualTimeConverterType.swift in Sources */, + 963FF34F0DE0158C8FE1750A8F6A0BA6 /* VirtualTimeScheduler.swift in Sources */, + F2C336C7DFC8A2D530812A5F7BA4B9C1 /* Window.swift in Sources */, + 329A0341CAFC9BE4EF4AB9C9C2A54C7B /* WithLatestFrom.swift in Sources */, + 3D027E5353DE6D6A49D16E040CFB9276 /* WithUnretained.swift in Sources */, + 2D114053F8ED0CF9A9037A8B698D8B20 /* Zip.swift in Sources */, + 6D8D9BD652F507B3192B335A74D2BCB4 /* Zip+arity.swift in Sources */, + 08399A620DA474F4CB2621853D1BAAAE /* Zip+Collection.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C3C3E62600EF2D47E999B77A9DD24EAB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 046EB6B67F2AFD57909A5C5CA113658E /* AnimatedImageView.swift in Sources */, + 56F36CF34BDF1E502A669F6E44174B5A /* AuthenticationChallengeResponsable.swift in Sources */, + 0354B360EA58DAEB06B0BE6CB19D282F /* AVAssetImageDataProvider.swift in Sources */, + 1F540B2C37BE06F47C407FC243CBA39A /* Box.swift in Sources */, + 564176328C691AC14F2320E18AC91D07 /* CacheSerializer.swift in Sources */, + FAAD5EAB9D26A8BCFACEAC04030ECD93 /* CallbackQueue.swift in Sources */, + 77C4023F58A76801926A62749F84FD25 /* CPListItem+Kingfisher.swift in Sources */, + 98D185556EF8A10A6C2F7963E5F2F8AC /* Delegate.swift in Sources */, + 72C2AAA7BC3F6FB2C4C213621FD5EC5F /* DiskStorage.swift in Sources */, + 43D29E1D8891B57BF781AABD383D9A43 /* ExtensionHelpers.swift in Sources */, + 6B3766FEF76EAD714E23B32CBFD0820D /* Filter.swift in Sources */, + 506534446156AFC86F2CFD220AF6EE0A /* FormatIndicatedCacheSerializer.swift in Sources */, + 5E8D9DE0328147AA8697E36ACE76F070 /* GIFAnimatedImage.swift in Sources */, + 85911D46E392B5CA027687D95136C217 /* GraphicsContext.swift in Sources */, + 34A7D9F8B309B9313AA564F0CC411E5A /* Image.swift in Sources */, + 078CFF788AFC981C75F3FCDD7B866FC0 /* ImageBinder.swift in Sources */, + 25C3835A1ED8C9D78ED0DAF32B046FDC /* ImageCache.swift in Sources */, + E109A30B66A237B475868EF2EB112D41 /* ImageContext.swift in Sources */, + 112C7A7F6B1E265A11017D97CB00A6B6 /* ImageDataProcessor.swift in Sources */, + 4826382B534FF4E2DBFDB510833EB4D5 /* ImageDataProvider.swift in Sources */, + CD2E1DB62DCE16779ECD5F1EC7B3C0EF /* ImageDownloader.swift in Sources */, + 1801AE1CCDE5CC0E9F188270E72474C4 /* ImageDownloaderDelegate.swift in Sources */, + 3A77FB0BDCEC0136527AF76011982E0C /* ImageDrawing.swift in Sources */, + 92D224D305BD5678A574ECD277FDE906 /* ImageFormat.swift in Sources */, + 201B6F2E274247D4ED75451DC43A90BD /* ImageModifier.swift in Sources */, + 92A056076A0FA1DA5C16CDEEFCDACBEC /* ImagePrefetcher.swift in Sources */, + 041376F860DBAB539C7EAD6E0E52FE3C /* ImageProcessor.swift in Sources */, + DA3511A56A08302A48FA5B8D02A1256C /* ImageProgressive.swift in Sources */, + 6740A99E7F53260FEB30001036FA9330 /* ImageTransition.swift in Sources */, + 64E4C470D36E1A919B4AA9CE25EFD591 /* ImageView+Kingfisher.swift in Sources */, + B4C5A1ACBCEB0B6D46E3B782C40F7963 /* Indicator.swift in Sources */, + 1922B693E88558465B33231BE08D67AB /* KF.swift in Sources */, + AB6C1F38697113E33ABC2B5DF74F4B2F /* KFAnimatedImage.swift in Sources */, + 16E23CCECEA948FDB62F9558E338DA64 /* KFImage.swift in Sources */, + 1F7F580E45EDD171EF13DCA962963DD1 /* KFImageOptions.swift in Sources */, + 2046E4577C6CB20AF3026529B56F9A6D /* KFImageProtocol.swift in Sources */, + 286C066BA783AD82760BC1099CBCEEA2 /* KFImageRenderer.swift in Sources */, + 874F7E5DFEAA65955B938603D9115BE6 /* KFOptionsSetter.swift in Sources */, + 4A7260E5FAB4A35F858EE8689CF62B6E /* Kingfisher.swift in Sources */, + 284D0756DFCE8848DC3F69EFE5C9B8CF /* Kingfisher-dummy.m in Sources */, + C0AD15C04C06FA1AB855B1663FBAF515 /* KingfisherError.swift in Sources */, + 58390A24732ECA492B07075996D1B548 /* KingfisherManager.swift in Sources */, + 971658331CFDDF40E3266BE6E4A3515D /* KingfisherOptionsInfo.swift in Sources */, + 631E57CD7B6745DA6C954BCCC53132D1 /* MemoryStorage.swift in Sources */, + 860F006D53DCB559759D3DCAAEF803FC /* NSButton+Kingfisher.swift in Sources */, + 9A4CD4C48BD0B13C2379A59D0BBE1F7F /* NSTextAttachment+Kingfisher.swift in Sources */, + 2D7CE8B3047F1CA545BDCCE44E32AC89 /* Placeholder.swift in Sources */, + A51B46428A1433C8BC72208C3FEB2031 /* RedirectHandler.swift in Sources */, + 1EDB34A1E7F4A3D0EBCA118B9EF39BF7 /* RequestModifier.swift in Sources */, + D4E8F2315A57CCFA63624E866A54BF3D /* Resource.swift in Sources */, + 73D3D3C0800D133DF20388089F42E486 /* Result.swift in Sources */, + CBCFD66FB96AF6F908B360533C127458 /* RetryStrategy.swift in Sources */, + F03D5BF3A7895D08115FABAF59745C2C /* Runtime.swift in Sources */, + CE4707BC51B94C2A4514E64DBE2B2066 /* SessionDataTask.swift in Sources */, + 8CF21EB0EB7D758C9A1E7EB1680EF792 /* SessionDelegate.swift in Sources */, + 6F5C13A8A8943E52737AA87DAC62FDAF /* SizeExtensions.swift in Sources */, + 6994BAAEE9FF66F1E4BFA887193BE6DC /* Source.swift in Sources */, + D46E3079DB3D39D2C6D509064D5E6C9D /* Storage.swift in Sources */, + 087D0449DE2F24DEBD054E76EB052447 /* String+MD5.swift in Sources */, + E5174C37C324EFBAB1B6858E754132B5 /* TVMonogramView+Kingfisher.swift in Sources */, + E74F7493259F05B2A04C1652E6E43E95 /* UIButton+Kingfisher.swift in Sources */, + BDB580C417B3EE41167ABFCFB89F97A2 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C48E693650203B2A2E44527E2F7E3FD5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9704,19 +9781,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CC54609A31DCE30981A2B4E3881162D3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FF655725AFF956305ECDE2E11113BBE4 /* BehaviorRelay.swift in Sources */, - A7983737E8F679514CBA553F1AA25AF6 /* Observable+Bind.swift in Sources */, - C9AF6B2B4923D4138C137E9D841003A4 /* PublishRelay.swift in Sources */, - 4EF8DE90FE3B120F3B5B57E3D16AF622 /* ReplayRelay.swift in Sources */, - 1474A6669D2EDDFDE36BDBFB848B3FC6 /* RxRelay-dummy.m in Sources */, - 6696D465DE730FCE93435F2A616F8CD6 /* Utils.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DA4C868A4F075D8EFE7BB9C49A761008 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9815,45 +9879,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EF30CB143E8FD95D8E183FAAC07A4F19 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4A26858954E08A8FD0A8B88135F25685 /* CALayer+DDCategory.m in Sources */, - 8CA26F2CF8BB2C0E639C0C6D54CD95F9 /* DDCategoryKit_Private-dummy.m in Sources */, - 7CE17472FC4A777A2AA879494C76C484 /* NSAttributedString+DDCategory.m in Sources */, - F3066EF5B8350DEAB1DBF6CE63C91972 /* NSBundle+DDCategory.m in Sources */, - 714326999F7865505B574BDF294F30A5 /* NSMutableAttributedString+DDCategory.m in Sources */, - 92150955C3049E5BD9F21432D92B287F /* NSMutableParagraphStyle+DDCategory.m in Sources */, - 228FBF50D684F0557975CDAF689F9B75 /* NSObject+DDCategory.m in Sources */, - B0C6974A96B66DC077A6E7974BC68D3D /* NSThread+DDCategory.m in Sources */, - 5E070875EE40EE7A061F4303624EC863 /* NSURL+DDCategory.m in Sources */, - C103D880B710CC613466911399699A45 /* UIApplication+DDCategory.m in Sources */, - 6CB65E9C194008447FCDB4777A0B67EC /* UIBarButtonItem+DDCategory.m in Sources */, - 2C89749C94D098592227C404B4D5EF1D /* UIButton+DDCategory.m in Sources */, - 3F08698CEED966360045071C8E9F5494 /* UICollectionView+DDCategory.m in Sources */, - A45C8C731D6A535F4BDEEA87132700CF /* UICollectionViewCell+DDCategory.m in Sources */, - 0BC9314CA27682FBE158FD9F8D2541A2 /* UIFont+DDCategory.m in Sources */, - 98BCD14A667B095F89CD1D12F30E6CDF /* UIImage+DDCategory.m in Sources */, - CB142B2D3473AAF8DD24B6DB6EFF4910 /* UIImageView+DDCategory.m in Sources */, - AC11E59811C409DCBA16BCB56A059617 /* UILabel+DDCategory.m in Sources */, - E771A077456056F37E0D49A1C846ECE8 /* UINavigationBar+DDCategory.m in Sources */, - 8FF75D59D0804FB7D834ED2FDB45F969 /* UINavigationController+DDCategory.m in Sources */, - 33F57C643F33B6F4989C95D993951B79 /* UINavigationItem+DDCategory.m in Sources */, - D02364598AFFCC434418454FFC6F3016 /* UIScreen+DDCategory.m in Sources */, - 8B0F62A3CA1EF7C5516EBD6404DC3CAE /* UIScrollView+DDCategory.m in Sources */, - 89463926FFDC9140EBB23FD8D5B5EE47 /* UISwitch+DDCategory.m in Sources */, - 6C1B182612CE3DB04FC2051E6464267D /* UITabBarController+DDCategory.m in Sources */, - C476FEFC1BD083EC0C737B476CF92218 /* UITableView+DDCategory.m in Sources */, - D404ADB707A3A62405A1210FD73DE998 /* UITableViewCell+DDCategory.m in Sources */, - AF323335165A5EB2858E7DF83E55A3E7 /* UITextField+DDCategory.m in Sources */, - 07187B9FA2F52D4310217E1E30EA7BEE /* UITextView+DDCategory.m in Sources */, - 4AC8126083D69C5C4382C629F34A5B8A /* UIView+DDCategory.m in Sources */, - 150C78D5B3713E1B59BCFDDD317CB7B2 /* UIViewController+DDCategory.m in Sources */, - 6D786FD6A20B5D469264DEE3C74ECE97 /* UIWindow+DDCategory.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; F0C06941B1B124C19A1B942250436C58 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9862,6 +9887,45 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F1DEF88762101F5A9E7184C3F8FDEC08 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BE182DD2D6C6CEB5281C89BBC09235AF /* CALayer+DDCategory.m in Sources */, + E85A7392BCE52EECBBE6E43423830103 /* DDCategoryKit_Private-dummy.m in Sources */, + 514649A3BCE06CCACCE46F2DCA3D61E9 /* NSAttributedString+DDCategory.m in Sources */, + 98C80D268B4E2C91446E1B349F038D18 /* NSBundle+DDCategory.m in Sources */, + 128CF976FAA252E2B7F44E4731FB73E5 /* NSMutableAttributedString+DDCategory.m in Sources */, + 963930DF07779325570937A21515F8B8 /* NSMutableParagraphStyle+DDCategory.m in Sources */, + 2CD53BDB71908D4CF3F0E7B635C26D0F /* NSObject+DDCategory.m in Sources */, + 1D140B0E835530CEF32A45580754F762 /* NSThread+DDCategory.m in Sources */, + B6FD7448EDA2E481410A846BA2B12C0D /* NSURL+DDCategory.m in Sources */, + 4DF643C76FEDE99CE65B9AD1D2CE20B4 /* UIApplication+DDCategory.m in Sources */, + 13FFB7F2A80B986EFE5C657F72CBEC29 /* UIBarButtonItem+DDCategory.m in Sources */, + 5290C0293395D3E2FEFF28E19434EF2E /* UIButton+DDCategory.m in Sources */, + DDC73B7428701D6A0D9D5652680C660D /* UICollectionView+DDCategory.m in Sources */, + 723F19F0B04F23BB7B94A0A05FFA05BE /* UICollectionViewCell+DDCategory.m in Sources */, + A5DA27A47E4F27F1131031D802128C43 /* UIFont+DDCategory.m in Sources */, + 9B48FF06F3F99469A135E5F1EFCED154 /* UIImage+DDCategory.m in Sources */, + 0F92F37889B62F458C30418B3504B01C /* UIImageView+DDCategory.m in Sources */, + A7591F7FC810D3F56012CFD62D96606B /* UILabel+DDCategory.m in Sources */, + E173B854AA3F3AC0272823718F040518 /* UINavigationBar+DDCategory.m in Sources */, + 263D5384B23FE1982F7E4105CB3E7C46 /* UINavigationController+DDCategory.m in Sources */, + 2DC085412F059FEE45D5D2700723D19B /* UINavigationItem+DDCategory.m in Sources */, + F7C1D916DD2E29E9F2B48565D3702586 /* UIScreen+DDCategory.m in Sources */, + BDF713A3B1EC85F2720D5B18C9818ABA /* UIScrollView+DDCategory.m in Sources */, + CA1E3C7472AB01625935AF07C3664FCE /* UISwitch+DDCategory.m in Sources */, + 9267BB883F0832562C5DCDEC6CC2B93C /* UITabBarController+DDCategory.m in Sources */, + C17CDAAAFC0F2A8703C04CC4B772B285 /* UITableView+DDCategory.m in Sources */, + AD3774C06951EC2D1EBBBD483BD0EC8E /* UITableViewCell+DDCategory.m in Sources */, + F95CB42BE93E97C776771EA7F100E82D /* UITextField+DDCategory.m in Sources */, + 20D58A9164B5EF2CD50E76CDDCE81737 /* UITextView+DDCategory.m in Sources */, + A8C9DCB3AC53EFE1C7A07833F6259312 /* UIView+DDCategory.m in Sources */, + D3033EBE4312B71F6857F3C32AB1A61B /* UIViewController+DDCategory.m in Sources */, + 72A28BDEF4AFC7CF381C5DC5633D57E7 /* UIWindow+DDCategory.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F232AD196DD62CDB2A3B404892E213CD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9877,51 +9941,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F295D89A9635CB13B951FA97A12EE713 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BDF5BEE9E0D29DE7DD76EAF455104183 /* Constraint.swift in Sources */, - DEA9B893B3832F7FC998D69877049FCD /* ConstraintAttributes.swift in Sources */, - 1165BE30D8CD29B2E6E679B41BB61688 /* ConstraintConfig.swift in Sources */, - F88C5D6A0FF467F5915A499A37970AB2 /* ConstraintConstantTarget.swift in Sources */, - 586185B4FF6F0FEC689D0A2B5D328429 /* ConstraintDescription.swift in Sources */, - 516AF89C5502DCC957F60C37D9222CC5 /* ConstraintDirectionalInsets.swift in Sources */, - 0AFCD1E8263B3A74F6D21C29986B8FBC /* ConstraintDirectionalInsetTarget.swift in Sources */, - 63436D302398DA5B13C85B7E84DA9336 /* ConstraintDSL.swift in Sources */, - 09E3FBE0C1345A59AA30047A762B9A56 /* ConstraintInsets.swift in Sources */, - C368C929F835662D634A6417A577B7E6 /* ConstraintInsetTarget.swift in Sources */, - 1E9CCC478A4733FD55D12C96A0B50489 /* ConstraintItem.swift in Sources */, - 5A4FA4BEA281339FD1DE15AF80139C7D /* ConstraintLayoutGuide.swift in Sources */, - E49903F1187D2A1AADE632794AA568EC /* ConstraintLayoutGuide+Extensions.swift in Sources */, - 1442DC141A8484DDD6AFDFC1692B8400 /* ConstraintLayoutGuideDSL.swift in Sources */, - E8C132FCD9C226B5B0F6367F5DC07491 /* ConstraintLayoutSupport.swift in Sources */, - C55EB335ED97B81F6C31343B912D08A9 /* ConstraintLayoutSupportDSL.swift in Sources */, - 3574FE20F812375666C79031E492A5F7 /* ConstraintMaker.swift in Sources */, - BFB84E9F5CC078F27FEFDA3EFF3EA741 /* ConstraintMakerEditable.swift in Sources */, - 273F00B91DD4C832BAF334C626811666 /* ConstraintMakerExtendable.swift in Sources */, - E9C57A815E4F059EB386222DB81CA208 /* ConstraintMakerFinalizable.swift in Sources */, - 12C969F74649C04436A058BF144AA968 /* ConstraintMakerPrioritizable.swift in Sources */, - 4B053EEEEA159A6CF42720E311DBD87F /* ConstraintMakerRelatable.swift in Sources */, - 56D73287D00927469E2B18372ECD8850 /* ConstraintMakerRelatable+Extensions.swift in Sources */, - C4A82AA8CD7891EA45A023790F11D4D6 /* ConstraintMultiplierTarget.swift in Sources */, - 1910B87B11C580D0A7AC203F50B3F86B /* ConstraintOffsetTarget.swift in Sources */, - 8E4CBCB6688187656D1896D96794835E /* ConstraintPriority.swift in Sources */, - DC78FC0C678AE5A49739C7D12D249EF0 /* ConstraintPriorityTarget.swift in Sources */, - 72FAD4C14D0F70556BA3A8A1E7238125 /* ConstraintRelatableTarget.swift in Sources */, - 6773A662B88DBA0A943BA2C0C1AEE139 /* ConstraintRelation.swift in Sources */, - E2F0021948A3E09AD3BEC93A481D80E6 /* ConstraintView.swift in Sources */, - 830896B92C465960912BC5E36D9CE767 /* ConstraintView+Extensions.swift in Sources */, - 4E539C9F26A21F6489646194CC52CE59 /* ConstraintViewDSL.swift in Sources */, - C591F07BD72D4F2722895EAD946AB33B /* Debugging.swift in Sources */, - 7A8CEA7E7614C52C2D7B0A0F7B5BFA2B /* LayoutConstraint.swift in Sources */, - 4104E905693810EABF6FBE2DFFDA2E29 /* LayoutConstraintItem.swift in Sources */, - 71AB27ACB5F10BABA757DF71982D08DA /* SnapKit-dummy.m in Sources */, - F67E0652CB1C0BC0A44DF24739F87E15 /* Typealiases.swift in Sources */, - C7D4617E202ADFEA66E10477CF7AC675 /* UILayoutSupport+Extensions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; F623158EE9B44DBBE9E3438E4A6F4A7E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9962,6 +9981,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FF23471E4326A1915BEE5031D4E73FB1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9A2B858027534A79F2364B2F20AABC42 /* BehaviorRelay.swift in Sources */, + 7E4310977D596B414644316B3196411A /* Observable+Bind.swift in Sources */, + 234B64E93DECF38B98F5A45FE9CE882D /* PublishRelay.swift in Sources */, + FEDF7AF25160349AE842AA38BA70909C /* ReplayRelay.swift in Sources */, + 5219C7BAB122FF16B9804520010D3C8A /* RxRelay-dummy.m in Sources */, + DD0265642154B25DF7396D400255B7D0 /* Utils.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; FF6B6EC1C56BA42D2BE5F20501D75E31 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -10034,419 +10066,419 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0777241C037C7A37AE9235A08F50355A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "ESTabBarController-swift"; - target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; - targetProxy = C44F20BD97B0AF1C01DBEA4AEAD2DD5C /* PBXContainerItemProxy */; - }; - 091F6314B0C7B10A64CF66EC883E5AAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDProgressHUDKit_Private; - target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; - targetProxy = 3E29DD4D87C6358AA2F970D633B8D09F /* PBXContainerItemProxy */; - }; - 0BB7AF8B7FC0527D3AEE9DC393708D0F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = FCA70145E8D4937D0EEAD174D61598E4 /* PBXContainerItemProxy */; - }; - 12636BA71E5C0E7EB97B2AAD6729CF5C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 6E5FA7688403BCA5FF4720284968F1A1 /* PBXContainerItemProxy */; - }; - 12E1A62D673791C1BC26BAA4C69CAAB0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 5239708A95ED149B515F59994A6E5CBC /* PBXContainerItemProxy */; - }; - 181C23E797599DE6CBF957FAA2AD6705 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 87CF8324B3398E210AC5DFDC513CAB98 /* PBXContainerItemProxy */; - }; - 1A40B2B647C6297E1B6355962CCF65E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B04CDD5AA3139B52E4B3094F33D4EC86 /* PBXContainerItemProxy */; - }; - 1ED9345386F76EC1184F7AB3F1149243 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = BF001E33878DF02E250E9142B5A4319F /* PBXContainerItemProxy */; - }; - 2068E630475258E3CFB222CBD40F9722 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = 562E702DDEC4AF27D0F503DE373FD7AA /* PBXContainerItemProxy */; - }; - 22E8BB533F4B140C78696E91306B340B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = F8AC44EB6A0CD12A1BADE9FDF7D26E2B /* PBXContainerItemProxy */; - }; - 23D55212A122DC27479551ABEDA88E7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = AF9252B5D4B35424AF56AA79B1BA5C11 /* PBXContainerItemProxy */; - }; - 24D2DC735BE2D692FF34F54792A59F9D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 61D127B3CC3963CC6FA3634C28EC5980 /* PBXContainerItemProxy */; - }; - 2946316DA349974FE3EAE050DAE5DF13 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 0584136A02E1EB2AB066269C96141C78 /* PBXContainerItemProxy */; - }; - 2A559021D8F474964320DF38880F4B04 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 4C3837DAD9960AA5F16B92ED2AB9BE71 /* PBXContainerItemProxy */; - }; - 2C3E972F7626225E9F70EADBEEE90EBE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = A33CE3EF173356E3B0608D79AA7032CD /* PBXContainerItemProxy */; - }; - 2C7FE3C06633984871827A844C299B6A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 1383BE359BE3A11B113B54BBCB8B600D /* PBXContainerItemProxy */; - }; - 2E1EAFF68F5768E89BC164B697478772 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 20020000FB3C30AD73E9ED057E69E75F /* PBXContainerItemProxy */; - }; - 2F23C3A46D93D5C3535AC8B2951ABAB7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDToastKit_Private; - target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; - targetProxy = 1A5CC9B3F24F0804C66888C61F1F2512 /* PBXContainerItemProxy */; - }; - 341891C196F45DB1A5CF5055576933A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = F50F1C21D0A129A73E21D5F1E7D8391E /* PBXContainerItemProxy */; - }; - 347DCA571508B7D468096C670AC96DBF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDMAMapKit_Private-DDMAMapKit_Private"; - target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; - targetProxy = 86A0C7642EFEFB52044AA7F2EEC5FC12 /* PBXContainerItemProxy */; - }; - 35A57A8F7952D937D233785C44DAF33A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 3AAA77949F054F2D60EB3D0DE5CCD912 /* PBXContainerItemProxy */; - }; - 35EAB75C2707AE76C78FF96A6C922B76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 972E9006B373F1A5B7A19CCECCD849F7 /* PBXContainerItemProxy */; - }; - 36921873F7DCA1A5D3A6D0124BA01F40 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 3FD587F4D15F6474CB1D7849E04AD18D /* PBXContainerItemProxy */; - }; - 38463009CC09407BDBD94D6C51E479D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = 8DE42F2FBEFBB568BEADE7C255BF4019 /* PBXContainerItemProxy */; - }; - 4268BECD6B11A61FA049AE347A58CB1C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDWebImageKit_Private; - target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; - targetProxy = 9FC2D3497EFE5E9A8104A55793C870C7 /* PBXContainerItemProxy */; - }; - 4494F052B3B989495949FD7FE1D022FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAutoUIKit_Private; - target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; - targetProxy = F4BCC714969C81919CDA5FBD5ACFA057 /* PBXContainerItemProxy */; - }; - 4626DA4D2E7C5A89D2C81EE69F485C11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 74D50A39FA79E3685855174C38DEBEC7 /* PBXContainerItemProxy */; - }; - 4DFE180E01F5F5458436CC4075EBFF85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDBasicControlsKit_Private-DDBaseViewController"; - target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; - targetProxy = EA8B8F3508329137E38A0375EC7663E1 /* PBXContainerItemProxy */; - }; - 55A9DAD9906600CD5332B6D810517482 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Bugly; - target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; - targetProxy = 7868C07EFD69D7BB07EE6496DED33CED /* PBXContainerItemProxy */; - }; - 62D826B758E390F8E136B4FA3B549D42 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = AC77055C455988197BAACEA879832080 /* PBXContainerItemProxy */; - }; - 6432E658DFB5A15035395D24F74DCAD6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = D7E48EBE29709B8F6881A652F3583DAB /* PBXContainerItemProxy */; - }; - 670B41A3632C5D7ECE2314CFAC4F52BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = 941C968689C14A90940DD794D7DAD7E4 /* PBXContainerItemProxy */; - }; - 68A86FE618C822000F87DB3FBF1FB158 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = DDEEB7F36DCB495C174766CFFA7E6985 /* PBXContainerItemProxy */; - }; - 690B42821FF641C1F0D5347152F8FAEA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDMAMapKit_Private; - target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; - targetProxy = 671A942A1F74B0BAE464D8824C1B7175 /* PBXContainerItemProxy */; - }; - 696EEA1407C34228D04783F666E6C8AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPushExtension; - target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; - targetProxy = 39986B94241DAF58C2E064DB6D4536AE /* PBXContainerItemProxy */; - }; - 6D5784F07594C7DBF00FF10DE2875B8C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = 2BA8FAD64E07AD012FCE8580D004B515 /* PBXContainerItemProxy */; - }; - 7213A204D527804745D38C52AD210421 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 31A1DE252363645F72C8776A3875157A /* PBXContainerItemProxy */; - }; - 78F566F44AFF885874B80C4C62802F7C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPush; - target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; - targetProxy = 788A1F3C514DF5235D6DDE60990B4D96 /* PBXContainerItemProxy */; - }; - 7BA56C60658366A9B348D323ECDFB2F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 0BD3EEB47C207F438B9F3E5A4819CBE9 /* PBXContainerItemProxy */; - }; - 7CC6E7529B2925296F586F12342BC386 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 829D864546832B12E676D13B704BCE6B /* PBXContainerItemProxy */; - }; - 7DFF20091CDB1877634F5087DA54061E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = B58DCF524B177808894FDF401978AD0A /* PBXContainerItemProxy */; - }; - 8E67C5A543ECCF1058FE32E5359CF929 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = 11018CB3C1E21ACCC3165880EBF065EC /* PBXContainerItemProxy */; - }; - 924EBA5A27C1A78112F45C5430D51290 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = 6FC062152A9CA37DB09AD5804BE015BF /* PBXContainerItemProxy */; - }; - 9908FD34011E04E85935089D645880E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 5698B34DFFFF7C207919F6257BAC3E6D /* PBXContainerItemProxy */; - }; - 9A02CAA2C278600A0364D82FD6A961DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDDateKit_Private; - target = FA849029E6A899F45F613165943A6C68 /* DDDateKit_Private */; - targetProxy = F4EDDA5B08D5D167499892866F29D3D0 /* PBXContainerItemProxy */; - }; - 9FBAEF0263E73A44F246811C531552F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDFontKit_Private; - target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; - targetProxy = CCFDB1A9FA37F6F868278AF392A10C0A /* PBXContainerItemProxy */; - }; - A255165088243E100037816E5095A9DA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDNetworkingOfAlamofireKit_Private; - target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; - targetProxy = C347F224D386789FBEDCF78993FC1E86 /* PBXContainerItemProxy */; - }; - A999AC99E51CD9E1BACB862CC0EF6DCD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = A42AC5A302BFF8E30455AF07A234EA26 /* PBXContainerItemProxy */; - }; - AEB10E60563ED273B322A965A2E72FF6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 639D23CF64381A3E810834CFDBDC075B /* PBXContainerItemProxy */; - }; - AF4CD0CB9388513916058A989DD3B9B2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = E06631F63ABAA01650C0FD0035B56DD0 /* PBXContainerItemProxy */; - }; - B01072DB0D53BFC1C3973AFBF2A344B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxCocoa; - target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; - targetProxy = 49FE35E87524EC8C349CCAE60E23960C /* PBXContainerItemProxy */; - }; - B31B3D5F55BA9071020CFD10DA7C1491 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDUIGestureRecognizer; - target = 67F8329E1ABF625D93A19CDE570535BB /* DDUIGestureRecognizer */; - targetProxy = D3C173A51304DC3CB63B3D1B2027F6A4 /* PBXContainerItemProxy */; - }; - B4D0A90B2F169D1213FF7AB6F84B97EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 38EE47BFFD4E559C370E069DEC36977B /* PBXContainerItemProxy */; - }; - B7165842DDE59D7059E4F13A7EF101D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 418E4001327C2E845DDF9FB508E0F8AE /* PBXContainerItemProxy */; - }; - B8DCB7DBB7BB1C45B20051538DC7BEE1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAudioPlayerKit_Private; - target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; - targetProxy = F2A0CBF4E6207E0899E394A7F79A2904 /* PBXContainerItemProxy */; - }; - B94AB0D62E4BA0B1E0FD83C90671D3B2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 6C678E06C751246B9ACB88DB0C82074D /* PBXContainerItemProxy */; - }; - BF37D9598181A9C697683586B2F71799 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 5BC6F292E35B1FDB7F0778A183D88F86 /* PBXContainerItemProxy */; - }; - C17E589E55FAB8485D2D5F209AA17886 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDControlsKit_Private; - target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; - targetProxy = CD1FD0CF9A1F228D4306559D2231A1A8 /* PBXContainerItemProxy */; - }; - C3D2844DA188546A3AFAE26976ECEA9B /* PBXTargetDependency */ = { + 04D5A274493B459AF8588609E9A408D2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftEntryKit; target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; - targetProxy = 1C0E54739FDA69051D172AD13811C551 /* PBXContainerItemProxy */; + targetProxy = D465FD3575391507E8F2EF26DD8B23D0 /* PBXContainerItemProxy */; }; - CADE5CA838DE330E698F9743B2639617 /* PBXTargetDependency */ = { + 089D23A6DAE4B237D1553E7F2CF904BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = C8903F2482B5E9C503CB8981D088FA16 /* PBXContainerItemProxy */; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = D854D65ACEA1EDE687AC2467DDA2637D /* PBXContainerItemProxy */; }; - CE49D80C2F416BF2BF36E45D218D8EA5 /* PBXTargetDependency */ = { + 0A067F60C483DDFCBCAE9EB8DE349403 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDColorKit_Private; - target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; - targetProxy = 3C33E671241510EB399BE583E9405099 /* PBXContainerItemProxy */; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 203BCF54EA3B00A07C14476339CBD985 /* PBXContainerItemProxy */; }; - DCE186217E6404BC745A77E56E179A9F /* PBXTargetDependency */ = { + 0A619082927E6686FBF789C232D54560 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDTimerSwiftKit_Private; - target = 0D4DC618BC2D969E8743E01C79FFB7BD /* DDTimerSwiftKit_Private */; - targetProxy = C99D0AAD61E900FB5017CE0A14F16C4A /* PBXContainerItemProxy */; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 926838767A00C3B0F971A74F3097B404 /* PBXContainerItemProxy */; }; - DEC75488722F47E0D6D0399E0AE6C9B2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDZFPlayerKit_Private; - target = 2864923095274ACF5E5F99312F360AEB /* DDZFPlayerKit_Private */; - targetProxy = 7D4E990838897E9714532A67BEAEF6E3 /* PBXContainerItemProxy */; - }; - E15A2B612B3661F41A7BB10B677CF2A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyRSA; - target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = 81ADF3DE98958B87B16AA990D8C78CEF /* PBXContainerItemProxy */; - }; - E46396B0D2866C6BBD3FE444DFBEB119 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 9A4875CC599F95EA25DBA0005A4EA7F5 /* PBXContainerItemProxy */; - }; - EE7BBDCD438A987D1B8269AB2B838CE3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = BB6A192A828692ADBE916B7D386B8C22 /* PBXContainerItemProxy */; - }; - F1A4B688AF4053357843DA121028B5A7 /* PBXTargetDependency */ = { + 0B986D0B0C98B7E5ED1702196A9F3670 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDPersistenceKit_Private; target = F8AE53003F66B148774CFC6EBDEB9425 /* DDPersistenceKit_Private */; - targetProxy = 4E4F16508C1067668171C919FA396CEE /* PBXContainerItemProxy */; + targetProxy = 7617E43C99CD501628A1E9C271C136BF /* PBXContainerItemProxy */; }; - F742652C70A63ED135A041D19CF33243 /* PBXTargetDependency */ = { + 0CF9E04A8B398AAC6821A2B36BA64462 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = C547D3D5977CD06A1A31FF26FFD01E1C /* PBXContainerItemProxy */; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = D25ABEB8F0F43FD4A02789F412E8C525 /* PBXContainerItemProxy */; }; - FFA246C0E563E4DCB91BC6D963AA5CD6 /* PBXTargetDependency */ = { + 17CA1F2D83C60D35BB6A24AEB49AE381 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = C8CA24BD0F26E4522A31AB9186587635 /* PBXContainerItemProxy */; + }; + 180AD3A3577B8DFE0EEF73CBCB31E84F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 460002FF74F74892219E07BBA773AD84 /* PBXContainerItemProxy */; + }; + 1857F76AD6146C983E0B007B9064918C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 9460ACBA6CF394F1C8EB9A379595859B /* PBXContainerItemProxy */; + }; + 1C510D7E44BF351242BDCC80357E1505 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 9F93D577EA162798FC3D5E69D4E32621 /* PBXContainerItemProxy */; + }; + 21436BDF813C08E1BD28C808B95119CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxCocoa; + target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; + targetProxy = F50280F097A1DDA84FDE7CC7BBB440B3 /* PBXContainerItemProxy */; + }; + 24E5C7C1DDB040F8AB366A734A773E05 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = 45EB03E87B8E529AB1AD456BD9BCEDBF /* PBXContainerItemProxy */; + }; + 2A1688AE5F0905AF77DA414BF513D0F6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 86B69AF954334AB4F4850E8BB124A7F8 /* PBXContainerItemProxy */; + }; + 2A51C7B4FE0665190C10E4BE04544628 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = B146F474F4C69BAF268D59B286F9926E /* PBXContainerItemProxy */; + }; + 2C480EB16D9BF901347E5E21C89701A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 51118E6EB6223C09406F44C316D875B0 /* PBXContainerItemProxy */; + }; + 2C9ABC812F5945660970B9B6171321B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDFontKit_Private; + target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; + targetProxy = 64785F95B0DB72333785C33D90E9F907 /* PBXContainerItemProxy */; + }; + 2ED8A1626DBC9DC780FCB7587184720E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = BFAB38470662B5723B6A1EE9A1EFB78C /* PBXContainerItemProxy */; + }; + 3071AFA590EFBED411FBF5B427DD368A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAutoUIKit_Private; + target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; + targetProxy = 9EF895D3C98AC1E3701B4E9CDAA3C6BB /* PBXContainerItemProxy */; + }; + 32F107861DAED0C1EE2C72079B5FC81E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDUtilsSwiftKit_Private; target = A8B712B20F60AB02004557B884A28FD4 /* DDUtilsSwiftKit_Private */; - targetProxy = 712781BACC53BBA248978B704E1D3AEC /* PBXContainerItemProxy */; + targetProxy = 72AC5A2AD7A07CEED81503676D1CDAEF /* PBXContainerItemProxy */; + }; + 3D9D4C7691A2115FB67AA8C2662C7F52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDBasicControlsKit_Private-DDBaseViewController"; + target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; + targetProxy = DA18373A1E9DC9F0C2E13499BA045AFA /* PBXContainerItemProxy */; + }; + 3FC94CB20809C6196D910B94BA1FF9E8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 0B6516F02E1AF49E821130AD11B5C260 /* PBXContainerItemProxy */; + }; + 4CC3CFE6374FD109C501150F3999628A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = E8A965B5701BE8AA300F4D65F48567B4 /* PBXContainerItemProxy */; + }; + 4E158840C7B396A4EB6AEE7B11381833 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPushExtension; + target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; + targetProxy = 680507523B85CE7B42B3CAF420286881 /* PBXContainerItemProxy */; + }; + 5D71206E1F6FC7383495EA9C0B465935 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 455CD8D778BA9CC743731F5819454F24 /* PBXContainerItemProxy */; + }; + 6554D52E4F9A17443F8A8821D394F37D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 80B9F747EDCCF464D6DBB64014BAB013 /* PBXContainerItemProxy */; + }; + 66005B4292C7601296C9423E3DC98080 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 9F87D04278D8CB70D1F93FDF128806AA /* PBXContainerItemProxy */; + }; + 66352F2298DD8988B4CCD1C939E38182 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDDateKit_Private; + target = FA849029E6A899F45F613165943A6C68 /* DDDateKit_Private */; + targetProxy = 612DF659C192AB3EC483BCEF329BD11B /* PBXContainerItemProxy */; + }; + 67A31F552728B2B85DB2E9812623DFD4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 7C5484DA22B4E19B8B7F03A9985C8A71 /* PBXContainerItemProxy */; + }; + 67B1F06BBDD766B05A412A1846420819 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDNetworkingOfAlamofireKit_Private; + target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; + targetProxy = 5C159D755BDD7F1AD5856DCDFB1D60D1 /* PBXContainerItemProxy */; + }; + 69D178F6C1DF185521322DECC472493D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDWebImageKit_Private; + target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; + targetProxy = 9FD5104C86E6F67C0478DCF03847088C /* PBXContainerItemProxy */; + }; + 741DBE00DD472E230E9CD6B046F37FF6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = F2027BD616103E01B81215E7055FF164 /* PBXContainerItemProxy */; + }; + 74744D5A19B27AD75F5E4E707113FFB7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = B50BEE219764AFD00958C280B58529CC /* PBXContainerItemProxy */; + }; + 75B72BCF74BD4B915DC4534D5FCEA4BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDZFPlayerKit_Private; + target = 2864923095274ACF5E5F99312F360AEB /* DDZFPlayerKit_Private */; + targetProxy = B8B2E653027956566E52F4FA0C1DB822 /* PBXContainerItemProxy */; + }; + 7B1465C3911C4BBFF5B995A798D859C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAudioPlayerKit_Private; + target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; + targetProxy = CE2F0C6A7C5F14BC7D1082354D7D0086 /* PBXContainerItemProxy */; + }; + 7F04FB360E5E9632F62B3A03E296D20B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = A79C807CB83523BDA80720C0777962C3 /* PBXContainerItemProxy */; + }; + 80DCBE8EDD69F2E9D1A61918229004D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = A74DC00A8C79EB83EF984A8A87EBDCED /* PBXContainerItemProxy */; + }; + 848DF8FB51786875368A9E3ED9AB2362 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDToastKit_Private; + target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; + targetProxy = 863EFB3C7550354C27B3085B280858D6 /* PBXContainerItemProxy */; + }; + 86F7F44F4E4060FFACEEE901335F33AF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDMAMapKit_Private-DDMAMapKit_Private"; + target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; + targetProxy = BCD027603D5592D37943C4081884958A /* PBXContainerItemProxy */; + }; + 8A6D677AABB1147623DDC3F890260D60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDProgressHUDKit_Private; + target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; + targetProxy = 4156532B823B760110F17EBEE8D9C8E6 /* PBXContainerItemProxy */; + }; + 8C31A86C2F01C6ED87E44A2A693F6BDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 0052233839EC00E6DE3A4456C8F4C112 /* PBXContainerItemProxy */; + }; + 92A6E77410C04AB4DFA98FA653281CAA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = A623A09FCD54616B03882400DE0082A3 /* PBXContainerItemProxy */; + }; + 94931ADAD39C2F530F3F0A169D01CE0C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 05BED0D5F3A71B65183A2BDA1A9B83F6 /* PBXContainerItemProxy */; + }; + 9600765C6094700FCA73D62B0384CB1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 15B153E5AC62E30FBF5BB4702B846F5E /* PBXContainerItemProxy */; + }; + 9BBCBBFF7AC1FA1273D68122D0E746F5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDColorKit_Private; + target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; + targetProxy = A97F3CBD8B8FCB86E0B3A7112E097E5D /* PBXContainerItemProxy */; + }; + 9EE87FF747C0C08341EDA772A64E34A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = C332445FD25A4CC2750EAEF98D6166D0 /* PBXContainerItemProxy */; + }; + A140C816FFA3A5EFBBF40E8B7622A42D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDTimerSwiftKit_Private; + target = 0D4DC618BC2D969E8743E01C79FFB7BD /* DDTimerSwiftKit_Private */; + targetProxy = 47F24A07DD7A4C03B1E8E4B67F1E415A /* PBXContainerItemProxy */; + }; + A41F189EB71DBEA3CEDDC1215E44D36B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPush; + target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; + targetProxy = BDC022E1B0894449AF0839DFA38F4836 /* PBXContainerItemProxy */; + }; + A6FDE91167DC97FE39E13AEBC83A296F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = D0A441730FEEE71EB23509E1AF0AFD2B /* PBXContainerItemProxy */; + }; + AC945B35F3BB3F71D3C39A57C7F4194E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = DC8986C46FA703B1C67FB2A754A45E0A /* PBXContainerItemProxy */; + }; + B33058AE6E785D9439102760FA90B191 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = BD490776A0CC206664360D23DC679C7C /* PBXContainerItemProxy */; + }; + B33A1BDEBF38A279643BD5CA608B8183 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "ESTabBarController-swift"; + target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; + targetProxy = ADA5B875DC8009DA17799E84A1A972B2 /* PBXContainerItemProxy */; + }; + B4C65CC31113E54A255CC8503431FD34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 93A150B9B20267AFA2881C86623C220E /* PBXContainerItemProxy */; + }; + BC07CD58BB848D3C0538E84FC9C32F76 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 547EF96C4EDF0BC7AF9B957A7348EC88 /* PBXContainerItemProxy */; + }; + BFB552F329B50939CEDC2FE73D96AF6A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = BB65038006C556BF8494F0BDED8C2F25 /* PBXContainerItemProxy */; + }; + C1F7B680B66F3F2ED95245A05FBB9F7E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 0E3FDF6EDBE10BEF7CD3E4AE4878F3B7 /* PBXContainerItemProxy */; + }; + D15FA91F107D33231D274B0C0B4A81B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDControlsKit_Private; + target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; + targetProxy = D836F3AC2EED9BB5F29F0E6E6D6BA07E /* PBXContainerItemProxy */; + }; + D508C8725900C57EF5F42C53F7013CB0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 52E0E2DD93E1668564722F17F494AB76 /* PBXContainerItemProxy */; + }; + DA3276BC91999DAF63A78A500D341985 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = F1ACDF61CAAE827BAF87FF34CA14BE93 /* PBXContainerItemProxy */; + }; + DCBCCAF64C7744C5D0DF337DA730B178 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyRSA; + target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; + targetProxy = 64D3ED9E759C4CE5451F8CBD8B87DB50 /* PBXContainerItemProxy */; + }; + DE87ED888625EBAFD6428D6629662E49 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 45C0D140136DF95BB9316FD8A77BC199 /* PBXContainerItemProxy */; + }; + E06857315AD3C13744707D86404F2BEF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = CE5EFBAD379BF94863707FEDB631DB63 /* PBXContainerItemProxy */; + }; + E2E30D17C271389BD1FFF1499F317352 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 9F1FDECF2CBADF82CFCCCDDBCC5DD109 /* PBXContainerItemProxy */; + }; + E4A7126E48F388B43FFE9E4449AF71FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = 4F8664039FB4B2A6E8A14D126C4D157F /* PBXContainerItemProxy */; + }; + EAD127D75BC693BC988A841F8DCC5600 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDUIGestureRecognizer; + target = 67F8329E1ABF625D93A19CDE570535BB /* DDUIGestureRecognizer */; + targetProxy = C36262FA7FB8375156F49B8D6F159EE2 /* PBXContainerItemProxy */; + }; + EFD9224BC38237D0DB3770DB95CAF727 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 613655D18B750DE5BB21467C32CB1880 /* PBXContainerItemProxy */; + }; + F25E15F47E28BBDF60CD4E2BA4229587 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDMAMapKit_Private; + target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; + targetProxy = 3DBD2400AAE86E4084B2327E3BDEAE15 /* PBXContainerItemProxy */; + }; + F86D656C700E7E9808927221522C71FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Bugly; + target = 4A68CFD979D413A619DF631BB121D98F /* Bugly */; + targetProxy = 31C7E97ABED1AEBB11AA6CFD8FE35718 /* PBXContainerItemProxy */; + }; + FD9E1A63B4D90933659FA67B3545908B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 433B7BAF9CC26440B7380DFB31E37A4D /* PBXContainerItemProxy */; + }; + FE862A107E9F1CF44E84237DFB2D7EB7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 930C0F77DF4E4B67CBAE214A28BABAF7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -10563,6 +10595,34 @@ }; name = PreRelease; }; + 0489E626A6B7A5DD8364618E4AEBF52D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 32F9F82B66B9B51465200DA43F2AE0B9 /* DDCategoryKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDCategoryKit_Private; + PRODUCT_NAME = DDCategoryKit_Private; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 062D9F2B9A556AF545F7D73B6BAD9E4C /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 8F66C52DC5AB9AA442A4792076C936FB /* JPushExtension.release.xcconfig */; @@ -10675,23 +10735,33 @@ }; name = Release; }; - 0BA784586939CD18D4C4E60131279C0D /* Debug */ = { + 0C6EAB3978C0D25F53DD0C972DD2E77A /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C274778999A68E37CE846169897EBD44 /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = AB83489586AF7DA9980D8DE0ECC3EAFB /* Kingfisher.release.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = PreRelease; }; 0CB1723AE73B5963CE93AED98ED6D6ED /* PreRelease */ = { isa = XCBuildConfiguration; @@ -10721,6 +10791,34 @@ }; name = PreRelease; }; + 0EB817282DC7CCC80A565E3A4C9FDE57 /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 48F1B97D37AE97C324395467B3E3FB00 /* SnapKit.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; 0F56E9EF4C4A8A2EFE063DB95981BAD1 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 82347B2C0A61F77F3F5862F3C7A3B0D0 /* Bugly.debug.xcconfig */; @@ -10739,34 +10837,6 @@ }; name = Debug; }; - 11094C03278E4B778B9F9CF2512B7C76 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB83489586AF7DA9980D8DE0ECC3EAFB /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; 1170D4F6047D92FB103D8925261C4446 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 96F5940C9901431F702C362B6F8D0BC3 /* ESTabBarController-swift.release.xcconfig */; @@ -10794,6 +10864,26 @@ }; name = Release; }; + 11A583B04A3A77EDE9589448E1A34C77 /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA1D6D4388E2AED43501A11F7AF07085 /* DDBasicControlsKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; + }; + name = PreRelease; + }; 1495AF8B549792BF7912F5A1E1119712 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = C83AAE265F5905602849ADB3AA86CE9A /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; @@ -11045,6 +11135,25 @@ }; name = Release; }; + 22DD31E007903C2C6A195E129D858C1B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA1D6D4388E2AED43501A11F7AF07085 /* DDBasicControlsKit_Private.release.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 231DE093916EB01285DC4AECC16D44CF /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 90A7626EA0968C3EC53A8117F08F6738 /* DDDateKit_Private.debug.xcconfig */; @@ -11155,32 +11264,6 @@ }; name = Release; }; - 2994DA39477C670A196B29B5763BF134 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FAF6E9A504D9E8660F160AD8A75E5F0D /* RxRelay.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxRelay; - PRODUCT_NAME = RxRelay; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 29DB94002704203A0B4A69C3238100D9 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 56E1A2703FD33B7680F9CBCFA5575B62 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; @@ -11318,26 +11401,6 @@ }; name = PreRelease; }; - 37A4CDDBC89509A56BBEB957D08A4505 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9ED3EBA08326AA5843EB8DFFF9DD7100 /* DDMAMapKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDMAMapKit_Private; - INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDMAMapKit_Private; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = PreRelease; - }; 3810F09D10322B304912A8FC9D90FE73 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = EA1D6D4388E2AED43501A11F7AF07085 /* DDBasicControlsKit_Private.release.xcconfig */; @@ -11366,7 +11429,7 @@ }; name = Release; }; - 3D4D69D3E8E67BBD9E5E8413397C3081 /* Release */ = { + 3BF629B6F41C7B32F54F2AE83D04CC37 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 32F9F82B66B9B51465200DA43F2AE0B9 /* DDCategoryKit_Private.release.xcconfig */; buildSettings = { @@ -11387,12 +11450,12 @@ PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; - name = Release; + name = PreRelease; }; 3E82EF80F3ACC6610CD959FD17245D53 /* Debug */ = { isa = XCBuildConfiguration; @@ -11545,25 +11608,6 @@ }; name = PreRelease; }; - 485FEF8EE599FE5C49195E702BC0E685 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EA1D6D4388E2AED43501A11F7AF07085 /* DDBasicControlsKit_Private.release.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 4BA17171313EEDE9DEDD2B9DD7D7312C /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = F375C7DA720F6C0C81573E458E9A4020 /* Pods-OrderScheduling.prerelease.xcconfig */; @@ -11724,6 +11768,33 @@ }; name = Debug; }; + 4EFE21E6A1A6DB0B57BA0A80D5D32691 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37C53DE527F3BC0E664C4BFE2C9FF2B5 /* SnapKit.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 53DBDCA48029EDDC75E87A248B01458C /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 16BEC3E26F2544F53F0712356C8B76FF /* JCore.release.xcconfig */; @@ -11814,26 +11885,6 @@ }; name = PreRelease; }; - 5792013FB1A752F1DF2BF51AA527D14D /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EA1D6D4388E2AED43501A11F7AF07085 /* DDBasicControlsKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = bundle; - }; - name = PreRelease; - }; 5859B1ED45373FA14A1E6451A262D675 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 96F5940C9901431F702C362B6F8D0BC3 /* ESTabBarController-swift.release.xcconfig */; @@ -12013,34 +12064,6 @@ }; name = PreRelease; }; - 6C3BA5BC11046AAAE37DF5F333B690A1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AB83489586AF7DA9980D8DE0ECC3EAFB /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 6C3CC8E0B427ECC1DB4A52D26B813CEF /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 4E6E2A243B5F2843403A00E2B5952B10 /* DDPersistenceKit_Private.debug.xcconfig */; @@ -12132,24 +12155,6 @@ }; name = Debug; }; - 6FB1ED1C1AFB8941B3BD97E20376DD59 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10B993C1B063D36AB8D7F4FF086F9E3F /* DDMAMapKit_Private.debug.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDMAMapKit_Private; - INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDMAMapKit_Private; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; 7004DBDA636C88E2F25FDB913BBCF872 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 329EB6CABDA13E9140403102D2996E95 /* DDProgressHUDKit_Private.release.xcconfig */; @@ -12232,6 +12237,32 @@ }; name = Debug; }; + 71E840F6BFB7C6EA44C678BAC1647916 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FAF6E9A504D9E8660F160AD8A75E5F0D /* RxRelay.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxRelay; + PRODUCT_NAME = RxRelay; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 739DE83A94D5F3796DA470D04BDBA273 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = E67C888633ECEA377E62849D5034E9B2 /* AMapNavi-NO-IDFA.release.xcconfig */; @@ -12252,33 +12283,6 @@ }; name = Release; }; - 76D4AB8FE392A6FD62CA80FA81D4B502 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 37C53DE527F3BC0E664C4BFE2C9FF2B5 /* SnapKit.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 77BAB67F30880412AB4954F7FF0DE8DB /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3A68825F568DBF49C38180F66147800C /* AMapFoundation-NO-IDFA.release.xcconfig */; @@ -12298,24 +12302,32 @@ }; name = PreRelease; }; - 7D00356E5B4199B3BFC3A43E8EDF2951 /* Release */ = { + 791683472F7451BE969340C182F134B0 /* PreRelease */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9ED3EBA08326AA5843EB8DFFF9DD7100 /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = FFC6CDC35B7CF127B0D7EB585A59D905 /* RxRelay.release.xcconfig */; buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDMAMapKit_Private; - INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDMAMapKit_Private; + GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxRelay; + PRODUCT_NAME = RxRelay; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; - name = Release; + name = PreRelease; }; 7D4FC5186D0C5815B2ABFC9323046C03 /* Debug */ = { isa = XCBuildConfiguration; @@ -12355,6 +12367,61 @@ }; name = Release; }; + 813A4D981DB27D6C0CD18C605A5B60C6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5093077217F4F9EC3E2C1838F153B040 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 85AB0EF3ECDFFB19F6F2C15AC3FC45D0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 48F1B97D37AE97C324395467B3E3FB00 /* SnapKit.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 874D5ECFCBDE246920D02ADB76CDB268 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 7F53229946F3235E68CEC3EE7F4B1D9A /* Bugly.release.xcconfig */; @@ -12374,6 +12441,24 @@ }; name = PreRelease; }; + 893273C6CE273EACA4B715B0849139BE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 10B993C1B063D36AB8D7F4FF086F9E3F /* DDMAMapKit_Private.debug.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDMAMapKit_Private; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 8AC13173401EEEFE8061497B52535008 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 9ED3EBA08326AA5843EB8DFFF9DD7100 /* DDMAMapKit_Private.release.xcconfig */; @@ -12578,6 +12663,24 @@ }; name = Debug; }; + 947BBB8B7CC2A85731C79F7D7AC74312 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C274778999A68E37CE846169897EBD44 /* DDBasicControlsKit_Private.debug.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 95F977185959B1C025A76CB343AF5CA8 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = C274778999A68E37CE846169897EBD44 /* DDBasicControlsKit_Private.debug.xcconfig */; @@ -12632,6 +12735,60 @@ }; name = Debug; }; + 998B3C0516EB2E7552E9393F8ADDC948 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FFC6CDC35B7CF127B0D7EB585A59D905 /* RxRelay.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxRelay; + PRODUCT_NAME = RxRelay; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 999B8BD22AF4764D72AE998EF01BE7AA /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46C874FAB8EC1AB1CA39B452A15D07E4 /* RxSwift.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxSwift; + PRODUCT_NAME = RxSwift; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = PreRelease; + }; 99F4C308A2075AEDDE5F26F284DA3E2C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 4041102067933AB486F27D7D45D53C86 /* DDUIGestureRecognizer.release.xcconfig */; @@ -12897,34 +13054,6 @@ }; name = PreRelease; }; - AD060BD59ECCE8269BEAAD634808DF71 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 32F9F82B66B9B51465200DA43F2AE0B9 /* DDCategoryKit_Private.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDCategoryKit_Private; - PRODUCT_NAME = DDCategoryKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; AE9BE5BF7D5EA18EDF75839085C706F5 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = C4B0D87281D180E3821D8C93668C50D6 /* DDWebImageKit_Private.release.xcconfig */; @@ -12973,9 +13102,9 @@ }; name = Release; }; - B279D83D84DD4B576785151CF8B259D2 /* Release */ = { + B4202074D88B7844ED622E6BA6378DA3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48F1B97D37AE97C324395467B3E3FB00 /* SnapKit.release.xcconfig */; + baseConfigurationReference = 89DA1EB686F0C28CE2B06342C3B845CA /* DDCategoryKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12983,23 +13112,22 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; + PRODUCT_MODULE_NAME = DDCategoryKit_Private; + PRODUCT_NAME = DDCategoryKit_Private; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; B4FE51F4F207B2C4F54618B9A13E6CC8 /* PreRelease */ = { isa = XCBuildConfiguration; @@ -13029,33 +13157,6 @@ }; name = PreRelease; }; - B8C88982E304110A1B1F115D59CDB531 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 89DA1EB686F0C28CE2B06342C3B845CA /* DDCategoryKit_Private.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDCategoryKit_Private/DDCategoryKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDCategoryKit_Private; - PRODUCT_NAME = DDCategoryKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; BB4FE9F0AC1A5ECF8D07C1690147AD45 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 49BD526844BB06F1723EAE556EA9F3D4 /* DDToastKit_Private.release.xcconfig */; @@ -13168,6 +13269,26 @@ }; name = PreRelease; }; + BE60818841F53C7B367F51E0B270C98A /* PreRelease */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9ED3EBA08326AA5843EB8DFFF9DD7100 /* DDMAMapKit_Private.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDMAMapKit_Private; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; + }; + name = PreRelease; + }; BF8138C640EDD6FDAD55B4BD35354072 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = A7EC9B31B72E86761444A2C60DB92CC6 /* Pods-OrderSchedulingNotificationService.prerelease.xcconfig */; @@ -13267,33 +13388,6 @@ }; name = Debug; }; - C56EF26A9DB75F74E9ADBF1799E05A54 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 46C874FAB8EC1AB1CA39B452A15D07E4 /* RxSwift.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; C723089A4A8EECB528038729687D4337 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2B3D49289FF535BC01036A8963972EB5 /* AMapFoundation-NO-IDFA.debug.xcconfig */; @@ -13414,33 +13508,6 @@ }; name = Release; }; - CE692109AD696FA59F1510E51CF6D9F9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5093077217F4F9EC3E2C1838F153B040 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; CE71B62CECF863FCD01752A325065BB8 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2524ABF0A24DAE0D6597602F70B1B4CD /* JPushExtension.debug.xcconfig */; @@ -13460,33 +13527,24 @@ }; name = Debug; }; - D25AF49FF93FF561B87470C9B769E2A6 /* PreRelease */ = { + D18DB8A7813EF69DE23293C3885ECC82 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48F1B97D37AE97C324395467B3E3FB00 /* SnapKit.release.xcconfig */; + baseConfigurationReference = 9ED3EBA08326AA5843EB8DFFF9DD7100 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDMAMapKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDMAMapKit_Private; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = bundle; }; - name = PreRelease; + name = Release; }; D4C6CC16ECDE97BFB3D9B16E26F2DFAB /* PreRelease */ = { isa = XCBuildConfiguration; @@ -13515,33 +13573,6 @@ }; name = PreRelease; }; - D71040070F1520EE9093B3E2CEEAD505 /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FFC6CDC35B7CF127B0D7EB585A59D905 /* RxRelay.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxRelay; - PRODUCT_NAME = RxRelay; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; D753782F97F4E74713668F63AC2264FC /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 9232453AC6D3ED857A46A0F9C7C5B6A8 /* IQKeyboardManagerSwift.release.xcconfig */; @@ -13598,6 +13629,34 @@ }; name = PreRelease; }; + DC0F08472292B3A0C450D3AAAE938A4A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AB83489586AF7DA9980D8DE0ECC3EAFB /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; DC44562C893BBD9E6500DE8495051652 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 09EA5F33A7514DF555916061C75BFD8E /* DDUIGestureRecognizer.debug.xcconfig */; @@ -13764,32 +13823,31 @@ }; name = PreRelease; }; - E493FF5790AFA3BF9193FDD9FCD4A4B5 /* Release */ = { + E25427844F3BB1A040B62ED624270978 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FFC6CDC35B7CF127B0D7EB585A59D905 /* RxRelay.release.xcconfig */; + baseConfigurationReference = 804792EEBEBEFF94A5815072332E7010 /* RxSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxRelay/RxRelay-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxRelay/RxRelay.modulemap; + MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxRelay; - PRODUCT_NAME = RxRelay; + PRODUCT_MODULE_NAME = RxSwift; + PRODUCT_NAME = RxSwift; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; E73E22AD2455596C012FDF52EDCEE9AD /* Debug */ = { isa = XCBuildConfiguration; @@ -13818,32 +13876,6 @@ }; name = Debug; }; - E98C2631C4500D803EEAA09E94E4F341 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 804792EEBEBEFF94A5815072332E7010 /* RxSwift.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; EA77E2D16CF855DB969ADBF9307BDD89 /* PreRelease */ = { isa = XCBuildConfiguration; buildSettings = { @@ -13906,33 +13938,6 @@ }; name = PreRelease; }; - EA7EE35646D21A4299F535022EF06FBB /* PreRelease */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 46C874FAB8EC1AB1CA39B452A15D07E4 /* RxSwift.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = PreRelease; - }; EEDB89A479687B1B952A7288C971BFB2 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1FE5AAD5C144A21736A19FF85EDB6FAC /* DDDateKit_Private.release.xcconfig */; @@ -13987,6 +13992,33 @@ }; name = Release; }; + F224BA33C8F5BD69E5C673E264C46C4A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46C874FAB8EC1AB1CA39B452A15D07E4 /* RxSwift.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/RxSwift/RxSwift-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RxSwift; + PRODUCT_NAME = RxSwift; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; F4D09748EA447467AA488E65BF352248 /* PreRelease */ = { isa = XCBuildConfiguration; baseConfigurationReference = 278AB4DA019291532B3C16EA0512399C /* AMapTrack-NO-IDFA.release.xcconfig */; @@ -14166,16 +14198,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 06238A0A3873370D6AA41A37DC6909C0 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2994DA39477C670A196B29B5763BF134 /* Debug */, - D71040070F1520EE9093B3E2CEEAD505 /* PreRelease */, - E493FF5790AFA3BF9193FDD9FCD4A4B5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 097C79FA69DF7375991D9694E01952C1 /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14186,12 +14208,12 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0BAD544504E79D00E427924EE7417223 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { + 16FC1E152518B4751ECD442E0192B66C /* Build configuration list for PBXNativeTarget "RxRelay" */ = { isa = XCConfigurationList; buildConfigurations = ( - E98C2631C4500D803EEAA09E94E4F341 /* Debug */, - EA7EE35646D21A4299F535022EF06FBB /* PreRelease */, - C56EF26A9DB75F74E9ADBF1799E05A54 /* Release */, + 71E840F6BFB7C6EA44C678BAC1647916 /* Debug */, + 791683472F7451BE969340C182F134B0 /* PreRelease */, + 998B3C0516EB2E7552E9393F8ADDC948 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -14286,6 +14308,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 35EDE23726FBF405B08E1471D6FE6570 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E25427844F3BB1A040B62ED624270978 /* Debug */, + 999B8BD22AF4764D72AE998EF01BE7AA /* PreRelease */, + F224BA33C8F5BD69E5C673E264C46C4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 3729326E71B6DC63C475DB2A2B4FEA64 /* Build configuration list for PBXNativeTarget "SwiftEntryKit" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14356,16 +14388,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4DA054EFF07A3BC10C50E1D546A656F6 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0BA784586939CD18D4C4E60131279C0D /* Debug */, - 5792013FB1A752F1DF2BF51AA527D14D /* PreRelease */, - 485FEF8EE599FE5C49195E702BC0E685 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 56C9966D8A36DF52EA585B791DDB302C /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14376,26 +14398,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 674D3C4B87251FD66495C69BB9050CC0 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6FB1ED1C1AFB8941B3BD97E20376DD59 /* Debug */, - 37A4CDDBC89509A56BBEB957D08A4505 /* PreRelease */, - 7D00356E5B4199B3BFC3A43E8EDF2951 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6B262A8517368C9FCE8C077D99CF0CE6 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B8C88982E304110A1B1F115D59CDB531 /* Debug */, - AD060BD59ECCE8269BEAAD634808DF71 /* PreRelease */, - 3D4D69D3E8E67BBD9E5E8413397C3081 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 6EFF2AAACB8F237CB585C1B5C0A8EAE8 /* Build configuration list for PBXNativeTarget "DDControlsKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14406,6 +14408,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 8DFBC38B21E3E368E77E52E1B0306518 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 893273C6CE273EACA4B715B0849139BE /* Debug */, + BE60818841F53C7B367F51E0B270C98A /* PreRelease */, + D18DB8A7813EF69DE23293C3885ECC82 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 9112C4B5379A7A93828F210A5BCC34CC /* Build configuration list for PBXAggregateTarget "JPushExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14426,6 +14438,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 9C68855AA78D80872A6385F87703731D /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4202074D88B7844ED622E6BA6378DA3 /* Debug */, + 3BF629B6F41C7B32F54F2AE83D04CC37 /* PreRelease */, + 0489E626A6B7A5DD8364618E4AEBF52D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A5237F3BC6AF959C52BA85324715A761 /* Build configuration list for PBXNativeTarget "DDAutoUIKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14456,6 +14478,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B2D6C57A0D87AB890081DC10D1B30AC8 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 947BBB8B7CC2A85731C79F7D7AC74312 /* Debug */, + 11A583B04A3A77EDE9589448E1A34C77 /* PreRelease */, + 22DD31E007903C2C6A195E129D858C1B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4F27C1BD05C95157EA376F9A95D1D93 /* Build configuration list for PBXNativeTarget "DDColorKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14486,16 +14518,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C02D13A50D266D022B04DBEA37474BEF /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CE692109AD696FA59F1510E51CF6D9F9 /* Debug */, - 11094C03278E4B778B9F9CF2512B7C76 /* PreRelease */, - 6C3BA5BC11046AAAE37DF5F333B690A1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; C0672E536A06498349A0C576A0004D4F /* Build configuration list for PBXNativeTarget "DDDateKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14556,12 +14578,22 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EBECE46F6A862A6935B4E5AC600A895D /* Build configuration list for PBXNativeTarget "SnapKit" */ = { + E836CF236E852C987F23E669A8A02C3C /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { isa = XCConfigurationList; buildConfigurations = ( - 76D4AB8FE392A6FD62CA80FA81D4B502 /* Debug */, - D25AF49FF93FF561B87470C9B769E2A6 /* PreRelease */, - B279D83D84DD4B576785151CF8B259D2 /* Release */, + 813A4D981DB27D6C0CD18C605A5B60C6 /* Debug */, + 0C6EAB3978C0D25F53DD0C972DD2E77A /* PreRelease */, + DC0F08472292B3A0C450D3AAAE938A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EE520730765F304C632DC11DF1CF1B46 /* Build configuration list for PBXNativeTarget "SnapKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4EFE21E6A1A6DB0B57BA0A80D5D32691 /* Debug */, + 0EB817282DC7CCC80A565E3A4C9FDE57 /* PreRelease */, + 85AB0EF3ECDFFB19F6F2C15AC3FC45D0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/fastlane/report.xml b/fastlane/report.xml index 066029c..1bbcc13 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - +