diff --git a/.DS_Store b/.DS_Store index a59dcf2..79d6d91 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index ff4d119..2128494 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 fea9414..688ec25 100644 --- a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -794,8 +794,8 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "272" - endingLineNumber = "272" + startingLineNumber = "271" + endingLineNumber = "271" landmarkName = "dd_mapView(_:viewFor:)" landmarkType = "7"> @@ -842,8 +842,8 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "398" - endingLineNumber = "398" + startingLineNumber = "397" + endingLineNumber = "397" landmarkName = "categoryView(_:didScrollSelectedItemAt:)" landmarkType = "7"> @@ -858,8 +858,8 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "278" - endingLineNumber = "278" + startingLineNumber = "277" + endingLineNumber = "277" landmarkName = "dd_mapView(_:viewFor:)" landmarkType = "7"> @@ -874,8 +874,8 @@ filePath = "OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "277" - endingLineNumber = "277" + startingLineNumber = "276" + endingLineNumber = "276" landmarkName = "dd_mapView(_:viewFor:)" landmarkType = "7"> diff --git a/OrderScheduling/ReviewFailed/ViewController/AdditionalPhotoController.swift b/OrderScheduling/ReviewFailed/ViewController/AdditionalPhotoController.swift index 06fd3f6..06116da 100644 --- a/OrderScheduling/ReviewFailed/ViewController/AdditionalPhotoController.swift +++ b/OrderScheduling/ReviewFailed/ViewController/AdditionalPhotoController.swift @@ -107,7 +107,7 @@ extension AdditionalPhotoController : UICollectionViewDelegate, UICollectionView } cell?.takePhotoButton.rx.tap .observe(on: MainScheduler.instance) - .subscribe(onNext: { _ in + .subscribe(onNext: {[weak self] _ in ZLPhotoConfiguration.default().allowSelectVideo = false ZLPhotoConfiguration.default().maxSelectCount = 1 ZLPhotoConfiguration.default().allowTakePhotoInLibrary = true @@ -120,7 +120,9 @@ extension AdditionalPhotoController : UICollectionViewDelegate, UICollectionView itemModel.uploadImage = image?.dd_compressedToData(withQulitySize: 1048576) self?.uploadImageRelay.accept(itemModel) } - photoPreviewSheet.showPhotoLibrary(sender: self) + if let self { + photoPreviewSheet.showPhotoLibrary(sender: self) + } }) .disposed(by: cell!.disposeBag) return cell! diff --git a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitorVideoController.swift b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitorVideoController.swift index 86e9d8d..0073993 100644 --- a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitorVideoController.swift +++ b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitorVideoController.swift @@ -27,7 +27,7 @@ extension VehicleMonitorVideoController { self?.view.dd_showHUD() }) .flatMapLatest {[weak self] _ in - return RQ.getRtspChannel(prameters: RtspChannelParameters(vehicleId: 203656)) + return RQ.getRtspChannel(prameters: RtspChannelParameters(vehicleId: (self?.vehicleId)!)) } .observe(on: MainScheduler.instance) .do(onNext: {[weak self] _ in diff --git a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift index e255e45..679ca1c 100644 --- a/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift +++ b/OrderScheduling/VehicleMonitoring/ViewController/VehicleMonitoringController.swift @@ -251,19 +251,18 @@ extension VehicleMonitoringController : DDMAMapViewDelegate { } var vehicleMonitoringPointAnnotationNameInset = vehicleMonitoringPointAnnotationNameLeftInset + vehicleMonitoringPointAnnotationNameRightInset -// if model?.terminalType == .GPS { -// annotationView?.cameraBackgroundImageView.isHidden = false -// annotationView?.nameLabel.snp.updateConstraints({ make in -// make.right.equalToSuperview().offset(-auto(35)) -// }) -// }else{ -// annotationView?.cameraBackgroundImageView.isHidden = true -// annotationView?.nameLabel.snp.updateConstraints({ make in -// make.right.equalToSuperview().offset(-auto(5)) -// }) -// vehicleMonitoringPointAnnotationNameInset = vehicleMonitoringPointAnnotationNameInset - auto(30) -// } - + if model?.terminalType == .GPS { + annotationView?.cameraBackgroundImageView.isHidden = false + annotationView?.nameLabel.snp.updateConstraints({ make in + make.right.equalToSuperview().offset(-auto(35)) + }) + }else{ + annotationView?.cameraBackgroundImageView.isHidden = true + annotationView?.nameLabel.snp.updateConstraints({ make in + make.right.equalToSuperview().offset(-auto(5)) + }) + vehicleMonitoringPointAnnotationNameInset = vehicleMonitoringPointAnnotationNameInset - auto(30) + } let contentSizeH = annotationView?.contentLabel.sizeThatFits(CGSize(width: vehicleMonitoringPointAnnotationW, height: 1000)).height ?? 0 var nameSizeH = annotationView?.nameLabel.sizeThatFits(CGSize(width: vehicleMonitoringPointAnnotationW - vehicleMonitoringPointAnnotationNameInset, height: 1000)).height ?? 0 if nameSizeH < vehicleMonitoringPointAnnotationNameAtLeastH { diff --git a/Podfile b/Podfile index a5281c9..1a17402 100644 --- a/Podfile +++ b/Podfile @@ -23,7 +23,7 @@ target 'OrderScheduling' do pod 'RxCocoa' pod 'DDTimerKit_Private' pod 'DDToastKit_Private' - pod 'DDNetworkingOfAlamofireKit_Private',:path => "/Users/zd/Desktop/PodRepository/DDNetworkingOfAlamofireKit_Private" + pod 'DDNetworkingOfAlamofireKit_Private' pod 'DDProgressHUDKit_Private' pod 'JXCategoryView' pod 'DDControlsKit_Private' diff --git a/Podfile.lock b/Podfile.lock index 48133c0..e398ae6 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -250,7 +250,7 @@ PODS: - DDLogKit_Private - DDMAMapKit_Private/DDMAUtil (0.1.3): - DDMAMapKit_Private/DDMAMap - - DDNetworkingOfAlamofireKit_Private (0.1.7): + - DDNetworkingOfAlamofireKit_Private (0.1.8): - Alamofire - DDLogKit_Private - RxSwift @@ -301,7 +301,7 @@ DEPENDENCIES: - DDControlsKit_Private - DDFontKit_Private - DDMAMapKit_Private - - DDNetworkingOfAlamofireKit_Private (from `/Users/zd/Desktop/PodRepository/DDNetworkingOfAlamofireKit_Private`) + - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - DDTimerKit_Private - DDToastKit_Private @@ -330,6 +330,7 @@ SPEC REPOS: - DDFontKit_Private - DDLogKit_Private - DDMAMapKit_Private + - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - DDTimerKit_Private - DDToastKit_Private @@ -353,8 +354,6 @@ SPEC REPOS: - ZLPhotoBrowser EXTERNAL SOURCES: - DDNetworkingOfAlamofireKit_Private: - :path: "/Users/zd/Desktop/PodRepository/DDNetworkingOfAlamofireKit_Private" ZFPlayer: :path: "/Users/zd/Downloads/iOS相关/ZFPlayer-master" @@ -373,7 +372,7 @@ SPEC CHECKSUMS: DDFontKit_Private: 7b8f4ebf0f60622874036202734d8460dc7b3806 DDLogKit_Private: 1ed442cc7be004bd05f27bfda9b525e113df54e0 DDMAMapKit_Private: 8e70d3f58cb70ce30705a2f10d696e42878ce52d - DDNetworkingOfAlamofireKit_Private: 3cfdd9f5498cac07092667c18dd30bb6df42be99 + DDNetworkingOfAlamofireKit_Private: d65c96f99bc59311d374e7b7a7e8a9e042d9b5ea DDProgressHUDKit_Private: 2046b3cc10a6fe4c7bd454b7431fe80efdd58923 DDTimerKit_Private: 3713d029a72710f42a5dd5a32083d6aad8f51eb0 DDToastKit_Private: b6ae3709d110cadca503a037419f3709d1755256 @@ -390,6 +389,6 @@ SPEC CHECKSUMS: ZFPlayer: ba6410f1043fc8a3b7769749f860cf237016df09 ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: 73391f27087fbdd1ea2c05bf543e9f5f3227e4d1 +PODFILE CHECKSUM: 35f200a29520ee2712b22639b1f230ab047e1457 COCOAPODS: 1.11.3 diff --git a/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift b/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift index 57f1c5c..4aa4667 100644 --- a/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift +++ b/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift @@ -58,6 +58,16 @@ extension DDAlamofire { } } + public func upload(urlString:String,headers:HTTPHeaders? = nil,responseType:T.Type = T.self,multipartFormData: @escaping (MultipartFormData) -> Void,uploadProgress: @escaping (Progress) -> Void) -> Single { + return Single.create {[weak self] single in + self?.upload(urlString: urlString,method: .post,headers: headers,responseType: responseType,multipartFormData: multipartFormData,uploadProgress: uploadProgress,completionHandler: { response in + self?.logInfo(parameters: nil, response: response) + single(.success(response.value)) + }) + return Disposables.create() + } + } + private func logInfo(parameters:P?,response:AFDataResponse) { DDLog(message: (parameters.debugDescription+"\n"+response.debugDescription)) } diff --git a/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift b/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift index dcc1fee..8b77e8e 100644 --- a/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift +++ b/Pods/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift @@ -42,7 +42,7 @@ open class DDAlamofire : NSObject { } } - public func upload(urlString:String,method:HTTPMethod,parameters:P? = nil,encoding:ParameterEncoder = URLEncodedFormParameterEncoder.default,headers:HTTPHeaders? = nil,responseType:T.Type = T.self,multipartFormData: @escaping (MultipartFormData) -> Void,uploadProgress: @escaping (Progress) -> Void,completionHandler: @escaping ((AFDataResponse) -> Void)) { + public func upload(urlString:String,method:HTTPMethod,headers:HTTPHeaders? = nil,responseType:T.Type = T.self,multipartFormData: @escaping (MultipartFormData) -> Void,uploadProgress: @escaping (Progress) -> Void,completionHandler: @escaping ((AFDataResponse) -> Void)) { let _ = AF.upload(multipartFormData: { muiltipart in multipartFormData(muiltipart) }, urlString: urlString,method: method,headers: headers,requestModifier: {$0.timeoutInterval = 15},uploadProgress: { progress in diff --git a/Pods/Local Podspecs/DDNetworkingOfAlamofireKit_Private.podspec.json b/Pods/Local Podspecs/DDNetworkingOfAlamofireKit_Private.podspec.json deleted file mode 100644 index 1dc2e90..0000000 --- a/Pods/Local Podspecs/DDNetworkingOfAlamofireKit_Private.podspec.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "DDNetworkingOfAlamofireKit_Private", - "version": "0.1.7", - "summary": "A short description of DDNetworkingOfAlamofireKit_Private.", - "description": "TODO: Add long description of the pod here.", - "homepage": "https://github.com/DDIsFriend/DDNetworkingOfAlamofireKit_Private", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "authors": { - "DDIsFriend": "DDIsFriend@163.com" - }, - "source": { - "git": "git@github.com:DDIsFriend/DDNetworkingOfAlamofireKit_Private.git", - "tag": "0.1.7" - }, - "platforms": { - "ios": "11.0" - }, - "source_files": "DDNetworkingOfAlamofireKit_Private/Classes/**/*", - "dependencies": { - "Alamofire": [ - - ], - "RxSwift": [ - - ], - "DDLogKit_Private": [ - - ] - }, - "pod_target_xcconfig": { - "VALID_ARCHS": "x86_64 armv7 arm64", - "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", - "OTHER_LINKER_FLAGS": "$(inherited)" - } -} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 48133c0..e398ae6 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -250,7 +250,7 @@ PODS: - DDLogKit_Private - DDMAMapKit_Private/DDMAUtil (0.1.3): - DDMAMapKit_Private/DDMAMap - - DDNetworkingOfAlamofireKit_Private (0.1.7): + - DDNetworkingOfAlamofireKit_Private (0.1.8): - Alamofire - DDLogKit_Private - RxSwift @@ -301,7 +301,7 @@ DEPENDENCIES: - DDControlsKit_Private - DDFontKit_Private - DDMAMapKit_Private - - DDNetworkingOfAlamofireKit_Private (from `/Users/zd/Desktop/PodRepository/DDNetworkingOfAlamofireKit_Private`) + - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - DDTimerKit_Private - DDToastKit_Private @@ -330,6 +330,7 @@ SPEC REPOS: - DDFontKit_Private - DDLogKit_Private - DDMAMapKit_Private + - DDNetworkingOfAlamofireKit_Private - DDProgressHUDKit_Private - DDTimerKit_Private - DDToastKit_Private @@ -353,8 +354,6 @@ SPEC REPOS: - ZLPhotoBrowser EXTERNAL SOURCES: - DDNetworkingOfAlamofireKit_Private: - :path: "/Users/zd/Desktop/PodRepository/DDNetworkingOfAlamofireKit_Private" ZFPlayer: :path: "/Users/zd/Downloads/iOS相关/ZFPlayer-master" @@ -373,7 +372,7 @@ SPEC CHECKSUMS: DDFontKit_Private: 7b8f4ebf0f60622874036202734d8460dc7b3806 DDLogKit_Private: 1ed442cc7be004bd05f27bfda9b525e113df54e0 DDMAMapKit_Private: 8e70d3f58cb70ce30705a2f10d696e42878ce52d - DDNetworkingOfAlamofireKit_Private: 3cfdd9f5498cac07092667c18dd30bb6df42be99 + DDNetworkingOfAlamofireKit_Private: d65c96f99bc59311d374e7b7a7e8a9e042d9b5ea DDProgressHUDKit_Private: 2046b3cc10a6fe4c7bd454b7431fe80efdd58923 DDTimerKit_Private: 3713d029a72710f42a5dd5a32083d6aad8f51eb0 DDToastKit_Private: b6ae3709d110cadca503a037419f3709d1755256 @@ -390,6 +389,6 @@ SPEC CHECKSUMS: ZFPlayer: ba6410f1043fc8a3b7769749f860cf237016df09 ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: 73391f27087fbdd1ea2c05bf543e9f5f3227e4d1 +PODFILE CHECKSUM: 35f200a29520ee2712b22639b1f230ab047e1457 COCOAPODS: 1.11.3 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 1b8cb44..a7d81a1 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -13,8 +13,8 @@ buildPhases = ( ); dependencies = ( - 0B389542F522A1C3FED44425915267B7 /* PBXTargetDependency */, - 3D31F70167DDE6E2940DE717835F7C9A /* PBXTargetDependency */, + F4AEEC07C28DA710528368A2C7AB8F9F /* PBXTargetDependency */, + 2CFCA00C3067210F125FBEDC0772E6C4 /* PBXTargetDependency */, ); name = "AMapTrack-NO-IDFA"; }; @@ -24,7 +24,7 @@ buildPhases = ( ); dependencies = ( - E5B22023DA97AE96194921BAA0AAA5F6 /* PBXTargetDependency */, + 5FEAB20F8063493821D4E4BE5FD7D64E /* PBXTargetDependency */, ); name = "AMapLocation-NO-IDFA"; }; @@ -34,7 +34,7 @@ buildPhases = ( ); dependencies = ( - 005E0B37281C050590E347C82AD20A89 /* PBXTargetDependency */, + CE66320A3ED83A785B5DB640AB1C8C37 /* PBXTargetDependency */, ); name = "AMapSearch-NO-IDFA"; }; @@ -53,2807 +53,2804 @@ buildPhases = ( ); dependencies = ( - 39D79FFC3EBAED095C44F910ACB69609 /* PBXTargetDependency */, + A214683C824FCF787F5892E5AFCC4C46 /* PBXTargetDependency */, ); name = "AMapNavi-NO-IDFA"; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000018292532BCB591F7DFD95BD047E3 /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D528E6614CA0B31C5EFC9D295357059 /* ZFFloatView.m */; }; - 001D1616C8940B8F237BAF4B3842CCF7 /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7601E894306CD98E9A77974500DFD8 /* EKFormMessageView.swift */; }; - 0028AB23BD985EFD09ECA44A848AA90E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DE603367AC61E93B8B6189498AB1789 /* EntryCachingHeuristic.swift */; }; - 006C8AA06289C76CFC3AF3F7F1FFD426 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 89496DF19F58C80F91A1977483D254B6 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0184836F68D559B44CF2305521C97B44 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F78B4F170F421415FF6FFCF3367D80C /* ZLTextStickerView.swift */; }; - 0195B164DD9FA0DAA663F438EB8B0CA5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 121A31C38105C2F10064646103FEFFBE /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01B1F679DB9C17B48EF0AEDA9DB1F6BC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2DB90AF3082D4333869C0909902C30 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E07D16FE7B8B5B61135434E43C3D3D /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 78F598CBC1D50CB7EFA6E35436DB7F2A /* SDWebImageCacheSerializer.m */; }; - 02D26777CF5B820A7E269A1C55556794 /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E990FA82F4C4D66826571C6F3094B8 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 037D643E28C356C89AA628EC4A758887 /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85453438A57765D18CEB7F9995C4EEDF /* VirtualTimeConverterType.swift */; }; - 03AA89ABF65B2733EE984C0463E68546 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 398301E8DA68C3AB1B55958715C96922 /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03F9201B022B6B8F4AECD14F7359FC32 /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39429AFCC18A21B579E2EA14B4C26A36 /* ZLEnlargeButton.swift */; }; - 041C0B9F468DAB0FAAB76072B1F8281D /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = E076A9EB1150F649DDC00DF58D8DEF0C /* InfiniteSequence.swift */; }; - 04AE3CA3907CB4BC8B56B0CA13EB1203 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B5B6A8FB6B50F5AB002FA6D36CF361 /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05A3EC68E240FBE8044610F39AAA98A6 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D13D05B62D7ECE100A427B70EB3D549 /* Switch.swift */; }; - 05AA761B3AEA607E904EFA7843437904 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = DBEE7E6CE4D59CD3D686977234A6B50E /* SDDeviceHelper.m */; }; - 05BABBCAC0970F62A2945DF891C9DC9B /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D1A18F29EA89DE4A959C750F7F9E9A /* ZLFetchImageOperation.swift */; }; - 05C2B58E151D34C34A250F7EBA718312 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A4DEA1B2C612D6052E612EA34EA5BF /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05D26D0469B15DF8F6AFB05EF8B22712 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA840909FA1023CC48E167A32C70FD9 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0622549C8F1CEEBFD98D48429B694770 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7140391AD0200B719F7AE8B21D353943 /* ConstraintViewDSL.swift */; }; - 0627923D9D4E389A438542032987B77C /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = BC447A6752BA218E4B4B500A714CD7AC /* SDWebImageDownloaderOperation.m */; }; - 06334A72423FA0F14828C90CA5B9B4A3 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE9254C256F2001DAC915D1E0ABE8277 /* ConstraintMultiplierTarget.swift */; }; - 064E3CA7E9E8B0FD689A44C694C0EA28 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A766E27E17370831746E50DB4C54E5 /* DDBaseTextView.m */; }; - 075CD688E34740E0184B858699F90235 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A89EE0069F80C060277255C6C6E968 /* CompactMap.swift */; }; - 075F7EF0396FFF6A88E97028D611822F /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 70EE7E1E5B61398B821047E0BA5B8020 /* MAPointAnnotation+DDCategory.m */; }; - 076F496C8012D035DCCE52B7B56027F1 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 36DF68E334A3086C8833D0534A1391F3 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07842AE9C200E3450448D4CE5EC90B20 /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 523E7CC49C27376C38EE33D05BD6AFD9 /* KVORepresentable+CoreGraphics.swift */; }; - 07B5EB42C28C3BD1A0DD968E247B4C66 /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B165DC504C2647CB25FD8AD0AE9B2FBC /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07C75CEEEBD4FAD75B68045458EC4A87 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B7A39800F3538740C2C8C7AEAD20C40 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07E392F599611967F673A8BD40BAC44B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83C8D3D6EE6C8E2ECC222919A7BB3700 /* RxCollectionViewDataSourceType.swift */; }; - 07F352E4C1784215C5BACAE2069CE632 /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC8A1EC0BC780FE168547115B7A1021 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07FB2928E22C59D69AEC76F3C4E108F6 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 283B501D95848DFCD76E1BE9FE0856AC /* PHAsset+ZLPhotoBrowser.swift */; }; - 08323A8552D869E49AD7E77ADD8CB62A /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2E156B7868CF20F128D8DB7CA0A02FC /* DDImage.swift */; }; - 08716982315B3A7E7683D5D9F69A2207 /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB6D305D88B123C0FF9762C5BD3DEEC4 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0872AD4C6D18972B6940A886F04C7476 /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9711AEB07F8FB305471A4BA77BB7DC /* DDControlsKit_Private-dummy.m */; }; - 0896B76AEBD6BF7C94932BDFE8354462 /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D81D2F6B48A2E55294C72B8A72B501F /* EKAttributes+DisplayMode.swift */; }; - 089C3D3E873750F2D4BAED4D399FD9CF /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 048E6EA2A443340DF9C6A2BC6B049C39 /* Typealiases.swift */; }; - 08C4C48B5491DF1A9649D553D51AFDBC /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A46EE9458035FDDE2C8D5563FB9F365 /* NSObject+Rx+RawRepresentable.swift */; }; - 08F14B504BD90DD29DD65EEB5B6F862E /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6C6B43685FC03C8522A90EA0B1F2D37 /* UIFont+ZLPhotoBrowser.swift */; }; - 090E7514095D254262AAFDB556B2A092 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = A307B76EFDE615D46CC3F13A7557EF80 /* SDFileAttributeHelper.m */; }; - 094C2F4D9A6B9F76E5FF3F0006E437FC /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA8DBCEF1F5B64B5370A4FA859B8249 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09B84A8323A9DF6D0A755F59CB54ADAB /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 937E0047B1CC6306B57159E0D64C62E6 /* ZFPlayerGestureControl.m */; }; - 09DA9A1DACFC24A2358533C4C71C8C39 /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A41AFCE62F6CC353FBB8536180FCB3B0 /* ReplayRelay.swift */; }; - 09F9F981334170713980DDF8809DB8D5 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3216CDEC8F6EF5775676A027F4671CF /* IQToolbar.swift */; }; - 09FDD7513B55D9A1F614BFEA21B37C45 /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C73473913A4F7F49598C7CE9775EE4B5 /* JXCategoryImageCell.m */; }; - 0A4A0321589784DB84A09558896BA148 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18B7EF7FEFDD2E407D50F600A652DA93 /* UILayoutSupport+Extensions.swift */; }; - 0B1C3A348CBB88F563C5E123AEA3226C /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC6A0F2C110C575A1F984A9854D4E60C /* SynchronizedDisposeType.swift */; }; - 0B3CB8B0F6A00EC008C0DF3CC323DD2D /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A6CBD9F83473E4DF1FBBAC4B7194B9C9 /* JXCategoryTitleCellModel.m */; }; - 0B5390D22310E68FF28D12326CCB24AC /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19F99430FF89952D0C4BD22A4C55B1EA /* ConcurrentDispatchQueueScheduler.swift */; }; - 0B71B7A7EDC041A6A0BB7C127F9DC547 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 373CCA6AB3338D9E62D15F786DAD53F0 /* MJRefreshAutoGifFooter.m */; }; - 0B94E75FF2747C7288F1C62CFA5849D8 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DC44DDC360542E95FC320492787BAC /* UIApplication+EKAppearance.swift */; }; - 0BE239C83EB39393C2217E5B2FF6B218 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AD9C18E85CFB3F018C55A534847E375 /* SDAsyncBlockOperation.m */; }; - 0C0D931655251C8565D2D26F6C786DD8 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D462D547117A483320DF36BA776FE19 /* Platform.Linux.swift */; }; - 0C21914CAD223DB4EAB1015C4EB49BA5 /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE58076B7D57C6C1D248AF46BF792F06 /* UIImage+ZLPhotoBrowser.swift */; }; - 0CB66A13F997F7A12FE9944B36E41597 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866E5526AA1A6614901471F3C8CA1ED1 /* Empty.swift */; }; - 0CDBF40935FFCB10BFC284D33F7C5327 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6324E2751FBDA400E1DFA8FA2B64B9C1 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D8CF4A6338BD324C800A48FD8296103 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6593FF8B0FDA9526282F6CF0240CF95F /* Skip.swift */; }; - 0DABF94CD1F51D2C9CE647F2208CBDD3 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = B0508357496DF0820C688BEF84AB7105 /* DDMASearch.m */; }; - 0E0AA48C27E14A2A00DEA492873A599C /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 512621E919FE6990601DF598697CE0B7 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2DB7F0238399F871D828D7969754B1 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F2AF44EAA3E8DA845E906C31E274F2 /* EKRatingSymbolsContainerView.swift */; }; + 000018292532BCB591F7DFD95BD047E3 /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F7F7AB35EC8BFE034F730B003CA459 /* ZFFloatView.m */; }; + 001D1616C8940B8F237BAF4B3842CCF7 /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9687C419B03846899E64FB9770E01E /* EKFormMessageView.swift */; }; + 0028AB23BD985EFD09ECA44A848AA90E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8640D7EB45FCDF96BABAD093783B1878 /* EntryCachingHeuristic.swift */; }; + 0184836F68D559B44CF2305521C97B44 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6848716C370DF05851B5A601EDF8F1 /* ZLTextStickerView.swift */; }; + 0195B164DD9FA0DAA663F438EB8B0CA5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = D840E5834002FF5D7F31A65EA3DF14B3 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01B1F679DB9C17B48EF0AEDA9DB1F6BC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 315B39C073CAA6A425972C95E18E3C61 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01E07D16FE7B8B5B61135434E43C3D3D /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 96F8530AF1A4CE4F14FB5BAB19C36369 /* SDWebImageCacheSerializer.m */; }; + 03AA89ABF65B2733EE984C0463E68546 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0DD762BCFA4928914EFC99817077EC2 /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03F9201B022B6B8F4AECD14F7359FC32 /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F50D16D806F61359147DC51BBC05EA3 /* ZLEnlargeButton.swift */; }; + 041C0B9F468DAB0FAAB76072B1F8281D /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA7C75F524799E96E906996C0CBF0E59 /* InfiniteSequence.swift */; }; + 04AE3CA3907CB4BC8B56B0CA13EB1203 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D647536CAF6559787DFBE7388D30812 /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05AA761B3AEA607E904EFA7843437904 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = EC647B90CD6DE2CD31EFF74FAB6CBE8C /* SDDeviceHelper.m */; }; + 05BABBCAC0970F62A2945DF891C9DC9B /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B963F2D9036B685C58BA3B1C6BE5C43E /* ZLFetchImageOperation.swift */; }; + 05C2B58E151D34C34A250F7EBA718312 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 25E13C3EEFE446F4D5C60A9EDE560D57 /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05D26D0469B15DF8F6AFB05EF8B22712 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 544042E3DCBE5ED3D22D13E2865E761D /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0622549C8F1CEEBFD98D48429B694770 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5722603773923F40AC88EE045FF00EAE /* ConstraintViewDSL.swift */; }; + 0627923D9D4E389A438542032987B77C /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A4CFFEBF70754AA78C0EDC86BA84F4 /* SDWebImageDownloaderOperation.m */; }; + 06334A72423FA0F14828C90CA5B9B4A3 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = E67601A73F02EA2E8C5E06F248C60A20 /* ConstraintMultiplierTarget.swift */; }; + 064E3CA7E9E8B0FD689A44C694C0EA28 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = B9C3C9AB2B02E8A596AAE0DD34239125 /* DDBaseTextView.m */; }; + 075F0F890CBEB8B7E4233DBD00FE3280 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E1F129383AB15E9BBA4DBBCF29CA683B /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 075F7EF0396FFF6A88E97028D611822F /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5765507A19EFB05632E1A9F99AD581A0 /* MAPointAnnotation+DDCategory.m */; }; + 07842AE9C200E3450448D4CE5EC90B20 /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20D1C02F57769A322F11D9AD1363424A /* KVORepresentable+CoreGraphics.swift */; }; + 07B5EB42C28C3BD1A0DD968E247B4C66 /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F50475A4033EF3E9DCA18AE00A8300F3 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07C75CEEEBD4FAD75B68045458EC4A87 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E446B9633C1F1437CB7D0E71FE366FE /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07E392F599611967F673A8BD40BAC44B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A44C65585B3723DAE2F092C843998FAF /* RxCollectionViewDataSourceType.swift */; }; + 07F352E4C1784215C5BACAE2069CE632 /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 69BC25304A9853A7B03ED8E48E32EB77 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07FB2928E22C59D69AEC76F3C4E108F6 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0742A09FF76AB5FA37ACEFCF54F601F4 /* PHAsset+ZLPhotoBrowser.swift */; }; + 08323A8552D869E49AD7E77ADD8CB62A /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DEB0B043750586E18ADC9024266F10 /* DDImage.swift */; }; + 08419465E72B314FF49B4209ACDE8641 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3737BD9BE217628AAFABB32EB97129 /* AtomicInt.swift */; }; + 08716982315B3A7E7683D5D9F69A2207 /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE9FBD8BCEBE5C945C8F09730FE9072 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0872AD4C6D18972B6940A886F04C7476 /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8337ED7199242369BE499CE1095D04E1 /* DDControlsKit_Private-dummy.m */; }; + 088325CC1469DFE80A063787278F37D9 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BDC9E26F11F599D8EB229E1B149FA82 /* InvocableType.swift */; }; + 0896B76AEBD6BF7C94932BDFE8354462 /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCB81702EAE525FF8DE7BDF5629BE00 /* EKAttributes+DisplayMode.swift */; }; + 089C3D3E873750F2D4BAED4D399FD9CF /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE3030C89C892A5956B746606ACDE67A /* Typealiases.swift */; }; + 08C4C48B5491DF1A9649D553D51AFDBC /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14079FBB082AEA0F36EF0AABC54FC20C /* NSObject+Rx+RawRepresentable.swift */; }; + 08F14B504BD90DD29DD65EEB5B6F862E /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78A5D9E4E3522499EF576035BF8644E8 /* UIFont+ZLPhotoBrowser.swift */; }; + 090E7514095D254262AAFDB556B2A092 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 356FACAC7B5F24F8514CA5DC7EB5A21E /* SDFileAttributeHelper.m */; }; + 094C2F4D9A6B9F76E5FF3F0006E437FC /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 124B8F2436BBB0C0AD7ED128EFD133DE /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09B84A8323A9DF6D0A755F59CB54ADAB /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A1711E90128068125A8C2B8F49751963 /* ZFPlayerGestureControl.m */; }; + 09F9F981334170713980DDF8809DB8D5 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBAFBD781175E6C6398E0A44BE1F8B6D /* IQToolbar.swift */; }; + 09FDD7513B55D9A1F614BFEA21B37C45 /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 39B7431B7EF76FF0CE3887FCF17FD0B9 /* JXCategoryImageCell.m */; }; + 0A4A0321589784DB84A09558896BA148 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97FAC41216A15D7AD5D0C02514B8CA51 /* UILayoutSupport+Extensions.swift */; }; + 0B2A49C518D479849E68C0E188E9C6C5 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBBDD455178253285C1140F16938E2E8 /* AsSingle.swift */; }; + 0B3CB8B0F6A00EC008C0DF3CC323DD2D /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 39A8C69FB90EE16E87E8806C322221EB /* JXCategoryTitleCellModel.m */; }; + 0B71B7A7EDC041A6A0BB7C127F9DC547 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BB5BB6118935C6D43A74C150F4350DE /* MJRefreshAutoGifFooter.m */; }; + 0B94E75FF2747C7288F1C62CFA5849D8 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB233660682AF6860E76856471E5FB06 /* UIApplication+EKAppearance.swift */; }; + 0BE239C83EB39393C2217E5B2FF6B218 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E730CD4494C3277AB8D25A51F6AC13FA /* SDAsyncBlockOperation.m */; }; + 0BE77299ADD3781F19DE8E8B6CD2C9F6 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24403712A5AB50CB9F317E4EB3B3BC89 /* PrimitiveSequence+Zip+arity.swift */; }; + 0C0D931655251C8565D2D26F6C786DD8 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A69A54D1197E7E6753BF749DA7D76E /* Platform.Linux.swift */; }; + 0C21914CAD223DB4EAB1015C4EB49BA5 /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C360458B9FCEAD5C1E961F63B6020C7C /* UIImage+ZLPhotoBrowser.swift */; }; + 0C8D70EE9C8FC7ECA49DCC35616D8A27 /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F590CF1C5A6E49555234D4348AB6BA7 /* CompositeDisposable.swift */; }; + 0CC0D44E320A1730EFDDDCF7F06F46B8 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C26ECC2EAF058C1B394CFB72C92711 /* TailRecursiveSink.swift */; }; + 0CDBF40935FFCB10BFC284D33F7C5327 /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00CCA1156397CACC6B95796D41857CD9 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DABF94CD1F51D2C9CE647F2208CBDD3 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 655AB7FF6E44FB57461847F841BC5C8B /* DDMASearch.m */; }; + 0E0AA48C27E14A2A00DEA492873A599C /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C8B21CD64E13F85AE4FDAF7C5C22535A /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2DB7F0238399F871D828D7969754B1 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77557C199EB3DF9A2B4F5C1D3C46E8BC /* EKRatingSymbolsContainerView.swift */; }; 0E5283814E76BCC2EB0396EA6C818BAF /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D85B8BF3698115B7F620042AE16B7874 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E56518E9F1C83990C68DB5F3473FA31 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EA7D42BCD10F68FE9F477F49FEE4ABE /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EDEDF4CA9DA8A5FEDFB15A7666D0A3C /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 2519037F81F940BF38ED288321C6EEBE /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F0C901337398FE4738DE95521DCEB56 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DE6BB8D95FB85E0FB0083FC9B0EEE0CE /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F3D0046C86EE9D561A825514D92565C /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 905004095169DEB2EA901C0126A20FEE /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F920FC3CBA6622C2B007441D6D1126D /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BBAF32F87072BA75D78ADA2FD0AFBE /* JXCategoryBaseCell.m */; }; - 10345D3B19E401C3F2822074041C0558 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CB17B3F6B89B99D1F7CBD3515890548B /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 104C35DFFA5A1426FF8EFF6E63793213 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4230EE4BC175DB9D0517135C4C6C4A01 /* JXCategoryNumberView.m */; }; - 104EA22965200BF741890B104BF71879 /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AF53D423FB016A2767D204D58655068 /* DDTimerObject.m */; }; - 10DE5D64EDD01A2176294CC87737263E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E0067CB1A4502C70E9658F9E37F4BB62 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110FF9ECABC7F20FEEC801793B897C94 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFC7FA29D4B9DAEDB080B909EF375DBB /* RxPickerViewDelegateProxy.swift */; }; - 1128E2E73320605A26D05E7B01D3BD83 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3655CF482260944747FC6FB22C6A5CA8 /* ZLAddPhotoCell.swift */; }; - 1152DBB6A68E8F71824858A310673DCA /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA7A32379C60A307E4336B58102A5D87 /* Materialize.swift */; }; - 116108DF1851A434DF1F782097754214 /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD3415BB24F46DF5AB938F6F33A17B3 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11F2FDE725E30C11814700C4395238B9 /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 574BDDA602244C6FBE428041A20BC66B /* UITextView+DDCategory.m */; }; - 12BB36EC18E5EEAA45E7B179A11C4969 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 908E270C1AD3FDBEB4F57B149E5CE5E6 /* UIScreen+DDCategory.m */; }; - 12C39D2FD6982E68EBEF2C574B9EE25F /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EA5D1C6F4469778B74CE276B3E95925 /* BooleanDisposable.swift */; }; - 1303FAD829BD07E29520FD6D7311272B /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2227BF7D94EA0245FC864C6FF16A7E98 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1486E0592B40F546E20EB778F7718220 /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = A731E7682B07C6693BDD913CCDCFCAF8 /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14964A834208B638F9BA4204E822FE9B /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 793E374F3DF6D2D20D4BF9D09113765E /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14BC856075DA12C985773806DA200B51 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F7E4E507EAAF42F6EBF51453B15805 /* UIScrollView+Rx.swift */; }; - 1511F0539EE313BF002EB0A462E30B65 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3080FF66FE46F4D836236F38C214AB2 /* QLCompatibility.swift */; }; - 153E16DD2BA59CD2426E757E78BAF3D5 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC876AA2CE8A5D65C2FE10964F93D18A /* HistoricalSchedulerTimeConverter.swift */; }; - 1561BF831B4EC3E3E879298DA74BD7F9 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A856E808AFEB94977C0C0B03DC7FD0 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 159496B27D352A38E9ACDE8A3DFAFE1F /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC73852496E856E523FA0256156ACE83 /* PublishRelay+Signal.swift */; }; - 15D653A7E1AE2E452BB8CE50ECF09C9A /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = A220ECFDECB26B2CC908A85C8068A36D /* DDAlamofire.swift */; }; - 160B9AE178AB2DD44C98F37D2FC148EE /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D758BBCC152245D6501CC74A10A953 /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1653B9877F6EDFCFC29CEB4AFC83041F /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F0CF6CCF025D60805922BF7CB2F374A7 /* UIImageView+DDCategory.m */; }; - 1719ADC81CA7D3C14E267ACBDBD7D16F /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 402FA2B9285FD434759AB2B1CD2A5031 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 174BCF86D9287D9A81123011FA119FF6 /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D204FD559BCE3A6367EA92F034E53352 /* UICollectionView+DDCategory.m */; }; - 17EB4DC815A2337C2344E7BBBC8D461F /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06C9EBBE03A8EE9F93FE054BC9A1B98A /* DDMutableAttributedString.swift */; }; - 1852BF48A0664A571D3474A1421403E2 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C1885F33F2DC71997DBD4D7B73139A /* SessionDelegate.swift */; }; - 18A97E86B886DAA53D8D79BB9AFD0E95 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 722203EC877F4AA43A081F4886FC94FA /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18FCAE93DC8EF33F556BD792669F77A4 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 556DF8A2A6D24A2991385EFD13763721 /* Sink.swift */; }; - 19495B41EF692B6E0C4234E8E303B5E0 /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B278F48372EC195D91E218C95458607 /* UITableViewCell+DDCategory.m */; }; - 194FDCE3A885434F75815CC0318C7961 /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EF12D4BFCB2AF081D852882EF58CFB36 /* UIButton+DDCategory.m */; }; - 1951974553555FDD604E274748E45DD8 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = C8413D9CD0500242A87E1410C53346D9 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19852C32598DF9170B3E4DEF382C3532 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 129F5EF74657EA42158CA4E4080DA473 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A178CF71130BA4954E992A423140765 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150A9CCA90568D5BE92F55699CE068F8 /* Observable.swift */; }; - 1A27EABDB2399A0ECC0F9259AE5A6065 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E13C4718A3498561FF494E29598F43D /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A47EBBCEC8DDE7E8EA1C71FEC2BE256 /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFBDB7F1EDA558D09F384D716248699 /* EKEntryView.swift */; }; - 1AD438429DD404040E78321648906FEB /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFEFFB765BFB019D03A76704391C3B /* EKXStatusBarMessageView.swift */; }; - 1B1F0477E626D72E108F4E670DB7ED7C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 35BF14B07F1E8D758F1B38E56F874A0E /* SDWebImageTransition.m */; }; - 1B641CAE5F13D776CBF39C4BEF9A70CC /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EC902AF54EC3360997A2D763A0CD106 /* DDMANaviManager.m */; }; - 1B8EAE8BA25B592D86F134E511AD8BEF /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A7086E744AF3FF84FB2511140FD09BE /* ZFKVOController.m */; }; - 1B9B8CB7EFF73C7A513D79EE43AEDED8 /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D840B82766A2EA742656878F952F980D /* EKAttributes+BackgroundStyle.swift */; }; - 1BE94E6045C39A801177EFCA0C3366CD /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 374A33D2060DA071C5A7D5B2477207E3 /* SharedSequence+Operators+arity.swift */; }; - 1C12A12F74638CE7B973AD497819A90F /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 736DEAA8D0C36A4F3355B1C9638CD043 /* DDBaseTextField.m */; }; - 1C5F07B42EB43C301039536EDF55A7C8 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = B8208800803F82BD34CE2205FCB397EA /* DDMAMapView.m */; }; - 1C8E6F4C2966C17FFDE1E393D2B2C52B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AB78B3E854EA39D2CB546CEF01A287C5 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CCB09733AEF482DDDF945ED7AFF871A /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E18CDBA76F2F1966D21A7C0F44CBD68 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CF914EE045065FC260282EACEB39A47 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A32943064217F77B70318214065DE5 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D029DD0697E9DA5079F55DEE0C53D99 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1CF0B28F77BEDB146E143C552B3B45 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D872C7E6CFFB616D9C2AE9A818CE105 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 416343E7DD3A8A6C2EED3FE315FC010C /* SDImageCacheConfig.m */; }; - 1E6F507B7333AC0C2EF6B6308DD6292F /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = FB09E7F07B9793E4111F1BAFFD94AE91 /* SDWebImageCompat.m */; }; - 1EC020C895DBB3F41B8F38DC6B184DE2 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4217E0784AC3B6CD03E359037A4B0E1F /* SDGraphicsImageRenderer.m */; }; - 1F507054146BB42C726A9DD5920098E6 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 806319E3B5448D7AACB30D4921C0949D /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2018014E7686FAD8EBC2296FB3A05D03 /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9886718B2755E30F38DE6CB4C6556D28 /* AsyncLock.swift */; }; - 203BB41711BFC940698557A5C2C2E4A7 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06571393ACD53476A21BDEABEF8C75BD /* ConstraintRelation.swift */; }; - 20624FD8D76D790F3E133497F0AB1815 /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C97866B720402B42D4124FD00B86B6F /* TextInput.swift */; }; - 208C28BB20B74966180E09F143D05703 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DEB35BE866290F3C8F5269AED8FF542 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2108838A618B819EB89AAFF7B48F0DA4 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C88060F538B1337B6E940EDAA787FE /* Debounce.swift */; }; - 21512C78C6B356E2C228D9BFC7481794 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD442C7C1B61F13D5A069F5A9CA12B /* IQTextView.swift */; }; - 218CD2971995C4270CE6C0FD6F7FD1D3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50F84226DFA2D8F861F7EFB5A5D069E /* MultipartFormData.swift */; }; - 21A5C66F9EB0660DB7CCC1A75C5B1C50 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC00252CEAB49CFABD0FAD43B1553EA6 /* ConstraintInsetTarget.swift */; }; - 21BBCC480DCFFDA1A130CB3F1A89D5B0 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2970EAE6E036208CCC2B931AF33C4C15 /* NSTextView+Rx.swift */; }; - 21F929B03EE5D3B72423B006AA51C78B /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C628C0B1EF26E7BAABEF22C648F5B3 /* DDBaseTableView.m */; }; - 221A1EFA0518311976C4159DE2D719B8 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7BFD07E32EB4A7444FB10653734194 /* EKWindowProvider.swift */; }; - 22B2893540824DE4EAE73613630EEB7D /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9120B4D7E2497E0D4BEBCB2BF172506 /* EKRatingMessage.swift */; }; - 22F708E957D1B5F9A5503FB63443DBCB /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D80ADBEDA01E972E8CE8C9FBA421BF /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 232208999D218F9D9D11677D9A02D4DC /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 418D1DB32CC871549BE147E6836C4CE1 /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 234018C1A63C5D68C2C3246A3B922DA3 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10686CC409358F41FFC65031441A6ECB /* InvocableType.swift */; }; - 23C78C71A6FC138C8BCCB2DBCF07AE1B /* ZFPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E835DB375C29C2479E1542262130744 /* ZFPlayer-dummy.m */; }; - 2446E15C2691076AE02AE7FB84E124BF /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A4DA70D4F723C661E7218513F990314 /* UIView+MJExtension.m */; }; - 244756812F4CB3B8B1D098225558268D /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F8ABD3BBA7DEAD9D923577F0590803D /* DDView.swift */; }; - 245F09A3B88A74B37692B43CAD04AB14 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81EB5F7BD0CD970AF7C3A24A4609576C /* ScheduledItem.swift */; }; - 24CB04FF8F5A845609FBEA4C39D417D7 /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 845A8DD1538DB3F094DDBA5A99B230D9 /* Array+ZLPhotoBrowser.swift */; }; - 2507014A26449C348CEC857B89FEE333 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = E6407BD5B5211C450F15CCAA84A9DF8E /* MJRefreshComponent.m */; }; - 25367CA720FADB9E539AEE26697C07DB /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = F253C4FE156CEF8EC9E8856C584A37FA /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 253CA347D625742BC0BA71F2E8B84278 /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BFD912E5780E3DCBA33EC4813B1A898 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 255326C60A05E69F81AB53F2FEC3BC9F /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A5BD32DAF227474016FCC220F4F2E1B /* Producer.swift */; }; - 255D6DCAC2BD25E3D42581EA3D13373C /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1606E8A0DA0F86E78CF3C6BB4194C43 /* ZLPhotoBrowser.swift */; }; - 2594B81E012C40CF7C0996C3ECB30BAA /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9229B9724FD65E2648E6B695B86B05 /* MJRefreshNormalTrailer.m */; }; - 25A12A39AA1A11C4C43B41E1163F064B /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E104BD57BEA24D0D28D42671E4F55F /* RefCountDisposable.swift */; }; - 25B9D312046078B515E9DE443B24ED35 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C79489281FC5C026B3BA9C42DA3F8730 /* ServerTrustEvaluation.swift */; }; - 25CEE593E4ED0317A5BB9456436B0C67 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C86AC6AA7DCE7CB343CD616FC2761E7A /* EKButtonView.swift */; }; - 25E2AF9118219BAB98BF0CD2F9D061CE /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6339E864156E2370AB1DADA3DE019C1D /* DDProgressHUD.swift */; }; - 265FB60F6AB34B4FAFEFF416DA1F1F10 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 32FA989F5D3AF4B91E81A32CAEA5DEAA /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26A207CD8C7CF8B0167BD492DDF28312 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F6E67C841754B06BF6523D80ECEF2E /* Window.swift */; }; - 2782178F820A14ECFAD608CF648BB26D /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A6E246E850DAAEB7F78D24BEF828D28 /* MJRefreshBackStateFooter.m */; }; - 27ADC2222714C29A0504BF7A6C1EE24D /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7268CE69627F7950A8963E1A468FC4 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C3CEF5A8C7BFB8275195F1380473CB /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA5F8D782C6E6030AD9ED223FDAA963 /* UIApplication+Rx.swift */; }; - 27DD5ABAA3B047CDD63FB6CA1F7B2666 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1326F7551A2B4EC3086C6D213ED5117E /* SerialDisposable.swift */; }; - 27EDA91CC20195D694592CA50256BE67 /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1682348BD80CB8155874C89C898EC19 /* EKAttributes+Position.swift */; }; - 28EEC8FC35E9D8207C6967BF28CDE9BF /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D175C8E30D17BBF3600BFA11FBF19C /* Buffer.swift */; }; - 2A1CD08ADFFF90E753887549FE5426F5 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F25A4C603A56E5DA17F56D7F3D1876C6 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ADDEBCF302EE4644785955546FA0137 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B6E45BCF415B56C06388AF5CED29CA /* SDAssociatedObject.m */; }; - 2B0BE4534AE84AB6F6DE984EBA1808BC /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68DDCE8954D8EE01824A2073A2CD754 /* RxMutableBox.swift */; }; - 2B3EF5A06A1D104954F53234E8E0A873 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8CF6F9970D4388CDDC0107FEE98836 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B5E99EE5EAD3704C933CEDD02D032DC /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = D91CC335518409A616FF458172BB924F /* ConstraintLayoutSupport.swift */; }; - 2B5F2142E1EFF7A94FB64489D78BF1D2 /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F055EDA5470EBF58195AC688EC51DEE7 /* RecursiveScheduler.swift */; }; - 2B839970ABBA6A8126A4793904C22C7B /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7794C0DE54FAF04714E544BE0162CFBD /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B91ADD3BBBFE7B74F53F4B4A59FA42A /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 874E8E61A09F3AE9AE4B0F6CAE54CF83 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD424446AB4BD2CE2BBA6B0ABC6FE96 /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E815483DED7A342E2A89D7A660247171 /* DDNavigationController.swift */; }; - 2BE2B20F3E2B12381174FA11A0DE3644 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 771651D6346D5D3582699E69B070A97C /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFE52F6E917ED3CE9A1057BCE39194E /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B220C1E5659B7755609E8D2C9CD39CA1 /* SwiftEntryKit.swift */; }; - 2C089711506854D42BA24F1C584DD660 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 111EB05BD5A434A7D505C4BB11D488DC /* ZLProgressView.swift */; }; - 2C74EC11B77042707C02D50D7397E771 /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10FDB8642049990DD178A842ADC76316 /* RxCollectionViewDataSourceProxy.swift */; }; - 2C8CD89280A61E74F752C1B6D05BAE1B /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FF64F7E4A92228D6CC0B2F85442C74E /* EKWrapperView.swift */; }; - 2C96986F46DE40BC67A31891B540F314 /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E41A5FFF169C37D7ED546374420169 /* ZLPhotoModel.swift */; }; - 2CBA99FEFAA12064682FC0DE2D2131A2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F672C3A40F86F698269E2D64D47C87CD /* UIImageView+HighlightedWebCache.m */; }; - 2CBAD2261C2EE1772387DBE73BFE8081 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = B66B88CA8F18D22EA212BFDC8EA2CA84 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CC32091848E70728F4BDA4FAF1C94F5 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15B659448CC004F208EA58E35C0E36E1 /* Alamofire.swift */; }; - 2CFABEF52EEF3625B7FC5212ED567D23 /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E35E21D2024590695F739FAA483EEAD0 /* AnonymousDisposable.swift */; }; - 2D1045B2AA5083A9831A4BD3947FB759 /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7D3D2D0BC824355B841486696D4A8D /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D4388848D5C25AEF75B0B3C11DB10E3 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 45EB516E9529BE2D1852C3547C12C340 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2DBC013576400933CF98FA9EE617D652 /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CA3FB59C8E426CF43917403DF163D1 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E14C53EC892B99F9685E00B39F9C278 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DAF47860A2157E92298E26F6D9C04EE /* Dematerialize.swift */; }; - 2E3A50E1A91E9C6789C88FFAF4629C4F /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E137377D2744FD9C39D3CEC2213AFBD /* AnonymousObserver.swift */; }; - 2EE34B944526B0F180CB0A315435AA71 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A2984E2446EA248269842F5C7667806 /* ConstraintRelatableTarget.swift */; }; - 2F1B528CD4A6EBB69568E001A3E15E22 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DB3290280AE88F34F7250270308AAA7 /* DDFontKit_Private-dummy.m */; }; - 2F25B524BAE7F4A1010E66073952431F /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB0C42CD38E5B9BA12AE757156F75F4D /* ZLAnimationUtils.swift */; }; - 2F6451763DC19FAEB6A8E2C3379FE51A /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A89B24DC87927B8FEF9310102B936C /* DDBaseView.m */; }; - 2F92D77F0B6DB6F93469E29305BD0BE0 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69A9D3D94925EB06CFD96D5D707DADA /* DispatchQueue+Alamofire.swift */; }; - 2FF9AC4B7E77920284C4F3991C5E2857 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD761DFE5F9BAD063905A3B7158CEFA /* ConstraintDirectionalInsets.swift */; }; - 301D05913A848309EC9365368BBAB1BD /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 55DBABF3E7113BE3E61C435ADA5D2945 /* UIImageView+ZFCache.m */; }; - 302BD97A086287A5030D9869BC1CE8D1 /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527EB447065C0B0EE0E8E2678F8501AE /* Repeat.swift */; }; - 3044563E35DFC79133C3A16A267A4A3C /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF3E09545D03501E7AD2923239F607C /* ConstraintDSL.swift */; }; - 306AAA0978204ABAEBE3A5D9CA64810B /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CDC65789B24FF659B168D0C07FE4667 /* ZLThumbnailPhotoCell.swift */; }; - 309C49EF61D7D5C2E2DE8668D4B42688 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3CE49AF04ADC062B18F3F1F861A05E1 /* SharedSequence+Operators.swift */; }; - 30DB3BCA0CDD098175329A172F86F9C4 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA1DB9240BAD2F032F2D8754D3EE4E4 /* ConstraintMaker.swift */; }; - 3162EC6DAA305A75DBFE98BE704176F7 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02E715A645285FB74518EC2B5CD40D12 /* DelaySubscription.swift */; }; - 316ED6A614B4DF2377E150A6D0E9D89E /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C7D71E03C1AE33112A461D37B6FD24E /* ObservableConvertibleType+Infallible.swift */; }; - 31C4D922B73C8DB5EB1F4EECE5B99577 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EABA05FFCA51D5438F26A3F17A58CDD8 /* IQUIViewController+Additions.swift */; }; - 31CA7B9E8EA236369E7DF755D46EF541 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0453B4A6A627C130DFB9A086FDF49989 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31DF54E033EF144675A3610238452B1B /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74E42E8182DBD318514B9BBAAE7428A /* UITabBar+Rx.swift */; }; - 3208D2E1AC17249CDDF8D24BE0170987 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F711564DA55B549418872618830379A /* String+ZLPhotoBrowser.swift */; }; - 328650A2D927732D8D720F558A37AD36 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFD39EA2647DA8BA6A797549955339F /* UIButton+WebCache.m */; }; - 32CA25222D6B2A9C52343DF57E4793B8 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = A64A53C91DA8BDF707BEFF57D8D23E18 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32F60407B401152F2C0FC9ADB064C913 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DFC8D897E8D3D3EF345CB6A30715826 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 332189AD4AD25E48E7584583B70EA4A4 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C6F2E695656FEBD616CC7E2F3FD2B61 /* ControlTarget.swift */; }; - 3336117E54632698AE7BF69221C9BFBF /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F073BD9378082416F0B205203CAE95DD /* EKAttributes+FrameStyle.swift */; }; - 33616C996675BCEEACADC74135890BD6 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BEC15186B62CFAD2B923DCB713B00E4 /* JXCategoryDotView.m */; }; - 336439A67521DEE2DF0D4EA4E9D4EC03 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F56231AAAC513CFEEA0D5948384701 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33F10CDA20B13FA6E25E9638ECF4B3AA /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDFBEE9180B6946F6C18C04041485B36 /* ZFLoadingView.m */; }; - 34219E74B6FDF7C28D0D0ED21D17410F /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E1704921B19C70B459DB2F14D23810 /* EventMonitor.swift */; }; - 349E933224A2196BE8CB8F20A386089E /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF77D84D1254B055B5C9FB670BE5375 /* UITabBarController+Rx.swift */; }; - 34D7B7F81DBB3A50D80E68BE076FB80C /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A3292638A851959FFD2C2E7F30B3F59 /* EKNotificationMessageView.swift */; }; - 352414FE14E8845DC12B4099A8A16CDD /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 56E63CEF84922883B36AA27F13F0A210 /* UIFont+DDCategory.m */; }; - 35461BF27E4168792CB4AFFC7869C06A /* DDBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B84C83EF71E8B084506DABF8D1834B /* DDBaseModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35566A4CEE196074A328F12B0F748B87 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFE5DEBFC390A89904D1794A3F22EBD0 /* MJRefreshAutoFooter.m */; }; - 35BF909F60929C0222C40DA6D149AB28 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592325E8E3941BCB8EE4AF63F0DFD18 /* ZLCustomAlertProtocol.swift */; }; - 35EC4BDBF382831DEACEFB9CBEC7313E /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC875FA4F82ADF081B17B2AAF7FBA4D4 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3615678A2D40C0ABDDC178C56011AA3F /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CB94AEC42F932EA406BFB8CAF6E3B1E /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; - 362DCE6C30193B4F265B6BCFFBC28186 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B56734E13B92CD721AD0DF5D1332C5 /* IQKeyboardManager+Debug.swift */; }; - 3657159EBC4CC44CF75EA7DE8F6795E6 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E07E20FAE01884F1119B91F17D40661 /* Event.swift */; }; - 3848E339FD18EE2E315E064031BACDE8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F81553FA1694EDEE12B52AA769D75107 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 385C918534D12A16EF9D0C453149865F /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1075157FB02034457F93CAF17C6BDA8 /* BehaviorRelay.swift */; }; - 38802157351AAA28DBC3D215EB049363 /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584F53055505AEA8E9372716DD880D52 /* UIButton+Rx.swift */; }; - 38862C077863626A729CEB7C07F70B0A /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07D4CD25645F9FB3D7F8AA1646A173F /* AsSingle.swift */; }; - 38ECCE8DD71FC839807DF4F6494A77C8 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E45F8A59CD78BC5701DAB5DA4C5EAF34 /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3909A9DC00E78A63A4EF29018C46120E /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E219CEF552F1A2E291357BB3AA4F37 /* AutoUI.swift */; }; - 396FD117EB0E216740DB35C9E2C00071 /* DDBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A7F2C5E4556F7FF554AA8590262BEA9 /* DDBaseModel.m */; }; - 39A1EED7EF20556DA57E00609DFD1645 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E5FCDDE8972E1C8319ABB8D1618182 /* ZLImagePreviewController.swift */; }; - 39A20A6292B535CB9F60D3A449682C56 /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBAA737CE62F1EE66900DB0D88D909C2 /* ZLEditImageConfiguration.swift */; }; - 39A3EB396EC47B33F8538BBA9570E35A /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00F09DDB54D85E73AC61870E5A800100 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; - 39D58D6790E6C9BAFB8689BAC91792D0 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF35E90E5B55EFF23A0978105E4110A4 /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 3A084D5C95E65D5177437CE8F0BD1A78 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5912D438C6ED1DF566DC870B5158350C /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A1BE3A790D32DACDC81F728B5AEF8CF /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF5DFDE5D4FA16C17CC9F893AF3900B /* EKAttributes+Presets.swift */; }; - 3A2E7663A740448B1DA51DD85FC06E19 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = B0AF986DD1D64A8908A21C09DB12C542 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A5239200052646BB3581EC8BCE593AE /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CFB333BDF802C67C1E01E87369D91B5 /* Response.swift */; }; - 3B3B929A609B79FF25A300BA1900810E /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 514F6E1E15E1548776BE81A5FF4345E7 /* ControlEvent+Driver.swift */; }; - 3B4FF7F8F315EB94AED04F0CF38C88A9 /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 94FBF4DC44C6081932BB7790F727040C /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B6337DFDE8F243FC631468501ACA929 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = CC2E92FF305F1E3B2AA88CAD9BF5E844 /* JXCategoryIndicatorImageView.m */; }; - 3B957E9BD6F08506EAA5D387A5EC7F9B /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A3D629491035B2DD6BC2489B23C048 /* OperationQueueScheduler.swift */; }; - 3BA63AD46525586BF6724ABA609C1648 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE35034784283921A08214A43B44228 /* Take.swift */; }; - 3C5BFAF868AD93AF92238CD4F5B0F44C /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FBBC1A35C49A4956627AAA012027532 /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C9BBCB1963695908C5CABC26C4E2EC8 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72C648486427B0652E530C144784DAA8 /* ConstraintMakerRelatable+Extensions.swift */; }; - 3CD9F65655D76EBEC391224B87A1CD5C /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA864FEAD21E0244C8454F3760BBC74 /* EKRatingSymbolView.swift */; }; - 3CEF2AB7E4E1004AFC4AF6982584D4B0 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93A954D7F23642481AD84A22F57E3093 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - 3D5CDD2EAAE5E0DBC66ADC7901B5B050 /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B2D04DE986E27BFC13802DCE5BF5B33 /* SubscriptionDisposable.swift */; }; - 3DC688B6BA32717630D6E184B3E6AF6E /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 615E77DDCC0A8FF7A262F0179104FA26 /* Concat.swift */; }; - 3DF0B41E27A78AC25B9E44DB89DD5245 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 161C75B32412D1709020BFC31592CAA6 /* ZLEmbedAlbumListView.swift */; }; - 3DF7E89F3A1E1F068D169F0322F408A8 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1BB5AD1B7355FBF4378A12E8882627 /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E655FB3DB35E5115300CB47894632FE /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F561485C34EB3284C9D537309C2AD8 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E889C3DB84D14A9E8B63C308D58E9E2 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F8BDA840056C36AA9F212B172A42D9 /* ScheduledItemType.swift */; }; - 3EAEF4B368F4EED0EAF7E008DA2A3DDF /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCFE7184947987530971AC016D17631 /* OperationQueue+Alamofire.swift */; }; - 3ECD21C191F48DF934A14BFBEFCDEDA1 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D141ED22672282EE437EE7E3B65A6AA9 /* RxWKNavigationDelegateProxy.swift */; }; - 3F0E0B0CF3FDB7A022D1D11F6D9337A2 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2342771A947B7BF3DA5F22523CCD5A /* EKSimpleMessage.swift */; }; - 3F265F949E19ED6AE3B95E42D1DEEA59 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A374131E422FA202962DB3EF43ED390 /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F8C723EE7FB437DBE33A1722B154E1C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EB0B4C0A951A7C3E36318F2252D6444 /* MJRefreshBackGifFooter.m */; }; - 3F8D0DAF7AC4507376F59D80705B5644 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95050932D45F386170B0F0BCF4C576C2 /* WithUnretained.swift */; }; - 3FA9DD41FB19B38EFEE430E1314946E5 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D43B2CCBA6590C260AACAA2CB814FCD /* RecursiveLock.swift */; }; - 40672E95E085994AE6C6433A1C920629 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B15A70B93EA41159B4EC2222C7F3C /* RxTableViewDelegateProxy.swift */; }; - 40C484ADE3A5256B07249A73BC8A6B55 /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A6501CD2DDDA484F60A6F155E8F579A /* Reactive.swift */; }; - 4113E82A8478A123BD0B5700DCB583BD /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94DADDF82AB995C15B799C77E55BFB8B /* DDImageView.swift */; }; - 411CD4D9AF1BAE15F1B24B066CA0C11C /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916079831F9A53FE23B48A863BB14524 /* Utils.swift */; }; - 411E2BED97867A005970F9FEE88CF696 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 392CC4E9A34D2042C1706CEC1B9DAD48 /* ZFPlayerNotification.m */; }; - 4189DC9D2E47F7BBAA2C6048B475C212 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 91F1243BE150070AE1591CFF34FD929C /* UIScrollView+MJRefresh.m */; }; - 41EC1F448B125C2C002DB29C9AFD5289 /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 18F0E7A8CA6268FC26D3C9B462479DB6 /* UIViewController+ZFPlayerRotation.m */; }; - 4217D562836222942A9E062A4930F281 /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866D4FB6CE665BAB0695ABDA107A5B6F /* DDTextView.swift */; }; - 42BE6F521D56CED3C05E70823318C148 /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165454B31ECD99D9B8F6705570BFCFB7 /* Reduce.swift */; }; - 434B09EAF59B2D98E191F19D00D868C1 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D94387B6B8BCED41E58665C93FE0FBB /* UIApplication+DDCategory.m */; }; - 4475BCD3D83F2FE5E3B0833D57BCD89D /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 08AA73865C5E4605296B406ACD82EA1B /* UIImage+DDCategory.m */; }; - 44BE7CF753A124327188F4E7831C563E /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13076B60F2CD9CF5084D91EB5C239447 /* ZLImageStickerView.swift */; }; - 44BF5F969F34EA6E8AF24069A95C77E3 /* DDBaseTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83BD87C6B3D5DBE7F7355402A2D30296 /* DDBaseTabBarController.m */; }; - 44F427B8268C04DECB4E7DAB04506CA4 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517F560A1E1834C2EE17E698A08D5F79 /* LayoutConstraint.swift */; }; - 44F712870D9007120D6683833C9B2B9D /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B1081D09CF5327A9597C6C8F14D1622 /* ObservableConvertibleType+Driver.swift */; }; - 4576195AE60FF3BBEC91E682670D6CFF /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 77DA6F6B18997302D290511E5471BE8C /* NSObject+DDCategory.m */; }; - 45B9C8034DCB889E2A9684B1575C0302 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0033393E0E07D1570A4E54FA32740802 /* RequestTaskMap.swift */; }; - 45E6ABDE01C2FFC83583EE4796269D1A /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E99D65BF3390B8F6C9809D01825D82F /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45F9D728BAE9F638623421AAB12B8D40 /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 64061FD3AF2C901585DBCF286B765226 /* JXCategoryView-dummy.m */; }; - 460F8947297FC4397B1D875F02806E7C /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E73113EDCB168F9DDBE81C76F19BC42 /* IQInvocation.swift */; }; - 465AC4C4CEE137C694249FF5E1AC1428 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B3C724266C5E0570CBA56406ECD88A3 /* NetworkReachabilityManager.swift */; }; - 46A9C42CB010DD7E3300CB1AD8669E3F /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ADF680ABB501003DE78866EE42B96BB /* ObservableConvertibleType.swift */; }; - 46C272151448AAA9DC9135098F6C0A19 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F66FB3B2E226A2F633AF9033821A4E /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 472F8FCDC5BC7F210FC411D907EA5B04 /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 258A03E694688D9C09590B7BA010B5C0 /* RxSearchControllerDelegateProxy.swift */; }; - 473DC3EDDA5D8D61693615EC038FC07E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = F628B3A215050156FAD47CE5258997BD /* IQKeyboardManager+Position.swift */; }; - 475A7B438F3D4A661C84D5F608A1A708 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F0B207EBBF5C30D8A9E2F312E2846F9B /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4769FD52CFFFD7BC65324803AF92E251 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 0648A4FCE1CBEA7798BA67A922694759 /* UIImage+GIF.m */; }; - 477B62F6826BFAC99DD2E959093A958B /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE12AF3F5FFE4554F195ADD3430043C3 /* SkipWhile.swift */; }; - 47BE1127A062ACFF5E15CA091250AAE1 /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C7D32366D43AD53B420B61B9BC7D5A7 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47BEA6378E98FAA936CA74A1CF418638 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0448FD325EFEDDF86761F80C0460C95C /* DDMATrackManager.m */; }; - 47BF292BED32B4CB98575907A2835570 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D247CA2941E290A0ECDB114087CBE197 /* EKAttributes+WindowLevel.swift */; }; - 47DAE2836C45A5B08B4895539E604A86 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7B09EE4B2DF83CACED7F62E2289FAA7 /* EKAttributes+StatusBar.swift */; }; - 47DEFD5F5EA9D3B444E2AC030D17ABC5 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1C98A5308DF100FF5E772C51D2064AD /* LockOwnerType.swift */; }; - 47E86D73AEFCECBD1B7CC80D731AEE4D /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD6745CEB09CD6C9C605DEC030DF43C /* Toast.swift */; }; - 4837AF95FFD6CA0856F8AD4F6DAE8654 /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AF561B62760156401F567EF9081558B /* EKAttributes+Animation.swift */; }; - 4894E4D5C6F065C87B6082AB282FBCD0 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 426B3494C05A63E49874B177FD150870 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48E7DCB6E428A49B7F67718744D73D96 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BE94CA8BFD463A7A9915B0F6304157D /* JXCategoryTitleCell.m */; }; - 492B6B0A047A031C08B940A6E8746A37 /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241F7439B966236BA89313D1D7A67E55 /* ZLAlbumListController.swift */; }; - 4935837F75B6CCEE1C5B7A0DB76CBE7B /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE5274615A0ED3F0F5A6A14A3FCF3B4A /* Disposable.swift */; }; - 4944814C2CFC6492C4FE1664F1556012 /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 10A65BBD97996C90E86EF0BFBDAB15A5 /* MJRefreshBackFooter.m */; }; - 4978E0D1068588E192054C53AEC53178 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C962E3819937205BC299A2D00570D42 /* ZLProgressHUD.swift */; }; - 49979CD386C82C33C3E167DE53F4D42C /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE995280F0A2468FD7F296165DF468F9 /* Maybe.swift */; }; - 49A13CA2C01B33D402D04B3A5D6C9868 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D527B02754B798D4C668BCE26A66D1 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49FC51FBE1A0B635FCEA16835DA50665 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27E068501DA6315B730420906BB2B9BC /* ZLLanguageDefine.swift */; }; - 4A8A53D831B36EE37C083596889CEB90 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FCD71A9F32D6E2F5D8A3A5C5FE18D8A /* Infallible+Operators.swift */; }; - 4A9952FE9361ABA5CE30F3C7D50C23DE /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C17DE530ECE22B9E31BF8FA46D55122 /* JXCategoryTitleVerticalZoomCell.m */; }; - 4A9C7C584CC3695F8714DACE78ACBFDC /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0C7AE96D4849EDE170D40395AD9FEC /* ZFLandscapeViewController.m */; }; - 4B4D666DF746D313FA6D34C257BA6F14 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3079433CFDDE8A78E7DBDB8F0039B8 /* SchedulerType+SharedSequence.swift */; }; - 4B5C6452A3F186A1CB523C87F86F70E3 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A2EC066216034C091C36A82299DAE9 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B8F3F1FE005DA7F45A77A7D75DAA3DD /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C930A565CE85D16EA9DCD5E2E979CB9D /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BDE28396F6AE3DAA0162DC8B2219EC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 410E9B39BF5A714784D62CC65CD3CB4D /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C11EF9816F805E093B217F833956DAA /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53C33B6CFF5C28A5B03EEA8E8AAA3E44 /* Errors.swift */; }; - 4C17BF734DA9B2178A5559DBA608A2BB /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B486AA3B302701A06BB20CFE90DA826 /* EKRatingMessageView.swift */; }; - 4C2639391DD5A48C68DC1760F913E007 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45904E42C67413D9464FED4C7A896C5E /* RetryPolicy.swift */; }; - 4C5E0A7762C6E0E8295E1D7F4FD4F68D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = F359A6FD455D578A8C334DFE8ADD6CF4 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C82AED59F383C3408C246EDDA1A4392 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5802D9119DDE3644A4902984E55A6185 /* ZLPhotoPreviewController.swift */; }; - 4CC51E277DCF7D480D5DA4C9C0BB0C37 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E180CCCEB2E9F13F90707FFD0E1EADC /* HTTPMethod.swift */; }; - 4CEA32BAB0DED3CB6D3027548F6B0A31 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = F758AB2E7B17684347F14B11A047D001 /* Never.swift */; }; - 4D2FE02184346B6011DA8B227AA2CD00 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4053228715B883BD6F6BAD123CDDD4DF /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8A94DF58E15F8FB36D139189A399ED /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 240951D1DB41F7DDD39DF1B13832275A /* NSData+ImageContentType.m */; }; - 4D981AB9F0FB6AADA0A3BB5D61D1E0EE /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 094D8A5A8F070F0A14E3505DCB3C191B /* UIColor+Hue.swift */; }; - 4DBBAF563C9995081D90F7AD834E828D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C23B1B87A80CF733A6D554CD526C10 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DC4192E75B5FFB54CA793299C8C0388 /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43742CB2A1EA57F8ED6DC80938C253CF /* RxPickerViewAdapter.swift */; }; - 4EF59999B49820DE4AC906E7F97885C2 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBA75314C30974205C2D5A73FB7EA003 /* Observable+Bind.swift */; }; - 4F1525CECA0C94C49413C43841330C56 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA6B5628D827CCCC290452A7DB9052A /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F5B2864DC6384E5B6AF98425B6F5CAB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED92E020490CE117E44A5053CCFA967 /* SDImageAssetManager.m */; }; - 4FB8B880680D9711B70C98FCE307824A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EBF335966474A9B80E68D1095AC1BF /* SDImageLoadersManager.m */; }; - 4FC9C59A1D764672B1999A285994152D /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9ADF39D06429D06C70D81B86D798452 /* DDScrollView.swift */; }; - 506680E7DA2EDF6F1137BB73C5454B88 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 85CE9FF26A22AE95FC19B78E331A4118 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50BBB84696F0F5C1C67CFB1DF1E06048 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D19655106335356E2BBD681997699E3 /* Infallible+Create.swift */; }; - 50E5B5685106D613C42AF4823B04F21D /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE23C604525A601304BB7E277849B8A /* ZLPhotoUIConfiguration+Chaining.swift */; }; - 5114F231D82CFA8BF22620F26EF6814B /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5018EF9952C8C38F3CD42444CE29DA1 /* NSView+Rx.swift */; }; - 513FE85C9A497C2C8E648FDDE863176F /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 03BC8F9EB95E2D79C73B35BB3A91C446 /* SDWebImageDownloaderRequestModifier.m */; }; - 514A60DD5A2A363D5DB970088D708CD2 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D0892933608EBEAAD180F75D27E7C9BA /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517CC3C405F8FB3E69BC2019D081906E /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = B28213749C10D7E3EC0AC440E0EAA97C /* UIImage+ExtendedCacheData.m */; }; - 51EAEB13BC5614939372219F41666375 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 00D992B9C1B2146ABA5D2451D2C2C135 /* NSMutableAttributedString+DDCategory.m */; }; - 52233441E193E5E17C74B592475851E6 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4290816E1F47C0D443DD971964F3105 /* TailRecursiveSink.swift */; }; - 525A4D799D121B7005FD8E6C6467C09E /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 19450B7C6987C1A7027D4C6F92D9D27C /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52811ECF6A4AECB259DCD6139A9C17C9 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41E29653836D0B6537ECD8E4109605CB /* ZLPhotoPreviewSheet.swift */; }; - 52B6AD3595C3CADA5ACAA84C53EF2323 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EC7884F0C82E9D4262E1E3B368CE1F8 /* UISegmentedControl+Rx.swift */; }; - 52B774D7072085206C19EC4A96BF8406 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 183EC82217D4DCD8280244E11A1F9AEF /* DriveRouteCustomAnnotationView.m */; }; + 0E56518E9F1C83990C68DB5F3473FA31 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 2912F2AD4810AF34402597A8AD3BBE52 /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ECDD6D798948C3B247B306E22DF38B0 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B8181D6BCDAB95A21B487E3C4FE3C5 /* Completable.swift */; }; + 0EDEDF4CA9DA8A5FEDFB15A7666D0A3C /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = D1971CD9E21A78FEEF1B2019149A52E0 /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F0C901337398FE4738DE95521DCEB56 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B187DD06A307C5E93833AF12678D27 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3D0046C86EE9D561A825514D92565C /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE74B6BBFDF53D1347232504DE7E367 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F920FC3CBA6622C2B007441D6D1126D /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8927D86058320768A614A5562A2D2FB2 /* JXCategoryBaseCell.m */; }; + 10345D3B19E401C3F2822074041C0558 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3E093732F9246792C0B6E687DD9D44 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 104C35DFFA5A1426FF8EFF6E63793213 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A72604213B03111C26B3A09CC5CE966 /* JXCategoryNumberView.m */; }; + 104EA22965200BF741890B104BF71879 /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8AA99CAFA66EB05ADEE591537B032D /* DDTimerObject.m */; }; + 10DE5D64EDD01A2176294CC87737263E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 088841D1E528D26990F79FB5C516AB57 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110FF9ECABC7F20FEEC801793B897C94 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F204E8DBFD0829BEA425A4B9098F9E0 /* RxPickerViewDelegateProxy.swift */; }; + 1128E2E73320605A26D05E7B01D3BD83 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9F65D22857107DA6C30CFA83DEDBD16 /* ZLAddPhotoCell.swift */; }; + 116108DF1851A434DF1F782097754214 /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = D34BB394EE803B4EFA3893617A33E8C8 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 116EC39A4E2AFB5052BB614D3C3886E7 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD674BF667C0E4B0D4D47580E28C8015 /* Event.swift */; }; + 11B7F9E7CEBF84F7DFF2C86A84D0DAF7 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 50155224DA38B46CA193134BCB257A49 /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 134E12624CB4A231F06269C702E15835 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BC297E8E71331FFCC4C4B1B6A49729F /* Observable.swift */; }; + 13B3D8E84FAE23982F42AEAAE60A5EE0 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C5B75F7D37B8D46A010288A3C3458DE /* UITextField+DDCategory.m */; }; + 1486E0592B40F546E20EB778F7718220 /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E86E34E8835F13A9AC605275B4D705D /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1487581E75DA119B0C81AB18B67F01DD /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C361B8A805D198E77C68F1CB6A9565D /* Timer.swift */; }; + 14BC856075DA12C985773806DA200B51 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BB6A78FA3CA57E72A16D49037211694 /* UIScrollView+Rx.swift */; }; + 14F6030416457FACA2FE0FDE3D62BAE8 /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BCE17C41A390A1A354DB860A8654FAE /* UINavigationController+DDCategory.m */; }; + 1511F0539EE313BF002EB0A462E30B65 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049BB5D10534634952758F357C557B39 /* QLCompatibility.swift */; }; + 1561BF831B4EC3E3E879298DA74BD7F9 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 839D63C13C29D11E2F4CF2FA79B7C9AF /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 159496B27D352A38E9ACDE8A3DFAFE1F /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F72DDCCD14BC901481CCAB57B43D784E /* PublishRelay+Signal.swift */; }; + 15D653A7E1AE2E452BB8CE50ECF09C9A /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F81E824DDC9651C992EAB2C3D61F3BC7 /* DDAlamofire.swift */; }; + 160B9AE178AB2DD44C98F37D2FC148EE /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3807C6FEBE7FFE10B504C8EE5EB0A37B /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16112EEC023D1B530FECA29B613D07E0 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 62AC6FC10F28F035D5A5C26EAAEDF26B /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16D50EE57DE6B9D65DF48B7D736BD626 /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AC69D4F61B89850BCFF0C31C1781888F /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1719ADC81CA7D3C14E267ACBDBD7D16F /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FFAA5EC3AB76FDB0DB14DDCDE1EC8F8 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17EB4DC815A2337C2344E7BBBC8D461F /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5B14834441D138736577878040354FB /* DDMutableAttributedString.swift */; }; + 1852BF48A0664A571D3474A1421403E2 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF31BEF1E0A59F38D8401940AF402FC /* SessionDelegate.swift */; }; + 18A97E86B886DAA53D8D79BB9AFD0E95 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 11657515EFDEE12F81F4B21EF2614B2E /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1951974553555FDD604E274748E45DD8 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F2ACE58A0E8F8EA045D1E4F2249FF1 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19852C32598DF9170B3E4DEF382C3532 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 393126E20D6C9DD39A1E8C7B465B8C41 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19B8B3C0A7F50B29EAF2131411776D8A /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4293DAC3DE80A9D4A1CD783916B41DC /* Throttle.swift */; }; + 1A27EABDB2399A0ECC0F9259AE5A6065 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC46CA284F43B04464EC0C31CAF25B9 /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A47EBBCEC8DDE7E8EA1C71FEC2BE256 /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D33591D62AB244E9E0ADF969AFCC384 /* EKEntryView.swift */; }; + 1AD438429DD404040E78321648906FEB /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C27C6EE509E6F2B2333242F5AEF03E7 /* EKXStatusBarMessageView.swift */; }; + 1B17B814E1DCFC165E3F3DFE251ED3EC /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D479A5AFC217595BD95682A2214CCE /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B1F0477E626D72E108F4E670DB7ED7C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AFBB287432EE07870BD518798194174 /* SDWebImageTransition.m */; }; + 1B37B0C328E91D2AEC8417D8ED33E5A6 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C621C26F9638312ED4E639142BE383FA /* ScheduledItemType.swift */; }; + 1B641CAE5F13D776CBF39C4BEF9A70CC /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B471269D354A80FFCDFEAE4BC9CD92BC /* DDMANaviManager.m */; }; + 1B8EAE8BA25B592D86F134E511AD8BEF /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41B858E531AE6AE607619785C35746CD /* ZFKVOController.m */; }; + 1B9B8CB7EFF73C7A513D79EE43AEDED8 /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50716B9CB0FF04147D96C5C2FCBB59E6 /* EKAttributes+BackgroundStyle.swift */; }; + 1BE94E6045C39A801177EFCA0C3366CD /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABC71BC4AF6B30F4B08640F5D54C2855 /* SharedSequence+Operators+arity.swift */; }; + 1BF05039300C9F7EF2BC12788F1E6E33 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7A587E2BFF90A250B19A4B4A6850DBD /* Scan.swift */; }; + 1C12A12F74638CE7B973AD497819A90F /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = C617AD7CE439F65A7C5F58494BB5AC85 /* DDBaseTextField.m */; }; + 1C5F07B42EB43C301039536EDF55A7C8 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 21D2CEAF8CF027C5BBAB3E891B1C1540 /* DDMAMapView.m */; }; + 1C8E6F4C2966C17FFDE1E393D2B2C52B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CF080BC8B714F1AA3CF8D82370E13DFF /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CCB09733AEF482DDDF945ED7AFF871A /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C9A8FE32578BEC724D938BDCA55164 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CF914EE045065FC260282EACEB39A47 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = F30558338CD7A0BE16C2AE1871F22132 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D029DD0697E9DA5079F55DEE0C53D99 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A4DF653BE2DF009743DF04E86F057AA2 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D2CC767C27E09B7B3F5BA85A610D8CF /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D7F28B14988C5F94C04C7B51D0FE6B /* Cancelable.swift */; }; + 1D872C7E6CFFB616D9C2AE9A818CE105 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = AC6ABAB14579C0D4ADC5228470A170CD /* SDImageCacheConfig.m */; }; + 1DDD4B9BB2F771F4C8E14035972B95E0 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AC98EB90DD6B5DD9F1BF265AA9B796C /* SynchronizedOnType.swift */; }; + 1E294C2D1457C305F2A8FC187C7CD7CE /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535B5FA00524A8D33FF056E2959E60DA /* Bag.swift */; }; + 1E6F507B7333AC0C2EF6B6308DD6292F /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 8014D5D304D99221B496DD34F80D230C /* SDWebImageCompat.m */; }; + 1EC020C895DBB3F41B8F38DC6B184DE2 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 643DF71A7E5871FC0C5809F2D6040241 /* SDGraphicsImageRenderer.m */; }; + 1FD4AB6350F7EFF4A0EE30D63EEDC575 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40AAC458A5DF678D006FD42DB1C7764A /* DisposeBag.swift */; }; + 203BB41711BFC940698557A5C2C2E4A7 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 993B88C17EA39942EAF00D7DC1E7C038 /* ConstraintRelation.swift */; }; + 20624FD8D76D790F3E133497F0AB1815 /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6D0FE43A137D54060C4C59A9EA5AC65 /* TextInput.swift */; }; + 208C28BB20B74966180E09F143D05703 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = C7671CB315740AB79C657A5BBC061A40 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20ED52A1672248DC7499F63F1D955326 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6FBC36BA6786187B2BF39273E4BD5C /* DistinctUntilChanged.swift */; }; + 21051F832E0E05F72A54AA91918B7854 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C41ED0BB3D1C1CE92C96C281FF2B318 /* WithUnretained.swift */; }; + 21512C78C6B356E2C228D9BFC7481794 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E26E70BCBF1109FB105618F23DD6BB6 /* IQTextView.swift */; }; + 218CD2971995C4270CE6C0FD6F7FD1D3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1ADBE6DAED45D78118E49ACD4A099FC /* MultipartFormData.swift */; }; + 21A5C66F9EB0660DB7CCC1A75C5B1C50 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D502CA91F7DC91196D935D4D2D52D299 /* ConstraintInsetTarget.swift */; }; + 21BBCC480DCFFDA1A130CB3F1A89D5B0 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A06B54A8457BDFAD948FE9A9045DC7D /* NSTextView+Rx.swift */; }; + 21F929B03EE5D3B72423B006AA51C78B /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F999017AB61D034CC309E0366A428DF /* DDBaseTableView.m */; }; + 221A1EFA0518311976C4159DE2D719B8 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 903D9CDB7ED4DB9B376A88D2220F6EAC /* EKWindowProvider.swift */; }; + 22771FA1A3DDDEB53D064548BD45044F /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72F7F1963252E7C08B2C13F75EB0C4A1 /* Errors.swift */; }; + 229E22D4F27CBAFEDBD0ABD9C3C7AB8E /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A8713D7E2B7B61CCBF4FB794340D2F13 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 229EE323EFAB055C0AA55D37FCBC6A35 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10B02284E899C4E67DF3620B6136ECA2 /* DelaySubscription.swift */; }; + 22B2893540824DE4EAE73613630EEB7D /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD00D29F12D980A3434AAA80BEF36D96 /* EKRatingMessage.swift */; }; + 22F708E957D1B5F9A5503FB63443DBCB /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = F7077D80B6034CBC5A3CA926DCC3E799 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2379FED69B13031DD79751610087BB4A /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 567EAFB0A2437DAA61EB2930754AC866 /* InvocableScheduledItem.swift */; }; + 23C78C71A6FC138C8BCCB2DBCF07AE1B /* ZFPlayer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DA9D9F7B79109B3F127640D90AAF62B /* ZFPlayer-dummy.m */; }; + 23FAE3A4BDAD8268A45B1E0C39B158FC /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37B388A14BCD2F2D6914B57584ED1AC5 /* AsyncSubject.swift */; }; + 241267D3FC2E3F0CC7D5792AE2ADA8DD /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D8B7976EEE82B73489608D4ECD938 /* Maybe.swift */; }; + 2446E15C2691076AE02AE7FB84E124BF /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9854ADF8FEC2614C5F8273A696EAF7FA /* UIView+MJExtension.m */; }; + 244756812F4CB3B8B1D098225558268D /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658D7971D018584C37E370513D3C8DB9 /* DDView.swift */; }; + 24CB04FF8F5A845609FBEA4C39D417D7 /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3470646136BC8BA56DEB5445F07DEE77 /* Array+ZLPhotoBrowser.swift */; }; + 2507014A26449C348CEC857B89FEE333 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = BB5802F48A25FCB5A75DBCB1C4AA922F /* MJRefreshComponent.m */; }; + 250C4793B89B833F5D00A798F3722E5D /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F86DEF77DE08B1B8D64F3B9B2F81A745 /* RxSwift-dummy.m */; }; + 25367CA720FADB9E539AEE26697C07DB /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD388ECFBA70058193504DC32919672 /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 253CA347D625742BC0BA71F2E8B84278 /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3923BB5E36EC5C07DD3877E6F1939E /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 255D6DCAC2BD25E3D42581EA3D13373C /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E62954B5176FBEB5F64B748589079EE /* ZLPhotoBrowser.swift */; }; + 2594B81E012C40CF7C0996C3ECB30BAA /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DAC19BC76A2A9E920FF049E5A75E2FE /* MJRefreshNormalTrailer.m */; }; + 25B9D312046078B515E9DE443B24ED35 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70AC6387273B76F2447DA736EF05CE80 /* ServerTrustEvaluation.swift */; }; + 25CEE593E4ED0317A5BB9456436B0C67 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D67B030548BC7A4FFBC4DB476395BC7 /* EKButtonView.swift */; }; + 25E2AF9118219BAB98BF0CD2F9D061CE /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CE60E12C0A9D0C204A6C13325B8DC39 /* DDProgressHUD.swift */; }; + 2643D625F432B05AAB245DAA5820F24C /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779F3A97073B497A65E751F00B699E6D /* Sequence.swift */; }; + 265FB60F6AB34B4FAFEFF416DA1F1F10 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F12B4F49F6C86C604E888D6F2E420E /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2782178F820A14ECFAD608CF648BB26D /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E0157BD9804628CE27EC39DBAE623DF /* MJRefreshBackStateFooter.m */; }; + 27ADC2222714C29A0504BF7A6C1EE24D /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB3538B65BEF242E7739D7C974EA62B /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C3CEF5A8C7BFB8275195F1380473CB /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C35924A4EAB7B77383AE1BD363BDC7 /* UIApplication+Rx.swift */; }; + 27EDA91CC20195D694592CA50256BE67 /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 532465459BEE78E683CEF713BFA81415 /* EKAttributes+Position.swift */; }; + 2942F6AF76036094C48C5ADB32FE638B /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 130CED3B5857845A0F124D6F010F12BB /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A1CD08ADFFF90E753887549FE5426F5 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 38EF432FE02378DD4289660DBA7C9EA4 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2ADDEBCF302EE4644785955546FA0137 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = CF6C85EA9F2E676E834578471FE46D9D /* SDAssociatedObject.m */; }; + 2B3EF5A06A1D104954F53234E8E0A873 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = E46E183DB54302AA4E88F0424C621044 /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B4330E64369C3A829763C8924267005 /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190378F400F36DAF67780AF67295E127 /* Deferred.swift */; }; + 2B5E99EE5EAD3704C933CEDD02D032DC /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB4E03CDA35D59A2CC8E483040A00E1F /* ConstraintLayoutSupport.swift */; }; + 2B839970ABBA6A8126A4793904C22C7B /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B0E5F4256C81CCC180E52DAFEEC1BA6 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B91ADD3BBBFE7B74F53F4B4A59FA42A /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 07386DE4DD5A4F79DA7930232866C82A /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BD424446AB4BD2CE2BBA6B0ABC6FE96 /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E07E5EA3A22530E5FF4827AB31FF1388 /* DDNavigationController.swift */; }; + 2BE2B20F3E2B12381174FA11A0DE3644 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3ECD4F7AA4F16AAE4A1C9C185C0122 /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BFE52F6E917ED3CE9A1057BCE39194E /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D187095D15A35DAEB7BB6B89C1140F1 /* SwiftEntryKit.swift */; }; + 2C089711506854D42BA24F1C584DD660 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66AA1EB09594CB6D39637156E85AE376 /* ZLProgressView.swift */; }; + 2C74EC11B77042707C02D50D7397E771 /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6945884E4439E18DE0C62B1DA2DCE8D /* RxCollectionViewDataSourceProxy.swift */; }; + 2C8CD89280A61E74F752C1B6D05BAE1B /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5E878503CF9093906C0EA0502070CF /* EKWrapperView.swift */; }; + 2C95F29F15F88E5D3BBC4BBF7A46114E /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAF3AD1C4A2BCD31EE459373C4F300B4 /* Zip+Collection.swift */; }; + 2C96986F46DE40BC67A31891B540F314 /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2DDE6CC79F0085CD04BEEF2DCCFC9A4 /* ZLPhotoModel.swift */; }; + 2CBA99FEFAA12064682FC0DE2D2131A2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A1AEC1E660AF085ABEBF2AAD768816C /* UIImageView+HighlightedWebCache.m */; }; + 2CBAD2261C2EE1772387DBE73BFE8081 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E72BCF4378429B72E9D07935C03E46 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CC32091848E70728F4BDA4FAF1C94F5 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F277C340A7A006E94FF23EE5D81E3F0 /* Alamofire.swift */; }; + 2D1045B2AA5083A9831A4BD3947FB759 /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 3638708737B9B113A86B5B125252EDEA /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D4388848D5C25AEF75B0B3C11DB10E3 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A3757E11798233F632E32FFD550392 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DBC013576400933CF98FA9EE617D652 /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 23497B67ACDC31BA3F0598347B9399BF /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EE34B944526B0F180CB0A315435AA71 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50B9A36BEB291CF2AFC1CB63C7443DD /* ConstraintRelatableTarget.swift */; }; + 2F1B528CD4A6EBB69568E001A3E15E22 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30CE98C5D6023BE278175EF15E59EF33 /* DDFontKit_Private-dummy.m */; }; + 2F25B524BAE7F4A1010E66073952431F /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7546BE56E3F369444941CDB3F9F6E1F /* ZLAnimationUtils.swift */; }; + 2F3E427ECAF72BA96507CD5A9CDE6B51 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E29CBC9A74C4F1060E2B086ACDD82109 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F6451763DC19FAEB6A8E2C3379FE51A /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C4C8486770A6B560214DDAFF13FAFDE /* DDBaseView.m */; }; + 2F92D77F0B6DB6F93469E29305BD0BE0 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FEABAAF319552DABBFA1DFC3BCEA94D /* DispatchQueue+Alamofire.swift */; }; + 2FF0397F7EA7930400CDC081AA17B925 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA3D6A5E27C75ED67BEE680197D2F7FA /* LockOwnerType.swift */; }; + 2FF9AC4B7E77920284C4F3991C5E2857 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF53ADBE1FA0BC31AFD475D5DB00950 /* ConstraintDirectionalInsets.swift */; }; + 301D05913A848309EC9365368BBAB1BD /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E4F3CD2FAC247BD349A40689ABE4678E /* UIImageView+ZFCache.m */; }; + 3044563E35DFC79133C3A16A267A4A3C /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84D73311CCB4840D6EB8B25D6A8894D /* ConstraintDSL.swift */; }; + 306AAA0978204ABAEBE3A5D9CA64810B /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04861F50E98C1996227ECF5A10CC6BF /* ZLThumbnailPhotoCell.swift */; }; + 309C49EF61D7D5C2E2DE8668D4B42688 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FF4EE0F844907B1BF4B6102C6722538 /* SharedSequence+Operators.swift */; }; + 30DB3BCA0CDD098175329A172F86F9C4 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ED7BA9FD4828987FE817B3C2971E6C3 /* ConstraintMaker.swift */; }; + 314632CB92B2398677AFB7D49B2FF7F7 /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1515F9CEFCDBE5B07BE31D67C92FF621 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31C4D922B73C8DB5EB1F4EECE5B99577 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F07CCC741F0601D330E3B604E1CB74 /* IQUIViewController+Additions.swift */; }; + 31CA7B9E8EA236369E7DF755D46EF541 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A87474A73D15BE198DC44C93AC10FAB /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31DF54E033EF144675A3610238452B1B /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D1141D41D37C9177AD39190835097C /* UITabBar+Rx.swift */; }; + 3208D2E1AC17249CDDF8D24BE0170987 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD762B63EAF569EBE6407A06D88B95A /* String+ZLPhotoBrowser.swift */; }; + 328650A2D927732D8D720F558A37AD36 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A18F6AE19F18B97B7F1FECE279EC3DB /* UIButton+WebCache.m */; }; + 32CA25222D6B2A9C52343DF57E4793B8 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8F4D62748AF8F7FC5EFB3507824011 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32F60407B401152F2C0FC9ADB064C913 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 39BBD3F935B2B11E444B325BDF8FB4E4 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 332189AD4AD25E48E7584583B70EA4A4 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97C320858984FF07726BAEF115CF6F6 /* ControlTarget.swift */; }; + 3336117E54632698AE7BF69221C9BFBF /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B8C14CFBCDDDAFCA75A6A384CD76543 /* EKAttributes+FrameStyle.swift */; }; + 33616C996675BCEEACADC74135890BD6 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = A55E2D8DDA363B404C78CE9DE3C043BC /* JXCategoryDotView.m */; }; + 336439A67521DEE2DF0D4EA4E9D4EC03 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E4470E849FB996A5CB9E09D74B0CB43 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33F10CDA20B13FA6E25E9638ECF4B3AA /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9339DC4713C9F7B26810C40B1FC88B24 /* ZFLoadingView.m */; }; + 34181F8B4DC74D75F6C73B967539E399 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE11C5436C284042CD04BC93ACF9E68 /* SkipUntil.swift */; }; + 34219E74B6FDF7C28D0D0ED21D17410F /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 390FECAACB630E47B5EF76D29F773B01 /* EventMonitor.swift */; }; + 349E933224A2196BE8CB8F20A386089E /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FB6B859A25DB4F5D6AAC46DE278752C /* UITabBarController+Rx.swift */; }; + 34D7B7F81DBB3A50D80E68BE076FB80C /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB26073C862A492E3947239850F61CF5 /* EKNotificationMessageView.swift */; }; + 35461BF27E4168792CB4AFFC7869C06A /* DDBaseModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E1156D60638AF40D9BE94224511CE98F /* DDBaseModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35566A4CEE196074A328F12B0F748B87 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = BF888BC940ECDC27897D8DE1D8A7E860 /* MJRefreshAutoFooter.m */; }; + 35BF909F60929C0222C40DA6D149AB28 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6966D76B5209FED98C73A83E9B3ACBB8 /* ZLCustomAlertProtocol.swift */; }; + 35EC4BDBF382831DEACEFB9CBEC7313E /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = A0F2997BC7CE173A0C2626E2F2C0D1D4 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3615678A2D40C0ABDDC178C56011AA3F /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10D89567E72F0F81A281DF6C5CA6119B /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; + 362DCE6C30193B4F265B6BCFFBC28186 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7417192B4C1D7F1D8CFAF2AA1AC69F09 /* IQKeyboardManager+Debug.swift */; }; + 36595A460CC661136C4D89478C162867 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D0A1920F3720D0E27D9006898CCA800 /* RxMutableBox.swift */; }; + 3680C8FB205ADCF709DCFA5D5D44DC63 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8938634BB278CC0931339FDF9DBC0D2F /* SingleAssignmentDisposable.swift */; }; + 374123F38FF3BA6A3132D7F0463D3F87 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 49636A4D9AAB73B4C3358AE69FE540B9 /* UIViewController+DDCategory.m */; }; + 3848E339FD18EE2E315E064031BACDE8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E38760679F934E8A00EB1FA8ABD601 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 387104A590EDF685F92EAB2DD64E3CC2 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F582067C0E2AEB4033BD733077584A58 /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38802157351AAA28DBC3D215EB049363 /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C459BF9C873EF2EB81A7909B9460B60 /* UIButton+Rx.swift */; }; + 3898931C3C0F294F4B7653D819AD5BC8 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC151782286E131785E4FDDF6766078 /* Sample.swift */; }; + 38ECCE8DD71FC839807DF4F6494A77C8 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6686189FFA11CE8679DF194908FA7304 /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38F376E76E8CE887828C623D1369185C /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60AF47368B67D4F6E6EB9DD4C92B5F03 /* CombineLatest.swift */; }; + 3909A9DC00E78A63A4EF29018C46120E /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 252055CE1DD2971E2E70122AF1255F2F /* AutoUI.swift */; }; + 396597297E3741A4C4C3030C594BB3CE /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 397269411299DA946869109B9E51C13C /* UITextView+DDCategory.m */; }; + 396FD117EB0E216740DB35C9E2C00071 /* DDBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6323E22682E823FB3CEE920AFC4B3B5C /* DDBaseModel.m */; }; + 39A1EED7EF20556DA57E00609DFD1645 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AED76B4B938C0C7384ACF460FDB3AB16 /* ZLImagePreviewController.swift */; }; + 39A20A6292B535CB9F60D3A449682C56 /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C6211C3F66BA00109F8CCD3F3BD8BCD /* ZLEditImageConfiguration.swift */; }; + 39A3EB396EC47B33F8538BBA9570E35A /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FFA9A27DA8200EE6A34BE8EF31865E /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; + 39D58D6790E6C9BAFB8689BAC91792D0 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925B87A2FF60BB1C56BBA452A0F19630 /* IQKeyboardManager+UIKeyboardNotification.swift */; }; + 3A084D5C95E65D5177437CE8F0BD1A78 /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 65CF9830C75A4FCA22355791EB5B9765 /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A1BE3A790D32DACDC81F728B5AEF8CF /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 398E132E5A43118FB9EA9492E9455982 /* EKAttributes+Presets.swift */; }; + 3A2E7663A740448B1DA51DD85FC06E19 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B74D76532B29E618B6266AAD2C1B9E1 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A3A24A27B2FCD56DF33E04F31B39C3A /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5322839F97FCDCD8C82F1542E40857D1 /* UIImage+DDCategory.m */; }; + 3A5239200052646BB3581EC8BCE593AE /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D97AA4136D41CC3759887BAB465F8DA /* Response.swift */; }; + 3AD100D5121E6A2B4F8A49C8629411CB /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = E537B01FEC3FB9D921789FE6CE6A7650 /* Debounce.swift */; }; + 3AF311679057B088EF5705B8EDB22D2D /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D4FDC4BA56692F2C1F78D7B88D63FB9 /* Just.swift */; }; + 3B3B929A609B79FF25A300BA1900810E /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 062263C3589D1729795C67E0AB851A15 /* ControlEvent+Driver.swift */; }; + 3B4FF7F8F315EB94AED04F0CF38C88A9 /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F5917602EDEC27FDA925D7FF793496 /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B6337DFDE8F243FC631468501ACA929 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB3B9EEE9C0A7A3C6FFDA598887FE415 /* JXCategoryIndicatorImageView.m */; }; + 3BEDCB1C1232746F8DBBF049CF861CA1 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1B50617C5846885B799174C6EF62E18 /* Infallible+CombineLatest+arity.swift */; }; + 3C5BFAF868AD93AF92238CD4F5B0F44C /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 343F6F3830F7B1B5BEC510FC0FEBE7BB /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C9BBCB1963695908C5CABC26C4E2EC8 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2BB694E41312BE3CB879A74EF438E86 /* ConstraintMakerRelatable+Extensions.swift */; }; + 3CCBEF9D2D6AA129CCDE1310A9FC981A /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBCEF9CC7CBCEE33F7C0C4B249F80823 /* Utils.swift */; }; + 3CD9F65655D76EBEC391224B87A1CD5C /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7EEEA9A5515EA80316E2B9FCE92DEF7 /* EKRatingSymbolView.swift */; }; + 3CEF2AB7E4E1004AFC4AF6982584D4B0 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = F60E7F3A93AAA5FD7015855B4A90317D /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; + 3D0239D05698C02D4CC302EC96DCCE75 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2652ABDB0AE856157EB24ACDE7F1C109 /* ConcurrentMainScheduler.swift */; }; + 3D7A90098F5DCC038358096817706824 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A638BF5751BE46B7DDB1F0276B2836E /* Window.swift */; }; + 3DF0B41E27A78AC25B9E44DB89DD5245 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0FB76280E18F322095A2C4A4D685973 /* ZLEmbedAlbumListView.swift */; }; + 3DF7E89F3A1E1F068D169F0322F408A8 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C692F8F5F79CEA290005199366E27CD /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E655FB3DB35E5115300CB47894632FE /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = E0079065AACBA77637F4E9377AD08133 /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E667CC1120F83729016853578E2B0EC /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4989F3C262104D3605709E7C55F833F /* ObserverType.swift */; }; + 3EAEF4B368F4EED0EAF7E008DA2A3DDF /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7C070830DB39B04D1426A1BFFC4AC5A /* OperationQueue+Alamofire.swift */; }; + 3ECD21C191F48DF934A14BFBEFCDEDA1 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77599CAE925776771AE4A255E20182C8 /* RxWKNavigationDelegateProxy.swift */; }; + 3F0E0B0CF3FDB7A022D1D11F6D9337A2 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80DB2630784A3A152B901F46B59A2212 /* EKSimpleMessage.swift */; }; + 3F8C723EE7FB437DBE33A1722B154E1C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B70F11A598B4BCB708755C942B19B3 /* MJRefreshBackGifFooter.m */; }; + 3FA9DD41FB19B38EFEE430E1314946E5 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50379E580ABE8786CE45B4666BFFAB49 /* RecursiveLock.swift */; }; + 3FB5352887796DD7047D239D88FFC330 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0ABA9042B1D741E8BD83E29025EF925 /* Bag+Rx.swift */; }; + 40672E95E085994AE6C6433A1C920629 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 085B7B1FF4564A36CF8F94A08BEDF55B /* RxTableViewDelegateProxy.swift */; }; + 4106F92259A3E4CE42B5ECE0E28B4F39 /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E719F0D96701257685AE242836F9EB /* AsMaybe.swift */; }; + 4113E82A8478A123BD0B5700DCB583BD /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D29FBB6F7B90CE9AC9A5B7B3BD3A504 /* DDImageView.swift */; }; + 411E2BED97867A005970F9FEE88CF696 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CBE580BDBDD64676B6A7A80D71C96AE /* ZFPlayerNotification.m */; }; + 415F4ADCE48E3C6F1736ACFDB4C6E4D3 /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B1DFE91466158CB3760DA71B4800771 /* ReplaySubject.swift */; }; + 4189DC9D2E47F7BBAA2C6048B475C212 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = F6772E0CFEE35EC2E79B96D1639DC02A /* UIScrollView+MJRefresh.m */; }; + 41EC1F448B125C2C002DB29C9AFD5289 /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F734BB4F86F6962F672D7EDF71F0E01 /* UIViewController+ZFPlayerRotation.m */; }; + 4217D562836222942A9E062A4930F281 /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4616707B7FE6FD330C217690452CBAE0 /* DDTextView.swift */; }; + 423ED25536DDD84D7DF9365B14F362D0 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1314F27EB60783A2BB6A8A3356381C0 /* ObserverBase.swift */; }; + 43666945E8F28D395CCF4104E6E0DA73 /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FEEF2FBC582877E4F1C20642D5DC196 /* CombineLatest+Collection.swift */; }; + 44BE7CF753A124327188F4E7831C563E /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD76A4AA2E16A6A815434A8FBEF48599 /* ZLImageStickerView.swift */; }; + 44BF5F969F34EA6E8AF24069A95C77E3 /* DDBaseTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = D82E638FA01F1B3E7E0C12854C89B1B3 /* DDBaseTabBarController.m */; }; + 44C62D555BE0DD6DF376157B88108AA6 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 974280124F141ACD4B94A27601F945AB /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44F427B8268C04DECB4E7DAB04506CA4 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2DADE97F9F228D06F817F438D828548 /* LayoutConstraint.swift */; }; + 44F712870D9007120D6683833C9B2B9D /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = E00E716CC69CC5E585205A405861E72E /* ObservableConvertibleType+Driver.swift */; }; + 456DD313CD572325238A20BD2286F328 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D02D85D9009C076DBC3EA97C242F441 /* Binder.swift */; }; + 45B9C8034DCB889E2A9684B1575C0302 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F69157DC9ADD23A6763AFBD3FCB2D0A /* RequestTaskMap.swift */; }; + 45E6ABDE01C2FFC83583EE4796269D1A /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B5F2B41A5993D845A431D40A82DB9AC /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45F9D728BAE9F638623421AAB12B8D40 /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B6AEFADC413840BC110C5CA69E6E9319 /* JXCategoryView-dummy.m */; }; + 460F8947297FC4397B1D875F02806E7C /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A83009C123E8C2BAC9CA401A9554B /* IQInvocation.swift */; }; + 465AC4C4CEE137C694249FF5E1AC1428 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 497BA4A8702676F2B7E91C882C273CC6 /* NetworkReachabilityManager.swift */; }; + 472F8FCDC5BC7F210FC411D907EA5B04 /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B767986E2E048850DCB496A1B51358DC /* RxSearchControllerDelegateProxy.swift */; }; + 473DC3EDDA5D8D61693615EC038FC07E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C18371D84390CEC73E7EE7FC86CE838 /* IQKeyboardManager+Position.swift */; }; + 4769FD52CFFFD7BC65324803AF92E251 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 45FB77BEE7BC93528CC532F4039DF95D /* UIImage+GIF.m */; }; + 47BEA6378E98FAA936CA74A1CF418638 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC18F059ABF4841BB4CEEFBDCD84E37 /* DDMATrackManager.m */; }; + 47BF292BED32B4CB98575907A2835570 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F1ADDC82F7BCCB943A59C8537B285 /* EKAttributes+WindowLevel.swift */; }; + 47DAE2836C45A5B08B4895539E604A86 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 247E41FBB44855E2C5BCAB8AD3B9765D /* EKAttributes+StatusBar.swift */; }; + 47E86D73AEFCECBD1B7CC80D731AEE4D /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = B51DCF5361619CF1F74D7D4DC2369764 /* Toast.swift */; }; + 4837AF95FFD6CA0856F8AD4F6DAE8654 /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1AF437F2DB2A8574DFA7DC9F8FC0E55 /* EKAttributes+Animation.swift */; }; + 4894E4D5C6F065C87B6082AB282FBCD0 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 185F9BE2AA69C0B3459642BB61834039 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48D3C7C062C27CFCEB622D40EDD76148 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1144203F1FA1BBB76BC972DF73475EB1 /* VirtualTimeScheduler.swift */; }; + 48E7DCB6E428A49B7F67718744D73D96 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE28CB7E6B747514C3866B4F8FCA5E2 /* JXCategoryTitleCell.m */; }; + 492B6B0A047A031C08B940A6E8746A37 /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D29945FD9C14C6F2842E96007B5B0EF /* ZLAlbumListController.swift */; }; + 4944814C2CFC6492C4FE1664F1556012 /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1659D786134CC1922FD3204177DDC5B8 /* MJRefreshBackFooter.m */; }; + 4978E0D1068588E192054C53AEC53178 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE472A0AE712A303A9D5D79DF780BB34 /* ZLProgressHUD.swift */; }; + 49A13CA2C01B33D402D04B3A5D6C9868 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AB3796E5C58A658B4D38654593DC2C9 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49FC51FBE1A0B635FCEA16835DA50665 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03376065D13F12FEC4F299412F952A70 /* ZLLanguageDefine.swift */; }; + 4A9952FE9361ABA5CE30F3C7D50C23DE /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CFA1E3DA2D32F49ED0C2F03D442A8D5 /* JXCategoryTitleVerticalZoomCell.m */; }; + 4A9C7C584CC3695F8714DACE78ACBFDC /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93654571E7FDB26E786C36FE0C048ED0 /* ZFLandscapeViewController.m */; }; + 4AB0FE76C4041C57FFB6B4E74FA583E9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC01802DF082B09A205D36EDB326D09B /* DispatchQueue+Extensions.swift */; }; + 4B4D666DF746D313FA6D34C257BA6F14 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFFF9D92EF1882071D8629529B44D4E /* SchedulerType+SharedSequence.swift */; }; + 4B5C6452A3F186A1CB523C87F86F70E3 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D422B3889DE69E0B78C9FBDE82D2CEFF /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B75784B81348DEA7FC71B0C6DAC5413 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7379C81FF7A9D1BE25D57FCBF037CC3 /* BehaviorSubject.swift */; }; + 4BCCD58088AF2F6B9D59835C49C465B3 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1DE485127E572C133DAE639A0E1DF7D /* Skip.swift */; }; + 4BDE28396F6AE3DAA0162DC8B2219EC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC9385B5DE9C628C59CE36BF33EF7E3 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C17BF734DA9B2178A5559DBA608A2BB /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C291EB8711462A28B4CCFBD87683959F /* EKRatingMessageView.swift */; }; + 4C2639391DD5A48C68DC1760F913E007 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5EC94DD26BAC8B13328FE3EC11F63E2 /* RetryPolicy.swift */; }; + 4C5E0A7762C6E0E8295E1D7F4FD4F68D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 75EB752D1459AC050F285FEEC9B46042 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C82AED59F383C3408C246EDDA1A4392 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A01E7E6BEC5F1E23232428A2B402761 /* ZLPhotoPreviewController.swift */; }; + 4CC51E277DCF7D480D5DA4C9C0BB0C37 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472D0CAC5BE65093CB3FAB7F08CBFFFB /* HTTPMethod.swift */; }; + 4D2FE02184346B6011DA8B227AA2CD00 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B77AE0195A469E8CBAD7B4B8B557268 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8A94DF58E15F8FB36D139189A399ED /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A0047834C78CA8E8DD5C0B6364E97A45 /* NSData+ImageContentType.m */; }; + 4D981AB9F0FB6AADA0A3BB5D61D1E0EE /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C91EC8EBED91E3A221F6BBB65215305 /* UIColor+Hue.swift */; }; + 4DBBAF563C9995081D90F7AD834E828D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C4E146BB38E6AD6486630E8F9DF14F7B /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DC4192E75B5FFB54CA793299C8C0388 /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AF92D3317BD34217929AE7AF04D4F07 /* RxPickerViewAdapter.swift */; }; + 4E4E6D9B4C2320B106A88E09D7FE17EA /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0714DAB610C493A714E9C237B500AB27 /* GroupedObservable.swift */; }; + 4EEE08623FC51DF62F0D6B2A635740BC /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DD90C26F2E57B0573AD939AD15D56116 /* NSThread+DDCategory.m */; }; + 4F1525CECA0C94C49413C43841330C56 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A821F5526BB8E5FBA6333F5A388009 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F30B92F6B745103E3E10B49BEBCD813 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4896508A94FFAD7C7F2D67778469114C /* HistoricalScheduler.swift */; }; + 4F5B2864DC6384E5B6AF98425B6F5CAB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 97337246D62C0228D67F9B756A75C357 /* SDImageAssetManager.m */; }; + 4FB8B880680D9711B70C98FCE307824A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 175E160B210F8918F24973167F06CF79 /* SDImageLoadersManager.m */; }; + 4FC9C59A1D764672B1999A285994152D /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 332AC59D916C977A7B455CE0861008EC /* DDScrollView.swift */; }; + 501077979036EDD2737102095418F08F /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5385C442FC256F4F6538B9E0B814CD37 /* SwiftSupport.swift */; }; + 506070DDB033AC1BC007DE71F42632A1 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779FF4F794EBD1E104C275C7801C5A4A /* ObserveOn.swift */; }; + 506680E7DA2EDF6F1137BB73C5454B88 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB29478D24215B095F17948BDE075E9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 508FCBD8C3098E74B67A56A49B5FFDD4 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21F9FA993D60CD14B01156676A20C167 /* Infallible+Operators.swift */; }; + 50E5B5685106D613C42AF4823B04F21D /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC005FCC0C60BD128CACB42A3B99D407 /* ZLPhotoUIConfiguration+Chaining.swift */; }; + 50F667C09FBFD4FF8D7988E91CB41620 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D95B408D442F1D74B1B939C0C40B90E /* Sink.swift */; }; + 5114F231D82CFA8BF22620F26EF6814B /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A580F905BE546DDCF74187A92C238E1 /* NSView+Rx.swift */; }; + 512BBF6968C616A5CB7A2C23D8B117E2 /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 501245C4E1EC2E396632EF831E649C9F /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 513FE85C9A497C2C8E648FDDE863176F /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = B7B19EEAA0FFA17D0D0EBB0EF0BB6BF0 /* SDWebImageDownloaderRequestModifier.m */; }; + 514A60DD5A2A363D5DB970088D708CD2 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 040E0D147A4BDF98BC3461819F8A7FA6 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 515FD6046A15ADC8218F0694CE2ECBBB /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D72F7196D11384008CA1257A9B05370 /* Queue.swift */; }; + 517CC3C405F8FB3E69BC2019D081906E /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1606E932D0F8D9310349DF42436B6328 /* UIImage+ExtendedCacheData.m */; }; + 51EBF9AF152F971146CE49A2FC4B4614 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 77889065E57D4409FDDFAD10BD23CD8B /* UILabel+DDCategory.m */; }; + 51F894F27EA0894DC3D748F54E158651 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFA94BCC9E1C1E290AB178D69009CC7B /* TakeLast.swift */; }; + 525A4D799D121B7005FD8E6C6467C09E /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D1AC152DCA93396597586627D18E492 /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52811ECF6A4AECB259DCD6139A9C17C9 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227AF9E6AD03AC9A3C955525A5398DA7 /* ZLPhotoPreviewSheet.swift */; }; + 52B6AD3595C3CADA5ACAA84C53EF2323 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713B7D34CF9565F9866E27AEF91E554C /* UISegmentedControl+Rx.swift */; }; + 52B774D7072085206C19EC4A96BF8406 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2BFB733E764620323F8A3A3BF796DC2 /* DriveRouteCustomAnnotationView.m */; }; 53DCCB791FFEBF8F9312817E41393771 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 484C4661DAB5EADAD81249F2FB129619 /* Pods-OrderScheduling-dummy.m */; }; - 5442DB01C93D4C933C1A8CBBFC13F690 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = CFB674939A4F1C022F289138693B7B40 /* JXCategoryTitleVerticalZoomView.m */; }; - 549B1CF5542E8E21F2710BA821DC2899 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 95774C6297E7224B8CA3F320310F82AD /* JXCategoryTitleView.m */; }; - 554B4A9EB7B0115AA40713C45D0ABF3A /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06C0BD691D097036493A7AFC82E33E35 /* IQPreviousNextView.swift */; }; - 555ADDD160E4DB9DCE0AABDD6978609F /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 34C003E0291E2822C2A2FB5150B2AB78 /* _RX.m */; }; - 555D64D559041A2F1743073FBDA7F769 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60C216A3E4B82FC3285D790EFACF9B19 /* MultipartUpload.swift */; }; - 55636BC3CE8BB99D3EAD8465225395FB /* DDBasicControls.h in Headers */ = {isa = PBXBuildFile; fileRef = D5CEC988EE50FC78FE0B599F8CE3AC1B /* DDBasicControls.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55737CE468E09E45D9E5BE279A3100C8 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = CD84EBBF24A40B64C5AF44F6A52B417F /* SDWebImageIndicator.m */; }; - 56400584F138104D3B2929F59CFE55DD /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD38628ED44C2774EB550B0E95F5703 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56AA1FB915E6D167A106C0F9CF316EA6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A65E2826A1150F160096F7194ABEACB /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56D08DCE4BFC873FBB9B1355F514D581 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 47EE17797FAB19BF96741AE7DFD7D110 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57090498B64DDC6710041E566E8EEBAF /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 849A272BC41A732627A6A9F693B69847 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570D150531BA02EEB383A3F40CEDB5A2 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45F5E8E54A80A2B3092A09CDD06A925E /* ControlEvent.swift */; }; - 5735C2DF5BF2F771995766484D2061D1 /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 78FBE7879A86B437F56AAB82871080B0 /* ZFReachabilityManager.m */; }; - 5739B5F79D9CC33CE6A6E49CF08BE143 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B779F616E2119C82250F39471099E43 /* SDWebImageDownloaderDecryptor.m */; }; - 576A2201953E9D850ED92D3E0622F6C8 /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F34950F0B0EDF99D6E73A976975F09 /* Date+Dispatch.swift */; }; - 57E8D5E0BFF775DCF361333A12294278 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E457B319C94452395EE197832FC80CC /* EKContentView.swift */; }; - 57E9A869151C3FAA40FF974E53521DE2 /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99E8C4E70564529769AC84498FBEEB49 /* DDCollectionView.swift */; }; - 57EE2D951B41EEFCFE1495D4393C346F /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386AEECDD1B6468898F25F97D920537D /* Infallible+Concurrency.swift */; }; - 58331B6BF8493E4C276191285440557E /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CED5BE87BA4D58F6C876EED612B8882 /* MJRefreshAutoStateFooter.m */; }; - 587FDBFEC134BD73240EE2BB811B9B16 /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F5BF8624E6AF59F8165131CAA3AAD343 /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58D7197BF40F9B581885C8B66028CCA2 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EFEA74DD224F4050CFDF712E4138FA6 /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 591C74189843C4755BD2E31E4F50431D /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 844FFEA663C6047D798EC94194148899 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 595FA9CCDC2A709BD7F736107DA2C4D6 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A66F8874B15B48577DC0BA54495763E9 /* JXCategoryNumberCell.m */; }; - 59AD90C47AA6A1B76832CD3C27A9B6A3 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = A18056EC56A62A0FB6B4B65CB1C52D94 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AA2F6E5C7D736F0CCA9894A3E37C8D1 /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFF79030DCB8F19B4DCEB8F07B87F43F /* DDWebImageKit_Private-dummy.m */; }; - 5AA6E372FD287BFF49666188CEE90926 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 178D3323E5AE0837DE8887457950573C /* DDMAMapKit_Private-dummy.m */; }; - 5ADE1ADD5C89879BE23532A77F88DB88 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D525D5E473C4F16B7F3A7BEBDE233485 /* EKAlertMessage.swift */; }; - 5AE8F724467F0E9ECAC1B50FAEC91D67 /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 318A1837FA6A7AE0CED77179C00786CE /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B033DDDC44B06AA233FF487E3C410DF /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64EDE9F9A5380D3010A09F1389F96807 /* EKStyleView.swift */; }; - 5B07C22BDAA7425C4CCC629868E0072A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 116B3F0232868225905E7A7DB6ADB367 /* UIImage+Metadata.m */; }; - 5BBF2E718CCA06ABC22203877EA4EC3E /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EF9319F4C8E10EF295D1D8BDC76783 /* HTTPHeaders.swift */; }; - 5BD01F6B16A2C9E69F756F4DE189E349 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA3367D0EF95B15837C64B05FD124FD /* JXCategoryImageView.m */; }; - 5BD480DEE18371740D7AF036D85B8B90 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 08BA536F69D932695AFF0A141C0A89D7 /* DriveRouteCustomAnnotation.m */; }; - 5C10ED6A79A66999677312299D2ECB35 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = AD761593DDEB58F1A9FFF8EF969C5709 /* UITextField+DDCategory.m */; }; - 5C2D1241F3868C7BF2F24EEA81900AC5 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CD3B38F0E7669A515456EDC1EF386A0 /* NSBundle+DDCategory.m */; }; - 5C30F361915F5ECAC7CA86D55EE7E25A /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = AF5A27C038EA0EC29BA796F7DFC6A257 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CCD552354B88211EB9488550C4F4DB4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 90AE8DCCE7D44419812ADCF475BD00E3 /* SDAnimatedImageView+WebCache.m */; }; - 5CF4670F6E41D06C52DCE2D441B5066F /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF074FE4D7668867F0A0579585DDD0EC /* ConstraintMakerFinalizable.swift */; }; - 5CFC8F3DFFA340EEFD415372644734C5 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B576014CC2EA720AA11FDE54C7B1DE6 /* ZLCustomCamera.swift */; }; - 5D048ECBE3D46ABC5B880F766ED23A21 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ADCE4CEEB29E1B18ABBC2EE98319609 /* JXCategoryBaseView.m */; }; - 5D0EEB77D1FE5B6445B93FFE286B925A /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A6A4E43FDFF2F1557067F38A4220361 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DA078BF9515B566F0C538010C15D611 /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE0510B14ADCB3D657F543F38B797A6B /* URLSession+Rx.swift */; }; - 5DDF83D6EA07126B4AA85D60739A50E6 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B08DA8BF28FE1287F3BBD581B0F3494 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E2236807124F03779848B731B9E4089 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170135B5EB6F411CC16EBE972AC97503 /* NopDisposable.swift */; }; - 5E5FBA91B19BE06A32FC0229D5D26FE5 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = CE379182F3A98E93682AAB48871D5237 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E6140C0CD3517DED7F81D9D8046F3D0 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B240DB9A2770797B89A91F4A2861A9 /* SDWeakProxy.m */; }; - 5EA777A6657B7ECC8AFAF720B0B24B9F /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 865EE0BB6D15D4C915DA09BA33065CDD /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EB60C74FFA757B7BFF385DE7F855FB7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD295E4513BBC15E4FDD777429BD721 /* MJRefreshTrailer.m */; }; - 5EDF3C540069C5612E579173FDA60AC7 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FF0AB84F1E271B428A4FD7CC485A67B /* DDBaseCollectionViewCell.m */; }; - 5F172DCB05EC615065B7C37575150F22 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2728A8499A4CBE26FDF49427918D17 /* ESTabBarItemContentView.swift */; }; - 5F947C782C4BB4A5AD404E347D308478 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6694E55AB83A2816316AFF8198CCF506 /* Queue.swift */; }; - 60DDEEB9DF2E9BF439AAAD617D7DFDCB /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D833B94F26A0F1AD0E6D8D4713F73A /* RxPickerViewDataSourceType.swift */; }; - 61185B153F4FCD3160D48208289515FC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D52AD739DDBE58738FAF0492EBF9A4 /* JXCategoryCollectionView.m */; }; - 614BD4DBD5C1BCB13CE995085A38C096 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DA79DB7E0D41B62ED1AD52B1350A885 /* Observable+Bind.swift */; }; - 619A84DBC854017C0A1A9BBE4D159E39 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C45D305770181CF057F93DDE1276970 /* UIImage+ForceDecode.m */; }; - 61C6E052F6922A8116284F925F306279 /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 280588115CFD0C36D2B58D66F5114570 /* AsyncSubject.swift */; }; - 61E0AF7F5C4EA70EAE5AD9C21EF35977 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7D3CE5FE661AE719FF4E354E5126645 /* DDTextField.swift */; }; - 620AE31C19FA133027680B675F8B3701 /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 396F5E03732DE67E7183D82AC68499D7 /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6226E9A48D17CD750287214F9BA7EEB7 /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 694214C37DE2E1F12DFFCDA42159B8DE /* Enumerated.swift */; }; - 629C7157E20CDF4236A206BC470406D6 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E035EC2D322BA551DB52567D92519D4 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; - 62C93A6B84F2827EA6A200FCB3B0B271 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B6BC8F429EB19BB590B551698F3451E /* Rx.swift */; }; - 62E93A32172512D41C32AA22C22EE022 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = CC6E7AD31E4E61AA1FA9CDC2BDDAAAD6 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 632FDD201CBD2BECFE77A054EF4BADB3 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = DF94A34698A1B0C9A7167391F3D00A0B /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6335E8323C2491C8A9C99CE9DB2BF83F /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 271204F6A9AA551435DC7846132835ED /* Bool+ZLPhotoBrowser.swift */; }; - 633ED66D2D30446F2A20E83522371EA9 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EBAC1439D98610204FDB0A3DA9D5DB4D /* UILabel+DDCategory.m */; }; - 635B043F860CE53EFCA19CC564B47075 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C2A6C99B1EC0C90DF1B0E43FE4139 /* IQKeyboardManagerConstants.swift */; }; - 6399416F0DC5EB4BEBF5C9011AF6D89B /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5973ED64E031563159F1FD778B5773E2 /* RxSwift-dummy.m */; }; - 63E9DECF72DDC6605B3AEEB29EE34F3C /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF096CADD058A1A48518D554BD9CBC4 /* DDLogKit_Private-dummy.m */; }; - 6456BE1D3735919BA27D3C44CA4A984D /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = D99DD3ECE29B3675578185DB35D41186 /* SDWebImageDefine.m */; }; - 64BC73267C4AC3560E4C3A180BAC61F4 /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 010A2603551604940708396934B63511 /* SerialDispatchQueueScheduler.swift */; }; - 64D8805F7527163B0A4120C403D97AD2 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45868168864312042A1146AFE310B2A0 /* IQKeyboardManager.swift */; }; - 64F134656F206AEA36B251F574762046 /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B2A258C110A80779CCC88FC35ECEED /* JXCategoryIndicatorCell.m */; }; - 652F1768E71D55ED1C4D40E7ABCA11F8 /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = E13879701A7331840A0244094C0C5A21 /* IQUIView+IQKeyboardToolbar.swift */; }; - 65A3E384961F6C904B1D329C2B1D1BDF /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 541A4604F326A041D84FFF9DBA59F51D /* RxTableViewDataSourceProxy.swift */; }; - 65C3ED45AE68B9415127887E553B901C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = AC9AD5AA434A65B41169029E87558B27 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6642D74E21029B29A5AAF0037FDA4BA6 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 617AA67C16DA6AEBACCB10A73A1AB41E /* DDBaseScrollView.m */; }; - 6649A2058F4EA544384A888D95492A95 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68F9F0C9CA3C1201E6A47122EF7CB15F /* ZLCameraConfiguration.swift */; }; - 66676CF223546A2ECE64ED1BEFD7E083 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB7FC1F3A65F515D8998D5DAF316AFE0 /* ConstraintLayoutSupportDSL.swift */; }; - 6674277C63A2F0AE5EA17A48C88759CB /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04034F00E2FBAA4FAFFE7B017FBA8C /* EKAttributes+LifecycleActions.swift */; }; - 667E98CC3D54F70B73D6D31D5D94FE0A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E69ADBEB4214319E3940EC638889D05 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6694E6D8A68A448BA619714C9F10A0FC /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 757AE4E6C92E8F1B3275A3D440E3581C /* MJRefreshHeader.m */; }; - 66B43477DE0F24FDDE11B346D39BF863 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C3A0693E88E64C5F7A2A00E9F4BE14 /* RxTextViewDelegateProxy.swift */; }; - 6707707FAB88FB4AF9DAEB7CE0FA898B /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A8858F9AE3C4EF0B563CAF4923C5B1 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67CF5305E9EBF23CB22B90CDE4CDBF91 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = DB573F4CB60F43FB7BA3899F0985306F /* SDImageLoader.m */; }; - 680C1F343B511530518196758E52F22B /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 517059FF0BEB2E3119E91565793D5A72 /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68A9E007AD5461A5DB79E5541E21BFF6 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 301DD0B1CA59DEEAFFD151763663BD75 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68AF63A82663683C1B07720476D8D20F /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 64CEB9DB829F95096F5E6C91F1270279 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B7B161F88A8AD78F0E21B6DE4547CA /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3D9DB8C1AFE4A7414DC2D4695C7F74 /* ESTabBarItemMoreContentView.swift */; }; - 690256DF05FE465E8948ED017110EE78 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A5F9F265C55B37102F5687F260FDA0A /* ZLEditToolCells.swift */; }; - 6947D25CA62F4B84B0C798ED96485335 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 13337452A233EF6B33B1E736CC34E8DF /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 694C05A2C39A9D1A162F2E3967C927BB /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B60196CBF499D52B9210082F64CE79B7 /* UIView+DDCategory.m */; }; - 69A74CEB8546E46560B3D6658253BC61 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFB45486991CDCD5B31791D7F253ABBD /* Combine.swift */; }; - 69CBDC82C1A8BAE7227588C16B025E99 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 19277F5CE274948445210AFC0DA01EA3 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A00768664341176E3CCD3209A118D93 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EB173F896816C9F70B725DED2F5584 /* DDAttributedString.swift */; }; - 6A73D8C90B3AB65EE530DBC09D72B0BD /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A232A239419378ED0E09805F9686106 /* DDTimerKit_Private-dummy.m */; }; - 6A81ABDBB4DC38B8AADC3DF2F53A888D /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52DD67FAB45FB213EF5518634E30DDD3 /* ZLAlbumListModel.swift */; }; - 6A90AB7810037EF09A1819D7B71E330E /* DDBaseViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D7268EFB0BCB9B765A41129FEAE8F6EC /* DDBaseViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A9245CEC5027FB365074529FE8116B8 /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C044BC88800D4E2D6819AE9FC39CB506 /* Debug.swift */; }; - 6A9EC3C99A882F88915BD329FD85D03A /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4133DE5FE40816C3C839FBA6DAF5B051 /* RxTableViewDataSourceType.swift */; }; - 6B6541B323E501C95E6B54DD4DC91730 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 832F93ACC21FDAB3E8C4C5E56F1A124C /* PublishSubject.swift */; }; - 6CB80E0E3A8AB7064405B2333D680001 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3563F126228BA5F3B6F238051665D45E /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CDA21915F4586B1823FF8ACFC96747A /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC9B379A79840B68C5955FC2333FBA2 /* ControlProperty+Driver.swift */; }; - 6CE153A8353153BEBD5941D99D0AA948 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E09B0B955EACDEF409213BD47F339CDD /* MJRefreshBackNormalFooter.m */; }; - 6D492534BB9E2DB14B01257A33695CF5 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F3846869F141D06E3EC4C3319744C1C3 /* ZFPortraitViewController.m */; }; - 6D75852843B9BE87CC6EFA4F663A87D6 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 104182DC2A05D1ADA9EE294A5C0641D2 /* ZFSmallFloatControlView.m */; }; - 6D8B1D4945DCEECA487075BEF2FC0DC7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E3C035F8E3675321E01ABCC9D7F3BF3 /* Driver.swift */; }; - 6D8E6A17A45A4EA1D54A22F69B95AC7F /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8462D910BC9CE2E4ED636C537789A82B /* ZLCameraCell.swift */; }; - 6DFA5282FABC6075100EF00A25253B00 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = C59603B928D0C8E010F6B7583A1C3E7A /* SubscribeOn.swift */; }; - 6E0056255590AF29EEA12A9719025309 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 904D62E54F3089397152C3B3CE0EB575 /* UIColor+ZLPhotoBrowser.swift */; }; - 6E285A3D314DE0DECF80546A5865EB34 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = BDDC64343E6B26906994162FB400A753 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E571195DB6696DCD7A11A16D9DD765F /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 196501F6A77E2B0BC05BBF595DAD55A7 /* ZLCollectionViewFlowLayout.swift */; }; - 6E8267BF68A5C197D4EB8BC34C450987 /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DE34A547F0C51DEFCBF310AF075A705 /* ZLResultModel.swift */; }; - 6F2EA026DE0E49EB8BFDC997AE479F21 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F01BC75C7E3C1733F76F486132BA8E0 /* RetryWhen.swift */; }; - 6F329291E9FB8EF90578801F87261E08 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D3F9B05CDFD1AD5C251AF21749FD483 /* NSButton+WebCache.m */; }; - 6F3D72CF694F3EBA3961E95FDEEEFDB1 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C234A9482C8CDC2107FA211B0004873F /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F851B2659312AF264C313EEE1FF6689 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A41B1C4F7DB0656C06D1E32C3A89D47A /* CALayer+DDCategory.m */; }; - 6F998A9AEDDD7366FE0EB30A42C2E32C /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9A730863D1D719ABFF0EFF2B78C287 /* DDBaseTableViewCell.m */; }; - 6F99E2BF991F1F67BD38C6934B68DC07 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 355527825530FEA222F67563F0F7DB25 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FFE182AC5F35170035DD8D5091D2711 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00B18D44B080B2EBAD1AA551A797B30 /* Lock.swift */; }; - 700B14B103CA4CCD9C044CFC38983167 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3056550F6A3D28AE5CADAF1201EFBED6 /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7011AA5DFE462C2CFC2743EABE527EBC /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EF0B6AFE11791E2CB1A25B77D3883E3 /* ZFSpeedLoadingView.m */; }; - 704561149DBBBDD2D481E242B79B1FB5 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F7417DEF4C81EF37B4D752C0764355 /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 704CDE2C2A5A3A48836FB1DD1FE634E3 /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A362CEA85D30BA6F8F5BBC95F4EEC62F /* UICollectionViewCell+DDCategory.m */; }; - 70AE0363ACE9E14DDA1120DB60B5E0EC /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B1F13142D4D0B8047D04CA77561E6CAE /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70B6D81C3A8C102C1931501C523F263E /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 235AFD3C8C1FE6AE9F686F35A5D8B5BA /* ZFLandscapeWindow.m */; }; - 70B6FE4A37E2023C5833979592FE5EC7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D802CF7BF3EF49970D09E6FED7AA5B7D /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7143630998DA1879D3DDEAA517193A2E /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D9D924572652DF347D618664C61F0A7 /* Deferred.swift */; }; - 7168A587CF00336CC0C44FC8D27D6B66 /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A23FB6A2BD8E53E999D42CD42582CAC2 /* UISearchBar+Rx.swift */; }; - 718B12AD3FD5F44645B82D7EB0724C52 /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B625F69B2B9DDFFFA92873482A243EC0 /* UISearchController+Rx.swift */; }; - 723CA5B8FD57037405C3EEDBEC01D472 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0E6E5250DE9912F42B0986ECD620C9 /* DispatchQueueConfiguration.swift */; }; - 7248CD5CAAC5D0D6FF0F9D85CEF858BB /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE06566BC86FC7FCFC2AC864F2424763 /* ZLInputTextViewController.swift */; }; - 725D740A38D5E761FCA71B67A4891E35 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A21D31DA8B0983CD9A718B1657C6DAD /* SDImageTransformer.m */; }; - 72AACF79D46DD4C0ED4D144B840E1F91 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C1D3F26BF196F16E93427734DAD172 /* UIGestureRecognizer+Rx.swift */; }; - 72CF23C288F64CC49DFD55E080D359A7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72632EDED27B4C9AB3D20CD23A8842B9 /* Bag.swift */; }; - 7347E6690823F77C37B4DB85D84D22A8 /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F3FB91196E0362E9B87E4B32F37250 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 738E090E95C919CDEE96C670E66717A4 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BC2FFED29E91BE422E9AFF08A5F9352 /* TakeLast.swift */; }; - 73945F5394F485D66898305510756115 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D9A71ED0B0D9BF0EB326CBC6FEF3FD /* GradientView.swift */; }; - 73AB70D6B97E43420FB576C9D26039E6 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE64671BA36059349AF42E2E7A6BF53 /* JXCategoryIndicatorCellModel.m */; }; - 74972BEA7D6A0CE28CB3EFB11EF2DCAF /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A222DA98F48AA52CFB0578BB6C5829E /* FontUtil.swift */; }; - 74D9B8DD068330CF7E45798CBF98FA4A /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 719054FEE88A61ACFB3402BA9B87C5FC /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74DD9CAE99A3118FCFF0E7BDF28DEB29 /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C7C1092433CF7CB6FFC9816F1F9ABDC /* RxCollectionViewDelegateProxy.swift */; }; - 755A933C81F74233E4E68DE79EC44DEB /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A25118B3AF5E62CC383F2179462BE3F2 /* SynchronizedUnsubscribeType.swift */; }; - 756E1E9A85EDBD96D30C9BC8A7A3A090 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A9D7FA3980C428D2AE0C281B8B5F23 /* ZLFilter.swift */; }; - 75A1DAD0A861EDBF654C93A2857D897E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0D65D52FEC328B79AB9F7DEEDAABF6 /* JXCategoryIndicatorDotLineView.m */; }; - 75A50A9B3FD4EF659C8E61546D270CF1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 10380B4A7FE246EFC3400600D8E6DEFE /* SDImageGIFCoder.m */; }; - 760760698F2B539B1A4A8C3FD74E607A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E5ACCCB1AF1DECC8BEDFD19F4EC6E63 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 765C8A7DB5223CDA8C6E5D333F2CDFC3 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 30CFD1B5ECAE3FD4C1B153FA84F8AE9D /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76E3A558AD358F70264733619F84737A /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF764AA08FBB71033094AF3D4781A70 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 770E78DE371A3F77D61A2646C744E10B /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1463EFE90498A684C68D30E025751D8C /* WithLatestFrom.swift */; }; - 777D599EE92E8693911A459685C7F332 /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA9A2A6C8A016983CD9F7083787A7185 /* SectionedViewDataSourceType.swift */; }; - 78270987D9093E276EA12C698FC69D66 /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AA15FB99923A9BDDBDAEC19F6F38F1 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785031B71ABACAC9C0BF541D7952E7D0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 069CDEC041763DBC5C362C3A6C2C8C8B /* SDImageCache.m */; }; - 785902677E04A146BD0DE0D184FC1149 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3DCE16568E6AD0417302302650E199 /* InfiniteSequence.swift */; }; - 7862592A925A99934E73D7B24F2895F7 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E4085C1C43BB7D639AD3E1395554CBA0 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78B2931A79E21B1AF56F09DEFA4E42F9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 1163BBE3DFDC421B0D1682CC75F3FC17 /* UIView+WebCache.m */; }; - 78E8EB82B37C77E0CED7EB310ABDE236 /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FD8213C4D97087C0194926B8F08A149 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7928BF03967198F5CD7DAFD6D784F04F /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA7E929CFCAFA48C59B33D49C52C49F6 /* EKMessageContentView.swift */; }; - 79403C58DA1B5106F8104E1DEC5C2573 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DE0265F0E280DB58E4380612C12444D1 /* MABaseOverlay+DDCategory.m */; }; - 795FED16EEB4B05B3E37700009207E34 /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE32A959D76192303406317E924608E /* URLConvertible+URLRequestConvertible.swift */; }; - 79732A6532885C9A7DB87F999CE0BBDC /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 62405373470BD6249A1FEDB8FB1EA499 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79BBB0704A1D4B8AB66B87F6AF9BDDEC /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6922C180BA1F0EA4D3E30083E8E9E40B /* Debugging.swift */; }; - 79E028B32DC2E143BAC645CD4DE435D1 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504709C344FEDD69D02CF0F6B4F3D27B /* IQUIView+Hierarchy.swift */; }; - 79F1A8FD8AB91282E12A417315770E96 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB33C6387F7605893B467D241CE4D66C /* Decode.swift */; }; - 79FB13C8D3A4E1D1C297B963C574C0F5 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2427B9AECFF6EAA0C86C0008715A5FB /* ZLPhotoUIConfiguration.swift */; }; - 7A3B3E372DA33E8C48594BB13E7B308E /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57F9977FC712DB8B33AD47FBC3FB416 /* UITableView+Rx.swift */; }; - 7A555437C6F5B1A9C728D7A8F2F3BE7C /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = FD16733E7B53B8B3B75C8566BF101BD8 /* DDBaseCollectionView.m */; }; - 7A58B2D1083CC64F48605175B1B048C8 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAACA9EED99E898F565DE606208AA23B /* ConstraintOffsetTarget.swift */; }; - 7A8B0747E5A8A96ED66C1D708F66CFC4 /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E18AE81C08359D1C13447AA46A591027 /* ZLImageNavController.swift */; }; - 7AB7CB57C6FCED9035FD22A899EBF620 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BF09C2BF7626C08CFB89A3A570CE81E /* DDCategoryKit_Private-dummy.m */; }; - 7AEF48934AF04F7364244A7BD23CAB88 /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A27C3492C3A2042B5C1433DDE1013B6 /* UITabBarController+DDCategory.m */; }; - 7B1437FE5E98D55CD1607074C4AA29C6 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8702F360B07B4B186341E7E1349E1F /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B1B85D4CBFA5F7BED145C1D5BCD0DE8 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC444978559311536EA7828EA0E2AB36 /* ConstraintMakerRelatable.swift */; }; - 7B385A3BBFA5DF0F919ECC1525955E0C /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D239529F0E447D1BF351CD569DC16D4A /* DDMALocationManager.m */; }; - 7B708B9949DEE9168B4D10D22E04DEAE /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2506052BB80677662A0A9A70CC982B31 /* MJRefreshNormalHeader.m */; }; - 7B736FC0BBF3C32F32A585090944FC87 /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 15B745E1021C0A5E8E435D6E07D7E66C /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BAC5247AD928B776F8727F9FB4EE7AD /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F566C2C160A3746F1E866AA29314488 /* ESTabBarItemBadgeView.swift */; }; - 7C268EA30C39F532AC992D696FDF5024 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CCDE5E0F55060E83BE602A3C9A06394C /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C3933F4EBA48B2234E0458328110B91 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9530F9B3598901C476C32FE8185A8776 /* ConstraintMakerPrioritizable.swift */; }; - 7D079A25B5264F1227B452FCB3FC54D5 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6A20EEEE34AF7A0DC59A6AF691DC26 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D78414AE35F7D6852A1AB3B649A0E3C /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CDA584C90A14EF280C18232BE80C4C6 /* Completable.swift */; }; - 7DF302A2DB5B660FE70888DA0EE0F286 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3ED2A5E7B0E2B10427D3D6DAC4331D4 /* SharedSequence.swift */; }; - 7E4BC901CCFCA856163AA75E93240495 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E622FC4C22555E1A435CCBCDBBCA99 /* CombineLatest+arity.swift */; }; - 7E5A43683952F26781D57C4CC12F4CCE /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = EAAB01F1C77D7913F3BAB85713665289 /* MJRefreshConfig.m */; }; - 7E7A9F47A061A7D46AB1F401E90429F2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7104BDCDB12814CF08A0C3B06D6B9507 /* SDDiskCache.m */; }; - 7EA4D4DAB19F8B4A1BE641F9A803B3A4 /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2D2F4E168E7013D015998A9C5E5B9A /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EBFA2AD23CF010B734CF31C82D1459A /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCD03C12705CDD1E4597B84BEBBF1A1E /* GroupedObservable.swift */; }; - 7F205DB4E5808C7725AC1A4AE630899A /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9491421A3E07F90BF52EC2CBA3E774BA /* Map.swift */; }; - 7F4E99B71CD02A900BF1CBC0393C8566 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F3BCC0BB079B0DA777280EE16C11EC5 /* ObserverBase.swift */; }; - 7F60A19D3B83E8A56DD7778844101265 /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3098E4285F6E173ED82EC544CD28F6A6 /* WKWebView+Rx.swift */; }; - 7F87DDA52B40F5252EB2DE162C33BAC0 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = FD9D4E2C429F249AFDCCF168E988F0FC /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FC84EF39623042D484D9F91C9C0CC79 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F29F18B97427CA56BEDA4ECFDED0BA8C /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FCA7DF486BC1220F21964FCD6B1A3C3 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47916C618D70753B91E0806767C73E1 /* RxPickerViewDataSourceProxy.swift */; }; - 80141B208065FE781FF8AB8F850FCE31 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0B257C816B58309BB815E66AD5C9857 /* Signal+Subscription.swift */; }; - 807357E0D8B429C410617DCD42E83C73 /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 013545468F2662EC9E0695A30606DE75 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80FC51129F0C4BDACF75723CAD51B1C1 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EEFA6A68437FC07D9C361E15FF6D060 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81343D89658569E60AE475460215B38B /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = E17BEB0D12A8F668A7EB7CA6EA81E63C /* DisposeBag.swift */; }; - 813B683458C65465624988D928272B44 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB2F54B09727988A84FCCBF352ED689C /* ZLPhotoBrowser-dummy.m */; }; - 819863FBD51B104B8D66432AC67C05C6 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3403E26F2F612FEEEA69A8002FE4B9CF /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81A7AD8BFF0B7E6291B02D1AB2CF505A /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 558B72D53C812C8D3E9A44DE5002EE08 /* ZFPersentInteractiveTransition.m */; }; - 81B24717BFCD424C3874D855D9F4BF32 /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19F00C446C887F0F394BE7509C49B03F /* EKNoteMessageView.swift */; }; - 81B7DA4E34BD7FDCFBE8B2CF16335996 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736D8929CA26E9D7B992FF1FAC4D01F5 /* UICollectionView+Rx.swift */; }; - 81C2D503F2ECEB1331D541797699B6C1 /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 427A2A9BFD09FC437C7C86D6A1887310 /* ESTabBarItem.swift */; }; - 81DDF3AC3E4831357412BAF122E5456E /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D4085D8FD284019568267E9A310730 /* EKAccessoryNoteMessageView.swift */; }; - 8220B550020CCF8983DF5B8252C732F1 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E133929D12FC8EA7726468407009E6 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82BBE2F159943E19A69BD99EBE48D100 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = D057921E6A0CEB969E454DBFF1EA3E8E /* SDWebImageOptionsProcessor.m */; }; - 82D294963701E49B0022232C893F756C /* DDBaseTabBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = DBA46F53D30247240365A6FDA0D2C525 /* DDBaseTabBarController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83D0FF7A837ABA4E7B712358AF55AF52 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AB46528C38FF04DA0336E098F180EC0 /* NSImage+Compatibility.m */; }; - 840B27BBD5508D3F123308CABDDFD524 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 984CF9CDA2E7448168D28E34E0CE05C1 /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84A707C798E0D7D588A1455332BCC124 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 703F0790C9E349B231D9F87E32CCCB22 /* ConcurrentMainScheduler.swift */; }; - 84BC5434F8367126E554E82ED3592547 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 88740E9E4263D9F0A5FB9B80D52CCFA8 /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8505471A71505E2BA003E64FC0D09DFE /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 08D0A9C0846DCB7197E9A8951E091073 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85A96DED83E5FBF923823F46106F6836 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD55DFEAB4B927AA063D1C703B8B68E /* RxCocoa.swift */; }; - 85E9A0412761EE97B0F14C8506738BF5 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F72389F289FEF6A16442FDC4F6B734D /* Session.swift */; }; - 862E9D10C50CBB0D339039294989DEF7 /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = D3C251A3EC63E5447C8B17BD15219CDF /* _RXObjCRuntime.m */; }; - 865ACC100F9BB256DA7C7F66FC85AF8B /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672E8DEB8383D17E3049A628F7C52639 /* ItemEvents.swift */; }; - 86BACE0D784445DFCD937FF106BD0C42 /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D79E61F8E30745B31F5B70832CF75615 /* EKButtonBarView.swift */; }; - 86FDA11CE9FA4F78C10FF4EFD30E6A1F /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97B24DD43E4F0A969854F17D153F8DA0 /* NSControl+Rx.swift */; }; - 8713D24C9555FB58B9ABF0815F4460EF /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF09E0774ECECAB91C35C21729022EC7 /* SwiftSupport.swift */; }; - 876F4BD3C63DD111FDC0C8A56D70B1AE /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7002C815C9453F517845D0B1A6C21262 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8776F9D9CDA443D35E473576EB3194C5 /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3489BBEB7BBDC7BE119A643FFE76DF26 /* UIBarButtonItem+Rx.swift */; }; - 878914063ACAA2126B18E1DE5285F827 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2809971ABD4356D080F90B5F3714E241 /* EKBackgroundView.swift */; }; - 8791DC308884A90A38BD939A3C382FA5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E9517A053F0B29551659051081B3819C /* SDMemoryCache.m */; }; - 87B0E62134E7051FC90CA90DC943A42E /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF8AF881E3F9404796695038901DFD3 /* Do.swift */; }; - 8807E35A0188E69A7B79476779342380 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE1AAA66AC31EA58AF7F2393EC65E67 /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 885031037B7CD4BEA92D1497F7781C76 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = C2328BDCCD9B43B3279966C884F70319 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88A50BF727099AC5CAC16CD4C99B4861 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = C77DDA70FAB94B95DC110879C1F089FD /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 892A2CDE39CD694BF836090D02AAAE4D /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C4696B71104BB0B8D5E0FD66833F0 /* ZLEditVideoViewController.swift */; }; - 89669BBA6A6C17B83F5FA389F1A2FDCC /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B97DFA34A3CC4D2FA098FA3BB842EE6 /* PriorityQueue.swift */; }; - 89A74579487C25538D71E1B38643774B /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B73CBB41E1696E64369BFE516569BC8B /* DDToastKit_Private-dummy.m */; }; - 8A2BC1D6114D08F03E5D6CBD66814AD4 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 92A4FC4A66A4D899C1D3FEA367ACE01A /* JXCategoryIndicatorBallView.m */; }; - 8A36A9064A1796CBA330FEDBAD147348 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D77D068831D2DA2A25378E649BDE71 /* SDWebImageError.m */; }; - 8A3BCFF83EB0F7B76C09EC9169F2046C /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB1E9E9F158B42755ED2FCDB48383EB /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A9DFB8E2AB590F6A1C2E1628F854293 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC3ED97A2F25074597CCE50CFCAF4B8F /* IQNSArray+Sort.swift */; }; - 8ACB6150ABD5A4BE4CDA42F23E090C9F /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C720CB9435009DE91F1A64D1220C37C6 /* IQKeyboardManager+Toolbar.swift */; }; - 8AE15BE648BEEA0A98F2AC4AE497BB96 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 16CC7D600BD2FAD09EB30720DCA05D2B /* JXCategoryTitleImageCell.m */; }; - 8B0B152593E3CCDD7456DD63125F38AB /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 12E4662DDBAAE4B6AA41B4D420BDB93A /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B2C7470CAF2B7FEE6A1DB91A03B2B71 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3258F756A035160A7901362ACACF0E45 /* SingleAssignmentDisposable.swift */; }; - 8B7996264A46C83B41BED84333C707D4 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894B6CA5CAAC9210FFF21AB3BD65271E /* ResponseSerialization.swift */; }; - 8B7D57E3FCE49F2518B7AE0E6B5D2B96 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98041A7A5ADF3BB57DB60C352F83F3E3 /* SharedSequence+Concurrency.swift */; }; - 8BAD04052E210723CC24D737216D8BDD /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE9F400AC84285D0BD58B4EECAA300F /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BF55823101A3DABEBCC4DBB679D6D69 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C478AC9E536659291BB81DAFF8FF18 /* ESTabBarController-swift-dummy.m */; }; - 8C35B5BAA36F209375286B3C3D2F7103 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = B80466A56EE064F1252BEBB48A9D736A /* SDAnimatedImagePlayer.m */; }; - 8C410A2ED4C48AE8304CB81EBBE58725 /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A911C4CD2A12775223EE7E42488479F /* UIView+Responder.swift */; }; - 8C7AB2A521868852253997C1A21B7A58 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F7125DA99DE30CB2D5C1325453CD88 /* ConnectableObservableType.swift */; }; - 8CCEA9CC39354864D59E41672513B5D1 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4F373C83FFD725A00BD8448DAFF0550 /* Result+Alamofire.swift */; }; - 8DE19A78CB22C3A938AA54381334F6B1 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = F310B6A960D5E6659E42AC404DEAF55B /* JXCategoryIndicatorLineView.m */; }; - 8DED9DBAFF5E9CEDE74B3A1C3144633B /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E20D67BCC1300D8513FCB1A52960EBA3 /* SnapKit-dummy.m */; }; - 8E04134529985568DCFB8818BBBB7F5C /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3879B9F81AB8E056EA88487321555E8C /* UIEdgeInsets+Utils.swift */; }; - 8E5256AFC173BF710216F67AA68F5CDB /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB8A5D1E7D966608969C8E60D523056 /* DDAF.swift */; }; - 8E58F276347ACFC336356D7F3F86C16A /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAAFFAC58000D500257128358DB8429 /* ImmediateSchedulerType.swift */; }; - 8E8EF78F05EBADDB0823E0A341DBF8CD /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3591F9E01AE304113ABBD65C897FD88A /* AnyObserver.swift */; }; - 8E8F09AD96271039CB19EDAF7F40D5C2 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5132B6984F09D388279DA67DE1C0A721 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E9422DF54BCC99CA32573ECA23B7DAC /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01181FF02605CDA4660A622919EC5BD2 /* UISlider+Rx.swift */; }; - 8EE2005703426DFB542B34D09AF24A80 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C5D82864683D836DE6C48BA88F08ED /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F21AA61AEAEE275B82C922F4CFEFC13 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4B013F4A3F804EDDE3F64A3180A064 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F5EE8A86580C3CBB943CFF31888FCBE /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2254DF838ABE89CFFB434B54447DFC22 /* DDBaseLabel.m */; }; - 8FA98CB7E5B912CAB92BC78003150B48 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E355D7F33E09BF405AECD605B790F62 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - 9000C3784F6F6677FFCE5801884263FF /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A374A1C8BE2E161DB9C8F8BB18194817 /* DDBaseViewController.xcassets */; }; - 901BD2DEB68C8864F5DA308EDD46F39C /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 112A0AFD8800802A625484C0C04AB29C /* Timeout.swift */; }; - 90A692D45F5F2537EB0856B3169C97C4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58F676C879B71B9729B97AD3219F0A0 /* RedirectHandler.swift */; }; - 90B15A331091D1C228BFC5F60D4E45F8 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 06EFB0110BDC06BD43C65ABB882B1F46 /* UIImageView+WebCache.m */; }; - 90B9AD190EA21E5F1178C6EECBBB4816 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF10BF3EAA41E5EFB22E62E269D77C9 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90C6480C4262B9CC1A61A3B7E437CCC5 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = A3114222F46CB12F9A3F50D69FA9567D /* SDDisplayLink.m */; }; - 90D5A68E1EF23552D670E47D3B23AE4F /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = D26114E6B2DDDFE1F8F9F37BF15D3B96 /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 918DCF83A321043687D0EC792EA9B873 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2543A4139B89912953D46E4910DC451B /* BehaviorRelay+Driver.swift */; }; - 9190D0264BD462EAC283C7855DBFC072 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E32B538EEBB305C36E7870C3B29D63D /* UIWindow+DDCategory.m */; }; - 9192B0E784D86E864323A0099D5DF9CD /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 448534D65740496A7F98435BBD7869B1 /* EKAttributes+PopBehavior.swift */; }; - 91E7BBF8F1A4202B3E4781E312E2B3A0 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = D3A8CB08D4899D212ACAD5C03C00FA3C /* JXCategoryViewAnimator.m */; }; - 92B93FFA25205F6728C871EC199C940F /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A946CEB3152C44C9696B79FA308DAAA5 /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92BAD4420B04D7F6A5243D5810D729BF /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BBD9D7F8073F6B69A4F440535A06FA /* EKPopUpMessage.swift */; }; - 92EFB720D893286C8BA11156EECEB7FA /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DE61F9DB051D628DCFE3ADB3E9CF92C /* EKAttributes+Duration.swift */; }; - 92F90BB8342AA192D7C08520F4CCF266 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A9B90CCC4674EF7DF81686D823EBF1 /* CachedResponseHandler.swift */; }; - 9348C310A4D8EE0038C25AA32FF0B240 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 891E38FFF45F47643D33562DF361C9DE /* SDInternalMacros.m */; }; - 934A47F0CA3CE8D65B9C4547C263D0CF /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1E3E1F466912DD55237737B066A410 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93721C8F9CF4BDA2AB57C3967D748173 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 1232B287E65E73A5F7B6C47A8719A41D /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9382CEC3FAFA9B3E6F5C78B9663D9E48 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 543C54E1E7FCADD876FDC26A6DD1C44E /* RTLManager.m */; }; - 93D18BDA44F77F52F4B54B750D8A6394 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 503CE2C3CF3C1E485295DDE39B832E2F /* ZFVolumeBrightnessView.m */; }; - 940C28CAF6F3357CB04320E178EAB51A /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 393C499C0A0C424EF078CDD4A0AA58B5 /* ObservableType.swift */; }; - 945E9C3CC9AE13374B957C45F7ED6523 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA062E77B2B48CDB6633707B8939EE8 /* ConstraintLayoutGuide+Extensions.swift */; }; - 94E568256FDD62481B66ECDA5B3A608C /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = E36837913AF8D482C404B9B3C33352AD /* Range.swift */; }; - 951371DF78512514FEF71B4F6FD34EFD /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B33BB272312F879B184E79E33F7F3F8E /* UIView+WebCacheOperation.m */; }; - 957DAA54D070E5B18B4E63E09AB6F710 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D2250ED16634A23667ED0285FD0EE0F /* DDButton.swift */; }; - 95A1DC6EF5C9745D9ADF846DF3CF369F /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6654CA41693FA37DA0668036C2936CAA /* MBProgressHUD.m */; }; - 95A2AC17D9936524C874ACAE4A6E4A1B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 866B20121E4A8F3A6EC2900A19E9A765 /* RxNavigationControllerDelegateProxy.swift */; }; - 95A54FB0F3102527D116AF34B131A747 /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 614B230A460099E014DE2D78444A94D1 /* DDBaseImageView.m */; }; - 95D6B375856547576214D45BAFD14C34 /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E887F46F277E71ABB622DDB19ED646 /* SwiftToast.swift */; }; - 95F17E0FC83301E67165E1F90C5AA5A4 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FA60FB70EF17EADEDCDEDD6F56F030D /* ESTabBarItemContainer.swift */; }; - 9608E323C617DBB486D89685D7267DB4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FB406A6FBCD5D598D1D74261ED38A5CB /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963DE0F758F48FB19394E60E3D1BD7AB /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = A1D31041B602F67D11CF3BBEAC843651 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96E4B9E2601F91643C19484CB4FF061E /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D96709B77757C31073E4E14496AA9E8 /* MATraceReplayOverlay.m */; }; - 971245CD46BFE06B4FF838938725FE3D /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B5BDD0DE26255A890BA6B2B9F2B39E /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 973B2A5036AC6C657C3FF4F7B0225522 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = E4CF8B425F79A50E5A6C24023F99EC1C /* DDBaseNavigationController.m */; }; - 9773847629F2F105580593407D661685 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1EF5BD43F994624CC27C711CCFFE06 /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97BDF23C8E9038148496525214A838D6 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55C09CDB835D682A02A042439B3A33E5 /* IQBarButtonItem.swift */; }; - 97CF24324EFE30D5AA2A345F03D49922 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1868335253A8BC29FBAB3E7B5F76C0 /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 982018F9943EA721B176DED187A3F4B4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC00448A031A41F3C22AA1C8974C8BB /* Signal.swift */; }; - 9821DA7DF396BC7DB5573E76A4D51986 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3D0E9863EF3D86AAF6B4078513D9B36 /* Filter.swift */; }; - 983C31E06D6E4D7B9C87126A26D535E5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = A03EBA3F8B72F186B38A24D7F9CB4033 /* SDAnimatedImage.m */; }; - 9842B2D9C892C0A9E6B69A2AC78AA5F1 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = F48D8DEBCD8BC2814EF8894649D3B04A /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9883368EA6CB439AA08D8F5F1C677CF0 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F3F676D474604944394DC6F56882EDE2 /* UIScrollView+DDCategory.m */; }; - 98D1ACCBF6425DE78465EC9D323030B8 /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 085634A9BB7E9151D87B8C54953F4933 /* ZFLandScapeControlView.m */; }; - 99052A7FD46935C7F9A760467213583D /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 411B260CF714CFB91E616C2B8D36F072 /* EKRootViewController.swift */; }; - 994ADC34B694B54A8EFCD3DD5D61A289 /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE686A4C44F7DA0636E61F79E774BE9D /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 997DB62F7C251C04E2548F73C945E9EE /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 624273B3D0255FD413D79A74FC1F528E /* SwiftEntryKit-dummy.m */; }; - 99CBB155012260A98AD9626555CD4F11 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33242563E2830D15F795294FCD71C76D /* GroupBy.swift */; }; - 99EF30562A31AD676C542693E91F0EE7 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFCCB18BD36E4174E2E8681E3EBD21D /* SDImageGraphics.m */; }; - 9A258A01E679FC91809CB0E4CEE2BEC4 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 095588F6A89644C3B727E2C939F6C283 /* UIColor+SDHexString.m */; }; - 9AAB305EEEDD5680F4A4A00456F138B3 /* DDBaseViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 95624949793DBB97FFAABEE02532DAB2 /* DDBaseViewModel.m */; }; - 9ACCADABE04C5FBF041953A5CC27B8D5 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EECFF8BBE0605C724623A63DC665863 /* SDImageHEICCoder.m */; }; - 9B06B23C0DD30320D27A0AFF3523DD08 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F6DF4772D8EF434AF139D7C4987EE72 /* UIViewArray+QuickLayout.swift */; }; - 9B09741472416487EE81F386B6C9355B /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = F2F465445E3FC8D3741CD2B9D6865B34 /* UIImage+MultiFormat.m */; }; - 9B5100395827615651D86B4C60B15EE3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = AE54FB629F0EF70F873891C1DA662CAF /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B56C88A1A26C2AF157005389DC79D89 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3504A19A05E096FD3C821D634110D8FB /* UIColor+Utils.swift */; }; - 9BD8980B5F16494F2670B922ACC73FDA /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA7F41D05E07DE4BEDEEAEC4431E442 /* BehaviorSubject.swift */; }; - 9CCF4E5998F97912C4CAE91FD94092A4 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = F91E0136FE7A82EDA448140F940CD2EE /* Catch.swift */; }; - 9CF7F93C09CD223D8A4AEFDE6500448B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A6B108B619EE58DB3CA9AF6917ECB2 /* IQKeyboardManagerConstantsInternal.swift */; }; - 9DC90F2EFC4727920E1553241B68DFF1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 148C1A30AAF3A026CD2E04C1ADFDDA6F /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DDBD070D8F28D3645E88F93FC7E98B6 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 962962E6AED45E9E655B831B81105BAC /* MJRefresh-dummy.m */; }; - 9E1FF64ECBEF9CA8C3A2B1B584716C2C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 72B2D4FFABA8CF3D4AD647D51F10ED12 /* SDImageAPNGCoder.m */; }; - 9E278CF7CCA7053B8B9F9599C33DC02B /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = FC1E2AC8262F7B812F4D4439A6D39D2A /* SDImageCachesManagerOperation.m */; }; - 9EA9DCA38AE8140DAA4900C68F0EA575 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E3B4E610E0DD7D7110B0354AF9C65B88 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EC8914C3051A28729B028C865AE9DAE /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2B8D121D3764CC7C6B5C4F9BFEC1659 /* ElementAt.swift */; }; - 9ECF42D1324F716832C4CB78502B7FF4 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 76668C493DB6C22D33C9F8D942B1642D /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF1E4C365CA76114EBD310FACC88668 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B7F6DE0462AF209F629BFF3592F4FD /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F1A9C17629B0FED4F5BE452442F3B5E /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 969919DC7625613ACFB3875CB3BEEFFB /* MATraceReplayOverlayRender.m */; }; - 9F3385E2B8DCE658F07D586F04FB5CC9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = C67CC3218E6BC726166BE5869B0D3616 /* ControlEvent+Signal.swift */; }; - 9F77F23C82AD7A280997AB8CE1026694 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2752E7A6C007F2F97C436695141BFD1 /* IQKeyboardManager+Internal.swift */; }; - 9F9210CD851E076E6C5C1963F3F7F0BD /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E3B262116EEC9E4ED3CE111593E34273 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F96D8DA3174A72987D15129D79F8EA8 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = CCAAE4DAFE76D2275F21E9708250C59A /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FD1A10035A460B3DA7CFA29A3AE33DB /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1405E76D2AF82BADE973FFCFA98369BC /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FE3FCF5816BE354A387DA99CE64BB16 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0AE977B40DDE2472BC483A02BD32F7D /* ZLAlbumListCell.swift */; }; - A07BA82EBAFD79669D9EF1118D658F0E /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012FEF839736580A6C6531EB7D91E705 /* UINavigationController+Rx.swift */; }; - A08A1E1E2A31207AD0555C00759BD69B /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 66257A2DEDA1450500589EFDAB88FA49 /* UINavigationController+DDCategory.m */; }; - A0BEFBE6A346AB11398E3A2B8D5DBE3D /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D434973EC7AAD16A35BE25863F8FB4 /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0C1B45DA29A58D0BFF28129F0965A3E /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DB0D6AA719D02C0946185E2A86BA465 /* DelegateProxy.swift */; }; - A0C26DE9980DFFF397D73B60047492E3 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E74DB1B9A402E932E3BE7F58E7F00CF /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0D722F2C2E041757A96ABBE6EEF644A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6925CB5D95F66C99A121CD4FA5828EF4 /* SDWebImageDownloader.m */; }; - A0F05798AA7269C371264DFD7BDB1904 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A12D9326089E41B87FB50E578A560B5 /* IQKeyboardReturnKeyHandler.swift */; }; - A10CBDF349591A89CD08B42EA6103D24 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 171EA1DC39174A1981D4A6AFC88BF08B /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1355E1BBE3731F83CB38B9055E2372B /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C5E41BBC62A3CEA716CD7996C86B5E1F /* JXCategoryDotCell.m */; }; - A1540B6250A565E9F4FA071822F86C70 /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E3655B96EE1CD292526873DE29FF018 /* EKAttributes+Precedence.swift */; }; - A1949F2B9289F7954C77D3E23621727C /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D480CD329DBF89FE757D5C05B13D671C /* SDImageAWebPCoder.m */; }; - A1E6789F1B8EAA5F9BA61C4F1450C8CC /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = F018E0FD180A85EC8046161B3958129F /* CombineLatest+Collection.swift */; }; - A23BC3446525B05E6857BFB36D273FD9 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C5879FB151992816CAC4BD843428B4 /* ConstraintPriority.swift */; }; - A252AF7657AE77B71C86CB9DD16C7ECD /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAB36794CD85EFDBBEC1FAA7908A59DE /* ZLBaseStickerView.swift */; }; - A254EEEE1080168B974C7A51EE1720FE /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5DD47C06EAEC47F9431EC9ED4325BF /* _RXDelegateProxy.m */; }; - A2594BB6D1B5A1C5F7652550BD4D5CFE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 69010327269113AD02BF11B593D2F18C /* SDImageFrame.m */; }; - A289D5C5FC1181E734636B88E312CE3E /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = ADA5FA71B1F5D722D89588F95E4D6CC5 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2EF4A22909B4F00632D584DFC1AF84E /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AF6A9DB7D5CA6C0C33599B781B504B77 /* JXCategoryImageCellModel.m */; }; - A340546632D10905379CFF17E52381D8 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DBC569BEA53CC0F22123868148A58FD /* UICollectionViewLayout+MJRefresh.m */; }; - A3614B7735695DD47BD1BC18CC9610ED /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC1159CE81FD7C133E51ED2B3878E3AF /* EKAttributes.swift */; }; - A36E14E147B3AB406A5180E1356DB45E /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E92FAEE6F1627E1510A3820B07BECC5 /* InvocableScheduledItem.swift */; }; - A387D29F3E92B11DBF691695607E204A /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 660435BB617C960EE28109DB4228B338 /* DDBaseButton.m */; }; - A38B41419C6BC0D425F4506DEFD09C52 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F6DA93F6113F6C67D8B81F8B27379AE /* Completable+AndThen.swift */; }; - A3B1C5058E6D1A9BC138D3265F4914F6 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 16C545B0938BE55E0A8BAB5D58EDB033 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A512D2DDFF6112FA386045F3F55DB6B6 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 374AEDE5F220F6E288851A3EA9A7C6BC /* Infallible+CombineLatest+arity.swift */; }; - A5476425D3C5D6705F6FBD0E515FCD7A /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = E1264E80BF003E3A5086D8FA3C22331B /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5821D2212C003710A5C38D9664B78C3 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 912635DEDD0B20D0DB284CAE9ED226B2 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5ADCEB47AD35B2837432D89A38F1EB3 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = E557592568F77297E0EA22EB73ADEC63 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5DF3BEAD02F2529DDA2F302CECD3AC5 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C02E400B4EABC9E7610169E3FED064DA /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5FBC4300B4ABFAD6D946894FFF20CE1 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = A3FB1B7F76DE440587D3E09BBCD025C8 /* JXCategoryIndicatorTriangleView.m */; }; - A633C2F82C4975DD22E150A795CD00DD /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750F17C587A9560B4CEBD185CC08C02B /* IQUITextFieldView+Additions.swift */; }; - A661A54FB0BE0E81281BDCD7009CA8B4 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C986C403293EF9D52C72F09520FEC5C8 /* PriorityQueue.swift */; }; - A69BD642F651597A508BFFC52465D14F /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EACEA95479BCFF3E792D0BFFF98F08F7 /* UIRefreshControl+Rx.swift */; }; - A6A53C7B0BDE2CE941B754E8348F352F /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DB880B9B155ED9F6783B273B11E5C63 /* StartWith.swift */; }; - A6EAC1E0ACC363F33EE2B1D9A908EB9D /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F7EA557D2A79CFFD7149815354FE58 /* UIColor+JXAdd.m */; }; - A71B9809FA82EE0CE142382FD6162BAB /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CDFDF0862BC1C0850D8693F0EECB01C /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A767F6B2A7BD50B38673FDE64A2DC9E1 /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 101EE56E2B7D72D13E2BCDFEBED1C4F2 /* DDProgressHUDKit_Private-dummy.m */; }; - A7894E9AA9CCDA6556FEE3E0CA8AF27A /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92466AE76458B4EFD1E55189A8F367E4 /* Zip+Collection.swift */; }; - A7B7885BEEF30EA7BDCDB2AFBB0FAD18 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8A5D12AF5069852E6DB19862968B76 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7C1EC0054ECE0EF2F2CB1B561C23590 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 837EB26B417408C513E015033364FC3E /* SDImageCoder.m */; }; - A800CDAB64BB49B835120199FDDF7EE9 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC8B2431DF6E1C2A6307BBA56EC879F /* ZLThumbnailViewController.swift */; }; - A8046890340F247D5EF036A8C232981C /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BBA408FB4CE3A558BA4BBDAE04E9C384 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A828254620582CC1AC5D705BC77294D2 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 67CD3F191D0231959C2892622121564D /* SDImageIOAnimatedCoder.m */; }; - A82F0D4FB1D81AFA125ED8972A4CC3A0 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3528B3C2FB1A088012497D80F6BD2910 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A84BDD091918605F1ADBE1C6CAF2D715 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6F5DFE5022EB1C32B90913149AE1F0A /* Single.swift */; }; - A91CF7613B28091D4855AFAD82F91E57 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AD81CD5F28446B742504FB0A8B3B869 /* Delay.swift */; }; - A9287B485E49EFFB8DE08945AECF14D8 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3C881CC4DFD5A3734B1C0CAA0DC378 /* RxTarget.swift */; }; - A9C487E07228E6936986478C2613E24E /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFB0585F2DC5A8B43C6ACF80C4313DD3 /* LayoutConstraintItem.swift */; }; - AA0B700D7499FDD27E65E53F8FD2DEBE /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 179DA633B4515B2F551AFDBBD7124AB2 /* QLUtils.swift */; }; - AA1DA531708E1424285A48DDA882C0E3 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8512129283E04B8EBAF7446AEAAB30D7 /* Platform.Darwin.swift */; }; - AA624D3EE03B4A895DC1FFE446ABCC0D /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1F254FE35C42C551AF123C657E89D86 /* RxTableViewReactiveArrayDataSource.swift */; }; - AA746263F9F91D7166646A793B566018 /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3DECE899206B675A1354261C92E798 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAA51B9D97A6385BFCD0BE040F9695E2 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97BC9B07B9C213A345C1319F0FBF7816 /* StringEncoding+Alamofire.swift */; }; - AAC304321AC76D2C680F473FA3A23C12 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3340F9DEEC4FE9E1AECDAFEBA42023A5 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAE47673FBBFDAC8C28BC40A786F9B73 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A429AC5BBB46C3E563C1BC89B36107C /* ZLPhotoPreviewAnimatedTransition.swift */; }; - AB0A7FC1637EC80FF292A7497915811D /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 086329B4FFF5A4881F3AC436F1E01DCB /* RequestInterceptor.swift */; }; - AB66A717522F7B9068399120DDBC5025 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C6B6B613C0E48B101E51520B28703F8 /* DDBaseImage.m */; }; - ABF58857A9ED236CD5B387FF0C56FFC0 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 469CFB74187642A495D0D1FD61DDA07B /* NSBundle+MJRefresh.m */; }; - AC128BF52E4D00EFC523B3779B9B7FB6 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5822E51EE669496B633EAA6ABB44FAC4 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC5D61774CD2638768862FD2934B6027 /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D6530E49CD20A841F29B7E9670C486 /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC7722DC6B0186D7AC2645D19A5CF216 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9B9EEE116BF7B8F5B7E7F0926AF0B2 /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACE0BD363363C792B176AAFF495B0369 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 72CDB05B0276D4A7D2C51C27F59C91F9 /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD15544BE46B5A08FD02FBD48D4A2520 /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A535A247B95C3C5D37EAB336854A58 /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD2D8BB58CB2F0FF6423A016D14516F5 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C13CAFF41AE1647AF2E9543FC4EB0588 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD428E45B5793B370BC9084A07D2BDB5 /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1B29BA5FCF4379CE05541809C914DD5 /* UIDatePicker+Rx.swift */; }; - ADA26D9BD8D714E1B3F6E424BB94E6B7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 580ECE5671E464A9446CA9FB3EADC7E0 /* Bag.swift */; }; - ADA4F7EE7A1BEB6FBA65CFF1C81F40B6 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 995698D87949C9C88D9769399769C192 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADE03FF6E18BB2ADBC95151FBE880DCD /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF0801454F262D007CB28577CFD57B30 /* ConstraintDescription.swift */; }; - AF02F5C6B6D6FA14A017F65611E3974A /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D132A2B72E48F7E7F391DC6445FC436F /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF0A69D68F703D452FCE6F68B461A362 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 89A4755370FBA837BDE924223EEC574A /* ZFPlayerView.m */; }; - AF1850793335D7411B7CA119CCFDF776 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B5DEAFE65E1B39169B93FE31F315CDB /* SDWebImagePrefetcher.m */; }; - AF466F5305DA9E67A46006BCED8F26D3 /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FFABA4109609AB1273186DD3D3F5DED /* Cancelable.swift */; }; - AF5EEFE6005E0DE11ACE6DAF7C97A248 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A454DDCD4280E3C46D96E4260EA6F588 /* UIPickerView+Rx.swift */; }; - AFE462A27C50428CA433CD3254C90863 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 82EEC5B2FBCA888498B487F0F6EF638C /* SDImageCoderHelper.m */; }; - AFF66CAFD7F5E229A8FB545495BAEE1A /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58988EBA21431A4FCAB61AC6940669ED /* DDTableView.swift */; }; - B03BE19F0696EBF85FD6F489AF4D028A /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E02407BE16822620F98D87DB977ABDB /* DDBaseViewController.m */; }; - B04B2B65E995F882AB75E0609D19306C /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6A9C423829C508B0EE10F8912F5876 /* UIView+Shadow.swift */; }; - B0D0C080B9171511A9AB12AD86B7DBE1 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 326E79355D2662EE40B4ADD4EB532929 /* ZFPlayerControlView.m */; }; - B10E4F3871A53CAA6B9DE3D77091E718 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6327F8175D3756C6CC23760964856DF6 /* EKAttributes+HapticFeedback.swift */; }; - B1104525F66A74BF581940CC8EBD4605 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D9CC9050D0D78A061A24A6CE96C8D4BB /* DDTimerManager.m */; }; - B13B94D1C1F2DFC7897986A5272FAC9A /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4453419070F97DAA0D3CC9B4689CAC4 /* Disposables.swift */; }; - B1466F2AF4C8C5D9668D912F5716064A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CA9FF5752F795AD74E8C1EA7FAC3C99 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B172D5B106A91B0582378429D8381BE8 /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C46A12B93F02A9FEEBF92A4B3EB02625 /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1A7FCCDF2F76FD799074AFEF13F2C43 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947E9E1C47F4C457787B9E9844F391EE /* NSSlider+Rx.swift */; }; - B21EF964ACC6CBCD4E5D0D766A71E9DE /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 315882A98CEC10521F50B4B4C95F9AD9 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2F00FA6A845D79D514C907870345041 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964303EC77C6404DC329715A93BC52F6 /* ZLAdjustSlider.swift */; }; - B315A21471DC78A45CA5249A9EF6EF85 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A519B100118E7598C7A7C52A906A6974 /* AuthenticationInterceptor.swift */; }; - B3286AA363910FED381DB2A860887246 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 05DEC88515E140A1BBDF5A3AB2C22A51 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3BCB6762F05E6CE8F5DF3A605730B6C /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 00263AC6F17D16D306703093A53AE9E7 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3BD944BFF9FBD5F1638D4FA684DFC9D /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B075AA5A78690C177F568EE521C66A97 /* DDColorKit_Private-dummy.m */; }; - B3D357841FDA256DD78B84471E009F1D /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0973C069BABEADBA4DDC2D91B6B51F36 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4093EE96AA888E2B1609715B1CAE585 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = D074165ACF5B7FA60D9FE8AF19A90926 /* ZLGeneralDefine.swift */; }; - B410A7FFCF6A4F1FC0160F22E919B009 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D33711CCECCC34AB844934142CEBC5E /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B433B0C001BA1CB725DE369A76FF781B /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F53B8C5E5415E2452780A0548296908 /* ObserveOn.swift */; }; - B450462CA20B3A8EE7F08F1575FBD714 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 43694B564715FB22FE65A897600C112B /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4527D6F585156B3603D05329436D4E0 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DFF946CC3198CC3CF2B9365B54315435 /* SDWebImageOperation.m */; }; - B460A9A103E7954D19D481B77F87F83E /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 907848D3B20FE03A0115A320BD56FE42 /* JXCategoryIndicatorParamsModel.m */; }; - B4E540E0998D38BEA54DE098FDED09A4 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 47CDAA389FF5121816944780A3751B52 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4FE3233189E681459E6FAFE1A656449 /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A5DE7ACD5B5521D80B1EFFAA74DBE88 /* EntryAppearanceDescriptor.swift */; }; - B5269B62215B96500B9620B997F378F4 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EAC1BF18E1AE9D1B6EA926D3179B26 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B53F9C80DFE371236697EE4CF0CBB918 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BC9327358DC964CA0C804F7BE5A45CF /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B558E79B197588FF0F9BEF38A83B6091 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34802CFE9E3C73DF9138713DA2A7E67D /* ConstraintView+Extensions.swift */; }; - B55D49CD10FA31F1E6F92E225D821BB2 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B30B73C6B6A719DA0C5092D06D618BF /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5816208A09555258A1052FB4F631D6D /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A83C5780F817D777A7A9262D94CC4785 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5910A2955A9D0E6E2D746323B465EFA /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9246473747ABD51E83E49783E8635B2D /* ConstraintLayoutGuideDSL.swift */; }; - B5FA1092BF1D816BB9A7BA06EB64BFA4 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = B58D9EC616475BDC99236F8CFF567ED3 /* EKProperty.swift */; }; - B611198D9692C8B6D4970591AED83362 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E448363C083C6EA948D933BE1305092 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B61A05B07D76CBBC87C664B2D964A5C3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E671AF5236EE0D4639D5F82AE9BBEF /* Notifications.swift */; }; - B659FB406C404DBBAE4A648BAE9BC77D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DDB70F33953657978EF8CD96DF3EAC6 /* ParameterEncoding.swift */; }; - B66389A11F64F80F5CBA50E6E8FEE348 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483770B1DE62A342A536BCAD7A834349 /* ParameterEncoder.swift */; }; - B677949ECE1D285288189424DCA6DDEE /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607197C06F4DA14922AC52172CE7CB36 /* ObserverType.swift */; }; - B7551F7AE4DFD9D8BAF5DF408EE11783 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6582DCB993A9BD229060622BC8C3D73F /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7E402A4FD1FB5F8755ACA513AD9C2D5 /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 74D57D0C4CA00A751FB775BE7AE0550D /* ZFIJKPlayerManager.m */; }; - B7ED93C0661C6395D434C8728CA57665 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 816450A5052971046881CA96C0EF439B /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7F5DD3CE4314397AB32E2A87881F1D3 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DCDFA35CABFBFBF90F88244247C3F12 /* DDSwiftLog.swift */; }; - B879EA33355531A618DB822B6EDAE2BF /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C451DC0C6CA6520FF36C63191FABE20 /* ObservableType+PrimitiveSequence.swift */; }; - B89A20B089947FD131E3C205D1AA8B2F /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5422882D46CE1463C84093503A21D19 /* First.swift */; }; - B89BC37A7EF9653B4E70A8386786F5E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = AA81114709B34EB530C8EBEF78B1D97F /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8A6D72F39FE58ACFE28E3C888966365 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9029C188440008AAF43DFC70CE8D6452 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8E2D20AC3123CD07ABBDC96C0FBEA9A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED5E86BEB0CB48BA3772284D1311791 /* JXCategoryIndicatorBackgroundView.m */; }; - B8EF8F9C8ED054238B9FB957EC8B1A70 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1131AA7215B8A080D6D7579D06615C65 /* DDViewController.swift */; }; - B90E1CD028EB4111A1C4D740C8724964 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC14ECF936DF9E0C5555E8EDF49F2A2A /* ConstraintInsets.swift */; }; - B9339C5232FA751530693C26C023E2BC /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3C23171E038268C13C56C7348293CB3 /* NSTextField+Rx.swift */; }; - B9910A2F6B82398D9311F4EB38729DF0 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FC24FC40435F1CD1120CF2A2B1C0E28 /* JXCategoryIndicatorComponentView.m */; }; - B99AEE032BEFAE4BDDB24D5E3FBD2A11 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0FF55C4DBBB394DD95522E9DB2C46F6 /* VirtualTimeScheduler.swift */; }; - B9D19B94A6F4A5248A4E8AD5B5755DA9 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CC5651EBC19F7EF9962CB01C6DFEE4C /* UIViewController+DDCategory.m */; }; - B9EE89D571177CF9494D5BF4616C19B9 /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A33B0247D345D6241ACB48A15182EE1 /* BinaryDisposable.swift */; }; - B9FED8E7B04C74F084D8156BD8AA93DA /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 143CF33E702D1573D47C5558263526BD /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAD25B30F0E334F12EC76FF901DEE3E1 /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 021523672E565F8B634FB7EE93AEC45F /* HapticFeedbackGenerator.swift */; }; - BADA655AB31EAAE70E476D63F5FC98F2 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73747B6E6F2FEA871105F22AD334E6DF /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB11309B4519548E3ECEE89D25C9A5DF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D848E2CDE48F1CF4DB9D89307E8D8567 /* JXCategoryTitleImageCellModel.m */; }; - BB4BEE57B08124DC7915E5BAC5B85AA9 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = FE726E8A8082F744DF99D2538BE3595C /* ZFNetworkSpeedMonitor.m */; }; - BB8B1FFA60F373C310A948D2EE8A7510 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 376A90BAB32D615A65EA5C08D53417FE /* ObservableType+Extensions.swift */; }; - BBAC10AC6F7CCC08CA990EC32BA93912 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A40966E048B46A897427D1CEE4090E68 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCD195060AB693E31E7265ED366357B /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 890A7B6CE35E7109BAEF29B4C9B37611 /* UISwitch+Rx.swift */; }; - BC20B6925EB68254739E7294754E987F /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B64F9D7237C471C8DE8E4115334BCE /* Generate.swift */; }; - BC2DA64DD45B4E41586E32FEBD056B4E /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91C70A65C83FCBE7ED54BF8925F3B1D4 /* ZLPhotoConfiguration.swift */; }; - BC69B1FE7E10F3D5DF175CBE14F5DCA8 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FB72732C12B6304A33D666FFBE17F5 /* JXCategoryListContainerView.m */; }; - BC71F627C5BB3C812706494A15135648 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = D7E7DA86C6DD2431C37E6BA67FB3E3A5 /* NSBezierPath+SDRoundedCorners.m */; }; - BC9B4EE54D72F2455037404FBA19AD37 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD6D2884B9DAF605DE0D1048949F762F /* IQUIScrollView+Additions.swift */; }; - BCD9CC1CE79079D3D45975C960F10783 /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58A70BF3CCAD39E7892B01EFF163FCB /* RxCocoaObjCRuntimeError+Extensions.swift */; }; - BD0530138584A6602C89E4EE957300E0 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC2A7D870BDE2D6BD1CBEB75FF78B2BE /* NSObject+Rx.swift */; }; - BD5DE9137AD611FD04789830CDA7EB55 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14ADF5B6895D27D22E00A6AAF2466F3F /* IQTitleBarButtonItem.swift */; }; - BD964247BCCE72D5C1B9738879564443 /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E1625DE57206E0B4D4F6651CCFF16C /* ColorUtil.swift */; }; - BDAB5BD9075473FC3F0110FA69DE7063 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9F378C6C97C139F6685A18F288572D /* ConstraintPriorityTarget.swift */; }; - BDCA78333A03CC1AAADEB702F0247B5C /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 940B13B3517CA9D2D1F82D3343CE06BE /* UIActivityIndicatorView+Rx.swift */; }; - BDD9AE228245F0409C07B206B04831C1 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6469A4E61CABA772BB04F26A2B9C194A /* ShareReplayScope.swift */; }; - BDE0AF913CE3F4071E4007C5DFDA8524 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AA1CF32F5B7EECA8339163E9618C5A7 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE48E94071B8D2879A0CAAD2716CA894 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A585BF66F00E4874907799DCDE3DB0D /* NSButton+Rx.swift */; }; - BE50B0FF8A2D2BF08505923013F8FCC4 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A127CC8C3DF5C5DEDA7DC817FCC2EF2C /* ZLEditImageViewController.swift */; }; - BF31E4809CC5CC71907563C0795BF3D9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94D2E3526D12BECB23B451ED00431F57 /* DispatchQueue+Extensions.swift */; }; - BF3EAB08454C0020FE33CA725AC710DE /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E24935E5A81D4534663B9067AC01C8CF /* ZFPlayerLogManager.m */; }; - BF7C326418703B0627237B811478A69E /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F6633E15D5EB457911DB63444E27AC9 /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFF07623A7EBCAE780F23B16FCCA46A6 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20C42FA63F44BBB4B48CED1DFF0F4283 /* IQKeyboardManagerSwift-dummy.m */; }; - BFFA58E5979EDB390F21B31F125B2632 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = E0BD509AEF24BFCEECC588C96688FB1C /* UIImage+MemoryCacheCost.m */; }; - C02FA8F054CD99C415C7A3A4F531F74F /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9F96A8EDD29B3D11F11D6838BA2781E /* TakeWithPredicate.swift */; }; - C094EBC7558C3FED852BEF6CCC0ACF40 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DFC2CDC2110BF6C2C30C7B0E1CF1F3B /* UITableView+DDCategory.m */; }; - C129D590FB00BEC41B69093EFE0550C1 /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 7415B57D70E6AF7DBD313DF42574C495 /* MJRefreshGifHeader.m */; }; - C1310E70A4B55A4D4E232A788188EFCE /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FE625FF388E27FF1F48D18BA30F1276 /* UINavigationBar+DDCategory.m */; }; - C17345C45572AC2B9DBF4996F4A9F773 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DA17160ADA52EF7B8FE2EDE91534510F /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C19A3B3BF30C1E6A7B8B49D1707FEF35 /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E39470944A01230F2C7791C91135A /* ObservableConvertibleType+SharedSequence.swift */; }; - C1F35A42F0086062E9FA4BE7EB6D3BC5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BDB575B1D0543B1F33D4D4CEBC77CCC /* SDWebImageCacheKeyFilter.m */; }; - C2B1250F2D7E9CA00F8E9B0F2F363FA0 /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C288E8732F09BA48DF6D4580E3A4177 /* ZFPortraitControlView.m */; }; - C2C943B55033E1906571A539B7123311 /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0805198C3FC2D6331F02DE08C5A082F /* UIViewController+ZLPhotoBrowser.swift */; }; - C2E6AF62952E963D694D0344B4A31965 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B48FE27E824CAC9B5EE35A555DBFBDE /* SkipUntil.swift */; }; - C35397CAEA10B78C7BBDAEFB8FE40447 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = A14E5059CB8D3E345E573F7A6818FA6D /* UIView+ZFFrame.m */; }; - C37DBF428B42A95BE218F7A9799CD371 /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA9F77C7BE8CC49E838890043B98B05 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C39AD0F40722952AA4446A5EF6A3891E /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EDF6239EE7E3B68FD65AB0157796B2A /* Optional.swift */; }; - C3AAA364DF764A753194BEDBB404109F /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4FC7E41383008DC658401930EFD719E /* PrimitiveSequence.swift */; }; - C3F8C20988FD5D58CD8CAEFF38B2D8CF /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A95A7D32D1E09EEFCE4186D86294C3A /* Constraint.swift */; }; - C4597F3D39ED8B9B16DE8998C97D567D /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23183FA349AD969AF4A65529D6198A75 /* Using.swift */; }; - C49B11227141A1C9B5C446CF513AE3B7 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584C3BE265C61499589F413D7D15E330 /* RxTextStorageDelegateProxy.swift */; }; - C4FC515A765F6D264655342C179E8B70 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A14975AF78AB592C174443DE2FBA6CE /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C54B8B88AF0ABC05267411671F02C964 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = BC50E50C34A4DACA22EE2492872E5E05 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5B1A589F5DBC1FE4C0C03ABFAD951AE /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C4138D7DB93619F2D27D17B27E84A443 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5ED9AC48A49B37206E2434AA60DDC45 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B8EE7109734A13BDBB527F83814022 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C606E1F4F816CD5CEF3D207708C3C609 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 8624B569CE2B35F87E85AB8C9FB6111E /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C626CF00E63F1E69A4194CA80068AAFC /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90AE2E6E716A8F3131EB8C19B9A0CF5 /* RxTabBarDelegateProxy.swift */; }; - C644B05AA4A66F134754E6B9F0D4E27E /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80BF48CEB40FEA6F8A5831CEE4F73D24 /* DDCollectionViewCell.swift */; }; - C6DBAF26A4A104BD5200CF834A5C6AC4 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2096AC5565EA9F5EA4AA3418E295D86C /* DDAutoUIKit_Private-dummy.m */; }; - C700503268450867F8D06A2CA67782B8 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = AF6C6D4537F5663E9D982B7F339179C4 /* UIScrollView+ZFPlayer.m */; }; - C700C31CF03C3E4E40B18F0FF4EF381D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = C3F548CB521ECD64AF66D06F53915BEB /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7F4BF5ADCAFDECAA18A0B46A67860DC /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37D4B914096835A909E95042EA1B4D0 /* DDTableViewCell.swift */; }; - C811C54956F24D073E800373BB69A8EB /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F298AFF846D7ED28FE4048F323F08D /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C815F57C6C8283862D8164B5AF94874D /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B7CEE4A5A7949DC403D57BEA616CE47 /* ConstraintView.swift */; }; - C8D7A9EDC2F72A333D4AE379983529DA /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EB7A5B4E809429024A19CA9AD5EDC97 /* UIRectCorner+Short.swift */; }; - C8F37E34D117D30FDFAEE19C03F1DBAA /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1DEC209859BAD3D07F95379C300E4B /* ObservableConvertibleType+Signal.swift */; }; - C9172D6A5B4EBBA8DBDF690F51A58849 /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42E928095D326638A70AB6AC51DDBD4C /* ZLPhotoManager.swift */; }; - C91799FA07B7943929AF12CB5366DEB1 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E6BEFDBDCAFE6F7824A9BDC1A65F85 /* ConstraintAttributes.swift */; }; - C99813C12AD65507F8A1F3F00E140B4D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6653A204A01343F86C8F24AD513671CF /* NotificationCenter+Rx.swift */; }; - C999E85234F4A94F894C7AB58A619F90 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FD6A25A54F71BFA82ED46BE0BDC943 /* DispatchQueue+Extensions.swift */; }; - CA6464B9C5ACE7E1A91BE384C2B4E826 /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A12ECE96930E4A017AC24BD9DBE63307 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA6F5EB759D9543E337D56049423B26D /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD7043293D9B20477F59E286355E83F9 /* Infallible.swift */; }; - CB1B31288E524777EA7FEF6E092E954F /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E3F137AEC98B1BEEB6045818D958857 /* Driver+Subscription.swift */; }; - CB20F726F1766989C14003A27D550492 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F71F7106C18F84BF6E04B68E25F5A6D /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBE75F3542E416CF8276BA20AE902A85 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E30FFF0F33D9C112D9A58E0973F3E25 /* Binder.swift */; }; - CC023213ADCD03CFF6BED5CAD1077F3B /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 639B6473CD48BE433CA8107C54A6A1A7 /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC52EC2DFF1286E3632302C95BAC87B7 /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C08174E1A94946A4A3C5898A7BAA9D /* DisposeBase.swift */; }; - CC5CC3F74C49251DB0BED1BA88542CE2 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1E31D214C918A00628A71F89B960486 /* Throttle.swift */; }; - CCBDC5792EFEDB0D32E03261BE90DFAC /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 809733CC5245BF488BC1F986D97D42E8 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD12156B4F1F982CE5CBA7924ED90E24 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB27B9846EE00EDD21359E190CC250DD /* ZLVideoManager.swift */; }; - CD311A991D498655E95C1A27955DE4EB /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C46ABDEB1577795E1FAC6692ADBC86F3 /* SchedulerServices+Emulation.swift */; }; - CD4E33BE5BC4DBD59CFC58A70DF1CAC3 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AB67042786E6E1B7D32059C92B17E7FD /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDDD632233988F44FEC138B913143D5F /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F24A30A01FF551CA96168BCDAB94F39 /* DDMAGeometry.m */; }; - CDE89F547B05899CDCD211A17EF57F5E /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2592D09527FFA15C8559FD95C45D3240 /* DDViewControllerAnimatedTransition.m */; }; - CE0D7DF3DE52C1B52C39DB23FCED7695 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D8F26594EF87C3ED579130EBBCA804D /* MJRefreshAutoNormalFooter.m */; }; - CE50A84C5C3A363CC5F5B206EF9C16B2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B9F19DC51118528417961426F6F2F7E /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE6E8F479C11E333C244F74A2E9665CE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 94379A2EE3EB83E9E3A34233923148E4 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE7B922D0C2811405884AE7F494C4772 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3337E9888AC8AA53F59E2D1A6552B977 /* CurrentThreadScheduler.swift */; }; - CE90E73675214C8853F20CB4BF569901 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18B06D9B287CC73877EC071520710935 /* ZLClipImageViewController.swift */; }; - CE9DB2E127EF675F92110286C1B3DBB0 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 14772EE44CCF24DBEBCB911A382D66EB /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEA5FFBDF695AF9F54027D0F9BE06A9E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2AD0990531BDAB78853ECA82AF140C /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEC5D59E8CB9AA98751A071D3CC175D7 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2282AE9635EB7CC0426C1101BBBCE5C7 /* SDAnimatedImageView.m */; }; - D00D042B26185CB10B22C67E37AD72F1 /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FC41FA0C568BEBF57AFD3BD0EEC0F18 /* Zip+arity.swift */; }; - D027DFFBF0E354D252A6A52AD54C6830 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C79D063456556C2AA52961BF9AB119A /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D031E69F9B31D2D90CA1BAA088469040 /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684375D08D3DA30BCEBB7C09FD5BF236 /* RequestCompression.swift */; }; - D11FE74B8469EDEE839FE1321DDFB5C0 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4D76EE03ACECEB0B264A71C70287D6 /* SubjectType.swift */; }; - D159E10ABCEC5BAEC2AEE36361A0C14A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C2835F5DBECF1B333FD61E96CA17038 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1709A201DC6C1F16FA13D760D4AF24F /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 269C15DB086F7FFD2A4B22A0AAD7F1D1 /* PrimitiveSequence+Zip+arity.swift */; }; - D19E65ABCD74E193EBBECE5443E47B2F /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3F6236C99AE33EF9F49A086A9E582C2 /* CombineLatest.swift */; }; - D2080DFBC1EC1E36D090C40AE4268C0E /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C710321C61CBA3105FB978BE559980C1 /* EKImageNoteMessageView.swift */; }; - D261FFEAFEECC6C5BE05EAFA172A6962 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 44F0697793A8BA3735ABB643985F8AAE /* _RXKVOObserver.m */; }; - D2674D18CD23C97698FCE3E9C3FD42B1 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049D04F98AA56636385F1C14250C5007 /* Concurrency.swift */; }; - D26EBA1505FCD8CB1561A0FB08AB74A5 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B7200129554DC5D4FB298AB1459F5CD /* URLRequest+Alamofire.swift */; }; - D2B59A35739A47EBEED7DEA75BA5C378 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 9928E748B5CED1FC83BBB7DEC747CF34 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2E2AF992A4E158B35A68EF020BBD66F /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A32CE759B851AA72C7842EA26A3C902B /* UIControl+Rx.swift */; }; - D313C1769F98E563B2F0387645363D60 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C60D44732061E4F30035B3D91F2DDC1 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3C6166B6D26233AE4337DA319FEBF57 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = A45E2F9A77D3BE95B1201214A82F221B /* Protected.swift */; }; - D3DF1456153024C80BCDC91E03814A16 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = C27C3800EBDA7427F8A899EEC5EFA0B0 /* MJRefreshStateTrailer.m */; }; - D433A9598548308343DC33207661EFF2 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEA31DECBF5F916450C08D932E5702B2 /* KVORepresentable+Swift.swift */; }; - D43BA282386D995C1C7F4B7049A909FD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EEC9D28B541D3F742D4CAB669523531 /* Validation.swift */; }; - D4B7589C503DA1F2FC6BB41F78E55753 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 52926B4F888898C5186130DDC01525C8 /* DDBaseAttributedString.m */; }; - D4C656CF4B508E7A1CD28BB9A6D6B3BD /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D9B11B3E51FE34AD9FE0D47D8A4C043 /* ConstraintLayoutGuide.swift */; }; - D52B0E394FF92821DC8380B5498B34A2 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 0996DCEDA34076028734D569FF4C7BCA /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D52BC86B6D44760107ECB5C5E7C96969 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = B9008BE2FBE5785748D1DC210E9D3702 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D565284D49314EAA54AF602A468A0207 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 87777855718EE727EFE14965866780EA /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5A3C301A5BE35EC7C8FB9943FA4155B /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 12767D49B2EB2B8D0A8185E74C77395F /* UIBarButtonItem+DDCategory.m */; }; - D5B499F817DA04BCDEEF25D43C26A677 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CEA385769F9980A4179525C9808FC67 /* UITextField+Rx.swift */; }; - D5FB527A3D73218AFFE6A4E491D8FFEA /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16EE906E5B59920A2AFE23BB13CE5AA4 /* ReplaySubject.swift */; }; - D654637C8DD8012A6593C58CDC7EB89F /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = F87D334DAD0DBCF1F016EFFA0967E2A3 /* EKWindow.swift */; }; - D68A44D2142C495CCD955363CCC1321A /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9227826457AB91976F618EEA5185DD50 /* Request.swift */; }; - D8355ED2663002FD1F7B3A80A6BA9A52 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = D61869DD8E936AA6976F65D14E4CB5B9 /* AddRef.swift */; }; - D84CDF785AEE298324381CD621824774 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A67D09ADC0F5CBE35D36954F0992927 /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D86A0299F74B0CBA434FF9F89F8B958D /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E6C1989F75D1D5D749A973ABA1379A /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D87E7B807948E402CBD4ACBBD3C81CED /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E6B7D06A5E2F85F41E88393972BA97 /* NSThread+DDCategory.m */; }; - D8A8552822E4FEE9460F881ABFC64790 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B4737D1BC912971B10E4141FB90D4E /* MainScheduler.swift */; }; - D8AFCA68301DF482D71DD0116402DD74 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CAC9049D171DFD15E94FCF4B5D1B2CBF /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D90E3609CFB930EE4F8270C9504A41F5 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD6C21869969B22CBD4BFA56373CCB5 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA0F4730416BA79FD57A0DCD6E7DED7F /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7674DE221BF243E9956D65DD52AB600 /* Platform.Linux.swift */; }; - DA122AC8CE9ACBECA2D141674BE399AD /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C611FAF3F8CFA0229563A634C170991 /* Cell+ZLPhotoBrowser.swift */; }; - DA7D630210EED4FE82A89AF9DA354FDE /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AFF2FC5C5B02D7D7686FF7D080293C9 /* JXCategoryBaseCellModel.m */; }; - DAE6984A0E6F7843EC1FC16CA0639411 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759072A84BA76D7925637BDF0FF4DF /* ESTabBar.swift */; }; - DB37A02E7A013103E599E7AC0C065B89 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DA319B1E1C0E889595574D0BCC28F0E /* SDImageCachesManager.m */; }; - DB3F4AED1ED3B0291EA2C6C7D5CC2662 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = FD6D867BCE3B38E929947BA212868C58 /* SDImageCacheDefine.m */; }; - DB5347DA0855F994DB3006E3B208758E /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0B5D4524694941FB896AA6E7863DE /* UIImage+Transform.m */; }; - DB5B2AADF248591EEA2664EBC0933A4B /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2736FBB89EAE7497CD274394E6BAFD7E /* ConstraintDirectionalInsetTarget.swift */; }; - DB82B28011F0864AF66AB1D3A842115A /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BB6923F568478DA17244F40B6F491C5 /* DDLabel.swift */; }; - DBF47AD7D42070ABCA125FD5953118CC /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E7C32BAC05066BCC7B22010C580809A8 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC25951404C24F1A7D6A193A3EA96898 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D47A7092321CC3080DAF0C510ED269E7 /* JXCategoryDotCellModel.m */; }; - DC41B120F0CBAB4E01BBF17427CD4305 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 573BABA1A21A8FA5EE61B346B51ECA2E /* AFError.swift */; }; - DC737D9D05CDFEDEF02A15458AC36B92 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED2C60A5B7E868EE2195061B8A31900A /* KVORepresentable.swift */; }; - DCE7435C2D25EF28CC329168D83B7BA6 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5620915A0B2BD8799F9A6B1092BC20C /* Create.swift */; }; - DE01D59700A407855E6B686508AFB82D /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F71CF744D7F17DD9A0B20DBF984E35 /* Multicast.swift */; }; - DE081D1B6559CE4BECE6C2F3A24E43A1 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABA3EA510DB2A906728184D442798EEB /* ControlProperty.swift */; }; - DE105F6F9C0D9F99B88F01930985E108 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 626F0E100DBD3E1CFE5FE762BD781C80 /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE2D6981D59E4126FB6702371A4FBF45 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03F83A034E7920648D7615C6BB3F1694 /* UIView+QLContentWrap.swift */; }; - DE41579A252D50A14870D3600C04C72E /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DE7CD75AF0F594731AB634FD7A18979 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE5FE62EE79DBFC7EF4FA464DAF4513A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA65E09E52F34DF38EC8D8FF2E20974 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEA7CC5B85C903C74AE96DE0C3AFDBDD /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = F53F160F421AF5CDD132C3D2C7F5C2FB /* EKAttributes+Scroll.swift */; }; - DED9732A59E95F3B79065F6D244A90A5 /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14892A43418159A23F5EE601F222121 /* Just.swift */; }; - DF1533D403B93AE3F7C213E2E79F22D9 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46A83ECA5C1CDE70E91299AA04AEEAC /* EKAttributes+UserInteraction.swift */; }; - DF2E9C4198CC1FA05A9A507356F0A140 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3055A23E44E5602824068EE7D1F1FFA /* EKPopUpMessageView.swift */; }; - DF419FE76FE2E463D3B079DDA8D09DCD /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B725A9CDE58F09E97DAF19217120328D /* ZLWeakProxy.swift */; }; - DFAB3889074446F294E9B7FDB413D9AD /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036697F5AB63852AAD0357D09A0F368A /* ZLPhotoPreviewCell.swift */; }; - DFBC1E24E314AA2D93D8D68444D25E5F /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 282AA01C92F6D05E40185A98A822BFBF /* ConstraintConstantTarget.swift */; }; - DFF89BB4CBD71C272B9E224DBEC1614F /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E15A85595FDA7A7C6CA9BB34486242B /* UITextView+Rx.swift */; }; - E0050EB219F11E257D76F42981621989 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9D6343540263DA0648DAD505A447FF /* Infallible+Bind.swift */; }; - E0803A99E8F5DE3790585C1CB510E8D6 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = C68F12D206042F869439A78F87A10678 /* NSMutableParagraphStyle+DDCategory.m */; }; - E0950E6EE43A295EAF8CBBA0AE9F7440 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B27ECA7CD9E10D151872FE146F3A0EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C13A3F1697B6863CC833339A136FE7 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 214EC6A6CACA244A2A8CCF4320E7CCAC /* ConstraintMakerEditable.swift */; }; - E0C25598D550D85C641C69A84911B691 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9362515E942EF7FA562DED7C08CC9E39 /* Bag+Rx.swift */; }; - E0ED114609A50B49D01ED22E8F5E97D2 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BE623C1DC75E1E56787BD7284F4770 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0F64E6A246654FEC1950BC5CAFF2DE1 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC3FF9C373FDE9B6614E066958C630A0 /* ToArray.swift */; }; - E0FA80E4CD78AECC240107F0F61E8CAA /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA27F19953719292B0973D8BE750172 /* NSObject+Rx+KVORepresentable.swift */; }; - E1B10E0D321EF41E881A4FB7A8D1938C /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AEF926CB0B189BC9664B3F647B00025 /* SwitchIfEmpty.swift */; }; - E254685A45115EC64F0F44681D7D0583 /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A4A634615EA815C5941DD22E65A40BF /* PublishRelay.swift */; }; - E368BA3E038835CB1C1ECC9A6A7AB467 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E767DF4000237CD7D99BE3E039367 /* URLSessionConfiguration+Alamofire.swift */; }; - E377D381740EA7DAA223CBC572EF3258 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4356B553A56BAEFD9ED38842ED2BE2CF /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3D71D3617C88CD8BC9A3537AC98150B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C4E0E2EE6529F5ADE779CE7AC40BBD0 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3E7323AE945DC3AF3A4B2D4FCA619B4 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 496397CEA6F9083A49D19778EF460859 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4024B8DB255BE57A21C552610336A2E /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 427B47CF14E7388511B2314F806BC104 /* Queue.swift */; }; - E49254B60C2043832B5A2E0658DA441C /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0426DB4F5011647554504F564ECEF942 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4BA37E528DEF3AA3A68041452D66C4C /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CD31AEDF7E33CA3ABD804AE98FF3D2F /* Bundle+ZLPhotoBrowser.swift */; }; - E4D1F2F411BE4931E6BF715754C063E7 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BDD2A5CED7C8D028DE2E1893918C7B6 /* RxCocoa-dummy.m */; }; - E4F8FEE1CCBC4FFA46B4CD5E957B354C /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DA44007D5A0BD56C9ACCC2062A9B70C2 /* NSAttributedString+DDCategory.m */; }; - E508BEC46801CF34064D971BE80D0B5C /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 587D7856864D38B4A69FBEBD86954412 /* NSError+ZLPhotoBrowser.swift */; }; - E50CC69C160CC7DFDDAA5E1545D1A670 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFDBE6FE80AE247D012DF382889253C5 /* EKSimpleMessageView.swift */; }; - E545A0110B9AE728EBC27342080E768F /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 329DEB1D35E5E07188BDE293540B8253 /* DDNavigationControllerDelegateReceiver.m */; }; - E559E921BB84AAE511E87807509D7FC6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = CED7BB6AEC0928AC1A214B2655232893 /* ZLPhotoConfiguration+Chaining.swift */; }; - E55CEF4234F35E2FDC1B7855AD39A6A0 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A1F01F1B81867FECEE685419EC78A00 /* JXCategoryIndicatorRainbowLineView.m */; }; - E5A89C1CC70968CACDACA8D8A92B6098 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF4EE747722493E05B726004F65EC26 /* CGFloat+ZLPhotoBrowser.swift */; }; - E5B6436FDCA39024545F3BA52059FCC6 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE03E9CB07B9B48C35FBC5516D6F27C8 /* Error.swift */; }; - E6354246C297E483E6223FE120548DFC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CEF0C3D7F321397802C2240ADF780C5F /* SDWebImageManager.m */; }; - E64D266F649AEECEAB6296829D2077CA /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = E256C53A11A3A8CD4FD03F0C56BE3DCF /* Platform.Darwin.swift */; }; - E6573634AD4877CEFA8EEA3041F378B4 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA997EDF1EEFE5DA1E2657C5F2C9E35D /* Sample.swift */; }; - E69B447C350C9219B0AF9A1D2A0F5BE4 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 300E195D32D209221D0EC632090C5125 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6CCFA7AFD0C8AF22C2029433C27C5C5 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = A903FE0CDD89EE4EE04D9DEB31676E9C /* ZFOrientationObserver.m */; }; - E6D9904957E23E3130F9DAC9CDE8EF64 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06626F60D717AD3EB334A2711D86752 /* EKAttributes+Validations.swift */; }; - E6EACA4E75EC03727F26906AF7B0A011 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D79C0CCC6ECF76A33008F6944FFBCA8 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E787841D635A76F6F607DCC206304D50 /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E01677F90694C3BDF048CFF7D7DF88 /* EKAlertMessageView.swift */; }; - E80658199E928F4F0ADEC89F4141D2F0 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 911F7A8021D40031D2CA8CFBD89AE401 /* ZFUtilities.m */; }; - E81E02118C89B4ACFEE276E94F4BF705 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0398D03963294FABDF39130782AB5349 /* RxTabBarControllerDelegateProxy.swift */; }; - E83655042A5A0EBC2EC6C59E88A1BC1E /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDAE547B177E2B3566A2C06A3BA8801F /* RxCollectionViewReactiveArrayDataSource.swift */; }; - E85B429D067EC3AF0216849A1381050E /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = A0129B8DA898CE14170BDBF2B99A67A7 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8AC828A989AB04260E5B4EF583CF423 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A21647C49BAB9E9DE4C227AB927E0B /* AlamofireExtended.swift */; }; - E969679589E762C810069359BDADF37E /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13D5607C0D97C68E502E6A7513966D0 /* RxSearchBarDelegateProxy.swift */; }; - E998989302CADC0E295896C2F0A05AAB /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = 0E40D8F467FD2E6A9C5A19BC4A8373FB /* Sources_DDMAMap */; }; - E9A52101C6A02C3E428215E4299EA5D9 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = D54AEB920C7441FA773B666A6ACBB3B1 /* MJRefreshConst.m */; }; - E9B9CAFF98439D9A344C891CDE50C5BA /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90C2631646A1D4E5E7941C54BC7D764A /* AtomicInt.swift */; }; - E9BE36DE12FFB998CAC91C71D9794319 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 94BA2EDA4A225165D62DFFB3E2BD6A9B /* JXCategoryIndicatorView.m */; }; - EA0D07CB6EA93FD74E9BD78CF82318B0 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F32CDDD65A7B87E876D5AEFCBDE310F /* DDBasicControlsKit_Private-dummy.m */; }; - EA0EA5B13F19C31ABFCAAA03812049A5 /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9245ED422C113D88BA7D705A7C1C579E /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA567FF21C3D64BDF2A0F9EF9C74B5D6 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 855D38E1901DDE3C70B2A5E07A2BB0FD /* ConstraintConfig.swift */; }; - EAB65D2F121F53E580EA12FF8B2CC844 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07EF256CC0EB1DA7433E1FD36C1756E /* SchedulerType.swift */; }; - EB0D48044962A05B35E67972EAE6173D /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6786852566CA2A027240143D68E11388 /* PrimitiveSequence+Concurrency.swift */; }; - EB42103171FA131586ABFBA7D4138A64 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8895D72243F5DC4C66B8F83FCCF15B48 /* Alamofire-dummy.m */; }; - EC4278099FE63CD6983C77D6461C45A1 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7818E7C1C22ACEC64D5435B8FE7EE3B6 /* Scan.swift */; }; - ED03EABE28153EDF6B4EE27C9E1A9F7A /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1D3FCB4B0D0A0C697B5272967DBA84 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED1A9A4EA55EEACA226641356DB4260B /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D534D4DC51463A5A870B0D2F9C8F216 /* NSURL+DDCategory.m */; }; - ED204E934EBEFF45E85A7F3FE98EF4C3 /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9224B8D3B92E198D22F045AD1F88B5B /* EKAttributes+Shadow.swift */; }; - ED673A80425558C9E43F8207BEE84397 /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E68C7E12A75EA2736451C1FFCEF693A /* EKNotificationMessage.swift */; }; - EDC07A560DC83DFBAB242C46B1D41619 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB0A662DF7A1034A99DCA5BF12C2DBF /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC227E161F6BE101EBA4C41D13B8EB0 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5CFE546917109910492D087B2489F6E /* EKColor.swift */; }; - EDC4880EDA487FDCBAE1993231BA06AD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = D1CF5A91668C11B8BA4B41ED4B253265 /* SDAnimatedImageRep.m */; }; - EDCD0DDC79BD215CDC0C9A7340AFD589 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107CFF56E6458D42D344FA1CBEF95C62 /* HistoricalScheduler.swift */; }; - EDD13358C711D36D718505155E152772 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A65CB6779D2C2DF654427047D4F7E10A /* SynchronizedOnType.swift */; }; - EE02E971AF4EAEBCAA7E6207344D82AD /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EB0C50666316462E68E4B5F5973CEC5 /* SDWebImageDownloaderConfig.m */; }; - EE890DA87BEFE4EDC65B28ED8F9B89C6 /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 780C3EEDBCC7C364764F89D7FFB94BE0 /* ESTabBarController.swift */; }; - EF01E85231DC530D950F26A40D04FD40 /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22136776B4E18D96E1704BA902DCA91 /* CompositeDisposable.swift */; }; - EF645B360085D7EB03E867F9248D9572 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 909CEDD256AF8BAF064CB0F5D6C7BC78 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFC1EF2234D1A4829891828E5C61FE17 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 564534B945E144B4A287A0ECAEBD82C4 /* EKTextField.swift */; }; - EFCF8192D505380E42101B31F273EB4E /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6734E9F4CFF3B23DFD684624373435F5 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFD47B79FEB4CF7B7DE42C6F1E8BEAE0 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9DC2E65C6459BBDCFAE246C90F0C37 /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFEDA5FC77AEC912565C8893C74347CF /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F73DF26A430C230C450F4C7D9CDBCBC /* DelegateProxyType.swift */; }; - F025B0C7413F408112D1BFB2C2878024 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8001DC369265DEBB11311FA67C5E6C68 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F03021F77FAC203AB9A2634888A1A8B3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C95A6734A8AAF97821B81D961185A230 /* EKProcessingNoteMessageView.swift */; }; - F07022CD1447572E28CC1E77A4F7B11C /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18D345A4D6E9F2EEE3447B55C338E82 /* ScheduledDisposable.swift */; }; - F0AE59C74E0BBF11E97A8E9434BF9A93 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FE468210FAC97F6802FC9277093EA9C /* URLEncodedFormEncoder.swift */; }; - F0C1AAAE8A5188E1F409E43A81F8DAD6 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDB453691D6CF48D89450D1638B6A0D8 /* DistinctUntilChanged.swift */; }; - F1AE35204E417F0DD7F15FE749485101 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24074F0E9F84339ECF9A4DA7D51BCD8B /* Infallible+Zip+arity.swift */; }; - F2356E379DC89E951DF5A5E54BFAD109 /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1FDEE96BD46773BA9F68289F23FFCB /* Observable+Concurrency.swift */; }; - F2497638DDBBD5ACFFBDE4F575014E8B /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D7312148AF30F9F9E64E66319376F15C /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F29AFE50D99B629AF9FA103737E54391 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6841241FAF2500646676F02953782F35 /* ZFPlayerController.m */; }; - F2C06558C4753C32172EEDB8BB26DD42 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB72C912B23F44F53E1F44B7CD7CD060 /* RecursiveLock.swift */; }; - F2EA077186D46A198DA8184415E68AAE /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = C452B6DF52A5720F87E587715B7F198F /* Merge.swift */; }; - F3212860E47356E9AF927E472E09261A /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D314C20969BE3A2F1C690B886A7058A1 /* NSTextStorage+Rx.swift */; }; - F351C9EF3671838D1B57EB95DA1B84CD /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CE850B0209D70C433FB15131DF9791 /* DefaultIfEmpty.swift */; }; - F368A886087DE3AB2610673786E29DD3 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9DE19D3BC1059CAC8DA63D23599DD5 /* ConstraintMakerExtendable.swift */; }; - F3A976F044D82F130BAE77C071CEDA5E /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D524AA9D3B5DFCF48E4BEEBCFC04A9 /* JXCategoryTitleImageView.m */; }; - F3B2BEF8FF03AB941765D79452352941 /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55560279E9574A0A032B344D2C046988 /* UIView+QuickLayout.swift */; }; - F3C5F116AAF21D4358A6F711BE37F54A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C9FDB5270DABC087845957A74AA164AF /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3D8C17A7DC3995DCA37FF7789610EEB /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADE5913C9E789333C12F9C288991E750 /* Sequence.swift */; }; - F4010727E0089FB8459E3B88B44CCF05 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10E7B8458F1B2ECC507C952C47A68CF2 /* UIView+Utils.swift */; }; - F4A1A9CA7084A385722737C0E4F1500D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9667205F9F1037AC4D9AA3C8BCC009 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F50DDF3B6BFAFD3FF0332AD2E48A65BB /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08CF1F060C7BD98933A8EC9A8BA4FA17 /* RxRelay-dummy.m */; }; - F5579E515166EFA597E30B6EA2966257 /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEBE628CD8C9BB8E71C1BCB37A9B039C /* UIStepper+Rx.swift */; }; - F6200950262C69D82B2E1F54D09E81CB /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91697B5A3445501715370D331215C68D /* ZLClipImageDismissAnimatedTransition.swift */; }; - F661FDF2D701C76B553BBFE1982DC689 /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0924C3423D5E455451161ABA13468838 /* UIView+ZLPhotoBrowser.swift */; }; - F669A1209E80431CF57E528F4E8B0FEF /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5389FF2C413F6FA2A65A0AA6F3DEB561 /* JXCategoryTitleVerticalZoomCellModel.m */; }; - F679DDFB22B0446466AC8B46B5DDA5EF /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = A28DAB06C1F642DD754A44AB1C6A0B70 /* IQKeyboardManager+OrientationNotification.swift */; }; - F6EACC38ED4CF3069C2E6A05F044C6EB /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CC3C0EC0F4F0A7A27AC58A79111B8D /* AsMaybe.swift */; }; - F72EE60B2F7ABB263396C0D2CA42F2EC /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C56BF92CD239E703C848B322508FE7 /* Amb.swift */; }; - F74D1425287A1A781A0A9DD58A1DD02E /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 922F8D1C26E69717AB5972161F56DD70 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75DFD6601FD194AFB8DF95EE8936F73 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F06572418D82B4F3CC03CCC6F888D74 /* JXCategoryNumberCellModel.m */; }; - F78123F6D3E099475747B424A7DD9B2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = DFDCC6498F326A2BB0331A9AE0A7DFE5 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F787E70DF5F00228E5AF451751EA323C /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F951B9A0C819C053E9369D5804E67D /* UIScrollView+MJExtension.m */; }; - F7B1AB7027FF17E4E594895B07CC4B3C /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E97BE1FE25D690F35F94DF32710DE17 /* MJRefreshStateHeader.m */; }; - F7BBD57301FEC4504E972FA4733A03DF /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BD107F4B0C4145402D6C70007D9EBCF7 /* JXCategoryListContainerRTLCell.m */; }; - F84B09281B0BFF9B1B031CB2BA6C3AB4 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB75B002F4EC52E4D18234FFBB3F45EA /* ConstraintItem.swift */; }; - F93C6980F441D1B60783F1253D1F5E6E /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 357869E607A629BB32DE758F0C757171 /* MJRefreshFooter.m */; }; - F958F034C7BBD246E8368D461BE44725 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AA46FDFFA29B6E0DC879FBF2B049D8 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9F5BB4247E0D06BE1F357B1610502BD /* ZFPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 302B1788ADAFA8494CE10176AFD8BEC8 /* ZFPlayer-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA32D099B9AC21168BE28F1C197FBD77 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 83BC342118EBA9D889CEFA034C0A68DF /* MKAnnotationView+WebCache.m */; }; - FA917E0C80C68BD2D8C7CDF44A418793 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 1423069C29B99EE544176E04A9C7E417 /* SDWebImageDownloaderResponseModifier.m */; }; - FAC4CA638A146A699E9ED8BD575DEC52 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 04AF2A88CCD985C02B11DA6FC3A4AB09 /* SDImageIOCoder.m */; }; - FB529844755E4E0245B59FA97D3CAFA4 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25796BF98BF3A7FAD755569C5336C910 /* Zip.swift */; }; - FB57B8D3D20886701150097BE03882B1 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC3204BE68F52AF8BEFAA6D456A6C7D5 /* RxScrollViewDelegateProxy.swift */; }; - FB92B0480F93AE71F686033E09A7FB22 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F9AC9A9B218CD83368012E93FAB0682 /* Timer.swift */; }; - FC31E40D125D928A526B1AAEB6A0305B /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B590F95B2DAE807EB55FF6AC024866 /* ZFPresentTransition.m */; }; - FC56DF88F386B4839DCBBD85BAEC9655 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F73D5CC4362A97C91BB5A8178962032 /* UINavigationItem+DDCategory.m */; }; - FD455ED8C662DD52F592DF31F58AA185 /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C9C042D3A97283F14D853C697246D15 /* ZFSliderView.m */; }; - FDC2311BC0B529644B4C8A177DFAFDA0 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ACFEBDF924FD4941BC0F0EFC9771331 /* SingleAsync.swift */; }; - FDDBB624BAED990AC9956BF191000419 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = D6AC9FD7FB87D55DDB970CF72C896B47 /* JXCategoryFactory.m */; }; - FE090912DADD46635605657C61DE2E6B /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B03FD88883B0ADA663F1A00B54F08563 /* UIImageView+DDWebCache.m */; }; - FE5A36C9F47EDE5AFC75209A02C40305 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 806396501F54A2C64FAB1A3BED0F20BE /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE8C95D7A9D7F731F7A8FDFC0700B8FF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B29EB87B2DA9F8EA8EEB2F5ADFDE9C34 /* SDImageCodersManager.m */; }; - FE9207C30EFE6A3148C4D424FCB3A479 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 5718BC14A22D15AE2D307B4E3CDD5852 /* DDBaseMutableAttributedString.m */; }; - FED095FC322475307A7A0A120129C779 /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = ED93F8D73FE435738D5D8A2AF52849A3 /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF2EE64024F6462C52A157322B4550EA /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EDF7060CD2857659877CA5D0D15AD68 /* EKAttributes+PositionConstraints.swift */; }; + 5442DB01C93D4C933C1A8CBBFC13F690 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 308E6FA61D35B8BECD5CF36E6BDC548E /* JXCategoryTitleVerticalZoomView.m */; }; + 549B1CF5542E8E21F2710BA821DC2899 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = B15D8ACCEEAF853ED4FB1410663992FC /* JXCategoryTitleView.m */; }; + 554B4A9EB7B0115AA40713C45D0ABF3A /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6AF2382654755E74E92431384F211A0 /* IQPreviousNextView.swift */; }; + 555ADDD160E4DB9DCE0AABDD6978609F /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FD1FA40D8217077DF5F77ACECAD9F05 /* _RX.m */; }; + 555D64D559041A2F1743073FBDA7F769 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E789DAA341F3F6952B2547575114E6 /* MultipartUpload.swift */; }; + 55636BC3CE8BB99D3EAD8465225395FB /* DDBasicControls.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A152A69D2085D0B22F6FEF4C90593C3 /* DDBasicControls.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55737CE468E09E45D9E5BE279A3100C8 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = CB26A46206C6831A68473FD7079779E1 /* SDWebImageIndicator.m */; }; + 56481A9B965BACF6381BB4F218365F05 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5338EB039DDDA1CEB0687DF578E85AF0 /* SkipWhile.swift */; }; + 565C69E3DA4452FAB0E052B93519A32A /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14477A461BBA1C258B971EC4DA30933F /* AnonymousObserver.swift */; }; + 5686B71FBE6F4625D83C3791387F85F7 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = A69D3E95D171D695738BDB897F99C037 /* SubscribeOn.swift */; }; + 56AA1FB915E6D167A106C0F9CF316EA6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E46AF19AAB498E7202B93FD78FC57A8 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D08DCE4BFC873FBB9B1355F514D581 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E9F06E32F7D9FF514B903A5EFBF3C7C /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 570634531E216A7F7942CA187953A790 /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42AD855323940AF0FA5852047AAC08F9 /* BooleanDisposable.swift */; }; + 570D150531BA02EEB383A3F40CEDB5A2 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = B528F577C6A4091B45ACD3A38668CAB2 /* ControlEvent.swift */; }; + 5735C2DF5BF2F771995766484D2061D1 /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA40E7819141FA2A6B27F428C1B99F8 /* ZFReachabilityManager.m */; }; + 5739B5F79D9CC33CE6A6E49CF08BE143 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 425A9BABB24C27BAAE7820163D1EAED4 /* SDWebImageDownloaderDecryptor.m */; }; + 57B1E3E04CB3083B1DBA69D1AA4D122A /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E1FC0B3FDD2534E449C31E5030C4FEBD /* UICollectionViewCell+DDCategory.m */; }; + 57E8D5E0BFF775DCF361333A12294278 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D265B9F4640EF6FE9B2ACFFCC52D3CE8 /* EKContentView.swift */; }; + 57E9A869151C3FAA40FF974E53521DE2 /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 441554C44216A89888333215AA012A51 /* DDCollectionView.swift */; }; + 58331B6BF8493E4C276191285440557E /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = C3F3447872C813DF528F030338891CE6 /* MJRefreshAutoStateFooter.m */; }; + 58D7197BF40F9B581885C8B66028CCA2 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 478980E00140A7CE7382FB4325FEAD1E /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 591C74189843C4755BD2E31E4F50431D /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CAE433DC066B69381954C853EF5020 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 595FA9CCDC2A709BD7F736107DA2C4D6 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D8C9277ED75483A7CE4839B89FC67FC /* JXCategoryNumberCell.m */; }; + 5991DD42571BBAB553AA167C3000AAE3 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA25FF9AC89F159653CCF3B7C1F92AE /* Concat.swift */; }; + 59AD90C47AA6A1B76832CD3C27A9B6A3 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A81E752F390FA2CFA808E4FD762DC67 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA2F6E5C7D736F0CCA9894A3E37C8D1 /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0939F3CC0710468128B04E0D833900 /* DDWebImageKit_Private-dummy.m */; }; + 5AA6E372FD287BFF49666188CEE90926 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC97898A6DA63C7DF9B7C8198ADB37EA /* DDMAMapKit_Private-dummy.m */; }; + 5ADE1ADD5C89879BE23532A77F88DB88 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D72FA0A01089199412FEA816868B7E00 /* EKAlertMessage.swift */; }; + 5AE8F724467F0E9ECAC1B50FAEC91D67 /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F0F259BE2F7AB0C38E4735E873F1A2 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B033DDDC44B06AA233FF487E3C410DF /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34D02251B3BFF0BEA261D2342EAEA473 /* EKStyleView.swift */; }; + 5B07C22BDAA7425C4CCC629868E0072A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 09446C4DD5AE2BB2D04892AF7241A647 /* UIImage+Metadata.m */; }; + 5BBF2E718CCA06ABC22203877EA4EC3E /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = A529E541E350313960BF06504229E2FB /* HTTPHeaders.swift */; }; + 5BD01F6B16A2C9E69F756F4DE189E349 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD58E7B9EAD0150D99F8E6D3461DB26 /* JXCategoryImageView.m */; }; + 5BD480DEE18371740D7AF036D85B8B90 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = A871485905A7B9D5085AB9063F7C2B6E /* DriveRouteCustomAnnotation.m */; }; + 5C01205CDF24EC69095FFC42B832727A /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 63050318E24A30075008D921E1C4B748 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C30F361915F5ECAC7CA86D55EE7E25A /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 831C0CFA95B7C57057FF308E5E5D244D /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CCD552354B88211EB9488550C4F4DB4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 02C7E49501104CF5A5852357313791F8 /* SDAnimatedImageView+WebCache.m */; }; + 5CED4364D767E1BE60CB69BBCFC5B51B /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D577522565702C2275ADE18C6DEFB9D /* Filter.swift */; }; + 5CEFB3AA45586F179D327023FB113412 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBC522DF739FDB75DFE316CF30F9E7F /* RecursiveLock.swift */; }; + 5CF4670F6E41D06C52DCE2D441B5066F /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9C48B591819713D8D984844B4EE13B /* ConstraintMakerFinalizable.swift */; }; + 5CFC8F3DFFA340EEFD415372644734C5 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B61F61B935C115A4208B5417986A35 /* ZLCustomCamera.swift */; }; + 5D048ECBE3D46ABC5B880F766ED23A21 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 41D625B23707C5A6FD4FB96DB186C0FA /* JXCategoryBaseView.m */; }; + 5D0EEB77D1FE5B6445B93FFE286B925A /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 031FAE07041E743B33CD34530D22DFEA /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D56B3DA8AEE281BA8B4779878BBAC25 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E379FBC419ECAAA12AEA0091BE1CCE4E /* UIBarButtonItem+DDCategory.m */; }; + 5DA078BF9515B566F0C538010C15D611 /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93428110C0FF0C16E99FDC636C6A91E3 /* URLSession+Rx.swift */; }; + 5DDC429EB21328DB5AA5FFBA20D4CEFA /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B45E5B44F2A15C7607E4D777D7BF2F /* NSAttributedString+DDCategory.m */; }; + 5E5FBA91B19BE06A32FC0229D5D26FE5 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B1658EF88CA595AEA0831619F2E5916 /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E6140C0CD3517DED7F81D9D8046F3D0 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 77EA6B0EF2745F7938084A803C51B8B6 /* SDWeakProxy.m */; }; + 5EA777A6657B7ECC8AFAF720B0B24B9F /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AC9A93005C646FFDA2725621E466EE8B /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EB60C74FFA757B7BFF385DE7F855FB7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DAF90EB5E46CF4493F1246AFE6637F8 /* MJRefreshTrailer.m */; }; + 5ED1BBF5FAE17E6DA0C804DCDEA8901F /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5C653DE425DA77FF764E580694FBAC /* Materialize.swift */; }; + 5EDF3C540069C5612E579173FDA60AC7 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B160820EE1EEC3C027912046044CFF1 /* DDBaseCollectionViewCell.m */; }; + 5F172DCB05EC615065B7C37575150F22 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4E90252951EBCBD1D933899DAD856B9 /* ESTabBarItemContentView.swift */; }; + 5F33D74E97770B309BA74199F3C85463 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B0B366F617F88B519007C71635C00E /* Error.swift */; }; + 5F947C782C4BB4A5AD404E347D308478 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E3CA24BAF967F0DD559FF3D3BA7B3 /* Queue.swift */; }; + 60DDEEB9DF2E9BF439AAAD617D7DFDCB /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C323D1A4EDA5CB599CBB04834016F189 /* RxPickerViewDataSourceType.swift */; }; + 61185B153F4FCD3160D48208289515FC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 299701559FAB874E2652BA6F06552CBB /* JXCategoryCollectionView.m */; }; + 614BD4DBD5C1BCB13CE995085A38C096 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 310DC8974BD185BD7CF87285C93A1993 /* Observable+Bind.swift */; }; + 619A84DBC854017C0A1A9BBE4D159E39 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BF9498DF220C329425D87229BBC99A48 /* UIImage+ForceDecode.m */; }; + 61E0AF7F5C4EA70EAE5AD9C21EF35977 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFFE264ACFC2E50E41713D39E3072D71 /* DDTextField.swift */; }; + 620AE31C19FA133027680B675F8B3701 /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D8796F8C274AA030685AAC3E8BC31BA /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 626CA8D4F0AD4970A4111E6653DB564D /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B9FC22B0CD75BDF6C79E9303E692782B /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 629C7157E20CDF4236A206BC470406D6 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508455EE35704123049704C9BB38DF20 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; + 632FDD201CBD2BECFE77A054EF4BADB3 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 7494706A6103037E9AE0BAB70B47791F /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6335E8323C2491C8A9C99CE9DB2BF83F /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EECC4113B6D446184136B6B159D83B5 /* Bool+ZLPhotoBrowser.swift */; }; + 635B043F860CE53EFCA19CC564B47075 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8CF610938030111A136AB5E11B31E91 /* IQKeyboardManagerConstants.swift */; }; + 63CB5CA7EA0C4ACE8EF0DEE5247EF225 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 99659605CC6BDAA93B2723E365F27DCC /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63CFA7962D55E2ADE580BE8045A45E85 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51ADE35CB1FF9A7FE7A091D7F77BAEF /* ImmediateSchedulerType.swift */; }; + 64565C8F3117ADC1A656B3ED6E4EA0D9 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17D7C45B2B85F585912810F73875908E /* GroupBy.swift */; }; + 6456BE1D3735919BA27D3C44CA4A984D /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = D81B8A45D65A5DCD02CD4D06E70D9E78 /* SDWebImageDefine.m */; }; + 64D8805F7527163B0A4120C403D97AD2 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9C44A6CE1D11BF815E4C1C7333AF46 /* IQKeyboardManager.swift */; }; + 64F134656F206AEA36B251F574762046 /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 395785F4A9D0B715647139740347B1FD /* JXCategoryIndicatorCell.m */; }; + 652F1768E71D55ED1C4D40E7ABCA11F8 /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308266C5025283F1E98CAA23584FCA85 /* IQUIView+IQKeyboardToolbar.swift */; }; + 657B0B97DA9E63B9CFB50C28CE01C16E /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 058EB6B299B596AC17ED61A28FB6C464 /* HistoricalSchedulerTimeConverter.swift */; }; + 65A3E384961F6C904B1D329C2B1D1BDF /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7EA7706502558EB5C7C27F3AAAC705 /* RxTableViewDataSourceProxy.swift */; }; + 65C3ED45AE68B9415127887E553B901C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F15CF6E1AFD468546DAFF7506A8EBB /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6642D74E21029B29A5AAF0037FDA4BA6 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AF674DC92F6594A8BCE55144406461C /* DDBaseScrollView.m */; }; + 6649A2058F4EA544384A888D95492A95 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F82291D5FAF4348E043E63A57061AF5 /* ZLCameraConfiguration.swift */; }; + 66676CF223546A2ECE64ED1BEFD7E083 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6493A2D3F4534C74F900F18BCF78DA06 /* ConstraintLayoutSupportDSL.swift */; }; + 6674277C63A2F0AE5EA17A48C88759CB /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 642E84188A6B1C3D9511AFFB474BC49D /* EKAttributes+LifecycleActions.swift */; }; + 667E98CC3D54F70B73D6D31D5D94FE0A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C558730A006A4D80DC49040CED2A09C /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6694E6D8A68A448BA619714C9F10A0FC /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B3A4F80AA6DA72A6016BA996872756F /* MJRefreshHeader.m */; }; + 66B43477DE0F24FDDE11B346D39BF863 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7C575E483DBC943A3284018D332EFE4 /* RxTextViewDelegateProxy.swift */; }; + 6707707FAB88FB4AF9DAEB7CE0FA898B /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 35C09C50C9838F729DC091AE4670FDF0 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67CF5305E9EBF23CB22B90CDE4CDBF91 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = C2370C89E7B136ECAA2D3D6DDCC46E00 /* SDImageLoader.m */; }; + 680C1F343B511530518196758E52F22B /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 732D127F9888E847605A93115B6FB2A5 /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A9E007AD5461A5DB79E5541E21BFF6 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 47837799E96C7ABF8530E2D107A740D1 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68AF63A82663683C1B07720476D8D20F /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8475CE286E56A5E8C8499499FD93D8C0 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68B7B161F88A8AD78F0E21B6DE4547CA /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47936CCF8C062F9463A88F805DC55094 /* ESTabBarItemMoreContentView.swift */; }; + 68FB7A064EECBC2F82C9C8F27FCD8008 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BAB945E9A5E55C45B8B8311921A8E65 /* Disposable.swift */; }; + 690256DF05FE465E8948ED017110EE78 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9E6D331CAFFB710AB082155D93DB06C /* ZLEditToolCells.swift */; }; + 6947D25CA62F4B84B0C798ED96485335 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3254A0EE7344F763D13C10C98FF398 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69A74CEB8546E46560B3D6658253BC61 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 155E658252BFB49AE6BC481503E1E5D0 /* Combine.swift */; }; + 69CBDC82C1A8BAE7227588C16B025E99 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8E5CF2AF75161BA15D45A8147CA4B06 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A00768664341176E3CCD3209A118D93 /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FFDA8C8D18D25589844B9EBA43B949 /* DDAttributedString.swift */; }; + 6A73D8C90B3AB65EE530DBC09D72B0BD /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 875DB0046FB6C0EC237887E08B7E17C5 /* DDTimerKit_Private-dummy.m */; }; + 6A81ABDBB4DC38B8AADC3DF2F53A888D /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA5341CC5E3147C94AB1110A86D434A1 /* ZLAlbumListModel.swift */; }; + 6A90AB7810037EF09A1819D7B71E330E /* DDBaseViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF57C1D146522E48A7EEA9AA297EF02 /* DDBaseViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A9EC3C99A882F88915BD329FD85D03A /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17F0B48EB7C62C9467E7D647E7E5C701 /* RxTableViewDataSourceType.swift */; }; + 6CB80E0E3A8AB7064405B2333D680001 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = A84DE09CCC11F7CD9BA52AD791D74C9C /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CC931646D2E1EBA9106EA0BC55D434E /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEEB0A1E76125FB49FD5575003252EB /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CDA21915F4586B1823FF8ACFC96747A /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2DD96D94B33480141CD33D7564D0E1 /* ControlProperty+Driver.swift */; }; + 6CE153A8353153BEBD5941D99D0AA948 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0637CE33914BC197AE69F612D152D488 /* MJRefreshBackNormalFooter.m */; }; + 6D492534BB9E2DB14B01257A33695CF5 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F2CF71799A5E230E34F7E1EE95EBE41 /* ZFPortraitViewController.m */; }; + 6D75852843B9BE87CC6EFA4F663A87D6 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 24B8710F9AC5232F5B7CC0354EDA54E8 /* ZFSmallFloatControlView.m */; }; + 6D8B1D4945DCEECA487075BEF2FC0DC7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A17298BF441E0F25E58BD861854C2A6 /* Driver.swift */; }; + 6D8E6A17A45A4EA1D54A22F69B95AC7F /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC6C9AC71396A13886768DAF49A2B40F /* ZLCameraCell.swift */; }; + 6E0056255590AF29EEA12A9719025309 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C57CB228E5D43D5F2D74740EEBECAAAC /* UIColor+ZLPhotoBrowser.swift */; }; + 6E285A3D314DE0DECF80546A5865EB34 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = C07DC7BB074239198CA2AA5E67CB54AB /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E571195DB6696DCD7A11A16D9DD765F /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB5499479918C7AAE70099CFBB08D7C4 /* ZLCollectionViewFlowLayout.swift */; }; + 6E8267BF68A5C197D4EB8BC34C450987 /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B11AD11EACED0833C99ABEB7FFAEBFA7 /* ZLResultModel.swift */; }; + 6F329291E9FB8EF90578801F87261E08 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8725FA1C93DACCF9BBF4A0683C2D440F /* NSButton+WebCache.m */; }; + 6F7F732D5CFA5F360B62BD76453979EE /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 518123CD2864BF9353C581D7DCFABE36 /* CombineLatest+arity.swift */; }; + 6F998A9AEDDD7366FE0EB30A42C2E32C /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D59E6FB80756876AC41A8DB39AB7648 /* DDBaseTableViewCell.m */; }; + 6F99E2BF991F1F67BD38C6934B68DC07 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BB2B08343FC2F6E05DCCEB5D374A3E /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FDD9640CD571661B675B48F97B4BA23 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE2F5948EF5F76E4E5490C1BDEAE805 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7011AA5DFE462C2CFC2743EABE527EBC /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = C977ACA4AFB8B25147715F669A532B7A /* ZFSpeedLoadingView.m */; }; + 704561149DBBBDD2D481E242B79B1FB5 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A384DFFA8CDF0CD36E185BDDA873C37E /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70AE0363ACE9E14DDA1120DB60B5E0EC /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 67C3E3BA208F663F942C6C0A7758AE8E /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70B6D81C3A8C102C1931501C523F263E /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 29127FC8D58201928F65FC47C03F110E /* ZFLandscapeWindow.m */; }; + 70B6FE4A37E2023C5833979592FE5EC7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = CE0D5B3DA69B8A1EB3202E9916551AFB /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 714040A06F1937DAF3E28B0AD5B74C21 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905308C5F0862D639CBDEEA2DEBA0F38 /* ObservableType+PrimitiveSequence.swift */; }; + 7168A587CF00336CC0C44FC8D27D6B66 /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71EE95AFC1A598411065F4380A2C617A /* UISearchBar+Rx.swift */; }; + 718B12AD3FD5F44645B82D7EB0724C52 /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5669AA45A9EEDDAF205EA5F5FC3709F /* UISearchController+Rx.swift */; }; + 718FEFD76EC61B72AE9C7DA2714A6334 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27F03F4441D9C818900AE909D10AD49A /* Platform.Darwin.swift */; }; + 71AD4D21819BCF755B1D7B11F292D512 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E7070515A83CC341D841996959072ACC /* NSMutableParagraphStyle+DDCategory.m */; }; + 71F16C75439B0599F907D5EAFEBADA4E /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1815691576E936229D71B170B61B51E /* Do.swift */; }; + 721E97A69F374CFAE329583AC28FFCF3 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D379ADE76E8467A45DC74F01AF011B /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7223B00496A695E25067CB5BD41B256C /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208A326EA9C6B70C00A99CF4B4718698 /* Disposables.swift */; }; + 72262100C5916714144C2F6D27E40343 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61730E29F6F735A1BE072AEE87933D91 /* Rx.swift */; }; + 7248CD5CAAC5D0D6FF0F9D85CEF858BB /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E6FE2B6B31B4400D2DECAD7E2C599E1 /* ZLInputTextViewController.swift */; }; + 725D740A38D5E761FCA71B67A4891E35 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 031837A6FE9FA6DB7DEBF6D26A766307 /* SDImageTransformer.m */; }; + 72AACF79D46DD4C0ED4D144B840E1F91 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69D5BBA437CFDB4295DC0C3950519A4D /* UIGestureRecognizer+Rx.swift */; }; + 7347E6690823F77C37B4DB85D84D22A8 /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 00257CDC53E7411DD00B8B7D13C90DE7 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73945F5394F485D66898305510756115 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9781C797B43E5FC55BFF99EA95EB9E71 /* GradientView.swift */; }; + 73AB70D6B97E43420FB576C9D26039E6 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A615CB9A6B2205C360A689AEAAE96D54 /* JXCategoryIndicatorCellModel.m */; }; + 74972BEA7D6A0CE28CB3EFB11EF2DCAF /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F4BF232B50ADCB60D50D62600432E7F /* FontUtil.swift */; }; + 74D9B8DD068330CF7E45798CBF98FA4A /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA8B66E83D344385EBF7FB29AC18EBA /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74DD9CAE99A3118FCFF0E7BDF28DEB29 /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C748222E930F63B48F2B93FDAEDCBCA /* RxCollectionViewDelegateProxy.swift */; }; + 756E1E9A85EDBD96D30C9BC8A7A3A090 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B3D71F408EDE136CBBFB3B205E76D9 /* ZLFilter.swift */; }; + 75A1DAD0A861EDBF654C93A2857D897E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 921F3E94E99466B3F2EEDFFAE9A18289 /* JXCategoryIndicatorDotLineView.m */; }; + 75A50A9B3FD4EF659C8E61546D270CF1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 270215BAF27EE60E6F706702FB984C9E /* SDImageGIFCoder.m */; }; + 760760698F2B539B1A4A8C3FD74E607A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 24410051C5E307C24C56C3335B418FF2 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76526FA48D1A6EA70431625F10C1361A /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE937EC2C51C0F57C368D998FA54A112 /* PublishRelay.swift */; }; + 765C8A7DB5223CDA8C6E5D333F2CDFC3 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 748BB1DB6EAECC67D4D73F077E64AAA6 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76CE02C1DDF73754EF809A4193D3495C /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DCE973E96BAB683283538BA4415167F /* AsyncLock.swift */; }; + 76E3A558AD358F70264733619F84737A /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D59B292C647A9948B4BC9990018AEC5 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 777D599EE92E8693911A459685C7F332 /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A15EE5A2B9983C9E4356CB92E183195A /* SectionedViewDataSourceType.swift */; }; + 78270987D9093E276EA12C698FC69D66 /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = A454A2C8FCB98799077B1E44521E8B3E /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7847A704E618F99AC5564C938F124AA5 /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2CD3FFA4345FF5CC3DF730CBD677B6B /* BinaryDisposable.swift */; }; + 785031B71ABACAC9C0BF541D7952E7D0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FC339C40C2F8ECB9DB3112F061D8CF40 /* SDImageCache.m */; }; + 7862592A925A99934E73D7B24F2895F7 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FFE786666F4F117875D90064508688 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78804DF412F47FB525746D44F77F371D /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBA01A6E20FF38EB89024711031BE74C /* SchedulerServices+Emulation.swift */; }; + 78B2931A79E21B1AF56F09DEFA4E42F9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 30E8807653D14DD2266B0694899F4F4D /* UIView+WebCache.m */; }; + 78E8EB82B37C77E0CED7EB310ABDE236 /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = E04C5ABF747A086D31BF630397DADF38 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7928BF03967198F5CD7DAFD6D784F04F /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5446E77012E65A051C648874F3E2513 /* EKMessageContentView.swift */; }; + 79403C58DA1B5106F8104E1DEC5C2573 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DDD1B2BB4DF04E5ECF2C7AF8C3EDF08 /* MABaseOverlay+DDCategory.m */; }; + 795FED16EEB4B05B3E37700009207E34 /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD55BA9B48C8F8041A3826CB6F4D63F /* URLConvertible+URLRequestConvertible.swift */; }; + 79732A6532885C9A7DB87F999CE0BBDC /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 87FC369F276C543CB0E1A3A5AFF3A837 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79902593EB590F1E0463213225F2E893 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DF2512911715A0B3D628A1E3BB16CE5 /* Generate.swift */; }; + 79BBB0704A1D4B8AB66B87F6AF9BDDEC /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C6ED8AF5E90ED6478138B344B5D5E9 /* Debugging.swift */; }; + 79E028B32DC2E143BAC645CD4DE435D1 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D66381B5F339AA3F0FE373C9AD62CD51 /* IQUIView+Hierarchy.swift */; }; + 79FB13C8D3A4E1D1C297B963C574C0F5 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8A50CEFDA0687C95EC61B27EEC31A9B /* ZLPhotoUIConfiguration.swift */; }; + 7A3B3E372DA33E8C48594BB13E7B308E /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 813F6C310E3587D8132D0082CD334FE5 /* UITableView+Rx.swift */; }; + 7A555437C6F5B1A9C728D7A8F2F3BE7C /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = D07B9FD87A751C8DF5DFEC1F7525E304 /* DDBaseCollectionView.m */; }; + 7A58B2D1083CC64F48605175B1B048C8 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653BE9F1051FB0AC8D04F6F32313E836 /* ConstraintOffsetTarget.swift */; }; + 7A75A4AACF2EA2B8246DD37BC227E361 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 198DC04144CBA6A32E8BA45889CF152E /* AnyObserver.swift */; }; + 7A77A3293538FFEBBB15FD88F7EECA93 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61F5ACA2414AEE712D1ACA5C1EE3C366 /* ConnectableObservableType.swift */; }; + 7A8B0747E5A8A96ED66C1D708F66CFC4 /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E085FC38F59BBE0A32DFC3BF1718F1A5 /* ZLImageNavController.swift */; }; + 7B1437FE5E98D55CD1607074C4AA29C6 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A8D8B1A42BD45891DB6179489AD828 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B1B85D4CBFA5F7BED145C1D5BCD0DE8 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52BD8DE8D0E7BE2117BAF4CD76536A4E /* ConstraintMakerRelatable.swift */; }; + 7B385A3BBFA5DF0F919ECC1525955E0C /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A09C312BB4DD540B0A8EF71B8ABA386F /* DDMALocationManager.m */; }; + 7B628D6BE786E7E212C05AF352E98232 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDD68B76874DFA5F819713CE810A383 /* NSURL+DDCategory.m */; }; + 7B708B9949DEE9168B4D10D22E04DEAE /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D1C4AA6F82692EFEA3FECF570F304C /* MJRefreshNormalHeader.m */; }; + 7B736FC0BBF3C32F32A585090944FC87 /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E815F486354B346E94F8E60D67874BEB /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BAC5247AD928B776F8727F9FB4EE7AD /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1970F47DB11F1485D563BFD834DAF1B /* ESTabBarItemBadgeView.swift */; }; + 7C268EA30C39F532AC992D696FDF5024 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D22B608945B6FF514CC37D8D650A58 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C3933F4EBA48B2234E0458328110B91 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFF8D5624F6905F46FBD5577A1FBC035 /* ConstraintMakerPrioritizable.swift */; }; + 7D079A25B5264F1227B452FCB3FC54D5 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 966E16A687DC93F02AAF387C056259B5 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D7DC6BCB3ACB399640AA8217A254BA6 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AA8C0469D027698CEB004F38088B4B1 /* SerialDisposable.swift */; }; + 7D9B10E271DC6F5D5BC3F2D1E5BA7039 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = C427D458815D2DACDAEF536EFCC26D10 /* Infallible+Create.swift */; }; + 7DF302A2DB5B660FE70888DA0EE0F286 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049546AE2D69246DA5C5838EC8A75EC2 /* SharedSequence.swift */; }; + 7E087F9A6D1B621A0EFB8764BBBD4B20 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DE271E9026637BAF39A3320647E88F2 /* ElementAt.swift */; }; + 7E5A43683952F26781D57C4CC12F4CCE /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ECF212570173475918737F0157DCD1F /* MJRefreshConfig.m */; }; + 7E7A9F47A061A7D46AB1F401E90429F2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8703E15C5AACE119A44ADE5F2DCBF3 /* SDDiskCache.m */; }; + 7EA4D4DAB19F8B4A1BE641F9A803B3A4 /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E61050A2A3084F4E34A20F4D7D72AF6 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F60A19D3B83E8A56DD7778844101265 /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9211D1E5A9E9ADA94FA6F36EBBD6C69B /* WKWebView+Rx.swift */; }; + 7F72BC2B49C24422B90CDD5D9F8402F2 /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 419EF9BE4CB6783AF29FBF2DB73FBE58 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F87DDA52B40F5252EB2DE162C33BAC0 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D79775F2A42B4043C03F10F1752C5F7 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FCA7DF486BC1220F21964FCD6B1A3C3 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B5B2E4061F11E1EA28782ED15945358 /* RxPickerViewDataSourceProxy.swift */; }; + 80141B208065FE781FF8AB8F850FCE31 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA0FD4C321960EEE6DD63AD6C27FFE00 /* Signal+Subscription.swift */; }; + 8018E5D0017B04D04B3E09473C0A24D8 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC65021380BDE610F542575C28002F9 /* PriorityQueue.swift */; }; + 807357E0D8B429C410617DCD42E83C73 /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC23B2D54EECEB52CCE2F2CC7B3D36D /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80FC51129F0C4BDACF75723CAD51B1C1 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF5A4A690EBD2EFB0302229151A50E4 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 813B683458C65465624988D928272B44 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95C00C565F380008DE13EE2EA336630A /* ZLPhotoBrowser-dummy.m */; }; + 819863FBD51B104B8D66432AC67C05C6 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 73AF0ACD82FCD087067C42D8DACDAF22 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81A7AD8BFF0B7E6291B02D1AB2CF505A /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 347C0076DEC0BB5A07137B78524E04C3 /* ZFPersentInteractiveTransition.m */; }; + 81B24717BFCD424C3874D855D9F4BF32 /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C6EA2E8F4430153FB0CBB07B761F1F /* EKNoteMessageView.swift */; }; + 81B7DA4E34BD7FDCFBE8B2CF16335996 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5B6E0EEEB3D115ED16F5BE81F393D6 /* UICollectionView+Rx.swift */; }; + 81C2D503F2ECEB1331D541797699B6C1 /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A851FFDD2FC740B4366B48BAF8380EB /* ESTabBarItem.swift */; }; + 81DDF3AC3E4831357412BAF122E5456E /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2E7855DD23E12C990502A4702ED070 /* EKAccessoryNoteMessageView.swift */; }; + 8220B550020CCF8983DF5B8252C732F1 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 79BE26D8EEF45461D2CD0155D6F836A2 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82BBE2F159943E19A69BD99EBE48D100 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E4D5D9061137C3840627DC7A22F6E6 /* SDWebImageOptionsProcessor.m */; }; + 82D294963701E49B0022232C893F756C /* DDBaseTabBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E61FF3E31D880F908200A0FAE04D3B /* DDBaseTabBarController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83D0FF7A837ABA4E7B712358AF55AF52 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A62C47EA5F142B96247DD76F5FB2FA /* NSImage+Compatibility.m */; }; + 83EB9A550FC79DE42E3003E39DEFAEB8 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89E158078F914247606BD5C50D62DB6D /* DDLogKit_Private-dummy.m */; }; + 840B27BBD5508D3F123308CABDDFD524 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = FD8E4E2824EAB6B2BA3BF0799C9BF4FE /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84BC5434F8367126E554E82ED3592547 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4476265B1F808102F32AC298F2611C /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8505471A71505E2BA003E64FC0D09DFE /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF49441432353AADD613A3619C9DB59 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85A96DED83E5FBF923823F46106F6836 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDAFDD618BF550A599E1A8A8F78E9301 /* RxCocoa.swift */; }; + 85E9A0412761EE97B0F14C8506738BF5 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE32D2ADA8C2E778E0CEA3C761119CC8 /* Session.swift */; }; + 8627501CCE7EF89EE53F8E891D6AE31C /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECAD1B1F70EF1AB26421154EF6FDCDB6 /* Buffer.swift */; }; + 862E9D10C50CBB0D339039294989DEF7 /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BCED3633699245A942F59210469022C /* _RXObjCRuntime.m */; }; + 865ACC100F9BB256DA7C7F66FC85AF8B /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4DABC79EF73794D559D11226D74E985 /* ItemEvents.swift */; }; + 86BACE0D784445DFCD937FF106BD0C42 /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41064A94194F7191F85D64A6943EC379 /* EKButtonBarView.swift */; }; + 86FDA11CE9FA4F78C10FF4EFD30E6A1F /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61A611919ACFBC90E57197827857F43A /* NSControl+Rx.swift */; }; + 876F4BD3C63DD111FDC0C8A56D70B1AE /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 313BA2413E18C186F215E2194646CB41 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8776F9D9CDA443D35E473576EB3194C5 /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67065C000F264388D70142FA26E93F82 /* UIBarButtonItem+Rx.swift */; }; + 878914063ACAA2126B18E1DE5285F827 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F83784656FA2501DB6AE967A4B117DDC /* EKBackgroundView.swift */; }; + 8791DC308884A90A38BD939A3C382FA5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 00662F4DA25B60EAA6A748E6347472E8 /* SDMemoryCache.m */; }; + 8807E35A0188E69A7B79476779342380 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBAE3B953FAB8519A0D069E74F1AD95 /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 885031037B7CD4BEA92D1497F7781C76 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 82667D5B8675B8C43444121CEFAF2C43 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88A50BF727099AC5CAC16CD4C99B4861 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A7511A332C54E935D5AC0AB33FE5E5 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 892A2CDE39CD694BF836090D02AAAE4D /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4807DC95FB8C4F8B7678DCBF9370900E /* ZLEditVideoViewController.swift */; }; + 89A74579487C25538D71E1B38643774B /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B8405C7EAB0498644B815AAC4D1B6FC3 /* DDToastKit_Private-dummy.m */; }; + 89AAAFB1FDC1EBA0E7962C53E5F6D34A /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41068E0465DBA0197798A284D433A385 /* Delay.swift */; }; + 8A2BB0C70E6AD03FAE785E11B8994109 /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = A86803CA59904D98C1BBF8F503A28D68 /* Date+Dispatch.swift */; }; + 8A2BC1D6114D08F03E5D6CBD66814AD4 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = 663D9CC5B894B88B9FD06CC237A71651 /* JXCategoryIndicatorBallView.m */; }; + 8A36A9064A1796CBA330FEDBAD147348 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A7D80C1458EED48CE37A904B6E2A1C2 /* SDWebImageError.m */; }; + 8A3BCFF83EB0F7B76C09EC9169F2046C /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C91497524DD5BFEDC9EFAFD029D312 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A9DFB8E2AB590F6A1C2E1628F854293 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F34E8B6ED13862BF710C2B32F82048 /* IQNSArray+Sort.swift */; }; + 8AB9F2CA2D3182D18A6C8AD9CAC6D372 /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB8CF011209213DE76C7F12D6097C11E /* DDSwiftLog.swift */; }; + 8ACB6150ABD5A4BE4CDA42F23E090C9F /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B4F334EC664074DAFA36EF236B3D3DC /* IQKeyboardManager+Toolbar.swift */; }; + 8AE15BE648BEEA0A98F2AC4AE497BB96 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 67788FE7FBDBC7140FED13AB7EE5AF18 /* JXCategoryTitleImageCell.m */; }; + 8B0B152593E3CCDD7456DD63125F38AB /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A96D44B80709B17AF6D5CD258437126 /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B614A2389A6A7A85568F9D28F3C3727 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0EEBF0ED54521BD47B2D289ED339C55 /* AddRef.swift */; }; + 8B7996264A46C83B41BED84333C707D4 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15D6BA9EEFDEEF9CCCC8FC7E82D67804 /* ResponseSerialization.swift */; }; + 8B7D57E3FCE49F2518B7AE0E6B5D2B96 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6BC09B9E499C7B6740FA76E7A387E7C /* SharedSequence+Concurrency.swift */; }; + 8BAD04052E210723CC24D737216D8BDD /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D0CDF0E4E2F1C088723A932EF7287D12 /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BF55823101A3DABEBCC4DBB679D6D69 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF18D6BA148903B65C6D1AAABCE41DE /* ESTabBarController-swift-dummy.m */; }; + 8C35B5BAA36F209375286B3C3D2F7103 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E75EA48C375542518B6FAAF7152FDA1 /* SDAnimatedImagePlayer.m */; }; + 8C410A2ED4C48AE8304CB81EBBE58725 /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2ADBDCE0E67450DA4405BA7567BA35D /* UIView+Responder.swift */; }; + 8CCEA9CC39354864D59E41672513B5D1 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DD45BA2A6EA209B7E418B11E5564A3A /* Result+Alamofire.swift */; }; + 8DE19A78CB22C3A938AA54381334F6B1 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6305D964E18FE87C797A5C2FD354860A /* JXCategoryIndicatorLineView.m */; }; + 8DED9DBAFF5E9CEDE74B3A1C3144633B /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3530D9C328D172A5E9E52705CE33873F /* SnapKit-dummy.m */; }; + 8E04134529985568DCFB8818BBBB7F5C /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45C5F51CBD07626BCBD5E758A70D036D /* UIEdgeInsets+Utils.swift */; }; + 8E5256AFC173BF710216F67AA68F5CDB /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A70FD457784DA34D4D7D48DF315F2F4 /* DDAF.swift */; }; + 8E8F09AD96271039CB19EDAF7F40D5C2 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E241B71AB1CC506D419A7EC8FFB99ADB /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E9422DF54BCC99CA32573ECA23B7DAC /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7F27378D5F58EFED6939B2158F713E /* UISlider+Rx.swift */; }; + 8EE2005703426DFB542B34D09AF24A80 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3609EE554BB3D89F33695B3AD6BCE0 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F21AA61AEAEE275B82C922F4CFEFC13 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CFD85E04C9F37619C4403DBC621FE41 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F40C77612174BAE8C1E2F0D0900B179 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2013EAFEE01281A5A27141273E6254CA /* Dematerialize.swift */; }; + 8F5EE8A86580C3CBB943CFF31888FCBE /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = E20C3C871989346D8B72A4D649C1476D /* DDBaseLabel.m */; }; + 8FA98CB7E5B912CAB92BC78003150B48 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A5C7412A60E5D3158BF0ADABEF2215C /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + 8FDC5A87ADCE07FF3E3F1EFB7613CD1A /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C27622A58C8B6DF947096DB8C5F2C27 /* NSObject+DDCategory.m */; }; + 90247CFDC267CC8BFACC881FBC3C3233 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66843C6EAED70171F5724F6D55D583CE /* ObservableType.swift */; }; + 90A692D45F5F2537EB0856B3169C97C4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F910859BD4B8C52A2D0186E96A47368D /* RedirectHandler.swift */; }; + 90B15A331091D1C228BFC5F60D4E45F8 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = CB61CFEE5E63D926E49AC8024C6FDAB0 /* UIImageView+WebCache.m */; }; + 90B9AD190EA21E5F1178C6EECBBB4816 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FCB4438676C9443FDBD11D667940A30 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90C6480C4262B9CC1A61A3B7E437CCC5 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F5CABA123490D4070674BFB696C67E4 /* SDDisplayLink.m */; }; + 90D5A68E1EF23552D670E47D3B23AE4F /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = C45D000702D216C20DC0A6C3F36FE23C /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 912730E60972BAAE7DA4D98C42DD1B2C /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = C187A19F7534C1425E776B316374DE8F /* ReplayRelay.swift */; }; + 918DCF83A321043687D0EC792EA9B873 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E4B0243FD34029F41616C0DC0078EA /* BehaviorRelay+Driver.swift */; }; + 9192B0E784D86E864323A0099D5DF9CD /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A60422D889F7E1EBF46471F13714391 /* EKAttributes+PopBehavior.swift */; }; + 91E7BBF8F1A4202B3E4781E312E2B3A0 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A32A87B597F8FEF9BFB976DCF1D24F /* JXCategoryViewAnimator.m */; }; + 92B93FFA25205F6728C871EC199C940F /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5DFA80FB0E14429FAE0675C4E90C70 /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92BAD4420B04D7F6A5243D5810D729BF /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = FED3277627CB31B80D833E787B106378 /* EKPopUpMessage.swift */; }; + 92EFB720D893286C8BA11156EECEB7FA /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEDB2515BA33F0F0816E4596638A245F /* EKAttributes+Duration.swift */; }; + 92F90BB8342AA192D7C08520F4CCF266 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394570F9DDF81CD9B94EFE0886DBD34F /* CachedResponseHandler.swift */; }; + 9348C310A4D8EE0038C25AA32FF0B240 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = FC46BB03131E5E9E492F9CD7E63C7CB1 /* SDInternalMacros.m */; }; + 934A47F0CA3CE8D65B9C4547C263D0CF /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = E6076C4ED2EA481C1EB7A7618021A959 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93721C8F9CF4BDA2AB57C3967D748173 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 01193E2DB086753DA5AA71A6D347511F /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9382CEC3FAFA9B3E6F5C78B9663D9E48 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E639A11168F792B080B33FC449133FAB /* RTLManager.m */; }; + 93D18BDA44F77F52F4B54B750D8A6394 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D7DE153DDDC520A02D60EC9314D9CE /* ZFVolumeBrightnessView.m */; }; + 9405386260D2B750EEE43A8686608E91 /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33DD2FD2E3BC2DB13C32E3C54B9D5C40 /* Zip.swift */; }; + 94320BBAFDD9941EB31F86FDE3E60B75 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA498E8511AF29C34084CF8B84D3234 /* DDCategoryKit_Private-dummy.m */; }; + 945E9C3CC9AE13374B957C45F7ED6523 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37419015D2FB2786D8DEE83BB5EBDF64 /* ConstraintLayoutGuide+Extensions.swift */; }; + 94C181395A8BE03BBEFF0D774EEB1CA7 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 282D19080AF20F9B1BA46222C48E79C6 /* PrimitiveSequence.swift */; }; + 951371DF78512514FEF71B4F6FD34EFD /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F6AAFCEA85426C0BA2E6B812976B4495 /* UIView+WebCacheOperation.m */; }; + 957DAA54D070E5B18B4E63E09AB6F710 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AFC80F41FA2D3BD5BBE590D190844EF /* DDButton.swift */; }; + 95A1DC6EF5C9745D9ADF846DF3CF369F /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = DEE6A96882AC069BBD48F5F4CC3FC6CA /* MBProgressHUD.m */; }; + 95A2AC17D9936524C874ACAE4A6E4A1B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2874484DB0A3A35CDC391EAFE70B3BFA /* RxNavigationControllerDelegateProxy.swift */; }; + 95A54FB0F3102527D116AF34B131A747 /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB25F6E0D99E2BBFBA2B8783348F9B11 /* DDBaseImageView.m */; }; + 95BA5807492A4AF2BCCFBFAC531CA9D8 /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB783FF249674C2DCA72A637C95A09D /* DisposeBase.swift */; }; + 95D6B375856547576214D45BAFD14C34 /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6B8A60505AAC4D33D7CC0A4311A195 /* SwiftToast.swift */; }; + 95F17E0FC83301E67165E1F90C5AA5A4 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C32556B7118AF696249225F0A517348 /* ESTabBarItemContainer.swift */; }; + 9608E323C617DBB486D89685D7267DB4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 33864E7FE4618F867F0D52B425BE2A89 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 963DE0F758F48FB19394E60E3D1BD7AB /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 827D8783BB6345B7C7A5EA7BA9BE2D94 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E4B9E2601F91643C19484CB4FF061E /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 6741C57460124218FAE6BFDF8A1F14FB /* MATraceReplayOverlay.m */; }; + 96E6C43C53A01AE1C7673BDFEC4DC76B /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76FAFA8931DDDC485CC2BF0225EEBE28 /* SynchronizedDisposeType.swift */; }; + 971245CD46BFE06B4FF838938725FE3D /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 181826E1D0ADF935A7E686C762462C7C /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 972B1CCFF177404921ED4A3D12A33F00 /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEEF4B8CA0969CE54C8317610E903939 /* First.swift */; }; + 973B2A5036AC6C657C3FF4F7B0225522 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C56A9BFFAA90DED7DEC6B31223DE3D /* DDBaseNavigationController.m */; }; + 9773847629F2F105580593407D661685 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 803F891D2788EC97DE6ACB80C74B862C /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97BDF23C8E9038148496525214A838D6 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61791E227983B70E7D756E3872BF12C3 /* IQBarButtonItem.swift */; }; + 97CF24324EFE30D5AA2A345F03D49922 /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 424F5813A5DD5E9D00807E1211C07D11 /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 982018F9943EA721B176DED187A3F4B4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA388F6B7624A40ECFB8B0637F0324E8 /* Signal.swift */; }; + 983C31E06D6E4D7B9C87126A26D535E5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B6FC71CAEE8CABAE8792BA19335D56 /* SDAnimatedImage.m */; }; + 9842B2D9C892C0A9E6B69A2AC78AA5F1 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 384994743AC9F75E27A3CDA4F1A47799 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98D1ACCBF6425DE78465EC9D323030B8 /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = CFE3C042721479245305B79C90CDE196 /* ZFLandScapeControlView.m */; }; + 99052A7FD46935C7F9A760467213583D /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D38EEAEF315A2DD27F9AAE8B9A3BC088 /* EKRootViewController.swift */; }; + 997DB62F7C251C04E2548F73C945E9EE /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27309093A7F1D490ACA8CA5F9A42F1AC /* SwiftEntryKit-dummy.m */; }; + 99EF30562A31AD676C542693E91F0EE7 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FBE818D0EFDEFE0E5A9C609A0CF7DF3 /* SDImageGraphics.m */; }; + 9A258A01E679FC91809CB0E4CEE2BEC4 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = DCAAA1A68E2CC67F36E9382AFE2D861A /* UIColor+SDHexString.m */; }; + 9AAB305EEEDD5680F4A4A00456F138B3 /* DDBaseViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 33B95914A89EBCDBD86D04944B5B9EEA /* DDBaseViewModel.m */; }; + 9AC5FC3E6E1F1B05501E1D07E0BC28C9 /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CD648B156D2E4123C2C343ADEAC20C0 /* Using.swift */; }; + 9ACCADABE04C5FBF041953A5CC27B8D5 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 75290406963A318E803AF8EACD628DF4 /* SDImageHEICCoder.m */; }; + 9B06B23C0DD30320D27A0AFF3523DD08 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD28906C87A46ED4F4524C51036B55EE /* UIViewArray+QuickLayout.swift */; }; + 9B09741472416487EE81F386B6C9355B /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 667969625420EC6DE948A4AB786C3AD2 /* UIImage+MultiFormat.m */; }; + 9B5100395827615651D86B4C60B15EE3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DB43169300F19C3F024AC479DE04767 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B56C88A1A26C2AF157005389DC79D89 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7486AC6796E141A57182236E57AD54C /* UIColor+Utils.swift */; }; + 9C39E63E7EFAC9207F7ABCEEF02991B4 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EFF157C9C98D26B2B75B85C92D8AE8C2 /* DDBaseViewController.xcassets */; }; + 9CF7F93C09CD223D8A4AEFDE6500448B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59D3583760F4609DA9EAFFC1C7B1BE0B /* IQKeyboardManagerConstantsInternal.swift */; }; + 9D1793C55417A6E6F7B9FAE5D20E9117 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 128C9E668234BBCE22D2853342DBC41E /* RxRelay-dummy.m */; }; + 9D3141A5F02E6E1D67CCD72A376113EC /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE5362F4592E63A0E24BDE44E9B42ED /* RecursiveScheduler.swift */; }; + 9DC90F2EFC4727920E1553241B68DFF1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 71AB1A031D043B30D99E49690ED3F80D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DDBD070D8F28D3645E88F93FC7E98B6 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7D66775E00968277373F1820C28F35E /* MJRefresh-dummy.m */; }; + 9E1FF64ECBEF9CA8C3A2B1B584716C2C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E178C77CEFEDFA25846860B670FB30D2 /* SDImageAPNGCoder.m */; }; + 9E278CF7CCA7053B8B9F9599C33DC02B /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8664ED1B2E901F6B41B7265AB84506C5 /* SDImageCachesManagerOperation.m */; }; + 9EA9DCA38AE8140DAA4900C68F0EA575 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = EB964CF858EE225503EE17DEA69FA1A5 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ECF42D1324F716832C4CB78502B7FF4 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BBA0FBA4BAA61EDFD82039DE96807D9A /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF1E4C365CA76114EBD310FACC88668 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = F228F5EA0C26FB01EF43F01DD9C0086C /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F1A9C17629B0FED4F5BE452442F3B5E /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 53797366CA62EDC29999EEC6F78FEF98 /* MATraceReplayOverlayRender.m */; }; + 9F3385E2B8DCE658F07D586F04FB5CC9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC5828DBF304CC18AFF4DB339965BF7 /* ControlEvent+Signal.swift */; }; + 9F4C05698CFCEEAABC6CCC3093CE942B /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 779DA9E9A107C88A96F5CD2E19933DE7 /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F77F23C82AD7A280997AB8CE1026694 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA3A2761EDCB9294D6DF93CDFD4FEAF6 /* IQKeyboardManager+Internal.swift */; }; + 9F9210CD851E076E6C5C1963F3F7F0BD /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D7547CC7CFB8C217BE9D1B03A5E89CF9 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FE3FCF5816BE354A387DA99CE64BB16 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7325F9F0795CB1412150D7C078F378CB /* ZLAlbumListCell.swift */; }; + 9FF5CE9C512F8C464978A1E3A0738850 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EA65439CC45CC46BEEFC2F6AF289CAF /* ScheduledDisposable.swift */; }; + A07BA82EBAFD79669D9EF1118D658F0E /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB28E56457E9908A2BADBEEE7F587F80 /* UINavigationController+Rx.swift */; }; + A0C1B45DA29A58D0BFF28129F0965A3E /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71AC7BCD1812B821E5F06595D29FE590 /* DelegateProxy.swift */; }; + A0C26DE9980DFFF397D73B60047492E3 /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = D17E7AD20B4509C25300DFCCFCAE2677 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0D722F2C2E041757A96ABBE6EEF644A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = F41D3E1FD86B1D7D1DCBEB3E6BAD7D30 /* SDWebImageDownloader.m */; }; + A0F05798AA7269C371264DFD7BDB1904 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34E7F440D1D3ABCFEECA0BF4F45C70C1 /* IQKeyboardReturnKeyHandler.swift */; }; + A1355E1BBE3731F83CB38B9055E2372B /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B2C843A3BD08681E9C6D7B4A57BC9F /* JXCategoryDotCell.m */; }; + A1540B6250A565E9F4FA071822F86C70 /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = A41E654289BAD1E62B7744A07C80983D /* EKAttributes+Precedence.swift */; }; + A1949F2B9289F7954C77D3E23621727C /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 716BF48456AAC3B160433F522407F42C /* SDImageAWebPCoder.m */; }; + A23BC3446525B05E6857BFB36D273FD9 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EA671FB9E889EDCE0789CA1CFA71F64 /* ConstraintPriority.swift */; }; + A252AF7657AE77B71C86CB9DD16C7ECD /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD3239F0BB80CD66E07CDFAA1F7C7665 /* ZLBaseStickerView.swift */; }; + A254EEEE1080168B974C7A51EE1720FE /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 729B4A35FE50FA2C52E97EFD6D71D8EF /* _RXDelegateProxy.m */; }; + A2594BB6D1B5A1C5F7652550BD4D5CFE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F1F8A90648A57000C2E53206F0B6D9 /* SDImageFrame.m */; }; + A2EF4A22909B4F00632D584DFC1AF84E /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B85081E24B9B538EF7BF75AEE7CAD46A /* JXCategoryImageCellModel.m */; }; + A340546632D10905379CFF17E52381D8 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = E48D32258894863E3A3C80BBD72250A9 /* UICollectionViewLayout+MJRefresh.m */; }; + A3614B7735695DD47BD1BC18CC9610ED /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = F94E7C30AF4113D40F033CE1251D8D9C /* EKAttributes.swift */; }; + A387D29F3E92B11DBF691695607E204A /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = F9487F721F5E52BC459A280CD0CEE2F5 /* DDBaseButton.m */; }; + A3B1C5058E6D1A9BC138D3265F4914F6 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C5B886154DDD4E0E621E5C00B65F89 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3C898BEB49E9B17FD3A824DE6FAC3F8 /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DA22E9EAA33A9250A987DB225AE618E /* UITableViewCell+DDCategory.m */; }; + A424E963577F7FFAE5C6C112830241AE /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 94BDD6AB182AF707EE218C2F7956DBE2 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A47EB127A6E0739557B4802A87E11FE7 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0078DE8F9417033DDF8FE1BEB7B92C3C /* Map.swift */; }; + A4F5D88B59368643BEA04468893D1221 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E275EDBD1EBEA831F0CF651123E68DA /* Platform.Linux.swift */; }; + A5476425D3C5D6705F6FBD0E515FCD7A /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9218AE1DDF28858CC993CF0588C28CCF /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5821D2212C003710A5C38D9664B78C3 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FD44EAAED1E671A7BCD36F1D66F6F343 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5ADCEB47AD35B2837432D89A38F1EB3 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EE074B9498B78418C3AF7D78F32BDE0 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5D8C7BBD456F1AA14C0F68DECF8853F /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C1CA2F57A4346CBE7A18CFE5FB264B /* Infallible+Concurrency.swift */; }; + A5DF3BEAD02F2529DDA2F302CECD3AC5 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B71D4B70FBFDFE5B3B5466E2B0A8B9E /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5F795CDE7E9E958CDA4F860E66A4036 /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D442EFD74FBFE6317BA17E473F3D58B /* SerialDispatchQueueScheduler.swift */; }; + A5FBC4300B4ABFAD6D946894FFF20CE1 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = DECDC9C087DB559C43AA1BB4BC070F11 /* JXCategoryIndicatorTriangleView.m */; }; + A633C2F82C4975DD22E150A795CD00DD /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE385C4035EE2E56664FF35189A5E03 /* IQUITextFieldView+Additions.swift */; }; + A661A54FB0BE0E81281BDCD7009CA8B4 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95894F130F7AA2F134A3BD7CCF5ABF78 /* PriorityQueue.swift */; }; + A69BD642F651597A508BFFC52465D14F /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2FFC04BFBF0CBED9AA4E9BF57AE514A /* UIRefreshControl+Rx.swift */; }; + A6EAC1E0ACC363F33EE2B1D9A908EB9D /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 530C188C2800BC141A0D3DA7E5DEFD70 /* UIColor+JXAdd.m */; }; + A71B9809FA82EE0CE142382FD6162BAB /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 80BF1F9CFB9B8752DE1B9089BA5AB4C6 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A767F6B2A7BD50B38673FDE64A2DC9E1 /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6C883C3324294052FC3299E85375C4 /* DDProgressHUDKit_Private-dummy.m */; }; + A7B7885BEEF30EA7BDCDB2AFBB0FAD18 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D114F395E51127CF5ECDB366D2A4DEE /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7C1EC0054ECE0EF2F2CB1B561C23590 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 531FAEA37CD7FEE5EF55FA16C55B238B /* SDImageCoder.m */; }; + A800CDAB64BB49B835120199FDDF7EE9 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32B6C9FC55421EC0891EEB77051191F0 /* ZLThumbnailViewController.swift */; }; + A8046890340F247D5EF036A8C232981C /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 385FE6D9FEA4E825C5CE500B4F2D5452 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A828254620582CC1AC5D705BC77294D2 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 04AF73BC09A5F52479D3B555C12ABDE1 /* SDImageIOAnimatedCoder.m */; }; + A82F0D4FB1D81AFA125ED8972A4CC3A0 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = EC0A77D615174ABF6E8E44E65032BD51 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A83C6B27C33EC2032F63E67E76F85FB0 /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A894F8F6802090FDB5911EBF1C17689 /* WithLatestFrom.swift */; }; + A84134EBA63FFA7DD0298D52DF856CE2 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30839F4CA2C472A4EFC81A353C0EDCD0 /* CurrentThreadScheduler.swift */; }; + A86F0917C4049E9C60D06C8446F81E6A /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B749E3C431FC2E72C48A7D27EC67CEFC /* OperationQueueScheduler.swift */; }; + A8703F0CD0021F789AF4F30E639B24DD /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E224AD503FE144840909E9274EA5F9 /* Empty.swift */; }; + A9287B485E49EFFB8DE08945AECF14D8 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C0CEF207216535BC2D646F46790388 /* RxTarget.swift */; }; + A9C487E07228E6936986478C2613E24E /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A98BB6EF454F042A642F277FE34C9F /* LayoutConstraintItem.swift */; }; + AA0B700D7499FDD27E65E53F8FD2DEBE /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD48561C5513231F3940349131F5CFD9 /* QLUtils.swift */; }; + AA2F5057A0230149F7E204ED7843F232 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 801CF86B61B8D3662503E065018435E6 /* Range.swift */; }; + AA624D3EE03B4A895DC1FFE446ABCC0D /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 730A0DDF48D4CDDB8BB1378A1DD6EAD4 /* RxTableViewReactiveArrayDataSource.swift */; }; + AA746263F9F91D7166646A793B566018 /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 164E3E51174825E5EFCCA51D9A1EC788 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA784C9DF28B59B430B80948F5DD0A84 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 36775DB63F8830B51329D407EC250ACA /* UITableView+DDCategory.m */; }; + AAA51B9D97A6385BFCD0BE040F9695E2 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4D674B291CADFF476B81EB524D1364 /* StringEncoding+Alamofire.swift */; }; + AAC304321AC76D2C680F473FA3A23C12 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BE84043D8B731BC3F9E751E80A4E6C64 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAE47673FBBFDAC8C28BC40A786F9B73 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DEE2FAE47BF7AD86130215490E180B1 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + AB0A7FC1637EC80FF292A7497915811D /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 561EC9FEB48CCE69B0E0E07CF2DD068C /* RequestInterceptor.swift */; }; + AB27097A5281026FFAD9A3330BBE0195 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = 3B3AFF81F7F9BA120A787EAACA759CFC /* Sources_DDMAMap */; }; + AB66A717522F7B9068399120DDBC5025 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F204A4B7D209E2960CD8DB36DB9DAE5 /* DDBaseImage.m */; }; + ABF58857A9ED236CD5B387FF0C56FFC0 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 96CB71287DC47764EA3D00DFF00A504B /* NSBundle+MJRefresh.m */; }; + AC128BF52E4D00EFC523B3779B9B7FB6 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 69801524D244E6009A56696B3054FD7A /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC5D61774CD2638768862FD2934B6027 /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C3A20ACC97D735DC973538555F83FD /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACE0BD363363C792B176AAFF495B0369 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = A35899FB046A3FF6D8BB8E334801F016 /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD15544BE46B5A08FD02FBD48D4A2520 /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF0191F1FD51A0714A5FAB29D3E7BBA /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD2D8BB58CB2F0FF6423A016D14516F5 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = F695846CFE7F772C3CAE8CB10A598038 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD428E45B5793B370BC9084A07D2BDB5 /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2872E11E1C1649690A1AE0E1D0289464 /* UIDatePicker+Rx.swift */; }; + ADA26D9BD8D714E1B3F6E424BB94E6B7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E6D8DA4ADC3045CDA6A90C1B5F22E2 /* Bag.swift */; }; + ADE03FF6E18BB2ADBC95151FBE880DCD /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1290D06DEF5987EC4CF8AE8929764C9 /* ConstraintDescription.swift */; }; + AE5D5D296B70C254CFCEE85F12B94CED /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AF9FA40572C352E073A51DD58F5E03B /* Reactive.swift */; }; + AE9E7487CE1B8C674182E9E0C2F37FCB /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 32637B6BAFD95E5FAE84D0BC42233279 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF02F5C6B6D6FA14A017F65611E3974A /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A516D7E3E2523A33D4FA5B989ED0376 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF0A69D68F703D452FCE6F68B461A362 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C4D96349F0B74A2EDEDF5D9C4FA813 /* ZFPlayerView.m */; }; + AF1850793335D7411B7CA119CCFDF776 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC5CD697767A0969E1B44888827C110 /* SDWebImagePrefetcher.m */; }; + AF5EEFE6005E0DE11ACE6DAF7C97A248 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5B52491A324A5299B334B290E6683CD /* UIPickerView+Rx.swift */; }; + AFE462A27C50428CA433CD3254C90863 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F28A6484225A3970E35587291C2B5249 /* SDImageCoderHelper.m */; }; + AFF66CAFD7F5E229A8FB545495BAEE1A /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48904A2ACA54F39C73F57654E996D349 /* DDTableView.swift */; }; + B0002DD66A8569671F92DD848A8AE757 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D7DF8E3EEBB44B06A866AA809A02034E /* UIFont+DDCategory.m */; }; + B03BE19F0696EBF85FD6F489AF4D028A /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C8F519FF500E6B43223BD4C14E6E4D2D /* DDBaseViewController.m */; }; + B04B2B65E995F882AB75E0609D19306C /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99F08FF721312B8FA11B22A4E2A3C53A /* UIView+Shadow.swift */; }; + B0D0C080B9171511A9AB12AD86B7DBE1 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6AF21223B24F018A05A4873B47C70C /* ZFPlayerControlView.m */; }; + B10E4F3871A53CAA6B9DE3D77091E718 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56E023294987DB2AFF4A531BB11561CC /* EKAttributes+HapticFeedback.swift */; }; + B1104525F66A74BF581940CC8EBD4605 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C40F12DA8092A5DBAC674FC3717ECA8 /* DDTimerManager.m */; }; + B1466F2AF4C8C5D9668D912F5716064A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = D5E4C9ABC7A7C0148C2F0A4F3343ABDF /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B189903A876872C745986F73D2F7DCD2 /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F9DA43B175F92BCFEB6F2EE07B05992 /* Repeat.swift */; }; + B1A7FCCDF2F76FD799074AFEF13F2C43 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7E29BA3E4CFB600E80DD5B5478E6334 /* NSSlider+Rx.swift */; }; + B21EF964ACC6CBCD4E5D0D766A71E9DE /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E8A1AE7BA2A03C0A4D86F4BACB7A1AE7 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2213A82C506010512D755EE811CE80E /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D9979BF7BE755FC5EE72228AAF34BC /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2F00FA6A845D79D514C907870345041 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE3C3780A2B8AC416FE89CF4E0F6472 /* ZLAdjustSlider.swift */; }; + B315A21471DC78A45CA5249A9EF6EF85 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E7FE97D98A6687D74971988BE5E1F63 /* AuthenticationInterceptor.swift */; }; + B3286AA363910FED381DB2A860887246 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A910660C0BC02E8C630FE027B3C1967 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3BCB6762F05E6CE8F5DF3A605730B6C /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EEC50449E91205E91CAE0AC48D213B8 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3BD944BFF9FBD5F1638D4FA684DFC9D /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19ED9AFA84256D06A364CFCCEB118D95 /* DDColorKit_Private-dummy.m */; }; + B3D357841FDA256DD78B84471E009F1D /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FACCD1C35E459F0074DF9B0C1D6EB580 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4093EE96AA888E2B1609715B1CAE585 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = B29C8FD4F539CD32BEA4208A8E848454 /* ZLGeneralDefine.swift */; }; + B410A7FFCF6A4F1FC0160F22E919B009 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 210482A0B5EA060C10B2891EE460AB48 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B450462CA20B3A8EE7F08F1575FBD714 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A9CB1447FEB6029A8840B0C7857C97D7 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4527D6F585156B3603D05329436D4E0 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 977940CC99E17343BB8F09D69A454385 /* SDWebImageOperation.m */; }; + B460A9A103E7954D19D481B77F87F83E /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A5988DA008902FB9184C7A050349E5F /* JXCategoryIndicatorParamsModel.m */; }; + B4E540E0998D38BEA54DE098FDED09A4 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3D16353BBDE4CA88918E2BD12CAB53 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4FE3233189E681459E6FAFE1A656449 /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C462A9856B6AC698726C7E83C7D0CFD /* EntryAppearanceDescriptor.swift */; }; + B5269B62215B96500B9620B997F378F4 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 25024DCCFA9AE75D9ABA8D5F2ACD21A8 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B53F9C80DFE371236697EE4CF0CBB918 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AD1E0CCFE8132D270AFDC99921A6B58 /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B558E79B197588FF0F9BEF38A83B6091 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3224D28CD890FD6D23C05B0B0373F9DE /* ConstraintView+Extensions.swift */; }; + B55D49CD10FA31F1E6F92E225D821BB2 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = B84A8C33175F17CAC11C7792A0BACE7C /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5910A2955A9D0E6E2D746323B465EFA /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D88C27F8761BCE9CD6369FAB4CA712 /* ConstraintLayoutGuideDSL.swift */; }; + B5FA1092BF1D816BB9A7BA06EB64BFA4 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9A05A3D0785506C922906560F5667D7 /* EKProperty.swift */; }; + B611198D9692C8B6D4970591AED83362 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B76411525726A0FD8619E18F1B6CE4 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B61A05B07D76CBBC87C664B2D964A5C3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 123EA8437196FBB5BBAAF553EE28125C /* Notifications.swift */; }; + B659FB406C404DBBAE4A648BAE9BC77D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EA033DA39BDA88EFC4D30EAA3442C1 /* ParameterEncoding.swift */; }; + B66389A11F64F80F5CBA50E6E8FEE348 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C08B1BEBDDE6AED4A18016E6475E99 /* ParameterEncoder.swift */; }; + B7551F7AE4DFD9D8BAF5DF408EE11783 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D6008F0896B2B85E119CF6E31C4F8B4 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7E402A4FD1FB5F8755ACA513AD9C2D5 /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 03E7F513009F9EFEF39E8285EE92C1D9 /* ZFIJKPlayerManager.m */; }; + B7ED93C0661C6395D434C8728CA57665 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 039FCBBD4421DD44C49B8EB73242C2E3 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B89BC37A7EF9653B4E70A8386786F5E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A0A051F9D46BFFEEDA4CCBA9DE4DFA2 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8A6D72F39FE58ACFE28E3C888966365 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0751BB387D16894137CDB066E6C7117F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8B8291E60C9EEF7E503A80916EDD6D6 /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F95237584E1E1CF46A35A7F1A307356 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8E2D20AC3123CD07ABBDC96C0FBEA9A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = FD934287F0405AB55C78075CEB5A982E /* JXCategoryIndicatorBackgroundView.m */; }; + B8EF8F9C8ED054238B9FB957EC8B1A70 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA480296131E6545AABF25FA63D5678E /* DDViewController.swift */; }; + B90E1CD028EB4111A1C4D740C8724964 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4D62476424FE5F64E46973F443EAE6A /* ConstraintInsets.swift */; }; + B9339C5232FA751530693C26C023E2BC /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C625418106AB7EB17105865B2CAAC99C /* NSTextField+Rx.swift */; }; + B9910A2F6B82398D9311F4EB38729DF0 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5CCD3838C0968E1115CDA3D47B1DEB /* JXCategoryIndicatorComponentView.m */; }; + B99ACD5EEA00F31F380FAB5A8B8B2526 /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A52B0113F2EA61CFDF9586666EC94E43 /* UIImageView+DDCategory.m */; }; + B9D206C92A0BC6DE7720757C1A2ECE72 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = BBD60BC8312A9DDAF45C84D812163634 /* UIScreen+DDCategory.m */; }; + B9FED8E7B04C74F084D8156BD8AA93DA /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1266B973BC95F13049649A6DF0E8D54 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA42897D26AE10AD9C5ADDACB76A61E6 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 921636E5901828DF64651E08BAB42C27 /* UINavigationBar+DDCategory.m */; }; + BA69C939FB50337E7B428ED071EF5056 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD3967C066C004CA8E0B6BCEC9579F93 /* Completable+AndThen.swift */; }; + BAD25B30F0E334F12EC76FF901DEE3E1 /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B45DEDEFAD7C4D15F954904ED90CF54 /* HapticFeedbackGenerator.swift */; }; + BADA655AB31EAAE70E476D63F5FC98F2 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = A2D926051E80660C0DC4462304615993 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB11309B4519548E3ECEE89D25C9A5DF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BE6283F27F854F61D59F3EE61D359F4 /* JXCategoryTitleImageCellModel.m */; }; + BB163B9792C6674D0D680D606885C8DC /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7652795C678E014507695AD5757A184C /* MainScheduler.swift */; }; + BB1883C1BCB98977B2BFE1F342D3492A /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A72F47B9638F8A492692CBCBDE187C2 /* Debug.swift */; }; + BB4BEE57B08124DC7915E5BAC5B85AA9 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A311D7DBB05B458B3E1C949116A17A9 /* ZFNetworkSpeedMonitor.m */; }; + BBAC10AC6F7CCC08CA990EC32BA93912 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = B2054A209976BE6EDED8BF328C284A31 /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCD195060AB693E31E7265ED366357B /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1ACD85302EE253410BA0B555A96D91 /* UISwitch+Rx.swift */; }; + BC2DA64DD45B4E41586E32FEBD056B4E /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5151F72B728E7C5CEB8B31367DE84C9C /* ZLPhotoConfiguration.swift */; }; + BC69B1FE7E10F3D5DF175CBE14F5DCA8 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF9989031C197B682326AF0D8A1BC619 /* JXCategoryListContainerView.m */; }; + BC71F627C5BB3C812706494A15135648 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AE402459F6D4CE991232BF8CEFEA31F /* NSBezierPath+SDRoundedCorners.m */; }; + BC9B4EE54D72F2455037404FBA19AD37 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F34AC9EC7DF0BF4466C6B227A7A73B9 /* IQUIScrollView+Additions.swift */; }; + BCD9CC1CE79079D3D45975C960F10783 /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A568F8F84ED86D22002787BA311D2ECA /* RxCocoaObjCRuntimeError+Extensions.swift */; }; + BCDA33ECC9AE69C50380E36C29978C92 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB09B991E6761C590DE3A69C76C440A /* UIView+DDCategory.m */; }; + BD0530138584A6602C89E4EE957300E0 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C90FB76D8A8A80CAFC59D0BF15853CD /* NSObject+Rx.swift */; }; + BD0BAC03BB3C595BAEE4E6C0214DF1B3 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5363A88DF630846BBE5DF0747A6CA19 /* Create.swift */; }; + BD5DE9137AD611FD04789830CDA7EB55 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A6C83223505225ED5CD56A3FDAF636 /* IQTitleBarButtonItem.swift */; }; + BD6F7433C0ED1532C4CF79399A1FEEBC /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = ADCB5BB9CF089B390C36557C68ED136D /* NSBundle+DDCategory.m */; }; + BD90E28115D95F77EBACB3287FC55308 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1B47458536B3C999E06D4706928ADA6 /* ShareReplayScope.swift */; }; + BD964247BCCE72D5C1B9738879564443 /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9286E797921F6CD5F27FC4E657E1AFA /* ColorUtil.swift */; }; + BDAB5BD9075473FC3F0110FA69DE7063 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 253ADE0F23935CA3549F3997DE691DDB /* ConstraintPriorityTarget.swift */; }; + BDCA78333A03CC1AAADEB702F0247B5C /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 124E71CC5CE3F9FAC04F23FCEAA3ACF9 /* UIActivityIndicatorView+Rx.swift */; }; + BDE0AF913CE3F4071E4007C5DFDA8524 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA2E967C6C9D232CC0A879C3937F540 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE48E94071B8D2879A0CAAD2716CA894 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F249100085D6576A786B419F4C8AF1 /* NSButton+Rx.swift */; }; + BE50B0FF8A2D2BF08505923013F8FCC4 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E44178D58BE22E280223ACDAC448D338 /* ZLEditImageViewController.swift */; }; + BF31E4809CC5CC71907563C0795BF3D9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDB694CD0EA8E55CC2F6F7C1F790511 /* DispatchQueue+Extensions.swift */; }; + BF3EAB08454C0020FE33CA725AC710DE /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 20B59AA625B59BE16A80AF0B70C53CF0 /* ZFPlayerLogManager.m */; }; + BF7C326418703B0627237B811478A69E /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = AFB58603BA94186F0189A4706E513E63 /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFEF5438BF1FB39455DEF65AC485C5D3 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4021748C8A97A2B92883ED1E1C597188 /* Infallible.swift */; }; + BFF07623A7EBCAE780F23B16FCCA46A6 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C2F1F9745C892BCEC5395D95071D775 /* IQKeyboardManagerSwift-dummy.m */; }; + BFFA58E5979EDB390F21B31F125B2632 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 40E8A77D2026BAD1ED9079B005A68462 /* UIImage+MemoryCacheCost.m */; }; + C00CAD06E493B28BC19E63BE07761FDB /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 774DF6AAB3E8877F3BA3288ED84402FB /* UITabBarController+DDCategory.m */; }; + C129D590FB00BEC41B69093EFE0550C1 /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = D3291DE4FC4AB2853D55625A1AD9F2C6 /* MJRefreshGifHeader.m */; }; + C17345C45572AC2B9DBF4996F4A9F773 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E80C5B0533597E77317F8BFB34D5E2F /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1940B02503017C93A60F961EC35671F /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 966C1174D3B5AD235E9BFDB3BC2D1AF4 /* NSMutableAttributedString+DDCategory.m */; }; + C1976EEAE2EC4DCA39DF0DFF1AA6A16D /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE96A5F2B943B72C1F0232E90B5E0577 /* Zip+arity.swift */; }; + C19A3B3BF30C1E6A7B8B49D1707FEF35 /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB6EF3C6E6D4E27A4665DD136FD64159 /* ObservableConvertibleType+SharedSequence.swift */; }; + C1D7623AD9734EBB837468AF18373F42 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8CAE56C4AE2824E7A44666D55E680BC /* Single.swift */; }; + C1F35A42F0086062E9FA4BE7EB6D3BC5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF83D127B227A9481F4A34DF48B3C8F /* SDWebImageCacheKeyFilter.m */; }; + C2B1250F2D7E9CA00F8E9B0F2F363FA0 /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C16D8C7CAC7C86DD477EABB84CAB943 /* ZFPortraitControlView.m */; }; + C2BF04992908EF2094D76E21F7B0D7C0 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D238F33FD51043F3EF4B86EBFA021AE /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2C943B55033E1906571A539B7123311 /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BFCEBA74E612D0AAE14AD14FEE1E4 /* UIViewController+ZLPhotoBrowser.swift */; }; + C35397CAEA10B78C7BBDAEFB8FE40447 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 1867ED0683C2B3C3CD5181FAE11897BD /* UIView+ZFFrame.m */; }; + C3F8C20988FD5D58CD8CAEFF38B2D8CF /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = B73224BE8EA3D3AEEC6BE72C19AEE578 /* Constraint.swift */; }; + C40F6F9516468EE6EE51A1C4FB278575 /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE5838784174A0B70B76BFB993775DD3 /* TakeWithPredicate.swift */; }; + C45E4553A532352FC2D6A92529F1ADAA /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87599920109E890FAD115A4A832D2506 /* Enumerated.swift */; }; + C49B11227141A1C9B5C446CF513AE3B7 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5B7BDD3D744ABC74AAAD38C90F4A6C3 /* RxTextStorageDelegateProxy.swift */; }; + C4FC515A765F6D264655342C179E8B70 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 117468C7C42DA5A8F1AC1DCB641DC56A /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54B8B88AF0ABC05267411671F02C964 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DAF0174A817D62CBB9B0474E336B94A /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5ED9AC48A49B37206E2434AA60DDC45 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FE1025C74543255E008560111EE3AF /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C606E1F4F816CD5CEF3D207708C3C609 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 208979073B2FE049774A9D43E7D9D556 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C626CF00E63F1E69A4194CA80068AAFC /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC0D2CA2018F91D073ABF8D0DE886B5B /* RxTabBarDelegateProxy.swift */; }; + C644B05AA4A66F134754E6B9F0D4E27E /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5A462DF4857A99CE461C7BED2BAF3C4 /* DDCollectionViewCell.swift */; }; + C6D9A90D3B4FE697FA554E0A17C6B5E4 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 992692C3535B0478376ACF5B0D59D56D /* CompactMap.swift */; }; + C6DBAF26A4A104BD5200CF834A5C6AC4 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4077B2CFC3AD50394AA33347D58C9AB3 /* DDAutoUIKit_Private-dummy.m */; }; + C700503268450867F8D06A2CA67782B8 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FC81AB33C46D6A1196C93DDAF5C8476 /* UIScrollView+ZFPlayer.m */; }; + C700C31CF03C3E4E40B18F0FF4EF381D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B03AE99153E3D9039BD53DFD5447AB /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C72B01DD0D889A1A13F2FAA980632901 /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEF35C33B8B72178CEB5A646DB10809 /* Catch.swift */; }; + C7AD29D8CE22687209205B9C0CB043A1 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA815D2B98648B935F01066AE001CE04 /* Lock.swift */; }; + C7F4BF5ADCAFDECAA18A0B46A67860DC /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20527A0CDDF3A638A56697666A1399BF /* DDTableViewCell.swift */; }; + C811C54956F24D073E800373BB69A8EB /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C744DED48882A6985631E1322A1BED1 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C815F57C6C8283862D8164B5AF94874D /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 991F88C8553AF29F5C9DEC88D44DFBC0 /* ConstraintView.swift */; }; + C8311466749E74D31530D8B27F2B68EF /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F908B315CC454034AD4ED0594400DDDE /* SynchronizedUnsubscribeType.swift */; }; + C846DCE7E2E865DC660B3475888395EB /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7407C365243B38752BEC41386DC423FE /* PrimitiveSequence+Concurrency.swift */; }; + C8D7A9EDC2F72A333D4AE379983529DA /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E671CBC62168918B1233CCECC29DE6 /* UIRectCorner+Short.swift */; }; + C8F37E34D117D30FDFAEE19C03F1DBAA /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = A15A8A9CE96410BC34464FEC8FDF1F0F /* ObservableConvertibleType+Signal.swift */; }; + C9172D6A5B4EBBA8DBDF690F51A58849 /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5FCF1C630A2AF151F136A1395016D1 /* ZLPhotoManager.swift */; }; + C91799FA07B7943929AF12CB5366DEB1 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4EE38117FADAF6840292CB423F9CC9 /* ConstraintAttributes.swift */; }; + C94ECC0B1338871970341F0B37B459DE /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 797EA6F95F919704E4D20B03FEAE2B2C /* RefCountDisposable.swift */; }; + C99813C12AD65507F8A1F3F00E140B4D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD537B8C2E58D29B2AB1201CE62EA2F9 /* NotificationCenter+Rx.swift */; }; + CB1B31288E524777EA7FEF6E092E954F /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67F3CB69B8373ACF80F013EE7B521CDE /* Driver+Subscription.swift */; }; + CB20F726F1766989C14003A27D550492 /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BEB0DC85F193FDD402A449F5C4B012 /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB2FEF62C57FA5BBD15CBAC9E8C19F42 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563C81F01AC1F279FE5E4DBB8F16CC23 /* ToArray.swift */; }; + CC023213ADCD03CFF6BED5CAD1077F3B /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = D3A9259CEA8616FA5E3BB7D0781C52C1 /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCBDC5792EFEDB0D32E03261BE90DFAC /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2935D3C057FBAA6BA91FEB6E1C86AA43 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD12156B4F1F982CE5CBA7924ED90E24 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1145E3EE51F2B1194D0B9926563F4B /* ZLVideoManager.swift */; }; + CD4E33BE5BC4DBD59CFC58A70DF1CAC3 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D7566C14EE432A5F7F6D920ADB0013 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDDD632233988F44FEC138B913143D5F /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = 94B22ABA3C74CC2836D0004485BE2A5E /* DDMAGeometry.m */; }; + CDE89F547B05899CDCD211A17EF57F5E /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C578E3B01D6804F6A0918DFB12CC45F /* DDViewControllerAnimatedTransition.m */; }; + CE0D7DF3DE52C1B52C39DB23FCED7695 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B71128C7081CD2E8ECF7C5E7C8426449 /* MJRefreshAutoNormalFooter.m */; }; + CE50A84C5C3A363CC5F5B206EF9C16B2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CD951579AD83651660B6C1CBD32018 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE6E8F479C11E333C244F74A2E9665CE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 009DCC568E5D11DF6BDBFF0C1192584A /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE83923E2838675210657D3142E3A427 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CA559423189E8260C4D8EFCD320E5F0 /* Take.swift */; }; + CE86E1F9152A64FE5CA0C71F626DE91E /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E5E737EDFD33953938E4CB48647A583 /* VirtualTimeConverterType.swift */; }; + CE90E73675214C8853F20CB4BF569901 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF93B596B360779782E3FBBF7AAF012 /* ZLClipImageViewController.swift */; }; + CE9DB2E127EF675F92110286C1B3DBB0 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6010F70FF57799D9BCCC14DA558B0C7C /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEA5FFBDF695AF9F54027D0F9BE06A9E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9732FA176F09A99C701C81AE75310FF1 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEC5D59E8CB9AA98751A071D3CC175D7 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BE6850DB0B9DEFBCD03670D36B191D /* SDAnimatedImageView.m */; }; + CF166EE0BD4BBC9552C47101342F3706 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B35A6FBA3CBD45226B85A6F876700BE /* SingleAsync.swift */; }; + CF8E9E9D79030190C6C2A8F033ACFD5A /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818837704BE878EA31F3506CB02438F0 /* Observable+Concurrency.swift */; }; + CFC3AE9E84DB459397787A54726B256D /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B04C021800239F336FA695C490CFEC4 /* Multicast.swift */; }; + CFF0856209812E6587E4680A4621A17C /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D7675DF4C5361504B769BEE001B44E11 /* UICollectionView+DDCategory.m */; }; + D027DFFBF0E354D252A6A52AD54C6830 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 048E14649FCB9C543A77DD4FF64842FC /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D031E69F9B31D2D90CA1BAA088469040 /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D8E1DC22B5C3AE073615700D1B0D05 /* RequestCompression.swift */; }; + D159E10ABCEC5BAEC2AEE36361A0C14A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B8FD3A49A449B4BC1A53E8BF2F87B9 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1BEC579C6CDE70D346EC4C7E4FBD387 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A48F91D027A2F3558667F28CF756E889 /* UINavigationItem+DDCategory.m */; }; + D2080DFBC1EC1E36D090C40AE4268C0E /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 014AF8A028499B074392AEB3C88636D8 /* EKImageNoteMessageView.swift */; }; + D261FFEAFEECC6C5BE05EAFA172A6962 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 678EC303D67919808287FC2F5A797398 /* _RXKVOObserver.m */; }; + D2674D18CD23C97698FCE3E9C3FD42B1 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = D102B32967A0F8B7DBFB24F571902F89 /* Concurrency.swift */; }; + D26EBA1505FCD8CB1561A0FB08AB74A5 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63104D7A857EB9E34F39BB661B5742AF /* URLRequest+Alamofire.swift */; }; + D2AF2BC97E66780B3E0564BB19BB45BC /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16386E87CEA2794291A51E001EF07C9C /* Switch.swift */; }; + D2B59A35739A47EBEED7DEA75BA5C378 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B94DD7827F24868A6507CBA7C9ABF1 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2E2AF992A4E158B35A68EF020BBD66F /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4396CE64F6C76103A4EC2F4B8DDCD50 /* UIControl+Rx.swift */; }; + D2EFF75BAA4F83A3B494624006922E98 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CE11514ACAD215F6823B196B91536C1 /* Amb.swift */; }; + D313C1769F98E563B2F0387645363D60 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5165B9B4A88E168CC5E99C94C95954F0 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D338E31610984913E5242333289065EA /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D56042C4797A1D002B32F37BF49B5E8 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3C6166B6D26233AE4337DA319FEBF57 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFE94E872A20CDFA4F6734001B4F3F9 /* Protected.swift */; }; + D3DF1456153024C80BCDC91E03814A16 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB6355A365726EDE0952F375385A321 /* MJRefreshStateTrailer.m */; }; + D433A9598548308343DC33207661EFF2 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C24471798AF7B7F245278CC18F8986 /* KVORepresentable+Swift.swift */; }; + D43BA282386D995C1C7F4B7049A909FD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA88C85CE171FACB6F13C63F97BEE7A7 /* Validation.swift */; }; + D4B7589C503DA1F2FC6BB41F78E55753 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = CF86A8401B17CCF6ED48C720458B7A2E /* DDBaseAttributedString.m */; }; + D4C656CF4B508E7A1CD28BB9A6D6B3BD /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8A37C157B96127F251E3B31F313AADE /* ConstraintLayoutGuide.swift */; }; + D52B0E394FF92821DC8380B5498B34A2 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ACE8BD874F4FEEB79865EE3C4C9CEB4 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D52BC86B6D44760107ECB5C5E7C96969 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 954003773FFB5EE910CB1D59C7BCCCC6 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D565284D49314EAA54AF602A468A0207 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 25555D4F66DCCF56A7D7D53D6F2CEF49 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5AAA3E1354956C5E552C9AD7CD11B4C /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 654EE5923C77DAC717AB3469C9763D33 /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5B499F817DA04BCDEEF25D43C26A677 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A764909DC2F006D4FCD2FCEE48D041A /* UITextField+Rx.swift */; }; + D654637C8DD8012A6593C58CDC7EB89F /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B48EF9BD2FFEF3F8EDEA9BDCEC0C88D1 /* EKWindow.swift */; }; + D68A44D2142C495CCD955363CCC1321A /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 010AE870904B558F643A0BF4918BD29E /* Request.swift */; }; + D74A6402DA7B179F60BE96410E5C9168 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 994DAC831982F01CBED9971316C4D6CA /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D86A0299F74B0CBA434FF9F89F8B958D /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 12206918EF06F8F1214E7E7FDFE86599 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8AFCA68301DF482D71DD0116402DD74 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 18C2FDBC8D0C78FD5AE84C9D9185A1FF /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8CB71544C37D1AC77A544130226A672 /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D917246761244D0E22C479AA18F8F08 /* ObservableConvertibleType+Infallible.swift */; }; + D90E3609CFB930EE4F8270C9504A41F5 /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = A1CB999F9AF8102C75B2628D52172A6C /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9ECA0FB443A473493DF5843A260DD3D /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F21B48E883DAA6EA7FDEE4D688AB37F /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA122AC8CE9ACBECA2D141674BE399AD /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC428A78E9DAD599CC8A926A5A9D5682 /* Cell+ZLPhotoBrowser.swift */; }; + DA5018EFFB5F0ACA5800450157DDF029 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A6AB47529E4D2B7FA3F9DE128F564C6 /* Infallible+Zip+arity.swift */; }; + DA68D87EA37B265C1A9212034A9A69CA /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 34319F6AE82891AE29F59BA2C6C6BD58 /* UIApplication+DDCategory.m */; }; + DA7D630210EED4FE82A89AF9DA354FDE /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 103A15371B7CCBA671F2E52ABA6FA49F /* JXCategoryBaseCellModel.m */; }; + DAE6984A0E6F7843EC1FC16CA0639411 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4BC7A254DFB001F3BF507F76C9873E5 /* ESTabBar.swift */; }; + DB1928ABED70110F8770A999AE6042C1 /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BEDBCA4296C121B66DB749E9723410 /* SwitchIfEmpty.swift */; }; + DB37A02E7A013103E599E7AC0C065B89 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D711A2313C238E0F60C4F401F224482 /* SDImageCachesManager.m */; }; + DB3F4AED1ED3B0291EA2C6C7D5CC2662 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = BF99BC25A2F041D5EA32F2B4A0313E7C /* SDImageCacheDefine.m */; }; + DB5347DA0855F994DB3006E3B208758E /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C1691460A0C5DCD4247D9A242B0A8D3 /* UIImage+Transform.m */; }; + DB5B2AADF248591EEA2664EBC0933A4B /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FAD8F1401AD4E3D5B7EA785EDB66F4 /* ConstraintDirectionalInsetTarget.swift */; }; + DB6B35BF8866020A56941A9FA901D495 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A2FC9CF73EEF60997FA732CC06BE234 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB82B28011F0864AF66AB1D3A842115A /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B339F8840A1ACF9C6A0EEC4F1756FA /* DDLabel.swift */; }; + DBF47AD7D42070ABCA125FD5953118CC /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6D73D91931193645DC5DCAACE45CC5 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC25951404C24F1A7D6A193A3EA96898 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E6CD31AA54A4187467F87F2C5E2C18D /* JXCategoryDotCellModel.m */; }; + DC41B120F0CBAB4E01BBF17427CD4305 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF008939493DF8F729DA835313213EEB /* AFError.swift */; }; + DC737D9D05CDFEDEF02A15458AC36B92 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF00524DF715BD3C8811BB05939DFBAF /* KVORepresentable.swift */; }; + DCEBF9766499FFC51D3F20FD988C5C8B /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E71AA808FC388FEEDE593611367F8E7 /* Merge.swift */; }; + DDE4FC989BBCF2EA2135813021F623FE /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3B1E8168552BA7234ECD297D5FFB80 /* NopDisposable.swift */; }; + DE081D1B6559CE4BECE6C2F3A24E43A1 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31BCAE2909EA8487A425DDA239179276 /* ControlProperty.swift */; }; + DE105F6F9C0D9F99B88F01930985E108 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = AA04CD0F23CC9878683C6F6FD5F29DDF /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE2D6981D59E4126FB6702371A4FBF45 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22C8184B21F23343E22A9C232D399C9D /* UIView+QLContentWrap.swift */; }; + DE41579A252D50A14870D3600C04C72E /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 87F0D2335771C22F985D925E822A8C33 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE5FE62EE79DBFC7EF4FA464DAF4513A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 67790054FA039EF438FD99727782441A /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEA7CC5B85C903C74AE96DE0C3AFDBDD /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = E523A437BB3E45345F5701B913971D20 /* EKAttributes+Scroll.swift */; }; + DF1533D403B93AE3F7C213E2E79F22D9 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ACBD05DD12303A27FD6995F7CEBCB09 /* EKAttributes+UserInteraction.swift */; }; + DF2E9C4198CC1FA05A9A507356F0A140 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C604E62D9D0E0BE5335F770E114C364 /* EKPopUpMessageView.swift */; }; + DF419FE76FE2E463D3B079DDA8D09DCD /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B758F32A2589954169583859CF859A /* ZLWeakProxy.swift */; }; + DFAB3889074446F294E9B7FDB413D9AD /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B10B6E9D17566CC5699F5DB858E386B /* ZLPhotoPreviewCell.swift */; }; + DFBC1E24E314AA2D93D8D68444D25E5F /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E86C08389839652DB411FD40EF02462 /* ConstraintConstantTarget.swift */; }; + DFF89BB4CBD71C272B9E224DBEC1614F /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3DDD864C2ACD2E4B1AD0D9DCF9C1F2 /* UITextView+Rx.swift */; }; + E0050EB219F11E257D76F42981621989 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD33F9239DCD92AE5B361E71866A69B /* Infallible+Bind.swift */; }; + E0950E6EE43A295EAF8CBBA0AE9F7440 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = D34F7AE0B202B99E2CD46B687100EECD /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0B53F17D846B73C15950B3CD8687042 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC9E30FB7226708A3130A01B97DBA179 /* DefaultIfEmpty.swift */; }; + E0C13A3F1697B6863CC833339A136FE7 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17311F74924C956A09FA029B76756E0C /* ConstraintMakerEditable.swift */; }; + E0ED114609A50B49D01ED22E8F5E97D2 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = D12D0AA8EE644F7B7459C1A50A1A8684 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FA80E4CD78AECC240107F0F61E8CAA /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB1081DA01C70F27FE6BD9232EA4554 /* NSObject+Rx+KVORepresentable.swift */; }; + E19960867F314F08D769EFF5DE2EABD9 /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 158E39A1504BFAF22603A9A530FFB105 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1A4830ED6BDF4F4D7D1A72EDA1B075D /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42CBC31700ADDCDED927606D136AAC88 /* Observable+Bind.swift */; }; + E228AD3F161CF33ACE446B8D0FDEA79C /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1922A6A0E02D95253C80396B37E10287 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E368BA3E038835CB1C1ECC9A6A7AB467 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBCE7A80F1B98B9D13BA47D4B98F458B /* URLSessionConfiguration+Alamofire.swift */; }; + E377D381740EA7DAA223CBC572EF3258 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF3D6B5257E4D26D410F75DD07CABAA /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3D71D3617C88CD8BC9A3537AC98150B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = AD85BF22E05852F9453781C97E1399D6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3E7323AE945DC3AF3A4B2D4FCA619B4 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 34431EE38E4AF581D27534BB78461290 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E40B797A24B408B06F5E682C079CDC55 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = A58197BCDBCAC149E2968A89A283304B /* PublishSubject.swift */; }; + E49254B60C2043832B5A2E0658DA441C /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 69B2E597F0470C0466C8B49A8335DE35 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4B1E58E020E4435976E195C0F6D2514 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D893572C6B777F1CAB47352C265EFCBD /* UIWindow+DDCategory.m */; }; + E4BA37E528DEF3AA3A68041452D66C4C /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AEEF526AB6E4D69C198CC2E82C472C3 /* Bundle+ZLPhotoBrowser.swift */; }; + E4D1F2F411BE4931E6BF715754C063E7 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3A433C6862640B5AFCB1ADBCD2F39FB /* RxCocoa-dummy.m */; }; + E508BEC46801CF34064D971BE80D0B5C /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E000D78F7B4FE9CACA07FBC7782E8573 /* NSError+ZLPhotoBrowser.swift */; }; + E50CC69C160CC7DFDDAA5E1545D1A670 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0BB89BC04C015262FA535E7D8EEC056 /* EKSimpleMessageView.swift */; }; + E545A0110B9AE728EBC27342080E768F /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = CB57C518A721DC9DF96FCECD662C6273 /* DDNavigationControllerDelegateReceiver.m */; }; + E559E921BB84AAE511E87807509D7FC6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49210FBEC4B6952840D0FD08F21D4539 /* ZLPhotoConfiguration+Chaining.swift */; }; + E55CEF4234F35E2FDC1B7855AD39A6A0 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E62B52049065E0DCBFE83089C3B136 /* JXCategoryIndicatorRainbowLineView.m */; }; + E5A89C1CC70968CACDACA8D8A92B6098 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA01466DF987E8972735315BF18716 /* CGFloat+ZLPhotoBrowser.swift */; }; + E6354246C297E483E6223FE120548DFC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FA8D76394737257410373E15F306E0 /* SDWebImageManager.m */; }; + E64D266F649AEECEAB6296829D2077CA /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C5B3E35C30126A2105755413769DC8 /* Platform.Darwin.swift */; }; + E69B447C350C9219B0AF9A1D2A0F5BE4 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 20B61D9040B3F1E98E92815015C9F28B /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6CCFA7AFD0C8AF22C2029433C27C5C5 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 682D2D3A90ECD6E5B5B62A63A7A335C6 /* ZFOrientationObserver.m */; }; + E6D9904957E23E3130F9DAC9CDE8EF64 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD8139E573ED53FA58B47E40A4E577C /* EKAttributes+Validations.swift */; }; + E6EACA4E75EC03727F26906AF7B0A011 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD25499B57DC058CABA547DD181B783 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6F0A2D426D583B654733BF18F75C185 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F89603EFBEC1D47085F0A56EFEC7D4 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E787841D635A76F6F607DCC206304D50 /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DFA4E6548D2EE4B145E7FAAE7E629C /* EKAlertMessageView.swift */; }; + E7B7D4786FD9A4556C57FC456397CFA7 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E0B48279EDB2355D19A0E691CF7F084 /* DispatchQueueConfiguration.swift */; }; + E80658199E928F4F0ADEC89F4141D2F0 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 499CDE5D5569981AF7D2160EC56D6EA5 /* ZFUtilities.m */; }; + E81E02118C89B4ACFEE276E94F4BF705 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 370366858CA842942EC2D63A5BB95B7F /* RxTabBarControllerDelegateProxy.swift */; }; + E83655042A5A0EBC2EC6C59E88A1BC1E /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 332BF5D077B7A87A2D9B883F238DB39E /* RxCollectionViewReactiveArrayDataSource.swift */; }; + E85B429D067EC3AF0216849A1381050E /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D25E8493C5F426405582C10AC054738 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E87A2A7AA6C6C1C1CCB99B8C459954C9 /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 709E03F2D2329C6B0C579E955BBB2001 /* UIButton+DDCategory.m */; }; + E8AC828A989AB04260E5B4EF583CF423 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49FAE8A72DFCA2F93F4B6CF57447AEE /* AlamofireExtended.swift */; }; + E8ECA9AC8049FEA59A0D35B189911CD7 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12F0DA6BFB7D8D786DACD5C5D802185F /* SubjectType.swift */; }; + E969679589E762C810069359BDADF37E /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72CC2CB602B141DBF4D7ED0D72116E5E /* RxSearchBarDelegateProxy.swift */; }; + E9A52101C6A02C3E428215E4299EA5D9 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 6133BD806850238E0AE755B74262A517 /* MJRefreshConst.m */; }; + E9BE36DE12FFB998CAC91C71D9794319 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E049E600DF27057625A4710D8FFDB7E /* JXCategoryIndicatorView.m */; }; + EA0D07CB6EA93FD74E9BD78CF82318B0 /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FA48DAAA19AA9182D06BF5F9BB74F36 /* DDBasicControlsKit_Private-dummy.m */; }; + EA0EA5B13F19C31ABFCAAA03812049A5 /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 254571B44B8DBF8CF43E277B4DAF36C4 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA567FF21C3D64BDF2A0F9EF9C74B5D6 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C511C1289D5487B6805A6FF8493FC99 /* ConstraintConfig.swift */; }; + EA9E27522D34075FE2F3D61C4287DAA2 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B36EC2EB267639DC179A22E5C82B081B /* InfiniteSequence.swift */; }; + EB42103171FA131586ABFBA7D4138A64 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDA264E674D7AEBAC8EDE33C6246BAB /* Alamofire-dummy.m */; }; + EB9D6E0BA31263F64A458B7B8BAB7FE8 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 54B41AA168CD2E6E2D564F588515AB56 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBE5C4F07068616CC59C1EF2978C6813 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67BD6EAB79253B89427DD5574B55ACD4 /* RetryWhen.swift */; }; + ECFFBFF95B73F69D1787EA7CCA928AC4 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19FA2D7AB03EFF1765F38A85B188A68D /* ObservableType+Extensions.swift */; }; + ED03EABE28153EDF6B4EE27C9E1A9F7A /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 562A74AC6BD2A4EE50E1CA898255F162 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED204E934EBEFF45E85A7F3FE98EF4C3 /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 784760F2E1450336B98D33BA94DB2D4F /* EKAttributes+Shadow.swift */; }; + ED2BE0E4900497E23A37237D68BC1023 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A974011A607C28F0319125B6A950D /* Producer.swift */; }; + ED673A80425558C9E43F8207BEE84397 /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 511D15671C4786E1630047EB2EB7EF6C /* EKNotificationMessage.swift */; }; + EDC07A560DC83DFBAB242C46B1D41619 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 412C13005896D925DE3EC008436D4B65 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC227E161F6BE101EBA4C41D13B8EB0 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6541609031B4BD5911B87723211257B0 /* EKColor.swift */; }; + EDC4880EDA487FDCBAE1993231BA06AD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6E6226D7989A3A369BE01CC77B99CB /* SDAnimatedImageRep.m */; }; + EE02E971AF4EAEBCAA7E6207344D82AD /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = CCBB1E6C01CC7279B7736D9D48823EFA /* SDWebImageDownloaderConfig.m */; }; + EE890DA87BEFE4EDC65B28ED8F9B89C6 /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DAFB9504EBCC935E9887080A81973E9 /* ESTabBarController.swift */; }; + EEEE888CD582ED007104CA3635CC95FC /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE348878BA82693B010B31E0A60512B /* BehaviorRelay.swift */; }; + EF203AAFF3493C503A2685D89907E9E0 /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A97239815B8632CA8DFCD0492AD8AA /* SubscriptionDisposable.swift */; }; + EFC1EF2234D1A4829891828E5C61FE17 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A36963C052BB1C9CE0EDC070B0BC8BD /* EKTextField.swift */; }; + EFCF8192D505380E42101B31F273EB4E /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = BE28FD9B37D8825AF32A4EBD4EB44326 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFD47B79FEB4CF7B7DE42C6F1E8BEAE0 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 452349DDBDA49A5CE96DA6A4332B3996 /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFEDA5FC77AEC912565C8893C74347CF /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FACFC8E9247EA39745A9E5F36EBB017C /* DelegateProxyType.swift */; }; + EFFB548B2256535F4B945FE12260C940 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 82C7E92DB64EB4AEDDA8F9859554DCAF /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F025B0C7413F408112D1BFB2C2878024 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DE1C7EF55726AD7C526D5805F2770F /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F03021F77FAC203AB9A2634888A1A8B3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1307264018CD22D8DA1BA4C5F9ADAED5 /* EKProcessingNoteMessageView.swift */; }; + F0AE59C74E0BBF11E97A8E9434BF9A93 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F710F7F397E96CB625FE408833B0E9 /* URLEncodedFormEncoder.swift */; }; + F0C323C6B06974F32D8814CD58FE9D15 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = AD2AF6776DA64214898C782B9BCAA65C /* UIScrollView+DDCategory.m */; }; + F29AFE50D99B629AF9FA103737E54391 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = A33002554CB161847BB170C38091DC1C /* ZFPlayerController.m */; }; + F2A142032668500B5C86117B87E5581C /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60A31780F1F6B07863193305CAE8B190 /* Never.swift */; }; + F3212860E47356E9AF927E472E09261A /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A85E0AD00BC262A2C7DBF753B12E800D /* NSTextStorage+Rx.swift */; }; + F368A886087DE3AB2610673786E29DD3 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2B99DEEC285EC2CE2BE59E2D6D8C170 /* ConstraintMakerExtendable.swift */; }; + F38BB8E8B9AA9556B18A654B2F7B063A /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82781153788193EAAF79519318B5AE5A /* StartWith.swift */; }; + F3A976F044D82F130BAE77C071CEDA5E /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = E1697F9198FA29E76D1DA8DA03EDAB48 /* JXCategoryTitleImageView.m */; }; + F3B2BEF8FF03AB941765D79452352941 /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0733919B381A00997A7EEC037768C8D /* UIView+QuickLayout.swift */; }; + F3C5F116AAF21D4358A6F711BE37F54A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E6F9848E7543E112CF37622B127F6C01 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3F4A54187A771C427C3502D8802D213 /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F0AB1AB9FF0770ADDEEB86B21822D94 /* ConcurrentDispatchQueueScheduler.swift */; }; + F4010727E0089FB8459E3B88B44CCF05 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDC6154E7B682426348C660B31AAFA59 /* UIView+Utils.swift */; }; + F43851B19B2310C54E82BE0CB9CC8EAB /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46CEA7529375D9160EB72A807DF77EC /* Optional.swift */; }; + F493F28DBCAEC7B3E70EDA7F7A7C4B6A /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 58EF45C259FC525460EEF12880FB679C /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4A1A9CA7084A385722737C0E4F1500D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A406F485E375B9A538F60BCC669C8EE /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5579E515166EFA597E30B6EA2966257 /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB110E7217B3CEE13CA7FE62FAA7D93C /* UIStepper+Rx.swift */; }; + F6200950262C69D82B2E1F54D09E81CB /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82D8968847F6D70906F256A6653FF777 /* ZLClipImageDismissAnimatedTransition.swift */; }; + F6513727F28A3CAA86AD1D4CEFB7BF33 /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6C77205CF4B2951E884CB365BCFF13 /* Reduce.swift */; }; + F661FDF2D701C76B553BBFE1982DC689 /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A1FCE805EDB0F8589AAADAE24B30367 /* UIView+ZLPhotoBrowser.swift */; }; + F669A1209E80431CF57E528F4E8B0FEF /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E129F43363563308DEDEAEFF29166B90 /* JXCategoryTitleVerticalZoomCellModel.m */; }; + F679DDFB22B0446466AC8B46B5DDA5EF /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB2F40968639A96A1E9874ABC41124D1 /* IQKeyboardManager+OrientationNotification.swift */; }; + F74D1425287A1A781A0A9DD58A1DD02E /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 728E9BC93B4609B142EE2207684DB916 /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75DFD6601FD194AFB8DF95EE8936F73 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B4198240636303ED58E9B45404649A6 /* JXCategoryNumberCellModel.m */; }; + F78123F6D3E099475747B424A7DD9B2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6A47BB23E188DF596140DC7D896BBE /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F787E70DF5F00228E5AF451751EA323C /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BFC4181B79FA655AAA1EC7197475E7B /* UIScrollView+MJExtension.m */; }; + F7B1AB7027FF17E4E594895B07CC4B3C /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B6789AACD3E823A92C0A1D2C00A8751 /* MJRefreshStateHeader.m */; }; + F7BBD57301FEC4504E972FA4733A03DF /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E8635ED28005201B7A807CF6555CC3A /* JXCategoryListContainerRTLCell.m */; }; + F84B09281B0BFF9B1B031CB2BA6C3AB4 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97D8416E6135BA849934B91093F53989 /* ConstraintItem.swift */; }; + F93C6980F441D1B60783F1253D1F5E6E /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 224C0BC57E40B54C718B6D431EA95D35 /* MJRefreshFooter.m */; }; + F93F6E8956CC7FEEFD59BB131E1CF02C /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F65F885EFD9A7BD996249820022B9B /* AnonymousDisposable.swift */; }; + F958F034C7BBD246E8368D461BE44725 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5169F6B86F0226E3F4FE9F47E00F33 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9F5BB4247E0D06BE1F357B1610502BD /* ZFPlayer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 668787B27569EE41CE1A625CE78D9D78 /* ZFPlayer-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA32D099B9AC21168BE28F1C197FBD77 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 68081FD334F8368F3621E211F156F843 /* MKAnnotationView+WebCache.m */; }; + FA7C19E95318283880AF33193C6C4848 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A8B28A120C292488ED430D5EA7D5B3D /* CALayer+DDCategory.m */; }; + FA917E0C80C68BD2D8C7CDF44A418793 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CAC3B4B274DC9AA16D13F3C6D4335CE /* SDWebImageDownloaderResponseModifier.m */; }; + FAC4CA638A146A699E9ED8BD575DEC52 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = AEBDF32B1CEC64361D672AD75049A79A /* SDImageIOCoder.m */; }; + FB57B8D3D20886701150097BE03882B1 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A8ED664031CCE5A526DCE8A7C609BB /* RxScrollViewDelegateProxy.swift */; }; + FC31E40D125D928A526B1AAEB6A0305B /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = C099BA92A99D4E19C562C0EC31417658 /* ZFPresentTransition.m */; }; + FD24A63C0BB6C7CF244A586470A9D492 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246ABA10829F166DB32A96440298F4C4 /* SchedulerType.swift */; }; + FD366D60621BA423B1F44E362CB26E14 /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77FC8F4F23ECFC586439110A52E8F00 /* Timeout.swift */; }; + FD455ED8C662DD52F592DF31F58AA185 /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = D12FCD5B0D26C094865614C081E0F359 /* ZFSliderView.m */; }; + FDDBB624BAED990AC9956BF191000419 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 627F8AF38A09862B53847700AEC52899 /* JXCategoryFactory.m */; }; + FE050D59F5ADCFBA484D4C0926A58720 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAFD7B653317A6D1B0029D18CEAA4EA9 /* ScheduledItem.swift */; }; + FE090912DADD46635605657C61DE2E6B /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BCE3F8F0E6D5D7B2A382B20DFA08B4D /* UIImageView+DDWebCache.m */; }; + FE5A36C9F47EDE5AFC75209A02C40305 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D3EDCD3DEC3A368D1D0EADA3A47548BD /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE8C95D7A9D7F731F7A8FDFC0700B8FF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 253E69F79DCD88262823C30416CEE169 /* SDImageCodersManager.m */; }; + FE9207C30EFE6A3148C4D424FCB3A479 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 87536304E59ED71CF57DC4697C61C671 /* DDBaseMutableAttributedString.m */; }; + FE97C9D8D1A724CBDF7C8E271C8E1DEC /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3034FF9BD293C66A3A2BB3508E2B15FB /* ObservableConvertibleType.swift */; }; + FED095FC322475307A7A0A120129C779 /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = A5141CC65F037F8A5A0084529BDA5B2F /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF2EE64024F6462C52A157322B4550EA /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F38FFF90202D9E904AA825348B55FF9 /* EKAttributes+PositionConstraints.swift */; }; + FF4DBCAE64CDAF7D63DCB700D0EA2AA7 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FB1B2F49C8CB24BBC41080E0F609131 /* Decode.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 084DD3E90B1AD1B888B307E9EB987263 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - 09ECA8DBBD3198EA7917EFFA925D13DD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 0CA157504BD88E8AA54428A2763AC7A6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 0F6CF7B0BBC1C79B369D778C0009A8AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - 127626E76692BBBBE2F7FF0CE2CB3380 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 1723BD33F6010357A8F04B4CAC4D7E5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; - remoteInfo = DDFontKit_Private; - }; - 176109C7B9BDB037F80615198F2EA77A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; - remoteInfo = DDNetworkingOfAlamofireKit_Private; - }; - 264CB9CA66D860CDC739F76288156044 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; - remoteInfo = DDTimerKit_Private; - }; - 27173912508D99029591CE17E919C909 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 2793EF2874899E59876E879641BEE58B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - 279DD4D91C11ACE9A602CBDA5B56B9B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; - remoteInfo = RxCocoa; - }; - 2C370183969E113E3A7F0DAD9D9367EB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; - }; - 35644F51A6E5F9FBE6FFA65102B20A11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 3C5F8F59A342035CDD9A4A1DA9497E4A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 3F9ED64F7415BAC5B43DE921BD8EA400 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 4207A99316D6C2A3FA28274145F5C4C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 4210A2CDCB9DA51FF73779FC722629CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; - remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; - }; - 4239994BD2061B4454B8C670D8764B1B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 48ACC6A6856184484964EFD1AFF401D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - 557248030AA51FECC5B7796FF2C26970 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; - remoteInfo = DDWebImageKit_Private; - }; - 607AEAD9F622CCA80F141A318EFDBD8A /* PBXContainerItemProxy */ = { + 03780DD521CF51C1DD84CE63DBFA1569 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; remoteInfo = DDAutoUIKit_Private; }; - 622B0916AEEBA3351A90D26C6FC3D143 /* PBXContainerItemProxy */ = { + 0DD0A8D209784BCE3668A35010DA271F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; }; - 6AF47C7B18B8DD214776832B8E2AF7EA /* PBXContainerItemProxy */ = { + 147DED93EB6BFD3ABDF2FB4C77F975F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; }; - 6FAD95D03E6F33EFE42E7D1C73036434 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 716575BA77ACA37369BBD4F4F4881EE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; - remoteInfo = DDMAMapKit_Private; - }; - 72AABE3B8E5EC0D4B37B448C8C4D0A6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; - remoteInfo = DDControlsKit_Private; - }; - 741747650260B6AB8EF5C5F0C043CC05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - 77481D86B28E5FC91C9C804928DE87E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 841372AE2942BE36B2E06099DF38763C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 888BA386BB80652DEB4EC52620858777 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 94D75D50E4D248A71EFB858BB6891BC0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - 96EA06B790A3442FFEDC71281FFAD92C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 9B294CFCC98990D5D2F7FE9C91F408F9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - A4BF5711E9A670CA0E5517427901299D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; - remoteInfo = "ESTabBarController-swift"; - }; - A5D832AE8E0E98FBCF24532A2B1B0B66 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - A6E725AE782CACAB9412033EC5F5009E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - AA89F5EC321D17D6E75CC7117055F09E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - AC96D1C03BB4E3AF11B53C6824B235F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - B15CCD28481481998AA59138F09777E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - B95B55136CCCB740DFEABC5BC49E4BF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; - remoteInfo = DDColorKit_Private; - }; - BE02C854C834BF1699F8782F9EE947DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - C2176675C9D7D11F08785D5439F52C21 /* PBXContainerItemProxy */ = { + 177EEEB468C0362F42D4075B9D5917FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; remoteInfo = "AMapNavi-NO-IDFA"; }; - CCC9F54A306E30CBA8E3088B5C08C9AA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C23965029860967865B3429B5E29092; - remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; - }; - D0B51C2561C374A6412D395BE3DCB315 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - E43D27F0B2D6C85E347F192C5D70ADC2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - E58A6167D6EC112749F4BDD4F20FD819 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 93FD1F93E0C30B2749BD8A6EC148F233; - remoteInfo = ZFPlayer; - }; - E780522045E4E4C7AB550B548959C77E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; - remoteInfo = DDProgressHUDKit_Private; - }; - F1140330E40F236B3CB14B00602D1B80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - F7D46EDC7C53FC06F62FBACAE0EE819D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; - remoteInfo = DDToastKit_Private; - }; - F9E4AD238F3D3A55FB04838810281FF8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - FDE9ABD02FAF8FB7586B4D3E2D933999 /* PBXContainerItemProxy */ = { + 233212D44A2ED3BC5C39EBE3C3A1E129 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; remoteInfo = "AMapFoundation-NO-IDFA"; }; - FE46E6337B4CABB6A06A5C484F8D7FA7 /* PBXContainerItemProxy */ = { + 27350DDA218555112972469C7D655E0C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 3323CEFE776CED7234245797354EED9B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 34DC5DA2D7ADCAD275064D7B3D6AE4FE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 42A49F040680D40AE28FD7D56606E698 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 462BC3F3B49BAB182CCD5B646D6E29AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 4682D081923623F4D3A5C09850B8B2FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + 49697E565DEBABCFA269F3A35A752EB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 4A0F6ABFEEDE1F825083BD8B42CAD1F3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; remoteInfo = SwiftEntryKit; }; + 4CCC8E7F220433AAF1BD4A31CD7D303A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + 5347FB9A823FEF0CA5BE83E4AB6774DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 57C98C816CCD2BBD40015AD2800775A8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; + remoteInfo = DDMAMapKit_Private; + }; + 649BE9A2E2A7654CA7E6F012A2E34D30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 65AE8B30C563CD61F0E9CD3AAD58448D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 68D8EA5FD6596AF843DB9F41B035CA1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 6B67A7B41856F41E3928F45AA8F326BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 6F7787385B599A1FDF35D1CDDBC4F2EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 70904365BFF2E04D57E18541B4B692C3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 74B701F025C77EFABE4CE716C126F22B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; + remoteInfo = DDNetworkingOfAlamofireKit_Private; + }; + 75679D9B94AF269B923468F3DB316CFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 765802DF0F899C141CB7E5218143AC45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 7C6329D7B7497909C3D817BE6E00D3F4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 8020F11F6D7BD1B9CAC38F9B169853FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; + remoteInfo = DDFontKit_Private; + }; + 845A5D353A94D4AF4765A35B34CAC214 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 8D0BF4159ACE092A21B624CA369ACC5A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; + remoteInfo = RxCocoa; + }; + 944CDA4BF8173CC5BEFB9435CC490EB5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; + remoteInfo = DDControlsKit_Private; + }; + 95C375DD6359CC01AAA6A0FF3E725DE4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 93FD1F93E0C30B2749BD8A6EC148F233; + remoteInfo = ZFPlayer; + }; + 96D88E1A2E05BE05B56B01BED3739C93 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 9DB989ABB7E489CF97F1EF0906FFADE7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + 9E5C2167EF38ABD80F63B849A4596B4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + A9BF4C5AAA7851D1CACF6CAE4A7AD159 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + AF1043DC4BF1B8947F7C0E451762F6CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C23965029860967865B3429B5E29092; + remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; + }; + B89CFD256893D47260EC5B7E84B10D34 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + C34C862D1662208162375E214B42AA95 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + C783668D97D7B0D93BE6BA65164C63B0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + CA893E12911370EEC41D9815E678F3BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; + remoteInfo = DDToastKit_Private; + }; + CAB1369BE103F0B106C7144BBB746AA9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; + remoteInfo = DDColorKit_Private; + }; + CE91C5BBD6E5A2860EC61FCE2E7AA2B4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + D2994105D34C77A9CE19E569A0998EE8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + D31E650FFC879DA46049D31E181A499B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; + remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; + }; + D5FF2D00376AD2A548422E72D4B0D058 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; + remoteInfo = DDTimerKit_Private; + }; + E43A993DC8844040E6358025E1909527 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + E7D1730FE40793C7D5F7169C2938B384 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + E81624370BD34D23C5BFF58A25F05E50 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + EC7E98CC1E093F58CB7A5C59852FC1D0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; + remoteInfo = DDWebImageKit_Private; + }; + F0DF0C4212AB7CA1A2C7974E4138E17F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; + remoteInfo = DDProgressHUDKit_Private; + }; + F55B6D4CF51A6C8C3B8B974312BB07BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + F80B0713DE6E565ECC8347DA86B16350 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; + remoteInfo = "ESTabBarController-swift"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00263AC6F17D16D306703093A53AE9E7 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - 0033393E0E07D1570A4E54FA32740802 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; - 003A6B070BAAEE645C5EBEA9BE4D0C1C /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - 00AAFFD7711578747486F86988F31922 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; - 00D992B9C1B2146ABA5D2451D2C2C135 /* NSMutableAttributedString+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableAttributedString+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSMutableAttributedString+DDCategory.m"; sourceTree = ""; }; - 00F09DDB54D85E73AC61870E5A800100 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - 010A2603551604940708396934B63511 /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; - 01181FF02605CDA4660A622919EC5BD2 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; - 012FEF839736580A6C6531EB7D91E705 /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; - 013545468F2662EC9E0695A30606DE75 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; - 018A5DCF4BF6D1B596BFFFDE7D9678F5 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - 01B4EE01871AE6D6C46C01542D49354A /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; - 021523672E565F8B634FB7EE93AEC45F /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; - 02C90FB71DFFDF0E6D35387342235CEF /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 02E715A645285FB74518EC2B5CD40D12 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; - 036697F5AB63852AAD0357D09A0F368A /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 0398D03963294FABDF39130782AB5349 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; - 039981B1E3E26D40CB1FC0DE38335AB7 /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; - 03BC8F9EB95E2D79C73B35BB3A91C446 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 03F83A034E7920648D7615C6BB3F1694 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; - 0426DB4F5011647554504F564ECEF942 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; - 0448FD325EFEDDF86761F80C0460C95C /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; - 045199328CDF679B8CEE2C27E0A4B398 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - 0453B4A6A627C130DFB9A086FDF49989 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 048E6EA2A443340DF9C6A2BC6B049C39 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; - 049D04F98AA56636385F1C14250C5007 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; - 04AF2A88CCD985C02B11DA6FC3A4AB09 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 04D4085D8FD284019568267E9A310730 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; - 04EBAAD4B7B2FFAE79385EBC95982262 /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; - 0508978C58444F72CC51D0BA8FD96831 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - 05DEC88515E140A1BBDF5A3AB2C22A51 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = ZFPlayer/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; - 0648A4FCE1CBEA7798BA67A922694759 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; - 06571393ACD53476A21BDEABEF8C75BD /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - 069CDEC041763DBC5C362C3A6C2C8C8B /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 06C0BD691D097036493A7AFC82E33E35 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - 06C9EBBE03A8EE9F93FE054BC9A1B98A /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; - 06EFB0110BDC06BD43C65ABB882B1F46 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - 082001B387F7A7BCA0EC8470E8ED8DF4 /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; - 0823AC082D96D5966AD56033CFCFADEB /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; - 085634A9BB7E9151D87B8C54953F4933 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = ZFPlayer/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; - 086329B4FFF5A4881F3AC436F1E01DCB /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; - 08AA73865C5E4605296B406ACD82EA1B /* UIImage+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIImage+DDCategory/UIImage+DDCategory.m"; sourceTree = ""; }; - 08BA536F69D932695AFF0A141C0A89D7 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; - 08CF1F060C7BD98933A8EC9A8BA4FA17 /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; - 08D0A9C0846DCB7197E9A8951E091073 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; - 0924C3423D5E455451161ABA13468838 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 0929BF74E7601CE14835D8BE305810D5 /* ZFPlayer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ZFPlayer.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 094D8A5A8F070F0A14E3505DCB3C191B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; - 095588F6A89644C3B727E2C939F6C283 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; - 0973C069BABEADBA4DDC2D91B6B51F36 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; - 0996DCEDA34076028734D569FF4C7BCA /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 0A14975AF78AB592C174443DE2FBA6CE /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; - 0A1868335253A8BC29FBAB3E7B5F76C0 /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; - 0A222DA98F48AA52CFB0578BB6C5829E /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; - 0A2984E2446EA248269842F5C7667806 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - 0A3FB6197972237133D962E05E745447 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; - 0AC9B379A79840B68C5955FC2333FBA2 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; - 0ADDF12254618283204DECA4796D75F3 /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; - 0AFA8A5A7DDE62AAAE7CF0DA96370428 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; - 0B30B73C6B6A719DA0C5092D06D618BF /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; - 0B431720DED951BB7CCB56626572DFCA /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 0B48FE27E824CAC9B5EE35A555DBFBDE /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; - 0B7A39800F3538740C2C8C7AEAD20C40 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - 0B9F19DC51118528417961426F6F2F7E /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; - 0BF096CADD058A1A48518D554BD9CBC4 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; - 0BF09C2BF7626C08CFB89A3A570CE81E /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; - 0C45D305770181CF057F93DDE1276970 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - 0C6F2E695656FEBD616CC7E2F3FD2B61 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; - 0CDFDF0862BC1C0850D8693F0EECB01C /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 0D13D05B62D7ECE100A427B70EB3D549 /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; - 0D1DEC209859BAD3D07F95379C300E4B /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; - 0D3DECE899206B675A1354261C92E798 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; - 0D96709B77757C31073E4E14496AA9E8 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; - 0DB880B9B155ED9F6783B273B11E5C63 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; - 0E07E20FAE01884F1119B91F17D40661 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; - 0E1E3E1F466912DD55237737B066A410 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; - 0E40D8F467FD2E6A9C5A19BC4A8373FB /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; - 0E68C7E12A75EA2736451C1FFCEF693A /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; - 0ECE73361F57A643D4252686C5A002CE /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; - 0EDF7060CD2857659877CA5D0D15AD68 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; - 0EECFF8BBE0605C724623A63DC665863 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 0F04034F00E2FBAA4FAFFE7B017FBA8C /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; - 0F9E6FB9AE7C9B61E54BE5D0ED95EC62 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 0FA60FB70EF17EADEDCDEDD6F56F030D /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; - 0FCFE7184947987530971AC016D17631 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; - 101EE56E2B7D72D13E2BCDFEBED1C4F2 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; - 10380B4A7FE246EFC3400600D8E6DEFE /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 104182DC2A05D1ADA9EE294A5C0641D2 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = ZFPlayer/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; - 10686CC409358F41FFC65031441A6ECB /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; - 107CFF56E6458D42D344FA1CBEF95C62 /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; - 10A65BBD97996C90E86EF0BFBDAB15A5 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 10E7B8458F1B2ECC507C952C47A68CF2 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; - 10FDB8642049990DD178A842ADC76316 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; - 111EB05BD5A434A7D505C4BB11D488DC /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - 112A0AFD8800802A625484C0C04AB29C /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; - 1131AA7215B8A080D6D7579D06615C65 /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; - 1163BBE3DFDC421B0D1682CC75F3FC17 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - 116B3F0232868225905E7A7DB6ADB367 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 1189F3306CE41533A4E8A08BECCB30F7 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; - 11A8858F9AE3C4EF0B563CAF4923C5B1 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; - 11ED6A726CD3BB293AFC886D7DC81BBF /* DDNetworkingOfAlamofireKit_Private.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DDNetworkingOfAlamofireKit_Private.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 121A31C38105C2F10064646103FEFFBE /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 1232B287E65E73A5F7B6C47A8719A41D /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - 12767D49B2EB2B8D0A8185E74C77395F /* UIBarButtonItem+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIBarButtonItem+DDCategory/UIBarButtonItem+DDCategory.m"; sourceTree = ""; }; - 129F5EF74657EA42158CA4E4080DA473 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 12E4662DDBAAE4B6AA41B4D420BDB93A /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; - 12E5FCDDE8972E1C8319ABB8D1618182 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 13076B60F2CD9CF5084D91EB5C239447 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 1326F7551A2B4EC3086C6D213ED5117E /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; - 13337452A233EF6B33B1E736CC34E8DF /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 13E6B7D06A5E2F85F41E88393972BA97 /* NSThread+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSThread+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSThread+DDCategory/NSThread+DDCategory.m"; sourceTree = ""; }; - 1405E76D2AF82BADE973FFCFA98369BC /* NSURL+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURL+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSUrl+DDCategory/NSURL+DDCategory.h"; sourceTree = ""; }; - 1423069C29B99EE544176E04A9C7E417 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 143CF33E702D1573D47C5558263526BD /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; - 14584FE5FCD91345468A9EA210E45C4C /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 1463EFE90498A684C68D30E025751D8C /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; - 14772EE44CCF24DBEBCB911A382D66EB /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; - 148C1A30AAF3A026CD2E04C1ADFDDA6F /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 14ADF5B6895D27D22E00A6AAF2466F3F /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - 150A9CCA90568D5BE92F55699CE068F8 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; - 155020D870ACE92C143DDD85B55DEF00 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 1592325E8E3941BCB8EE4AF63F0DFD18 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; - 15B489185150A4183480B39678D12096 /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; - 15B659448CC004F208EA58E35C0E36E1 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 15B745E1021C0A5E8E435D6E07D7E66C /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; - 161C75B32412D1709020BFC31592CAA6 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 165454B31ECD99D9B8F6705570BFCFB7 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; + 00257CDC53E7411DD00B8B7D13C90DE7 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = ZFPlayer/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; + 00662F4DA25B60EAA6A748E6347472E8 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 0078DE8F9417033DDF8FE1BEB7B92C3C /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; + 009DCC568E5D11DF6BDBFF0C1192584A /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 00CCA1156397CACC6B95796D41857CD9 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = ZFPlayer/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; + 00FDB719497DF6FD26B71FCE57584623 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; + 010AE870904B558F643A0BF4918BD29E /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + 01193E2DB086753DA5AA71A6D347511F /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + 014AF8A028499B074392AEB3C88636D8 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; + 02C1CA2F57A4346CBE7A18CFE5FB264B /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; + 02C7E49501104CF5A5852357313791F8 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 031837A6FE9FA6DB7DEBF6D26A766307 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + 031FAE07041E743B33CD34530D22DFEA /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; + 03376065D13F12FEC4F299412F952A70 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 039FCBBD4421DD44C49B8EB73242C2E3 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 03BB44FC5E51BE8F4984D0D67B346B36 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 03E7F513009F9EFEF39E8285EE92C1D9 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; + 03E92676ABC7F6EA23240642F79B507F /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; + 03EA2F34E1A934652146490C40C25272 /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; + 040E0D147A4BDF98BC3461819F8A7FA6 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; + 046DE57D9EDFB788B260AB5A453384C0 /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; + 048E14649FCB9C543A77DD4FF64842FC /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; + 049546AE2D69246DA5C5838EC8A75EC2 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; + 049BB5D10534634952758F357C557B39 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; + 04A2E3818A6177ACAB4671D000B44E5D /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; + 04AF73BC09A5F52479D3B555C12ABDE1 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 053B03E73524BAE1504623E93DAF6CA5 /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 058EB6B299B596AC17ED61A28FB6C464 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; + 062263C3589D1729795C67E0AB851A15 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; + 0637CE33914BC197AE69F612D152D488 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + 063BCC3F948F238EEE25C9FD8D086DBC /* ZFPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZFPlayer.modulemap; sourceTree = ""; }; + 064374DCBF35269ED8F78ECA89E9C429 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; + 06E671CBC62168918B1233CCECC29DE6 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; + 06E6D8DA4ADC3045CDA6A90C1B5F22E2 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 0714DAB610C493A714E9C237B500AB27 /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; + 07386DE4DD5A4F79DA7930232866C82A /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + 0742A09FF76AB5FA37ACEFCF54F601F4 /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 0751BB387D16894137CDB066E6C7117F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 076F043F53CEA47CB93E6562E9F282AC /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + 085B7B1FF4564A36CF8F94A08BEDF55B /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; + 088841D1E528D26990F79FB5C516AB57 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + 09446C4DD5AE2BB2D04892AF7241A647 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 09B03AE99153E3D9039BD53DFD5447AB /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 09B271C9505E30521BE94B2F5F5EDBCD /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; + 09F07CCC741F0601D330E3B604E1CB74 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 0A49F4BC69E2427FC2F3E0C4121AA147 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + 0A580F905BE546DDCF74187A92C238E1 /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; + 0A72F47B9638F8A492692CBCBDE187C2 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; + 0A7D80C1458EED48CE37A904B6E2A1C2 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + 0A972A5BCF8B1EF000740D7E35C416D7 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; + 0B0E5F4256C81CCC180E52DAFEEC1BA6 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + 0B160820EE1EEC3C027912046044CFF1 /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; + 0BBB80658FB4461A128834D296E6F0E9 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 0C160CCAE9C391122533B486EE95C1B7 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 0C40F12DA8092A5DBAC674FC3717ECA8 /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; + 0C5B75F7D37B8D46A010288A3C3458DE /* UITextField+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITextField+DDCategory/UITextField+DDCategory.m"; sourceTree = ""; }; + 0CA559423189E8260C4D8EFCD320E5F0 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; + 0CD007EE53D55A9DF36105AA394FE726 /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; + 0D62361F448673E41314F07AE315D26E /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; + 0D6FBC36BA6786187B2BF39273E4BD5C /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; + 0D711A2313C238E0F60C4F401F224482 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 0D97AA4136D41CC3759887BAB465F8DA /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 0DDD1B2BB4DF04E5ECF2C7AF8C3EDF08 /* 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 = ""; }; + 0DDF15B1CDB3036E5E12728D20B9B575 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 0DE271E9026637BAF39A3320647E88F2 /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; + 0DF18D6BA148903B65C6D1AAABCE41DE /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; + 0E3AEBF8D896ACBF5F41457ADFBB5F67 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; + 0F204A4B7D209E2960CD8DB36DB9DAE5 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; + 0F95237584E1E1CF46A35A7F1A307356 /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; + 0F999017AB61D034CC309E0366A428DF /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; + 0FC81AB33C46D6A1196C93DDAF5C8476 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "ZFPlayer/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; + 101B7F0DA5EA0C836662C232B4FFA5D7 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + 103A15371B7CCBA671F2E52ABA6FA49F /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; + 10B02284E899C4E67DF3620B6136ECA2 /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; + 10D66DE6DD32EF693D15560006B2DBFD /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; + 10D89567E72F0F81A281DF6C5CA6119B /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; + 11354F356B63EBDA4EE7FFB9C178D318 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; + 1144203F1FA1BBB76BC972DF73475EB1 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; + 11657515EFDEE12F81F4B21EF2614B2E /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + 117468C7C42DA5A8F1AC1DCB641DC56A /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; + 117C88403400A6AB1839799080E10082 /* ZFPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZFPlayer.debug.xcconfig; sourceTree = ""; }; + 11B94DD7827F24868A6507CBA7C9ABF1 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + 11DC07B838FF3C92B80BACEFEA5D5199 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 11F5917602EDEC27FDA925D7FF793496 /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; + 12206918EF06F8F1214E7E7FDFE86599 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 123EA8437196FBB5BBAAF553EE28125C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 124B8F2436BBB0C0AD7ED128EFD133DE /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 124E71CC5CE3F9FAC04F23FCEAA3ACF9 /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; + 1252279C757C6414294213DBBBE8514D /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 128C9E668234BBCE22D2853342DBC41E /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; + 12F0DA6BFB7D8D786DACD5C5D802185F /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; + 1307264018CD22D8DA1BA4C5F9ADAED5 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; + 130CED3B5857845A0F124D6F010F12BB /* 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 = ""; }; + 14079FBB082AEA0F36EF0AABC54FC20C /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; + 14477A461BBA1C258B971EC4DA30933F /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; + 1515F9CEFCDBE5B07BE31D67C92FF621 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; + 155E658252BFB49AE6BC481503E1E5D0 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; + 158E39A1504BFAF22603A9A530FFB105 /* NSURL+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURL+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSUrl+DDCategory/NSURL+DDCategory.h"; sourceTree = ""; }; + 15D6BA9EEFDEEF9CCCC8FC7E82D67804 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + 1606E932D0F8D9310349DF42436B6328 /* 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 = ""; }; + 16386E87CEA2794291A51E001EF07C9C /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; + 164E3E51174825E5EFCCA51D9A1EC788 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; + 1659D786134CC1922FD3204177DDC5B8 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAutoUIKit_Private; path = libDDAutoUIKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 16B2847A66C8F83C8E3602FA20F50E70 /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - 16C545B0938BE55E0A8BAB5D58EDB033 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 16CC7D600BD2FAD09EB30720DCA05D2B /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - 16CF2DFB4968D947E1F54DF3598E0405 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; - 16EE906E5B59920A2AFE23BB13CE5AA4 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; - 170135B5EB6F411CC16EBE972AC97503 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; - 171EA1DC39174A1981D4A6AFC88BF08B /* UIView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIView+DDCategory/UIView+DDCategory.h"; sourceTree = ""; }; - 172B15A70B93EA41159B4EC2222C7F3C /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; - 178D3323E5AE0837DE8887457950573C /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; - 179DA633B4515B2F551AFDBBD7124AB2 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; - 17B84C83EF71E8B084506DABF8D1834B /* DDBaseModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.h; sourceTree = ""; }; - 17C8AFF37D05CD7E0C6481713E3447D9 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; - 183EC82217D4DCD8280244E11A1F9AEF /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; - 18A6B108B619EE58DB3CA9AF6917ECB2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - 18B06D9B287CC73877EC071520710935 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 18B7EF7FEFDD2E407D50F600A652DA93 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 18F0E7A8CA6268FC26D3C9B462479DB6 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "ZFPlayer/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; - 18F2AF44EAA3E8DA845E906C31E274F2 /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; - 190C4696B71104BB0B8D5E0FD66833F0 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 19277F5CE274948445210AFC0DA01EA3 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - 19450B7C6987C1A7027D4C6F92D9D27C /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; - 19605AE546602F18B02A31AE8DA1340D /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; - 196501F6A77E2B0BC05BBF595DAD55A7 /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; - 19F00C446C887F0F394BE7509C49B03F /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; - 19F99430FF89952D0C4BD22A4C55B1EA /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; - 1A27C3492C3A2042B5C1433DDE1013B6 /* 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 = ""; }; - 1A429AC5BBB46C3E563C1BC89B36107C /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 1A4790475E0EC142D77D41C1C95CAF72 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - 1A4DA70D4F723C661E7218513F990314 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 1A911C4CD2A12775223EE7E42488479F /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; - 1ADF680ABB501003DE78866EE42B96BB /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; - 1B229872AB9775E2E4A17B273C1AD6FF /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; - 1BC2FFED29E91BE422E9AFF08A5F9352 /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; - 1BC9327358DC964CA0C804F7BE5A45CF /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; - 1C1FDEE96BD46773BA9F68289F23FFCB /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; - 1D81D2F6B48A2E55294C72B8A72B501F /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; - 1D94387B6B8BCED41E58665C93FE0FBB /* UIApplication+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIApplication+DDCategory/UIApplication+DDCategory.m"; sourceTree = ""; }; - 1D9B11B3E51FE34AD9FE0D47D8A4C043 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1DA8DBCEF1F5B64B5370A4FA859B8249 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - 1DDB70F33953657978EF8CD96DF3EAC6 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 1DFC8D897E8D3D3EF345CB6A30715826 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 1E137377D2744FD9C39D3CEC2213AFBD /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; - 1E2AD0990531BDAB78853ECA82AF140C /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 1E2D70A98EBE5B1DF6746045A26E7BD8 /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; - 1E97BE1FE25D690F35F94DF32710DE17 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1EDF6239EE7E3B68FD65AB0157796B2A /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; - 1EEC9D28B541D3F742D4CAB669523531 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 1F485916FD3393B89DAE343EFDC8F83C /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 1F53B8C5E5415E2452780A0548296908 /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; - 1F5AC0EEDF3C4A230BE027DF94095CD9 /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; - 1F78B4F170F421415FF6FFCF3367D80C /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 1FB8E5A5E60EED69EB1F9E81CAE4D399 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 1FE468210FAC97F6802FC9277093EA9C /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + 16E47847F012C7C5A5CCB8853B430DC9 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; + 17311F74924C956A09FA029B76756E0C /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; + 173D8B7976EEE82B73489608D4ECD938 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; + 175E160B210F8918F24973167F06CF79 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 17D7C45B2B85F585912810F73875908E /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; + 17F0B48EB7C62C9467E7D647E7E5C701 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; + 181826E1D0ADF935A7E686C762462C7C /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + 185F9BE2AA69C0B3459642BB61834039 /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; + 1867ED0683C2B3C3CD5181FAE11897BD /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "ZFPlayer/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; + 18C2FDBC8D0C78FD5AE84C9D9185A1FF /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; + 190378F400F36DAF67780AF67295E127 /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; + 1922A6A0E02D95253C80396B37E10287 /* 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 = ""; }; + 198DC04144CBA6A32E8BA45889CF152E /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; + 19ED9AFA84256D06A364CFCCEB118D95 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; + 19FA2D7AB03EFF1765F38A85B188A68D /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; + 1A2745E7DE16B870987AD4D70B7FF1DF /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; + 1A406F485E375B9A538F60BCC669C8EE /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 1A4D674B291CADFF476B81EB524D1364 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; + 1A4EE38117FADAF6840292CB423F9CC9 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; + 1A764909DC2F006D4FCD2FCEE48D041A /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; + 1A8B28A120C292488ED430D5EA7D5B3D /* CALayer+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+DDCategory.m"; path = "DDCategoryKit_Private/Classes/CALayer+DDCategory/CALayer+DDCategory.m"; sourceTree = ""; }; + 1A910660C0BC02E8C630FE027B3C1967 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = ZFPlayer/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; + 1AB783FF249674C2DCA72A637C95A09D /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; + 1AECD1F79FDA7AF20C4F45C8943CDAE7 /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; + 1B10B6E9D17566CC5699F5DB858E386B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + 1B35A6FBA3CBD45226B85A6F876700BE /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; + 1B3A4F80AA6DA72A6016BA996872756F /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 1B45DEDEFAD7C4D15F954904ED90CF54 /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; + 1B9C44A6CE1D11BF815E4C1C7333AF46 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 1BCE17C41A390A1A354DB860A8654FAE /* UINavigationController+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UINavigationController+DDCategory/UINavigationController+DDCategory.m"; sourceTree = ""; }; + 1BCFA829A8C712BBE4038707E49B1C6D /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 1C1691460A0C5DCD4247D9A242B0A8D3 /* 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 = ""; }; + 1C18371D84390CEC73E7EE7FC86CE838 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; + 1C5DFA80FB0E14429FAE0675C4E90C70 /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; + 1C748222E930F63B48F2B93FDAEDCBCA /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; + 1C7F27378D5F58EFED6939B2158F713E /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; + 1CC9385B5DE9C628C59CE36BF33EF7E3 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 1D238F33FD51043F3EF4B86EBFA021AE /* UITabBarController+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITabBarController+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITabBarController+DDCategory/UITabBarController+DDCategory.h"; sourceTree = ""; }; + 1D917246761244D0E22C479AA18F8F08 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; + 1D93D6BAF3964B054A11084A6F74A543 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + 1DA22E9EAA33A9250A987DB225AE618E /* 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 = ""; }; + 1DA2E967C6C9D232CC0A879C3937F540 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + 1DD45BA2A6EA209B7E418B11E5564A3A /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; + 1DF2512911715A0B3D628A1E3BB16CE5 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; + 1E618A30ED9BFA3722E91C3C5FB27FAC /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; + 1E9B6E80A88AAB7388F5385DC121AFD6 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 1F6E6226D7989A3A369BE01CC77B99CB /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 1FCB4438676C9443FDBD11D667940A30 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDControlsKit_Private; path = libDDControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2096AC5565EA9F5EA4AA3418E295D86C /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; - 20C42FA63F44BBB4B48CED1DFF0F4283 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 214EC6A6CACA244A2A8CCF4320E7CCAC /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 21ED42243080B8D1EB80349C761A8A16 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; - 2227BF7D94EA0245FC864C6FF16A7E98 /* UITableViewCell+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITableViewCell+DDCategory/UITableViewCell+DDCategory.h"; sourceTree = ""; }; - 2254DF838ABE89CFFB434B54447DFC22 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; - 2264C0496FEEB851C41AE3B1F5BC9E5C /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; - 2282AE9635EB7CC0426C1101BBBCE5C7 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - 23183FA349AD969AF4A65529D6198A75 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; - 235AFD3C8C1FE6AE9F686F35A5D8B5BA /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = ZFPlayer/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; - 24074F0E9F84339ECF9A4DA7D51BCD8B /* Infallible+Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Zip+arity.swift"; path = "RxSwift/Traits/Infallible/Infallible+Zip+arity.swift"; sourceTree = ""; }; - 240951D1DB41F7DDD39DF1B13832275A /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - 241F7439B966236BA89313D1D7A67E55 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 24B44D9A9040FF136F50341DED1CE7B8 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 24C1885F33F2DC71997DBD4D7B73139A /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - 2506052BB80677662A0A9A70CC982B31 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 2519037F81F940BF38ED288321C6EEBE /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = ZFPlayer/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; - 2543A4139B89912953D46E4910DC451B /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; - 25796BF98BF3A7FAD755569C5336C910 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; - 258A03E694688D9C09590B7BA010B5C0 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; - 2592D09527FFA15C8559FD95C45D3240 /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; + 2013EAFEE01281A5A27141273E6254CA /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; + 20527A0CDDF3A638A56697666A1399BF /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; + 208979073B2FE049774A9D43E7D9D556 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 208A326EA9C6B70C00A99CF4B4718698 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; + 20B59AA625B59BE16A80AF0B70C53CF0 /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = ZFPlayer/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; + 20B61D9040B3F1E98E92815015C9F28B /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 20B7F3881B191055EF8E0F271B6A9E79 /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 20D1C02F57769A322F11D9AD1363424A /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; + 210482A0B5EA060C10B2891EE460AB48 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + 21300D1EABD406DF88881659F14E1FA5 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 21D2CEAF8CF027C5BBAB3E891B1C1540 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; + 21F9FA993D60CD14B01156676A20C167 /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; + 224C0BC57E40B54C718B6D431EA95D35 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 227AF9E6AD03AC9A3C955525A5398DA7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 22A8ED664031CCE5A526DCE8A7C609BB /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; + 22A98BB6EF454F042A642F277FE34C9F /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; + 22BAE7ADCF6961EFB9689B374084F1C8 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 22C8184B21F23343E22A9C232D399C9D /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; + 22DB568C2F40BF105F67A00E09CBC2F3 /* ZFPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZFPlayer.release.xcconfig; sourceTree = ""; }; + 22F0F259BE2F7AB0C38E4735E873F1A2 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + 23497B67ACDC31BA3F0598347B9399BF /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "ZFPlayer/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; + 24403712A5AB50CB9F317E4EB3B3BC89 /* PrimitiveSequence+Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Zip+arity.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Zip+arity.swift"; sourceTree = ""; }; + 24410051C5E307C24C56C3335B418FF2 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 246ABA10829F166DB32A96440298F4C4 /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; + 247E41FBB44855E2C5BCAB8AD3B9765D /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; + 2494FB423FC2303D71E57FC30E17B524 /* ZFPlayer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ZFPlayer.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 249FB8E30AB77F8ECDEFAFC1BCBD23CA /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; + 24A69A54D1197E7E6753BF749DA7D76E /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 24B8710F9AC5232F5B7CC0354EDA54E8 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = ZFPlayer/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; + 24C6ED8AF5E90ED6478138B344B5D5E9 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; + 24DEF378BE6451D6215F2DAD7E37F1D3 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + 25024DCCFA9AE75D9ABA8D5F2ACD21A8 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + 252055CE1DD2971E2E70122AF1255F2F /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; + 253ADE0F23935CA3549F3997DE691DDB /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 253E69F79DCD88262823C30416CEE169 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 254571B44B8DBF8CF43E277B4DAF36C4 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + 25555D4F66DCCF56A7D7D53D6F2CEF49 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; 25BA22D5958BA548603A19AAB93FA26A /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; - 25F7E4E507EAAF42F6EBF51453B15805 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; - 269C15DB086F7FFD2A4B22A0AAD7F1D1 /* PrimitiveSequence+Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Zip+arity.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Zip+arity.swift"; sourceTree = ""; }; - 2705A48DE04BBAD571EFD3F68697F52B /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; - 271204F6A9AA551435DC7846132835ED /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 2736FBB89EAE7497CD274394E6BAFD7E /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 278214700088FFB7BFB99E944EE49842 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 27E068501DA6315B730420906BB2B9BC /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - 27EBF335966474A9B80E68D1095AC1BF /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 280588115CFD0C36D2B58D66F5114570 /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; - 2809971ABD4356D080F90B5F3714E241 /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; - 282AA01C92F6D05E40185A98A822BFBF /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - 283B501D95848DFCD76E1BE9FE0856AC /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 28A32943064217F77B70318214065DE5 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 28A89EE0069F80C060277255C6C6E968 /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; - 28E219CEF552F1A2E291357BB3AA4F37 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; - 28E6BEFDBDCAFE6F7824A9BDC1A65F85 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; - 2970EAE6E036208CCC2B931AF33C4C15 /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; - 29C08174E1A94946A4A3C5898A7BAA9D /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; - 29CDA91713EBB456F052684FBA50055F /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; - 29F5F2CDE66CC2A69BB62077A63044DA /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; - 2A12D9326089E41B87FB50E578A560B5 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 2A232A239419378ED0E09805F9686106 /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; - 2A374131E422FA202962DB3EF43ED390 /* UITextField+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITextField+DDCategory/UITextField+DDCategory.h"; sourceTree = ""; }; - 2A5DE7ACD5B5521D80B1EFFAA74DBE88 /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; - 2AD9C18E85CFB3F018C55A534847E375 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 2BB6923F568478DA17244F40B6F491C5 /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; - 2BD3415BB24F46DF5AB938F6F33A17B3 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; - 2BE94CA8BFD463A7A9915B0F6304157D /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; - 2BEC15186B62CFAD2B923DCB713B00E4 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; - 2BF3E09545D03501E7AD2923239F607C /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - 2BFAFC597A8593506D7C53A8ABE6A18D /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; - 2BFD912E5780E3DCBA33EC4813B1A898 /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; - 2C288E8732F09BA48DF6D4580E3A4177 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = ZFPlayer/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; - 2C4E0E2EE6529F5ADE779CE7AC40BBD0 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 2C9E39470944A01230F2C7791C91135A /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; - 2CAE87249C006D6B1EA9D25213355042 /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; - 2CD31AEDF7E33CA3ABD804AE98FF3D2F /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 2CDC65789B24FF659B168D0C07FE4667 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - 2CEA385769F9980A4179525C9808FC67 /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; - 2D2250ED16634A23667ED0285FD0EE0F /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; - 2D528E6614CA0B31C5EFC9D295357059 /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = ZFPlayer/Classes/Core/ZFFloatView.m; sourceTree = ""; }; - 2D66F7E9F2B37B63EE5FAED73A842DD4 /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 2D9F7B2DF25B8471919ACE5AC3E66807 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 2DA79DB7E0D41B62ED1AD52B1350A885 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; - 2DAF47860A2157E92298E26F6D9C04EE /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; - 2DBC569BEA53CC0F22123868148A58FD /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; - 2DC8A1EC0BC780FE168547115B7A1021 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = ZFPlayer/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; + 25E13C3EEFE446F4D5C60A9EDE560D57 /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; + 2629C8C75F7544CA7AC76890EB779187 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; + 2652ABDB0AE856157EB24ACDE7F1C109 /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; + 26F34E8B6ED13862BF710C2B32F82048 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 270215BAF27EE60E6F706702FB984C9E /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 27309093A7F1D490ACA8CA5F9A42F1AC /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; + 27F03F4441D9C818900AE909D10AD49A /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + 282D19080AF20F9B1BA46222C48E79C6 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; + 28309C32D0F8167AB37CA6049A0F2996 /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; + 2872E11E1C1649690A1AE0E1D0289464 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; + 2874484DB0A3A35CDC391EAFE70B3BFA /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; + 28B339F8840A1ACF9C6A0EEC4F1756FA /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; + 28D1C4AA6F82692EFEA3FECF570F304C /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + 28FB29DA3123736C7E215143607466F9 /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; + 290D19C0FB873DC76A4ABC3C2405F91A /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 29127FC8D58201928F65FC47C03F110E /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = ZFPlayer/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; + 2912F2AD4810AF34402597A8AD3BBE52 /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + 2935D3C057FBAA6BA91FEB6E1C86AA43 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 295309D3D89C264FC62A9F4F35F03F66 /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; + 299701559FAB874E2652BA6F06552CBB /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; + 29AA1A8B6BE56F500A96454977C1D1E5 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 29C24471798AF7B7F245278CC18F8986 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; + 2A06B54A8457BDFAD948FE9A9045DC7D /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; + 2A0A051F9D46BFFEEDA4CCBA9DE4DFA2 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + 2A2FC9CF73EEF60997FA732CC06BE234 /* UINavigationBar+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationBar+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UINavigationBar+DDCategory/UINavigationBar+DDCategory.h"; sourceTree = ""; }; + 2A63A9FE78162032ED95AF901744A034 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2A6AB47529E4D2B7FA3F9DE128F564C6 /* Infallible+Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Zip+arity.swift"; path = "RxSwift/Traits/Infallible/Infallible+Zip+arity.swift"; sourceTree = ""; }; + 2AD762B63EAF569EBE6407A06D88B95A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 2AE402459F6D4CE991232BF8CEFEA31F /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; + 2B1E87B5F4F52E5B8427C9B7735C2B82 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; + 2B6C883C3324294052FC3299E85375C4 /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; + 2C361B8A805D198E77C68F1CB6A9565D /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; + 2C511C1289D5487B6805A6FF8493FC99 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; + 2C604E62D9D0E0BE5335F770E114C364 /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; + 2C7FF24B0375D4BD20770A85FD4F886C /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; + 2C8CE83F179D95664AB66EBA5B8D3D25 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 2C8F4D62748AF8F7FC5EFB3507824011 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 2CE60E12C0A9D0C204A6C13325B8DC39 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; + 2D0A1920F3720D0E27D9006898CCA800 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; + 2D175CE9E7E0AE9DCAF675F0B5C8DF62 /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 2D577522565702C2275ADE18C6DEFB9D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDNetworkingOfAlamofireKit_Private; path = libDDNetworkingOfAlamofireKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2E02407BE16822620F98D87DB977ABDB /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; - 2E32B538EEBB305C36E7870C3B29D63D /* UIWindow+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIWindow+DDCategory/UIWindow+DDCategory.m"; sourceTree = ""; }; - 2E3C035F8E3675321E01ABCC9D7F3BF3 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; - 2E69ADBEB4214319E3940EC638889D05 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 2EA5D1C6F4469778B74CE276B3E95925 /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; - 2EAA3397137DB8EAF8B4EFC10D578745 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 2EB0C50666316462E68E4B5F5973CEC5 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 2EB7A5B4E809429024A19CA9AD5EDC97 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; - 2EC902AF54EC3360997A2D763A0CD106 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; - 2EFEA74DD224F4050CFDF712E4138FA6 /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = ZFPlayer/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; - 2F6633E15D5EB457911DB63444E27AC9 /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; - 2F72389F289FEF6A16442FDC4F6B734D /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; - 2FC24FC40435F1CD1120CF2A2B1C0E28 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; - 2FE625FF388E27FF1F48D18BA30F1276 /* 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 = ""; }; - 2FFC6FAA7BA43FAF7B0AE348A933C583 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 300E195D32D209221D0EC632090C5125 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 301DD0B1CA59DEEAFFD151763663BD75 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; - 302B1788ADAFA8494CE10176AFD8BEC8 /* ZFPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZFPlayer-umbrella.h"; sourceTree = ""; }; - 3056550F6A3D28AE5CADAF1201EFBED6 /* 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 = ""; }; - 3098E4285F6E173ED82EC544CD28F6A6 /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; - 30B2A258C110A80779CCC88FC35ECEED /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; - 30CFD1B5ECAE3FD4C1B153FA84F8AE9D /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 30D527B02754B798D4C668BCE26A66D1 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; - 315882A98CEC10521F50B4B4C95F9AD9 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; - 318A1837FA6A7AE0CED77179C00786CE /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; - 3258F756A035160A7901362ACACF0E45 /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; - 325BB9F280047122EB39D614F9E9A4A5 /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; - 326E79355D2662EE40B4ADD4EB532929 /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = ZFPlayer/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; - 329DEB1D35E5E07188BDE293540B8253 /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; - 32D833B94F26A0F1AD0E6D8D4713F73A /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; - 32E887F46F277E71ABB622DDB19ED646 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; - 32E990FA82F4C4D66826571C6F3094B8 /* UIScreen+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScreen+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIScreen+DDCategory/UIScreen+DDCategory.h"; sourceTree = ""; }; - 32F7125DA99DE30CB2D5C1325453CD88 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; - 32FA989F5D3AF4B91E81A32CAEA5DEAA /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; - 33242563E2830D15F795294FCD71C76D /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; - 3337E9888AC8AA53F59E2D1A6552B977 /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; - 333DAF3460AD1A0B0E5B7AF9BDDD589C /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 3340F9DEEC4FE9E1AECDAFEBA42023A5 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 337435604EE5C191E5CB0C5B761C6E14 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; - 33E7E18D3A09FC04B4AF20190EEBF0F3 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - 33F34950F0B0EDF99D6E73A976975F09 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; - 3403E26F2F612FEEEA69A8002FE4B9CF /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 34802CFE9E3C73DF9138713DA2A7E67D /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 3489BBEB7BBDC7BE119A643FFE76DF26 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; - 34C003E0291E2822C2A2FB5150B2AB78 /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; - 3504A19A05E096FD3C821D634110D8FB /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; - 3528B3C2FB1A088012497D80F6BD2910 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 355527825530FEA222F67563F0F7DB25 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 3563F126228BA5F3B6F238051665D45E /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; - 35641BDBED283767FECB78E7FE5D0C6C /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 357869E607A629BB32DE758F0C757171 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - 3591F9E01AE304113ABBD65C897FD88A /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; + 2E26E70BCBF1109FB105618F23DD6BB6 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 2E39C269A97D6536ED5317FC0B2D7563 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 2E62954B5176FBEB5F64B748589079EE /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 2E9F06E32F7D9FF514B903A5EFBF3C7C /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 2ED7BA9FD4828987FE817B3C2971E6C3 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; + 2EECC4113B6D446184136B6B159D83B5 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 2F3E093732F9246792C0B6E687DD9D44 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 2F4BF232B50ADCB60D50D62600432E7F /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; + 2F5CABA123490D4070674BFB696C67E4 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + 2FFE94E872A20CDFA4F6734001B4F3F9 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; + 3034FF9BD293C66A3A2BB3508E2B15FB /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; + 308266C5025283F1E98CAA23584FCA85 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + 30839F4CA2C472A4EFC81A353C0EDCD0 /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; + 308E6FA61D35B8BECD5CF36E6BDC548E /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; + 30CE98C5D6023BE278175EF15E59EF33 /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; + 30E8807653D14DD2266B0694899F4F4D /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + 310DC8974BD185BD7CF87285C93A1993 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; + 313BA2413E18C186F215E2194646CB41 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = ZFPlayer/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; + 31481247B46DCC1FDAC9F3CCB44C3674 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; + 315B39C073CAA6A425972C95E18E3C61 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 31BCAE2909EA8487A425DDA239179276 /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; + 3224D28CD890FD6D23C05B0B0373F9DE /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 32637B6BAFD95E5FAE84D0BC42233279 /* UIImage+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIImage+DDCategory/UIImage+DDCategory.h"; sourceTree = ""; }; + 32B6C9FC55421EC0891EEB77051191F0 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + 32F89603EFBEC1D47085F0A56EFEC7D4 /* 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 = ""; }; + 332AC59D916C977A7B455CE0861008EC /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; + 332BF5D077B7A87A2D9B883F238DB39E /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 33864E7FE4618F867F0D52B425BE2A89 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + 33B95914A89EBCDBD86D04944B5B9EEA /* DDBaseViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.m; sourceTree = ""; }; + 33DD2FD2E3BC2DB13C32E3C54B9D5C40 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; + 33F710F7F397E96CB625FE408833B0E9 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + 34319F6AE82891AE29F59BA2C6C6BD58 /* UIApplication+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIApplication+DDCategory/UIApplication+DDCategory.m"; sourceTree = ""; }; + 343F6F3830F7B1B5BEC510FC0FEBE7BB /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = ZFPlayer/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; + 34431EE38E4AF581D27534BB78461290 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; + 3470646136BC8BA56DEB5445F07DEE77 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 347C0076DEC0BB5A07137B78524E04C3 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = ZFPlayer/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; + 34C2756B00AC88A396952D626B495CC4 /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 34D02251B3BFF0BEA261D2342EAEA473 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; + 34DD58A54E7FDEC80E1477F08DCF7F30 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; + 34E7F440D1D3ABCFEECA0BF4F45C70C1 /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 3530D9C328D172A5E9E52705CE33873F /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 356FACAC7B5F24F8514CA5DC7EB5A21E /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + 358A43A99728CB81B2ABE942903DED92 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDProgressHUDKit_Private; path = libDDProgressHUDKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 35BF14B07F1E8D758F1B38E56F874A0E /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 360B0FE8329A1B9FA384C2BDAEFF0426 /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; - 3655CF482260944747FC6FB22C6A5CA8 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - 36DF68E334A3086C8833D0534A1391F3 /* NSObject+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSObject+DDCategory/NSObject+DDCategory.h"; sourceTree = ""; }; - 3702957EAAF0E5488626FCDBECF9DB2E /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = ZFPlayer/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; - 373CCA6AB3338D9E62D15F786DAD53F0 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 374A33D2060DA071C5A7D5B2477207E3 /* SharedSequence+Operators+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators+arity.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators+arity.swift"; sourceTree = ""; }; - 374AEDE5F220F6E288851A3EA9A7C6BC /* Infallible+CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+CombineLatest+arity.swift"; path = "RxSwift/Traits/Infallible/Infallible+CombineLatest+arity.swift"; sourceTree = ""; }; - 376A90BAB32D615A65EA5C08D53417FE /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; - 37E5696270CD4DB23D59BB150211E942 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 386AEECDD1B6468898F25F97D920537D /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; - 3879B9F81AB8E056EA88487321555E8C /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; - 388DE57F04F204326F436265E9FBD59B /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; - 392CC4E9A34D2042C1706CEC1B9DAD48 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = ZFPlayer/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; - 393C499C0A0C424EF078CDD4A0AA58B5 /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; - 39429AFCC18A21B579E2EA14B4C26A36 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; - 396F5E03732DE67E7183D82AC68499D7 /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = ZFPlayer/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; - 398301E8DA68C3AB1B55958715C96922 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = ZFPlayer/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; - 3995CC0852C71CEA1F9828690CF14B1B /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - 3A21D31DA8B0983CD9A718B1657C6DAD /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 3A33B0247D345D6241ACB48A15182EE1 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; - 3A585BF66F00E4874907799DCDE3DB0D /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; - 3A6E246E850DAAEB7F78D24BEF828D28 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - 3A7F2C5E4556F7FF554AA8590262BEA9 /* DDBaseModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.m; sourceTree = ""; }; - 3AA1CF32F5B7EECA8339163E9618C5A7 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 3AB46528C38FF04DA0336E098F180EC0 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - 3ACFEBDF924FD4941BC0F0EFC9771331 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; - 3B27ECA7CD9E10D151872FE146F3A0EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - 3B3C724266C5E0570CBA56406ECD88A3 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 3B576014CC2EA720AA11FDE54C7B1DE6 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - 3B6BC8F429EB19BB590B551698F3451E /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; - 3BF764AA08FBB71033094AF3D4781A70 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - 3BFC06E246354519010A09BAEE28131B /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 3C6B6B613C0E48B101E51520B28703F8 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; - 3C7268CE69627F7950A8963E1A468FC4 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 3C7C1092433CF7CB6FFC9816F1F9ABDC /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; - 3C9229B9724FD65E2648E6B695B86B05 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 3CB94AEC42F932EA406BFB8CAF6E3B1E /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; - 3D007494D63AA68404393C334425CC0F /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; - 3D1EF5BD43F994624CC27C711CCFFE06 /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; - 3D43B2CCBA6590C260AACAA2CB814FCD /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - 3D462D547117A483320DF36BA776FE19 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 3D87485494A1A71054545D4D0AEF3AF9 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; - 3D8F26594EF87C3ED579130EBBCA804D /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - 3DB3290280AE88F34F7250270308AAA7 /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; - 3DCD442C7C1B61F13D5A069F5A9CA12B /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 3DE34A547F0C51DEFCBF310AF075A705 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; - 3DE7CD75AF0F594731AB634FD7A18979 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; - 3E035EC2D322BA551DB52567D92519D4 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - 3E8A5D12AF5069852E6DB19862968B76 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; - 3E92FAEE6F1627E1510A3820B07BECC5 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; - 3E99D65BF3390B8F6C9809D01825D82F /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = ZFPlayer/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; - 3EB841645E5C8CD16065E66B0F9A937B /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; - 3F497B317B0DBC8C430A3214804914A9 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; - 3F566C2C160A3746F1E866AA29314488 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; + 35C09C50C9838F729DC091AE4670FDF0 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; + 3638708737B9B113A86B5B125252EDEA /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = ZFPlayer/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; + 36578A8C271722BB62B2C9A2C59D036B /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; + 36775DB63F8830B51329D407EC250ACA /* 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 = ""; }; + 36869151AB46F5DDFF906AF8C831175B /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + 370366858CA842942EC2D63A5BB95B7F /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; + 37419015D2FB2786D8DEE83BB5EBDF64 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 37B388A14BCD2F2D6914B57584ED1AC5 /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; + 37B6FC71CAEE8CABAE8792BA19335D56 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 37DB43D7CDFD7829549D69AFF4090564 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 37FFE786666F4F117875D90064508688 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 3807C6FEBE7FFE10B504C8EE5EB0A37B /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = ZFPlayer/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; + 384994743AC9F75E27A3CDA4F1A47799 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; + 385B33E58D048629804CEF8234843042 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; + 385FE6D9FEA4E825C5CE500B4F2D5452 /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImageMapKit/MapKit/MKAnnotationView+WebCache.h"; sourceTree = ""; }; + 38A821F5526BB8E5FBA6333F5A388009 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 38DA9729758C0BADCA3E7AD9D88CB972 /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; + 38DEB0B043750586E18ADC9024266F10 /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; + 38EF432FE02378DD4289660DBA7C9EA4 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + 38F770A3EED67057327DBE18FA251D3D /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; + 38FE1025C74543255E008560111EE3AF /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + 39057264458F80C8862F4BDD19C3E375 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; + 390FECAACB630E47B5EF76D29F773B01 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; + 393126E20D6C9DD39A1E8C7B465B8C41 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 394570F9DDF81CD9B94EFE0886DBD34F /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; + 395785F4A9D0B715647139740347B1FD /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + 397269411299DA946869109B9E51C13C /* UITextView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITextView+DDCategory/UITextView+DDCategory.m"; sourceTree = ""; }; + 398E132E5A43118FB9EA9492E9455982 /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; + 39A8C69FB90EE16E87E8806C322221EB /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + 39B7431B7EF76FF0CE3887FCF17FD0B9 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; + 39BBD3F935B2B11E444B325BDF8FB4E4 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + 39C37F77F2ED64936210961C80DE2B95 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; + 3A2ACBC11F7C71AC47CE26B1F1909987 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; + 3A44003C39DF4D200FEFFA6DCDA0BD8B /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 3A5E8489AE981A60B2815DA654642FCD /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + 3A5FCF1C630A2AF151F136A1395016D1 /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 3A894F8F6802090FDB5911EBF1C17689 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; + 3AE5362F4592E63A0E24BDE44E9B42ED /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; + 3B3AFF81F7F9BA120A787EAACA759CFC /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; + 3B4F334EC664074DAFA36EF236B3D3DC /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; + 3B63B91FB14D6BC5149A241BB9B98281 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 3BD58C350DD433AD985B5BF47438E6E9 /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; + 3C27622A58C8B6DF947096DB8C5F2C27 /* NSObject+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSObject+DDCategory/NSObject+DDCategory.m"; sourceTree = ""; }; + 3C32556B7118AF696249225F0A517348 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; + 3C4476265B1F808102F32AC298F2611C /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; + 3C6211C3F66BA00109F8CCD3F3BD8BCD /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; + 3CBE580BDBDD64676B6A7A80D71C96AE /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = ZFPlayer/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; + 3D187095D15A35DAEB7BB6B89C1140F1 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; + 3D8C9277ED75483A7CE4839B89FC67FC /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; + 3DAC19BC76A2A9E920FF049E5A75E2FE /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 3DDA264E674D7AEBAC8EDE33C6246BAB /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + 3DEEB0A1E76125FB49FD5575003252EB /* UIView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIView+DDCategory/UIView+DDCategory.h"; sourceTree = ""; }; + 3E61050A2A3084F4E34A20F4D7D72AF6 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; + 3E6FE2B6B31B4400D2DECAD7E2C599E1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 3E75EA48C375542518B6FAAF7152FDA1 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 3EA65439CC45CC46BEEFC2F6AF289CAF /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; + 3EDAE2DB4597E1846378B61C64D566F7 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 3F0AB1AB9FF0770ADDEEB86B21822D94 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; + 3F38FFF90202D9E904AA825348B55FF9 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; + 3F50D16D806F61359147DC51BBC05EA3 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDTimerKit_Private; path = libDDTimerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F6DA93F6113F6C67D8B81F8B27379AE /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; - 3F7D3D2D0BC824355B841486696D4A8D /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = ZFPlayer/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; - 3FF64F7E4A92228D6CC0B2F85442C74E /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; - 402FA2B9285FD434759AB2B1CD2A5031 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; - 4053228715B883BD6F6BAD123CDDD4DF /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - 40C478AC9E536659291BB81DAFF8FF18 /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; - 40DE442117C9CBFB3C92BBF967D9C2F0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 410E9B39BF5A714784D62CC65CD3CB4D /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 411B260CF714CFB91E616C2B8D36F072 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; - 4133DE5FE40816C3C839FBA6DAF5B051 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; - 414001ADB1443A86F7C31689797EFFE4 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; - 416343E7DD3A8A6C2EED3FE315FC010C /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - 418D1DB32CC871549BE147E6836C4CE1 /* NSThread+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSThread+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSThread+DDCategory/NSThread+DDCategory.h"; sourceTree = ""; }; - 41AA15FB99923A9BDDBDAEC19F6F38F1 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; - 41B6E3DAB6EAFB240C6F5FB5534E97EA /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; - 41E29653836D0B6537ECD8E4109605CB /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 4217E0784AC3B6CD03E359037A4B0E1F /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - 4230EE4BC175DB9D0517135C4C6C4A01 /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; - 426B3494C05A63E49874B177FD150870 /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; - 427A2A9BFD09FC437C7C86D6A1887310 /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; - 427B47CF14E7388511B2314F806BC104 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - 42A766E27E17370831746E50DB4C54E5 /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; - 42E928095D326638A70AB6AC51DDBD4C /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 3F82291D5FAF4348E043E63A57061AF5 /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; + 3FA40E7819141FA2A6B27F428C1B99F8 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = ZFPlayer/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; + 3FF4EE0F844907B1BF4B6102C6722538 /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; + 4021748C8A97A2B92883ED1E1C597188 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; + 4077B2CFC3AD50394AA33347D58C9AB3 /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; + 40AAC458A5DF678D006FD42DB1C7764A /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; + 40E8A77D2026BAD1ED9079B005A68462 /* 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 = ""; }; + 41064A94194F7191F85D64A6943EC379 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; + 41068E0465DBA0197798A284D433A385 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; + 412C13005896D925DE3EC008436D4B65 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 419EF9BE4CB6783AF29FBF2DB73FBE58 /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; + 41B858E531AE6AE607619785C35746CD /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = ZFPlayer/Classes/Core/ZFKVOController.m; sourceTree = ""; }; + 41D625B23707C5A6FD4FB96DB186C0FA /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + 424F5813A5DD5E9D00807E1211C07D11 /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; + 425A9BABB24C27BAAE7820163D1EAED4 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + 426FB4F89F04B290CDA0C0AEC927667E /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 42AD855323940AF0FA5852047AAC08F9 /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; + 42CBC31700ADDCDED927606D136AAC88 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; + 42D0EDAFDA0C0FE5B10887DC21F24494 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDBasicControlsKit_Private; path = libDDBasicControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4338ECBAC5FB7BF500EF0B63D358AC65 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 4356B553A56BAEFD9ED38842ED2BE2CF /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; - 43694B564715FB22FE65A897600C112B /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 43742CB2A1EA57F8ED6DC80938C253CF /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; - 43D0176C0C9746A25E8DCF830D68B095 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - 43D524AA9D3B5DFCF48E4BEEBCFC04A9 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; - 43EAC1BF18E1AE9D1B6EA926D3179B26 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 448534D65740496A7F98435BBD7869B1 /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; - 44F0697793A8BA3735ABB643985F8AAE /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; - 45868168864312042A1146AFE310B2A0 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 45904E42C67413D9464FED4C7A896C5E /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; - 45C0F0ED572BE47CB8D602F805EFE1EC /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; - 45EB516E9529BE2D1852C3547C12C340 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; - 45F5E8E54A80A2B3092A09CDD06A925E /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; - 45FD6A25A54F71BFA82ED46BE0BDC943 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 469CFB74187642A495D0D1FD61DDA07B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - 46F8CFE9D76E5A021E93ACB8C4F825B1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 47CDAA389FF5121816944780A3751B52 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; - 47EE17797FAB19BF96741AE7DFD7D110 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 483770B1DE62A342A536BCAD7A834349 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + 42F1F8A90648A57000C2E53206F0B6D9 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 43C91497524DD5BFEDC9EFAFD029D312 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 43F03E8327402318BA1A5AA38D9E45E2 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; + 441554C44216A89888333215AA012A51 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; + 452349DDBDA49A5CE96DA6A4332B3996 /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; + 45C5F51CBD07626BCBD5E758A70D036D /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; + 45FB77BEE7BC93528CC532F4039DF95D /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + 4616707B7FE6FD330C217690452CBAE0 /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; + 4651A79F291EA6D02ABD3F279B3BF08D /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; + 472D0CAC5BE65093CB3FAB7F08CBFFFB /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; + 47837799E96C7ABF8530E2D107A740D1 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; + 478980E00140A7CE7382FB4325FEAD1E /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = ZFPlayer/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; + 47936CCF8C062F9463A88F805DC55094 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; + 4807DC95FB8C4F8B7678DCBF9370900E /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + 483A1BA953D3086D2A373D36C0ED9AC9 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; 484C4661DAB5EADAD81249F2FB129619 /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; - 496397CEA6F9083A49D19778EF460859 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; - 49E1625DE57206E0B4D4F6651CCFF16C /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; - 4A46EE9458035FDDE2C8D5563FB9F365 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; - 4A5BD32DAF227474016FCC220F4F2E1B /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; - 4A6A4E43FDFF2F1557067F38A4220361 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; - 4C1CF0B28F77BEDB146E143C552B3B45 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 4C451DC0C6CA6520FF36C63191FABE20 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; - 4C4C3A4E50661CE12409485359742FAF /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 4C611FAF3F8CFA0229563A634C170991 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 4C6CF3E94D61A2EF7E5A92468CD07E17 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; - 4C97866B720402B42D4124FD00B86B6F /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; - 4CE64671BA36059349AF42E2E7A6BF53 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; - 4CED5BE87BA4D58F6C876EED612B8882 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 4CFB333BDF802C67C1E01E87369D91B5 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 4D534D4DC51463A5A870B0D2F9C8F216 /* NSURL+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURL+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSUrl+DDCategory/NSURL+DDCategory.m"; sourceTree = ""; }; - 4DA319B1E1C0E889595574D0BCC28F0E /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 4DEB35BE866290F3C8F5269AED8FF542 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; - 4E180CCCEB2E9F13F90707FFD0E1EADC /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; - 4E355D7F33E09BF405AECD605B790F62 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - 4E74DB1B9A402E932E3BE7F58E7F00CF /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "ZFPlayer/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; - 4E8F23F6D921FA9640846F925DF4C2D8 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 4EA7D42BCD10F68FE9F477F49FEE4ABE /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; - 4ED5E86BEB0CB48BA3772284D1311791 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; - 4EFF2E8B110613683863B12AE9156162 /* ZFPlayer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZFPlayer.debug.xcconfig; sourceTree = ""; }; - 4F494441144B63D820DAD2B2A8D73A23 /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; - 4F997F8220511D621C1E01CB66E4B6A1 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; - 4F9AC9A9B218CD83368012E93FAB0682 /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; - 4FB1E9E9F158B42755ED2FCDB48383EB /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 4FBBC1A35C49A4956627AAA012027532 /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = ZFPlayer/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; - 4FFABA4109609AB1273186DD3D3F5DED /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; - 503CE2C3CF3C1E485295DDE39B832E2F /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = ZFPlayer/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; - 504709C344FEDD69D02CF0F6B4F3D27B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 5070D51C35D9A73BC854E540A960B060 /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; - 512621E919FE6990601DF598697CE0B7 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 5132B6984F09D388279DA67DE1C0A721 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 514F6E1E15E1548776BE81A5FF4345E7 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; - 51564C7DF2DC03136F156B427A27BE3B /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; - 517059FF0BEB2E3119E91565793D5A72 /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = ZFPlayer/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; - 517F560A1E1834C2EE17E698A08D5F79 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - 523E7CC49C27376C38EE33D05BD6AFD9 /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; - 527EB447065C0B0EE0E8E2678F8501AE /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; - 52926B4F888898C5186130DDC01525C8 /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; - 52DD67FAB45FB213EF5518634E30DDD3 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 52F3FB91196E0362E9B87E4B32F37250 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = ZFPlayer/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; - 53759072A84BA76D7925637BDF0FF4DF /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; - 5389FF2C413F6FA2A65A0AA6F3DEB561 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; - 53C0B5D4524694941FB896AA6E7863DE /* 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 = ""; }; - 53C33B6CFF5C28A5B03EEA8E8AAA3E44 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; - 53D80ADBEDA01E972E8CE8C9FBA421BF /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; - 53F5A710E488311D0DD8D5B25908138F /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 541A4604F326A041D84FFF9DBA59F51D /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; - 542D9AA8DC6CF42404EE6F8DFD07758A /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 543C54E1E7FCADD876FDC26A6DD1C44E /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; - 5450D37BFDADAA3C5947D118CB4B49F5 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; - 55560279E9574A0A032B344D2C046988 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; - 556DF8A2A6D24A2991385EFD13763721 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; - 558B72D53C812C8D3E9A44DE5002EE08 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = ZFPlayer/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; - 55C09CDB835D682A02A042439B3A33E5 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - 55DBABF3E7113BE3E61C435ADA5D2945 /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "ZFPlayer/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; - 55EAFEEB4EA7B7A7681BBFD4563D56FA /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - 564534B945E144B4A287A0ECAEBD82C4 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; - 56B64F9D7237C471C8DE8E4115334BCE /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; - 56E63CEF84922883B36AA27F13F0A210 /* UIFont+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIFont+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIFont+DDCategory/UIFont+DDCategory.m"; sourceTree = ""; }; - 5718BC14A22D15AE2D307B4E3CDD5852 /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; - 573BABA1A21A8FA5EE61B346B51ECA2E /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 574BDDA602244C6FBE428041A20BC66B /* UITextView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITextView+DDCategory/UITextView+DDCategory.m"; sourceTree = ""; }; - 57AFD8ACE132A0F82C3A382AAEB2A1CD /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; - 57ED6041DEEEFE15E34C619906F5BD4B /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; - 5802D9119DDE3644A4902984E55A6185 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 580ECE5671E464A9446CA9FB3EADC7E0 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 5822E51EE669496B633EAA6ABB44FAC4 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 584C3BE265C61499589F413D7D15E330 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; - 584F53055505AEA8E9372716DD880D52 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; - 587D7856864D38B4A69FBEBD86954412 /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 588447B15107BA344EDB0364E43F8761 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; - 58988EBA21431A4FCAB61AC6940669ED /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; - 58F66FB3B2E226A2F633AF9033821A4E /* UINavigationBar+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationBar+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UINavigationBar+DDCategory/UINavigationBar+DDCategory.h"; sourceTree = ""; }; - 5912D438C6ED1DF566DC870B5158350C /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; - 594F28B69ADA25F7646B758E642EF316 /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; - 5973ED64E031563159F1FD778B5773E2 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; - 59BD703664B3691ADFF0BAFF59812C3F /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - 5A1F01F1B81867FECEE685419EC78A00 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; - 5A43FA545E3F655B200AC2FB5A69D651 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 5A5F9F265C55B37102F5687F260FDA0A /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; - 5AAF5364232BB18CD0DB2B70271968C0 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 5ADCE4CEEB29E1B18ABBC2EE98319609 /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; - 5B1081D09CF5327A9597C6C8F14D1622 /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; - 5B7200129554DC5D4FB298AB1459F5CD /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; - 5B779F616E2119C82250F39471099E43 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - 5B7CEE4A5A7949DC403D57BEA616CE47 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - 5B9F378C6C97C139F6685A18F288572D /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5BEC2AE2E6A32C64B765DE8A57CC9DA9 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; - 5BF10BF3EAA41E5EFB22E62E269D77C9 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; - 5C3E796F20651BFC4CD347FD718F0C8D /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; - 5C4B013F4A3F804EDDE3F64A3180A064 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 5C79D063456556C2AA52961BF9AB119A /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; - 5C7D32366D43AD53B420B61B9BC7D5A7 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; - 5CD3B38F0E7669A515456EDC1EF386A0 /* NSBundle+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSBundle+DDCategory/NSBundle+DDCategory.m"; sourceTree = ""; }; - 5D3F9B05CDFD1AD5C251AF21749FD483 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 5D6DC8E6C527D7B3FFE6BE646955CBE6 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 48904A2ACA54F39C73F57654E996D349 /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; + 4896508A94FFAD7C7F2D67778469114C /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; + 49210FBEC4B6952840D0FD08F21D4539 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; + 49636A4D9AAB73B4C3358AE69FE540B9 /* UIViewController+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIViewController+DDCategory/UIViewController+DDCategory.m"; sourceTree = ""; }; + 497BA4A8702676F2B7E91C882C273CC6 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 499CDE5D5569981AF7D2160EC56D6EA5 /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = ZFPlayer/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; + 49E61FF3E31D880F908200A0FAE04D3B /* DDBaseTabBarController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTabBarController.h; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.h; sourceTree = ""; }; + 49E72BCF4378429B72E9D07935C03E46 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + 4A152A69D2085D0B22F6FEF4C90593C3 /* DDBasicControls.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBasicControls.h; path = DDBasicControlsKit_Private/Classes/DDBasicControls.h; sourceTree = ""; }; + 4A516D7E3E2523A33D4FA5B989ED0376 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + 4A638BF5751BE46B7DDB1F0276B2836E /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; + 4A6AF21223B24F018A05A4873B47C70C /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = ZFPlayer/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; + 4A87474A73D15BE198DC44C93AC10FAB /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 4A9A0CCE2635C7D6BE55AE4BE1190453 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 4AA8AB240F4D65F6AAEAA184FBBF6D83 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; + 4AA8C0469D027698CEB004F38088B4B1 /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; + 4AB9AE9567BD8A36DDDF2F7C2E19AF07 /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; + 4ACE8BD874F4FEEB79865EE3C4C9CEB4 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + 4B5F2B41A5993D845A431D40A82DB9AC /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = ZFPlayer/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; + 4B8C82A5FF5CAACF83CF8332CE7474E0 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 4BDB5536AF3861ACACAA4837F303F233 /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; + 4BF3D6B5257E4D26D410F75DD07CABAA /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; + 4C16D8C7CAC7C86DD477EABB84CAB943 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = ZFPlayer/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; + 4C578E3B01D6804F6A0918DFB12CC45F /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; + 4C616D73C4D59FA9980D5AFB3E84FC37 /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; + 4D1ACD85302EE253410BA0B555A96D91 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; + 4D442EFD74FBFE6317BA17E473F3D58B /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; + 4D59B292C647A9948B4BC9990018AEC5 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + 4D9A04B8AE2F030790550FCCF2A03F03 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; + 4DAF0174A817D62CBB9B0474E336B94A /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 4DAF90EB5E46CF4493F1246AFE6637F8 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 4DEA01466DF987E8972735315BF18716 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 4E049E600DF27057625A4710D8FFDB7E /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; + 4E275EDBD1EBEA831F0CF651123E68DA /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + 4EA46A509DB66E3D4AAE3F782624487E /* ZFPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZFPlayer-prefix.pch"; sourceTree = ""; }; + 4EBC522DF739FDB75DFE316CF30F9E7F /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + 4ECF212570173475918737F0157DCD1F /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + 4F69157DC9ADD23A6763AFBD3FCB2D0A /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + 4F734BB4F86F6962F672D7EDF71F0E01 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "ZFPlayer/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; + 4F9DA43B175F92BCFEB6F2EE07B05992 /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + 4FBE818D0EFDEFE0E5A9C609A0CF7DF3 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + 4FC24766384F98D6B46DEBBF116F196E /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + 4FEABAAF319552DABBFA1DFC3BCEA94D /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4FFAA5EC3AB76FDB0DB14DDCDE1EC8F8 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; + 501245C4E1EC2E396632EF831E649C9F /* CALayer+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+DDCategory.h"; path = "DDCategoryKit_Private/Classes/CALayer+DDCategory/CALayer+DDCategory.h"; sourceTree = ""; }; + 50155224DA38B46CA193134BCB257A49 /* 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 = ""; }; + 501976E1B0BB5A36F3A436A8013F96F4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 50379E580ABE8786CE45B4666BFFAB49 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + 503D31810957DFF93B999EB28F4A1271 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + 50716B9CB0FF04147D96C5C2FCBB59E6 /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; + 508455EE35704123049704C9BB38DF20 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 511D15671C4786E1630047EB2EB7EF6C /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; + 5151F72B728E7C5CEB8B31367DE84C9C /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 5165B9B4A88E168CC5E99C94C95954F0 /* 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 = ""; }; + 518123CD2864BF9353C581D7DCFABE36 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; + 52BD8DE8D0E7BE2117BAF4CD76536A4E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + 52D7E92ABB652E1F265EE8CE4C2CE3E1 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 530C188C2800BC141A0D3DA7E5DEFD70 /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + 531FAEA37CD7FEE5EF55FA16C55B238B /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 5322839F97FCDCD8C82F1542E40857D1 /* UIImage+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIImage+DDCategory/UIImage+DDCategory.m"; sourceTree = ""; }; + 532465459BEE78E683CEF713BFA81415 /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; + 5338EB039DDDA1CEB0687DF578E85AF0 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; + 535B5FA00524A8D33FF056E2959E60DA /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 53797366CA62EDC29999EEC6F78FEF98 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; + 5385C442FC256F4F6538B9E0B814CD37 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; + 53B187DD06A307C5E93833AF12678D27 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + 53B45E5B44F2A15C7607E4D777D7BF2F /* NSAttributedString+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSAttributedString+DDCategory.m"; sourceTree = ""; }; + 53F7F7AB35EC8BFE034F730B003CA459 /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = ZFPlayer/Classes/Core/ZFFloatView.m; sourceTree = ""; }; + 543AE45AA06B1CE15C268F26F424989B /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 544042E3DCBE5ED3D22D13E2865E761D /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 54B41AA168CD2E6E2D564F588515AB56 /* NSObject+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSObject+DDCategory/NSObject+DDCategory.h"; sourceTree = ""; }; + 561EC9FEB48CCE69B0E0E07CF2DD068C /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; + 562A74AC6BD2A4EE50E1CA898255F162 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; + 563C81F01AC1F279FE5E4DBB8F16CC23 /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; + 5663CA1A072365E079AB0279D374A49B /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 567EAFB0A2437DAA61EB2930754AC866 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; + 56E023294987DB2AFF4A531BB11561CC /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; + 56FD8B0BC93F0A40C0A7F0B79785DC6F /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 5722603773923F40AC88EE045FF00EAE /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; + 5765507A19EFB05632E1A9F99AD581A0 /* 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 = ""; }; + 58EF45C259FC525460EEF12880FB679C /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; + 593F35D092636E3E23F968C96B14DCE1 /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; + 594C93B6F642773CF64788AE8C1BCC93 /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 59D3583760F4609DA9EAFFC1C7B1BE0B /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 5A1AEC1E660AF085ABEBF2AAD768816C /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + 5A1FCE805EDB0F8589AAADAE24B30367 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5A851FFDD2FC740B4366B48BAF8380EB /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; + 5ACBD05DD12303A27FD6995F7CEBCB09 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; + 5AF9FA40572C352E073A51DD58F5E03B /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; + 5B6789AACD3E823A92C0A1D2C00A8751 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + 5B6A47BB23E188DF596140DC7D896BBE /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 5B74D76532B29E618B6266AAD2C1B9E1 /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = ZFPlayer/Classes/Core/ZFKVOController.h; sourceTree = ""; }; + 5B77AE0195A469E8CBAD7B4B8B557268 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; + 5B8C14CFBCDDDAFCA75A6A384CD76543 /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; + 5BB5BB6118935C6D43A74C150F4350DE /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 5BCE3F8F0E6D5D7B2A382B20DFA08B4D /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; + 5BCED3633699245A942F59210469022C /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; + 5BFC4181B79FA655AAA1EC7197475E7B /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 5C27C6EE509E6F2B2333242F5AEF03E7 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; + 5C41ED0BB3D1C1CE92C96C281FF2B318 /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; + 5C462A9856B6AC698726C7E83C7D0CFD /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; + 5C692F8F5F79CEA290005199366E27CD /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; + 5C90FB76D8A8A80CAFC59D0BF15853CD /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; + 5C91EC8EBED91E3A221F6BBB65215305 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; + 5CAC3B4B274DC9AA16D13F3C6D4335CE /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 5CB29478D24215B095F17948BDE075E9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 5CC23B2D54EECEB52CCE2F2CC7B3D36D /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + 5CDD64B4F6D049953AEEEAF686B88DC5 /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 5CF0191F1FD51A0714A5FAB29D3E7BBA /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = ZFPlayer/Classes/Core/ZFFloatView.h; sourceTree = ""; }; + 5D114F395E51127CF5ECDB366D2A4DEE /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; + 5D25E8493C5F426405582C10AC054738 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; + 5D29945FD9C14C6F2842E96007B5B0EF /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 5D33591D62AB244E9E0ADF969AFCC384 /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; + 5D4FDC4BA56692F2C1F78D7B88D63FB9 /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; + 5D647536CAF6559787DFBE7388D30812 /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; + 5D67B030548BC7A4FFBC4DB476395BC7 /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; + 5D79775F2A42B4043C03F10F1752C5F7 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Alamofire; path = libAlamofire.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D79C0CCC6ECF76A33008F6944FFBCA8 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 5DE35034784283921A08214A43B44228 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; - 5E15E36CEA4B07BA566DF1A5673AAD0E /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 5E5ACCCB1AF1DECC8BEDFD19F4EC6E63 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 5E745DF26EC8FCE80688B280A88CBEB4 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; - 5E835DB375C29C2479E1542262130744 /* ZFPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZFPlayer-dummy.m"; sourceTree = ""; }; - 5EA062E77B2B48CDB6633707B8939EE8 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 5EEA6815E2CDB9B096BF8D330468A372 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 5EF5DFDE5D4FA16C17CC9F893AF3900B /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; - 5F24A30A01FF551CA96168BCDAB94F39 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; - 5F711564DA55B549418872618830379A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5F73DF26A430C230C450F4C7D9CDBCBC /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; - 5FC41FA0C568BEBF57AFD3BD0EEC0F18 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; - 5FF4EE747722493E05B726004F65EC26 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 60155E89986F4B5E4808B0C8CB7A903B /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 607197C06F4DA14922AC52172CE7CB36 /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; - 60A86C1529C991BE8AE545E070824D98 /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - 60B5BDD0DE26255A890BA6B2B9F2B39E /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 60C216A3E4B82FC3285D790EFACF9B19 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; - 614B230A460099E014DE2D78444A94D1 /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; - 615E77DDCC0A8FF7A262F0179104FA26 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; - 617AA67C16DA6AEBACCB10A73A1AB41E /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; - 61F7417DEF4C81EF37B4D752C0764355 /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; - 621275CC3B774167D7CA2C2A537BB0EE /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; - 62405373470BD6249A1FEDB8FB1EA499 /* 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 = ""; }; - 624273B3D0255FD413D79A74FC1F528E /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; - 626F0E100DBD3E1CFE5FE762BD781C80 /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = ZFPlayer/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; - 62A74F511D25AB2D37C8B0293B720157 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; - 6324E2751FBDA400E1DFA8FA2B64B9C1 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = ZFPlayer/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; - 6327F8175D3756C6CC23760964856DF6 /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; - 6339E864156E2370AB1DADA3DE019C1D /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; - 639B6473CD48BE433CA8107C54A6A1A7 /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; - 63B240DB9A2770797B89A91F4A2861A9 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 63D373ADD0CA55991E448C371233C582 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 63D545A8756EF15BC643F100A95CC25E /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 64061FD3AF2C901585DBCF286B765226 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; - 6469A4E61CABA772BB04F26A2B9C194A /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; - 64CEB9DB829F95096F5E6C91F1270279 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = ZFPlayer/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; - 64CF5F6DFADEA4E5BD849560C8BCCBEB /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; - 64EDE9F9A5380D3010A09F1389F96807 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; - 656C2A6C99B1EC0C90DF1B0E43FE4139 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 6582DCB993A9BD229060622BC8C3D73F /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - 658BD7E6557FCB4B095FC8B1CEEDF8CA /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; - 6593FF8B0FDA9526282F6CF0240CF95F /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; - 659EEA21A17DFF22D3368F68E2252BFF /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; - 660435BB617C960EE28109DB4228B338 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; - 66257A2DEDA1450500589EFDAB88FA49 /* UINavigationController+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UINavigationController+DDCategory/UINavigationController+DDCategory.m"; sourceTree = ""; }; - 6653A204A01343F86C8F24AD513671CF /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; - 6654CA41693FA37DA0668036C2936CAA /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; - 6694E55AB83A2816316AFF8198CCF506 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - 67108E8C4D95B4A6CD36F442E267967F /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 672E8DEB8383D17E3049A628F7C52639 /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; - 6734E9F4CFF3B23DFD684624373435F5 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 6786852566CA2A027240143D68E11388 /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; - 67CD3F191D0231959C2892622121564D /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 67D628562DF7F3BC5A0E244240C80B67 /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; - 6841241FAF2500646676F02953782F35 /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = ZFPlayer/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; - 684375D08D3DA30BCEBB7C09FD5BF236 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; - 68B590F95B2DAE807EB55FF6AC024866 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = ZFPlayer/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; - 68B8EE7109734A13BDBB527F83814022 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - 68F9F0C9CA3C1201E6A47122EF7CB15F /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; - 69010327269113AD02BF11B593D2F18C /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 6922C180BA1F0EA4D3E30083E8E9E40B /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - 6925CB5D95F66C99A121CD4FA5828EF4 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 694214C37DE2E1F12DFFCDA42159B8DE /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; - 69F0C48FCD607A5F2DE0FF04309C2ACB /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 6A3C881CC4DFD5A3734B1C0CAA0DC378 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; - 6A51828B37A72A3F22CC251A6252E05A /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; - 6AE09C9494653FF3FE40893CCB9A96F8 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - 6AEF926CB0B189BC9664B3F647B00025 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; - 6AFF2FC5C5B02D7D7686FF7D080293C9 /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; - 6B9A730863D1D719ABFF0EFF2B78C287 /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; - 6B9DE19D3BC1059CAC8DA63D23599DD5 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - 6BA3367D0EF95B15837C64B05FD124FD /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; - 6BC9414E1A23DE7D80A6F6FBB7AB5920 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; - 6BCC9CBFBA7A17416089D3BF705A6747 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - 6BDB575B1D0543B1F33D4D4CEBC77CCC /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 6C3DCE16568E6AD0417302302650E199 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 6C8D83883A9B7D3C8254B00A523E9F54 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; - 6C962E3819937205BC299A2D00570D42 /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - 6D19655106335356E2BBD681997699E3 /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; - 6DB0D6AA719D02C0946185E2A86BA465 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; - 6DD63D34DADAD4014611F32CC749EADE /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 6E1D3FCB4B0D0A0C697B5272967DBA84 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; - 6E30FFF0F33D9C112D9A58E0973F3E25 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; - 6E3F137AEC98B1BEEB6045818D958857 /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; - 6E448363C083C6EA948D933BE1305092 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 6E457B319C94452395EE197832FC80CC /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; - 6E73113EDCB168F9DDBE81C76F19BC42 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 5D8AA99CAFA66EB05ADEE591537B032D /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; + 5D9687C419B03846899E64FB9770E01E /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; + 5D9C48B591819713D8D984844B4EE13B /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 5DA9D9F7B79109B3F127640D90AAF62B /* ZFPlayer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZFPlayer-dummy.m"; sourceTree = ""; }; + 5E1C38843F08E7E4DAE570688887AC3C /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; + 5E446B9633C1F1437CB7D0E71FE366FE /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + 5E46AF19AAB498E7202B93FD78FC57A8 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + 5E6CD31AA54A4187467F87F2C5E2C18D /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; + 5E8635ED28005201B7A807CF6555CC3A /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; + 5EA55FF04BB751BBC77C98C1B25455A5 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 5F34AC9EC7DF0BF4466C6B227A7A73B9 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5F7E5E56069B2F427832F2A54D927DD2 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; + 5FA8378238071A9A00AB37063F1B001C /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 6010F70FF57799D9BCCC14DA558B0C7C /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; + 6088984D4D01AEBB2DA07667D34F95FC /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; + 60A31780F1F6B07863193305CAE8B190 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; + 60AF47368B67D4F6E6EB9DD4C92B5F03 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; + 6133BD806850238E0AE755B74262A517 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 61730E29F6F735A1BE072AEE87933D91 /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; + 61791E227983B70E7D756E3872BF12C3 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 61A611919ACFBC90E57197827857F43A /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; + 61F5ACA2414AEE712D1ACA5C1EE3C366 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; + 6210FA73F4021CDFD8EDD338A6CFFCA4 /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + 627F8AF38A09862B53847700AEC52899 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; + 62AC6FC10F28F035D5A5C26EAAEDF26B /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; + 62C3A20ACC97D735DC973538555F83FD /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; + 63050318E24A30075008D921E1C4B748 /* UICollectionViewCell+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewCell+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UICollectionViewCell+DDCategory/UICollectionViewCell+DDCategory.h"; sourceTree = ""; }; + 6305D964E18FE87C797A5C2FD354860A /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; + 63104D7A857EB9E34F39BB661B5742AF /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; + 6323E22682E823FB3CEE920AFC4B3B5C /* DDBaseModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.m; sourceTree = ""; }; + 642E84188A6B1C3D9511AFFB474BC49D /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; + 643DF71A7E5871FC0C5809F2D6040241 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 6493A2D3F4534C74F900F18BCF78DA06 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + 64A4347492E5BF73D38A079432A4FB04 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; + 653BE9F1051FB0AC8D04F6F32313E836 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 6541609031B4BD5911B87723211257B0 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; + 654EE5923C77DAC717AB3469C9763D33 /* UIScreen+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScreen+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIScreen+DDCategory/UIScreen+DDCategory.h"; sourceTree = ""; }; + 655AB7FF6E44FB57461847F841BC5C8B /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; + 658D7971D018584C37E370513D3C8DB9 /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; + 65CF9830C75A4FCA22355791EB5B9765 /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; + 65D88C27F8761BCE9CD6369FAB4CA712 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + 6625A80FE0D78E6AA0FF9F014D5905B3 /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; + 663D9CC5B894B88B9FD06CC237A71651 /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; + 66759E5F4390DB94C4C82C3E95DBC797 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; + 667969625420EC6DE948A4AB786C3AD2 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + 66843C6EAED70171F5724F6D55D583CE /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; + 6686189FFA11CE8679DF194908FA7304 /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; + 66862513F4F0673A25B5298E4D72837C /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; + 668787B27569EE41CE1A625CE78D9D78 /* ZFPlayer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZFPlayer-umbrella.h"; sourceTree = ""; }; + 66AA1EB09594CB6D39637156E85AE376 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + 67065C000F264388D70142FA26E93F82 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; + 6741C57460124218FAE6BFDF8A1F14FB /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; + 67788FE7FBDBC7140FED13AB7EE5AF18 /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; + 67790054FA039EF438FD99727782441A /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + 678EC303D67919808287FC2F5A797398 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; + 67BD6EAB79253B89427DD5574B55ACD4 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; + 67C3E3BA208F663F942C6C0A7758AE8E /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + 67F3CB69B8373ACF80F013EE7B521CDE /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; + 68081FD334F8368F3621E211F156F843 /* 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 = ""; }; + 682D2D3A90ECD6E5B5B62A63A7A335C6 /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = ZFPlayer/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; + 684FD478DDEC916460E0BDF2E33327DE /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; + 68AE864C1138567749460BA64467D3E3 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; + 68B79E3D728E062ED9A85D5974994553 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 6966D76B5209FED98C73A83E9B3ACBB8 /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; + 69801524D244E6009A56696B3054FD7A /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 698E2D31AA01029B79D2A973F4723225 /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; + 69B2E597F0470C0466C8B49A8335DE35 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; + 69BC25304A9853A7B03ED8E48E32EB77 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = ZFPlayer/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; + 69D5BBA437CFDB4295DC0C3950519A4D /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; + 69F15CF6E1AFD468546DAFF7506A8EBB /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + 6A18F6AE19F18B97B7F1FECE279EC3DB /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; + 6A311D7DBB05B458B3E1C949116A17A9 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = ZFPlayer/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; + 6A3254A0EE7344F763D13C10C98FF398 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 6A5988DA008902FB9184C7A050349E5F /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; + 6A60422D889F7E1EBF46471F13714391 /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; + 6A6B8A60505AAC4D33D7CC0A4311A195 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; + 6A70FD457784DA34D4D7D48DF315F2F4 /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; + 6AB3796E5C58A658B4D38654593DC2C9 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; + 6AE52761D29B87759A8CDB4D298680E6 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; + 6AFBB287432EE07870BD518798194174 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + 6B04C021800239F336FA695C490CFEC4 /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; + 6B1DFE91466158CB3760DA71B4800771 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; + 6B5B2E4061F11E1EA28782ED15945358 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; + 6B71D4B70FBFDFE5B3B5466E2B0A8B9E /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 6B991895339B324F8088470B8491A5F9 /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 6BDC9E26F11F599D8EB229E1B149FA82 /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; + 6C02DE55002B281536BE541DD08385DA /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 6C459BF9C873EF2EB81A7909B9460B60 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; + 6CD33F9239DCD92AE5B361E71866A69B /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; + 6D59E6FB80756876AC41A8DB39AB7648 /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; + 6D95B408D442F1D74B1B939C0C40B90E /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; + 6DAFB9504EBCC935E9887080A81973E9 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; + 6DEE2FAE47BF7AD86130215490E180B1 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 6E0157BD9804628CE27EC39DBAE623DF /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + 6E5E878503CF9093906C0EA0502070CF /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; + 6E71AA808FC388FEEDE593611367F8E7 /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; + 6E80C5B0533597E77317F8BFB34D5E2F /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; + 6EA671FB9E889EDCE0789CA1CFA71F64 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; + 6ECB134020AA4FC09A7244CB741EC159 /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; + 6ED0E50D2232B77CA85206A7E467DBFC /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDMAMapKit_Private; path = libDDMAMapKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F6A2476680270A04017845602990A6C /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; - 6F6DF4772D8EF434AF139D7C4987EE72 /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; - 6F95DA5D5AED96109C959C4BAB74DA9E /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; - 6FD8213C4D97087C0194926B8F08A149 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = ZFPlayer/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; - 7002C815C9453F517845D0B1A6C21262 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = ZFPlayer/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; - 703F0790C9E349B231D9F87E32CCCB22 /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; - 703F7E7A31C6501C4D470C22BD787278 /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; - 70EE7E1E5B61398B821047E0BA5B8020 /* 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 = ""; }; - 70FFF98BEB6CEFF683166A6AC5946398 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 7104BDCDB12814CF08A0C3B06D6B9507 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 6F277C340A7A006E94FF23EE5D81E3F0 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 6FB1B2F49C8CB24BBC41080E0F609131 /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; + 6FD1FA40D8217077DF5F77ACECAD9F05 /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; + 709E03F2D2329C6B0C579E955BBB2001 /* UIButton+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIButton+DDCategory/UIButton+DDCategory.m"; sourceTree = ""; }; + 70AC6387273B76F2447DA736EF05CE80 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; + 70B522161334143A91883444A329E8AA /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDBasicControlsKit_Private-DDBaseViewController"; path = DDBaseViewController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 7140391AD0200B719F7AE8B21D353943 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - 719054FEE88A61ACFB3402BA9B87C5FC /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; - 719805884784BBC318D332957806EFFE /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 71BFED193996DA96E5596C5C0250405E /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; - 71D77D068831D2DA2A25378E649BDE71 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 722203EC877F4AA43A081F4886FC94FA /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 72632EDED27B4C9AB3D20CD23A8842B9 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 727F51FBC7F0539D526B036FCA72D963 /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; - 72B2D4FFABA8CF3D4AD647D51F10ED12 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 72C648486427B0652E530C144784DAA8 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - 72CDB05B0276D4A7D2C51C27F59C91F9 /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; - 73107BAE5A29597A08394B417792AC48 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; - 736D8929CA26E9D7B992FF1FAC4D01F5 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; - 736DEAA8D0C36A4F3355B1C9638CD043 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; - 73747B6E6F2FEA871105F22AD334E6DF /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = ZFPlayer/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; - 7415B57D70E6AF7DBD313DF42574C495 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 74D57D0C4CA00A751FB775BE7AE0550D /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; - 74F8BDA840056C36AA9F212B172A42D9 /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; - 750F17C587A9560B4CEBD185CC08C02B /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 757AE4E6C92E8F1B3275A3D440E3581C /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - 75CC3C0EC0F4F0A7A27AC58A79111B8D /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; - 75D2843F7683678D0EBA23E6C8CEDED0 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 76668C493DB6C22D33C9F8D942B1642D /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; - 76A4DEA1B2C612D6052E612EA34EA5BF /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; - 771651D6346D5D3582699E69B070A97C /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = ZFPlayer/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; - 771C282C80E490676913E421194A1B60 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 774E73E44F2758F170F2F7A5A89F622B /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; - 7794C0DE54FAF04714E544BE0162CFBD /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; - 77AAEAF26CF1C8C76F82AFD00641A1B9 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - 77DA6F6B18997302D290511E5471BE8C /* NSObject+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSObject+DDCategory/NSObject+DDCategory.m"; sourceTree = ""; }; - 780C3EEDBCC7C364764F89D7FFB94BE0 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; - 7818E7C1C22ACEC64D5435B8FE7EE3B6 /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; - 78BE623C1DC75E1E56787BD7284F4770 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 78F598CBC1D50CB7EFA6E35436DB7F2A /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 78FBE7879A86B437F56AAB82871080B0 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = ZFPlayer/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; - 793E374F3DF6D2D20D4BF9D09113765E /* CALayer+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+DDCategory.h"; path = "DDCategoryKit_Private/Classes/CALayer+DDCategory/CALayer+DDCategory.h"; sourceTree = ""; }; - 7A3292638A851959FFD2C2E7F30B3F59 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; - 7A4A634615EA815C5941DD22E65A40BF /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; - 7AD81CD5F28446B742504FB0A8B3B869 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; - 7AF53D423FB016A2767D204D58655068 /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; - 7AF561B62760156401F567EF9081558B /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; - 7B0E6E5250DE9912F42B0986ECD620C9 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; - 7B61DCAEAC3A84B4E73671BC6C8BF704 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 7B6F2859A534369C36E09D29E1F5041E /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 7B97DFA34A3CC4D2FA098FA3BB842EE6 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - 7C423F7636929D0E3F9642ED93164583 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - 7C7D71E03C1AE33112A461D37B6FD24E /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; - 7D900A0DA2A88F94027F991078A2E954 /* ZFPlayer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZFPlayer.modulemap; sourceTree = ""; }; - 7D9D924572652DF347D618664C61F0A7 /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; - 7DC9A7E5D27F5CE8CE13617A51A821C3 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 7DE603367AC61E93B8B6189498AB1789 /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; - 7DE61F9DB051D628DCFE3ADB3E9CF92C /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; - 7E15A85595FDA7A7C6CA9BB34486242B /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; - 7E18CDBA76F2F1966D21A7C0F44CBD68 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = ZFPlayer/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; - 7EA29CED4056C8AE8AFD72EAE3103B6C /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; - 7F06572418D82B4F3CC03CCC6F888D74 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; - 7F71F7106C18F84BF6E04B68E25F5A6D /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = ZFPlayer/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; - 7F73D5CC4362A97C91BB5A8178962032 /* UINavigationItem+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationItem+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UINavigationItem+DDCategory/UINavigationItem+DDCategory.m"; sourceTree = ""; }; - 7FD6745CEB09CD6C9C605DEC030DF43C /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; - 7FF0AB84F1E271B428A4FD7CC485A67B /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; - 8001DC369265DEBB11311FA67C5E6C68 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 806319E3B5448D7AACB30D4921C0949D /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; - 806396501F54A2C64FAB1A3BED0F20BE /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; - 809733CC5245BF488BC1F986D97D42E8 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 713B7D34CF9565F9866E27AEF91E554C /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; + 716BF48456AAC3B160433F522407F42C /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + 71AB1A031D043B30D99E49690ED3F80D /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 71AC7BCD1812B821E5F06595D29FE590 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; + 71B3D71F408EDE136CBBFB3B205E76D9 /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 71C6EA2E8F4430153FB0CBB07B761F1F /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; + 71EE95AFC1A598411065F4380A2C617A /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; + 72503BDFC7A65E3D8D24320D59918FD2 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 728E9BC93B4609B142EE2207684DB916 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; + 729B4A35FE50FA2C52E97EFD6D71D8EF /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; + 72CC2CB602B141DBF4D7ED0D72116E5E /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; + 72F7F1963252E7C08B2C13F75EB0C4A1 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; + 730A0DDF48D4CDDB8BB1378A1DD6EAD4 /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 7325F9F0795CB1412150D7C078F378CB /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 732D127F9888E847605A93115B6FB2A5 /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = ZFPlayer/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; + 733C68337175011F89791D45C841D3AF /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; + 73AF0ACD82FCD087067C42D8DACDAF22 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + 73BFAEEAA83D4D1D9E09793FAA92EE32 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 73F9897B9AA3A9FAD18712FED479E441 /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; + 73FFA9A27DA8200EE6A34BE8EF31865E /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 7407C365243B38752BEC41386DC423FE /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; + 7417192B4C1D7F1D8CFAF2AA1AC69F09 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; + 748BB1DB6EAECC67D4D73F077E64AAA6 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 7494706A6103037E9AE0BAB70B47791F /* 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 = ""; }; + 74C0CEF207216535BC2D646F46790388 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; + 74E38760679F934E8A00EB1FA8ABD601 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + 75290406963A318E803AF8EACD628DF4 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + 7547CD1C1642410F94AAF3BE75CC26CF /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 758F1ADDC82F7BCCB943A59C8537B285 /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; + 759C40D040475B81C9AD43CE725B5771 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 75C26E18D5BBE4E9FDFB13171AD79AE4 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 75D1141D41D37C9177AD39190835097C /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; + 75EB752D1459AC050F285FEEC9B46042 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + 7652795C678E014507695AD5757A184C /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; + 76A129310BE2AD2BCCAD9DDDEE41760B /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; + 76A32A87B597F8FEF9BFB976DCF1D24F /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; + 76FAFA8931DDDC485CC2BF0225EEBE28 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; + 774DF6AAB3E8877F3BA3288ED84402FB /* 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 = ""; }; + 77557C199EB3DF9A2B4F5C1D3C46E8BC /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; + 77599CAE925776771AE4A255E20182C8 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; + 77889065E57D4409FDDFAD10BD23CD8B /* UILabel+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UILabel+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UILabel+DDCategory/UILabel+DDCategory.m"; sourceTree = ""; }; + 779DA9E9A107C88A96F5CD2E19933DE7 /* UIFont+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIFont+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIFont+DDCategory/UIFont+DDCategory.h"; sourceTree = ""; }; + 779F3A97073B497A65E751F00B699E6D /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; + 779FF4F794EBD1E104C275C7801C5A4A /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; + 77E9D3270BDA1B3EB763FC6FCCC9C289 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 77EA6B0EF2745F7938084A803C51B8B6 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + 784760F2E1450336B98D33BA94DB2D4F /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; + 78A5D9E4E3522499EF576035BF8644E8 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 78E4D5D9061137C3840627DC7A22F6E6 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 797EA6F95F919704E4D20B03FEAE2B2C /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; + 79B8181D6BCDAB95A21B487E3C4FE3C5 /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; + 79BE26D8EEF45461D2CD0155D6F836A2 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + 7A3A7FD72C8B92A58F51548332217FB5 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 7A5C7412A60E5D3158BF0ADABEF2215C /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + 7A5D43B4C65369E680311C7B1A74332C /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 7A774E04009B4CA3DD1212705F57DD67 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 7A96D44B80709B17AF6D5CD258437126 /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; + 7AA6C8B50A7424F50A202E1778A6908A /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; + 7AC98EB90DD6B5DD9F1BF265AA9B796C /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; + 7AEC9A1A5103532A79771360F6382660 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + 7B1658EF88CA595AEA0831619F2E5916 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = ZFPlayer/Classes/Core/ZFPlayer.h; sourceTree = ""; }; + 7B4198240636303ED58E9B45404649A6 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; + 7BD55BA9B48C8F8041A3826CB6F4D63F /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; + 7BDAC755C5BF3B76A4E4C6365C7B1599 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; + 7BDB694CD0EA8E55CC2F6F7C1F790511 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + 7BF93B596B360779782E3FBBF7AAF012 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 7C2DD96D94B33480141CD33D7564D0E1 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; + 7C2F1F9745C892BCEC5395D95071D775 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 7C4C8486770A6B560214DDAFF13FAFDE /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; + 7CD648B156D2E4123C2C343ADEAC20C0 /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; + 7CE11514ACAD215F6823B196B91536C1 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; + 7CFA1E3DA2D32F49ED0C2F03D442A8D5 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; + 7CFC717F07F144C2227FF793A40AE410 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; + 7CFD85E04C9F37619C4403DBC621FE41 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + 7DBDB4F120884A32F25656B278C509BE /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; + 7DCE973E96BAB683283538BA4415167F /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; + 7DF83D127B227A9481F4A34DF48B3C8F /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 7E5E737EDFD33953938E4CB48647A583 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; + 7E86C08389839652DB411FD40EF02462 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; + 7E86E34E8835F13A9AC605275B4D705D /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = ZFPlayer/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; + 7F21B48E883DAA6EA7FDEE4D688AB37F /* 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 = ""; }; + 7F590CF1C5A6E49555234D4348AB6BA7 /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; + 7FA48DAAA19AA9182D06BF5F9BB74F36 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; + 7FB6B859A25DB4F5D6AAC46DE278752C /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; + 7FD0DAD9D140A5C9932DEFAC4C3D1EF5 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; + 8014D5D304D99221B496DD34F80D230C /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + 801CF86B61B8D3662503E065018435E6 /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; + 803F891D2788EC97DE6ACB80C74B862C /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxSwift; path = libRxSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80BF48CEB40FEA6F8A5831CEE4F73D24 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; - 8122915A93D5B1A55EA014DAA4263EB3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 816450A5052971046881CA96C0EF439B /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - 81EB5F7BD0CD970AF7C3A24A4609576C /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; - 824F302F57F5DF8A7B155C1337352CF3 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; - 82E2EDF4F76C19C81868411DBDDCEEF4 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; - 82EEC5B2FBCA888498B487F0F6EF638C /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 82F960DBF0B6C50682B1BAC22D56B008 /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; - 832F93ACC21FDAB3E8C4C5E56F1A124C /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; - 83369529CD697F5E1B1DFD523F944B30 /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 837EB26B417408C513E015033364FC3E /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 83B6E45BCF415B56C06388AF5CED29CA /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 83BC342118EBA9D889CEFA034C0A68DF /* 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 = ""; }; - 83BD87C6B3D5DBE7F7355402A2D30296 /* DDBaseTabBarController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTabBarController.m; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.m; sourceTree = ""; }; - 83C8D3D6EE6C8E2ECC222919A7BB3700 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; - 83DC44DDC360542E95FC320492787BAC /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; - 83E622FC4C22555E1A435CCBCDBBCA99 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; - 841A6383CCB9847FBA50D929BBB0D374 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; - 844FFEA663C6047D798EC94194148899 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 845A8DD1538DB3F094DDBA5A99B230D9 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 8462D910BC9CE2E4ED636C537789A82B /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - 849A272BC41A732627A6A9F693B69847 /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; - 84C628C0B1EF26E7BAABEF22C648F5B3 /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; - 84F6E67C841754B06BF6523D80ECEF2E /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; - 8512129283E04B8EBAF7446AEAAB30D7 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - 851BB27D1DC4725B7A9F1AF5D379F496 /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; - 85453438A57765D18CEB7F9995C4EEDF /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; - 855D38E1901DDE3C70B2A5E07A2BB0FD /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - 85CE9FF26A22AE95FC19B78E331A4118 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - 85D434973EC7AAD16A35BE25863F8FB4 /* UIFont+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIFont+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIFont+DDCategory/UIFont+DDCategory.h"; sourceTree = ""; }; - 8624B569CE2B35F87E85AB8C9FB6111E /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - 8645FC4BE65877C85430CEB5EDBC85A6 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; - 865EE0BB6D15D4C915DA09BA33065CDD /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; - 866B20121E4A8F3A6EC2900A19E9A765 /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; - 866D4FB6CE665BAB0695ABDA107A5B6F /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; - 866E5526AA1A6614901471F3C8CA1ED1 /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; - 874E8E61A09F3AE9AE4B0F6CAE54CF83 /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; - 87777855718EE727EFE14965866780EA /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; - 88740E9E4263D9F0A5FB9B80D52CCFA8 /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; - 8895D72243F5DC4C66B8F83FCCF15B48 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 88B4737D1BC912971B10E4141FB90D4E /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; - 88CA3FB59C8E426CF43917403DF163D1 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "ZFPlayer/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; - 890A7B6CE35E7109BAEF29B4C9B37611 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; - 891E38FFF45F47643D33562DF361C9DE /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 89496DF19F58C80F91A1977483D254B6 /* 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 = ""; }; - 894B6CA5CAAC9210FFF21AB3BD65271E /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 897391FC51D56ADE4B2A7432FB708E79 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 8987DDE885480912371F6459B6E4FEB8 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 89A4755370FBA837BDE924223EEC574A /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = ZFPlayer/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; - 89EFEB1F70CF57DCB1580D273C5632B8 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; - 8A0C7AE96D4849EDE170D40395AD9FEC /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = ZFPlayer/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; - 8A2342771A947B7BF3DA5F22523CCD5A /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; - 8A2D2F4E168E7013D015998A9C5E5B9A /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; - 8A65E2826A1150F160096F7194ABEACB /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 8A7BFD07E32EB4A7444FB10653734194 /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; - 8A95A7D32D1E09EEFCE4186D86294C3A /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 8AF87508F0CF14382FCBD60FC2CA996C /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; - 8B08DA8BF28FE1287F3BBD581B0F3494 /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; + 80BF1F9CFB9B8752DE1B9089BA5AB4C6 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + 80DB2630784A3A152B901F46B59A2212 /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; + 813F6C310E3587D8132D0082CD334FE5 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; + 818837704BE878EA31F3506CB02438F0 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; + 82667D5B8675B8C43444121CEFAF2C43 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 82781153788193EAAF79519318B5AE5A /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; + 827D8783BB6345B7C7A5EA7BA9BE2D94 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; + 82C7E92DB64EB4AEDDA8F9859554DCAF /* UITableView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITableView+DDCategory/UITableView+DDCategory.h"; sourceTree = ""; }; + 82D8968847F6D70906F256A6653FF777 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 831C0CFA95B7C57057FF308E5E5D244D /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + 8337ED7199242369BE499CE1095D04E1 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; + 839D63C13C29D11E2F4CF2FA79B7C9AF /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + 83E719F0D96701257685AE242836F9EB /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; + 8475CE286E56A5E8C8499499FD93D8C0 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = ZFPlayer/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; + 849B4500BDADD2D3508BAB1DD7142582 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 84A7511A332C54E935D5AC0AB33FE5E5 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; + 854EB0BA487481A9888B46E9C95F8B4B /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; + 85D003E95D438DDD97CB1A76B2C830BD /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 861031F11BE515D8D78DDB7FD3228EC8 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; + 8640D7EB45FCDF96BABAD093783B1878 /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; + 8664ED1B2E901F6B41B7265AB84506C5 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 86C26ECC2EAF058C1B394CFB72C92711 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; + 8725FA1C93DACCF9BBF4A0683C2D440F /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 87536304E59ED71CF57DC4697C61C671 /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; + 87599920109E890FAD115A4A832D2506 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; + 875DB0046FB6C0EC237887E08B7E17C5 /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; + 879527E7F5BF79EC255ED8AAF132CADA /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 87C35924A4EAB7B77383AE1BD363BDC7 /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; + 87F0D2335771C22F985D925E822A8C33 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; + 87FC369F276C543CB0E1A3A5AFF3A837 /* 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 = ""; }; + 8927D86058320768A614A5562A2D2FB2 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; + 8936E5794577F96960E48780C5E9B6EA /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + 8938634BB278CC0931339FDF9DBC0D2F /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; + 89B70F11A598B4BCB708755C942B19B3 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 89E158078F914247606BD5C50D62DB6D /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; + 8A36963C052BB1C9CE0EDC070B0BC8BD /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; + 8A72604213B03111C26B3A09CC5CE966 /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; + 8A81E752F390FA2CFA808E4FD762DC67 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; + 8AD1E0CCFE8132D270AFDC99921A6B58 /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; + 8AEEF526AB6E4D69C198CC2E82C472C3 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 8AF674DC92F6594A8BCE55144406461C /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; + 8AFC80F41FA2D3BD5BBE590D190844EF /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; 8B1880AC825E74CCE495FAE2385D03D2 /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; - 8B2D04DE986E27BFC13802DCE5BF5B33 /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; - 8BD295E4513BBC15E4FDD777429BD721 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 8BD761DFE5F9BAD063905A3B7158CEFA /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 8BDD2A5CED7C8D028DE2E1893918C7B6 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; - 8C60D44732061E4F30035B3D91F2DDC1 /* 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 = ""; }; - 8C9B9EEE116BF7B8F5B7E7F0926AF0B2 /* UINavigationController+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UINavigationController+DDCategory/UINavigationController+DDCategory.h"; sourceTree = ""; }; - 8C9C042D3A97283F14D853C697246D15 /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = ZFPlayer/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; - 8CD55DFEAB4B927AA063D1C703B8B68E /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; - 8D7F4B3B5627470542F034FAFB111A98 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 8DCDFA35CABFBFBF90F88244247C3F12 /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; - 8DFC2CDC2110BF6C2C30C7B0E1CF1F3B /* 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 = ""; }; - 8E0082419805BF04B9641C93176DB0C3 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 8EB0B4C0A951A7C3E36318F2252D6444 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - 8EC7884F0C82E9D4262E1E3B368CE1F8 /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; - 8ED92E020490CE117E44A5053CCFA967 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 8EE9F400AC84285D0BD58B4EECAA300F /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; - 8EEFA6A68437FC07D9C361E15FF6D060 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = ZFPlayer/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; - 8EFCCB18BD36E4174E2E8681E3EBD21D /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 8F7FB28C79EAD34FDCBB348530C87024 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; - 9029C188440008AAF43DFC70CE8D6452 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 904D62E54F3089397152C3B3CE0EB575 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 905004095169DEB2EA901C0126A20FEE /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; - 907848D3B20FE03A0115A320BD56FE42 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; - 908E270C1AD3FDBEB4F57B149E5CE5E6 /* UIScreen+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScreen+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIScreen+DDCategory/UIScreen+DDCategory.m"; sourceTree = ""; }; - 909CEDD256AF8BAF064CB0F5D6C7BC78 /* NSAttributedString+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSAttributedString+DDCategory.h"; sourceTree = ""; }; - 90AE8DCCE7D44419812ADCF475BD00E3 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 90B2FE3BB21BB1BE417AF2E574D1211E /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - 90C2631646A1D4E5E7941C54BC7D764A /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; - 90F7EA557D2A79CFFD7149815354FE58 /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; - 911F7A8021D40031D2CA8CFBD89AE401 /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = ZFPlayer/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; - 912635DEDD0B20D0DB284CAE9ED226B2 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; - 913BC66FF309ED622C6199871E1BF969 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 916079831F9A53FE23B48A863BB14524 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; - 91697B5A3445501715370D331215C68D /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 91C70A65C83FCBE7ED54BF8925F3B1D4 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 91D175C8E30D17BBF3600BFA11FBF19C /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; - 91D9A71ED0B0D9BF0EB326CBC6FEF3FD /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; - 91F1243BE150070AE1591CFF34FD929C /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; - 922733409F666677F2F1615082BDCF74 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; - 9227826457AB91976F618EEA5185DD50 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 922F8D1C26E69717AB5972161F56DD70 /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; - 9245ED422C113D88BA7D705A7C1C579E /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; - 9246473747ABD51E83E49783E8635B2D /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - 92466AE76458B4EFD1E55189A8F367E4 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; - 929A350233C74C9239120203C3134066 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 92A4FC4A66A4D899C1D3FEA367ACE01A /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; - 9362515E942EF7FA562DED7C08CC9E39 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; - 937E0047B1CC6306B57159E0D64C62E6 /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = ZFPlayer/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; - 93A954D7F23642481AD84A22F57E3093 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; - 93D52AD739DDBE58738FAF0492EBF9A4 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; - 93F71CF744D7F17DD9A0B20DBF984E35 /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; - 940B13B3517CA9D2D1F82D3343CE06BE /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; - 943183F3730CC2AFA5632195F88FE855 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; - 94379A2EE3EB83E9E3A34233923148E4 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - 947E9E1C47F4C457787B9E9844F391EE /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; - 9491421A3E07F90BF52EC2CBA3E774BA /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; - 94BA2EDA4A225165D62DFFB3E2BD6A9B /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; - 94D2E3526D12BECB23B451ED00431F57 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 94DADDF82AB995C15B799C77E55BFB8B /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; - 94FBF4DC44C6081932BB7790F727040C /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; - 9502A06F19FA464876EA4F37BB69D434 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - 95050932D45F386170B0F0BCF4C576C2 /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; - 9530F9B3598901C476C32FE8185A8776 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - 955816308CC96963EBCCFB69CAE935AC /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 95624949793DBB97FFAABEE02532DAB2 /* DDBaseViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewModel.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.m; sourceTree = ""; }; - 95774C6297E7224B8CA3F320310F82AD /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; - 95C1D3F26BF196F16E93427734DAD172 /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; - 96267FA1842A5F168379570EC1D208BA /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 962962E6AED45E9E655B831B81105BAC /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - 963A28110ABF8D5F1AB37B2DB612C77C /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; - 964303EC77C6404DC329715A93BC52F6 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; - 969919DC7625613ACFB3875CB3BEEFFB /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; - 96A3D629491035B2DD6BC2489B23C048 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; - 96C56BF92CD239E703C848B322508FE7 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; + 8BAB945E9A5E55C45B8B8311921A8E65 /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; + 8BB6A78FA3CA57E72A16D49037211694 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; + 8BC297E8E71331FFCC4C4B1B6A49729F /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; + 8BE385C4035EE2E56664FF35189A5E03 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + 8C147CBA828D0FE420F62A6F1E479286 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; + 8C744DED48882A6985631E1322A1BED1 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; + 8CBDEBA5C0D99DE54BD347AAF4841013 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; + 8D02D85D9009C076DBC3EA97C242F441 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; + 8D56042C4797A1D002B32F37BF49B5E8 /* NSAttributedString+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSAttributedString+DDCategory.h"; sourceTree = ""; }; + 8D6008F0896B2B85E119CF6E31C4F8B4 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + 8DB43169300F19C3F024AC479DE04767 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + 8DDEA765E320050FD94B6F7AB382CC09 /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; + 8DDF1C7F1CE9A6ED5210FF605A8CC6B2 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; + 8DF49A57FA5196B94936EB68BB5D8971 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; + 8E0B48279EDB2355D19A0E691CF7F084 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; + 8E1AD584E618AB9D345298F2CD2ACB85 /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; + 8E4470E849FB996A5CB9E09D74B0CB43 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; + 8E56C647712E112123CD9BFC001DE303 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; + 8E5CCD3838C0968E1115CDA3D47B1DEB /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; + 8E7FE97D98A6687D74971988BE5E1F63 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; + 8E9F5D6A46BD08B8C946B40877101316 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + 8EEC50449E91205E91CAE0AC48D213B8 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 8F204E8DBFD0829BEA425A4B9098F9E0 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; + 8FA5B24A252AC17F4DD0BBD9E460EF4B /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 903D9CDB7ED4DB9B376A88D2220F6EAC /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; + 905308C5F0862D639CBDEEA2DEBA0F38 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; + 90B758F32A2589954169583859CF859A /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 9211D1E5A9E9ADA94FA6F36EBBD6C69B /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; + 921636E5901828DF64651E08BAB42C27 /* 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 = ""; }; + 9218AE1DDF28858CC993CF0588C28CCF /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; + 921F3E94E99466B3F2EEDFFAE9A18289 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; + 925B87A2FF60BB1C56BBA452A0F19630 /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; + 93302FD048F05C28A20840CB29A518B5 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; + 9339DC4713C9F7B26810C40B1FC88B24 /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = ZFPlayer/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; + 93428110C0FF0C16E99FDC636C6A91E3 /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; + 93654571E7FDB26E786C36FE0C048ED0 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = ZFPlayer/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; + 9368D27A739E89A76D60B05B1F244248 /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; + 93B2C843A3BD08681E9C6D7B4A57BC9F /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; + 93D8E1DC22B5C3AE073615700D1B0D05 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; + 94B22ABA3C74CC2836D0004485BE2A5E /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; + 94BDD6AB182AF707EE218C2F7956DBE2 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; + 94D7566C14EE432A5F7F6D920ADB0013 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 94E2423E6D633C89D295A10654A160B6 /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; + 954003773FFB5EE910CB1D59C7BCCCC6 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; + 95894F130F7AA2F134A3BD7CCF5ABF78 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + 95C00C565F380008DE13EE2EA336630A /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + 95CD5B8683F7570F6AC7373E711DB84E /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; + 95DE1C7EF55726AD7C526D5805F2770F /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + 95DFA4E6548D2EE4B145E7FAAE7E629C /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; + 966C1174D3B5AD235E9BFDB3BC2D1AF4 /* NSMutableAttributedString+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableAttributedString+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSMutableAttributedString+DDCategory.m"; sourceTree = ""; }; + 966E16A687DC93F02AAF387C056259B5 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + 96A94C24E85F1A39324BB60895B0D6F0 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 96CB71287DC47764EA3D00DFF00A504B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 96D1997EB4F57C08C9D72FB8AD1FB798 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 96D8E9D65B5B66026B82C3B460946FDA /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; + 96E89F65F46227D013A084E4182B4E6A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 96F8530AF1A4CE4F14FB5BAB19C36369 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + 9732FA176F09A99C701C81AE75310FF1 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 97337246D62C0228D67F9B756A75C357 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + 974280124F141ACD4B94A27601F945AB /* UIWindow+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWindow+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIWindow+DDCategory/UIWindow+DDCategory.h"; sourceTree = ""; }; + 976CADF28C805C22D6C666530FA1A8BB /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 977940CC99E17343BB8F09D69A454385 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 9781C797B43E5FC55BFF99EA95EB9E71 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SnapKit; path = libSnapKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 97B24DD43E4F0A969854F17D153F8DA0 /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; - 97BC9B07B9C213A345C1319F0FBF7816 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; - 98041A7A5ADF3BB57DB60C352F83F3E3 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; - 984CF9CDA2E7448168D28E34E0CE05C1 /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; - 9886718B2755E30F38DE6CB4C6556D28 /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; - 9928E748B5CED1FC83BBB7DEC747CF34 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 995698D87949C9C88D9769399769C192 /* UIImage+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIImage+DDCategory/UIImage+DDCategory.h"; sourceTree = ""; }; - 99D675D48A3EE082DFCE3E0E4034F541 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - 99E8C4E70564529769AC84498FBEEB49 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; - 9A6501CD2DDDA484F60A6F155E8F579A /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; - 9A67D09ADC0F5CBE35D36954F0992927 /* UITableView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITableView+DDCategory/UITableView+DDCategory.h"; sourceTree = ""; }; - 9A7086E744AF3FF84FB2511140FD09BE /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = ZFPlayer/Classes/Core/ZFKVOController.m; sourceTree = ""; }; - 9AA0F3C44738821533B45F4AE90D49E6 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; - 9B278F48372EC195D91E218C95458607 /* 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 = ""; }; - 9B486AA3B302701A06BB20CFE90DA826 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; - 9B5DEAFE65E1B39169B93FE31F315CDB /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 9B8C510D8697DD8A9B5EAAC22A567C99 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 9B9DC2E65C6459BBDCFAE246C90F0C37 /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; - 9C17DE530ECE22B9E31BF8FA46D55122 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; - 9C2835F5DBECF1B333FD61E96CA17038 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 9C5989F4B0AF81227AC5A34DFAFC4299 /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; - 9CA9FF5752F795AD74E8C1EA7FAC3C99 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + 97D8416E6135BA849934B91093F53989 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; + 97FAC41216A15D7AD5D0C02514B8CA51 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 9854ADF8FEC2614C5F8273A696EAF7FA /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + 98ABFA3B07BDBE091ECEE25A94EAC095 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; + 98F0F795D73BA1DAE3604BF60BB5920E /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; + 9904261E3BD7FEC0A0193292B51B956B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 991F88C8553AF29F5C9DEC88D44DFBC0 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; + 992692C3535B0478376ACF5B0D59D56D /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; + 9936F548F4EF8E3EFC5479663FAC7D6D /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 993B88C17EA39942EAF00D7DC1E7C038 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; + 9941E15EB8A09605824C30F58D214B01 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; + 994DAC831982F01CBED9971316C4D6CA /* UINavigationItem+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationItem+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UINavigationItem+DDCategory/UINavigationItem+DDCategory.h"; sourceTree = ""; }; + 99659605CC6BDAA93B2723E365F27DCC /* 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 = ""; }; + 99A62C47EA5F142B96247DD76F5FB2FA /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + 99F08FF721312B8FA11B22A4E2A3C53A /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; + 99FAD8F1401AD4E3D5B7EA785EDB66F4 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + 9A01E7E6BEC5F1E23232428A2B402761 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + 9A17298BF441E0F25E58BD861854C2A6 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; + 9A5169F6B86F0226E3F4FE9F47E00F33 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; + 9A6F470D6F4CF8DDF628297AA612407B /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; + 9AF92D3317BD34217929AE7AF04D4F07 /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; + 9BD58E7B9EAD0150D99F8E6D3461DB26 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; + 9BE6283F27F854F61D59F3EE61D359F4 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + 9C558730A006A4D80DC49040CED2A09C /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + 9C7A974011A607C28F0319125B6A950D /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDFontKit_Private; path = libDDFontKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CC5651EBC19F7EF9962CB01C6DFEE4C /* UIViewController+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIViewController+DDCategory/UIViewController+DDCategory.m"; sourceTree = ""; }; - 9CDA584C90A14EF280C18232BE80C4C6 /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; - 9D0D65D52FEC328B79AB9F7DEEDAABF6 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; - 9D33711CCECCC34AB844934142CEBC5E /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + 9D1AC152DCA93396597586627D18E492 /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; + 9D29FBB6F7B90CE9AC9A5B7B3BD3A504 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDColorKit_Private; path = libDDColorKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D72F7196D11384008CA1257A9B05370 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + 9D8796F8C274AA030685AAC3E8BC31BA /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = ZFPlayer/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DC8B2431DF6E1C2A6307BBA56EC879F /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 9E13C4718A3498561FF494E29598F43D /* 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 = ""; }; - 9E3655B96EE1CD292526873DE29FF018 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; - 9E9D6343540263DA0648DAD505A447FF /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; - 9EA6B5628D827CCCC290452A7DB9052A /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 9EF0B6AFE11791E2CB1A25B77D3883E3 /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = ZFPlayer/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; - 9F01BC75C7E3C1733F76F486132BA8E0 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; - 9F32CDDD65A7B87E876D5AEFCBDE310F /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; - 9F3BCC0BB079B0DA777280EE16C11EC5 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; - 9F8606BC347E6739BA099099E3EB9654 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; - 9F8ABD3BBA7DEAD9D923577F0590803D /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; - 9FA02C585E89C8A5CE13EC6475758C95 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - 9FBC4502A52B338E7E7971175A35EB6C /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; - 9FCD71A9F32D6E2F5D8A3A5C5FE18D8A /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; - 9FF77D84D1254B055B5C9FB670BE5375 /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; - A0129B8DA898CE14170BDBF2B99A67A7 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; - A02F3A0DD4BFF9EF65B509CFCE1CBAC6 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - A03EBA3F8B72F186B38A24D7F9CB4033 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - A07D4CD25645F9FB3D7F8AA1646A173F /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; - A09EEFB687A312455E57F28E9D5A0155 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - A0E133929D12FC8EA7726468407009E6 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - A1075157FB02034457F93CAF17C6BDA8 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; - A127CC8C3DF5C5DEDA7DC817FCC2EF2C /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - A12ECE96930E4A017AC24BD9DBE63307 /* 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 = ""; }; - A14E5059CB8D3E345E573F7A6818FA6D /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "ZFPlayer/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; - A1633BF7373679C9B0032C86D3D7CA04 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; - A18056EC56A62A0FB6B4B65CB1C52D94 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; - A1D31041B602F67D11CF3BBEAC843651 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; - A220ECFDECB26B2CC908A85C8068A36D /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; - A23FB6A2BD8E53E999D42CD42582CAC2 /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; - A25118B3AF5E62CC383F2179462BE3F2 /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; - A28DAB06C1F642DD754A44AB1C6A0B70 /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; - A3055A23E44E5602824068EE7D1F1FFA /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; - A307B76EFDE615D46CC3F13A7557EF80 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - A3080FF66FE46F4D836236F38C214AB2 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; - A3114222F46CB12F9A3F50D69FA9567D /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - A3216CDEC8F6EF5775676A027F4671CF /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - A32CE759B851AA72C7842EA26A3C902B /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; - A362CEA85D30BA6F8F5BBC95F4EEC62F /* UICollectionViewCell+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewCell+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UICollectionViewCell+DDCategory/UICollectionViewCell+DDCategory.m"; sourceTree = ""; }; - A374A1C8BE2E161DB9C8F8BB18194817 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; - A3BBD9D7F8073F6B69A4F440535A06FA /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; - A3D0E9863EF3D86AAF6B4078513D9B36 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; - A3FB1B7F76DE440587D3E09BBCD025C8 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; - A40966E048B46A897427D1CEE4090E68 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; - A41AFCE62F6CC353FBB8536180FCB3B0 /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; - A41B1C4F7DB0656C06D1E32C3A89D47A /* CALayer+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+DDCategory.m"; path = "DDCategoryKit_Private/Classes/CALayer+DDCategory/CALayer+DDCategory.m"; sourceTree = ""; }; - A454DDCD4280E3C46D96E4260EA6F588 /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; - A45E2F9A77D3BE95B1201214A82F221B /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; - A46A83ECA5C1CDE70E91299AA04AEEAC /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; - A4A21647C49BAB9E9DE4C227AB927E0B /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; - A4ED3D57473A8623D9C31067B8BAC6A9 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; - A519B100118E7598C7A7C52A906A6974 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; - A579DB94D85E5E73FF95768D97B8D53A /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; - A5CE850B0209D70C433FB15131DF9791 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; - A5CF17E1D39742D56898B0CA2B1288A0 /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; - A64A53C91DA8BDF707BEFF57D8D23E18 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - A65CB6779D2C2DF654427047D4F7E10A /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; - A66F8874B15B48577DC0BA54495763E9 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; - A6882DADC12BE05CE613E165F17CA107 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - A6CBD9F83473E4DF1FBBAC4B7194B9C9 /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; - A731E7682B07C6693BDD913CCDCFCAF8 /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = ZFPlayer/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; - A74E42E8182DBD318514B9BBAAE7428A /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; - A83C5780F817D777A7A9262D94CC4785 /* UIScrollView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIScrollView+DDCategory/UIScrollView+DDCategory.h"; sourceTree = ""; }; - A85E767DF4000237CD7D99BE3E039367 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; - A87BB655B7DB2D9E08AE4FFF1717221B /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - A884267B16F647457C1E1E1A0D059880 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; - A8A9A54240222A58212BA92DC259AE16 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 9DC5828DBF304CC18AFF4DB339965BF7 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; + 9EE074B9498B78418C3AF7D78F32BDE0 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; + 9F2CF71799A5E230E34F7E1EE95EBE41 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = ZFPlayer/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; + 9F2E7855DD23E12C990502A4702ED070 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; + 9FA5D421BE56B6A9BAEE42C4EEA24B13 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 9FCB5969328993F09530BA6325DAD0A6 /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; + 9FEEF2FBC582877E4F1C20642D5DC196 /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; + A0047834C78CA8E8DD5C0B6364E97A45 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + A09C312BB4DD540B0A8EF71B8ABA386F /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; + A0BB89BC04C015262FA535E7D8EEC056 /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; + A0F2997BC7CE173A0C2626E2F2C0D1D4 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; + A153CB9EFC27F4874D61DFD418A066BF /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + A15A8A9CE96410BC34464FEC8FDF1F0F /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; + A15EE5A2B9983C9E4356CB92E183195A /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; + A1711E90128068125A8C2B8F49751963 /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = ZFPlayer/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; + A1CB999F9AF8102C75B2628D52172A6C /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; + A1E1575C0D7C3447DAC4942AE29C93ED /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; + A2ADBDCE0E67450DA4405BA7567BA35D /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; + A2D926051E80660C0DC4462304615993 /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = ZFPlayer/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; + A2DDE6CC79F0085CD04BEEF2DCCFC9A4 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + A33002554CB161847BB170C38091DC1C /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = ZFPlayer/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; + A35899FB046A3FF6D8BB8E334801F016 /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; + A384DFFA8CDF0CD36E185BDDA873C37E /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; + A3A433C6862640B5AFCB1ADBCD2F39FB /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; + A40168800344847972A4825C2FAB8150 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; + A41E654289BAD1E62B7744A07C80983D /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; + A4293DAC3DE80A9D4A1CD783916B41DC /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; + A44C65585B3723DAE2F092C843998FAF /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; + A454A2C8FCB98799077B1E44521E8B3E /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; + A48F91D027A2F3558667F28CF756E889 /* UINavigationItem+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationItem+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UINavigationItem+DDCategory/UINavigationItem+DDCategory.m"; sourceTree = ""; }; + A4DF653BE2DF009743DF04E86F057AA2 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + A5141CC65F037F8A5A0084529BDA5B2F /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; + A529E541E350313960BF06504229E2FB /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; + A52B0113F2EA61CFDF9586666EC94E43 /* UIImageView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIImageView+DDCategory/UIImageView+DDCategory.m"; sourceTree = ""; }; + A5363A88DF630846BBE5DF0747A6CA19 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; + A55E2D8DDA363B404C78CE9DE3C043BC /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; + A568F8F84ED86D22002787BA311D2ECA /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; + A58197BCDBCAC149E2968A89A283304B /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; + A5B7BDD3D744ABC74AAAD38C90F4A6C3 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; + A615CB9A6B2205C360A689AEAAE96D54 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + A653FAECD50D1B1F8A81EBBF20283CF3 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + A69D3E95D171D695738BDB897F99C037 /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; + A6D0FE43A137D54060C4C59A9EA5AC65 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; + A6E789DAA341F3F6952B2547575114E6 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + A77FC8F4F23ECFC586439110A52E8F00 /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; + A7EEEA9A5515EA80316E2B9FCE92DEF7 /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; + A84D73311CCB4840D6EB8B25D6A8894D /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; + A84DE09CCC11F7CD9BA52AD791D74C9C /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; + A85800C43FC5374FFF6FE49EEAD196FF /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + A85E0AD00BC262A2C7DBF753B12E800D /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; + A86803CA59904D98C1BBF8F503A28D68 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; + A8713D7E2B7B61CCBF4FB794340D2F13 /* UIViewController+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIViewController+DDCategory/UIViewController+DDCategory.h"; sourceTree = ""; }; + A871485905A7B9D5085AB9063F7C2B6E /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; + A89BA3B8469200CEF4095F468F3579B3 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + A8B0B366F617F88B519007C71635C00E /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; + A8CF610938030111A136AB5E11B31E91 /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + A8E5CF2AF75161BA15D45A8147CA4B06 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = IQKeyboardManagerSwift; path = libIQKeyboardManagerSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A8F561485C34EB3284C9D537309C2AD8 /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; - A903FE0CDD89EE4EE04D9DEB31676E9C /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = ZFPlayer/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDToastKit_Private; path = libDDToastKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A946CEB3152C44C9696B79FA308DAAA5 /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; - A9E1704921B19C70B459DB2F14D23810 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; - AA2728A8499A4CBE26FDF49427918D17 /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; - AA81114709B34EB530C8EBEF78B1D97F /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - AA9A2A6C8A016983CD9F7083787A7185 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; - AAEA05BF2A0F082907C66E86B975A705 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; - AB3504A7A2070A3DECD31CB53A163D2B /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; - AB67042786E6E1B7D32059C92B17E7FD /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - AB78B3E854EA39D2CB546CEF01A287C5 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - AB7FC1F3A65F515D8998D5DAF316AFE0 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - AB96F1FDA9365429148981F63D85A11A /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - ABA3EA510DB2A906728184D442798EEB /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; - ABA7F41D05E07DE4BEDEEAEC4431E442 /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; - AC00252CEAB49CFABD0FAD43B1553EA6 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - AC14ECF936DF9E0C5555E8EDF49F2A2A /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - AC3FF9C373FDE9B6614E066958C630A0 /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; - AC93E83E43A88D50EABC89AA07F9F1FE /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - AC9AD5AA434A65B41169029E87558B27 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + A97E3CA24BAF967F0DD559FF3D3BA7B3 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + A9A05A3D0785506C922906560F5667D7 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; + A9CB1447FEB6029A8840B0C7857C97D7 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + A9F12B4F49F6C86C604E888D6F2E420E /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; + AA04CD0F23CC9878683C6F6FD5F29DDF /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = ZFPlayer/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; + AA3A2761EDCB9294D6DF93CDFD4FEAF6 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; + AA3D6A5E27C75ED67BEE680197D2F7FA /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; + AA7E8C40551B5BDFBD6835BC5E5084EB /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + AAF3AD1C4A2BCD31EE459373C4F300B4 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; + AAFD7B653317A6D1B0029D18CEAA4EA9 /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; + AB25F6E0D99E2BBFBA2B8783348F9B11 /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; + ABC71BC4AF6B30F4B08640F5D54C2855 /* SharedSequence+Operators+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators+arity.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators+arity.swift"; sourceTree = ""; }; + AC005FCC0C60BD128CACB42A3B99D407 /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; + AC3609EE554BB3D89F33695B3AD6BCE0 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + AC3923BB5E36EC5C07DD3877E6F1939E /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; + AC3ECD4F7AA4F16AAE4A1C9C185C0122 /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = ZFPlayer/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; + AC4D8BD20897FBDD375E72960E6EB3EC /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + AC69D4F61B89850BCFF0C31C1781888F /* UITextView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITextView+DDCategory/UITextView+DDCategory.h"; sourceTree = ""; }; + AC6ABAB14579C0D4ADC5228470A170CD /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + AC9A93005C646FFDA2725621E466EE8B /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; + ACC46CA284F43B04464EC0C31CAF25B9 /* 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 = ""; }; + ACC61BF0BBED308843A63B4535A47E74 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; ACCD14442C07FDF6FABB9413A016758F /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; - ACEC44F584BBCF1D156EE4D0D083B843 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - AD6D2884B9DAF605DE0D1048949F762F /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - AD761593DDEB58F1A9FFF8EF969C5709 /* UITextField+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UITextField+DDCategory/UITextField+DDCategory.m"; sourceTree = ""; }; + ACD388ECFBA70058193504DC32919672 /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; + AD2AF6776DA64214898C782B9BCAA65C /* UIScrollView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIScrollView+DDCategory/UIScrollView+DDCategory.m"; sourceTree = ""; }; + AD48561C5513231F3940349131F5CFD9 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; + AD85BF22E05852F9453781C97E1399D6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDWebImageKit_Private; path = libDDWebImageKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ADA5FA71B1F5D722D89588F95E4D6CC5 /* UINavigationItem+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationItem+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UINavigationItem+DDCategory/UINavigationItem+DDCategory.h"; sourceTree = ""; }; - ADE5913C9E789333C12F9C288991E750 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; - ADFD39EA2647DA8BA6A797549955339F /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - AE06566BC86FC7FCFC2AC864F2424763 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - AE54FB629F0EF70F873891C1DA662CAF /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - AEBE628CD8C9BB8E71C1BCB37A9B039C /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; - AEE32A959D76192303406317E924608E /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; - AF5A27C038EA0EC29BA796F7DFC6A257 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - AF6A9DB7D5CA6C0C33599B781B504B77 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; - AF6C6D4537F5663E9D982B7F339179C4 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "ZFPlayer/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; - AF9667205F9F1037AC4D9AA3C8BCC009 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - AFB45486991CDCD5B31791D7F253ABBD /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; - B03FD88883B0ADA663F1A00B54F08563 /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; - B0508357496DF0820C688BEF84AB7105 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; - B06626F60D717AD3EB334A2711D86752 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; - B075AA5A78690C177F568EE521C66A97 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; - B0AF986DD1D64A8908A21C09DB12C542 /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = ZFPlayer/Classes/Core/ZFKVOController.h; sourceTree = ""; }; - B0B257C816B58309BB815E66AD5C9857 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; - B11C3AAD0A36926964D5392C598975A3 /* ZFPlayer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZFPlayer.release.xcconfig; sourceTree = ""; }; - B13D5607C0D97C68E502E6A7513966D0 /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; - B14892A43418159A23F5EE601F222121 /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; - B165DC504C2647CB25FD8AD0AE9B2FBC /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "ZFPlayer/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; - B1682348BD80CB8155874C89C898EC19 /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; - B168EA9AF3398ADCE71B10CF96FE047B /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - B18D345A4D6E9F2EEE3447B55C338E82 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; - B1C98A5308DF100FF5E772C51D2064AD /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; - B1F13142D4D0B8047D04CA77561E6CAE /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - B220C1E5659B7755609E8D2C9CD39CA1 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; - B2752E7A6C007F2F97C436695141BFD1 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - B28213749C10D7E3EC0AC440E0EAA97C /* 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 = ""; }; - B29EB87B2DA9F8EA8EEB2F5ADFDE9C34 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - B2E671AF5236EE0D4639D5F82AE9BBEF /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - B2EFEFFB765BFB019D03A76704391C3B /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; - B30FA7F4A3DAA292A91A7E0458DBB777 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B33BB272312F879B184E79E33F7F3F8E /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - B35CD11D63710D17C6CF7046BD2EB260 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + AD9D7F6E14F4EED74483AFD239B73D0C /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + ADCB5BB9CF089B390C36557C68ED136D /* NSBundle+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSBundle+DDCategory/NSBundle+DDCategory.m"; sourceTree = ""; }; + AEBDF32B1CEC64361D672AD75049A79A /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + AED76B4B938C0C7384ACF460FDB3AB16 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + AEDB2515BA33F0F0816E4596638A245F /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; + AEE11C5436C284042CD04BC93ACF9E68 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; + AF00524DF715BD3C8811BB05939DFBAF /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; + AF3B1E8168552BA7234ECD297D5FFB80 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; + AFB58603BA94186F0189A4706E513E63 /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; + B02FCA8BF9B852D1E71DA914B3190670 /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; + B04861F50E98C1996227ECF5A10CC6BF /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + B05A83009C123E8C2BAC9CA401A9554B /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + B066B7CC2C0DFD33EE1B374F94FED48E /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B09091E3E5CC29728A4963D01CA556A7 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; + B0A3779653BA7DA1F233483C9B79E953 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; + B0D6B2C65EC5921E9DC2EEC20D72BB50 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; + B0FB76280E18F322095A2C4A4D685973 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; + B11AD11EACED0833C99ABEB7FFAEBFA7 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; + B11C36D464786DC5522CCD21CDA0EA1E /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + B15D8ACCEEAF853ED4FB1410663992FC /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; + B17C471E3664304AEDC145560C9617AA /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + B1A5F61C05410B8575354F8C3C05C536 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; + B1B47458536B3C999E06D4706928ADA6 /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; + B1E4B0243FD34029F41616C0DC0078EA /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; + B1EA033DA39BDA88EFC4D30EAA3442C1 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + B2054A209976BE6EDED8BF328C284A31 /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; + B209038F26A8AC455FEE133B84D43A99 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; + B2161CE91FDEC903D15D600D61203238 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + B29C8FD4F539CD32BEA4208A8E848454 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + B2BFB733E764620323F8A3A3BF796DC2 /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; + B2CA81E1BB6BCD74B0BA59998F1DDF29 /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; + B2FFC04BFBF0CBED9AA4E9BF57AE514A /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; + B3657DEF096305EBE6B26BB5173C3415 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + B36EC2EB267639DC179A22E5C82B081B /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderScheduling"; path = "libPods-OrderScheduling.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B3BBAF32F87072BA75D78ADA2FD0AFBE /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; - B3C23171E038268C13C56C7348293CB3 /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; - B4290816E1F47C0D443DD971964F3105 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; - B4AD73AA99F4799B35D8CD298465BA45 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - B5018EF9952C8C38F3CD42444CE29DA1 /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; - B50F84226DFA2D8F861F7EFB5A5D069E /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - B5276FB47B0D9D791B75B43C7E0A90DB /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - B58D9EC616475BDC99236F8CFF567ED3 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; - B60196CBF499D52B9210082F64CE79B7 /* UIView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIView+DDCategory/UIView+DDCategory.m"; sourceTree = ""; }; - B625F69B2B9DDFFFA92873482A243EC0 /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; - B66B88CA8F18D22EA212BFDC8EA2CA84 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - B6E104BD57BEA24D0D28D42671E4F55F /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; - B725A9CDE58F09E97DAF19217120328D /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - B73CBB41E1696E64369BFE516569BC8B /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; - B7674DE221BF243E9956D65DD52AB600 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - B80466A56EE064F1252BEBB48A9D736A /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - B8208800803F82BD34CE2205FCB397EA /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; - B8A66DF4B3A99641850FFA9FABCE65EE /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; - B8A856E808AFEB94977C0C0B03DC7FD0 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - B8AF30CFBBBA2C3706A1BFF84F7FFB4A /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; - B8C4ADF623DCB5239A0F0A1A7B8AEE14 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; - B9008BE2FBE5785748D1DC210E9D3702 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; + B3E62B52049065E0DCBFE83089C3B136 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; + B3E9DA4004384DED1EB3A0D1FACE14D2 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + B415E192D01230D9E586DD05F954ADAB /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; + B4676921490D6EFFB674DAD7EAFF50CC /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + B471269D354A80FFCDFEAE4BC9CD92BC /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; + B48EF9BD2FFEF3F8EDEA9BDCEC0C88D1 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; + B4989F3C262104D3605709E7C55F833F /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; + B50B9A36BEB291CF2AFC1CB63C7443DD /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B51DCF5361619CF1F74D7D4DC2369764 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; + B528F577C6A4091B45ACD3A38668CAB2 /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; + B5446E77012E65A051C648874F3E2513 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; + B5B14834441D138736577878040354FB /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; + B5C4D96349F0B74A2EDEDF5D9C4FA813 /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = ZFPlayer/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; + B5C56A9BFFAA90DED7DEC6B31223DE3D /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; + B5CAE433DC066B69381954C853EF5020 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + B6AEFADC413840BC110C5CA69E6E9319 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; + B6FA8D76394737257410373E15F306E0 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + B71128C7081CD2E8ECF7C5E7C8426449 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + B73224BE8EA3D3AEEC6BE72C19AEE578 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; + B749E3C431FC2E72C48A7D27EC67CEFC /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; + B7546BE56E3F369444941CDB3F9F6E1F /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; + B767986E2E048850DCB496A1B51358DC /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; + B7A587E2BFF90A250B19A4B4A6850DBD /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; + B7B19EEAA0FFA17D0D0EBB0EF0BB6BF0 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + B8405C7EAB0498644B815AAC4D1B6FC3 /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; + B84A8C33175F17CAC11C7792A0BACE7C /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + B85081E24B9B538EF7BF75AEE7CAD46A /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; + B8844290A47A458D6576CEE826EDA0B4 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + B95617A8C444FCDB5FABEB908FB55073 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + B963F2D9036B685C58BA3B1C6BE5C43E /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; B975BF86311A33053F172E4E22C01E07 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; - B97C37F70A35EAC16544F212CF2ED838 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - B9ADF39D06429D06C70D81B86D798452 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; - BAA9409CAC6C9226C891365434E2FE2E /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; - BAB36794CD85EFDBBEC1FAA7908A59DE /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; - BAF645207E47D27AB099754413DDA731 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + B9C3C9AB2B02E8A596AAE0DD34239125 /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; + B9D9979BF7BE755FC5EE72228AAF34BC /* UIBarButtonItem+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIBarButtonItem+DDCategory/UIBarButtonItem+DDCategory.h"; sourceTree = ""; }; + B9FC22B0CD75BDF6C79E9303E692782B /* 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 = ""; }; + BA5A5E3562C1DAEC8115E9CF0F942B58 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; + BAB111B9CFDBCC7B7ABB254E56E2DC3D /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; + BAF53ADBE1FA0BC31AFD475D5DB00950 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + BAFFF9D92EF1882071D8629529B44D4E /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; + BB233660682AF6860E76856471E5FB06 /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZLPhotoBrowser; path = libZLPhotoBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BB33C6387F7605893B467D241CE4D66C /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; - BB6D305D88B123C0FF9762C5BD3DEEC4 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = ZFPlayer/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; - BBA408FB4CE3A558BA4BBDAE04E9C384 /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImageMapKit/MapKit/MKAnnotationView+WebCache.h"; sourceTree = ""; }; - BC1159CE81FD7C133E51ED2B3878E3AF /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; - BC2A7D870BDE2D6BD1CBEB75FF78B2BE /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; + BB5802F48A25FCB5A75DBCB1C4AA922F /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + BBA0FBA4BAA61EDFD82039DE96807D9A /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; + BBCE7A80F1B98B9D13BA47D4B98F458B /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; + BBD60BC8312A9DDAF45C84D812163634 /* UIScreen+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScreen+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIScreen+DDCategory/UIScreen+DDCategory.m"; sourceTree = ""; }; + BC3737BD9BE217628AAFABB32EB97129 /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxCocoa; path = libRxCocoa.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BC447A6752BA218E4B4B500A714CD7AC /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - BC50E50C34A4DACA22EE2492872E5E05 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - BC71029E6976BBBCDDE11137E715C485 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; - BC8CF6F9970D4388CDDC0107FEE98836 /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; - BD107F4B0C4145402D6C70007D9EBCF7 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; - BD399AABB8DC8FD2436A486183596782 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; - BD6A20EEEE34AF7A0DC59A6AF691DC26 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - BDC81DCB43F7BE6CC733773B1475143D /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; - BDDC64343E6B26906994162FB400A753 /* 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 = ""; }; - BDE9B18D80CCF683B513A98510CBCE85 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; - BDFBDB7F1EDA558D09F384D716248699 /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; - BE0510B14ADCB3D657F543F38B797A6B /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; - BE1BB5AD1B7355FBF4378A12E8882627 /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; - BE8702F360B07B4B186341E7E1349E1F /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; - BE995280F0A2468FD7F296165DF468F9 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; - BF7601E894306CD98E9A77974500DFD8 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; - C0086DBCFAB4FF91A1FE45712B8ED262 /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - C021F88D03992D33F44E65B55680161A /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; - C02E400B4EABC9E7610169E3FED064DA /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - C044BC88800D4E2D6819AE9FC39CB506 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; - C07878B86877724013231C11DD753E95 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - C0805198C3FC2D6331F02DE08C5A082F /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; - C0D6530E49CD20A841F29B7E9670C486 /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; - C0FE4C9D1106A4ABFAE227216E61E369 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; - C13CAFF41AE1647AF2E9543FC4EB0588 /* 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 = ""; }; - C1606E8A0DA0F86E78CF3C6BB4194C43 /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - C1B29BA5FCF4379CE05541809C914DD5 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; - C1E6C1989F75D1D5D749A973ABA1379A /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - C2328BDCCD9B43B3279966C884F70319 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - C234A9482C8CDC2107FA211B0004873F /* UIViewController+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIViewController+DDCategory/UIViewController+DDCategory.h"; sourceTree = ""; }; - C27C3800EBDA7427F8A899EEC5EFA0B0 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - C2B1D598939080375A79CEB1C1ACC836 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; - C2B8D121D3764CC7C6B5C4F9BFEC1659 /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; - C2E156B7868CF20F128D8DB7CA0A02FC /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; - C32D4AF04DF7DB2E9A013011CBB49EE2 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - C34023DCE0253688B93F8C875B58E4DB /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; - C38D5A76343A80A4CB49D4ADBA1A894A /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + BC6D00FBCB039D27719D7262F9E7CEC0 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; + BCC18F059ABF4841BB4CEEFBDCD84E37 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; + BD1F84EE7236D71004345836CD32C28B /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + BD28906C87A46ED4F4524C51036B55EE /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; + BD76A4AA2E16A6A815434A8FBEF48599 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + BD799FB44D63CB12B2556C100956D9C7 /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; + BD90C067D520A6E4C5B568ADEA3FBF3D /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; + BDAFDD618BF550A599E1A8A8F78E9301 /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; + BDE74B6BBFDF53D1347232504DE7E367 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + BDE9FBD8BCEBE5C945C8F09730FE9072 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = ZFPlayer/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; + BDF0417145FE562FC55032EF34353886 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + BDF31BEF1E0A59F38D8401940AF402FC /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + BE28FD9B37D8825AF32A4EBD4EB44326 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + BE3030C89C892A5956B746606ACDE67A /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + BE84043D8B731BC3F9E751E80A4E6C64 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + BE9936F27063F4BF84BA5308080E1836 /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; + BEEF4B8CA0969CE54C8317610E903939 /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; + BF3DDD864C2ACD2E4B1AD0D9DCF9C1F2 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + BF888BC940ECDC27897D8DE1D8A7E860 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + BF9498DF220C329425D87229BBC99A48 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + BF99BC25A2F041D5EA32F2B4A0313E7C /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + C07DC7BB074239198CA2AA5E67CB54AB /* 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 = ""; }; + C099BA92A99D4E19C562C0EC31417658 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = ZFPlayer/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; + C0ABA9042B1D741E8BD83E29025EF925 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; + C0BEB0DC85F193FDD402A449F5C4B012 /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = ZFPlayer/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; + C105B33D3B9D5168FE1E0B9AC73EED6E /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + C1290D06DEF5987EC4CF8AE8929764C9 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; + C1314F27EB60783A2BB6A8A3356381C0 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; + C187A19F7534C1425E776B316374DE8F /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; + C1970F47DB11F1485D563BFD834DAF1B /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; + C1FD1805509910EB65B86D77730CE1A2 /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; + C2370C89E7B136ECAA2D3D6DDCC46E00 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + C291EB8711462A28B4CCFBD87683959F /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; + C323D1A4EDA5CB599CBB04834016F189 /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; + C3566B40F5550655C85824A80F7D6C3E /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; + C360458B9FCEAD5C1E961F63B6020C7C /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + C38604149FD4A82B9E4115BE1DD7D4ED /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = JXCategoryView; path = libJXCategoryView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C3F548CB521ECD64AF66D06F53915BEB /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - C3F6236C99AE33EF9F49A086A9E582C2 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; - C4138D7DB93619F2D27D17B27E84A443 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; - C452B6DF52A5720F87E587715B7F198F /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; - C46A12B93F02A9FEEBF92A4B3EB02625 /* UITextView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITextView+DDCategory/UITextView+DDCategory.h"; sourceTree = ""; }; - C46ABDEB1577795E1FAC6692ADBC86F3 /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; - C4F373C83FFD725A00BD8448DAFF0550 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; - C5422882D46CE1463C84093503A21D19 /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; - C58F676C879B71B9729B97AD3219F0A0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; - C59603B928D0C8E010F6B7583A1C3E7A /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; - C5E41BBC62A3CEA716CD7996C86B5E1F /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; - C64861DD73F56B1A0AB5923C4DC444C8 /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - C67CC3218E6BC726166BE5869B0D3616 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; - C68F12D206042F869439A78F87A10678 /* NSMutableParagraphStyle+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableParagraphStyle+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSMutableParagraphStyle+DDCategory.m"; sourceTree = ""; }; - C69A9D3D94925EB06CFD96D5D707DADA /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - C6E032423CC14D65C958F45E29678CD6 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - C6F56231AAAC513CFEEA0D5948384701 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; - C710321C61CBA3105FB978BE559980C1 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; - C720CB9435009DE91F1A64D1220C37C6 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - C73473913A4F7F49598C7CE9775EE4B5 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; - C77DDA70FAB94B95DC110879C1F089FD /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; - C79489281FC5C026B3BA9C42DA3F8730 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; - C7B1399EEADFBB3E646ABB4DEB4435DE /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; - C7F478224872A6F067BF5F303332B64E /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; - C83B4564638871E530639E8524C0111F /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; - C8413D9CD0500242A87E1410C53346D9 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; - C86AC6AA7DCE7CB343CD616FC2761E7A /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; - C8EF9319F4C8E10EF295D1D8BDC76783 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; - C90AE2E6E716A8F3131EB8C19B9A0CF5 /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; - C930A565CE85D16EA9DCD5E2E979CB9D /* 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 = ""; }; - C95A6734A8AAF97821B81D961185A230 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; - C9864DBA9170B0023F6F10CA84D42419 /* ZFPlayer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZFPlayer-prefix.pch"; sourceTree = ""; }; - C986C403293EF9D52C72F09520FEC5C8 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - C9A9D7FA3980C428D2AE0C281B8B5F23 /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C9C05C32D9049B9AFDA1964A185F96A6 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - C9F96A8EDD29B3D11F11D6838BA2781E /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; - C9FDB5270DABC087845957A74AA164AF /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - CA7E929CFCAFA48C59B33D49C52C49F6 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; - CAC9049D171DFD15E94FCF4B5D1B2CBF /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; - CAD6C21869969B22CBD4BFA56373CCB5 /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; - CB17B3F6B89B99D1F7CBD3515890548B /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - CB1B140241C1A3F725B9AFFEEC30D608 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; - CB27B9846EE00EDD21359E190CC250DD /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - CB2F54B09727988A84FCCBF352ED689C /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - CB5DD47C06EAEC47F9431EC9ED4325BF /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; - CB72C912B23F44F53E1F44B7CD7CD060 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - CB75B002F4EC52E4D18234FFBB3F45EA /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - CC2E92FF305F1E3B2AA88CAD9BF5E844 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; - CC3D9DB8C1AFE4A7414DC2D4695C7F74 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; - CC6A0F2C110C575A1F984A9854D4E60C /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; - CC6E7AD31E4E61AA1FA9CDC2BDDAAAD6 /* UIBarButtonItem+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIBarButtonItem+DDCategory/UIBarButtonItem+DDCategory.h"; sourceTree = ""; }; - CC875FA4F82ADF081B17B2AAF7FBA4D4 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; - CCAAE4DAFE76D2275F21E9708250C59A /* 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 = ""; }; - CCDE5E0F55060E83BE602A3C9A06394C /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; - CCE1AAA66AC31EA58AF7F2393EC65E67 /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = ZFPlayer/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; - CCFA69072CEC1D79014BEA35ACC512B8 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; - CD0564427D555143173D737AE3C77ECA /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - CD061B9E7C1BB560D4F179E05A033405 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - CD07E0933B2835EDF9799C89F2D5D5E1 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; - CD84EBBF24A40B64C5AF44F6A52B417F /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - CDD12B57C610A113043ACA53E4F0B73B /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - CDF7E4F4DDDA6E1E7F5DF79527661762 /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; - CE379182F3A98E93682AAB48871D5237 /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = ZFPlayer/Classes/Core/ZFPlayer.h; sourceTree = ""; }; - CE5F845F75E21274C465FA17DF481B0F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - CEABF56CB192A469AFEF435C0DE59AF4 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - CED7BB6AEC0928AC1A214B2655232893 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; - CEF0C3D7F321397802C2240ADF780C5F /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - CF0801454F262D007CB28577CFD57B30 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - CF09E0774ECECAB91C35C21729022EC7 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; - CFA840909FA1023CC48E167A32C70FD9 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - CFB674939A4F1C022F289138693B7B40 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; - CFF79030DCB8F19B4DCEB8F07B87F43F /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; - D00B18D44B080B2EBAD1AA551A797B30 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; - D057921E6A0CEB969E454DBFF1EA3E8E /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - D073E1F313B70C0699AB91A94A850B57 /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; - D074165ACF5B7FA60D9FE8AF19A90926 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - D07EF256CC0EB1DA7433E1FD36C1756E /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; - D0892933608EBEAAD180F75D27E7C9BA /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; - D08D372346F9072F39E4667E204EAC5C /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D0B2A511DCBC2AA53B0E25F0939F38EB /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - D0C23B1B87A80CF733A6D554CD526C10 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - D0C5D82864683D836DE6C48BA88F08ED /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - D132A2B72E48F7E7F391DC6445FC436F /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - D141ED22672282EE437EE7E3B65A6AA9 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; - D1CF5A91668C11B8BA4B41ED4B253265 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - D204FD559BCE3A6367EA92F034E53352 /* UICollectionView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UICollectionView+DDCategory/UICollectionView+DDCategory.m"; sourceTree = ""; }; - D21344E472ACA764427DC3EBFAC887D9 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; - D22136776B4E18D96E1704BA902DCA91 /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; - D239529F0E447D1BF351CD569DC16D4A /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; - D2427B9AECFF6EAA0C86C0008715A5FB /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; - D247CA2941E290A0ECDB114087CBE197 /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; - D26114E6B2DDDFE1F8F9F37BF15D3B96 /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; - D2D9D03E0BBB0F5BB15D51F18B8389B0 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - D314C20969BE3A2F1C690B886A7058A1 /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; - D3A8CB08D4899D212ACAD5C03C00FA3C /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; - D3AC09C672A265A7047B778DFA6CBC40 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - D3C251A3EC63E5447C8B17BD15219CDF /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; - D3C3A0693E88E64C5F7A2A00E9F4BE14 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; - D3C88060F538B1337B6E940EDAA787FE /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; - D3EF0C6DDE1B6E2DC017F984C6D48A84 /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; - D47A7092321CC3080DAF0C510ED269E7 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; - D480CD329DBF89FE757D5C05B13D671C /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - D4D758BBCC152245D6501CC74A10A953 /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = ZFPlayer/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; - D4FC7E41383008DC658401930EFD719E /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; - D525D5E473C4F16B7F3A7BEBDE233485 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; - D54AEB920C7441FA773B666A6ACBB3B1 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - D5620915A0B2BD8799F9A6B1092BC20C /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; - D57F9977FC712DB8B33AD47FBC3FB416 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; - D5CEC988EE50FC78FE0B599F8CE3AC1B /* DDBasicControls.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBasicControls.h; path = DDBasicControlsKit_Private/Classes/DDBasicControls.h; sourceTree = ""; }; - D5CFE546917109910492D087B2489F6E /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; - D605176881746CCA8E39F1A7CFBCE932 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; - D61869DD8E936AA6976F65D14E4CB5B9 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; - D6454348D31CABD3F78239927AFCCC14 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; - D6AC9FD7FB87D55DDB970CF72C896B47 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; - D6F5DFE5022EB1C32B90913149AE1F0A /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; - D7268EFB0BCB9B765A41129FEAE8F6EC /* DDBaseViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.h; sourceTree = ""; }; - D7312148AF30F9F9E64E66319376F15C /* UIWindow+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWindow+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIWindow+DDCategory/UIWindow+DDCategory.h"; sourceTree = ""; }; - D79E61F8E30745B31F5B70832CF75615 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; - D7A89B24DC87927B8FEF9310102B936C /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; - D7B09EE4B2DF83CACED7F62E2289FAA7 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; - D7D3CE5FE661AE719FF4E354E5126645 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; - D7E7DA86C6DD2431C37E6BA67FB3E3A5 /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; - D7EE0D70F160C59ED28F388B88B4CBAE /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - D7FB72732C12B6304A33D666FFBE17F5 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; - D802CF7BF3EF49970D09E6FED7AA5B7D /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; - D840B82766A2EA742656878F952F980D /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; - D848E2CDE48F1CF4DB9D89307E8D8567 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + C3F3447872C813DF528F030338891CE6 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + C427D458815D2DACDAEF536EFCC26D10 /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; + C4396CE64F6C76103A4EC2F4B8DDCD50 /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; + C45D000702D216C20DC0A6C3F36FE23C /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; + C4E146BB38E6AD6486630E8F9DF14F7B /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + C4E90252951EBCBD1D933899DAD856B9 /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; + C57CB228E5D43D5F2D74740EEBECAAAC /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + C5A462DF4857A99CE461C7BED2BAF3C4 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; + C617AD7CE439F65A7C5F58494BB5AC85 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; + C621C26F9638312ED4E639142BE383FA /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; + C625418106AB7EB17105865B2CAAC99C /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; + C6A744626628FD59D3A11A798EDD7499 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; + C6B5D709CDDA122C94CB22C52E1CB67B /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; + C7486AC6796E141A57182236E57AD54C /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; + C7671CB315740AB79C657A5BBC061A40 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; + C7D379ADE76E8467A45DC74F01AF011B /* UIScrollView+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UIScrollView+DDCategory/UIScrollView+DDCategory.h"; sourceTree = ""; }; + C7E29BA3E4CFB600E80DD5B5478E6334 /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; + C8B21CD64E13F85AE4FDAF7C5C22535A /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + C8C9A8FE32578BEC724D938BDCA55164 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = ZFPlayer/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; + C8CAE56C4AE2824E7A44666D55E680BC /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; + C8F519FF500E6B43223BD4C14E6E4D2D /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; + C91F30571910471B8118FF428C7E0DAE /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; + C9286E797921F6CD5F27FC4E657E1AFA /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; + C96CC849FB536D0DEEC488D2D424FAA2 /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; + C977ACA4AFB8B25147715F669A532B7A /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = ZFPlayer/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; + C9A4CFFEBF70754AA78C0EDC86BA84F4 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + C9B6ACC65DE55E32F7542E6C4949674B /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + C9BB2B08343FC2F6E05DCCEB5D374A3E /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + CA0FD4C321960EEE6DD63AD6C27FFE00 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; + CA388F6B7624A40ECFB8B0637F0324E8 /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; + CA3D16353BBDE4CA88918E2BD12CAB53 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; + CA6848716C370DF05851B5A601EDF8F1 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + CA7C75F524799E96E906996C0CBF0E59 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + CA815D2B98648B935F01066AE001CE04 /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; + CAA25FF9AC89F159653CCF3B7C1F92AE /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + CAA27CD3CE04ED7A715459910E10E127 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; + CB0939F3CC0710468128B04E0D833900 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; + CB26A46206C6831A68473FD7079779E1 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + CB57C518A721DC9DF96FCECD662C6273 /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; + CB61CFEE5E63D926E49AC8024C6FDAB0 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + CB6EF3C6E6D4E27A4665DD136FD64159 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; + CBA498E8511AF29C34084CF8B84D3234 /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; + CBE3C3780A2B8AC416FE89CF4E0F6472 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; + CBE98BACB3EE68675B3EC34D3878FDB9 /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + CBECBCE93C9A5403D9EF13E512532D89 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; + CCBB1E6C01CC7279B7736D9D48823EFA /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + CCD8139E573ED53FA58B47E40A4E577C /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; + CCE348878BA82693B010B31E0A60512B /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; + CD00D29F12D980A3434AAA80BEF36D96 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; + CD1145E3EE51F2B1194D0B9926563F4B /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + CD3239F0BB80CD66E07CDFAA1F7C7665 /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; + CD674BF667C0E4B0D4D47580E28C8015 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; + CD817EACB58C1321A3F04A2FE3161DCF /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; + CDC6154E7B682426348C660B31AAFA59 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; + CDE2F5948EF5F76E4E5490C1BDEAE805 /* UILabel+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UILabel+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UILabel+DDCategory/UILabel+DDCategory.h"; sourceTree = ""; }; + CDEF35C33B8B72178CEB5A646DB10809 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; + CDF49441432353AADD613A3619C9DB59 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; + CE0D5B3DA69B8A1EB3202E9916551AFB /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; + CE32D2ADA8C2E778E0CEA3C761119CC8 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + CE694CFE7BABACB378CCE4A7674AB248 /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; + CEB3538B65BEF242E7739D7C974EA62B /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + CF080BC8B714F1AA3CF8D82370E13DFF /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + CF6C85EA9F2E676E834578471FE46D9D /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + CF86A8401B17CCF6ED48C720458B7A2E /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; + CFA94BCC9E1C1E290AB178D69009CC7B /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; + CFBAE3B953FAB8519A0D069E74F1AD95 /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = ZFPlayer/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; + CFE3C042721479245305B79C90CDE196 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = ZFPlayer/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; + D07B9FD87A751C8DF5DFEC1F7525E304 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + D0CDF0E4E2F1C088723A932EF7287D12 /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; + D0DD762BCFA4928914EFC99817077EC2 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = ZFPlayer/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; + D0EEBF0ED54521BD47B2D289ED339C55 /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; + D102B32967A0F8B7DBFB24F571902F89 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; + D12D0AA8EE644F7B7459C1A50A1A8684 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + D12FCD5B0D26C094865614C081E0F359 /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = ZFPlayer/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; + D17E7AD20B4509C25300DFCCFCAE2677 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "ZFPlayer/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; + D1971CD9E21A78FEEF1B2019149A52E0 /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = ZFPlayer/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; + D1B61F61B935C115A4208B5417986A35 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + D1BEDBCA4296C121B66DB749E9723410 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; + D1C5B886154DDD4E0E621E5C00B65F89 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + D265B9F4640EF6FE9B2ACFFCC52D3CE8 /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; + D2B99DEEC285EC2CE2BE59E2D6D8C170 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; + D3291DE4FC4AB2853D55625A1AD9F2C6 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + D34BB394EE803B4EFA3893617A33E8C8 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; + D34F7AE0B202B99E2CD46B687100EECD /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + D38EEAEF315A2DD27F9AAE8B9A3BC088 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; + D3A9259CEA8616FA5E3BB7D0781C52C1 /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; + D3BABB7664C187AC2E20DBDD42EB2323 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; + D3C5B3E35C30126A2105755413769DC8 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + D3CEB56AEAE68A582A9F006BC016353A /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + D3EDCD3DEC3A368D1D0EADA3A47548BD /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; + D3F65F885EFD9A7BD996249820022B9B /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; + D422B3889DE69E0B78C9FBDE82D2CEFF /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; + D46CEA7529375D9160EB72A807DF77EC /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; + D49FAE8A72DFCA2F93F4B6CF57447AEE /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; + D4F249100085D6576A786B419F4C8AF1 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; + D502CA91F7DC91196D935D4D2D52D299 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; + D55D871FFBCD643E9E01A02149DA4569 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; + D5B52491A324A5299B334B290E6683CD /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; + D5E4C9ABC7A7C0148C2F0A4F3343ABDF /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + D5EC94DD26BAC8B13328FE3EC11F63E2 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; + D6026B5132C7658EE3BCD34DC1FCD152 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + D66381B5F339AA3F0FE373C9AD62CD51 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + D6C08B1BEBDDE6AED4A18016E6475E99 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + D6D7F28B14988C5F94C04C7B51D0FE6B /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; + D72FA0A01089199412FEA816868B7E00 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; + D7547CC7CFB8C217BE9D1B03A5E89CF9 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + D7664F7D4F7433504F136DD111DE41EB /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + D7675DF4C5361504B769BEE001B44E11 /* UICollectionView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UICollectionView+DDCategory/UICollectionView+DDCategory.m"; sourceTree = ""; }; + D7C575E483DBC943A3284018D332EFE4 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; + D7DF8E3EEBB44B06A866AA809A02034E /* UIFont+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIFont+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIFont+DDCategory/UIFont+DDCategory.m"; sourceTree = ""; }; + D81B8A45D65A5DCD02CD4D06E70D9E78 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + D82E638FA01F1B3E7E0C12854C89B1B3 /* DDBaseTabBarController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTabBarController.m; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.m; sourceTree = ""; }; + D840E5834002FF5D7F31A65EA3DF14B3 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; D85B8BF3698115B7F620042AE16B7874 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; - D871BCC315BA59BAFAF233BEA0743994 /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; - D8AA46FDFFA29B6E0DC879FBF2B049D8 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; - D8EB3CCC851811F9B9262F3347840D2B /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; - D8F951B9A0C819C053E9369D5804E67D /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - D91CC335518409A616FF458172BB924F /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - D9224B8D3B92E198D22F045AD1F88B5B /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; - D99DD3ECE29B3675578185DB35D41186 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - D9A2EC066216034C091C36A82299DAE9 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; - D9CC9050D0D78A061A24A6CE96C8D4BB /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; - D9D573DCCFBCABBEDAFB65245B59FE0D /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; - DA17160ADA52EF7B8FE2EDE91534510F /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; - DA44007D5A0BD56C9ACCC2062A9B70C2 /* NSAttributedString+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSAttributedString+DDCategory.m"; sourceTree = ""; }; + D85E6C2562A93E54D9EA8F7CF2B2BCD5 /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; + D893572C6B777F1CAB47352C265EFCBD /* UIWindow+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIWindow+DDCategory/UIWindow+DDCategory.m"; sourceTree = ""; }; + D8A37C157B96127F251E3B31F313AADE /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; + D8A50CEFDA0687C95EC61B27EEC31A9B /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; + D95C9099562AED806E4F128ED491C764 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; + D960164D00192805BD53A8BA00FE1EC7 /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + D97C320858984FF07726BAEF115CF6F6 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; + D9E6D331CAFFB710AB082155D93DB06C /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; + D9F65D22857107DA6C30CFA83DEDBD16 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + D9FFDA8C8D18D25589844B9EBA43B949 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; + DA5341CC5E3147C94AB1110A86D434A1 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftEntryKit; path = libSwiftEntryKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DA997EDF1EEFE5DA1E2657C5F2C9E35D /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; - DAAAFFAC58000D500257128358DB8429 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; - DAACA9EED99E898F565DE606208AA23B /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - DAF1D64CF873EF4C3277205C07451DA7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + DAE28CB7E6B747514C3866B4F8FCA5E2 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDLogKit_Private; path = libDDLogKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DB573F4CB60F43FB7BA3899F0985306F /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - DBA46F53D30247240365A6FDA0D2C525 /* DDBaseTabBarController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTabBarController.h; path = DDBasicControlsKit_Private/Classes/DDBaseTabBarController/DDBaseTabBarController.h; sourceTree = ""; }; - DBAA737CE62F1EE66900DB0D88D909C2 /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; - DBEE7E6CE4D59CD3D686977234A6B50E /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - DC3204BE68F52AF8BEFAA6D456A6C7D5 /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; - DC3ED97A2F25074597CCE50CFCAF4B8F /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - DC73852496E856E523FA0256156ACE83 /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; - DCA5F8D782C6E6030AD9ED223FDAA963 /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; - DCB0A662DF7A1034A99DCA5BF12C2DBF /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; - DCCA07E30A3E38B0D1DB396CC1268DC7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - DCD2CD4B85D8BC6B7C44E21BC54F5425 /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; - DDA27F19953719292B0973D8BE750172 /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; - DDA864FEAD21E0244C8454F3760BBC74 /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; - DDFBEE9180B6946F6C18C04041485B36 /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = ZFPlayer/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; - DE0265F0E280DB58E4380612C12444D1 /* 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 = ""; }; - DE03E9CB07B9B48C35FBC5516D6F27C8 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; - DE3079433CFDDE8A78E7DBDB8F0039B8 /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; - DE6BB8D95FB85E0FB0083FC9B0EEE0CE /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; - DEC00448A031A41F3C22AA1C8974C8BB /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; - DF94A34698A1B0C9A7167391F3D00A0B /* 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 = ""; }; - DFDC7441F5FEC147902D4172D78794EE /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; - DFDCC6498F326A2BB0331A9AE0A7DFE5 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - DFF946CC3198CC3CF2B9365B54315435 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - E0067CB1A4502C70E9658F9E37F4BB62 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - E076A9EB1150F649DDC00DF58D8DEF0C /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - E09B0B955EACDEF409213BD47F339CDD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - E0AE977B40DDE2472BC483A02BD32F7D /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - E0BD509AEF24BFCEECC588C96688FB1C /* 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 = ""; }; - E0CB04C7462ED0D588A4206E8B387950 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - E0FF55C4DBBB394DD95522E9DB2C46F6 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; - E107C2A2C18C42DE999485E11656D63B /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - E1264E80BF003E3A5086D8FA3C22331B /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; - E13879701A7331840A0244094C0C5A21 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - E17BEB0D12A8F668A7EB7CA6EA81E63C /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; - E18AE81C08359D1C13447AA46A591027 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - E1E31D214C918A00628A71F89B960486 /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; - E1F254FE35C42C551AF123C657E89D86 /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; - E20D67BCC1300D8513FCB1A52960EBA3 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - E24935E5A81D4534663B9067AC01C8CF /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = ZFPlayer/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; - E256C53A11A3A8CD4FD03F0C56BE3DCF /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - E2EB173F896816C9F70B725DED2F5584 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; - E30355A34CBDE9CDA7899DA6702849B6 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - E35C4B00F1C7B6A4BEEE953B24F636AA /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; - E35E21D2024590695F739FAA483EEAD0 /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; - E36837913AF8D482C404B9B3C33352AD /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; - E3B262116EEC9E4ED3CE111593E34273 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - E3B4E610E0DD7D7110B0354AF9C65B88 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - E3CE49AF04ADC062B18F3F1F861A05E1 /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; - E3ED2A5E7B0E2B10427D3D6DAC4331D4 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; - E4085C1C43BB7D639AD3E1395554CBA0 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - E4453419070F97DAA0D3CC9B4689CAC4 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; - E45F8A59CD78BC5701DAB5DA4C5EAF34 /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; - E47916C618D70753B91E0806767C73E1 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; + DB110E7217B3CEE13CA7FE62FAA7D93C /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; + DB26073C862A492E3947239850F61CF5 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; + DB28E56457E9908A2BADBEEE7F587F80 /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; + DB4E03CDA35D59A2CC8E483040A00E1F /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; + DB5499479918C7AAE70099CFBB08D7C4 /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; + DB6340183C66B2E9D27A037CDC1255F7 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + DB7EA7706502558EB5C7C27F3AAAC705 /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; + DB8CF011209213DE76C7F12D6097C11E /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; + DBA01A6E20FF38EB89024711031BE74C /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; + DBC151782286E131785E4FDDF6766078 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; + DBC65021380BDE610F542575C28002F9 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + DC01802DF082B09A205D36EDB326D09B /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + DC12D42AEA5797AB04033C1C7CB8A02F /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; + DCAAA1A68E2CC67F36E9382AFE2D861A /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + DCBEC95A56810B31E0A279606750B008 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + DCC5CD697767A0969E1B44888827C110 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + DD537B8C2E58D29B2AB1201CE62EA2F9 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; + DD90C26F2E57B0573AD939AD15D56116 /* NSThread+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSThread+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSThread+DDCategory/NSThread+DDCategory.m"; sourceTree = ""; }; + DDC5507E44FAC12FECCC414CE6D83FE2 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; + DDCB81702EAE525FF8DE7BDF5629BE00 /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; + DDF5A4A690EBD2EFB0302229151A50E4 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = ZFPlayer/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; + DE472A0AE712A303A9D5D79DF780BB34 /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + DE937EC2C51C0F57C368D998FA54A112 /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; + DECDC9C087DB559C43AA1BB4BC070F11 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; + DEE6A96882AC069BBD48F5F4CC3FC6CA /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; + DF008939493DF8F729DA835313213EEB /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + DF8703E15C5AACE119A44ADE5F2DCBF3 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + E000D78F7B4FE9CACA07FBC7782E8573 /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E0079065AACBA77637F4E9377AD08133 /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; + E00E716CC69CC5E585205A405861E72E /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + E04C5ABF747A086D31BF630397DADF38 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = ZFPlayer/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; + E07E5EA3A22530E5FF4827AB31FF1388 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; + E085FC38F59BBE0A32DFC3BF1718F1A5 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; + E0ED5ACA39E178972FDA2DE5427EB107 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + E1156D60638AF40D9BE94224511CE98F /* DDBaseModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseModel/DDBaseModel.h; sourceTree = ""; }; + E129F43363563308DEDEAEFF29166B90 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + E1697F9198FA29E76D1DA8DA03EDAB48 /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; + E178C77CEFEDFA25846860B670FB30D2 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + E1815691576E936229D71B170B61B51E /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; + E1A8D8B1A42BD45891DB6179489AD828 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; + E1ADBE6DAED45D78118E49ACD4A099FC /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + E1AF437F2DB2A8574DFA7DC9F8FC0E55 /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; + E1B50617C5846885B799174C6EF62E18 /* Infallible+CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+CombineLatest+arity.swift"; path = "RxSwift/Traits/Infallible/Infallible+CombineLatest+arity.swift"; sourceTree = ""; }; + E1D479A5AFC217595BD95682A2214CCE /* NSThread+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSThread+DDCategory.h"; path = "DDCategoryKit_Private/Classes/NSThread+DDCategory/NSThread+DDCategory.h"; sourceTree = ""; }; + E1EF137B5FB3A7465B998DDF44EFE49D /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; + E1F129383AB15E9BBA4DBBCF29CA683B /* UITextField+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITextField+DDCategory/UITextField+DDCategory.h"; sourceTree = ""; }; + E1FC0B3FDD2534E449C31E5030C4FEBD /* UICollectionViewCell+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewCell+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UICollectionViewCell+DDCategory/UICollectionViewCell+DDCategory.m"; sourceTree = ""; }; + E20C3C871989346D8B72A4D649C1476D /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; + E241B71AB1CC506D419A7EC8FFB99ADB /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + E29CBC9A74C4F1060E2B086ACDD82109 /* UITableViewCell+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITableViewCell+DDCategory/UITableViewCell+DDCategory.h"; sourceTree = ""; }; + E2BB694E41312BE3CB879A74EF438E86 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; + E2CF77683043F7A01B9D24659EF9EEB6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E2DADE97F9F228D06F817F438D828548 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; + E379FBC419ECAAA12AEA0091BE1CCE4E /* UIBarButtonItem+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIBarButtonItem+DDCategory/UIBarButtonItem+DDCategory.m"; sourceTree = ""; }; + E3B332A7E534B67B8F9E4AC433656AF1 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + E3D22B608945B6FF514CC37D8D650A58 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; + E4216D1779B7A2F42138D94078809E57 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; + E44178D58BE22E280223ACDAC448D338 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + E46E183DB54302AA4E88F0424C621044 /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; + E47BFCEBA74E612D0AAE14AD14FEE1E4 /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E48D32258894863E3A3C80BBD72250A9 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = MJRefresh; path = libMJRefresh.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4CF8B425F79A50E5A6C24023F99EC1C /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; - E4E41A5FFF169C37D7ED546374420169 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - E4F298AFF846D7ED28FE4048F323F08D /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; - E4FC7AA721AF6C467DDE8B332DBF600B /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - E557592568F77297E0EA22EB73ADEC63 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; - E58A70BF3CCAD39E7892B01EFF163FCB /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; - E63F82CB6A7A55E8956A50FC710767BE /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; - E6407BD5B5211C450F15CCAA84A9DF8E /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - E68CEB1F4CD14991349B939A8BA570D1 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; - E6A535A247B95C3C5D37EAB336854A58 /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = ZFPlayer/Classes/Core/ZFFloatView.h; sourceTree = ""; }; - E7B5B6A8FB6B50F5AB002FA6D36CF361 /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; - E7C32BAC05066BCC7B22010C580809A8 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; - E7CAEBFF242E51B71B76576F09C4E60D /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - E7D1A18F29EA89DE4A959C750F7F9E9A /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - E815483DED7A342E2A89D7A660247171 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; - E90FC2EC6849FC8E6D2BADDB3505C3E3 /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; - E9120B4D7E2497E0D4BEBCB2BF172506 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; - E9517A053F0B29551659051081B3819C /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - E99FAEDD06A2FE9C5BB07F1D839E155C /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; - EA7A32379C60A307E4336B58102A5D87 /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; - EAAB01F1C77D7913F3BAB85713665289 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - EABA05FFCA51D5438F26A3F17A58CDD8 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - EACEA95479BCFF3E792D0BFFF98F08F7 /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; - EBAC1439D98610204FDB0A3DA9D5DB4D /* UILabel+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UILabel+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UILabel+DDCategory/UILabel+DDCategory.m"; sourceTree = ""; }; - EC444978559311536EA7828EA0E2AB36 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + E4BC7A254DFB001F3BF507F76C9873E5 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; + E4DABC79EF73794D559D11226D74E985 /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; + E4E224AD503FE144840909E9274EA5F9 /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; + E4F1E6F6EA16DA8B03FE0AA9B6D78545 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + E4F3CD2FAC247BD349A40689ABE4678E /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "ZFPlayer/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; + E503856D2A5845FBF4D8229A75F08E60 /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; + E51ADE35CB1FF9A7FE7A091D7F77BAEF /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; + E523A437BB3E45345F5701B913971D20 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; + E52F4B8561DCECF89BF9E0DD6FFA152A /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; + E537B01FEC3FB9D921789FE6CE6A7650 /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; + E5669AA45A9EEDDAF205EA5F5FC3709F /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; + E5BE6850DB0B9DEFBCD03670D36B191D /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + E6076C4ED2EA481C1EB7A7618021A959 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; + E639A11168F792B080B33FC449133FAB /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + E6514A552D80A7FEB4FD9D31F4D44ACE /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + E67601A73F02EA2E8C5E06F248C60A20 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + E6945884E4439E18DE0C62B1DA2DCE8D /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; + E6F9848E7543E112CF37622B127F6C01 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + E7070515A83CC341D841996959072ACC /* NSMutableParagraphStyle+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableParagraphStyle+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSAttributedString+DDCategory/NSMutableParagraphStyle+DDCategory.m"; sourceTree = ""; }; + E730CD4494C3277AB8D25A51F6AC13FA /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + E7379C81FF7A9D1BE25D57FCBF037CC3 /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; + E7C070830DB39B04D1426A1BFFC4AC5A /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; + E7F35095B25197954930E7C85CF1AF17 /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; + E815F486354B346E94F8E60D67874BEB /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; + E8A1AE7BA2A03C0A4D86F4BACB7A1AE7 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; + E8B76411525726A0FD8619E18F1B6CE4 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + E9B89D737E027CD857406AAFA6ACDF79 /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = ZFPlayer/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; + EAD7CD77DDEFD8EC15595A80AB8766BE /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; + EB3B9EEE9C0A7A3C6FFDA598887FE415 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; + EB964CF858EE225503EE17DEA69FA1A5 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + EBB1081DA01C70F27FE6BD9232EA4554 /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; + EC0A77D615174ABF6E8E44E65032BD51 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDCategoryKit_Private; path = libDDCategoryKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EC84F80FE65A322BE680F72BEB5F9AC4 /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = ZFPlayer/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; - ECA1DB9240BAD2F032F2D8754D3EE4E4 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - ED2C60A5B7E868EE2195061B8A31900A /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; + EC647B90CD6DE2CD31EFF74FAB6CBE8C /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + EC6C9AC71396A13886768DAF49A2B40F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + EC9E30FB7226708A3130A01B97DBA179 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; + ECAD1B1F70EF1AB26421154EF6FDCDB6 /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; + ECC5E1D0586A9761D91706CD197728E1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; ED363DD89BB17FB9F31F94524BA59CBB /* ZFPlayer */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZFPlayer; path = libZFPlayer.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED5D9D6980CC11D459977644DBE96BC2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - ED93F8D73FE435738D5D8A2AF52849A3 /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; - EDF8AF881E3F9404796695038901DFD3 /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; - EE5274615A0ED3F0F5A6A14A3FCF3B4A /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; - EE58076B7D57C6C1D248AF46BF792F06 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - EE6A9C423829C508B0EE10F8912F5876 /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; - EE9656136946C7CC6A379DF16E7BB884 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; - EF12D4BFCB2AF081D852882EF58CFB36 /* UIButton+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIButton+DDCategory/UIButton+DDCategory.m"; sourceTree = ""; }; - EF35E90E5B55EFF23A0978105E4110A4 /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - EFB0585F2DC5A8B43C6ACF80C4313DD3 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - EFDBE6FE80AE247D012DF382889253C5 /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; - EFE5DEBFC390A89904D1794A3F22EBD0 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; - F018E0FD180A85EC8046161B3958129F /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; - F055EDA5470EBF58195AC688EC51DEE7 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; - F073BD9378082416F0B205203CAE95DD /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; - F0B207EBBF5C30D8A9E2F312E2846F9B /* UITabBarController+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITabBarController+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UITabBarController+DDCategory/UITabBarController+DDCategory.h"; sourceTree = ""; }; - F0CF6CCF025D60805922BF7CB2F374A7 /* UIImageView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIImageView+DDCategory/UIImageView+DDCategory.m"; sourceTree = ""; }; - F11779054EA5370B49BF606F47B5E4FA /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; - F12217B82EE42BCFF28D18E2D31E225A /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; - F1B56734E13B92CD721AD0DF5D1332C5 /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - F223A15C3557BF2E3195EE5EBE39FEA9 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; - F253C4FE156CEF8EC9E8856C584A37FA /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; - F25A4C603A56E5DA17F56D7F3D1876C6 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + EDB6355A365726EDE0952F375385A321 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + EDDCE3830BC47A94EDCA3BB8463E0C24 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; + EE5838784174A0B70B76BFB993775DD3 /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; + EE6C77205CF4B2951E884CB365BCFF13 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; + EE96A5F2B943B72C1F0232E90B5E0577 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; + EED6E5DDA56664951CC4CBBE99916328 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; + EF70FC9EB152D1C253A1FAAE0D28DA6A /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; + EF9989031C197B682326AF0D8A1BC619 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; + EFF157C9C98D26B2B75B85C92D8AE8C2 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; + EFF534404B48A07EF9415E1B7AF2B41B /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + EFFE264ACFC2E50E41713D39E3072D71 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; + F0733919B381A00997A7EEC037768C8D /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; + F0A5C59E8F03B318E4DBEB94CB7DFCAC /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + F0D7DE153DDDC520A02D60EC9314D9CE /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = ZFPlayer/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; + F1266B973BC95F13049649A6DF0E8D54 /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; + F150CCC27CF7A7E2B79C1AC22B86167F /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; + F19F949F19BD7CEDBF253DA9DB964B88 /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = ZFPlayer/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; + F1A6C83223505225ED5CD56A3FDAF636 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + F1DE485127E572C133DAE639A0E1DF7D /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; + F228F5EA0C26FB01EF43F01DD9C0086C /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; F26CCFC26F3DA09504605CC57138E371 /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; - F29F18B97427CA56BEDA4ECFDED0BA8C /* UILabel+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UILabel+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UILabel+DDCategory/UILabel+DDCategory.h"; sourceTree = ""; }; - F2F465445E3FC8D3741CD2B9D6865B34 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - F30713EEC78E7AE5F4682EAAA3D0F4E7 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; - F310B6A960D5E6659E42AC404DEAF55B /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; - F359A6FD455D578A8C334DFE8ADD6CF4 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - F37D4B914096835A909E95042EA1B4D0 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; - F3846869F141D06E3EC4C3319744C1C3 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = ZFPlayer/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; - F3E01677F90694C3BDF048CFF7D7DF88 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; - F3F676D474604944394DC6F56882EDE2 /* UIScrollView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIScrollView+DDCategory/UIScrollView+DDCategory.m"; sourceTree = ""; }; - F48D8DEBCD8BC2814EF8894649D3B04A /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; - F4B7F6DE0462AF209F629BFF3592F4FD /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; - F4B957D923186962C66851E195B6BA9A /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; - F4C5879FB151992816CAC4BD843428B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - F53F160F421AF5CDD132C3D2C7F5C2FB /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; - F5501ACE00BB534268FB6FB0263149F8 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; - F5A9B90CCC4674EF7DF81686D823EBF1 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; - F5BF8624E6AF59F8165131CAA3AAD343 /* 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 = ""; }; - F6258D61886257709D6EFD9DE5ED1058 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; - F628B3A215050156FAD47CE5258997BD /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; - F672C3A40F86F698269E2D64D47C87CD /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - F68DDCE8954D8EE01824A2073A2CD754 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; - F6AB0B306AAEFB4A482C878A93008BCC /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - F6C6B43685FC03C8522A90EA0B1F2D37 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F28A6484225A3970E35587291C2B5249 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + F2A3757E11798233F632E32FFD550392 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; + F2CD3FFA4345FF5CC3DF730CBD677B6B /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; + F2CD951579AD83651660B6C1CBD32018 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; + F2D57674FDEC7DDEF723E09C180B2E25 /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; + F30558338CD7A0BE16C2AE1871F22132 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + F3B8FD3A49A449B4BC1A53E8BF2F87B9 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + F41D3E1FD86B1D7D1DCBEB3E6BAD7D30 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + F4C324C3EEB34624F7BE3C05A9C244DE /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + F4D62476424FE5F64E46973F443EAE6A /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; + F4F2ACE58A0E8F8EA045D1E4F2249FF1 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; + F50475A4033EF3E9DCA18AE00A8300F3 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "ZFPlayer/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; + F51C9A5BC162BF8F01E07E57B795DD9C /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + F582067C0E2AEB4033BD733077584A58 /* UINavigationController+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UINavigationController+DDCategory/UINavigationController+DDCategory.h"; sourceTree = ""; }; + F60E7F3A93AAA5FD7015855B4A90317D /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; + F6772E0CFEE35EC2E79B96D1639DC02A /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + F695846CFE7F772C3CAE8CB10A598038 /* 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 = ""; }; + F6AAFCEA85426C0BA2E6B812976B4495 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; + F6AF2382654755E74E92431384F211A0 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + F6BC09B9E499C7B6740FA76E7A387E7C /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "ESTabBarController-swift"; path = "libESTabBarController-swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F758AB2E7B17684347F14B11A047D001 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; - F81553FA1694EDEE12B52AA769D75107 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; - F87D334DAD0DBCF1F016EFFA0967E2A3 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; - F91E0136FE7A82EDA448140F940CD2EE /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; - FA6510FE25769DBA31833DB9B468CA68 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - FAA65E09E52F34DF38EC8D8FF2E20974 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - FAA9F77C7BE8CC49E838890043B98B05 /* UICollectionViewCell+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewCell+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UICollectionViewCell+DDCategory/UICollectionViewCell+DDCategory.h"; sourceTree = ""; }; - FB09E7F07B9793E4111F1BAFFD94AE91 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - FB0C42CD38E5B9BA12AE757156F75F4D /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; - FB406A6FBCD5D598D1D74261ED38A5CB /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "DDWebImageKit_Private/Classes/SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + F7077D80B6034CBC5A3CA926DCC3E799 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + F72DDCCD14BC901481CCAB57B43D784E /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; + F7A97239815B8632CA8DFCD0492AD8AA /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; + F7D66775E00968277373F1820C28F35E /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + F81E824DDC9651C992EAB2C3D61F3BC7 /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; + F83784656FA2501DB6AE967A4B117DDC /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; + F86DEF77DE08B1B8D64F3B9B2F81A745 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; + F908B315CC454034AD4ED0594400DDDE /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; + F910859BD4B8C52A2D0186E96A47368D /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + F92345927AC878686CB228DC54101957 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; + F9487F721F5E52BC459A280CD0CEE2F5 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; + F94E7C30AF4113D40F033CE1251D8D9C /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; + F9F3C9B151518EEBDF461EEA0CA27E02 /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; + FA015350D4502128CD60CBFF490CE446 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + FA480296131E6545AABF25FA63D5678E /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; + FA54EA1BA8502520206BEAB2EA052344 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + FA5B6E0EEEB3D115ED16F5BE81F393D6 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; + FA6D73D91931193645DC5DCAACE45CC5 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + FA799D43F762585DC87BF9477FA7EA29 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + FA88C85CE171FACB6F13C63F97BEE7A7 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + FAA950229E998C78347D87D2CEFC1B35 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; + FAC3C52D9723B4150F80AE78A7F9B60E /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; + FACCD1C35E459F0074DF9B0C1D6EB580 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; + FACFC8E9247EA39745A9E5F36EBB017C /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; + FB2F40968639A96A1E9874ABC41124D1 /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; 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; }; - FBA75314C30974205C2D5A73FB7EA003 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; - FBF3B106D439851EA17B0712AAF820A0 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - FC1E2AC8262F7B812F4D4439A6D39D2A /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - FC4D76EE03ACECEB0B264A71C70287D6 /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; + FBAFBD781175E6C6398E0A44BE1F8B6D /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + FBBDD455178253285C1140F16938E2E8 /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; + FBCEF9CC7CBCEE33F7C0C4B249F80823 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; + FC0D2CA2018F91D073ABF8D0DE886B5B /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; + FC339C40C2F8ECB9DB3112F061D8CF40 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + FC428A78E9DAD599CC8A926A5A9D5682 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + FC46BB03131E5E9E492F9CD7E63C7CB1 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; FC6ADF39936BEB2CFFFD7E2E76154921 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; - FC876AA2CE8A5D65C2FE10964F93D18A /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; - FCCA06A2276786031223259A90EB6BA4 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; - FCD03C12705CDD1E4597B84BEBBF1A1E /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; - FD16733E7B53B8B3B75C8566BF101BD8 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; - FD5E3EF3B752DAFF4C5DDB97835FEE34 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; - FD6D867BCE3B38E929947BA212868C58 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - FD7043293D9B20477F59E286355E83F9 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; - FD90C2FC87D6F73C74AD357A1AC9565B /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; - FD9D4E2C429F249AFDCCF168E988F0FC /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - FDAE547B177E2B3566A2C06A3BA8801F /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; - FDB453691D6CF48D89450D1638B6A0D8 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; - FDD38628ED44C2774EB550B0E95F5703 /* 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 = ""; }; - FDE23C604525A601304BB7E277849B8A /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; - FE12AF3F5FFE4554F195ADD3430043C3 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; - FE686A4C44F7DA0636E61F79E774BE9D /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; - FE726E8A8082F744DF99D2538BE3595C /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = ZFPlayer/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; - FE9254C256F2001DAC915D1E0ABE8277 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - FE9711AEB07F8FB305471A4BA77BB7DC /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; - FEA31DECBF5F916450C08D932E5702B2 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; - FF074FE4D7668867F0A0579585DDD0EC /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - FF2DB90AF3082D4333869C0909902C30 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + FC97898A6DA63C7DF9B7C8198ADB37EA /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; + FCA8B66E83D344385EBF7FB29AC18EBA /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = ZFPlayer/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; + FCB09B991E6761C590DE3A69C76C440A /* UIView+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UIView+DDCategory/UIView+DDCategory.m"; sourceTree = ""; }; + FCF57C1D146522E48A7EEA9AA297EF02 /* DDBaseViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewModel.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewModel/DDBaseViewModel.h; sourceTree = ""; }; + FD3967C066C004CA8E0B6BCEC9579F93 /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; + FD44EAAED1E671A7BCD36F1D66F6F343 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; + FD682AFA44F8EC8B6496336C610C55A4 /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; + FD8E4E2824EAB6B2BA3BF0799C9BF4FE /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; + FD934287F0405AB55C78075CEB5A982E /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + FDD25499B57DC058CABA547DD181B783 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + FE952CA0D88EBB665949BF7B2530C337 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; + FED3277627CB31B80D833E787B106378 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; + FEDD68B76874DFA5F819713CE810A383 /* NSURL+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURL+DDCategory.m"; path = "DDCategoryKit_Private/Classes/NSUrl+DDCategory/NSURL+DDCategory.m"; sourceTree = ""; }; + FF58C1C222A1AAB5A7A5DCEEBF4FC27E /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + FF5C653DE425DA77FF764E580694FBAC /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxRelay; path = libRxRelay.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FFB8A5D1E7D966608969C8E60D523056 /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; - FFC7FA29D4B9DAEDB080B909EF375DBB /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; - FFD3A0E7BCDA043732AB96EE5F54369C /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; + FFF8D5624F6905F46FBD5577A1FBC035 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -2871,6 +2868,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1A6D219B347217475A502ECFEBD87DF2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 23098443C4DFA1147CAAE92E78D2E99B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 26B104F0656210639EF1E9BE82147BE7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 334C594B2E25DF94B2E5B12F6FF33727 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2885,7 +2903,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4B0E44B461E3CAD5CB4A279D2829D43C /* Frameworks */ = { + 53CD1BF26013DB3C220384135205E4A5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2899,6 +2917,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 59854BC4771BB5C74DF242CBFA1E798A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 60B8EAE69A40B5978C1AA1357CE89851 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2969,13 +2994,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8F16F65DC8EBF77984FA1C1ED552CA65 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 925A0BC02B700FFE1FBFCAC4B7167920 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2983,20 +3001,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B0CCDC3149EF19E22B82946B1049634F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B2669EB14171E628C910A965CA168374 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B5D363AC2D05E0B84F283A0CA07C5955 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3011,20 +3015,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BED0D4D3F674AB402CE4E560403828B0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C1BBCE9D91005E0AE548011F1F555CCE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C3CE3F30FA784236ECFFFE204B26A29F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3032,6 +3022,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C5B5776F510F806AEE6DA160D7791392 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; F23EB74AFE479845F4E374ECA384FDA4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3056,199 +3053,388 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0171EF72FD3019508056DEF2D728F3F5 /* UICollectionViewCell+DDCategory */ = { + 0039BC0ADA5A0C76424B34CAD28862B3 /* AMapSearch-NO-IDFA */ = { isa = PBXGroup; children = ( - FAA9F77C7BE8CC49E838890043B98B05 /* UICollectionViewCell+DDCategory.h */, - A362CEA85D30BA6F8F5BBC95F4EEC62F /* UICollectionViewCell+DDCategory.m */, + DDC5507E44FAC12FECCC414CE6D83FE2 /* AMapCommonObj.h */, + A1E1575C0D7C3447DAC4942AE29C93ED /* AMapNearbySearchManager.h */, + 8CBDEBA5C0D99DE54BD347AAF4841013 /* AMapNearbyUploadInfo.h */, + 8C147CBA828D0FE420F62A6F1E479286 /* AMapSearchAPI.h */, + 854EB0BA487481A9888B46E9C95F8B4B /* AMapSearchError.h */, + 733C68337175011F89791D45C841D3AF /* AMapSearchKit.h */, + 295309D3D89C264FC62A9F4F35F03F66 /* AMapSearchObj.h */, + D95C9099562AED806E4F128ED491C764 /* AMapSearchVersion.h */, + 423C287C9FA867494E8E00242C0EE222 /* Frameworks */, + D063408BBF1CAAF5661503A72BAD31DB /* Support Files */, ); - name = "UICollectionViewCell+DDCategory"; + name = "AMapSearch-NO-IDFA"; + path = "AMapSearch-NO-IDFA"; sourceTree = ""; }; - 03580D760F2377E48BF3E0AC57FBD46F /* DDCollectionViewCell */ = { + 0310A56CF9F571B3E2394F5331403C27 /* DDScrollView */ = { isa = PBXGroup; children = ( ); - name = DDCollectionViewCell; + name = DDScrollView; sourceTree = ""; }; - 053F979A17EF529DE3B07A14A9CB3A0C /* Alamofire */ = { + 033481F28BABF20CB86D8DE170891D75 /* DDNetworkingOfAlamofireKit_Private */ = { isa = PBXGroup; children = ( - 573BABA1A21A8FA5EE61B346B51ECA2E /* AFError.swift */, - 15B659448CC004F208EA58E35C0E36E1 /* Alamofire.swift */, - A4A21647C49BAB9E9DE4C227AB927E0B /* AlamofireExtended.swift */, - A519B100118E7598C7A7C52A906A6974 /* AuthenticationInterceptor.swift */, - F5A9B90CCC4674EF7DF81686D823EBF1 /* CachedResponseHandler.swift */, - AFB45486991CDCD5B31791D7F253ABBD /* Combine.swift */, - 049D04F98AA56636385F1C14250C5007 /* Concurrency.swift */, - C69A9D3D94925EB06CFD96D5D707DADA /* DispatchQueue+Alamofire.swift */, - A9E1704921B19C70B459DB2F14D23810 /* EventMonitor.swift */, - C8EF9319F4C8E10EF295D1D8BDC76783 /* HTTPHeaders.swift */, - 4E180CCCEB2E9F13F90707FFD0E1EADC /* HTTPMethod.swift */, - B50F84226DFA2D8F861F7EFB5A5D069E /* MultipartFormData.swift */, - 60C216A3E4B82FC3285D790EFACF9B19 /* MultipartUpload.swift */, - 3B3C724266C5E0570CBA56406ECD88A3 /* NetworkReachabilityManager.swift */, - B2E671AF5236EE0D4639D5F82AE9BBEF /* Notifications.swift */, - 0FCFE7184947987530971AC016D17631 /* OperationQueue+Alamofire.swift */, - 483770B1DE62A342A536BCAD7A834349 /* ParameterEncoder.swift */, - 1DDB70F33953657978EF8CD96DF3EAC6 /* ParameterEncoding.swift */, - A45E2F9A77D3BE95B1201214A82F221B /* Protected.swift */, - C58F676C879B71B9729B97AD3219F0A0 /* RedirectHandler.swift */, - 9227826457AB91976F618EEA5185DD50 /* Request.swift */, - 684375D08D3DA30BCEBB7C09FD5BF236 /* RequestCompression.swift */, - 086329B4FFF5A4881F3AC436F1E01DCB /* RequestInterceptor.swift */, - 0033393E0E07D1570A4E54FA32740802 /* RequestTaskMap.swift */, - 4CFB333BDF802C67C1E01E87369D91B5 /* Response.swift */, - 894B6CA5CAAC9210FFF21AB3BD65271E /* ResponseSerialization.swift */, - C4F373C83FFD725A00BD8448DAFF0550 /* Result+Alamofire.swift */, - 45904E42C67413D9464FED4C7A896C5E /* RetryPolicy.swift */, - C79489281FC5C026B3BA9C42DA3F8730 /* ServerTrustEvaluation.swift */, - 2F72389F289FEF6A16442FDC4F6B734D /* Session.swift */, - 24C1885F33F2DC71997DBD4D7B73139A /* SessionDelegate.swift */, - 97BC9B07B9C213A345C1319F0FBF7816 /* StringEncoding+Alamofire.swift */, - AEE32A959D76192303406317E924608E /* URLConvertible+URLRequestConvertible.swift */, - 1FE468210FAC97F6802FC9277093EA9C /* URLEncodedFormEncoder.swift */, - 5B7200129554DC5D4FB298AB1459F5CD /* URLRequest+Alamofire.swift */, - A85E767DF4000237CD7D99BE3E039367 /* URLSessionConfiguration+Alamofire.swift */, - 1EEC9D28B541D3F742D4CAB669523531 /* Validation.swift */, - B377801462B64C5C1C948B8D5561A511 /* Support Files */, + 6A70FD457784DA34D4D7D48DF315F2F4 /* DDAF.swift */, + F81E824DDC9651C992EAB2C3D61F3BC7 /* DDAlamofire.swift */, + 60CBDAFF00D3D510BCD3930854E3DDC2 /* Support Files */, + ); + name = DDNetworkingOfAlamofireKit_Private; + path = DDNetworkingOfAlamofireKit_Private; + sourceTree = ""; + }; + 06EC4582BA8352135543F89BCB681E81 /* UIButton+DDCategory */ = { + isa = PBXGroup; + children = ( + 99659605CC6BDAA93B2723E365F27DCC /* UIButton+DDCategory.h */, + 709E03F2D2329C6B0C579E955BBB2001 /* UIButton+DDCategory.m */, + ); + name = "UIButton+DDCategory"; + sourceTree = ""; + }; + 06FCD61E47745C4ABF7238F2618B3D70 /* OCLog */ = { + isa = PBXGroup; + children = ( + 62AC6FC10F28F035D5A5C26EAAEDF26B /* DDOCLog.h */, + ); + name = OCLog; + sourceTree = ""; + }; + 074CD6D72A8F399EC7281157AA3277B1 /* Support Files */ = { + isa = PBXGroup; + children = ( + F0A5C59E8F03B318E4DBEB94CB7DFCAC /* ZLPhotoBrowser.modulemap */, + 95C00C565F380008DE13EE2EA336630A /* ZLPhotoBrowser-dummy.m */, + 1D93D6BAF3964B054A11084A6F74A543 /* ZLPhotoBrowser-prefix.pch */, + 5E46AF19AAB498E7202B93FD78FC57A8 /* ZLPhotoBrowser-umbrella.h */, + 5663CA1A072365E079AB0279D374A49B /* ZLPhotoBrowser.debug.xcconfig */, + 96E89F65F46227D013A084E4182B4E6A /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + 08F8B9AD4CB090196E20043C614FE99A /* Alamofire */ = { + isa = PBXGroup; + children = ( + DF008939493DF8F729DA835313213EEB /* AFError.swift */, + 6F277C340A7A006E94FF23EE5D81E3F0 /* Alamofire.swift */, + D49FAE8A72DFCA2F93F4B6CF57447AEE /* AlamofireExtended.swift */, + 8E7FE97D98A6687D74971988BE5E1F63 /* AuthenticationInterceptor.swift */, + 394570F9DDF81CD9B94EFE0886DBD34F /* CachedResponseHandler.swift */, + 155E658252BFB49AE6BC481503E1E5D0 /* Combine.swift */, + D102B32967A0F8B7DBFB24F571902F89 /* Concurrency.swift */, + 4FEABAAF319552DABBFA1DFC3BCEA94D /* DispatchQueue+Alamofire.swift */, + 390FECAACB630E47B5EF76D29F773B01 /* EventMonitor.swift */, + A529E541E350313960BF06504229E2FB /* HTTPHeaders.swift */, + 472D0CAC5BE65093CB3FAB7F08CBFFFB /* HTTPMethod.swift */, + E1ADBE6DAED45D78118E49ACD4A099FC /* MultipartFormData.swift */, + A6E789DAA341F3F6952B2547575114E6 /* MultipartUpload.swift */, + 497BA4A8702676F2B7E91C882C273CC6 /* NetworkReachabilityManager.swift */, + 123EA8437196FBB5BBAAF553EE28125C /* Notifications.swift */, + E7C070830DB39B04D1426A1BFFC4AC5A /* OperationQueue+Alamofire.swift */, + D6C08B1BEBDDE6AED4A18016E6475E99 /* ParameterEncoder.swift */, + B1EA033DA39BDA88EFC4D30EAA3442C1 /* ParameterEncoding.swift */, + 2FFE94E872A20CDFA4F6734001B4F3F9 /* Protected.swift */, + F910859BD4B8C52A2D0186E96A47368D /* RedirectHandler.swift */, + 010AE870904B558F643A0BF4918BD29E /* Request.swift */, + 93D8E1DC22B5C3AE073615700D1B0D05 /* RequestCompression.swift */, + 561EC9FEB48CCE69B0E0E07CF2DD068C /* RequestInterceptor.swift */, + 4F69157DC9ADD23A6763AFBD3FCB2D0A /* RequestTaskMap.swift */, + 0D97AA4136D41CC3759887BAB465F8DA /* Response.swift */, + 15D6BA9EEFDEEF9CCCC8FC7E82D67804 /* ResponseSerialization.swift */, + 1DD45BA2A6EA209B7E418B11E5564A3A /* Result+Alamofire.swift */, + D5EC94DD26BAC8B13328FE3EC11F63E2 /* RetryPolicy.swift */, + 70AC6387273B76F2447DA736EF05CE80 /* ServerTrustEvaluation.swift */, + CE32D2ADA8C2E778E0CEA3C761119CC8 /* Session.swift */, + BDF31BEF1E0A59F38D8401940AF402FC /* SessionDelegate.swift */, + 1A4D674B291CADFF476B81EB524D1364 /* StringEncoding+Alamofire.swift */, + 7BD55BA9B48C8F8041A3826CB6F4D63F /* URLConvertible+URLRequestConvertible.swift */, + 33F710F7F397E96CB625FE408833B0E9 /* URLEncodedFormEncoder.swift */, + 63104D7A857EB9E34F39BB661B5742AF /* URLRequest+Alamofire.swift */, + BBCE7A80F1B98B9D13BA47D4B98F458B /* URLSessionConfiguration+Alamofire.swift */, + FA88C85CE171FACB6F13C63F97BEE7A7 /* Validation.swift */, + 895161D184A23BD173A4E518E95EC747 /* Support Files */, ); name = Alamofire; path = Alamofire; sourceTree = ""; }; - 07E1D433C437FF8297A81A6BB7E07E96 /* DDBaseNavigationController */ = { + 093EC02BFA7F0E7FECFB02537713C5E0 /* DDToastKit_Private */ = { isa = PBXGroup; children = ( - ED93F8D73FE435738D5D8A2AF52849A3 /* DDBaseNavigationController.h */, - E4CF8B425F79A50E5A6C24023F99EC1C /* DDBaseNavigationController.m */, - 11A8858F9AE3C4EF0B563CAF4923C5B1 /* DDNavigationControllerDelegateReceiver.h */, - 329DEB1D35E5E07188BDE293540B8253 /* DDNavigationControllerDelegateReceiver.m */, + 6A6B8A60505AAC4D33D7CC0A4311A195 /* SwiftToast.swift */, + B51DCF5361619CF1F74D7D4DC2369764 /* Toast.swift */, + D257097E8C163ECFEFBF73471D84AA97 /* Support Files */, ); - name = DDBaseNavigationController; + name = DDToastKit_Private; + path = DDToastKit_Private; sourceTree = ""; }; - 089614AD98111CC5C03E29DFC3C66979 /* DDMASearch */ = { + 094BC91BA0B99D83B7283AC41DF3539F /* UITableView+DDCategory */ = { isa = PBXGroup; children = ( - D8AA46FDFFA29B6E0DC879FBF2B049D8 /* DDMASearch.h */, - B0508357496DF0820C688BEF84AB7105 /* DDMASearch.m */, + 82C7E92DB64EB4AEDDA8F9859554DCAF /* UITableView+DDCategory.h */, + 36775DB63F8830B51329D407EC250ACA /* UITableView+DDCategory.m */, ); - name = DDMASearch; + name = "UITableView+DDCategory"; sourceTree = ""; }; - 098B9A7C044F9890EF48B185E25B7CFF /* DDTextField */ = { + 0A50D8F6173B9D563AC73C8D74CCA73D /* DDBaseViewController */ = { isa = PBXGroup; children = ( + 5C692F8F5F79CEA290005199366E27CD /* DDBaseViewController.h */, + C8F519FF500E6B43223BD4C14E6E4D2D /* DDBaseViewController.m */, + 71A7FEF865B74E8BEF0BFED456FBE1E8 /* Resources */, ); - name = DDTextField; + name = DDBaseViewController; sourceTree = ""; }; - 0BF22D64FF0879D57AB4E8865450FAA0 /* Resources */ = { + 0B8A2878CDE1996296A3FBEF65A2D1E1 /* ijkplayer */ = { isa = PBXGroup; children = ( - DFDC7441F5FEC147902D4172D78794EE /* AMap.bundle */, - E63F82CB6A7A55E8956A50FC710767BE /* AMapNavi.bundle */, + FCA8B66E83D344385EBF7FB29AC18EBA /* ZFIJKPlayerManager.h */, + 03E7F513009F9EFEF39E8285EE92C1D9 /* ZFIJKPlayerManager.m */, + D80ED0537AEA647AFCDB551574CA632F /* Frameworks */, ); - name = Resources; + name = ijkplayer; sourceTree = ""; }; - 0E2B30829F4F635AC0D36CDEB3A7D9AE /* OCLog */ = { + 0D9C23219CB69CC60FF9432CFDBC2ABF /* UIScrollView+DDCategory */ = { isa = PBXGroup; children = ( - 806319E3B5448D7AACB30D4921C0949D /* DDOCLog.h */, + C7D379ADE76E8467A45DC74F01AF011B /* UIScrollView+DDCategory.h */, + AD2AF6776DA64214898C782B9BCAA65C /* UIScrollView+DDCategory.m */, ); - name = OCLog; + name = "UIScrollView+DDCategory"; sourceTree = ""; }; - 1103E089FEC88C5B6FBCC9AB825E2924 /* DDProgressHUDKit_Private */ = { + 0E62D5471761AEA01E1C2A6AC7E86285 /* DDMAUtil */ = { isa = PBXGroup; children = ( - 6339E864156E2370AB1DADA3DE019C1D /* DDProgressHUD.swift */, - 3DE7CD75AF0F594731AB634FD7A18979 /* MBProgressHUD.h */, - 6654CA41693FA37DA0668036C2936CAA /* MBProgressHUD.m */, - 8A599B271375C119C846566B0AB1D206 /* Support Files */, + E6076C4ED2EA481C1EB7A7618021A959 /* DDMAGeometry.h */, + 94B22ABA3C74CC2836D0004485BE2A5E /* DDMAGeometry.m */, ); - name = DDProgressHUDKit_Private; - path = DDProgressHUDKit_Private; + name = DDMAUtil; sourceTree = ""; }; - 14C4ABC5CA0A7E9C83112AD126F4AAB5 /* DDTableView */ = { + 0EB6C4AB0B87D4A79C37D6DFEA78AAA6 /* NSBundle+DDCategory */ = { isa = PBXGroup; children = ( + 1922A6A0E02D95253C80396B37E10287 /* NSBundle+DDCategory.h */, + ADCB5BB9CF089B390C36557C68ED136D /* NSBundle+DDCategory.m */, ); - name = DDTableView; + name = "NSBundle+DDCategory"; sourceTree = ""; }; - 163E78E57B0120F8F7642C9C3AEFB69D /* DDNetworkingOfAlamofireKit_Private */ = { + 136A75D40643FE2B0B8D1F7D4C710B37 /* Support Files */ = { isa = PBXGroup; children = ( - FFB8A5D1E7D966608969C8E60D523056 /* DDAF.swift */, - A220ECFDECB26B2CC908A85C8068A36D /* DDAlamofire.swift */, - 8E2B564FFEB098D77071F40A50057CC5 /* Pod */, - 2D0230827A9788CD72067D3F3867D3E0 /* Support Files */, + 36578A8C271722BB62B2C9A2C59D036B /* DDColorKit_Private.modulemap */, + 19ED9AFA84256D06A364CFCCEB118D95 /* DDColorKit_Private-dummy.m */, + 385B33E58D048629804CEF8234843042 /* DDColorKit_Private-prefix.pch */, + E8A1AE7BA2A03C0A4D86F4BACB7A1AE7 /* DDColorKit_Private-umbrella.h */, + E1EF137B5FB3A7465B998DDF44EFE49D /* DDColorKit_Private.debug.xcconfig */, + 8DDF1C7F1CE9A6ED5210FF605A8CC6B2 /* DDColorKit_Private.release.xcconfig */, ); - name = DDNetworkingOfAlamofireKit_Private; - path = /Users/zd/Desktop/PodRepository/DDNetworkingOfAlamofireKit_Private; - sourceTree = ""; - }; - 173E94282651A4FE2B600870FA5A6B34 /* CALayer+DDCategory */ = { - isa = PBXGroup; - children = ( - 793E374F3DF6D2D20D4BF9D09113765E /* CALayer+DDCategory.h */, - A41B1C4F7DB0656C06D1E32C3A89D47A /* CALayer+DDCategory.m */, - ); - name = "CALayer+DDCategory"; + name = "Support Files"; + path = "../Target Support Files/DDColorKit_Private"; sourceTree = ""; }; - 1830D590746DEB5CE3AF342A8BBDD335 /* AMapTrack-NO-IDFA */ = { + 14E6F051B83DC78F0B593EDA21535E46 /* MapKit */ = { isa = PBXGroup; children = ( - E99FAEDD06A2FE9C5BB07F1D839E155C /* AMapTrackCommonObj.h */, - C34023DCE0253688B93F8C875B58E4DB /* AMapTrackError.h */, - 841A6383CCB9847FBA50D929BBB0D374 /* AMapTrackHistoryObj.h */, - 6F95DA5D5AED96109C959C4BAB74DA9E /* AMapTrackKit.h */, - 8AF87508F0CF14382FCBD60FC2CA996C /* AMapTrackManager.h */, - B8C4ADF623DCB5239A0F0A1A7B8AEE14 /* AMapTrackManagerOptions.h */, - 3D87485494A1A71054545D4D0AEF3AF9 /* AMapTrackTerminalObj.h */, - 0A3FB6197972237133D962E05E745447 /* AMapTrackTrackObj.h */, - 774E73E44F2758F170F2F7A5A89F622B /* AMapTrackVersion.h */, - B108FF03AA833FE6BE80022CC198BA51 /* Frameworks */, - CC34FC9C9817232D857BDF2616C30380 /* Support Files */, + 385FE6D9FEA4E825C5CE500B4F2D5452 /* MKAnnotationView+WebCache.h */, + 68081FD334F8368F3621E211F156F843 /* MKAnnotationView+WebCache.m */, + ACD388ECFBA70058193504DC32919672 /* SDWebImageMapKit.h */, + ); + name = MapKit; + sourceTree = ""; + }; + 15E80423D9176FCB647AB43134B7B0A4 /* DDViewController */ = { + isa = PBXGroup; + children = ( + ); + name = DDViewController; + sourceTree = ""; + }; + 1668675CA292D902E0F4694C05C65A00 /* Pod */ = { + isa = PBXGroup; + children = ( + 9904261E3BD7FEC0A0193292B51B956B /* LICENSE */, + E2CF77683043F7A01B9D24659EF9EEB6 /* README.md */, + 2494FB423FC2303D71E57FC30E17B524 /* ZFPlayer.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 18C41E30E81C05C17A61F66E464B0B0E /* NSObject+DDCategory */ = { + isa = PBXGroup; + children = ( + 54B41AA168CD2E6E2D564F588515AB56 /* NSObject+DDCategory.h */, + 3C27622A58C8B6DF947096DB8C5F2C27 /* NSObject+DDCategory.m */, + ); + name = "NSObject+DDCategory"; + sourceTree = ""; + }; + 194C0DE220F1747CD777C84F6A388A30 /* Support Files */ = { + isa = PBXGroup; + children = ( + B415E192D01230D9E586DD05F954ADAB /* RxCocoa.modulemap */, + A3A433C6862640B5AFCB1ADBCD2F39FB /* RxCocoa-dummy.m */, + B02FCA8BF9B852D1E71DA914B3190670 /* RxCocoa-prefix.pch */, + 210482A0B5EA060C10B2891EE460AB48 /* RxCocoa-umbrella.h */, + 593F35D092636E3E23F968C96B14DCE1 /* RxCocoa.debug.xcconfig */, + 28FB29DA3123736C7E215143607466F9 /* RxCocoa.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxCocoa"; + sourceTree = ""; + }; + 195E5F02266E50FCF5BE5F2939003C78 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8DF49A57FA5196B94936EB68BB5D8971 /* RxSwift.modulemap */, + F86DEF77DE08B1B8D64F3B9B2F81A745 /* RxSwift-dummy.m */, + 96D8E9D65B5B66026B82C3B460946FDA /* RxSwift-prefix.pch */, + 94BDD6AB182AF707EE218C2F7956DBE2 /* RxSwift-umbrella.h */, + FD682AFA44F8EC8B6496336C610C55A4 /* RxSwift.debug.xcconfig */, + C96CC849FB536D0DEEC488D2D424FAA2 /* RxSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxSwift"; + sourceTree = ""; + }; + 1B2A7D12645B780AA53C9A2D97055BEF /* Support Files */ = { + isa = PBXGroup; + children = ( + BAB111B9CFDBCC7B7ABB254E56E2DC3D /* DDTimerKit_Private.modulemap */, + 875DB0046FB6C0EC237887E08B7E17C5 /* DDTimerKit_Private-dummy.m */, + 4AB9AE9567BD8A36DDDF2F7C2E19AF07 /* DDTimerKit_Private-prefix.pch */, + 452349DDBDA49A5CE96DA6A4332B3996 /* DDTimerKit_Private-umbrella.h */, + 4C616D73C4D59FA9980D5AFB3E84FC37 /* DDTimerKit_Private.debug.xcconfig */, + BD799FB44D63CB12B2556C100956D9C7 /* DDTimerKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDTimerKit_Private"; + sourceTree = ""; + }; + 1BDA0D668CF4110765AB7F36219B8314 /* ControlView */ = { + isa = PBXGroup; + children = ( + F50475A4033EF3E9DCA18AE00A8300F3 /* UIImageView+ZFCache.h */, + E4F3CD2FAC247BD349A40689ABE4678E /* UIImageView+ZFCache.m */, + D17E7AD20B4509C25300DFCCFCAE2677 /* UIView+ZFFrame.h */, + 1867ED0683C2B3C3CD5181FAE11897BD /* UIView+ZFFrame.m */, + D0DD762BCFA4928914EFC99817077EC2 /* ZFLandScapeControlView.h */, + CFE3C042721479245305B79C90CDE196 /* ZFLandScapeControlView.m */, + 8475CE286E56A5E8C8499499FD93D8C0 /* ZFLoadingView.h */, + 9339DC4713C9F7B26810C40B1FC88B24 /* ZFLoadingView.m */, + 313BA2413E18C186F215E2194646CB41 /* ZFNetworkSpeedMonitor.h */, + 6A311D7DBB05B458B3E1C949116A17A9 /* ZFNetworkSpeedMonitor.m */, + F19F949F19BD7CEDBF253DA9DB964B88 /* ZFPlayer.bundle */, + 00257CDC53E7411DD00B8B7D13C90DE7 /* ZFPlayerControlView.h */, + 4A6AF21223B24F018A05A4873B47C70C /* ZFPlayerControlView.m */, + 1A910660C0BC02E8C630FE027B3C1967 /* ZFPortraitControlView.h */, + 4C16D8C7CAC7C86DD477EABB84CAB943 /* ZFPortraitControlView.m */, + A2D926051E80660C0DC4462304615993 /* ZFSliderView.h */, + D12FCD5B0D26C094865614C081E0F359 /* ZFSliderView.m */, + 00CCA1156397CACC6B95796D41857CD9 /* ZFSmallFloatControlView.h */, + 24B8710F9AC5232F5B7CC0354EDA54E8 /* ZFSmallFloatControlView.m */, + DDF5A4A690EBD2EFB0302229151A50E4 /* ZFSpeedLoadingView.h */, + C977ACA4AFB8B25147715F669A532B7A /* ZFSpeedLoadingView.m */, + C0BEB0DC85F193FDD402A449F5C4B012 /* ZFUtilities.h */, + 499CDE5D5569981AF7D2160EC56D6EA5 /* ZFUtilities.m */, + CFBAE3B953FAB8519A0D069E74F1AD95 /* ZFVolumeBrightnessView.h */, + F0D7DE153DDDC520A02D60EC9314D9CE /* ZFVolumeBrightnessView.m */, + ); + name = ControlView; + sourceTree = ""; + }; + 1C00E8FE3C6837EA03B9569F2B64F5F7 /* DDBaseModel */ = { + isa = PBXGroup; + children = ( + E1156D60638AF40D9BE94224511CE98F /* DDBaseModel.h */, + 6323E22682E823FB3CEE920AFC4B3B5C /* DDBaseModel.m */, + ); + name = DDBaseModel; + sourceTree = ""; + }; + 1C1ECADC597EAE1A0F7F236288BCAC48 /* Support Files */ = { + isa = PBXGroup; + children = ( + BD90C067D520A6E4C5B568ADEA3FBF3D /* DDCategoryKit_Private.modulemap */, + CBA498E8511AF29C34084CF8B84D3234 /* DDCategoryKit_Private-dummy.m */, + 4D9A04B8AE2F030790550FCCF2A03F03 /* DDCategoryKit_Private-prefix.pch */, + 58EF45C259FC525460EEF12880FB679C /* DDCategoryKit_Private-umbrella.h */, + 7BDAC755C5BF3B76A4E4C6365C7B1599 /* DDCategoryKit_Private.debug.xcconfig */, + 34DD58A54E7FDEC80E1477F08DCF7F30 /* DDCategoryKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDCategoryKit_Private"; + sourceTree = ""; + }; + 1C4D6DFC56C706FED9D7AA790870B3F9 /* DDBasicControlsKit_Private */ = { + isa = PBXGroup; + children = ( + 4A152A69D2085D0B22F6FEF4C90593C3 /* DDBasicControls.h */, + 4AA745F08516941CF89633E16A54CAD5 /* DDBaseAnimation */, + 562E66C2185BF4817A46A2FA89273E19 /* DDBaseAttributedString */, + 74A7EF229C4D91A16916A94C6A89BFEE /* DDBaseButton */, + 998B9EE1994150126483FB47D0ED407E /* DDBaseCollectionView */, + 309E6AA65FCF7D0CAC8BA7773217E373 /* DDBaseCollectionViewCell */, + CA20B5095C414F02AEA0E58529CF295D /* DDBaseImage */, + CE8C83AB6C840084D50490CC2B74B67E /* DDBaseImageView */, + DB18742FC750B5E87A02EDB1E9F257CC /* DDBaseLabel */, + 1C00E8FE3C6837EA03B9569F2B64F5F7 /* DDBaseModel */, + 953E1D59DF1FD9B3E16A58EE67C48C1B /* DDBaseNavigationController */, + F1F1F1DCFCD73D76487B94CF9661BE5C /* DDBaseScrollView */, + B6766B37CD1DEFF4A0AF22CBED607DFC /* DDBaseTabBarController */, + C7FB2EB7A1EA82597F5E57947E53268D /* DDBaseTableView */, + C9F7E41D2EE8FD5C721C1828C3F87F40 /* DDBaseTableViewCell */, + C38E68029741F92493E5CB25EE063D82 /* DDBaseTextField */, + C4F3E8E3657C7496DB98CB162B8780DA /* DDBaseTextView */, + 84C49A36D476EB749B01353964C6FF96 /* DDBaseView */, + 0A50D8F6173B9D563AC73C8D74CCA73D /* DDBaseViewController */, + 22959DC6427B95DE690DAB6FFF2CE375 /* DDBaseViewModel */, + 5738AC69738E5A7A9282B69E10F58F8F /* Support Files */, + ); + name = DDBasicControlsKit_Private; + path = DDBasicControlsKit_Private; + sourceTree = ""; + }; + 1DC64D35DB9B8B7299CCE82945B7EF34 /* AMapTrack-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 249FB8E30AB77F8ECDEFAFC1BCBD23CA /* AMapTrackCommonObj.h */, + 2C7FF24B0375D4BD20770A85FD4F886C /* AMapTrackError.h */, + 38F770A3EED67057327DBE18FA251D3D /* AMapTrackHistoryObj.h */, + 9A6F470D6F4CF8DDF628297AA612407B /* AMapTrackKit.h */, + A40168800344847972A4825C2FAB8150 /* AMapTrackManager.h */, + C6A744626628FD59D3A11A798EDD7499 /* AMapTrackManagerOptions.h */, + 42D0EDAFDA0C0FE5B10887DC21F24494 /* AMapTrackTerminalObj.h */, + 8E56C647712E112123CD9BFC001DE303 /* AMapTrackTrackObj.h */, + 8DDEA765E320050FD94B6F7AB382CC09 /* AMapTrackVersion.h */, + 9BFE3EAF52D0277DC9CE0D580D0498FD /* Frameworks */, + 7131B14110F04C48B7F0648B78D3C611 /* Support Files */, ); name = "AMapTrack-NO-IDFA"; path = "AMapTrack-NO-IDFA"; sourceTree = ""; }; - 188CA1E5BFFE7FB752CFAEBEB471D638 /* Resources */ = { + 1E07D352093529EC9C188CE80B0A429A /* UIImage+DDCategory */ = { isa = PBXGroup; children = ( - 0E40D8F467FD2E6A9C5A19BC4A8373FB /* Sources_DDMAMap */, + 32637B6BAFD95E5FAE84D0BC42233279 /* UIImage+DDCategory.h */, + 5322839F97FCDCD8C82F1542E40857D1 /* UIImage+DDCategory.m */, ); - name = Resources; - sourceTree = ""; - }; - 1A4EBB81E65F1679BD61687F515876DD /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A51828B37A72A3F22CC251A6252E05A /* DDToastKit_Private.modulemap */, - B73CBB41E1696E64369BFE516569BC8B /* DDToastKit_Private-dummy.m */, - 703F7E7A31C6501C4D470C22BD787278 /* DDToastKit_Private-prefix.pch */, - 0A14975AF78AB592C174443DE2FBA6CE /* DDToastKit_Private-umbrella.h */, - CCFA69072CEC1D79014BEA35ACC512B8 /* DDToastKit_Private.debug.xcconfig */, - 45C0F0ED572BE47CB8D602F805EFE1EC /* DDToastKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDToastKit_Private"; - sourceTree = ""; - }; - 1C1CCA16587ECCE2FE6A06220E82166D /* Frameworks */ = { - isa = PBXGroup; - children = ( - 21ED42243080B8D1EB80349C761A8A16 /* AMapLocationKit.framework */, - ); - name = Frameworks; + name = "UIImage+DDCategory"; sourceTree = ""; }; 1F1D631D94DD75582056095E9D9F94F9 /* Targets Support Files */ = { @@ -3259,358 +3445,315 @@ name = "Targets Support Files"; sourceTree = ""; }; - 1F1FCA81FAEAE94EF69633F2828DC46F /* SwiftEntryKit */ = { + 1F20DE4FF5F67DAB6F9C31E73F214FB9 /* NSAttributedString+DDCategory */ = { isa = PBXGroup; children = ( - 04D4085D8FD284019568267E9A310730 /* EKAccessoryNoteMessageView.swift */, - D525D5E473C4F16B7F3A7BEBDE233485 /* EKAlertMessage.swift */, - F3E01677F90694C3BDF048CFF7D7DF88 /* EKAlertMessageView.swift */, - BC1159CE81FD7C133E51ED2B3878E3AF /* EKAttributes.swift */, - 7AF561B62760156401F567EF9081558B /* EKAttributes+Animation.swift */, - D840B82766A2EA742656878F952F980D /* EKAttributes+BackgroundStyle.swift */, - 1D81D2F6B48A2E55294C72B8A72B501F /* EKAttributes+DisplayMode.swift */, - 7DE61F9DB051D628DCFE3ADB3E9CF92C /* EKAttributes+Duration.swift */, - F073BD9378082416F0B205203CAE95DD /* EKAttributes+FrameStyle.swift */, - 6327F8175D3756C6CC23760964856DF6 /* EKAttributes+HapticFeedback.swift */, - 0F04034F00E2FBAA4FAFFE7B017FBA8C /* EKAttributes+LifecycleActions.swift */, - 448534D65740496A7F98435BBD7869B1 /* EKAttributes+PopBehavior.swift */, - B1682348BD80CB8155874C89C898EC19 /* EKAttributes+Position.swift */, - 0EDF7060CD2857659877CA5D0D15AD68 /* EKAttributes+PositionConstraints.swift */, - 9E3655B96EE1CD292526873DE29FF018 /* EKAttributes+Precedence.swift */, - 5EF5DFDE5D4FA16C17CC9F893AF3900B /* EKAttributes+Presets.swift */, - F53F160F421AF5CDD132C3D2C7F5C2FB /* EKAttributes+Scroll.swift */, - D9224B8D3B92E198D22F045AD1F88B5B /* EKAttributes+Shadow.swift */, - D7B09EE4B2DF83CACED7F62E2289FAA7 /* EKAttributes+StatusBar.swift */, - A46A83ECA5C1CDE70E91299AA04AEEAC /* EKAttributes+UserInteraction.swift */, - B06626F60D717AD3EB334A2711D86752 /* EKAttributes+Validations.swift */, - D247CA2941E290A0ECDB114087CBE197 /* EKAttributes+WindowLevel.swift */, - 2809971ABD4356D080F90B5F3714E241 /* EKBackgroundView.swift */, - D79E61F8E30745B31F5B70832CF75615 /* EKButtonBarView.swift */, - C86AC6AA7DCE7CB343CD616FC2761E7A /* EKButtonView.swift */, - D5CFE546917109910492D087B2489F6E /* EKColor.swift */, - 6E457B319C94452395EE197832FC80CC /* EKContentView.swift */, - BDFBDB7F1EDA558D09F384D716248699 /* EKEntryView.swift */, - BF7601E894306CD98E9A77974500DFD8 /* EKFormMessageView.swift */, - C710321C61CBA3105FB978BE559980C1 /* EKImageNoteMessageView.swift */, - CA7E929CFCAFA48C59B33D49C52C49F6 /* EKMessageContentView.swift */, - 19F00C446C887F0F394BE7509C49B03F /* EKNoteMessageView.swift */, - 0E68C7E12A75EA2736451C1FFCEF693A /* EKNotificationMessage.swift */, - 7A3292638A851959FFD2C2E7F30B3F59 /* EKNotificationMessageView.swift */, - A3BBD9D7F8073F6B69A4F440535A06FA /* EKPopUpMessage.swift */, - A3055A23E44E5602824068EE7D1F1FFA /* EKPopUpMessageView.swift */, - C95A6734A8AAF97821B81D961185A230 /* EKProcessingNoteMessageView.swift */, - B58D9EC616475BDC99236F8CFF567ED3 /* EKProperty.swift */, - E9120B4D7E2497E0D4BEBCB2BF172506 /* EKRatingMessage.swift */, - 9B486AA3B302701A06BB20CFE90DA826 /* EKRatingMessageView.swift */, - 18F2AF44EAA3E8DA845E906C31E274F2 /* EKRatingSymbolsContainerView.swift */, - DDA864FEAD21E0244C8454F3760BBC74 /* EKRatingSymbolView.swift */, - 411B260CF714CFB91E616C2B8D36F072 /* EKRootViewController.swift */, - 8A2342771A947B7BF3DA5F22523CCD5A /* EKSimpleMessage.swift */, - EFDBE6FE80AE247D012DF382889253C5 /* EKSimpleMessageView.swift */, - 64EDE9F9A5380D3010A09F1389F96807 /* EKStyleView.swift */, - 564534B945E144B4A287A0ECAEBD82C4 /* EKTextField.swift */, - F87D334DAD0DBCF1F016EFFA0967E2A3 /* EKWindow.swift */, - 8A7BFD07E32EB4A7444FB10653734194 /* EKWindowProvider.swift */, - 3FF64F7E4A92228D6CC0B2F85442C74E /* EKWrapperView.swift */, - B2EFEFFB765BFB019D03A76704391C3B /* EKXStatusBarMessageView.swift */, - 2A5DE7ACD5B5521D80B1EFFAA74DBE88 /* EntryAppearanceDescriptor.swift */, - 7DE603367AC61E93B8B6189498AB1789 /* EntryCachingHeuristic.swift */, - 91D9A71ED0B0D9BF0EB326CBC6FEF3FD /* GradientView.swift */, - 021523672E565F8B634FB7EE93AEC45F /* HapticFeedbackGenerator.swift */, - A3080FF66FE46F4D836236F38C214AB2 /* QLCompatibility.swift */, - 179DA633B4515B2F551AFDBBD7124AB2 /* QLUtils.swift */, - B220C1E5659B7755609E8D2C9CD39CA1 /* SwiftEntryKit.swift */, - 83DC44DDC360542E95FC320492787BAC /* UIApplication+EKAppearance.swift */, - 3504A19A05E096FD3C821D634110D8FB /* UIColor+Utils.swift */, - 3879B9F81AB8E056EA88487321555E8C /* UIEdgeInsets+Utils.swift */, - 2EB7A5B4E809429024A19CA9AD5EDC97 /* UIRectCorner+Short.swift */, - 03F83A034E7920648D7615C6BB3F1694 /* UIView+QLContentWrap.swift */, - 55560279E9574A0A032B344D2C046988 /* UIView+QuickLayout.swift */, - 1A911C4CD2A12775223EE7E42488479F /* UIView+Responder.swift */, - EE6A9C423829C508B0EE10F8912F5876 /* UIView+Shadow.swift */, - 10E7B8458F1B2ECC507C952C47A68CF2 /* UIView+Utils.swift */, - 6F6DF4772D8EF434AF139D7C4987EE72 /* UIViewArray+QuickLayout.swift */, - 9C503005F929BCCE459A22AA400DF01F /* Support Files */, - ); - name = SwiftEntryKit; - path = SwiftEntryKit; - sourceTree = ""; - }; - 2034BA417DD1B254C9EBC5483F887A5F /* DDBaseLabel */ = { - isa = PBXGroup; - children = ( - CAD6C21869969B22CBD4BFA56373CCB5 /* DDBaseLabel.h */, - 2254DF838ABE89CFFB434B54447DFC22 /* DDBaseLabel.m */, - ); - name = DDBaseLabel; - sourceTree = ""; - }; - 22317F3B49C5DBB4C922B070185AB509 /* MapView */ = { - isa = PBXGroup; - children = ( - 47CDAA389FF5121816944780A3751B52 /* DDMAMapView.h */, - B8208800803F82BD34CE2205FCB397EA /* DDMAMapView.m */, - ); - name = MapView; - sourceTree = ""; - }; - 23609891747DB14CC3D02D7BB99A2F00 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 0AFA8A5A7DDE62AAAE7CF0DA96370428 /* AMapNaviKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 2435D636309EC594BB6F9360DC9A0588 /* NSAttributedString+DDCategory */ = { - isa = PBXGroup; - children = ( - 909CEDD256AF8BAF064CB0F5D6C7BC78 /* NSAttributedString+DDCategory.h */, - DA44007D5A0BD56C9ACCC2062A9B70C2 /* NSAttributedString+DDCategory.m */, - F5BF8624E6AF59F8165131CAA3AAD343 /* NSMutableAttributedString+DDCategory.h */, - 00D992B9C1B2146ABA5D2451D2C2C135 /* NSMutableAttributedString+DDCategory.m */, - C930A565CE85D16EA9DCD5E2E979CB9D /* NSMutableParagraphStyle+DDCategory.h */, - C68F12D206042F869439A78F87A10678 /* NSMutableParagraphStyle+DDCategory.m */, + 8D56042C4797A1D002B32F37BF49B5E8 /* NSAttributedString+DDCategory.h */, + 53B45E5B44F2A15C7607E4D777D7BF2F /* NSAttributedString+DDCategory.m */, + 7F21B48E883DAA6EA7FDEE4D688AB37F /* NSMutableAttributedString+DDCategory.h */, + 966C1174D3B5AD235E9BFDB3BC2D1AF4 /* NSMutableAttributedString+DDCategory.m */, + 32F89603EFBEC1D47085F0A56EFEC7D4 /* NSMutableParagraphStyle+DDCategory.h */, + E7070515A83CC341D841996959072ACC /* NSMutableParagraphStyle+DDCategory.m */, ); name = "NSAttributedString+DDCategory"; sourceTree = ""; }; - 2571603C621B37998EB0DC7ACB98CF4C /* Development Pods */ = { + 2097204F710BD0A828900233BBA5D9FB /* UINavigationController+DDCategory */ = { isa = PBXGroup; children = ( - 163E78E57B0120F8F7642C9C3AEFB69D /* DDNetworkingOfAlamofireKit_Private */, - C91877A0916E996F726316FE154DBD1E /* ZFPlayer */, + F582067C0E2AEB4033BD733077584A58 /* UINavigationController+DDCategory.h */, + 1BCE17C41A390A1A354DB860A8654FAE /* UINavigationController+DDCategory.m */, ); - name = "Development Pods"; + name = "UINavigationController+DDCategory"; sourceTree = ""; }; - 2600F4F6CA73BB0C299C0B748F99B796 /* DDBaseTextField */ = { + 22959DC6427B95DE690DAB6FFF2CE375 /* DDBaseViewModel */ = { isa = PBXGroup; children = ( - 0A1868335253A8BC29FBAB3E7B5F76C0 /* DDBaseTextField.h */, - 736DEAA8D0C36A4F3355B1C9638CD043 /* DDBaseTextField.m */, + FCF57C1D146522E48A7EEA9AA297EF02 /* DDBaseViewModel.h */, + 33B95914A89EBCDBD86D04944B5B9EEA /* DDBaseViewModel.m */, ); - name = DDBaseTextField; + name = DDBaseViewModel; sourceTree = ""; }; - 287C19B8CBC277B12E499A1A4C1CDFEC /* DDBaseImageView */ = { + 2410550B1FF82DA4E89997196379B9C3 /* DDWebImage */ = { isa = PBXGroup; children = ( - 6E1D3FCB4B0D0A0C697B5272967DBA84 /* DDBaseImageView.h */, - 614B230A460099E014DE2D78444A94D1 /* DDBaseImageView.m */, + 8AD1E0CCFE8132D270AFDC99921A6B58 /* UIImageView+DDWebCache.h */, + 5BCE3F8F0E6D5D7B2A382B20DFA08B4D /* UIImageView+DDWebCache.m */, ); - name = DDBaseImageView; + name = DDWebImage; sourceTree = ""; }; - 2AEB26E77105A5F367BE80AC67233B07 /* UINavigationBar+DDCategory */ = { + 296FB46308F53610294CD5906A470E85 /* UINavigationItem+DDCategory */ = { isa = PBXGroup; children = ( - 58F66FB3B2E226A2F633AF9033821A4E /* UINavigationBar+DDCategory.h */, - 2FE625FF388E27FF1F48D18BA30F1276 /* UINavigationBar+DDCategory.m */, + 994DAC831982F01CBED9971316C4D6CA /* UINavigationItem+DDCategory.h */, + A48F91D027A2F3558667F28CF756E889 /* UINavigationItem+DDCategory.m */, + ); + name = "UINavigationItem+DDCategory"; + sourceTree = ""; + }; + 2AFA65A3AF065F59E5D0798B92D02F4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 39C37F77F2ED64936210961C80DE2B95 /* DDLogKit_Private.modulemap */, + 89E158078F914247606BD5C50D62DB6D /* DDLogKit_Private-dummy.m */, + 698E2D31AA01029B79D2A973F4723225 /* DDLogKit_Private-prefix.pch */, + 1515F9CEFCDBE5B07BE31D67C92FF621 /* DDLogKit_Private-umbrella.h */, + 64A4347492E5BF73D38A079432A4FB04 /* DDLogKit_Private.debug.xcconfig */, + 0CD007EE53D55A9DF36105AA394FE726 /* DDLogKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDLogKit_Private"; + sourceTree = ""; + }; + 2AFAD11580CFA7ADA17BA9DEB0730D26 /* UINavigationBar+DDCategory */ = { + isa = PBXGroup; + children = ( + 2A2FC9CF73EEF60997FA732CC06BE234 /* UINavigationBar+DDCategory.h */, + 921636E5901828DF64651E08BAB42C27 /* UINavigationBar+DDCategory.m */, ); name = "UINavigationBar+DDCategory"; sourceTree = ""; }; - 2D0230827A9788CD72067D3F3867D3E0 /* Support Files */ = { + 2E7C8DD5527D62A1C0FA639053697988 /* Sources */ = { isa = PBXGroup; children = ( - 824F302F57F5DF8A7B155C1337352CF3 /* DDNetworkingOfAlamofireKit_Private.modulemap */, - 3CB94AEC42F932EA406BFB8CAF6E3B1E /* DDNetworkingOfAlamofireKit_Private-dummy.m */, - BAA9409CAC6C9226C891365434E2FE2E /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, - CCDE5E0F55060E83BE602A3C9A06394C /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, - 9AA0F3C44738821533B45F4AE90D49E6 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, - 1B229872AB9775E2E4A17B273C1AD6FF /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, + 60D17F97D87C8163FD267059035088F3 /* Resources */, ); - name = "Support Files"; - path = "../../中道救援/OrderScheduling/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private"; + name = Sources; sourceTree = ""; }; - 2EC602129B5800014B586580E4B17A4A /* DDBaseButton */ = { + 2FD92DCDAD068486A285F7D1799B2A96 /* Development Pods */ = { isa = PBXGroup; children = ( - 76A4DEA1B2C612D6052E612EA34EA5BF /* DDBaseButton.h */, - 660435BB617C960EE28109DB4228B338 /* DDBaseButton.m */, + CBBEA97C6D095C1CF9DDA23C1B9D5D9B /* ZFPlayer */, ); - name = DDBaseButton; + name = "Development Pods"; sourceTree = ""; }; - 309AA8DF4EDDE4461208AE98D1FF401C /* DDBaseTabBarController */ = { + 30279731954EF7A8F4D245D7A3C2701E /* DDAutoUIKit_Private */ = { isa = PBXGroup; children = ( - DBA46F53D30247240365A6FDA0D2C525 /* DDBaseTabBarController.h */, - 83BD87C6B3D5DBE7F7355402A2D30296 /* DDBaseTabBarController.m */, + 252055CE1DD2971E2E70122AF1255F2F /* AutoUI.swift */, + 7141A85E9F7B5E3D3DEB928D093C006B /* Support Files */, ); - name = DDBaseTabBarController; + name = DDAutoUIKit_Private; + path = DDAutoUIKit_Private; sourceTree = ""; }; - 38EB27FF4091C324903FC6770DF00BED /* Support Files */ = { + 30427F5B6F3F8BDDD83DB79E48E6DAFE /* UITextView+DDCategory */ = { isa = PBXGroup; children = ( - 5C3E796F20651BFC4CD347FD718F0C8D /* MJRefresh.modulemap */, - 962962E6AED45E9E655B831B81105BAC /* MJRefresh-dummy.m */, - 3995CC0852C71CEA1F9828690CF14B1B /* MJRefresh-prefix.pch */, - 85CE9FF26A22AE95FC19B78E331A4118 /* MJRefresh-umbrella.h */, - A8A9A54240222A58212BA92DC259AE16 /* MJRefresh.debug.xcconfig */, - 59BD703664B3691ADFF0BAFF59812C3F /* MJRefresh.release.xcconfig */, + AC69D4F61B89850BCFF0C31C1781888F /* UITextView+DDCategory.h */, + 397269411299DA946869109B9E51C13C /* UITextView+DDCategory.m */, ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; + name = "UITextView+DDCategory"; sourceTree = ""; }; - 396F21CAB2ABB558FA7A2F624CF1C7D8 /* Support Files */ = { + 309E6AA65FCF7D0CAC8BA7773217E373 /* DDBaseCollectionViewCell */ = { isa = PBXGroup; children = ( - A02F3A0DD4BFF9EF65B509CFCE1CBAC6 /* AMapNavi-NO-IDFA.debug.xcconfig */, - 67108E8C4D95B4A6CD36F442E267967F /* AMapNavi-NO-IDFA.release.xcconfig */, + 65CF9830C75A4FCA22355791EB5B9765 /* DDBaseCollectionViewCell.h */, + 0B160820EE1EEC3C027912046044CFF1 /* DDBaseCollectionViewCell.m */, ); - name = "Support Files"; - path = "../Target Support Files/AMapNavi-NO-IDFA"; + name = DDBaseCollectionViewCell; sourceTree = ""; }; - 39C03E8507BB8D928C7057C4DC2A28A7 /* DDImage */ = { + 31F5AC2C357240D0EFC7051977DE753F /* SnapKit */ = { isa = PBXGroup; children = ( + B73224BE8EA3D3AEEC6BE72C19AEE578 /* Constraint.swift */, + 1A4EE38117FADAF6840292CB423F9CC9 /* ConstraintAttributes.swift */, + 2C511C1289D5487B6805A6FF8493FC99 /* ConstraintConfig.swift */, + 7E86C08389839652DB411FD40EF02462 /* ConstraintConstantTarget.swift */, + C1290D06DEF5987EC4CF8AE8929764C9 /* ConstraintDescription.swift */, + BAF53ADBE1FA0BC31AFD475D5DB00950 /* ConstraintDirectionalInsets.swift */, + 99FAD8F1401AD4E3D5B7EA785EDB66F4 /* ConstraintDirectionalInsetTarget.swift */, + A84D73311CCB4840D6EB8B25D6A8894D /* ConstraintDSL.swift */, + F4D62476424FE5F64E46973F443EAE6A /* ConstraintInsets.swift */, + D502CA91F7DC91196D935D4D2D52D299 /* ConstraintInsetTarget.swift */, + 97D8416E6135BA849934B91093F53989 /* ConstraintItem.swift */, + D8A37C157B96127F251E3B31F313AADE /* ConstraintLayoutGuide.swift */, + 37419015D2FB2786D8DEE83BB5EBDF64 /* ConstraintLayoutGuide+Extensions.swift */, + 65D88C27F8761BCE9CD6369FAB4CA712 /* ConstraintLayoutGuideDSL.swift */, + DB4E03CDA35D59A2CC8E483040A00E1F /* ConstraintLayoutSupport.swift */, + 6493A2D3F4534C74F900F18BCF78DA06 /* ConstraintLayoutSupportDSL.swift */, + 2ED7BA9FD4828987FE817B3C2971E6C3 /* ConstraintMaker.swift */, + 17311F74924C956A09FA029B76756E0C /* ConstraintMakerEditable.swift */, + D2B99DEEC285EC2CE2BE59E2D6D8C170 /* ConstraintMakerExtendable.swift */, + 5D9C48B591819713D8D984844B4EE13B /* ConstraintMakerFinalizable.swift */, + FFF8D5624F6905F46FBD5577A1FBC035 /* ConstraintMakerPrioritizable.swift */, + 52BD8DE8D0E7BE2117BAF4CD76536A4E /* ConstraintMakerRelatable.swift */, + E2BB694E41312BE3CB879A74EF438E86 /* ConstraintMakerRelatable+Extensions.swift */, + E67601A73F02EA2E8C5E06F248C60A20 /* ConstraintMultiplierTarget.swift */, + 653BE9F1051FB0AC8D04F6F32313E836 /* ConstraintOffsetTarget.swift */, + 6EA671FB9E889EDCE0789CA1CFA71F64 /* ConstraintPriority.swift */, + 253ADE0F23935CA3549F3997DE691DDB /* ConstraintPriorityTarget.swift */, + B50B9A36BEB291CF2AFC1CB63C7443DD /* ConstraintRelatableTarget.swift */, + 993B88C17EA39942EAF00D7DC1E7C038 /* ConstraintRelation.swift */, + 991F88C8553AF29F5C9DEC88D44DFBC0 /* ConstraintView.swift */, + 3224D28CD890FD6D23C05B0B0373F9DE /* ConstraintView+Extensions.swift */, + 5722603773923F40AC88EE045FF00EAE /* ConstraintViewDSL.swift */, + 24C6ED8AF5E90ED6478138B344B5D5E9 /* Debugging.swift */, + E2DADE97F9F228D06F817F438D828548 /* LayoutConstraint.swift */, + 22A98BB6EF454F042A642F277FE34C9F /* LayoutConstraintItem.swift */, + BE3030C89C892A5956B746606ACDE67A /* Typealiases.swift */, + 97FAC41216A15D7AD5D0C02514B8CA51 /* UILayoutSupport+Extensions.swift */, + A038464C45E90567187C24BD651B3C38 /* Support Files */, ); - name = DDImage; + name = SnapKit; + path = SnapKit; sourceTree = ""; }; - 39E194B845CA2593937F8988880C9739 /* Support Files */ = { + 32354C96E8D5815834492E9E8179A02F /* Frameworks */ = { isa = PBXGroup; children = ( - 7D900A0DA2A88F94027F991078A2E954 /* ZFPlayer.modulemap */, - 5E835DB375C29C2479E1542262130744 /* ZFPlayer-dummy.m */, - C9864DBA9170B0023F6F10CA84D42419 /* ZFPlayer-prefix.pch */, - 302B1788ADAFA8494CE10176AFD8BEC8 /* ZFPlayer-umbrella.h */, - 4EFF2E8B110613683863B12AE9156162 /* ZFPlayer.debug.xcconfig */, - B11C3AAD0A36926964D5392C598975A3 /* ZFPlayer.release.xcconfig */, + ACC61BF0BBED308843A63B4535A47E74 /* AMapLocationKit.framework */, ); - name = "Support Files"; - path = "../../../Desktop/中道救援/OrderScheduling/Pods/Target Support Files/ZFPlayer"; + name = Frameworks; sourceTree = ""; }; - 3B255CC5FB6010A18398B87C523B32DE /* DDScrollView */ = { + 35F415FAE183EF4DBBCD10E1233048C6 /* Resources */ = { isa = PBXGroup; children = ( + 2E39C269A97D6536ED5317FC0B2D7563 /* MJRefresh.bundle */, ); - name = DDScrollView; + name = Resources; sourceTree = ""; }; - 3DB56E6E348D2CF3A05185AA6EEAA1DE /* NSObject+DDCategory */ = { - isa = PBXGroup; - children = ( - 36DF68E334A3086C8833D0534A1391F3 /* NSObject+DDCategory.h */, - 77DA6F6B18997302D290511E5471BE8C /* NSObject+DDCategory.m */, - ); - name = "NSObject+DDCategory"; - sourceTree = ""; - }; - 3E2966E49192D0BF908A41EF99134DAD /* DDToastKit_Private */ = { - isa = PBXGroup; - children = ( - 32E887F46F277E71ABB622DDB19ED646 /* SwiftToast.swift */, - 7FD6745CEB09CD6C9C605DEC030DF43C /* Toast.swift */, - 1A4EBB81E65F1679BD61687F515876DD /* Support Files */, - ); - name = DDToastKit_Private; - path = DDToastKit_Private; - sourceTree = ""; - }; - 3E555C91E2154726841689C7DF8DCE48 /* DDBaseScrollView */ = { - isa = PBXGroup; - children = ( - 639B6473CD48BE433CA8107C54A6A1A7 /* DDBaseScrollView.h */, - 617AA67C16DA6AEBACCB10A73A1AB41E /* DDBaseScrollView.m */, - ); - name = DDBaseScrollView; - sourceTree = ""; - }; - 41BB12A10066C1487087DEB09B637180 /* UIFont+DDCategory */ = { - isa = PBXGroup; - children = ( - 85D434973EC7AAD16A35BE25863F8FB4 /* UIFont+DDCategory.h */, - 56E63CEF84922883B36AA27F13F0A210 /* UIFont+DDCategory.m */, - ); - name = "UIFont+DDCategory"; - sourceTree = ""; - }; - 42305F993CBFFF9777E5D014A1306A15 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - 8624B569CE2B35F87E85AB8C9FB6111E /* MJRefresh.h */, - 844FFEA663C6047D798EC94194148899 /* MJRefreshAutoFooter.h */, - EFE5DEBFC390A89904D1794A3F22EBD0 /* MJRefreshAutoFooter.m */, - 1DFC8D897E8D3D3EF345CB6A30715826 /* MJRefreshAutoGifFooter.h */, - 373CCA6AB3338D9E62D15F786DAD53F0 /* MJRefreshAutoGifFooter.m */, - 43694B564715FB22FE65A897600C112B /* MJRefreshAutoNormalFooter.h */, - 3D8F26594EF87C3ED579130EBBCA804D /* MJRefreshAutoNormalFooter.m */, - 2C4E0E2EE6529F5ADE779CE7AC40BBD0 /* MJRefreshAutoStateFooter.h */, - 4CED5BE87BA4D58F6C876EED612B8882 /* MJRefreshAutoStateFooter.m */, - 1DA8DBCEF1F5B64B5370A4FA859B8249 /* MJRefreshBackFooter.h */, - 10A65BBD97996C90E86EF0BFBDAB15A5 /* MJRefreshBackFooter.m */, - 816450A5052971046881CA96C0EF439B /* MJRefreshBackGifFooter.h */, - 8EB0B4C0A951A7C3E36318F2252D6444 /* MJRefreshBackGifFooter.m */, - AF5A27C038EA0EC29BA796F7DFC6A257 /* MJRefreshBackNormalFooter.h */, - E09B0B955EACDEF409213BD47F339CDD /* MJRefreshBackNormalFooter.m */, - 6E448363C083C6EA948D933BE1305092 /* MJRefreshBackStateFooter.h */, - 3A6E246E850DAAEB7F78D24BEF828D28 /* MJRefreshBackStateFooter.m */, - 5132B6984F09D388279DA67DE1C0A721 /* MJRefreshComponent.h */, - E6407BD5B5211C450F15CCAA84A9DF8E /* MJRefreshComponent.m */, - DCB0A662DF7A1034A99DCA5BF12C2DBF /* MJRefreshConfig.h */, - EAAB01F1C77D7913F3BAB85713665289 /* MJRefreshConfig.m */, - C02E400B4EABC9E7610169E3FED064DA /* MJRefreshConst.h */, - D54AEB920C7441FA773B666A6ACBB3B1 /* MJRefreshConst.m */, - 3403E26F2F612FEEEA69A8002FE4B9CF /* MJRefreshFooter.h */, - 357869E607A629BB32DE758F0C757171 /* MJRefreshFooter.m */, - FD9D4E2C429F249AFDCCF168E988F0FC /* MJRefreshGifHeader.h */, - 7415B57D70E6AF7DBD313DF42574C495 /* MJRefreshGifHeader.m */, - 43EAC1BF18E1AE9D1B6EA926D3179B26 /* MJRefreshHeader.h */, - 757AE4E6C92E8F1B3275A3D440E3581C /* MJRefreshHeader.m */, - 3B27ECA7CD9E10D151872FE146F3A0EE /* MJRefreshNormalHeader.h */, - 2506052BB80677662A0A9A70CC982B31 /* MJRefreshNormalHeader.m */, - A0E133929D12FC8EA7726468407009E6 /* MJRefreshNormalTrailer.h */, - 3C9229B9724FD65E2648E6B695B86B05 /* MJRefreshNormalTrailer.m */, - 809733CC5245BF488BC1F986D97D42E8 /* MJRefreshStateHeader.h */, - 1E97BE1FE25D690F35F94DF32710DE17 /* MJRefreshStateHeader.m */, - 5822E51EE669496B633EAA6ABB44FAC4 /* MJRefreshStateTrailer.h */, - C27C3800EBDA7427F8A899EEC5EFA0B0 /* MJRefreshStateTrailer.m */, - 3528B3C2FB1A088012497D80F6BD2910 /* MJRefreshTrailer.h */, - 8BD295E4513BBC15E4FDD777429BD721 /* MJRefreshTrailer.m */, - 1232B287E65E73A5F7B6C47A8719A41D /* NSBundle+MJRefresh.h */, - 469CFB74187642A495D0D1FD61DDA07B /* NSBundle+MJRefresh.m */, - A8F561485C34EB3284C9D537309C2AD8 /* UICollectionViewLayout+MJRefresh.h */, - 2DBC569BEA53CC0F22123868148A58FD /* UICollectionViewLayout+MJRefresh.m */, - 0996DCEDA34076028734D569FF4C7BCA /* UIScrollView+MJExtension.h */, - D8F951B9A0C819C053E9369D5804E67D /* UIScrollView+MJExtension.m */, - 6734E9F4CFF3B23DFD684624373435F5 /* UIScrollView+MJRefresh.h */, - 91F1243BE150070AE1591CFF34FD929C /* UIScrollView+MJRefresh.m */, - 300E195D32D209221D0EC632090C5125 /* UIView+MJExtension.h */, - 1A4DA70D4F723C661E7218513F990314 /* UIView+MJExtension.m */, - D09DAF74DF02014961A95E42045A1A76 /* Resources */, - 38EB27FF4091C324903FC6770DF00BED /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 43123BC459A3C8506C17AC74F38A5DE1 /* DDLabel */ = { + 363C1344D470B89A6999173C56C5527E /* DDLabel */ = { isa = PBXGroup; children = ( ); name = DDLabel; sourceTree = ""; }; - 43B466529B7A385E27519F00F3DC3675 /* RxRelay */ = { + 36DA32CD030837918626A9F1F8E1E0D6 /* UICollectionView+DDCategory */ = { isa = PBXGroup; children = ( - A1075157FB02034457F93CAF17C6BDA8 /* BehaviorRelay.swift */, - FBA75314C30974205C2D5A73FB7EA003 /* Observable+Bind.swift */, - 7A4A634615EA815C5941DD22E65A40BF /* PublishRelay.swift */, - A41AFCE62F6CC353FBB8536180FCB3B0 /* ReplayRelay.swift */, - 916079831F9A53FE23B48A863BB14524 /* Utils.swift */, - 6764A292C3F69E6D40CB695A0787483A /* Support Files */, + 50155224DA38B46CA193134BCB257A49 /* UICollectionView+DDCategory.h */, + D7675DF4C5361504B769BEE001B44E11 /* UICollectionView+DDCategory.m */, ); - name = RxRelay; - path = RxRelay; + name = "UICollectionView+DDCategory"; + sourceTree = ""; + }; + 3A233AC69ABE6B22B7835F538A74C2E6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2629C8C75F7544CA7AC76890EB779187 /* DDWebImageKit_Private.modulemap */, + CB0939F3CC0710468128B04E0D833900 /* DDWebImageKit_Private-dummy.m */, + 6088984D4D01AEBB2DA07667D34F95FC /* DDWebImageKit_Private-prefix.pch */, + 5D647536CAF6559787DFBE7388D30812 /* DDWebImageKit_Private-umbrella.h */, + DC12D42AEA5797AB04033C1C7CB8A02F /* DDWebImageKit_Private.debug.xcconfig */, + B2CA81E1BB6BCD74B0BA59998F1DDF29 /* DDWebImageKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDWebImageKit_Private"; + sourceTree = ""; + }; + 3BC09E53BD32B99DF17981EC94CCFFA1 /* DDTextView */ = { + isa = PBXGroup; + children = ( + ); + name = DDTextView; + sourceTree = ""; + }; + 3CD99F58A315D64ECC0804DBB78B801A /* DDMALocation */ = { + isa = PBXGroup; + children = ( + F1266B973BC95F13049649A6DF0E8D54 /* DDMALocationManager.h */, + A09C312BB4DD540B0A8EF71B8ABA386F /* DDMALocationManager.m */, + ); + name = DDMALocation; + sourceTree = ""; + }; + 3F1AF2992C34425FCD6654EAF2008933 /* AMapLocation-NO-IDFA */ = { + isa = PBXGroup; + children = ( + A653FAECD50D1B1F8A81EBBF20283CF3 /* AMapGeoFenceError.h */, + C38604149FD4A82B9E4115BE1DD7D4ED /* AMapGeoFenceManager.h */, + 8936E5794577F96960E48780C5E9B6EA /* AMapGeoFenceRegionObj.h */, + CBE98BACB3EE68675B3EC34D3878FDB9 /* AMapLocationCommonObj.h */, + 7547CD1C1642410F94AAF3BE75CC26CF /* AMapLocationKit.h */, + 0C160CCAE9C391122533B486EE95C1B7 /* AMapLocationManager.h */, + FA54EA1BA8502520206BEAB2EA052344 /* AMapLocationRegionObj.h */, + 56FD8B0BC93F0A40C0A7F0B79785DC6F /* AMapLocationVersion.h */, + 32354C96E8D5815834492E9E8179A02F /* Frameworks */, + E98BBB7C2CC233D4532DDBCB0D261123 /* Support Files */, + ); + name = "AMapLocation-NO-IDFA"; + path = "AMapLocation-NO-IDFA"; + sourceTree = ""; + }; + 4214BDE19A2687399A07FAA19BCB258B /* DDCollectionView */ = { + isa = PBXGroup; + children = ( + ); + name = DDCollectionView; + sourceTree = ""; + }; + 423C287C9FA867494E8E00242C0EE222 /* Frameworks */ = { + isa = PBXGroup; + children = ( + CBECBCE93C9A5403D9EF13E512532D89 /* AMapSearchKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 42E94130726A5E753DA1975F54501728 /* DDControlsKit_Private */ = { + isa = PBXGroup; + children = ( + D9FFDA8C8D18D25589844B9EBA43B949 /* DDAttributedString.swift */, + 8AFC80F41FA2D3BD5BBE590D190844EF /* DDButton.swift */, + 441554C44216A89888333215AA012A51 /* DDCollectionView.swift */, + C5A462DF4857A99CE461C7BED2BAF3C4 /* DDCollectionViewCell.swift */, + 38DEB0B043750586E18ADC9024266F10 /* DDImage.swift */, + 9D29FBB6F7B90CE9AC9A5B7B3BD3A504 /* DDImageView.swift */, + 28B339F8840A1ACF9C6A0EEC4F1756FA /* DDLabel.swift */, + B5B14834441D138736577878040354FB /* DDMutableAttributedString.swift */, + E07E5EA3A22530E5FF4827AB31FF1388 /* DDNavigationController.swift */, + 332AC59D916C977A7B455CE0861008EC /* DDScrollView.swift */, + 48904A2ACA54F39C73F57654E996D349 /* DDTableView.swift */, + 20527A0CDDF3A638A56697666A1399BF /* DDTableViewCell.swift */, + EFFE264ACFC2E50E41713D39E3072D71 /* DDTextField.swift */, + 4616707B7FE6FD330C217690452CBAE0 /* DDTextView.swift */, + 658D7971D018584C37E370513D3C8DB9 /* DDView.swift */, + FA480296131E6545AABF25FA63D5678E /* DDViewController.swift */, + 5645C0C1FA0D6D7C855EBFE640E6C815 /* DDAttributedString */, + A682DC2F19DC09B3685A692E3565195E /* DDButton */, + 4214BDE19A2687399A07FAA19BCB258B /* DDCollectionView */, + E22B70C47DA9A5249A8830283296CA18 /* DDCollectionViewCell */, + 47FCC83E26A486E5625DC65DF0F8D94D /* DDImage */, + 82EA3BD9DFB61FCD038639D5FC12B245 /* DDImageView */, + 363C1344D470B89A6999173C56C5527E /* DDLabel */, + 6E003F1E040EA5A3E9298980CC65FC15 /* DDNavigationController */, + 0310A56CF9F571B3E2394F5331403C27 /* DDScrollView */, + 7243F4A3E3D2EEDAD572DB83253BD664 /* DDTableView */, + 4BC2B5ECFA6A2377C530E4402F1FF62D /* DDTableViewCell */, + 994FFE8744B2E059A8EA2A356CA1E4A4 /* DDTextField */, + 3BC09E53BD32B99DF17981EC94CCFFA1 /* DDTextView */, + 810727A07FBD3E39272B95EDF35CFFA6 /* DDView */, + 15E80423D9176FCB647AB43134B7B0A4 /* DDViewController */, + D04CD268675ADB564A3C19D396651FEE /* Support Files */, + ); + name = DDControlsKit_Private; + path = DDControlsKit_Private; + sourceTree = ""; + }; + 46FCF03267C5F2CC466D7EA9DFB37CB6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6210FA73F4021CDFD8EDD338A6CFFCA4 /* JXCategoryView.modulemap */, + B6AEFADC413840BC110C5CA69E6E9319 /* JXCategoryView-dummy.m */, + CE694CFE7BABACB378CCE4A7674AB248 /* JXCategoryView-prefix.pch */, + 25555D4F66DCCF56A7D7D53D6F2CEF49 /* JXCategoryView-umbrella.h */, + BA5A5E3562C1DAEC8115E9CF0F942B58 /* JXCategoryView.debug.xcconfig */, + E4216D1779B7A2F42138D94078809E57 /* JXCategoryView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JXCategoryView"; sourceTree = ""; }; 47220D1E5B7A1C146ED339A6F2EE5EB0 /* Products */ = { @@ -3648,771 +3791,551 @@ name = Products; sourceTree = ""; }; - 48221057C836899C270816B2A21866B5 /* DDTableViewCell */ = { + 47FCC83E26A486E5625DC65DF0F8D94D /* DDImage */ = { + isa = PBXGroup; + children = ( + ); + name = DDImage; + sourceTree = ""; + }; + 487C13F44BB15AEE6079FC8F3F5635AD /* DDMANaviManager */ = { + isa = PBXGroup; + children = ( + AC9A93005C646FFDA2725621E466EE8B /* DDMANaviManager.h */, + B471269D354A80FFCDFEAE4BC9CD92BC /* DDMANaviManager.m */, + ); + name = DDMANaviManager; + sourceTree = ""; + }; + 4AA745F08516941CF89633E16A54CAD5 /* DDBaseAnimation */ = { + isa = PBXGroup; + children = ( + B7E577F476709A81B4F9FD6D63D282F3 /* DDTransitionAnimation */, + ); + name = DDBaseAnimation; + sourceTree = ""; + }; + 4BC2B5ECFA6A2377C530E4402F1FF62D /* DDTableViewCell */ = { isa = PBXGroup; children = ( ); name = DDTableViewCell; sourceTree = ""; }; - 491A1019F91AB316150A2019B96C80FD /* DDTransitionAnimation */ = { + 4DD48197A0B276D87BEA55A04BC722EA /* Support Files */ = { isa = PBXGroup; children = ( - 5BF10BF3EAA41E5EFB22E62E269D77C9 /* DDViewControllerAnimatedTransition.h */, - 2592D09527FFA15C8559FD95C45D3240 /* DDViewControllerAnimatedTransition.m */, + 7AA6C8B50A7424F50A202E1778A6908A /* RxRelay.modulemap */, + 128C9E668234BBCE22D2853342DBC41E /* RxRelay-dummy.m */, + 8E1AD584E618AB9D345298F2CD2ACB85 /* RxRelay-prefix.pch */, + 419EF9BE4CB6783AF29FBF2DB73FBE58 /* RxRelay-umbrella.h */, + 43F03E8327402318BA1A5AA38D9E45E2 /* RxRelay.debug.xcconfig */, + 7DBDB4F120884A32F25656B278C509BE /* RxRelay.release.xcconfig */, ); - name = DDTransitionAnimation; + name = "Support Files"; + path = "../Target Support Files/RxRelay"; sourceTree = ""; }; - 4AD33F8AC79FF064DC70F733CC274F02 /* UITableViewCell+DDCategory */ = { + 4E037BE981DE93A55ABEF9DD3395C780 /* Resources */ = { isa = PBXGroup; children = ( - 2227BF7D94EA0245FC864C6FF16A7E98 /* UITableViewCell+DDCategory.h */, - 9B278F48372EC195D91E218C95458607 /* UITableViewCell+DDCategory.m */, - ); - name = "UITableViewCell+DDCategory"; - sourceTree = ""; - }; - 4AE5ACF9DD2CB2EE8895E899EEB308D5 /* UITextField+DDCategory */ = { - isa = PBXGroup; - children = ( - 2A374131E422FA202962DB3EF43ED390 /* UITextField+DDCategory.h */, - AD761593DDEB58F1A9FFF8EF969C5709 /* UITextField+DDCategory.m */, - ); - name = "UITextField+DDCategory"; - sourceTree = ""; - }; - 4C008BA3D85D7B394E1167D20782845A /* DDMAUtil */ = { - isa = PBXGroup; - children = ( - 0E1E3E1F466912DD55237737B066A410 /* DDMAGeometry.h */, - 5F24A30A01FF551CA96168BCDAB94F39 /* DDMAGeometry.m */, - ); - name = DDMAUtil; - sourceTree = ""; - }; - 4C501097DB495257F27F8E18372A69AD /* Frameworks */ = { - isa = PBXGroup; - children = ( - EC84F80FE65A322BE680F72BEB5F9AC4 /* IJKMediaFramework.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 504CA6FC221AA171785EAA7719347D74 /* UIImage+DDCategory */ = { - isa = PBXGroup; - children = ( - 995698D87949C9C88D9769399769C192 /* UIImage+DDCategory.h */, - 08AA73865C5E4605296B406ACD82EA1B /* UIImage+DDCategory.m */, - ); - name = "UIImage+DDCategory"; - sourceTree = ""; - }; - 51894FC29698F2B694283F96AAA8F532 /* Resources */ = { - isa = PBXGroup; - children = ( - 278214700088FFB7BFB99E944EE49842 /* ZLPhotoBrowser.bundle */, + 5EA55FF04BB751BBC77C98C1B25455A5 /* en.lproj */, ); name = Resources; sourceTree = ""; }; - 5473D4679DE7C0687569BE1E0E7BB35E /* AMapNavi-NO-IDFA */ = { + 515D530405C8F8D3F9D5BF9D237B2BD0 /* DDProgressHUDKit_Private */ = { isa = PBXGroup; children = ( - A1633BF7373679C9B0032C86D3D7CA04 /* AMapNaviBaseManager.h */, - 3EB841645E5C8CD16065E66B0F9A937B /* AMapNaviCommonObj.h */, - A5CF17E1D39742D56898B0CA2B1288A0 /* AMapNaviCompositeAnnotation.h */, - FD5E3EF3B752DAFF4C5DDB97835FEE34 /* AMapNaviCompositeManager.h */, - AB3504A7A2070A3DECD31CB53A163D2B /* AMapNaviCompositeUserConfig.h */, - 1E2D70A98EBE5B1DF6746045A26E7BD8 /* AMapNaviDriveDataRepresentable.h */, - 5070D51C35D9A73BC854E540A960B060 /* AMapNaviDriveManager.h */, - BDC81DCB43F7BE6CC733773B1475143D /* AMapNaviDriveView.h */, - 8645FC4BE65877C85430CEB5EDBC85A6 /* AMapNaviEleBikeDataRepresentable.h */, - 943183F3730CC2AFA5632195F88FE855 /* AMapNaviEleBikeManager.h */, - 41B6E3DAB6EAFB240C6F5FB5534E97EA /* AMapNaviHeaderHandler.h */, - C83B4564638871E530639E8524C0111F /* AMapNaviHUDView.h */, - 5450D37BFDADAA3C5947D118CB4B49F5 /* AMapNaviInfo.h */, - 3F497B317B0DBC8C430A3214804914A9 /* AMapNaviKit.h */, - 1189F3306CE41533A4E8A08BECCB30F7 /* AMapNaviLocation.h */, - 9C5989F4B0AF81227AC5A34DFAFC4299 /* AMapNaviManagerConfig.h */, - FCCA06A2276786031223259A90EB6BA4 /* AMapNaviRideDataRepresentable.h */, - 51564C7DF2DC03136F156B427A27BE3B /* AMapNaviRideManager.h */, - 1F5AC0EEDF3C4A230BE027DF94095CD9 /* AMapNaviRideView.h */, - 3D007494D63AA68404393C334425CC0F /* AMapNaviRoute.h */, - D21344E472ACA764427DC3EBFAC887D9 /* AMapNaviStatisticsInfo.h */, - 17C8AFF37D05CD7E0C6481713E3447D9 /* AMapNaviTrafficBarView.h */, - CDF7E4F4DDDA6E1E7F5DF79527661762 /* AMapNaviTravelManager.h */, - E68CEB1F4CD14991349B939A8BA570D1 /* AMapNaviVersion.h */, - 9F8606BC347E6739BA099099E3EB9654 /* AMapNaviWalkDataRepresentable.h */, - A884267B16F647457C1E1E1A0D059880 /* AMapNaviWalkManager.h */, - 7EA29CED4056C8AE8AFD72EAE3103B6C /* AMapNaviWalkView.h */, - D08D372346F9072F39E4667E204EAC5C /* MAAnimatedAnnotation.h */, - CE5F845F75E21274C465FA17DF481B0F /* MAAnnotation.h */, - 14584FE5FCD91345468A9EA210E45C4C /* MAAnnotationMoveAnimation.h */, - FA6510FE25769DBA31833DB9B468CA68 /* MAAnnotationView.h */, - 913BC66FF309ED622C6199871E1BF969 /* MAArc.h */, - 5AAF5364232BB18CD0DB2B70271968C0 /* MAArcRenderer.h */, - E0CB04C7462ED0D588A4206E8B387950 /* MABaseOverlay.h */, - 5D6DC8E6C527D7B3FFE6BE646955CBE6 /* MACircle.h */, - 1A4790475E0EC142D77D41C1C95CAF72 /* MACircleRenderer.h */, - C32D4AF04DF7DB2E9A013011CBB49EE2 /* MAConfig.h */, - CDD12B57C610A113043ACA53E4F0B73B /* MACustomBuildingOverlay.h */, - 8D7F4B3B5627470542F034FAFB111A98 /* MACustomBuildingOverlayRenderer.h */, - 155020D870ACE92C143DDD85B55DEF00 /* MACustomCalloutView.h */, - 6DD63D34DADAD4014611F32CC749EADE /* MAGeodesicPolyline.h */, - C0086DBCFAB4FF91A1FE45712B8ED262 /* MAGeometry.h */, - 15B489185150A4183480B39678D12096 /* MAGltfOverlay.h */, - 82F960DBF0B6C50682B1BAC22D56B008 /* MAGltfOverlayRenderer.h */, - 7DC9A7E5D27F5CE8CE13617A51A821C3 /* MAGroundOverlay.h */, - B168EA9AF3398ADCE71B10CF96FE047B /* MAGroundOverlayRenderer.h */, - C6E032423CC14D65C958F45E29678CD6 /* MAHeatMapTileOverlay.h */, - 0ECE73361F57A643D4252686C5A002CE /* MAHeatMapVectorGridOverlay.h */, - 6F6A2476680270A04017845602990A6C /* MAHeatMapVectorGridOverlayRenderer.h */, - B5276FB47B0D9D791B75B43C7E0A90DB /* MAHeatMapVectorOverlay.h */, - 4E8F23F6D921FA9640846F925DF4C2D8 /* MAHeatMapVectorOverlayRender.h */, - 9502A06F19FA464876EA4F37BB69D434 /* MAIndoorInfo.h */, - 55EAFEEB4EA7B7A7681BBFD4563D56FA /* MALineDrawType.h */, - 7B61DCAEAC3A84B4E73671BC6C8BF704 /* MAMapAccessibilityIdentifier.h */, - B30FA7F4A3DAA292A91A7E0458DBB777 /* MAMapCustomStyleOptions.h */, - 43D0176C0C9746A25E8DCF830D68B095 /* MAMapKit.h */, - 8122915A93D5B1A55EA014DAA4263EB3 /* MAMapStatus.h */, - C07878B86877724013231C11DD753E95 /* MAMapVersion.h */, - 96267FA1842A5F168379570EC1D208BA /* MAMapView.h */, - F6AB0B306AAEFB4A482C878A93008BCC /* MAMultiColoredPolylineRenderer.h */, - 542D9AA8DC6CF42404EE6F8DFD07758A /* MAMultiPoint.h */, - FBF3B106D439851EA17B0712AAF820A0 /* MAMultiPointOverlay.h */, - B35CD11D63710D17C6CF7046BD2EB260 /* MAMultiPointOverlayRenderer.h */, - 1FB8E5A5E60EED69EB1F9E81CAE4D399 /* MAMultiPolyline.h */, - E4FC7AA721AF6C467DDE8B332DBF600B /* MAMultiTexturePolylineRenderer.h */, - D8EB3CCC851811F9B9262F3347840D2B /* MAMVTTileOverlay.h */, - D9D573DCCFBCABBEDAFB65245B59FE0D /* MAMVTTileOverlayRenderer.h */, - E7CAEBFF242E51B71B76576F09C4E60D /* MAOfflineCity.h */, - 333DAF3460AD1A0B0E5B7AF9BDDD589C /* MAOfflineItem.h */, - 2EAA3397137DB8EAF8B4EFC10D578745 /* MAOfflineItemCommonCity.h */, - 53F5A710E488311D0DD8D5B25908138F /* MAOfflineItemMunicipality.h */, - 897391FC51D56ADE4B2A7432FB708E79 /* MAOfflineItemNationWide.h */, - DAF1D64CF873EF4C3277205C07451DA7 /* MAOfflineMap.h */, - 90B2FE3BB21BB1BE417AF2E574D1211E /* MAOfflineMapViewController.h */, - D0B2A511DCBC2AA53B0E25F0939F38EB /* MAOfflineProvince.h */, - 63D373ADD0CA55991E448C371233C582 /* MAOverlay.h */, - BAF645207E47D27AB099754413DDA731 /* MAOverlayPathRenderer.h */, - DCCA07E30A3E38B0D1DB396CC1268DC7 /* MAOverlayRenderer.h */, - 4338ECBAC5FB7BF500EF0B63D358AC65 /* MAParticleOverlay.h */, - 8E0082419805BF04B9641C93176DB0C3 /* MAParticleOverlayOptions.h */, - 63D545A8756EF15BC643F100A95CC25E /* MAParticleOverlayRenderer.h */, - 0508978C58444F72CC51D0BA8FD96831 /* MAPathShowRange.h */, - C9C05C32D9049B9AFDA1964A185F96A6 /* MAPinAnnotationView.h */, - 33E7E18D3A09FC04B4AF20190EEBF0F3 /* MAPointAnnotation.h */, - 7C423F7636929D0E3F9642ED93164583 /* MAPolygon.h */, - C38D5A76343A80A4CB49D4ADBA1A894A /* MAPolygonRenderer.h */, - AC93E83E43A88D50EABC89AA07F9F1FE /* MAPolyline.h */, - 9B8C510D8697DD8A9B5EAAC22A567C99 /* MAPolylineRenderer.h */, - CD07E0933B2835EDF9799C89F2D5D5E1 /* MAShape.h */, - 6BCC9CBFBA7A17416089D3BF705A6747 /* MATileOverlay.h */, - 69F0C48FCD607A5F2DE0FF04309C2ACB /* MATileOverlayRenderer.h */, - 045199328CDF679B8CEE2C27E0A4B398 /* MATouchPoi.h */, - 16B2847A66C8F83C8E3602FA20F50E70 /* MATraceLocation.h */, - 46F8CFE9D76E5A021E93ACB8C4F825B1 /* MATraceManager.h */, - CEABF56CB192A469AFEF435C0DE59AF4 /* MAUserLocation.h */, - CD0564427D555143173D737AE3C77ECA /* MAUserLocationRepresentation.h */, - 23609891747DB14CC3D02D7BB99A2F00 /* Frameworks */, - 0BF22D64FF0879D57AB4E8865450FAA0 /* Resources */, - 396F21CAB2ABB558FA7A2F624CF1C7D8 /* Support Files */, + 2CE60E12C0A9D0C204A6C13325B8DC39 /* DDProgressHUD.swift */, + 87F0D2335771C22F985D925E822A8C33 /* MBProgressHUD.h */, + DEE6A96882AC069BBD48F5F4CC3FC6CA /* MBProgressHUD.m */, + 6BB3714A9B2A8ADAFB7C6E4F48C573BF /* Support Files */, ); - name = "AMapNavi-NO-IDFA"; - path = "AMapNavi-NO-IDFA"; + name = DDProgressHUDKit_Private; + path = DDProgressHUDKit_Private; sourceTree = ""; }; - 566ED32163E4E99909DDED0170744D41 /* DDTextView */ = { + 518150B3961F11EEFF71FEBC63BA8501 /* UIViewController+DDCategory */ = { isa = PBXGroup; children = ( + A8713D7E2B7B61CCBF4FB794340D2F13 /* UIViewController+DDCategory.h */, + 49636A4D9AAB73B4C3358AE69FE540B9 /* UIViewController+DDCategory.m */, ); - name = DDTextView; + name = "UIViewController+DDCategory"; sourceTree = ""; }; - 5676B11E7F27A467413B722DFFC37C43 /* AnnotationView */ = { + 562E66C2185BF4817A46A2FA89273E19 /* DDBaseAttributedString */ = { isa = PBXGroup; children = ( - E1264E80BF003E3A5086D8FA3C22331B /* DriveRouteCustomAnnotationView.h */, - 183EC82217D4DCD8280244E11A1F9AEF /* DriveRouteCustomAnnotationView.m */, + 9D1AC152DCA93396597586627D18E492 /* DDBaseAttributedString.h */, + CF86A8401B17CCF6ED48C720458B7A2E /* DDBaseAttributedString.m */, + F2A3757E11798233F632E32FFD550392 /* DDBaseMutableAttributedString.h */, + 87536304E59ED71CF57DC4697C61C671 /* DDBaseMutableAttributedString.m */, ); - name = AnnotationView; + name = DDBaseAttributedString; sourceTree = ""; }; - 5901D0AA7B18F9F2B76929241065F0E9 /* NSURL+DDCategory */ = { - isa = PBXGroup; - children = ( - 1405E76D2AF82BADE973FFCFA98369BC /* NSURL+DDCategory.h */, - 4D534D4DC51463A5A870B0D2F9C8F216 /* NSURL+DDCategory.m */, - ); - name = "NSURL+DDCategory"; - sourceTree = ""; - }; - 59A5C6283C3A9AD2849FD245235FE79E /* UICollectionView+DDCategory */ = { - isa = PBXGroup; - children = ( - 3056550F6A3D28AE5CADAF1201EFBED6 /* UICollectionView+DDCategory.h */, - D204FD559BCE3A6367EA92F034E53352 /* UICollectionView+DDCategory.m */, - ); - name = "UICollectionView+DDCategory"; - sourceTree = ""; - }; - 5E2F35EE42FEFFF5E30BFA4DCC6FB5D5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 60155E89986F4B5E4808B0C8CB7A903B /* IQKeyboardManagerSwift.modulemap */, - 20C42FA63F44BBB4B48CED1DFF0F4283 /* IQKeyboardManagerSwift-dummy.m */, - E30355A34CBDE9CDA7899DA6702849B6 /* IQKeyboardManagerSwift-prefix.pch */, - E4085C1C43BB7D639AD3E1395554CBA0 /* IQKeyboardManagerSwift-umbrella.h */, - 6AE09C9494653FF3FE40893CCB9A96F8 /* IQKeyboardManagerSwift.debug.xcconfig */, - E107C2A2C18C42DE999485E11656D63B /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - 5E6D72AADC63EAF87BDD75D470DE8753 /* DDCategoryKit_Private */ = { - isa = PBXGroup; - children = ( - 849A272BC41A732627A6A9F693B69847 /* DDCategory.h */, - 173E94282651A4FE2B600870FA5A6B34 /* CALayer+DDCategory */, - 2435D636309EC594BB6F9360DC9A0588 /* NSAttributedString+DDCategory */, - 84E3295BF7E5E04EC0C7AB29DD0F5A3F /* NSBundle+DDCategory */, - 3DB56E6E348D2CF3A05185AA6EEAA1DE /* NSObject+DDCategory */, - 86622D79DF478AE0D52468C525453C75 /* NSThread+DDCategory */, - 5901D0AA7B18F9F2B76929241065F0E9 /* NSURL+DDCategory */, - A7CA17D622D42245361374DE9B1ABE61 /* Support Files */, - 9E8DAF593D56A92EFBEFB5EC9E3C7538 /* UIApplication+DDCategory */, - B51ABDFFC393379DD58BBC50B10ED168 /* UIBarButtonItem+DDCategory */, - E5114FE609C6DFD481F24356FDFE7D6C /* UIButton+DDCategory */, - 59A5C6283C3A9AD2849FD245235FE79E /* UICollectionView+DDCategory */, - 0171EF72FD3019508056DEF2D728F3F5 /* UICollectionViewCell+DDCategory */, - 41BB12A10066C1487087DEB09B637180 /* UIFont+DDCategory */, - 504CA6FC221AA171785EAA7719347D74 /* UIImage+DDCategory */, - C081A1394990AC7AEB2ED4C5AB39DAD7 /* UIImageView+DDCategory */, - 925B6619D4649C6AA9454E8059A36A40 /* UILabel+DDCategory */, - 2AEB26E77105A5F367BE80AC67233B07 /* UINavigationBar+DDCategory */, - 78228B2BC0A7EB914E9289D8866725CE /* UINavigationController+DDCategory */, - 7B3294140ED38EA9D1345A9C373D2058 /* UINavigationItem+DDCategory */, - C010A75E9929A9589B9D10C9A08987D3 /* UIScreen+DDCategory */, - A85A130CCB17022888FD59BD702B48BF /* UIScrollView+DDCategory */, - FF2FE45A2086B24FF72460561023415F /* UITabBarController+DDCategory */, - 8989D0953540930F24A946A6D827638D /* UITableView+DDCategory */, - 4AD33F8AC79FF064DC70F733CC274F02 /* UITableViewCell+DDCategory */, - 4AE5ACF9DD2CB2EE8895E899EEB308D5 /* UITextField+DDCategory */, - 64C106C0BC0EFBB33109F8FAF96A69BF /* UITextView+DDCategory */, - 8EB462937B9DE8DC48C32E33BE53C1EF /* UIView+DDCategory */, - 6F8B7D3AC444A6BDF22FC95D24175181 /* UIViewController+DDCategory */, - 8A0FE3A35A2B6A390E253FDBF17AB625 /* UIWindow+DDCategory */, - ); - name = DDCategoryKit_Private; - path = DDCategoryKit_Private; - sourceTree = ""; - }; - 5F24FE7BFD50D0ADFD015D20F3F89395 /* DDAttributedString */ = { + 5645C0C1FA0D6D7C855EBFE640E6C815 /* DDAttributedString */ = { isa = PBXGroup; children = ( ); name = DDAttributedString; sourceTree = ""; }; - 6180DE9DCA5B3C163C524AF0893D8E7F /* Support Files */ = { + 5738AC69738E5A7A9282B69E10F58F8F /* Support Files */ = { isa = PBXGroup; children = ( - 0B431720DED951BB7CCB56626572DFCA /* AMapSearch-NO-IDFA.debug.xcconfig */, - 8987DDE885480912371F6459B6E4FEB8 /* AMapSearch-NO-IDFA.release.xcconfig */, + 31481247B46DCC1FDAC9F3CCB44C3674 /* DDBasicControlsKit_Private.modulemap */, + 7FA48DAAA19AA9182D06BF5F9BB74F36 /* DDBasicControlsKit_Private-dummy.m */, + 28309C32D0F8167AB37CA6049A0F2996 /* DDBasicControlsKit_Private-prefix.pch */, + AC3923BB5E36EC5C07DD3877E6F1939E /* DDBasicControlsKit_Private-umbrella.h */, + A153CB9EFC27F4874D61DFD418A066BF /* DDBasicControlsKit_Private.debug.xcconfig */, + 6ECB134020AA4FC09A7244CB741EC159 /* DDBasicControlsKit_Private.release.xcconfig */, + FE952CA0D88EBB665949BF7B2530C337 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/AMapSearch-NO-IDFA"; + path = "../Target Support Files/DDBasicControlsKit_Private"; sourceTree = ""; }; - 626FDF92FA0AB130162C570A8336CA7E /* Support Files */ = { + 5ADF0EBF93BDA21DA5089F18082AAD68 /* SDWebImage */ = { isa = PBXGroup; children = ( - 62A74F511D25AB2D37C8B0293B720157 /* DDControlsKit_Private.modulemap */, - FE9711AEB07F8FB305471A4BA77BB7DC /* DDControlsKit_Private-dummy.m */, - F6258D61886257709D6EFD9DE5ED1058 /* DDControlsKit_Private-prefix.pch */, - 94FBF4DC44C6081932BB7790F727040C /* DDControlsKit_Private-umbrella.h */, - 60A86C1529C991BE8AE545E070824D98 /* DDControlsKit_Private.debug.xcconfig */, - EE9656136946C7CC6A379DF16E7BB884 /* DDControlsKit_Private.release.xcconfig */, + C9F88716BD94DF910BC8A149680CD2A4 /* Core */, + 14E6F051B83DC78F0B593EDA21535E46 /* MapKit */, + ); + name = SDWebImage; + sourceTree = ""; + }; + 5FB8F9C6649BF6BA6A32C77B29849DD8 /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 61791E227983B70E7D756E3872BF12C3 /* IQBarButtonItem.swift */, + B05A83009C123E8C2BAC9CA401A9554B /* IQInvocation.swift */, + 1B9C44A6CE1D11BF815E4C1C7333AF46 /* IQKeyboardManager.swift */, + 7417192B4C1D7F1D8CFAF2AA1AC69F09 /* IQKeyboardManager+Debug.swift */, + AA3A2761EDCB9294D6DF93CDFD4FEAF6 /* IQKeyboardManager+Internal.swift */, + FB2F40968639A96A1E9874ABC41124D1 /* IQKeyboardManager+OrientationNotification.swift */, + 1C18371D84390CEC73E7EE7FC86CE838 /* IQKeyboardManager+Position.swift */, + 3B4F334EC664074DAFA36EF236B3D3DC /* IQKeyboardManager+Toolbar.swift */, + 925B87A2FF60BB1C56BBA452A0F19630 /* IQKeyboardManager+UIKeyboardNotification.swift */, + F60E7F3A93AAA5FD7015855B4A90317D /* IQKeyboardManager+UITextFieldViewNotification.swift */, + A8CF610938030111A136AB5E11B31E91 /* IQKeyboardManagerConstants.swift */, + 59D3583760F4609DA9EAFFC1C7B1BE0B /* IQKeyboardManagerConstantsInternal.swift */, + 34E7F440D1D3ABCFEECA0BF4F45C70C1 /* IQKeyboardReturnKeyHandler.swift */, + 26F34E8B6ED13862BF710C2B32F82048 /* IQNSArray+Sort.swift */, + F6AF2382654755E74E92431384F211A0 /* IQPreviousNextView.swift */, + 2E26E70BCBF1109FB105618F23DD6BB6 /* IQTextView.swift */, + F1A6C83223505225ED5CD56A3FDAF636 /* IQTitleBarButtonItem.swift */, + FBAFBD781175E6C6398E0A44BE1F8B6D /* IQToolbar.swift */, + 5F34AC9EC7DF0BF4466C6B227A7A73B9 /* IQUIScrollView+Additions.swift */, + 8BE385C4035EE2E56664FF35189A5E03 /* IQUITextFieldView+Additions.swift */, + D66381B5F339AA3F0FE373C9AD62CD51 /* IQUIView+Hierarchy.swift */, + 308266C5025283F1E98CAA23584FCA85 /* IQUIView+IQKeyboardToolbar.swift */, + 09F07CCC741F0601D330E3B604E1CB74 /* IQUIViewController+Additions.swift */, + F62A3C1DE89C038AB55565643F2D7F46 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + 601454D1D08A7C9720CA0EE998C7B948 /* ZLPhotoBrowser */ = { + isa = PBXGroup; + children = ( + CC0BA8B2892DDAAD650E8F3FED33AEDB /* Core */, + D9F1A523B49A131C657394101FCCECC8 /* Resources */, + 074CD6D72A8F399EC7281157AA3277B1 /* Support Files */, + ); + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; + sourceTree = ""; + }; + 60CBDAFF00D3D510BCD3930854E3DDC2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7FD0DAD9D140A5C9932DEFAC4C3D1EF5 /* DDNetworkingOfAlamofireKit_Private.modulemap */, + 10D89567E72F0F81A281DF6C5CA6119B /* DDNetworkingOfAlamofireKit_Private-dummy.m */, + 16E47847F012C7C5A5CCB8853B430DC9 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, + E3D22B608945B6FF514CC37D8D650A58 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, + EAD7CD77DDEFD8EC15595A80AB8766BE /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, + 4AA8AB240F4D65F6AAEAA184FBBF6D83 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDControlsKit_Private"; + path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; sourceTree = ""; }; - 64C106C0BC0EFBB33109F8FAF96A69BF /* UITextView+DDCategory */ = { + 60D17F97D87C8163FD267059035088F3 /* Resources */ = { isa = PBXGroup; children = ( - C46A12B93F02A9FEEBF92A4B3EB02625 /* UITextView+DDCategory.h */, - 574BDDA602244C6FBE428041A20BC66B /* UITextView+DDCategory.m */, + 3B3AFF81F7F9BA120A787EAACA759CFC /* Sources_DDMAMap */, ); - name = "UITextView+DDCategory"; + name = Resources; sourceTree = ""; }; - 6764A292C3F69E6D40CB695A0787483A /* Support Files */ = { + 6193C585C04BFE825CEB9413A85728FE /* Trace */ = { isa = PBXGroup; children = ( - 29F5F2CDE66CC2A69BB62077A63044DA /* RxRelay.modulemap */, - 08CF1F060C7BD98933A8EC9A8BA4FA17 /* RxRelay-dummy.m */, - F12217B82EE42BCFF28D18E2D31E225A /* RxRelay-prefix.pch */, - FE686A4C44F7DA0636E61F79E774BE9D /* RxRelay-umbrella.h */, - 588447B15107BA344EDB0364E43F8761 /* RxRelay.debug.xcconfig */, - 4F997F8220511D621C1E01CB66E4B6A1 /* RxRelay.release.xcconfig */, + FD8E4E2824EAB6B2BA3BF0799C9BF4FE /* MATraceReplayOverlay.h */, + 6741C57460124218FAE6BFDF8A1F14FB /* MATraceReplayOverlay.m */, + 7494706A6103037E9AE0BAB70B47791F /* MATraceReplayOverlay+Addition.h */, + 62C3A20ACC97D735DC973538555F83FD /* MATraceReplayOverlayRender.h */, + 53797366CA62EDC29999EEC6F78FEF98 /* MATraceReplayOverlayRender.m */, + ); + name = Trace; + sourceTree = ""; + }; + 62C2C7108104E7A0108ECEE3FC80B06D /* Support Files */ = { + isa = PBXGroup; + children = ( + C105B33D3B9D5168FE1E0B9AC73EED6E /* AMapFoundation-NO-IDFA.debug.xcconfig */, + 2D175CE9E7E0AE9DCAF675F0B5C8DF62 /* AMapFoundation-NO-IDFA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/RxRelay"; + path = "../Target Support Files/AMapFoundation-NO-IDFA"; sourceTree = ""; }; - 6A770010814D8397D02574D860F39D02 /* DDButton */ = { + 63123ECEA69E127FD409F4630C8DA2A5 /* JXCategoryView */ = { isa = PBXGroup; children = ( + 0B0E5F4256C81CCC180E52DAFEEC1BA6 /* JXCategoryBaseCell.h */, + 8927D86058320768A614A5562A2D2FB2 /* JXCategoryBaseCell.m */, + A9F12B4F49F6C86C604E888D6F2E420E /* JXCategoryBaseCellModel.h */, + 103A15371B7CCBA671F2E52ABA6FA49F /* JXCategoryBaseCellModel.m */, + 185F9BE2AA69C0B3459642BB61834039 /* JXCategoryBaseView.h */, + 41D625B23707C5A6FD4FB96DB186C0FA /* JXCategoryBaseView.m */, + 384994743AC9F75E27A3CDA4F1A47799 /* JXCategoryCollectionView.h */, + 299701559FAB874E2652BA6F06552CBB /* JXCategoryCollectionView.m */, + 4BF3D6B5257E4D26D410F75DD07CABAA /* JXCategoryDotCell.h */, + 93B2C843A3BD08681E9C6D7B4A57BC9F /* JXCategoryDotCell.m */, + 8C744DED48882A6985631E1322A1BED1 /* JXCategoryDotCellModel.h */, + 5E6CD31AA54A4187467F87F2C5E2C18D /* JXCategoryDotCellModel.m */, + A0F2997BC7CE173A0C2626E2F2C0D1D4 /* JXCategoryDotView.h */, + A55E2D8DDA363B404C78CE9DE3C043BC /* JXCategoryDotView.m */, + A84DE09CCC11F7CD9BA52AD791D74C9C /* JXCategoryFactory.h */, + 627F8AF38A09862B53847700AEC52899 /* JXCategoryFactory.m */, + 53B187DD06A307C5E93833AF12678D27 /* JXCategoryImageCell.h */, + 39B7431B7EF76FF0CE3887FCF17FD0B9 /* JXCategoryImageCell.m */, + B84A8C33175F17CAC11C7792A0BACE7C /* JXCategoryImageCellModel.h */, + B85081E24B9B538EF7BF75AEE7CAD46A /* JXCategoryImageCellModel.m */, + 040E0D147A4BDF98BC3461819F8A7FA6 /* JXCategoryImageView.h */, + 9BD58E7B9EAD0150D99F8E6D3461DB26 /* JXCategoryImageView.m */, + C45D000702D216C20DC0A6C3F36FE23C /* JXCategoryIndicatorBackgroundView.h */, + FD934287F0405AB55C78075CEB5A982E /* JXCategoryIndicatorBackgroundView.m */, + 22F0F259BE2F7AB0C38E4735E873F1A2 /* JXCategoryIndicatorBallView.h */, + 663D9CC5B894B88B9FD06CC237A71651 /* JXCategoryIndicatorBallView.m */, + CE0D5B3DA69B8A1EB3202E9916551AFB /* JXCategoryIndicatorCell.h */, + 395785F4A9D0B715647139740347B1FD /* JXCategoryIndicatorCell.m */, + 69B2E597F0470C0466C8B49A8335DE35 /* JXCategoryIndicatorCellModel.h */, + A615CB9A6B2205C360A689AEAAE96D54 /* JXCategoryIndicatorCellModel.m */, + 803F891D2788EC97DE6ACB80C74B862C /* JXCategoryIndicatorComponentView.h */, + 8E5CCD3838C0968E1115CDA3D47B1DEB /* JXCategoryIndicatorComponentView.m */, + 031FAE07041E743B33CD34530D22DFEA /* JXCategoryIndicatorDotLineView.h */, + 921F3E94E99466B3F2EEDFFAE9A18289 /* JXCategoryIndicatorDotLineView.m */, + 07386DE4DD5A4F79DA7930232866C82A /* JXCategoryIndicatorImageView.h */, + EB3B9EEE9C0A7A3C6FFDA598887FE415 /* JXCategoryIndicatorImageView.m */, + C7671CB315740AB79C657A5BBC061A40 /* JXCategoryIndicatorLineView.h */, + 6305D964E18FE87C797A5C2FD354860A /* JXCategoryIndicatorLineView.m */, + 048E14649FCB9C543A77DD4FF64842FC /* JXCategoryIndicatorParamsModel.h */, + 6A5988DA008902FB9184C7A050349E5F /* JXCategoryIndicatorParamsModel.m */, + E1A8D8B1A42BD45891DB6179489AD828 /* JXCategoryIndicatorProtocol.h */, + 8A81E752F390FA2CFA808E4FD762DC67 /* JXCategoryIndicatorRainbowLineView.h */, + B3E62B52049065E0DCBFE83089C3B136 /* JXCategoryIndicatorRainbowLineView.m */, + 254571B44B8DBF8CF43E277B4DAF36C4 /* JXCategoryIndicatorTriangleView.h */, + DECDC9C087DB559C43AA1BB4BC070F11 /* JXCategoryIndicatorTriangleView.m */, + 728E9BC93B4609B142EE2207684DB916 /* JXCategoryIndicatorView.h */, + 4E049E600DF27057625A4710D8FFDB7E /* JXCategoryIndicatorView.m */, + FA6D73D91931193645DC5DCAACE45CC5 /* JXCategoryListContainerRTLCell.h */, + 5E8635ED28005201B7A807CF6555CC3A /* JXCategoryListContainerRTLCell.m */, + 6AB3796E5C58A658B4D38654593DC2C9 /* JXCategoryListContainerView.h */, + EF9989031C197B682326AF0D8A1BC619 /* JXCategoryListContainerView.m */, + 3E61050A2A3084F4E34A20F4D7D72AF6 /* JXCategoryNumberCell.h */, + 3D8C9277ED75483A7CE4839B89FC67FC /* JXCategoryNumberCell.m */, + 6686189FFA11CE8679DF194908FA7304 /* JXCategoryNumberCellModel.h */, + 7B4198240636303ED58E9B45404649A6 /* JXCategoryNumberCellModel.m */, + 4FFAA5EC3AB76FDB0DB14DDCDE1EC8F8 /* JXCategoryNumberView.h */, + 8A72604213B03111C26B3A09CC5CE966 /* JXCategoryNumberView.m */, + 6010F70FF57799D9BCCC14DA558B0C7C /* JXCategoryTitleCell.h */, + DAE28CB7E6B747514C3866B4F8FCA5E2 /* JXCategoryTitleCell.m */, + 5CC23B2D54EECEB52CCE2F2CC7B3D36D /* JXCategoryTitleCellModel.h */, + 39A8C69FB90EE16E87E8806C322221EB /* JXCategoryTitleCellModel.m */, + D3EDCD3DEC3A368D1D0EADA3A47548BD /* JXCategoryTitleImageCell.h */, + 67788FE7FBDBC7140FED13AB7EE5AF18 /* JXCategoryTitleImageCell.m */, + 1C5DFA80FB0E14429FAE0675C4E90C70 /* JXCategoryTitleImageCellModel.h */, + 9BE6283F27F854F61D59F3EE61D359F4 /* JXCategoryTitleImageCellModel.m */, + 9EE074B9498B78418C3AF7D78F32BDE0 /* JXCategoryTitleImageView.h */, + E1697F9198FA29E76D1DA8DA03EDAB48 /* JXCategoryTitleImageView.m */, + 69F15CF6E1AFD468546DAFF7506A8EBB /* JXCategoryTitleVerticalZoomCell.h */, + 7CFA1E3DA2D32F49ED0C2F03D442A8D5 /* JXCategoryTitleVerticalZoomCell.m */, + BBA0FBA4BAA61EDFD82039DE96807D9A /* JXCategoryTitleVerticalZoomCellModel.h */, + E129F43363563308DEDEAEFF29166B90 /* JXCategoryTitleVerticalZoomCellModel.m */, + 34431EE38E4AF581D27534BB78461290 /* JXCategoryTitleVerticalZoomView.h */, + 308E6FA61D35B8BECD5CF36E6BDC548E /* JXCategoryTitleVerticalZoomView.m */, + A454A2C8FCB98799077B1E44521E8B3E /* JXCategoryTitleView.h */, + B15D8ACCEEAF853ED4FB1410663992FC /* JXCategoryTitleView.m */, + E46E183DB54302AA4E88F0424C621044 /* JXCategoryView.h */, + 2912F2AD4810AF34402597A8AD3BBE52 /* JXCategoryViewAnimator.h */, + 76A32A87B597F8FEF9BFB976DCF1D24F /* JXCategoryViewAnimator.m */, + F4F2ACE58A0E8F8EA045D1E4F2249FF1 /* JXCategoryViewDefines.h */, + 47837799E96C7ABF8530E2D107A740D1 /* RTLManager.h */, + E639A11168F792B080B33FC449133FAB /* RTLManager.m */, + F7077D80B6034CBC5A3CA926DCC3E799 /* UIColor+JXAdd.h */, + 530C188C2800BC141A0D3DA7E5DEFD70 /* UIColor+JXAdd.m */, + 46FCF03267C5F2CC466D7EA9DFB37CB6 /* Support Files */, ); - name = DDButton; + name = JXCategoryView; + path = JXCategoryView; sourceTree = ""; }; - 6BF16C9A15B7516CD3F2CC75A71CD186 /* AMapLocation-NO-IDFA */ = { + 651602BFDE30AA94E0CEC2AF242243E4 /* Frameworks */ = { isa = PBXGroup; children = ( - 99D675D48A3EE082DFCE3E0E4034F541 /* AMapGeoFenceError.h */, - 35641BDBED283767FECB78E7FE5D0C6C /* AMapGeoFenceManager.h */, - A09EEFB687A312455E57F28E9D5A0155 /* AMapGeoFenceRegionObj.h */, - 2D66F7E9F2B37B63EE5FAED73A842DD4 /* AMapLocationCommonObj.h */, - 5E15E36CEA4B07BA566DF1A5673AAD0E /* AMapLocationKit.h */, - D3AC09C672A265A7047B778DFA6CBC40 /* AMapLocationManager.h */, - F30713EEC78E7AE5F4682EAAA3D0F4E7 /* AMapLocationRegionObj.h */, - D7EE0D70F160C59ED28F388B88B4CBAE /* AMapLocationVersion.h */, - 1C1CCA16587ECCE2FE6A06220E82166D /* Frameworks */, - E1FADE1EBCC6FC05B8A2793A56E2CAE5 /* Support Files */, + 68B79E3D728E062ED9A85D5974994553 /* AMapFoundationKit.framework */, ); - name = "AMapLocation-NO-IDFA"; - path = "AMapLocation-NO-IDFA"; + name = Frameworks; sourceTree = ""; }; - 6C3629D5F789D3BF51559EE8BEBA148B /* DDView */ = { + 67024E7A7E5E6DE12FC494AD047165E7 /* UILabel+DDCategory */ = { isa = PBXGroup; children = ( + CDE2F5948EF5F76E4E5490C1BDEAE805 /* UILabel+DDCategory.h */, + 77889065E57D4409FDDFAD10BD23CD8B /* UILabel+DDCategory.m */, ); - name = DDView; + name = "UILabel+DDCategory"; sourceTree = ""; }; - 6D1AC6212D8A3429F4BA249263CE7D3E /* DDBaseCollectionViewCell */ = { + 67205D76729CAB13CD55779B99560B05 /* DDMASearch */ = { isa = PBXGroup; children = ( - 5912D438C6ED1DF566DC870B5158350C /* DDBaseCollectionViewCell.h */, - 7FF0AB84F1E271B428A4FD7CC485A67B /* DDBaseCollectionViewCell.m */, + 9A5169F6B86F0226E3F4FE9F47E00F33 /* DDMASearch.h */, + 655AB7FF6E44FB57461847F841BC5C8B /* DDMASearch.m */, ); - name = DDBaseCollectionViewCell; + name = DDMASearch; sourceTree = ""; }; - 6F8B7D3AC444A6BDF22FC95D24175181 /* UIViewController+DDCategory */ = { + 6BB3714A9B2A8ADAFB7C6E4F48C573BF /* Support Files */ = { isa = PBXGroup; children = ( - C234A9482C8CDC2107FA211B0004873F /* UIViewController+DDCategory.h */, - 9CC5651EBC19F7EF9962CB01C6DFEE4C /* UIViewController+DDCategory.m */, + 046DE57D9EDFB788B260AB5A453384C0 /* DDProgressHUDKit_Private.modulemap */, + 2B6C883C3324294052FC3299E85375C4 /* DDProgressHUDKit_Private-dummy.m */, + F150CCC27CF7A7E2B79C1AC22B86167F /* DDProgressHUDKit_Private-prefix.pch */, + 18C2FDBC8D0C78FD5AE84C9D9185A1FF /* DDProgressHUDKit_Private-umbrella.h */, + 0E3AEBF8D896ACBF5F41457ADFBB5F67 /* DDProgressHUDKit_Private.debug.xcconfig */, + 6AE52761D29B87759A8CDB4D298680E6 /* DDProgressHUDKit_Private.release.xcconfig */, ); - name = "UIViewController+DDCategory"; + name = "Support Files"; + path = "../Target Support Files/DDProgressHUDKit_Private"; sourceTree = ""; }; - 7130B5F62E2C867F43E71EF2825407BD /* RxSwift */ = { - isa = PBXGroup; - children = ( - D61869DD8E936AA6976F65D14E4CB5B9 /* AddRef.swift */, - 96C56BF92CD239E703C848B322508FE7 /* Amb.swift */, - E35E21D2024590695F739FAA483EEAD0 /* AnonymousDisposable.swift */, - 1E137377D2744FD9C39D3CEC2213AFBD /* AnonymousObserver.swift */, - 3591F9E01AE304113ABBD65C897FD88A /* AnyObserver.swift */, - 75CC3C0EC0F4F0A7A27AC58A79111B8D /* AsMaybe.swift */, - A07D4CD25645F9FB3D7F8AA1646A173F /* AsSingle.swift */, - 9886718B2755E30F38DE6CB4C6556D28 /* AsyncLock.swift */, - 280588115CFD0C36D2B58D66F5114570 /* AsyncSubject.swift */, - 90C2631646A1D4E5E7941C54BC7D764A /* AtomicInt.swift */, - 72632EDED27B4C9AB3D20CD23A8842B9 /* Bag.swift */, - 9362515E942EF7FA562DED7C08CC9E39 /* Bag+Rx.swift */, - ABA7F41D05E07DE4BEDEEAEC4431E442 /* BehaviorSubject.swift */, - 3A33B0247D345D6241ACB48A15182EE1 /* BinaryDisposable.swift */, - 6E30FFF0F33D9C112D9A58E0973F3E25 /* Binder.swift */, - 2EA5D1C6F4469778B74CE276B3E95925 /* BooleanDisposable.swift */, - 91D175C8E30D17BBF3600BFA11FBF19C /* Buffer.swift */, - 4FFABA4109609AB1273186DD3D3F5DED /* Cancelable.swift */, - F91E0136FE7A82EDA448140F940CD2EE /* Catch.swift */, - C3F6236C99AE33EF9F49A086A9E582C2 /* CombineLatest.swift */, - 83E622FC4C22555E1A435CCBCDBBCA99 /* CombineLatest+arity.swift */, - F018E0FD180A85EC8046161B3958129F /* CombineLatest+Collection.swift */, - 28A89EE0069F80C060277255C6C6E968 /* CompactMap.swift */, - 9CDA584C90A14EF280C18232BE80C4C6 /* Completable.swift */, - 3F6DA93F6113F6C67D8B81F8B27379AE /* Completable+AndThen.swift */, - D22136776B4E18D96E1704BA902DCA91 /* CompositeDisposable.swift */, - 615E77DDCC0A8FF7A262F0179104FA26 /* Concat.swift */, - 19F99430FF89952D0C4BD22A4C55B1EA /* ConcurrentDispatchQueueScheduler.swift */, - 703F0790C9E349B231D9F87E32CCCB22 /* ConcurrentMainScheduler.swift */, - 32F7125DA99DE30CB2D5C1325453CD88 /* ConnectableObservableType.swift */, - D5620915A0B2BD8799F9A6B1092BC20C /* Create.swift */, - 3337E9888AC8AA53F59E2D1A6552B977 /* CurrentThreadScheduler.swift */, - 33F34950F0B0EDF99D6E73A976975F09 /* Date+Dispatch.swift */, - D3C88060F538B1337B6E940EDAA787FE /* Debounce.swift */, - C044BC88800D4E2D6819AE9FC39CB506 /* Debug.swift */, - BB33C6387F7605893B467D241CE4D66C /* Decode.swift */, - A5CE850B0209D70C433FB15131DF9791 /* DefaultIfEmpty.swift */, - 7D9D924572652DF347D618664C61F0A7 /* Deferred.swift */, - 7AD81CD5F28446B742504FB0A8B3B869 /* Delay.swift */, - 02E715A645285FB74518EC2B5CD40D12 /* DelaySubscription.swift */, - 2DAF47860A2157E92298E26F6D9C04EE /* Dematerialize.swift */, - 45FD6A25A54F71BFA82ED46BE0BDC943 /* DispatchQueue+Extensions.swift */, - 7B0E6E5250DE9912F42B0986ECD620C9 /* DispatchQueueConfiguration.swift */, - EE5274615A0ED3F0F5A6A14A3FCF3B4A /* Disposable.swift */, - E4453419070F97DAA0D3CC9B4689CAC4 /* Disposables.swift */, - E17BEB0D12A8F668A7EB7CA6EA81E63C /* DisposeBag.swift */, - 29C08174E1A94946A4A3C5898A7BAA9D /* DisposeBase.swift */, - FDB453691D6CF48D89450D1638B6A0D8 /* DistinctUntilChanged.swift */, - EDF8AF881E3F9404796695038901DFD3 /* Do.swift */, - C2B8D121D3764CC7C6B5C4F9BFEC1659 /* ElementAt.swift */, - 866E5526AA1A6614901471F3C8CA1ED1 /* Empty.swift */, - 694214C37DE2E1F12DFFCDA42159B8DE /* Enumerated.swift */, - DE03E9CB07B9B48C35FBC5516D6F27C8 /* Error.swift */, - 53C33B6CFF5C28A5B03EEA8E8AAA3E44 /* Errors.swift */, - 0E07E20FAE01884F1119B91F17D40661 /* Event.swift */, - A3D0E9863EF3D86AAF6B4078513D9B36 /* Filter.swift */, - C5422882D46CE1463C84093503A21D19 /* First.swift */, - 56B64F9D7237C471C8DE8E4115334BCE /* Generate.swift */, - 33242563E2830D15F795294FCD71C76D /* GroupBy.swift */, - FCD03C12705CDD1E4597B84BEBBF1A1E /* GroupedObservable.swift */, - 107CFF56E6458D42D344FA1CBEF95C62 /* HistoricalScheduler.swift */, - FC876AA2CE8A5D65C2FE10964F93D18A /* HistoricalSchedulerTimeConverter.swift */, - DAAAFFAC58000D500257128358DB8429 /* ImmediateSchedulerType.swift */, - FD7043293D9B20477F59E286355E83F9 /* Infallible.swift */, - 374AEDE5F220F6E288851A3EA9A7C6BC /* Infallible+CombineLatest+arity.swift */, - 386AEECDD1B6468898F25F97D920537D /* Infallible+Concurrency.swift */, - 6D19655106335356E2BBD681997699E3 /* Infallible+Create.swift */, - 9FCD71A9F32D6E2F5D8A3A5C5FE18D8A /* Infallible+Operators.swift */, - 24074F0E9F84339ECF9A4DA7D51BCD8B /* Infallible+Zip+arity.swift */, - 6C3DCE16568E6AD0417302302650E199 /* InfiniteSequence.swift */, - 3E92FAEE6F1627E1510A3820B07BECC5 /* InvocableScheduledItem.swift */, - 10686CC409358F41FFC65031441A6ECB /* InvocableType.swift */, - B14892A43418159A23F5EE601F222121 /* Just.swift */, - D00B18D44B080B2EBAD1AA551A797B30 /* Lock.swift */, - B1C98A5308DF100FF5E772C51D2064AD /* LockOwnerType.swift */, - 88B4737D1BC912971B10E4141FB90D4E /* MainScheduler.swift */, - 9491421A3E07F90BF52EC2CBA3E774BA /* Map.swift */, - EA7A32379C60A307E4336B58102A5D87 /* Materialize.swift */, - BE995280F0A2468FD7F296165DF468F9 /* Maybe.swift */, - C452B6DF52A5720F87E587715B7F198F /* Merge.swift */, - 93F71CF744D7F17DD9A0B20DBF984E35 /* Multicast.swift */, - F758AB2E7B17684347F14B11A047D001 /* Never.swift */, - 170135B5EB6F411CC16EBE972AC97503 /* NopDisposable.swift */, - 150A9CCA90568D5BE92F55699CE068F8 /* Observable.swift */, - 1C1FDEE96BD46773BA9F68289F23FFCB /* Observable+Concurrency.swift */, - 1ADF680ABB501003DE78866EE42B96BB /* ObservableConvertibleType.swift */, - 7C7D71E03C1AE33112A461D37B6FD24E /* ObservableConvertibleType+Infallible.swift */, - 393C499C0A0C424EF078CDD4A0AA58B5 /* ObservableType.swift */, - 376A90BAB32D615A65EA5C08D53417FE /* ObservableType+Extensions.swift */, - 4C451DC0C6CA6520FF36C63191FABE20 /* ObservableType+PrimitiveSequence.swift */, - 1F53B8C5E5415E2452780A0548296908 /* ObserveOn.swift */, - 9F3BCC0BB079B0DA777280EE16C11EC5 /* ObserverBase.swift */, - 607197C06F4DA14922AC52172CE7CB36 /* ObserverType.swift */, - 96A3D629491035B2DD6BC2489B23C048 /* OperationQueueScheduler.swift */, - 1EDF6239EE7E3B68FD65AB0157796B2A /* Optional.swift */, - 8512129283E04B8EBAF7446AEAAB30D7 /* Platform.Darwin.swift */, - B7674DE221BF243E9956D65DD52AB600 /* Platform.Linux.swift */, - D4FC7E41383008DC658401930EFD719E /* PrimitiveSequence.swift */, - 6786852566CA2A027240143D68E11388 /* PrimitiveSequence+Concurrency.swift */, - 269C15DB086F7FFD2A4B22A0AAD7F1D1 /* PrimitiveSequence+Zip+arity.swift */, - 7B97DFA34A3CC4D2FA098FA3BB842EE6 /* PriorityQueue.swift */, - 4A5BD32DAF227474016FCC220F4F2E1B /* Producer.swift */, - 832F93ACC21FDAB3E8C4C5E56F1A124C /* PublishSubject.swift */, - 427B47CF14E7388511B2314F806BC104 /* Queue.swift */, - E36837913AF8D482C404B9B3C33352AD /* Range.swift */, - 9A6501CD2DDDA484F60A6F155E8F579A /* Reactive.swift */, - CB72C912B23F44F53E1F44B7CD7CD060 /* RecursiveLock.swift */, - F055EDA5470EBF58195AC688EC51DEE7 /* RecursiveScheduler.swift */, - 165454B31ECD99D9B8F6705570BFCFB7 /* Reduce.swift */, - B6E104BD57BEA24D0D28D42671E4F55F /* RefCountDisposable.swift */, - 527EB447065C0B0EE0E8E2678F8501AE /* Repeat.swift */, - 16EE906E5B59920A2AFE23BB13CE5AA4 /* ReplaySubject.swift */, - 9F01BC75C7E3C1733F76F486132BA8E0 /* RetryWhen.swift */, - 3B6BC8F429EB19BB590B551698F3451E /* Rx.swift */, - F68DDCE8954D8EE01824A2073A2CD754 /* RxMutableBox.swift */, - DA997EDF1EEFE5DA1E2657C5F2C9E35D /* Sample.swift */, - 7818E7C1C22ACEC64D5435B8FE7EE3B6 /* Scan.swift */, - B18D345A4D6E9F2EEE3447B55C338E82 /* ScheduledDisposable.swift */, - 81EB5F7BD0CD970AF7C3A24A4609576C /* ScheduledItem.swift */, - 74F8BDA840056C36AA9F212B172A42D9 /* ScheduledItemType.swift */, - C46ABDEB1577795E1FAC6692ADBC86F3 /* SchedulerServices+Emulation.swift */, - D07EF256CC0EB1DA7433E1FD36C1756E /* SchedulerType.swift */, - ADE5913C9E789333C12F9C288991E750 /* Sequence.swift */, - 010A2603551604940708396934B63511 /* SerialDispatchQueueScheduler.swift */, - 1326F7551A2B4EC3086C6D213ED5117E /* SerialDisposable.swift */, - 6469A4E61CABA772BB04F26A2B9C194A /* ShareReplayScope.swift */, - D6F5DFE5022EB1C32B90913149AE1F0A /* Single.swift */, - 3258F756A035160A7901362ACACF0E45 /* SingleAssignmentDisposable.swift */, - 3ACFEBDF924FD4941BC0F0EFC9771331 /* SingleAsync.swift */, - 556DF8A2A6D24A2991385EFD13763721 /* Sink.swift */, - 6593FF8B0FDA9526282F6CF0240CF95F /* Skip.swift */, - 0B48FE27E824CAC9B5EE35A555DBFBDE /* SkipUntil.swift */, - FE12AF3F5FFE4554F195ADD3430043C3 /* SkipWhile.swift */, - 0DB880B9B155ED9F6783B273B11E5C63 /* StartWith.swift */, - FC4D76EE03ACECEB0B264A71C70287D6 /* SubjectType.swift */, - C59603B928D0C8E010F6B7583A1C3E7A /* SubscribeOn.swift */, - 8B2D04DE986E27BFC13802DCE5BF5B33 /* SubscriptionDisposable.swift */, - CF09E0774ECECAB91C35C21729022EC7 /* SwiftSupport.swift */, - 0D13D05B62D7ECE100A427B70EB3D549 /* Switch.swift */, - 6AEF926CB0B189BC9664B3F647B00025 /* SwitchIfEmpty.swift */, - CC6A0F2C110C575A1F984A9854D4E60C /* SynchronizedDisposeType.swift */, - A65CB6779D2C2DF654427047D4F7E10A /* SynchronizedOnType.swift */, - A25118B3AF5E62CC383F2179462BE3F2 /* SynchronizedUnsubscribeType.swift */, - B4290816E1F47C0D443DD971964F3105 /* TailRecursiveSink.swift */, - 5DE35034784283921A08214A43B44228 /* Take.swift */, - 1BC2FFED29E91BE422E9AFF08A5F9352 /* TakeLast.swift */, - C9F96A8EDD29B3D11F11D6838BA2781E /* TakeWithPredicate.swift */, - E1E31D214C918A00628A71F89B960486 /* Throttle.swift */, - 112A0AFD8800802A625484C0C04AB29C /* Timeout.swift */, - 4F9AC9A9B218CD83368012E93FAB0682 /* Timer.swift */, - AC3FF9C373FDE9B6614E066958C630A0 /* ToArray.swift */, - 23183FA349AD969AF4A65529D6198A75 /* Using.swift */, - 85453438A57765D18CEB7F9995C4EEDF /* VirtualTimeConverterType.swift */, - E0FF55C4DBBB394DD95522E9DB2C46F6 /* VirtualTimeScheduler.swift */, - 84F6E67C841754B06BF6523D80ECEF2E /* Window.swift */, - 1463EFE90498A684C68D30E025751D8C /* WithLatestFrom.swift */, - 95050932D45F386170B0F0BCF4C576C2 /* WithUnretained.swift */, - 25796BF98BF3A7FAD755569C5336C910 /* Zip.swift */, - 5FC41FA0C568BEBF57AFD3BD0EEC0F18 /* Zip+arity.swift */, - 92466AE76458B4EFD1E55189A8F367E4 /* Zip+Collection.swift */, - FEE26F575AB2318FE1C6431E4F4825DE /* Support Files */, - ); - name = RxSwift; - path = RxSwift; - sourceTree = ""; - }; - 72BE168E66CF877F7E80AB51FAF0CD8C /* DDBaseTextView */ = { - isa = PBXGroup; - children = ( - 0D3DECE899206B675A1354261C92E798 /* DDBaseTextView.h */, - 42A766E27E17370831746E50DB4C54E5 /* DDBaseTextView.m */, - ); - name = DDBaseTextView; - sourceTree = ""; - }; - 78228B2BC0A7EB914E9289D8866725CE /* UINavigationController+DDCategory */ = { - isa = PBXGroup; - children = ( - 8C9B9EEE116BF7B8F5B7E7F0926AF0B2 /* UINavigationController+DDCategory.h */, - 66257A2DEDA1450500589EFDAB88FA49 /* UINavigationController+DDCategory.m */, - ); - name = "UINavigationController+DDCategory"; - sourceTree = ""; - }; - 7B3294140ED38EA9D1345A9C373D2058 /* UINavigationItem+DDCategory */ = { - isa = PBXGroup; - children = ( - ADA5FA71B1F5D722D89588F95E4D6CC5 /* UINavigationItem+DDCategory.h */, - 7F73D5CC4362A97C91BB5A8178962032 /* UINavigationItem+DDCategory.m */, - ); - name = "UINavigationItem+DDCategory"; - sourceTree = ""; - }; - 7B92760063994665F4444E8E3E9BB697 /* DDNavigationController */ = { + 6E003F1E040EA5A3E9298980CC65FC15 /* DDNavigationController */ = { isa = PBXGroup; children = ( ); name = DDNavigationController; sourceTree = ""; }; - 7BAE1C1087F4EDDBAD3AEF71154551B4 /* Pod */ = { + 7131B14110F04C48B7F0648B78D3C611 /* Support Files */ = { isa = PBXGroup; children = ( - 40DE442117C9CBFB3C92BBF967D9C2F0 /* LICENSE */, - 37E5696270CD4DB23D59BB150211E942 /* README.md */, - 0929BF74E7601CE14835D8BE305810D5 /* ZFPlayer.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7FDE4161CE75878D1C6C4925397B546C /* Support Files */ = { - isa = PBXGroup; - children = ( - D073E1F313B70C0699AB91A94A850B57 /* DDColorKit_Private.modulemap */, - B075AA5A78690C177F568EE521C66A97 /* DDColorKit_Private-dummy.m */, - BD399AABB8DC8FD2436A486183596782 /* DDColorKit_Private-prefix.pch */, - 315882A98CEC10521F50B4B4C95F9AD9 /* DDColorKit_Private-umbrella.h */, - 2BFAFC597A8593506D7C53A8ABE6A18D /* DDColorKit_Private.debug.xcconfig */, - 659EEA21A17DFF22D3368F68E2252BFF /* DDColorKit_Private.release.xcconfig */, + 053B03E73524BAE1504623E93DAF6CA5 /* AMapTrack-NO-IDFA.debug.xcconfig */, + 6B991895339B324F8088470B8491A5F9 /* AMapTrack-NO-IDFA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDColorKit_Private"; + path = "../Target Support Files/AMapTrack-NO-IDFA"; sourceTree = ""; }; - 845A4DA727B4A1486F4D4B8AB93D8DA0 /* DDMALocation */ = { + 7141A85E9F7B5E3D3DEB928D093C006B /* Support Files */ = { isa = PBXGroup; children = ( - 143CF33E702D1573D47C5558263526BD /* DDMALocationManager.h */, - D239529F0E447D1BF351CD569DC16D4A /* DDMALocationManager.m */, + 73F9897B9AA3A9FAD18712FED479E441 /* DDAutoUIKit_Private.modulemap */, + 4077B2CFC3AD50394AA33347D58C9AB3 /* DDAutoUIKit_Private-dummy.m */, + B0D6B2C65EC5921E9DC2EEC20D72BB50 /* DDAutoUIKit_Private-prefix.pch */, + FD44EAAED1E671A7BCD36F1D66F6F343 /* DDAutoUIKit_Private-umbrella.h */, + C91F30571910471B8118FF428C7E0DAE /* DDAutoUIKit_Private.debug.xcconfig */, + E7F35095B25197954930E7C85CF1AF17 /* DDAutoUIKit_Private.release.xcconfig */, ); - name = DDMALocation; + name = "Support Files"; + path = "../Target Support Files/DDAutoUIKit_Private"; sourceTree = ""; }; - 8462359AC122A526C53C54C151AEE773 /* DDBasicControlsKit_Private */ = { + 71A7FEF865B74E8BEF0BFED456FBE1E8 /* Resources */ = { isa = PBXGroup; children = ( - D5CEC988EE50FC78FE0B599F8CE3AC1B /* DDBasicControls.h */, - CA8ECFC93CACF034337DB269307D5330 /* DDBaseAnimation */, - A701410D3460D7120105171508A8DE1D /* DDBaseAttributedString */, - 2EC602129B5800014B586580E4B17A4A /* DDBaseButton */, - B7115C059B2C93A1A5421F15F34BE478 /* DDBaseCollectionView */, - 6D1AC6212D8A3429F4BA249263CE7D3E /* DDBaseCollectionViewCell */, - 92A16354459E2E48879CF48AB1A8544A /* DDBaseImage */, - 287C19B8CBC277B12E499A1A4C1CDFEC /* DDBaseImageView */, - 2034BA417DD1B254C9EBC5483F887A5F /* DDBaseLabel */, - AC89F2C795377E224AB7E93C6D34AAA0 /* DDBaseModel */, - 07E1D433C437FF8297A81A6BB7E07E96 /* DDBaseNavigationController */, - 3E555C91E2154726841689C7DF8DCE48 /* DDBaseScrollView */, - 309AA8DF4EDDE4461208AE98D1FF401C /* DDBaseTabBarController */, - EC7A41E1EC49545A4455C494A2D0A71E /* DDBaseTableView */, - F7895A3522E89F38C966711947640278 /* DDBaseTableViewCell */, - 2600F4F6CA73BB0C299C0B748F99B796 /* DDBaseTextField */, - 72BE168E66CF877F7E80AB51FAF0CD8C /* DDBaseTextView */, - 88E3D52D02EF10AFCAD6BEFEAF5F12A5 /* DDBaseView */, - C6CE659AB151B6340BA81B0AB6D73E1F /* DDBaseViewController */, - D6C4F7B494A93CC4DD431824FA8F38E3 /* DDBaseViewModel */, - 9CF79A056AA90B9E70A7BE9585B26CBE /* Support Files */, + EFF157C9C98D26B2B75B85C92D8AE8C2 /* DDBaseViewController.xcassets */, ); - name = DDBasicControlsKit_Private; - path = DDBasicControlsKit_Private; + name = Resources; sourceTree = ""; }; - 84E3295BF7E5E04EC0C7AB29DD0F5A3F /* NSBundle+DDCategory */ = { + 7243F4A3E3D2EEDAD572DB83253BD664 /* DDTableView */ = { isa = PBXGroup; children = ( - CCAAE4DAFE76D2275F21E9708250C59A /* NSBundle+DDCategory.h */, - 5CD3B38F0E7669A515456EDC1EF386A0 /* NSBundle+DDCategory.m */, ); - name = "NSBundle+DDCategory"; + name = DDTableView; sourceTree = ""; }; - 852E716CC79EBBDD863653E4EA8BBEB6 /* JXCategoryView */ = { + 7417AB6D17A3EC802E07BFC2748ED657 /* Support Files */ = { isa = PBXGroup; children = ( - 7794C0DE54FAF04714E544BE0162CFBD /* JXCategoryBaseCell.h */, - B3BBAF32F87072BA75D78ADA2FD0AFBE /* JXCategoryBaseCell.m */, - 32FA989F5D3AF4B91E81A32CAEA5DEAA /* JXCategoryBaseCellModel.h */, - 6AFF2FC5C5B02D7D7686FF7D080293C9 /* JXCategoryBaseCellModel.m */, - 426B3494C05A63E49874B177FD150870 /* JXCategoryBaseView.h */, - 5ADCE4CEEB29E1B18ABBC2EE98319609 /* JXCategoryBaseView.m */, - F48D8DEBCD8BC2814EF8894649D3B04A /* JXCategoryCollectionView.h */, - 93D52AD739DDBE58738FAF0492EBF9A4 /* JXCategoryCollectionView.m */, - 4356B553A56BAEFD9ED38842ED2BE2CF /* JXCategoryDotCell.h */, - C5E41BBC62A3CEA716CD7996C86B5E1F /* JXCategoryDotCell.m */, - E4F298AFF846D7ED28FE4048F323F08D /* JXCategoryDotCellModel.h */, - D47A7092321CC3080DAF0C510ED269E7 /* JXCategoryDotCellModel.m */, - CC875FA4F82ADF081B17B2AAF7FBA4D4 /* JXCategoryDotView.h */, - 2BEC15186B62CFAD2B923DCB713B00E4 /* JXCategoryDotView.m */, - 3563F126228BA5F3B6F238051665D45E /* JXCategoryFactory.h */, - D6AC9FD7FB87D55DDB970CF72C896B47 /* JXCategoryFactory.m */, - DE6BB8D95FB85E0FB0083FC9B0EEE0CE /* JXCategoryImageCell.h */, - C73473913A4F7F49598C7CE9775EE4B5 /* JXCategoryImageCell.m */, - 0B30B73C6B6A719DA0C5092D06D618BF /* JXCategoryImageCellModel.h */, - AF6A9DB7D5CA6C0C33599B781B504B77 /* JXCategoryImageCellModel.m */, - D0892933608EBEAAD180F75D27E7C9BA /* JXCategoryImageView.h */, - 6BA3367D0EF95B15837C64B05FD124FD /* JXCategoryImageView.m */, - D26114E6B2DDDFE1F8F9F37BF15D3B96 /* JXCategoryIndicatorBackgroundView.h */, - 4ED5E86BEB0CB48BA3772284D1311791 /* JXCategoryIndicatorBackgroundView.m */, - 318A1837FA6A7AE0CED77179C00786CE /* JXCategoryIndicatorBallView.h */, - 92A4FC4A66A4D899C1D3FEA367ACE01A /* JXCategoryIndicatorBallView.m */, - D802CF7BF3EF49970D09E6FED7AA5B7D /* JXCategoryIndicatorCell.h */, - 30B2A258C110A80779CCC88FC35ECEED /* JXCategoryIndicatorCell.m */, - 0426DB4F5011647554504F564ECEF942 /* JXCategoryIndicatorCellModel.h */, - 4CE64671BA36059349AF42E2E7A6BF53 /* JXCategoryIndicatorCellModel.m */, - 3D1EF5BD43F994624CC27C711CCFFE06 /* JXCategoryIndicatorComponentView.h */, - 2FC24FC40435F1CD1120CF2A2B1C0E28 /* JXCategoryIndicatorComponentView.m */, - 4A6A4E43FDFF2F1557067F38A4220361 /* JXCategoryIndicatorDotLineView.h */, - 9D0D65D52FEC328B79AB9F7DEEDAABF6 /* JXCategoryIndicatorDotLineView.m */, - 874E8E61A09F3AE9AE4B0F6CAE54CF83 /* JXCategoryIndicatorImageView.h */, - CC2E92FF305F1E3B2AA88CAD9BF5E844 /* JXCategoryIndicatorImageView.m */, - 4DEB35BE866290F3C8F5269AED8FF542 /* JXCategoryIndicatorLineView.h */, - F310B6A960D5E6659E42AC404DEAF55B /* JXCategoryIndicatorLineView.m */, - 5C79D063456556C2AA52961BF9AB119A /* JXCategoryIndicatorParamsModel.h */, - 907848D3B20FE03A0115A320BD56FE42 /* JXCategoryIndicatorParamsModel.m */, - BE8702F360B07B4B186341E7E1349E1F /* JXCategoryIndicatorProtocol.h */, - A18056EC56A62A0FB6B4B65CB1C52D94 /* JXCategoryIndicatorRainbowLineView.h */, - 5A1F01F1B81867FECEE685419EC78A00 /* JXCategoryIndicatorRainbowLineView.m */, - 9245ED422C113D88BA7D705A7C1C579E /* JXCategoryIndicatorTriangleView.h */, - A3FB1B7F76DE440587D3E09BBCD025C8 /* JXCategoryIndicatorTriangleView.m */, - 922F8D1C26E69717AB5972161F56DD70 /* JXCategoryIndicatorView.h */, - 94BA2EDA4A225165D62DFFB3E2BD6A9B /* JXCategoryIndicatorView.m */, - E7C32BAC05066BCC7B22010C580809A8 /* JXCategoryListContainerRTLCell.h */, - BD107F4B0C4145402D6C70007D9EBCF7 /* JXCategoryListContainerRTLCell.m */, - 30D527B02754B798D4C668BCE26A66D1 /* JXCategoryListContainerView.h */, - D7FB72732C12B6304A33D666FFBE17F5 /* JXCategoryListContainerView.m */, - 8A2D2F4E168E7013D015998A9C5E5B9A /* JXCategoryNumberCell.h */, - A66F8874B15B48577DC0BA54495763E9 /* JXCategoryNumberCell.m */, - E45F8A59CD78BC5701DAB5DA4C5EAF34 /* JXCategoryNumberCellModel.h */, - 7F06572418D82B4F3CC03CCC6F888D74 /* JXCategoryNumberCellModel.m */, - 402FA2B9285FD434759AB2B1CD2A5031 /* JXCategoryNumberView.h */, - 4230EE4BC175DB9D0517135C4C6C4A01 /* JXCategoryNumberView.m */, - 14772EE44CCF24DBEBCB911A382D66EB /* JXCategoryTitleCell.h */, - 2BE94CA8BFD463A7A9915B0F6304157D /* JXCategoryTitleCell.m */, - 013545468F2662EC9E0695A30606DE75 /* JXCategoryTitleCellModel.h */, - A6CBD9F83473E4DF1FBBAC4B7194B9C9 /* JXCategoryTitleCellModel.m */, - 806396501F54A2C64FAB1A3BED0F20BE /* JXCategoryTitleImageCell.h */, - 16CC7D600BD2FAD09EB30720DCA05D2B /* JXCategoryTitleImageCell.m */, - A946CEB3152C44C9696B79FA308DAAA5 /* JXCategoryTitleImageCellModel.h */, - D848E2CDE48F1CF4DB9D89307E8D8567 /* JXCategoryTitleImageCellModel.m */, - E557592568F77297E0EA22EB73ADEC63 /* JXCategoryTitleImageView.h */, - 43D524AA9D3B5DFCF48E4BEEBCFC04A9 /* JXCategoryTitleImageView.m */, - AC9AD5AA434A65B41169029E87558B27 /* JXCategoryTitleVerticalZoomCell.h */, - 9C17DE530ECE22B9E31BF8FA46D55122 /* JXCategoryTitleVerticalZoomCell.m */, - 76668C493DB6C22D33C9F8D942B1642D /* JXCategoryTitleVerticalZoomCellModel.h */, - 5389FF2C413F6FA2A65A0AA6F3DEB561 /* JXCategoryTitleVerticalZoomCellModel.m */, - 496397CEA6F9083A49D19778EF460859 /* JXCategoryTitleVerticalZoomView.h */, - CFB674939A4F1C022F289138693B7B40 /* JXCategoryTitleVerticalZoomView.m */, - 41AA15FB99923A9BDDBDAEC19F6F38F1 /* JXCategoryTitleView.h */, - 95774C6297E7224B8CA3F320310F82AD /* JXCategoryTitleView.m */, - BC8CF6F9970D4388CDDC0107FEE98836 /* JXCategoryView.h */, - 4EA7D42BCD10F68FE9F477F49FEE4ABE /* JXCategoryViewAnimator.h */, - D3A8CB08D4899D212ACAD5C03C00FA3C /* JXCategoryViewAnimator.m */, - C8413D9CD0500242A87E1410C53346D9 /* JXCategoryViewDefines.h */, - 301DD0B1CA59DEEAFFD151763663BD75 /* RTLManager.h */, - 543C54E1E7FCADD876FDC26A6DD1C44E /* RTLManager.m */, - 53D80ADBEDA01E972E8CE8C9FBA421BF /* UIColor+JXAdd.h */, - 90F7EA557D2A79CFFD7149815354FE58 /* UIColor+JXAdd.m */, - DC5985727D4311645C3BB58BE3691623 /* Support Files */, + 03BB44FC5E51BE8F4984D0D67B346B36 /* MJRefresh.modulemap */, + F7D66775E00968277373F1820C28F35E /* MJRefresh-dummy.m */, + EFF534404B48A07EF9415E1B7AF2B41B /* MJRefresh-prefix.pch */, + 5CB29478D24215B095F17948BDE075E9 /* MJRefresh-umbrella.h */, + 0DDF15B1CDB3036E5E12728D20B9B575 /* MJRefresh.debug.xcconfig */, + F4C324C3EEB34624F7BE3C05A9C244DE /* MJRefresh.release.xcconfig */, ); - name = JXCategoryView; - path = JXCategoryView; + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; sourceTree = ""; }; - 86622D79DF478AE0D52468C525453C75 /* NSThread+DDCategory */ = { + 74A7EF229C4D91A16916A94C6A89BFEE /* DDBaseButton */ = { isa = PBXGroup; children = ( - 418D1DB32CC871549BE147E6836C4CE1 /* NSThread+DDCategory.h */, - 13E6B7D06A5E2F85F41E88393972BA97 /* NSThread+DDCategory.m */, + 25E13C3EEFE446F4D5C60A9EDE560D57 /* DDBaseButton.h */, + F9487F721F5E52BC459A280CD0CEE2F5 /* DDBaseButton.m */, ); - name = "NSThread+DDCategory"; + name = DDBaseButton; sourceTree = ""; }; - 871781C2330C09BA1888DA818158DF8E /* ESTabBarController-swift */ = { + 7646DF8F3FF75F459CBA7C3D900B3435 /* SwiftEntryKit */ = { isa = PBXGroup; children = ( - 53759072A84BA76D7925637BDF0FF4DF /* ESTabBar.swift */, - 780C3EEDBCC7C364764F89D7FFB94BE0 /* ESTabBarController.swift */, - 427A2A9BFD09FC437C7C86D6A1887310 /* ESTabBarItem.swift */, - 3F566C2C160A3746F1E866AA29314488 /* ESTabBarItemBadgeView.swift */, - 0FA60FB70EF17EADEDCDEDD6F56F030D /* ESTabBarItemContainer.swift */, - AA2728A8499A4CBE26FDF49427918D17 /* ESTabBarItemContentView.swift */, - CC3D9DB8C1AFE4A7414DC2D4695C7F74 /* ESTabBarItemMoreContentView.swift */, - DC42A194DC3D32BAA142AD0F5EE76F2A /* Resources */, - FB9859C9177EA368FA1C59E63CAF5861 /* Support Files */, + 9F2E7855DD23E12C990502A4702ED070 /* EKAccessoryNoteMessageView.swift */, + D72FA0A01089199412FEA816868B7E00 /* EKAlertMessage.swift */, + 95DFA4E6548D2EE4B145E7FAAE7E629C /* EKAlertMessageView.swift */, + F94E7C30AF4113D40F033CE1251D8D9C /* EKAttributes.swift */, + E1AF437F2DB2A8574DFA7DC9F8FC0E55 /* EKAttributes+Animation.swift */, + 50716B9CB0FF04147D96C5C2FCBB59E6 /* EKAttributes+BackgroundStyle.swift */, + DDCB81702EAE525FF8DE7BDF5629BE00 /* EKAttributes+DisplayMode.swift */, + AEDB2515BA33F0F0816E4596638A245F /* EKAttributes+Duration.swift */, + 5B8C14CFBCDDDAFCA75A6A384CD76543 /* EKAttributes+FrameStyle.swift */, + 56E023294987DB2AFF4A531BB11561CC /* EKAttributes+HapticFeedback.swift */, + 642E84188A6B1C3D9511AFFB474BC49D /* EKAttributes+LifecycleActions.swift */, + 6A60422D889F7E1EBF46471F13714391 /* EKAttributes+PopBehavior.swift */, + 532465459BEE78E683CEF713BFA81415 /* EKAttributes+Position.swift */, + 3F38FFF90202D9E904AA825348B55FF9 /* EKAttributes+PositionConstraints.swift */, + A41E654289BAD1E62B7744A07C80983D /* EKAttributes+Precedence.swift */, + 398E132E5A43118FB9EA9492E9455982 /* EKAttributes+Presets.swift */, + E523A437BB3E45345F5701B913971D20 /* EKAttributes+Scroll.swift */, + 784760F2E1450336B98D33BA94DB2D4F /* EKAttributes+Shadow.swift */, + 247E41FBB44855E2C5BCAB8AD3B9765D /* EKAttributes+StatusBar.swift */, + 5ACBD05DD12303A27FD6995F7CEBCB09 /* EKAttributes+UserInteraction.swift */, + CCD8139E573ED53FA58B47E40A4E577C /* EKAttributes+Validations.swift */, + 758F1ADDC82F7BCCB943A59C8537B285 /* EKAttributes+WindowLevel.swift */, + F83784656FA2501DB6AE967A4B117DDC /* EKBackgroundView.swift */, + 41064A94194F7191F85D64A6943EC379 /* EKButtonBarView.swift */, + 5D67B030548BC7A4FFBC4DB476395BC7 /* EKButtonView.swift */, + 6541609031B4BD5911B87723211257B0 /* EKColor.swift */, + D265B9F4640EF6FE9B2ACFFCC52D3CE8 /* EKContentView.swift */, + 5D33591D62AB244E9E0ADF969AFCC384 /* EKEntryView.swift */, + 5D9687C419B03846899E64FB9770E01E /* EKFormMessageView.swift */, + 014AF8A028499B074392AEB3C88636D8 /* EKImageNoteMessageView.swift */, + B5446E77012E65A051C648874F3E2513 /* EKMessageContentView.swift */, + 71C6EA2E8F4430153FB0CBB07B761F1F /* EKNoteMessageView.swift */, + 511D15671C4786E1630047EB2EB7EF6C /* EKNotificationMessage.swift */, + DB26073C862A492E3947239850F61CF5 /* EKNotificationMessageView.swift */, + FED3277627CB31B80D833E787B106378 /* EKPopUpMessage.swift */, + 2C604E62D9D0E0BE5335F770E114C364 /* EKPopUpMessageView.swift */, + 1307264018CD22D8DA1BA4C5F9ADAED5 /* EKProcessingNoteMessageView.swift */, + A9A05A3D0785506C922906560F5667D7 /* EKProperty.swift */, + CD00D29F12D980A3434AAA80BEF36D96 /* EKRatingMessage.swift */, + C291EB8711462A28B4CCFBD87683959F /* EKRatingMessageView.swift */, + 77557C199EB3DF9A2B4F5C1D3C46E8BC /* EKRatingSymbolsContainerView.swift */, + A7EEEA9A5515EA80316E2B9FCE92DEF7 /* EKRatingSymbolView.swift */, + D38EEAEF315A2DD27F9AAE8B9A3BC088 /* EKRootViewController.swift */, + 80DB2630784A3A152B901F46B59A2212 /* EKSimpleMessage.swift */, + A0BB89BC04C015262FA535E7D8EEC056 /* EKSimpleMessageView.swift */, + 34D02251B3BFF0BEA261D2342EAEA473 /* EKStyleView.swift */, + 8A36963C052BB1C9CE0EDC070B0BC8BD /* EKTextField.swift */, + B48EF9BD2FFEF3F8EDEA9BDCEC0C88D1 /* EKWindow.swift */, + 903D9CDB7ED4DB9B376A88D2220F6EAC /* EKWindowProvider.swift */, + 6E5E878503CF9093906C0EA0502070CF /* EKWrapperView.swift */, + 5C27C6EE509E6F2B2333242F5AEF03E7 /* EKXStatusBarMessageView.swift */, + 5C462A9856B6AC698726C7E83C7D0CFD /* EntryAppearanceDescriptor.swift */, + 8640D7EB45FCDF96BABAD093783B1878 /* EntryCachingHeuristic.swift */, + 9781C797B43E5FC55BFF99EA95EB9E71 /* GradientView.swift */, + 1B45DEDEFAD7C4D15F954904ED90CF54 /* HapticFeedbackGenerator.swift */, + 049BB5D10534634952758F357C557B39 /* QLCompatibility.swift */, + AD48561C5513231F3940349131F5CFD9 /* QLUtils.swift */, + 3D187095D15A35DAEB7BB6B89C1140F1 /* SwiftEntryKit.swift */, + BB233660682AF6860E76856471E5FB06 /* UIApplication+EKAppearance.swift */, + C7486AC6796E141A57182236E57AD54C /* UIColor+Utils.swift */, + 45C5F51CBD07626BCBD5E758A70D036D /* UIEdgeInsets+Utils.swift */, + 06E671CBC62168918B1233CCECC29DE6 /* UIRectCorner+Short.swift */, + 22C8184B21F23343E22A9C232D399C9D /* UIView+QLContentWrap.swift */, + F0733919B381A00997A7EEC037768C8D /* UIView+QuickLayout.swift */, + A2ADBDCE0E67450DA4405BA7567BA35D /* UIView+Responder.swift */, + 99F08FF721312B8FA11B22A4E2A3C53A /* UIView+Shadow.swift */, + CDC6154E7B682426348C660B31AAFA59 /* UIView+Utils.swift */, + BD28906C87A46ED4F4524C51036B55EE /* UIViewArray+QuickLayout.swift */, + EBC617E8E7795BF819D5694451F7A1CA /* Support Files */, ); - name = "ESTabBarController-swift"; - path = "ESTabBarController-swift"; + name = SwiftEntryKit; + path = SwiftEntryKit; sourceTree = ""; }; - 87540083E15B223F07402F075D843771 /* MapKit */ = { + 7680D6CD6330B9D0E7123689FCB1A0A5 /* AnnotationView */ = { isa = PBXGroup; children = ( - BBA408FB4CE3A558BA4BBDAE04E9C384 /* MKAnnotationView+WebCache.h */, - 83BC342118EBA9D889CEFA034C0A68DF /* MKAnnotationView+WebCache.m */, - F253C4FE156CEF8EC9E8856C584A37FA /* SDWebImageMapKit.h */, + 9218AE1DDF28858CC993CF0588C28CCF /* DriveRouteCustomAnnotationView.h */, + B2BFB733E764620323F8A3A3BF796DC2 /* DriveRouteCustomAnnotationView.m */, ); - name = MapKit; + name = AnnotationView; + sourceTree = ""; + }; + 7767C9B6967FE0CD9EF19BDA3D98F124 /* UITableViewCell+DDCategory */ = { + isa = PBXGroup; + children = ( + E29CBC9A74C4F1060E2B086ACDD82109 /* UITableViewCell+DDCategory.h */, + 1DA22E9EAA33A9250A987DB225AE618E /* UITableViewCell+DDCategory.m */, + ); + name = "UITableViewCell+DDCategory"; + sourceTree = ""; + }; + 7E682E3CDEF9D2FEEC102880763549B9 /* Support Files */ = { + isa = PBXGroup; + children = ( + F9F3C9B151518EEBDF461EEA0CA27E02 /* ESTabBarController-swift.modulemap */, + 0DF18D6BA148903B65C6D1AAABCE41DE /* ESTabBarController-swift-dummy.m */, + 1AECD1F79FDA7AF20C4F45C8943CDAE7 /* ESTabBarController-swift-prefix.pch */, + 7A96D44B80709B17AF6D5CD258437126 /* ESTabBarController-swift-umbrella.h */, + 66759E5F4390DB94C4C82C3E95DBC797 /* ESTabBarController-swift.debug.xcconfig */, + 93302FD048F05C28A20840CB29A518B5 /* ESTabBarController-swift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ESTabBarController-swift"; + sourceTree = ""; + }; + 810727A07FBD3E39272B95EDF35CFFA6 /* DDView */ = { + isa = PBXGroup; + children = ( + ); + name = DDView; + sourceTree = ""; + }; + 81EF3B9531FFC34BABC514CF78837760 /* GCDTimer */ = { + isa = PBXGroup; + children = ( + 3C4476265B1F808102F32AC298F2611C /* DDTimerManager.h */, + 0C40F12DA8092A5DBAC674FC3717ECA8 /* DDTimerManager.m */, + A384DFFA8CDF0CD36E185BDDA873C37E /* DDTimerObject.h */, + 5D8AA99CAFA66EB05ADEE591537B032D /* DDTimerObject.m */, + ); + name = GCDTimer; + sourceTree = ""; + }; + 82EA3BD9DFB61FCD038639D5FC12B245 /* DDImageView */ = { + isa = PBXGroup; + children = ( + ); + name = DDImageView; + sourceTree = ""; + }; + 84C49A36D476EB749B01353964C6FF96 /* DDBaseView */ = { + isa = PBXGroup; + children = ( + 827D8783BB6345B7C7A5EA7BA9BE2D94 /* DDBaseView.h */, + 7C4C8486770A6B560214DDAFF13FAFDE /* DDBaseView.m */, + ); + name = DDBaseView; sourceTree = ""; }; 87F30047752767DD3B6D1FF405D4EF49 /* Pods-OrderScheduling */ = { @@ -4431,927 +4354,1202 @@ path = "Target Support Files/Pods-OrderScheduling"; sourceTree = ""; }; - 88E3D52D02EF10AFCAD6BEFEAF5F12A5 /* DDBaseView */ = { + 8930FC290952DC22562F3E8D1D38E395 /* UIImageView+DDCategory */ = { isa = PBXGroup; children = ( - A1D31041B602F67D11CF3BBEAC843651 /* DDBaseView.h */, - D7A89B24DC87927B8FEF9310102B936C /* DDBaseView.m */, + 130CED3B5857845A0F124D6F010F12BB /* UIImageView+DDCategory.h */, + A52B0113F2EA61CFDF9586666EC94E43 /* UIImageView+DDCategory.m */, ); - name = DDBaseView; + name = "UIImageView+DDCategory"; sourceTree = ""; }; - 8989D0953540930F24A946A6D827638D /* UITableView+DDCategory */ = { + 895161D184A23BD173A4E518E95EC747 /* Support Files */ = { isa = PBXGroup; children = ( - 9A67D09ADC0F5CBE35D36954F0992927 /* UITableView+DDCategory.h */, - 8DFC2CDC2110BF6C2C30C7B0E1CF1F3B /* UITableView+DDCategory.m */, - ); - name = "UITableView+DDCategory"; - sourceTree = ""; - }; - 8A0FE3A35A2B6A390E253FDBF17AB625 /* UIWindow+DDCategory */ = { - isa = PBXGroup; - children = ( - D7312148AF30F9F9E64E66319376F15C /* UIWindow+DDCategory.h */, - 2E32B538EEBB305C36E7870C3B29D63D /* UIWindow+DDCategory.m */, - ); - name = "UIWindow+DDCategory"; - sourceTree = ""; - }; - 8A599B271375C119C846566B0AB1D206 /* Support Files */ = { - isa = PBXGroup; - children = ( - DCD2CD4B85D8BC6B7C44E21BC54F5425 /* DDProgressHUDKit_Private.modulemap */, - 101EE56E2B7D72D13E2BCDFEBED1C4F2 /* DDProgressHUDKit_Private-dummy.m */, - 360B0FE8329A1B9FA384C2BDAEFF0426 /* DDProgressHUDKit_Private-prefix.pch */, - CAC9049D171DFD15E94FCF4B5D1B2CBF /* DDProgressHUDKit_Private-umbrella.h */, - E35C4B00F1C7B6A4BEEE953B24F636AA /* DDProgressHUDKit_Private.debug.xcconfig */, - 0823AC082D96D5966AD56033CFCFADEB /* DDProgressHUDKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDProgressHUDKit_Private"; - sourceTree = ""; - }; - 8B9ED7F5B0548D2E1149F27E1460E18C /* Trace */ = { - isa = PBXGroup; - children = ( - 984CF9CDA2E7448168D28E34E0CE05C1 /* MATraceReplayOverlay.h */, - 0D96709B77757C31073E4E14496AA9E8 /* MATraceReplayOverlay.m */, - DF94A34698A1B0C9A7167391F3D00A0B /* MATraceReplayOverlay+Addition.h */, - C0D6530E49CD20A841F29B7E9670C486 /* MATraceReplayOverlayRender.h */, - 969919DC7625613ACFB3875CB3BEEFFB /* MATraceReplayOverlayRender.m */, - ); - name = Trace; - sourceTree = ""; - }; - 8DCF498E466B782FFAE4A499910EC09E /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - 95F89D94507AD0F2189E258D0134FFAA /* Core */, - 51894FC29698F2B694283F96AAA8F532 /* Resources */, - D90D02285AB5C2619AF18828CB89F2F6 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 8E1B36B3C745F0C3105800E81DF8B878 /* AMapFoundation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - CD061B9E7C1BB560D4F179E05A033405 /* AMapFoundationConst.h */, - B97C37F70A35EAC16544F212CF2ED838 /* AMapFoundationKit.h */, - 24B44D9A9040FF136F50341DED1CE7B8 /* AMapFoundationVersion.h */, - 02C90FB71DFFDF0E6D35387342235CEF /* AMapServices.h */, - 70FFF98BEB6CEFF683166A6AC5946398 /* AMapURLSearch.h */, - 955816308CC96963EBCCFB69CAE935AC /* AMapURLSearchConfig.h */, - 771C282C80E490676913E421194A1B60 /* AMapURLSearchType.h */, - C7B1399EEADFBB3E646ABB4DEB4435DE /* AMapUtility.h */, - A1B50BF92D6CD304B80D5BD0C551C3B4 /* Frameworks */, - ADC62402876A322173DE057BA79BC75F /* Support Files */, - ); - name = "AMapFoundation-NO-IDFA"; - path = "AMapFoundation-NO-IDFA"; - sourceTree = ""; - }; - 8E2B564FFEB098D77071F40A50057CC5 /* Pod */ = { - isa = PBXGroup; - children = ( - 11ED6A726CD3BB293AFC886D7DC81BBF /* DDNetworkingOfAlamofireKit_Private.podspec */, - 5A43FA545E3F655B200AC2FB5A69D651 /* LICENSE */, - ED5D9D6980CC11D459977644DBE96BC2 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 8EB462937B9DE8DC48C32E33BE53C1EF /* UIView+DDCategory */ = { - isa = PBXGroup; - children = ( - 171EA1DC39174A1981D4A6AFC88BF08B /* UIView+DDCategory.h */, - B60196CBF499D52B9210082F64CE79B7 /* UIView+DDCategory.m */, - ); - name = "UIView+DDCategory"; - sourceTree = ""; - }; - 8F67CEE7BBCDC2DAB7F9B05967D4CAE8 /* ControlView */ = { - isa = PBXGroup; - children = ( - B165DC504C2647CB25FD8AD0AE9B2FBC /* UIImageView+ZFCache.h */, - 55DBABF3E7113BE3E61C435ADA5D2945 /* UIImageView+ZFCache.m */, - 4E74DB1B9A402E932E3BE7F58E7F00CF /* UIView+ZFFrame.h */, - A14E5059CB8D3E345E573F7A6818FA6D /* UIView+ZFFrame.m */, - 398301E8DA68C3AB1B55958715C96922 /* ZFLandScapeControlView.h */, - 085634A9BB7E9151D87B8C54953F4933 /* ZFLandScapeControlView.m */, - 64CEB9DB829F95096F5E6C91F1270279 /* ZFLoadingView.h */, - DDFBEE9180B6946F6C18C04041485B36 /* ZFLoadingView.m */, - 7002C815C9453F517845D0B1A6C21262 /* ZFNetworkSpeedMonitor.h */, - FE726E8A8082F744DF99D2538BE3595C /* ZFNetworkSpeedMonitor.m */, - 3702957EAAF0E5488626FCDBECF9DB2E /* ZFPlayer.bundle */, - 52F3FB91196E0362E9B87E4B32F37250 /* ZFPlayerControlView.h */, - 326E79355D2662EE40B4ADD4EB532929 /* ZFPlayerControlView.m */, - 05DEC88515E140A1BBDF5A3AB2C22A51 /* ZFPortraitControlView.h */, - 2C288E8732F09BA48DF6D4580E3A4177 /* ZFPortraitControlView.m */, - 73747B6E6F2FEA871105F22AD334E6DF /* ZFSliderView.h */, - 8C9C042D3A97283F14D853C697246D15 /* ZFSliderView.m */, - 6324E2751FBDA400E1DFA8FA2B64B9C1 /* ZFSmallFloatControlView.h */, - 104182DC2A05D1ADA9EE294A5C0641D2 /* ZFSmallFloatControlView.m */, - 8EEFA6A68437FC07D9C361E15FF6D060 /* ZFSpeedLoadingView.h */, - 9EF0B6AFE11791E2CB1A25B77D3883E3 /* ZFSpeedLoadingView.m */, - 7F71F7106C18F84BF6E04B68E25F5A6D /* ZFUtilities.h */, - 911F7A8021D40031D2CA8CFBD89AE401 /* ZFUtilities.m */, - CCE1AAA66AC31EA58AF7F2393EC65E67 /* ZFVolumeBrightnessView.h */, - 503CE2C3CF3C1E485295DDE39B832E2F /* ZFVolumeBrightnessView.m */, - ); - name = ControlView; - sourceTree = ""; - }; - 9122F6855844EB2D3D689137B012E30E /* DDAutoUIKit_Private */ = { - isa = PBXGroup; - children = ( - 28E219CEF552F1A2E291357BB3AA4F37 /* AutoUI.swift */, - E13034A5C2481E96647EF4262CB07F86 /* Support Files */, - ); - name = DDAutoUIKit_Private; - path = DDAutoUIKit_Private; - sourceTree = ""; - }; - 925B6619D4649C6AA9454E8059A36A40 /* UILabel+DDCategory */ = { - isa = PBXGroup; - children = ( - F29F18B97427CA56BEDA4ECFDED0BA8C /* UILabel+DDCategory.h */, - EBAC1439D98610204FDB0A3DA9D5DB4D /* UILabel+DDCategory.m */, - ); - name = "UILabel+DDCategory"; - sourceTree = ""; - }; - 92A16354459E2E48879CF48AB1A8544A /* DDBaseImage */ = { - isa = PBXGroup; - children = ( - B9008BE2FBE5785748D1DC210E9D3702 /* DDBaseImage.h */, - 3C6B6B613C0E48B101E51520B28703F8 /* DDBaseImage.m */, - ); - name = DDBaseImage; - sourceTree = ""; - }; - 95F89D94507AD0F2189E258D0134FFAA /* Core */ = { - isa = PBXGroup; - children = ( - 845A8DD1538DB3F094DDBA5A99B230D9 /* Array+ZLPhotoBrowser.swift */, - 271204F6A9AA551435DC7846132835ED /* Bool+ZLPhotoBrowser.swift */, - 2CD31AEDF7E33CA3ABD804AE98FF3D2F /* Bundle+ZLPhotoBrowser.swift */, - 4C611FAF3F8CFA0229563A634C170991 /* Cell+ZLPhotoBrowser.swift */, - 5FF4EE747722493E05B726004F65EC26 /* CGFloat+ZLPhotoBrowser.swift */, - 587D7856864D38B4A69FBEBD86954412 /* NSError+ZLPhotoBrowser.swift */, - 283B501D95848DFCD76E1BE9FE0856AC /* PHAsset+ZLPhotoBrowser.swift */, - 5F711564DA55B549418872618830379A /* String+ZLPhotoBrowser.swift */, - 904D62E54F3089397152C3B3CE0EB575 /* UIColor+ZLPhotoBrowser.swift */, - F6C6B43685FC03C8522A90EA0B1F2D37 /* UIFont+ZLPhotoBrowser.swift */, - EE58076B7D57C6C1D248AF46BF792F06 /* UIImage+ZLPhotoBrowser.swift */, - 0924C3423D5E455451161ABA13468838 /* UIView+ZLPhotoBrowser.swift */, - C0805198C3FC2D6331F02DE08C5A082F /* UIViewController+ZLPhotoBrowser.swift */, - 3655CF482260944747FC6FB22C6A5CA8 /* ZLAddPhotoCell.swift */, - 964303EC77C6404DC329715A93BC52F6 /* ZLAdjustSlider.swift */, - E0AE977B40DDE2472BC483A02BD32F7D /* ZLAlbumListCell.swift */, - 241F7439B966236BA89313D1D7A67E55 /* ZLAlbumListController.swift */, - 52DD67FAB45FB213EF5518634E30DDD3 /* ZLAlbumListModel.swift */, - FB0C42CD38E5B9BA12AE757156F75F4D /* ZLAnimationUtils.swift */, - BAB36794CD85EFDBBEC1FAA7908A59DE /* ZLBaseStickerView.swift */, - 8462D910BC9CE2E4ED636C537789A82B /* ZLCameraCell.swift */, - 68F9F0C9CA3C1201E6A47122EF7CB15F /* ZLCameraConfiguration.swift */, - 91697B5A3445501715370D331215C68D /* ZLClipImageDismissAnimatedTransition.swift */, - 18B06D9B287CC73877EC071520710935 /* ZLClipImageViewController.swift */, - 196501F6A77E2B0BC05BBF595DAD55A7 /* ZLCollectionViewFlowLayout.swift */, - 1592325E8E3941BCB8EE4AF63F0DFD18 /* ZLCustomAlertProtocol.swift */, - 3B576014CC2EA720AA11FDE54C7B1DE6 /* ZLCustomCamera.swift */, - DBAA737CE62F1EE66900DB0D88D909C2 /* ZLEditImageConfiguration.swift */, - A127CC8C3DF5C5DEDA7DC817FCC2EF2C /* ZLEditImageViewController.swift */, - 5A5F9F265C55B37102F5687F260FDA0A /* ZLEditToolCells.swift */, - 190C4696B71104BB0B8D5E0FD66833F0 /* ZLEditVideoViewController.swift */, - 161C75B32412D1709020BFC31592CAA6 /* ZLEmbedAlbumListView.swift */, - 39429AFCC18A21B579E2EA14B4C26A36 /* ZLEnlargeButton.swift */, - E7D1A18F29EA89DE4A959C750F7F9E9A /* ZLFetchImageOperation.swift */, - C9A9D7FA3980C428D2AE0C281B8B5F23 /* ZLFilter.swift */, - D074165ACF5B7FA60D9FE8AF19A90926 /* ZLGeneralDefine.swift */, - E18AE81C08359D1C13447AA46A591027 /* ZLImageNavController.swift */, - 12E5FCDDE8972E1C8319ABB8D1618182 /* ZLImagePreviewController.swift */, - 13076B60F2CD9CF5084D91EB5C239447 /* ZLImageStickerView.swift */, - AE06566BC86FC7FCFC2AC864F2424763 /* ZLInputTextViewController.swift */, - 27E068501DA6315B730420906BB2B9BC /* ZLLanguageDefine.swift */, - 78BE623C1DC75E1E56787BD7284F4770 /* ZLPhotoBrowser.h */, - C1606E8A0DA0F86E78CF3C6BB4194C43 /* ZLPhotoBrowser.swift */, - 91C70A65C83FCBE7ED54BF8925F3B1D4 /* ZLPhotoConfiguration.swift */, - CED7BB6AEC0928AC1A214B2655232893 /* ZLPhotoConfiguration+Chaining.swift */, - 42E928095D326638A70AB6AC51DDBD4C /* ZLPhotoManager.swift */, - E4E41A5FFF169C37D7ED546374420169 /* ZLPhotoModel.swift */, - 1A429AC5BBB46C3E563C1BC89B36107C /* ZLPhotoPreviewAnimatedTransition.swift */, - 036697F5AB63852AAD0357D09A0F368A /* ZLPhotoPreviewCell.swift */, - 5802D9119DDE3644A4902984E55A6185 /* ZLPhotoPreviewController.swift */, - 4E355D7F33E09BF405AECD605B790F62 /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 41E29653836D0B6537ECD8E4109605CB /* ZLPhotoPreviewSheet.swift */, - D2427B9AECFF6EAA0C86C0008715A5FB /* ZLPhotoUIConfiguration.swift */, - FDE23C604525A601304BB7E277849B8A /* ZLPhotoUIConfiguration+Chaining.swift */, - 6C962E3819937205BC299A2D00570D42 /* ZLProgressHUD.swift */, - 111EB05BD5A434A7D505C4BB11D488DC /* ZLProgressView.swift */, - 3DE34A547F0C51DEFCBF310AF075A705 /* ZLResultModel.swift */, - 1F78B4F170F421415FF6FFCF3367D80C /* ZLTextStickerView.swift */, - 2CDC65789B24FF659B168D0C07FE4667 /* ZLThumbnailPhotoCell.swift */, - 9DC8B2431DF6E1C2A6307BBA56EC879F /* ZLThumbnailViewController.swift */, - CB27B9846EE00EDD21359E190CC250DD /* ZLVideoManager.swift */, - B725A9CDE58F09E97DAF19217120328D /* ZLWeakProxy.swift */, - ); - name = Core; - sourceTree = ""; - }; - 963DE4925190FF89C9C94B7D5ED82F24 /* Frameworks */ = { - isa = PBXGroup; - children = ( - A4ED3D57473A8623D9C31067B8BAC6A9 /* AMapSearchKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 96D2425A3D298E2B27DF56FF555D8B7E /* Support Files */ = { - isa = PBXGroup; - children = ( - 082001B387F7A7BCA0EC8470E8ED8DF4 /* RxCocoa.modulemap */, - 8BDD2A5CED7C8D028DE2E1893918C7B6 /* RxCocoa-dummy.m */, - 4F494441144B63D820DAD2B2A8D73A23 /* RxCocoa-prefix.pch */, - 9D33711CCECCC34AB844934142CEBC5E /* RxCocoa-umbrella.h */, - 19605AE546602F18B02A31AE8DA1340D /* RxCocoa.debug.xcconfig */, - 388DE57F04F204326F436265E9FBD59B /* RxCocoa.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxCocoa"; - sourceTree = ""; - }; - 98401C49BE7F857C48CE1650435980B2 /* Core */ = { - isa = PBXGroup; - children = ( - 0B9F19DC51118528417961426F6F2F7E /* NSBezierPath+SDRoundedCorners.h */, - D7E7DA86C6DD2431C37E6BA67FB3E3A5 /* NSBezierPath+SDRoundedCorners.m */, - F81553FA1694EDEE12B52AA769D75107 /* NSButton+WebCache.h */, - 5D3F9B05CDFD1AD5C251AF21749FD483 /* NSButton+WebCache.m */, - C13CAFF41AE1647AF2E9543FC4EB0588 /* NSData+ImageContentType.h */, - 240951D1DB41F7DDD39DF1B13832275A /* NSData+ImageContentType.m */, - AE54FB629F0EF70F873891C1DA662CAF /* NSImage+Compatibility.h */, - 3AB46528C38FF04DA0336E098F180EC0 /* NSImage+Compatibility.m */, - AA81114709B34EB530C8EBEF78B1D97F /* SDAnimatedImage.h */, - A03EBA3F8B72F186B38A24D7F9CB4033 /* SDAnimatedImage.m */, - 6582DCB993A9BD229060622BC8C3D73F /* SDAnimatedImagePlayer.h */, - B80466A56EE064F1252BEBB48A9D736A /* SDAnimatedImagePlayer.m */, - C2328BDCCD9B43B3279966C884F70319 /* SDAnimatedImageRep.h */, - D1CF5A91668C11B8BA4B41ED4B253265 /* SDAnimatedImageRep.m */, - 1E2AD0990531BDAB78853ECA82AF140C /* SDAnimatedImageView.h */, - 2282AE9635EB7CC0426C1101BBBCE5C7 /* SDAnimatedImageView.m */, - F25A4C603A56E5DA17F56D7F3D1876C6 /* SDAnimatedImageView+WebCache.h */, - 90AE8DCCE7D44419812ADCF475BD00E3 /* SDAnimatedImageView+WebCache.m */, - AB67042786E6E1B7D32059C92B17E7FD /* SDAssociatedObject.h */, - 83B6E45BCF415B56C06388AF5CED29CA /* SDAssociatedObject.m */, - 19277F5CE274948445210AFC0DA01EA3 /* SDAsyncBlockOperation.h */, - 2AD9C18E85CFB3F018C55A534847E375 /* SDAsyncBlockOperation.m */, - 9928E748B5CED1FC83BBB7DEC747CF34 /* SDDeviceHelper.h */, - DBEE7E6CE4D59CD3D686977234A6B50E /* SDDeviceHelper.m */, - C1E6C1989F75D1D5D749A973ABA1379A /* SDDiskCache.h */, - 7104BDCDB12814CF08A0C3B06D6B9507 /* SDDiskCache.m */, - CFA840909FA1023CC48E167A32C70FD9 /* SDDisplayLink.h */, - A3114222F46CB12F9A3F50D69FA9567D /* SDDisplayLink.m */, - 3BF764AA08FBB71033094AF3D4781A70 /* SDFileAttributeHelper.h */, - A307B76EFDE615D46CC3F13A7557EF80 /* SDFileAttributeHelper.m */, - E3B4E610E0DD7D7110B0354AF9C65B88 /* SDGraphicsImageRenderer.h */, - 4217E0784AC3B6CD03E359037A4B0E1F /* SDGraphicsImageRenderer.m */, - AF9667205F9F1037AC4D9AA3C8BCC009 /* SDImageAPNGCoder.h */, - 72B2D4FFABA8CF3D4AD647D51F10ED12 /* SDImageAPNGCoder.m */, - 3340F9DEEC4FE9E1AECDAFEBA42023A5 /* SDImageAssetManager.h */, - 8ED92E020490CE117E44A5053CCFA967 /* SDImageAssetManager.m */, - D132A2B72E48F7E7F391DC6445FC436F /* SDImageAWebPCoder.h */, - D480CD329DBF89FE757D5C05B13D671C /* SDImageAWebPCoder.m */, - 5D79C0CCC6ECF76A33008F6944FFBCA8 /* SDImageCache.h */, - 069CDEC041763DBC5C362C3A6C2C8C8B /* SDImageCache.m */, - 9EA6B5628D827CCCC290452A7DB9052A /* SDImageCacheConfig.h */, - 416343E7DD3A8A6C2EED3FE315FC010C /* SDImageCacheConfig.m */, - E0067CB1A4502C70E9658F9E37F4BB62 /* SDImageCacheDefine.h */, - FD6D867BCE3B38E929947BA212868C58 /* SDImageCacheDefine.m */, - 410E9B39BF5A714784D62CC65CD3CB4D /* SDImageCachesManager.h */, - 4DA319B1E1C0E889595574D0BCC28F0E /* SDImageCachesManager.m */, - AB78B3E854EA39D2CB546CEF01A287C5 /* SDImageCachesManagerOperation.h */, - FC1E2AC8262F7B812F4D4439A6D39D2A /* SDImageCachesManagerOperation.m */, - B1F13142D4D0B8047D04CA77561E6CAE /* SDImageCoder.h */, - 837EB26B417408C513E015033364FC3E /* SDImageCoder.m */, - BC50E50C34A4DACA22EE2492872E5E05 /* SDImageCoderHelper.h */, - 82EEC5B2FBCA888498B487F0F6EF638C /* SDImageCoderHelper.m */, - 4FB1E9E9F158B42755ED2FCDB48383EB /* SDImageCodersManager.h */, - B29EB87B2DA9F8EA8EEB2F5ADFDE9C34 /* SDImageCodersManager.m */, - 722203EC877F4AA43A081F4886FC94FA /* SDImageFrame.h */, - 69010327269113AD02BF11B593D2F18C /* SDImageFrame.m */, - 9029C188440008AAF43DFC70CE8D6452 /* SDImageGIFCoder.h */, - 10380B4A7FE246EFC3400600D8E6DEFE /* SDImageGIFCoder.m */, - FAA65E09E52F34DF38EC8D8FF2E20974 /* SDImageGraphics.h */, - 8EFCCB18BD36E4174E2E8681E3EBD21D /* SDImageGraphics.m */, - 94379A2EE3EB83E9E3A34233923148E4 /* SDImageHEICCoder.h */, - 0EECFF8BBE0605C724623A63DC665863 /* SDImageHEICCoder.m */, - 5C4B013F4A3F804EDDE3F64A3180A064 /* SDImageIOAnimatedCoder.h */, - 67CD3F191D0231959C2892622121564D /* SDImageIOAnimatedCoder.m */, - D0C5D82864683D836DE6C48BA88F08ED /* SDImageIOAnimatedCoderInternal.h */, - B8A856E808AFEB94977C0C0B03DC7FD0 /* SDImageIOCoder.h */, - 04AF2A88CCD985C02B11DA6FC3A4AB09 /* SDImageIOCoder.m */, - 3C7268CE69627F7950A8963E1A468FC4 /* SDImageLoader.h */, - DB573F4CB60F43FB7BA3899F0985306F /* SDImageLoader.m */, - FF2DB90AF3082D4333869C0909902C30 /* SDImageLoadersManager.h */, - 27EBF335966474A9B80E68D1095AC1BF /* SDImageLoadersManager.m */, - 8001DC369265DEBB11311FA67C5E6C68 /* SDImageTransformer.h */, - 3A21D31DA8B0983CD9A718B1657C6DAD /* SDImageTransformer.m */, - 4C1CF0B28F77BEDB146E143C552B3B45 /* SDInternalMacros.h */, - 891E38FFF45F47643D33562DF361C9DE /* SDInternalMacros.m */, - 512621E919FE6990601DF598697CE0B7 /* SDMemoryCache.h */, - E9517A053F0B29551659051081B3819C /* SDMemoryCache.m */, - 0453B4A6A627C130DFB9A086FDF49989 /* SDmetamacros.h */, - A64A53C91DA8BDF707BEFF57D8D23E18 /* SDWeakProxy.h */, - 63B240DB9A2770797B89A91F4A2861A9 /* SDWeakProxy.m */, - C6F56231AAAC513CFEEA0D5948384701 /* SDWebImage.h */, - 60B5BDD0DE26255A890BA6B2B9F2B39E /* SDWebImageCacheKeyFilter.h */, - 6BDB575B1D0543B1F33D4D4CEBC77CCC /* SDWebImageCacheKeyFilter.m */, - 3AA1CF32F5B7EECA8339163E9618C5A7 /* SDWebImageCacheSerializer.h */, - 78F598CBC1D50CB7EFA6E35436DB7F2A /* SDWebImageCacheSerializer.m */, - 28A32943064217F77B70318214065DE5 /* SDWebImageCompat.h */, - FB09E7F07B9793E4111F1BAFFD94AE91 /* SDWebImageCompat.m */, - 0CDFDF0862BC1C0850D8693F0EECB01C /* SDWebImageDefine.h */, - D99DD3ECE29B3675578185DB35D41186 /* SDWebImageDefine.m */, - C3F548CB521ECD64AF66D06F53915BEB /* SDWebImageDownloader.h */, - 6925CB5D95F66C99A121CD4FA5828EF4 /* SDWebImageDownloader.m */, - D0C23B1B87A80CF733A6D554CD526C10 /* SDWebImageDownloaderConfig.h */, - 2EB0C50666316462E68E4B5F5973CEC5 /* SDWebImageDownloaderConfig.m */, - B66B88CA8F18D22EA212BFDC8EA2CA84 /* SDWebImageDownloaderDecryptor.h */, - 5B779F616E2119C82250F39471099E43 /* SDWebImageDownloaderDecryptor.m */, - 5E5ACCCB1AF1DECC8BEDFD19F4EC6E63 /* SDWebImageDownloaderOperation.h */, - BC447A6752BA218E4B4B500A714CD7AC /* SDWebImageDownloaderOperation.m */, - DFDCC6498F326A2BB0331A9AE0A7DFE5 /* SDWebImageDownloaderRequestModifier.h */, - 03BC8F9EB95E2D79C73B35BB3A91C446 /* SDWebImageDownloaderRequestModifier.m */, - 00263AC6F17D16D306703093A53AE9E7 /* SDWebImageDownloaderResponseModifier.h */, - 1423069C29B99EE544176E04A9C7E417 /* SDWebImageDownloaderResponseModifier.m */, - 16C545B0938BE55E0A8BAB5D58EDB033 /* SDWebImageError.h */, - 71D77D068831D2DA2A25378E649BDE71 /* SDWebImageError.m */, - 9C2835F5DBECF1B333FD61E96CA17038 /* SDWebImageIndicator.h */, - CD84EBBF24A40B64C5AF44F6A52B417F /* SDWebImageIndicator.m */, - 129F5EF74657EA42158CA4E4080DA473 /* SDWebImageManager.h */, - CEF0C3D7F321397802C2240ADF780C5F /* SDWebImageManager.m */, - 47EE17797FAB19BF96741AE7DFD7D110 /* SDWebImageOperation.h */, - DFF946CC3198CC3CF2B9365B54315435 /* SDWebImageOperation.m */, - 2E69ADBEB4214319E3940EC638889D05 /* SDWebImageOptionsProcessor.h */, - D057921E6A0CEB969E454DBFF1EA3E8E /* SDWebImageOptionsProcessor.m */, - 148C1A30AAF3A026CD2E04C1ADFDDA6F /* SDWebImagePrefetcher.h */, - 9B5DEAFE65E1B39169B93FE31F315CDB /* SDWebImagePrefetcher.m */, - 355527825530FEA222F67563F0F7DB25 /* SDWebImageTransition.h */, - 35BF14B07F1E8D758F1B38E56F874A0E /* SDWebImageTransition.m */, - E3B262116EEC9E4ED3CE111593E34273 /* SDWebImageTransitionInternal.h */, - FB406A6FBCD5D598D1D74261ED38A5CB /* UIButton+WebCache.h */, - ADFD39EA2647DA8BA6A797549955339F /* UIButton+WebCache.m */, - 905004095169DEB2EA901C0126A20FEE /* UIColor+SDHexString.h */, - 095588F6A89644C3B727E2C939F6C283 /* UIColor+SDHexString.m */, - 8C60D44732061E4F30035B3D91F2DDC1 /* UIImage+ExtendedCacheData.h */, - B28213749C10D7E3EC0AC440E0EAA97C /* UIImage+ExtendedCacheData.m */, - 4053228715B883BD6F6BAD123CDDD4DF /* UIImage+ForceDecode.h */, - 0C45D305770181CF057F93DDE1276970 /* UIImage+ForceDecode.m */, - BDDC64343E6B26906994162FB400A753 /* UIImage+GIF.h */, - 0648A4FCE1CBEA7798BA67A922694759 /* UIImage+GIF.m */, - 121A31C38105C2F10064646103FEFFBE /* UIImage+MemoryCacheCost.h */, - E0BD509AEF24BFCEECC588C96688FB1C /* UIImage+MemoryCacheCost.m */, - 0B7A39800F3538740C2C8C7AEAD20C40 /* UIImage+Metadata.h */, - 116B3F0232868225905E7A7DB6ADB367 /* UIImage+Metadata.m */, - 9CA9FF5752F795AD74E8C1EA7FAC3C99 /* UIImage+MultiFormat.h */, - F2F465445E3FC8D3741CD2B9D6865B34 /* UIImage+MultiFormat.m */, - F359A6FD455D578A8C334DFE8ADD6CF4 /* UIImage+Transform.h */, - 53C0B5D4524694941FB896AA6E7863DE /* UIImage+Transform.m */, - 30CFD1B5ECAE3FD4C1B153FA84F8AE9D /* UIImageView+HighlightedWebCache.h */, - F672C3A40F86F698269E2D64D47C87CD /* UIImageView+HighlightedWebCache.m */, - BD6A20EEEE34AF7A0DC59A6AF691DC26 /* UIImageView+WebCache.h */, - 06EFB0110BDC06BD43C65ABB882B1F46 /* UIImageView+WebCache.m */, - CB17B3F6B89B99D1F7CBD3515890548B /* UIView+WebCache.h */, - 1163BBE3DFDC421B0D1682CC75F3FC17 /* UIView+WebCache.m */, - 13337452A233EF6B33B1E736CC34E8DF /* UIView+WebCacheOperation.h */, - B33BB272312F879B184E79E33F7F3F8E /* UIView+WebCacheOperation.m */, - ); - name = Core; - sourceTree = ""; - }; - 9C503005F929BCCE459A22AA400DF01F /* Support Files */ = { - isa = PBXGroup; - children = ( - BC71029E6976BBBCDDE11137E715C485 /* SwiftEntryKit.modulemap */, - 624273B3D0255FD413D79A74FC1F528E /* SwiftEntryKit-dummy.m */, - D871BCC315BA59BAFAF233BEA0743994 /* SwiftEntryKit-prefix.pch */, - 15B745E1021C0A5E8E435D6E07D7E66C /* SwiftEntryKit-umbrella.h */, - F11779054EA5370B49BF606F47B5E4FA /* SwiftEntryKit.debug.xcconfig */, - FFD3A0E7BCDA043732AB96EE5F54369C /* SwiftEntryKit.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftEntryKit"; - sourceTree = ""; - }; - 9CF79A056AA90B9E70A7BE9585B26CBE /* Support Files */ = { - isa = PBXGroup; - children = ( - C0FE4C9D1106A4ABFAE227216E61E369 /* DDBasicControlsKit_Private.modulemap */, - 9F32CDDD65A7B87E876D5AEFCBDE310F /* DDBasicControlsKit_Private-dummy.m */, - 039981B1E3E26D40CB1FC0DE38335AB7 /* DDBasicControlsKit_Private-prefix.pch */, - 2BFD912E5780E3DCBA33EC4813B1A898 /* DDBasicControlsKit_Private-umbrella.h */, - A87BB655B7DB2D9E08AE4FFF1717221B /* DDBasicControlsKit_Private.debug.xcconfig */, - 83369529CD697F5E1B1DFD523F944B30 /* DDBasicControlsKit_Private.release.xcconfig */, - 6C8D83883A9B7D3C8254B00A523E9F54 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/DDBasicControlsKit_Private"; - sourceTree = ""; - }; - 9E8DAF593D56A92EFBEFB5EC9E3C7538 /* UIApplication+DDCategory */ = { - isa = PBXGroup; - children = ( - FDD38628ED44C2774EB550B0E95F5703 /* UIApplication+DDCategory.h */, - 1D94387B6B8BCED41E58665C93FE0FBB /* UIApplication+DDCategory.m */, - ); - name = "UIApplication+DDCategory"; - sourceTree = ""; - }; - 9FC038A5D7BAC411720CBB7EC3396B8E /* DDMAMap */ = { - isa = PBXGroup; - children = ( - B430CE29C5B7411542FCAE13FCC6C529 /* Annotation */, - 5676B11E7F27A467413B722DFFC37C43 /* AnnotationView */, - 22317F3B49C5DBB4C922B070185AB509 /* MapView */, - F2A3B7A911A62238FD48056BEE5F2CB6 /* Overlay */, - CBEFDDD789C460F2AA78958F91F5F0F4 /* Sources */, - 8B9ED7F5B0548D2E1149F27E1460E18C /* Trace */, - ); - name = DDMAMap; - sourceTree = ""; - }; - A06377993F6A541DD11592861CFBBFBE /* DDMANaviManager */ = { - isa = PBXGroup; - children = ( - 865EE0BB6D15D4C915DA09BA33065CDD /* DDMANaviManager.h */, - 2EC902AF54EC3360997A2D763A0CD106 /* DDMANaviManager.m */, - ); - name = DDMANaviManager; - sourceTree = ""; - }; - A0835293D3E11EEC9ADD1B61C1AB5A59 /* DDControlsKit_Private */ = { - isa = PBXGroup; - children = ( - E2EB173F896816C9F70B725DED2F5584 /* DDAttributedString.swift */, - 2D2250ED16634A23667ED0285FD0EE0F /* DDButton.swift */, - 99E8C4E70564529769AC84498FBEEB49 /* DDCollectionView.swift */, - 80BF48CEB40FEA6F8A5831CEE4F73D24 /* DDCollectionViewCell.swift */, - C2E156B7868CF20F128D8DB7CA0A02FC /* DDImage.swift */, - 94DADDF82AB995C15B799C77E55BFB8B /* DDImageView.swift */, - 2BB6923F568478DA17244F40B6F491C5 /* DDLabel.swift */, - 06C9EBBE03A8EE9F93FE054BC9A1B98A /* DDMutableAttributedString.swift */, - E815483DED7A342E2A89D7A660247171 /* DDNavigationController.swift */, - B9ADF39D06429D06C70D81B86D798452 /* DDScrollView.swift */, - 58988EBA21431A4FCAB61AC6940669ED /* DDTableView.swift */, - F37D4B914096835A909E95042EA1B4D0 /* DDTableViewCell.swift */, - D7D3CE5FE661AE719FF4E354E5126645 /* DDTextField.swift */, - 866D4FB6CE665BAB0695ABDA107A5B6F /* DDTextView.swift */, - 9F8ABD3BBA7DEAD9D923577F0590803D /* DDView.swift */, - 1131AA7215B8A080D6D7579D06615C65 /* DDViewController.swift */, - 5F24FE7BFD50D0ADFD015D20F3F89395 /* DDAttributedString */, - 6A770010814D8397D02574D860F39D02 /* DDButton */, - FD23BFE7A2E0F87A479F0AB7B0BB30C8 /* DDCollectionView */, - 03580D760F2377E48BF3E0AC57FBD46F /* DDCollectionViewCell */, - 39C03E8507BB8D928C7057C4DC2A28A7 /* DDImage */, - CF09952F9233F403806F51101E3C3647 /* DDImageView */, - 43123BC459A3C8506C17AC74F38A5DE1 /* DDLabel */, - 7B92760063994665F4444E8E3E9BB697 /* DDNavigationController */, - 3B255CC5FB6010A18398B87C523B32DE /* DDScrollView */, - 14C4ABC5CA0A7E9C83112AD126F4AAB5 /* DDTableView */, - 48221057C836899C270816B2A21866B5 /* DDTableViewCell */, - 098B9A7C044F9890EF48B185E25B7CFF /* DDTextField */, - 566ED32163E4E99909DDED0170744D41 /* DDTextView */, - 6C3629D5F789D3BF51559EE8BEBA148B /* DDView */, - FF47BB5A35FB66A5E384F3B54BF14F53 /* DDViewController */, - 626FDF92FA0AB130162C570A8336CA7E /* Support Files */, - ); - name = DDControlsKit_Private; - path = DDControlsKit_Private; - sourceTree = ""; - }; - A15EB31D441B70C70BF3717F087C3AD1 /* ijkplayer */ = { - isa = PBXGroup; - children = ( - 719054FEE88A61ACFB3402BA9B87C5FC /* ZFIJKPlayerManager.h */, - 74D57D0C4CA00A751FB775BE7AE0550D /* ZFIJKPlayerManager.m */, - 4C501097DB495257F27F8E18372A69AD /* Frameworks */, - ); - name = ijkplayer; - sourceTree = ""; - }; - A1B50BF92D6CD304B80D5BD0C551C3B4 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 5EEA6815E2CDB9B096BF8D330468A372 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - A42F787A67658BC47DB4C1575DBC8AF1 /* SnapKit */ = { - isa = PBXGroup; - children = ( - 8A95A7D32D1E09EEFCE4186D86294C3A /* Constraint.swift */, - 28E6BEFDBDCAFE6F7824A9BDC1A65F85 /* ConstraintAttributes.swift */, - 855D38E1901DDE3C70B2A5E07A2BB0FD /* ConstraintConfig.swift */, - 282AA01C92F6D05E40185A98A822BFBF /* ConstraintConstantTarget.swift */, - CF0801454F262D007CB28577CFD57B30 /* ConstraintDescription.swift */, - 8BD761DFE5F9BAD063905A3B7158CEFA /* ConstraintDirectionalInsets.swift */, - 2736FBB89EAE7497CD274394E6BAFD7E /* ConstraintDirectionalInsetTarget.swift */, - 2BF3E09545D03501E7AD2923239F607C /* ConstraintDSL.swift */, - AC14ECF936DF9E0C5555E8EDF49F2A2A /* ConstraintInsets.swift */, - AC00252CEAB49CFABD0FAD43B1553EA6 /* ConstraintInsetTarget.swift */, - CB75B002F4EC52E4D18234FFBB3F45EA /* ConstraintItem.swift */, - 1D9B11B3E51FE34AD9FE0D47D8A4C043 /* ConstraintLayoutGuide.swift */, - 5EA062E77B2B48CDB6633707B8939EE8 /* ConstraintLayoutGuide+Extensions.swift */, - 9246473747ABD51E83E49783E8635B2D /* ConstraintLayoutGuideDSL.swift */, - D91CC335518409A616FF458172BB924F /* ConstraintLayoutSupport.swift */, - AB7FC1F3A65F515D8998D5DAF316AFE0 /* ConstraintLayoutSupportDSL.swift */, - ECA1DB9240BAD2F032F2D8754D3EE4E4 /* ConstraintMaker.swift */, - 214EC6A6CACA244A2A8CCF4320E7CCAC /* ConstraintMakerEditable.swift */, - 6B9DE19D3BC1059CAC8DA63D23599DD5 /* ConstraintMakerExtendable.swift */, - FF074FE4D7668867F0A0579585DDD0EC /* ConstraintMakerFinalizable.swift */, - 9530F9B3598901C476C32FE8185A8776 /* ConstraintMakerPrioritizable.swift */, - EC444978559311536EA7828EA0E2AB36 /* ConstraintMakerRelatable.swift */, - 72C648486427B0652E530C144784DAA8 /* ConstraintMakerRelatable+Extensions.swift */, - FE9254C256F2001DAC915D1E0ABE8277 /* ConstraintMultiplierTarget.swift */, - DAACA9EED99E898F565DE606208AA23B /* ConstraintOffsetTarget.swift */, - F4C5879FB151992816CAC4BD843428B4 /* ConstraintPriority.swift */, - 5B9F378C6C97C139F6685A18F288572D /* ConstraintPriorityTarget.swift */, - 0A2984E2446EA248269842F5C7667806 /* ConstraintRelatableTarget.swift */, - 06571393ACD53476A21BDEABEF8C75BD /* ConstraintRelation.swift */, - 5B7CEE4A5A7949DC403D57BEA616CE47 /* ConstraintView.swift */, - 34802CFE9E3C73DF9138713DA2A7E67D /* ConstraintView+Extensions.swift */, - 7140391AD0200B719F7AE8B21D353943 /* ConstraintViewDSL.swift */, - 6922C180BA1F0EA4D3E30083E8E9E40B /* Debugging.swift */, - 517F560A1E1834C2EE17E698A08D5F79 /* LayoutConstraint.swift */, - EFB0585F2DC5A8B43C6ACF80C4313DD3 /* LayoutConstraintItem.swift */, - 048E6EA2A443340DF9C6A2BC6B049C39 /* Typealiases.swift */, - 18B7EF7FEFDD2E407D50F600A652DA93 /* UILayoutSupport+Extensions.swift */, - E5CAFE2E9E9FD9848217481054938BA6 /* Support Files */, - ); - name = SnapKit; - path = SnapKit; - sourceTree = ""; - }; - A45E99349F488D9FA83784CB1AF59FF7 /* DDWebImageKit_Private */ = { - isa = PBXGroup; - children = ( - B46F73153BF1659E8E7038169E8FC336 /* DDWebImage */, - F055563E06BD50AF8817638A5DE4B730 /* SDWebImage */, - CA2BD9E713FD53EE33C75A2C1BB8EE80 /* Support Files */, - ); - name = DDWebImageKit_Private; - path = DDWebImageKit_Private; - sourceTree = ""; - }; - A6122EFABFE5152C4218BA492594B10D /* Core */ = { - isa = PBXGroup; - children = ( - 88CA3FB59C8E426CF43917403DF163D1 /* UIScrollView+ZFPlayer.h */, - AF6C6D4537F5663E9D982B7F339179C4 /* UIScrollView+ZFPlayer.m */, - 18F0E7A8CA6268FC26D3C9B462479DB6 /* UIViewController+ZFPlayerRotation.m */, - E6A535A247B95C3C5D37EAB336854A58 /* ZFFloatView.h */, - 2D528E6614CA0B31C5EFC9D295357059 /* ZFFloatView.m */, - B0AF986DD1D64A8908A21C09DB12C542 /* ZFKVOController.h */, - 9A7086E744AF3FF84FB2511140FD09BE /* ZFKVOController.m */, - D4D758BBCC152245D6501CC74A10A953 /* ZFLandscapeViewController.h */, - 8A0C7AE96D4849EDE170D40395AD9FEC /* ZFLandscapeViewController.m */, - 517059FF0BEB2E3119E91565793D5A72 /* ZFLandscapeWindow.h */, - 235AFD3C8C1FE6AE9F686F35A5D8B5BA /* ZFLandscapeWindow.m */, - A731E7682B07C6693BDD913CCDCFCAF8 /* ZFOrientationObserver.h */, - A903FE0CDD89EE4EE04D9DEB31676E9C /* ZFOrientationObserver.m */, - 2519037F81F940BF38ED288321C6EEBE /* ZFPersentInteractiveTransition.h */, - 558B72D53C812C8D3E9A44DE5002EE08 /* ZFPersentInteractiveTransition.m */, - CE379182F3A98E93682AAB48871D5237 /* ZFPlayer.h */, - 7E18CDBA76F2F1966D21A7C0F44CBD68 /* ZFPlayerConst.h */, - 2DC8A1EC0BC780FE168547115B7A1021 /* ZFPlayerController.h */, - 6841241FAF2500646676F02953782F35 /* ZFPlayerController.m */, - 6FD8213C4D97087C0194926B8F08A149 /* ZFPlayerGestureControl.h */, - 937E0047B1CC6306B57159E0D64C62E6 /* ZFPlayerGestureControl.m */, - 3E99D65BF3390B8F6C9809D01825D82F /* ZFPlayerLogManager.h */, - E24935E5A81D4534663B9067AC01C8CF /* ZFPlayerLogManager.m */, - 4FBBC1A35C49A4956627AAA012027532 /* ZFPlayerMediaControl.h */, - 3F7D3D2D0BC824355B841486696D4A8D /* ZFPlayerMediaPlayback.h */, - 626F0E100DBD3E1CFE5FE762BD781C80 /* ZFPlayerNotification.h */, - 392CC4E9A34D2042C1706CEC1B9DAD48 /* ZFPlayerNotification.m */, - 2EFEA74DD224F4050CFDF712E4138FA6 /* ZFPlayerView.h */, - 89A4755370FBA837BDE924223EEC574A /* ZFPlayerView.m */, - 771651D6346D5D3582699E69B070A97C /* ZFPortraitViewController.h */, - F3846869F141D06E3EC4C3319744C1C3 /* ZFPortraitViewController.m */, - 396F5E03732DE67E7183D82AC68499D7 /* ZFPresentTransition.h */, - 68B590F95B2DAE807EB55FF6AC024866 /* ZFPresentTransition.m */, - BB6D305D88B123C0FF9762C5BD3DEEC4 /* ZFReachabilityManager.h */, - 78FBE7879A86B437F56AAB82871080B0 /* ZFReachabilityManager.m */, - ); - name = Core; - sourceTree = ""; - }; - A64E3FD54221C943F98D89BA2D97BE09 /* Resources */ = { - isa = PBXGroup; - children = ( - A374A1C8BE2E161DB9C8F8BB18194817 /* DDBaseViewController.xcassets */, - ); - name = Resources; - sourceTree = ""; - }; - A701410D3460D7120105171508A8DE1D /* DDBaseAttributedString */ = { - isa = PBXGroup; - children = ( - 19450B7C6987C1A7027D4C6F92D9D27C /* DDBaseAttributedString.h */, - 52926B4F888898C5186130DDC01525C8 /* DDBaseAttributedString.m */, - 45EB516E9529BE2D1852C3547C12C340 /* DDBaseMutableAttributedString.h */, - 5718BC14A22D15AE2D307B4E3CDD5852 /* DDBaseMutableAttributedString.m */, - ); - name = DDBaseAttributedString; - sourceTree = ""; - }; - A7CA17D622D42245361374DE9B1ABE61 /* Support Files */ = { - isa = PBXGroup; - children = ( - 71BFED193996DA96E5596C5C0250405E /* DDCategoryKit_Private.modulemap */, - 0BF09C2BF7626C08CFB89A3A570CE81E /* DDCategoryKit_Private-dummy.m */, - 73107BAE5A29597A08394B417792AC48 /* DDCategoryKit_Private-prefix.pch */, - 8B08DA8BF28FE1287F3BBD581B0F3494 /* DDCategoryKit_Private-umbrella.h */, - BDE9B18D80CCF683B513A98510CBCE85 /* DDCategoryKit_Private.debug.xcconfig */, - 922733409F666677F2F1615082BDCF74 /* DDCategoryKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDCategoryKit_Private"; - sourceTree = ""; - }; - A85A130CCB17022888FD59BD702B48BF /* UIScrollView+DDCategory */ = { - isa = PBXGroup; - children = ( - A83C5780F817D777A7A9262D94CC4785 /* UIScrollView+DDCategory.h */, - F3F676D474604944394DC6F56882EDE2 /* UIScrollView+DDCategory.m */, - ); - name = "UIScrollView+DDCategory"; - sourceTree = ""; - }; - AA7F495C525DC6ACF34A85D9105A874B /* DDMAMapKit_Private */ = { - isa = PBXGroup; - children = ( - 845A4DA727B4A1486F4D4B8AB93D8DA0 /* DDMALocation */, - 9FC038A5D7BAC411720CBB7EC3396B8E /* DDMAMap */, - A06377993F6A541DD11592861CFBBFBE /* DDMANaviManager */, - 089614AD98111CC5C03E29DFC3C66979 /* DDMASearch */, - F0908B7FB97047CC06D97C5FB11D3465 /* DDMATrackManager */, - 4C008BA3D85D7B394E1167D20782845A /* DDMAUtil */, - BA6803009F02E50727140A162A02F1A1 /* Support Files */, - ); - name = DDMAMapKit_Private; - path = DDMAMapKit_Private; - sourceTree = ""; - }; - AC89F2C795377E224AB7E93C6D34AAA0 /* DDBaseModel */ = { - isa = PBXGroup; - children = ( - 17B84C83EF71E8B084506DABF8D1834B /* DDBaseModel.h */, - 3A7F2C5E4556F7FF554AA8590262BEA9 /* DDBaseModel.m */, - ); - name = DDBaseModel; - sourceTree = ""; - }; - ADC62402876A322173DE057BA79BC75F /* Support Files */ = { - isa = PBXGroup; - children = ( - 0F9E6FB9AE7C9B61E54BE5D0ED95EC62 /* AMapFoundation-NO-IDFA.debug.xcconfig */, - C64861DD73F56B1A0AB5923C4DC444C8 /* AMapFoundation-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation-NO-IDFA"; - sourceTree = ""; - }; - B108FF03AA833FE6BE80022CC198BA51 /* Frameworks */ = { - isa = PBXGroup; - children = ( - D6454348D31CABD3F78239927AFCCC14 /* AMapTrackKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B377801462B64C5C1C948B8D5561A511 /* Support Files */ = { - isa = PBXGroup; - children = ( - 75D2843F7683678D0EBA23E6C8CEDED0 /* Alamofire.modulemap */, - 8895D72243F5DC4C66B8F83FCCF15B48 /* Alamofire-dummy.m */, - ACEC44F584BBCF1D156EE4D0D083B843 /* Alamofire-prefix.pch */, - C9FDB5270DABC087845957A74AA164AF /* Alamofire-umbrella.h */, - 719805884784BBC318D332957806EFFE /* Alamofire.debug.xcconfig */, - AB96F1FDA9365429148981F63D85A11A /* Alamofire.release.xcconfig */, + B3657DEF096305EBE6B26BB5173C3415 /* Alamofire.modulemap */, + 3DDA264E674D7AEBAC8EDE33C6246BAB /* Alamofire-dummy.m */, + B17C471E3664304AEDC145560C9617AA /* Alamofire-prefix.pch */, + E6F9848E7543E112CF37622B127F6C01 /* Alamofire-umbrella.h */, + 8E9F5D6A46BD08B8C946B40877101316 /* Alamofire.debug.xcconfig */, + 8FA5B24A252AC17F4DD0BBD9E460EF4B /* Alamofire.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Alamofire"; sourceTree = ""; }; - B430CE29C5B7411542FCAE13FCC6C529 /* Annotation */ = { + 8C7DBCBA79B6D3FECA2FC240C2CB55CB /* Support Files */ = { isa = PBXGroup; children = ( - C77DDA70FAB94B95DC110879C1F089FD /* DriveRouteCustomAnnotation.h */, - 08BA536F69D932695AFF0A141C0A89D7 /* DriveRouteCustomAnnotation.m */, - 9E13C4718A3498561FF494E29598F43D /* MAPointAnnotation+DDCategory.h */, - 70EE7E1E5B61398B821047E0BA5B8020 /* MAPointAnnotation+DDCategory.m */, + 94E2423E6D633C89D295A10654A160B6 /* DDFontKit_Private.modulemap */, + 30CE98C5D6023BE278175EF15E59EF33 /* DDFontKit_Private-dummy.m */, + 9FCB5969328993F09530BA6325DAD0A6 /* DDFontKit_Private-prefix.pch */, + D0CDF0E4E2F1C088723A932EF7287D12 /* DDFontKit_Private-umbrella.h */, + 9368D27A739E89A76D60B05B1F244248 /* DDFontKit_Private.debug.xcconfig */, + 3A2ACBC11F7C71AC47CE26B1F1909987 /* DDFontKit_Private.release.xcconfig */, ); - name = Annotation; + name = "Support Files"; + path = "../Target Support Files/DDFontKit_Private"; sourceTree = ""; }; - B46F73153BF1659E8E7038169E8FC336 /* DDWebImage */ = { + 93F93D1D3121269791FA727D80B3CF11 /* DDMAMapKit_Private */ = { isa = PBXGroup; children = ( - 1BC9327358DC964CA0C804F7BE5A45CF /* UIImageView+DDWebCache.h */, - B03FD88883B0ADA663F1A00B54F08563 /* UIImageView+DDWebCache.m */, + 3CD99F58A315D64ECC0804DBB78B801A /* DDMALocation */, + B5DEA9FF4CC93FDA853EF4EA6B72791B /* DDMAMap */, + 487C13F44BB15AEE6079FC8F3F5635AD /* DDMANaviManager */, + 67205D76729CAB13CD55779B99560B05 /* DDMASearch */, + 9626E7541778BD870CE0A58A7B08C37A /* DDMATrackManager */, + 0E62D5471761AEA01E1C2A6AC7E86285 /* DDMAUtil */, + B4736856F4A5E78E8176B5CAFBDC63BF /* Support Files */, ); - name = DDWebImage; + name = DDMAMapKit_Private; + path = DDMAMapKit_Private; sourceTree = ""; }; - B51ABDFFC393379DD58BBC50B10ED168 /* UIBarButtonItem+DDCategory */ = { + 93FA28EB5924A0DA6F913DEDAB9F9EAF /* ESTabBarController-swift */ = { isa = PBXGroup; children = ( - CC6E7AD31E4E61AA1FA9CDC2BDDAAAD6 /* UIBarButtonItem+DDCategory.h */, - 12767D49B2EB2B8D0A8185E74C77395F /* UIBarButtonItem+DDCategory.m */, + E4BC7A254DFB001F3BF507F76C9873E5 /* ESTabBar.swift */, + 6DAFB9504EBCC935E9887080A81973E9 /* ESTabBarController.swift */, + 5A851FFDD2FC740B4366B48BAF8380EB /* ESTabBarItem.swift */, + C1970F47DB11F1485D563BFD834DAF1B /* ESTabBarItemBadgeView.swift */, + 3C32556B7118AF696249225F0A517348 /* ESTabBarItemContainer.swift */, + C4E90252951EBCBD1D933899DAD856B9 /* ESTabBarItemContentView.swift */, + 47936CCF8C062F9463A88F805DC55094 /* ESTabBarItemMoreContentView.swift */, + 4E037BE981DE93A55ABEF9DD3395C780 /* Resources */, + 7E682E3CDEF9D2FEEC102880763549B9 /* Support Files */, ); - name = "UIBarButtonItem+DDCategory"; + name = "ESTabBarController-swift"; + path = "ESTabBarController-swift"; sourceTree = ""; }; - B7115C059B2C93A1A5421F15F34BE478 /* DDBaseCollectionView */ = { + 94AF8EA457C3AED2EE67594A627BAD10 /* Pods */ = { isa = PBXGroup; children = ( - 3E8A5D12AF5069852E6DB19862968B76 /* DDBaseCollectionView.h */, - FD16733E7B53B8B3B75C8566BF101BD8 /* DDBaseCollectionView.m */, + 08F8B9AD4CB090196E20043C614FE99A /* Alamofire */, + B838789DE2A030C0242F8F57844E0951 /* AMapFoundation-NO-IDFA */, + 3F1AF2992C34425FCD6654EAF2008933 /* AMapLocation-NO-IDFA */, + C7B16D1BA80A6CE1A98BE3AE679253F6 /* AMapNavi-NO-IDFA */, + 0039BC0ADA5A0C76424B34CAD28862B3 /* AMapSearch-NO-IDFA */, + 1DC64D35DB9B8B7299CCE82945B7EF34 /* AMapTrack-NO-IDFA */, + 30279731954EF7A8F4D245D7A3C2701E /* DDAutoUIKit_Private */, + 1C4D6DFC56C706FED9D7AA790870B3F9 /* DDBasicControlsKit_Private */, + C3736F20524E4721134F6DC03B7C1830 /* DDCategoryKit_Private */, + 95E40F1A12FFE0A48CD28C64D2163309 /* DDColorKit_Private */, + 42E94130726A5E753DA1975F54501728 /* DDControlsKit_Private */, + FD37708C411CCD492B9F722E36ED1859 /* DDFontKit_Private */, + ACE646A0E6C80CFBFD3FE0A55CD4F3AD /* DDLogKit_Private */, + 93F93D1D3121269791FA727D80B3CF11 /* DDMAMapKit_Private */, + 033481F28BABF20CB86D8DE170891D75 /* DDNetworkingOfAlamofireKit_Private */, + 515D530405C8F8D3F9D5BF9D237B2BD0 /* DDProgressHUDKit_Private */, + EC8235AE8927ADA4659B20EE366B6A99 /* DDTimerKit_Private */, + 093EC02BFA7F0E7FECFB02537713C5E0 /* DDToastKit_Private */, + E7C93FFE4474B302D5ED27D45C1CA3CF /* DDWebImageKit_Private */, + 93FA28EB5924A0DA6F913DEDAB9F9EAF /* ESTabBarController-swift */, + 5FB8F9C6649BF6BA6A32C77B29849DD8 /* IQKeyboardManagerSwift */, + 63123ECEA69E127FD409F4630C8DA2A5 /* JXCategoryView */, + C7819214356808A3BF21D84193B3146F /* MJRefresh */, + BAA8D9B0091CFF2462D9504E185AE328 /* RxCocoa */, + EB7842F7C318504248BEA3FD9EC5768B /* RxRelay */, + 9AA4CF330E6BF3264F155FCF7A225D02 /* RxSwift */, + 31F5AC2C357240D0EFC7051977DE753F /* SnapKit */, + 7646DF8F3FF75F459CBA7C3D900B3435 /* SwiftEntryKit */, + 601454D1D08A7C9720CA0EE998C7B948 /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 953E1D59DF1FD9B3E16A58EE67C48C1B /* DDBaseNavigationController */ = { + isa = PBXGroup; + children = ( + A5141CC65F037F8A5A0084529BDA5B2F /* DDBaseNavigationController.h */, + B5C56A9BFFAA90DED7DEC6B31223DE3D /* DDBaseNavigationController.m */, + 35C09C50C9838F729DC091AE4670FDF0 /* DDNavigationControllerDelegateReceiver.h */, + CB57C518A721DC9DF96FCECD662C6273 /* DDNavigationControllerDelegateReceiver.m */, + ); + name = DDBaseNavigationController; + sourceTree = ""; + }; + 95E40F1A12FFE0A48CD28C64D2163309 /* DDColorKit_Private */ = { + isa = PBXGroup; + children = ( + C9286E797921F6CD5F27FC4E657E1AFA /* ColorUtil.swift */, + 5C91EC8EBED91E3A221F6BBB65215305 /* UIColor+Hue.swift */, + 136A75D40643FE2B0B8D1F7D4C710B37 /* Support Files */, + ); + name = DDColorKit_Private; + path = DDColorKit_Private; + sourceTree = ""; + }; + 9626E7541778BD870CE0A58A7B08C37A /* DDMATrackManager */ = { + isa = PBXGroup; + children = ( + FACCD1C35E459F0074DF9B0C1D6EB580 /* DDMATrackManager.h */, + BCC18F059ABF4841BB4CEEFBDCD84E37 /* DDMATrackManager.m */, + ); + name = DDMATrackManager; + sourceTree = ""; + }; + 9685AB1FE30B23F0E871277F8D6F9FB5 /* UIScreen+DDCategory */ = { + isa = PBXGroup; + children = ( + 654EE5923C77DAC717AB3469C9763D33 /* UIScreen+DDCategory.h */, + BBD60BC8312A9DDAF45C84D812163634 /* UIScreen+DDCategory.m */, + ); + name = "UIScreen+DDCategory"; + sourceTree = ""; + }; + 994FFE8744B2E059A8EA2A356CA1E4A4 /* DDTextField */ = { + isa = PBXGroup; + children = ( + ); + name = DDTextField; + sourceTree = ""; + }; + 998B9EE1994150126483FB47D0ED407E /* DDBaseCollectionView */ = { + isa = PBXGroup; + children = ( + 5D114F395E51127CF5ECDB366D2A4DEE /* DDBaseCollectionView.h */, + D07B9FD87A751C8DF5DFEC1F7525E304 /* DDBaseCollectionView.m */, ); name = DDBaseCollectionView; sourceTree = ""; }; - BA6803009F02E50727140A162A02F1A1 /* Support Files */ = { + 99FEDDC407E70B60D31AE22C37109162 /* Support Files */ = { isa = PBXGroup; children = ( - 29CDA91713EBB456F052684FBA50055F /* DDMAMapKit_Private.modulemap */, - 178D3323E5AE0837DE8887457950573C /* DDMAMapKit_Private-dummy.m */, - D605176881746CCA8E39F1A7CFBCE932 /* DDMAMapKit_Private-prefix.pch */, - D9A2EC066216034C091C36A82299DAE9 /* DDMAMapKit_Private-umbrella.h */, - C2B1D598939080375A79CEB1C1ACC836 /* DDMAMapKit_Private.debug.xcconfig */, - C7F478224872A6F067BF5F303332B64E /* DDMAMapKit_Private.release.xcconfig */, - 57ED6041DEEEFE15E34C619906F5BD4B /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, + 29AA1A8B6BE56F500A96454977C1D1E5 /* AMapNavi-NO-IDFA.debug.xcconfig */, + 5CDD64B4F6D049953AEEEAF686B88DC5 /* AMapNavi-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapNavi-NO-IDFA"; + sourceTree = ""; + }; + 9AA4CF330E6BF3264F155FCF7A225D02 /* RxSwift */ = { + isa = PBXGroup; + children = ( + D0EEBF0ED54521BD47B2D289ED339C55 /* AddRef.swift */, + 7CE11514ACAD215F6823B196B91536C1 /* Amb.swift */, + D3F65F885EFD9A7BD996249820022B9B /* AnonymousDisposable.swift */, + 14477A461BBA1C258B971EC4DA30933F /* AnonymousObserver.swift */, + 198DC04144CBA6A32E8BA45889CF152E /* AnyObserver.swift */, + 83E719F0D96701257685AE242836F9EB /* AsMaybe.swift */, + FBBDD455178253285C1140F16938E2E8 /* AsSingle.swift */, + 7DCE973E96BAB683283538BA4415167F /* AsyncLock.swift */, + 37B388A14BCD2F2D6914B57584ED1AC5 /* AsyncSubject.swift */, + BC3737BD9BE217628AAFABB32EB97129 /* AtomicInt.swift */, + 535B5FA00524A8D33FF056E2959E60DA /* Bag.swift */, + C0ABA9042B1D741E8BD83E29025EF925 /* Bag+Rx.swift */, + E7379C81FF7A9D1BE25D57FCBF037CC3 /* BehaviorSubject.swift */, + F2CD3FFA4345FF5CC3DF730CBD677B6B /* BinaryDisposable.swift */, + 8D02D85D9009C076DBC3EA97C242F441 /* Binder.swift */, + 42AD855323940AF0FA5852047AAC08F9 /* BooleanDisposable.swift */, + ECAD1B1F70EF1AB26421154EF6FDCDB6 /* Buffer.swift */, + D6D7F28B14988C5F94C04C7B51D0FE6B /* Cancelable.swift */, + CDEF35C33B8B72178CEB5A646DB10809 /* Catch.swift */, + 60AF47368B67D4F6E6EB9DD4C92B5F03 /* CombineLatest.swift */, + 518123CD2864BF9353C581D7DCFABE36 /* CombineLatest+arity.swift */, + 9FEEF2FBC582877E4F1C20642D5DC196 /* CombineLatest+Collection.swift */, + 992692C3535B0478376ACF5B0D59D56D /* CompactMap.swift */, + 79B8181D6BCDAB95A21B487E3C4FE3C5 /* Completable.swift */, + FD3967C066C004CA8E0B6BCEC9579F93 /* Completable+AndThen.swift */, + 7F590CF1C5A6E49555234D4348AB6BA7 /* CompositeDisposable.swift */, + CAA25FF9AC89F159653CCF3B7C1F92AE /* Concat.swift */, + 3F0AB1AB9FF0770ADDEEB86B21822D94 /* ConcurrentDispatchQueueScheduler.swift */, + 2652ABDB0AE856157EB24ACDE7F1C109 /* ConcurrentMainScheduler.swift */, + 61F5ACA2414AEE712D1ACA5C1EE3C366 /* ConnectableObservableType.swift */, + A5363A88DF630846BBE5DF0747A6CA19 /* Create.swift */, + 30839F4CA2C472A4EFC81A353C0EDCD0 /* CurrentThreadScheduler.swift */, + A86803CA59904D98C1BBF8F503A28D68 /* Date+Dispatch.swift */, + E537B01FEC3FB9D921789FE6CE6A7650 /* Debounce.swift */, + 0A72F47B9638F8A492692CBCBDE187C2 /* Debug.swift */, + 6FB1B2F49C8CB24BBC41080E0F609131 /* Decode.swift */, + EC9E30FB7226708A3130A01B97DBA179 /* DefaultIfEmpty.swift */, + 190378F400F36DAF67780AF67295E127 /* Deferred.swift */, + 41068E0465DBA0197798A284D433A385 /* Delay.swift */, + 10B02284E899C4E67DF3620B6136ECA2 /* DelaySubscription.swift */, + 2013EAFEE01281A5A27141273E6254CA /* Dematerialize.swift */, + DC01802DF082B09A205D36EDB326D09B /* DispatchQueue+Extensions.swift */, + 8E0B48279EDB2355D19A0E691CF7F084 /* DispatchQueueConfiguration.swift */, + 8BAB945E9A5E55C45B8B8311921A8E65 /* Disposable.swift */, + 208A326EA9C6B70C00A99CF4B4718698 /* Disposables.swift */, + 40AAC458A5DF678D006FD42DB1C7764A /* DisposeBag.swift */, + 1AB783FF249674C2DCA72A637C95A09D /* DisposeBase.swift */, + 0D6FBC36BA6786187B2BF39273E4BD5C /* DistinctUntilChanged.swift */, + E1815691576E936229D71B170B61B51E /* Do.swift */, + 0DE271E9026637BAF39A3320647E88F2 /* ElementAt.swift */, + E4E224AD503FE144840909E9274EA5F9 /* Empty.swift */, + 87599920109E890FAD115A4A832D2506 /* Enumerated.swift */, + A8B0B366F617F88B519007C71635C00E /* Error.swift */, + 72F7F1963252E7C08B2C13F75EB0C4A1 /* Errors.swift */, + CD674BF667C0E4B0D4D47580E28C8015 /* Event.swift */, + 2D577522565702C2275ADE18C6DEFB9D /* Filter.swift */, + BEEF4B8CA0969CE54C8317610E903939 /* First.swift */, + 1DF2512911715A0B3D628A1E3BB16CE5 /* Generate.swift */, + 17D7C45B2B85F585912810F73875908E /* GroupBy.swift */, + 0714DAB610C493A714E9C237B500AB27 /* GroupedObservable.swift */, + 4896508A94FFAD7C7F2D67778469114C /* HistoricalScheduler.swift */, + 058EB6B299B596AC17ED61A28FB6C464 /* HistoricalSchedulerTimeConverter.swift */, + E51ADE35CB1FF9A7FE7A091D7F77BAEF /* ImmediateSchedulerType.swift */, + 4021748C8A97A2B92883ED1E1C597188 /* Infallible.swift */, + E1B50617C5846885B799174C6EF62E18 /* Infallible+CombineLatest+arity.swift */, + 02C1CA2F57A4346CBE7A18CFE5FB264B /* Infallible+Concurrency.swift */, + C427D458815D2DACDAEF536EFCC26D10 /* Infallible+Create.swift */, + 21F9FA993D60CD14B01156676A20C167 /* Infallible+Operators.swift */, + 2A6AB47529E4D2B7FA3F9DE128F564C6 /* Infallible+Zip+arity.swift */, + B36EC2EB267639DC179A22E5C82B081B /* InfiniteSequence.swift */, + 567EAFB0A2437DAA61EB2930754AC866 /* InvocableScheduledItem.swift */, + 6BDC9E26F11F599D8EB229E1B149FA82 /* InvocableType.swift */, + 5D4FDC4BA56692F2C1F78D7B88D63FB9 /* Just.swift */, + CA815D2B98648B935F01066AE001CE04 /* Lock.swift */, + AA3D6A5E27C75ED67BEE680197D2F7FA /* LockOwnerType.swift */, + 7652795C678E014507695AD5757A184C /* MainScheduler.swift */, + 0078DE8F9417033DDF8FE1BEB7B92C3C /* Map.swift */, + FF5C653DE425DA77FF764E580694FBAC /* Materialize.swift */, + 173D8B7976EEE82B73489608D4ECD938 /* Maybe.swift */, + 6E71AA808FC388FEEDE593611367F8E7 /* Merge.swift */, + 6B04C021800239F336FA695C490CFEC4 /* Multicast.swift */, + 60A31780F1F6B07863193305CAE8B190 /* Never.swift */, + AF3B1E8168552BA7234ECD297D5FFB80 /* NopDisposable.swift */, + 8BC297E8E71331FFCC4C4B1B6A49729F /* Observable.swift */, + 818837704BE878EA31F3506CB02438F0 /* Observable+Concurrency.swift */, + 3034FF9BD293C66A3A2BB3508E2B15FB /* ObservableConvertibleType.swift */, + 1D917246761244D0E22C479AA18F8F08 /* ObservableConvertibleType+Infallible.swift */, + 66843C6EAED70171F5724F6D55D583CE /* ObservableType.swift */, + 19FA2D7AB03EFF1765F38A85B188A68D /* ObservableType+Extensions.swift */, + 905308C5F0862D639CBDEEA2DEBA0F38 /* ObservableType+PrimitiveSequence.swift */, + 779FF4F794EBD1E104C275C7801C5A4A /* ObserveOn.swift */, + C1314F27EB60783A2BB6A8A3356381C0 /* ObserverBase.swift */, + B4989F3C262104D3605709E7C55F833F /* ObserverType.swift */, + B749E3C431FC2E72C48A7D27EC67CEFC /* OperationQueueScheduler.swift */, + D46CEA7529375D9160EB72A807DF77EC /* Optional.swift */, + 27F03F4441D9C818900AE909D10AD49A /* Platform.Darwin.swift */, + 4E275EDBD1EBEA831F0CF651123E68DA /* Platform.Linux.swift */, + 282D19080AF20F9B1BA46222C48E79C6 /* PrimitiveSequence.swift */, + 7407C365243B38752BEC41386DC423FE /* PrimitiveSequence+Concurrency.swift */, + 24403712A5AB50CB9F317E4EB3B3BC89 /* PrimitiveSequence+Zip+arity.swift */, + DBC65021380BDE610F542575C28002F9 /* PriorityQueue.swift */, + 9C7A974011A607C28F0319125B6A950D /* Producer.swift */, + A58197BCDBCAC149E2968A89A283304B /* PublishSubject.swift */, + 9D72F7196D11384008CA1257A9B05370 /* Queue.swift */, + 801CF86B61B8D3662503E065018435E6 /* Range.swift */, + 5AF9FA40572C352E073A51DD58F5E03B /* Reactive.swift */, + 4EBC522DF739FDB75DFE316CF30F9E7F /* RecursiveLock.swift */, + 3AE5362F4592E63A0E24BDE44E9B42ED /* RecursiveScheduler.swift */, + EE6C77205CF4B2951E884CB365BCFF13 /* Reduce.swift */, + 797EA6F95F919704E4D20B03FEAE2B2C /* RefCountDisposable.swift */, + 4F9DA43B175F92BCFEB6F2EE07B05992 /* Repeat.swift */, + 6B1DFE91466158CB3760DA71B4800771 /* ReplaySubject.swift */, + 67BD6EAB79253B89427DD5574B55ACD4 /* RetryWhen.swift */, + 61730E29F6F735A1BE072AEE87933D91 /* Rx.swift */, + 2D0A1920F3720D0E27D9006898CCA800 /* RxMutableBox.swift */, + DBC151782286E131785E4FDDF6766078 /* Sample.swift */, + B7A587E2BFF90A250B19A4B4A6850DBD /* Scan.swift */, + 3EA65439CC45CC46BEEFC2F6AF289CAF /* ScheduledDisposable.swift */, + AAFD7B653317A6D1B0029D18CEAA4EA9 /* ScheduledItem.swift */, + C621C26F9638312ED4E639142BE383FA /* ScheduledItemType.swift */, + DBA01A6E20FF38EB89024711031BE74C /* SchedulerServices+Emulation.swift */, + 246ABA10829F166DB32A96440298F4C4 /* SchedulerType.swift */, + 779F3A97073B497A65E751F00B699E6D /* Sequence.swift */, + 4D442EFD74FBFE6317BA17E473F3D58B /* SerialDispatchQueueScheduler.swift */, + 4AA8C0469D027698CEB004F38088B4B1 /* SerialDisposable.swift */, + B1B47458536B3C999E06D4706928ADA6 /* ShareReplayScope.swift */, + C8CAE56C4AE2824E7A44666D55E680BC /* Single.swift */, + 8938634BB278CC0931339FDF9DBC0D2F /* SingleAssignmentDisposable.swift */, + 1B35A6FBA3CBD45226B85A6F876700BE /* SingleAsync.swift */, + 6D95B408D442F1D74B1B939C0C40B90E /* Sink.swift */, + F1DE485127E572C133DAE639A0E1DF7D /* Skip.swift */, + AEE11C5436C284042CD04BC93ACF9E68 /* SkipUntil.swift */, + 5338EB039DDDA1CEB0687DF578E85AF0 /* SkipWhile.swift */, + 82781153788193EAAF79519318B5AE5A /* StartWith.swift */, + 12F0DA6BFB7D8D786DACD5C5D802185F /* SubjectType.swift */, + A69D3E95D171D695738BDB897F99C037 /* SubscribeOn.swift */, + F7A97239815B8632CA8DFCD0492AD8AA /* SubscriptionDisposable.swift */, + 5385C442FC256F4F6538B9E0B814CD37 /* SwiftSupport.swift */, + 16386E87CEA2794291A51E001EF07C9C /* Switch.swift */, + D1BEDBCA4296C121B66DB749E9723410 /* SwitchIfEmpty.swift */, + 76FAFA8931DDDC485CC2BF0225EEBE28 /* SynchronizedDisposeType.swift */, + 7AC98EB90DD6B5DD9F1BF265AA9B796C /* SynchronizedOnType.swift */, + F908B315CC454034AD4ED0594400DDDE /* SynchronizedUnsubscribeType.swift */, + 86C26ECC2EAF058C1B394CFB72C92711 /* TailRecursiveSink.swift */, + 0CA559423189E8260C4D8EFCD320E5F0 /* Take.swift */, + CFA94BCC9E1C1E290AB178D69009CC7B /* TakeLast.swift */, + EE5838784174A0B70B76BFB993775DD3 /* TakeWithPredicate.swift */, + A4293DAC3DE80A9D4A1CD783916B41DC /* Throttle.swift */, + A77FC8F4F23ECFC586439110A52E8F00 /* Timeout.swift */, + 2C361B8A805D198E77C68F1CB6A9565D /* Timer.swift */, + 563C81F01AC1F279FE5E4DBB8F16CC23 /* ToArray.swift */, + 7CD648B156D2E4123C2C343ADEAC20C0 /* Using.swift */, + 7E5E737EDFD33953938E4CB48647A583 /* VirtualTimeConverterType.swift */, + 1144203F1FA1BBB76BC972DF73475EB1 /* VirtualTimeScheduler.swift */, + 4A638BF5751BE46B7DDB1F0276B2836E /* Window.swift */, + 3A894F8F6802090FDB5911EBF1C17689 /* WithLatestFrom.swift */, + 5C41ED0BB3D1C1CE92C96C281FF2B318 /* WithUnretained.swift */, + 33DD2FD2E3BC2DB13C32E3C54B9D5C40 /* Zip.swift */, + EE96A5F2B943B72C1F0232E90B5E0577 /* Zip+arity.swift */, + AAF3AD1C4A2BCD31EE459373C4F300B4 /* Zip+Collection.swift */, + 195E5F02266E50FCF5BE5F2939003C78 /* Support Files */, + ); + name = RxSwift; + path = RxSwift; + sourceTree = ""; + }; + 9BFE3EAF52D0277DC9CE0D580D0498FD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5F7E5E56069B2F427832F2A54D927DD2 /* AMapTrackKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + A038464C45E90567187C24BD651B3C38 /* Support Files */ = { + isa = PBXGroup; + children = ( + 24DEF378BE6451D6215F2DAD7E37F1D3 /* SnapKit.modulemap */, + 3530D9C328D172A5E9E52705CE33873F /* SnapKit-dummy.m */, + D7664F7D4F7433504F136DD111DE41EB /* SnapKit-prefix.pch */, + 38FE1025C74543255E008560111EE3AF /* SnapKit-umbrella.h */, + 22BAE7ADCF6961EFB9689B374084F1C8 /* SnapKit.debug.xcconfig */, + AA7E8C40551B5BDFBD6835BC5E5084EB /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + A3F1280F2158702FC2B539E49EBE46EC /* UICollectionViewCell+DDCategory */ = { + isa = PBXGroup; + children = ( + 63050318E24A30075008D921E1C4B748 /* UICollectionViewCell+DDCategory.h */, + E1FC0B3FDD2534E449C31E5030C4FEBD /* UICollectionViewCell+DDCategory.m */, + ); + name = "UICollectionViewCell+DDCategory"; + sourceTree = ""; + }; + A682DC2F19DC09B3685A692E3565195E /* DDButton */ = { + isa = PBXGroup; + children = ( + ); + name = DDButton; + sourceTree = ""; + }; + ACE646A0E6C80CFBFD3FE0A55CD4F3AD /* DDLogKit_Private */ = { + isa = PBXGroup; + children = ( + 06FCD61E47745C4ABF7238F2618B3D70 /* OCLog */, + 2AFA65A3AF065F59E5D0798B92D02F4B /* Support Files */, + FDE26E1EBCECE5E4E99F5CBA7C1AED1D /* SwiftLog */, + ); + name = DDLogKit_Private; + path = DDLogKit_Private; + sourceTree = ""; + }; + B322DF16241440C91D47D27DF947173A /* MapView */ = { + isa = PBXGroup; + children = ( + CA3D16353BBDE4CA88918E2BD12CAB53 /* DDMAMapView.h */, + 21D2CEAF8CF027C5BBAB3E891B1C1540 /* DDMAMapView.m */, + ); + name = MapView; + sourceTree = ""; + }; + B4736856F4A5E78E8176B5CAFBDC63BF /* Support Files */ = { + isa = PBXGroup; + children = ( + 6ED0E50D2232B77CA85206A7E467DBFC /* DDMAMapKit_Private.modulemap */, + FC97898A6DA63C7DF9B7C8198ADB37EA /* DDMAMapKit_Private-dummy.m */, + B1A5F61C05410B8575354F8C3C05C536 /* DDMAMapKit_Private-prefix.pch */, + D422B3889DE69E0B78C9FBDE82D2CEFF /* DDMAMapKit_Private-umbrella.h */, + 66862513F4F0673A25B5298E4D72837C /* DDMAMapKit_Private.debug.xcconfig */, + 3BD58C350DD433AD985B5BF47438E6E9 /* DDMAMapKit_Private.release.xcconfig */, + B09091E3E5CC29728A4963D01CA556A7 /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, ); name = "Support Files"; path = "../Target Support Files/DDMAMapKit_Private"; sourceTree = ""; }; - C010A75E9929A9589B9D10C9A08987D3 /* UIScreen+DDCategory */ = { + B5DEA9FF4CC93FDA853EF4EA6B72791B /* DDMAMap */ = { isa = PBXGroup; children = ( - 32E990FA82F4C4D66826571C6F3094B8 /* UIScreen+DDCategory.h */, - 908E270C1AD3FDBEB4F57B149E5CE5E6 /* UIScreen+DDCategory.m */, + C19165CB7ABC2B0611892362108961BA /* Annotation */, + 7680D6CD6330B9D0E7123689FCB1A0A5 /* AnnotationView */, + B322DF16241440C91D47D27DF947173A /* MapView */, + EB582DFAE4B4823672ABE9A549B9F9D1 /* Overlay */, + 2E7C8DD5527D62A1C0FA639053697988 /* Sources */, + 6193C585C04BFE825CEB9413A85728FE /* Trace */, ); - name = "UIScreen+DDCategory"; + name = DDMAMap; sourceTree = ""; }; - C081A1394990AC7AEB2ED4C5AB39DAD7 /* UIImageView+DDCategory */ = { + B6766B37CD1DEFF4A0AF22CBED607DFC /* DDBaseTabBarController */ = { isa = PBXGroup; children = ( - A12ECE96930E4A017AC24BD9DBE63307 /* UIImageView+DDCategory.h */, - F0CF6CCF025D60805922BF7CB2F374A7 /* UIImageView+DDCategory.m */, + 49E61FF3E31D880F908200A0FAE04D3B /* DDBaseTabBarController.h */, + D82E638FA01F1B3E7E0C12854C89B1B3 /* DDBaseTabBarController.m */, ); - name = "UIImageView+DDCategory"; + name = DDBaseTabBarController; sourceTree = ""; }; - C4663A0BDD95470A3676405CB0BEEEF1 /* SwiftLog */ = { + B7E577F476709A81B4F9FD6D63D282F3 /* DDTransitionAnimation */ = { isa = PBXGroup; children = ( - 8DCDFA35CABFBFBF90F88244247C3F12 /* DDSwiftLog.swift */, + 1FCB4438676C9443FDBD11D667940A30 /* DDViewControllerAnimatedTransition.h */, + 4C578E3B01D6804F6A0918DFB12CC45F /* DDViewControllerAnimatedTransition.m */, ); - name = SwiftLog; + name = DDTransitionAnimation; sourceTree = ""; }; - C6CE659AB151B6340BA81B0AB6D73E1F /* DDBaseViewController */ = { + B838789DE2A030C0242F8F57844E0951 /* AMapFoundation-NO-IDFA */ = { isa = PBXGroup; children = ( - BE1BB5AD1B7355FBF4378A12E8882627 /* DDBaseViewController.h */, - 2E02407BE16822620F98D87DB977ABDB /* DDBaseViewController.m */, - A64E3FD54221C943F98D89BA2D97BE09 /* Resources */, + 52D7E92ABB652E1F265EE8CE4C2CE3E1 /* AMapFoundationConst.h */, + B2161CE91FDEC903D15D600D61203238 /* AMapFoundationKit.h */, + 7A5D43B4C65369E680311C7B1A74332C /* AMapFoundationVersion.h */, + 101B7F0DA5EA0C836662C232B4FFA5D7 /* AMapServices.h */, + 976CADF28C805C22D6C666530FA1A8BB /* AMapURLSearch.h */, + 2C8CE83F179D95664AB66EBA5B8D3D25 /* AMapURLSearchConfig.h */, + 1E9B6E80A88AAB7388F5385DC121AFD6 /* AMapURLSearchType.h */, + 7A774E04009B4CA3DD1212705F57DD67 /* AMapUtility.h */, + 651602BFDE30AA94E0CEC2AF242243E4 /* Frameworks */, + 62C2C7108104E7A0108ECEE3FC80B06D /* Support Files */, ); - name = DDBaseViewController; + name = "AMapFoundation-NO-IDFA"; + path = "AMapFoundation-NO-IDFA"; sourceTree = ""; }; - C719C788996294824D1D52DB600094ED /* AMapSearch-NO-IDFA */ = { + BAA8D9B0091CFF2462D9504E185AE328 /* RxCocoa */ = { isa = PBXGroup; children = ( - 337435604EE5C191E5CB0C5B761C6E14 /* AMapCommonObj.h */, - F5501ACE00BB534268FB6FB0263149F8 /* AMapNearbySearchManager.h */, - 82E2EDF4F76C19C81868411DBDDCEEF4 /* AMapNearbyUploadInfo.h */, - 5BEC2AE2E6A32C64B765DE8A57CC9DA9 /* AMapSearchAPI.h */, - 003A6B070BAAEE645C5EBEA9BE4D0C1C /* AMapSearchError.h */, - 0ADDF12254618283204DECA4796D75F3 /* AMapSearchKit.h */, - 325BB9F280047122EB39D614F9E9A4A5 /* AMapSearchObj.h */, - 414001ADB1443A86F7C31689797EFFE4 /* AMapSearchVersion.h */, - 963DE4925190FF89C9C94B7D5ED82F24 /* Frameworks */, - 6180DE9DCA5B3C163C524AF0893D8E7F /* Support Files */, + CDF49441432353AADD613A3619C9DB59 /* _RX.h */, + 6FD1FA40D8217077DF5F77ACECAD9F05 /* _RX.m */, + F228F5EA0C26FB01EF43F01DD9C0086C /* _RXDelegateProxy.h */, + 729B4A35FE50FA2C52E97EFD6D71D8EF /* _RXDelegateProxy.m */, + AFB58603BA94186F0189A4706E513E63 /* _RXKVOObserver.h */, + 678EC303D67919808287FC2F5A797398 /* _RXKVOObserver.m */, + A35899FB046A3FF6D8BB8E334801F016 /* _RXObjCRuntime.h */, + 5BCED3633699245A942F59210469022C /* _RXObjCRuntime.m */, + 06E6D8DA4ADC3045CDA6A90C1B5F22E2 /* Bag.swift */, + B1E4B0243FD34029F41616C0DC0078EA /* BehaviorRelay+Driver.swift */, + B528F577C6A4091B45ACD3A38668CAB2 /* ControlEvent.swift */, + 062263C3589D1729795C67E0AB851A15 /* ControlEvent+Driver.swift */, + 9DC5828DBF304CC18AFF4DB339965BF7 /* ControlEvent+Signal.swift */, + 31BCAE2909EA8487A425DDA239179276 /* ControlProperty.swift */, + 7C2DD96D94B33480141CD33D7564D0E1 /* ControlProperty+Driver.swift */, + D97C320858984FF07726BAEF115CF6F6 /* ControlTarget.swift */, + 71AC7BCD1812B821E5F06595D29FE590 /* DelegateProxy.swift */, + FACFC8E9247EA39745A9E5F36EBB017C /* DelegateProxyType.swift */, + 7BDB694CD0EA8E55CC2F6F7C1F790511 /* DispatchQueue+Extensions.swift */, + 9A17298BF441E0F25E58BD861854C2A6 /* Driver.swift */, + 67F3CB69B8373ACF80F013EE7B521CDE /* Driver+Subscription.swift */, + 6CD33F9239DCD92AE5B361E71866A69B /* Infallible+Bind.swift */, + CA7C75F524799E96E906996C0CBF0E59 /* InfiniteSequence.swift */, + E4DABC79EF73794D559D11226D74E985 /* ItemEvents.swift */, + AF00524DF715BD3C8811BB05939DFBAF /* KVORepresentable.swift */, + 20D1C02F57769A322F11D9AD1363424A /* KVORepresentable+CoreGraphics.swift */, + 29C24471798AF7B7F245278CC18F8986 /* KVORepresentable+Swift.swift */, + DD537B8C2E58D29B2AB1201CE62EA2F9 /* NotificationCenter+Rx.swift */, + D4F249100085D6576A786B419F4C8AF1 /* NSButton+Rx.swift */, + 61A611919ACFBC90E57197827857F43A /* NSControl+Rx.swift */, + 5C90FB76D8A8A80CAFC59D0BF15853CD /* NSObject+Rx.swift */, + EBB1081DA01C70F27FE6BD9232EA4554 /* NSObject+Rx+KVORepresentable.swift */, + 14079FBB082AEA0F36EF0AABC54FC20C /* NSObject+Rx+RawRepresentable.swift */, + C7E29BA3E4CFB600E80DD5B5478E6334 /* NSSlider+Rx.swift */, + C625418106AB7EB17105865B2CAAC99C /* NSTextField+Rx.swift */, + A85E0AD00BC262A2C7DBF753B12E800D /* NSTextStorage+Rx.swift */, + 2A06B54A8457BDFAD948FE9A9045DC7D /* NSTextView+Rx.swift */, + 0A580F905BE546DDCF74187A92C238E1 /* NSView+Rx.swift */, + 310DC8974BD185BD7CF87285C93A1993 /* Observable+Bind.swift */, + E00E716CC69CC5E585205A405861E72E /* ObservableConvertibleType+Driver.swift */, + CB6EF3C6E6D4E27A4665DD136FD64159 /* ObservableConvertibleType+SharedSequence.swift */, + A15A8A9CE96410BC34464FEC8FDF1F0F /* ObservableConvertibleType+Signal.swift */, + D3C5B3E35C30126A2105755413769DC8 /* Platform.Darwin.swift */, + 24A69A54D1197E7E6753BF749DA7D76E /* Platform.Linux.swift */, + 95894F130F7AA2F134A3BD7CCF5ABF78 /* PriorityQueue.swift */, + F72DDCCD14BC901481CCAB57B43D784E /* PublishRelay+Signal.swift */, + A97E3CA24BAF967F0DD559FF3D3BA7B3 /* Queue.swift */, + 50379E580ABE8786CE45B4666BFFAB49 /* RecursiveLock.swift */, + B2054A209976BE6EDED8BF328C284A31 /* RxCocoa.h */, + BDAFDD618BF550A599E1A8A8F78E9301 /* RxCocoa.swift */, + A568F8F84ED86D22002787BA311D2ECA /* RxCocoaObjCRuntimeError+Extensions.swift */, + 5D25E8493C5F426405582C10AC054738 /* RxCocoaRuntime.h */, + 73FFA9A27DA8200EE6A34BE8EF31865E /* RxCollectionViewDataSourcePrefetchingProxy.swift */, + E6945884E4439E18DE0C62B1DA2DCE8D /* RxCollectionViewDataSourceProxy.swift */, + A44C65585B3723DAE2F092C843998FAF /* RxCollectionViewDataSourceType.swift */, + 1C748222E930F63B48F2B93FDAEDCBCA /* RxCollectionViewDelegateProxy.swift */, + 332BF5D077B7A87A2D9B883F238DB39E /* RxCollectionViewReactiveArrayDataSource.swift */, + 2874484DB0A3A35CDC391EAFE70B3BFA /* RxNavigationControllerDelegateProxy.swift */, + 9AF92D3317BD34217929AE7AF04D4F07 /* RxPickerViewAdapter.swift */, + 6B5B2E4061F11E1EA28782ED15945358 /* RxPickerViewDataSourceProxy.swift */, + C323D1A4EDA5CB599CBB04834016F189 /* RxPickerViewDataSourceType.swift */, + 8F204E8DBFD0829BEA425A4B9098F9E0 /* RxPickerViewDelegateProxy.swift */, + 22A8ED664031CCE5A526DCE8A7C609BB /* RxScrollViewDelegateProxy.swift */, + 72CC2CB602B141DBF4D7ED0D72116E5E /* RxSearchBarDelegateProxy.swift */, + B767986E2E048850DCB496A1B51358DC /* RxSearchControllerDelegateProxy.swift */, + 370366858CA842942EC2D63A5BB95B7F /* RxTabBarControllerDelegateProxy.swift */, + FC0D2CA2018F91D073ABF8D0DE886B5B /* RxTabBarDelegateProxy.swift */, + 508455EE35704123049704C9BB38DF20 /* RxTableViewDataSourcePrefetchingProxy.swift */, + DB7EA7706502558EB5C7C27F3AAAC705 /* RxTableViewDataSourceProxy.swift */, + 17F0B48EB7C62C9467E7D647E7E5C701 /* RxTableViewDataSourceType.swift */, + 085B7B1FF4564A36CF8F94A08BEDF55B /* RxTableViewDelegateProxy.swift */, + 730A0DDF48D4CDDB8BB1378A1DD6EAD4 /* RxTableViewReactiveArrayDataSource.swift */, + 74C0CEF207216535BC2D646F46790388 /* RxTarget.swift */, + A5B7BDD3D744ABC74AAAD38C90F4A6C3 /* RxTextStorageDelegateProxy.swift */, + D7C575E483DBC943A3284018D332EFE4 /* RxTextViewDelegateProxy.swift */, + 77599CAE925776771AE4A255E20182C8 /* RxWKNavigationDelegateProxy.swift */, + BAFFF9D92EF1882071D8629529B44D4E /* SchedulerType+SharedSequence.swift */, + A15EE5A2B9983C9E4356CB92E183195A /* SectionedViewDataSourceType.swift */, + 049546AE2D69246DA5C5838EC8A75EC2 /* SharedSequence.swift */, + F6BC09B9E499C7B6740FA76E7A387E7C /* SharedSequence+Concurrency.swift */, + 3FF4EE0F844907B1BF4B6102C6722538 /* SharedSequence+Operators.swift */, + ABC71BC4AF6B30F4B08640F5D54C2855 /* SharedSequence+Operators+arity.swift */, + CA388F6B7624A40ECFB8B0637F0324E8 /* Signal.swift */, + CA0FD4C321960EEE6DD63AD6C27FFE00 /* Signal+Subscription.swift */, + A6D0FE43A137D54060C4C59A9EA5AC65 /* TextInput.swift */, + 124E71CC5CE3F9FAC04F23FCEAA3ACF9 /* UIActivityIndicatorView+Rx.swift */, + 87C35924A4EAB7B77383AE1BD363BDC7 /* UIApplication+Rx.swift */, + 67065C000F264388D70142FA26E93F82 /* UIBarButtonItem+Rx.swift */, + 6C459BF9C873EF2EB81A7909B9460B60 /* UIButton+Rx.swift */, + FA5B6E0EEEB3D115ED16F5BE81F393D6 /* UICollectionView+Rx.swift */, + C4396CE64F6C76103A4EC2F4B8DDCD50 /* UIControl+Rx.swift */, + 2872E11E1C1649690A1AE0E1D0289464 /* UIDatePicker+Rx.swift */, + 69D5BBA437CFDB4295DC0C3950519A4D /* UIGestureRecognizer+Rx.swift */, + DB28E56457E9908A2BADBEEE7F587F80 /* UINavigationController+Rx.swift */, + D5B52491A324A5299B334B290E6683CD /* UIPickerView+Rx.swift */, + B2FFC04BFBF0CBED9AA4E9BF57AE514A /* UIRefreshControl+Rx.swift */, + 8BB6A78FA3CA57E72A16D49037211694 /* UIScrollView+Rx.swift */, + 71EE95AFC1A598411065F4380A2C617A /* UISearchBar+Rx.swift */, + E5669AA45A9EEDDAF205EA5F5FC3709F /* UISearchController+Rx.swift */, + 713B7D34CF9565F9866E27AEF91E554C /* UISegmentedControl+Rx.swift */, + 1C7F27378D5F58EFED6939B2158F713E /* UISlider+Rx.swift */, + DB110E7217B3CEE13CA7FE62FAA7D93C /* UIStepper+Rx.swift */, + 4D1ACD85302EE253410BA0B555A96D91 /* UISwitch+Rx.swift */, + 75D1141D41D37C9177AD39190835097C /* UITabBar+Rx.swift */, + 7FB6B859A25DB4F5D6AAC46DE278752C /* UITabBarController+Rx.swift */, + 813F6C310E3587D8132D0082CD334FE5 /* UITableView+Rx.swift */, + 1A764909DC2F006D4FCD2FCEE48D041A /* UITextField+Rx.swift */, + BF3DDD864C2ACD2E4B1AD0D9DCF9C1F2 /* UITextView+Rx.swift */, + 93428110C0FF0C16E99FDC636C6A91E3 /* URLSession+Rx.swift */, + 9211D1E5A9E9ADA94FA6F36EBBD6C69B /* WKWebView+Rx.swift */, + 194C0DE220F1747CD777C84F6A388A30 /* Support Files */, ); - name = "AMapSearch-NO-IDFA"; - path = "AMapSearch-NO-IDFA"; + name = RxCocoa; + path = RxCocoa; sourceTree = ""; }; - C91877A0916E996F726316FE154DBD1E /* ZFPlayer */ = { + BCF253186F2B82072DF128BFC541B0CB /* UIBarButtonItem+DDCategory */ = { isa = PBXGroup; children = ( - 8F67CEE7BBCDC2DAB7F9B05967D4CAE8 /* ControlView */, - A6122EFABFE5152C4218BA492594B10D /* Core */, - A15EB31D441B70C70BF3717F087C3AD1 /* ijkplayer */, - 7BAE1C1087F4EDDBAD3AEF71154551B4 /* Pod */, - 39E194B845CA2593937F8988880C9739 /* Support Files */, + B9D9979BF7BE755FC5EE72228AAF34BC /* UIBarButtonItem+DDCategory.h */, + E379FBC419ECAAA12AEA0091BE1CCE4E /* UIBarButtonItem+DDCategory.m */, + ); + name = "UIBarButtonItem+DDCategory"; + sourceTree = ""; + }; + BF6E0B9C8C2D9F0048B6079D97EEDC44 /* UIView+DDCategory */ = { + isa = PBXGroup; + children = ( + 3DEEB0A1E76125FB49FD5575003252EB /* UIView+DDCategory.h */, + FCB09B991E6761C590DE3A69C76C440A /* UIView+DDCategory.m */, + ); + name = "UIView+DDCategory"; + sourceTree = ""; + }; + C19165CB7ABC2B0611892362108961BA /* Annotation */ = { + isa = PBXGroup; + children = ( + 84A7511A332C54E935D5AC0AB33FE5E5 /* DriveRouteCustomAnnotation.h */, + A871485905A7B9D5085AB9063F7C2B6E /* DriveRouteCustomAnnotation.m */, + ACC46CA284F43B04464EC0C31CAF25B9 /* MAPointAnnotation+DDCategory.h */, + 5765507A19EFB05632E1A9F99AD581A0 /* MAPointAnnotation+DDCategory.m */, + ); + name = Annotation; + sourceTree = ""; + }; + C3736F20524E4721134F6DC03B7C1830 /* DDCategoryKit_Private */ = { + isa = PBXGroup; + children = ( + 0F95237584E1E1CF46A35A7F1A307356 /* DDCategory.h */, + E9AA24F3E2B96F855CE478A77F17239D /* CALayer+DDCategory */, + 1F20DE4FF5F67DAB6F9C31E73F214FB9 /* NSAttributedString+DDCategory */, + 0EB6C4AB0B87D4A79C37D6DFEA78AAA6 /* NSBundle+DDCategory */, + 18C41E30E81C05C17A61F66E464B0B0E /* NSObject+DDCategory */, + CE62BEA7E17DE4DE24A2D00B6241F93E /* NSThread+DDCategory */, + CA2E786AEC5310DEE1FCC5A379AB8550 /* NSURL+DDCategory */, + 1C1ECADC597EAE1A0F7F236288BCAC48 /* Support Files */, + D356075B68EA3E7817E1DFE1E8F84462 /* UIApplication+DDCategory */, + BCF253186F2B82072DF128BFC541B0CB /* UIBarButtonItem+DDCategory */, + 06EC4582BA8352135543F89BCB681E81 /* UIButton+DDCategory */, + 36DA32CD030837918626A9F1F8E1E0D6 /* UICollectionView+DDCategory */, + A3F1280F2158702FC2B539E49EBE46EC /* UICollectionViewCell+DDCategory */, + FCF9B2D91E8AA0F4A76C9F9EAF7DAD80 /* UIFont+DDCategory */, + 1E07D352093529EC9C188CE80B0A429A /* UIImage+DDCategory */, + 8930FC290952DC22562F3E8D1D38E395 /* UIImageView+DDCategory */, + 67024E7A7E5E6DE12FC494AD047165E7 /* UILabel+DDCategory */, + 2AFAD11580CFA7ADA17BA9DEB0730D26 /* UINavigationBar+DDCategory */, + 2097204F710BD0A828900233BBA5D9FB /* UINavigationController+DDCategory */, + 296FB46308F53610294CD5906A470E85 /* UINavigationItem+DDCategory */, + 9685AB1FE30B23F0E871277F8D6F9FB5 /* UIScreen+DDCategory */, + 0D9C23219CB69CC60FF9432CFDBC2ABF /* UIScrollView+DDCategory */, + EED3447E103CFB2FAC8524062EC3026D /* UITabBarController+DDCategory */, + 094BC91BA0B99D83B7283AC41DF3539F /* UITableView+DDCategory */, + 7767C9B6967FE0CD9EF19BDA3D98F124 /* UITableViewCell+DDCategory */, + DB9C44381C07E929DC283FCEE690D48B /* UITextField+DDCategory */, + 30427F5B6F3F8BDDD83DB79E48E6DAFE /* UITextView+DDCategory */, + BF6E0B9C8C2D9F0048B6079D97EEDC44 /* UIView+DDCategory */, + 518150B3961F11EEFF71FEBC63BA8501 /* UIViewController+DDCategory */, + EE84CCD6D5282F380C9E3B3FDBBE325E /* UIWindow+DDCategory */, + ); + name = DDCategoryKit_Private; + path = DDCategoryKit_Private; + sourceTree = ""; + }; + C38E68029741F92493E5CB25EE063D82 /* DDBaseTextField */ = { + isa = PBXGroup; + children = ( + 424F5813A5DD5E9D00807E1211C07D11 /* DDBaseTextField.h */, + C617AD7CE439F65A7C5F58494BB5AC85 /* DDBaseTextField.m */, + ); + name = DDBaseTextField; + sourceTree = ""; + }; + C4F3E8E3657C7496DB98CB162B8780DA /* DDBaseTextView */ = { + isa = PBXGroup; + children = ( + 164E3E51174825E5EFCCA51D9A1EC788 /* DDBaseTextView.h */, + B9C3C9AB2B02E8A596AAE0DD34239125 /* DDBaseTextView.m */, + ); + name = DDBaseTextView; + sourceTree = ""; + }; + C7819214356808A3BF21D84193B3146F /* MJRefresh */ = { + isa = PBXGroup; + children = ( + 208979073B2FE049774A9D43E7D9D556 /* MJRefresh.h */, + B5CAE433DC066B69381954C853EF5020 /* MJRefreshAutoFooter.h */, + BF888BC940ECDC27897D8DE1D8A7E860 /* MJRefreshAutoFooter.m */, + 39BBD3F935B2B11E444B325BDF8FB4E4 /* MJRefreshAutoGifFooter.h */, + 5BB5BB6118935C6D43A74C150F4350DE /* MJRefreshAutoGifFooter.m */, + A9CB1447FEB6029A8840B0C7857C97D7 /* MJRefreshAutoNormalFooter.h */, + B71128C7081CD2E8ECF7C5E7C8426449 /* MJRefreshAutoNormalFooter.m */, + AD85BF22E05852F9453781C97E1399D6 /* MJRefreshAutoStateFooter.h */, + C3F3447872C813DF528F030338891CE6 /* MJRefreshAutoStateFooter.m */, + 124B8F2436BBB0C0AD7ED128EFD133DE /* MJRefreshBackFooter.h */, + 1659D786134CC1922FD3204177DDC5B8 /* MJRefreshBackFooter.m */, + 039FCBBD4421DD44C49B8EB73242C2E3 /* MJRefreshBackGifFooter.h */, + 89B70F11A598B4BCB708755C942B19B3 /* MJRefreshBackGifFooter.m */, + 831C0CFA95B7C57057FF308E5E5D244D /* MJRefreshBackNormalFooter.h */, + 0637CE33914BC197AE69F612D152D488 /* MJRefreshBackNormalFooter.m */, + E8B76411525726A0FD8619E18F1B6CE4 /* MJRefreshBackStateFooter.h */, + 6E0157BD9804628CE27EC39DBAE623DF /* MJRefreshBackStateFooter.m */, + E241B71AB1CC506D419A7EC8FFB99ADB /* MJRefreshComponent.h */, + BB5802F48A25FCB5A75DBCB1C4AA922F /* MJRefreshComponent.m */, + 412C13005896D925DE3EC008436D4B65 /* MJRefreshConfig.h */, + 4ECF212570173475918737F0157DCD1F /* MJRefreshConfig.m */, + 6B71D4B70FBFDFE5B3B5466E2B0A8B9E /* MJRefreshConst.h */, + 6133BD806850238E0AE755B74262A517 /* MJRefreshConst.m */, + 73AF0ACD82FCD087067C42D8DACDAF22 /* MJRefreshFooter.h */, + 224C0BC57E40B54C718B6D431EA95D35 /* MJRefreshFooter.m */, + 5D79775F2A42B4043C03F10F1752C5F7 /* MJRefreshGifHeader.h */, + D3291DE4FC4AB2853D55625A1AD9F2C6 /* MJRefreshGifHeader.m */, + 25024DCCFA9AE75D9ABA8D5F2ACD21A8 /* MJRefreshHeader.h */, + 1B3A4F80AA6DA72A6016BA996872756F /* MJRefreshHeader.m */, + D34F7AE0B202B99E2CD46B687100EECD /* MJRefreshNormalHeader.h */, + 28D1C4AA6F82692EFEA3FECF570F304C /* MJRefreshNormalHeader.m */, + 79BE26D8EEF45461D2CD0155D6F836A2 /* MJRefreshNormalTrailer.h */, + 3DAC19BC76A2A9E920FF049E5A75E2FE /* MJRefreshNormalTrailer.m */, + 2935D3C057FBAA6BA91FEB6E1C86AA43 /* MJRefreshStateHeader.h */, + 5B6789AACD3E823A92C0A1D2C00A8751 /* MJRefreshStateHeader.m */, + 69801524D244E6009A56696B3054FD7A /* MJRefreshStateTrailer.h */, + EDB6355A365726EDE0952F375385A321 /* MJRefreshStateTrailer.m */, + EC0A77D615174ABF6E8E44E65032BD51 /* MJRefreshTrailer.h */, + 4DAF90EB5E46CF4493F1246AFE6637F8 /* MJRefreshTrailer.m */, + 01193E2DB086753DA5AA71A6D347511F /* NSBundle+MJRefresh.h */, + 96CB71287DC47764EA3D00DFF00A504B /* NSBundle+MJRefresh.m */, + E0079065AACBA77637F4E9377AD08133 /* UICollectionViewLayout+MJRefresh.h */, + E48D32258894863E3A3C80BBD72250A9 /* UICollectionViewLayout+MJRefresh.m */, + 4ACE8BD874F4FEEB79865EE3C4C9CEB4 /* UIScrollView+MJExtension.h */, + 5BFC4181B79FA655AAA1EC7197475E7B /* UIScrollView+MJExtension.m */, + BE28FD9B37D8825AF32A4EBD4EB44326 /* UIScrollView+MJRefresh.h */, + F6772E0CFEE35EC2E79B96D1639DC02A /* UIScrollView+MJRefresh.m */, + 20B61D9040B3F1E98E92815015C9F28B /* UIView+MJExtension.h */, + 9854ADF8FEC2614C5F8273A696EAF7FA /* UIView+MJExtension.m */, + 35F415FAE183EF4DBBCD10E1233048C6 /* Resources */, + 7417AB6D17A3EC802E07BFC2748ED657 /* Support Files */, + ); + name = MJRefresh; + path = MJRefresh; + sourceTree = ""; + }; + C7B16D1BA80A6CE1A98BE3AE679253F6 /* AMapNavi-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 70B522161334143A91883444A329E8AA /* AMapNaviBaseManager.h */, + F2D57674FDEC7DDEF723E09C180B2E25 /* AMapNaviCommonObj.h */, + 95CD5B8683F7570F6AC7373E711DB84E /* AMapNaviCompositeAnnotation.h */, + F92345927AC878686CB228DC54101957 /* AMapNaviCompositeManager.h */, + 00FDB719497DF6FD26B71FCE57584623 /* AMapNaviCompositeUserConfig.h */, + 38DA9729758C0BADCA3E7AD9D88CB972 /* AMapNaviDriveDataRepresentable.h */, + 76A129310BE2AD2BCCAD9DDDEE41760B /* AMapNaviDriveManager.h */, + BE9936F27063F4BF84BA5308080E1836 /* AMapNaviDriveView.h */, + 4651A79F291EA6D02ABD3F279B3BF08D /* AMapNaviEleBikeDataRepresentable.h */, + 04A2E3818A6177ACAB4671D000B44E5D /* AMapNaviEleBikeManager.h */, + D55D871FFBCD643E9E01A02149DA4569 /* AMapNaviHeaderHandler.h */, + 2B1E87B5F4F52E5B8427C9B7735C2B82 /* AMapNaviHUDView.h */, + 064374DCBF35269ED8F78ECA89E9C429 /* AMapNaviInfo.h */, + 7CFC717F07F144C2227FF793A40AE410 /* AMapNaviKit.h */, + D85E6C2562A93E54D9EA8F7CF2B2BCD5 /* AMapNaviLocation.h */, + CD817EACB58C1321A3F04A2FE3161DCF /* AMapNaviManagerConfig.h */, + C6B5D709CDDA122C94CB22C52E1CB67B /* AMapNaviRideDataRepresentable.h */, + 5E1C38843F08E7E4DAE570688887AC3C /* AMapNaviRideManager.h */, + 03E92676ABC7F6EA23240642F79B507F /* AMapNaviRideView.h */, + 6625A80FE0D78E6AA0FF9F014D5905B3 /* AMapNaviRoute.h */, + 68AE864C1138567749460BA64467D3E3 /* AMapNaviStatisticsInfo.h */, + 684FD478DDEC916460E0BDF2E33327DE /* AMapNaviTrafficBarView.h */, + 03EA2F34E1A934652146490C40C25272 /* AMapNaviTravelManager.h */, + C3566B40F5550655C85824A80F7D6C3E /* AMapNaviVersion.h */, + 11354F356B63EBDA4EE7FFB9C178D318 /* AMapNaviWalkDataRepresentable.h */, + 10D66DE6DD32EF693D15560006B2DBFD /* AMapNaviWalkManager.h */, + 861031F11BE515D8D78DDB7FD3228EC8 /* AMapNaviWalkView.h */, + BDF0417145FE562FC55032EF34353886 /* MAAnimatedAnnotation.h */, + 483A1BA953D3086D2A373D36C0ED9AC9 /* MAAnnotation.h */, + 0BBB80658FB4461A128834D296E6F0E9 /* MAAnnotationMoveAnimation.h */, + C9B6ACC65DE55E32F7542E6C4949674B /* MAAnnotationView.h */, + BC6D00FBCB039D27719D7262F9E7CEC0 /* MAArc.h */, + DCBEC95A56810B31E0A279606750B008 /* MAArcRenderer.h */, + B11C36D464786DC5522CCD21CDA0EA1E /* MABaseOverlay.h */, + 2A63A9FE78162032ED95AF901744A034 /* MACircle.h */, + 290D19C0FB873DC76A4ABC3C2405F91A /* MACircleRenderer.h */, + B95617A8C444FCDB5FABEB908FB55073 /* MAConfig.h */, + B4676921490D6EFFB674DAD7EAFF50CC /* MACustomBuildingOverlay.h */, + 543AE45AA06B1CE15C268F26F424989B /* MACustomBuildingOverlayRenderer.h */, + 11DC07B838FF3C92B80BACEFEA5D5199 /* MACustomCalloutView.h */, + B209038F26A8AC455FEE133B84D43A99 /* MAGeodesicPolyline.h */, + B066B7CC2C0DFD33EE1B374F94FED48E /* MAGeometry.h */, + 4BDB5536AF3861ACACAA4837F303F233 /* MAGltfOverlay.h */, + E52F4B8561DCECF89BF9E0DD6FFA152A /* MAGltfOverlayRenderer.h */, + 3B63B91FB14D6BC5149A241BB9B98281 /* MAGroundOverlay.h */, + 9936F548F4EF8E3EFC5479663FAC7D6D /* MAGroundOverlayRenderer.h */, + 4FC24766384F98D6B46DEBBF116F196E /* MAHeatMapTileOverlay.h */, + B0A3779653BA7DA1F233483C9B79E953 /* MAHeatMapVectorGridOverlay.h */, + 358A43A99728CB81B2ABE942903DED92 /* MAHeatMapVectorGridOverlayRenderer.h */, + 076F043F53CEA47CB93E6562E9F282AC /* MAHeatMapVectorOverlay.h */, + E3B332A7E534B67B8F9E4AC433656AF1 /* MAHeatMapVectorOverlayRender.h */, + 96A94C24E85F1A39324BB60895B0D6F0 /* MAIndoorInfo.h */, + 1252279C757C6414294213DBBBE8514D /* MALineDrawType.h */, + FA799D43F762585DC87BF9477FA7EA29 /* MAMapAccessibilityIdentifier.h */, + 37DB43D7CDFD7829549D69AFF4090564 /* MAMapCustomStyleOptions.h */, + 96D1997EB4F57C08C9D72FB8AD1FB798 /* MAMapKit.h */, + 77E9D3270BDA1B3EB763FC6FCCC9C289 /* MAMapStatus.h */, + 3A5E8489AE981A60B2815DA654642FCD /* MAMapVersion.h */, + 0A49F4BC69E2427FC2F3E0C4121AA147 /* MAMapView.h */, + 849B4500BDADD2D3508BAB1DD7142582 /* MAMultiColoredPolylineRenderer.h */, + AC4D8BD20897FBDD375E72960E6EB3EC /* MAMultiPoint.h */, + B8844290A47A458D6576CEE826EDA0B4 /* MAMultiPointOverlay.h */, + 4B8C82A5FF5CAACF83CF8332CE7474E0 /* MAMultiPointOverlayRenderer.h */, + E6514A552D80A7FEB4FD9D31F4D44ACE /* MAMultiPolyline.h */, + 7A3A7FD72C8B92A58F51548332217FB5 /* MAMultiTexturePolylineRenderer.h */, + 0D62361F448673E41314F07AE315D26E /* MAMVTTileOverlay.h */, + FAA950229E998C78347D87D2CEFC1B35 /* MAMVTTileOverlayRenderer.h */, + 1E618A30ED9BFA3722E91C3C5FB27FAC /* MAOfflineCity.h */, + DB6340183C66B2E9D27A037CDC1255F7 /* MAOfflineItem.h */, + 426FB4F89F04B290CDA0C0AEC927667E /* MAOfflineItemCommonCity.h */, + 5FA8378238071A9A00AB37063F1B001C /* MAOfflineItemMunicipality.h */, + A89BA3B8469200CEF4095F468F3579B3 /* MAOfflineItemNationWide.h */, + 759C40D040475B81C9AD43CE725B5771 /* MAOfflineMap.h */, + B3E9DA4004384DED1EB3A0D1FACE14D2 /* MAOfflineMapViewController.h */, + FF58C1C222A1AAB5A7A5DCEEBF4FC27E /* MAOfflineProvince.h */, + 7AEC9A1A5103532A79771360F6382660 /* MAOverlay.h */, + 85D003E95D438DDD97CB1A76B2C830BD /* MAOverlayPathRenderer.h */, + AD9D7F6E14F4EED74483AFD239B73D0C /* MAOverlayRenderer.h */, + 9FA5D421BE56B6A9BAEE42C4EEA24B13 /* MAParticleOverlay.h */, + E4F1E6F6EA16DA8B03FE0AA9B6D78545 /* MAParticleOverlayOptions.h */, + FA015350D4502128CD60CBFF490CE446 /* MAParticleOverlayRenderer.h */, + 21300D1EABD406DF88881659F14E1FA5 /* MAPathShowRange.h */, + 75C26E18D5BBE4E9FDFB13171AD79AE4 /* MAPinAnnotationView.h */, + BD1F84EE7236D71004345836CD32C28B /* MAPointAnnotation.h */, + D3CEB56AEAE68A582A9F006BC016353A /* MAPolygon.h */, + 3A44003C39DF4D200FEFFA6DCDA0BD8B /* MAPolygonRenderer.h */, + E0ED5ACA39E178972FDA2DE5427EB107 /* MAPolyline.h */, + 36869151AB46F5DDFF906AF8C831175B /* MAPolylineRenderer.h */, + 3EDAE2DB4597E1846378B61C64D566F7 /* MAShape.h */, + 503D31810957DFF93B999EB28F4A1271 /* MATileOverlay.h */, + 1BCFA829A8C712BBE4038707E49B1C6D /* MATileOverlayRenderer.h */, + 879527E7F5BF79EC255ED8AAF132CADA /* MATouchPoi.h */, + 20B7F3881B191055EF8E0F271B6A9E79 /* MATraceLocation.h */, + ECC5E1D0586A9761D91706CD197728E1 /* MATraceManager.h */, + 4A9A0CCE2635C7D6BE55AE4BE1190453 /* MAUserLocation.h */, + 9941E15EB8A09605824C30F58D214B01 /* MAUserLocationRepresentation.h */, + E8E1390593EE0FD24D9674F025BA8A57 /* Frameworks */, + E02158C7B111273FB663EB568029347C /* Resources */, + 99FEDDC407E70B60D31AE22C37109162 /* Support Files */, + ); + name = "AMapNavi-NO-IDFA"; + path = "AMapNavi-NO-IDFA"; + sourceTree = ""; + }; + C7FB2EB7A1EA82597F5E57947E53268D /* DDBaseTableView */ = { + isa = PBXGroup; + children = ( + D34BB394EE803B4EFA3893617A33E8C8 /* DDBaseTableView.h */, + 0F999017AB61D034CC309E0366A428DF /* DDBaseTableView.m */, + ); + name = DDBaseTableView; + sourceTree = ""; + }; + C9F7E41D2EE8FD5C721C1828C3F87F40 /* DDBaseTableViewCell */ = { + isa = PBXGroup; + children = ( + 6E80C5B0533597E77317F8BFB34D5E2F /* DDBaseTableViewCell.h */, + 6D59E6FB80756876AC41A8DB39AB7648 /* DDBaseTableViewCell.m */, + ); + name = DDBaseTableViewCell; + sourceTree = ""; + }; + C9F88716BD94DF910BC8A149680CD2A4 /* Core */ = { + isa = PBXGroup; + children = ( + F2CD951579AD83651660B6C1CBD32018 /* NSBezierPath+SDRoundedCorners.h */, + 2AE402459F6D4CE991232BF8CEFEA31F /* NSBezierPath+SDRoundedCorners.m */, + 74E38760679F934E8A00EB1FA8ABD601 /* NSButton+WebCache.h */, + 8725FA1C93DACCF9BBF4A0683C2D440F /* NSButton+WebCache.m */, + F695846CFE7F772C3CAE8CB10A598038 /* NSData+ImageContentType.h */, + A0047834C78CA8E8DD5C0B6364E97A45 /* NSData+ImageContentType.m */, + 8DB43169300F19C3F024AC479DE04767 /* NSImage+Compatibility.h */, + 99A62C47EA5F142B96247DD76F5FB2FA /* NSImage+Compatibility.m */, + 2A0A051F9D46BFFEEDA4CCBA9DE4DFA2 /* SDAnimatedImage.h */, + 37B6FC71CAEE8CABAE8792BA19335D56 /* SDAnimatedImage.m */, + 8D6008F0896B2B85E119CF6E31C4F8B4 /* SDAnimatedImagePlayer.h */, + 3E75EA48C375542518B6FAAF7152FDA1 /* SDAnimatedImagePlayer.m */, + 82667D5B8675B8C43444121CEFAF2C43 /* SDAnimatedImageRep.h */, + 1F6E6226D7989A3A369BE01CC77B99CB /* SDAnimatedImageRep.m */, + 9732FA176F09A99C701C81AE75310FF1 /* SDAnimatedImageView.h */, + E5BE6850DB0B9DEFBCD03670D36B191D /* SDAnimatedImageView.m */, + 38EF432FE02378DD4289660DBA7C9EA4 /* SDAnimatedImageView+WebCache.h */, + 02C7E49501104CF5A5852357313791F8 /* SDAnimatedImageView+WebCache.m */, + 94D7566C14EE432A5F7F6D920ADB0013 /* SDAssociatedObject.h */, + CF6C85EA9F2E676E834578471FE46D9D /* SDAssociatedObject.m */, + A8E5CF2AF75161BA15D45A8147CA4B06 /* SDAsyncBlockOperation.h */, + E730CD4494C3277AB8D25A51F6AC13FA /* SDAsyncBlockOperation.m */, + 11B94DD7827F24868A6507CBA7C9ABF1 /* SDDeviceHelper.h */, + EC647B90CD6DE2CD31EFF74FAB6CBE8C /* SDDeviceHelper.m */, + 12206918EF06F8F1214E7E7FDFE86599 /* SDDiskCache.h */, + DF8703E15C5AACE119A44ADE5F2DCBF3 /* SDDiskCache.m */, + 544042E3DCBE5ED3D22D13E2865E761D /* SDDisplayLink.h */, + 2F5CABA123490D4070674BFB696C67E4 /* SDDisplayLink.m */, + 4D59B292C647A9948B4BC9990018AEC5 /* SDFileAttributeHelper.h */, + 356FACAC7B5F24F8514CA5DC7EB5A21E /* SDFileAttributeHelper.m */, + EB964CF858EE225503EE17DEA69FA1A5 /* SDGraphicsImageRenderer.h */, + 643DF71A7E5871FC0C5809F2D6040241 /* SDGraphicsImageRenderer.m */, + 1A406F485E375B9A538F60BCC669C8EE /* SDImageAPNGCoder.h */, + E178C77CEFEDFA25846860B670FB30D2 /* SDImageAPNGCoder.m */, + BE84043D8B731BC3F9E751E80A4E6C64 /* SDImageAssetManager.h */, + 97337246D62C0228D67F9B756A75C357 /* SDImageAssetManager.m */, + 4A516D7E3E2523A33D4FA5B989ED0376 /* SDImageAWebPCoder.h */, + 716BF48456AAC3B160433F522407F42C /* SDImageAWebPCoder.m */, + FDD25499B57DC058CABA547DD181B783 /* SDImageCache.h */, + FC339C40C2F8ECB9DB3112F061D8CF40 /* SDImageCache.m */, + 38A821F5526BB8E5FBA6333F5A388009 /* SDImageCacheConfig.h */, + AC6ABAB14579C0D4ADC5228470A170CD /* SDImageCacheConfig.m */, + 088841D1E528D26990F79FB5C516AB57 /* SDImageCacheDefine.h */, + BF99BC25A2F041D5EA32F2B4A0313E7C /* SDImageCacheDefine.m */, + 1CC9385B5DE9C628C59CE36BF33EF7E3 /* SDImageCachesManager.h */, + 0D711A2313C238E0F60C4F401F224482 /* SDImageCachesManager.m */, + CF080BC8B714F1AA3CF8D82370E13DFF /* SDImageCachesManagerOperation.h */, + 8664ED1B2E901F6B41B7265AB84506C5 /* SDImageCachesManagerOperation.m */, + 67C3E3BA208F663F942C6C0A7758AE8E /* SDImageCoder.h */, + 531FAEA37CD7FEE5EF55FA16C55B238B /* SDImageCoder.m */, + 4DAF0174A817D62CBB9B0474E336B94A /* SDImageCoderHelper.h */, + F28A6484225A3970E35587291C2B5249 /* SDImageCoderHelper.m */, + 43C91497524DD5BFEDC9EFAFD029D312 /* SDImageCodersManager.h */, + 253E69F79DCD88262823C30416CEE169 /* SDImageCodersManager.m */, + 11657515EFDEE12F81F4B21EF2614B2E /* SDImageFrame.h */, + 42F1F8A90648A57000C2E53206F0B6D9 /* SDImageFrame.m */, + 0751BB387D16894137CDB066E6C7117F /* SDImageGIFCoder.h */, + 270215BAF27EE60E6F706702FB984C9E /* SDImageGIFCoder.m */, + 67790054FA039EF438FD99727782441A /* SDImageGraphics.h */, + 4FBE818D0EFDEFE0E5A9C609A0CF7DF3 /* SDImageGraphics.m */, + 009DCC568E5D11DF6BDBFF0C1192584A /* SDImageHEICCoder.h */, + 75290406963A318E803AF8EACD628DF4 /* SDImageHEICCoder.m */, + 7CFD85E04C9F37619C4403DBC621FE41 /* SDImageIOAnimatedCoder.h */, + 04AF73BC09A5F52479D3B555C12ABDE1 /* SDImageIOAnimatedCoder.m */, + AC3609EE554BB3D89F33695B3AD6BCE0 /* SDImageIOAnimatedCoderInternal.h */, + 839D63C13C29D11E2F4CF2FA79B7C9AF /* SDImageIOCoder.h */, + AEBDF32B1CEC64361D672AD75049A79A /* SDImageIOCoder.m */, + CEB3538B65BEF242E7739D7C974EA62B /* SDImageLoader.h */, + C2370C89E7B136ECAA2D3D6DDCC46E00 /* SDImageLoader.m */, + 315B39C073CAA6A425972C95E18E3C61 /* SDImageLoadersManager.h */, + 175E160B210F8918F24973167F06CF79 /* SDImageLoadersManager.m */, + 95DE1C7EF55726AD7C526D5805F2770F /* SDImageTransformer.h */, + 031837A6FE9FA6DB7DEBF6D26A766307 /* SDImageTransformer.m */, + A4DF653BE2DF009743DF04E86F057AA2 /* SDInternalMacros.h */, + FC46BB03131E5E9E492F9CD7E63C7CB1 /* SDInternalMacros.m */, + C8B21CD64E13F85AE4FDAF7C5C22535A /* SDMemoryCache.h */, + 00662F4DA25B60EAA6A748E6347472E8 /* SDMemoryCache.m */, + 4A87474A73D15BE198DC44C93AC10FAB /* SDmetamacros.h */, + 2C8F4D62748AF8F7FC5EFB3507824011 /* SDWeakProxy.h */, + 77EA6B0EF2745F7938084A803C51B8B6 /* SDWeakProxy.m */, + 8E4470E849FB996A5CB9E09D74B0CB43 /* SDWebImage.h */, + 181826E1D0ADF935A7E686C762462C7C /* SDWebImageCacheKeyFilter.h */, + 7DF83D127B227A9481F4A34DF48B3C8F /* SDWebImageCacheKeyFilter.m */, + 1DA2E967C6C9D232CC0A879C3937F540 /* SDWebImageCacheSerializer.h */, + 96F8530AF1A4CE4F14FB5BAB19C36369 /* SDWebImageCacheSerializer.m */, + F30558338CD7A0BE16C2AE1871F22132 /* SDWebImageCompat.h */, + 8014D5D304D99221B496DD34F80D230C /* SDWebImageCompat.m */, + 80BF1F9CFB9B8752DE1B9089BA5AB4C6 /* SDWebImageDefine.h */, + D81B8A45D65A5DCD02CD4D06E70D9E78 /* SDWebImageDefine.m */, + 09B03AE99153E3D9039BD53DFD5447AB /* SDWebImageDownloader.h */, + F41D3E1FD86B1D7D1DCBEB3E6BAD7D30 /* SDWebImageDownloader.m */, + C4E146BB38E6AD6486630E8F9DF14F7B /* SDWebImageDownloaderConfig.h */, + CCBB1E6C01CC7279B7736D9D48823EFA /* SDWebImageDownloaderConfig.m */, + 49E72BCF4378429B72E9D07935C03E46 /* SDWebImageDownloaderDecryptor.h */, + 425A9BABB24C27BAAE7820163D1EAED4 /* SDWebImageDownloaderDecryptor.m */, + 24410051C5E307C24C56C3335B418FF2 /* SDWebImageDownloaderOperation.h */, + C9A4CFFEBF70754AA78C0EDC86BA84F4 /* SDWebImageDownloaderOperation.m */, + 5B6A47BB23E188DF596140DC7D896BBE /* SDWebImageDownloaderRequestModifier.h */, + B7B19EEAA0FFA17D0D0EBB0EF0BB6BF0 /* SDWebImageDownloaderRequestModifier.m */, + 8EEC50449E91205E91CAE0AC48D213B8 /* SDWebImageDownloaderResponseModifier.h */, + 5CAC3B4B274DC9AA16D13F3C6D4335CE /* SDWebImageDownloaderResponseModifier.m */, + D1C5B886154DDD4E0E621E5C00B65F89 /* SDWebImageError.h */, + 0A7D80C1458EED48CE37A904B6E2A1C2 /* SDWebImageError.m */, + F3B8FD3A49A449B4BC1A53E8BF2F87B9 /* SDWebImageIndicator.h */, + CB26A46206C6831A68473FD7079779E1 /* SDWebImageIndicator.m */, + 393126E20D6C9DD39A1E8C7B465B8C41 /* SDWebImageManager.h */, + B6FA8D76394737257410373E15F306E0 /* SDWebImageManager.m */, + 2E9F06E32F7D9FF514B903A5EFBF3C7C /* SDWebImageOperation.h */, + 977940CC99E17343BB8F09D69A454385 /* SDWebImageOperation.m */, + 9C558730A006A4D80DC49040CED2A09C /* SDWebImageOptionsProcessor.h */, + 78E4D5D9061137C3840627DC7A22F6E6 /* SDWebImageOptionsProcessor.m */, + 71AB1A031D043B30D99E49690ED3F80D /* SDWebImagePrefetcher.h */, + DCC5CD697767A0969E1B44888827C110 /* SDWebImagePrefetcher.m */, + C9BB2B08343FC2F6E05DCCEB5D374A3E /* SDWebImageTransition.h */, + 6AFBB287432EE07870BD518798194174 /* SDWebImageTransition.m */, + D7547CC7CFB8C217BE9D1B03A5E89CF9 /* SDWebImageTransitionInternal.h */, + 33864E7FE4618F867F0D52B425BE2A89 /* UIButton+WebCache.h */, + 6A18F6AE19F18B97B7F1FECE279EC3DB /* UIButton+WebCache.m */, + BDE74B6BBFDF53D1347232504DE7E367 /* UIColor+SDHexString.h */, + DCAAA1A68E2CC67F36E9382AFE2D861A /* UIColor+SDHexString.m */, + 5165B9B4A88E168CC5E99C94C95954F0 /* UIImage+ExtendedCacheData.h */, + 1606E932D0F8D9310349DF42436B6328 /* UIImage+ExtendedCacheData.m */, + 5B77AE0195A469E8CBAD7B4B8B557268 /* UIImage+ForceDecode.h */, + BF9498DF220C329425D87229BBC99A48 /* UIImage+ForceDecode.m */, + C07DC7BB074239198CA2AA5E67CB54AB /* UIImage+GIF.h */, + 45FB77BEE7BC93528CC532F4039DF95D /* UIImage+GIF.m */, + D840E5834002FF5D7F31A65EA3DF14B3 /* UIImage+MemoryCacheCost.h */, + 40E8A77D2026BAD1ED9079B005A68462 /* UIImage+MemoryCacheCost.m */, + 5E446B9633C1F1437CB7D0E71FE366FE /* UIImage+Metadata.h */, + 09446C4DD5AE2BB2D04892AF7241A647 /* UIImage+Metadata.m */, + D5E4C9ABC7A7C0148C2F0A4F3343ABDF /* UIImage+MultiFormat.h */, + 667969625420EC6DE948A4AB786C3AD2 /* UIImage+MultiFormat.m */, + 75EB752D1459AC050F285FEEC9B46042 /* UIImage+Transform.h */, + 1C1691460A0C5DCD4247D9A242B0A8D3 /* UIImage+Transform.m */, + 748BB1DB6EAECC67D4D73F077E64AAA6 /* UIImageView+HighlightedWebCache.h */, + 5A1AEC1E660AF085ABEBF2AAD768816C /* UIImageView+HighlightedWebCache.m */, + 966E16A687DC93F02AAF387C056259B5 /* UIImageView+WebCache.h */, + CB61CFEE5E63D926E49AC8024C6FDAB0 /* UIImageView+WebCache.m */, + 2F3E093732F9246792C0B6E687DD9D44 /* UIView+WebCache.h */, + 30E8807653D14DD2266B0694899F4F4D /* UIView+WebCache.m */, + 6A3254A0EE7344F763D13C10C98FF398 /* UIView+WebCacheOperation.h */, + F6AAFCEA85426C0BA2E6B812976B4495 /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + CA20B5095C414F02AEA0E58529CF295D /* DDBaseImage */ = { + isa = PBXGroup; + children = ( + 954003773FFB5EE910CB1D59C7BCCCC6 /* DDBaseImage.h */, + 0F204A4B7D209E2960CD8DB36DB9DAE5 /* DDBaseImage.m */, + ); + name = DDBaseImage; + sourceTree = ""; + }; + CA2E786AEC5310DEE1FCC5A379AB8550 /* NSURL+DDCategory */ = { + isa = PBXGroup; + children = ( + 158E39A1504BFAF22603A9A530FFB105 /* NSURL+DDCategory.h */, + FEDD68B76874DFA5F819713CE810A383 /* NSURL+DDCategory.m */, + ); + name = "NSURL+DDCategory"; + sourceTree = ""; + }; + CBBEA97C6D095C1CF9DDA23C1B9D5D9B /* ZFPlayer */ = { + isa = PBXGroup; + children = ( + 1BDA0D668CF4110765AB7F36219B8314 /* ControlView */, + E278C3CFA1B4292E3563FAB13C5D7261 /* Core */, + 0B8A2878CDE1996296A3FBEF65A2D1E1 /* ijkplayer */, + 1668675CA292D902E0F4694C05C65A00 /* Pod */, + D8282D3B69B7B07BCDDCB2B74F1DC35E /* Support Files */, ); name = ZFPlayer; path = "/Users/zd/Downloads/iOS相关/ZFPlayer-master"; sourceTree = ""; }; - CA2BD9E713FD53EE33C75A2C1BB8EE80 /* Support Files */ = { + CC0BA8B2892DDAAD650E8F3FED33AEDB /* Core */ = { isa = PBXGroup; children = ( - 16CF2DFB4968D947E1F54DF3598E0405 /* DDWebImageKit_Private.modulemap */, - CFF79030DCB8F19B4DCEB8F07B87F43F /* DDWebImageKit_Private-dummy.m */, - 2705A48DE04BBAD571EFD3F68697F52B /* DDWebImageKit_Private-prefix.pch */, - E7B5B6A8FB6B50F5AB002FA6D36CF361 /* DDWebImageKit_Private-umbrella.h */, - 963A28110ABF8D5F1AB37B2DB612C77C /* DDWebImageKit_Private.debug.xcconfig */, - 8F7FB28C79EAD34FDCBB348530C87024 /* DDWebImageKit_Private.release.xcconfig */, + 3470646136BC8BA56DEB5445F07DEE77 /* Array+ZLPhotoBrowser.swift */, + 2EECC4113B6D446184136B6B159D83B5 /* Bool+ZLPhotoBrowser.swift */, + 8AEEF526AB6E4D69C198CC2E82C472C3 /* Bundle+ZLPhotoBrowser.swift */, + FC428A78E9DAD599CC8A926A5A9D5682 /* Cell+ZLPhotoBrowser.swift */, + 4DEA01466DF987E8972735315BF18716 /* CGFloat+ZLPhotoBrowser.swift */, + E000D78F7B4FE9CACA07FBC7782E8573 /* NSError+ZLPhotoBrowser.swift */, + 0742A09FF76AB5FA37ACEFCF54F601F4 /* PHAsset+ZLPhotoBrowser.swift */, + 2AD762B63EAF569EBE6407A06D88B95A /* String+ZLPhotoBrowser.swift */, + C57CB228E5D43D5F2D74740EEBECAAAC /* UIColor+ZLPhotoBrowser.swift */, + 78A5D9E4E3522499EF576035BF8644E8 /* UIFont+ZLPhotoBrowser.swift */, + C360458B9FCEAD5C1E961F63B6020C7C /* UIImage+ZLPhotoBrowser.swift */, + 5A1FCE805EDB0F8589AAADAE24B30367 /* UIView+ZLPhotoBrowser.swift */, + E47BFCEBA74E612D0AAE14AD14FEE1E4 /* UIViewController+ZLPhotoBrowser.swift */, + D9F65D22857107DA6C30CFA83DEDBD16 /* ZLAddPhotoCell.swift */, + CBE3C3780A2B8AC416FE89CF4E0F6472 /* ZLAdjustSlider.swift */, + 7325F9F0795CB1412150D7C078F378CB /* ZLAlbumListCell.swift */, + 5D29945FD9C14C6F2842E96007B5B0EF /* ZLAlbumListController.swift */, + DA5341CC5E3147C94AB1110A86D434A1 /* ZLAlbumListModel.swift */, + B7546BE56E3F369444941CDB3F9F6E1F /* ZLAnimationUtils.swift */, + CD3239F0BB80CD66E07CDFAA1F7C7665 /* ZLBaseStickerView.swift */, + EC6C9AC71396A13886768DAF49A2B40F /* ZLCameraCell.swift */, + 3F82291D5FAF4348E043E63A57061AF5 /* ZLCameraConfiguration.swift */, + 82D8968847F6D70906F256A6653FF777 /* ZLClipImageDismissAnimatedTransition.swift */, + 7BF93B596B360779782E3FBBF7AAF012 /* ZLClipImageViewController.swift */, + DB5499479918C7AAE70099CFBB08D7C4 /* ZLCollectionViewFlowLayout.swift */, + 6966D76B5209FED98C73A83E9B3ACBB8 /* ZLCustomAlertProtocol.swift */, + D1B61F61B935C115A4208B5417986A35 /* ZLCustomCamera.swift */, + 3C6211C3F66BA00109F8CCD3F3BD8BCD /* ZLEditImageConfiguration.swift */, + E44178D58BE22E280223ACDAC448D338 /* ZLEditImageViewController.swift */, + D9E6D331CAFFB710AB082155D93DB06C /* ZLEditToolCells.swift */, + 4807DC95FB8C4F8B7678DCBF9370900E /* ZLEditVideoViewController.swift */, + B0FB76280E18F322095A2C4A4D685973 /* ZLEmbedAlbumListView.swift */, + 3F50D16D806F61359147DC51BBC05EA3 /* ZLEnlargeButton.swift */, + B963F2D9036B685C58BA3B1C6BE5C43E /* ZLFetchImageOperation.swift */, + 71B3D71F408EDE136CBBFB3B205E76D9 /* ZLFilter.swift */, + B29C8FD4F539CD32BEA4208A8E848454 /* ZLGeneralDefine.swift */, + E085FC38F59BBE0A32DFC3BF1718F1A5 /* ZLImageNavController.swift */, + AED76B4B938C0C7384ACF460FDB3AB16 /* ZLImagePreviewController.swift */, + BD76A4AA2E16A6A815434A8FBEF48599 /* ZLImageStickerView.swift */, + 3E6FE2B6B31B4400D2DECAD7E2C599E1 /* ZLInputTextViewController.swift */, + 03376065D13F12FEC4F299412F952A70 /* ZLLanguageDefine.swift */, + D12D0AA8EE644F7B7459C1A50A1A8684 /* ZLPhotoBrowser.h */, + 2E62954B5176FBEB5F64B748589079EE /* ZLPhotoBrowser.swift */, + 5151F72B728E7C5CEB8B31367DE84C9C /* ZLPhotoConfiguration.swift */, + 49210FBEC4B6952840D0FD08F21D4539 /* ZLPhotoConfiguration+Chaining.swift */, + 3A5FCF1C630A2AF151F136A1395016D1 /* ZLPhotoManager.swift */, + A2DDE6CC79F0085CD04BEEF2DCCFC9A4 /* ZLPhotoModel.swift */, + 6DEE2FAE47BF7AD86130215490E180B1 /* ZLPhotoPreviewAnimatedTransition.swift */, + 1B10B6E9D17566CC5699F5DB858E386B /* ZLPhotoPreviewCell.swift */, + 9A01E7E6BEC5F1E23232428A2B402761 /* ZLPhotoPreviewController.swift */, + 7A5C7412A60E5D3158BF0ADABEF2215C /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 227AF9E6AD03AC9A3C955525A5398DA7 /* ZLPhotoPreviewSheet.swift */, + D8A50CEFDA0687C95EC61B27EEC31A9B /* ZLPhotoUIConfiguration.swift */, + AC005FCC0C60BD128CACB42A3B99D407 /* ZLPhotoUIConfiguration+Chaining.swift */, + DE472A0AE712A303A9D5D79DF780BB34 /* ZLProgressHUD.swift */, + 66AA1EB09594CB6D39637156E85AE376 /* ZLProgressView.swift */, + B11AD11EACED0833C99ABEB7FFAEBFA7 /* ZLResultModel.swift */, + CA6848716C370DF05851B5A601EDF8F1 /* ZLTextStickerView.swift */, + B04861F50E98C1996227ECF5A10CC6BF /* ZLThumbnailPhotoCell.swift */, + 32B6C9FC55421EC0891EEB77051191F0 /* ZLThumbnailViewController.swift */, + CD1145E3EE51F2B1194D0B9926563F4B /* ZLVideoManager.swift */, + 90B758F32A2589954169583859CF859A /* ZLWeakProxy.swift */, ); - name = "Support Files"; - path = "../Target Support Files/DDWebImageKit_Private"; + name = Core; sourceTree = ""; }; - CA8ECFC93CACF034337DB269307D5330 /* DDBaseAnimation */ = { + CE62BEA7E17DE4DE24A2D00B6241F93E /* NSThread+DDCategory */ = { isa = PBXGroup; children = ( - 491A1019F91AB316150A2019B96C80FD /* DDTransitionAnimation */, + E1D479A5AFC217595BD95682A2214CCE /* NSThread+DDCategory.h */, + DD90C26F2E57B0573AD939AD15D56116 /* NSThread+DDCategory.m */, ); - name = DDBaseAnimation; + name = "NSThread+DDCategory"; sourceTree = ""; }; - CBEFDDD789C460F2AA78958F91F5F0F4 /* Sources */ = { + CE8C83AB6C840084D50490CC2B74B67E /* DDBaseImageView */ = { isa = PBXGroup; children = ( - 188CA1E5BFFE7FB752CFAEBEB471D638 /* Resources */, + 562A74AC6BD2A4EE50E1CA898255F162 /* DDBaseImageView.h */, + AB25F6E0D99E2BBFBA2B8783348F9B11 /* DDBaseImageView.m */, ); - name = Sources; - sourceTree = ""; - }; - CC34FC9C9817232D857BDF2616C30380 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7B6F2859A534369C36E09D29E1F5041E /* AMapTrack-NO-IDFA.debug.xcconfig */, - 4C4C3A4E50661CE12409485359742FAF /* AMapTrack-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapTrack-NO-IDFA"; - sourceTree = ""; - }; - CF09952F9233F403806F51101E3C3647 /* DDImageView */ = { - isa = PBXGroup; - children = ( - ); - name = DDImageView; + name = DDBaseImageView; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 2571603C621B37998EB0DC7ACB98CF4C /* Development Pods */, + 2FD92DCDAD068486A285F7D1799B2A96 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - E8291E55D110862819D05C8EA9EAE30A /* Pods */, + 94AF8EA457C3AED2EE67594A627BAD10 /* Pods */, 47220D1E5B7A1C146ED339A6F2EE5EB0 /* Products */, 1F1D631D94DD75582056095E9D9F94F9 /* Targets Support Files */, ); sourceTree = ""; }; - CFA4D19F2DDF6AB282E27A803D717539 /* DDLogKit_Private */ = { + D04CD268675ADB564A3C19D396651FEE /* Support Files */ = { isa = PBXGroup; children = ( - 0E2B30829F4F635AC0D36CDEB3A7D9AE /* OCLog */, - E712A085E5C89608547EFB64AF5BFA39 /* Support Files */, - C4663A0BDD95470A3676405CB0BEEEF1 /* SwiftLog */, + EED6E5DDA56664951CC4CBBE99916328 /* DDControlsKit_Private.modulemap */, + 8337ED7199242369BE499CE1095D04E1 /* DDControlsKit_Private-dummy.m */, + EDDCE3830BC47A94EDCA3BB8463E0C24 /* DDControlsKit_Private-prefix.pch */, + 11F5917602EDEC27FDA925D7FF793496 /* DDControlsKit_Private-umbrella.h */, + D960164D00192805BD53A8BA00FE1EC7 /* DDControlsKit_Private.debug.xcconfig */, + D3BABB7664C187AC2E20DBDD42EB2323 /* DDControlsKit_Private.release.xcconfig */, ); - name = DDLogKit_Private; - path = DDLogKit_Private; + name = "Support Files"; + path = "../Target Support Files/DDControlsKit_Private"; sourceTree = ""; }; - D09DAF74DF02014961A95E42045A1A76 /* Resources */ = { + D063408BBF1CAAF5661503A72BAD31DB /* Support Files */ = { isa = PBXGroup; children = ( - 6BC9414E1A23DE7D80A6F6FBB7AB5920 /* MJRefresh.bundle */, + 594C93B6F642773CF64788AE8C1BCC93 /* AMapSearch-NO-IDFA.debug.xcconfig */, + 72503BDFC7A65E3D8D24320D59918FD2 /* AMapSearch-NO-IDFA.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/AMapSearch-NO-IDFA"; sourceTree = ""; }; - D6C4F7B494A93CC4DD431824FA8F38E3 /* DDBaseViewModel */ = { + D257097E8C163ECFEFBF73471D84AA97 /* Support Files */ = { isa = PBXGroup; children = ( - D7268EFB0BCB9B765A41129FEAE8F6EC /* DDBaseViewModel.h */, - 95624949793DBB97FFAABEE02532DAB2 /* DDBaseViewModel.m */, + 98F0F795D73BA1DAE3604BF60BB5920E /* DDToastKit_Private.modulemap */, + B8405C7EAB0498644B815AAC4D1B6FC3 /* DDToastKit_Private-dummy.m */, + 1A2745E7DE16B870987AD4D70B7FF1DF /* DDToastKit_Private-prefix.pch */, + 117468C7C42DA5A8F1AC1DCB641DC56A /* DDToastKit_Private-umbrella.h */, + CAA27CD3CE04ED7A715459910E10E127 /* DDToastKit_Private.debug.xcconfig */, + 09B271C9505E30521BE94B2F5F5EDBCD /* DDToastKit_Private.release.xcconfig */, ); - name = DDBaseViewModel; + name = "Support Files"; + path = "../Target Support Files/DDToastKit_Private"; + sourceTree = ""; + }; + D356075B68EA3E7817E1DFE1E8F84462 /* UIApplication+DDCategory */ = { + isa = PBXGroup; + children = ( + B9FC22B0CD75BDF6C79E9303E692782B /* UIApplication+DDCategory.h */, + 34319F6AE82891AE29F59BA2C6C6BD58 /* UIApplication+DDCategory.m */, + ); + name = "UIApplication+DDCategory"; + sourceTree = ""; + }; + D80ED0537AEA647AFCDB551574CA632F /* Frameworks */ = { + isa = PBXGroup; + children = ( + E9B89D737E027CD857406AAFA6ACDF79 /* IJKMediaFramework.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + D8282D3B69B7B07BCDDCB2B74F1DC35E /* Support Files */ = { + isa = PBXGroup; + children = ( + 063BCC3F948F238EEE25C9FD8D086DBC /* ZFPlayer.modulemap */, + 5DA9D9F7B79109B3F127640D90AAF62B /* ZFPlayer-dummy.m */, + 4EA46A509DB66E3D4AAE3F782624487E /* ZFPlayer-prefix.pch */, + 668787B27569EE41CE1A625CE78D9D78 /* ZFPlayer-umbrella.h */, + 117C88403400A6AB1839799080E10082 /* ZFPlayer.debug.xcconfig */, + 22DB568C2F40BF105F67A00E09CBC2F3 /* ZFPlayer.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../Desktop/中道救援/OrderScheduling/Pods/Target Support Files/ZFPlayer"; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -5361,453 +5559,241 @@ name = Frameworks; sourceTree = ""; }; - D90D02285AB5C2619AF18828CB89F2F6 /* Support Files */ = { + D9F1A523B49A131C657394101FCCECC8 /* Resources */ = { isa = PBXGroup; children = ( - D2D9D03E0BBB0F5BB15D51F18B8389B0 /* ZLPhotoBrowser.modulemap */, - CB2F54B09727988A84FCCBF352ED689C /* ZLPhotoBrowser-dummy.m */, - 018A5DCF4BF6D1B596BFFFDE7D9678F5 /* ZLPhotoBrowser-prefix.pch */, - 8A65E2826A1150F160096F7194ABEACB /* ZLPhotoBrowser-umbrella.h */, - 929A350233C74C9239120203C3134066 /* ZLPhotoBrowser.debug.xcconfig */, - 9FA02C585E89C8A5CE13EC6475758C95 /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - DC42A194DC3D32BAA142AD0F5EE76F2A /* Resources */ = { - isa = PBXGroup; - children = ( - F223A15C3557BF2E3195EE5EBE39FEA9 /* en.lproj */, + 501976E1B0BB5A36F3A436A8013F96F4 /* ZLPhotoBrowser.bundle */, ); name = Resources; sourceTree = ""; }; - DC5985727D4311645C3BB58BE3691623 /* Support Files */ = { + DB18742FC750B5E87A02EDB1E9F257CC /* DDBaseLabel */ = { isa = PBXGroup; children = ( - 01B4EE01871AE6D6C46C01542D49354A /* JXCategoryView.modulemap */, - 64061FD3AF2C901585DBCF286B765226 /* JXCategoryView-dummy.m */, - FD90C2FC87D6F73C74AD357A1AC9565B /* JXCategoryView-prefix.pch */, - 87777855718EE727EFE14965866780EA /* JXCategoryView-umbrella.h */, - 77AAEAF26CF1C8C76F82AFD00641A1B9 /* JXCategoryView.debug.xcconfig */, - 00AAFFD7711578747486F86988F31922 /* JXCategoryView.release.xcconfig */, + A1CB999F9AF8102C75B2628D52172A6C /* DDBaseLabel.h */, + E20C3C871989346D8B72A4D649C1476D /* DDBaseLabel.m */, ); - name = "Support Files"; - path = "../Target Support Files/JXCategoryView"; + name = DDBaseLabel; sourceTree = ""; }; - DD87EEF851F364F43463CD05A5486BFD /* DDColorKit_Private */ = { + DB9C44381C07E929DC283FCEE690D48B /* UITextField+DDCategory */ = { isa = PBXGroup; children = ( - 49E1625DE57206E0B4D4F6651CCFF16C /* ColorUtil.swift */, - 094D8A5A8F070F0A14E3505DCB3C191B /* UIColor+Hue.swift */, - 7FDE4161CE75878D1C6C4925397B546C /* Support Files */, + E1F129383AB15E9BBA4DBBCF29CA683B /* UITextField+DDCategory.h */, + 0C5B75F7D37B8D46A010288A3C3458DE /* UITextField+DDCategory.m */, ); - name = DDColorKit_Private; - path = DDColorKit_Private; + name = "UITextField+DDCategory"; sourceTree = ""; }; - E13034A5C2481E96647EF4262CB07F86 /* Support Files */ = { + E02158C7B111273FB663EB568029347C /* Resources */ = { isa = PBXGroup; children = ( - 9FBC4502A52B338E7E7971175A35EB6C /* DDAutoUIKit_Private.modulemap */, - 2096AC5565EA9F5EA4AA3418E295D86C /* DDAutoUIKit_Private-dummy.m */, - 64CF5F6DFADEA4E5BD849560C8BCCBEB /* DDAutoUIKit_Private-prefix.pch */, - 912635DEDD0B20D0DB284CAE9ED226B2 /* DDAutoUIKit_Private-umbrella.h */, - 67D628562DF7F3BC5A0E244240C80B67 /* DDAutoUIKit_Private.debug.xcconfig */, - 57AFD8ACE132A0F82C3A382AAEB2A1CD /* DDAutoUIKit_Private.release.xcconfig */, + 98ABFA3B07BDBE091ECEE25A94EAC095 /* AMap.bundle */, + C1FD1805509910EB65B86D77730CE1A2 /* AMapNavi.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/DDAutoUIKit_Private"; + name = Resources; sourceTree = ""; }; - E1FADE1EBCC6FC05B8A2793A56E2CAE5 /* Support Files */ = { + E22B70C47DA9A5249A8830283296CA18 /* DDCollectionViewCell */ = { isa = PBXGroup; children = ( - A6882DADC12BE05CE613E165F17CA107 /* AMapLocation-NO-IDFA.debug.xcconfig */, - 3BFC06E246354519010A09BAEE28131B /* AMapLocation-NO-IDFA.release.xcconfig */, + ); + name = DDCollectionViewCell; + sourceTree = ""; + }; + E278C3CFA1B4292E3563FAB13C5D7261 /* Core */ = { + isa = PBXGroup; + children = ( + 23497B67ACDC31BA3F0598347B9399BF /* UIScrollView+ZFPlayer.h */, + 0FC81AB33C46D6A1196C93DDAF5C8476 /* UIScrollView+ZFPlayer.m */, + 4F734BB4F86F6962F672D7EDF71F0E01 /* UIViewController+ZFPlayerRotation.m */, + 5CF0191F1FD51A0714A5FAB29D3E7BBA /* ZFFloatView.h */, + 53F7F7AB35EC8BFE034F730B003CA459 /* ZFFloatView.m */, + 5B74D76532B29E618B6266AAD2C1B9E1 /* ZFKVOController.h */, + 41B858E531AE6AE607619785C35746CD /* ZFKVOController.m */, + 3807C6FEBE7FFE10B504C8EE5EB0A37B /* ZFLandscapeViewController.h */, + 93654571E7FDB26E786C36FE0C048ED0 /* ZFLandscapeViewController.m */, + 732D127F9888E847605A93115B6FB2A5 /* ZFLandscapeWindow.h */, + 29127FC8D58201928F65FC47C03F110E /* ZFLandscapeWindow.m */, + 7E86E34E8835F13A9AC605275B4D705D /* ZFOrientationObserver.h */, + 682D2D3A90ECD6E5B5B62A63A7A335C6 /* ZFOrientationObserver.m */, + D1971CD9E21A78FEEF1B2019149A52E0 /* ZFPersentInteractiveTransition.h */, + 347C0076DEC0BB5A07137B78524E04C3 /* ZFPersentInteractiveTransition.m */, + 7B1658EF88CA595AEA0831619F2E5916 /* ZFPlayer.h */, + C8C9A8FE32578BEC724D938BDCA55164 /* ZFPlayerConst.h */, + 69BC25304A9853A7B03ED8E48E32EB77 /* ZFPlayerController.h */, + A33002554CB161847BB170C38091DC1C /* ZFPlayerController.m */, + E04C5ABF747A086D31BF630397DADF38 /* ZFPlayerGestureControl.h */, + A1711E90128068125A8C2B8F49751963 /* ZFPlayerGestureControl.m */, + 4B5F2B41A5993D845A431D40A82DB9AC /* ZFPlayerLogManager.h */, + 20B59AA625B59BE16A80AF0B70C53CF0 /* ZFPlayerLogManager.m */, + 343F6F3830F7B1B5BEC510FC0FEBE7BB /* ZFPlayerMediaControl.h */, + 3638708737B9B113A86B5B125252EDEA /* ZFPlayerMediaPlayback.h */, + AA04CD0F23CC9878683C6F6FD5F29DDF /* ZFPlayerNotification.h */, + 3CBE580BDBDD64676B6A7A80D71C96AE /* ZFPlayerNotification.m */, + 478980E00140A7CE7382FB4325FEAD1E /* ZFPlayerView.h */, + B5C4D96349F0B74A2EDEDF5D9C4FA813 /* ZFPlayerView.m */, + AC3ECD4F7AA4F16AAE4A1C9C185C0122 /* ZFPortraitViewController.h */, + 9F2CF71799A5E230E34F7E1EE95EBE41 /* ZFPortraitViewController.m */, + 9D8796F8C274AA030685AAC3E8BC31BA /* ZFPresentTransition.h */, + C099BA92A99D4E19C562C0EC31417658 /* ZFPresentTransition.m */, + BDE9FBD8BCEBE5C945C8F09730FE9072 /* ZFReachabilityManager.h */, + 3FA40E7819141FA2A6B27F428C1B99F8 /* ZFReachabilityManager.m */, + ); + name = Core; + sourceTree = ""; + }; + E7C93FFE4474B302D5ED27D45C1CA3CF /* DDWebImageKit_Private */ = { + isa = PBXGroup; + children = ( + 2410550B1FF82DA4E89997196379B9C3 /* DDWebImage */, + 5ADF0EBF93BDA21DA5089F18082AAD68 /* SDWebImage */, + 3A233AC69ABE6B22B7835F538A74C2E6 /* Support Files */, + ); + name = DDWebImageKit_Private; + path = DDWebImageKit_Private; + sourceTree = ""; + }; + E8E1390593EE0FD24D9674F025BA8A57 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 39057264458F80C8862F4BDD19C3E375 /* AMapNaviKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + E98BBB7C2CC233D4532DDBCB0D261123 /* Support Files */ = { + isa = PBXGroup; + children = ( + D6026B5132C7658EE3BCD34DC1FCD152 /* AMapLocation-NO-IDFA.debug.xcconfig */, + 34C2756B00AC88A396952D626B495CC4 /* AMapLocation-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapLocation-NO-IDFA"; sourceTree = ""; }; - E32970FFB29F396FC33BB7ADEB665DDF /* Support Files */ = { + E9AA24F3E2B96F855CE478A77F17239D /* CALayer+DDCategory */ = { isa = PBXGroup; children = ( - 727F51FBC7F0539D526B036FCA72D963 /* DDFontKit_Private.modulemap */, - 3DB3290280AE88F34F7250270308AAA7 /* DDFontKit_Private-dummy.m */, - A579DB94D85E5E73FF95768D97B8D53A /* DDFontKit_Private-prefix.pch */, - 8EE9F400AC84285D0BD58B4EECAA300F /* DDFontKit_Private-umbrella.h */, - C021F88D03992D33F44E65B55680161A /* DDFontKit_Private.debug.xcconfig */, - 4C6CF3E94D61A2EF7E5A92468CD07E17 /* DDFontKit_Private.release.xcconfig */, + 501245C4E1EC2E396632EF831E649C9F /* CALayer+DDCategory.h */, + 1A8B28A120C292488ED430D5EA7D5B3D /* CALayer+DDCategory.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDFontKit_Private"; + name = "CALayer+DDCategory"; sourceTree = ""; }; - E406C41CA54A4DD8BEB77A79FCE86EDB /* DDTimerKit_Private */ = { + EB582DFAE4B4823672ABE9A549B9F9D1 /* Overlay */ = { isa = PBXGroup; children = ( - FC08C30654C3CE8C262FE90ACD06AF11 /* GCDTimer */, - FD04F47559DAC429A06B76781AD3F9F4 /* Support Files */, + 87FC369F276C543CB0E1A3A5AFF3A837 /* MABaseOverlay+DDCategory.h */, + 0DDD1B2BB4DF04E5ECF2C7AF8C3EDF08 /* MABaseOverlay+DDCategory.m */, + ); + name = Overlay; + sourceTree = ""; + }; + EB7842F7C318504248BEA3FD9EC5768B /* RxRelay */ = { + isa = PBXGroup; + children = ( + CCE348878BA82693B010B31E0A60512B /* BehaviorRelay.swift */, + 42CBC31700ADDCDED927606D136AAC88 /* Observable+Bind.swift */, + DE937EC2C51C0F57C368D998FA54A112 /* PublishRelay.swift */, + C187A19F7534C1425E776B316374DE8F /* ReplayRelay.swift */, + FBCEF9CC7CBCEE33F7C0C4B249F80823 /* Utils.swift */, + 4DD48197A0B276D87BEA55A04BC722EA /* Support Files */, + ); + name = RxRelay; + path = RxRelay; + sourceTree = ""; + }; + EBC617E8E7795BF819D5694451F7A1CA /* Support Files */ = { + isa = PBXGroup; + children = ( + 0A972A5BCF8B1EF000740D7E35C416D7 /* SwiftEntryKit.modulemap */, + 27309093A7F1D490ACA8CA5F9A42F1AC /* SwiftEntryKit-dummy.m */, + FAC3C52D9723B4150F80AE78A7F9B60E /* SwiftEntryKit-prefix.pch */, + E815F486354B346E94F8E60D67874BEB /* SwiftEntryKit-umbrella.h */, + EF70FC9EB152D1C253A1FAAE0D28DA6A /* SwiftEntryKit.debug.xcconfig */, + E503856D2A5845FBF4D8229A75F08E60 /* SwiftEntryKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SwiftEntryKit"; + sourceTree = ""; + }; + EC8235AE8927ADA4659B20EE366B6A99 /* DDTimerKit_Private */ = { + isa = PBXGroup; + children = ( + 81EF3B9531FFC34BABC514CF78837760 /* GCDTimer */, + 1B2A7D12645B780AA53C9A2D97055BEF /* Support Files */, ); name = DDTimerKit_Private; path = DDTimerKit_Private; sourceTree = ""; }; - E4C36540D8A4CC1A41E6FD675FA294F5 /* RxCocoa */ = { + EE84CCD6D5282F380C9E3B3FDBBE325E /* UIWindow+DDCategory */ = { isa = PBXGroup; children = ( - 08D0A9C0846DCB7197E9A8951E091073 /* _RX.h */, - 34C003E0291E2822C2A2FB5150B2AB78 /* _RX.m */, - F4B7F6DE0462AF209F629BFF3592F4FD /* _RXDelegateProxy.h */, - CB5DD47C06EAEC47F9431EC9ED4325BF /* _RXDelegateProxy.m */, - 2F6633E15D5EB457911DB63444E27AC9 /* _RXKVOObserver.h */, - 44F0697793A8BA3735ABB643985F8AAE /* _RXKVOObserver.m */, - 72CDB05B0276D4A7D2C51C27F59C91F9 /* _RXObjCRuntime.h */, - D3C251A3EC63E5447C8B17BD15219CDF /* _RXObjCRuntime.m */, - 580ECE5671E464A9446CA9FB3EADC7E0 /* Bag.swift */, - 2543A4139B89912953D46E4910DC451B /* BehaviorRelay+Driver.swift */, - 45F5E8E54A80A2B3092A09CDD06A925E /* ControlEvent.swift */, - 514F6E1E15E1548776BE81A5FF4345E7 /* ControlEvent+Driver.swift */, - C67CC3218E6BC726166BE5869B0D3616 /* ControlEvent+Signal.swift */, - ABA3EA510DB2A906728184D442798EEB /* ControlProperty.swift */, - 0AC9B379A79840B68C5955FC2333FBA2 /* ControlProperty+Driver.swift */, - 0C6F2E695656FEBD616CC7E2F3FD2B61 /* ControlTarget.swift */, - 6DB0D6AA719D02C0946185E2A86BA465 /* DelegateProxy.swift */, - 5F73DF26A430C230C450F4C7D9CDBCBC /* DelegateProxyType.swift */, - 94D2E3526D12BECB23B451ED00431F57 /* DispatchQueue+Extensions.swift */, - 2E3C035F8E3675321E01ABCC9D7F3BF3 /* Driver.swift */, - 6E3F137AEC98B1BEEB6045818D958857 /* Driver+Subscription.swift */, - 9E9D6343540263DA0648DAD505A447FF /* Infallible+Bind.swift */, - E076A9EB1150F649DDC00DF58D8DEF0C /* InfiniteSequence.swift */, - 672E8DEB8383D17E3049A628F7C52639 /* ItemEvents.swift */, - ED2C60A5B7E868EE2195061B8A31900A /* KVORepresentable.swift */, - 523E7CC49C27376C38EE33D05BD6AFD9 /* KVORepresentable+CoreGraphics.swift */, - FEA31DECBF5F916450C08D932E5702B2 /* KVORepresentable+Swift.swift */, - 6653A204A01343F86C8F24AD513671CF /* NotificationCenter+Rx.swift */, - 3A585BF66F00E4874907799DCDE3DB0D /* NSButton+Rx.swift */, - 97B24DD43E4F0A969854F17D153F8DA0 /* NSControl+Rx.swift */, - BC2A7D870BDE2D6BD1CBEB75FF78B2BE /* NSObject+Rx.swift */, - DDA27F19953719292B0973D8BE750172 /* NSObject+Rx+KVORepresentable.swift */, - 4A46EE9458035FDDE2C8D5563FB9F365 /* NSObject+Rx+RawRepresentable.swift */, - 947E9E1C47F4C457787B9E9844F391EE /* NSSlider+Rx.swift */, - B3C23171E038268C13C56C7348293CB3 /* NSTextField+Rx.swift */, - D314C20969BE3A2F1C690B886A7058A1 /* NSTextStorage+Rx.swift */, - 2970EAE6E036208CCC2B931AF33C4C15 /* NSTextView+Rx.swift */, - B5018EF9952C8C38F3CD42444CE29DA1 /* NSView+Rx.swift */, - 2DA79DB7E0D41B62ED1AD52B1350A885 /* Observable+Bind.swift */, - 5B1081D09CF5327A9597C6C8F14D1622 /* ObservableConvertibleType+Driver.swift */, - 2C9E39470944A01230F2C7791C91135A /* ObservableConvertibleType+SharedSequence.swift */, - 0D1DEC209859BAD3D07F95379C300E4B /* ObservableConvertibleType+Signal.swift */, - E256C53A11A3A8CD4FD03F0C56BE3DCF /* Platform.Darwin.swift */, - 3D462D547117A483320DF36BA776FE19 /* Platform.Linux.swift */, - C986C403293EF9D52C72F09520FEC5C8 /* PriorityQueue.swift */, - DC73852496E856E523FA0256156ACE83 /* PublishRelay+Signal.swift */, - 6694E55AB83A2816316AFF8198CCF506 /* Queue.swift */, - 3D43B2CCBA6590C260AACAA2CB814FCD /* RecursiveLock.swift */, - A40966E048B46A897427D1CEE4090E68 /* RxCocoa.h */, - 8CD55DFEAB4B927AA063D1C703B8B68E /* RxCocoa.swift */, - E58A70BF3CCAD39E7892B01EFF163FCB /* RxCocoaObjCRuntimeError+Extensions.swift */, - A0129B8DA898CE14170BDBF2B99A67A7 /* RxCocoaRuntime.h */, - 00F09DDB54D85E73AC61870E5A800100 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, - 10FDB8642049990DD178A842ADC76316 /* RxCollectionViewDataSourceProxy.swift */, - 83C8D3D6EE6C8E2ECC222919A7BB3700 /* RxCollectionViewDataSourceType.swift */, - 3C7C1092433CF7CB6FFC9816F1F9ABDC /* RxCollectionViewDelegateProxy.swift */, - FDAE547B177E2B3566A2C06A3BA8801F /* RxCollectionViewReactiveArrayDataSource.swift */, - 866B20121E4A8F3A6EC2900A19E9A765 /* RxNavigationControllerDelegateProxy.swift */, - 43742CB2A1EA57F8ED6DC80938C253CF /* RxPickerViewAdapter.swift */, - E47916C618D70753B91E0806767C73E1 /* RxPickerViewDataSourceProxy.swift */, - 32D833B94F26A0F1AD0E6D8D4713F73A /* RxPickerViewDataSourceType.swift */, - FFC7FA29D4B9DAEDB080B909EF375DBB /* RxPickerViewDelegateProxy.swift */, - DC3204BE68F52AF8BEFAA6D456A6C7D5 /* RxScrollViewDelegateProxy.swift */, - B13D5607C0D97C68E502E6A7513966D0 /* RxSearchBarDelegateProxy.swift */, - 258A03E694688D9C09590B7BA010B5C0 /* RxSearchControllerDelegateProxy.swift */, - 0398D03963294FABDF39130782AB5349 /* RxTabBarControllerDelegateProxy.swift */, - C90AE2E6E716A8F3131EB8C19B9A0CF5 /* RxTabBarDelegateProxy.swift */, - 3E035EC2D322BA551DB52567D92519D4 /* RxTableViewDataSourcePrefetchingProxy.swift */, - 541A4604F326A041D84FFF9DBA59F51D /* RxTableViewDataSourceProxy.swift */, - 4133DE5FE40816C3C839FBA6DAF5B051 /* RxTableViewDataSourceType.swift */, - 172B15A70B93EA41159B4EC2222C7F3C /* RxTableViewDelegateProxy.swift */, - E1F254FE35C42C551AF123C657E89D86 /* RxTableViewReactiveArrayDataSource.swift */, - 6A3C881CC4DFD5A3734B1C0CAA0DC378 /* RxTarget.swift */, - 584C3BE265C61499589F413D7D15E330 /* RxTextStorageDelegateProxy.swift */, - D3C3A0693E88E64C5F7A2A00E9F4BE14 /* RxTextViewDelegateProxy.swift */, - D141ED22672282EE437EE7E3B65A6AA9 /* RxWKNavigationDelegateProxy.swift */, - DE3079433CFDDE8A78E7DBDB8F0039B8 /* SchedulerType+SharedSequence.swift */, - AA9A2A6C8A016983CD9F7083787A7185 /* SectionedViewDataSourceType.swift */, - E3ED2A5E7B0E2B10427D3D6DAC4331D4 /* SharedSequence.swift */, - 98041A7A5ADF3BB57DB60C352F83F3E3 /* SharedSequence+Concurrency.swift */, - E3CE49AF04ADC062B18F3F1F861A05E1 /* SharedSequence+Operators.swift */, - 374A33D2060DA071C5A7D5B2477207E3 /* SharedSequence+Operators+arity.swift */, - DEC00448A031A41F3C22AA1C8974C8BB /* Signal.swift */, - B0B257C816B58309BB815E66AD5C9857 /* Signal+Subscription.swift */, - 4C97866B720402B42D4124FD00B86B6F /* TextInput.swift */, - 940B13B3517CA9D2D1F82D3343CE06BE /* UIActivityIndicatorView+Rx.swift */, - DCA5F8D782C6E6030AD9ED223FDAA963 /* UIApplication+Rx.swift */, - 3489BBEB7BBDC7BE119A643FFE76DF26 /* UIBarButtonItem+Rx.swift */, - 584F53055505AEA8E9372716DD880D52 /* UIButton+Rx.swift */, - 736D8929CA26E9D7B992FF1FAC4D01F5 /* UICollectionView+Rx.swift */, - A32CE759B851AA72C7842EA26A3C902B /* UIControl+Rx.swift */, - C1B29BA5FCF4379CE05541809C914DD5 /* UIDatePicker+Rx.swift */, - 95C1D3F26BF196F16E93427734DAD172 /* UIGestureRecognizer+Rx.swift */, - 012FEF839736580A6C6531EB7D91E705 /* UINavigationController+Rx.swift */, - A454DDCD4280E3C46D96E4260EA6F588 /* UIPickerView+Rx.swift */, - EACEA95479BCFF3E792D0BFFF98F08F7 /* UIRefreshControl+Rx.swift */, - 25F7E4E507EAAF42F6EBF51453B15805 /* UIScrollView+Rx.swift */, - A23FB6A2BD8E53E999D42CD42582CAC2 /* UISearchBar+Rx.swift */, - B625F69B2B9DDFFFA92873482A243EC0 /* UISearchController+Rx.swift */, - 8EC7884F0C82E9D4262E1E3B368CE1F8 /* UISegmentedControl+Rx.swift */, - 01181FF02605CDA4660A622919EC5BD2 /* UISlider+Rx.swift */, - AEBE628CD8C9BB8E71C1BCB37A9B039C /* UIStepper+Rx.swift */, - 890A7B6CE35E7109BAEF29B4C9B37611 /* UISwitch+Rx.swift */, - A74E42E8182DBD318514B9BBAAE7428A /* UITabBar+Rx.swift */, - 9FF77D84D1254B055B5C9FB670BE5375 /* UITabBarController+Rx.swift */, - D57F9977FC712DB8B33AD47FBC3FB416 /* UITableView+Rx.swift */, - 2CEA385769F9980A4179525C9808FC67 /* UITextField+Rx.swift */, - 7E15A85595FDA7A7C6CA9BB34486242B /* UITextView+Rx.swift */, - BE0510B14ADCB3D657F543F38B797A6B /* URLSession+Rx.swift */, - 3098E4285F6E173ED82EC544CD28F6A6 /* WKWebView+Rx.swift */, - 96D2425A3D298E2B27DF56FF555D8B7E /* Support Files */, + 974280124F141ACD4B94A27601F945AB /* UIWindow+DDCategory.h */, + D893572C6B777F1CAB47352C265EFCBD /* UIWindow+DDCategory.m */, ); - name = RxCocoa; - path = RxCocoa; + name = "UIWindow+DDCategory"; sourceTree = ""; }; - E5114FE609C6DFD481F24356FDFE7D6C /* UIButton+DDCategory */ = { + EED3447E103CFB2FAC8524062EC3026D /* UITabBarController+DDCategory */ = { isa = PBXGroup; children = ( - 89496DF19F58C80F91A1977483D254B6 /* UIButton+DDCategory.h */, - EF12D4BFCB2AF081D852882EF58CFB36 /* UIButton+DDCategory.m */, + 1D238F33FD51043F3EF4B86EBFA021AE /* UITabBarController+DDCategory.h */, + 774DF6AAB3E8877F3BA3288ED84402FB /* UITabBarController+DDCategory.m */, ); - name = "UIButton+DDCategory"; + name = "UITabBarController+DDCategory"; sourceTree = ""; }; - E5CAFE2E9E9FD9848217481054938BA6 /* Support Files */ = { + F1F1F1DCFCD73D76487B94CF9661BE5C /* DDBaseScrollView */ = { isa = PBXGroup; children = ( - B4AD73AA99F4799B35D8CD298465BA45 /* SnapKit.modulemap */, - E20D67BCC1300D8513FCB1A52960EBA3 /* SnapKit-dummy.m */, - 2D9F7B2DF25B8471919ACE5AC3E66807 /* SnapKit-prefix.pch */, - 68B8EE7109734A13BDBB527F83814022 /* SnapKit-umbrella.h */, - 2FFC6FAA7BA43FAF7B0AE348A933C583 /* SnapKit.debug.xcconfig */, - 1F485916FD3393B89DAE343EFDC8F83C /* SnapKit.release.xcconfig */, + D3A9259CEA8616FA5E3BB7D0781C52C1 /* DDBaseScrollView.h */, + 8AF674DC92F6594A8BCE55144406461C /* DDBaseScrollView.m */, + ); + name = DDBaseScrollView; + sourceTree = ""; + }; + F62A3C1DE89C038AB55565643F2D7F46 /* Support Files */ = { + isa = PBXGroup; + children = ( + F51C9A5BC162BF8F01E07E57B795DD9C /* IQKeyboardManagerSwift.modulemap */, + 7C2F1F9745C892BCEC5395D95071D775 /* IQKeyboardManagerSwift-dummy.m */, + 73BFAEEAA83D4D1D9E09793FAA92EE32 /* IQKeyboardManagerSwift-prefix.pch */, + 37FFE786666F4F117875D90064508688 /* IQKeyboardManagerSwift-umbrella.h */, + 6C02DE55002B281536BE541DD08385DA /* IQKeyboardManagerSwift.debug.xcconfig */, + A85800C43FC5374FFF6FE49EEAD196FF /* IQKeyboardManagerSwift.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SnapKit"; + path = "../Target Support Files/IQKeyboardManagerSwift"; sourceTree = ""; }; - E712A085E5C89608547EFB64AF5BFA39 /* Support Files */ = { + FCF9B2D91E8AA0F4A76C9F9EAF7DAD80 /* UIFont+DDCategory */ = { isa = PBXGroup; children = ( - CB1B140241C1A3F725B9AFFEEC30D608 /* DDLogKit_Private.modulemap */, - 0BF096CADD058A1A48518D554BD9CBC4 /* DDLogKit_Private-dummy.m */, - B8A66DF4B3A99641850FFA9FABCE65EE /* DDLogKit_Private-prefix.pch */, - C4138D7DB93619F2D27D17B27E84A443 /* DDLogKit_Private-umbrella.h */, - AAEA05BF2A0F082907C66E86B975A705 /* DDLogKit_Private.debug.xcconfig */, - 2264C0496FEEB851C41AE3B1F5BC9E5C /* DDLogKit_Private.release.xcconfig */, + 779DA9E9A107C88A96F5CD2E19933DE7 /* UIFont+DDCategory.h */, + D7DF8E3EEBB44B06A866AA809A02034E /* UIFont+DDCategory.m */, ); - name = "Support Files"; - path = "../Target Support Files/DDLogKit_Private"; + name = "UIFont+DDCategory"; sourceTree = ""; }; - E8291E55D110862819D05C8EA9EAE30A /* Pods */ = { + FD37708C411CCD492B9F722E36ED1859 /* DDFontKit_Private */ = { isa = PBXGroup; children = ( - 053F979A17EF529DE3B07A14A9CB3A0C /* Alamofire */, - 8E1B36B3C745F0C3105800E81DF8B878 /* AMapFoundation-NO-IDFA */, - 6BF16C9A15B7516CD3F2CC75A71CD186 /* AMapLocation-NO-IDFA */, - 5473D4679DE7C0687569BE1E0E7BB35E /* AMapNavi-NO-IDFA */, - C719C788996294824D1D52DB600094ED /* AMapSearch-NO-IDFA */, - 1830D590746DEB5CE3AF342A8BBDD335 /* AMapTrack-NO-IDFA */, - 9122F6855844EB2D3D689137B012E30E /* DDAutoUIKit_Private */, - 8462359AC122A526C53C54C151AEE773 /* DDBasicControlsKit_Private */, - 5E6D72AADC63EAF87BDD75D470DE8753 /* DDCategoryKit_Private */, - DD87EEF851F364F43463CD05A5486BFD /* DDColorKit_Private */, - A0835293D3E11EEC9ADD1B61C1AB5A59 /* DDControlsKit_Private */, - F6365DE88E204FD4A6B695BAFB8C98D3 /* DDFontKit_Private */, - CFA4D19F2DDF6AB282E27A803D717539 /* DDLogKit_Private */, - AA7F495C525DC6ACF34A85D9105A874B /* DDMAMapKit_Private */, - 1103E089FEC88C5B6FBCC9AB825E2924 /* DDProgressHUDKit_Private */, - E406C41CA54A4DD8BEB77A79FCE86EDB /* DDTimerKit_Private */, - 3E2966E49192D0BF908A41EF99134DAD /* DDToastKit_Private */, - A45E99349F488D9FA83784CB1AF59FF7 /* DDWebImageKit_Private */, - 871781C2330C09BA1888DA818158DF8E /* ESTabBarController-swift */, - F6DC5E148AA70B5C561CECE6FD869A6F /* IQKeyboardManagerSwift */, - 852E716CC79EBBDD863653E4EA8BBEB6 /* JXCategoryView */, - 42305F993CBFFF9777E5D014A1306A15 /* MJRefresh */, - E4C36540D8A4CC1A41E6FD675FA294F5 /* RxCocoa */, - 43B466529B7A385E27519F00F3DC3675 /* RxRelay */, - 7130B5F62E2C867F43E71EF2825407BD /* RxSwift */, - A42F787A67658BC47DB4C1575DBC8AF1 /* SnapKit */, - 1F1FCA81FAEAE94EF69633F2828DC46F /* SwiftEntryKit */, - 8DCF498E466B782FFAE4A499910EC09E /* ZLPhotoBrowser */, - ); - name = Pods; - sourceTree = ""; - }; - EC7A41E1EC49545A4455C494A2D0A71E /* DDBaseTableView */ = { - isa = PBXGroup; - children = ( - 2BD3415BB24F46DF5AB938F6F33A17B3 /* DDBaseTableView.h */, - 84C628C0B1EF26E7BAABEF22C648F5B3 /* DDBaseTableView.m */, - ); - name = DDBaseTableView; - sourceTree = ""; - }; - F055563E06BD50AF8817638A5DE4B730 /* SDWebImage */ = { - isa = PBXGroup; - children = ( - 98401C49BE7F857C48CE1650435980B2 /* Core */, - 87540083E15B223F07402F075D843771 /* MapKit */, - ); - name = SDWebImage; - sourceTree = ""; - }; - F0908B7FB97047CC06D97C5FB11D3465 /* DDMATrackManager */ = { - isa = PBXGroup; - children = ( - 0973C069BABEADBA4DDC2D91B6B51F36 /* DDMATrackManager.h */, - 0448FD325EFEDDF86761F80C0460C95C /* DDMATrackManager.m */, - ); - name = DDMATrackManager; - sourceTree = ""; - }; - F2A3B7A911A62238FD48056BEE5F2CB6 /* Overlay */ = { - isa = PBXGroup; - children = ( - 62405373470BD6249A1FEDB8FB1EA499 /* MABaseOverlay+DDCategory.h */, - DE0265F0E280DB58E4380612C12444D1 /* MABaseOverlay+DDCategory.m */, - ); - name = Overlay; - sourceTree = ""; - }; - F6365DE88E204FD4A6B695BAFB8C98D3 /* DDFontKit_Private */ = { - isa = PBXGroup; - children = ( - 0A222DA98F48AA52CFB0578BB6C5829E /* FontUtil.swift */, - E32970FFB29F396FC33BB7ADEB665DDF /* Support Files */, + 2F4BF232B50ADCB60D50D62600432E7F /* FontUtil.swift */, + 8C7DBCBA79B6D3FECA2FC240C2CB55CB /* Support Files */, ); name = DDFontKit_Private; path = DDFontKit_Private; sourceTree = ""; }; - F6DC5E148AA70B5C561CECE6FD869A6F /* IQKeyboardManagerSwift */ = { + FDE26E1EBCECE5E4E99F5CBA7C1AED1D /* SwiftLog */ = { isa = PBXGroup; children = ( - 55C09CDB835D682A02A042439B3A33E5 /* IQBarButtonItem.swift */, - 6E73113EDCB168F9DDBE81C76F19BC42 /* IQInvocation.swift */, - 45868168864312042A1146AFE310B2A0 /* IQKeyboardManager.swift */, - F1B56734E13B92CD721AD0DF5D1332C5 /* IQKeyboardManager+Debug.swift */, - B2752E7A6C007F2F97C436695141BFD1 /* IQKeyboardManager+Internal.swift */, - A28DAB06C1F642DD754A44AB1C6A0B70 /* IQKeyboardManager+OrientationNotification.swift */, - F628B3A215050156FAD47CE5258997BD /* IQKeyboardManager+Position.swift */, - C720CB9435009DE91F1A64D1220C37C6 /* IQKeyboardManager+Toolbar.swift */, - EF35E90E5B55EFF23A0978105E4110A4 /* IQKeyboardManager+UIKeyboardNotification.swift */, - 93A954D7F23642481AD84A22F57E3093 /* IQKeyboardManager+UITextFieldViewNotification.swift */, - 656C2A6C99B1EC0C90DF1B0E43FE4139 /* IQKeyboardManagerConstants.swift */, - 18A6B108B619EE58DB3CA9AF6917ECB2 /* IQKeyboardManagerConstantsInternal.swift */, - 2A12D9326089E41B87FB50E578A560B5 /* IQKeyboardReturnKeyHandler.swift */, - DC3ED97A2F25074597CCE50CFCAF4B8F /* IQNSArray+Sort.swift */, - 06C0BD691D097036493A7AFC82E33E35 /* IQPreviousNextView.swift */, - 3DCD442C7C1B61F13D5A069F5A9CA12B /* IQTextView.swift */, - 14ADF5B6895D27D22E00A6AAF2466F3F /* IQTitleBarButtonItem.swift */, - A3216CDEC8F6EF5775676A027F4671CF /* IQToolbar.swift */, - AD6D2884B9DAF605DE0D1048949F762F /* IQUIScrollView+Additions.swift */, - 750F17C587A9560B4CEBD185CC08C02B /* IQUITextFieldView+Additions.swift */, - 504709C344FEDD69D02CF0F6B4F3D27B /* IQUIView+Hierarchy.swift */, - E13879701A7331840A0244094C0C5A21 /* IQUIView+IQKeyboardToolbar.swift */, - EABA05FFCA51D5438F26A3F17A58CDD8 /* IQUIViewController+Additions.swift */, - 5E2F35EE42FEFFF5E30BFA4DCC6FB5D5 /* Support Files */, + DB8CF011209213DE76C7F12D6097C11E /* DDSwiftLog.swift */, ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - F7895A3522E89F38C966711947640278 /* DDBaseTableViewCell */ = { - isa = PBXGroup; - children = ( - DA17160ADA52EF7B8FE2EDE91534510F /* DDBaseTableViewCell.h */, - 6B9A730863D1D719ABFF0EFF2B78C287 /* DDBaseTableViewCell.m */, - ); - name = DDBaseTableViewCell; - sourceTree = ""; - }; - FB9859C9177EA368FA1C59E63CAF5861 /* Support Files */ = { - isa = PBXGroup; - children = ( - 594F28B69ADA25F7646B758E642EF316 /* ESTabBarController-swift.modulemap */, - 40C478AC9E536659291BB81DAFF8FF18 /* ESTabBarController-swift-dummy.m */, - F4B957D923186962C66851E195B6BA9A /* ESTabBarController-swift-prefix.pch */, - 12E4662DDBAAE4B6AA41B4D420BDB93A /* ESTabBarController-swift-umbrella.h */, - 851BB27D1DC4725B7A9F1AF5D379F496 /* ESTabBarController-swift.debug.xcconfig */, - 89EFEB1F70CF57DCB1580D273C5632B8 /* ESTabBarController-swift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ESTabBarController-swift"; - sourceTree = ""; - }; - FC08C30654C3CE8C262FE90ACD06AF11 /* GCDTimer */ = { - isa = PBXGroup; - children = ( - 88740E9E4263D9F0A5FB9B80D52CCFA8 /* DDTimerManager.h */, - D9CC9050D0D78A061A24A6CE96C8D4BB /* DDTimerManager.m */, - 61F7417DEF4C81EF37B4D752C0764355 /* DDTimerObject.h */, - 7AF53D423FB016A2767D204D58655068 /* DDTimerObject.m */, - ); - name = GCDTimer; - sourceTree = ""; - }; - FD04F47559DAC429A06B76781AD3F9F4 /* Support Files */ = { - isa = PBXGroup; - children = ( - E90FC2EC6849FC8E6D2BADDB3505C3E3 /* DDTimerKit_Private.modulemap */, - 2A232A239419378ED0E09805F9686106 /* DDTimerKit_Private-dummy.m */, - D3EF0C6DDE1B6E2DC017F984C6D48A84 /* DDTimerKit_Private-prefix.pch */, - 9B9DC2E65C6459BBDCFAE246C90F0C37 /* DDTimerKit_Private-umbrella.h */, - B8AF30CFBBBA2C3706A1BFF84F7FFB4A /* DDTimerKit_Private.debug.xcconfig */, - 2CAE87249C006D6B1EA9D25213355042 /* DDTimerKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDTimerKit_Private"; - sourceTree = ""; - }; - FD23BFE7A2E0F87A479F0AB7B0BB30C8 /* DDCollectionView */ = { - isa = PBXGroup; - children = ( - ); - name = DDCollectionView; - sourceTree = ""; - }; - FEE26F575AB2318FE1C6431E4F4825DE /* Support Files */ = { - isa = PBXGroup; - children = ( - 5E745DF26EC8FCE80688B280A88CBEB4 /* RxSwift.modulemap */, - 5973ED64E031563159F1FD778B5773E2 /* RxSwift-dummy.m */, - 658BD7E6557FCB4B095FC8B1CEEDF8CA /* RxSwift-prefix.pch */, - 5C7D32366D43AD53B420B61B9BC7D5A7 /* RxSwift-umbrella.h */, - 04EBAAD4B7B2FFAE79385EBC95982262 /* RxSwift.debug.xcconfig */, - 621275CC3B774167D7CA2C2A537BB0EE /* RxSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxSwift"; - sourceTree = ""; - }; - FF2FE45A2086B24FF72460561023415F /* UITabBarController+DDCategory */ = { - isa = PBXGroup; - children = ( - F0B207EBBF5C30D8A9E2F312E2846F9B /* UITabBarController+DDCategory.h */, - 1A27C3492C3A2042B5C1433DDE1013B6 /* UITabBarController+DDCategory.m */, - ); - name = "UITabBarController+DDCategory"; - sourceTree = ""; - }; - FF47BB5A35FB66A5E384F3B54BF14F53 /* DDViewController */ = { - isa = PBXGroup; - children = ( - ); - name = DDViewController; + name = SwiftLog; sourceTree = ""; }; /* End PBXGroup section */ @@ -5929,19 +5915,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 21C85711288DB964E662FA7A8E58E564 /* Headers */ = { + 3A1499137CE8A05FA14D8AFC881AB061 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 47BE1127A062ACFF5E15CA091250AAE1 /* RxSwift-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 30154A812FD0A6FE5B28A824CFC3BA30 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 994ADC34B694B54A8EFCD3DD5D61A289 /* RxRelay-umbrella.h in Headers */, + 7F72BC2B49C24422B90CDD5D9F8402F2 /* RxRelay-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6038,54 +6016,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7293FD6B8E7A11EEFDA2D08FCC6C3EE9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C5B1A589F5DBC1FE4C0C03ABFAD951AE /* DDLogKit_Private-umbrella.h in Headers */, - 1F507054146BB42C726A9DD5920098E6 /* DDOCLog.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7D252AA9C3BFF5B822C94B173695FCE2 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 14964A834208B638F9BA4204E822FE9B /* CALayer+DDCategory.h in Headers */, - 57090498B64DDC6710041E566E8EEBAF /* DDCategory.h in Headers */, - 5DDF83D6EA07126B4AA85D60739A50E6 /* DDCategoryKit_Private-umbrella.h in Headers */, - EF645B360085D7EB03E867F9248D9572 /* NSAttributedString+DDCategory.h in Headers */, - 9F96D8DA3174A72987D15129D79F8EA8 /* NSBundle+DDCategory.h in Headers */, - 587FDBFEC134BD73240EE2BB811B9B16 /* NSMutableAttributedString+DDCategory.h in Headers */, - 4B8F3F1FE005DA7F45A77A7D75DAA3DD /* NSMutableParagraphStyle+DDCategory.h in Headers */, - 076F496C8012D035DCCE52B7B56027F1 /* NSObject+DDCategory.h in Headers */, - 232208999D218F9D9D11677D9A02D4DC /* NSThread+DDCategory.h in Headers */, - 9FD1A10035A460B3DA7CFA29A3AE33DB /* NSURL+DDCategory.h in Headers */, - 56400584F138104D3B2929F59CFE55DD /* UIApplication+DDCategory.h in Headers */, - 62E93A32172512D41C32AA22C22EE022 /* UIBarButtonItem+DDCategory.h in Headers */, - 006C8AA06289C76CFC3AF3F7F1FFD426 /* UIButton+DDCategory.h in Headers */, - 700B14B103CA4CCD9C044CFC38983167 /* UICollectionView+DDCategory.h in Headers */, - C37DBF428B42A95BE218F7A9799CD371 /* UICollectionViewCell+DDCategory.h in Headers */, - A0BEFBE6A346AB11398E3A2B8D5DBE3D /* UIFont+DDCategory.h in Headers */, - ADA4F7EE7A1BEB6FBA65CFF1C81F40B6 /* UIImage+DDCategory.h in Headers */, - CA6464B9C5ACE7E1A91BE384C2B4E826 /* UIImageView+DDCategory.h in Headers */, - 7FC84EF39623042D484D9F91C9C0CC79 /* UILabel+DDCategory.h in Headers */, - 46C272151448AAA9DC9135098F6C0A19 /* UINavigationBar+DDCategory.h in Headers */, - AC7722DC6B0186D7AC2645D19A5CF216 /* UINavigationController+DDCategory.h in Headers */, - A289D5C5FC1181E734636B88E312CE3E /* UINavigationItem+DDCategory.h in Headers */, - 02D26777CF5B820A7E269A1C55556794 /* UIScreen+DDCategory.h in Headers */, - B5816208A09555258A1052FB4F631D6D /* UIScrollView+DDCategory.h in Headers */, - 475A7B438F3D4A661C84D5F608A1A708 /* UITabBarController+DDCategory.h in Headers */, - D84CDF785AEE298324381CD621824774 /* UITableView+DDCategory.h in Headers */, - 1303FAD829BD07E29520FD6D7311272B /* UITableViewCell+DDCategory.h in Headers */, - 3F265F949E19ED6AE3B95E42D1DEEA59 /* UITextField+DDCategory.h in Headers */, - B172D5B106A91B0582378429D8381BE8 /* UITextView+DDCategory.h in Headers */, - A10CBDF349591A89CD08B42EA6103D24 /* UIView+DDCategory.h in Headers */, - 6F3D72CF694F3EBA3961E95FDEEEFDB1 /* UIViewController+DDCategory.h in Headers */, - F2497638DDBBD5ACFFBDE4F575014E8B /* UIWindow+DDCategory.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 853451064494997610D033D61C1A8B02 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6102,6 +6032,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9277AEE3226F13A0EE3E0D8020EE1B40 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A424E963577F7FFAE5C6C112830241AE /* RxSwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 93A6C718AB33E187C2F4C2BB8BD9F5C4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6204,6 +6142,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BF4551571F5CAC4F497972B59096558F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 314632CB92B2398677AFB7D49B2FF7F7 /* DDLogKit_Private-umbrella.h in Headers */, + 16112EEC023D1B530FECA29B613D07E0 /* DDOCLog.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C0DDBE7CDFC38ACA7ECCDE7915141CC0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6242,6 +6189,45 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + EB5236DFDFF7F558A890E44B048D4027 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 512BBF6968C616A5CB7A2C23D8B117E2 /* CALayer+DDCategory.h in Headers */, + B8B8291E60C9EEF7E503A80916EDD6D6 /* DDCategory.h in Headers */, + F493F28DBCAEC7B3E70EDA7F7A7C4B6A /* DDCategoryKit_Private-umbrella.h in Headers */, + D338E31610984913E5242333289065EA /* NSAttributedString+DDCategory.h in Headers */, + E228AD3F161CF33ACE446B8D0FDEA79C /* NSBundle+DDCategory.h in Headers */, + D9ECA0FB443A473493DF5843A260DD3D /* NSMutableAttributedString+DDCategory.h in Headers */, + E6F0A2D426D583B654733BF18F75C185 /* NSMutableParagraphStyle+DDCategory.h in Headers */, + EB9D6E0BA31263F64A458B7B8BAB7FE8 /* NSObject+DDCategory.h in Headers */, + 1B17B814E1DCFC165E3F3DFE251ED3EC /* NSThread+DDCategory.h in Headers */, + E19960867F314F08D769EFF5DE2EABD9 /* NSURL+DDCategory.h in Headers */, + 626CA8D4F0AD4970A4111E6653DB564D /* UIApplication+DDCategory.h in Headers */, + B2213A82C506010512D755EE811CE80E /* UIBarButtonItem+DDCategory.h in Headers */, + 63CB5CA7EA0C4ACE8EF0DEE5247EF225 /* UIButton+DDCategory.h in Headers */, + 11B7F9E7CEBF84F7DFF2C86A84D0DAF7 /* UICollectionView+DDCategory.h in Headers */, + 5C01205CDF24EC69095FFC42B832727A /* UICollectionViewCell+DDCategory.h in Headers */, + 9F4C05698CFCEEAABC6CCC3093CE942B /* UIFont+DDCategory.h in Headers */, + AE9E7487CE1B8C674182E9E0C2F37FCB /* UIImage+DDCategory.h in Headers */, + 2942F6AF76036094C48C5ADB32FE638B /* UIImageView+DDCategory.h in Headers */, + 6FDD9640CD571661B675B48F97B4BA23 /* UILabel+DDCategory.h in Headers */, + DB6B35BF8866020A56941A9FA901D495 /* UINavigationBar+DDCategory.h in Headers */, + 387104A590EDF685F92EAB2DD64E3CC2 /* UINavigationController+DDCategory.h in Headers */, + D74A6402DA7B179F60BE96410E5C9168 /* UINavigationItem+DDCategory.h in Headers */, + D5AAA3E1354956C5E552C9AD7CD11B4C /* UIScreen+DDCategory.h in Headers */, + 721E97A69F374CFAE329583AC28FFCF3 /* UIScrollView+DDCategory.h in Headers */, + C2BF04992908EF2094D76E21F7B0D7C0 /* UITabBarController+DDCategory.h in Headers */, + EFFB548B2256535F4B945FE12260C940 /* UITableView+DDCategory.h in Headers */, + 2F3E427ECAF72BA96507CD5A9CDE6B51 /* UITableViewCell+DDCategory.h in Headers */, + 075F0F890CBEB8B7E4233DBD00FE3280 /* UITextField+DDCategory.h in Headers */, + 16D50EE57DE6B9D65DF48B7D736BD626 /* UITextView+DDCategory.h in Headers */, + 6CC931646D2E1EBA9106EA0BC55D434E /* UIView+DDCategory.h in Headers */, + 229E22D4F27CBAFEDBD0ABD9C3C7AB8E /* UIViewController+DDCategory.h in Headers */, + 44C62D555BE0DD6DF376157B88108AA6 /* UIWindow+DDCategory.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F4423F0EED6F6D0BFFCE3A50ABBE21E0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6289,7 +6275,7 @@ buildRules = ( ); dependencies = ( - 7F46C56C1B11DB3B56D016F89849B7A2 /* PBXTargetDependency */, + 5723326132836363D5A4B7AC5E1EB665 /* PBXTargetDependency */, ); name = DDControlsKit_Private; productName = DDControlsKit_Private; @@ -6307,9 +6293,9 @@ buildRules = ( ); dependencies = ( - 20815FB676973B585EB253BEF48AFAC1 /* PBXTargetDependency */, - C5AF61BAFA489C9773A0991E0485D142 /* PBXTargetDependency */, - 3EE8C7E0E8A39B195973324B6A3C239F /* PBXTargetDependency */, + 7964796E44E7A16CBF537318F7835EF7 /* PBXTargetDependency */, + 6111C3E77E6276A2A9FF2D0815C81AAD /* PBXTargetDependency */, + 091C5B4CE0D4C6F2BCD61208F40840ED /* PBXTargetDependency */, ); name = DDBasicControlsKit_Private; productName = DDBasicControlsKit_Private; @@ -6336,12 +6322,12 @@ }; 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = E732F9F8B7FB6A8DF844802C8F839D63 /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; + buildConfigurationList = 868C50B326B0684ABFA75AC57BF4754B /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; buildPhases = ( - 7293FD6B8E7A11EEFDA2D08FCC6C3EE9 /* Headers */, - D9406929D2493348F1A96141EA5B3901 /* Sources */, - 4B0E44B461E3CAD5CB4A279D2829D43C /* Frameworks */, - 9E31B0D3A4B3D9ECB929993EFAEBAE5E /* Copy generated compatibility header */, + BF4551571F5CAC4F497972B59096558F /* Headers */, + A2E299CB0D24D6DCB68E0A636E857A99 /* Sources */, + C5B5776F510F806AEE6DA160D7791392 /* Frameworks */, + 7A6191325E6DAE439327F25E2C33C03B /* Copy generated compatibility header */, ); buildRules = ( ); @@ -6408,17 +6394,17 @@ }; 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */ = { isa = PBXNativeTarget; - buildConfigurationList = AE75657A1CBAFA91973507A15E6F3676 /* Build configuration list for PBXNativeTarget "RxRelay" */; + buildConfigurationList = 9F98BE1C3617215E5E69EFD9C606FCE3 /* Build configuration list for PBXNativeTarget "RxRelay" */; buildPhases = ( - 30154A812FD0A6FE5B28A824CFC3BA30 /* Headers */, - 624C0FC05FBC9464157E9CCB2D626DFC /* Sources */, - 8F16F65DC8EBF77984FA1C1ED552CA65 /* Frameworks */, - E384961FAD61FC222A45B62DC73B283C /* Copy generated compatibility header */, + 3A1499137CE8A05FA14D8AFC881AB061 /* Headers */, + F09638577AE22EB4E11E12E8851D00DB /* Sources */, + 53CD1BF26013DB3C220384135205E4A5 /* Frameworks */, + 22C348144E7D862FBA045E895D91FAAE /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - C1FDA7059F11BD6673AC1F29DF2A0DB0 /* PBXTargetDependency */, + C7E52044932C16D9F0C170C35930A7E0 /* PBXTargetDependency */, ); name = RxRelay; productName = RxRelay; @@ -6462,11 +6448,11 @@ }; 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = B4F1B289B0E9DBCFE027CA5EA2C3EF05 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; + buildConfigurationList = 06FE720E8F4EC60D4E896C8056193EB8 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; buildPhases = ( - BA35917A25E9D391CEA3A4B320CA4EDA /* Sources */, - B0CCDC3149EF19E22B82946B1049634F /* Frameworks */, - A7261F51383201C47039B95A30DB37A0 /* Resources */, + E3BA48DDE3F915A37FAE399E41C2FAF6 /* Sources */, + 23098443C4DFA1147CAAE92E78D2E99B /* Frameworks */, + EE01459467138780CC98A7248F78F6A5 /* Resources */, ); buildRules = ( ); @@ -6479,11 +6465,11 @@ }; 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 107B9C12012BB1A8BF454495FD6075C4 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; + buildConfigurationList = C50C2E00D10B16448AF8ACD0FF49FB0A /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; buildPhases = ( - 14C415EA615E8D8D281FC99CA169D5A1 /* Sources */, - C1BBCE9D91005E0AE548011F1F555CCE /* Frameworks */, - FD8041D393DE2D48FC4164229D26C7CC /* Resources */, + 304128F36A27FE5101F47A93C3D3D65A /* Sources */, + 1A6D219B347217475A502ECFEBD87DF2 /* Frameworks */, + 572B0AD3B15E9A7487D95613F3AC07D8 /* Resources */, ); buildRules = ( ); @@ -6539,36 +6525,36 @@ buildRules = ( ); dependencies = ( - 505B087E2DB4B5875B75C6C388B6CF8A /* PBXTargetDependency */, - 7B82268674090A00DF05274849ECC593 /* PBXTargetDependency */, - F8684A689D2B0A057105690F0012EB7B /* PBXTargetDependency */, - 50879CDD0744F8F77DC887A5F74FD786 /* PBXTargetDependency */, - 4A1B9A224C68A51566C367923198BB66 /* PBXTargetDependency */, - 6706C4090006CC1CAC15EC21BB672FDB /* PBXTargetDependency */, - 8B6A692646B6735B24650CF26777162F /* PBXTargetDependency */, - 50C24C0D704114A8C9AC4C450B2BF7D5 /* PBXTargetDependency */, - 1FDD323295EB5667F992263852F0E0C9 /* PBXTargetDependency */, - F6CF5A78E6597CEFE89699A722EE9F22 /* PBXTargetDependency */, - AFC6A6054BD69D347BC5EA57A171E998 /* PBXTargetDependency */, - 9A54AC7A3B17C79EC26D97E9FD5F218F /* PBXTargetDependency */, - 5C83AF916F4ADB21B1226089E3F2EE76 /* PBXTargetDependency */, - 2150290AACBF8EF97D53A55C5A23BCE9 /* PBXTargetDependency */, - 15BE50DE402F95FD75BCFBC2F0732BA3 /* PBXTargetDependency */, - E1049B661DE6BC25BC3B287085DE7709 /* PBXTargetDependency */, - A57CCC68E56FE84E618780C56FC4582A /* PBXTargetDependency */, - AC5A2FB2D970A3215E8D8C933D6EE75B /* PBXTargetDependency */, - DB451CD088C08BB5993832FB34CC42AC /* PBXTargetDependency */, - 44EE1DD5CFC2673D1A924624E91C63E3 /* PBXTargetDependency */, - 6F53415E01FC54F9B78A754BFD064349 /* PBXTargetDependency */, - 561E7B697B6072B95DBB9C1BA8CD365C /* PBXTargetDependency */, - 944D916F2705FAE3290724CA87231E1D /* PBXTargetDependency */, - 10885BF772D4030EDE4C3D8F4DE5F579 /* PBXTargetDependency */, - F38A42726D1490B64627026AB71B7C49 /* PBXTargetDependency */, - AC5DCA51F0EF4E5A1CB728FBA20539F8 /* PBXTargetDependency */, - 03B9746B2D6E1F5E81419914A1E991F8 /* PBXTargetDependency */, - B3DC2410D9D346887754BC92E6D840D9 /* PBXTargetDependency */, - AC2C017E25F8ACE6DBB5429CF38C19BE /* PBXTargetDependency */, - 8D40ECE8AEC26CA16E8EB8D351D511C3 /* PBXTargetDependency */, + FB41CF6A90AB075287327C70857F4F9E /* PBXTargetDependency */, + 6FAFA5B20096F46171255A52ACB66113 /* PBXTargetDependency */, + E143E58A831B28FA79FD44C8EB131077 /* PBXTargetDependency */, + CA4983EEA32EC3AF0399C396C0A3EEFE /* PBXTargetDependency */, + 274763F1A2967B3B54DAE21309655B74 /* PBXTargetDependency */, + EBF7340FAFD404AE5BBFF374B193CA7D /* PBXTargetDependency */, + E451BE8DE4FCE839D6FD0882CC31C6AF /* PBXTargetDependency */, + BF01A7CD8CCB0BF18FC5ABDD31946A4E /* PBXTargetDependency */, + 32BA5AB3E0A01E7E4B198ACA212F6BFA /* PBXTargetDependency */, + 99A501F5FDDDA9296A285433BB8F205B /* PBXTargetDependency */, + 5BBC48434F7B6BA339DBE2ECFEB21908 /* PBXTargetDependency */, + F13D430248BEEA033FE01C5A1F1B81A8 /* PBXTargetDependency */, + FCE6975C09D5ECD51F6E38DC5C138258 /* PBXTargetDependency */, + 1F5F3E0FCE564C3311A451B467E8C653 /* PBXTargetDependency */, + E2822B35D715F144CDC9F4BF995F82A3 /* PBXTargetDependency */, + 28AC28533F4288D6E4473DBC10FAF608 /* PBXTargetDependency */, + 2A1C2426A4370B2B91279ADE95DEC0C1 /* PBXTargetDependency */, + 7E6CFB7B77F790B27FEE0DB78E320116 /* PBXTargetDependency */, + 1E0C90E558B3F57CE80BB8E2458CF8B5 /* PBXTargetDependency */, + 4D926882C50F07A4D702F519CA670050 /* PBXTargetDependency */, + 3C2B73037C2156876C03851BDD35D6BF /* PBXTargetDependency */, + 280B8AF26306A5F5E34A413D3069F96B /* PBXTargetDependency */, + 4EB9B642503DDC3654804B12E6C59FA7 /* PBXTargetDependency */, + 0920A2701A164BEAB30BCE6F869B0BC2 /* PBXTargetDependency */, + 0DFAB1B4267B714118CC9CA41B5F697C /* PBXTargetDependency */, + 84857BD62DFFF69C5127C0A0AC92B801 /* PBXTargetDependency */, + 1A9585BF080C129C9AAB4E0CFAD8E15A /* PBXTargetDependency */, + B42A82284C45F1D443D3B76679685EE3 /* PBXTargetDependency */, + 7A4718C4055A9B9D81AA50420B085B37 /* PBXTargetDependency */, + 7FD42FBF5042299F03E37CDAFDB5D6EB /* PBXTargetDependency */, ); name = "Pods-OrderScheduling"; productName = "Pods-OrderScheduling"; @@ -6587,8 +6573,8 @@ buildRules = ( ); dependencies = ( - 69C082CB9D225F967F901F635A2A4DC2 /* PBXTargetDependency */, - 0D62AF584F61144E798971579C844A39 /* PBXTargetDependency */, + 75EA08E5A035F7A94D53628576D0E4E4 /* PBXTargetDependency */, + F7BACD898B6419466412BA3FC4BA8A31 /* PBXTargetDependency */, ); name = RxCocoa; productName = RxCocoa; @@ -6597,11 +6583,11 @@ }; 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = CF92FEA7D16C2FD27EFDCF30C47DB792 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; + buildConfigurationList = 607457F4F8012874D0F3AF6CCBC52DA7 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; buildPhases = ( - 7D252AA9C3BFF5B822C94B173695FCE2 /* Headers */, - 94DB2457346D37A841D5954FCB0F3ED1 /* Sources */, - BED0D4D3F674AB402CE4E560403828B0 /* Frameworks */, + EB5236DFDFF7F558A890E44B048D4027 /* Headers */, + 9A3436DDEC0E5C1CE109D3DA2D2185A8 /* Sources */, + 59854BC4771BB5C74DF242CBFA1E798A /* Frameworks */, ); buildRules = ( ); @@ -6675,13 +6661,13 @@ buildRules = ( ); dependencies = ( - 5E477B3A905CB55F88494B8888571B76 /* PBXTargetDependency */, - B0C71FA63E35E502D55E95BBE86D16A6 /* PBXTargetDependency */, - F8628C98A76F054BF04377D45EA7338D /* PBXTargetDependency */, - D56B6F81A7FE2C119E1B4F224425D0DD /* PBXTargetDependency */, - 693B69268C701457161FF756A64DD8A4 /* PBXTargetDependency */, - 324FAB9849E2B0B7936180103CEBDDF6 /* PBXTargetDependency */, - 8D3A77D6810D86B6D8F564CEAFE0EF9D /* PBXTargetDependency */, + 57CA5AE48489204E38DB9D8DDB73AA44 /* PBXTargetDependency */, + F876904D42A179812225C6103B204A06 /* PBXTargetDependency */, + 4FA4E877E4DBE3207FCF3E58D9C152A8 /* PBXTargetDependency */, + 476963D64D1F6B90767FAA5A4220FA29 /* PBXTargetDependency */, + 4F9F7B937937F811632262E4CEB565A5 /* PBXTargetDependency */, + 0F9BFAA35C81929185584114F9DAA89F /* PBXTargetDependency */, + B1EA0E5A5A71426896DD05F133E586A0 /* PBXTargetDependency */, ); name = DDMAMapKit_Private; productName = DDMAMapKit_Private; @@ -6718,9 +6704,9 @@ buildRules = ( ); dependencies = ( - 08FE47F522C716E504934518E19CE5F8 /* PBXTargetDependency */, - 2EE35C77C22FDD0F90EFB3AD5D7BC30A /* PBXTargetDependency */, - 4D1AE00A92113B7BF5FFE380D8CE5566 /* PBXTargetDependency */, + C49E2E68248554D339057AED7414AC35 /* PBXTargetDependency */, + F920FC333490AC35C509F77D28D52FF3 /* PBXTargetDependency */, + 19C126890D8FC4A7437BBF3BFD6CBBDD /* PBXTargetDependency */, ); name = DDNetworkingOfAlamofireKit_Private; productName = DDNetworkingOfAlamofireKit_Private; @@ -6765,12 +6751,12 @@ }; EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = 449A233CCF205967013CBF0D034FF40E /* Build configuration list for PBXNativeTarget "RxSwift" */; + buildConfigurationList = AD308ACADDBAF5969EF95D3DC93FFBAD /* Build configuration list for PBXNativeTarget "RxSwift" */; buildPhases = ( - 21C85711288DB964E662FA7A8E58E564 /* Headers */, - D9CAC9040E49D7D25F126DE1712B3B04 /* Sources */, - B2669EB14171E628C910A965CA168374 /* Frameworks */, - 1D1DDEA2840FC66CC0A79D8D87026EFD /* Copy generated compatibility header */, + 9277AEE3226F13A0EE3E0D8020EE1B40 /* Headers */, + 7E0E8A40DA84320A222E18E55A2CD451 /* Sources */, + 26B104F0656210639EF1E9BE82147BE7 /* Frameworks */, + 42FCF822786F392786F864C81CEC12BF /* Copy generated compatibility header */, ); buildRules = ( ); @@ -6877,19 +6863,19 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - A7261F51383201C47039B95A30DB37A0 /* Resources */ = { + 572B0AD3B15E9A7487D95613F3AC07D8 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9000C3784F6F6677FFCE5801884263FF /* DDBaseViewController.xcassets in Resources */, + AB27097A5281026FFAD9A3330BBE0195 /* Sources_DDMAMap in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - FD8041D393DE2D48FC4164229D26C7CC /* Resources */ = { + EE01459467138780CC98A7248F78F6A5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - E998989302CADC0E295896C2F0A05AAB /* Sources_DDMAMap in Resources */, + 9C39E63E7EFAC9207F7ABCEEF02991B4 /* DDBaseViewController.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6920,30 +6906,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/RxCocoa/RxCocoa.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/RxCocoa/RxCocoa-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"; }; - 1D1DDEA2840FC66CC0A79D8D87026EFD /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap", - "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/RxSwift-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/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"; - }; 21447C698D95583E65C2265B1E31DA31 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -6968,6 +6930,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/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/IQKeyboardManagerSwift/IQKeyboardManagerSwift-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"; }; + 22C348144E7D862FBA045E895D91FAAE /* 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"; + }; 3ECCFB438C99E5452730F628D5942AA6 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -6992,6 +6978,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/DDFontKit_Private/DDFontKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDFontKit_Private/DDFontKit_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"; }; + 42FCF822786F392786F864C81CEC12BF /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift.modulemap", + "${PODS_ROOT}/Headers/Public/RxSwift/RxSwift-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/RxSwift-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/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"; + }; 4E7111AB0AC93CDBD81B74EE1676E5DE /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -7112,6 +7122,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/SwiftEntryKit/SwiftEntryKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftEntryKit/SwiftEntryKit-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"; }; + 7A6191325E6DAE439327F25E2C33C03B /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap", + "${PODS_ROOT}/Headers/Public/DDLogKit_Private/DDLogKit_Private-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/DDLogKit_Private-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/DDLogKit_Private/DDLogKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDLogKit_Private/DDLogKit_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"; + }; 88CE6A9E15FB250364E7B2B84D432B3C /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -7136,30 +7170,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/DDControlsKit_Private/DDControlsKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDControlsKit_Private/DDControlsKit_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"; }; - 9E31B0D3A4B3D9ECB929993EFAEBAE5E /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap", - "${PODS_ROOT}/Headers/Public/DDLogKit_Private/DDLogKit_Private-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/DDLogKit_Private-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/DDLogKit_Private/DDLogKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDLogKit_Private/DDLogKit_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"; - }; A60AC98BAADAACA2034B33AF487354E0 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -7280,40 +7290,9 @@ 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/ESTabBarController_swift/ESTabBarController-swift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ESTabBarController_swift/ESTabBarController-swift-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"; }; - E384961FAD61FC222A45B62DC73B283C /* 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"; - }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 14C415EA615E8D8D281FC99CA169D5A1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2F9DCB8466BB717F04CB15FEAC24CFD4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7359,6 +7338,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 304128F36A27FE5101F47A93C3D3D65A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3A75B93F1783EC72B7DD4C828FBE7399 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7470,19 +7456,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 624C0FC05FBC9464157E9CCB2D626DFC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 385C918534D12A16EF9D0C453149865F /* BehaviorRelay.swift in Sources */, - 4EF59999B49820DE4AC906E7F97885C2 /* Observable+Bind.swift in Sources */, - E254685A45115EC64F0F44681D7D0583 /* PublishRelay.swift in Sources */, - 09DA9A1DACFC24A2358533C4C71C8C39 /* ReplayRelay.swift in Sources */, - F50DDF3B6BFAFD3FF0332AD2E48A65BB /* RxRelay-dummy.m in Sources */, - 411CD4D9AF1BAE15F1B24B066CA0C11C /* Utils.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6430B89338D6DC3DBE37E8D66CAF48C4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7539,6 +7512,174 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7E0E8A40DA84320A222E18E55A2CD451 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B614A2389A6A7A85568F9D28F3C3727 /* AddRef.swift in Sources */, + D2EFF75BAA4F83A3B494624006922E98 /* Amb.swift in Sources */, + F93F6E8956CC7FEEFD59BB131E1CF02C /* AnonymousDisposable.swift in Sources */, + 565C69E3DA4452FAB0E052B93519A32A /* AnonymousObserver.swift in Sources */, + 7A75A4AACF2EA2B8246DD37BC227E361 /* AnyObserver.swift in Sources */, + 4106F92259A3E4CE42B5ECE0E28B4F39 /* AsMaybe.swift in Sources */, + 0B2A49C518D479849E68C0E188E9C6C5 /* AsSingle.swift in Sources */, + 76CE02C1DDF73754EF809A4193D3495C /* AsyncLock.swift in Sources */, + 23FAE3A4BDAD8268A45B1E0C39B158FC /* AsyncSubject.swift in Sources */, + 08419465E72B314FF49B4209ACDE8641 /* AtomicInt.swift in Sources */, + 1E294C2D1457C305F2A8FC187C7CD7CE /* Bag.swift in Sources */, + 3FB5352887796DD7047D239D88FFC330 /* Bag+Rx.swift in Sources */, + 4B75784B81348DEA7FC71B0C6DAC5413 /* BehaviorSubject.swift in Sources */, + 7847A704E618F99AC5564C938F124AA5 /* BinaryDisposable.swift in Sources */, + 456DD313CD572325238A20BD2286F328 /* Binder.swift in Sources */, + 570634531E216A7F7942CA187953A790 /* BooleanDisposable.swift in Sources */, + 8627501CCE7EF89EE53F8E891D6AE31C /* Buffer.swift in Sources */, + 1D2CC767C27E09B7B3F5BA85A610D8CF /* Cancelable.swift in Sources */, + C72B01DD0D889A1A13F2FAA980632901 /* Catch.swift in Sources */, + 38F376E76E8CE887828C623D1369185C /* CombineLatest.swift in Sources */, + 6F7F732D5CFA5F360B62BD76453979EE /* CombineLatest+arity.swift in Sources */, + 43666945E8F28D395CCF4104E6E0DA73 /* CombineLatest+Collection.swift in Sources */, + C6D9A90D3B4FE697FA554E0A17C6B5E4 /* CompactMap.swift in Sources */, + 0ECDD6D798948C3B247B306E22DF38B0 /* Completable.swift in Sources */, + BA69C939FB50337E7B428ED071EF5056 /* Completable+AndThen.swift in Sources */, + 0C8D70EE9C8FC7ECA49DCC35616D8A27 /* CompositeDisposable.swift in Sources */, + 5991DD42571BBAB553AA167C3000AAE3 /* Concat.swift in Sources */, + F3F4A54187A771C427C3502D8802D213 /* ConcurrentDispatchQueueScheduler.swift in Sources */, + 3D0239D05698C02D4CC302EC96DCCE75 /* ConcurrentMainScheduler.swift in Sources */, + 7A77A3293538FFEBBB15FD88F7EECA93 /* ConnectableObservableType.swift in Sources */, + BD0BAC03BB3C595BAEE4E6C0214DF1B3 /* Create.swift in Sources */, + A84134EBA63FFA7DD0298D52DF856CE2 /* CurrentThreadScheduler.swift in Sources */, + 8A2BB0C70E6AD03FAE785E11B8994109 /* Date+Dispatch.swift in Sources */, + 3AD100D5121E6A2B4F8A49C8629411CB /* Debounce.swift in Sources */, + BB1883C1BCB98977B2BFE1F342D3492A /* Debug.swift in Sources */, + FF4DBCAE64CDAF7D63DCB700D0EA2AA7 /* Decode.swift in Sources */, + E0B53F17D846B73C15950B3CD8687042 /* DefaultIfEmpty.swift in Sources */, + 2B4330E64369C3A829763C8924267005 /* Deferred.swift in Sources */, + 89AAAFB1FDC1EBA0E7962C53E5F6D34A /* Delay.swift in Sources */, + 229EE323EFAB055C0AA55D37FCBC6A35 /* DelaySubscription.swift in Sources */, + 8F40C77612174BAE8C1E2F0D0900B179 /* Dematerialize.swift in Sources */, + 4AB0FE76C4041C57FFB6B4E74FA583E9 /* DispatchQueue+Extensions.swift in Sources */, + E7B7D4786FD9A4556C57FC456397CFA7 /* DispatchQueueConfiguration.swift in Sources */, + 68FB7A064EECBC2F82C9C8F27FCD8008 /* Disposable.swift in Sources */, + 7223B00496A695E25067CB5BD41B256C /* Disposables.swift in Sources */, + 1FD4AB6350F7EFF4A0EE30D63EEDC575 /* DisposeBag.swift in Sources */, + 95BA5807492A4AF2BCCFBFAC531CA9D8 /* DisposeBase.swift in Sources */, + 20ED52A1672248DC7499F63F1D955326 /* DistinctUntilChanged.swift in Sources */, + 71F16C75439B0599F907D5EAFEBADA4E /* Do.swift in Sources */, + 7E087F9A6D1B621A0EFB8764BBBD4B20 /* ElementAt.swift in Sources */, + A8703F0CD0021F789AF4F30E639B24DD /* Empty.swift in Sources */, + C45E4553A532352FC2D6A92529F1ADAA /* Enumerated.swift in Sources */, + 5F33D74E97770B309BA74199F3C85463 /* Error.swift in Sources */, + 22771FA1A3DDDEB53D064548BD45044F /* Errors.swift in Sources */, + 116EC39A4E2AFB5052BB614D3C3886E7 /* Event.swift in Sources */, + 5CED4364D767E1BE60CB69BBCFC5B51B /* Filter.swift in Sources */, + 972B1CCFF177404921ED4A3D12A33F00 /* First.swift in Sources */, + 79902593EB590F1E0463213225F2E893 /* Generate.swift in Sources */, + 64565C8F3117ADC1A656B3ED6E4EA0D9 /* GroupBy.swift in Sources */, + 4E4E6D9B4C2320B106A88E09D7FE17EA /* GroupedObservable.swift in Sources */, + 4F30B92F6B745103E3E10B49BEBCD813 /* HistoricalScheduler.swift in Sources */, + 657B0B97DA9E63B9CFB50C28CE01C16E /* HistoricalSchedulerTimeConverter.swift in Sources */, + 63CFA7962D55E2ADE580BE8045A45E85 /* ImmediateSchedulerType.swift in Sources */, + BFEF5438BF1FB39455DEF65AC485C5D3 /* Infallible.swift in Sources */, + 3BEDCB1C1232746F8DBBF049CF861CA1 /* Infallible+CombineLatest+arity.swift in Sources */, + A5D8C7BBD456F1AA14C0F68DECF8853F /* Infallible+Concurrency.swift in Sources */, + 7D9B10E271DC6F5D5BC3F2D1E5BA7039 /* Infallible+Create.swift in Sources */, + 508FCBD8C3098E74B67A56A49B5FFDD4 /* Infallible+Operators.swift in Sources */, + DA5018EFFB5F0ACA5800450157DDF029 /* Infallible+Zip+arity.swift in Sources */, + EA9E27522D34075FE2F3D61C4287DAA2 /* InfiniteSequence.swift in Sources */, + 2379FED69B13031DD79751610087BB4A /* InvocableScheduledItem.swift in Sources */, + 088325CC1469DFE80A063787278F37D9 /* InvocableType.swift in Sources */, + 3AF311679057B088EF5705B8EDB22D2D /* Just.swift in Sources */, + C7AD29D8CE22687209205B9C0CB043A1 /* Lock.swift in Sources */, + 2FF0397F7EA7930400CDC081AA17B925 /* LockOwnerType.swift in Sources */, + BB163B9792C6674D0D680D606885C8DC /* MainScheduler.swift in Sources */, + A47EB127A6E0739557B4802A87E11FE7 /* Map.swift in Sources */, + 5ED1BBF5FAE17E6DA0C804DCDEA8901F /* Materialize.swift in Sources */, + 241267D3FC2E3F0CC7D5792AE2ADA8DD /* Maybe.swift in Sources */, + DCEBF9766499FFC51D3F20FD988C5C8B /* Merge.swift in Sources */, + CFC3AE9E84DB459397787A54726B256D /* Multicast.swift in Sources */, + F2A142032668500B5C86117B87E5581C /* Never.swift in Sources */, + DDE4FC989BBCF2EA2135813021F623FE /* NopDisposable.swift in Sources */, + 134E12624CB4A231F06269C702E15835 /* Observable.swift in Sources */, + CF8E9E9D79030190C6C2A8F033ACFD5A /* Observable+Concurrency.swift in Sources */, + FE97C9D8D1A724CBDF7C8E271C8E1DEC /* ObservableConvertibleType.swift in Sources */, + D8CB71544C37D1AC77A544130226A672 /* ObservableConvertibleType+Infallible.swift in Sources */, + 90247CFDC267CC8BFACC881FBC3C3233 /* ObservableType.swift in Sources */, + ECFFBFF95B73F69D1787EA7CCA928AC4 /* ObservableType+Extensions.swift in Sources */, + 714040A06F1937DAF3E28B0AD5B74C21 /* ObservableType+PrimitiveSequence.swift in Sources */, + 506070DDB033AC1BC007DE71F42632A1 /* ObserveOn.swift in Sources */, + 423ED25536DDD84D7DF9365B14F362D0 /* ObserverBase.swift in Sources */, + 3E667CC1120F83729016853578E2B0EC /* ObserverType.swift in Sources */, + A86F0917C4049E9C60D06C8446F81E6A /* OperationQueueScheduler.swift in Sources */, + F43851B19B2310C54E82BE0CB9CC8EAB /* Optional.swift in Sources */, + 718FEFD76EC61B72AE9C7DA2714A6334 /* Platform.Darwin.swift in Sources */, + A4F5D88B59368643BEA04468893D1221 /* Platform.Linux.swift in Sources */, + 94C181395A8BE03BBEFF0D774EEB1CA7 /* PrimitiveSequence.swift in Sources */, + C846DCE7E2E865DC660B3475888395EB /* PrimitiveSequence+Concurrency.swift in Sources */, + 0BE77299ADD3781F19DE8E8B6CD2C9F6 /* PrimitiveSequence+Zip+arity.swift in Sources */, + 8018E5D0017B04D04B3E09473C0A24D8 /* PriorityQueue.swift in Sources */, + ED2BE0E4900497E23A37237D68BC1023 /* Producer.swift in Sources */, + E40B797A24B408B06F5E682C079CDC55 /* PublishSubject.swift in Sources */, + 515FD6046A15ADC8218F0694CE2ECBBB /* Queue.swift in Sources */, + AA2F5057A0230149F7E204ED7843F232 /* Range.swift in Sources */, + AE5D5D296B70C254CFCEE85F12B94CED /* Reactive.swift in Sources */, + 5CEFB3AA45586F179D327023FB113412 /* RecursiveLock.swift in Sources */, + 9D3141A5F02E6E1D67CCD72A376113EC /* RecursiveScheduler.swift in Sources */, + F6513727F28A3CAA86AD1D4CEFB7BF33 /* Reduce.swift in Sources */, + C94ECC0B1338871970341F0B37B459DE /* RefCountDisposable.swift in Sources */, + B189903A876872C745986F73D2F7DCD2 /* Repeat.swift in Sources */, + 415F4ADCE48E3C6F1736ACFDB4C6E4D3 /* ReplaySubject.swift in Sources */, + EBE5C4F07068616CC59C1EF2978C6813 /* RetryWhen.swift in Sources */, + 72262100C5916714144C2F6D27E40343 /* Rx.swift in Sources */, + 36595A460CC661136C4D89478C162867 /* RxMutableBox.swift in Sources */, + 250C4793B89B833F5D00A798F3722E5D /* RxSwift-dummy.m in Sources */, + 3898931C3C0F294F4B7653D819AD5BC8 /* Sample.swift in Sources */, + 1BF05039300C9F7EF2BC12788F1E6E33 /* Scan.swift in Sources */, + 9FF5CE9C512F8C464978A1E3A0738850 /* ScheduledDisposable.swift in Sources */, + FE050D59F5ADCFBA484D4C0926A58720 /* ScheduledItem.swift in Sources */, + 1B37B0C328E91D2AEC8417D8ED33E5A6 /* ScheduledItemType.swift in Sources */, + 78804DF412F47FB525746D44F77F371D /* SchedulerServices+Emulation.swift in Sources */, + FD24A63C0BB6C7CF244A586470A9D492 /* SchedulerType.swift in Sources */, + 2643D625F432B05AAB245DAA5820F24C /* Sequence.swift in Sources */, + A5F795CDE7E9E958CDA4F860E66A4036 /* SerialDispatchQueueScheduler.swift in Sources */, + 7D7DC6BCB3ACB399640AA8217A254BA6 /* SerialDisposable.swift in Sources */, + BD90E28115D95F77EBACB3287FC55308 /* ShareReplayScope.swift in Sources */, + C1D7623AD9734EBB837468AF18373F42 /* Single.swift in Sources */, + 3680C8FB205ADCF709DCFA5D5D44DC63 /* SingleAssignmentDisposable.swift in Sources */, + CF166EE0BD4BBC9552C47101342F3706 /* SingleAsync.swift in Sources */, + 50F667C09FBFD4FF8D7988E91CB41620 /* Sink.swift in Sources */, + 4BCCD58088AF2F6B9D59835C49C465B3 /* Skip.swift in Sources */, + 34181F8B4DC74D75F6C73B967539E399 /* SkipUntil.swift in Sources */, + 56481A9B965BACF6381BB4F218365F05 /* SkipWhile.swift in Sources */, + F38BB8E8B9AA9556B18A654B2F7B063A /* StartWith.swift in Sources */, + E8ECA9AC8049FEA59A0D35B189911CD7 /* SubjectType.swift in Sources */, + 5686B71FBE6F4625D83C3791387F85F7 /* SubscribeOn.swift in Sources */, + EF203AAFF3493C503A2685D89907E9E0 /* SubscriptionDisposable.swift in Sources */, + 501077979036EDD2737102095418F08F /* SwiftSupport.swift in Sources */, + D2AF2BC97E66780B3E0564BB19BB45BC /* Switch.swift in Sources */, + DB1928ABED70110F8770A999AE6042C1 /* SwitchIfEmpty.swift in Sources */, + 96E6C43C53A01AE1C7673BDFEC4DC76B /* SynchronizedDisposeType.swift in Sources */, + 1DDD4B9BB2F771F4C8E14035972B95E0 /* SynchronizedOnType.swift in Sources */, + C8311466749E74D31530D8B27F2B68EF /* SynchronizedUnsubscribeType.swift in Sources */, + 0CC0D44E320A1730EFDDDCF7F06F46B8 /* TailRecursiveSink.swift in Sources */, + CE83923E2838675210657D3142E3A427 /* Take.swift in Sources */, + 51F894F27EA0894DC3D748F54E158651 /* TakeLast.swift in Sources */, + C40F6F9516468EE6EE51A1C4FB278575 /* TakeWithPredicate.swift in Sources */, + 19B8B3C0A7F50B29EAF2131411776D8A /* Throttle.swift in Sources */, + FD366D60621BA423B1F44E362CB26E14 /* Timeout.swift in Sources */, + 1487581E75DA119B0C81AB18B67F01DD /* Timer.swift in Sources */, + CB2FEF62C57FA5BBD15CBAC9E8C19F42 /* ToArray.swift in Sources */, + 9AC5FC3E6E1F1B05501E1D07E0BC28C9 /* Using.swift in Sources */, + CE86E1F9152A64FE5CA0C71F626DE91E /* VirtualTimeConverterType.swift in Sources */, + 48D3C7C062C27CFCEB622D40EDD76148 /* VirtualTimeScheduler.swift in Sources */, + 3D7A90098F5DCC038358096817706824 /* Window.swift in Sources */, + A83C6B27C33EC2032F63E67E76F85FB0 /* WithLatestFrom.swift in Sources */, + 21051F832E0E05F72A54AA91918B7854 /* WithUnretained.swift in Sources */, + 9405386260D2B750EEE43A8686608E91 /* Zip.swift in Sources */, + C1976EEAE2EC4DCA39DF0DFF1AA6A16D /* Zip+arity.swift in Sources */, + 2C95F29F15F88E5D3BBC4BBF7A46114E /* Zip+Collection.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 898D54206531121F5610107E0D9ECEB6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7593,44 +7734,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 94DB2457346D37A841D5954FCB0F3ED1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6F851B2659312AF264C313EEE1FF6689 /* CALayer+DDCategory.m in Sources */, - 7AB7CB57C6FCED9035FD22A899EBF620 /* DDCategoryKit_Private-dummy.m in Sources */, - E4F8FEE1CCBC4FFA46B4CD5E957B354C /* NSAttributedString+DDCategory.m in Sources */, - 5C2D1241F3868C7BF2F24EEA81900AC5 /* NSBundle+DDCategory.m in Sources */, - 51EAEB13BC5614939372219F41666375 /* NSMutableAttributedString+DDCategory.m in Sources */, - E0803A99E8F5DE3790585C1CB510E8D6 /* NSMutableParagraphStyle+DDCategory.m in Sources */, - 4576195AE60FF3BBEC91E682670D6CFF /* NSObject+DDCategory.m in Sources */, - D87E7B807948E402CBD4ACBBD3C81CED /* NSThread+DDCategory.m in Sources */, - ED1A9A4EA55EEACA226641356DB4260B /* NSURL+DDCategory.m in Sources */, - 434B09EAF59B2D98E191F19D00D868C1 /* UIApplication+DDCategory.m in Sources */, - D5A3C301A5BE35EC7C8FB9943FA4155B /* UIBarButtonItem+DDCategory.m in Sources */, - 194FDCE3A885434F75815CC0318C7961 /* UIButton+DDCategory.m in Sources */, - 174BCF86D9287D9A81123011FA119FF6 /* UICollectionView+DDCategory.m in Sources */, - 704CDE2C2A5A3A48836FB1DD1FE634E3 /* UICollectionViewCell+DDCategory.m in Sources */, - 352414FE14E8845DC12B4099A8A16CDD /* UIFont+DDCategory.m in Sources */, - 4475BCD3D83F2FE5E3B0833D57BCD89D /* UIImage+DDCategory.m in Sources */, - 1653B9877F6EDFCFC29CEB4AFC83041F /* UIImageView+DDCategory.m in Sources */, - 633ED66D2D30446F2A20E83522371EA9 /* UILabel+DDCategory.m in Sources */, - C1310E70A4B55A4D4E232A788188EFCE /* UINavigationBar+DDCategory.m in Sources */, - A08A1E1E2A31207AD0555C00759BD69B /* UINavigationController+DDCategory.m in Sources */, - FC56DF88F386B4839DCBBD85BAEC9655 /* UINavigationItem+DDCategory.m in Sources */, - 12BB36EC18E5EEAA45E7B179A11C4969 /* UIScreen+DDCategory.m in Sources */, - 9883368EA6CB439AA08D8F5F1C677CF0 /* UIScrollView+DDCategory.m in Sources */, - 7AEF48934AF04F7364244A7BD23CAB88 /* UITabBarController+DDCategory.m in Sources */, - C094EBC7558C3FED852BEF6CCC0ACF40 /* UITableView+DDCategory.m in Sources */, - 19495B41EF692B6E0C4234E8E303B5E0 /* UITableViewCell+DDCategory.m in Sources */, - 5C10ED6A79A66999677312299D2ECB35 /* UITextField+DDCategory.m in Sources */, - 11F2FDE725E30C11814700C4395238B9 /* UITextView+DDCategory.m in Sources */, - 694C05A2C39A9D1A162F2E3967C927BB /* UIView+DDCategory.m in Sources */, - B9D19B94A6F4A5248A4E8AD5B5755DA9 /* UIViewController+DDCategory.m in Sources */, - 9190D0264BD462EAC283C7855DBFC072 /* UIWindow+DDCategory.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 99B444A281EDEDF424F629C40DECE541 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7640,6 +7743,53 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9A3436DDEC0E5C1CE109D3DA2D2185A8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FA7C19E95318283880AF33193C6C4848 /* CALayer+DDCategory.m in Sources */, + 94320BBAFDD9941EB31F86FDE3E60B75 /* DDCategoryKit_Private-dummy.m in Sources */, + 5DDC429EB21328DB5AA5FFBA20D4CEFA /* NSAttributedString+DDCategory.m in Sources */, + BD6F7433C0ED1532C4CF79399A1FEEBC /* NSBundle+DDCategory.m in Sources */, + C1940B02503017C93A60F961EC35671F /* NSMutableAttributedString+DDCategory.m in Sources */, + 71AD4D21819BCF755B1D7B11F292D512 /* NSMutableParagraphStyle+DDCategory.m in Sources */, + 8FDC5A87ADCE07FF3E3F1EFB7613CD1A /* NSObject+DDCategory.m in Sources */, + 4EEE08623FC51DF62F0D6B2A635740BC /* NSThread+DDCategory.m in Sources */, + 7B628D6BE786E7E212C05AF352E98232 /* NSURL+DDCategory.m in Sources */, + DA68D87EA37B265C1A9212034A9A69CA /* UIApplication+DDCategory.m in Sources */, + 5D56B3DA8AEE281BA8B4779878BBAC25 /* UIBarButtonItem+DDCategory.m in Sources */, + E87A2A7AA6C6C1C1CCB99B8C459954C9 /* UIButton+DDCategory.m in Sources */, + CFF0856209812E6587E4680A4621A17C /* UICollectionView+DDCategory.m in Sources */, + 57B1E3E04CB3083B1DBA69D1AA4D122A /* UICollectionViewCell+DDCategory.m in Sources */, + B0002DD66A8569671F92DD848A8AE757 /* UIFont+DDCategory.m in Sources */, + 3A3A24A27B2FCD56DF33E04F31B39C3A /* UIImage+DDCategory.m in Sources */, + B99ACD5EEA00F31F380FAB5A8B8B2526 /* UIImageView+DDCategory.m in Sources */, + 51EBF9AF152F971146CE49A2FC4B4614 /* UILabel+DDCategory.m in Sources */, + BA42897D26AE10AD9C5ADDACB76A61E6 /* UINavigationBar+DDCategory.m in Sources */, + 14F6030416457FACA2FE0FDE3D62BAE8 /* UINavigationController+DDCategory.m in Sources */, + D1BEC579C6CDE70D346EC4C7E4FBD387 /* UINavigationItem+DDCategory.m in Sources */, + B9D206C92A0BC6DE7720757C1A2ECE72 /* UIScreen+DDCategory.m in Sources */, + F0C323C6B06974F32D8814CD58FE9D15 /* UIScrollView+DDCategory.m in Sources */, + C00CAD06E493B28BC19E63BE07761FDB /* UITabBarController+DDCategory.m in Sources */, + AA784C9DF28B59B430B80948F5DD0A84 /* UITableView+DDCategory.m in Sources */, + A3C898BEB49E9B17FD3A824DE6FAC3F8 /* UITableViewCell+DDCategory.m in Sources */, + 13B3D8E84FAE23982F42AEAAE60A5EE0 /* UITextField+DDCategory.m in Sources */, + 396597297E3741A4C4C3030C594BB3CE /* UITextView+DDCategory.m in Sources */, + BCDA33ECC9AE69C50380E36C29978C92 /* UIView+DDCategory.m in Sources */, + 374123F38FF3BA6A3132D7F0463D3F87 /* UIViewController+DDCategory.m in Sources */, + E4B1E58E020E4435976E195C0F6D2514 /* UIWindow+DDCategory.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A2E299CB0D24D6DCB68E0A636E857A99 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 83EB9A550FC79DE42E3003E39DEFAEB8 /* DDLogKit_Private-dummy.m in Sources */, + 8AB9F2CA2D3182D18A6C8AD9CAC6D372 /* DDSwiftLog.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A529D46C495FD051E4B903F77F6043CF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7778,13 +7928,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BA35917A25E9D391CEA3A4B320CA4EDA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; BF98946357C8D92FF5ABCCD9D0DB9617 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7990,183 +8133,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D9406929D2493348F1A96141EA5B3901 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 63E9DECF72DDC6605B3AEEB29EE34F3C /* DDLogKit_Private-dummy.m in Sources */, - B7F5DD3CE4314397AB32E2A87881F1D3 /* DDSwiftLog.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D9CAC9040E49D7D25F126DE1712B3B04 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D8355ED2663002FD1F7B3A80A6BA9A52 /* AddRef.swift in Sources */, - F72EE60B2F7ABB263396C0D2CA42F2EC /* Amb.swift in Sources */, - 2CFABEF52EEF3625B7FC5212ED567D23 /* AnonymousDisposable.swift in Sources */, - 2E3A50E1A91E9C6789C88FFAF4629C4F /* AnonymousObserver.swift in Sources */, - 8E8EF78F05EBADDB0823E0A341DBF8CD /* AnyObserver.swift in Sources */, - F6EACC38ED4CF3069C2E6A05F044C6EB /* AsMaybe.swift in Sources */, - 38862C077863626A729CEB7C07F70B0A /* AsSingle.swift in Sources */, - 2018014E7686FAD8EBC2296FB3A05D03 /* AsyncLock.swift in Sources */, - 61C6E052F6922A8116284F925F306279 /* AsyncSubject.swift in Sources */, - E9B9CAFF98439D9A344C891CDE50C5BA /* AtomicInt.swift in Sources */, - 72CF23C288F64CC49DFD55E080D359A7 /* Bag.swift in Sources */, - E0C25598D550D85C641C69A84911B691 /* Bag+Rx.swift in Sources */, - 9BD8980B5F16494F2670B922ACC73FDA /* BehaviorSubject.swift in Sources */, - B9EE89D571177CF9494D5BF4616C19B9 /* BinaryDisposable.swift in Sources */, - CBE75F3542E416CF8276BA20AE902A85 /* Binder.swift in Sources */, - 12C39D2FD6982E68EBEF2C574B9EE25F /* BooleanDisposable.swift in Sources */, - 28EEC8FC35E9D8207C6967BF28CDE9BF /* Buffer.swift in Sources */, - AF466F5305DA9E67A46006BCED8F26D3 /* Cancelable.swift in Sources */, - 9CCF4E5998F97912C4CAE91FD94092A4 /* Catch.swift in Sources */, - D19E65ABCD74E193EBBECE5443E47B2F /* CombineLatest.swift in Sources */, - 7E4BC901CCFCA856163AA75E93240495 /* CombineLatest+arity.swift in Sources */, - A1E6789F1B8EAA5F9BA61C4F1450C8CC /* CombineLatest+Collection.swift in Sources */, - 075CD688E34740E0184B858699F90235 /* CompactMap.swift in Sources */, - 7D78414AE35F7D6852A1AB3B649A0E3C /* Completable.swift in Sources */, - A38B41419C6BC0D425F4506DEFD09C52 /* Completable+AndThen.swift in Sources */, - EF01E85231DC530D950F26A40D04FD40 /* CompositeDisposable.swift in Sources */, - 3DC688B6BA32717630D6E184B3E6AF6E /* Concat.swift in Sources */, - 0B5390D22310E68FF28D12326CCB24AC /* ConcurrentDispatchQueueScheduler.swift in Sources */, - 84A707C798E0D7D588A1455332BCC124 /* ConcurrentMainScheduler.swift in Sources */, - 8C7AB2A521868852253997C1A21B7A58 /* ConnectableObservableType.swift in Sources */, - DCE7435C2D25EF28CC329168D83B7BA6 /* Create.swift in Sources */, - CE7B922D0C2811405884AE7F494C4772 /* CurrentThreadScheduler.swift in Sources */, - 576A2201953E9D850ED92D3E0622F6C8 /* Date+Dispatch.swift in Sources */, - 2108838A618B819EB89AAFF7B48F0DA4 /* Debounce.swift in Sources */, - 6A9245CEC5027FB365074529FE8116B8 /* Debug.swift in Sources */, - 79F1A8FD8AB91282E12A417315770E96 /* Decode.swift in Sources */, - F351C9EF3671838D1B57EB95DA1B84CD /* DefaultIfEmpty.swift in Sources */, - 7143630998DA1879D3DDEAA517193A2E /* Deferred.swift in Sources */, - A91CF7613B28091D4855AFAD82F91E57 /* Delay.swift in Sources */, - 3162EC6DAA305A75DBFE98BE704176F7 /* DelaySubscription.swift in Sources */, - 2E14C53EC892B99F9685E00B39F9C278 /* Dematerialize.swift in Sources */, - C999E85234F4A94F894C7AB58A619F90 /* DispatchQueue+Extensions.swift in Sources */, - 723CA5B8FD57037405C3EEDBEC01D472 /* DispatchQueueConfiguration.swift in Sources */, - 4935837F75B6CCEE1C5B7A0DB76CBE7B /* Disposable.swift in Sources */, - B13B94D1C1F2DFC7897986A5272FAC9A /* Disposables.swift in Sources */, - 81343D89658569E60AE475460215B38B /* DisposeBag.swift in Sources */, - CC52EC2DFF1286E3632302C95BAC87B7 /* DisposeBase.swift in Sources */, - F0C1AAAE8A5188E1F409E43A81F8DAD6 /* DistinctUntilChanged.swift in Sources */, - 87B0E62134E7051FC90CA90DC943A42E /* Do.swift in Sources */, - 9EC8914C3051A28729B028C865AE9DAE /* ElementAt.swift in Sources */, - 0CB66A13F997F7A12FE9944B36E41597 /* Empty.swift in Sources */, - 6226E9A48D17CD750287214F9BA7EEB7 /* Enumerated.swift in Sources */, - E5B6436FDCA39024545F3BA52059FCC6 /* Error.swift in Sources */, - 4C11EF9816F805E093B217F833956DAA /* Errors.swift in Sources */, - 3657159EBC4CC44CF75EA7DE8F6795E6 /* Event.swift in Sources */, - 9821DA7DF396BC7DB5573E76A4D51986 /* Filter.swift in Sources */, - B89A20B089947FD131E3C205D1AA8B2F /* First.swift in Sources */, - BC20B6925EB68254739E7294754E987F /* Generate.swift in Sources */, - 99CBB155012260A98AD9626555CD4F11 /* GroupBy.swift in Sources */, - 7EBFA2AD23CF010B734CF31C82D1459A /* GroupedObservable.swift in Sources */, - EDCD0DDC79BD215CDC0C9A7340AFD589 /* HistoricalScheduler.swift in Sources */, - 153E16DD2BA59CD2426E757E78BAF3D5 /* HistoricalSchedulerTimeConverter.swift in Sources */, - 8E58F276347ACFC336356D7F3F86C16A /* ImmediateSchedulerType.swift in Sources */, - CA6F5EB759D9543E337D56049423B26D /* Infallible.swift in Sources */, - A512D2DDFF6112FA386045F3F55DB6B6 /* Infallible+CombineLatest+arity.swift in Sources */, - 57EE2D951B41EEFCFE1495D4393C346F /* Infallible+Concurrency.swift in Sources */, - 50BBB84696F0F5C1C67CFB1DF1E06048 /* Infallible+Create.swift in Sources */, - 4A8A53D831B36EE37C083596889CEB90 /* Infallible+Operators.swift in Sources */, - F1AE35204E417F0DD7F15FE749485101 /* Infallible+Zip+arity.swift in Sources */, - 785902677E04A146BD0DE0D184FC1149 /* InfiniteSequence.swift in Sources */, - A36E14E147B3AB406A5180E1356DB45E /* InvocableScheduledItem.swift in Sources */, - 234018C1A63C5D68C2C3246A3B922DA3 /* InvocableType.swift in Sources */, - DED9732A59E95F3B79065F6D244A90A5 /* Just.swift in Sources */, - 6FFE182AC5F35170035DD8D5091D2711 /* Lock.swift in Sources */, - 47DEFD5F5EA9D3B444E2AC030D17ABC5 /* LockOwnerType.swift in Sources */, - D8A8552822E4FEE9460F881ABFC64790 /* MainScheduler.swift in Sources */, - 7F205DB4E5808C7725AC1A4AE630899A /* Map.swift in Sources */, - 1152DBB6A68E8F71824858A310673DCA /* Materialize.swift in Sources */, - 49979CD386C82C33C3E167DE53F4D42C /* Maybe.swift in Sources */, - F2EA077186D46A198DA8184415E68AAE /* Merge.swift in Sources */, - DE01D59700A407855E6B686508AFB82D /* Multicast.swift in Sources */, - 4CEA32BAB0DED3CB6D3027548F6B0A31 /* Never.swift in Sources */, - 5E2236807124F03779848B731B9E4089 /* NopDisposable.swift in Sources */, - 1A178CF71130BA4954E992A423140765 /* Observable.swift in Sources */, - F2356E379DC89E951DF5A5E54BFAD109 /* Observable+Concurrency.swift in Sources */, - 46A9C42CB010DD7E3300CB1AD8669E3F /* ObservableConvertibleType.swift in Sources */, - 316ED6A614B4DF2377E150A6D0E9D89E /* ObservableConvertibleType+Infallible.swift in Sources */, - 940C28CAF6F3357CB04320E178EAB51A /* ObservableType.swift in Sources */, - BB8B1FFA60F373C310A948D2EE8A7510 /* ObservableType+Extensions.swift in Sources */, - B879EA33355531A618DB822B6EDAE2BF /* ObservableType+PrimitiveSequence.swift in Sources */, - B433B0C001BA1CB725DE369A76FF781B /* ObserveOn.swift in Sources */, - 7F4E99B71CD02A900BF1CBC0393C8566 /* ObserverBase.swift in Sources */, - B677949ECE1D285288189424DCA6DDEE /* ObserverType.swift in Sources */, - 3B957E9BD6F08506EAA5D387A5EC7F9B /* OperationQueueScheduler.swift in Sources */, - C39AD0F40722952AA4446A5EF6A3891E /* Optional.swift in Sources */, - AA1DA531708E1424285A48DDA882C0E3 /* Platform.Darwin.swift in Sources */, - DA0F4730416BA79FD57A0DCD6E7DED7F /* Platform.Linux.swift in Sources */, - C3AAA364DF764A753194BEDBB404109F /* PrimitiveSequence.swift in Sources */, - EB0D48044962A05B35E67972EAE6173D /* PrimitiveSequence+Concurrency.swift in Sources */, - D1709A201DC6C1F16FA13D760D4AF24F /* PrimitiveSequence+Zip+arity.swift in Sources */, - 89669BBA6A6C17B83F5FA389F1A2FDCC /* PriorityQueue.swift in Sources */, - 255326C60A05E69F81AB53F2FEC3BC9F /* Producer.swift in Sources */, - 6B6541B323E501C95E6B54DD4DC91730 /* PublishSubject.swift in Sources */, - E4024B8DB255BE57A21C552610336A2E /* Queue.swift in Sources */, - 94E568256FDD62481B66ECDA5B3A608C /* Range.swift in Sources */, - 40C484ADE3A5256B07249A73BC8A6B55 /* Reactive.swift in Sources */, - F2C06558C4753C32172EEDB8BB26DD42 /* RecursiveLock.swift in Sources */, - 2B5F2142E1EFF7A94FB64489D78BF1D2 /* RecursiveScheduler.swift in Sources */, - 42BE6F521D56CED3C05E70823318C148 /* Reduce.swift in Sources */, - 25A12A39AA1A11C4C43B41E1163F064B /* RefCountDisposable.swift in Sources */, - 302BD97A086287A5030D9869BC1CE8D1 /* Repeat.swift in Sources */, - D5FB527A3D73218AFFE6A4E491D8FFEA /* ReplaySubject.swift in Sources */, - 6F2EA026DE0E49EB8BFDC997AE479F21 /* RetryWhen.swift in Sources */, - 62C93A6B84F2827EA6A200FCB3B0B271 /* Rx.swift in Sources */, - 2B0BE4534AE84AB6F6DE984EBA1808BC /* RxMutableBox.swift in Sources */, - 6399416F0DC5EB4BEBF5C9011AF6D89B /* RxSwift-dummy.m in Sources */, - E6573634AD4877CEFA8EEA3041F378B4 /* Sample.swift in Sources */, - EC4278099FE63CD6983C77D6461C45A1 /* Scan.swift in Sources */, - F07022CD1447572E28CC1E77A4F7B11C /* ScheduledDisposable.swift in Sources */, - 245F09A3B88A74B37692B43CAD04AB14 /* ScheduledItem.swift in Sources */, - 3E889C3DB84D14A9E8B63C308D58E9E2 /* ScheduledItemType.swift in Sources */, - CD311A991D498655E95C1A27955DE4EB /* SchedulerServices+Emulation.swift in Sources */, - EAB65D2F121F53E580EA12FF8B2CC844 /* SchedulerType.swift in Sources */, - F3D8C17A7DC3995DCA37FF7789610EEB /* Sequence.swift in Sources */, - 64BC73267C4AC3560E4C3A180BAC61F4 /* SerialDispatchQueueScheduler.swift in Sources */, - 27DD5ABAA3B047CDD63FB6CA1F7B2666 /* SerialDisposable.swift in Sources */, - BDD9AE228245F0409C07B206B04831C1 /* ShareReplayScope.swift in Sources */, - A84BDD091918605F1ADBE1C6CAF2D715 /* Single.swift in Sources */, - 8B2C7470CAF2B7FEE6A1DB91A03B2B71 /* SingleAssignmentDisposable.swift in Sources */, - FDC2311BC0B529644B4C8A177DFAFDA0 /* SingleAsync.swift in Sources */, - 18FCAE93DC8EF33F556BD792669F77A4 /* Sink.swift in Sources */, - 0D8CF4A6338BD324C800A48FD8296103 /* Skip.swift in Sources */, - C2E6AF62952E963D694D0344B4A31965 /* SkipUntil.swift in Sources */, - 477B62F6826BFAC99DD2E959093A958B /* SkipWhile.swift in Sources */, - A6A53C7B0BDE2CE941B754E8348F352F /* StartWith.swift in Sources */, - D11FE74B8469EDEE839FE1321DDFB5C0 /* SubjectType.swift in Sources */, - 6DFA5282FABC6075100EF00A25253B00 /* SubscribeOn.swift in Sources */, - 3D5CDD2EAAE5E0DBC66ADC7901B5B050 /* SubscriptionDisposable.swift in Sources */, - 8713D24C9555FB58B9ABF0815F4460EF /* SwiftSupport.swift in Sources */, - 05A3EC68E240FBE8044610F39AAA98A6 /* Switch.swift in Sources */, - E1B10E0D321EF41E881A4FB7A8D1938C /* SwitchIfEmpty.swift in Sources */, - 0B1C3A348CBB88F563C5E123AEA3226C /* SynchronizedDisposeType.swift in Sources */, - EDD13358C711D36D718505155E152772 /* SynchronizedOnType.swift in Sources */, - 755A933C81F74233E4E68DE79EC44DEB /* SynchronizedUnsubscribeType.swift in Sources */, - 52233441E193E5E17C74B592475851E6 /* TailRecursiveSink.swift in Sources */, - 3BA63AD46525586BF6724ABA609C1648 /* Take.swift in Sources */, - 738E090E95C919CDEE96C670E66717A4 /* TakeLast.swift in Sources */, - C02FA8F054CD99C415C7A3A4F531F74F /* TakeWithPredicate.swift in Sources */, - CC5CC3F74C49251DB0BED1BA88542CE2 /* Throttle.swift in Sources */, - 901BD2DEB68C8864F5DA308EDD46F39C /* Timeout.swift in Sources */, - FB92B0480F93AE71F686033E09A7FB22 /* Timer.swift in Sources */, - E0F64E6A246654FEC1950BC5CAFF2DE1 /* ToArray.swift in Sources */, - C4597F3D39ED8B9B16DE8998C97D567D /* Using.swift in Sources */, - 037D643E28C356C89AA628EC4A758887 /* VirtualTimeConverterType.swift in Sources */, - B99AEE032BEFAE4BDDB24D5E3FBD2A11 /* VirtualTimeScheduler.swift in Sources */, - 26A207CD8C7CF8B0167BD492DDF28312 /* Window.swift in Sources */, - 770E78DE371A3F77D61A2646C744E10B /* WithLatestFrom.swift in Sources */, - 3F8D0DAF7AC4507376F59D80705B5644 /* WithUnretained.swift in Sources */, - FB529844755E4E0245B59FA97D3CAFA4 /* Zip.swift in Sources */, - D00D042B26185CB10B22C67E37AD72F1 /* Zip+arity.swift in Sources */, - A7894E9AA9CCDA6556FEE3E0CA8AF27A /* Zip+Collection.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; DF144942A9B8F3EDCDD514370D54C367 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8256,6 +8222,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E3BA48DDE3F915A37FAE399E41C2FAF6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F09638577AE22EB4E11E12E8851D00DB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EEEE888CD582ED007104CA3635CC95FC /* BehaviorRelay.swift in Sources */, + E1A4830ED6BDF4F4D7D1A72EDA1B075D /* Observable+Bind.swift in Sources */, + 76526FA48D1A6EA70431625F10C1361A /* PublishRelay.swift in Sources */, + 912730E60972BAAE7DA4D98C42DD1B2C /* ReplayRelay.swift in Sources */, + 9D1793C55417A6E6F7B9FAE5D20E9117 /* RxRelay-dummy.m in Sources */, + 3CCBEF9D2D6AA129CCDE1310A9FC981A /* Utils.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F121F9D88EEB7CC5CDC5CBE4B7E8EFE4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -8290,324 +8276,324 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 005E0B37281C050590E347C82AD20A89 /* PBXTargetDependency */ = { + 091C5B4CE0D4C6F2BCD61208F40840ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 96EA06B790A3442FFEDC71281FFAD92C /* PBXContainerItemProxy */; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 27350DDA218555112972469C7D655E0C /* PBXContainerItemProxy */; }; - 03B9746B2D6E1F5E81419914A1E991F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 2793EF2874899E59876E879641BEE58B /* PBXContainerItemProxy */; - }; - 08FE47F522C716E504934518E19CE5F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = D0B51C2561C374A6412D395BE3DCB315 /* PBXContainerItemProxy */; - }; - 0B389542F522A1C3FED44425915267B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 622B0916AEEBA3351A90D26C6FC3D143 /* PBXContainerItemProxy */; - }; - 0D62AF584F61144E798971579C844A39 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = AC96D1C03BB4E3AF11B53C6824B235F2 /* PBXContainerItemProxy */; - }; - 10885BF772D4030EDE4C3D8F4DE5F579 /* PBXTargetDependency */ = { + 0920A2701A164BEAB30BCE6F869B0BC2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RxCocoa; target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; - targetProxy = 279DD4D91C11ACE9A602CBDA5B56B9B7 /* PBXContainerItemProxy */; + targetProxy = 8D0BF4159ACE092A21B624CA369ACC5A /* PBXContainerItemProxy */; }; - 15BE50DE402F95FD75BCFBC2F0732BA3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDNetworkingOfAlamofireKit_Private; - target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; - targetProxy = 176109C7B9BDB037F80615198F2EA77A /* PBXContainerItemProxy */; - }; - 1FDD323295EB5667F992263852F0E0C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = A6E725AE782CACAB9412033EC5F5009E /* PBXContainerItemProxy */; - }; - 20815FB676973B585EB253BEF48AFAC1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDBasicControlsKit_Private-DDBaseViewController"; - target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; - targetProxy = CCC9F54A306E30CBA8E3088B5C08C9AA /* PBXContainerItemProxy */; - }; - 2150290AACBF8EF97D53A55C5A23BCE9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDMAMapKit_Private; - target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; - targetProxy = 716575BA77ACA37369BBD4F4F4881EE2 /* PBXContainerItemProxy */; - }; - 2EE35C77C22FDD0F90EFB3AD5D7BC30A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = AA89F5EC321D17D6E75CC7117055F09E /* PBXContainerItemProxy */; - }; - 324FAB9849E2B0B7936180103CEBDDF6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 127626E76692BBBBE2F7FF0CE2CB3380 /* PBXContainerItemProxy */; - }; - 39D79FFC3EBAED095C44F910ACB69609 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 27173912508D99029591CE17E919C909 /* PBXContainerItemProxy */; - }; - 3D31F70167DDE6E2940DE717835F7C9A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = A5D832AE8E0E98FBCF24532A2B1B0B66 /* PBXContainerItemProxy */; - }; - 3EE8C7E0E8A39B195973324B6A3C239F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 3C5F8F59A342035CDD9A4A1DA9497E4A /* PBXContainerItemProxy */; - }; - 44EE1DD5CFC2673D1A924624E91C63E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "ESTabBarController-swift"; - target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; - targetProxy = A4BF5711E9A670CA0E5517427901299D /* PBXContainerItemProxy */; - }; - 4A1B9A224C68A51566C367923198BB66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = BE02C854C834BF1699F8782F9EE947DE /* PBXContainerItemProxy */; - }; - 4D1AE00A92113B7BF5FFE380D8CE5566 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 35644F51A6E5F9FBE6FFA65102B20A11 /* PBXContainerItemProxy */; - }; - 505B087E2DB4B5875B75C6C388B6CF8A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = FDE9ABD02FAF8FB7586B4D3E2D933999 /* PBXContainerItemProxy */; - }; - 50879CDD0744F8F77DC887A5F74FD786 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = 0F6CF7B0BBC1C79B369D778C0009A8AE /* PBXContainerItemProxy */; - }; - 50C24C0D704114A8C9AC4C450B2BF7D5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = E43D27F0B2D6C85E347F192C5D70ADC2 /* PBXContainerItemProxy */; - }; - 561E7B697B6072B95DBB9C1BA8CD365C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 2C370183969E113E3A7F0DAD9D9367EB /* PBXContainerItemProxy */; - }; - 5C83AF916F4ADB21B1226089E3F2EE76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 888BA386BB80652DEB4EC52620858777 /* PBXContainerItemProxy */; - }; - 5E477B3A905CB55F88494B8888571B76 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 09ECA8DBBD3198EA7917EFFA925D13DD /* PBXContainerItemProxy */; - }; - 6706C4090006CC1CAC15EC21BB672FDB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = F1140330E40F236B3CB14B00602D1B80 /* PBXContainerItemProxy */; - }; - 693B69268C701457161FF756A64DD8A4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 741747650260B6AB8EF5C5F0C043CC05 /* PBXContainerItemProxy */; - }; - 69C082CB9D225F967F901F635A2A4DC2 /* PBXTargetDependency */ = { + 0DFAB1B4267B714118CC9CA41B5F697C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RxRelay; target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = B15CCD28481481998AA59138F09777E4 /* PBXContainerItemProxy */; + targetProxy = 845A5D353A94D4AF4765A35B34CAC214 /* PBXContainerItemProxy */; }; - 6F53415E01FC54F9B78A754BFD064349 /* PBXTargetDependency */ = { + 0F9BFAA35C81929185584114F9DAA89F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 3F9ED64F7415BAC5B43DE921BD8EA400 /* PBXContainerItemProxy */; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 42A49F040680D40AE28FD7D56606E698 /* PBXContainerItemProxy */; }; - 7B82268674090A00DF05274849ECC593 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 4207A99316D6C2A3FA28274145F5C4C4 /* PBXContainerItemProxy */; - }; - 7F46C56C1B11DB3B56D016F89849B7A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = 94D75D50E4D248A71EFB858BB6891BC0 /* PBXContainerItemProxy */; - }; - 8B6A692646B6735B24650CF26777162F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAutoUIKit_Private; - target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; - targetProxy = 607AEAD9F622CCA80F141A318EFDBD8A /* PBXContainerItemProxy */; - }; - 8D3A77D6810D86B6D8F564CEAFE0EF9D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDMAMapKit_Private-DDMAMapKit_Private"; - target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; - targetProxy = 4210A2CDCB9DA51FF73779FC722629CE /* PBXContainerItemProxy */; - }; - 8D40ECE8AEC26CA16E8EB8D351D511C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 0CA157504BD88E8AA54428A2763AC7A6 /* PBXContainerItemProxy */; - }; - 944D916F2705FAE3290724CA87231E1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 4239994BD2061B4454B8C670D8764B1B /* PBXContainerItemProxy */; - }; - 9A54AC7A3B17C79EC26D97E9FD5F218F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDFontKit_Private; - target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; - targetProxy = 1723BD33F6010357A8F04B4CAC4D7E5B /* PBXContainerItemProxy */; - }; - A57CCC68E56FE84E618780C56FC4582A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDTimerKit_Private; - target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; - targetProxy = 264CB9CA66D860CDC739F76288156044 /* PBXContainerItemProxy */; - }; - AC2C017E25F8ACE6DBB5429CF38C19BE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZFPlayer; - target = 93FD1F93E0C30B2749BD8A6EC148F233 /* ZFPlayer */; - targetProxy = E58A6167D6EC112749F4BDD4F20FD819 /* PBXContainerItemProxy */; - }; - AC5A2FB2D970A3215E8D8C933D6EE75B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDToastKit_Private; - target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; - targetProxy = F7D46EDC7C53FC06F62FBACAE0EE819D /* PBXContainerItemProxy */; - }; - AC5DCA51F0EF4E5A1CB728FBA20539F8 /* PBXTargetDependency */ = { + 19C126890D8FC4A7437BBF3BFD6CBBDD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RxSwift; target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 6AF47C7B18B8DD214776832B8E2AF7EA /* PBXContainerItemProxy */; + targetProxy = D2994105D34C77A9CE19E569A0998EE8 /* PBXContainerItemProxy */; }; - AFC6A6054BD69D347BC5EA57A171E998 /* PBXTargetDependency */ = { + 1A9585BF080C129C9AAB4E0CFAD8E15A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDControlsKit_Private; - target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; - targetProxy = 72AABE3B8E5EC0D4B37B448C8C4D0A6C /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = B89CFD256893D47260EC5B7E84B10D34 /* PBXContainerItemProxy */; }; - B0C71FA63E35E502D55E95BBE86D16A6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = 48ACC6A6856184484964EFD1AFF401D1 /* PBXContainerItemProxy */; - }; - B3DC2410D9D346887754BC92E6D840D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftEntryKit; - target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; - targetProxy = FE46E6337B4CABB6A06A5C484F8D7FA7 /* PBXContainerItemProxy */; - }; - C1FDA7059F11BD6673AC1F29DF2A0DB0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 77481D86B28E5FC91C9C804928DE87E6 /* PBXContainerItemProxy */; - }; - C5AF61BAFA489C9773A0991E0485D142 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 9B294CFCC98990D5D2F7FE9C91F408F9 /* PBXContainerItemProxy */; - }; - D56B6F81A7FE2C119E1B4F224425D0DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 841372AE2942BE36B2E06099DF38763C /* PBXContainerItemProxy */; - }; - DB451CD088C08BB5993832FB34CC42AC /* PBXTargetDependency */ = { + 1E0C90E558B3F57CE80BB8E2458CF8B5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDWebImageKit_Private; target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; - targetProxy = 557248030AA51FECC5B7796FF2C26970 /* PBXContainerItemProxy */; + targetProxy = EC7E98CC1E093F58CB7A5C59852FC1D0 /* PBXContainerItemProxy */; }; - E1049B661DE6BC25BC3B287085DE7709 /* PBXTargetDependency */ = { + 1F5F3E0FCE564C3311A451B467E8C653 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDMAMapKit_Private; + target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; + targetProxy = 57C98C816CCD2BBD40015AD2800775A8 /* PBXContainerItemProxy */; + }; + 274763F1A2967B3B54DAE21309655B74 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 9DB989ABB7E489CF97F1EF0906FFADE7 /* PBXContainerItemProxy */; + }; + 280B8AF26306A5F5E34A413D3069F96B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = 4CCC8E7F220433AAF1BD4A31CD7D303A /* PBXContainerItemProxy */; + }; + 28AC28533F4288D6E4473DBC10FAF608 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDProgressHUDKit_Private; target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; - targetProxy = E780522045E4E4C7AB550B548959C77E /* PBXContainerItemProxy */; + targetProxy = F0DF0C4212AB7CA1A2C7974E4138E17F /* PBXContainerItemProxy */; }; - E5B22023DA97AE96194921BAA0AAA5F6 /* PBXTargetDependency */ = { + 2A1C2426A4370B2B91279ADE95DEC0C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 6FAD95D03E6F33EFE42E7D1C73036434 /* PBXContainerItemProxy */; + name = DDTimerKit_Private; + target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; + targetProxy = D5FF2D00376AD2A548422E72D4B0D058 /* PBXContainerItemProxy */; }; - F38A42726D1490B64627026AB71B7C49 /* PBXTargetDependency */ = { + 2CFCA00C3067210F125FBEDC0772E6C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = 084DD3E90B1AD1B888B307E9EB987263 /* PBXContainerItemProxy */; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 6F7787385B599A1FDF35D1CDDBC4F2EA /* PBXContainerItemProxy */; }; - F6CF5A78E6597CEFE89699A722EE9F22 /* PBXTargetDependency */ = { + 32BA5AB3E0A01E7E4B198ACA212F6BFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DDColorKit_Private; - target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; - targetProxy = B95B55136CCCB740DFEABC5BC49E4BF5 /* PBXContainerItemProxy */; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 6B67A7B41856F41E3928F45AA8F326BA /* PBXContainerItemProxy */; }; - F8628C98A76F054BF04377D45EA7338D /* PBXTargetDependency */ = { + 3C2B73037C2156876C03851BDD35D6BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 65AE8B30C563CD61F0E9CD3AAD58448D /* PBXContainerItemProxy */; + }; + 476963D64D1F6B90767FAA5A4220FA29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = E43A993DC8844040E6358025E1909527 /* PBXContainerItemProxy */; + }; + 4D926882C50F07A4D702F519CA670050 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "ESTabBarController-swift"; + target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; + targetProxy = F80B0713DE6E565ECC8347DA86B16350 /* PBXContainerItemProxy */; + }; + 4EB9B642503DDC3654804B12E6C59FA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 147DED93EB6BFD3ABDF2FB4C77F975F9 /* PBXContainerItemProxy */; + }; + 4F9F7B937937F811632262E4CEB565A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 3323CEFE776CED7234245797354EED9B /* PBXContainerItemProxy */; + }; + 4FA4E877E4DBE3207FCF3E58D9C152A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapSearch-NO-IDFA"; target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = F9E4AD238F3D3A55FB04838810281FF8 /* PBXContainerItemProxy */; + targetProxy = C34C862D1662208162375E214B42AA95 /* PBXContainerItemProxy */; }; - F8684A689D2B0A057105690F0012EB7B /* PBXTargetDependency */ = { + 5723326132836363D5A4B7AC5E1EB665 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 5347FB9A823FEF0CA5BE83E4AB6774DC /* PBXContainerItemProxy */; + }; + 57CA5AE48489204E38DB9D8DDB73AA44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 96D88E1A2E05BE05B56B01BED3739C93 /* PBXContainerItemProxy */; + }; + 5BBC48434F7B6BA339DBE2ECFEB21908 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDControlsKit_Private; + target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; + targetProxy = 944CDA4BF8173CC5BEFB9435CC490EB5 /* PBXContainerItemProxy */; + }; + 5FEAB20F8063493821D4E4BE5FD7D64E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = CE91C5BBD6E5A2860EC61FCE2E7AA2B4 /* PBXContainerItemProxy */; + }; + 6111C3E77E6276A2A9FF2D0815C81AAD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 70904365BFF2E04D57E18541B4B692C3 /* PBXContainerItemProxy */; + }; + 6FAFA5B20096F46171255A52ACB66113 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 68D8EA5FD6596AF843DB9F41B035CA1E /* PBXContainerItemProxy */; + }; + 75EA08E5A035F7A94D53628576D0E4E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 34DC5DA2D7ADCAD275064D7B3D6AE4FE /* PBXContainerItemProxy */; + }; + 7964796E44E7A16CBF537318F7835EF7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDBasicControlsKit_Private-DDBaseViewController"; + target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; + targetProxy = AF1043DC4BF1B8947F7C0E451762F6CE /* PBXContainerItemProxy */; + }; + 7A4718C4055A9B9D81AA50420B085B37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZFPlayer; + target = 93FD1F93E0C30B2749BD8A6EC148F233 /* ZFPlayer */; + targetProxy = 95C375DD6359CC01AAA6A0FF3E725DE4 /* PBXContainerItemProxy */; + }; + 7E6CFB7B77F790B27FEE0DB78E320116 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDToastKit_Private; + target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; + targetProxy = CA893E12911370EEC41D9815E678F3BA /* PBXContainerItemProxy */; + }; + 7FD42FBF5042299F03E37CDAFDB5D6EB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 765802DF0F899C141CB7E5218143AC45 /* PBXContainerItemProxy */; + }; + 84857BD62DFFF69C5127C0A0AC92B801 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = E81624370BD34D23C5BFF58A25F05E50 /* PBXContainerItemProxy */; + }; + 99A501F5FDDDA9296A285433BB8F205B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDColorKit_Private; + target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; + targetProxy = CAB1369BE103F0B106C7144BBB746AA9 /* PBXContainerItemProxy */; + }; + A214683C824FCF787F5892E5AFCC4C46 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 233212D44A2ED3BC5C39EBE3C3A1E129 /* PBXContainerItemProxy */; + }; + B1EA0E5A5A71426896DD05F133E586A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDMAMapKit_Private-DDMAMapKit_Private"; + target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; + targetProxy = D31E650FFC879DA46049D31E181A499B /* PBXContainerItemProxy */; + }; + B42A82284C45F1D443D3B76679685EE3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftEntryKit; + target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; + targetProxy = 4A0F6ABFEEDE1F825083BD8B42CAD1F3 /* PBXContainerItemProxy */; + }; + BF01A7CD8CCB0BF18FC5ABDD31946A4E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 649BE9A2E2A7654CA7E6F012A2E34D30 /* PBXContainerItemProxy */; + }; + C49E2E68248554D339057AED7414AC35 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 0DD0A8D209784BCE3668A35010DA271F /* PBXContainerItemProxy */; + }; + C7E52044932C16D9F0C170C35930A7E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 4682D081923623F4D3A5C09850B8B2FD /* PBXContainerItemProxy */; + }; + CA4983EEA32EC3AF0399C396C0A3EEFE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = C783668D97D7B0D93BE6BA65164C63B0 /* PBXContainerItemProxy */; + }; + CE66320A3ED83A785B5DB640AB1C8C37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 462BC3F3B49BAB182CCD5B646D6E29AE /* PBXContainerItemProxy */; + }; + E143E58A831B28FA79FD44C8EB131077 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapNavi-NO-IDFA"; target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = C2176675C9D7D11F08785D5439F52C21 /* PBXContainerItemProxy */; + targetProxy = 177EEEB468C0362F42D4075B9D5917FC /* PBXContainerItemProxy */; + }; + E2822B35D715F144CDC9F4BF995F82A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDNetworkingOfAlamofireKit_Private; + target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; + targetProxy = 74B701F025C77EFABE4CE716C126F22B /* PBXContainerItemProxy */; + }; + E451BE8DE4FCE839D6FD0882CC31C6AF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAutoUIKit_Private; + target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; + targetProxy = 03780DD521CF51C1DD84CE63DBFA1569 /* PBXContainerItemProxy */; + }; + EBF7340FAFD404AE5BBFF374B193CA7D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = E7D1730FE40793C7D5F7169C2938B384 /* PBXContainerItemProxy */; + }; + F13D430248BEEA033FE01C5A1F1B81A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDFontKit_Private; + target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; + targetProxy = 8020F11F6D7BD1B9CAC38F9B169853FB /* PBXContainerItemProxy */; + }; + F4AEEC07C28DA710528368A2C7AB8F9F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 49697E565DEBABCFA269F3A35A752EB1 /* PBXContainerItemProxy */; + }; + F7BACD898B6419466412BA3FC4BA8A31 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = F55B6D4CF51A6C8C3B8B974312BB07BA /* PBXContainerItemProxy */; + }; + F876904D42A179812225C6103B204A06 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 9E5C2167EF38ABD80F63B849A4596B4D /* PBXContainerItemProxy */; + }; + F920FC333490AC35C509F77D28D52FF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 75679D9B94AF269B923468F3DB316CFE /* PBXContainerItemProxy */; + }; + FB41CF6A90AB075287327C70857F4F9E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 7C6329D7B7497909C3D817BE6E00D3F4 /* PBXContainerItemProxy */; + }; + FCE6975C09D5ECD51F6E38DC5C138258 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = A9BF4C5AAA7851D1CACF6CAE4A7AD159 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 08DB115CE7F4C5FF3BE8B29587F71FD4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C6CF3E94D61A2EF7E5A92468CD07E17 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = 3A2ACBC11F7C71AC47CE26B1F1909987 /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8633,27 +8619,9 @@ }; name = Release; }; - 0DDA6AB11D0D7FC4244FBEE01DCBBB50 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C2B1D598939080375A79CEB1C1ACC836 /* 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; - }; 1217A5FD207A369EC08F200D61302F28 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8987DDE885480912371F6459B6E4FEB8 /* AMapSearch-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 72503BDFC7A65E3D8D24320D59918FD2 /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8673,7 +8641,7 @@ }; 123B56BFFEB521A2C49BD4633B53B7A7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C4C3A4E50661CE12409485359742FAF /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 6B991895339B324F8088470B8491A5F9 /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8693,7 +8661,7 @@ }; 1450BF00D614BC5BD29AEBAB30F1298A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 659EEA21A17DFF22D3368F68E2252BFF /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = 8DDF1C7F1CE9A6ED5210FF605A8CC6B2 /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8721,7 +8689,7 @@ }; 188FC488B4497E52A2AD63D9E9A58C6F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8AF30CFBBBA2C3706A1BFF84F7FFB4A /* DDTimerKit_Private.debug.xcconfig */; + baseConfigurationReference = 4C616D73C4D59FA9980D5AFB3E84FC37 /* DDTimerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8748,7 +8716,7 @@ }; 1AA4002D0330C8EF5B31DF576A7A59F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A8A9A54240222A58212BA92DC259AE16 /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 0DDF15B1CDB3036E5E12728D20B9B575 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8774,7 +8742,7 @@ }; 1E1C0DC034CB8D9DDA9B48115E03DD39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 929A350233C74C9239120203C3134066 /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 5663CA1A072365E079AB0279D374A49B /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8801,7 +8769,7 @@ }; 1E5970583A4B8409CA1869CC05736093 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F7FB28C79EAD34FDCBB348530C87024 /* DDWebImageKit_Private.release.xcconfig */; + baseConfigurationReference = B2CA81E1BB6BCD74B0BA59998F1DDF29 /* DDWebImageKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8829,7 +8797,7 @@ }; 236308304D4140A59E416ED9AF9CF176 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3BFC06E246354519010A09BAEE28131B /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 34C2756B00AC88A396952D626B495CC4 /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8849,7 +8817,7 @@ }; 2774D786BC2717CFCFF207AB6F982889 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E107C2A2C18C42DE999485E11656D63B /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = A85800C43FC5374FFF6FE49EEAD196FF /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8877,7 +8845,7 @@ }; 2AE5AF3FD2DFDCD43CC42B444D3685F9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2CAE87249C006D6B1EA9D25213355042 /* DDTimerKit_Private.release.xcconfig */; + baseConfigurationReference = BD799FB44D63CB12B2556C100956D9C7 /* DDTimerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8905,7 +8873,7 @@ }; 2B36F70CE1C1C6501F373FCE4126DC6E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C021F88D03992D33F44E65B55680161A /* DDFontKit_Private.debug.xcconfig */; + baseConfigurationReference = 9368D27A739E89A76D60B05B1F244248 /* DDFontKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8932,7 +8900,7 @@ }; 2C98B104B0BD6FAEB08C9437144807D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2FFC6FAA7BA43FAF7B0AE348A933C583 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 22BAE7ADCF6961EFB9689B374084F1C8 /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8957,54 +8925,36 @@ }; name = Debug; }; - 32FAE491198BCF01E00D57740D18CF9B /* Debug */ = { + 307EE98D550EF88B9ECA971F4E72E658 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A87BB655B7DB2D9E08AE4FFF1717221B /* 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; - }; - 361CC881CBACDC601A102A4445AFE93A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 621275CC3B774167D7CA2C2A537BB0EE /* RxSwift.release.xcconfig */; + baseConfigurationReference = 64A4347492E5BF73D38A079432A4FB04 /* DDLogKit_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/RxSwift/RxSwift-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/RxSwift/RxSwift.modulemap; + GCC_PREFIX_HEADER = "Target Support Files/DDLogKit_Private/DDLogKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RxSwift; - PRODUCT_NAME = RxSwift; + PRODUCT_MODULE_NAME = DDLogKit_Private; + PRODUCT_NAME = DDLogKit_Private; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.1; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 4056C9A08E35ACD5BBC3D37087CDAFA1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C2B1D598939080375A79CEB1C1ACC836 /* DDMAMapKit_Private.debug.xcconfig */; + baseConfigurationReference = 66862513F4F0673A25B5298E4D72837C /* DDMAMapKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9031,7 +8981,7 @@ }; 42A9DE01C961F294E9E65F606C83F895 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77AAEAF26CF1C8C76F82AFD00641A1B9 /* JXCategoryView.debug.xcconfig */; + baseConfigurationReference = BA5A5E3562C1DAEC8115E9CF0F942B58 /* JXCategoryView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9081,7 +9031,7 @@ }; 45C0D4101B0105F3C514D259CC801DD3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 851BB27D1DC4725B7A9F1AF5D379F496 /* ESTabBarController-swift.debug.xcconfig */; + baseConfigurationReference = 66759E5F4390DB94C4C82C3E95DBC797 /* ESTabBarController-swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9107,7 +9057,7 @@ }; 4672A4BF14B52FE4E6C61D2CBB58D572 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67108E8C4D95B4A6CD36F442E267967F /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 5CDD64B4F6D049953AEEEAF686B88DC5 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9127,7 +9077,7 @@ }; 4BEBBC249728A8B650356245E4D06440 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 89EFEB1F70CF57DCB1580D273C5632B8 /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = 93302FD048F05C28A20840CB29A518B5 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9154,7 +9104,7 @@ }; 4D70571EBB2A5ADDB6D08E86FCEA1D56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 57AFD8ACE132A0F82C3A382AAEB2A1CD /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = E7F35095B25197954930E7C85CF1AF17 /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9182,7 +9132,7 @@ }; 51D20D1EB1E2372322A459D47077BFD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00AAFFD7711578747486F86988F31922 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = E4216D1779B7A2F42138D94078809E57 /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9209,7 +9159,7 @@ }; 55D69FAAE9CCBBAED1163854F0161EDB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F9E6FB9AE7C9B61E54BE5D0ED95EC62 /* AMapFoundation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = C105B33D3B9D5168FE1E0B9AC73EED6E /* AMapFoundation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9227,7 +9177,7 @@ }; 57BF4888D7477B2F15F6D6F14ACC168D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0823AC082D96D5966AD56033CFCFADEB /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = 6AE52761D29B87759A8CDB4D298680E6 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9253,36 +9203,9 @@ }; name = Release; }; - 58FE5240F23025AC86E8C6506FDFA881 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4F997F8220511D621C1E01CB66E4B6A1 /* 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; - }; 5A6220AD7DA9D160794FE6BF8FD205E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FFD3A0E7BCDA043732AB96EE5F54369C /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = E503856D2A5845FBF4D8229A75F08E60 /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9309,7 +9232,7 @@ }; 6404728A49E9B4BE45341C3881E47051 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F485916FD3393B89DAE343EFDC8F83C /* SnapKit.release.xcconfig */; + baseConfigurationReference = AA7E8C40551B5BDFBD6835BC5E5084EB /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9337,7 +9260,7 @@ }; 6822408749897DE4CEAA8E318BB22CF3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E35C4B00F1C7B6A4BEEE953B24F636AA /* DDProgressHUDKit_Private.debug.xcconfig */; + baseConfigurationReference = 0E3AEBF8D896ACBF5F41457ADFBB5F67 /* DDProgressHUDKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9364,7 +9287,7 @@ }; 683CBD3ED2DF10F90BE5DF8A32678829 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A02F3A0DD4BFF9EF65B509CFCE1CBAC6 /* AMapNavi-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 29AA1A8B6BE56F500A96454977C1D1E5 /* AMapNavi-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9380,9 +9303,37 @@ }; name = Debug; }; + 6AF2960CBEC31D66EDD1F5D0683B7CDA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 34DD58A54E7FDEC80E1477F08DCF7F30 /* 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; + }; 6BFBACFB4B6A8D5381F77CE5DD2C3D31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2BFAFC597A8593506D7C53A8ABE6A18D /* DDColorKit_Private.debug.xcconfig */; + baseConfigurationReference = E1EF137B5FB3A7465B998DDF44EFE49D /* DDColorKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9407,9 +9358,27 @@ }; name = Debug; }; + 6CEDA6B8E79C77FC75B1773EE6D1A961 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A153CB9EFC27F4874D61DFD418A066BF /* 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; + }; 6DF268663C4E2B7742193B9E3287C2D5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19605AE546602F18B02A31AE8DA1340D /* RxCocoa.debug.xcconfig */; + baseConfigurationReference = 593F35D092636E3E23F968C96B14DCE1 /* RxCocoa.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9433,37 +9402,35 @@ }; name = Debug; }; - 784DC8F553063E9A1386A4E8C0F82959 /* Release */ = { + 78B828F7F265FFD8F8407837A04473B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2264C0496FEEB851C41AE3B1F5BC9E5C /* DDLogKit_Private.release.xcconfig */; + baseConfigurationReference = FD682AFA44F8EC8B6496336C610C55A4 /* RxSwift.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/DDLogKit_Private/DDLogKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; + 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 = DDLogKit_Private; - PRODUCT_NAME = DDLogKit_Private; + 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.0; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 7B6677F218B10F7EDFAE251E01DE5D8B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 719805884784BBC318D332957806EFFE /* Alamofire.debug.xcconfig */; + baseConfigurationReference = 8E9F5D6A46BD08B8C946B40877101316 /* Alamofire.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9490,7 +9457,7 @@ }; 7BD8B011D33F9E7AB4EFDAA942433D92 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C64861DD73F56B1A0AB5923C4DC444C8 /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 2D175CE9E7E0AE9DCAF675F0B5C8DF62 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9508,6 +9475,34 @@ }; name = Release; }; + 81C192511B584793A2CE37902FB0ACC5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0CD007EE53D55A9DF36105AA394FE726 /* DDLogKit_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/DDLogKit_Private/DDLogKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDLogKit_Private; + PRODUCT_NAME = DDLogKit_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; + }; 8897042CF6D6BFEF692C3491C7C581F2 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = B975BF86311A33053F172E4E22C01E07 /* Pods-OrderScheduling.release.xcconfig */; @@ -9602,7 +9597,7 @@ }; 8FD1259F570D3832041DE48EDDA60A88 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 388DE57F04F204326F436265E9FBD59B /* RxCocoa.release.xcconfig */; + baseConfigurationReference = 28FB29DA3123736C7E215143607466F9 /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9627,9 +9622,36 @@ }; name = Release; }; + 90CCE8EC946273AA018433046A18454A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C96CC849FB536D0DEEC488D2D424FAA2 /* 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; + }; 97A9CB5C4BE06E8D17B746825DD5EEF6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 60A86C1529C991BE8AE545E070824D98 /* DDControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = D960164D00192805BD53A8BA00FE1EC7 /* DDControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9654,34 +9676,6 @@ }; name = Debug; }; - 99D22658FE5AC219F35A69DE1D8FF3E5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 922733409F666677F2F1615082BDCF74 /* 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; - }; 9E406C6AAF85E580207CD97B0044DEAB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9746,7 +9740,7 @@ }; 9F81E90A1C804D6307404275E44537C0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 963A28110ABF8D5F1AB37B2DB612C77C /* DDWebImageKit_Private.debug.xcconfig */; + baseConfigurationReference = DC12D42AEA5797AB04033C1C7CB8A02F /* DDWebImageKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9773,7 +9767,7 @@ }; A37C605D5D741F2696E6D94AB23724DD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6AE09C9494653FF3FE40893CCB9A96F8 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 6C02DE55002B281536BE541DD08385DA /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9800,7 +9794,7 @@ }; A55FAFF9D3BB3437AB0401C28555BA7C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83369529CD697F5E1B1DFD523F944B30 /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 6ECB134020AA4FC09A7244CB741EC159 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9826,28 +9820,36 @@ }; name = Release; }; - B2C487EB3B332221921C7D6C6AE4F813 /* Release */ = { + AF41E7EC61AA8E2AC6F842CF1FEDE02D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7F478224872A6F067BF5F303332B64E /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = 7DBDB4F120884A32F25656B278C509BE /* 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_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; name = Release; }; B814FB2831509A875F5991D19F12DF16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B431720DED951BB7CCB56626572DFCA /* AMapSearch-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 594C93B6F642773CF64788AE8C1BCC93 /* AMapSearch-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9865,7 +9867,7 @@ }; BB08C4B539660DD738ECC8A0F7F361C1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 45C0F0ED572BE47CB8D602F805EFE1EC /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = 09B271C9505E30521BE94B2F5F5EDBCD /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9893,7 +9895,7 @@ }; C6210F5502E378DCC269A81023F69818 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1B229872AB9775E2E4A17B273C1AD6FF /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = 4AA8AB240F4D65F6AAEAA184FBBF6D83 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9919,35 +9921,9 @@ }; name = Release; }; - CBA186770A3AE35D1F93EB25E2BBC9C4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 04EBAAD4B7B2FFAE79385EBC95982262 /* 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; - }; CE54F30C8AC3B30DE83C021DAD11FC16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9AA0F3C44738821533B45F4AE90D49E6 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; + baseConfigurationReference = EAD7CD77DDEFD8EC15595A80AB8766BE /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9972,44 +9948,17 @@ }; name = Debug; }; - CFA43E87F6E335F203AE59245882983F /* Debug */ = { + CF079196C6C48A439ECAA402189DA32E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BDE9B18D80CCF683B513A98510CBCE85 /* DDCategoryKit_Private.debug.xcconfig */; + baseConfigurationReference = 3BD58C350DD433AD985B5BF47438E6E9 /* 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/DDCategoryKit_Private/DDCategoryKit_Private-prefix.pch"; + IBSC_MODULE = DDMAMapKit_Private; + INFOPLIST_FILE = "Target Support Files/DDMAMapKit_Private/ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; 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; - }; - D7A79FB3942FACDAB0DE9F66E7C3BE7C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 83369529CD697F5E1B1DFD523F944B30 /* 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; + PRODUCT_NAME = DDMAMapKit_Private; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; @@ -10020,7 +9969,7 @@ }; DBFFC56B728D16C6C272566779546587 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F11779054EA5370B49BF606F47B5E4FA /* SwiftEntryKit.debug.xcconfig */; + baseConfigurationReference = EF70FC9EB152D1C253A1FAAE0D28DA6A /* SwiftEntryKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10046,7 +9995,7 @@ }; DDDFA8D7A09FF0A4532CC861C3116550 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EE9656136946C7CC6A379DF16E7BB884 /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = D3BABB7664C187AC2E20DBDD42EB2323 /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10072,36 +10021,28 @@ }; name = Release; }; - E02E25D81CA18421607F2676A3F36425 /* Debug */ = { + DEA1748469885659CA36430695AF1884 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AAEA05BF2A0F082907C66E86B975A705 /* DDLogKit_Private.debug.xcconfig */; + baseConfigurationReference = 6ECB134020AA4FC09A7244CB741EC159 /* DDBasicControlsKit_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)/DDBasicControlsKit_Private"; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/DDLogKit_Private/DDLogKit_Private-prefix.pch"; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDLogKit_Private/DDLogKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDLogKit_Private; - PRODUCT_NAME = DDLogKit_Private; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = DDBaseViewController; 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"; + WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; E18EABAD3559E7870ACB23A6E827F568 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67D628562DF7F3BC5A0E244240C80B67 /* DDAutoUIKit_Private.debug.xcconfig */; + baseConfigurationReference = C91F30571910471B8118FF428C7E0DAE /* DDAutoUIKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10128,7 +10069,7 @@ }; E1DEAE5E6B84D5D557212B431DE2D4C1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4EFF2E8B110613683863B12AE9156162 /* ZFPlayer.debug.xcconfig */; + baseConfigurationReference = 117C88403400A6AB1839799080E10082 /* ZFPlayer.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10154,7 +10095,7 @@ }; E3BA6719677585798F31ED882B465DD5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9FA02C585E89C8A5CE13EC6475758C95 /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 96E89F65F46227D013A084E4182B4E6A /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10180,35 +10121,9 @@ }; name = Release; }; - EA0C0B441306CD96B6A29C11A29A5491 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 588447B15107BA344EDB0364E43F8761 /* 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; - }; EC492DB35EA95E311A092C0DA39FCD8F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A87BB655B7DB2D9E08AE4FFF1717221B /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = A153CB9EFC27F4874D61DFD418A066BF /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10233,9 +10148,54 @@ }; name = Debug; }; + ED26E7592EC8937917F5261D87CC405F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 66862513F4F0673A25B5298E4D72837C /* 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; + }; + EF170A740BABA422DEB93F07A7A96826 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7BDAC755C5BF3B76A4E4C6365C7B1599 /* 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; + }; F134BFC715F0B1147811F69747426F2B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59BD703664B3691ADFF0BAFF59812C3F /* MJRefresh.release.xcconfig */; + baseConfigurationReference = F4C324C3EEB34624F7BE3C05A9C244DE /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10262,7 +10222,7 @@ }; F1522A7504B2EA021FC6E472D6BD2474 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CCFA69072CEC1D79014BEA35ACC512B8 /* DDToastKit_Private.debug.xcconfig */; + baseConfigurationReference = CAA27CD3CE04ED7A715459910E10E127 /* DDToastKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10289,7 +10249,7 @@ }; F2A883F25DE85886520AA99C99672CA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AB96F1FDA9365429148981F63D85A11A /* Alamofire.release.xcconfig */; + baseConfigurationReference = 8FA5B24A252AC17F4DD0BBD9E460EF4B /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10317,7 +10277,7 @@ }; F8702F41AD6DB674E512911A326CE72B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7F478224872A6F067BF5F303332B64E /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = 3BD58C350DD433AD985B5BF47438E6E9 /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10345,7 +10305,7 @@ }; FA1FAE65A52E3B1F30DF809E59737B44 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7B6F2859A534369C36E09D29E1F5041E /* AMapTrack-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 053B03E73524BAE1504623E93DAF6CA5 /* AMapTrack-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10361,9 +10321,35 @@ }; name = Debug; }; + FCC06327E117E80BF60B37961FA22A42 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 43F03E8327402318BA1A5AA38D9E45E2 /* 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; + }; FD836E3A6C6D579666CD9DF57C366625 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A6882DADC12BE05CE613E165F17CA107 /* AMapLocation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = D6026B5132C7658EE3BCD34DC1FCD152 /* AMapLocation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10381,7 +10367,7 @@ }; FF747912862E9FA276A7244FBEB1E50D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B11C3AAD0A36926964D5392C598975A3 /* ZFPlayer.release.xcconfig */; + baseConfigurationReference = 22DB568C2F40BF105F67A00E09CBC2F3 /* ZFPlayer.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10409,11 +10395,11 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 107B9C12012BB1A8BF454495FD6075C4 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { + 06FE720E8F4EC60D4E896C8056193EB8 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0DDA6AB11D0D7FC4244FBEE01DCBBB50 /* Debug */, - B2C487EB3B332221921C7D6C6AE4F813 /* Release */, + 6CEDA6B8E79C77FC75B1773EE6D1A961 /* Debug */, + DEA1748469885659CA36430695AF1884 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -10445,15 +10431,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 449A233CCF205967013CBF0D034FF40E /* Build configuration list for PBXNativeTarget "RxSwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CBA186770A3AE35D1F93EB25E2BBC9C4 /* Debug */, - 361CC881CBACDC601A102A4445AFE93A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10499,6 +10476,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 607457F4F8012874D0F3AF6CCBC52DA7 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EF170A740BABA422DEB93F07A7A96826 /* Debug */, + 6AF2960CBEC31D66EDD1F5D0683B7CDA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 60BBF7F03DCE8A5C9EEF7ADAFFAB4F7F /* Build configuration list for PBXNativeTarget "DDAutoUIKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10571,6 +10557,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 868C50B326B0684ABFA75AC57BF4754B /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 307EE98D550EF88B9ECA971F4E72E658 /* Debug */, + 81C192511B584793A2CE37902FB0ACC5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 86DFE22CEF40158611F18D98830EB987 /* Build configuration list for PBXNativeTarget "DDProgressHUDKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10589,6 +10584,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 9F98BE1C3617215E5E69EFD9C606FCE3 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FCC06327E117E80BF60B37961FA22A42 /* Debug */, + AF41E7EC61AA8E2AC6F842CF1FEDE02D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A270127F1D1DF4AE696FE16A1A26A208 /* Build configuration list for PBXNativeTarget "DDToastKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10598,11 +10602,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AE75657A1CBAFA91973507A15E6F3676 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { + AD308ACADDBAF5969EF95D3DC93FFBAD /* Build configuration list for PBXNativeTarget "RxSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - EA0C0B441306CD96B6A29C11A29A5491 /* Debug */, - 58FE5240F23025AC86E8C6506FDFA881 /* Release */, + 78B828F7F265FFD8F8407837A04473B1 /* Debug */, + 90CCE8EC946273AA018433046A18454A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -10616,15 +10620,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F1B289B0E9DBCFE027CA5EA2C3EF05 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 32FAE491198BCF01E00D57740D18CF9B /* Debug */, - D7A79FB3942FACDAB0DE9F66E7C3BE7C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; BE0B24036C6802E4BE90B45954E0CD1A /* Build configuration list for PBXNativeTarget "Alamofire" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10634,11 +10629,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - CF92FEA7D16C2FD27EFDCF30C47DB792 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + C50C2E00D10B16448AF8ACD0FF49FB0A /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( - CFA43E87F6E335F203AE59245882983F /* Debug */, - 99D22658FE5AC219F35A69DE1D8FF3E5 /* Release */, + ED26E7592EC8937917F5261D87CC405F /* Debug */, + CF079196C6C48A439ECAA402189DA32E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -10652,15 +10647,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E732F9F8B7FB6A8DF844802C8F839D63 /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E02E25D81CA18421607F2676A3F36425 /* Debug */, - 784DC8F553063E9A1386A4E8C0F82959 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; E9AF82AD055963153570341CBA1F6F39 /* Build configuration list for PBXNativeTarget "Pods-OrderScheduling" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.debug.xcconfig b/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.debug.xcconfig index efe2f11..2e5b2fa 100644 --- a/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.debug.xcconfig +++ b/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.debug.xcconfig @@ -8,7 +8,7 @@ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CON PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../PodRepository/DDNetworkingOfAlamofireKit_Private +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDNetworkingOfAlamofireKit_Private PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.release.xcconfig b/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.release.xcconfig index efe2f11..2e5b2fa 100644 --- a/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.release.xcconfig +++ b/Pods/Target Support Files/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.release.xcconfig @@ -8,7 +8,7 @@ OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CON PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../PodRepository/DDNetworkingOfAlamofireKit_Private +PODS_TARGET_SRCROOT = ${PODS_ROOT}/DDNetworkingOfAlamofireKit_Private PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES