diff --git a/.DS_Store b/.DS_Store index 24d9826..40b6b88 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/OrderScheduling.xcodeproj/project.pbxproj b/OrderScheduling.xcodeproj/project.pbxproj index e1ff14b..8282bc1 100644 --- a/OrderScheduling.xcodeproj/project.pbxproj +++ b/OrderScheduling.xcodeproj/project.pbxproj @@ -33,6 +33,8 @@ 791887C12A839784007EA0C1 /* RefuseOrderEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791887C02A839784007EA0C1 /* RefuseOrderEntryView.swift */; }; 791887C42A84BFDB007EA0C1 /* Tool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791887C32A84BFDB007EA0C1 /* Tool.swift */; }; 791887C62A84D9DF007EA0C1 /* DispatchOrderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791887C52A84D9DF007EA0C1 /* DispatchOrderController.swift */; }; + 792EE0952AA74E0A00A212AB /* PushNotiCommonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792EE0942AA74E0A00A212AB /* PushNotiCommonView.swift */; }; + 792EE0972AA74E5800A212AB /* PushNotiCommonTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792EE0962AA74E5800A212AB /* PushNotiCommonTool.swift */; }; 794FBB0D2A8F040D00D57BB8 /* HistoryController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB0C2A8F040D00D57BB8 /* HistoryController.swift */; }; 794FBB142A8F045F00D57BB8 /* MineController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB132A8F045F00D57BB8 /* MineController.swift */; }; 794FBB162A8F1A3300D57BB8 /* RescuePhotoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB152A8F1A3300D57BB8 /* RescuePhotoController.swift */; }; @@ -41,6 +43,7 @@ 794FBB1F2A92F7C300D57BB8 /* WebViewTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB1E2A92F7C300D57BB8 /* WebViewTool.swift */; }; 794FBB212A934E0A00D57BB8 /* AppUpdateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB202A934E0A00D57BB8 /* AppUpdateView.swift */; }; 794FBB232A93519800D57BB8 /* AppUpdateTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB222A93519800D57BB8 /* AppUpdateTool.swift */; }; + 79CB07CC2AA8465A00154B61 /* UserPermission.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CB07CB2AA8465A00154B61 /* UserPermission.swift */; }; 79CECC122A89BD1A00B95D8B /* MessageCenterController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC112A89BD1A00B95D8B /* MessageCenterController.swift */; }; 79CECC192A89EE6A00B95D8B /* ReviewFailedController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC182A89EE6A00B95D8B /* ReviewFailedController.swift */; }; 79CECC1B2A89F83800B95D8B /* AdditionalPhotoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC1A2A89F83800B95D8B /* AdditionalPhotoController.swift */; }; @@ -129,6 +132,8 @@ 791887C02A839784007EA0C1 /* RefuseOrderEntryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefuseOrderEntryView.swift; sourceTree = ""; }; 791887C32A84BFDB007EA0C1 /* Tool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tool.swift; sourceTree = ""; }; 791887C52A84D9DF007EA0C1 /* DispatchOrderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DispatchOrderController.swift; sourceTree = ""; }; + 792EE0942AA74E0A00A212AB /* PushNotiCommonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotiCommonView.swift; sourceTree = ""; }; + 792EE0962AA74E5800A212AB /* PushNotiCommonTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotiCommonTool.swift; sourceTree = ""; }; 794FBB0C2A8F040D00D57BB8 /* HistoryController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryController.swift; sourceTree = ""; }; 794FBB132A8F045F00D57BB8 /* MineController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineController.swift; sourceTree = ""; }; 794FBB152A8F1A3300D57BB8 /* RescuePhotoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RescuePhotoController.swift; sourceTree = ""; }; @@ -137,6 +142,7 @@ 794FBB1E2A92F7C300D57BB8 /* WebViewTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViewTool.swift; sourceTree = ""; }; 794FBB202A934E0A00D57BB8 /* AppUpdateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppUpdateView.swift; sourceTree = ""; }; 794FBB222A93519800D57BB8 /* AppUpdateTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppUpdateTool.swift; sourceTree = ""; }; + 79CB07CB2AA8465A00154B61 /* UserPermission.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserPermission.swift; sourceTree = ""; }; 79CECC112A89BD1A00B95D8B /* MessageCenterController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCenterController.swift; sourceTree = ""; }; 79CECC182A89EE6A00B95D8B /* ReviewFailedController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewFailedController.swift; sourceTree = ""; }; 79CECC1A2A89F83800B95D8B /* AdditionalPhotoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdditionalPhotoController.swift; sourceTree = ""; }; @@ -252,6 +258,8 @@ 791887C02A839784007EA0C1 /* RefuseOrderEntryView.swift */, 79FB75ED2A9898EB00DB00A4 /* AcceptOrderView.swift */, 79FB75EF2A98A26C00DB00A4 /* AcceptOrderTool.swift */, + 792EE0942AA74E0A00A212AB /* PushNotiCommonView.swift */, + 792EE0962AA74E5800A212AB /* PushNotiCommonTool.swift */, ); path = View; sourceTree = ""; @@ -383,6 +391,7 @@ isa = PBXGroup; children = ( 791887AD2A80F943007EA0C1 /* UserData.swift */, + 79CB07CB2AA8465A00154B61 /* UserPermission.swift */, ); path = User; sourceTree = ""; @@ -954,6 +963,7 @@ 79FB761C2A9EEC3700DB00A4 /* GroupData.swift in Sources */, 79FB76172A9DFC9600DB00A4 /* NotificationSetUpController.swift in Sources */, 79CECC262A8C749B00B95D8B /* VehicleMonitorVideoController.swift in Sources */, + 792EE0952AA74E0A00A212AB /* PushNotiCommonView.swift in Sources */, 794FBB212A934E0A00D57BB8 /* AppUpdateView.swift in Sources */, 79DD0DB42A95F00B00768FE7 /* Extension.swift in Sources */, 791887802A7CE6F1007EA0C1 /* UserDefaultStrings.swift in Sources */, @@ -985,7 +995,9 @@ 79CECC122A89BD1A00B95D8B /* MessageCenterController.swift in Sources */, 794FBB1F2A92F7C300D57BB8 /* WebViewTool.swift in Sources */, 791887822A7CE71D007EA0C1 /* AppKeyStrings.swift in Sources */, + 79CB07CC2AA8465A00154B61 /* UserPermission.swift in Sources */, 79CECC282A8CADEA00B95D8B /* VehicleMonitoringVideoDetailController.swift in Sources */, + 792EE0972AA74E5800A212AB /* PushNotiCommonTool.swift in Sources */, 79FB75F02A98A26C00DB00A4 /* AcceptOrderTool.swift in Sources */, 791887A12A80CA10007EA0C1 /* ApiList.swift in Sources */, 791887AE2A80F943007EA0C1 /* UserData.swift in Sources */, diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 298742e..cd8fee3 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 e772a5e..edb264f 100644 --- a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -253,8 +253,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "127" - endingLineNumber = "127" + startingLineNumber = "155" + endingLineNumber = "155" landmarkName = "networkErrorHandler(response:)" landmarkType = "7"> @@ -269,8 +269,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "128" - endingLineNumber = "128" + startingLineNumber = "156" + endingLineNumber = "156" landmarkName = "Initial" landmarkType = "21"> @@ -317,8 +317,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "599" - endingLineNumber = "599" + startingLineNumber = "636" + endingLineNumber = "636" landmarkName = "tableView(_:cellForRowAt:)" landmarkType = "7"> @@ -526,6 +526,21 @@ endingLineNumber = "35" offsetFromSymbolStart = "504"> + + @@ -539,8 +554,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "844" - endingLineNumber = "844" + startingLineNumber = "933" + endingLineNumber = "933" landmarkName = "collectionView(_:cellForItemAt:)" landmarkType = "7"> @@ -1237,8 +1252,8 @@ filePath = "OrderScheduling/Main/AppDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "138" - endingLineNumber = "138" + startingLineNumber = "149" + endingLineNumber = "149" landmarkName = "jpushNotificationAuthorization(_:withInfo:)" landmarkType = "7"> @@ -1253,8 +1268,8 @@ filePath = "OrderScheduling/Main/AppDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "126" - endingLineNumber = "126" + startingLineNumber = "137" + endingLineNumber = "137" landmarkName = "jpushNotificationCenter(_:didReceive:withCompletionHandler:)" landmarkType = "7"> @@ -1413,8 +1428,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "113" - endingLineNumber = "113" + startingLineNumber = "138" + endingLineNumber = "138" landmarkName = "changeRootViewController(window:)" landmarkType = "7"> @@ -1445,8 +1460,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "256" - endingLineNumber = "256" + startingLineNumber = "269" + endingLineNumber = "269" landmarkName = "reloadData()" landmarkType = "7"> @@ -1509,8 +1524,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "256" - endingLineNumber = "256" + startingLineNumber = "241" + endingLineNumber = "241" landmarkName = "entry(model:remarkId:)" landmarkType = "7"> @@ -1888,8 +1903,8 @@ filePath = "OrderScheduling/Main/AppDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "128" - endingLineNumber = "128" + startingLineNumber = "139" + endingLineNumber = "139" landmarkName = "jpushNotificationCenter(_:didReceive:withCompletionHandler:)" landmarkType = "7"> @@ -2029,8 +2044,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "104" - endingLineNumber = "104" + startingLineNumber = "129" + endingLineNumber = "129" landmarkName = "changeRootViewController(window:)" landmarkType = "7"> @@ -2157,8 +2172,8 @@ filePath = "OrderScheduling/Main/Initial.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "119" - endingLineNumber = "119" + startingLineNumber = "147" + endingLineNumber = "147" landmarkName = "Initial" landmarkType = "3"> @@ -2381,8 +2396,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "855" - endingLineNumber = "855" + startingLineNumber = "944" + endingLineNumber = "944" landmarkName = "collectionView(_:didSelectItemAt:)" landmarkType = "7"> @@ -2465,22 +2480,6 @@ - - - - @@ -2630,8 +2629,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "320" - endingLineNumber = "320" + startingLineNumber = "305" + endingLineNumber = "305" landmarkName = "addActions()" landmarkType = "7"> @@ -2646,8 +2645,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "322" - endingLineNumber = "322" + startingLineNumber = "307" + endingLineNumber = "307" landmarkName = "addActions()" landmarkType = "7"> @@ -2678,8 +2677,8 @@ filePath = "OrderSchedulingNotificationService/NotificationService.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "24" - endingLineNumber = "24" + startingLineNumber = "29" + endingLineNumber = "29" landmarkName = "didReceive(_:withContentHandler:)" landmarkType = "7"> @@ -2795,22 +2794,6 @@ - - - - @@ -2917,8 +2900,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "255" - endingLineNumber = "255" + startingLineNumber = "268" + endingLineNumber = "268" landmarkName = "reloadData()" landmarkType = "7"> @@ -2933,8 +2916,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "254" - endingLineNumber = "254" + startingLineNumber = "267" + endingLineNumber = "267" landmarkName = "reloadData()" landmarkType = "7"> @@ -2949,8 +2932,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "210" - endingLineNumber = "210" + startingLineNumber = "223" + endingLineNumber = "223" landmarkName = "viewDidLoad()" landmarkType = "7"> @@ -2965,8 +2948,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "204" - endingLineNumber = "204" + startingLineNumber = "217" + endingLineNumber = "217" landmarkName = "viewDidLoad()" landmarkType = "7"> @@ -3284,28 +3267,12 @@ filePath = "OrderScheduling/Main/SceneDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "21" - endingLineNumber = "21" + startingLineNumber = "22" + endingLineNumber = "22" landmarkName = "scene(_:willConnectTo:options:)" landmarkType = "7"> - - - - @@ -3332,8 +3299,8 @@ filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "938" - endingLineNumber = "938" + startingLineNumber = "1027" + endingLineNumber = "1027" landmarkName = "viewSafeAreaInsetsDidChange()" landmarkType = "7"> @@ -3380,8 +3347,8 @@ filePath = "OrderScheduling/Main/SceneDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "37" - endingLineNumber = "37" + startingLineNumber = "38" + endingLineNumber = "38" landmarkName = "sceneDidBecomeActive(_:)" landmarkType = "7"> @@ -3428,8 +3395,8 @@ filePath = "OrderScheduling/Main/SceneDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "47" - endingLineNumber = "47" + startingLineNumber = "50" + endingLineNumber = "50" landmarkName = "sceneWillResignActive(_:)" landmarkType = "7"> @@ -3444,8 +3411,8 @@ filePath = "OrderScheduling/Main/SceneDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "57" - endingLineNumber = "57" + startingLineNumber = "60" + endingLineNumber = "60" landmarkName = "sceneWillEnterForeground(_:)" landmarkType = "7"> @@ -3508,8 +3475,8 @@ filePath = "OrderScheduling/Main/SceneDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "66" - endingLineNumber = "66" + startingLineNumber = "69" + endingLineNumber = "69" landmarkName = "sceneDidEnterBackground(_:)" landmarkType = "7"> @@ -3540,8 +3507,8 @@ filePath = "OrderScheduling/Main/SceneDelegate.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "59" - endingLineNumber = "59" + startingLineNumber = "62" + endingLineNumber = "62" landmarkName = "sceneWillEnterForeground(_:)" landmarkType = "7"> @@ -3620,8 +3587,8 @@ filePath = "OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "188" - endingLineNumber = "188" + startingLineNumber = "201" + endingLineNumber = "201" landmarkName = "init(nibName:bundle:)" landmarkType = "7"> @@ -3818,5 +3785,357 @@ landmarkType = "7"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OrderScheduling/Entry/Entry.swift b/OrderScheduling/Entry/Entry.swift index dd8c799..8b2f017 100644 --- a/OrderScheduling/Entry/Entry.swift +++ b/OrderScheduling/Entry/Entry.swift @@ -232,6 +232,48 @@ open class Entry { SwiftEntryKit.display(entry: view, using: attributes) } + func showPushNotiCommonEntry(view:UIView,name:String? = nil) { + var attributes = EKAttributes() + attributes = .centerFloat + attributes.name = name + attributes.precedence = .override(priority: .min, dropEnqueuedEntries: false) + attributes.displayMode = .inferred + attributes.displayDuration = .infinity + attributes.screenBackground = .color(color: .clear) + attributes.entryBackground = .color(color: .white) + attributes.screenInteraction = .absorbTouches + attributes.entryInteraction = .absorbTouches + attributes.scroll = .disabled + attributes.entranceAnimation = .init( + translate: .init( + duration: 0.25, + spring: .init(damping: 1, initialVelocity: 0) + ) + ) + attributes.exitAnimation = .init( + translate: .init(duration: 0.25) + ) + attributes.popBehavior = .animated( + animation: .init( + translate: .init(duration: 0.25) + ) + ) + attributes.shadow = .active( + with: .init( + color: .black, + opacity: 0.3, + radius: 6 + ) + ) + + attributes.positionConstraints = .init(verticalOffset:0,size:.init(width:EKAttributes.PositionConstraints.Edge.constant(value: auto(276)),height:EKAttributes.PositionConstraints.Edge.constant(value: auto(148)))) + + attributes.positionConstraints.safeArea = .overridden + attributes.positionConstraints.rotation.isEnabled = false + attributes.statusBar = .light + SwiftEntryKit.display(entry: view, using: attributes) + } + func showNotificationAuthEntry(view:UIView,name:String? = nil) { var attributes = EKAttributes() attributes = .centerFloat diff --git a/OrderScheduling/Global/GroupData/GroupData.swift b/OrderScheduling/Global/GroupData/GroupData.swift index 3c9c20f..521f991 100644 --- a/OrderScheduling/Global/GroupData/GroupData.swift +++ b/OrderScheduling/Global/GroupData/GroupData.swift @@ -13,7 +13,7 @@ open class GroupData { public static let `default` = GroupData() let groudUserDefault = UserDefaults(suiteName: GROUPID) - // 判断推送能不能解析出字典 + // 解析出字典 func parserAlertToDictionary(userInfo:[AnyHashable:Any]?) -> Dictionary? { let aps = userInfo?[pushNoti_aps_key] as? [String:Any] @@ -44,6 +44,30 @@ open class GroupData { return false } + // 解析需要播放的文字 + func parserBroadcastToString(userInfo:[AnyHashable:Any]?) -> String? { + if let broadcastKeywords = (userInfo?[pushNoti_broadcastKeywords_key] as? String),broadcastKeywords.isEmpty == false { + return broadcastKeywords + } + return nil + } + + // 判断是不是需要语音广播 + func isBroadcastPushNotification(userInfo:[AnyHashable:Any]?) -> Bool { + if let broadcastKeywords = (userInfo?[pushNoti_broadcastKeywords_key] as? String),broadcastKeywords.isEmpty == false { + return true + } + return false + } + + // 是否需要弹窗 + func isShowPopPushNotification(userInfo:[AnyHashable:Any]?) -> Bool { + if let isShowPop = (userInfo?[pushNoti_isShowPop_key] as? Bool),isShowPop == true { + return true + } + return false + } + // 不需要记录 public var bestAttemptContentUserInfo : [AnyHashable:Any]? { return groudUserDefault?.object(forKey: bestAttemptContentUserInfo_key) as? [AnyHashable:Any] diff --git a/OrderScheduling/Global/Tool/Tool.swift b/OrderScheduling/Global/Tool/Tool.swift index eadc4b7..66150c7 100644 --- a/OrderScheduling/Global/Tool/Tool.swift +++ b/OrderScheduling/Global/Tool/Tool.swift @@ -158,8 +158,7 @@ open class Tool { } func dealWithOrderPushNotification(completionHandler:(([AnyHashable:Any]) -> Void)?) { - let userInfo = GROUP.bestAttemptContentUserInfo - if let userInfo { + if let userInfo = GROUP.bestAttemptContentUserInfo { if completionHandler != nil { completionHandler!(userInfo) } @@ -171,18 +170,20 @@ open class Tool { if GROUP.newMessageAlert != true { return } - - ACCEPTORDERTOOL.open(userInfo: userInfo) + if GROUP.isOrderPushNotification(userInfo: userInfo) == true { + ACCEPTORDERTOOL.open(userInfo: userInfo) + }else{ + PUSHNOTICOMMONTOOL.open(userInfo: userInfo) + } } - public var systemSoundID : SystemSoundID? - public var soundCount : Int = 0 - public var needPlayAudio : Bool = true func playVoiceWith(userInfo:[AnyHashable:Any]?) { if GROUP.newMessageSound != true { return } + stopVoice() + if GROUP.isOrderPushNotification(userInfo: userInfo) == true { let juheVehcileName = userInfo?[pushNoti_juheVehcileName_key] as? String var auidoUrl : URL? @@ -193,34 +194,15 @@ open class Tool { } if let auidoUrl { - var audioSoundID:SystemSoundID = 0 - AudioServicesCreateSystemSoundID(auidoUrl as CFURL, &audioSoundID) - systemSoundID = audioSoundID - needPlayAudio = true - soundCount = 0 - cycleVoice() + DDAS.playSound(audioUrl: auidoUrl,name: "sound",numberOfLoops: 10,timeInterval: 2) } + }else if GROUP.isBroadcastPushNotification(userInfo: userInfo) == true, let broadcast = GROUP.parserBroadcastToString(userInfo: userInfo) { + DDSS.play(text: broadcast, name: "broadcast") } } - - func cycleVoice() { - if let systemSoundID, soundCount < 10, needPlayAudio == true { - AudioServicesPlaySystemSoundWithCompletion(systemSoundID) {[weak self] in - self?.soundCount+=1 - DispatchQueue.global().asyncAfter(deadline: .now() + 2, execute: {[weak self] in - self?.cycleVoice() - }) - } - }else{ - systemSoundID = nil - } - } - + func stopVoice() { - if let systemSoundID { - needPlayAudio = false - soundCount = 0 - AudioServicesDisposeSystemSoundID(systemSoundID) - } + DDAS.stopSound(name: "sound") + DDSS.stop(name: "broadcast") } } diff --git a/OrderScheduling/Global/User/UserPermission.swift b/OrderScheduling/Global/User/UserPermission.swift new file mode 100644 index 0000000..a3241e8 --- /dev/null +++ b/OrderScheduling/Global/User/UserPermission.swift @@ -0,0 +1,102 @@ +// +// UserPermission.swift +// OrderScheduling +// +// Created by 中道 on 2023/9/6. +// + +import Foundation +import RxSwift +import RxRelay + +public let USERP = UserPermission.default + +open class UserPermission { + public static let `default` = UserPermission() + public let relay = ReplayRelay.create(bufferSize: 1) + public let disposeBag = DisposeBag() + public var userPermissionRelay = ReplayRelay?>.create(bufferSize: 1) + + public var canRejectDispatchHandle : Bool = false + public var canAcceptDispatchHandle : Bool = false + public var canWaitdispatchBtn : Bool = false + public var canWaitModifyDispatchBtn : Bool = false + public var canDealWith : Bool = false + public var canSupplierRemarkBtn : Bool = false + public var canSupplierAuditEditCostBtn : Bool = false + public var canSupplierAuditUploadPhotoBtn : Bool = false + + init() { + Observable.combineLatest(relay, USER.refreshTokenSub) + .flatMapLatest { (_,_) in + return RQ.userOperationPermissions() + } + .subscribe(onNext: {[weak self] response in + self?.canRejectDispatchHandle = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.rejectDispatchHandle.rawValue + }) == true { + self?.canRejectDispatchHandle = true + } + + self?.canAcceptDispatchHandle = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.acceptDispatchHandle.rawValue + }) == true { + self?.canAcceptDispatchHandle = true + } + + self?.canWaitdispatchBtn = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.waitdispatchBtn.rawValue + }) == true { + self?.canWaitdispatchBtn = true + } + + self?.canWaitModifyDispatchBtn = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.waitModifyDispatchBtn.rawValue + }) == true { + self?.canWaitModifyDispatchBtn = true + } + + self?.canWaitModifyDispatchBtn = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.waitModifyDispatchBtn.rawValue + }) == true { + self?.canWaitModifyDispatchBtn = true + } + + self?.canDealWith = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.dealWith.rawValue + }) == true { + self?.canDealWith = true + } + + self?.canSupplierRemarkBtn = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.supplierRemarkBtn.rawValue + }) == true { + self?.canSupplierRemarkBtn = true + } + + self?.canSupplierAuditEditCostBtn = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.supplierAuditEditCostBtn.rawValue + }) == true { + self?.canSupplierAuditEditCostBtn = true + } + + self?.canSupplierAuditUploadPhotoBtn = false + if response?.data?.contains(where: { value in + value == UserOperationPermissionsDataModel.DataEnum.supplierAuditUploadPhotoBtn.rawValue + }) == true { + self?.canSupplierAuditUploadPhotoBtn = true + } + + self?.userPermissionRelay.accept(response?.data) + }) + .disposed(by: disposeBag) + } +} diff --git a/OrderScheduling/History/ViewController/HistoryController.swift b/OrderScheduling/History/ViewController/HistoryController.swift index cc37b34..4b1d0a7 100644 --- a/OrderScheduling/History/ViewController/HistoryController.swift +++ b/OrderScheduling/History/ViewController/HistoryController.swift @@ -130,6 +130,13 @@ extension HistoryItemController { .disposed(by: disposeBag) historyItemView.tableView.mj_header?.beginRefreshing() + + USERP.userPermissionRelay + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] _ in + self?.historyItemView.tableView.reloadData() + }) + .disposed(by: disposeBag) } } @@ -221,6 +228,44 @@ extension HistoryItemController : UITableViewDelegate, UITableViewDataSource { WEBTOOL.open(name: .supplySettlement, appending: "&queryType=\(OrderTypeEnum.UNCLOSED_ORDER.rawValue)&userOrderId=\(model.userOrderId)&orderCode=\(model.orderCode)&taskOrderId=\(model.taskOrderId)") }) .disposed(by: cell!.disposeBag) + + if USERP.canSupplierRemarkBtn == true { + cell?.reportButton.isHidden = false + cell?.reportButton.snp.updateConstraints({ make in + make.width.equalTo(auto(80)) + make.right.equalTo(cell!.additionalButton.snp.left).offset(-auto(10)) + }) + }else{ + cell?.reportButton.isHidden = true + cell?.reportButton.snp.updateConstraints({ make in + make.width.equalTo(0) + make.right.equalTo(cell!.additionalButton.snp.left).offset(0) + }) + } + + if USERP.canSupplierAuditEditCostBtn == true { + cell?.additionalButton.isHidden = false + cell?.additionalButton.snp.updateConstraints({ make in + make.width.equalTo(auto(80)) + make.right.equalTo(-auto(10)) + }) + }else{ + cell?.additionalButton.isHidden = true + cell?.additionalButton.snp.updateConstraints({ make in + make.width.equalTo(0) + make.right.equalTo(0) + }) + } + + if USERP.canSupplierRemarkBtn == false && USERP.canSupplierAuditEditCostBtn == false { + cell?.additionalButton.snp.updateConstraints({ make in + make.height.equalTo(0) + }) + }else{ + cell?.additionalButton.snp.updateConstraints({ make in + make.height.equalTo(auto(30)) + }) + } return cell! } @@ -554,7 +599,8 @@ class HistoryItemCell : DDTableViewCell { reportButton.snp.makeConstraints { make in make.right.equalTo(additionalButton.snp.left).offset(-auto(10)) make.top.equalTo(additionalButton) - make.width.height.equalTo(additionalButton) + make.width.equalTo(auto(80)) + make.height.equalTo(auto(30)) } } diff --git a/OrderScheduling/HttpRequestCenter/ApiList.swift b/OrderScheduling/HttpRequestCenter/ApiList.swift index 05c050a..fdd7ece 100644 --- a/OrderScheduling/HttpRequestCenter/ApiList.swift +++ b/OrderScheduling/HttpRequestCenter/ApiList.swift @@ -55,4 +55,6 @@ open class ApiList { public let checkLogin = "/supplierAppV2/open/checkLogin" public let uploadCallRecord = "/supplierAppV2/dispatchApp/order/uploadCallRecord" + + public let userOperationPermissions = "/supplierAppV2/dispatchApp/user/userOperationPermissions" } diff --git a/OrderScheduling/HttpRequestCenter/RequestList.swift b/OrderScheduling/HttpRequestCenter/RequestList.swift index 174420e..96d29f3 100644 --- a/OrderScheduling/HttpRequestCenter/RequestList.swift +++ b/OrderScheduling/HttpRequestCenter/RequestList.swift @@ -107,4 +107,8 @@ open class RequestList { func uploadCallRecord(parameters:Encodable) -> Single?> { return DDAF.post(urlString: HOST+API.uploadCallRecord,parameters: parameters,encoding: JSONParameterEncoder.default,headers: [tokenHeader()],responseType: ResponseModel.self) } + + func userOperationPermissions() -> Single?> { + return DDAF.post(urlString: HOST+API.userOperationPermissions,encoding: URLEncodedFormParameterEncoder.default,headers: [tokenHeader()],responseType: ResponseModel<[String]>.self) + } } diff --git a/OrderScheduling/HttpResponseModel/ResponseModel.swift b/OrderScheduling/HttpResponseModel/ResponseModel.swift index 065e03c..63d2bbd 100644 --- a/OrderScheduling/HttpResponseModel/ResponseModel.swift +++ b/OrderScheduling/HttpResponseModel/ResponseModel.swift @@ -305,4 +305,17 @@ public class MessageReminderListDataModel : Decodable { } } +public class UserOperationPermissionsDataModel : Decodable { + enum DataEnum : String,Decodable { + case rejectDispatchHandle = "rejectDispatchHandle" + case acceptDispatchHandle = "acceptDispatchHandle" + case waitdispatchBtn = "waitdispatchBtn" + case waitModifyDispatchBtn = "waitModifyDispatchBtn" + case dealWith = "dealWith" + case supplierRemarkBtn = "supplierRemarkBtn" + case supplierAuditEditCostBtn = "supplierAuditEditCostBtn" + case supplierAuditUploadPhotoBtn = "supplierAuditUploadPhotoBtn" + } +} + diff --git a/OrderScheduling/Main/AppDelegate.swift b/OrderScheduling/Main/AppDelegate.swift index f6e8ecb..b80c06d 100644 --- a/OrderScheduling/Main/AppDelegate.swift +++ b/OrderScheduling/Main/AppDelegate.swift @@ -105,12 +105,23 @@ extension AppDelegate : JPUSHRegisterDelegate { MCOUNT.newestMessage() if GROUP.isOrderPushNotification(userInfo: userInfo) == true { - // 只有订单类型才会弹窗和声音 + // 新订单的处理 TOOL.dealWithOrderPushNotification { userInfo in TOOL.playAlertWith(userInfo: userInfo) TOOL.playVoiceWith(userInfo: userInfo) } }else{ + // 普通通知弹框 + if GROUP.isShowPopPushNotification(userInfo: userInfo) == true { + TOOL.dealWithOrderPushNotification { userInfo in + TOOL.playAlertWith(userInfo: userInfo) + } + } + // 普通声音 + if GROUP.isBroadcastPushNotification(userInfo: userInfo) == true { + TOOL.playVoiceWith(userInfo: userInfo) + } + completionHandler(1 << 1 | 1 << 2) } } diff --git a/OrderScheduling/Main/Initial.swift b/OrderScheduling/Main/Initial.swift index 8ca2b32..2ca4da1 100644 --- a/OrderScheduling/Main/Initial.swift +++ b/OrderScheduling/Main/Initial.swift @@ -39,9 +39,6 @@ class Initial : NSObject { // af initAF() - // call - initCall() - // cocoadebug initCocoaDebug() } @@ -88,6 +85,34 @@ class Initial : NSObject { .disposed(by: disposeBag) } + func initRefreshToken() { + // 刷新token,全屏都不许动 + Observable.just(1) + .observe(on: MainScheduler.instance) + .do(onNext: { _ in + UIApplication.shared.dd_keyWindow.dd_showHUD() + }) + .flatMapLatest { _ in + return RQ.token(parameters: TokenParameters(refresh_token: USER.refreshToken!)) + } + .observe(on: MainScheduler.instance) + .do(onNext: { _ in + UIApplication.shared.dd_keyWindow.dd_hideHUD() + }) + .subscribe(onNext: { response in + if response?.success == true { + USER.setToken(token: response?.data?.accessToken.tokenValue) + USER.setRefreshToken(token: response?.data?.refreshToken.tokenValue) + } + USER.refreshTokenSub.onNext(true) + }) + .disposed(by: disposeBag) + } + + func initPermission() { + USERP.relay.accept(nil) + } + func initAppUpdate() { APPUPDATE.requestAppUpdateRelay.accept(.auto) } @@ -111,7 +136,10 @@ class Initial : NSObject { } NotificationCenter.default.addObserver(forName: NSNotification.Name(rawValue: Notification_loginSuccessToRescueController), object: nil, queue: .main) {[weak self] note in + self?.initRefreshToken() + self?.initPermission() self?.initAppUpdate() + self?.initCall() window?.rootViewController = MainTabBarController.init() } diff --git a/OrderScheduling/Main/SceneDelegate.swift b/OrderScheduling/Main/SceneDelegate.swift index 6405199..c57a240 100644 --- a/OrderScheduling/Main/SceneDelegate.swift +++ b/OrderScheduling/Main/SceneDelegate.swift @@ -11,7 +11,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { public var window: UIWindow? public var initial : Initial = Initial.shareInstance - + public var appIsAlive : Bool = false + func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. @@ -34,12 +35,14 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { } func sceneDidBecomeActive(_ scene: UIScene) { - if USER.isLogin == true { - // 只有订单类型才会弹窗和声音 + if USER.isLogin == true,appIsAlive == true { + // 处理app收到推送后写入GROUP的数据,当app处于后台时才要弹出,app died不需要 TOOL.dealWithOrderPushNotification { userInfo in TOOL.playAlertWith(userInfo: userInfo) } } + // 说明app时活的,用来判断进入后台之后返回前台时的问题 + appIsAlive = true } func sceneWillResignActive(_ scene: UIScene) { diff --git a/OrderScheduling/Rescue/View/AcceptOrderTool.swift b/OrderScheduling/Rescue/View/AcceptOrderTool.swift index 347322f..0d36d13 100644 --- a/OrderScheduling/Rescue/View/AcceptOrderTool.swift +++ b/OrderScheduling/Rescue/View/AcceptOrderTool.swift @@ -16,9 +16,6 @@ open class AcceptOrderTool : NSObject { private let disposeBag = DisposeBag() func open(userInfo:[AnyHashable:Any]?) { - if GROUP.newMessageAlert != true { - return - } let acceptOrderView = AcceptOrderView() acceptOrderView.titleLabel.text = "新订单" acceptOrderView.contentLabel.text = TOOL.getOrderString(userInfo: userInfo) diff --git a/OrderScheduling/Rescue/View/PushNotiCommonTool.swift b/OrderScheduling/Rescue/View/PushNotiCommonTool.swift new file mode 100644 index 0000000..49caacf --- /dev/null +++ b/OrderScheduling/Rescue/View/PushNotiCommonTool.swift @@ -0,0 +1,52 @@ +// +// PushNotiCommonTool.swift +// OrderScheduling +// +// Created by 中道 on 2023/9/5. +// + +import Foundation +import RxSwift +import RxCocoa + +public let PUSHNOTICOMMONTOOL = PushNotiCommonTool.default + +open class PushNotiCommonTool : NSObject { + public static let `default` = PushNotiCommonTool() + private let disposeBag = DisposeBag() + + func open(userInfo:[AnyHashable:Any]?) { + let commonView = PushNotiCommonView() + if let dict = GROUP.parserAlertToDictionary(userInfo: userInfo) { + if let title = dict[pushNoti_title_key] { + commonView.titleLabel.text = title + } + if let body = dict[pushNoti_body_key] { + commonView.contentLabel.text = body + } + } + if let cancel = (userInfo?[pushNoti_cancelButtonText_key] as? String) { + commonView.cancelButton.setTitle(cancel, for: .normal) + } + if let sure = (userInfo?[pushNoti_confirmButtonText_key] as? String) { + commonView.sureButton.setTitle(sure, for: .normal) + } + + commonView.cancelButton.rx.tap + .subscribe(onNext: { + ENTRY.dismiss(name: pushNotiCommonViewEntry) { + // 停止声音播放 + TOOL.stopVoice() + } + }).disposed(by: disposeBag) + + commonView.sureButton.rx.tap + .subscribe(onNext: { + ENTRY.dismiss(name: pushNotiCommonViewEntry) { + // 停止声音播放 + TOOL.stopVoice() + } + }).disposed(by: disposeBag) + ENTRY.showPushNotiCommonEntry(view: commonView,name: pushNotiCommonViewEntry) + } +} diff --git a/OrderScheduling/Rescue/View/PushNotiCommonView.swift b/OrderScheduling/Rescue/View/PushNotiCommonView.swift new file mode 100644 index 0000000..19707e0 --- /dev/null +++ b/OrderScheduling/Rescue/View/PushNotiCommonView.swift @@ -0,0 +1,119 @@ +// +// PushNotiCommonView.swift +// OrderScheduling +// +// Created by 中道 on 2023/9/5. +// + +import Foundation +import DDControlsKit_Private +import DDAutoUIKit_Private + +open class PushNotiCommonView : DDView{ + private let radiusView : DDView + private let scrollView : DDScrollView + private let scrollContentView : DDView + public let titleLabel : DDLabel + public let contentLabel : DDLabel + public let horizontalLine : DDView + public let verticalLine : DDView + public let cancelButton : DDButton + public let sureButton : DDButton + public override init(frame: CGRect) { + radiusView = DDView.init() + scrollView = DDScrollView() + scrollContentView = DDView.init() + titleLabel = DDLabel.dd_init(withText: "", font: .mediumFont(auto(16)), textColor: .black) + contentLabel = DDLabel.dd_init(withText: "", font: .mediumFont(auto(14)), textColor: .black.alpha(0.5)) + horizontalLine = DDView() + verticalLine = DDView() + cancelButton = DDButton.dd_initCustom() + sureButton = DDButton.dd_initCustom() + super.init(frame: frame) + radiusView.layer.cornerRadius = auto(10) + radiusView.layer.masksToBounds = true + addSubview(radiusView) + radiusView.addSubview(titleLabel) + radiusView.addSubview(scrollView) + scrollView.addSubview(scrollContentView) + contentLabel.numberOfLines = 0 + contentLabel.textAlignment = .center + contentLabel.text = "" + scrollContentView.addSubview(contentLabel) + horizontalLine.backgroundColor = .hex("979797").alpha(0.35) + radiusView.addSubview(horizontalLine) + verticalLine.backgroundColor = .hex("979797").alpha(0.35) + verticalLine.isHidden = true + radiusView.addSubview(verticalLine) + cancelButton.setTitle("取消", for: .normal) + cancelButton.titleLabel?.font = .mediumFont(auto(14)) + cancelButton.backgroundColor = .white + cancelButton.setTitleColor(.black.alpha(0.3), for: .normal) + radiusView.addSubview(cancelButton) + sureButton.setTitle("确定", for: .normal) + sureButton.setTitleColor(.white, for: .normal) + sureButton.titleLabel?.font = .mediumFont(auto(14)) + sureButton.backgroundColor = .hex("1C62D9") + radiusView.addSubview(sureButton) + + radiusView.snp.makeConstraints { make in + make.edges.equalToSuperview() + } + + titleLabel.snp.makeConstraints { make in + make.centerX.equalToSuperview() + make.top.equalToSuperview().offset(auto(15)) + } + + scrollView.snp.makeConstraints { make in + make.top.equalTo(titleLabel.snp.bottom).offset(0) + make.left.right.equalToSuperview() + make.bottom.equalTo(horizontalLine.snp.top) + } + + scrollContentView.snp.makeConstraints { make in + make.edges.equalToSuperview() + make.width.equalToSuperview() + make.height.greaterThanOrEqualToSuperview() + } + + contentLabel.snp.makeConstraints { make in + make.left.equalToSuperview().offset(auto(20)) + make.top.equalToSuperview().offset(auto(15)) + make.right.equalTo(-auto(20)) + make.bottom.equalTo(scrollContentView).offset(-auto(20)) + } + + horizontalLine.snp.makeConstraints { make in + make.bottom.equalToSuperview().offset(-auto(40)) + make.left.right.equalToSuperview() + make.height.equalTo(1) + } + + verticalLine.snp.makeConstraints { make in + make.centerX.equalToSuperview() + make.top.equalTo(horizontalLine.snp.bottom) + make.bottom.equalToSuperview() + make.width.equalTo(1) + } + + cancelButton.snp.makeConstraints { make in + make.left.equalToSuperview() + make.right.equalTo(verticalLine.snp.left) + make.top.equalTo(horizontalLine.snp.bottom) + make.bottom.equalToSuperview() + } + + sureButton.snp.makeConstraints { make in + make.bottom.equalToSuperview() + make.right.equalToSuperview() + make.top.equalTo(horizontalLine.snp.top) + make.left.equalTo(verticalLine.snp.right) + } + + } + + public required init?(coder: NSCoder) { + fatalError("init(coder:) has not been implemented") + } +} diff --git a/OrderScheduling/Rescue/ViewController/RescueController.swift b/OrderScheduling/Rescue/ViewController/RescueController.swift index 7847405..c498b94 100644 --- a/OrderScheduling/Rescue/ViewController/RescueController.swift +++ b/OrderScheduling/Rescue/ViewController/RescueController.swift @@ -66,28 +66,6 @@ extension RescueController { WEBTOOL.open(name: .todoList,appending: nil) }) .disposed(by: disposeBag) - - // 刷新token,全屏都不许动 - Observable.just(1) - .observe(on: MainScheduler.instance) - .do(onNext: { _ in - UIApplication.shared.dd_keyWindow.dd_showHUD() - }) - .flatMapLatest { _ in - return RQ.token(parameters: TokenParameters(refresh_token: USER.refreshToken!)) - } - .observe(on: MainScheduler.instance) - .do(onNext: { _ in - UIApplication.shared.dd_keyWindow.dd_hideHUD() - }) - .subscribe(onNext: { response in - if response?.success == true { - USER.setToken(token: response?.data?.accessToken.tokenValue) - USER.setRefreshToken(token: response?.data?.refreshToken.tokenValue) - } - USER.refreshTokenSub.onNext(true) - }) - .disposed(by: disposeBag) // 点击tabBar 需要刷下下列 preRefreshRelay @@ -220,6 +198,13 @@ extension RescuePendingOrderController { self?.pendingOrderView.tableView.mj_header?.beginRefreshing() }) .disposed(by: disposeBag) + + USERP.userPermissionRelay + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] _ in + self?.pendingOrderView.tableView.reloadData() + }) + .disposed(by: disposeBag) } func entry(model:OrderListDataModel,remarkId:String?) { @@ -351,6 +336,13 @@ extension RescuePendingDispatchController { self?.pendingDispatchView.tableView.mj_header?.beginRefreshing() }) .disposed(by: disposeBag) + + USERP.userPermissionRelay + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] _ in + self?.pendingDispatchView.tableView.reloadData() + }) + .disposed(by: disposeBag) } } @@ -413,6 +405,13 @@ extension RescueIsIngController { self?.pendingIsIngView.tableView.mj_header?.beginRefreshing() }) .disposed(by: disposeBag) + + USERP.userPermissionRelay + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] _ in + self?.pendingIsIngView.tableView.reloadData() + }) + .disposed(by: disposeBag) } } @@ -531,6 +530,44 @@ extension RescuePendingOrderController : UITableViewDelegate,UITableViewDataSour self?.acceptOrderRelay.accept(model) }) .disposed(by: cell!.disposeBag) + + if USERP.canRejectDispatchHandle == true { + cell?.refuseButton.isHidden = false + cell?.refuseButton.snp.updateConstraints({ make in + make.right.equalTo(cell!.acceptButton.snp.left).offset(-auto(10)) + make.width.equalTo(auto(80)) + }) + }else{ + cell?.refuseButton.isHidden = true + cell?.refuseButton.snp.updateConstraints({ make in + make.right.equalTo(cell!.acceptButton.snp.left).offset(0) + make.width.equalTo(0) + }) + } + + if USERP.canAcceptDispatchHandle == true { + cell?.acceptButton.isHidden = false + cell?.acceptButton.snp.updateConstraints({ make in + make.width.equalTo(auto(80)) + make.right.equalTo(-auto(10)) + }) + }else{ + cell?.acceptButton.isHidden = true + cell?.acceptButton.snp.updateConstraints({ make in + make.width.equalTo(0) + make.right.equalTo(0) + }) + } + + if USERP.canRejectDispatchHandle == false && USERP.canAcceptDispatchHandle == false { + cell?.acceptButton.snp.updateConstraints({ make in + make.height.equalTo(0) + }) + }else{ + cell?.acceptButton.snp.updateConstraints({ make in + make.height.equalTo(auto(30)) + }) + } return cell! } @@ -712,6 +749,20 @@ extension RescuePendingDispatchController : UITableViewDelegate,UITableViewDataS self?.navigationController?.pushViewController(vc, animated: true) }) .disposed(by: cell!.disposeBag) + + if USERP.canWaitdispatchBtn == true { + cell?.dispatchButton.isHidden = false + cell?.dispatchButton.snp.updateConstraints({ make in + make.right.equalTo(auto(10)) + make.width.equalTo(auto(80)) + }) + }else{ + cell?.dispatchButton.isHidden = true + cell?.dispatchButton.snp.updateConstraints({ make in + make.right.equalTo(0) + make.width.equalTo(0) + }) + } return cell! } @@ -800,6 +851,44 @@ extension RescueIsIngController : UITableViewDelegate,UITableViewDataSource { WEBTOOL.open(name: .reporting,appending: "&queryType=\(OrderTypeEnum.TO_RESCUE.rawValue)&userOrderId=\(model.userOrderId)&orderCode=\(model.orderCode)") }) .disposed(by: cell!.disposeBag) + + if USERP.canWaitModifyDispatchBtn == true { + cell?.dispatchButton.isHidden = false + cell?.dispatchButton.snp.updateConstraints({ make in + make.right.equalTo(cell!.reportButton.snp.left).offset(-auto(10)) + make.width.equalTo(auto(80)) + }) + }else{ + cell?.dispatchButton.isHidden = true + cell?.dispatchButton.snp.updateConstraints({ make in + make.right.equalTo(cell!.reportButton.snp.left).offset(0) + make.width.equalTo(0) + }) + } + + if USERP.canSupplierRemarkBtn == true { + cell?.reportButton.isHidden = false + cell?.reportButton.snp.updateConstraints({ make in + make.width.equalTo(auto(80)) + make.right.equalTo(-auto(10)) + }) + }else{ + cell?.reportButton.isHidden = true + cell?.reportButton.snp.updateConstraints({ make in + make.width.equalTo(0) + make.right.equalTo(0) + }) + } + + if USERP.canWaitModifyDispatchBtn == false && USERP.canSupplierRemarkBtn == false { + cell?.reportButton.snp.updateConstraints({ make in + make.height.equalTo(0) + }) + }else{ + cell?.reportButton.snp.updateConstraints({ make in + make.height.equalTo(auto(30)) + }) + } return cell! } @@ -1240,7 +1329,8 @@ class RescuePendingOrderCell : DDTableViewCell { refuseButton.snp.makeConstraints { make in make.right.equalTo(acceptButton.snp.left).offset(-auto(10)) make.top.equalTo(acceptButton) - make.width.height.equalTo(acceptButton) + make.width.equalTo(auto(80)) + make.height.equalTo(auto(30)) } } @@ -1528,7 +1618,8 @@ class RescuePendingDispatchCell : DDTableViewCell { contactButton.snp.makeConstraints { make in make.right.equalTo(dispatchButton.snp.left).offset(-auto(10)) make.top.equalTo(dispatchButton) - make.width.height.equalTo(dispatchButton) + make.width.equalTo(auto(80)) + make.height.equalTo(auto(30)) } } @@ -1725,7 +1816,8 @@ class RescueIsIngCell : DDTableViewCell { dispatchButton.snp.makeConstraints { make in make.right.equalTo(reportButton.snp.left).offset(-auto(10)) make.top.equalTo(reportButton) - make.width.height.equalTo(reportButton) + make.width.equalTo(auto(80)) + make.height.equalTo(auto(30)) } } diff --git a/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift b/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift index c4512c5..55f67b7 100644 --- a/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift +++ b/OrderScheduling/ReviewFailed/ViewController/ReviewFailedController.swift @@ -122,6 +122,13 @@ extension ReviewFailedController { self?.reviewFailedView.tableView.mj_header?.beginRefreshing() }) .disposed(by: disposeBag) + + USERP.userPermissionRelay + .observe(on: MainScheduler.instance) + .subscribe(onNext: {[weak self] _ in + self?.reviewFailedView.tableView.reloadData() + }) + .disposed(by: disposeBag) } } @@ -161,6 +168,12 @@ extension ReviewFailedController : UITableViewDelegate,UITableViewDataSource { self?.navigationController?.pushViewController(vc, animated: true) }) .disposed(by: cell!.disposeBag) + + if USERP.canSupplierAuditUploadPhotoBtn == true { + cell?.additionalButton.isHidden = false + }else{ + cell?.additionalButton.isHidden = true + } return cell! } } diff --git a/OrderScheduling/Strings/CommonKeyStrings.swift b/OrderScheduling/Strings/CommonKeyStrings.swift index 803c2e1..18d7646 100644 --- a/OrderScheduling/Strings/CommonKeyStrings.swift +++ b/OrderScheduling/Strings/CommonKeyStrings.swift @@ -22,6 +22,16 @@ public let pushNoti_taskCode_key = "taskCode" public let pushNoti_newOrder_key = "新订单" +public let pushNoti_broadcastKeywords_key = "broadcastKeywords" + +public let pushNoti_isShowPop_key = "isShowPop" + +public let pushNoti_titleContent_key = "titleContent" + +public let pushNoti_confirmButtonText_key = "confirmButtonText" + +public let pushNoti_cancelButtonText_key = "cancelButtonText" + // 本地音频的键 public let juheNewOrderAudio_key = "juheNewOrderAudio.wav" diff --git a/OrderScheduling/Strings/EntryStrings.swift b/OrderScheduling/Strings/EntryStrings.swift index de823f2..21a964d 100644 --- a/OrderScheduling/Strings/EntryStrings.swift +++ b/OrderScheduling/Strings/EntryStrings.swift @@ -18,3 +18,5 @@ public let appUpdateEntry = "appUpdateEntry" public let notificationAuthViewEntry = "notificationAuthViewEntry" public let acceptOrderViewEntry = "acceptOrderViewEntry" + +public let pushNotiCommonViewEntry = "pushNotiCommonViewEntry" diff --git a/OrderSchedulingNotificationService/.DS_Store b/OrderSchedulingNotificationService/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/OrderSchedulingNotificationService/.DS_Store differ diff --git a/OrderSchedulingNotificationService/NotificationService.swift b/OrderSchedulingNotificationService/NotificationService.swift index 9778735..7f67ab5 100644 --- a/OrderSchedulingNotificationService/NotificationService.swift +++ b/OrderSchedulingNotificationService/NotificationService.swift @@ -19,6 +19,11 @@ class NotificationService: UNNotificationServiceExtension { if let bestAttemptContent = bestAttemptContent { // Modify the notification content here... + JPushNotificationExtensionService.jpushSetAppkey(JPushKey) + JPushNotificationExtensionService.jpushReceive(request) { + contentHandler(request.content) + } + let userInfo = bestAttemptContent.userInfo if let dict = GROUP.parserAlertToDictionary(userInfo: userInfo) { @@ -46,16 +51,23 @@ class NotificationService: UNNotificationServiceExtension { bestAttemptContent.sound = sound GROUP.setBestAttemptContentUserInfo(bestAttemptContentUserInfo: userInfo) + contentHandler(bestAttemptContent) }else{ - bestAttemptContent.sound = .default + if let isShowPop = (userInfo[pushNoti_broadcastKeywords_key] as? Bool), isShowPop == true { + if let userInfo = GROUP.bestAttemptContentUserInfo,GROUP.isOrderPushNotification(userInfo: userInfo) == true { + }else{ + GROUP.setBestAttemptContentUserInfo(bestAttemptContentUserInfo: userInfo) + } + } + + if let broadcastKeywords = (userInfo[pushNoti_broadcastKeywords_key] as? String),broadcastKeywords.isEmpty == false { + bestAttemptContent.sound = .default + contentHandler(bestAttemptContent) + }else{ + bestAttemptContent.sound = .default + contentHandler(bestAttemptContent) + } } - - JPushNotificationExtensionService.jpushSetAppkey(JPushKey) - JPushNotificationExtensionService.jpushReceive(request) { - contentHandler(request.content) - } - - contentHandler(bestAttemptContent) } } @@ -63,6 +75,20 @@ class NotificationService: UNNotificationServiceExtension { // Called just before the extension will be terminated by the system. // Use this as an opportunity to deliver your "best attempt" at modified content, otherwise the original push payload will be used. if let contentHandler = contentHandler, let bestAttemptContent = bestAttemptContent { + let userInfo = bestAttemptContent.userInfo + + if let dict = GROUP.parserAlertToDictionary(userInfo: userInfo) { + if let title = dict[pushNoti_title_key] { + bestAttemptContent.title = title + } + if let body = dict[pushNoti_body_key] { + bestAttemptContent.body = body + } + }else if let body = GROUP.parserAlertToString(userInfo: userInfo) { + bestAttemptContent.body = body + } + + bestAttemptContent.sound = .default contentHandler(bestAttemptContent) } } diff --git a/Podfile.lock b/Podfile.lock index 55d6786..fd899e4 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -23,7 +23,7 @@ PODS: - BRPickerView/StringPickerView (2.8.1): - BRPickerView/Base - CocoaDebug (1.7.7) - - DDAudioPlayerKit_Private (0.1.0) + - DDAudioPlayerKit_Private (0.1.3) - DDAutoUIKit_Private (0.1.3) - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation (0.3.2) - DDBasicControlsKit_Private/DDBaseAttributedString (0.3.2): @@ -374,7 +374,7 @@ SPEC CHECKSUMS: AMapTrack-NO-IDFA: 7109cf1867f5d6c407c8191492b1f73101e1682e BRPickerView: 2531a2d4d0fea0b57a1c738de215af0f88863a2f CocoaDebug: b38d31464b91a9775928f8667d114db07b136565 - DDAudioPlayerKit_Private: b18c9b8b4ee2d421227895edac27b2a799fcdb0d + DDAudioPlayerKit_Private: b727c241c5cd06f09d64bb2b3d5682b6e9eb8165 DDAutoUIKit_Private: 188066b4d13c8096676ddd9efa15974238f6dca3 DDBasicControlsKit_Private: d3aebc505eaac273a8f6b85238662ad6e64a1a08 DDCategoryKit_Private: 19d515c43d5e9c4ee80b8ccf3fb8ab40368b8668 @@ -404,6 +404,6 @@ SPEC CHECKSUMS: SwiftEntryKit: 61b5fa36f34a97dd8013e48a7345bc4c4720be9a ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: 4a6b876956d7d3482deecd88ffe2bf250614e00b +PODFILE CHECKSUM: 8b73e7b8269156e4fa26d46c40f768817fa76230 COCOAPODS: 1.11.3 diff --git a/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDAudioService.swift b/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDAudioService.swift index ae6ad81..a885689 100644 --- a/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDAudioService.swift +++ b/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDAudioService.swift @@ -7,75 +7,124 @@ import Foundation import AVFoundation +//import DDLogKit_Private public let DDAS = DDAudioService.default open class DDAudioService { public static let `default` = DDAudioService() + private var items : [DDAudioServiceItem] = [] - private var audioSoundID : SystemSoundID = 0 - private var vibrateSoundID : SystemSoundID = 0 - private var audioNumberOfLoops : Int = 0 - private var vibrateNumberOfLoops : Int = 0 - private var endSound : Bool = false - private var endVibrate : Bool = false - - public func playSoundWithVibrate(audioUrl:URL,numberOfLoops:Int = 1) { - playVibrate(numberOfLoops: -1) - playSound(audioUrl: audioUrl,numberOfLoops: numberOfLoops) {[weak self] in - self?.stopSound() - self?.stopVibrate() + public func playSoundWithVibrate(audioUrl:URL,name:String,numberOfLoops:Int = 1,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil,endCompletionBlock: (() -> Void)? = nil) { + let item = DDAudioServiceItem(name: name) + items.append(item) + item.playSoundWithVibrate(audioUrl: audioUrl,numberOfLoops: numberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) + } + + public func playSound(audioUrl:URL,name:String,numberOfLoops:Int = 1,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil,endCompletionBlock: (() -> Void)? = nil) { + let item = DDAudioServiceItem(name: name) + items.append(item) + item.playSound(audioUrl: audioUrl,numberOfLoops: numberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) + } + + public func playVibrate(name:String,numberOfLoops:Int = 1,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil,endCompletionBlock: (() -> Void)? = nil) { + let item = DDAudioServiceItem(name: name) + items.append(item) + item.playVibrate(numberOfLoops: numberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) + } + + public func stopSoundWithVibrate(name:String) { + if items.contains(where: { item in + item.name == name + }) == true { + if let index = items.firstIndex(where: { item in + item.name == name + }) { + let item = items[index] + item.stopSoundWithVibrate {[weak self] in + self?.items.remove(at: index) + } + } } } - public func stopSoundWithVibrate() { - stopSound() - stopVibrate() + public func stopSound(name:String) { + if items.contains(where: { item in + item.name == name + }) == true { + if let index = items.firstIndex(where: { item in + item.name == name + }) { + let item = items[index] + item.stopSound {[weak self] in + self?.items.remove(at: index) + } + } + } } - public func playSound(audioUrl:URL,numberOfLoops:Int = 1, endCompletionBlock: (() -> Void)? = nil) { - self.audioNumberOfLoops = numberOfLoops + public func stopVibrate(name:String) { + if items.contains(where: { item in + item.name == name + }) == true { + if let index = items.firstIndex(where: { item in + item.name == name + }) { + let item = items[index] + item.stopVibrate {[weak self] in + self?.items.remove(at: index) + } + } + } + } +} + +open class DDAudioServiceItem { + fileprivate var name : String + private var audioSoundID : SystemSoundID = 0 + private var vibrateSoundID : SystemSoundID = 0 + private var endSound : Bool = false + private var endVibrate : Bool = false + private var stopSoundCompletionHander : (() -> Void)? + private var stopVibrateCompletionHander : (() -> Void)? + + init(name:String) { + self.name = name + } + + public func playSoundWithVibrate(audioUrl:URL,numberOfLoops:Int = 1,timeInterval:TimeInterval = 0, eachLoopCompletionBlock: (() -> Void)? = nil,endCompletionBlock: (() -> Void)? = nil) { + playVibrate(numberOfLoops: -1) + playSound(audioUrl: audioUrl,numberOfLoops: numberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock) {[weak self] in + self?.stopVibrate { + if endCompletionBlock != nil { + endCompletionBlock!() + } + } + } + } + + public func stopSoundWithVibrate(completionHander:@escaping (() -> Void)) { + stopSound {[weak self] in + self?.stopVibrate { + completionHander() + } + } + } + + public func playSound(audioUrl:URL,numberOfLoops:Int = 1,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil,endCompletionBlock: (() -> Void)? = nil) { var audioSoundID:SystemSoundID = 0 AudioServicesCreateSystemSoundID(audioUrl as CFURL, &audioSoundID) self.audioSoundID = audioSoundID DispatchQueue.global().async {[weak self] in - self?.playSound(audioSoundID: audioSoundID,leftNumberOfLoops: numberOfLoops,endCompletionBlock: { - if endCompletionBlock != nil { - endCompletionBlock!() - } - }) + self?.playSound(audioSoundID: audioSoundID,leftNumberOfLoops: numberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) } } - public func playVibrate(numberOfLoops:Int = 1, endCompletionBlock: (() -> Void)? = nil) { - self.audioNumberOfLoops = numberOfLoops - - var vibrateSoundID : SystemSoundID = 0 - vibrateSoundID = kSystemSoundID_Vibrate - self.vibrateSoundID = vibrateSoundID - DispatchQueue.global().async {[weak self] in - self?.playVibrate(vibrateSoundID: vibrateSoundID, leftNumberOfLoops: numberOfLoops,endCompletionBlock: { - if endCompletionBlock != nil { - endCompletionBlock!() - } - }) - } - } - - public func stopSound() { - endSound = true - AudioServicesDisposeSystemSoundID(audioSoundID) - } - - public func stopVibrate() { - endVibrate = true - AudioServicesDisposeSystemSoundID(vibrateSoundID) - } - - private func playSound(audioSoundID:SystemSoundID,leftNumberOfLoops:Int,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil, endCompletionBlock: (() -> Void)? = nil) { + private func playSound(audioSoundID:SystemSoundID,leftNumberOfLoops:Int,timeInterval:TimeInterval,eachLoopCompletionBlock: (() -> Void)?, endCompletionBlock: (() -> Void)?) { var changeLeftNumberOfLoops = leftNumberOfLoops AudioServicesPlaySystemSoundWithCompletion(audioSoundID) {[weak self] in + // 每次loop后回调 if eachLoopCompletionBlock != nil { eachLoopCompletionBlock!() } @@ -83,22 +132,61 @@ open class DDAudioService { // 当前的剩余为0就结束 changeLeftNumberOfLoops-=1 if changeLeftNumberOfLoops == 0 || self?.endSound == true { - self?.stopSound() - if endCompletionBlock != nil { + // 结束播放 + AudioServicesDisposeSystemSoundID(audioSoundID) +// DDLog(message: "name = \(self?.name ?? "")的sound播放结束") + + // 清除数据 + self?.audioSoundID = 0 + self?.endSound = false + + // stop后回调 + if self?.stopSoundCompletionHander != nil { + self?.stopSoundCompletionHander!() + }else if endCompletionBlock != nil { + // play所有loops后回调 endCompletionBlock!() } - print("sound播放结束") }else{ DispatchQueue.global().asyncAfter(deadline: .now() + timeInterval, execute: { - self?.playSound(audioSoundID: audioSoundID, leftNumberOfLoops: changeLeftNumberOfLoops,timeInterval: timeInterval) + self?.playSound(audioSoundID: audioSoundID, leftNumberOfLoops: changeLeftNumberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) }) } } } - private func playVibrate(vibrateSoundID:SystemSoundID,leftNumberOfLoops:Int,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil, endCompletionBlock: (() -> Void)? = nil) { + public func stopSound(completionHandler:@escaping (() -> Void)) { + stopSoundCompletionHander = completionHandler + + // 先尝试关闭 + let status = AudioServicesDisposeSystemSoundID(audioSoundID) +// DDLog(message: "sound dispose status = \(status)") + if status != 0 { + // 假如没有关闭成功的话会来到结束 + endSound = true + }else { + audioSoundID = 0 +// DDLog(message: "name = \(name)的sound播放结束") + completionHandler() + } + } + + + public func playVibrate(numberOfLoops:Int = 1,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil,endCompletionBlock: (() -> Void)? = nil) { + self.endVibrate = false + + var vibrateSoundID : SystemSoundID = 0 + vibrateSoundID = kSystemSoundID_Vibrate + self.vibrateSoundID = vibrateSoundID + DispatchQueue.global().async {[weak self] in + self?.playVibrate(vibrateSoundID: vibrateSoundID, leftNumberOfLoops: numberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) + } + } + + private func playVibrate(vibrateSoundID:SystemSoundID,leftNumberOfLoops:Int,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)?, endCompletionBlock: (() -> Void)?) { var changeLeftNumberOfLoops = leftNumberOfLoops AudioServicesPlayAlertSoundWithCompletion(vibrateSoundID) {[weak self] in + // 每次loop后回调 if eachLoopCompletionBlock != nil { eachLoopCompletionBlock!() } @@ -106,17 +194,43 @@ open class DDAudioService { // 当前的剩余为0就结束 changeLeftNumberOfLoops-=1 if changeLeftNumberOfLoops == 0 || self?.endVibrate == true { - self?.stopVibrate() - if endCompletionBlock != nil { + // 结束 + AudioServicesDisposeSystemSoundID(vibrateSoundID) +// DDLog(message: "name = \(self?.name ?? "")的vibrate播放结束") + + // 清除数据 + self?.vibrateSoundID = 0 + self?.endVibrate = false + + // stop后的回调 + if self?.stopVibrateCompletionHander != nil { + self?.stopVibrateCompletionHander!() + }else if endCompletionBlock != nil { + // play完所有loops后回调 endCompletionBlock!() } - print("vibrate播放结束") }else{ DispatchQueue.global().asyncAfter(deadline: .now() + timeInterval, execute: { - self?.playVibrate(vibrateSoundID: vibrateSoundID, leftNumberOfLoops: changeLeftNumberOfLoops,timeInterval: timeInterval) + self?.playVibrate(vibrateSoundID: vibrateSoundID, leftNumberOfLoops: changeLeftNumberOfLoops,timeInterval: timeInterval,eachLoopCompletionBlock: eachLoopCompletionBlock,endCompletionBlock: endCompletionBlock) }) } } } + + public func stopVibrate(completionHandler:@escaping (() -> Void)) { + stopVibrateCompletionHander = completionHandler + + // 先尝试关闭 + let status = AudioServicesDisposeSystemSoundID(vibrateSoundID) +// DDLog(message: "vibrate dispose status = \(status)") +// if status != 0 { +// // 假如没有关闭成功的话会来到结束 + endVibrate = true +// }else{ +// vibrateSoundID = 0 +// DDLog(message: "name = \(name)的vibrate播放结束") +// completionHandler() +// } + } } diff --git a/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift b/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift new file mode 100644 index 0000000..84d796b --- /dev/null +++ b/Pods/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift @@ -0,0 +1,93 @@ +// +// DDSpeechSynthesizer.swift +// DDAudioPlayerKit_Private +// +// Created by 中道 on 2023/9/5. +// + +import Foundation +import AVFoundation + +public let DDSS = DDSpeechSynthesizer.default + +open class DDSpeechSynthesizer { + public static let `default` = DDSpeechSynthesizer() + private var items : [DDSpeechSynthesizerItem] = [] + + public func play(text:String,name:String,numberOfLoops:Int = 1,timeInterval:TimeInterval = 0,eachLoopCompletionBlock: (() -> Void)? = nil, endCompletionBlock: (() -> Void)? = nil) { + let item = DDSpeechSynthesizerItem(name: name) + items.append(item) + item.play(text: text,numberOfLoops:numberOfLoops,timeInterval:timeInterval,eachLoopCompletionBlock:eachLoopCompletionBlock,endCompletionBlock:endCompletionBlock) + } + + public func stop(name:String) { + if items.contains(where: { item in + item.name == name + }) == true { + if let index = items.firstIndex(where: { item in + item.name == name + }) { + let item = items[index] + item.stop() + items.remove(at: index) + } + } + } +} + +class DDSpeechSynthesizerItem: NSObject, AVSpeechSynthesizerDelegate { + private var synthesizer : AVSpeechSynthesizer? + private var utterance : AVSpeechUtterance? + public var name : String + private var numberOfLoops : Int = 0 + private var timeInterval : TimeInterval = 0 + private var eachLoopCompletionBlock : (() -> Void)? + private var endCompletionBlock : (() -> Void)? + + init(name:String) { + self.name = name + } + + func play(text:String,numberOfLoops:Int,timeInterval:TimeInterval,eachLoopCompletionBlock: (() -> Void)?, endCompletionBlock: (() -> Void)?) { + self.numberOfLoops = numberOfLoops + self.timeInterval = timeInterval + self.eachLoopCompletionBlock = eachLoopCompletionBlock + self.endCompletionBlock = endCompletionBlock + + synthesizer = AVSpeechSynthesizer() + synthesizer?.delegate = self + utterance = AVSpeechUtterance(string: text) + utterance?.voice = AVSpeechSynthesisVoice(language: "zh-Hans") + utterance?.rate = AVSpeechUtteranceDefaultSpeechRate + if let utterance { + synthesizer?.speak(utterance) + } + } + + public func speechSynthesizer(_ synthesizer: AVSpeechSynthesizer, didFinish utterance: AVSpeechUtterance) { + if eachLoopCompletionBlock != nil { + eachLoopCompletionBlock!() + } + + numberOfLoops-=1 + + if numberOfLoops == 0 { + if endCompletionBlock != nil { + endCompletionBlock!() + } + }else{ + DispatchQueue.global().asyncAfter(deadline: .now() + timeInterval, execute: {[weak self] in + if let utterance = self?.utterance { + self?.synthesizer?.speak(utterance) + } + }) + } + } + + func stop() { + synthesizer?.stopSpeaking(at: .immediate) + synthesizer?.delegate = nil + synthesizer = nil + utterance = nil + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 55d6786..fd899e4 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -23,7 +23,7 @@ PODS: - BRPickerView/StringPickerView (2.8.1): - BRPickerView/Base - CocoaDebug (1.7.7) - - DDAudioPlayerKit_Private (0.1.0) + - DDAudioPlayerKit_Private (0.1.3) - DDAutoUIKit_Private (0.1.3) - DDBasicControlsKit_Private/DDBaseAnimation/DDTransitionAnimation (0.3.2) - DDBasicControlsKit_Private/DDBaseAttributedString (0.3.2): @@ -374,7 +374,7 @@ SPEC CHECKSUMS: AMapTrack-NO-IDFA: 7109cf1867f5d6c407c8191492b1f73101e1682e BRPickerView: 2531a2d4d0fea0b57a1c738de215af0f88863a2f CocoaDebug: b38d31464b91a9775928f8667d114db07b136565 - DDAudioPlayerKit_Private: b18c9b8b4ee2d421227895edac27b2a799fcdb0d + DDAudioPlayerKit_Private: b727c241c5cd06f09d64bb2b3d5682b6e9eb8165 DDAutoUIKit_Private: 188066b4d13c8096676ddd9efa15974238f6dca3 DDBasicControlsKit_Private: d3aebc505eaac273a8f6b85238662ad6e64a1a08 DDCategoryKit_Private: 19d515c43d5e9c4ee80b8ccf3fb8ab40368b8668 @@ -404,6 +404,6 @@ SPEC CHECKSUMS: SwiftEntryKit: 61b5fa36f34a97dd8013e48a7345bc4c4720be9a ZLPhotoBrowser: 0563c2bfc7b247b65d023d646012f46cba94101b -PODFILE CHECKSUM: 4a6b876956d7d3482deecd88ffe2bf250614e00b +PODFILE CHECKSUM: 8b73e7b8269156e4fa26d46c40f768817fa76230 COCOAPODS: 1.11.3 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 1e80120..a08b232 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -13,8 +13,8 @@ buildPhases = ( ); dependencies = ( - FA5E781C37631ED1017D5E1D0B553DD9 /* PBXTargetDependency */, - 85E210701407A31AAEA411DD9FD7A705 /* PBXTargetDependency */, + 6BA0BEDC0BB83E232777F2B35D1AEB3A /* PBXTargetDependency */, + 28E9CE383AD6D8667655744FEDA804D3 /* PBXTargetDependency */, ); name = "AMapTrack-NO-IDFA"; }; @@ -24,7 +24,7 @@ buildPhases = ( ); dependencies = ( - A1B55DD99824428B91A5B1ECF98046F1 /* PBXTargetDependency */, + DF727E21E8888F65063A8FF793AC3AAF /* PBXTargetDependency */, ); name = "AMapLocation-NO-IDFA"; }; @@ -34,7 +34,7 @@ buildPhases = ( ); dependencies = ( - 7B1224F1300B0270854465C5FC65D11F /* PBXTargetDependency */, + FDEDC3EA6515313E1433674E39B671AE /* PBXTargetDependency */, ); name = "AMapSearch-NO-IDFA"; }; @@ -45,7 +45,7 @@ D73EEB9F3069F731FAED740B7B5491BD /* [CP] Copy XCFrameworks */, ); dependencies = ( - BCDBF13AE95DE3A2CDD15937AB852BD9 /* PBXTargetDependency */, + DDBDE14816223D813E7B195BD3F5F74C /* PBXTargetDependency */, ); name = JPush; }; @@ -84,3493 +84,3498 @@ buildPhases = ( ); dependencies = ( - 3BBA8E0128B17F5099C1E7328E299A1C /* PBXTargetDependency */, + 8EFC48C236F74BF15B991E75ED92EEA8 /* PBXTargetDependency */, ); name = "AMapNavi-NO-IDFA"; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 001D1616C8940B8F237BAF4B3842CCF7 /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947B736C6302AA3B25A79C5AEE16F940 /* EKFormMessageView.swift */; }; - 0028AB23BD985EFD09ECA44A848AA90E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C1FEB9477C1BA5993EA87E329D88F2 /* EntryCachingHeuristic.swift */; }; - 003918D36A5765343F1FAB5CD53160AB /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F803298370B7E0F98FA20AC9E3F1630E /* ObserverType.swift */; }; - 00624B396C2A2E0E60063640719AA457 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16DAE2405AA7292247B80C9B21D719D7 /* LockOwnerType.swift */; }; - 00E617A5A3488D348913461872C1B110 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB3D7D33F6851AEC5A3A2DC1AE7CBA7E /* ZFKVOController.m */; }; - 013BFA329ACD302E4E8CFCC4904E4F0C /* _BacktraceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A5F19476E2181D453018ACC203C152C3 /* _BacktraceLogger.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0184836F68D559B44CF2305521C97B44 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3BE15B5AF54608AC9FDBD936D1CD507 /* ZLTextStickerView.swift */; }; - 0195B164DD9FA0DAA663F438EB8B0CA5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A67985DE92DF6D243ED92B69714634C /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01B1F679DB9C17B48EF0AEDA9DB1F6BC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB5AED4E0E34C321B6B0FC045FB50E1 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E07D16FE7B8B5B61135434E43C3D3D /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B236A480C1858B1E73C3BFB7F0D5E8B /* SDWebImageCacheSerializer.m */; }; - 01E69586FB0238A5ADBA53DE1F040D74 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D1D68CE6D478AB9A9ED64A9CCD779 /* StartWith.swift */; }; - 01EE603EA56A541E67C41C4667ADA908 /* _CanonicalRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 71965EEE4DDC125CD5C4A68CF9CD0E01 /* _CanonicalRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 024AA98B00121D9667D1C777C1D71DE9 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54FA37AC1D0BF92297C6F1692389F1D6 /* ConstraintInsets.swift */; }; - 02534371564A8DCB2D8F5CF4FEBD1413 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 996660F3AEBFE9B0C55581213B9E8EFE /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02822AA5CBC58141D74D1F0EB044D7D4 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EEC6C121265DD23E5F6E56085E1C090 /* Skip.swift */; }; - 03F9201B022B6B8F4AECD14F7359FC32 /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17EB3E1E4C05BE5D30ED569F9A951451 /* ZLEnlargeButton.swift */; }; - 041C0B9F468DAB0FAAB76072B1F8281D /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D1FFEB335AA2518A0C759264939B18 /* InfiniteSequence.swift */; }; - 0465EB835860F2D7825A48079A713127 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47BED3AE61817BCA27A064BA9FE3D502 /* ConstraintMakerExtendable.swift */; }; - 04AAA5B3682FAC9D09283EA52E01E962 /* CocoaDebugDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D68874A644FA29FB42E9E2F120E3CBC /* CocoaDebugDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04AE3CA3907CB4BC8B56B0CA13EB1203 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DD3128B1932922A36D56F6D19CAE4BC /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05270833268494583D6920074FCE2CBD /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 999C613B204ECE074D08C527DD46E092 /* ConstraintAttributes.swift */; }; - 05AA761B3AEA607E904EFA7843437904 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C0BA21D939F381DEA0FA737166CA33 /* SDDeviceHelper.m */; }; - 05BABBCAC0970F62A2945DF891C9DC9B /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA83150AFAB94445D85A02CD913530E /* ZLFetchImageOperation.swift */; }; - 05D26D0469B15DF8F6AFB05EF8B22712 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = F6F5D4F8E2A06285A391FA80DCBBB9DC /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05E7F2B03F14E6348730074E6087725C /* _CrashModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CD0705B92F63E54791C683AE123B70C /* _CrashModel.swift */; }; - 0627923D9D4E389A438542032987B77C /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A4BE9E17926AC2D674F378E2A77BEE /* SDWebImageDownloaderOperation.m */; }; - 068351ADEAB1D821EE0A637D05051647 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCA5408D0A6193C4CDFD7E4F370FD8DD /* Completable.swift */; }; - 06A2696A1E6E483E9FC0FE492178EFE7 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8890E0B2494937CE51C86945F3F6F962 /* SessionDataTask.swift */; }; - 06C5E365B6D8F2297DE16A7426FD6A2D /* NSObject+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = C55EF4C677FFAD1988C1DB196ED25503 /* NSObject+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 075F7EF0396FFF6A88E97028D611822F /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 04598C91C924350D7F4EE27A77058875 /* MAPointAnnotation+DDCategory.m */; }; - 07842AE9C200E3450448D4CE5EC90B20 /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF11C6363CD12CE3655D651C4655E05 /* KVORepresentable+CoreGraphics.swift */; }; - 0787D274E0F44F0AFEE264E394A63FF7 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = C57E79A96112BCD6EA0A4E7F5E4CFF64 /* AnonymousObserver.swift */; }; - 07C75CEEEBD4FAD75B68045458EC4A87 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = EF14A9B1A6C6FEB6EA0A21A5F78E5EFC /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07DD7EEF3184FCD7F41D558FAE757829 /* _DebugConsoleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = C2E5FCEE6148423F6B366AEE19AB67B4 /* _DebugConsoleLabel.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 07E392F599611967F673A8BD40BAC44B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0AF181644C5C7DC5A7E75678DC10A48 /* RxCollectionViewDataSourceType.swift */; }; - 07FB2928E22C59D69AEC76F3C4E108F6 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7377BEF232207DDCBA57EAFD1A14E09 /* PHAsset+ZLPhotoBrowser.swift */; }; - 0843E381D48B6AF5BF9ED463CA5C955E /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 18B20E75074BCA6076066BA39FB3454E /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08618BC667C4A41807D3097E7B24DE74 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1662D3E1ADCC2F18FBE1C92945D63F2A /* Color.swift */; }; - 0896B76AEBD6BF7C94932BDFE8354462 /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC129DE20FC15D38C33BB72D87489AE /* EKAttributes+DisplayMode.swift */; }; - 08C4C48B5491DF1A9649D553D51AFDBC /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A61A51E3D716D4E0619FAB677331207C /* NSObject+Rx+RawRepresentable.swift */; }; - 08F14B504BD90DD29DD65EEB5B6F862E /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BEF8797252485997952F3222D9EC8D9 /* UIFont+ZLPhotoBrowser.swift */; }; - 090E539A686A781DE820DE5F13F2C163 /* _DeviceUtil+Constant.m in Sources */ = {isa = PBXBuildFile; fileRef = 781C4E7E6AF60BABFF5D86D53499F39D /* _DeviceUtil+Constant.m */; }; - 090E7514095D254262AAFDB556B2A092 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B071261A17D80FD9843E61320A8A11A /* SDFileAttributeHelper.m */; }; - 094C2F4D9A6B9F76E5FF3F0006E437FC /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A8105C70ECDF4CFE5D3AFF7923F775 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0988766B219E4F34E9422486B755B8EC /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A25BF9734B25A304D5C5B6B88ABB5F1 /* Cancelable.swift */; }; - 09D841FD4F2A0D1F39A692C2DDFA6147 /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 748960030C36ABF440BA1CE28F9C5EFB /* Materialize.swift */; }; - 09F9F981334170713980DDF8809DB8D5 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A92289E6A48CA8ED893E7B2E62901FC1 /* IQToolbar.swift */; }; - 09FDD7513B55D9A1F614BFEA21B37C45 /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B7DDAE8C191FE2E6FD016FC6CE65AD /* JXCategoryImageCell.m */; }; - 0AB82009E5495FF3657BC47CCBB69E14 /* _CustomHTTPProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA760423511FDC0AB4B4C76BD0A5844 /* _CustomHTTPProtocol.m */; }; - 0B3C9C7F2B37E8A5B61C136CB41C1CD8 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 929396B3C13DD9AC0D752E4CE93A61E9 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B3CB8B0F6A00EC008C0DF3CC323DD2D /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AE3D7BACED7B735ED100166677EE994 /* JXCategoryTitleCellModel.m */; }; - 0B71B7A7EDC041A6A0BB7C127F9DC547 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7216F5AF243D97E74E0D909C97E20606 /* MJRefreshAutoGifFooter.m */; }; - 0B94E75FF2747C7288F1C62CFA5849D8 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 048777CE15449DC35DFDAB4F3F634531 /* UIApplication+EKAppearance.swift */; }; - 0BE239C83EB39393C2217E5B2FF6B218 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CBD012AC6F6E061838D39D139A53FE /* SDAsyncBlockOperation.m */; }; - 0BF7A7E1CC913AD860D53300D62BDB6A /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 32851633BA08A836ACC460464B779055 /* RxSwift-dummy.m */; }; - 0C0D931655251C8565D2D26F6C786DD8 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99B18FCEB19AD03A05F1266DD8B4F130 /* Platform.Linux.swift */; }; - 0C21914CAD223DB4EAB1015C4EB49BA5 /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BAD4D015F9DEEACCA44BE222487C45D /* UIImage+ZLPhotoBrowser.swift */; }; - 0C2D1C8A8F138C1DECC7165DEBB30AA6 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CCE1A2DAB9BC43CDA36FD17B1BF2246 /* AuthenticationChallengeResponsable.swift */; }; - 0C2F5ABC3CF48A67BBC11C6461EC67D4 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 220B08D91C45356936B60DB764408CBD /* DDImageView.swift */; }; - 0C580E892DB90A0E920B62E3ECEA0C09 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E32F05E6704CB27C4F0970E03346DAB /* DDMutableAttributedString.swift */; }; - 0D1B44FC9F42E3CD0D7BC1DB16C97823 /* GPBMessage+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 23FC7EB2D5A56E98EE7EF219D746E075 /* GPBMessage+CocoaDebug.m */; }; - 0D2C4557F6B5B7671B1A5F1E0C6A7E28 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E9C41279E22A264F31E8EB006AF940 /* Buffer.swift */; }; - 0D347F1744785357C1D025A5A8F2CA16 /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDCB13EC8ED90287D8EF26C15BA8046A /* Reduce.swift */; }; - 0D36AA1F6CE436E93F6E77931BB18449 /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = C7E88F18E04BC045B8FFF0615AB2D59C /* UIViewController+ZFPlayerRotation.m */; }; - 0D4389D9CF0EAC5327CCDFF026305798 /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4861B020D7E27F0E8FD84F687AE6E433 /* CALayer+DDCategory.m */; }; - 0D51735A3935C3B666B5D3B705612E5D /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F93A32E9DB2D15D01C4010FC5D07F13 /* Filter.swift */; }; - 0DABF94CD1F51D2C9CE647F2208CBDD3 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ACA5FE33CB355EA0C0B258471B5B900 /* DDMASearch.m */; }; - 0DB9A58537A673D13F83A4C8B2883509 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8687A57AE558794973CBE0EF4EE33A63 /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DDD84CB97DFA910552F2B2957AE9B1E /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44FBDC1D7632810A4180BA6202B06DF4 /* DDNavigationController.swift */; }; - 0DE926C74AFEF0953A45D1C0466B8983 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F52C8799AD5CBC0BD9548829C430967 /* ZFSpeedLoadingView.m */; }; - 0E0AA48C27E14A2A00DEA492873A599C /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8845A0160C13E18380F1AA44F2D9AD /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E1F41CBC22737D14553E4C726516982 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFE88A9C67A3D94369ED21686D1096D1 /* SwiftSupport.swift */; }; - 0E2DB7F0238399F871D828D7969754B1 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 388FE68AF6780C7F5350952D2898C7BF /* EKRatingSymbolsContainerView.swift */; }; - 0E56518E9F1C83990C68DB5F3473FA31 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ED4E9784594D4F0519970E91C9FAD78 /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E950FCAE86D3538201CA74A529883BE /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00F8FEF823DF255B3B1E6AA2118CD7A8 /* Zip.swift */; }; - 0F0C901337398FE4738DE95521DCEB56 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA9C6DD86E226D8238CA88509831E76 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F21C06546210C678354D75C3BC8542A /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB2A39A626A4029B763E1D4FDED93B0 /* InvocableType.swift */; }; - 0F3011DC2A56D1F3C85CB6CC751AC27B /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7D99BD796546135F925EA800285E7E /* BRStringPickerView.m */; }; - 0F3D0046C86EE9D561A825514D92565C /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = ADAD4D1DE58743CB22AC7E7400ECA9DD /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F920FC3CBA6622C2B007441D6D1126D /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 38F0EECECA3502C31B2058880E168F69 /* JXCategoryBaseCell.m */; }; - 0F9BAD6D1148CCA3C71372F9C1A79074 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CC1EBD8EC6B7E7CB973B6900A8161461 /* DDZFPlayerKit_Private-dummy.m */; }; - 0FEEBBB114CAA44F38179853D7AFF599 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = ECEBD105BC3DD54516396EDE38B717BF /* NSMutableParagraphStyle+DDCategory.m */; }; - 10261CB16548E28C871AE58F7FF44A35 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = AED3CD08A920E0938205A4FDC9065D4A /* AVAssetImageDataProvider.swift */; }; - 10345D3B19E401C3F2822074041C0558 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E75E45AA403CB6CF81289D56594E9D0D /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 104C35DFFA5A1426FF8EFF6E63793213 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB09C39369D91A6A5DE6F11CFF58FB1B /* JXCategoryNumberView.m */; }; - 104EA22965200BF741890B104BF71879 /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6019FF29BB187DBD37EE03029AC1CFA4 /* DDTimerObject.m */; }; - 1052FBBB5CC7E4FF4837451F5EF10E33 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10ABC888679086A04C0DC40C758FA4E7 /* KFImageRenderer.swift */; }; - 10C7C630CD0D2A6389C3609E2D562F2B /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = CD23476084FF78183DB58F9F4571F8D9 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10DE5D64EDD01A2176294CC87737263E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 28972A447326ADCBC1C6971066AC8BFF /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 110FF9ECABC7F20FEEC801793B897C94 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB243464AB07C65DCFB6CA6085BF2DEC /* RxPickerViewDelegateProxy.swift */; }; - 1128E2E73320605A26D05E7B01D3BD83 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C7BA52C91D83BC5564C138AC50CBB7 /* ZLAddPhotoCell.swift */; }; - 11752C8C2467387DBD491DF37334B28E /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCE38FE49A0559C11D295016A9231CD /* CombineLatest+Collection.swift */; }; - 11BE6C126EC0BB2F5551407DB20FB4A1 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1056F3A17BDA5E5959DA7C15030700C9 /* Platform.Darwin.swift */; }; - 126F75C66AAE521360A205CC28EDA57C /* _DeviceUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F4DF64ECB98FA5FB17009AFA6CE020 /* _DeviceUtil.m */; }; - 12BCB97CB61CAAB9D2904F5855525A28 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = D457B164D64164DD49B7FF00921C759B /* Switch.swift */; }; - 13068931BA58ED0F422A6FA105220B84 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9961F617D17E7D5855FEDC8D77F4BD28 /* ToArray.swift */; }; - 13AA5156913F0EC843A8AC0B9AC5BFAD /* _Swizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C3C57E1D47F5EC93E2ED3B931584C60 /* _Swizzling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B03D3CC04040B5E30C7FB851B053C0 /* FPSCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803551E564583D1475806B002F6E6763 /* FPSCounter.swift */; }; - 14BC856075DA12C985773806DA200B51 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306B5097D2023FAFEE069E00E5F37E8B /* UIScrollView+Rx.swift */; }; - 14DA7C4D43B4F0AF25CC428A060D954F /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA08CD95F541835B4B5F044AF72AB34E /* Repeat.swift */; }; - 150EBE744426DA643E507BA08A9DE5B7 /* _OCLoggerFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = CB4C7C32EA8F4E1761CC1FBA38460899 /* _OCLoggerFormat.m */; }; - 1511F0539EE313BF002EB0A462E30B65 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A66268B8952B81E9BCE9712BB4DE57 /* QLCompatibility.swift */; }; - 1561BF831B4EC3E3E879298DA74BD7F9 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 299FB9B4E9B6E497E0DD2A24010319FA /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 159496B27D352A38E9ACDE8A3DFAFE1F /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC5BE37C95A46CB43392AFE31C1BF78B /* PublishRelay+Signal.swift */; }; - 159FEA28BF94EA9F386C9B63E6369316 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = E411ECA10BE589677CA268BA72A1461E /* ConstraintLayoutGuide.swift */; }; - 15B922B1EEA26691B65D36B902409E80 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = F90CDD080D5A728041970537B7FF4465 /* SingleAsync.swift */; }; - 15D653A7E1AE2E452BB8CE50ECF09C9A /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = E79B4DB40DF5B8B7F04589135163B8ED /* DDAlamofire.swift */; }; - 1673BE89F9976492F1172C196B430B2F /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC362CD670BE177438B17E4033A32E4 /* ConstraintMakerFinalizable.swift */; }; - 16AED9E453F33B4FB25D6A64A1DBED59 /* _NetworkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FC7F7AB4BB5377E9AD1204B0016F64CD /* _NetworkHelper.m */; }; - 16D426A77790C3AB232AB445469D615F /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBAD8CF2025EAC546A2B1BDB5F16CBF0 /* MemoryStorage.swift */; }; - 1705CAA12E39B9B91D1BD7650CAA3009 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B2D09ECF27C516AB969EF7484D86A5 /* ConstraintLayoutGuide+Extensions.swift */; }; - 1719ADC81CA7D3C14E267ACBDBD7D16F /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = FD1A4D7EA4C0FF50E8CAD03D7DAD5EA0 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1794BC6471BB43DD3FFC2AE3C7037814 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E185B9582FCE815829514B83FF9D6775 /* RedirectHandler.swift */; }; - 17C1D268B746DB73A19B85329F27D317 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B6D8E1F8AC4B30EF47D3CF88CC0E42BD /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17C5A0D12F9BD9AE31B25DE583FDF815 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 219550FC122E9A2EB48E2907A147B61A /* SubscribeOn.swift */; }; - 17CC1C2CF08EF7D5972AB446F165858B /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5FE5029088C339D8B35E78E952AB10E /* RequestModifier.swift */; }; - 1852BF48A0664A571D3474A1421403E2 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EEC9061CA3F1FC21F9DE4E49BABE5C /* SessionDelegate.swift */; }; - 18A97E86B886DAA53D8D79BB9AFD0E95 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 878D059B0D422EFDF67AC71FF87E455D /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18FFEFC84AF85E9A5B79D6B9BFFE9532 /* _DeviceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F13DD16495EEB7383D65B0DE3777908 /* _DeviceUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1951974553555FDD604E274748E45DD8 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E2AC33E168E15B298D69C9A5A28FFB /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1959CE0EF85451D85EF2F519432A403B /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54AD63E8A96A371B44C02911303E7964 /* ConnectableObservableType.swift */; }; - 19852C32598DF9170B3E4DEF382C3532 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FBCF4CFD0559F4FACD728FB60254A36 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19A0C6679F5D96EA2729433D67445583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = DA45655B3BFCB73542F94FBC8B5EB767 /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19E22194C82328ADFCB3B3E8AA23CA2E /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E39FACA6E84ACD9E9587DCB289AAF448 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A27EABDB2399A0ECC0F9259AE5A6065 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = CBDAFA119CAB9C629F8B5A98C33C7B3B /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A47EBBCEC8DDE7E8EA1C71FEC2BE256 /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C83AC7F2ED122D158BDD8D973D21481 /* EKEntryView.swift */; }; - 1AD438429DD404040E78321648906FEB /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF18A1ECEBC50B64292A3336D415802A /* EKXStatusBarMessageView.swift */; }; - 1B00CCE61A30E081B712406C0B86CDD5 /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2063E9191E5EAF488A97AD44F56C1D /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B14413AC423A8EA118F471367F31900 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D0C20AC4A893B15D09BD0341E8D24D0 /* Runtime.swift */; }; - 1B1B633EDA5F226F9B2847CF23022DCE /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = A25C6F0E6D20CBD7EA25A7DE82A4FAB4 /* Debugging.swift */; }; - 1B1F0477E626D72E108F4E670DB7ED7C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B9F7456C68F2389F9444451A8FBD60 /* SDWebImageTransition.m */; }; - 1B641CAE5F13D776CBF39C4BEF9A70CC /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6854CC4379010F0C20D40BCBCFF19234 /* DDMANaviManager.m */; }; - 1B9B8CB7EFF73C7A513D79EE43AEDED8 /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07BC3EDED98A9C30DEE8EDBC8C49B4A5 /* EKAttributes+BackgroundStyle.swift */; }; - 1BE58458BF3CBB08C4462A35923A0BF8 /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FD110744D980000542053E9BB4F6FEE /* ObservableType.swift */; }; - 1BE94E6045C39A801177EFCA0C3366CD /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EECC4DA7562CF2E29F1756C668A94C0 /* SharedSequence+Operators+arity.swift */; }; - 1BF401B5CF91DEEF71FF25C31286C319 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 844076CDF6F95524D9740536DE597A50 /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C5F07B42EB43C301039536EDF55A7C8 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87A636305F55B4193ADAAD0F3EDC82E2 /* DDMAMapView.m */; }; - 1C72C41FD44D62F3D4DA2F1B3D218B70 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F1CDA85549F310B76E79023A2E3B0A /* TailRecursiveSink.swift */; }; - 1C8CCE9DD6431F5D404A6B513193B95B /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED7E15AE0A194F9FC49B5CB011F3E585 /* SchedulerServices+Emulation.swift */; }; - 1C8E6F4C2966C17FFDE1E393D2B2C52B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D28547BA2899F7E20BA891DC0869FF30 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1CF914EE045065FC260282EACEB39A47 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A90A6C06187882A5DD32BF62420DEE /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D029DD0697E9DA5079F55DEE0C53D99 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C7E32A37D053CCD582A61509540978 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D1A187CC0745781EDF0CF7D872B1B48 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED517D8551A05FB319503D5EBE74D44 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D872C7E6CFFB616D9C2AE9A818CE105 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FF026286CC33ACD6E58EEC6812A1EF8D /* SDImageCacheConfig.m */; }; - 1DA222E020C537DB077E2916692EF40B /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7F4F9CDF62C0846F5F5198499E25BAE /* CurrentThreadScheduler.swift */; }; - 1E3E0526C3415FC308F6A39B1A707C73 /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ECC1CFAF7F7F94D4BEA17650D3BEBB8 /* DDTextView.swift */; }; - 1E3F1F8CAD8E1C4F26997685B78BBD26 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FDA3F7F7AD59FD9728C33CD690CADC9 /* BehaviorSubject.swift */; }; - 1E61297846D7A69909C47217B93B71D3 /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4151E4B1A98BD20FBBA05B269CEC3D /* ObservableConvertibleType.swift */; }; - 1E6F507B7333AC0C2EF6B6308DD6292F /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = DA7723343606DB94300D7CABEEC931C5 /* SDWebImageCompat.m */; }; - 1E7D3862EC665AB79BB541CF6F00801F /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BF97B625C2DAB4A96AAEFEECD7076E /* Timer.swift */; }; - 1EC020C895DBB3F41B8F38DC6B184DE2 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FD19BAA57D6D2F89EAF59C5CE2673EC /* SDGraphicsImageRenderer.m */; }; - 1EF6941565F1A4B36DF833813DA9E825 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D524906AF89C104711EC3EAB52B1041C /* BRAddressModel.m */; }; - 1F21967BAC4672B06837790CF2EA6287 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = F77601C6B6E656F149C6EC74A7D781C9 /* DDBaseTextView.m */; }; - 1F3910187870605E2473B117E631E6C3 /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A81C05D1CBAACE09A623FFC12B2910B6 /* DDBaseButton.m */; }; - 1F45EB055DE648E034F3E56804F6499A /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A582DA9EEE16260A1978792FC5C8EEE /* DDBaseImageView.m */; }; - 1F6F77F98F7B208FD65CB90C0AEA6A17 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 555AC2D8DC026900B91FD2906E79BFBB /* DDTextField.swift */; }; - 20043137ECCF7FD651E5D5067CB8ED3D /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25A8E9EF72D728BBB7654A49861F5F0C /* PublishRelay.swift */; }; - 205D4F61CB9ED1CE451C27D5950DE9F2 /* CrashListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A8EAF636BB07C51C4ED55F239858CD3 /* CrashListViewController.swift */; }; - 20624FD8D76D790F3E133497F0AB1815 /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 577FA7A5EA46FFE67C8286A291B00306 /* TextInput.swift */; }; - 208C28BB20B74966180E09F143D05703 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C71851C72F3AD0940858B0BD5A7C205 /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21512C78C6B356E2C228D9BFC7481794 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01E4FAFE87F8BBD90D18537F26A7A20C /* IQTextView.swift */; }; - 218CD2971995C4270CE6C0FD6F7FD1D3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE6A952C3275E956AD27221C641220DF /* MultipartFormData.swift */; }; - 21BBCC480DCFFDA1A130CB3F1A89D5B0 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D8C8FF1C95657CBA45ED86F902B75C /* NSTextView+Rx.swift */; }; - 21F866FFDD3ED4A3867A024CAF03DAD7 /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 196BC92B948C2A77914E274EA51CAB29 /* Reactive.swift */; }; - 221A1EFA0518311976C4159DE2D719B8 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46DABDBA88E3F291F4E144783C9649B7 /* EKWindowProvider.swift */; }; - 22ACB88454D706696FFA80153AFCC611 /* _FileTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E06B52686A0003825F716073DE4BDAD6 /* _FileTableViewCell.m */; }; - 22B2893540824DE4EAE73613630EEB7D /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2DAD19AF9388FA3E160CB284E06D54 /* EKRatingMessage.swift */; }; - 22F708E957D1B5F9A5503FB63443DBCB /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5242CDB2DB03111A788DC0059391F270 /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 236FED5732BEBF327726EDE3FD4C304E /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F90E6718FAE366DEF1E748A03B130BDC /* KingfisherError.swift */; }; - 23D60AC17268CEAE321FD91D95FDFEA2 /* _FileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 56AFB8A10E65E409B93276FE92953C0C /* _FileInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24126622F357B27F930CB42F8CE2828F /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 362E66A36D877A4D20CC49CA974F5BB5 /* Scan.swift */; }; - 2446E15C2691076AE02AE7FB84E124BF /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = CBAD2E1103898DA8B26A312FC7B0A364 /* UIView+MJExtension.m */; }; - 24790EE6701CFD84EF264644D8954359 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A22F2F74D59267FD22C1C2AADC04BCC /* ScheduledItem.swift */; }; - 249A5D1671C8D0EA048741AF1C56E7C5 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 290717E907B1D25158CDF40E3C8C1BAD /* ImageProcessor.swift */; }; - 249E5CB98CD1AC41A44D2C1C99B98DAE /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 80BE34B3B635E10EB14465ABFCBDE7FD /* UIImageView+ZFCache.m */; }; - 24CB04FF8F5A845609FBEA4C39D417D7 /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7844759027C8AE2F479CB69445BA702 /* Array+ZLPhotoBrowser.swift */; }; - 24E0B59FA7F0A047A27DE53FB6BE8264 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5D7BE5A8C68A6233EE6F7864457AFB /* Maybe.swift */; }; - 24F0C89809AAC1AD9A1A47DE87EF3C6C /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E528704DF4C607CBD038B191FA0AB1 /* PriorityQueue.swift */; }; - 2507014A26449C348CEC857B89FEE333 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C5CF794B6E5E494445CEA67F6AE8C7 /* MJRefreshComponent.m */; }; - 2529C4A581869CB960A96D4B357DD07E /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6463A0E9C5AB7FD3DD5005CF73EDA0C5 /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25367CA720FADB9E539AEE26697C07DB /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 16720660F00B055D3518EF290D70B19D /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 255D6DCAC2BD25E3D42581EA3D13373C /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75E1414EAAA001BFFD7FC6793522CD46 /* ZLPhotoBrowser.swift */; }; - 2586C039EB263BEC783B3443CDC0E01D /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 418F2B1CFFB6A339DEA2A7DE9192A0F8 /* TVMonogramView+Kingfisher.swift */; }; - 2594B81E012C40CF7C0996C3ECB30BAA /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = F1245050CD55525EA80F5689767F38DB /* MJRefreshNormalTrailer.m */; }; - 25B9D312046078B515E9DE443B24ED35 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0228B6F0D3F7C87CDD74ABC704E1588F /* ServerTrustEvaluation.swift */; }; - 25C1D77E24962464EF1FF16A836B4DFF /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7F71551E3A9F242235C49513C300720 /* PublishSubject.swift */; }; - 25CEE593E4ED0317A5BB9456436B0C67 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A864138960B613848C67B4978291F398 /* EKButtonView.swift */; }; - 25FD8F9E0D71213C84D8FE596B7B2882 /* CocoaDebugDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 813DB8DD6BD880C1B5E806A22B6F42EC /* CocoaDebugDeviceInfo.m */; }; - 264CD45BABE5BF94794AE350E03DBD83 /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 480E08B1471D7513F645869E5EE04A01 /* DDLogKit_Private-dummy.m */; }; - 265FB60F6AB34B4FAFEFF416DA1F1F10 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 477E4DE9343D8FDCE62351F9659236A8 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26B7A9499E63379EC6F3F9CE39C58B23 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 309B95795D2946559604CB5DFF233BAB /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26CF5124ACB614EE9B8E40496BE66CDB /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9A321D453F1F1F648CA8A2C14389B81 /* ScheduledDisposable.swift */; }; - 27173E1C99B69F0D58B8893247CD962F /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC783BAEF780AD25A29F78A85BEB0563 /* ConstraintOffsetTarget.swift */; }; - 273E6DDCA9EEEB683B0C2C61AEC9EC69 /* _QNSURLSessionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 814C59B6A543515D5E5A52A2F254C566 /* _QNSURLSessionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 275F35A4850DFDDCEBF1C0C22C276AB0 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D1872E58A5DCDD6FB9329FABA1A9E03 /* Kingfisher-dummy.m */; }; - 2782178F820A14ECFAD608CF648BB26D /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B011F598DAF5344014D1AE0AB2B0B81D /* MJRefreshBackStateFooter.m */; }; - 27ADC2222714C29A0504BF7A6C1EE24D /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = E44E11DCABEC805394DAC6D163DE8C87 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27C3CEF5A8C7BFB8275195F1380473CB /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90AFD70497E0BB1552C6FB2E37FED4B /* UIApplication+Rx.swift */; }; - 27DF770B170C70528E02B140DABC07A0 /* _BacktraceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = DB7B6A55DD89339221BAD8B2FC088B99 /* _BacktraceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27EDA91CC20195D694592CA50256BE67 /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CCBA22874FD39B5EC9BDE6D9D8B105E /* EKAttributes+Position.swift */; }; - 28110BD5743CCA0E56C281AA16E44C86 /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4838910D44FA150E26BFE42CEA3D57A /* Debug.swift */; }; - 285FF55A84F63D0155686007D16BE4CD /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = B6486D49EA84BCC1A19B166BED7DD30E /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28F932F4B519F37A070730806248F76D /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = C05B031ED5C4066135823A85DF067623 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 296C4C79146F190E62AE816E9ECABEEA /* _DebugConsoleLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = C02E791F140CA6B6CC8B66E945F3F7FA /* _DebugConsoleLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29AC72CCC28FCCF2A27C61A4B40DB411 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F840D0B344141E91276FE6EC52C14A1 /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A1CD08ADFFF90E753887549FE5426F5 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D54AACBAC94421DEA26246C848BF858 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A537A4F574936E29C08E5AA2A861AE1 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 360E8C023C6FC4183838AA96186B6792 /* DDBaseNavigationController.m */; }; - 2A95BCE7D67C044F64945FB7FDF57192 /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5676AEB99DFE2EBCEC44B8F8C378995 /* PrimitiveSequence.swift */; }; - 2ADDEBCF302EE4644785955546FA0137 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 52826FE03640CB0B224197CEBF6FF9DC /* SDAssociatedObject.m */; }; - 2B3EF5A06A1D104954F53234E8E0A873 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF6A2190F5BC06DAB3EDE0EC9E568DC /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B839970ABBA6A8126A4793904C22C7B /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F7AF40E802609917158B3B27A38C46 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B91ADD3BBBFE7B74F53F4B4A59FA42A /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9C6DECE1126440987AFF0DE1FBD167E /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD1DA46EFAC895FA086ECF1902D0FD1 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 53361A1564DD3D9163B8100ADD29FF52 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD7DD0EE925854A3A8F5CA9D8C3CE6E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 95CF63ABCB6F25ADB78E2D8C5C0B4AAE /* ZFLandScapeControlView.m */; }; - 2BE485EA399C9F617CEA6A29D80890ED /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A81CCD359428847EFB56456B6E16F49B /* UIWindow+DDCategory.m */; }; - 2BFE52F6E917ED3CE9A1057BCE39194E /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9BF579F6092CEFA95DAC1130DC4310C /* SwiftEntryKit.swift */; }; - 2C089711506854D42BA24F1C584DD660 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468424AFB716A419EDBBC02841EB0BE5 /* ZLProgressView.swift */; }; - 2C1D34FB57B50806AA5A7341819888A5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E5766F0816D67B02D74B9B8EA86E2E /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C4A5EA90AE4D26083E9694AC0D53DF7 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C7A9E91D346601A6EFB63D978F7376 /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C74EC11B77042707C02D50D7397E771 /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BDF0B2899C443FF8D72F62B68543A3 /* RxCollectionViewDataSourceProxy.swift */; }; - 2C8CD89280A61E74F752C1B6D05BAE1B /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEE84C941D54610C22AD0ED0AE7A2067 /* EKWrapperView.swift */; }; - 2C96986F46DE40BC67A31891B540F314 /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B811D8CEF738968C173A506E719FB78 /* ZLPhotoModel.swift */; }; - 2C9D5104E3A512934F635EA801B0B37C /* NetworkCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D77E535ED65AE14BACCC1953284630C /* NetworkCell.swift */; }; - 2CA957E86DDEAC22769E60AE07A2B927 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36735FF5E1B911336F31051C113943F /* CompactMap.swift */; }; - 2CB3E09FCB7E080294F5664B4EABCE94 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0D8E4690467E9E0AD0E58B9ECCDF709 /* ConstraintLayoutGuideDSL.swift */; }; - 2CB995BCABCF2F967B1ECE98DBC2E09C /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D4C8900E578B4C8C482C3CBE0AF8AF5 /* Platform.Linux.swift */; }; - 2CBA99FEFAA12064682FC0DE2D2131A2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 22A573740B3FB668872A230C87084151 /* UIImageView+HighlightedWebCache.m */; }; - 2CBAD2261C2EE1772387DBE73BFE8081 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B8906DA56601863A279000D653D043 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CC32091848E70728F4BDA4FAF1C94F5 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936FEBCB276E32D9AD7D19B39E488A41 /* Alamofire.swift */; }; - 2D0C86B3E6574923AAFED2B2B51751FA /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0381861FFA483459D293AE76660FBA3B /* Rx.swift */; }; - 2E06E2D515B47AD7FD26D97DE13591C3 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 02053A7B91976C425D1817777F87951B /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E4FAA9464D464CF2603FCCD05DC7E21 /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29B77B2A50E70A2207E2F082CBFCA2D2 /* KFImageProtocol.swift */; }; - 2E96D3740419575C3E1A4EBCA4E57EE9 /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CFD312BA20A13AE286234A92BEDA520 /* Sample.swift */; }; - 2F1B528CD4A6EBB69568E001A3E15E22 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63F5BC8D29048733247E71DC052694A8 /* DDFontKit_Private-dummy.m */; }; - 2F25B524BAE7F4A1010E66073952431F /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1558B92E463EDCFB3725BFBD17A1182D /* ZLAnimationUtils.swift */; }; - 2F92D77F0B6DB6F93469E29305BD0BE0 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64EAE6A2F195677C22177C4FB997B57D /* DispatchQueue+Alamofire.swift */; }; - 2FBA6B4CFEDEA14DF62EC282B323F528 /* _ImageResources.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D22B3FF18B2F4B35F8FD432C11F8AE8 /* _ImageResources.m */; }; - 2FCD4F932FAAE7CD8A7B2AC53A9CB7A4 /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F377837B80FD1BAD30AAD44F1DE913 /* Concat.swift */; }; - 306AAA0978204ABAEBE3A5D9CA64810B /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4780899C9E192363C43E66775A37F41D /* ZLThumbnailPhotoCell.swift */; }; - 3090ED9C77596F67C3E91B293BA89981 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = A30EBD463466F63B3AF190056FCFE2C8 /* BRDatePickerView+BR.m */; }; - 309C49EF61D7D5C2E2DE8668D4B42688 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2189D7C470A9F19544369A0CD0F933A /* SharedSequence+Operators.swift */; }; - 30C11276440E0B42F3C262BB2D30D9E1 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 10ABE62193618D11DA78D5A4CF4C829B /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30F8E91AA8D3228A5A82067824711B48 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2FBFB6B983E631D704734CD9F628EC /* Single.swift */; }; - 316BC27C89EA174E4233348DF1E30934 /* _SandboxerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 18328C1F6B0BAD912D7D90C9B6A664DD /* _SandboxerHelper.m */; }; - 31822EC50EA6D80C006A8724FCB33E71 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B8C194FB66589A3E472EFB4493C4FB65 /* NSBundle+DDCategory.m */; }; - 3186FD6387474C159EA30705EC731E63 /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77160F7BF16B91B2D9844B16AB83623B /* HistoricalSchedulerTimeConverter.swift */; }; - 31C4D922B73C8DB5EB1F4EECE5B99577 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3C6272FB54DC705DA455D83E5FB7171 /* IQUIViewController+Additions.swift */; }; - 31CA7B9E8EA236369E7DF755D46EF541 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BAF662DB6D341D39437AD8400B550FE /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31DF54E033EF144675A3610238452B1B /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E74055C504CD5F666B283D0C6A92AD /* UITabBar+Rx.swift */; }; - 3208D2E1AC17249CDDF8D24BE0170987 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 355B205914EB41526BE542CC4950AAB0 /* String+ZLPhotoBrowser.swift */; }; - 328650A2D927732D8D720F558A37AD36 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 54DF957F2A5F496527D114BA66FAE3CA /* UIButton+WebCache.m */; }; - 32991484904FD0C17C3977F2B2D1E754 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98A613D06DB3DABFADB1410C9C88BA4A /* Generate.swift */; }; - 32CA25222D6B2A9C52343DF57E4793B8 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C6121D780603F3C4B2B23B2F9BE8463 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32F60407B401152F2C0FC9ADB064C913 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 74EC81B1268BA03B9BAAFFD60DBDB186 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33022595B6AB6F959F4D9BB4B4B31F7C /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DBAD669B55F5B5B45C51263FB09D478 /* DDBasicControlsKit_Private-dummy.m */; }; - 331E2CAD6DA51F5C5367E1CD17EB6D45 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAE56C8AA2FEDC20E7202A7D8016E756 /* DispatchQueueConfiguration.swift */; }; - 332189AD4AD25E48E7584583B70EA4A4 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A2D4393E3075C6B8D7D1C51DC1665E /* ControlTarget.swift */; }; - 3336117E54632698AE7BF69221C9BFBF /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB10F6FFFAF66492CCA037D464171E01 /* EKAttributes+FrameStyle.swift */; }; - 33616C996675BCEEACADC74135890BD6 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46775A49318D9ED779E15AF9095471C3 /* JXCategoryDotView.m */; }; - 336439A67521DEE2DF0D4EA4E9D4EC03 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3464A788AA37444E4A426865192CC254 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 340A763250D0C4BAF58E7EEF61E530A3 /* CocoaDebugTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 85B8A6A8D283A88E3300EC465EB6E518 /* CocoaDebugTool.m */; }; - 34219E74B6FDF7C28D0D0ED21D17410F /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8C80763E28262062A094867C3B67818 /* EventMonitor.swift */; }; - 344F73F29ACF403719077971B5C005D4 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3CAB0B4123BEA6346718C4838F0FC50 /* Delay.swift */; }; - 349E933224A2196BE8CB8F20A386089E /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF79B20945886A068F5468C6DA15B79F /* UITabBarController+Rx.swift */; }; - 34CE1AB1BEFDF9C9AE79DA0B86BFD19F /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A129EE0C83FE51A20D8D5971D362AB8 /* DDSwitch.swift */; }; - 34D7B7F81DBB3A50D80E68BE076FB80C /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64D833B4C5FEA8E8C3EB56C28EC75A51 /* EKNotificationMessageView.swift */; }; - 35566A4CEE196074A328F12B0F748B87 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3798D2339DF3BC989D9AEF1C4954BA73 /* MJRefreshAutoFooter.m */; }; - 359BBAB3F9A40FA490842925C5B4E427 /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58B79610BE6A6C4B3D20180A405E2ADC /* CompositeDisposable.swift */; }; - 35BF909F60929C0222C40DA6D149AB28 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = E31F2CEFB0E70699BE43F5BC30BAFD3A /* ZLCustomAlertProtocol.swift */; }; - 35EC4BDBF382831DEACEFB9CBEC7313E /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = D51D42263870E4959761C5CBF89B4D36 /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3615678A2D40C0ABDDC178C56011AA3F /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B22DCD11FAD5D73CDD802C4443872B0C /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; - 362DCE6C30193B4F265B6BCFFBC28186 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3079BDBC39DC920BE63AC7B72F911AFB /* IQKeyboardManager+Debug.swift */; }; - 37CC41EBE46D49279B5595609127146D /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = C46919322C3194F15F97B3B8646505B3 /* DDProgressHUD.swift */; }; - 3848E339FD18EE2E315E064031BACDE8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E10DF514DDFB09E217924ED5F17F971B /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38802157351AAA28DBC3D215EB049363 /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37201DB90F4FF72205A918853410CB5 /* UIButton+Rx.swift */; }; - 38A33E381DC17E37E33D29E135E034F0 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BA0C75F7684400C20E23E37C316BCF3 /* ImmediateSchedulerType.swift */; }; - 38E8E82CB2E6E16A66CF79B88B723938 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = DEBD310018522EBB8EE86243939BF08F /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38ECCE8DD71FC839807DF4F6494A77C8 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EF36FE763AB696820C44585014C0FD /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3909A9DC00E78A63A4EF29018C46120E /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B56EB683131E3D51455D09E281E248 /* AutoUI.swift */; }; - 393F39D7464BA3FF38602C6932B0F5CD /* _OCLogHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FBFDD0D64101201EE491C7BA636B9FB8 /* _OCLogHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39A1EED7EF20556DA57E00609DFD1645 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A710DC9527A7E25C65D9858FFB332F12 /* ZLImagePreviewController.swift */; }; - 39A20A6292B535CB9F60D3A449682C56 /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50E020A3CE33380E2A7F634370C52CD2 /* ZLEditImageConfiguration.swift */; }; - 39A3EB396EC47B33F8538BBA9570E35A /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF8206E5CAA0BF50EE051A3E54EEC24A /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; - 39D58D6790E6C9BAFB8689BAC91792D0 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 542AC484B61AB51FC53794B3CFC6BA5C /* IQKeyboardManager+UIKeyboardNotification.swift */; }; - 3A1BE3A790D32DACDC81F728B5AEF8CF /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 484AC9D5780EC966243DE61551588AE9 /* EKAttributes+Presets.swift */; }; - 3A2E1C023CB3C4727BE773626B77BBB1 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFE6DA7B5413B1DB9D313117C1D00CF /* ConstraintDirectionalInsets.swift */; }; - 3A5239200052646BB3581EC8BCE593AE /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 143FBCC86BF924D706D0EF1552376AA1 /* Response.swift */; }; - 3A74E1D6C0FDBEB91445B6377062D8C7 /* CrashStoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AF54F588087A23BC4F637803DEEFC96 /* CrashStoreManager.swift */; }; - 3AD3D29F2CC52A05A56F94C912F1E3E6 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67CCF16C0C7428C981576BBBC754A8AE /* ShareReplayScope.swift */; }; - 3B3B929A609B79FF25A300BA1900810E /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21D90E7DE1BC82090A16646FBB4F387E /* ControlEvent+Driver.swift */; }; - 3B6337DFDE8F243FC631468501ACA929 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C403751EE35C06E541A8EBAC2E77BEA /* JXCategoryIndicatorImageView.m */; }; - 3BA78DA2A3253E017D4FFD7C71DC28C1 /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F1C4B4E67B828556FE6962DA9D4F7FF /* UIBarButtonItem+DDCategory.m */; }; - 3BC4CB80F5BFF7D7C5A7B88C2824CBC9 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D9687AA1E852042C96F69376DE09A17 /* ConstraintLayoutSupport.swift */; }; - 3C4C4676B214B4803B9422453FDEBEF9 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DB8FDD14E81F90CCFE85737A8CEC924 /* InfiniteSequence.swift */; }; - 3C805150E423EB13D4A9854E26314362 /* _OCLogStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A3640CEBA7C26A87777F2D7DA97B842C /* _OCLogStoreManager.m */; }; - 3C8FF04D497B4AC698E2C47A950371BE /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C6A0E9075C77E2E92DCC7687A50D51 /* NSButton+Kingfisher.swift */; }; - 3CD9F65655D76EBEC391224B87A1CD5C /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC52A57A4CEC6A2EDBD2AD86F404E42A /* EKRatingSymbolView.swift */; }; - 3CEF2AB7E4E1004AFC4AF6982584D4B0 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD57A11EB2B76C8A3741B5718E7EC2B5 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; - 3D348CA499BF4165B757CDC06957C9A3 /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = B4AEB1B5A5C79F400C18536CA40D93BB /* DDBaseCollectionView.m */; }; - 3DF0B41E27A78AC25B9E44DB89DD5245 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B2C7AE73494811CABD819BB44BD0D5 /* ZLEmbedAlbumListView.swift */; }; - 3E655FB3DB35E5115300CB47894632FE /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A8CD8D8252849840933F64016F2954C /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EAEF4B368F4EED0EAF7E008DA2A3DDF /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA94499BC907B49A79BD3CC4A18699FE /* OperationQueue+Alamofire.swift */; }; - 3ECD21C191F48DF934A14BFBEFCDEDA1 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA5D029FADCA717A01EFCC92C9B2B58 /* RxWKNavigationDelegateProxy.swift */; }; - 3F0E0B0CF3FDB7A022D1D11F6D9337A2 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC9B3B541475CAB7B9A9E50C27DD855 /* EKSimpleMessage.swift */; }; - 3F14B6922D87E3841178BFF2E80DFB0D /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E13F5131442781696D57C3905C46D2FB /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F25CEB568F0EEF7AED4807D3FF0E803 /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BBEF715D8D1A518938D7F5BE4D173CE /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F8C723EE7FB437DBE33A1722B154E1C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C39AE9E680011386986EADBB25ECD28 /* MJRefreshBackGifFooter.m */; }; - 3FA9DD41FB19B38EFEE430E1314946E5 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCDD1C5741D48D8964048641DA43DDF6 /* RecursiveLock.swift */; }; - 3FAB59E153214837A0EA3A5394A1208F /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E41D7B83FCFB9147B315800C262FEDB5 /* OperationQueueScheduler.swift */; }; - 401174B9915431D1988CA7A5655209B6 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52535A185E1663138EBDAAD130F03ADA /* Utils.swift */; }; - 40202CC4CB91A4A729A917633E10BF57 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1435090B5A923B9AAD07D69FF436ADF2 /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 404D73B62041963EC4450B7A89DAAC5F /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 535348DC69977225D375E88E6B5E825B /* ZFPortraitControlView.m */; }; - 40672E95E085994AE6C6433A1C920629 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C580E70D2C0C22659160DB7223DFDE7 /* RxTableViewDelegateProxy.swift */; }; - 40A92AC669718DA6968E582A45EB1CA1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A852049D7E264C2E29D98566B322FD /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40C3B6DBA22BFF1D1D9567FF37AB5F6B /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AC30B085F0B4F562CE8CBC5430A7DA6 /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40F2CA926703952BC89606434244EBDA /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FC5CB9F275E6CF7617C64CCF4B28785 /* UIView+DDCategory.m */; }; - 41059F915B18E0CB45B19BAFC3D68466 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C14560972FBDF5DB6B731628A50F15 /* Map.swift */; }; - 41459EE95CC38E99AE6A3C039CB78DBB /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FE7C477A1AEE3F62DAA92AADBC20DB /* ConstraintMakerPrioritizable.swift */; }; - 4149DEA12F831870EBA85E56F508C5EE /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD877BC374814EF28FC6FFD0ABA87357 /* KingfisherManager.swift */; }; - 4189DC9D2E47F7BBAA2C6048B475C212 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CC659306530C8EB873C85F2CB942F879 /* UIScrollView+MJRefresh.m */; }; - 4221F513DCBCCEBB76A4C8F4E7036821 /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 329983FBAD877C72DFDC31213FCB950D /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44753C60B4D6B5F8146603BD1F4E8AD9 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8405D993F2FBB7314733B9735BEFB8F /* RxRelay-dummy.m */; }; - 4478BAB5080B6B195E5EFEEBBFB83C26 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CB2872B50027A5362E7396690011FA5 /* UILayoutSupport+Extensions.swift */; }; - 44BE7CF753A124327188F4E7831C563E /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A758DA2AB2E74B049A5AA789BA8EFA2 /* ZLImageStickerView.swift */; }; - 44F712870D9007120D6683833C9B2B9D /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA15BD1A80854EA94FCF71653D8AAA8B /* ObservableConvertibleType+Driver.swift */; }; - 453CA282E8B6BD662FB3AE2158C06334 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9105470BCF7DC649E75F200161404493 /* ConstraintPriorityTarget.swift */; }; - 454EFBB65314EF0DCC98FD780F2BD39F /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 298419DB3264DE676E6D8F2EC86D9782 /* NSMutableAttributedString+DDCategory.m */; }; - 4580678643F509D5C5A1EA00A6D1E2E5 /* JsonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59BDF168F05078C91584ED7B66DDCDB /* JsonViewController.swift */; }; - 45A7BB38A23DCE2BBDF9DBC31762AB6E /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BBC08FAD68A88F7287A05E04191DB04 /* DDCollectionView.swift */; }; - 45AD6B75F275078A076C8C2AC0AEF3F2 /* _OCLoggerFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = ED9DAB700B164AD30E46AC170A2410A4 /* _OCLoggerFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45B9C8034DCB889E2A9684B1575C0302 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C269B70B5D9AC322070A70CC295C1B3 /* RequestTaskMap.swift */; }; - 45BDEE325F985EF8FC1B7DBE96AA34FD /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32C94E2EE6DAE9656DA7E84EEBAF76FB /* AnimatedImageView.swift */; }; - 45F9D728BAE9F638623421AAB12B8D40 /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B64EFDD65AF527B07AEF522F73A08104 /* JXCategoryView-dummy.m */; }; - 460F8947297FC4397B1D875F02806E7C /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C6F7393CC8AD88E9D891C769ED4EC7B /* IQInvocation.swift */; }; - 46154B5C978C40E38F632E84A722340C /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4DA8D91FB87D406E77171D65F72C57C /* RetryStrategy.swift */; }; - 465AC4C4CEE137C694249FF5E1AC1428 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AF5CBD0F440D679D5565588C8E49813 /* NetworkReachabilityManager.swift */; }; - 468759B13956FCF87474540A09952817 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DD170FE2ECE1E7F75E303AA26DD6E97 /* ConstraintConfig.swift */; }; - 4690B5BEF425FE58E310764CBB422CBB /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEDFEA33A7688A71A56B3EEF2632C4AC /* SubscriptionDisposable.swift */; }; - 46C84A13FE65FF4521A9C7CFC0253306 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0321E7AA98ABD7E09C1C01CFC3053FDA /* Take.swift */; }; - 472F8FCDC5BC7F210FC411D907EA5B04 /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0865F93AD66982530A1413C5A2C358B5 /* RxSearchControllerDelegateProxy.swift */; }; - 4735F0E5E435DA829FAD6163F41B9040 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E6F31C3073965ACF67B7389CEED675 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 473DC3EDDA5D8D61693615EC038FC07E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E06F7AD43325CC196622ABD56CA4788 /* IQKeyboardManager+Position.swift */; }; - 4769FD52CFFFD7BC65324803AF92E251 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 46C780FE152BBEB2B11F25B2C425DBC2 /* UIImage+GIF.m */; }; - 47BEA6378E98FAA936CA74A1CF418638 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E57AB064DC34008DD9440843B004AE82 /* DDMATrackManager.m */; }; - 47BF292BED32B4CB98575907A2835570 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1AB19BB6BCF3CDF844264D6259694C1 /* EKAttributes+WindowLevel.swift */; }; - 47DAE2836C45A5B08B4895539E604A86 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C64F39A898567835EC977200F9FFA544 /* EKAttributes+StatusBar.swift */; }; - 47E86D73AEFCECBD1B7CC80D731AEE4D /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC924CF8BAE0BC9DBACD42D4305CFFDF /* Toast.swift */; }; - 4837AF95FFD6CA0856F8AD4F6DAE8654 /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E52FBDBD1EFD397A82EC84F790ABF50 /* EKAttributes+Animation.swift */; }; - 483F31C4AFEAD5AEA2BE3274CD7903A1 /* CocoaDebug.swift in Sources */ = {isa = PBXBuildFile; fileRef = D306A841BCA7CA90D31C854E3CCCBCA3 /* CocoaDebug.swift */; }; - 4894E4D5C6F065C87B6082AB282FBCD0 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 44ED3B33960CA6B7C6C5A4FACABF8E64 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48E7DCB6E428A49B7F67718744D73D96 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 54D32FCF006486CCCB22D3B44A05B109 /* JXCategoryTitleCell.m */; }; - 49215BC028DEFB8A85C77A5C55464936 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = EF0D9F411C0AE8266539CC3C372C5FD0 /* ZFNetworkSpeedMonitor.m */; }; - 492B6B0A047A031C08B940A6E8746A37 /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0354999CC73AEBB06AAB20526A5CA34C /* ZLAlbumListController.swift */; }; - 4944814C2CFC6492C4FE1664F1556012 /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EA5D274A04F6108037B90C8A9C3E05FF /* MJRefreshBackFooter.m */; }; - 4978E0D1068588E192054C53AEC53178 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8998210DD053A5D1D1BC93BBB932A43E /* ZLProgressHUD.swift */; }; - 499AE8C69C3BAAE93EB6AA204B2B6C4B /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26C5BC7A7F4B251BA5907775BA16F7D /* Source.swift */; }; - 49A13CA2C01B33D402D04B3A5D6C9868 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8945C46CA45EE4320C007CF174997464 /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49AD1F5C93F625FDD0396BB29256DC4E /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 49DCAF1A4596E4ED086FAA5BA57FD9BA /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49E04A4A0E8FF02F235F055751F78D2C /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9936F0CB3A63B5AACBC54AB5F3DBB50A /* ZFUtilities.m */; }; - 49F57411DBC9FAE893C1030240982DBA /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F9C3228751941592E307E6795FC420D /* DDAttributedString.swift */; }; - 49FC51FBE1A0B635FCEA16835DA50665 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B5BC0A08A3DEF74E8E225B365F9B6C /* ZLLanguageDefine.swift */; }; - 4A6F9FC73B3C2B02F852F366EE4C7C18 /* _SwiftLogHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3BEE0CC8874A662DC27CD4C64EAB17E /* _SwiftLogHelper.swift */; }; - 4A8F9A8B49197EDB6BEE9D75691A19D4 /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = E7934C14ECEE2E432FB7E210C8A217F8 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A9952FE9361ABA5CE30F3C7D50C23DE /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B783ABC741949A4EA09C8C41113E934 /* JXCategoryTitleVerticalZoomCell.m */; }; - 4B44116FE13450D08B053764A8784FDF /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 001670712EC3F2A39EE721735EBB25FA /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B4B54D7FA293257F7AD4D2285BD1B1D /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC2AFF5B1F5931BBB145A36A7230F595 /* Deferred.swift */; }; - 4B4D666DF746D313FA6D34C257BA6F14 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C4D2774C483DD40D57C7FA3D2C8D22E /* SchedulerType+SharedSequence.swift */; }; - 4B5C6452A3F186A1CB523C87F86F70E3 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 68DEB07C34FF02A890E823A9417987D8 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BBD6EF71B6DCE3390974D23D5BE77AD /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = BF96E3F481C639A2E06DFAE3D8514335 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BDE28396F6AE3DAA0162DC8B2219EC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D596FA74EF08E061C4F7568AA37A7A2C /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BF15DFA87A4B16CC27A4F9CD8E040AD /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E10C81639BD9F91018F21C1643FF284C /* Filter.swift */; }; - 4BF3D618B71976F90930E1A677821797 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A802EBBFE0DB4719EE1AA04DA981AF33 /* DDBaseCollectionViewCell.m */; }; - 4C17BF734DA9B2178A5559DBA608A2BB /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC82167D0BCE09742276BE1C86733EB6 /* EKRatingMessageView.swift */; }; - 4C2639391DD5A48C68DC1760F913E007 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 599B656FFA3EE132DADACAA7C57B2D69 /* RetryPolicy.swift */; }; - 4C348248E0AF0A89848D5B0F230F661E /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D65C497D6018CB8961CDA6B873E4947 /* Enumerated.swift */; }; - 4C5E0A7762C6E0E8295E1D7F4FD4F68D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = F764AD157B7427700B8719B4F001290D /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C82AED59F383C3408C246EDDA1A4392 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9A45BD2674AB179D8018709758B0E2A /* ZLPhotoPreviewController.swift */; }; - 4C82C4208C3EA3DE13F014C1F7D1E467 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE1ED2E8456BC345655EC3967740572C /* ConstraintRelatableTarget.swift */; }; - 4CC51E277DCF7D480D5DA4C9C0BB0C37 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 360CEE83C789BD6E990B39DA6D2726B4 /* HTTPMethod.swift */; }; - 4D2FE02184346B6011DA8B227AA2CD00 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 85556FEB6174ABDF6D575CABD3EEB8C0 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D8A94DF58E15F8FB36D139189A399ED /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E017F6AC983A387FFD2ED02D2A6EAEF /* NSData+ImageContentType.m */; }; - 4D981AB9F0FB6AADA0A3BB5D61D1E0EE /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E419746B6787458E132201D919607174 /* UIColor+Hue.swift */; }; - 4DBBAF563C9995081D90F7AD834E828D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = F01FFDEB2A75E22E3705146498D2812E /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DC4192E75B5FFB54CA793299C8C0388 /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E13C0903A86C8953246BBB6DDD2F56E8 /* RxPickerViewAdapter.swift */; }; - 4DDB024748C44347C7CD40486F0603F4 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EA66F5FAE74501193119915AEFFBEED /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E03FB03B1DA8D48DC016F7E7814CAF4 /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = E92533FE6B06397CB43DBCD84123B54A /* DDNavigationControllerDelegateReceiver.m */; }; - 4E4AF01A91C2B8F1EEA12F979D3A2C65 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A223221C2F8D6153F886C7CDE69CCA /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E6ED858E553301ADEE0B2BE45956A17 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FCBB4F18C243D222179DF654AF8679 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EA41674EE6BE0E1D0DA737402D1630C /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6049EB3C1E55B8B0F364D28E15B8683E /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EEC0EBED6B81827D25B5C1524A516F5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93CA458AB4644D2FB617AEB32BB3086B /* ZFPlayerLogManager.m */; }; - 4F1525CECA0C94C49413C43841330C56 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F9E81D173F62FCFBBF4B63AFF94B8C /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F5B2864DC6384E5B6AF98425B6F5CAB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F3CBC1012A6E0E7B73568B8D4230DEF /* SDImageAssetManager.m */; }; - 4FB8B880680D9711B70C98FCE307824A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F3170C8D5837A9BE35753E4F4BD1C8 /* SDImageLoadersManager.m */; }; - 506680E7DA2EDF6F1137BB73C5454B88 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB5AFE42795F73512435F249E2AD35 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 508DA7803FB732375E4691EF6FA63054 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C5D14F912A842FD12DCB662E1DDD4A /* BRAddressPickerView.m */; }; - 50D3A5077F69D392E21AC93A13593F04 /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52C260CC2661C41EEF0F0AB4049195B /* Completable+AndThen.swift */; }; - 50E5B5685106D613C42AF4823B04F21D /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBD2ED3AF3275E2FFD63AB752166430 /* ZLPhotoUIConfiguration+Chaining.swift */; }; - 5114F231D82CFA8BF22620F26EF6814B /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA2A270EAFA4BFA26D028A5FBEC6B967 /* NSView+Rx.swift */; }; - 513FE85C9A497C2C8E648FDDE863176F /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A0DB0AD13396C9C8A354BA610385E1A /* SDWebImageDownloaderRequestModifier.m */; }; - 514A60DD5A2A363D5DB970088D708CD2 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F589AC376249AD8CC5716518A2E49EA /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 514BEB68DD25CD39127BFAB4DB631F8D /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 20BF68D249255CBA5924A370AFFF23A3 /* BRPickerView-dummy.m */; }; - 5156C44E75B863408EFF58D5122EF918 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = D72722D1F42CF12E6DA94E811D24013A /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517CC3C405F8FB3E69BC2019D081906E /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C65A129C77BBDBDE9D6B9E712B97E16 /* UIImage+ExtendedCacheData.m */; }; - 51B1ACEE71E3EF376A4BF50397B41D38 /* CocoaDebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F46E7A0D25F83AAACAC784FEFAA65D51 /* CocoaDebug-dummy.m */; }; - 52811ECF6A4AECB259DCD6139A9C17C9 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D694D7909F723613936603B94F11155 /* ZLPhotoPreviewSheet.swift */; }; - 52AFC14AC760BB77AF34688FDF206DCF /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 89E65059DD26BEDB9ACB3A53A6691A18 /* DDBaseTextField.m */; }; - 52B6AD3595C3CADA5ACAA84C53EF2323 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287776366F66CE2E5C743C88821272D7 /* UISegmentedControl+Rx.swift */; }; - 52B774D7072085206C19EC4A96BF8406 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 40922C117E6DB24EF727229B3A2BFF5D /* DriveRouteCustomAnnotationView.m */; }; - 5309B438474D04047CBBDB0FC6AE73E9 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F96EF579F4EDC48AB2ED1BF614276D9 /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53D0DD3116769FE07CFC7ADE43F01964 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF05B609FF47FA0271362F923DB98E0 /* ImageDataProcessor.swift */; }; - 5438FFCF831F3BB3B5412D88B073DD37 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87604FE5B385C7F20163074019BA899C /* TakeLast.swift */; }; - 543A518F944EE3960CD44E39799C215E /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A177407DF2A68887C28973E169D3E834 /* GroupedObservable.swift */; }; - 5442DB01C93D4C933C1A8CBBFC13F690 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99FC94EB81606499CDD006F8A2C7E374 /* JXCategoryTitleVerticalZoomView.m */; }; - 549041348A1519CA04813ED794CFBB8A /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181754F8C4EE544D7FEB2F35942336C6 /* ObservableConvertibleType+Infallible.swift */; }; - 549B1CF5542E8E21F2710BA821DC2899 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = FFFC3E30B1DB33AE5968EE45AD733CA8 /* JXCategoryTitleView.m */; }; - 553557576B5E9692059EB76EB9EDB6B4 /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBAEF947E6FFA260FA85B1A061252448 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 554B4A9EB7B0115AA40713C45D0ABF3A /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 928AABAF40B7C8B285DF82C6F61F590E /* IQPreviousNextView.swift */; }; - 55542DF3923B1577294CB4F256C5D9D3 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFBAC2D7F0D9F84498D6786687D58ED /* ConstraintMakerRelatable+Extensions.swift */; }; - 555ADDD160E4DB9DCE0AABDD6978609F /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = EE0142B9B3DD02DE5EAF77678B98478A /* _RX.m */; }; - 555D64D559041A2F1743073FBDA7F769 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D314021445F46A89EB836122570740A /* MultipartUpload.swift */; }; - 55737CE468E09E45D9E5BE279A3100C8 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 8727818346C8A099475F5E3F4E881B15 /* SDWebImageIndicator.m */; }; - 56AA1FB915E6D167A106C0F9CF316EA6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDF0C722EFCEDA51D2DE37EDAE0B8F3 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56AF9AC7753012A5318390344FAD5C43 /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 001B5A145650D07E23B883A59B4EC6A2 /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56D08DCE4BFC873FBB9B1355F514D581 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DAFF480155F8321A62D048F6E5AE12 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57001D4C5C8C819680182BBEDD045210 /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8570CECB13FD9D28F0F1B3FD573289 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570D150531BA02EEB383A3F40CEDB5A2 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD31EE58FAAF33885501B7534A0A5F6F /* ControlEvent.swift */; }; - 572831DA48D81784ACF3A8EF8D29C07C /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = CE40EFCA5E24E01C8DFAC18FD04439ED /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5739B5F79D9CC33CE6A6E49CF08BE143 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = A48CA6D419834493D1B0C158221B77BD /* SDWebImageDownloaderDecryptor.m */; }; - 57E8D5E0BFF775DCF361333A12294278 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9DE856E97844E4F2991B0892C57581C /* EKContentView.swift */; }; - 5819706F842D73572780E43AB818627A /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 284A75AE5C0CC6970B534ABE1C67EE62 /* Observable+Concurrency.swift */; }; - 582FFE687F7D0BA7FD06B9BBA94BFCBA /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = F167BD4562E990B35130F5333EA5DFD5 /* AsMaybe.swift */; }; - 58331B6BF8493E4C276191285440557E /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BE5AB6C5643DEF48DE292EEF1927886 /* MJRefreshAutoStateFooter.m */; }; - 58360B9BFCF65CB1EFBB3873EB56F9FB /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A005411876EDC6C9C2015937E1E713 /* ConcurrentDispatchQueueScheduler.swift */; }; - 58E91C61B835DFF9D17760CB57DD5DC2 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718279146D62E5B3A48236C049B84C3B /* DDAudioService.swift */; }; - 591C74189843C4755BD2E31E4F50431D /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E17C13B228D3BDF62DAC203000AF07 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 595FA9CCDC2A709BD7F736107DA2C4D6 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D0DF42DE1CEFCC64AC88DD216A6C15 /* JXCategoryNumberCell.m */; }; - 59AD90C47AA6A1B76832CD3C27A9B6A3 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1397F9A8F26829E996CBAFD9780265E9 /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59BD2227EB120EC449508CB3D8E7E79A /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63735627CA290063CB5E994F5666AF /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59C5783B784DB34A1CD230CBF50FEEBE /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307E5CB92817A8ED6BA1C343E10F7710 /* ImageFormat.swift */; }; - 5A39B661FA21224A9D6CA34CAD3D5FFB /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BC6379377846296741D8F2DBA0420E0 /* GroupBy.swift */; }; - 5A58A1ED6AC294EA3F65053CDCAB2C6C /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEA7381A1C2E782A13B424939A0EEF97 /* ConstraintLayoutSupportDSL.swift */; }; - 5AA2F6E5C7D736F0CCA9894A3E37C8D1 /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CC0095EB0AACCD79BCAF9F7A67F8BA7 /* DDWebImageKit_Private-dummy.m */; }; - 5AA6E372FD287BFF49666188CEE90926 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 36A9D32740BEA1CB5E550A866B76C477 /* DDMAMapKit_Private-dummy.m */; }; - 5ADE1ADD5C89879BE23532A77F88DB88 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D766108C63302794A10BCB54AC1C5EFB /* EKAlertMessage.swift */; }; - 5AE8F724467F0E9ECAC1B50FAEC91D67 /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = FABC49B157490BAC18D3C871805EF0D2 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B033DDDC44B06AA233FF487E3C410DF /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B5C69DF4E0E0C4F8D831E5D9B64F3 /* EKStyleView.swift */; }; - 5B07C22BDAA7425C4CCC629868E0072A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 82BE74368C5F2A7F242BD28BC371113A /* UIImage+Metadata.m */; }; - 5B0E5DFA3D2B5834D9DBC91A8220F9E0 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = D96CA72F567147EB6E41400EF7D697CD /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B8EC4C5155A775D8C9BE1E45713804E /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 49E4740F6C53E2191910BD1908F10E61 /* UINavigationBar+DDCategory.m */; }; - 5BBF2E718CCA06ABC22203877EA4EC3E /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947F55F30D11F3E36E2B4452C9BD0D3A /* HTTPHeaders.swift */; }; - 5BD01F6B16A2C9E69F756F4DE189E349 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F533F263F48E7D87B9E1DCE7A09023B /* JXCategoryImageView.m */; }; - 5BD480DEE18371740D7AF036D85B8B90 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = EA6365C4F324615A4DDE097A49262F0B /* DriveRouteCustomAnnotation.m */; }; - 5C30F361915F5ECAC7CA86D55EE7E25A /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CF2367E46E9B8A208D597A19F48981 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CA68B859A6EDF62B0C3B3217D469CA4 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 89E8CEAD7125DDEEF35DA8CF303F232A /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CCD552354B88211EB9488550C4F4DB4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A49ADC338F975C5324DFB40BCAB21952 /* SDAnimatedImageView+WebCache.m */; }; - 5CFC8F3DFFA340EEFD415372644734C5 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF6F453087254DD657F3996143CB98D1 /* ZLCustomCamera.swift */; }; - 5D048ECBE3D46ABC5B880F766ED23A21 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FAC430F7F2D9F2BB5ADA5439647269D /* JXCategoryBaseView.m */; }; - 5D0EEB77D1FE5B6445B93FFE286B925A /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0933D2DFD38420FF30CCE915C8FC72 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D95845B57B041E714876AF930C152CB /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 830B287A501B729E708153F84BC72EE3 /* UISwitch+DDCategory.m */; }; - 5DA078BF9515B566F0C538010C15D611 /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530175BFF8701244D4260BC4F03976BB /* URLSession+Rx.swift */; }; - 5DBA4BCC87AB8C3BEFCA6D21552260A5 /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B5DB959E7B45734C2E80C8B012D2D79 /* SwitchIfEmpty.swift */; }; - 5E6140C0CD3517DED7F81D9D8046F3D0 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C26C9777A52A2C7A6AD2245879B5B0B /* SDWeakProxy.m */; }; - 5E712306EE9654B516F97F7D39C85A73 /* _ImageResources.h in Headers */ = {isa = PBXBuildFile; fileRef = FC17DCA805CCC35691BD7180B96E98EF /* _ImageResources.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E7A464CE33E69850BCE733A7778D05B /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE177EE9D3B004EB6733D61957F9262D /* Just.swift */; }; - 5EA777A6657B7ECC8AFAF720B0B24B9F /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BAF4523FFDDA5013C324C919671D9684 /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EB60C74FFA757B7BFF385DE7F855FB7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C15C806DA298DEF1678708531293300 /* MJRefreshTrailer.m */; }; - 5EC7100C59695117247691D4451480AF /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88F1A1C94F3F0F671B170D9A362E330B /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F172DCB05EC615065B7C37575150F22 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C6C04C12611787799662F133D93D97A /* ESTabBarItemContentView.swift */; }; - 5F1C7258F522482F3A539044593738D1 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DD0591BF7533C0451E6D3CAEAD03055 /* SerialDisposable.swift */; }; - 5F947C782C4BB4A5AD404E347D308478 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9287B66111039EF4CEC9E0D009D7A25 /* Queue.swift */; }; - 60242D2DBA2A56C8762E257852AED02C /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DFE48E73B23483F42A0E13D844195FD /* ZFPlayerView.m */; }; - 60321424038D6730A0AD53BCF60F0127 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = B1688599AD0A21C13B9A963E91AA6AEB /* ZFPersentInteractiveTransition.m */; }; - 603CEC5773E4B2356F096AB5BE1AA1D9 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = E6A168A1C4ABF7EC11E76676EAFBCCB0 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60DDEEB9DF2E9BF439AAAD617D7DFDCB /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E7E72E88CC2B6EEB746997AA5CAB93 /* RxPickerViewDataSourceType.swift */; }; - 61185B153F4FCD3160D48208289515FC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 92672863ED1E4EF1978E9E35CAD9FBE5 /* JXCategoryCollectionView.m */; }; - 6146A0BE66054B092DCD9C8642C58988 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 499896852BAFB8790736F4B42D7DED54 /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 614BD4DBD5C1BCB13CE995085A38C096 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08418DB10E4C600EA85E90BC5A75AD5 /* Observable+Bind.swift */; }; - 619A84DBC854017C0A1A9BBE4D159E39 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = E3BF18A672F7FEA892B2A05C8D73BC4F /* UIImage+ForceDecode.m */; }; - 620121029560B277ACB01EDE12428873 /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FAD6FC15974DBA0FF12BECCEA235872 /* Infallible+Concurrency.swift */; }; - 620CDA1C50743C819C01828F4E869261 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = EE264AABB23776FDCFBFF501E0FDF2EE /* Sources_DDMAMap */; }; - 627988EB223E4105B5840683F769C5CE /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0C45BF3AC5CEEEEC36DAD5FB3A774D8 /* ImageCache.swift */; }; - 629C7157E20CDF4236A206BC470406D6 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39EC8517CD324EB2F6039D5A1A0FE145 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; - 62A10F5EFEC0F793E9CA8D2B300CF844 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2D60263D4263EC3C06FA76DB65A215 /* SubjectType.swift */; }; - 62F29D80BD374DBB0DC1A80CFD1E44E6 /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = B409D0A129FF6110F02054F78B60E548 /* ElementAt.swift */; }; - 632FDD201CBD2BECFE77A054EF4BADB3 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F47DDE3C1736961E81DFC21642B56E6 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6335E8323C2491C8A9C99CE9DB2BF83F /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A49FDEAF283DC95FC4EC2DDBA29CAED3 /* Bool+ZLPhotoBrowser.swift */; }; - 635B043F860CE53EFCA19CC564B47075 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFCF5B3FE6C9DA0EFCF9F4A1F7F6B3FC /* IQKeyboardManagerConstants.swift */; }; - 63C6F2C653074E8FC5DA3D47497949A7 /* _OCLogHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 86EB5FDB69E5179C09A86499193976E4 /* _OCLogHelper.m */; }; - 63C7CF43EB4791A04979913B13E84732 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = F77E3895D71D37E9E9BF54C89288DF20 /* NSDate+BRPickerView.m */; }; - 63F2F978029324264D53A77CB4C11FA5 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 316AAE1BE99812898FF20FC3A059CAF4 /* KingfisherOptionsInfo.swift */; }; - 6456BE1D3735919BA27D3C44CA4A984D /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FF64C256662415A9479ABCFE235D61A /* SDWebImageDefine.m */; }; - 64D8805F7527163B0A4120C403D97AD2 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CFE1FD9063844C7726DE9D69BA7F91 /* IQKeyboardManager.swift */; }; - 64F134656F206AEA36B251F574762046 /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A4ACCA8D23AABD188369200BD0BC5B4 /* JXCategoryIndicatorCell.m */; }; - 652F1768E71D55ED1C4D40E7ABCA11F8 /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8F126BBD480DE86148CB45EED2A80B /* IQUIView+IQKeyboardToolbar.swift */; }; - 656C1B379E3DFFE7320AD50AE311126B /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 42181CBBF0570751605F5301C8AFAB41 /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 657E04A4248E389B609C47DB3CA58F5E /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 12D5E3E7F68E95CA0ADB60461DCD772F /* NSBundle+BRPickerView.m */; }; - 65A3E384961F6C904B1D329C2B1D1BDF /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79A7733C99A968670FBCEE19DF0898A4 /* RxTableViewDataSourceProxy.swift */; }; - 65C3ED45AE68B9415127887E553B901C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D62D270A16097070EB645A8494DBE9B /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6649A2058F4EA544384A888D95492A95 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D4411A906BBB354B22870DF7ED95FF /* ZLCameraConfiguration.swift */; }; - 6662D0EBBF6B81272FC7473551618CC3 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10B35338C50E2E7972A693714CFE031 /* DefaultIfEmpty.swift */; }; - 6674277C63A2F0AE5EA17A48C88759CB /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BA9A9FD666F4FE0FD5A17D79A8D3CC /* EKAttributes+LifecycleActions.swift */; }; - 667E98CC3D54F70B73D6D31D5D94FE0A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = C39CAC5D3CDF8B7CB4D7B5A9DB2B9293 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6694E6D8A68A448BA619714C9F10A0FC /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 484E271BDB070341A50FD8905975162C /* MJRefreshHeader.m */; }; - 66A7ACA757E0B6E814C371A9C3CC4828 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184A905860356D49E7B55C985D3194DB /* ConstraintDescription.swift */; }; - 66A9DC3B7E3BB37EB783B70278A717B7 /* CrashCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EF4E191F7DF14578C38280FBB5220C /* CrashCell.swift */; }; - 66B43477DE0F24FDDE11B346D39BF863 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56F3F147246D1B193904FEC21A9AEBD3 /* RxTextViewDelegateProxy.swift */; }; - 67CF5305E9EBF23CB22B90CDE4CDBF91 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5650D58802A7057C6141F8BF3565E6C6 /* SDImageLoader.m */; }; - 6823E22620B86DDE95E7871D8007BD2A /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC53804DBE8F7C5939CB30564D7867F5 /* String+MD5.swift */; }; - 68A9E007AD5461A5DB79E5541E21BFF6 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FA4806691861BA43AA025BB12DE38210 /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B4EC36B6F2299256FC94F862129B39 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C44EA54E82F0253F78A38E4809AC14 /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B7B161F88A8AD78F0E21B6DE4547CA /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEE7DBEFE7F775DFFA5240912E9F51BE /* ESTabBarItemMoreContentView.swift */; }; - 690256DF05FE465E8948ED017110EE78 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBDCD87DC61283D1F31DE4DD94BE4816 /* ZLEditToolCells.swift */; }; - 6947D25CA62F4B84B0C798ED96485335 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D414B35B3407CB5D3B3E3C506F187C /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69A74CEB8546E46560B3D6658253BC61 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE73892C05FF6771E8660DE9B19D1C6 /* Combine.swift */; }; - 69CBDC82C1A8BAE7227588C16B025E99 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A47640CD25679BE5388ACCCD40D6A5 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A67580592A611F6DAF9955550ED5C3A /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = AE8679EE07CCD8439DD69525741784C8 /* UITextView+DDCategory.m */; }; - 6A73D8C90B3AB65EE530DBC09D72B0BD /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08B918246B5F59A7DB942A7792495870 /* DDTimerKit_Private-dummy.m */; }; - 6A81ABDBB4DC38B8AADC3DF2F53A888D /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988019CE36140771910B8380EF9A2813 /* ZLAlbumListModel.swift */; }; - 6A9EC3C99A882F88915BD329FD85D03A /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00FEC96F7432E514649B6321FE1CF58 /* RxTableViewDataSourceType.swift */; }; - 6B15F7B1F8100DDE600626AB39054501 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE3E65E083A29E28F5463D0D92505E8 /* KF.swift */; }; - 6B89E8277C0AEEFBA98E25493C0AD9B4 /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D60FC33C250517DE39F2A4608A508001 /* DDCategoryKit_Private-dummy.m */; }; - 6BA56DF5DEBB747BC314F6A658C21DC4 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59401AF283208AC2EEE4485A3866BFE /* DisposeBag.swift */; }; - 6C05A006EB5DEBEAF2FC010FD0A18A7A /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD514F3DE2A753225A669ED836D142B /* Throttle.swift */; }; - 6CABF78E996F90619923174D81B9CC27 /* _CacheStoragePolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = F93C99D6D77833DED970D1B8B72D7689 /* _CacheStoragePolicy.m */; }; - 6CB80E0E3A8AB7064405B2333D680001 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 347EE4400E1618809DE4560F1E371F05 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CDA21915F4586B1823FF8ACFC96747A /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63E3F8D47F7ABFE54AA942BD9FC74648 /* ControlProperty+Driver.swift */; }; - 6CE153A8353153BEBD5941D99D0AA948 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F35F515B2EAAA0C6E149AA7B49918CB3 /* MJRefreshBackNormalFooter.m */; }; - 6D193A3B06F0D5462B18FA01C21AAF5B /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63C55FFE843CAED94FBD7F970F09D837 /* PrimitiveSequence+Zip+arity.swift */; }; - 6D8B1D4945DCEECA487075BEF2FC0DC7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA36808A8E8270E1626D7FE64162DDD8 /* Driver.swift */; }; - 6D8E6A17A45A4EA1D54A22F69B95AC7F /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED0FE5A880681595C6E294B2ADB60F3E /* ZLCameraCell.swift */; }; - 6DE505183942FACB3B64F8A2115D39D9 /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F7D9A55DA134EF4BCF6C018DD14F109 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E0056255590AF29EEA12A9719025309 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1DDAB8D0629FC240E603E8B48A73673 /* UIColor+ZLPhotoBrowser.swift */; }; - 6E285A3D314DE0DECF80546A5865EB34 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 267A6FECF244137AB746AB45FDF9B2C4 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E571195DB6696DCD7A11A16D9DD765F /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39F0E7887DD9D433D8702497A0BFBF27 /* ZLCollectionViewFlowLayout.swift */; }; - 6E8267BF68A5C197D4EB8BC34C450987 /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E980499AA4DCAB21A9D053F491BA1 /* ZLResultModel.swift */; }; - 6E881FBDF3FFC0B4F3E680E564C0D595 /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B740423D0945EDE8A1B9EF3C9AE1E546 /* DDAudioPlayerKit_Private-dummy.m */; }; - 6E9369F02458847D86856EF00BEEA8E8 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = EFC91CA687C77EB78B0495A49C083271 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F147E8691945B001B6CB1269240FDA9 /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 195652663B54BFFD1F516B6325BC1F1C /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F329291E9FB8EF90578801F87261E08 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 75E7E42016ACEA4311FE1D133120EA8E /* NSButton+WebCache.m */; }; - 6F99E2BF991F1F67BD38C6934B68DC07 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B3B54AC3874E9604C2801E7ECC67E6 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7013B2E9E8A2525163C10D31BF619830 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7EE83E18843E28A79B66B9A09F77712 /* Storage.swift */; }; - 704561149DBBBDD2D481E242B79B1FB5 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 5853D8C365C2E23E53E6B8B428CDFA6A /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7048F4545FF01508FE52CDD728F5A6EC /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = B935759BC41846DD104C77108C58A5DB /* ZFLandscapeWindow.m */; }; - 708520028DC4C1C09DCCFD1CCC820278 /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C707D252D49AEB0C99EE2EF4B04700 /* ObserverBase.swift */; }; - 70AE0363ACE9E14DDA1120DB60B5E0EC /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 138D89F9AD66B27542971F3146C9C7E3 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70B6FE4A37E2023C5833979592FE5EC7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B893046FC8D75BB7604FD2DD3EA2E420 /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71006AA82B83D4166F673C7CBC58B426 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3782D65EACAA450C43A4CE8B9370A984 /* RetryWhen.swift */; }; - 711B25F3CA42B980B39A6463B9CDAEEF /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A8798E5DDA9F7C625F49807C8F65C42 /* UIButton+DDCategory.m */; }; - 7164E8CD0BDD5B5F18758D6B86D5F1F9 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 65EA044CDADB831F1F5C150FB78ADDAC /* NSThread+DDCategory.m */; }; - 7168A587CF00336CC0C44FC8D27D6B66 /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36A4D0EC4E7038F1609012E54032EFF5 /* UISearchBar+Rx.swift */; }; - 7168D4FEC7E4CD376DCD0B8BF2024156 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 282D6F906448283595CF9242D0D039CF /* UIView+ZFFrame.m */; }; - 71742FA7C715D034FE3912ED07B30379 /* _DirectoryContentsTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE5220C9408E2E3F2303535F96F7160 /* _DirectoryContentsTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 718B12AD3FD5F44645B82D7EB0724C52 /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B8832AD77B9DDB928EF069901018195 /* UISearchController+Rx.swift */; }; - 71AD91355CF2C5747EFCA6064FAB26E6 /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A1AA996EB8C98EB6740E1F2DB864E2E /* UITabBarController+DDCategory.m */; }; - 71BC1612F3617B89C174A4A46B9402C8 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5557072D4679705898E85F13CB9F4B96 /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71FC83AFAF23E756FE864162EEA31500 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8661D5A1AA78E3225C2217E5CD97109C /* UIScrollView+DDCategory.m */; }; - 7248CD5CAAC5D0D6FF0F9D85CEF858BB /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1147DC218281F5558B317E12C41384 /* ZLInputTextViewController.swift */; }; - 724A87977D3D501F37C0BB022C6F38AC /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0ED160DB69D416CCE46E0ED96A9D71 /* ZFFloatView.m */; }; - 725D740A38D5E761FCA71B67A4891E35 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 668EE255DB75BB37318BEFF599B38A96 /* SDImageTransformer.m */; }; - 728632B0C7B9B5C555AF66E7464657F0 /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1578A18968936C272FAC478EA21DC4CE /* DDBaseTableViewCell.m */; }; - 729CC942A3DFCE7D23AFA147F5062DB5 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0C18F69D04945C4F4F65A4781962DC9 /* DDTableViewCell.swift */; }; - 72A8E15258D081D36070F2EFE80FDA0E /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = EACACE5CE07FEFDFA1542DC55ED52120 /* DiskStorage.swift */; }; - 72AACF79D46DD4C0ED4D144B840E1F91 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = C301A7F6B36F77A416BA7AD89B129CF0 /* UIGestureRecognizer+Rx.swift */; }; - 72E261A6A85538D4C56F4DE869BF0D9A /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = E77F9B687E0725738A83255C22A92278 /* Sink.swift */; }; - 73945F5394F485D66898305510756115 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AE760196C36BA405E3D39D2C30FF446 /* GradientView.swift */; }; - 73AB70D6B97E43420FB576C9D26039E6 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A040E3C1A369F17169DEE671AF42D4 /* JXCategoryIndicatorCellModel.m */; }; - 7406DEA0EDCB81CB5CC731EF16018D33 /* _CustomHTTPProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 843FCA2465DA170122DB012FC72AD2E1 /* _CustomHTTPProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74972BEA7D6A0CE28CB3EFB11EF2DCAF /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AEF3ABB0A35E0C5283C87A9DB435980 /* FontUtil.swift */; }; - 74D0D590327ABFC48E7113ADD326E00D /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 43437087DBCFC5D645776F53DA02B4A5 /* BRResultModel.m */; }; - 74DD9CAE99A3118FCFF0E7BDF28DEB29 /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 104A88C578F707D8C4EBA903BF4146CF /* RxCollectionViewDelegateProxy.swift */; }; - 752811625260B14669C192D57F44BAAD /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD2B6D03DCF0FE0B116574665E976576 /* AboutViewController.swift */; }; - 7531AB8F001F8AD0A7691DDAD8D797ED /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7346DCB09CB67D9EAFCB67215E71C0CD /* AtomicInt.swift */; }; - 756E1E9A85EDBD96D30C9BC8A7A3A090 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ACF3BE2D005EC372D66C6860F5DFE67 /* ZLFilter.swift */; }; - 75A1DAD0A861EDBF654C93A2857D897E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42AF63DC8D965A189E15C7AD36497FE6 /* JXCategoryIndicatorDotLineView.m */; }; - 75A22F9FCEE3CD7FE12BCE3D3AA731AC /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B3FD4396289458395DECE58AE7AB3BD /* KFImage.swift */; }; - 75A50A9B3FD4EF659C8E61546D270CF1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EF2C2406B60CC4D8EA742DF22C0464E8 /* SDImageGIFCoder.m */; }; - 760760698F2B539B1A4A8C3FD74E607A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A7C4AF6221BDD8AD265EAA9C14DED59 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 765C8A7DB5223CDA8C6E5D333F2CDFC3 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C21CC33F7062D344DCF74D49BFC82A48 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7682444EE3F5046ADE989E155A284EEE /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 220EFE05869DC5FC82720927226B6108 /* Kingfisher.swift */; }; - 768BAA880F1D969621A04374DB7854DA /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5518F4EDC6D868C170E86765C7EE1C7 /* Catch.swift */; }; - 76E3A558AD358F70264733619F84737A /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 81567C3F126A7EB8378762CA3FC08465 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7728B76ED928AC7587540FEE0BE3980D /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217A3F47E0ED06D5240BAC62AB674F29 /* Constraint.swift */; }; - 777D599EE92E8693911A459685C7F332 /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D03B3691C165B2971CC8CD50D2218E12 /* SectionedViewDataSourceType.swift */; }; - 77B0273D89449DA79C72217AF57E5A47 /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1051306B875B02C74A86EE0815BCD486 /* NSURL+DDCategory.m */; }; - 780911F844E400DC3DE983DFC62285E2 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = DBFC124EED6E586756C64ACD8FE730B0 /* DDBaseLabel.m */; }; - 78270987D9093E276EA12C698FC69D66 /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FAB0BAEA67751427D6DE85F92A45C5 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 785031B71ABACAC9C0BF541D7952E7D0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A94AF7B9EB256E82846CC6F621D9A89 /* SDImageCache.m */; }; - 785F521281D3701EDDB14472DCB4876F /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417D3BF7F2E418BC583D4E6DD0E0E1CF /* SessionDelegate.swift */; }; - 7862592A925A99934E73D7B24F2895F7 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D159FCCEB97D06ABF0D4458AE6CF3F6 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7862CDF0CC3C4B049C8E4CDA451ED29C /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C159872F26F93E552B656DEA5F53EE51 /* UIButton+Kingfisher.swift */; }; - 78A9DC5A1BC9FB56108C4AF9B8A1BE19 /* CrashDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287FF81E0535DE3C8714ACC342C0C50B /* CrashDetailViewController.swift */; }; - 78B2931A79E21B1AF56F09DEFA4E42F9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A6715A810721B77E7BE0A4AD91B50BC3 /* UIView+WebCache.m */; }; - 78E1DD017E3493217692D927E6FAB685 /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DBC77CCE296A080EC456907F4213CC5 /* BehaviorRelay.swift */; }; - 7928BF03967198F5CD7DAFD6D784F04F /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228A503DFD6BB758F51C5BF9567E4689 /* EKMessageContentView.swift */; }; - 79403C58DA1B5106F8104E1DEC5C2573 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 08CD488F803E37CB2EDEA19AE3253D75 /* MABaseOverlay+DDCategory.m */; }; - 795FED16EEB4B05B3E37700009207E34 /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 168FC76E41435410EC8A00C808BE60F9 /* URLConvertible+URLRequestConvertible.swift */; }; - 79667886740E03B0BA8CAD82D277FDD5 /* _FileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 36DD633CBB453439EE0F54994386CCD4 /* _FileInfo.m */; }; - 79732A6532885C9A7DB87F999CE0BBDC /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E469FE9BA34CE21A445FD18AFE4CE7EA /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79B9F05D7AFAD2D6775CBC7C549249B6 /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D5BD207DDC2BB71CF6AD98D6249DF75 /* RxMutableBox.swift */; }; - 79CC6919A398730886F6C86DDEE7F597 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC5098F9717EFA9E2BED153361BBB3B /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79E028B32DC2E143BAC645CD4DE435D1 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A1422BC9CB8B83EFC8DA0FD4138819 /* IQUIView+Hierarchy.swift */; }; - 79FB13C8D3A4E1D1C297B963C574C0F5 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD6C032039F0BCA60ACAA4D98260E90A /* ZLPhotoUIConfiguration.swift */; }; - 7A3B3E372DA33E8C48594BB13E7B308E /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E70A20A9573BF5A9B175915B1E9F96 /* UITableView+Rx.swift */; }; - 7A4F0F49748AD6BFE43729FE2B9DB916 /* NSObject+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = DBCCB47A684BC2C8E34FD72CB4E35A85 /* NSObject+CocoaDebug.m */; }; - 7A6B61349A1B50DF6E904F761F6EBC4B /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E034624A24009FD0B6839B91B89060F /* UICollectionViewCell+DDCategory.m */; }; - 7A8B0747E5A8A96ED66C1D708F66CFC4 /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74DA4AED3A5D60302C79996DFC5C5F05 /* ZLImageNavController.swift */; }; - 7AB8A969CB1C2BB988A9AB1CD30E6C19 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = B574EC37A2BC358258FE620F5336FFFC /* ZFOrientationObserver.m */; }; - 7B1437FE5E98D55CD1607074C4AA29C6 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CE4345B7053A0BA4B5FC579F2842A1 /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B21B434BABCD594817E3D7A81B0EC0B /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8783AE3240C6DE6774892D61310683A5 /* CacheSerializer.swift */; }; - 7B385A3BBFA5DF0F919ECC1525955E0C /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F5C6384B92BDC0EF9898E50D396EBB9 /* DDMALocationManager.m */; }; - 7B3E9A61AF1EC4DF9CF807E2BFF45E1C /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DA6D1F3BDA26F9D8031D18A9709FD89E /* UINavigationItem+DDCategory.m */; }; - 7B5A2A22E907F6CB8E791BD1937E41ED /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F0988B1C29A7765529195ECCE4B347C /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B68CC1F3C07D681E360C3E50B5CC853 /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 29454470DF2916CF8CB483820556BA06 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B708B9949DEE9168B4D10D22E04DEAE /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = FC8C6E073A2A3C284E72E54033042682 /* MJRefreshNormalHeader.m */; }; - 7B736FC0BBF3C32F32A585090944FC87 /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 39C8F042547087254A7B56A7E6B4266A /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BAC5247AD928B776F8727F9FB4EE7AD /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA9918D1AC95200E4E186A6CB3A8906 /* ESTabBarItemBadgeView.swift */; }; - 7BBE8DA45E00B0FA0620083B8FA0B261 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89270D4B442BBBECE504EA61AD6DA8A8 /* Image.swift */; }; - 7C268EA30C39F532AC992D696FDF5024 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C49A46393F503E8D6F78E61975814F49 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C710235EAEB7ED1C21DC9482A20BF74 /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE30300D5289DF8F6DDDCB85319EE501 /* AnonymousDisposable.swift */; }; - 7CD8B6A0298D4FE0AEF7A41145510C7F /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0379C312FB9DFBA4F0FC9BCF26429BCA /* UINavigationController+DDCategory.m */; }; - 7D079A25B5264F1227B452FCB3FC54D5 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C15AACE8C1A4CE01F1702B4A85D8F83 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D9036FB1C4E0560CCE3227BEA3339C2 /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5190D62F9AD798C22F62ABB607E891FF /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DF302A2DB5B660FE70888DA0EE0F286 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = D731AF5919347A7BD2190D3DC68B53D1 /* SharedSequence.swift */; }; - 7E5A43683952F26781D57C4CC12F4CCE /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A57B71A9E12EE2E126434243DA492222 /* MJRefreshConfig.m */; }; - 7E7A9F47A061A7D46AB1F401E90429F2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C7E8226A65E1D0D4CC3D3E98978D02 /* SDDiskCache.m */; }; - 7EA1A285B210A02961DC6EC1C01C1687 /* CocoaDebugSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0511BA3A4FD667D6EA75BCA365DB4F4 /* CocoaDebugSettings.swift */; }; - 7EA4D4DAB19F8B4A1BE641F9A803B3A4 /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 9526EB71B6900198A54FCEDBBE3E8630 /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F32A097697328E2274CC8AD925FE543 /* _RunloopMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ACBDEC4BFB5FD6C1AB0C2D6A6B69E53 /* _RunloopMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F60A19D3B83E8A56DD7778844101265 /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96BC0EB92C249ACEBDA78937D9AE25FC /* WKWebView+Rx.swift */; }; - 7F74823CF0BC170B85D5BCD1046385AC /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F8864F6B1A531E057B48900668D9B4A /* GIFAnimatedImage.swift */; }; - 7F87DDA52B40F5252EB2DE162C33BAC0 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A0B5A4180221E40CE556F38DA1B329D /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FCA7DF486BC1220F21964FCD6B1A3C3 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61D6B41DDEDC61A1F3ACB9B0E7067D50 /* RxPickerViewDataSourceProxy.swift */; }; - 7FF92EBA287D98B318E84C0165CE0E5C /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 225E1EF48B1C673BC3CC2358A43544DD /* DDImage.swift */; }; - 80141B208065FE781FF8AB8F850FCE31 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31E9229CC74C809BECB976F679F909D0 /* Signal+Subscription.swift */; }; - 807357E0D8B429C410617DCD42E83C73 /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C236674516F1DD1B6E389C4495E2D1 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80785E6691F1F78D1B043BCA12426306 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8566531CCD3B055AACD54D9C70D46E2 /* ConstraintMultiplierTarget.swift */; }; - 8078E9680CBD9BF77D13021C5B82AE8A /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 218D8DEDCD6779141087671AC994C457 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 813B683458C65465624988D928272B44 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC0A368B863E7098C2B47DEFD9527A27 /* ZLPhotoBrowser-dummy.m */; }; - 81456BEE51145D499173F52736521B09 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = F68C9B02B11B5CA2245E6B8812CCEBB4 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 818EE2D4D7DDECBED411E45624F2A32F /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A41376E50017A2935A37C3A982374FFD /* ZFLandscapeViewController.m */; }; - 819863FBD51B104B8D66432AC67C05C6 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AED11DF39E305DF6673230E081BB49 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81B24717BFCD424C3874D855D9F4BF32 /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55C134061004C50225B29605CA80BFDB /* EKNoteMessageView.swift */; }; - 81B7DA4E34BD7FDCFBE8B2CF16335996 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FBA5BCC63A7DA814380D5A7F18555B /* UICollectionView+Rx.swift */; }; - 81C2D503F2ECEB1331D541797699B6C1 /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D085BA174C9A8EBB23BFBE828B25C2 /* ESTabBarItem.swift */; }; - 81DDF3AC3E4831357412BAF122E5456E /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB45E791C7D00AD4C8D18CCD8AF201A /* EKAccessoryNoteMessageView.swift */; }; - 81DF12053E6B37238FD5271CC56D39F2 /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE67FCA70CF2E96C7396C66B8C8E418 /* RecursiveScheduler.swift */; }; - 81FFE95BF81E711459B7B48E1034C49B /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = B2CC50C4D50030EEF25A4B059F6D1424 /* DDBaseTableView.m */; }; - 8220B550020CCF8983DF5B8252C732F1 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = F51A62D56FE8D54578C6D6D0138A1289 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 827802DE999250886D89207BC6F0B58D /* NetworkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0D016D448D4891CC0E17A93392E37DD /* NetworkViewController.swift */; }; - 82BBE2F159943E19A69BD99EBE48D100 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = C37BCE44E949B7D460656AC69C7B99FF /* SDWebImageOptionsProcessor.m */; }; - 82D0D719AE58DF78F47A6D90EA52AC41 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD8C1045DCFBEBB3D9D5593893F671E /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83654F695F940D6B7B244AE48CAB2B2A /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 537F4C537F39CB0F98A503A917519178 /* AsyncLock.swift */; }; - 836F0401537C25FF78D18E4895330035 /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9824951BF51B3BAF7431D329F0BA1DAC /* DDViewControllerAnimatedTransition.m */; }; - 83D0FF7A837ABA4E7B712358AF55AF52 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = FF8BA90E9DCA787B16E878C53AB2B3E7 /* NSImage+Compatibility.m */; }; - 83D67D211FAD416D7164100830513695 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F26048853D41F6951BEE9160B19D666 /* ObservableType+Extensions.swift */; }; - 840B27BBD5508D3F123308CABDDFD524 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E2614393372F1373562F24552A34672 /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84BC5434F8367126E554E82ED3592547 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D0AD26B18FD7E2C944AA8C1205ECD171 /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8505471A71505E2BA003E64FC0D09DFE /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD07829ED3310E1E55EEA3E661C145F /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 850E9557F466337BDC4E92976BA29C4D /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF89EE4F63350FA0CB98FFB0B96BBF6 /* Error.swift */; }; - 85253A95E62177CF9D61A8D156BCBE08 /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4419A307FB65143ABA119AAD2502FCC /* ImageModifier.swift */; }; - 85A96DED83E5FBF923823F46106F6836 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7642307C2A74441FB033082E4393E4F /* RxCocoa.swift */; }; - 85E9A0412761EE97B0F14C8506738BF5 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89D32A6BDC5A04585CC4FA78AD2D3FE0 /* Session.swift */; }; - 862E9D10C50CBB0D339039294989DEF7 /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 96167AC6C6F5EF1D29794661D7712D5B /* _RXObjCRuntime.m */; }; - 864F412CAB912E5360121273A3DBCA87 /* GPBMessage+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = A1833E092E6E2C7CB2FEC9DB0539405B /* GPBMessage+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 865ACC100F9BB256DA7C7F66FC85AF8B /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C319226F475905AD7EC35FDD075DB1 /* ItemEvents.swift */; }; - 86A5C86B1240F0E61CEBE0AC08A119C9 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D8E6DA7DB169EE59344C9934D8C7A8A /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86BACE0D784445DFCD937FF106BD0C42 /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82D61DEED5179B4292D8FA6F2AFF356E /* EKButtonBarView.swift */; }; - 86FDA11CE9FA4F78C10FF4EFD30E6A1F /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652010C3C74634DF3F36531F7CF0C331 /* NSControl+Rx.swift */; }; - 8762C3B2ABC7C4D1ADCD923054358973 /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4452653712093DC6AF06BF027C68CA /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8776F9D9CDA443D35E473576EB3194C5 /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06826A974EFAD95ADA1626CA3E1F5DD1 /* UIBarButtonItem+Rx.swift */; }; - 878914063ACAA2126B18E1DE5285F827 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2931432B02D8C3AA6179C4C8F9E191E6 /* EKBackgroundView.swift */; }; - 8791DC308884A90A38BD939A3C382FA5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DF5755A65EEB0CA7DCB4C4BB274FCC /* SDMemoryCache.m */; }; - 87AE439CF35CBCEC88CFCB269A68A0F2 /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 771811A58ABDD9E57E6F6329FC72F699 /* RefCountDisposable.swift */; }; - 885031037B7CD4BEA92D1497F7781C76 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = E6404FDF26A0D8EB9510837B2C97B6EA /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88A177C486F3A160B783F66E4EF5C1E9 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCE95AFFD6943785D88582A4367889EE /* Empty.swift */; }; - 88A50BF727099AC5CAC16CD4C99B4861 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 059D407BB164CC7195BAA024608BEE50 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88EBCF3517BBC6B987ACD5C47422F576 /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A306642D3099DB598CFB71871466DFC /* Sequence.swift */; }; - 892A2CDE39CD694BF836090D02AAAE4D /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFD6DE4A3D47DB649FA0D0A6D1E9E03C /* ZLEditVideoViewController.swift */; }; - 893E557FBC523702C79FA9A21FCB7349 /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 084FAD33970C501880B546C046B09304 /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89A74579487C25538D71E1B38643774B /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E808B15FDEEA5AF36D9DF4C4966B41 /* DDToastKit_Private-dummy.m */; }; - 8A274008ED97223DAA12E076D417889F /* CocoaDebugWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC7DD37E331F07920058DC251372F58 /* CocoaDebugWindow.swift */; }; - 8A2BC1D6114D08F03E5D6CBD66814AD4 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = B84E9DB849BDE2A2E75ADEFA12124308 /* JXCategoryIndicatorBallView.m */; }; - 8A36A9064A1796CBA330FEDBAD147348 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = CC38CA313AB06EF5431FECD7C0BF4061 /* SDWebImageError.m */; }; - 8A3BCFF83EB0F7B76C09EC9169F2046C /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C0F651835CE9410F4238CEBC3D8633 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A9DFB8E2AB590F6A1C2E1628F854293 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C402DB7701DC37101AF98F1AAA3C00A /* IQNSArray+Sort.swift */; }; - 8ACB6150ABD5A4BE4CDA42F23E090C9F /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = C30938D2D95C8CFD56F11229284457D5 /* IQKeyboardManager+Toolbar.swift */; }; - 8AE15BE648BEEA0A98F2AC4AE497BB96 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 27773BEB035B7035D67F1895E0590AEA /* JXCategoryTitleImageCell.m */; }; - 8B0B152593E3CCDD7456DD63125F38AB /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 918CCDBA1022A635F47D098B5190FBD9 /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B37CC907FC3D81E63891EFFB311D1DA /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA505CCF603B91462290E082E1024CFF /* MainScheduler.swift */; }; - 8B718507527689FA26BC280BDB75FDFF /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B562626692B35F70399778BEB06D65C8 /* KFAnimatedImage.swift */; }; - 8B7996264A46C83B41BED84333C707D4 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1CFE2F915114873F21405FED9B28760 /* ResponseSerialization.swift */; }; - 8B7D57E3FCE49F2518B7AE0E6B5D2B96 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7D764AB9E80A651E964C15395AD6EE /* SharedSequence+Concurrency.swift */; }; - 8BAD04052E210723CC24D737216D8BDD /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E8619ACD3CC56D8168CF041F640FD42E /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8BF55823101A3DABEBCC4DBB679D6D69 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CF649827D4BB7735801A7D686374EA4 /* ESTabBarController-swift-dummy.m */; }; - 8C35B5BAA36F209375286B3C3D2F7103 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7910D828D30815A4084832C84E065ABD /* SDAnimatedImagePlayer.m */; }; - 8C410A2ED4C48AE8304CB81EBBE58725 /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66C9E4C10895E1F718B3A337C2FA99DD /* UIView+Responder.swift */; }; - 8C584664D6B07968AA7846A75519A16A /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 75190BD62CC524E82385D0BC2E087422 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CCEA9CC39354864D59E41672513B5D1 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F597B4968E78128119C969D588B30F42 /* Result+Alamofire.swift */; }; - 8DA24D25E281BD8B9A695B37A48BDC43 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D0576897272BCF2373509D2FCDD315 /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DE19A78CB22C3A938AA54381334F6B1 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AE01637CD4A740775EE7724E440C324 /* JXCategoryIndicatorLineView.m */; }; - 8E04134529985568DCFB8818BBBB7F5C /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89F51C34B23657FF69510E0DA8F6AB4B /* UIEdgeInsets+Utils.swift */; }; - 8E5256AFC173BF710216F67AA68F5CDB /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF4E9A3B832A4E0AADBFB7EA1F8A431C /* DDAF.swift */; }; - 8E8F09AD96271039CB19EDAF7F40D5C2 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7D60686B2BC1EB102A5D122C2F7B5C /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E9422DF54BCC99CA32573ECA23B7DAC /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B5A690194CC35F0CC1D2B4F5463C846 /* UISlider+Rx.swift */; }; - 8EE2005703426DFB542B34D09AF24A80 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CF37BF09619759044178949D04A293FB /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F02C462D2897D1954AB61E7965A2962 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = A6F76FEE45C1E32CE51D341F23E1E41F /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F21AA61AEAEE275B82C922F4CFEFC13 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 793C3DAF5A8365FC6EEE804CFF85D948 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FA98CB7E5B912CAB92BC78003150B48 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC037D082FC50C40CC2AB75FB80B1212 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - 8FC0C1F0C19221901FECC66026743D59 /* _Sandboxer-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 13DB71A2DF2E8847BAA487208E1D3E1D /* _Sandboxer-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FFAEE85A670F82106FF69084BDC45DE /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 062E0FB913015D1C74D805EC9CC57C63 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 903C2E7EE31983F144648843BB570C92 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DECE2CD091998856004D78FC629E2E4 /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90A692D45F5F2537EB0856B3169C97C4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A19B681F19BA1300CA12F5FAFD3364B /* RedirectHandler.swift */; }; - 90B15A331091D1C228BFC5F60D4E45F8 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F1FEF3B975EB40C85B4437117CDAB598 /* UIImageView+WebCache.m */; }; - 90C6480C4262B9CC1A61A3B7E437CCC5 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 760A359746A34A6C59BF4E271F7AAFD3 /* SDDisplayLink.m */; }; - 90D5A68E1EF23552D670E47D3B23AE4F /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6654114B9228F7AC6DB978AB8EEF29BA /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 910F8466106459434C084A74EA003284 /* NetworkDetailModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CC044D31EE8821B7EDADB1B86C09DD /* NetworkDetailModel.swift */; }; - 918DCF83A321043687D0EC792EA9B873 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33E080EE7742C6CA6040857FC0687A7D /* BehaviorRelay+Driver.swift */; }; - 918EBE8FA53446D7CF91717FB581A734 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D86BABF33B863F030194B8A52CA328E /* ImageDataProvider.swift */; }; - 9192B0E784D86E864323A0099D5DF9CD /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3525AEDA56FED2FF9795DFE7EDA805D /* EKAttributes+PopBehavior.swift */; }; - 91933502C0597B78B99EDDB6CEC92FD5 /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9BB2C3D03311AC04DF6996594CB6CA5 /* Delegate.swift */; }; - 919856A9D20F05F74E7034BCB26313B6 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 776D9C1A9AFDBDA4B9CADE3AEFD1F4A1 /* Typealiases.swift */; }; - 91E7BBF8F1A4202B3E4781E312E2B3A0 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB849F8D022F2D44CB1B0298A884AC0 /* JXCategoryViewAnimator.m */; }; - 9234FAFEDAC39C4D42B7572F4F13FE43 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E17CCF9F8700A375410EFBE6C557607F /* ImageDownloaderDelegate.swift */; }; - 92B93FFA25205F6728C871EC199C940F /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0309AE73CEA44E98F71755290E0533 /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92BAD4420B04D7F6A5243D5810D729BF /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B2835B6C0EED799C237BB1EE1E07259 /* EKPopUpMessage.swift */; }; - 92D1F411EDCD4E94848F2B2B5FE8EC2E /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = DADACDBCCA4C393F0DFB836E30849B8D /* Using.swift */; }; - 92EFB720D893286C8BA11156EECEB7FA /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0969E15FC97AE985DA999BBCEF8C4C20 /* EKAttributes+Duration.swift */; }; - 92F90BB8342AA192D7C08520F4CCF266 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99BAF67C8A5CD24748E409B4D34F1764 /* CachedResponseHandler.swift */; }; - 9348C310A4D8EE0038C25AA32FF0B240 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = C7EA9E858EBB2FB3C378227BA979178A /* SDInternalMacros.m */; }; - 934A47F0CA3CE8D65B9C4547C263D0CF /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F297546C6F6C28277DF8BE35C61DDC7 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93721C8F9CF4BDA2AB57C3967D748173 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = D86FF60913CC9C7DA46B62C1C683E05D /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9377075FA4E0C7EFFD0E68C28235E9CC /* _ObjcLog.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F2F3261724B3F01C84AEBEE79B3A5C /* _ObjcLog.m */; }; - 9382CEC3FAFA9B3E6F5C78B9663D9E48 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DA1745FBAE3E5691CE7109A84B940193 /* RTLManager.m */; }; - 938AAACCB629CD676B449EE110185748 /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E79F6EBD860959A940CF227C07C90D12 /* DDCollectionViewCell.swift */; }; - 938DEBEEAE94B73AEF7E4F300CB237AE /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C20731A624F740F63267BC8FA87F85 /* VirtualTimeConverterType.swift */; }; - 93BEEA5D92D4F153A09A75627E2DB577 /* Bubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C46F650C2A76EDC259A690248952D92 /* Bubble.swift */; }; - 93C9F3019A4BF9C45CA3147F8EEB647E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732C5317E0DE96EB6E47A83C775DBE0E /* Placeholder.swift */; }; - 93D95C7F6691DED21F57289570648BA4 /* _OCLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 13870762528D274783144041A9EBF362 /* _OCLogModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9463D7E45F0FED09C374998694C847E9 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ABC665AA46A259E0DBEF93414476E75 /* ConstraintMaker.swift */; }; - 94678F445C7F696058B88F7A9B31ECBB /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E15E659FF795DCB0FCBAC7CAB699C2 /* Indicator.swift */; }; - 94C4A079FF6CABA7F1B809123E682CB2 /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 482F88FDDDEDFD3B68479DCB61A5C00C /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 951371DF78512514FEF71B4F6FD34EFD /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A5B5298BB8B463D2787721F7E6D0A22 /* UIView+WebCacheOperation.m */; }; - 95A2AC17D9936524C874ACAE4A6E4A1B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6ECED9FCD08D1D74B9CA3E1016663E1 /* RxNavigationControllerDelegateProxy.swift */; }; - 95D6B375856547576214D45BAFD14C34 /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB75C93DC6E154AF5443E4BB29955766 /* SwiftToast.swift */; }; - 95F17E0FC83301E67165E1F90C5AA5A4 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F762A66E222F56ED424E8728063D8F1C /* ESTabBarItemContainer.swift */; }; - 9608E323C617DBB486D89685D7267DB4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E7EA8EC2095659AE9175BBA6CB40BB /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96764028EA4DF65930708E58811FB745 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = AABD2A1F07E566F283854A6FE1C725C1 /* ObserveOn.swift */; }; - 969904FA903EE6C2EACFC8C452B25FE5 /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 657EB11B3280CD8530B970935A96AA83 /* UILabel+DDCategory.m */; }; - 96E4B9E2601F91643C19484CB4FF061E /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 69D9F6B1C1928E8F5130179690702C33 /* MATraceReplayOverlay.m */; }; - 971245CD46BFE06B4FF838938725FE3D /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 71530BC7D723AAE2AB156CDC315857AF /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9738274B0302F53ECB5756C1B66FF3B0 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = F704DFD4DDA03E7FADA8DF6152130DDC /* DDBaseScrollView.m */; }; - 9760B3EDECF6751F91C97173F0BD055C /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEED4C0BA4E79E5C5C6887EC05AF121B /* DisposeBase.swift */; }; - 9773847629F2F105580593407D661685 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = A383DDF49CE20AFB159C4C2CFEEA0B3E /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97B7C8CB4BF99A5CD5E485451B31C034 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7709DD62399CFC13BF0390A0BD71D6EC /* PrimitiveSequence+Concurrency.swift */; }; - 97BDF23C8E9038148496525214A838D6 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC988E9AF631ECC07792482EE6DEAB4 /* IQBarButtonItem.swift */; }; - 97C4019AD3BEEBDFBAF1F8451C665D54 /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCB0C6F48AC8A17A0E2B0C678984E6D /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97E3C113173E5B9AE508B406612280AF /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 89FB6615D86B8876062594851B8C8BE0 /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 982018F9943EA721B176DED187A3F4B4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 425079D2E72CD9A6851A03BB59AA8956 /* Signal.swift */; }; - 98287415BE0154348AABC989BCC34F4C /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = AE4ADE608A6DD093F0D179EC9E3F5E4C /* DDBaseView.m */; }; - 983C31E06D6E4D7B9C87126A26D535E5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0574B8818F6CC23AE99137764B856A06 /* SDAnimatedImage.m */; }; - 9842B2D9C892C0A9E6B69A2AC78AA5F1 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = DDB3BF38B62BB4CC0AC70E065002ADBE /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 988C40F1AB05182AC264578BF19E6FD1 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = A83EFE5C3D04F06142F598E39C9F0272 /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99052A7FD46935C7F9A760467213583D /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30167188FE0F96121D70392E4927EE2A /* EKRootViewController.swift */; }; - 997DB62F7C251C04E2548F73C945E9EE /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9FA6863ED2B892306F22C7D733FE69 /* SwiftEntryKit-dummy.m */; }; - 99ABEC8661595B51AC9497571DDE9446 /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 434248B67E62304D0A79EBFA73DEFB2E /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99B1A4B9EB89ECF94B4330475EFB5689 /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB678DF70BF35D7970C6C6DE1ABE3134 /* ImagePrefetcher.swift */; }; - 99EA19C8F294727AAAB343FF9966D33B /* NetworkDetailCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D20CE1ACC6D5D487937C7AD9114FF6CC /* NetworkDetailCell.swift */; }; - 99EF30562A31AD676C542693E91F0EE7 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7F608C41F8EC9276968E11EAD8AC11 /* SDImageGraphics.m */; }; - 9A258A01E679FC91809CB0E4CEE2BEC4 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 874C598F1A84B818C07CC7C106050490 /* UIColor+SDHexString.m */; }; - 9A46A2F7E8AAAE342D18C303B3B6EB8E /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E4300863F17D2D62979F2F20BCA0980D /* UITableViewCell+DDCategory.m */; }; - 9A700645670F731D3AEE30D578991F3C /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = C00F1FD587BC6143D1E65722A2C8F14D /* RecursiveLock.swift */; }; - 9A82883587EA4E20F472A2B58B330666 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFE415ECD60C7DB122A14EA2B5A0EACA /* DDViewController.swift */; }; - 9ACCADABE04C5FBF041953A5CC27B8D5 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F598DED1F4A7DADBFFD3C6E69C2B68E6 /* SDImageHEICCoder.m */; }; - 9B06B23C0DD30320D27A0AFF3523DD08 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CCAE470CE4B88EB94EC366E1214B2B0 /* UIViewArray+QuickLayout.swift */; }; - 9B09741472416487EE81F386B6C9355B /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BA8A1F668BD7BD669CDD5C82E79BE3 /* UIImage+MultiFormat.m */; }; - 9B2A0D221237BE5ACCF087F2577E4A6B /* _ImageController.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C9F0A42AD073DAFC7CBD5FA97A23CD /* _ImageController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B3034DE85AC2C2172ED522E4756BB0B /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 09E4BD9AF58866CD240FE98CC9FA9328 /* NSObject+DDCategory.m */; }; - 9B5100395827615651D86B4C60B15EE3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 5142D7DA8FAFDAA3893180D0FE5EE662 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B56C88A1A26C2AF157005389DC79D89 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE440C4A9E6B0E289D13EF13DB4BF2A /* UIColor+Utils.swift */; }; - 9BE4FDA4C69D90C76F06CBDEF1FF272F /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 500CD7974E8143C141DE2C47225F0B06 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BE6FC823B5CB3EA3788A4C32F1D39E4 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F332EFA980D0829D45D2525EA6AF3A2 /* NSTextAttachment+Kingfisher.swift */; }; - 9C37B4DAD43F665640DB61A214A57923 /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 054402A6F7A877BCAB755AD878F1E8DA /* BooleanDisposable.swift */; }; - 9CE0D080D988944F984ABF550840D22D /* _fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 027120507F2AA7430737482FA5BE5C56 /* _fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CF7F93C09CD223D8A4AEFDE6500448B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E23C6D27E30AC18C7236073ACF9489 /* IQKeyboardManagerConstantsInternal.swift */; }; - 9D2D3680BD77FB36C9483F4B2386CBC8 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E002E2C792C5B797089C0CBB123AEB5 /* UIViewController+DDCategory.m */; }; - 9DC90F2EFC4727920E1553241B68DFF1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3378B84FC9537FAE6FE3A6471585C0 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DDBD070D8F28D3645E88F93FC7E98B6 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C01CB87BF930A549BE2B7C73A68B7AA /* MJRefresh-dummy.m */; }; - 9E1FF64ECBEF9CA8C3A2B1B584716C2C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 596DE640FE593D727FB94B1DAD21AAAA /* SDImageAPNGCoder.m */; }; - 9E278CF7CCA7053B8B9F9599C33DC02B /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EB1F35678631DAA13BD6564BDD10E255 /* SDImageCachesManagerOperation.m */; }; - 9E474548D6A0521350038A8213F06E0B /* LogViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D89CE207A9418AA4AB812BE98C43EA68 /* LogViewController.swift */; }; - 9EA9DCA38AE8140DAA4900C68F0EA575 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D1FBF472B9E18A77EC363401568B862 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9ECF42D1324F716832C4CB78502B7FF4 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A561F4A3DB1805B379FAA2EE96BD9B1D /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF1E4C365CA76114EBD310FACC88668 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A98B58F3B41349E68CDD317850FC5D /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF6BB46D0771433CE11C02B75DE4AE5 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CF4B2CE79B8D63463E0D5C2F77DA555 /* FormatIndicatedCacheSerializer.swift */; }; - 9F1A9C17629B0FED4F5BE452442F3B5E /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = DE7523480013502D9F659C935024B300 /* MATraceReplayOverlayRender.m */; }; - 9F3385E2B8DCE658F07D586F04FB5CC9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4981C8793512C66B24F8DADF2E5C1C56 /* ControlEvent+Signal.swift */; }; - 9F3964B15E3C4EFF4BC0B7616A546C2E /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A59107DEA6267230DDAC16F6E137FAB6 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F5363070A385A4F0D0199982AA28C46 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D35C0A2334F45D74CDE5ABD5D737C45 /* Resource.swift */; }; - 9F77F23C82AD7A280997AB8CE1026694 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 159B09585E27B8B76408E0C22FD4B90E /* IQKeyboardManager+Internal.swift */; }; - 9F9210CD851E076E6C5C1963F3F7F0BD /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB28BE648A06BF38C2C181E1F579104 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F9B7CB3B56A59AC558BC4FEF41613DB /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880E7C4765FC3C7770A014CDB8FCCD61 /* TakeWithPredicate.swift */; }; - 9FE3FCF5816BE354A387DA99CE64BB16 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFDCA6EA7DD6D1F48F6E6A470D82866 /* ZLAlbumListCell.swift */; }; - A0753DDE7E6EE0EE31ADED266223E0A3 /* _FilePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A5FA45F1AAFDC0987C87FDCB4EE5926 /* _FilePreviewController.m */; }; - A07BA82EBAFD79669D9EF1118D658F0E /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E556305153B517AFB44E232891AE5F61 /* UINavigationController+Rx.swift */; }; - A0940F3076A871A4690B3B5C81CC63CC /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D678E5C111AC128EA7ED941DA19E3 /* SynchronizedDisposeType.swift */; }; - A0C1B45DA29A58D0BFF28129F0965A3E /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C48B612BD5FE3864CC82806D71E23179 /* DelegateProxy.swift */; }; - A0D722F2C2E041757A96ABBE6EEF644A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = B02D4DCB02547219F3F0763849A36E9E /* SDWebImageDownloader.m */; }; - A0F05798AA7269C371264DFD7BDB1904 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A64075259164C06A45D6E9220ABAF9EE /* IQKeyboardReturnKeyHandler.swift */; }; - A0F7312CE467F66CA9412CC9BF06ED00 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF6C4414F40305BBFD781E453EA72A91 /* ConstraintRelation.swift */; }; - A1355E1BBE3731F83CB38B9055E2372B /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D4913655D4F50C8A2D4F91427244E177 /* JXCategoryDotCell.m */; }; - A1540B6250A565E9F4FA071822F86C70 /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 403137021425F754E9838004199BEE05 /* EKAttributes+Precedence.swift */; }; - A15CDB022FC7EF5E9B8C06CBF5C3842D /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = FCC0689C94E168FD23D6DF07468A933E /* BRDatePickerView.m */; }; - A1949F2B9289F7954C77D3E23621727C /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B2551C232FF781EC5A99629799F96B3D /* SDImageAWebPCoder.m */; }; - A1B367623DBD487A62091B47587CC529 /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 707F1D31A6782BA84943F925D3B8B7BC /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A20B28B7C2D37D42C1C8F8FAB350CD8E /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C512828A40E152872C6B4CE3903BE0 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A247B85A32906601E0AE92D4E138D371 /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E0DDF1EA55919DC4CBB30DD9B225319 /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A252AF7657AE77B71C86CB9DD16C7ECD /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 492BF29EF10B1A80C58592E2008A8013 /* ZLBaseStickerView.swift */; }; - A254EEEE1080168B974C7A51EE1720FE /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E0D36CEF3DBF49F6B580F32FC58C4A /* _RXDelegateProxy.m */; }; - A2594BB6D1B5A1C5F7652550BD4D5CFE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A1E4F867A8F571345C3F5671F4A12F8 /* SDImageFrame.m */; }; - A2EF4A22909B4F00632D584DFC1AF84E /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F0E17ABBA096211C6ED32351A16C4B3A /* JXCategoryImageCellModel.m */; }; - A2FDCF204E4F34A280D10E41A010743C /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C5EC748DF82D46F9C9A08C1CFB9970E /* ZFVolumeBrightnessView.m */; }; - A340546632D10905379CFF17E52381D8 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = D6A832E4BDE66310505B95C163812E18 /* UICollectionViewLayout+MJRefresh.m */; }; - A3614B7735695DD47BD1BC18CC9610ED /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81AB7E3E77C2A4610F400CFDD9C5FFEB /* EKAttributes.swift */; }; - A3B1C5058E6D1A9BC138D3265F4914F6 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7593E68CD0D047B1AA07A88D26C807B7 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F9CBE2A6DE24552851F198C752D92C /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6E1C43DDC2917670BEB8DBBDB08584 /* Date+Dispatch.swift */; }; - A4232F59E1918C240232947792D51757 /* _ObjcLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF1A76F33B4E63B165CE5FA5B91A130 /* _ObjcLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4390CE9EDCECFF6375AA584E2EAD34F /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 398EF02AC671038FA4CF57813E3CF4D0 /* ReplayRelay.swift */; }; - A5476425D3C5D6705F6FBD0E515FCD7A /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = F39356F38D8A9410EB074F2BD28DAF99 /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5821D2212C003710A5C38D9664B78C3 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 06DC1011D3CB2579CF954A6998A82B46 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5ADCEB47AD35B2837432D89A38F1EB3 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 991E213B89A1022461033F97D75A8D59 /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5DF3BEAD02F2529DDA2F302CECD3AC5 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = D2DC7453F3FCCEE3E16BBB5544D09300 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5FBC4300B4ABFAD6D946894FFF20CE1 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = FB68195B395EB6CF8633DE6EDFBB1088 /* JXCategoryIndicatorTriangleView.m */; }; - A6317E0907AB4CC3D67439817FAE57BD /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64A3DA85615ED1A56221AB6F36FA565 /* ImageDownloader.swift */; }; - A633C2F82C4975DD22E150A795CD00DD /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24E1278A7685A01795991E9FD2EAA66 /* IQUITextFieldView+Additions.swift */; }; - A63635F42151DC61690AB3D4344111F7 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = AA1A3E07AB1893E12AB107D28F0E5457 /* UIImage+DDCategory.m */; }; - A661A54FB0BE0E81281BDCD7009CA8B4 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CC0B99E9419B9D9D1B93DEA4580469F /* PriorityQueue.swift */; }; - A69BD642F651597A508BFFC52465D14F /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBEC891CEE309B242862AF7413655386 /* UIRefreshControl+Rx.swift */; }; - A6E93420233B40E6C5FD32FC0C411AF2 /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F949BDD3943AA2E03106E9CF3CA3FB8 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6EAC1E0ACC363F33EE2B1D9A908EB9D /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = CB2E8F051F4B981AB5E31D41EF9A0EBA /* UIColor+JXAdd.m */; }; - A7062B54FD5C7AF185BB61DADF92FBEA /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6D33CBC0FA9298AE47CF287968671AD /* Binder.swift */; }; - A71B9809FA82EE0CE142382FD6162BAB /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C5BE989D2BD909E8E0DD78E1BFA820 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7395AD90CE7874072EC370C8AE32796 /* CocoaDebugTool.h in Headers */ = {isa = PBXBuildFile; fileRef = EEB0A50A51632AAD00B9054793B6AEFB /* CocoaDebugTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A77D042C0EE798B06F9120BABDB68255 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = ADCB8C90F606DA9FA386F2B4EB1215A7 /* NSAttributedString+DDCategory.m */; }; - A7C1EC0054ECE0EF2F2CB1B561C23590 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 28A65AC2858558F85D9E83C7A5957D51 /* SDImageCoder.m */; }; - A7E0CE992F5E28A78FF7705F4AA95F1C /* _Sandboxer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4197BFCAA16F893B016E2417DF1E96 /* _Sandboxer.m */; }; - A800CDAB64BB49B835120199FDDF7EE9 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D32829D54A1ECAE44AE1433ED7CD8A /* ZLThumbnailViewController.swift */; }; - A8046890340F247D5EF036A8C232981C /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A917F0B3BFF341657895E87AD166628 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A828254620582CC1AC5D705BC77294D2 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8831FA0DDABAA2853CF5963C7D0B3E5A /* SDImageIOAnimatedCoder.m */; }; - A82F0D4FB1D81AFA125ED8972A4CC3A0 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = B40B699E20A88FA178864D907B41199B /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A84FFA69993A0C56A0CE4937BF3C481F /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9475A3AEF81D09A088D498993EC74C /* HistoricalScheduler.swift */; }; - A9287B485E49EFFB8DE08945AECF14D8 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3CE7A45B66F1B3D2596512F99B784F9 /* RxTarget.swift */; }; - A9593306999952CA919A4DDE82EC6C3E /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C59F709190982BA742B1CD33C97A05 /* DDControlsKit_Private-dummy.m */; }; - AA0B700D7499FDD27E65E53F8FD2DEBE /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98446E34A5BC2175684D69EA687AEB83 /* QLUtils.swift */; }; - AA1BF33AE40D81CD7DD6D75696866120 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B8523EC1C497B23AEB099EAA9E48591 /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA624D3EE03B4A895DC1FFE446ABCC0D /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 644D8AD252E672E3F7F6BA6624E9119C /* RxTableViewReactiveArrayDataSource.swift */; }; - AAA51B9D97A6385BFCD0BE040F9695E2 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32A060FA06912DEF08C14B2CAF8AC48C /* StringEncoding+Alamofire.swift */; }; - AABF3DC7DF10689372AA615D03DA9DFC /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59F28AA67F900CC609CE298D2576872 /* ConstraintDirectionalInsetTarget.swift */; }; - AAC304321AC76D2C680F473FA3A23C12 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D8B17DEBF5754D172240F006F09E29 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAE47673FBBFDAC8C28BC40A786F9B73 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 921A85E91364FA6A782EEC183AA278FF /* ZLPhotoPreviewAnimatedTransition.swift */; }; - AB0A7FC1637EC80FF292A7497915811D /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B0A5DBEE83873016874FE63FCC166F9 /* RequestInterceptor.swift */; }; - AB4D5C66726A63E322A042017408210E /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944FA5EAC18B49C032D0130791E1DCAE /* DDSwiftLog.swift */; }; - ABF58857A9ED236CD5B387FF0C56FFC0 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 35DB9B25A38E1906269481378DC084E8 /* NSBundle+MJRefresh.m */; }; - AC128BF52E4D00EFC523B3779B9B7FB6 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2B6F70537955B1FC02DBFE8A7D5042 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC5D61774CD2638768862FD2934B6027 /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = DB67D38AC26C1E33F0B2A67C4C7E10EC /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACE0BD363363C792B176AAFF495B0369 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4569496544524EF4A71EB47BB75AA3 /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACF3484F2DAB6A3F2DFFF5F889370BF5 /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C9B6FEA8933A8FFC5187F59FF50546 /* CombineLatest+arity.swift */; }; - ACFF7907821CA83DF524AF87F875FFF1 /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2957132475FD88FB6D7EA45136D9EEDF /* SingleAssignmentDisposable.swift */; }; - AD2D8BB58CB2F0FF6423A016D14516F5 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = DEF48095A9D20497275CE1D502512D48 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD428E45B5793B370BC9084A07D2BDB5 /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 901771A17BC2D5F010638245884EA1B0 /* UIDatePicker+Rx.swift */; }; - AD482F2D73E3467B1A5C87937B4F7603 /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C7E08017D80EF1936CE54E783C7F2C9 /* Observable.swift */; }; - ADA26D9BD8D714E1B3F6E424BB94E6B7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24074D619CA979F76AB1D2FD1CCA6091 /* Bag.swift */; }; - AEA4B4414A13672F172ABFC829A81A2C /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B606FD5693272D3406170F74B26593D /* WithUnretained.swift */; }; - AF02F5C6B6D6FA14A017F65611E3974A /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2559F26C75D13C13FF2804382D3F59C7 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF1850793335D7411B7CA119CCFDF776 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = DB5035681FC46F97890BBDA4BE1BBECC /* SDWebImagePrefetcher.m */; }; - AF5EEFE6005E0DE11ACE6DAF7C97A248 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B7EE5B4F5FFDEA10868682DCE8344CD /* UIPickerView+Rx.swift */; }; - AF781C8802F46CBA29CE8AD70F2B40DE /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7461F23EDA1518F6883EEB3E41CA0304 /* AsyncSubject.swift */; }; - AF91B100F4B4D65B92BF8CA590B2005F /* WindowHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF00DB45CF5FB56573C940FDCC1E6811 /* WindowHelper.swift */; }; - AFE462A27C50428CA433CD3254C90863 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D0870107DA8522EF705B7D6480F1771A /* SDImageCoderHelper.m */; }; - B04B2B65E995F882AB75E0609D19306C /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF61E1FE2D119776EF52063D94ECF /* UIView+Shadow.swift */; }; - B0E0EBCC1739673622DDAB04CDC5DFD7 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C5B817601E9A6369B5DDC72B5F6FAD /* Pods-OrderScheduling-dummy.m */; }; - B0FE5F5E13999899D057412471C60B59 /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72AF32E7E82947FD9AC91381D2F2E4CF /* ImageDrawing.swift */; }; - B10E4F3871A53CAA6B9DE3D77091E718 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD63A5786193A6BAEA56557F715A5017 /* EKAttributes+HapticFeedback.swift */; }; - B1104525F66A74BF581940CC8EBD4605 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 20A03C612DE994A6D49EFA787201E56C /* DDTimerManager.m */; }; - B12E1D13FBD4ED9307E4BE0B8CA3A25C /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D8080D1F1FBD07B6EB13C1A0757CA76E /* UICollectionView+DDCategory.m */; }; - B1466F2AF4C8C5D9668D912F5716064A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = A696AAE96A27A0204EC62503D9C54A30 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1793F1388223AC4F7823353845D5A80 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DEAAB15891C178CEB558B353A28B54 /* DDButton.swift */; }; - B18358F79346BBDCECD8D8050B92C6CC /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41FAE916D4C0AEC201074C5C74E92C63 /* ConstraintMakerEditable.swift */; }; - B1A7FCCDF2F76FD799074AFEF13F2C43 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4858A1FCA98FB39993CF48E027E412A1 /* NSSlider+Rx.swift */; }; - B1B6CF6A2FA7EB0BA2DE5414F5DF946C /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E01CE23B80FE837FF12BBC50F8999492 /* SkipUntil.swift */; }; - B1CD720CED00E5BC1E5B96D581603C2D /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 310BD972647078EAFEE4033CAB1E1BF2 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B206DE65C9441E9FCE3CA1282ECF02F2 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F28629DAC354AD8EF7DCE02ADE79E55 /* UITableView+DDCategory.m */; }; - B21EF964ACC6CBCD4E5D0D766A71E9DE /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F91E187CB44F351CC91D0D87E3C0740 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2851C902C2C372F18387C2B39AA47C1 /* CocoaDebug+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC09D51BA50A7C238B68B28BEB3003F /* CocoaDebug+Extensions.swift */; }; - B2F00FA6A845D79D514C907870345041 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF917127A706BE5056DB0757BB0D3027 /* ZLAdjustSlider.swift */; }; - B315A21471DC78A45CA5249A9EF6EF85 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EB25FBC860FA77D73E17653A68A963D /* AuthenticationInterceptor.swift */; }; - B337891246C2848ABC1945BA4D95817E /* _ImageController.m in Sources */ = {isa = PBXBuildFile; fileRef = 445264F16A403F50D4B8A68C351262D4 /* _ImageController.m */; }; - B39413405FA4D21C59E891E7DD18DB1E /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6153795380A37DDF8BBB1386F4942EA0 /* Infallible+CombineLatest+arity.swift */; }; - B3BCB6762F05E6CE8F5DF3A605730B6C /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 4449009A5E7867CF71C5B215635F2D2E /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3BD944BFF9FBD5F1638D4FA684DFC9D /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 183F19FE6BC24CC2ED469200825BED13 /* DDColorKit_Private-dummy.m */; }; - B3D357841FDA256DD78B84471E009F1D /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 939956CD7371C4B206B1FE2D5DB243B4 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3F8D02D6F81E468340ADA0561C2990B /* _HttpDatasource.m in Sources */ = {isa = PBXBuildFile; fileRef = EEA008A28BDF010E2D0CE9198AD28F33 /* _HttpDatasource.m */; }; - B4093EE96AA888E2B1609715B1CAE585 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0334D58B2D51FF01D3196F736BA41C10 /* ZLGeneralDefine.swift */; }; - B410A7FFCF6A4F1FC0160F22E919B009 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DEF065BB35A819D3C99AAF3565D7EC4F /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B43B1D85F1DF038DB7D01DFAF12D48A0 /* NetworkDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75E9D2C6B1F009CBAB091818A4F6FB70 /* NetworkDetailViewController.swift */; }; - B450462CA20B3A8EE7F08F1575FBD714 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F79D93E9EAC91998CD46F9BD551F765 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4527D6F585156B3603D05329436D4E0 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B3E8FBCB4BB9FD92F07D08BAB775E94 /* SDWebImageOperation.m */; }; - B460A9A103E7954D19D481B77F87F83E /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A5FD96D59B7F203B54C673283CA021A1 /* JXCategoryIndicatorParamsModel.m */; }; - B4E540E0998D38BEA54DE098FDED09A4 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = AE8ACAEDAAA681B531C75C1E85BA5098 /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4F5741B73D531E1ACF070C785EC6613 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 43CE7FF2EAA4CE7A18BCC8CEA451A28D /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4FE3233189E681459E6FAFE1A656449 /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D5E412B9217D6F1994258AE97A9F8EA /* EntryAppearanceDescriptor.swift */; }; - B5269B62215B96500B9620B997F378F4 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D66D4ED537BD4320CF66C0D4215BFD5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B53F9C80DFE371236697EE4CF0CBB918 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 106867BD09CA406CC67213E4F249158E /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5570035F390796484BAE09F15699744 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCAF6C65AB5E9C08DBA6533E050B8EB /* DispatchQueue+Extensions.swift */; }; - B55D49CD10FA31F1E6F92E225D821BB2 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BA3D133BAE9213EEC52E376DD5296B /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B58F07921B57632FE68D62443386997D /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = E84A12C3DFBDE91E21E7337CCA6944B7 /* Decode.swift */; }; - B5DCFF5EEA48D7175514B0639C4B8EBC /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A30222DA6B089C8449D6D03D27304B /* DelaySubscription.swift */; }; - B5FA1092BF1D816BB9A7BA06EB64BFA4 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB4263E5C73CE2EB0CA35F0E6E79F95B /* EKProperty.swift */; }; - B611198D9692C8B6D4970591AED83362 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 558EFDDD9783513313FFED3E7DFEBA42 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B61A05B07D76CBBC87C664B2D964A5C3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4827106206B2A59B58B5EE626C4BA59E /* Notifications.swift */; }; - B659FB406C404DBBAE4A648BAE9BC77D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92913AC99AB731685E7EDF16583F293B /* ParameterEncoding.swift */; }; - B66389A11F64F80F5CBA50E6E8FEE348 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FF5864CC332A81D79E267D2F08F5EED /* ParameterEncoder.swift */; }; - B69CF72805136E1812C4DD14D36571B1 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9BA2AC78B83BB02C5AB9F67BC7CD445 /* ConstraintInsetTarget.swift */; }; - B73678A0D6DC52A94F163D0C65B07B56 /* _DeviceUtil+Constant.h in Headers */ = {isa = PBXBuildFile; fileRef = C1A659BA3E9B3B83261C34A4F724A4EA /* _DeviceUtil+Constant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7551F7AE4DFD9D8BAF5DF408EE11783 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EBB54A8777788FCC37F4DDD1F95CD7 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B77657E559F9F982B8A41880869F0847 /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7531A111C97507236F1EFDDE18FDFF79 /* ZFIJKPlayerManager.m */; }; - B791542990CE08B57A3292ED05F6DB74 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = C77A0B91DA4695A2E41E274FF0DF1817 /* DDBaseImage.m */; }; - B7ED93C0661C6395D434C8728CA57665 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AD2B3D32DC2D5922D4FF51E8ADA7CBB /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B89BC37A7EF9653B4E70A8386786F5E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F4228AF4D852F9660E71671138791A16 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8A6D72F39FE58ACFE28E3C888966365 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A2FF4938FC742B41E51A3D67F83B59BC /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8E2D20AC3123CD07ABBDC96C0FBEA9A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD78FEC426D325F38D6E871EB1610720 /* JXCategoryIndicatorBackgroundView.m */; }; - B8E9A4E2E8BB5D2A298FB1C56696CF1C /* _HttpModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FFEB9DBD101C979A602281F0268717E /* _HttpModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9339C5232FA751530693C26C023E2BC /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED5EDAA37435A7FE04C80EEC2761374 /* NSTextField+Rx.swift */; }; - B9883CD007BCAA0FD199AFB559736FE6 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0F0F96451A68F74A5FB41806794FCB0 /* Infallible.swift */; }; - B990FA20B3F369B224D4B96ABB4045E4 /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 715FF079BB749EA6EC2C8E7EFEE01776 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9910A2F6B82398D9311F4EB38729DF0 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA16FD120D889CD293F635B3EB3584D1 /* JXCategoryIndicatorComponentView.m */; }; - B9983226FCDFACBDB700D0483007AE02 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4771E804534D3D249DF1F01ED35C03FB /* Dematerialize.swift */; }; - B9FED8E7B04C74F084D8156BD8AA93DA /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E20517175479DD20B2E216370A28A2F3 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA13DC414281FAF210086D1BCF79E6BD /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7D75EA00C68C8EC9529B061EA9B627 /* Pods-OrderSchedulingNotificationService-dummy.m */; }; - BAB546FF62D34C6C2E6141CA5D0EEA69 /* _SandboxerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0016C6F4A8BBEB08CDA6E3A5420B10EE /* _SandboxerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAD25B30F0E334F12EC76FF901DEE3E1 /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A0BBDC2F2657AE9F32CDA93BF9DBB1 /* HapticFeedbackGenerator.swift */; }; - BADE59BFD6ABB8131D8E89FDCF00C74D /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BFDB4E75B1484DFA020817AE4EE945 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BADF6C33E1F3588E403CA1D766D39FC9 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = D50645F7D4025B09F2BF43C445A05769 /* ImageProgressive.swift */; }; - BB11309B4519548E3ECEE89D25C9A5DF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A2B93E82AEB01EC5A37FE1494F6292D /* JXCategoryTitleImageCellModel.m */; }; - BBAC10AC6F7CCC08CA990EC32BA93912 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 08AF4D18C36AB2546F7F8922C2C9B6BE /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBC70A640BAACC6E4B66AA90848CFA0E /* _FilePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = AE6BA4D7D7E9A9A3D637F00B05FFF8B0 /* _FilePreviewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBCD195060AB693E31E7265ED366357B /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D87AF29A25D07A11AC756180D366FE /* UISwitch+Rx.swift */; }; - BC2DA64DD45B4E41586E32FEBD056B4E /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB0C6995731811C85FE13FE3685E6968 /* ZLPhotoConfiguration.swift */; }; - BC69B1FE7E10F3D5DF175CBE14F5DCA8 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 160538DEC56439C5968908C2B061D198 /* JXCategoryListContainerView.m */; }; - BC71F627C5BB3C812706494A15135648 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = A26528E38976BAF17E03D7B30EF1A830 /* NSBezierPath+SDRoundedCorners.m */; }; - BC9B4EE54D72F2455037404FBA19AD37 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DE2C797C7FD11FF557277D5347E5654 /* IQUIScrollView+Additions.swift */; }; - BCD9CC1CE79079D3D45975C960F10783 /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE99BBDB48A081389ADDB7C942C9D53D /* RxCocoaObjCRuntimeError+Extensions.swift */; }; - BCEAAD99ABD997F74E300F7B403CCDDC /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9398D0DAD4E01C571C1ED9CA3135B0BA /* Infallible+Operators.swift */; }; - BD0530138584A6602C89E4EE957300E0 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61DB488F8381483566FD8DEC477E8903 /* NSObject+Rx.swift */; }; - BD5769240CAB4930531B883F3AFFFAB4 /* CocoaDebugTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B51F37A7C344BD675F51BF2342A159E3 /* CocoaDebugTabBarController.swift */; }; - BD5DE9137AD611FD04789830CDA7EB55 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF80A525B7281E66B3E29DBBD46A58B8 /* IQTitleBarButtonItem.swift */; }; - BD964247BCCE72D5C1B9738879564443 /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58294F63B9546EE5FB94783D942812F9 /* ColorUtil.swift */; }; - BDAE954DC84B6E8AC31109AD8DC8D334 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4430E66C5A71EB532107B6CFFD81A60C /* ConstraintViewDSL.swift */; }; - BDCA78333A03CC1AAADEB702F0247B5C /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A42343C2D6959246C474CAF35D6CC1A /* UIActivityIndicatorView+Rx.swift */; }; - BDE0AF913CE3F4071E4007C5DFDA8524 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC0950B1ECC72AE06F498F9B5A1E712 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE11323D433BE89670AC4426D26E30CF /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 848DB5D0C7C456F4A754958F5F87BF49 /* UIImageView+DDCategory.m */; }; - BE167859973E5F383FEB74A80D9D01F7 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE9A920F8FA6AF9DD504682927FEB351 /* ExtensionHelpers.swift */; }; - BE48E94071B8D2879A0CAAD2716CA894 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42F2302B18BC0F431281A775BC882B48 /* NSButton+Rx.swift */; }; - BE50B0FF8A2D2BF08505923013F8FCC4 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AABA9A29FA41942EA4E8B69A3FBFDF24 /* ZLEditImageViewController.swift */; }; - BEDF074398BFD7DF94A196D3883B0626 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 96D0124AA5F9AC06B5B82DA289A5A267 /* SnapKit-dummy.m */; }; - BF31E4809CC5CC71907563C0795BF3D9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC3EC4E8B0AF0CC4724DF744657CF098 /* DispatchQueue+Extensions.swift */; }; - BF41DE73228CD7380FF1AC52A9D39906 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C071192B6C37D4D3F796CB640C6EE8F /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF7C326418703B0627237B811478A69E /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 592DB6D4AD6DF021B80821D5051549ED /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF81E739B886428C57AB9E371A0B64FE /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8DDB5AB5574889E524A11128C23FCD /* DDBaseSwitch.m */; }; - BF9EE31DA89D7BD4D374713EBBCF8C9A /* _HttpModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6550115578678499806D9C6CDBCC1165 /* _HttpModel.m */; }; - BFF07623A7EBCAE780F23B16FCCA46A6 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B484547995143B0A3FA497AA165822 /* IQKeyboardManagerSwift-dummy.m */; }; - BFFA58E5979EDB390F21B31F125B2632 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 191488C38985420414CAE71CE483ABAB /* UIImage+MemoryCacheCost.m */; }; - C0B92C052D177818157423AA97BEEC41 /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450E40440636F88F499AB2D099762A8A /* Range.swift */; }; - C0E36B0F1A30BC55F9AC025171D9C40A /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89061AFD9AB16D5A0B173E69D0B7C85 /* ImageView+Kingfisher.swift */; }; - C129D590FB00BEC41B69093EFE0550C1 /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B7E097BD7EB89267D1E9FFAAA85377 /* MJRefreshGifHeader.m */; }; - C19A3B3BF30C1E6A7B8B49D1707FEF35 /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0E138C52B3C25BB2BADD0A94A3E168 /* ObservableConvertibleType+SharedSequence.swift */; }; - C1B3CDD337EF4F552282DE6242E0085C /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AC299BFF4B36E46DA5E5C19A243BEE6 /* Disposables.swift */; }; - C1CBD7EE47D55D6ED61A28AB50A72BDC /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D125BAFD50654D75081EFBAFCC1351E6 /* BinaryDisposable.swift */; }; - C1F35A42F0086062E9FA4BE7EB6D3BC5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BE2A2283AA193B1FC6C42A44D951474 /* SDWebImageCacheKeyFilter.m */; }; - C22E43D97DDDD19604D9677733A5D9CE /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F9A0A3CC2D465040BAD39CDEE3E2960 /* ObservableType+PrimitiveSequence.swift */; }; - C2422DE72E0AE7A2B6C524EEB6561541 /* _WKWebView+Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FCF98AE71E6A3E6673483E6A4FC3A23 /* _WKWebView+Swizzling.m */; }; - C279F4152AF87F3B0D23FCD471526387 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA50061F5080EC34DF4203BBE861C65B /* Lock.swift */; }; - C2C943B55033E1906571A539B7123311 /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A892C98B23F76A782A835779016E9B80 /* UIViewController+ZLPhotoBrowser.swift */; }; - C351FD4D753D534C32A90970493C1309 /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E82D13FE96061E6E4EB297A495D4B26 /* SynchronizedUnsubscribeType.swift */; }; - C393251524AAA3BF1C2BA269684DC806 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = B9CEDB8AA065587457A5D742B0C957A4 /* UIScrollView+ZFPlayer.m */; }; - C3E841F0F2A1C2CAE89FB406DF3EB569 /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 73C8A6AEE4F8853B589A90026FA41920 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3F15ECD67B67F121651F425D872291F /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F4B83026BA98C76D867A2938DA8F20 /* KFImageOptions.swift */; }; - C45425D6D8206478E4FF26CC85E4B5CC /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16A984FFDCD2D8E2DDCD44B725FD124B /* Optional.swift */; }; - C49B11227141A1C9B5C446CF513AE3B7 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082A9747FFF7BFB6BFEDF73173BFEE19 /* RxTextStorageDelegateProxy.swift */; }; - C4FC515A765F6D264655342C179E8B70 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F7FCD1EEE9254E4B23FF51EF0678C66 /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C54B8B88AF0ABC05267411671F02C964 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 48330C02481AEF4DCEC3989DCFEF285A /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C606E1F4F816CD5CEF3D207708C3C609 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2C49409727D38F52C1F53932F467A50 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C611EB7B0889F299561603ABC2B2F8A6 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C315F24956CBAE8C22716422A20E129 /* SynchronizedOnType.swift */; }; - C626CF00E63F1E69A4194CA80068AAFC /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC084944C38AB1F9506B44FC5985959B /* RxTabBarDelegateProxy.swift */; }; - C6DBAF26A4A104BD5200CF834A5C6AC4 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C623F2403EDF727CF44EAD667D80728 /* DDAutoUIKit_Private-dummy.m */; }; - C700C31CF03C3E4E40B18F0FF4EF381D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = D27EC654DA0D57E391B837834CE54930 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7E41A5D81A024EDF41219DDC3B9BC14 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = FD400BAD712DA8155B581382EA24C209 /* ZFPlayerController.m */; }; - C8049867323D3A7EDE9E39E2246F9806 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 676E8C28B7564438EEA471AA7DA540B4 /* Amb.swift */; }; - C811C54956F24D073E800373BB69A8EB /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 99AB51679515C5AE24A71E033EACDC14 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C81BFED8DC5CF5E66D81C7736374B9C4 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B950E3E5BC03E7EAA144B54395908596 /* DDScrollView.swift */; }; - C845190F0B27DD1C19EC9625516F3AF1 /* CocoaDebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6B6514FBE643036EC134A7A169EFC7 /* CocoaDebugViewController.swift */; }; - C88C2CC9083FE0D07D52A9EC81D1E626 /* _RunloopMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = BFE7A470772C4DE2120B74453CED919B /* _RunloopMonitor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - C8D7A9EDC2F72A333D4AE379983529DA /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAEF6C6FDB52DBE5A8656051132CF406 /* UIRectCorner+Short.swift */; }; - C8D9227AE348E8B791BB5A9DDAE2E182 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B4465701FE30BC34749FE111978E33 /* NopDisposable.swift */; }; - C8F37E34D117D30FDFAEE19C03F1DBAA /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85E9F3EA154A99BBECC5B46465D4766E /* ObservableConvertibleType+Signal.swift */; }; - C8F8E3163CE2F3AD0871F8DABF59F126 /* IgnoredURLsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D784F0B890FA08BEE1A9B1AA1F26F22 /* IgnoredURLsViewController.swift */; }; - C9172D6A5B4EBBA8DBDF690F51A58849 /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCA5C8C7B7BC8507124A50FE7913A08 /* ZLPhotoManager.swift */; }; - C94E42387CEC9115FD19FD84D6DB9171 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = 748A512F28A34DFCAC2E395D397C6E39 /* Event.swift */; }; - C99813C12AD65507F8A1F3F00E140B4D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 642614BDC93A4CC0B518EAEF889BBEE1 /* NotificationCenter+Rx.swift */; }; - C9F76E02C52B92E46825E75DA101F97A /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = E3D03BAC0E6AEA54D0D773EA9DBEEC1C /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA2867742C3F2479DF3E739041AEF731 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7570DB9E78635FA9807BC95099AE6E99 /* ConstraintConstantTarget.swift */; }; - CB1B31288E524777EA7FEF6E092E954F /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331D98EB620C01F424B96A5DA29C60C0 /* Driver+Subscription.swift */; }; - CBC13ABFF646EADADC26984BDD12023C /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E96F96782C6C279675AFD8F730FE03B6 /* Queue.swift */; }; - CC9135EDBA9D84DEF7F495FACE262DD6 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3DC48DCE4F122D2259E78DF872A8D1 /* ConcurrentMainScheduler.swift */; }; - CC96F0C85F662AF19A4E515F21EEE9CF /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = AA33DAC06090438E4DDBEC2735580BCF /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCB1CCE148F434A4A1FD5C20BB3CAB54 /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 129C4C0861511F31333238525142A013 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCBDC5792EFEDB0D32E03261BE90DFAC /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D6A19F38BD24A68614649268A81158 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCE73322A8F4B26A087301EBCC65C869 /* AppInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 763152F9DFFFA3E497E7E5A78A48D4D8 /* AppInfoViewController.swift */; }; - CD0BAEE8810A92343D721F5D3EC2D2D8 /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9468BFD4E552D5DDAEA1E67D7DB56D24 /* Disposable.swift */; }; - CD12156B4F1F982CE5CBA7924ED90E24 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC07E2E6CC66DED2E6B849B9836D440 /* ZLVideoManager.swift */; }; - CD4E33BE5BC4DBD59CFC58A70DF1CAC3 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = A61E15F374B58D0CD5DD0D21ABF44943 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD6E125ACDDF38716E4DFD741B612337 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CF983DA4DF78AA359D0008B54A72F12 /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD9EAABCA5038D9306C0ACD56A3A7D23 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F41F2BA648EA3813EAC2F4F6A55891D /* WKInterfaceImage+Kingfisher.swift */; }; - CDDD632233988F44FEC138B913143D5F /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = EBBD5F991C5E7631E158368AC5DDF0C1 /* DDMAGeometry.m */; }; - CE0D7DF3DE52C1B52C39DB23FCED7695 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 053261275951B60F8A7B6E2E16D3D6E0 /* MJRefreshAutoNormalFooter.m */; }; - CE300C21C39DEF3FC00260E0C5A4AFBA /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC131E115AC397987555BDFAB62A38A3 /* ConstraintView.swift */; }; - CE50A84C5C3A363CC5F5B206EF9C16B2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 0385BA814C957C616179B78AEC1F08C0 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE6E8F479C11E333C244F74A2E9665CE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A30B03FF04AF86AC507A20E3B9FEFC5 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE8E55F06DEED865CA7AB8FD9298DD42 /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A7809897C33AB93E80EF656CCE20983 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE90E73675214C8853F20CB4BF569901 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EBD55EC0FCF574FF898649700156EE /* ZLClipImageViewController.swift */; }; - CE9DB2E127EF675F92110286C1B3DBB0 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1A9623209FAE65630C3CC966CEC8F5 /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEA5FFBDF695AF9F54027D0F9BE06A9E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = BBFCAC399B1C6E22748ED55F05C70FEE /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEC5D59E8CB9AA98751A071D3CC175D7 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA644C0B771D66BF5BF84E7CB903BEA2 /* SDAnimatedImageView.m */; }; - CF5A619D2D3826CDC149B8C698F2F015 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 605FB43B0DA0F12B646A8E06249BA213 /* ZFLoadingView.m */; }; - CF8B43A4421E9DE16D25C1B7B9385ABC /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234B50B3C07DF6F1E476438BB3989711 /* CombineLatest.swift */; }; - D027DFFBF0E354D252A6A52AD54C6830 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8300FFB7D28FC9CB5645873A902E9AD0 /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D031E69F9B31D2D90CA1BAA088469040 /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43379C188DF367B0818B4778B62B62F9 /* RequestCompression.swift */; }; - D0458582F73B502054224EE779333845 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70AF93E4D974B8428D94FDA5AED6BD6 /* DDView.swift */; }; - D14FE7769234FBA4A9FE71A538AA1416 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F41FA482FFD01131F6109B6F710F6F4 /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D15601FB6BDFEA4C0083467D5B754051 /* _CanonicalRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5399B48F97E6FE08BC78D9E04015FEFC /* _CanonicalRequest.m */; }; - D159E10ABCEC5BAEC2AEE36361A0C14A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 256DE73C9DFEE06EDCAE15BE175F35B5 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2080DFBC1EC1E36D090C40AE4268C0E /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16C8E97D22CC84BEB8D3C25B9A55D6D4 /* EKImageNoteMessageView.swift */; }; - D261FFEAFEECC6C5BE05EAFA172A6962 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BF7BEC4D90C021470A25988CB291BF /* _RXKVOObserver.m */; }; - D2674D18CD23C97698FCE3E9C3FD42B1 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C527167BCA8278B0CAC9FF9477E7EE /* Concurrency.swift */; }; - D26EBA1505FCD8CB1561A0FB08AB74A5 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D50ABEE75112BB31B23667087873645 /* URLRequest+Alamofire.swift */; }; - D2783F91C8C3A525D7086EBF0B079C22 /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = B46DF914A72CDF22E27684C7E253C84C /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2807DCFF6B07ADF84CFACC8A1882579 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 20A5A8739DE24B32F817BAE464B70DB5 /* DDBaseAttributedString.m */; }; - D2B59A35739A47EBEED7DEA75BA5C378 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF4E4E24BE31DAB6754BC5B5CE50FA1 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2E2AF992A4E158B35A68EF020BBD66F /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0112B77C1DE51BC869026352B7DCA97E /* UIControl+Rx.swift */; }; - D311F8002A40812E3A487F99D7669DBA /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A28F79C50D3E20B9BAC67E22A4359F3 /* ZFSliderView.m */; }; - D313C1769F98E563B2F0387645363D60 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD44FF26920EDE0DCB5BA2C4501290F /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D348712897317534CF3C284C06FEE00D /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BE4E278928BD2D719E101590D860A8C /* ImageBinder.swift */; }; - D353460A66889A4B7549457FB5D9EECD /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51301DA7667977D6925ACD930FA6C43B /* DDProgressHUDKit_Private-dummy.m */; }; - D38A24C3DDF40A1C9B6C9784F234D349 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 470BBC2A5F8925E41FA07BA68E914530 /* ConstraintPriority.swift */; }; - D3C6166B6D26233AE4337DA319FEBF57 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 377789F4F973EF6D657F640E1F5461B9 /* Protected.swift */; }; - D3DF1456153024C80BCDC91E03814A16 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B93E03307EC96D635819D9AC9493A70 /* MJRefreshStateTrailer.m */; }; - D433A9598548308343DC33207661EFF2 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C082423F9CBB898B2BC579ADA0FC1F7 /* KVORepresentable+Swift.swift */; }; - D43BA282386D995C1C7F4B7049A909FD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A719C579EEAF3B6AB0CF5DC387825F49 /* Validation.swift */; }; - D468BA7AD6F54E7E8E8EEDCF050D63FD /* _FileTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 34C3553AF01E9B43887AAFA045BEDDEC /* _FileTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4B730EE988770D669C0A758CEB36008 /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F7570B539CC2470A47D0007EB3C05A61 /* UITextField+DDCategory.m */; }; - D4F903272DBF8085931ED06910171FE4 /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6045E36CE46DE8AFEB133AAD6D0EEE6B /* Zip+arity.swift */; }; - D510213435EC6D25AC777EF2CF34A93B /* _CacheStoragePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 939CF4A9BEE41EA69945E3B684423A02 /* _CacheStoragePolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D52B0E394FF92821DC8380B5498B34A2 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = A40353B4FCD05423F2C9A8B998F39A76 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D565284D49314EAA54AF602A468A0207 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DF36B793E2CF00421ABE1D3E185505 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D597DCAEA880152A9633B7E83067E600 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 78DB9636223BA7446E901986F1BFC86D /* ZFPlayerControlView.m */; }; - D5B499F817DA04BCDEEF25D43C26A677 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFA4A543A638320E30BF5221558469 /* UITextField+Rx.swift */; }; - D5CCF6DB7FA882ECA115965D1BAC4083 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C9A8503709EA3F93779D5DF5573DD /* SizeExtensions.swift */; }; - D5DA230836405BCBACFE526BB7B9CEC8 /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8875FCF2AB4987007C0D4FA3C9F7DE5F /* Create.swift */; }; - D654637C8DD8012A6593C58CDC7EB89F /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5F960762367E1A139FFE0BDD84E6FC /* EKWindow.swift */; }; - D6840A04ECDF94C1E5C5D347C8AB0172 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1C12ADCAD127EA090076321603546908 /* DDBaseViewController.xcassets */; }; - D68A44D2142C495CCD955363CCC1321A /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 196C316CD40737B7B2C1E2902C5C8EDA /* Request.swift */; }; - D6D433142B682531BEE093B3BDCF5F85 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E117B6933609F0529AC856075573F51 /* Observable+Bind.swift */; }; - D86A0299F74B0CBA434FF9F89F8B958D /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8211323B37CEB133F28BBDA2B315851E /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8C941A6FBC9BBC51F8E9991A43723A6 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CF5D4571BBD8AFF163619A5F96028 /* Bag.swift */; }; - D94A532721A28C49CAE0014FE6600335 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D87581580CFB7BF2D5AEAB3645B785F0 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA122AC8CE9ACBECA2D141674BE399AD /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F08EBA33E8D2991376A8BDB0511D2F /* Cell+ZLPhotoBrowser.swift */; }; - DA1FA0DAE089EC8839345D5DFC5713AB /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA5BF848F3B2CC18719429673C572BC /* ReplaySubject.swift */; }; - DA26C39BF5DCF7D536B33589481AFC29 /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA788EC7E9FAD535DC02D0DB63B550D /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA7D630210EED4FE82A89AF9DA354FDE /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 41458FF2585B935FF2FBA66AB3EA086D /* JXCategoryBaseCellModel.m */; }; - DAC19ECD4ACAB52EDB6B1B8E13A00F6C /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA43F617E393D49EA35CC5CF6B7ACCCF /* Never.swift */; }; - DAE6984A0E6F7843EC1FC16CA0639411 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A91EE05741DA815ACE9F12CE92709A /* ESTabBar.swift */; }; - DB37A02E7A013103E599E7AC0C065B89 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4597C134B51299524D6EFE0FE26196E5 /* SDImageCachesManager.m */; }; - DB3F4AED1ED3B0291EA2C6C7D5CC2662 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C3D65B55E66A17F74673CC45A7BE2A8 /* SDImageCacheDefine.m */; }; - DB5347DA0855F994DB3006E3B208758E /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FF4C616AD34D0D620D1E52915B79BC2 /* UIImage+Transform.m */; }; - DBF47AD7D42070ABCA125FD5953118CC /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0139719C76F8C7628242BE20324110B6 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC25951404C24F1A7D6A193A3EA96898 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D25EDFDD8B4C639983E4C92CBC39C560 /* JXCategoryDotCellModel.m */; }; - DC41B120F0CBAB4E01BBF17427CD4305 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E8F5FAB1E6599E9F53B49891BDFDF25 /* AFError.swift */; }; - DC737D9D05CDFEDEF02A15458AC36B92 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE0E9EB1A26D5C47B69C3632FC8F704 /* KVORepresentable.swift */; }; - DC794F1932A83BE2834B56D0DA98C939 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28073DB9492B9394CBD97BEB22692694 /* LayoutConstraint.swift */; }; - DD54283797CAFC5B22AE32F87027BD66 /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB6B2BE04795E067D6F05EBC2D51B37 /* ZFPresentTransition.m */; }; - DD580CB782EBCD185EB099D7FC7B076D /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A2992EB1D0FD3CA7E85F6867C2A7865 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDDD09F19CFD6180ED2E61A9F33B9DA8 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59F699CE8707481B6EED4B8F739DDEF4 /* Infallible+Zip+arity.swift */; }; - DE081D1B6559CE4BECE6C2F3A24E43A1 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A9E0C8829F553582E5D82C16BF69732 /* ControlProperty.swift */; }; - DE2D6981D59E4126FB6702371A4FBF45 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADD26851450A69400F1F4C0DE67E1E71 /* UIView+QLContentWrap.swift */; }; - DE5FE62EE79DBFC7EF4FA464DAF4513A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = E852AF45696268303670F21CCA68D207 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE67F2DBD32576906B94DA0F81D6E054 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = A426DE49EBDEF83C4811B094FE4CE40F /* Bag+Rx.swift */; }; - DE685E8DEC4100302CC59D017E073C02 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50713D33276FF07B5AA39180B92880B5 /* ImageTransition.swift */; }; - DEA7CC5B85C903C74AE96DE0C3AFDBDD /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6B410D64A701D1CB10E1077619B6F60 /* EKAttributes+Scroll.swift */; }; - DECDE2E77B74B844D5CB12773AF468F4 /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 382536E4FBED5F4B7E3B9D17CD88A496 /* CPListItem+Kingfisher.swift */; }; - DF1533D403B93AE3F7C213E2E79F22D9 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37B4594CD294E430DB6DD6AB145057F2 /* EKAttributes+UserInteraction.swift */; }; - DF2E9C4198CC1FA05A9A507356F0A140 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16553ED13CFF1FE8A2C6E666B6636C2A /* EKPopUpMessageView.swift */; }; - DF419FE76FE2E463D3B079DDA8D09DCD /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FB2AA3BD1F50E2533FC72EDA308AC57 /* ZLWeakProxy.swift */; }; - DF9A3D9B61FFDC86D1B08C57030698F2 /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D713710C17AB03B2D2C99DA83E4B5D4F /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF9B302F0871C6124E2F498548C6663B /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA61AAE812298E0D209110E6327C2C96 /* Zip+Collection.swift */; }; - DFAB3889074446F294E9B7FDB413D9AD /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6FABDEB118D3EB7C83C9F297B318F44 /* ZLPhotoPreviewCell.swift */; }; - DFE78D284184E73F37797F723D1BD4A9 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 33E5CCEAB5526862A8A29B3035E9EBC2 /* BRBaseView.m */; }; - DFF89BB4CBD71C272B9E224DBEC1614F /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E45E32F6A055D035199EF31E6D5E4520 /* UITextView+Rx.swift */; }; - DFFDF8651C37D5DF303C6DEE7F973568 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D6FD1CE43A4082C6AE2CAD9DC2E37800 /* UIApplication+DDCategory.m */; }; - E0050EB219F11E257D76F42981621989 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B112DD0C99213833E217192DE213AC5 /* Infallible+Bind.swift */; }; - E0950E6EE43A295EAF8CBBA0AE9F7440 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D12776A4BDE949D3EA6FF4EA5A998E /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C9D73822D5F3DD4B6B5C08DA188295 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9651F162647738D9F4645980D82752BB /* Result.swift */; }; - E0ED114609A50B49D01ED22E8F5E97D2 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 44F6B0D0520CC6DB5A81C4D43CE40F18 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0FA80E4CD78AECC240107F0F61E8CAA /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94BC0CACE6284059AD3275AC0D726586 /* NSObject+Rx+KVORepresentable.swift */; }; - E0FAF7C1260A652AAC8D06E824FE3DFC /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB0AE53048B226B2B5B0EBAE37614DE /* ConstraintDSL.swift */; }; - E1FDFE7397359EE58A405C3A0E2CDFCA /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0141DBF0FBAD76F5E97577F9C9C225A /* CallbackQueue.swift */; }; - E245CDBB5D029FFFB5933CFEB72997BF /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 80C8ACAACE13FFAE71DED543D61B41E7 /* MBProgressHUD.m */; }; - E25543877A432B49BAD472D8DAACCCAA /* _Sandboxer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD9B63E813BEC6DAB08FC2E89381A8B /* _Sandboxer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2A772FC2EF1D213CB844D55E0B55AA4 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = AF0609FBE231EEF7030E0A9346FF3F5D /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3080F4602E4B0BDB9EBEE26413F2484 /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 443BBFD6B3D42FB3964EF34F210E8860 /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E368BA3E038835CB1C1ECC9A6A7AB467 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0AB89978B936B8DBFE43A080BF6D1AB /* URLSessionConfiguration+Alamofire.swift */; }; - E377D381740EA7DAA223CBC572EF3258 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E554E05ED0F6AA57B12225A412E9E218 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3D71D3617C88CD8BC9A3537AC98150B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FDD3B0B5C7D146DAC1BF1E4BB377608 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3E7323AE945DC3AF3A4B2D4FCA619B4 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1EB3D147DD5C3D26F79B7BE1682EB1 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4475EA83B74BF9159D92CE76658DCF7 /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E8C75098DA35AB6703B4F91C3E60888 /* Window.swift */; }; - E49254B60C2043832B5A2E0658DA441C /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B0287512853C8B86CB04C42AC98AF10 /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4BA37E528DEF3AA3A68041452D66C4C /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4FAAE48DB67CBAF8A1E8BCE45E38575 /* Bundle+ZLPhotoBrowser.swift */; }; - E4CC053D3BA039E7F0398C8284C30778 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58616896C19469929ECA72A98CC07B44 /* Errors.swift */; }; - E4D1F2F411BE4931E6BF715754C063E7 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 66CE5A83353C5F2567C0EA67F147DE72 /* RxCocoa-dummy.m */; }; - E4E5A81558349987089F48B24896ED5F /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 435848D234E2FDFAF4BBA77E2EA0005A /* AddRef.swift */; }; - E508BEC46801CF34064D971BE80D0B5C /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C324819CC6F2918CE489CA913C8649E /* NSError+ZLPhotoBrowser.swift */; }; - E50CC69C160CC7DFDDAA5E1545D1A670 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D587460C9FE0BDBFDEBB77F081C0C7B9 /* EKSimpleMessageView.swift */; }; - E55531ABF6926398EC644282EF0D669A /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C7582FA774246BD79F6459F1ED935E0 /* LayoutConstraintItem.swift */; }; - E559E921BB84AAE511E87807509D7FC6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 538F2A1DC0BE5BF1B10C405C9316342C /* ZLPhotoConfiguration+Chaining.swift */; }; - E55CEF4234F35E2FDC1B7855AD39A6A0 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F891E2A397E8DB06B4F1E7AA6E3CAE3 /* JXCategoryIndicatorRainbowLineView.m */; }; - E561CD06D38136B1D649361A380F9354 /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = B32541AACE47269CB354614143DF7B6A /* First.swift */; }; - E575FD1642D598B5B2FBF353BEF4E193 /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 35E0C1123B974156165208A58CC9C4E9 /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E58167CC7D2E212AD5DDDD236604B13D /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AD855B0C36FCB9F072A2FB4367CCFC /* GraphicsContext.swift */; }; - E5A89C1CC70968CACDACA8D8A92B6098 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B84E4EFC4CC7D7ACF787153E297D875 /* CGFloat+ZLPhotoBrowser.swift */; }; - E5E75D7B7C4C9F2DE674F62A6F9598D6 /* _QNSURLSessionDemux.m in Sources */ = {isa = PBXBuildFile; fileRef = 38181F4D4881031FED8569880510FE53 /* _QNSURLSessionDemux.m */; }; - E5F5564E46CAC014A80A083A571ABBC8 /* CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E6D64A51BE9F7D0FA4FB32BE21261A8 /* CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6354246C297E483E6223FE120548DFC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F47DCCF2222D26B7FE66FED44314FA /* SDWebImageManager.m */; }; - E64D266F649AEECEAB6296829D2077CA /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEE93522E0D5AB3846AF878A7A188C23 /* Platform.Darwin.swift */; }; - E66599FD249E2518DAA49AC6A21B82B0 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138BCBB4DC817E9F31394ED16B8A29DA /* ScheduledItemType.swift */; }; - E69B447C350C9219B0AF9A1D2A0F5BE4 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = EACB3BC9F053ABC43C7B3009822CFB8C /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E69DCCA33374EEF831673C7F5CB6BF9F /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1223B9BCC27F8C8348BC83FBAF4B095E /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6C366340474F762781CC1AFBB2BDFA6 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = F2CA57A46CFC866A1C016D2840494ABF /* DDBaseMutableAttributedString.m */; }; - E6D9904957E23E3130F9DAC9CDE8EF64 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A044019BDACEF6F993B544AC5D2299 /* EKAttributes+Validations.swift */; }; - E6E08F86F050EF8BB6BB962F72CF235B /* CocoaDebugNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72FA0FFEEFE3F7F42E7D310F550B221C /* CocoaDebugNavigationController.swift */; }; - E6EACA4E75EC03727F26906AF7B0A011 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EE64E6CDB8922A15A29036FEA1CDF8F /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6FD25D02A73F3559455976B20FA94F9 /* UIBlockingBubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4E84F353F8A733EB01D44C6EBDF1BB /* UIBlockingBubble.swift */; }; - E7396A74BE2AC793EF629004F51A30F4 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E4C494C3D2A1D8DD5F8FB494F9BF3A /* UIFont+DDCategory.m */; }; - E787841D635A76F6F607DCC206304D50 /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58EEDD99D1C438371D165DC77DA91A10 /* EKAlertMessageView.swift */; }; - E81E02118C89B4ACFEE276E94F4BF705 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D266C2387F2CE19CEF74EC2E55AFC0D4 /* RxTabBarControllerDelegateProxy.swift */; }; - E83655042A5A0EBC2EC6C59E88A1BC1E /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C825B8354A834C5C15737ADA5230621 /* RxCollectionViewReactiveArrayDataSource.swift */; }; - E85B429D067EC3AF0216849A1381050E /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F5760831A632750BA5434FEE20640AC /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E899464A2357907FD858082100EF5D38 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E5494399CF740C7316F47647E51127 /* DDTableView.swift */; }; - E8AC828A989AB04260E5B4EF583CF423 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 110EC0AD318D4ECCC10F025DAE53B000 /* AlamofireExtended.swift */; }; - E9426C4776CBC73E58BC3FD5B308D7A8 /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EF3158E85C9B106AE64E06D6E642F8E /* Timeout.swift */; }; - E958828D3FE22413D88F6BC7134B35E3 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7457E9D95BB71D2AE7D1079D342213 /* Merge.swift */; }; - E95E48BD80929D24F0AF18B993CD15FA /* _Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CA1A9F98A8858536FD425DCC916D7C3 /* _Swizzling.m */; }; - E969679589E762C810069359BDADF37E /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D79C35E0CC5A6179E03FDA7CDD468A7 /* RxSearchBarDelegateProxy.swift */; }; - E9A52101C6A02C3E428215E4299EA5D9 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = F4733E2C342FB40CB4CD34E6A3F8491F /* MJRefreshConst.m */; }; - E9BB5E151219537A248A181BE380F3CD /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B0C9B0C30155D7F73A4B04BA60E4F99 /* Debounce.swift */; }; - E9BE36DE12FFB998CAC91C71D9794319 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B93C5CCBD714319A1AD2DBC6CB9032 /* JXCategoryIndicatorView.m */; }; - EA0EA5B13F19C31ABFCAAA03812049A5 /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 451A145E8E53F9436A0ACFB07A4787A8 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAA7903E669CD58C7EC9B9120957BD6C /* _DirectoryContentsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFED137EE9193DC78FAA2ACEBAF9F73 /* _DirectoryContentsTableViewController.m */; }; - EAB1BD72439CE2562B93479B029BCA48 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96ABA92A48DC6366CD32E74C1F62C908 /* SchedulerType.swift */; }; - EB42103171FA131586ABFBA7D4138A64 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A24092E52B14E76233D4A039740A10A /* Alamofire-dummy.m */; }; - EB6B5F3AE26785E65E1F91DD694853BF /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D3FEDA019CD04B1F913E1664AC449785 /* UIScreen+DDCategory.m */; }; - EC261155F1F1E75AFC43FC3374CD930F /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = B00D1D89AE173CE03DA1CE254A92485F /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC65A32CC7DFB028230AAE4013EA8100 /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = AB0D7793FD5B01DCB6199C9FC8AE4B8F /* BRPickerStyle.m */; }; - EC9D72B3C96E1DE6A9E21AE5C14D2418 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 721B12CB3201E0F78C427155AEB6FCE4 /* Box.swift */; }; - ECA14F5C0D6C5302019D8476F05ED7ED /* _AutoLaunch.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FE523C27B8C9BFD06423E88B0B27AEE /* _AutoLaunch.m */; }; - ED204E934EBEFF45E85A7F3FE98EF4C3 /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA6212AC06D82944E9479E385A4D6E5 /* EKAttributes+Shadow.swift */; }; - ED673A80425558C9E43F8207BEE84397 /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A364B070CA12AB27E997A84F876FDD3F /* EKNotificationMessage.swift */; }; - EDC07A560DC83DFBAB242C46B1D41619 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4043357555F922F0D2C87C0316097E /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDC227E161F6BE101EBA4C41D13B8EB0 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B13AA765A64D04BE8EA533B14AEAE8 /* EKColor.swift */; }; - EDC4880EDA487FDCBAE1993231BA06AD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 458949149FB07B2512373590E32812DB /* SDAnimatedImageRep.m */; }; - EDFE1A36B30F9DC14C1BACBE4BFCACFC /* CrashLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2F72650742E2BCFFB3A938D1D5BC6CE /* CrashLogger.swift */; }; - EE02E971AF4EAEBCAA7E6207344D82AD /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 0506FBB9B4ED2B8D4D6E739425E7A7D8 /* SDWebImageDownloaderConfig.m */; }; - EE890DA87BEFE4EDC65B28ED8F9B89C6 /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0982B7F4C806224986C1E742441C80 /* ESTabBarController.swift */; }; - EFC1EF2234D1A4829891828E5C61FE17 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96937A12F11D2DE9039DF1AB2F8F3B30 /* EKTextField.swift */; }; - EFCF8192D505380E42101B31F273EB4E /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E4747FA025D36739E4958BCC3CA547 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFD47B79FEB4CF7B7DE42C6F1E8BEAE0 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 17582BF2A0605219A287734B1B168036 /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFEDA5FC77AEC912565C8893C74347CF /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90C04466BB725EF3775642FAB7893E44 /* DelegateProxyType.swift */; }; - F025B0C7413F408112D1BFB2C2878024 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7D6CBFDDCC1AE7F5A04594A649D758 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F03021F77FAC203AB9A2634888A1A8B3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE8553FA78EF2AE4C789CDBE066E4101 /* EKProcessingNoteMessageView.swift */; }; - F09DF28CC5B02C385A5E23E589400C55 /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC31A31277E9C411C5E76B0BE877FEB /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0AE59C74E0BBF11E97A8E9434BF9A93 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05E70D60932C308CF8BDDEDB8E336B1E /* URLEncodedFormEncoder.swift */; }; - F0B0C25D19CF8777D5225877F3FAA40E /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F953B24AA6DB8375291160CD7850E6 /* ImageContext.swift */; }; - F19903143C7FE362917C822235FB7421 /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D9D735940C8A938908E65F0C060C12 /* SkipWhile.swift */; }; - F19D8E3745D102F0CB24E84EBD98E2BD /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F7AED15BA044E40B17F02634200361 /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1EB81943B36ABB8EB3322C5EA5013AD /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DDA1B78B6D0CD87B04D331FD03B1D26 /* ConstraintMakerRelatable.swift */; }; - F2FA6175CF6B9B67C924457E4A4FA94D /* CocoaDebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D247E12CCF0B88203F756E2CB9CB6234 /* CocoaDebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2FA9CA7987FBB47C2548B5BDC66106A /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C15A359371F6E20EDCF9830301160FCD /* ZFPortraitViewController.m */; }; - F3212860E47356E9AF927E472E09261A /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = E05E6EC0B4C505D1A7E9D5F69B8CA38A /* NSTextStorage+Rx.swift */; }; - F33AC6FF109AB468B64627C05536D1D8 /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52C4912CFCE0D108D7B4C667778EDC2 /* AnyObserver.swift */; }; - F34226A53917F43F1A466963534734F5 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC0C1E2F35892F5844DA396235A27AB /* ZFPlayerGestureControl.m */; }; - F3A976F044D82F130BAE77C071CEDA5E /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2339DEAEE8B0E5D7735D157456B33E7A /* JXCategoryTitleImageView.m */; }; - F3B2BEF8FF03AB941765D79452352941 /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8229A71F259109674A19EB6E36885E17 /* UIView+QuickLayout.swift */; }; - F3C5F116AAF21D4358A6F711BE37F54A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B291452A4DEA9322F381FDFB9720F89 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3F78BDF1D6A539619E1664008AF7FAB /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA3A9246785CC19F0623EACF6110381 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4010727E0089FB8459E3B88B44CCF05 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E5EC15F9948A416535FDAEB29029E98 /* UIView+Utils.swift */; }; - F45EDF2799E9766F25D0F91004913C51 /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 90BD68E9103D0721BEC576E29508098A /* ZFReachabilityManager.m */; }; - F4A1A9CA7084A385722737C0E4F1500D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D49C06BC03E7227DB11A90AD61FBC56 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5579E515166EFA597E30B6EA2966257 /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CB9AEE8BAA9A00767CBBE562874959F /* UIStepper+Rx.swift */; }; - F5AEDE484501A7E759CB5B5822FE45DD /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA3ADA869CFB249CDE525652B8D8338D /* ConstraintView+Extensions.swift */; }; - F6200950262C69D82B2E1F54D09E81CB /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C3A417AFBEF6CC7DD4BD115B73ED05 /* ZLClipImageDismissAnimatedTransition.swift */; }; - F655A8F737F8DA58CD1238B94417CB1C /* _OCLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D6D76D8308027749FBA599D6DD35FF64 /* _OCLogModel.m */; }; - F661FDF2D701C76B553BBFE1982DC689 /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E834AFE539764C6862EE8A75974B5248 /* UIView+ZLPhotoBrowser.swift */; }; - F669A1209E80431CF57E528F4E8B0FEF /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = AB814AA3CD8638D50279B47769EAADE0 /* JXCategoryTitleVerticalZoomCellModel.m */; }; - F679DDFB22B0446466AC8B46B5DDA5EF /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D7B90858AD245B162AC8A3B02E9ACEC /* IQKeyboardManager+OrientationNotification.swift */; }; - F67D89E3296911DC39710C076499C165 /* _NetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = DBCD7891F2C9FBF26C01A4B606D572EA /* _NetworkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F68DA17CB0DF71E6DF5B3A3E382DAA7C /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFCC88300DF5490EC6A8FC56907D7CBD /* SerialDispatchQueueScheduler.swift */; }; - F6F5F76688A0CA18956590C446B8B620 /* _fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 73BC5FEAB4653A7F1F7AA023303CD131 /* _fishhook.c */; }; - F74D1425287A1A781A0A9DD58A1DD02E /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E885B6D95F845479C2EB002C758BDFC /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F75DFD6601FD194AFB8DF95EE8936F73 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C0696E202BFA46891BAE2F7E983144 /* JXCategoryNumberCellModel.m */; }; - F78123F6D3E099475747B424A7DD9B2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = C056B6A22FB54A753B8D71AA13E54ED7 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F787E70DF5F00228E5AF451751EA323C /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 82F8BA5F666CBA5202D7D7023F9F88AB /* UIScrollView+MJExtension.m */; }; - F7B1AB7027FF17E4E594895B07CC4B3C /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 015B0FB8AE710CD6F5726003294AFBD6 /* MJRefreshStateHeader.m */; }; - F7BBD57301FEC4504E972FA4733A03DF /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 51C696D112632B46C171CDC692DB618B /* JXCategoryListContainerRTLCell.m */; }; - F8A41F27D6685D59A2680429BCE2CD2A /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6916102BF992D0D04FE7DC99C7FB32 /* ZFSmallFloatControlView.m */; }; - F8FCFD04A95C31EF1EE2E3C130485BDD /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E20982A967158AEDA75F6A82C270C06B /* InvocableScheduledItem.swift */; }; - F9121FC6FB235A844904FF1D0E5CE74D /* LogCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89CAB46D7724F7F1AC3DC4EB8C0993B2 /* LogCell.swift */; }; - F93C6980F441D1B60783F1253D1F5E6E /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E1FD9936167392B872FB4E7F7400EEC /* MJRefreshFooter.m */; }; - F958F034C7BBD246E8368D461BE44725 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2B04A321BF9A4442312268B3ECB285 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9839A9357C23D9EA498E09493D11187 /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CA6E7D1E697CAF51E4973FEBB1C3879 /* DDBaseViewController.m */; }; - F98469DDD34C573BBC8D4018BEB7591A /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5028808FDA816F0FAC182767E78C100F /* DDLabel.swift */; }; - FA2715B8CC15B4FB5B23169F95422C8C /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 531184938876CA9716B95BFA557D283E /* Infallible+Create.swift */; }; - FA32D099B9AC21168BE28F1C197FBD77 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 00DB8DC7C4F4C5A02ACA6A67E1DC7981 /* MKAnnotationView+WebCache.m */; }; - FA45F0BCA28AE047F210A67A086730E6 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F871E501BDBD3527CB3EFEDEE7E9C5F /* AsSingle.swift */; }; - FA4BA7EEFE3FA4C84F1325272FBDBD0D /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = E71C7F56CFB479F6EE1332EDB870435F /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA917E0C80C68BD2D8C7CDF44A418793 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BC94B4F712AF96048E757201C4A15DA /* SDWebImageDownloaderResponseModifier.m */; }; - FAC4CA638A146A699E9ED8BD575DEC52 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 55047F1BA41243847270965804ECDC45 /* SDImageIOCoder.m */; }; - FB06F85B476E1E4B3D19EA4799966DD6 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C98A5BBADE3ADC6E0101D8C26B41358 /* ConstraintItem.swift */; }; - FB2DFD5D894CC65AB92548FC5EA7614C /* _NSLogHook.m in Sources */ = {isa = PBXBuildFile; fileRef = 044FE985399F1BA9631A1C6C4165BFB0 /* _NSLogHook.m */; }; - FB57B8D3D20886701150097BE03882B1 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F76AB3AB3B75CEF888DD5E53F25604A5 /* RxScrollViewDelegateProxy.swift */; }; - FB83661EAB43FD81CF2C2C578416D1FB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCE541EE66134DC578CD78A2B632931 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC0542F9C9CBB5D3177763E8D63354BE /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30074B228CDED11286106CC3F20A738D /* Producer.swift */; }; - FC0972D0DC0D8BE43085F4B759602172 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E49CD14ED9A6FCC10384075B013697 /* DistinctUntilChanged.swift */; }; - FC14875E16CD28A3FDB402D6BC00D296 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E42670F2DF5141855AFEB36B7107CC53 /* VirtualTimeScheduler.swift */; }; - FD53237EFACA76D3436DB591996E6CD6 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = F2D21744513246EAB988E2CAE029C809 /* ZFPlayerNotification.m */; }; - FD681CEF0152D11971E075A5BCB6D1BB /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46C2634E5526B6615070911397967020 /* WithLatestFrom.swift */; }; - FDDBB624BAED990AC9956BF191000419 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = FB6CFF13C948BBCF31144201ECB76084 /* JXCategoryFactory.m */; }; - FE090912DADD46635605657C61DE2E6B /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 827C7B57E3C9E2C3239FBE00C66E5B92 /* UIImageView+DDWebCache.m */; }; - FE5A36C9F47EDE5AFC75209A02C40305 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B42C546CD3B3F54FEB1ADE47C74BAAC7 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE8C95D7A9D7F731F7A8FDFC0700B8FF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39506C8FFB77463B162301DF01576ABD /* SDImageCodersManager.m */; }; - FEC9F49A0A5335075665984A37CAB541 /* _OCLogStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5D0C6FEDD9950013E14A77FFE66FBD /* _OCLogStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEEB209E75DDB77013145AA5532C3AD6 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = D9E08A8F6D5F1B59921743A703B65C31 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF0B3517A4AB7D394BBA7BB726653979 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 064600D7ACADFFBB57498295C3DD27F2 /* Do.swift */; }; - FF2EE64024F6462C52A157322B4550EA /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C8F25832948A1C119B1DBAB7C05BCF1 /* EKAttributes+PositionConstraints.swift */; }; - FF322AF630095C40D50D480837A90003 /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BA272C3D59BCADB8C11C60B4383A94E /* Multicast.swift */; }; - FF980E5F28C2F212129B2C8CC42F2F6F /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21EAA4200B1BC577C63DDD2A0956529C /* KFOptionsSetter.swift */; }; - FFB5B36D7F4564FFA3D50D29A2E0B46B /* _HttpDatasource.h in Headers */ = {isa = PBXBuildFile; fileRef = DA4FCB301911D04CC242320EAC14CF8B /* _HttpDatasource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000A3A03A03CD1FB07B0FADA2D8A3E10 /* Sources_DDMAMap in Resources */ = {isa = PBXBuildFile; fileRef = 390AF573BC3D18826A92E035B554E7C0 /* Sources_DDMAMap */; }; + 001D1616C8940B8F237BAF4B3842CCF7 /* EKFormMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617B15311660870DC4983D4DACA8B616 /* EKFormMessageView.swift */; }; + 0028AB23BD985EFD09ECA44A848AA90E /* EntryCachingHeuristic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A72313D1A2302FE8B2E40464C8CB093 /* EntryCachingHeuristic.swift */; }; + 00E617A5A3488D348913461872C1B110 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = C05C6B75DDC916F591759E0CE4257DB6 /* ZFKVOController.m */; }; + 013BFA329ACD302E4E8CFCC4904E4F0C /* _BacktraceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 09FD9DA269C48AEE264722C210EB6228 /* _BacktraceLogger.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0184836F68D559B44CF2305521C97B44 /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BA9C5D8BFB6A76A002C5008A8297894 /* ZLTextStickerView.swift */; }; + 0195B164DD9FA0DAA663F438EB8B0CA5 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D3D4FF6C031CB06E71E2F9DD2C9981 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01B1F679DB9C17B48EF0AEDA9DB1F6BC /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3FD4B99FD585A2AB3BCD0E46D3D9B0 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01E07D16FE7B8B5B61135434E43C3D3D /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = CB8F42FFA88CE0BBFC0409B6B6FF7B72 /* SDWebImageCacheSerializer.m */; }; + 01EE603EA56A541E67C41C4667ADA908 /* _CanonicalRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC3BC151D14D62093DF03D648F2DADE /* _CanonicalRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01F1F7693DA90DAA92AFF28EF9AA9E03 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF47C78FB5EE8D5DFA0454EBFB025AA /* ConstraintRelation.swift */; }; + 024B709082F4B965DCDF8F0CE4F178C0 /* Zip+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241A8E03BA53751056476CA445C7A798 /* Zip+Collection.swift */; }; + 02534371564A8DCB2D8F5CF4FEBD1413 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA132462B80C5B7F17076ABECCA538A /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 030B307E835AFD07AC27CE9F01509A69 /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD190CF7BC0D98F786965A2A0450B48 /* Pods-OrderSchedulingNotificationService-dummy.m */; }; + 0363EC52497066CBA164B62EC22BF50B /* NSURL+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F38DECC280E7764D3F75D94574127076 /* NSURL+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03F9201B022B6B8F4AECD14F7359FC32 /* ZLEnlargeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77E9EC3198AA82EBD3E95F7E0B06F9F /* ZLEnlargeButton.swift */; }; + 041C0B9F468DAB0FAAB76072B1F8281D /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C1D55D7F583DEB9873C3B80295AC4E5 /* InfiniteSequence.swift */; }; + 04AAA5B3682FAC9D09283EA52E01E962 /* CocoaDebugDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B858F6A8542F44E7A180F945484C0BF4 /* CocoaDebugDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04AE3CA3907CB4BC8B56B0CA13EB1203 /* DDWebImageKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E8FFD76D4335E532FCA3566749069053 /* DDWebImageKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0507C4FF1C7DA6296CD9B6400520545D /* ObservableConvertibleType+Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0C34B7611B4E2A6DCE43F85323F7C4 /* ObservableConvertibleType+Infallible.swift */; }; + 05AA761B3AEA607E904EFA7843437904 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F24A57758579081FF08C14C1FA351795 /* SDDeviceHelper.m */; }; + 05BABBCAC0970F62A2945DF891C9DC9B /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E9027378D012FE991264D7D66987F17 /* ZLFetchImageOperation.swift */; }; + 05D1AE11EBE49B32FAD3C45E096F5AB1 /* NSBundle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 881F673566783064A0AAE3B409F7AB46 /* NSBundle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05D26D0469B15DF8F6AFB05EF8B22712 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D552C931878226DE7B26FC6140DBE22 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05E7F2B03F14E6348730074E6087725C /* _CrashModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F62BFBCF6E8CB3F0706C076E3D34295D /* _CrashModel.swift */; }; + 0627923D9D4E389A438542032987B77C /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F49D54168A673C28B2BFAC7753AF7D8E /* SDWebImageDownloaderOperation.m */; }; + 067CE5F35FFF70688EE4B44F7E19658D /* NSObject+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 40BD456DF0D1B0FF5AC86F886B9548F8 /* NSObject+DDCategory.m */; }; + 06C5E365B6D8F2297DE16A7426FD6A2D /* NSObject+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = E12293111FFD36A608B25767FAA1B9CE /* NSObject+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 075F7EF0396FFF6A88E97028D611822F /* MAPointAnnotation+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F93D4C6F6C9B405D3BC0440D5C2C748D /* MAPointAnnotation+DDCategory.m */; }; + 077FF77CBF5B28A513978192C80BD054 /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = C941F22B37D51C1AD1104D0F5534C5DA /* Platform.Darwin.swift */; }; + 07842AE9C200E3450448D4CE5EC90B20 /* KVORepresentable+CoreGraphics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ACE66775F3A70F0A70C76149A77F3BE /* KVORepresentable+CoreGraphics.swift */; }; + 07C75CEEEBD4FAD75B68045458EC4A87 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 941B994BAF98EFD97B4AAB582964A763 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07DD7EEF3184FCD7F41D558FAE757829 /* _DebugConsoleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 76D1B9EFEDC096ADFFEF42C8436D3A5B /* _DebugConsoleLabel.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 07E392F599611967F673A8BD40BAC44B /* RxCollectionViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE193B28432F5A815FC76442A96CF260 /* RxCollectionViewDataSourceType.swift */; }; + 07FB2928E22C59D69AEC76F3C4E108F6 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56C7076C6ACDD919CB8B544EF54EE6F /* PHAsset+ZLPhotoBrowser.swift */; }; + 080F090EA5ECE7B33418CE8A30BCF1F0 /* UIView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A61043499A1E6BA066D070F6AAAD92F /* UIView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0843E381D48B6AF5BF9ED463CA5C955E /* ZFPersentInteractiveTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C2EE480225389F7EFC69C533B094CA8 /* ZFPersentInteractiveTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 085CEC9547F4E815E3FE572C4EB8C161 /* Binder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78BDE6375E3CA44BCB691191B8151770 /* Binder.swift */; }; + 08618BC667C4A41807D3097E7B24DE74 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2C8853365C78D4DC32BB8DD4411F94 /* Color.swift */; }; + 0896B76AEBD6BF7C94932BDFE8354462 /* EKAttributes+DisplayMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C81F185D4FB122810BF377401CE08A7 /* EKAttributes+DisplayMode.swift */; }; + 08C4C48B5491DF1A9649D553D51AFDBC /* NSObject+Rx+RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A64FFCD99CF2DF3EF141B5E44C41A12 /* NSObject+Rx+RawRepresentable.swift */; }; + 08F14B504BD90DD29DD65EEB5B6F862E /* UIFont+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA842974C064A6643CA65B4F60C0A8E /* UIFont+ZLPhotoBrowser.swift */; }; + 090E539A686A781DE820DE5F13F2C163 /* _DeviceUtil+Constant.m in Sources */ = {isa = PBXBuildFile; fileRef = D463A9B4D6D260AAE176E0FC5815EF0A /* _DeviceUtil+Constant.m */; }; + 090E7514095D254262AAFDB556B2A092 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = C291756B49771B159E221232537AD324 /* SDFileAttributeHelper.m */; }; + 094C2F4D9A6B9F76E5FF3F0006E437FC /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E3479F601BE9D85ADB60D250DDF6E8 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09F9F981334170713980DDF8809DB8D5 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D66DA84E22266E71EB580C3769E6A5D0 /* IQToolbar.swift */; }; + 09FDD7513B55D9A1F614BFEA21B37C45 /* JXCategoryImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C9DC5876525D36430A10721CD1DC9F29 /* JXCategoryImageCell.m */; }; + 0A099FD5FE8F69089AFEEFD44C440011 /* Sink.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8734065DB186C5EF52D44A46949CB25B /* Sink.swift */; }; + 0AB82009E5495FF3657BC47CCBB69E14 /* _CustomHTTPProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C4741AECBFAA3382F599D25CB8495AA /* _CustomHTTPProtocol.m */; }; + 0B3C9C7F2B37E8A5B61C136CB41C1CD8 /* ZFSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1340120F2672CE633DEFF9914C121652 /* ZFSliderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B3CB8B0F6A00EC008C0DF3CC323DD2D /* JXCategoryTitleCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BE3E4CAA1A05F6D312C130BF62D9C5E1 /* JXCategoryTitleCellModel.m */; }; + 0B71B7A7EDC041A6A0BB7C127F9DC547 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = C2A7725D144328A58148A5A1F42910A0 /* MJRefreshAutoGifFooter.m */; }; + 0B82D82FD354E3C9B51CE84C1984067F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5A6BE2BAE661616EC5F23B557F95C99 /* ImageModifier.swift */; }; + 0B94E75FF2747C7288F1C62CFA5849D8 /* UIApplication+EKAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD307CB08C5CE1DE0A7760081262EDDA /* UIApplication+EKAppearance.swift */; }; + 0BE239C83EB39393C2217E5B2FF6B218 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D9394A1F82DA982AC1F00DFC3B2C0D1 /* SDAsyncBlockOperation.m */; }; + 0C0D931655251C8565D2D26F6C786DD8 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4436B95665E5D769AF0E0AFA3628D0D /* Platform.Linux.swift */; }; + 0C21914CAD223DB4EAB1015C4EB49BA5 /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 063BD1391E1AB3571A5124DFA1048996 /* UIImage+ZLPhotoBrowser.swift */; }; + 0C2F5ABC3CF48A67BBC11C6461EC67D4 /* DDImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D85A1457D1C60789656998E19D5C3E9 /* DDImageView.swift */; }; + 0C394C0C48A7D72559F14899D752BB7C /* UITextField+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5D844CC738C55297E1BA575BCAADEA /* UITextField+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C580E892DB90A0E920B62E3ECEA0C09 /* DDMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1871DCAC53A631A33D7C88AD5A4919CD /* DDMutableAttributedString.swift */; }; + 0C9E3B068580780EC96539E4E01E7754 /* PublishRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 313BCE417F7CA2F3FD721EAAFEFD9AE4 /* PublishRelay.swift */; }; + 0CB00E0CA00623285F245FF76802513C /* Zip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4485E7E8F06A4373D080B7B377787F0E /* Zip.swift */; }; + 0CBDEDE255EF6253F732B207A7742BBE /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8B84FB291BC00A07A3F7703352EEE34 /* ExtensionHelpers.swift */; }; + 0D1B44FC9F42E3CD0D7BC1DB16C97823 /* GPBMessage+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 60F3234476B06614F80EFB05A1073983 /* GPBMessage+CocoaDebug.m */; }; + 0D36AA1F6CE436E93F6E77931BB18449 /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = CA0B6D1FDA7ACA819825A8FF68D5195D /* UIViewController+ZFPlayerRotation.m */; }; + 0D647B6591F48A8AF22AFC4E9A122A2B /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 349EFEC755B3DC0C5FAE5BBA325C7B81 /* Timer.swift */; }; + 0DABF94CD1F51D2C9CE647F2208CBDD3 /* DDMASearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 05C7A04EF76F101EBF33061C31ABD434 /* DDMASearch.m */; }; + 0DB9A58537A673D13F83A4C8B2883509 /* ZFSpeedLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5306A37354024DA164BE02BC6E865A /* ZFSpeedLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DDD84CB97DFA910552F2B2957AE9B1E /* DDNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBE53583EF84A3D7109785C6AAD73D63 /* DDNavigationController.swift */; }; + 0DE926C74AFEF0953A45D1C0466B8983 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0D2CEF69F8C30884E74A14FEA087B0 /* ZFSpeedLoadingView.m */; }; + 0E0AA48C27E14A2A00DEA492873A599C /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BCA58B6960E60D39EA4ECAD49E39CBE /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2DB7F0238399F871D828D7969754B1 /* EKRatingSymbolsContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23738F4CA80E173058E5C926A908687E /* EKRatingSymbolsContainerView.swift */; }; + 0E56518E9F1C83990C68DB5F3473FA31 /* JXCategoryViewAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F891531BDEA4E5EF2D78F2B2EBCCC7C /* JXCategoryViewAnimator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E7FFF166B970851B6EEAD207F5B59D5 /* DispatchQueueConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0CCCED0417C9094E1BF7D3615080213 /* DispatchQueueConfiguration.swift */; }; + 0F0C901337398FE4738DE95521DCEB56 /* JXCategoryImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 888820551B8E5450991E546AAB9C6A38 /* JXCategoryImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F3011DC2A56D1F3C85CB6CC751AC27B /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D9DC9EB8556F454CB2CB2ED1D3DDF40 /* BRStringPickerView.m */; }; + 0F3D0046C86EE9D561A825514D92565C /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = C40598E1D070183DB750539B3EC9242B /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F920FC3CBA6622C2B007441D6D1126D /* JXCategoryBaseCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 48144D682BBC0A8556FDE8475457A4DE /* JXCategoryBaseCell.m */; }; + 0F9BAD6D1148CCA3C71372F9C1A79074 /* DDZFPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED010D3488F40201E47F5C67EF6F09B4 /* DDZFPlayerKit_Private-dummy.m */; }; + 0FCA0A98001B0C94885C2FE9731F60FF /* NSAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 88046150B77E6771DB9C467857358A3F /* NSAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 102F36762552D87BC2E504B5ED5B9F8A /* Completable+AndThen.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA9801B84DEF308F3DB53C0E5B7A331 /* Completable+AndThen.swift */; }; + 10345D3B19E401C3F2822074041C0558 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D58D04D433E8E1F06ACC9682BB4E685 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 104C35DFFA5A1426FF8EFF6E63793213 /* JXCategoryNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE713825744FF2EFD18F33613B1B3FE /* JXCategoryNumberView.m */; }; + 104EA22965200BF741890B104BF71879 /* DDTimerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B50DDFD305EF71BB611F12931F044C5 /* DDTimerObject.m */; }; + 10DE5D64EDD01A2176294CC87737263E /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = F3389A9BCA6546BAAD7433E2E1B562AB /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110FF9ECABC7F20FEEC801793B897C94 /* RxPickerViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A907F91A6571F71E25798569A58CD664 /* RxPickerViewDelegateProxy.swift */; }; + 1110D57AF9B5945B87F0BEB50BD836F2 /* UIWindow+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C5F07FB99DB6312D10A4133F43BA758 /* UIWindow+DDCategory.m */; }; + 1128E2E73320605A26D05E7B01D3BD83 /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173BC5A3FF087A7A811896E510320C32 /* ZLAddPhotoCell.swift */; }; + 126F75C66AAE521360A205CC28EDA57C /* _DeviceUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B7352F318595E9CC9BAB46E3E90981 /* _DeviceUtil.m */; }; + 129CE4538E98C44260BA4EDF448106CB /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 664A10EADF115CBC376ADC44C7C9FD55 /* AtomicInt.swift */; }; + 129D4473DEC9223BB30CD3487E716052 /* Do.swift in Sources */ = {isa = PBXBuildFile; fileRef = 733C221610B4FD992ED89583146D41BC /* Do.swift */; }; + 13134FDBDD7C8A88A94F6AE771C1E269 /* BinaryDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C39D2A17A45CC32C4646172539FE431 /* BinaryDisposable.swift */; }; + 13AA5156913F0EC843A8AC0B9AC5BFAD /* _Swizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 33316B4B1C819196CC346E2F119D2877 /* _Swizzling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B03D3CC04040B5E30C7FB851B053C0 /* FPSCounter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AB0CBA2B0C1C12419007909C80510FE /* FPSCounter.swift */; }; + 140C4618A2EDD71949482F96D5ECB5A4 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04CCFB1354B98E31A8BBD59C6368DB63 /* KFImage.swift */; }; + 144B63DAA7BFD545C9FCD61507EC283B /* AnyObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710124CEC114EAACB023E524758FAA73 /* AnyObserver.swift */; }; + 14BC856075DA12C985773806DA200B51 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B52E0E205C651E3419D4AA365803C1 /* UIScrollView+Rx.swift */; }; + 14D2AC5CF1FE2CBCE8EDDF88B8A6CA78 /* Completable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A6CCA339E15C371627AEE830C843CA2 /* Completable.swift */; }; + 150EBE744426DA643E507BA08A9DE5B7 /* _OCLoggerFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = C6218461361FB2DE04E05CBC011B4A89 /* _OCLoggerFormat.m */; }; + 1511F0539EE313BF002EB0A462E30B65 /* QLCompatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75E45AF0A624D9E3DA08B336B94ED7F4 /* QLCompatibility.swift */; }; + 1561BF831B4EC3E3E879298DA74BD7F9 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 58496A6CC053CD0DD80DCB2B2A6D54C1 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 159496B27D352A38E9ACDE8A3DFAFE1F /* PublishRelay+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = E721766E8F8A585DB702A95FA477201F /* PublishRelay+Signal.swift */; }; + 15A534EC2AAD0C4AE6FDE34150BC9BDA /* DDSwiftLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3125D8DCF7018A7FCCEC0336B3E20324 /* DDSwiftLog.swift */; }; + 15D653A7E1AE2E452BB8CE50ECF09C9A /* DDAlamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8688803B2057394A1E3DFADD5228FA2D /* DDAlamofire.swift */; }; + 16AED9E453F33B4FB25D6A64A1DBED59 /* _NetworkHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = B63AE0EF83BE9ECB865E4931A53DA50C /* _NetworkHelper.m */; }; + 1719ADC81CA7D3C14E267ACBDBD7D16F /* JXCategoryNumberView.h in Headers */ = {isa = PBXBuildFile; fileRef = 897F6BEC89F8774986904396C0904427 /* JXCategoryNumberView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 177ED9B8BE92C0E09633191E1C47508F /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0276B7FFE85862D00D7FAC8F46E123B9 /* ImageDataProcessor.swift */; }; + 1794017E0498BFC7303A80ED2B6905D9 /* Infallible+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF675676E1BD4A3FFEF0C7FF6A66E92D /* Infallible+Zip+arity.swift */; }; + 1852BF48A0664A571D3474A1421403E2 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5469F9B281808D118B20295E1DEEC4 /* SessionDelegate.swift */; }; + 18A97E86B886DAA53D8D79BB9AFD0E95 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = E751C675C1CC1482AC78CE1787F9CF34 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18FFEFC84AF85E9A5B79D6B9BFFE9532 /* _DeviceUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 376FE570A5A6829133A474FFC7730392 /* _DeviceUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1951974553555FDD604E274748E45DD8 /* JXCategoryViewDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B0746E9EF803A1AC4A8C22611F99E8 /* JXCategoryViewDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19539E6EBA6F66D2DC6D830D57EE8C8A /* Using.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4AA383924361B15807A0DE38F53B1B /* Using.swift */; }; + 19795CA75DE1440B67CF7898060D6CBB /* Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455C8484EF2FD822F63AADEC4357C663 /* Create.swift */; }; + 19852C32598DF9170B3E4DEF382C3532 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FD7CF1A8E55B4BF679889E6E9B29369E /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19A0C6679F5D96EA2729433D67445583 /* ZFLandScapeControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EF37C3B59DE2469E929F48473339B9C /* ZFLandScapeControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19BA6B5AC4E3454EF9215653DBDAFCC1 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3DDCFC87B56FCD0B7380BC662E14B64 /* Runtime.swift */; }; + 19DE372AA86B8C1A8F5A23B383E88610 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28717057C1F07E71E03B6BBBDB48CF5B /* ImageCache.swift */; }; + 1A27EABDB2399A0ECC0F9259AE5A6065 /* MAPointAnnotation+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 305A31455D458A753D65F5EB9200BE1F /* MAPointAnnotation+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A47EBBCEC8DDE7E8EA1C71FEC2BE256 /* EKEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A8FF546CCDE3FE46A8BA892428B7D2 /* EKEntryView.swift */; }; + 1AD438429DD404040E78321648906FEB /* EKXStatusBarMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925DA5FE8666DDE91CFF67B5216FFC94 /* EKXStatusBarMessageView.swift */; }; + 1AFDF285C4FB6DB22DDD4D5B60D4E7DE /* ReplaySubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD77EBDBC9448AA5D0D045FD5FFC3BB1 /* ReplaySubject.swift */; }; + 1B00CCE61A30E081B712406C0B86CDD5 /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 919DD1DCC19FF187D7C6D0D924B3EE29 /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B1F0477E626D72E108F4E670DB7ED7C /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = F33121194538A830BF9A9FDBFE1F7A22 /* SDWebImageTransition.m */; }; + 1B5F17A6BCE770EB53A30BDD8C2F9929 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B67DF1971F5D36A45C2EE7FA4855D22 /* ImageView+Kingfisher.swift */; }; + 1B641CAE5F13D776CBF39C4BEF9A70CC /* DDMANaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D4C98C6AA9526C21F6B63FF6C8A03F57 /* DDMANaviManager.m */; }; + 1B9B8CB7EFF73C7A513D79EE43AEDED8 /* EKAttributes+BackgroundStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA1E26851476D24D845BDD2CAE11C08F /* EKAttributes+BackgroundStyle.swift */; }; + 1BE94E6045C39A801177EFCA0C3366CD /* SharedSequence+Operators+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A6E0BB301A0B7FB9C69F69A58FBE7EB /* SharedSequence+Operators+arity.swift */; }; + 1BFC18CFD761C91DA09CC5869381ABD4 /* UINavigationItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5AB37363649FB2EB2483A52234E7C5 /* UINavigationItem+DDCategory.m */; }; + 1C5F07B42EB43C301039536EDF55A7C8 /* DDMAMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E78EC5C1CDB0097E09F79052672C2F /* DDMAMapView.m */; }; + 1C8E6F4C2966C17FFDE1E393D2B2C52B /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8837DD3DF325A0B1CA2BCC3A6D935D74 /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CF914EE045065FC260282EACEB39A47 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = E6506A39CB3227B23A38845EDBE0326C /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D029DD0697E9DA5079F55DEE0C53D99 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 663B18B90838CAEFA4ECEF14A5F2E644 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D0BDE6D9B4F4B80EA73D70A80210483 /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E677576BF9D59CDBF5EBC8CA93D9C1BC /* NSTextAttachment+Kingfisher.swift */; }; + 1D872C7E6CFFB616D9C2AE9A818CE105 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DA281258D3A8754E60579310C43C4A /* SDImageCacheConfig.m */; }; + 1D9E37204DB76A795E3B34A0A990B0A8 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADF746271AE2AED1CD24CBD4FB38223 /* Observable+Bind.swift */; }; + 1E3E0526C3415FC308F6A39B1A707C73 /* DDTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 185918EB1EFE7B008B55F44D63F3C8FC /* DDTextView.swift */; }; + 1E5BD60109367D4942DCF0903700745F /* UIButton+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F7D80CEF63FDE716AAA7095BCFAC88 /* UIButton+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E6F507B7333AC0C2EF6B6308DD6292F /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DD2E33AA84C9C16F8023A0AD8618C07 /* SDWebImageCompat.m */; }; + 1EC020C895DBB3F41B8F38DC6B184DE2 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C20CC5237EC1AA127736F27F4D81304 /* SDGraphicsImageRenderer.m */; }; + 1EF6941565F1A4B36DF833813DA9E825 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D5141507A793A8FBEA2A0ED98BDFBAD0 /* BRAddressModel.m */; }; + 1F21967BAC4672B06837790CF2EA6287 /* DDBaseTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE6DF6CEDF93F3E07CE9A80DECFACDEA /* DDBaseTextView.m */; }; + 1F3910187870605E2473B117E631E6C3 /* DDBaseButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B0EA26A8596CAADC0DF523B05653FE38 /* DDBaseButton.m */; }; + 1F45EB055DE648E034F3E56804F6499A /* DDBaseImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 517BF1372E40839F8E7CB34DA254194D /* DDBaseImageView.m */; }; + 1F6F77F98F7B208FD65CB90C0AEA6A17 /* DDTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5C365778E66C65A9472E40CDCB8E604 /* DDTextField.swift */; }; + 1FF9E5D23DB45A2014BBA5E98A2D1C0D /* VirtualTimeConverterType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BBB22A528AC7EC9D01C92B7518469B3 /* VirtualTimeConverterType.swift */; }; + 1FFB028BBA9AFF589F8793664E7D7C23 /* ObservableType+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D91C4FAD86036A9D35C5F404E390D6CE /* ObservableType+Extensions.swift */; }; + 205D4F61CB9ED1CE451C27D5950DE9F2 /* CrashListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45BAE5CBACF11D6184D16ADDD7F76CAA /* CrashListViewController.swift */; }; + 20624FD8D76D790F3E133497F0AB1815 /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = FACC11CB5A33CC8569B10DE902067D4A /* TextInput.swift */; }; + 208C28BB20B74966180E09F143D05703 /* JXCategoryIndicatorLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F9785157E6C22EEAFED5E40C56D005B /* JXCategoryIndicatorLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21512C78C6B356E2C228D9BFC7481794 /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46DD0C3B7A6760884275F6BC05CA6CEA /* IQTextView.swift */; }; + 218CD2971995C4270CE6C0FD6F7FD1D3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A04977997D6F094265EB35126368CB73 /* MultipartFormData.swift */; }; + 21BBCC480DCFFDA1A130CB3F1A89D5B0 /* NSTextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 678F44F9EFD86F5E7E3006BA9E83A732 /* NSTextView+Rx.swift */; }; + 221A1EFA0518311976C4159DE2D719B8 /* EKWindowProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 444476DDFF2693487487736B968C6CB8 /* EKWindowProvider.swift */; }; + 22A4125ECCD10875BF31FDABE9122A13 /* UILabel+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B8B0372DC76EC09950A45934B3D0DCD /* UILabel+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22ACB88454D706696FFA80153AFCC611 /* _FileTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8284E493797429D0F363D771E5EEE1A7 /* _FileTableViewCell.m */; }; + 22B2893540824DE4EAE73613630EEB7D /* EKRatingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87D07CB11FD1E4E81EB59D1FE337C98A /* EKRatingMessage.swift */; }; + 22F708E957D1B5F9A5503FB63443DBCB /* UIColor+JXAdd.h in Headers */ = {isa = PBXBuildFile; fileRef = E3E5B3596453FD5A5CD5BBE74D39594C /* UIColor+JXAdd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23D60AC17268CEAE321FD91D95FDFEA2 /* _FileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 670F1D63802F2FBEB9392A80A30D5C91 /* _FileInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2446E15C2691076AE02AE7FB84E124BF /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D0B1D6E86E7DA9D74535A3E52DC83D /* UIView+MJExtension.m */; }; + 249E5CB98CD1AC41A44D2C1C99B98DAE /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BAEF366B3A601AD60A93008F9BC2E3D /* UIImageView+ZFCache.m */; }; + 24CB04FF8F5A845609FBEA4C39D417D7 /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 835E849B3BC8ADD82926AC6CB92E9C82 /* Array+ZLPhotoBrowser.swift */; }; + 24E8AD199D92B32EE89787347821B0C1 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22A68A348F42B7D249535DD18B3EC09E /* Map.swift */; }; + 2507014A26449C348CEC857B89FEE333 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = ED43F6F15831252679A7C3F3E2DF1211 /* MJRefreshComponent.m */; }; + 2529C4A581869CB960A96D4B357DD07E /* ZFSmallFloatControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = D95780A7815F90B10F09119013099B1C /* ZFSmallFloatControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25367CA720FADB9E539AEE26697C07DB /* SDWebImageMapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C6292B2EFA9FF9137E5DEE05E556AB6A /* SDWebImageMapKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 255D6DCAC2BD25E3D42581EA3D13373C /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A47D19BFD73FD04F0756147A99A3ABE /* ZLPhotoBrowser.swift */; }; + 25754C44FE8759C61FB3ADEC2219DC39 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7FDDE8CFF4B84137F442DBC36829BC5 /* ConstraintLayoutSupport.swift */; }; + 2594B81E012C40CF7C0996C3ECB30BAA /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68505EC0B846C323D55E11153CF64936 /* MJRefreshNormalTrailer.m */; }; + 259D8488F32179015A5543EDCC586CD6 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1E1231214EB7F1645CE4FD39B60002 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25B9D312046078B515E9DE443B24ED35 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6617DB1CDEFA604553D5FF7A15733201 /* ServerTrustEvaluation.swift */; }; + 25CEE593E4ED0317A5BB9456436B0C67 /* EKButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707B47337E1988CBABAFAE00098DEF55 /* EKButtonView.swift */; }; + 25FD8F9E0D71213C84D8FE596B7B2882 /* CocoaDebugDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D998F589817DDF7A5333A822CBEC675 /* CocoaDebugDeviceInfo.m */; }; + 265FB60F6AB34B4FAFEFF416DA1F1F10 /* JXCategoryBaseCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEF78877A8D04639B0DF781A840D959 /* JXCategoryBaseCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26B7A9499E63379EC6F3F9CE39C58B23 /* DDBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = CB6C8BDF4365EFC336D326547E601214 /* DDBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 273E6DDCA9EEEB683B0C2C61AEC9EC69 /* _QNSURLSessionDemux.h in Headers */ = {isa = PBXBuildFile; fileRef = 99890D3BED1E3261F7883BF904CF36B9 /* _QNSURLSessionDemux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27498A2C7FD59E8F9B3AEE1405549329 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4F130E312373DBE7CC560B9D37DAA31 /* ConstraintPriorityTarget.swift */; }; + 2782178F820A14ECFAD608CF648BB26D /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A5FD362C24B31708AD082C785507076 /* MJRefreshBackStateFooter.m */; }; + 27ADC2222714C29A0504BF7A6C1EE24D /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C186B05535FDE446DC8884B2A55FCC2A /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C3CEF5A8C7BFB8275195F1380473CB /* UIApplication+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D470199D5AEE55DE118235F89191D999 /* UIApplication+Rx.swift */; }; + 27DF770B170C70528E02B140DABC07A0 /* _BacktraceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = F623DB8E3F08A8BE2B028A0241CE3A19 /* _BacktraceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27EDA91CC20195D694592CA50256BE67 /* EKAttributes+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53DBC031FFE66E2FE1FA6137CF729B73 /* EKAttributes+Position.swift */; }; + 2806620BD67612D6858E8BF7D97A595A /* DDCategoryKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AADC6D84591B9331208C65FC66E24BC /* DDCategoryKit_Private-dummy.m */; }; + 285FF55A84F63D0155686007D16BE4CD /* DDBaseAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = B97A7CA2B7F36F69E7983467301B9C63 /* DDBaseAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28F932F4B519F37A070730806248F76D /* UIView+ZFFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 351959B5D0203FB87270EC42395FE3C9 /* UIView+ZFFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 296C4C79146F190E62AE816E9ECABEEA /* _DebugConsoleLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = E1004793B3572A2D5E8E69FB6E534E05 /* _DebugConsoleLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29AC72CCC28FCCF2A27C61A4B40DB411 /* DDBaseMutableAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = DC775808223753448577F796F55ACECE /* DDBaseMutableAttributedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A1CD08ADFFF90E753887549FE5426F5 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E980C80953C8552E78CE848DA8AB4DC6 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A537A4F574936E29C08E5AA2A861AE1 /* DDBaseNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B38EAB799605F1D205B17706448B963 /* DDBaseNavigationController.m */; }; + 2A9F8FA74CBDF51F65153721E96132B8 /* UIScrollView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B372C02DFCDDB7CB441FF8BE10B89D /* UIScrollView+DDCategory.m */; }; + 2ADDEBCF302EE4644785955546FA0137 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FAC952BE3BFBDEA77E13866DB986DEF /* SDAssociatedObject.m */; }; + 2B3EF5A06A1D104954F53234E8E0A873 /* JXCategoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 923129EA46CF876E3E87E1B753BCDC3E /* JXCategoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B839970ABBA6A8126A4793904C22C7B /* JXCategoryBaseCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D57A8CAF65797178E27C5C27C41819B1 /* JXCategoryBaseCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B91ADD3BBBFE7B74F53F4B4A59FA42A /* JXCategoryIndicatorImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32FDF7D485A46164A14084DFDAD56115 /* JXCategoryIndicatorImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BAFAC7061FC2A0AB276CD8C08784D8B /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69E0CCC2E74BC24758E93EA5A958EA20 /* ConstraintDirectionalInsetTarget.swift */; }; + 2BD7DD0EE925854A3A8F5CA9D8C3CE6E /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02ADD31FC0F38655CF80BE994B91B1C4 /* ZFLandScapeControlView.m */; }; + 2BFE52F6E917ED3CE9A1057BCE39194E /* SwiftEntryKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = F31FD7141D5C22E4431C3A00C5C415E2 /* SwiftEntryKit.swift */; }; + 2C089711506854D42BA24F1C584DD660 /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 776B6125B1CF6007A7C6CAC042CA9A80 /* ZLProgressView.swift */; }; + 2C1D34FB57B50806AA5A7341819888A5 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = D691413151DCBB4C30B5CB6D6DEF6427 /* BRResultModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C4A5EA90AE4D26083E9694AC0D53DF7 /* DDViewControllerAnimatedTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 88BEB4F77FD68165EB20B7350BF7415B /* DDViewControllerAnimatedTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C74EC11B77042707C02D50D7397E771 /* RxCollectionViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D4DCB1BB8CA04C09824DB2F940B9AF3 /* RxCollectionViewDataSourceProxy.swift */; }; + 2C8CD89280A61E74F752C1B6D05BAE1B /* EKWrapperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 949A60250B4FF0B50CE70FA1E52437C9 /* EKWrapperView.swift */; }; + 2C96986F46DE40BC67A31891B540F314 /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3291FD2F05D78B7BB557DBA66C3B60D3 /* ZLPhotoModel.swift */; }; + 2C9D5104E3A512934F635EA801B0B37C /* NetworkCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BAFF59448B95D21460FB3B962F1FBDB /* NetworkCell.swift */; }; + 2CBA99FEFAA12064682FC0DE2D2131A2 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C688E425EDB13539AB8934615C447D40 /* UIImageView+HighlightedWebCache.m */; }; + 2CBAD2261C2EE1772387DBE73BFE8081 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 86ADC890D463C8AF3D0DE64F06925BBE /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CC32091848E70728F4BDA4FAF1C94F5 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B47DD55BB18675C2A41A6AD2D0ED12F /* Alamofire.swift */; }; + 2D3A3705B94F77034E16CEE42680E9EC /* RxSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC828763AB2ECF5D36C611125E3A93D /* RxSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EBDC8A8E2B5F900D6CB0D64DB9C6CD5 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ACA7CACB5365F485D48C7147E4EC201 /* Kingfisher.swift */; }; + 2ECCBD900BE52DF852E5877E3133459E /* Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A3C3AA3E86C137B58FD7D40E790B96 /* Sequence.swift */; }; + 2EDC22C111EFEED46A1D26D858FE2002 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 403DFE61129E05150C3E915221B39396 /* KFOptionsSetter.swift */; }; + 2F196E2BB55F71216A6E112CB31DC3CA /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D4287C597A4B3C5EBD93892F6647A70 /* ImageProcessor.swift */; }; + 2F1B528CD4A6EBB69568E001A3E15E22 /* DDFontKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EB2441EED10B9A51FD442C768998A64C /* DDFontKit_Private-dummy.m */; }; + 2F25B524BAE7F4A1010E66073952431F /* ZLAnimationUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CC8897FE09B914D9240AA47BD4D67B /* ZLAnimationUtils.swift */; }; + 2F92D77F0B6DB6F93469E29305BD0BE0 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B961CC48E9B7B9AD9355FF5896813280 /* DispatchQueue+Alamofire.swift */; }; + 2F993F48F72BD5F608740FBD4F1A46FA /* TakeWithPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47BD0E149DC9C137318F4ED9CB11C4DA /* TakeWithPredicate.swift */; }; + 2FBA6B4CFEDEA14DF62EC282B323F528 /* _ImageResources.m in Sources */ = {isa = PBXBuildFile; fileRef = 402F1FBC6DB23AB6C30A37A5AC6E132C /* _ImageResources.m */; }; + 305F6F74F237E8D75191D3A0E2B2FA5E /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880A06DE79E5C887CDC257305FE99C20 /* ImageDataProvider.swift */; }; + 306AAA0978204ABAEBE3A5D9CA64810B /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A382F9A63B7915979AB2027E98017E1D /* ZLThumbnailPhotoCell.swift */; }; + 3090ED9C77596F67C3E91B293BA89981 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B64377C4C2D306959F3AB4FBE51E76E /* BRDatePickerView+BR.m */; }; + 309C49EF61D7D5C2E2DE8668D4B42688 /* SharedSequence+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7F22F042FA4FA7E9B91274A65C84E6B /* SharedSequence+Operators.swift */; }; + 3154F883FDB9974334625913E981CC3B /* Concat.swift in Sources */ = {isa = PBXBuildFile; fileRef = A683E34805191E9A1CE7698E6D8DABA2 /* Concat.swift */; }; + 316BC27C89EA174E4233348DF1E30934 /* _SandboxerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A6D8D27BF5530D124DC7655D0835891 /* _SandboxerHelper.m */; }; + 31C4D922B73C8DB5EB1F4EECE5B99577 /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F3A8245D71C40CDD42CD2FEC629D76 /* IQUIViewController+Additions.swift */; }; + 31CA7B9E8EA236369E7DF755D46EF541 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 81062EDD33C81543B6BF7186A3E936FF /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31DF54E033EF144675A3610238452B1B /* UITabBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE856468E4EA5EF3817AD14330B9C4B9 /* UITabBar+Rx.swift */; }; + 3208D2E1AC17249CDDF8D24BE0170987 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE07162BE6F4F1A997A4854EF51E66F5 /* String+ZLPhotoBrowser.swift */; }; + 328650A2D927732D8D720F558A37AD36 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6849CFBD06D25578A31E88EB9B26FA7E /* UIButton+WebCache.m */; }; + 32CA25222D6B2A9C52343DF57E4793B8 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DAFE63F55DD0866700400545853C7E /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32F60407B401152F2C0FC9ADB064C913 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = E0861693DB9578B6FDF878487F660B44 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33022595B6AB6F959F4D9BB4B4B31F7C /* DDBasicControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C0F41088531E8A16AA079A63BA344FFD /* DDBasicControlsKit_Private-dummy.m */; }; + 332189AD4AD25E48E7584583B70EA4A4 /* ControlTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817F58F8E08DB924FC7DA020E5A2F714 /* ControlTarget.swift */; }; + 332487115F1C488709DD0531DAC26F2F /* Just.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC2602C956976F697AF9BEF36A205569 /* Just.swift */; }; + 3336117E54632698AE7BF69221C9BFBF /* EKAttributes+FrameStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E35D619626B593AEAF0BC83098BA4F9 /* EKAttributes+FrameStyle.swift */; }; + 33616C996675BCEEACADC74135890BD6 /* JXCategoryDotView.m in Sources */ = {isa = PBXBuildFile; fileRef = 616F52320F34DF33103A42A3A6BF47B6 /* JXCategoryDotView.m */; }; + 336439A67521DEE2DF0D4EA4E9D4EC03 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 070EA32A8ABA15B2431C3794C739A6EC /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3396EF0A6AFD8FE8CFE2DD7FF95CBAF7 /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 940409F5BF3388822B023F2E763B5633 /* Box.swift */; }; + 33C8D4089A7048C8F347CC80EF4EC36B /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 269E290D89BE61A043675490D1B2056E /* ConstraintInsets.swift */; }; + 340A763250D0C4BAF58E7EEF61E530A3 /* CocoaDebugTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B26976756BACF0C21DB2CACD0D6E7E0 /* CocoaDebugTool.m */; }; + 34219E74B6FDF7C28D0D0ED21D17410F /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E1184FB2B98878D6F294140FC15EECD /* EventMonitor.swift */; }; + 349E933224A2196BE8CB8F20A386089E /* UITabBarController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A188B5B42CDA91BBCFC639BEC609070 /* UITabBarController+Rx.swift */; }; + 34B13846C3F7C171766F8CB64CB997B2 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2364F55A2EBE9A859B889F1CA0AE1CD6 /* Filter.swift */; }; + 34CE1AB1BEFDF9C9AE79DA0B86BFD19F /* DDSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E542CA35361EEB906949CCF8D846137 /* DDSwitch.swift */; }; + 34CF3098F60A43F9870420B97A0EAB9F /* SingleAssignmentDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3108339B3FB3BA6020C18868666CC2E /* SingleAssignmentDisposable.swift */; }; + 34D7B7F81DBB3A50D80E68BE076FB80C /* EKNotificationMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A0E10812234977E3586159F11138E38 /* EKNotificationMessageView.swift */; }; + 35566A4CEE196074A328F12B0F748B87 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FDBFC1C8FE1C14A95A9FC07FD395CA0 /* MJRefreshAutoFooter.m */; }; + 356972A762DA5041DC096CF5156FEE4C /* BooleanDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7E9C9B8F015AC0EC7CFF7ACD73A34 /* BooleanDisposable.swift */; }; + 35BF909F60929C0222C40DA6D149AB28 /* ZLCustomAlertProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A10BEE307B64BA71613A41C96687DCC /* ZLCustomAlertProtocol.swift */; }; + 35EC4BDBF382831DEACEFB9CBEC7313E /* JXCategoryDotView.h in Headers */ = {isa = PBXBuildFile; fileRef = 226BFAFD879D2C6D17246222D8E3FE3E /* JXCategoryDotView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35ECE321E980BFF5AB7DB92AA124C4B2 /* DDCategoryKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FF1F39492CB5C0DDD7FB3955098035 /* DDCategoryKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3615678A2D40C0ABDDC178C56011AA3F /* DDNetworkingOfAlamofireKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F214B0AFDE393FF6C156D70D97DC57AC /* DDNetworkingOfAlamofireKit_Private-dummy.m */; }; + 362DCE6C30193B4F265B6BCFFBC28186 /* IQKeyboardManager+Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = C944915A71378DC9FBA52EB33D9E531F /* IQKeyboardManager+Debug.swift */; }; + 37B189A966EDEE3CC4AD7A772C841B0C /* UIViewController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE49DE579790C60DF4CEF247B6C458A /* UIViewController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37B32B549D28CA8C7DB46F5B9038648B /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9EA0E0912C5B8FB371918C48EFA37 /* AuthenticationChallengeResponsable.swift */; }; + 37CC41EBE46D49279B5595609127146D /* DDProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DFC81E8231E1A59A4C43ACC81D62511 /* DDProgressHUD.swift */; }; + 37DA8292DE1003A523BFE6EC49E2F7C9 /* UIImage+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = CEFDE07454485D3BE9DBBEAA5891DCED /* UIImage+DDCategory.m */; }; + 3848E339FD18EE2E315E064031BACDE8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9963D227D9B9096310A8559E4A997C /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38802157351AAA28DBC3D215EB049363 /* UIButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C38111340C5534426D5C419E66B710C /* UIButton+Rx.swift */; }; + 38D34D1D9C15BE0DB9F9695D430D3681 /* BehaviorRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FCC505CD228AED91EB22DF36749C8B /* BehaviorRelay.swift */; }; + 38ECCE8DD71FC839807DF4F6494A77C8 /* JXCategoryNumberCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 564D3DD8EE03043A2A4104508382B73C /* JXCategoryNumberCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3909A9DC00E78A63A4EF29018C46120E /* AutoUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6F106A5F6B8FEA4F798968D84F9AD7 /* AutoUI.swift */; }; + 393F39D7464BA3FF38602C6932B0F5CD /* _OCLogHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D4E3DBFDAC5126D6AB44954A92163D5F /* _OCLogHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39A1EED7EF20556DA57E00609DFD1645 /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6F2A10679DDD6131349E543E811B6 /* ZLImagePreviewController.swift */; }; + 39A20A6292B535CB9F60D3A449682C56 /* ZLEditImageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4E31A97D2588A8BC7D34CB691791FF8 /* ZLEditImageConfiguration.swift */; }; + 39A3EB396EC47B33F8538BBA9570E35A /* RxCollectionViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32325AB5B41DE0BAE1AAC1BC6BB69EE2 /* RxCollectionViewDataSourcePrefetchingProxy.swift */; }; + 39BCB56E19F83C853F5D4DA97D952D33 /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DA46C489865BED63A361ABE3ACC4A1 /* KingfisherOptionsInfo.swift */; }; + 39CF5E486D6AEAA0BE43F2F94A14718F /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1299BA338A41DBD0A539D8F1548B9D72 /* Optional.swift */; }; + 39D58D6790E6C9BAFB8689BAC91792D0 /* IQKeyboardManager+UIKeyboardNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C0D3E297F1ADA0E52A6AC606993D6B8 /* IQKeyboardManager+UIKeyboardNotification.swift */; }; + 3A1BE3A790D32DACDC81F728B5AEF8CF /* EKAttributes+Presets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47025F1AB77C344A3B7F5F4E3C22ADBD /* EKAttributes+Presets.swift */; }; + 3A41D798A225A35AC7C82B86D1156288 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DCE2B7E4E20DE8984887A658671ACD7 /* RedirectHandler.swift */; }; + 3A5239200052646BB3581EC8BCE593AE /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737D14893CF25DAEFCE8A18D80E11DB2 /* Response.swift */; }; + 3A74E1D6C0FDBEB91445B6377062D8C7 /* CrashStoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306BEFD617F228EE03150ACD4ED3B777 /* CrashStoreManager.swift */; }; + 3B3B929A609B79FF25A300BA1900810E /* ControlEvent+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38928869023F554CD35CD2DF301C29F9 /* ControlEvent+Driver.swift */; }; + 3B6337DFDE8F243FC631468501ACA929 /* JXCategoryIndicatorImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 197A6B1D5E7E76F12F8DCB8773BA80C8 /* JXCategoryIndicatorImageView.m */; }; + 3BC88549800FD8414276E44B06F687CD /* UICollectionView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E790AD726F6B21EE94A8348EEA6AC2F /* UICollectionView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BE621FB596B31034E1D6A7717B933FD /* PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 353BC14916C79F16481B4220BB4B5AE7 /* PrimitiveSequence.swift */; }; + 3C25563D52BCCCE1516641D19C2C04BC /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB059FC2828347098C9507204A583654 /* ConstraintLayoutGuide.swift */; }; + 3C47F467CDE31DEA2C41BDC3AAF55495 /* SynchronizedOnType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231D80DC3E1CA5C2842E1F606CEAAEEF /* SynchronizedOnType.swift */; }; + 3C805150E423EB13D4A9854E26314362 /* _OCLogStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E61C280397F89480EB0C260A789EB6E4 /* _OCLogStoreManager.m */; }; + 3C92C26772398A8101A0DA98198BCB30 /* NSObject+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 89E92180453C6221E5B75E3803627D47 /* NSObject+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CD9F65655D76EBEC391224B87A1CD5C /* EKRatingSymbolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 059BEBCD36B766966C2F80A7BF621EED /* EKRatingSymbolView.swift */; }; + 3CEF2AB7E4E1004AFC4AF6982584D4B0 /* IQKeyboardManager+UITextFieldViewNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89D206E48BBA8E84DC4644B3320D26E6 /* IQKeyboardManager+UITextFieldViewNotification.swift */; }; + 3D0525B55AF16075405556FF43862596 /* RetryWhen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7EEAE041E856F2D50E7038DE78C602 /* RetryWhen.swift */; }; + 3D348CA499BF4165B757CDC06957C9A3 /* DDBaseCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B19ADB19C1D0A8823FB48A8F595C2F0 /* DDBaseCollectionView.m */; }; + 3DBF15C90D21AE3C6873BA2F90DF7319 /* DistinctUntilChanged.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B0611101E94B65D6D4AB0B6FD098CB2 /* DistinctUntilChanged.swift */; }; + 3DF0B41E27A78AC25B9E44DB89DD5245 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A36258A2776EA01417A8BA5CEDF754 /* ZLEmbedAlbumListView.swift */; }; + 3E332FF999467D4DED43DB460639518D /* AsMaybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 497A0B7F411246A905554B6DC5735641 /* AsMaybe.swift */; }; + 3E655FB3DB35E5115300CB47894632FE /* UICollectionViewLayout+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E8A9BB97B0E04125E8550ACE4BD224D /* UICollectionViewLayout+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E7BA010C45287DC3BAEFB90F4DCFF1B /* Catch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E139599223175E082E43F78769B83EA /* Catch.swift */; }; + 3EAEF4B368F4EED0EAF7E008DA2A3DDF /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BF3F009BBB79A9C653438896576A30 /* OperationQueue+Alamofire.swift */; }; + 3ECD21C191F48DF934A14BFBEFCDEDA1 /* RxWKNavigationDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B831799606E9D6F277A77DD46F22D56C /* RxWKNavigationDelegateProxy.swift */; }; + 3EDA7149020CF3BAF2F6959A07B2826F /* Disposables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 806096FAEEFAD3B2E3F3EC03FF59461E /* Disposables.swift */; }; + 3F0E0B0CF3FDB7A022D1D11F6D9337A2 /* EKSimpleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE58A941340761DC4254611EB07668C9 /* EKSimpleMessage.swift */; }; + 3F14B6922D87E3841178BFF2E80DFB0D /* DDControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 588C75EC218C145F4FC362817F54CA5A /* DDControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F25CEB568F0EEF7AED4807D3FF0E803 /* DDBaseScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = E00F1AAFF429E01D43FE2A887C49979A /* DDBaseScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F66E49D391B3D2179B4D9B255B2CF2F /* UITextField+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BE64FCAFC0B0C82853F137A8B97608F /* UITextField+DDCategory.m */; }; + 3F80C1D7BC9601829AED63D721BF0169 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B864590ACB5FB880BE6334C0C13B70B /* LayoutConstraintItem.swift */; }; + 3F8C723EE7FB437DBE33A1722B154E1C /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E22481C543E2D748FFC40BDE2648255 /* MJRefreshBackGifFooter.m */; }; + 3FA9DD41FB19B38EFEE430E1314946E5 /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6770C2A54B6682191AD41B3EB2C0C13D /* RecursiveLock.swift */; }; + 3FE6AD41F6A905AA0D7A5C5C1DC8FC42 /* UISwitch+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 562666698E9EB9D8237D3AF79EECF9E7 /* UISwitch+DDCategory.m */; }; + 40202CC4CB91A4A729A917633E10BF57 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F20B41519265271DF711964A52DBC8 /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4042A46C5BF3899CEAA195ACA1ED06B2 /* WithUnretained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EDC848C9FFDE59086F16B77C33276B7 /* WithUnretained.swift */; }; + 404D73B62041963EC4450B7A89DAAC5F /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA92CF16BBC5623B9AD2F1FC4EC1C0E7 /* ZFPortraitControlView.m */; }; + 40672E95E085994AE6C6433A1C920629 /* RxTableViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420F4C0155A09EEDABC747356CC0CB2A /* RxTableViewDelegateProxy.swift */; }; + 40A92AC669718DA6968E582A45EB1CA1 /* ZFKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B93B7D2C05534550E902208B118C697 /* ZFKVOController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40B19E1F5CB13E1962DD49EE3D695DD1 /* ScheduledItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6295A500C81B856F89A0752E1EC5286F /* ScheduledItemType.swift */; }; + 40C3B6DBA22BFF1D1D9567FF37AB5F6B /* ZFPlayerGestureControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 65DA25A00F819EB714C18AA6D22FA41C /* ZFPlayerGestureControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4189DC9D2E47F7BBAA2C6048B475C212 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = A23C70DEDF85FCD22379514D982957F6 /* UIScrollView+MJRefresh.m */; }; + 4221F513DCBCCEBB76A4C8F4E7036821 /* ZFFloatView.h in Headers */ = {isa = PBXBuildFile; fileRef = 430450EDCBE0A8123F911FC80A1F8871 /* ZFFloatView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4327EE32429801B2650D6090A6FFC285 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21C468D590AF409EB0BC73C3BC76EA0 /* Throttle.swift */; }; + 439F332B33112344ACA1E3E7534C0D67 /* Producer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A50F561A3DBEFA298946E3679A7162E8 /* Producer.swift */; }; + 44BE7CF753A124327188F4E7831C563E /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ECD4661FC6B8013173C7EDF9FB314E5 /* ZLImageStickerView.swift */; }; + 44D3FB71396E5352CE3316AECFC87EA1 /* DefaultIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C145C7FF6316636F97ABDC3D117CF3 /* DefaultIfEmpty.swift */; }; + 44E729DB3E0A292C37756650C9400E84 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536E0DBA193337C29376E76545024FEF /* Constraint.swift */; }; + 44F712870D9007120D6683833C9B2B9D /* ObservableConvertibleType+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C5B42DE2D9B37C430EC5A2E8856692B /* ObservableConvertibleType+Driver.swift */; }; + 451C0212FBBBDEAC9CFEAA7AD0AF7C4D /* UIImageView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8954BA7B5C844F1A08C2392EADBCD9F5 /* UIImageView+DDCategory.m */; }; + 4580678643F509D5C5A1EA00A6D1E2E5 /* JsonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38CDD02D0C84F8C61DA1AAE6CF0DDA7D /* JsonViewController.swift */; }; + 45A7BB38A23DCE2BBDF9DBC31762AB6E /* DDCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68E38299EE91A18C48B5F6C15C006A83 /* DDCollectionView.swift */; }; + 45AD6B75F275078A076C8C2AC0AEF3F2 /* _OCLoggerFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 546E3CAC53B584E9D820CB9BCE2DB590 /* _OCLoggerFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B9C8034DCB889E2A9684B1575C0302 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC60601398938E6D0A3516E489D0363A /* RequestTaskMap.swift */; }; + 45F9D728BAE9F638623421AAB12B8D40 /* JXCategoryView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BDADA95CAEE649FB1AC5436EAB083FC2 /* JXCategoryView-dummy.m */; }; + 460F8947297FC4397B1D875F02806E7C /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3EB3FAC176AE72E2A035FE8467D3058 /* IQInvocation.swift */; }; + 463308594DB3E5ED7BA13BAFD9785469 /* SynchronizedDisposeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625A3C812454BA9E4C9B4E6D861DB902 /* SynchronizedDisposeType.swift */; }; + 465AC4C4CEE137C694249FF5E1AC1428 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F93307A14335F35E31E4071275450F4 /* NetworkReachabilityManager.swift */; }; + 472F8FCDC5BC7F210FC411D907EA5B04 /* RxSearchControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F2A2A23668E3DFD868C932A60BF9170 /* RxSearchControllerDelegateProxy.swift */; }; + 473DC3EDDA5D8D61693615EC038FC07E /* IQKeyboardManager+Position.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810F72AF69081D68603BFD2CF7D0A649 /* IQKeyboardManager+Position.swift */; }; + 4769FD52CFFFD7BC65324803AF92E251 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = C1B0DEEF8500816D86B0786B3F1BB06E /* UIImage+GIF.m */; }; + 47BEA6378E98FAA936CA74A1CF418638 /* DDMATrackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 013B0C8221ECDC5D00D161E29F735F71 /* DDMATrackManager.m */; }; + 47BF292BED32B4CB98575907A2835570 /* EKAttributes+WindowLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02F91E8C25FF1FAD874453DEBE53248A /* EKAttributes+WindowLevel.swift */; }; + 47DAE2836C45A5B08B4895539E604A86 /* EKAttributes+StatusBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AD18946E9236858267E0EB4732F6A83 /* EKAttributes+StatusBar.swift */; }; + 47E7856E599AE8DD6DC7682378FA5F14 /* Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76BD276B9498566B5A85E0DD472C638 /* Zip+arity.swift */; }; + 47E86D73AEFCECBD1B7CC80D731AEE4D /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 835ED4CD81BED5BB0FB4C4D06FAAF6AC /* Toast.swift */; }; + 482BEDDC762EBB971CF5F81717FADE67 /* Merge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9018DB282911288C60E788A3DAF773F8 /* Merge.swift */; }; + 4837AF95FFD6CA0856F8AD4F6DAE8654 /* EKAttributes+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E240488E4DD154A646BADB78EEED4A8F /* EKAttributes+Animation.swift */; }; + 483F31C4AFEAD5AEA2BE3274CD7903A1 /* CocoaDebug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A43FBF0647C2312926F6D9E7E2DF169 /* CocoaDebug.swift */; }; + 4894E4D5C6F065C87B6082AB282FBCD0 /* JXCategoryBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3840C1C6F8F8E85A8B2FEABD23ACFF21 /* JXCategoryBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48E7DCB6E428A49B7F67718744D73D96 /* JXCategoryTitleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B87E324921E441A733B2A35729F84126 /* JXCategoryTitleCell.m */; }; + 49215BC028DEFB8A85C77A5C55464936 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8821BF72028A6744F94096F70437B3C4 /* ZFNetworkSpeedMonitor.m */; }; + 492B6B0A047A031C08B940A6E8746A37 /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61D2AF6E849AE3167EF20664BC9137E1 /* ZLAlbumListController.swift */; }; + 4944814C2CFC6492C4FE1664F1556012 /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 85E7954BA79707BEE46110DFCDDE0C15 /* MJRefreshBackFooter.m */; }; + 4978E0D1068588E192054C53AEC53178 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF08E526F5B670836DB4EA9F7FD4935A /* ZLProgressHUD.swift */; }; + 49A13CA2C01B33D402D04B3A5D6C9868 /* JXCategoryListContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 094259AAB7A6D84FBBAEC6385E57213E /* JXCategoryListContainerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49AD1F5C93F625FDD0396BB29256DC4E /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACF2B2C9A9466027E6E4ABB717A572C /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49E04A4A0E8FF02F235F055751F78D2C /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE688B8597248AA1CA63CABC59EF1EF /* ZFUtilities.m */; }; + 49F57411DBC9FAE893C1030240982DBA /* DDAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE6B2E2BEEE6174FAF88E5F4191C7418 /* DDAttributedString.swift */; }; + 49FC51FBE1A0B635FCEA16835DA50665 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51CCFD4700A54856BC0279C2A60F5A8D /* ZLLanguageDefine.swift */; }; + 4A5E99327B9F7FA7806E52CE42B98F5E /* DDSpeechSynthesizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C171B666F8AEFA080ADED0822D99E348 /* DDSpeechSynthesizer.swift */; }; + 4A6F9FC73B3C2B02F852F366EE4C7C18 /* _SwiftLogHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF4CACE389FF58874B66DF23404C15DC /* _SwiftLogHelper.swift */; }; + 4A8F9A8B49197EDB6BEE9D75691A19D4 /* DDBaseSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 03F18B72D03F2503EFB8DC6EC44AEA16 /* DDBaseSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A9952FE9361ABA5CE30F3C7D50C23DE /* JXCategoryTitleVerticalZoomCell.m in Sources */ = {isa = PBXBuildFile; fileRef = B383EC9EC7A661DB48EBD5AFD0D1364E /* JXCategoryTitleVerticalZoomCell.m */; }; + 4ABFB29028CB07983DA8988B4CF87A73 /* UIScreen+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 647D20AC7E2359C702A2BFAA55C2D1E6 /* UIScreen+DDCategory.m */; }; + 4AE9A624ADC5CA7E6330CD384EFE4CD7 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 876C1D50115F87AB1C4072F6EC821743 /* SnapKit-dummy.m */; }; + 4B2409586D18D65F64B1438F37F0867C /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = B742566D925390FDFC37F8CE7D51FA5C /* ConstraintPriority.swift */; }; + 4B44116FE13450D08B053764A8784FDF /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F0596AF621E17FF5F052E8CDBD4D641 /* BRAddressModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B4D666DF746D313FA6D34C257BA6F14 /* SchedulerType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7C9ED6B5587FF0499DC937890F2D316 /* SchedulerType+SharedSequence.swift */; }; + 4B5C6452A3F186A1CB523C87F86F70E3 /* DDMAMapKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4A6849FBD57A2E12384F813143D709 /* DDMAMapKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BBD6EF71B6DCE3390974D23D5BE77AD /* ZFPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 313E93DCEEF6AB85CFBDA3E9170E3141 /* ZFPlayerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BDE28396F6AE3DAA0162DC8B2219EC3 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0CA5A10BCA7E7C11C9287BD3D8FDED /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BF3D618B71976F90930E1A677821797 /* DDBaseCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1237CC532B7E2B100BCC96757C7C794E /* DDBaseCollectionViewCell.m */; }; + 4C17BF734DA9B2178A5559DBA608A2BB /* EKRatingMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADA63F9C214F9E6E6839BE16A19C3F9 /* EKRatingMessageView.swift */; }; + 4C2639391DD5A48C68DC1760F913E007 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5EE21E74ACBB39F744C9A363BF6B9B0 /* RetryPolicy.swift */; }; + 4C5E0A7762C6E0E8295E1D7F4FD4F68D /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CCF727DE0573CE412F72D9A9A0B3C2 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C82AED59F383C3408C246EDDA1A4392 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F9038531BED21073377FB2BAF653D92 /* ZLPhotoPreviewController.swift */; }; + 4CC51E277DCF7D480D5DA4C9C0BB0C37 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 806D72BD89E013A87260FD5DD26FCDD8 /* HTTPMethod.swift */; }; + 4D03136DC0ED073B71429EE4A98BC192 /* Skip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C7DB51BBC9CF6EE9DD03014E1C80116 /* Skip.swift */; }; + 4D2FE02184346B6011DA8B227AA2CD00 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 73920E22B373713EBFEEA2845FAB5856 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8A94DF58E15F8FB36D139189A399ED /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 089696DA03A61A75B24E28D72C3EFD39 /* NSData+ImageContentType.m */; }; + 4D981AB9F0FB6AADA0A3BB5D61D1E0EE /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B02FA4ACF48456CA6F61AE9530844489 /* UIColor+Hue.swift */; }; + 4DBBAF563C9995081D90F7AD834E828D /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 126432FE9F6A7170D5FF2E48C5B1BE64 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4DC4192E75B5FFB54CA793299C8C0388 /* RxPickerViewAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0383135E70F3123F6CBA9FEB185B97F /* RxPickerViewAdapter.swift */; }; + 4DDB024748C44347C7CD40486F0603F4 /* ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 322C488E67C917A628FC553BBDF2921F /* ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E03FB03B1DA8D48DC016F7E7814CAF4 /* DDNavigationControllerDelegateReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = F6D6411431285CC278ECBC74D5BC6F4D /* DDNavigationControllerDelegateReceiver.m */; }; + 4E4AF01A91C2B8F1EEA12F979D3A2C65 /* ZFLandscapeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = EA934E58311E1609E6E58E6E1C3B1FFD /* ZFLandscapeWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EA41674EE6BE0E1D0DA737402D1630C /* DDBaseNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 26E665FE5D8AFEDFEC1E43FC29DE4EDC /* DDBaseNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EAC3784FFF6A4EFA249D8590C8625EA /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953329141116906C487B83F1A69719FD /* Filter.swift */; }; + 4ED89FAA1C81D65DEEE537D4D72A1588 /* Infallible+CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34E3E634AABD4047F3D6B6DEFD920D0F /* Infallible+CombineLatest+arity.swift */; }; + 4EEC0EBED6B81827D25B5C1524A516F5 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2DB7F00044A8A3A1BF82CA8E06D7B0 /* ZFPlayerLogManager.m */; }; + 4F1525CECA0C94C49413C43841330C56 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A05F9F4F5488DE609A005C217DC35A9 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F2B68DB7C56A383B011F7B6B842A987 /* CombineLatest+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17B71D94A58434127BAF46198F564DF8 /* CombineLatest+Collection.swift */; }; + 4F5B2864DC6384E5B6AF98425B6F5CAB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 79242549D679039E3E70AB488DDCB749 /* SDImageAssetManager.m */; }; + 4FB8B880680D9711B70C98FCE307824A /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5453011A34F6706C2B80A8CD9731FEE3 /* SDImageLoadersManager.m */; }; + 50403D02E0C8000B14042DD2F6E14B9E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA4B88DBE0911C02E5A0AD8BC0D6AB8 /* ConstraintAttributes.swift */; }; + 506680E7DA2EDF6F1137BB73C5454B88 /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A39F8341EEAE17EDCA342843B8D1F1C1 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 508DA7803FB732375E4691EF6FA63054 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = F52355DB3740FB612AC1AA3833FD86E7 /* BRAddressPickerView.m */; }; + 50E5B5685106D613C42AF4823B04F21D /* ZLPhotoUIConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = E651BDA7D53A416AF96CF7D8AF54C2AF /* ZLPhotoUIConfiguration+Chaining.swift */; }; + 51093ABDAC6F338CBD2E3D949C91D689 /* ObservableType+PrimitiveSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40DBCC36B295CEC0A967CBE33B61662D /* ObservableType+PrimitiveSequence.swift */; }; + 5114F231D82CFA8BF22620F26EF6814B /* NSView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 888D42DAC79D901FFA4ABA60FED2495B /* NSView+Rx.swift */; }; + 513FE85C9A497C2C8E648FDDE863176F /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F04DC8D4ECBA73AB8BD1CEA05F268EE /* SDWebImageDownloaderRequestModifier.m */; }; + 514A60DD5A2A363D5DB970088D708CD2 /* JXCategoryImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C4B7B881246E8A1B5F37A53554952940 /* JXCategoryImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 514BEB68DD25CD39127BFAB4DB631F8D /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D4AC4837D8F2AB58329C7758C23FDF56 /* BRPickerView-dummy.m */; }; + 5156C44E75B863408EFF58D5122EF918 /* ZFPlayerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5563E7C8D659F805EE912051C87F6301 /* ZFPlayerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517CC3C405F8FB3E69BC2019D081906E /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F46DB4EA66FEC1BC01215FE431479F8 /* UIImage+ExtendedCacheData.m */; }; + 519AFF9F3DA9EA2E1EB66201B996539A /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = F207955E11019F278C853CAA55AE3D08 /* String+MD5.swift */; }; + 51B1ACEE71E3EF376A4BF50397B41D38 /* CocoaDebug-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88996524AAB0208F85EF48F05C7A087E /* CocoaDebug-dummy.m */; }; + 52005088C42984D999C1F13278447BD7 /* Empty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72236388AAE1DD7894D0698D8F435C94 /* Empty.swift */; }; + 52811ECF6A4AECB259DCD6139A9C17C9 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AE52E505AD93B71530829C12A79CA34 /* ZLPhotoPreviewSheet.swift */; }; + 52AFC14AC760BB77AF34688FDF206DCF /* DDBaseTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = B88B6A2CCE8388CB8FEF2FAE00C735FD /* DDBaseTextField.m */; }; + 52B6AD3595C3CADA5ACAA84C53EF2323 /* UISegmentedControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239BFB72EAA369A8CD8F81D8B08BC1D2 /* UISegmentedControl+Rx.swift */; }; + 52B774D7072085206C19EC4A96BF8406 /* DriveRouteCustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 74F032A059C8BFF5A7F1574458AA123A /* DriveRouteCustomAnnotationView.m */; }; + 53BD02FC67C3C0CFA2446BBC84F093E3 /* SubscriptionDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EC78418213827F8877C3C1D74D4148D /* SubscriptionDisposable.swift */; }; + 5442DB01C93D4C933C1A8CBBFC13F690 /* JXCategoryTitleVerticalZoomView.m in Sources */ = {isa = PBXBuildFile; fileRef = D53CA37F6F427A51A37E66137DEF8D25 /* JXCategoryTitleVerticalZoomView.m */; }; + 549B1CF5542E8E21F2710BA821DC2899 /* JXCategoryTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D03BE8ECF1205ECC4F4367280595BC /* JXCategoryTitleView.m */; }; + 54DC34E53DD05EFC489FD923025B6113 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A136DF29214F84C5A50C8B32895920A /* Debounce.swift */; }; + 553557576B5E9692059EB76EB9EDB6B4 /* DDZFPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F67FDEC614406DD70E388F89124BB66 /* DDZFPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 554B4A9EB7B0115AA40713C45D0ABF3A /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA7CE70C25E08DD85D3B41472139AC5 /* IQPreviousNextView.swift */; }; + 555ADDD160E4DB9DCE0AABDD6978609F /* _RX.m in Sources */ = {isa = PBXBuildFile; fileRef = C0ADF9B85CE6EB0C9C21DB10CCAE1113 /* _RX.m */; }; + 555D64D559041A2F1743073FBDA7F769 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF0E34EB66296D2232CBEF1E5B9E485A /* MultipartUpload.swift */; }; + 55737CE468E09E45D9E5BE279A3100C8 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = FBBC54E8861A9F0C08BC05293415295B /* SDWebImageIndicator.m */; }; + 55AEB2B38B44B782E989CCF282594457 /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB52559DDA9430C846BB5F8D19E5289A /* GraphicsContext.swift */; }; + 5626698B2E4C40909EC5602DFEC0D75A /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911A191E1B82B469B339A4A348F55757 /* ConstraintRelatableTarget.swift */; }; + 5643AB8DAA08B6E988A12BA3D5C5E2A8 /* Never.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFEDBAAAC32B5B1671C8F08E94CCCCA8 /* Never.swift */; }; + 564DC8E839E553E1192DCA0A0AD477A6 /* AsSingle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32CF33D41EA2EB574F4C52A64405302C /* AsSingle.swift */; }; + 56AA1FB915E6D167A106C0F9CF316EA6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B13F64AD61891F832FAF868580289B2 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D08DCE4BFC873FBB9B1355F514D581 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A5DDD558E9CF2E9B93ECC5E6126D7F56 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 570D150531BA02EEB383A3F40CEDB5A2 /* ControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA5836ECCE935000FB4395D114DB81BA /* ControlEvent.swift */; }; + 572831DA48D81784ACF3A8EF8D29C07C /* ZFUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 05D7C961B7DB9567859AEAA75406D6EB /* ZFUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5739B5F79D9CC33CE6A6E49CF08BE143 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B53C9DC03CC4E574FB32A4A5D71A0F5 /* SDWebImageDownloaderDecryptor.m */; }; + 57C1DFAF264C82C61CC623B3B9677F75 /* PrimitiveSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1961A308D2B43EEC2F1B3BC84F90077B /* PrimitiveSequence+Concurrency.swift */; }; + 57E8D5E0BFF775DCF361333A12294278 /* EKContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AADB529954F08070B6C3F3FAC79222C /* EKContentView.swift */; }; + 58331B6BF8493E4C276191285440557E /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B6E4DC66A3DAF359D42CC4BF7D12D4 /* MJRefreshAutoStateFooter.m */; }; + 588E1DFCDB61836A00F8027B0133DADF /* Repeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 199C5442CB5DE81266FB07CEA8350726 /* Repeat.swift */; }; + 591C74189843C4755BD2E31E4F50431D /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 72DC723EED7D01F686450D1D03CDAF8E /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 595FA9CCDC2A709BD7F736107DA2C4D6 /* JXCategoryNumberCell.m in Sources */ = {isa = PBXBuildFile; fileRef = AB38B6D1BB6D0CD9B6029D5FD2729043 /* JXCategoryNumberCell.m */; }; + 59AD90C47AA6A1B76832CD3C27A9B6A3 /* JXCategoryIndicatorRainbowLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = 54F1C94B8C30682B68749092C1CA525F /* JXCategoryIndicatorRainbowLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59BD2227EB120EC449508CB3D8E7E79A /* ZFPlayerLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C753331620E9E6CF0E6DB5DD1EED8D7E /* ZFPlayerLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA2F6E5C7D736F0CCA9894A3E37C8D1 /* DDWebImageKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E72C372CA4F1125C070426413E254759 /* DDWebImageKit_Private-dummy.m */; }; + 5AA6E372FD287BFF49666188CEE90926 /* DDMAMapKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8324B600703F7DF39B36593AFF45B78F /* DDMAMapKit_Private-dummy.m */; }; + 5AD2AD7AE8F85C5EDF97D2BDC0B3A2A0 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F71ABE563E7BAB1D856C8A48E688BBBC /* WKInterfaceImage+Kingfisher.swift */; }; + 5ADE1ADD5C89879BE23532A77F88DB88 /* EKAlertMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D332734340801BB7E35E4AEFF6CB873 /* EKAlertMessage.swift */; }; + 5AE8F724467F0E9ECAC1B50FAEC91D67 /* JXCategoryIndicatorBallView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD3901C979D6A2EA61C03F6D1B9A866 /* JXCategoryIndicatorBallView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B033DDDC44B06AA233FF487E3C410DF /* EKStyleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EDE2F92400AC42BD9FC920929A4B390 /* EKStyleView.swift */; }; + 5B07C22BDAA7425C4CCC629868E0072A /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 81E38700C465BF6D0AF71E3A9873DEF2 /* UIImage+Metadata.m */; }; + 5B0E5DFA3D2B5834D9DBC91A8220F9E0 /* ZFPortraitControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 57CBA3F4D799FB97BAC5FA14579A4B39 /* ZFPortraitControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BBF2E718CCA06ABC22203877EA4EC3E /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C6145FA60EAAFE44DCA4B3DF3777A54 /* HTTPHeaders.swift */; }; + 5BC79A76D4F5B756F13DB7F8A82EF257 /* Single.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35EFF69A5708E636900A8806F60DF71C /* Single.swift */; }; + 5BD01F6B16A2C9E69F756F4DE189E349 /* JXCategoryImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = C89803EC2222B48CBA0CE9EDE2B60368 /* JXCategoryImageView.m */; }; + 5BD480DEE18371740D7AF036D85B8B90 /* DriveRouteCustomAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = A2582AF147CE5D01DACADB0D6AAD91F7 /* DriveRouteCustomAnnotation.m */; }; + 5BED70B2291F54A9D211E630B3D12AD6 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE6E6DAFBA8A3954037BE0E1C97C18D7 /* ImageTransition.swift */; }; + 5C30F361915F5ECAC7CA86D55EE7E25A /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 734BF020947949CC0A1C973FCEA227FA /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CA68B859A6EDF62B0C3B3217D469CA4 /* DDProgressHUDKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5812C2245436E9C6E825FD2E64B363A2 /* DDProgressHUDKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CCD552354B88211EB9488550C4F4DB4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B33D94D0ED87F0A7FA09938AA0800EB /* SDAnimatedImageView+WebCache.m */; }; + 5CFC8F3DFFA340EEFD415372644734C5 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C71EFBDB0BBB656B7E1EA19FD5A3564 /* ZLCustomCamera.swift */; }; + 5D048ECBE3D46ABC5B880F766ED23A21 /* JXCategoryBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 81A93872519C9C2C4580E9630F796D76 /* JXCategoryBaseView.m */; }; + 5D0EEB77D1FE5B6445B93FFE286B925A /* JXCategoryIndicatorDotLineView.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF037990443BC8B2F618A2DB5824039 /* JXCategoryIndicatorDotLineView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DA078BF9515B566F0C538010C15D611 /* URLSession+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1782E5C6E771E46E52BE27A9BD41CCD1 /* URLSession+Rx.swift */; }; + 5DDC53C14E5B5CE3E9D53F71212BE330 /* Dematerialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = A30CE99D1D07232F032728C6CEE6A690 /* Dematerialize.swift */; }; + 5E28B24BFF424DC992C42EDBEB854FAA /* ImageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07CB6A6189CBDDEEA088A745B49D410D /* ImageContext.swift */; }; + 5E6140C0CD3517DED7F81D9D8046F3D0 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E868602416F2BE621E3AF21C2C6D3187 /* SDWeakProxy.m */; }; + 5E712306EE9654B516F97F7D39C85A73 /* _ImageResources.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD12343751B01E68B49B3E3EF1F0580 /* _ImageResources.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EA777A6657B7ECC8AFAF720B0B24B9F /* DDMANaviManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 67296B1EC30535E04D770801ADEBBB62 /* DDMANaviManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EB60C74FFA757B7BFF385DE7F855FB7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = FA2D39312AFF381FF6A4AB009036AC71 /* MJRefreshTrailer.m */; }; + 5EC7100C59695117247691D4451480AF /* DDBasicControlsKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 417D2DB6FCC51C609DE5678ADDAA6BA2 /* DDBasicControlsKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F172DCB05EC615065B7C37575150F22 /* ESTabBarItemContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B27B61AEA64172246CDE2C38799AAC0 /* ESTabBarItemContentView.swift */; }; + 5F947C782C4BB4A5AD404E347D308478 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4AA6E56ABDAFBD9FEE233EB5935893 /* Queue.swift */; }; + 60242D2DBA2A56C8762E257852AED02C /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = F8875505070A0418342EAC844737244D /* ZFPlayerView.m */; }; + 60321424038D6730A0AD53BCF60F0127 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 964DF6E4DD54F377237553A8725C2FA5 /* ZFPersentInteractiveTransition.m */; }; + 603CEC5773E4B2356F096AB5BE1AA1D9 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DAF205004D8398947B8BCA7E1D3BE06 /* BRPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60DDEEB9DF2E9BF439AAAD617D7DFDCB /* RxPickerViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF6284F5D7BED637AF44FA174ABFD24 /* RxPickerViewDataSourceType.swift */; }; + 61185B153F4FCD3160D48208289515FC /* JXCategoryCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EBE985F4704A433F82FF0D980937F03 /* JXCategoryCollectionView.m */; }; + 614BD4DBD5C1BCB13CE995085A38C096 /* Observable+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DB5B6AE95EB8B9445473FD5ABDDEFDB /* Observable+Bind.swift */; }; + 619A84DBC854017C0A1A9BBE4D159E39 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = D204EDB8E19B84A86CDAE38E189D05B2 /* UIImage+ForceDecode.m */; }; + 61F09EEC8B2972FCAFBC8E3D3C2F9E7B /* ReplayRelay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2246B625F37A21D1244A3874B0231922 /* ReplayRelay.swift */; }; + 629C7157E20CDF4236A206BC470406D6 /* RxTableViewDataSourcePrefetchingProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B30137550C92648CC8BAD68BBA4293 /* RxTableViewDataSourcePrefetchingProxy.swift */; }; + 62ED24DFB1EED0A05D7DDDA6FB1BED89 /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F50206DB15825BB3B19C2C377D20158 /* TVMonogramView+Kingfisher.swift */; }; + 62F77D05A3024B64836857A15D49D29E /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79E89E9B4DED71ACB87403ECFBF93CB5 /* ImagePrefetcher.swift */; }; + 631C27810828AC1508132CC14E9C94AE /* UIBarButtonItem+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 072260DC5B3D2B9ACD46C6ECF85C486A /* UIBarButtonItem+DDCategory.m */; }; + 632FDD201CBD2BECFE77A054EF4BADB3 /* MATraceReplayOverlay+Addition.h in Headers */ = {isa = PBXBuildFile; fileRef = 9380077F7E34AEF6C702A6AEC0036503 /* MATraceReplayOverlay+Addition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6335E8323C2491C8A9C99CE9DB2BF83F /* Bool+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 929439B39ABD83672882D3E34C95FA46 /* Bool+ZLPhotoBrowser.swift */; }; + 63501CD370E430CE3BF82EF5DF0E31D8 /* Deferred.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91BF98018EA7B1E589E17EBB25A2719E /* Deferred.swift */; }; + 635B043F860CE53EFCA19CC564B47075 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CEBAE44D30275292E512FDCD7B604EC /* IQKeyboardManagerConstants.swift */; }; + 637F6EC0A5C6B6A0547AE3F79720CAE0 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1095E4732EA9675BEF5B54FF34AC57B /* SwiftSupport.swift */; }; + 63C6F2C653074E8FC5DA3D47497949A7 /* _OCLogHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 12F0230DBD912423D4F91CB29C6851F1 /* _OCLogHelper.m */; }; + 63C7CF43EB4791A04979913B13E84732 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE4C02338EC26365472B82C2E3B9F075 /* NSDate+BRPickerView.m */; }; + 6456BE1D3735919BA27D3C44CA4A984D /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE6A2BA0541F014A8F146C522ED834B /* SDWebImageDefine.m */; }; + 64C5E36A38F936680B3630441049A914 /* SchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7791813D8E2555F4DB76D222080F185C /* SchedulerType.swift */; }; + 64D8805F7527163B0A4120C403D97AD2 /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F91DE6B5BA4B065B5E306C6AC0876D5 /* IQKeyboardManager.swift */; }; + 64F134656F206AEA36B251F574762046 /* JXCategoryIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 64F891C96A4B57FFD1143848DAF2383E /* JXCategoryIndicatorCell.m */; }; + 651776424D17537C5D8CDFFAD435FF7C /* RecursiveScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D58F0DE62F57ADF46305619D12BF296 /* RecursiveScheduler.swift */; }; + 652F1768E71D55ED1C4D40E7ABCA11F8 /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8915CDB27F980F26779B93B51480F64 /* IQUIView+IQKeyboardToolbar.swift */; }; + 657E04A4248E389B609C47DB3CA58F5E /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8671C10D9673B9137468576B99FC3FC2 /* NSBundle+BRPickerView.m */; }; + 65A3E384961F6C904B1D329C2B1D1BDF /* RxTableViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170E6B616FCDF1567D0F52436A6CBD9B /* RxTableViewDataSourceProxy.swift */; }; + 65C3ED45AE68B9415127887E553B901C /* JXCategoryTitleVerticalZoomCell.h in Headers */ = {isa = PBXBuildFile; fileRef = D332A8C6D4142CD5417F21FE122D2D47 /* JXCategoryTitleVerticalZoomCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6649A2058F4EA544384A888D95492A95 /* ZLCameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCB684F817277E2F4C7B7EED01F3FDD7 /* ZLCameraConfiguration.swift */; }; + 6674277C63A2F0AE5EA17A48C88759CB /* EKAttributes+LifecycleActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5699E806073A0BEA013DBB1E5D64D17 /* EKAttributes+LifecycleActions.swift */; }; + 667E98CC3D54F70B73D6D31D5D94FE0A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E0D477B46D74BC580231571A3EBC372B /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6694E6D8A68A448BA619714C9F10A0FC /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = C7346B236D05AC35147DB286408AEA3A /* MJRefreshHeader.m */; }; + 66A9DC3B7E3BB37EB783B70278A717B7 /* CrashCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D98B22AC22B69B9F31152B00E2464FF /* CrashCell.swift */; }; + 66B43477DE0F24FDDE11B346D39BF863 /* RxTextViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF15FB624DB724C43E3B25DC49BD84FD /* RxTextViewDelegateProxy.swift */; }; + 677D17F4DCFB64D499A57CDF0A633C52 /* ScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11AAD8010E80A4E4E82D06F02BA27C45 /* ScheduledItem.swift */; }; + 67CF5305E9EBF23CB22B90CDE4CDBF91 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 844087DEFD77BBA0B2F7336008B3CF2F /* SDImageLoader.m */; }; + 68A9E007AD5461A5DB79E5541E21BFF6 /* RTLManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2655D568C703BF26547D73C57526E4BE /* RTLManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68B4EC36B6F2299256FC94F862129B39 /* ZFIJKPlayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A72A687E4DB43BE40DE8B4BB0DDBA4A /* ZFIJKPlayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68B7B161F88A8AD78F0E21B6DE4547CA /* ESTabBarItemMoreContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4402244F1B6D2395120E87A81EB85D38 /* ESTabBarItemMoreContentView.swift */; }; + 690256DF05FE465E8948ED017110EE78 /* ZLEditToolCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8ACCE82AF87D5DDC699703ECD9C0EBF /* ZLEditToolCells.swift */; }; + 6947D25CA62F4B84B0C798ED96485335 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 026B8D4AF5A9DCECBCDC470047899B36 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69A74CEB8546E46560B3D6658253BC61 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666BEC7FA74640E3CAAEE4376AEFC919 /* Combine.swift */; }; + 69CBDC82C1A8BAE7227588C16B025E99 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A5DABBD7A8740576D1449F2FA856F8D9 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A73D8C90B3AB65EE530DBC09D72B0BD /* DDTimerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A2F9B044EC22283C83F19BE5F30E01F5 /* DDTimerKit_Private-dummy.m */; }; + 6A81ABDBB4DC38B8AADC3DF2F53A888D /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DFBEC2B3745AD1EE5FB3E6A69D81943 /* ZLAlbumListModel.swift */; }; + 6A9EC3C99A882F88915BD329FD85D03A /* RxTableViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77A0AE0719332020358AC7154A4A9305 /* RxTableViewDataSourceType.swift */; }; + 6AE715DAB0BD0D00E77C4FB0281BBDCC /* Range.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC6B98420D45C1AC240DF5726658C0F /* Range.swift */; }; + 6C03BF7336017D68132631B8399242E0 /* UITableViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EC42AD5F41D990C382352B175869ECDF /* UITableViewCell+DDCategory.m */; }; + 6CABF78E996F90619923174D81B9CC27 /* _CacheStoragePolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = C6CD8FC8C2833987EFFD713C441C6CA2 /* _CacheStoragePolicy.m */; }; + 6CB80E0E3A8AB7064405B2333D680001 /* JXCategoryFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1356D5C5411ADB749505EBC3F3AE2612 /* JXCategoryFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CDA21915F4586B1823FF8ACFC96747A /* ControlProperty+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 017FE5A5CE799C4AE343144E68F67060 /* ControlProperty+Driver.swift */; }; + 6CE153A8353153BEBD5941D99D0AA948 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E0122C0BF58C3FDA9382C4033527C441 /* MJRefreshBackNormalFooter.m */; }; + 6D371967017FB71DE9BF5F162FBF896D /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27275223C75B1D4581CDD2ACD5DE15E1 /* Debug.swift */; }; + 6D8B1D4945DCEECA487075BEF2FC0DC7 /* Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 088C38E3F8CEF3C0D265452BF8C03B3B /* Driver.swift */; }; + 6D8E6A17A45A4EA1D54A22F69B95AC7F /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10FF294BA1B443DC0503BE70408129DA /* ZLCameraCell.swift */; }; + 6E0056255590AF29EEA12A9719025309 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B08A46B8C839E029B33C6F6CC307D57B /* UIColor+ZLPhotoBrowser.swift */; }; + 6E285A3D314DE0DECF80546A5865EB34 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = E8031E09BB1D5EA813BACD472169CBA5 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E571195DB6696DCD7A11A16D9DD765F /* ZLCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76EEA8C41C5655B07BECBFDB0EF0ED6 /* ZLCollectionViewFlowLayout.swift */; }; + 6E8267BF68A5C197D4EB8BC34C450987 /* ZLResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45AA72946E315A5BBF295AFEB982C477 /* ZLResultModel.swift */; }; + 6E9369F02458847D86856EF00BEEA8E8 /* DDBaseImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4158E05ADFEBBDE4798F2D49AE0A72 /* DDBaseImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E9E7926747D465D5684CCD82352C5E3 /* UIView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 264ECE557D87379DBA0014642D5F67EB /* UIView+DDCategory.m */; }; + 6F329291E9FB8EF90578801F87261E08 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B48AACEBDE6EB1972C952F543A25FC /* NSButton+WebCache.m */; }; + 6F99E2BF991F1F67BD38C6934B68DC07 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BDD0978ED7152B5BA7D52D635EF445 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FA92388BDB412CA58A5AA2DCEC31F0C /* NSMutableAttributedString+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1589E9EA6FC353546CA34E3C48F3A144 /* NSMutableAttributedString+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FAED2DAF98672997EE37F666C8810A9 /* BehaviorSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C64AF59CC4BCE5402D8C47E58DA7517 /* BehaviorSubject.swift */; }; + 6FCC42973BD8CA5917720290F884540D /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D251DB3612A5047F87F7C2FFC570F829 /* ConstraintLayoutGuide+Extensions.swift */; }; + 6FDFC30BDAE9687696B316B41475FCB8 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11146D1737FC44C1366419D39EDC6831 /* ConstraintLayoutSupportDSL.swift */; }; + 704561149DBBBDD2D481E242B79B1FB5 /* DDTimerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = E18119BF4331FC9A230FB591DA69F3D9 /* DDTimerObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7048F4545FF01508FE52CDD728F5A6EC /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F89C3893181242BE585592B171D8F42 /* ZFLandscapeWindow.m */; }; + 70AD3F4D3968A18849F54B28BBB2520A /* Observable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6B8AD4528BAE1B808ECBCCACCCF4A79 /* Observable.swift */; }; + 70AE0363ACE9E14DDA1120DB60B5E0EC /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 23F6E5D0535A78340C4860448D77E501 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70B6FE4A37E2023C5833979592FE5EC7 /* JXCategoryIndicatorCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A201EF9E52EB4EEAF338E603FAA7802 /* JXCategoryIndicatorCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70D930AF78029DE101C5C1A104D3A14A /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42F54D15E5663FF62ED21D6E52CE458D /* GIFAnimatedImage.swift */; }; + 70EDB5589A487C294DF72F52BCD34EBF /* RefCountDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512132A454E76E647996003C93A90F9C /* RefCountDisposable.swift */; }; + 70EFDEFCC3E6E3B63B5C155CC7A3EF7E /* Disposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A34FD2D2C0D41DA165162A2C2C7D3AA /* Disposable.swift */; }; + 711145935C2F56442CBF8A32C3BF23F2 /* Lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2977D2BAFBA9B0C2D6A761B0CBB8E8E /* Lock.swift */; }; + 712ADC0A6744DEFB68F9F0D2C39F2BDE /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FBA72E3084E8EA95576DFC0CA7D941 /* ConstraintDescription.swift */; }; + 7168A587CF00336CC0C44FC8D27D6B66 /* UISearchBar+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D937994B93E1CE81B26998745B23F0C /* UISearchBar+Rx.swift */; }; + 7168D4FEC7E4CD376DCD0B8BF2024156 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = DE320ADD1CEACD0CA033C27E981C548D /* UIView+ZFFrame.m */; }; + 71742FA7C715D034FE3912ED07B30379 /* _DirectoryContentsTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 017BA9D2584BFE2A506D6FA29BB723B5 /* _DirectoryContentsTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 718B12AD3FD5F44645B82D7EB0724C52 /* UISearchController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFB5811DEFC804BC8C7A20D77B405B3D /* UISearchController+Rx.swift */; }; + 71BC1612F3617B89C174A4A46B9402C8 /* Pods-OrderScheduling-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 32967BBFC65AC5D8D70350B2FDC7534F /* Pods-OrderScheduling-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 723CC4136420536B7C153F88D8C0D8B2 /* UISwitch+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 268F9CFA340000374DA72D334B9D739C /* UISwitch+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7248CD5CAAC5D0D6FF0F9D85CEF858BB /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C328B05BE0D44A0B9C3C6CDCF7A1E6AE /* ZLInputTextViewController.swift */; }; + 724A87977D3D501F37C0BB022C6F38AC /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 104CB5664B850158DA9D9B88536269AC /* ZFFloatView.m */; }; + 725D740A38D5E761FCA71B67A4891E35 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = EB8427569D42D6AC9E74AFBE6696DC31 /* SDImageTransformer.m */; }; + 7272912E7506DF5B0722EF62E5789256 /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6135437FD20A9FA4AB01838105C647 /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 728632B0C7B9B5C555AF66E7464657F0 /* DDBaseTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 02586CCB670D21813EDDE73652BB3FF5 /* DDBaseTableViewCell.m */; }; + 728FA6B4BF36FFDED424C49F4C3150C1 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C9CF497D692ECC57EDDCC638B0150C /* Resource.swift */; }; + 729CC942A3DFCE7D23AFA147F5062DB5 /* DDTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C78B3530EC1C34176867696F9DF52D7 /* DDTableViewCell.swift */; }; + 72AACF79D46DD4C0ED4D144B840E1F91 /* UIGestureRecognizer+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D41C846F585DC1A15CBF4EEEBD83C955 /* UIGestureRecognizer+Rx.swift */; }; + 73945F5394F485D66898305510756115 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1194E8ED55714701F6299F8FF33A1E61 /* GradientView.swift */; }; + 73AB70D6B97E43420FB576C9D26039E6 /* JXCategoryIndicatorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DB83115C023047AC446ECF20DFB7573 /* JXCategoryIndicatorCellModel.m */; }; + 7406DEA0EDCB81CB5CC731EF16018D33 /* _CustomHTTPProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 418262243490F789E5397946867C8F0C /* _CustomHTTPProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74972BEA7D6A0CE28CB3EFB11EF2DCAF /* FontUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = F60F38B1DD24C8B8FCCDAD060248ECE6 /* FontUtil.swift */; }; + 74D0D590327ABFC48E7113ADD326E00D /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A36827293014495DF0400FF0F7D47B1D /* BRResultModel.m */; }; + 74DD9CAE99A3118FCFF0E7BDF28DEB29 /* RxCollectionViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8E07ED4DF22DBD2796EDF3C28550D17 /* RxCollectionViewDelegateProxy.swift */; }; + 74DED4174318E09685FC3A6C8408EA2D /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4E859418BD890A47481157E3398FE30 /* ImageDrawing.swift */; }; + 74E38CAEBC34B3FB21ED77CDFA99E97B /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AEDE2342B54CB28D2382FE6A3375207 /* Delegate.swift */; }; + 752811625260B14669C192D57F44BAAD /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4813DAC17158C729BB013B015F5F07E /* AboutViewController.swift */; }; + 7546169397EC14F6C21EC059280494C0 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4B8737B349DF608437C9E4A9C7108 /* ConstraintInsetTarget.swift */; }; + 756E1E9A85EDBD96D30C9BC8A7A3A090 /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4BEA969D381F45D17324AD42BA44951 /* ZLFilter.swift */; }; + 75A1DAD0A861EDBF654C93A2857D897E /* JXCategoryIndicatorDotLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 645ACE7EE48B2BE2BB0F59A29A108388 /* JXCategoryIndicatorDotLineView.m */; }; + 75A50A9B3FD4EF659C8E61546D270CF1 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A24BAFE07435F4AE4C90A5CEF2FEC09 /* SDImageGIFCoder.m */; }; + 760760698F2B539B1A4A8C3FD74E607A /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C8A3219C3BFD32D252331F888FA813 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 765C8A7DB5223CDA8C6E5D333F2CDFC3 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5CEE620E7CFB960AC0F853547939CE /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7677204A8BDB03111881542D23802C6D /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB32BC02DB25599737021351CEF3C15F /* ConstraintMakerPrioritizable.swift */; }; + 76E3A558AD358F70264733619F84737A /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5F6EE6D092FB9D8516CDF9F73C902F /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 771AB85C67FA87FE966992FEF3464A94 /* UITabBarController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = E60A20043593B4B63F910F6D5F3257D1 /* UITabBarController+DDCategory.m */; }; + 776C724A2521DF3888B682D19C22CC58 /* UITableView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = A8AB75330FB0EC53F2D8CADD975E4A60 /* UITableView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 777D599EE92E8693911A459685C7F332 /* SectionedViewDataSourceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF31201974D1C99EFD1ED0B88CFBC931 /* SectionedViewDataSourceType.swift */; }; + 780911F844E400DC3DE983DFC62285E2 /* DDBaseLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 79636176D91A7EDEE2907AAD3C2D1358 /* DDBaseLabel.m */; }; + 780A2706A684E09EB3885B9C62958FE0 /* NSMutableAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FCCB71A62D7E6515EAEB7D2CA2A3DE2 /* NSMutableAttributedString+DDCategory.m */; }; + 78270987D9093E276EA12C698FC69D66 /* JXCategoryTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FFB345E8BE45B951DB6BD0B55FCB79 /* JXCategoryTitleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7839216C647A5360B6885B97AE73B3E2 /* GroupBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CBAA85B5029A1DD19DEF9DDD68DDAFA /* GroupBy.swift */; }; + 785031B71ABACAC9C0BF541D7952E7D0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F714EF4F57922DDADB6C22F8ED8399BF /* SDImageCache.m */; }; + 7862592A925A99934E73D7B24F2895F7 /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C6276D35B176A33B11FAEACD5FAEE3ED /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78A9DC5A1BC9FB56108C4AF9B8A1BE19 /* CrashDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93651F46E7784903DF993BEB70030C7D /* CrashDetailViewController.swift */; }; + 78B2931A79E21B1AF56F09DEFA4E42F9 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CC8A6F077D675B7B7B95BC3C2C1E517 /* UIView+WebCache.m */; }; + 7928BF03967198F5CD7DAFD6D784F04F /* EKMessageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1506D0445C6D9780DC25EF823574F90 /* EKMessageContentView.swift */; }; + 792CA049F7013A0B3FB49D7F2770BE53 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA515183C22DB3178983544F2C3BA33B /* Switch.swift */; }; + 79403C58DA1B5106F8104E1DEC5C2573 /* MABaseOverlay+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D294295C30D740A2011C4A29FA2388 /* MABaseOverlay+DDCategory.m */; }; + 795FED16EEB4B05B3E37700009207E34 /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ABF6325D3C01E61B9648910563A28BE /* URLConvertible+URLRequestConvertible.swift */; }; + 79667886740E03B0BA8CAD82D277FDD5 /* _FileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AFEABC58DE74F0C6FED7D224A1133DC5 /* _FileInfo.m */; }; + 79732A6532885C9A7DB87F999CE0BBDC /* MABaseOverlay+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 536F6A35FB6702E5E8972D47AE27E916 /* MABaseOverlay+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79CC6919A398730886F6C86DDEE7F597 /* DDBaseCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091A990D41228AFBF48B960578ABEE89 /* DDBaseCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79E028B32DC2E143BAC645CD4DE435D1 /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B214EC5CF3F14EEB64EFC1B4EB2443A /* IQUIView+Hierarchy.swift */; }; + 79FB13C8D3A4E1D1C297B963C574C0F5 /* ZLPhotoUIConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C723DB0708A1DDF4BDEDCF7E4E4D1B9C /* ZLPhotoUIConfiguration.swift */; }; + 7A3B3E372DA33E8C48594BB13E7B308E /* UITableView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364730E6797D7B7A1F18C2CBC8BDB334 /* UITableView+Rx.swift */; }; + 7A4F0F49748AD6BFE43729FE2B9DB916 /* NSObject+CocoaDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 684D0BE3AD99F98025982FC595DCA0A9 /* NSObject+CocoaDebug.m */; }; + 7A800ADB6BB8AD06C4F51899D327EA20 /* UITableViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEEF3CC2EC653C01C7569DDBC91955D /* UITableViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A8B0747E5A8A96ED66C1D708F66CFC4 /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4997009751AAA2566F9162059BB237B0 /* ZLImageNavController.swift */; }; + 7AB8A969CB1C2BB988A9AB1CD30E6C19 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 328E53DF6029656E50147FD0A548BF9D /* ZFOrientationObserver.m */; }; + 7ACCE0D0137A7B3F7F73E424AABD94D1 /* UIApplication+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 521A37E9D029E00A8B7BA33C30798C9F /* UIApplication+DDCategory.m */; }; + 7B1437FE5E98D55CD1607074C4AA29C6 /* JXCategoryIndicatorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB592A88CC8C40D2DA88B0E8184F29E /* JXCategoryIndicatorProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B2BB5932A761EDD215BE194AAC6D70A /* UICollectionViewCell+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F57A84E342E92AF11E88283DB37626B6 /* UICollectionViewCell+DDCategory.m */; }; + 7B385A3BBFA5DF0F919ECC1525955E0C /* DDMALocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E2E8E9BD1417C3B3744AA8161A8DC9E6 /* DDMALocationManager.m */; }; + 7B5A2A22E907F6CB8E791BD1937E41ED /* DDBaseLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = A77CE7E90F03B79403BE735E59DE7C61 /* DDBaseLabel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B68CC1F3C07D681E360C3E50B5CC853 /* UIScrollView+ZFPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC05D327A4B13F8432D7287EE4A2E26 /* UIScrollView+ZFPlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B708B9949DEE9168B4D10D22E04DEAE /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B740660FA93F630F18096754E4F36FC /* MJRefreshNormalHeader.m */; }; + 7B736FC0BBF3C32F32A585090944FC87 /* SwiftEntryKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 870664B7E45DBD8DA0243628091D6B84 /* SwiftEntryKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BAC5247AD928B776F8727F9FB4EE7AD /* ESTabBarItemBadgeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B19FCB1950E177339870A4D23C323F6 /* ESTabBarItemBadgeView.swift */; }; + 7BB1B0C868E107B1D3E8FE722E67FB8C /* WithLatestFrom.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8948218ACB503B2C778F8498BA6BC930 /* WithLatestFrom.swift */; }; + 7C268EA30C39F532AC992D696FDF5024 /* DDNetworkingOfAlamofireKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 85AF3DE3C51D23A9E00FDAFFCABBCC58 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C31376C01C1B5B118D7597BAC18D092 /* PublishSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2325D7C17B5AE033618E21AF5E3930E /* PublishSubject.swift */; }; + 7C63B12D32195CA0FF92A3DB1BF974F5 /* DDBaseViewController.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97D620EB9CDE5AC34F98C898FB904CF3 /* DDBaseViewController.xcassets */; }; + 7D079A25B5264F1227B452FCB3FC54D5 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FCE741DF121E50008B097B82F1EA9653 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DF302A2DB5B660FE70888DA0EE0F286 /* SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAE5174C46811C18DA1D89ACD594AA0C /* SharedSequence.swift */; }; + 7E2E368D6F4738DF3028CA2A1132F373 /* NopDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E8F1A39305C4162B34BED93446BB6B /* NopDisposable.swift */; }; + 7E302062C5EC55E5309F9F414AE78C4C /* RxRelay-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9DB82B64A499439DC83FC995CBBA68 /* RxRelay-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E3A39E796868AD85C747F00BD58C9F7 /* AnonymousObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54027845BA4DDE189DE5EC213752CC1B /* AnonymousObserver.swift */; }; + 7E5A43683952F26781D57C4CC12F4CCE /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = D94FF65F38A1179C2D2B7B92898D4290 /* MJRefreshConfig.m */; }; + 7E7A9F47A061A7D46AB1F401E90429F2 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 79F8D111ABAFA552BDD7F536A223F1A6 /* SDDiskCache.m */; }; + 7EA1A285B210A02961DC6EC1C01C1687 /* CocoaDebugSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C941FE3E0210F042109699B79C902B7 /* CocoaDebugSettings.swift */; }; + 7EA4D4DAB19F8B4A1BE641F9A803B3A4 /* JXCategoryNumberCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D32ACA34FD85027E3603DF1BD6CA0AA /* JXCategoryNumberCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EF675A5A3714F46C79DD62E14FC3E62 /* UINavigationController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B75E2FA92F3940E7D9E70BBBDFD28072 /* UINavigationController+DDCategory.m */; }; + 7F32A097697328E2274CC8AD925FE543 /* _RunloopMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D55E75469E7DECC4FFE78A9C9C0636A /* _RunloopMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F60A19D3B83E8A56DD7778844101265 /* WKWebView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E67116D0B57FCE27E9C8ABCD516E6C /* WKWebView+Rx.swift */; }; + 7F87DDA52B40F5252EB2DE162C33BAC0 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 14B1883CAF9C54C2774546AAB3CD6DE1 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FCA7DF486BC1220F21964FCD6B1A3C3 /* RxPickerViewDataSourceProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997CFE1E53CE1830283B2E4FB1578984 /* RxPickerViewDataSourceProxy.swift */; }; + 7FF92EBA287D98B318E84C0165CE0E5C /* DDImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12F44CD5C8EA29A09671230B04BB7AC4 /* DDImage.swift */; }; + 80141B208065FE781FF8AB8F850FCE31 /* Signal+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A8BFFEDB3DFFDD8B78E1DC593560128 /* Signal+Subscription.swift */; }; + 8038AC6013485BD220DD0C2885E2B8AD /* Reduce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D2B6B7DC1A9B88BE5911CF15A8F0CE7 /* Reduce.swift */; }; + 807357E0D8B429C410617DCD42E83C73 /* JXCategoryTitleCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3540B5583310BE431EBAD0CF012FDF41 /* JXCategoryTitleCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80D2101BB8847010DB0C0E18791C5279 /* Platform.Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431A8ECF18D2288C5DDAC5771C1EBD4 /* Platform.Linux.swift */; }; + 811520E03F93D86C7DCD3A57D62AACA3 /* UITabBarController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F533B221778B171A666C22E9349F20 /* UITabBarController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 813B683458C65465624988D928272B44 /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B5F5D5B8225A1D9B3324497949B9E9 /* ZLPhotoBrowser-dummy.m */; }; + 81456BEE51145D499173F52736521B09 /* ZFLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E2783A4C0BA2A8043A16C1F174431986 /* ZFLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8179265B36E449390FEABB6E36F496C4 /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2072C0B4B5EF93EA005D5B2EE636D592 /* CompactMap.swift */; }; + 818EE2D4D7DDECBED411E45624F2A32F /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D553E1AF7C86CEB1365333A32C6BE150 /* ZFLandscapeViewController.m */; }; + 819863FBD51B104B8D66432AC67C05C6 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4574BBEC8A5D0624A0617F9AA5C474 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81B24717BFCD424C3874D855D9F4BF32 /* EKNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13AA7FD00922C761772A7127C8170468 /* EKNoteMessageView.swift */; }; + 81B7DA4E34BD7FDCFBE8B2CF16335996 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3427F277EC01180AAEE2C48B5143EAA7 /* UICollectionView+Rx.swift */; }; + 81C2D503F2ECEB1331D541797699B6C1 /* ESTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C9BB6F2604558981D98730774A3A1A /* ESTabBarItem.swift */; }; + 81DDF3AC3E4831357412BAF122E5456E /* EKAccessoryNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2191B315DE5D103CDC714F7C66E3A852 /* EKAccessoryNoteMessageView.swift */; }; + 81FFE95BF81E711459B7B48E1034C49B /* DDBaseTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A1C8A10FBE5DB1FEED5955D93BA2D8B /* DDBaseTableView.m */; }; + 8220B550020CCF8983DF5B8252C732F1 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DCFF6E2CE9B92287D99A713B05D5BBA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 827802DE999250886D89207BC6F0B58D /* NetworkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E9ED99769741285CCE2A4341C854497 /* NetworkViewController.swift */; }; + 828A5351346D3258B5B25F79769D1048 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F4485092D97DE11C6AF3A687A59F082 /* ConstraintView.swift */; }; + 82BBE2F159943E19A69BD99EBE48D100 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1E6B801EEE23B5CAB1084E4FB4193D /* SDWebImageOptionsProcessor.m */; }; + 82D0D719AE58DF78F47A6D90EA52AC41 /* ZFVolumeBrightnessView.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CE4B0DAA3C4DDB1A73B75FE19CB6E8 /* ZFVolumeBrightnessView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 831B40461BDFABBB0481D73C5635D194 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82F0ECD8CA6CC9A3D86CCE9B83F9A082 /* ConstraintConfig.swift */; }; + 8355FD4C7CA52E9F6982882ACED03D44 /* AnonymousDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B360632933C0B2318624E9545D89475 /* AnonymousDisposable.swift */; }; + 835A3F241CD2A66C983299DECDAE1F82 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F7E8DFB7A4E5C20CB0DBE7108299FE /* RequestModifier.swift */; }; + 836F0401537C25FF78D18E4895330035 /* DDViewControllerAnimatedTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 39674D3BC4D8884ABB9C39460C0DD02C /* DDViewControllerAnimatedTransition.m */; }; + 83D0FF7A837ABA4E7B712358AF55AF52 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 92019061DEA6B6A3F3FBF3D6E59E1D37 /* NSImage+Compatibility.m */; }; + 840B27BBD5508D3F123308CABDDFD524 /* MATraceReplayOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = CB5A021DE84ECDD362F02BEAD74758AB /* MATraceReplayOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8450050DBE42DDA15E2C3455E4FD7842 /* DDAudioPlayerKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC664428DE5E5FB6D53F9CCEC8DC77B /* DDAudioPlayerKit_Private-dummy.m */; }; + 84697421BF90A0C6F48E1F644B6DE167 /* Infallible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F5CC126E5B4B600CB11DC9B69D8D8B1 /* Infallible.swift */; }; + 84BC5434F8367126E554E82ED3592547 /* DDTimerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C45336E556246E0061249CC11411D273 /* DDTimerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 84F7ECEB4B06730CEC38C6D75E87F3DE /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51986791D14DB6492501E3A6AFAF08BA /* Storage.swift */; }; + 8505471A71505E2BA003E64FC0D09DFE /* _RX.h in Headers */ = {isa = PBXBuildFile; fileRef = 304EEF4E4B2B372298B483D3343ADB87 /* _RX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 858127F7C6B3971BA26C1D3373394665 /* UIBarButtonItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 790D5EF498CD37AB9B43B6B1716319C8 /* UIBarButtonItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85A96DED83E5FBF923823F46106F6836 /* RxCocoa.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEA187B5075F943294C9265D2F3055F /* RxCocoa.swift */; }; + 85E9A0412761EE97B0F14C8506738BF5 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C14ED9175883C9503A1FE2641381BB /* Session.swift */; }; + 85F3B80884E1E234B99B7A23F85276E6 /* Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03DBD5D7BE065D61D7E95EA35B2B3CB4 /* Rx.swift */; }; + 862E9D10C50CBB0D339039294989DEF7 /* _RXObjCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = FDB7D71EE0CD64356B94F531731E5897 /* _RXObjCRuntime.m */; }; + 864F412CAB912E5360121273A3DBCA87 /* GPBMessage+CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 496AAA709A947A76099FC5F6E497F935 /* GPBMessage+CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 865ACC100F9BB256DA7C7F66FC85AF8B /* ItemEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF234A0B839689E66ED8E1AE3635D5B /* ItemEvents.swift */; }; + 86A5C86B1240F0E61CEBE0AC08A119C9 /* ZFPortraitViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4B805532A5AADD49231C0081B516B9 /* ZFPortraitViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86BACE0D784445DFCD937FF106BD0C42 /* EKButtonBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 799F3BF45A22C18EAABF5255F111B728 /* EKButtonBarView.swift */; }; + 86FDA11CE9FA4F78C10FF4EFD30E6A1F /* NSControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B80ACEF4B2F76AEF90CC0E20339B1FC /* NSControl+Rx.swift */; }; + 8776F9D9CDA443D35E473576EB3194C5 /* UIBarButtonItem+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 099526724B59865192040A1AD9659222 /* UIBarButtonItem+Rx.swift */; }; + 878914063ACAA2126B18E1DE5285F827 /* EKBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61FD6CFEB0A5E1AC42019FA6436DC9E3 /* EKBackgroundView.swift */; }; + 8791DC308884A90A38BD939A3C382FA5 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A1E1A39CDD27E11ED26E81AAB4936B4 /* SDMemoryCache.m */; }; + 885031037B7CD4BEA92D1497F7781C76 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C6D07D391151335E9EB0CD304A834B5 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88A50BF727099AC5CAC16CD4C99B4861 /* DriveRouteCustomAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A0F3FEBFA6D32FF6D6E2AF163D6E89 /* DriveRouteCustomAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 892A2CDE39CD694BF836090D02AAAE4D /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36F5897912954B93461281527705C357 /* ZLEditVideoViewController.swift */; }; + 89A74579487C25538D71E1B38643774B /* DDToastKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 13424C098E3429BAD8B1865086ADD736 /* DDToastKit_Private-dummy.m */; }; + 89AFF5729FAAD889695F3AFA14DCFAA1 /* Queue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81D07FB5A31F05C931126D557524F664 /* Queue.swift */; }; + 89D27D7423022608C1921D17D45CD079 /* Cancelable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 849B252265AA0EB6A63AFD6009D837A8 /* Cancelable.swift */; }; + 8A274008ED97223DAA12E076D417889F /* CocoaDebugWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59ACDCF7546D7485403CE7409AADCB04 /* CocoaDebugWindow.swift */; }; + 8A2BC1D6114D08F03E5D6CBD66814AD4 /* JXCategoryIndicatorBallView.m in Sources */ = {isa = PBXBuildFile; fileRef = F19C72BD2D206417EEC0645D81C5ABDD /* JXCategoryIndicatorBallView.m */; }; + 8A36A9064A1796CBA330FEDBAD147348 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 41066BCCA14C31588B1CB13D6495D520 /* SDWebImageError.m */; }; + 8A3BCFF83EB0F7B76C09EC9169F2046C /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D3EF8E84BFB9A6909F08E5CCD389F9CD /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A9DFB8E2AB590F6A1C2E1628F854293 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFEB3C00E2012E21AF84D7B5FC2C66B1 /* IQNSArray+Sort.swift */; }; + 8ACB6150ABD5A4BE4CDA42F23E090C9F /* IQKeyboardManager+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A416FC484ACE8BD96EC6A2C41D6E39 /* IQKeyboardManager+Toolbar.swift */; }; + 8AE15BE648BEEA0A98F2AC4AE497BB96 /* JXCategoryTitleImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 68E44F7CF01CEA7310F26D901C4AAE4F /* JXCategoryTitleImageCell.m */; }; + 8B0B152593E3CCDD7456DD63125F38AB /* ESTabBarController-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B01E9EC66D24E01BD50C66BA45CFC4BF /* ESTabBarController-swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B1F01356ACE93D3F573CF7681FA010F /* Reactive.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8F69A18CD35EB7C17157848C8803333 /* Reactive.swift */; }; + 8B7996264A46C83B41BED84333C707D4 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AE46257C9D993AC1ECCE1BC94CA9B51 /* ResponseSerialization.swift */; }; + 8B7D57E3FCE49F2518B7AE0E6B5D2B96 /* SharedSequence+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848EB0137B1D19F0AF82AB4C2E849290 /* SharedSequence+Concurrency.swift */; }; + 8BAD04052E210723CC24D737216D8BDD /* DDFontKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4507C931F8730D6D36898F8869F184F2 /* DDFontKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BF55823101A3DABEBCC4DBB679D6D69 /* ESTabBarController-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15E9CA66C7B5899A2918B048674CC8EE /* ESTabBarController-swift-dummy.m */; }; + 8C35B5BAA36F209375286B3C3D2F7103 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 644A0492E6AB1DF99B95697C122C000F /* SDAnimatedImagePlayer.m */; }; + 8C410A2ED4C48AE8304CB81EBBE58725 /* UIView+Responder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7112824A0F9FCF94CB71D95FC77DDDA9 /* UIView+Responder.swift */; }; + 8C4284B5EB4148030ABD243ABAFD2466 /* CombineLatest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138B5BC444D30E5A31468855B145E9D0 /* CombineLatest.swift */; }; + 8CCEA9CC39354864D59E41672513B5D1 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D9FEB8E5F50EB4EC92B3AD91BA411A0 /* Result+Alamofire.swift */; }; + 8CDAF204314B4DC92F94D3376CE74F08 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C050ECDA063E2FD9C9FA0BE34B86D8D /* ImageBinder.swift */; }; + 8CEC98767E4451B116FC2CD7BBC20B51 /* HistoricalScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B8C15DF71C69CC3D403173FC1616CC1 /* HistoricalScheduler.swift */; }; + 8D25C85C4B565616911ACC90C90DD30D /* AsyncLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0552B8851590E6352BE9CD6AC3FC2112 /* AsyncLock.swift */; }; + 8D69C4D2E381144E1003695026C5661D /* Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91F766A3DA32B2584C18210557AAC405 /* Timeout.swift */; }; + 8DA24D25E281BD8B9A695B37A48BDC43 /* DDBaseTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 94678199DBFD1BB1DD952501F496AB9D /* DDBaseTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DE19A78CB22C3A938AA54381334F6B1 /* JXCategoryIndicatorLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 964FFAF9721F6477501B7EB05B871C5E /* JXCategoryIndicatorLineView.m */; }; + 8E04134529985568DCFB8818BBBB7F5C /* UIEdgeInsets+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A23E7A698F362B388B091F4F5CD951B /* UIEdgeInsets+Utils.swift */; }; + 8E5256AFC173BF710216F67AA68F5CDB /* DDAF.swift in Sources */ = {isa = PBXBuildFile; fileRef = B560500117B52847C05830DF3E40FA6F /* DDAF.swift */; }; + 8E6D5AEB1FB55DBDF9C9A98E37238C13 /* RxSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C5E0A65538F1B613E58D145DD6E87D1 /* RxSwift-dummy.m */; }; + 8E8F09AD96271039CB19EDAF7F40D5C2 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 79036EC2764D9E8F23569B2D2511F174 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E9422DF54BCC99CA32573ECA23B7DAC /* UISlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFDDF64D587C21893B503296E3006517 /* UISlider+Rx.swift */; }; + 8EB785887255F35713ACD52FBE15E94A /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8602981FD5F8924A34EAFFB5CF7C205D /* ConstraintLayoutGuideDSL.swift */; }; + 8EE2005703426DFB542B34D09AF24A80 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F2C560EF7270517DDF013C93D3E1B6 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F02C462D2897D1954AB61E7965A2962 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = 994DD24FDC07396147B72351FE53E82E /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F21AA61AEAEE275B82C922F4CFEFC13 /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC23A0E75F9A58EA3D6E662C65F2E6C /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F3B69C441A4B205D5331E2EDF5265CF /* CombineLatest+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F51972E972C6C30A678D55CA7BACE5D /* CombineLatest+arity.swift */; }; + 8FA98CB7E5B912CAB92BC78003150B48 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 420B2824C5FD408C560D9EAD613F8745 /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + 8FC0C1F0C19221901FECC66026743D59 /* _Sandboxer-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA7859891D940DDEB5B1BEE1E6A7A02 /* _Sandboxer-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FFAEE85A670F82106FF69084BDC45DE /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B1CBD1F6FD1A302043F2B8ADCDEB9F /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9033FF90A94C8EAE832DE350267D06E1 /* SchedulerServices+Emulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A28B3E3578C7691F3E8509C01D014785 /* SchedulerServices+Emulation.swift */; }; + 903C2E7EE31983F144648843BB570C92 /* ZFLandscapeViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 17E561592BAC5B12AA58A7577A6DA5DD /* ZFLandscapeViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90A692D45F5F2537EB0856B3169C97C4 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58C83D90E0B1189C8888112C27B3ADCB /* RedirectHandler.swift */; }; + 90B15A331091D1C228BFC5F60D4E45F8 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B62EBE84838E03769227540F12E4AB /* UIImageView+WebCache.m */; }; + 90C6480C4262B9CC1A61A3B7E437CCC5 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 023A97C4AFA7DF11C539E4EB3E740581 /* SDDisplayLink.m */; }; + 90D5A68E1EF23552D670E47D3B23AE4F /* JXCategoryIndicatorBackgroundView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC79C7B83E6BDA1CCF5E67C7561D0EE /* JXCategoryIndicatorBackgroundView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 910F8466106459434C084A74EA003284 /* NetworkDetailModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26B0F221FC31E91004E2BB66711F9624 /* NetworkDetailModel.swift */; }; + 918DCF83A321043687D0EC792EA9B873 /* BehaviorRelay+Driver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03C88C331B310F4C5FB9F6EF3EF0EDE3 /* BehaviorRelay+Driver.swift */; }; + 918EB37DF918CEADEE28693A9EE6D063 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = F09C7D5197FB944C820003DBDBFF83D8 /* Typealiases.swift */; }; + 9192B0E784D86E864323A0099D5DF9CD /* EKAttributes+PopBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E1F5CEB57BFF095A9728596B24FB82 /* EKAttributes+PopBehavior.swift */; }; + 91E7BBF8F1A4202B3E4781E312E2B3A0 /* JXCategoryViewAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = F05728B3D5242CCA87B626E843AB5290 /* JXCategoryViewAnimator.m */; }; + 9266975C8DE9C58338EA64B1946F47CB /* UINavigationItem+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 28DF9815DB147418AAB73069DE09F145 /* UINavigationItem+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92A9D118C71D6FAC00D0916EB9B19BDA /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 050455D5BD6DDCD62B90127085262F78 /* KFImageOptions.swift */; }; + 92B93FFA25205F6728C871EC199C940F /* JXCategoryTitleImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7636FF8C7F41D62AB09430B197FBD58C /* JXCategoryTitleImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92BAD4420B04D7F6A5243D5810D729BF /* EKPopUpMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86B7AE81627D8D77E72283F82B8CF745 /* EKPopUpMessage.swift */; }; + 92EFB720D893286C8BA11156EECEB7FA /* EKAttributes+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C3D77A5A284E48049FC8F175E96EC51 /* EKAttributes+Duration.swift */; }; + 92F2017CB5899A5DE44C19938FEC3E2D /* Pods-OrderSchedulingNotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 917048BAF59EFACD5752DA15946629E7 /* Pods-OrderSchedulingNotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92F90BB8342AA192D7C08520F4CCF266 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A89A6403C3ACADD7C9B729132973D7 /* CachedResponseHandler.swift */; }; + 9348C310A4D8EE0038C25AA32FF0B240 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FC26A8722A3F31991ED9C00395AEC6 /* SDInternalMacros.m */; }; + 934A47F0CA3CE8D65B9C4547C263D0CF /* DDMAGeometry.h in Headers */ = {isa = PBXBuildFile; fileRef = D5368627F35BDFF4D6D2B7AF9EAC82C3 /* DDMAGeometry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93721C8F9CF4BDA2AB57C3967D748173 /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CF77E19F8396694EF0D0A6BA38B36533 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9377075FA4E0C7EFFD0E68C28235E9CC /* _ObjcLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F7AC0778ED6AE7A6D651436FC668750 /* _ObjcLog.m */; }; + 9382CEC3FAFA9B3E6F5C78B9663D9E48 /* RTLManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CF0A11DCF05F136AC86D6662E86D881 /* RTLManager.m */; }; + 938AAACCB629CD676B449EE110185748 /* DDCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BD598F8EB171EE7D50E071CC983289A /* DDCollectionViewCell.swift */; }; + 938DF3E0B1199A67EFD70A148D6C38AB /* Enumerated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707E559DAD40BF484E900C982A871507 /* Enumerated.swift */; }; + 93BEEA5D92D4F153A09A75627E2DB577 /* Bubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DAD6A698156D08ACFA3D525AC143F36 /* Bubble.swift */; }; + 93D95C7F6691DED21F57289570648BA4 /* _OCLogModel.h in Headers */ = {isa = PBXBuildFile; fileRef = EBC6F6F6BF7FFE6463A07578F1E35C61 /* _OCLogModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94C4A079FF6CABA7F1B809123E682CB2 /* ZFOrientationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7347E66923EAD48C5C6700FD85D1FD /* ZFOrientationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 951371DF78512514FEF71B4F6FD34EFD /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D85DB90EB82F5CA663A04E91918BEE /* UIView+WebCacheOperation.m */; }; + 95A2AC17D9936524C874ACAE4A6E4A1B /* RxNavigationControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 490E196137027DF373B6ABA6FAB493F3 /* RxNavigationControllerDelegateProxy.swift */; }; + 95C38DF182BC34A9754C569B03ADB808 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F273A7B480367C279528ED9C9AC5BE6 /* ImageDownloader.swift */; }; + 95D6B375856547576214D45BAFD14C34 /* SwiftToast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77082C8AE22816A0C333763369D29543 /* SwiftToast.swift */; }; + 95F17E0FC83301E67165E1F90C5AA5A4 /* ESTabBarItemContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 214F976C1E8A621D40BC327EE0D5A3D8 /* ESTabBarItemContainer.swift */; }; + 960326A011243CD1977933C68A9824C0 /* UIButton+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9845A34ADAF4ED99062CDFD181DBCC7E /* UIButton+DDCategory.m */; }; + 9608E323C617DBB486D89685D7267DB4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 849BC809C3741F35B7CF1B76E5C4A479 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 968B6116A2BC02BB0E7BB7213D6BBF80 /* NSMutableParagraphStyle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A40D190B820A638F000E1FB0A7060BCF /* NSMutableParagraphStyle+DDCategory.m */; }; + 968E3B22C30886235476643B1E9A2E08 /* UINavigationBar+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D0C74F9E84132EF055BD933635FA2A /* UINavigationBar+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E4B9E2601F91643C19484CB4FF061E /* MATraceReplayOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 83910CB7CAF3FE42FD4D7F4F08FEC425 /* MATraceReplayOverlay.m */; }; + 971245CD46BFE06B4FF838938725FE3D /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = B85F7D4B3AD0B7DCF7BF9A98359E16E8 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 971391F5F5FCD6BA85EEB1A08FF8D18E /* UILabel+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7FA41A12CE47545B890685432DF132 /* UILabel+DDCategory.m */; }; + 9738274B0302F53ECB5756C1B66FF3B0 /* DDBaseScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87AD7BC115A11389913B672A98F8BEDC /* DDBaseScrollView.m */; }; + 9743A154CAB1AA16FA7FA58856EC9484 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C7767A67F5234CC7258737AF053FD08 /* Utils.swift */; }; + 9773847629F2F105580593407D661685 /* JXCategoryIndicatorComponentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0CEFD3B30F45C1F7054F567305016C /* JXCategoryIndicatorComponentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97AC3B3DD74103EC3049D2AA7E6464CB /* DDOCLog.h in Headers */ = {isa = PBXBuildFile; fileRef = BFAD07FCCE8A4952703CB559CB33C9A6 /* DDOCLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97BDF23C8E9038148496525214A838D6 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 947EF1FBACF89273DE278862C44BEE0C /* IQBarButtonItem.swift */; }; + 97C4019AD3BEEBDFBAF1F8451C665D54 /* ZFPlayerMediaPlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E21665DE30350ECE497466FF48B2D5 /* ZFPlayerMediaPlayback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97C428064EF72CE6FF203101C5D35179 /* ConcurrentMainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4332FCD1A5B6027D4064A1926D15BB /* ConcurrentMainScheduler.swift */; }; + 982018F9943EA721B176DED187A3F4B4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854D0B4329575970A02A1BA31E7F1DE2 /* Signal.swift */; }; + 98287415BE0154348AABC989BCC34F4C /* DDBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 33F4AFEE079BF1C5A059742FC9F66C81 /* DDBaseView.m */; }; + 983C31E06D6E4D7B9C87126A26D535E5 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C3458AF8090BAF302E42E0136EEEC1C /* SDAnimatedImage.m */; }; + 9842B2D9C892C0A9E6B69A2AC78AA5F1 /* JXCategoryCollectionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F303369FA73BC8B9A32CEF22CBE6E9 /* JXCategoryCollectionView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 988C40F1AB05182AC264578BF19E6FD1 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = CD7F89C0BC344AC62F72AA943C83E5BD /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99052A7FD46935C7F9A760467213583D /* EKRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3D123A0D5995CED2EF3387DD04CD828 /* EKRootViewController.swift */; }; + 994A74FB58CA146AE7EF7128F9FBC2AA /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1005C08EC1016694047279DAFE5B856 /* KingfisherError.swift */; }; + 997B1599134B17020D1F3D55A17D4ABD /* RecursiveLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7537E7A6EF229860A22E3A4F906F64 /* RecursiveLock.swift */; }; + 997DB62F7C251C04E2548F73C945E9EE /* SwiftEntryKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34466743F716C1CD94E58A4369D5AEB1 /* SwiftEntryKit-dummy.m */; }; + 99EA19C8F294727AAAB343FF9966D33B /* NetworkDetailCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A165A185D909A3F4B2CF3961E00DD144 /* NetworkDetailCell.swift */; }; + 99EF30562A31AD676C542693E91F0EE7 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = C78AB8327482277CD1B369ABF9B34670 /* SDImageGraphics.m */; }; + 9A258A01E679FC91809CB0E4CEE2BEC4 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 812E820468B794DACF08667F47AE8006 /* UIColor+SDHexString.m */; }; + 9A7B1B81B344D203ABC7ED4FEE5F8B80 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48A9290EC63CE913470B2429E7504939 /* DiskStorage.swift */; }; + 9A82883587EA4E20F472A2B58B330666 /* DDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F93548156AEED1CCA7FF00CD699998DC /* DDViewController.swift */; }; + 9AC719C02EE114E920777948A61E2422 /* DDAudioService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 922A3B1158DEE716308128F8D1D7365F /* DDAudioService.swift */; }; + 9ACCADABE04C5FBF041953A5CC27B8D5 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = CA83D04D56E288BB5B28F5058A5B9A41 /* SDImageHEICCoder.m */; }; + 9B040EF2052D507A186D9ED95FFEA2A9 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9449BAB69C54EE50C006082562C76EF /* ConstraintDirectionalInsets.swift */; }; + 9B06B23C0DD30320D27A0AFF3523DD08 /* UIViewArray+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E43CEC1FCB5E999ED50C40DF99E3002 /* UIViewArray+QuickLayout.swift */; }; + 9B087B1B533C1A7BB35C7FE694321A08 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27614E42DB90CB70B19297B2E2BF3EB4 /* ConstraintMakerFinalizable.swift */; }; + 9B09741472416487EE81F386B6C9355B /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 02C5F8A71FF16CF37076A677247B407E /* UIImage+MultiFormat.m */; }; + 9B199835FF4AC87B49FE644A2FB9AD8B /* RxMutableBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 969D85F2240EB8F5D8DDDD068A56FE1C /* RxMutableBox.swift */; }; + 9B2A0D221237BE5ACCF087F2577E4A6B /* _ImageController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3563E1E50C3C038DD4A038D3833ECF5C /* _ImageController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B5100395827615651D86B4C60B15EE3 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = F3594B5FBFD47DB49CD4143F6F82C32C /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9B56C88A1A26C2AF157005389DC79D89 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3CBB4E50BAFAE0F605D3E003E5F9309 /* UIColor+Utils.swift */; }; + 9BE4FDA4C69D90C76F06CBDEF1FF272F /* ZFPlayerConst.h in Headers */ = {isa = PBXBuildFile; fileRef = C4B70E893D7AB2BF97C265B85D3D4052 /* ZFPlayerConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BEFB5C893C893CD085FCBD80F994EBC /* NSMutableParagraphStyle+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2912C72364AFB0BAE5C0DB42E33899C8 /* NSMutableParagraphStyle+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C2D50C8E58106C80A988C718FC46EA8 /* KFImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC9FD6C1091F258695FBCC064CA32012 /* KFImageRenderer.swift */; }; + 9CE0D080D988944F984ABF550840D22D /* _fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 204E4F4D1E5DEDB10EECAFBD56469A01 /* _fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CF7F93C09CD223D8A4AEFDE6500448B /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = A858DF793FD2DC0C9FA27769787A71C8 /* IQKeyboardManagerConstantsInternal.swift */; }; + 9D4BA9589DAB21DECBF622E9D6D3CFC7 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBCA665466C0F66933D5120B2569E569 /* KF.swift */; }; + 9D4EB06D6F5111A6EAA44D173B692B45 /* NSAttributedString+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 268C1962D5D3B2D0D5F5B8B98C92CCA3 /* NSAttributedString+DDCategory.m */; }; + 9DC90F2EFC4727920E1553241B68DFF1 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 581D55B8C4703D8944B92C8B7CC74776 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DDBD070D8F28D3645E88F93FC7E98B6 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF22CCE85D65013C2718DB0244BC29D /* MJRefresh-dummy.m */; }; + 9E1FF64ECBEF9CA8C3A2B1B584716C2C /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D3F08348305C20F579B4C637433C5CA0 /* SDImageAPNGCoder.m */; }; + 9E278CF7CCA7053B8B9F9599C33DC02B /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A97523A90ABB9DD45EDAC09C7B6864D4 /* SDImageCachesManagerOperation.m */; }; + 9E474548D6A0521350038A8213F06E0B /* LogViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E8F25D8B759A2B871130CA907892EA /* LogViewController.swift */; }; + 9E96D1D0E4E3B0652DFD32E48B0E810B /* UITextView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BF69B0FB674D91239549C68B2B2BCEB1 /* UITextView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EA9DCA38AE8140DAA4900C68F0EA575 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 38140D6D6236ACD96D5B121EBB590EFE /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ECF42D1324F716832C4CB78502B7FF4 /* JXCategoryTitleVerticalZoomCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = ECBE42B75559D1AB2CEFCE319BA30BA8 /* JXCategoryTitleVerticalZoomCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9EF1E4C365CA76114EBD310FACC88668 /* _RXDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 365E7D9789624359FDA67681404CC151 /* _RXDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F1A9C17629B0FED4F5BE452442F3B5E /* MATraceReplayOverlayRender.m in Sources */ = {isa = PBXBuildFile; fileRef = A737BDD5B4CE1C051C6FE3A1B3347F4F /* MATraceReplayOverlayRender.m */; }; + 9F3385E2B8DCE658F07D586F04FB5CC9 /* ControlEvent+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38329FFDCE9F0709DE2DD693B0A8CD6A /* ControlEvent+Signal.swift */; }; + 9F46D6B767FD172791A5A4E83697672E /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BCF7EE9110F3341C5378FB54558702 /* ConstraintItem.swift */; }; + 9F77F23C82AD7A280997AB8CE1026694 /* IQKeyboardManager+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = E83F4199D9698F75FDC95FE4D9617BF7 /* IQKeyboardManager+Internal.swift */; }; + 9F9210CD851E076E6C5C1963F3F7F0BD /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FF39EA9CAC5AB610CAE652D90C53B2C /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FE3FCF5816BE354A387DA99CE64BB16 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97D4805BAD010839FD2F494F302FA25B /* ZLAlbumListCell.swift */; }; + A0753DDE7E6EE0EE31ADED266223E0A3 /* _FilePreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A38300E240A8CBB21CD0B31DE6F8DE /* _FilePreviewController.m */; }; + A07BA82EBAFD79669D9EF1118D658F0E /* UINavigationController+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99AD1097A9F670DDB325856C3EDDBA4F /* UINavigationController+Rx.swift */; }; + A0C1B45DA29A58D0BFF28129F0965A3E /* DelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A87CFCC5C4C4B6344B3A5DB833D625 /* DelegateProxy.swift */; }; + A0C9DAFBB2CC8967DFEA7BA23E97E641 /* Bag+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F4F4587E316BEB19D904E0D032ECE00 /* Bag+Rx.swift */; }; + A0D722F2C2E041757A96ABBE6EEF644A /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF543C53F4181FA110961720A7CDAF9 /* SDWebImageDownloader.m */; }; + A0F05798AA7269C371264DFD7BDB1904 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A81FC87B5BC7C59945DC5EAC3E7AFB2C /* IQKeyboardReturnKeyHandler.swift */; }; + A1355E1BBE3731F83CB38B9055E2372B /* JXCategoryDotCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5399A896D510F735180EA801EE668429 /* JXCategoryDotCell.m */; }; + A1540B6250A565E9F4FA071822F86C70 /* EKAttributes+Precedence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 513F7B7C2777EB9B297B9A4DCA665F6C /* EKAttributes+Precedence.swift */; }; + A15CDB022FC7EF5E9B8C06CBF5C3842D /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 401557D73FB03EFCFC49F1CCD0E9CF8D /* BRDatePickerView.m */; }; + A1949F2B9289F7954C77D3E23621727C /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EF72CA991F4EB8F09E0ABE82BA69B0D7 /* SDImageAWebPCoder.m */; }; + A252AF7657AE77B71C86CB9DD16C7ECD /* ZLBaseStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA8FD6B0944ADDBD839CD14192137BAC /* ZLBaseStickerView.swift */; }; + A254EEEE1080168B974C7A51EE1720FE /* _RXDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 557FA2AACBA3FD14ED24EA36B34C6DD0 /* _RXDelegateProxy.m */; }; + A2594BB6D1B5A1C5F7652550BD4D5CFE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F4AB46510FF18B0A4EFDA08EFB7E9EBC /* SDImageFrame.m */; }; + A2EF4A22909B4F00632D584DFC1AF84E /* JXCategoryImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AAAF6F8F9DE66A19EDF4C2FE6450439 /* JXCategoryImageCellModel.m */; }; + A2FDCF204E4F34A280D10E41A010743C /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = CD8BF1D4A1D74B287507EE4A4B087AA2 /* ZFVolumeBrightnessView.m */; }; + A340546632D10905379CFF17E52381D8 /* UICollectionViewLayout+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 572AD83BCAE4569BB796478A08F4F07C /* UICollectionViewLayout+MJRefresh.m */; }; + A3614B7735695DD47BD1BC18CC9610ED /* EKAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E073AE54BB8F807E83D37A55EDA52C8 /* EKAttributes.swift */; }; + A374941464F929547A92BBF2F8CA89F0 /* MainScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44C25858758BCA4CF7D0131077BF4E8F /* MainScheduler.swift */; }; + A3B1C5058E6D1A9BC138D3265F4914F6 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 990B5CBB962A8202EDCE357A01918ED8 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4232F59E1918C240232947792D51757 /* _ObjcLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E96F14E3DE9B3DA9F2E0734056C5CB5F /* _ObjcLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4E35339201B6F99DE584A33C09BD0EE /* NSURL+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B540F8536069D6AC2ACAB2201587CC8 /* NSURL+DDCategory.m */; }; + A5476425D3C5D6705F6FBD0E515FCD7A /* DriveRouteCustomAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = B6DBF97013ACCB9CC4334C131AF2271A /* DriveRouteCustomAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A554F742AF8AC6C99472A587071CF0DC /* KFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B60B14037E8CF5EC30F48EA633E967 /* KFAnimatedImage.swift */; }; + A5821D2212C003710A5C38D9664B78C3 /* DDAutoUIKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7435002EDEB44E668911BEFFF11133F2 /* DDAutoUIKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A59E6F51D674C6957906E9560DB4BD3C /* Infallible+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6944B7A4DAAE8BF76C3ED9933E135C18 /* Infallible+Concurrency.swift */; }; + A5ADCEB47AD35B2837432D89A38F1EB3 /* JXCategoryTitleImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2345A7FEB21DB7ADBAA0CCD14DBEFE8F /* JXCategoryTitleImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5DF3BEAD02F2529DDA2F302CECD3AC5 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 1725DFC1C8F4A0B8E05B181F31AE8475 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5FBC4300B4ABFAD6D946894FFF20CE1 /* JXCategoryIndicatorTriangleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CBB8A551F06EC3825D7ADECC976ECB0 /* JXCategoryIndicatorTriangleView.m */; }; + A6170A3190373A3C1D31FB1F013CFA75 /* DDAudioPlayerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 713274C766322019490694D8096C2D36 /* DDAudioPlayerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A633C2F82C4975DD22E150A795CD00DD /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97D44AD9154AA4F6DDDEE9022A72383F /* IQUITextFieldView+Additions.swift */; }; + A661A54FB0BE0E81281BDCD7009CA8B4 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32ED0EA3FD85346667DDA9948654E77E /* PriorityQueue.swift */; }; + A69BD642F651597A508BFFC52465D14F /* UIRefreshControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581D9BC443A1A6DCB8C1ADFA5A8A8AD4 /* UIRefreshControl+Rx.swift */; }; + A6AAD33354413B3582BC2A68567EE57F /* ObserverBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5939EA398DE60062574C0EC99345615E /* ObserverBase.swift */; }; + A6DD29689F7CE2272732F5E1650485EA /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90107EF22AE07491684F480FEEEDF124 /* SessionDataTask.swift */; }; + A6DF68A6E66549A811545E35F6FC904E /* ConcurrentDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D267D95843F28F194B81F1BADA216DD2 /* ConcurrentDispatchQueueScheduler.swift */; }; + A6EAC1E0ACC363F33EE2B1D9A908EB9D /* UIColor+JXAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = 242D2F9111C8298321C4E6F4D262BB5D /* UIColor+JXAdd.m */; }; + A71B9809FA82EE0CE142382FD6162BAB /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B23FEC0202A7644EA30868FAE8DB7F9 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7395AD90CE7874072EC370C8AE32796 /* CocoaDebugTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BD3361E83FC21C5BC469920651072A /* CocoaDebugTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7C1EC0054ECE0EF2F2CB1B561C23590 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 14E1AFC763500FC474B83CC6FD8765C9 /* SDImageCoder.m */; }; + A7E0CE992F5E28A78FF7705F4AA95F1C /* _Sandboxer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BDF2A3207088932A52DB9E0808A8896 /* _Sandboxer.m */; }; + A800CDAB64BB49B835120199FDDF7EE9 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF5503D2DC67DF588D5FDCC40F0711BA /* ZLThumbnailViewController.swift */; }; + A8046890340F247D5EF036A8C232981C /* MKAnnotationView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82CF2C6D808B62A49BC1EB3C54F3B3 /* MKAnnotationView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A828254620582CC1AC5D705BC77294D2 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B1D9C0FDFD4D34F58E802D44806F3C4 /* SDImageIOAnimatedCoder.m */; }; + A82F0D4FB1D81AFA125ED8972A4CC3A0 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1A5662585CAB5FBA6C27AB02DABD3E /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A83B0B6F538F656258273AD28140F89C /* SwitchIfEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82F3755DF710CA051F30CA58329859FC /* SwitchIfEmpty.swift */; }; + A8BDE20AD8387D116036E41D89E6F2A1 /* UIScrollView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 86DCB3387D2C977A97B183F8761CC4B3 /* UIScrollView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A90020537AA6B6B507B88E032ACCB083 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A2F264BECCA9AB55071450BFBD73C93 /* ConstraintMakerExtendable.swift */; }; + A9287B485E49EFFB8DE08945AECF14D8 /* RxTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 477560EE92A6804E14365B1F2EA35481 /* RxTarget.swift */; }; + A9593306999952CA919A4DDE82EC6C3E /* DDControlsKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA72E892EA317014C535FF82B3E32F43 /* DDControlsKit_Private-dummy.m */; }; + AA0B700D7499FDD27E65E53F8FD2DEBE /* QLUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A172253D6DB610D8EA2365650E2E343 /* QLUtils.swift */; }; + AA1BF33AE40D81CD7DD6D75696866120 /* DDBaseButton.h in Headers */ = {isa = PBXBuildFile; fileRef = B00ED48D0355E5ABFD49E3868C14A566 /* DDBaseButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA624D3EE03B4A895DC1FFE446ABCC0D /* RxTableViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3719E97623066A38F3ED70F1A9D39605 /* RxTableViewReactiveArrayDataSource.swift */; }; + AAA51B9D97A6385BFCD0BE040F9695E2 /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73372DF25F905E887870E828DDEF32AD /* StringEncoding+Alamofire.swift */; }; + AAC304321AC76D2C680F473FA3A23C12 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D245A8571B1995AA54A75DA54A6A9D6B /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAE47673FBBFDAC8C28BC40A786F9B73 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3A4503392FEBAF9644AFD3D69CE5999 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + AB02524ACCF5117471AB994BC3D6E242 /* Infallible+Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A3619C4E5BD01568648DB657F9E8F5B /* Infallible+Operators.swift */; }; + AB0A7FC1637EC80FF292A7497915811D /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2ED0CEB74A3AA6EFB1DA4D86CB842B1 /* RequestInterceptor.swift */; }; + AB80739587AA5E9CDA3B11A8D5C8ECD4 /* NSThread+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AA09917021434E9E85814D989AE550B /* NSThread+DDCategory.m */; }; + ABF58857A9ED236CD5B387FF0C56FFC0 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 6036E4624D2FCBE8F84CFC79364003A7 /* NSBundle+MJRefresh.m */; }; + AC128BF52E4D00EFC523B3779B9B7FB6 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = C5DB64C747D81688D7126B75038DD948 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC5D61774CD2638768862FD2934B6027 /* MATraceReplayOverlayRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BE56E5FE9C65D445F805E52A05BDBDD /* MATraceReplayOverlayRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC83B837A4D3D9721205D8061EDD6AFD /* AsyncSubject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61F9BFF5BE80FAED39583C2B6B6B7EDB /* AsyncSubject.swift */; }; + ACE0BD363363C792B176AAFF495B0369 /* _RXObjCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F24FCBE0A08713DA5979368E796943E /* _RXObjCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD2D8BB58CB2F0FF6423A016D14516F5 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = E80FE071B23654CB32F515E1A18E1814 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD428E45B5793B370BC9084A07D2BDB5 /* UIDatePicker+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41469D1B42558299D19FFD3C10B36E30 /* UIDatePicker+Rx.swift */; }; + ADA26D9BD8D714E1B3F6E424BB94E6B7 /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758FC944ED167B48953D933AF0E5482C /* Bag.swift */; }; + AEE40C0C62FCE7039731D66DFF9D5987 /* SubjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF394165EBF061A59B6DC133C8AE3024 /* SubjectType.swift */; }; + AF02F5C6B6D6FA14A017F65611E3974A /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B30A1777C2B2EF8F6466D6AD2D4593CE /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF1850793335D7411B7CA119CCFDF776 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 272A4B18FC9006D3063FC7656E08F78B /* SDWebImagePrefetcher.m */; }; + AF20C9CCC96ACA59597AA57E5BC0268F /* Bag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303F03F1F978AA4E952FD04D548BC67A /* Bag.swift */; }; + AF5EEFE6005E0DE11ACE6DAF7C97A248 /* UIPickerView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFB624EE465ABDF90CACF6356CCD588E /* UIPickerView+Rx.swift */; }; + AF91B100F4B4D65B92BF8CA590B2005F /* WindowHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DB8C75BCE10621FFAD92B28102C64C3 /* WindowHelper.swift */; }; + AFE462A27C50428CA433CD3254C90863 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 063595ADD67A3C24AE563DEF45BD8D60 /* SDImageCoderHelper.m */; }; + B04B2B65E995F882AB75E0609D19306C /* UIView+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4F47169533A192C6297DF779D40B04A /* UIView+Shadow.swift */; }; + B0E0EBCC1739673622DDAB04CDC5DFD7 /* Pods-OrderScheduling-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4250D3C38672173C70CC23FE186BED15 /* Pods-OrderScheduling-dummy.m */; }; + B0F16AA767013FBBB46931C2819036E3 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FF24FFE83CFAB4F829CDF631BBECECF /* ConstraintMultiplierTarget.swift */; }; + B1071FE781C8E8D0761EC0B0A0D1ECFC /* UINavigationController+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A35017495E79C241503D1C611FB0E9C /* UINavigationController+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B10E4F3871A53CAA6B9DE3D77091E718 /* EKAttributes+HapticFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B33189A558723DE98FC30A526B57CB2 /* EKAttributes+HapticFeedback.swift */; }; + B1104525F66A74BF581940CC8EBD4605 /* DDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9701A44DD509B32C11A6B8EE5FDD1F5F /* DDTimerManager.m */; }; + B1466F2AF4C8C5D9668D912F5716064A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = F83CDE0E0AF1B6EC8264F7078FBEF35E /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1793F1388223AC4F7823353845D5A80 /* DDButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80809CE011EF8AAFF2E4540BD8ACE379 /* DDButton.swift */; }; + B17A50C565F1F52EDE5DA662FB1B9A92 /* UIWindow+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 474EFB95DCA0C43E648D58FA1E3802D4 /* UIWindow+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1A7FCCDF2F76FD799074AFEF13F2C43 /* NSSlider+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEBFA85D93D76432E65CA87B0B56A74 /* NSSlider+Rx.swift */; }; + B1BD6973CB6B02C92A22231C9526B0DA /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63B09A8E04F0314FFA299C2A551F41EC /* Source.swift */; }; + B21EF964ACC6CBCD4E5D0D766A71E9DE /* DDColorKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D138AA8366E677BFF244F5E733B61E18 /* DDColorKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24975ABDE1AC13FEE3DCF408C84F2FD /* SerialDispatchQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF270C90025A8A508E6E3403FD67CBA /* SerialDispatchQueueScheduler.swift */; }; + B26F1CEAB0F3FFBE8FEC24BC8448B378 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC441475BBEB826AEDF9D9837AFA1307 /* PriorityQueue.swift */; }; + B2851C902C2C372F18387C2B39AA47C1 /* CocoaDebug+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5369A796319831DCF0FE151F568493 /* CocoaDebug+Extensions.swift */; }; + B2DF159598F055C7303DCBC77F2786FE /* Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = C49F140028369205572E3AD1B123B26D /* Window.swift */; }; + B2F00FA6A845D79D514C907870345041 /* ZLAdjustSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F904780706621C4C24A5DDBD19F9AD53 /* ZLAdjustSlider.swift */; }; + B315A21471DC78A45CA5249A9EF6EF85 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D9ECD3922E0B973BA725A58A9B802A /* AuthenticationInterceptor.swift */; }; + B337891246C2848ABC1945BA4D95817E /* _ImageController.m in Sources */ = {isa = PBXBuildFile; fileRef = FCDFC66002C285612CB91F8949DD5F2A /* _ImageController.m */; }; + B39A10F0EB221B56DDE14E14FA5EF3D8 /* SubscribeOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89C60EEB2C794F45B6341A5E2DC19D1 /* SubscribeOn.swift */; }; + B3AA028B5D51C032F7540C9B187BFCE4 /* UIFont+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4574F4C29318652AAFD7C708CD92F3 /* UIFont+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3BCB6762F05E6CE8F5DF3A605730B6C /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B056533E4B0067C895151A88D509D4A /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3BD944BFF9FBD5F1638D4FA684DFC9D /* DDColorKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000F476F2DA84D8EDBD3D70072F50395 /* DDColorKit_Private-dummy.m */; }; + B3C371002BFFEF2036F06475A614224D /* DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 785E0B38E5E1536B6D6D98E9809556B4 /* DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3D357841FDA256DD78B84471E009F1D /* DDMATrackManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C20D442E8CF71E67724B3B9B9F231FF4 /* DDMATrackManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3F8D02D6F81E468340ADA0561C2990B /* _HttpDatasource.m in Sources */ = {isa = PBXBuildFile; fileRef = 26DB052E4FB9DD69263E66C759F7F918 /* _HttpDatasource.m */; }; + B4093EE96AA888E2B1609715B1CAE585 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9626661BED4F69F830D94C17CE3AC40D /* ZLGeneralDefine.swift */; }; + B410A7FFCF6A4F1FC0160F22E919B009 /* RxCocoa-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C7EC444C51D5BD08AA1C84454F1FE7B3 /* RxCocoa-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B43B1D85F1DF038DB7D01DFAF12D48A0 /* NetworkDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0233D9115460B3BA7E8CC718676E846 /* NetworkDetailViewController.swift */; }; + B450462CA20B3A8EE7F08F1575FBD714 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = D4E4AAD31495DC9A9E8ACF1B24E597B4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4527D6F585156B3603D05329436D4E0 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D715729A760E17C4E52DA1E6716DA49 /* SDWebImageOperation.m */; }; + B460A9A103E7954D19D481B77F87F83E /* JXCategoryIndicatorParamsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D476487C5FC05CB8F92E6A56098AE708 /* JXCategoryIndicatorParamsModel.m */; }; + B4E540E0998D38BEA54DE098FDED09A4 /* DDMAMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C8FD14846CBC0D7E81D7C3201FDC6B /* DDMAMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4F5741B73D531E1ACF070C785EC6613 /* ZFPlayerNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 3750B8369E6ADB8C4C6C1583215F3835 /* ZFPlayerNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4FE3233189E681459E6FAFE1A656449 /* EntryAppearanceDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C900D4ADC4C3A13565C57639BA863AA /* EntryAppearanceDescriptor.swift */; }; + B5269B62215B96500B9620B997F378F4 /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C951DA091B1EE6FD20B3B272D9B615A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B53F9C80DFE371236697EE4CF0CBB918 /* UIImageView+DDWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9041612FC8E7F1F27650FEF9F562E440 /* UIImageView+DDWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B55D49CD10FA31F1E6F92E225D821BB2 /* JXCategoryImageCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F31A67352A63EBEFAFAA1B4704B7A62A /* JXCategoryImageCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56ACFDE582AAAB120025C58C41EC180 /* DDLogKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 657AEB0777DF009E91EA0405DAF11B89 /* DDLogKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5FA1092BF1D816BB9A7BA06EB64BFA4 /* EKProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 413C9F3193D0B20C978C0C4C15EBC5D8 /* EKProperty.swift */; }; + B611198D9692C8B6D4970591AED83362 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = AA1B91D44D6DB4189580C58BD942F239 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B61A05B07D76CBBC87C664B2D964A5C3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D1436631F24B41CBF66827CBAB4E1B /* Notifications.swift */; }; + B659FB406C404DBBAE4A648BAE9BC77D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1354B9AD2110F08B9C66FF72521BFD6B /* ParameterEncoding.swift */; }; + B66389A11F64F80F5CBA50E6E8FEE348 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0524CEE0C750677469D0900C54C75C24 /* ParameterEncoder.swift */; }; + B6C1826C72AD419322F73F4BACDDDE57 /* GroupedObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63301A6C81B21F954F2D17E78683A87F /* GroupedObservable.swift */; }; + B6D377EABCB2CE73E066A4F71FD8E9A9 /* ScheduledDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5BE2BA9B5D3B79CD123BE329E027844 /* ScheduledDisposable.swift */; }; + B73678A0D6DC52A94F163D0C65B07B56 /* _DeviceUtil+Constant.h in Headers */ = {isa = PBXBuildFile; fileRef = B4476D4ADB2C9B49FB899BE7BBED7CF8 /* _DeviceUtil+Constant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7551F7AE4DFD9D8BAF5DF408EE11783 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E99B84AB472EFCD4F324BB2B1CB2E5F /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B77657E559F9F982B8A41880869F0847 /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 85EC50CA881562832203D82FFE46DD73 /* ZFIJKPlayerManager.m */; }; + B791542990CE08B57A3292ED05F6DB74 /* DDBaseImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 60E213F693B7383A68B9598FD71FED12 /* DDBaseImage.m */; }; + B7A8B274CAE4CB11AD0E2E5E6A329F55 /* First.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACC3C9E9D1647CBBC5AAD235D2C8CBED /* First.swift */; }; + B7B050DF104F27DE9B308700BF5F9A5E /* HistoricalSchedulerTimeConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931C15B45439FC1DA683857E4CBC9903 /* HistoricalSchedulerTimeConverter.swift */; }; + B7ED93C0661C6395D434C8728CA57665 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A63AEFEB8C46FF79506CAC9D5EED9FA /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8473CA4CC498892F0950D41B24426A5 /* LockOwnerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EABB47DDF87BD309BC67B491814B258 /* LockOwnerType.swift */; }; + B89BC37A7EF9653B4E70A8386786F5E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4473E6082E04C2B5BE0E6A527EF83001 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8A6D72F39FE58ACFE28E3C888966365 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 340B3760C547E1B56C13194685489C5F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8E2D20AC3123CD07ABBDC96C0FBEA9A /* JXCategoryIndicatorBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = E57B23840B7B639F698BDB41489467B0 /* JXCategoryIndicatorBackgroundView.m */; }; + B8E9A4E2E8BB5D2A298FB1C56696CF1C /* _HttpModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9999328EA974AB233F994AA6EBB64BBE /* _HttpModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8F821C412AB5315D7D0BADE1A142597 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D94012EB64C7B4F812B99969613055 /* RetryStrategy.swift */; }; + B92ED55C3E796BD3FCDC4BB4B00DB1B0 /* UIImage+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = BF76FF72733F1CE7BB4F43E6A6CEC4F5 /* UIImage+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9339C5232FA751530693C26C023E2BC /* NSTextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3EAEF31C8AEE19FC00C2C616E1F094B /* NSTextField+Rx.swift */; }; + B990FA20B3F369B224D4B96ABB4045E4 /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FEF7F39DDF0188E579F47F8A88C539 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9910A2F6B82398D9311F4EB38729DF0 /* JXCategoryIndicatorComponentView.m in Sources */ = {isa = PBXBuildFile; fileRef = E88B7BA979B2F0AF9F309303C478A3C4 /* JXCategoryIndicatorComponentView.m */; }; + B9ADC298A5579487C1D5432AD00DBA2C /* UICollectionView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = A13CCA977CC2E3BBB82312D1CA830DA7 /* UICollectionView+DDCategory.m */; }; + B9FED8E7B04C74F084D8156BD8AA93DA /* DDMALocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD3A2558CDB42762C60CE32136C64BA4 /* DDMALocationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA8BF2DAB5869E16779581D1221978CC /* ObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44497BED4BC08D65BC9D4206D7B83722 /* ObservableType.swift */; }; + BAB546FF62D34C6C2E6141CA5D0EEA69 /* _SandboxerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6728C33E6DA29FBAEA2782397F0343B6 /* _SandboxerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAD25B30F0E334F12EC76FF901DEE3E1 /* HapticFeedbackGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D60A11A3EA2392394A1CA30AACC1E1F /* HapticFeedbackGenerator.swift */; }; + BADE59BFD6ABB8131D8E89FDCF00C74D /* DDBaseTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 24844CB9DEC581F98BAD20375BB978A9 /* DDBaseTableView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB11309B4519548E3ECEE89D25C9A5DF /* JXCategoryTitleImageCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 742451173BF6BB5EB947D3D12A9E3D21 /* JXCategoryTitleImageCellModel.m */; }; + BBAC10AC6F7CCC08CA990EC32BA93912 /* RxCocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = CE178F092FAD555040228495B00DAD4D /* RxCocoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBC70A640BAACC6E4B66AA90848CFA0E /* _FilePreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C8D8F6C5C31D513A5558A18D4FBA4978 /* _FilePreviewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCD195060AB693E31E7265ED366357B /* UISwitch+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 425E9882A4939F4C271766D739D89F08 /* UISwitch+Rx.swift */; }; + BC06CA9B03978B7F75E5A6594FB09BD0 /* Buffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9020FE98732F86A5598C97091BB0452C /* Buffer.swift */; }; + BC2DA64DD45B4E41586E32FEBD056B4E /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F9A22D3EB0C99116FC946A4E0B6BC99 /* ZLPhotoConfiguration.swift */; }; + BC69B1FE7E10F3D5DF175CBE14F5DCA8 /* JXCategoryListContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = F24C291A3BCCEABA85CEDBC687C5CCCC /* JXCategoryListContainerView.m */; }; + BC71F627C5BB3C812706494A15135648 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ABE0F05372BE562781897A9F3AA23E0 /* NSBezierPath+SDRoundedCorners.m */; }; + BC9B4EE54D72F2455037404FBA19AD37 /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FF45F072745A803EE7512124A5E34AE /* IQUIScrollView+Additions.swift */; }; + BCD9CC1CE79079D3D45975C960F10783 /* RxCocoaObjCRuntimeError+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C75A7F596FD683B60B6C97DC879A3C7 /* RxCocoaObjCRuntimeError+Extensions.swift */; }; + BD0530138584A6602C89E4EE957300E0 /* NSObject+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59BC9C55C0D8CFF7A92AD2188EF9012 /* NSObject+Rx.swift */; }; + BD5769240CAB4930531B883F3AFFFAB4 /* CocoaDebugTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 095A985D17E2BB8CB25A40BC2E27D7D2 /* CocoaDebugTabBarController.swift */; }; + BD5DE9137AD611FD04789830CDA7EB55 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA61BE5A8E32EA44B4B6529D906C1B9A /* IQTitleBarButtonItem.swift */; }; + BD964247BCCE72D5C1B9738879564443 /* ColorUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 258F265F867D0E62491EF0DAA88FD6E3 /* ColorUtil.swift */; }; + BDCA78333A03CC1AAADEB702F0247B5C /* UIActivityIndicatorView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 511BB4568CD9D368A3A7AB93971BCB3A /* UIActivityIndicatorView+Rx.swift */; }; + BDE0AF913CE3F4071E4007C5DFDA8524 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A2A13BA0F353859DDDDFC9A29F1654 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE12C45D6816EEA28AD455A4B0AF70BD /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6CC2A8F395E700764FC86366E41C21 /* Indicator.swift */; }; + BE48E94071B8D2879A0CAAD2716CA894 /* NSButton+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB5EE30F36AFC06328A4BCB84FCF9E50 /* NSButton+Rx.swift */; }; + BE50B0FF8A2D2BF08505923013F8FCC4 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4F1CCE50A64698C430F1A5DD836678E /* ZLEditImageViewController.swift */; }; + BEA99057B539090F53E138F4E1D42024 /* Multicast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F25ADFD78C2AA477BDE6F498391F89E /* Multicast.swift */; }; + BF31E4809CC5CC71907563C0795BF3D9 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47977D2C530A5425872D00CFF60EDB87 /* DispatchQueue+Extensions.swift */; }; + BF416DFB6F44571F9A27A90D2822202D /* Sample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B814535B78C4E223C1CA5F5D4D074CB /* Sample.swift */; }; + BF41DE73228CD7380FF1AC52A9D39906 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 317B039329A3E0E547522B43DEFF533F /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF7C326418703B0627237B811478A69E /* _RXKVOObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB786BC07D28CC81EA3AAB3AADFF2A2 /* _RXKVOObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF81E739B886428C57AB9E371A0B64FE /* DDBaseSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 38EFF1F2810F30257265775C5181F41C /* DDBaseSwitch.m */; }; + BF9EE31DA89D7BD4D374713EBBCF8C9A /* _HttpModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C32B7C68B23FAD382A03CD92B45DC06 /* _HttpModel.m */; }; + BFF07623A7EBCAE780F23B16FCCA46A6 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CA5A7DA12336DAA19E1EA26B1312A6A /* IQKeyboardManagerSwift-dummy.m */; }; + BFFA58E5979EDB390F21B31F125B2632 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E3E659943A1F8FAC10E4EFB2DCADB12 /* UIImage+MemoryCacheCost.m */; }; + C080C78FBEAB43A0B238938255455913 /* SkipUntil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A4AB39A80E8447375D3B814A59E2CB7 /* SkipUntil.swift */; }; + C129D590FB00BEC41B69093EFE0550C1 /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 334DB076BA8FBD0CAF1A07678DA2E006 /* MJRefreshGifHeader.m */; }; + C19A3B3BF30C1E6A7B8B49D1707FEF35 /* ObservableConvertibleType+SharedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1881DE0D768B5F14757175BEBE97BA22 /* ObservableConvertibleType+SharedSequence.swift */; }; + C1A75766877991116A4426B9C385AF70 /* Materialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C00B5AEF3A566B58EF41D3AC031B16A /* Materialize.swift */; }; + C1F35A42F0086062E9FA4BE7EB6D3BC5 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = D67D0FB58C59AF5623666C31E708821A /* SDWebImageCacheKeyFilter.m */; }; + C2422DE72E0AE7A2B6C524EEB6561541 /* _WKWebView+Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = B07432B852E796186861E1B665F6F5E4 /* _WKWebView+Swizzling.m */; }; + C2A16D769520D0FD5CFDE88AC4A843E4 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC8F709B62FC2E46FC61BB641C36E73 /* Decode.swift */; }; + C2C943B55033E1906571A539B7123311 /* UIViewController+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ACD2390EB614A635BFBD9A685DC10BA /* UIViewController+ZLPhotoBrowser.swift */; }; + C32E21EA9259778E99691148A41EB2F8 /* Observable+Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6133A3CF6C30536E55DBF9F2AD2FB472 /* Observable+Concurrency.swift */; }; + C393251524AAA3BF1C2BA269684DC806 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E865E1C59F8496E614A5B51B0AF5214 /* UIScrollView+ZFPlayer.m */; }; + C49B11227141A1C9B5C446CF513AE3B7 /* RxTextStorageDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144B4380D13A4A6B9DB80D3FF187CEF0 /* RxTextStorageDelegateProxy.swift */; }; + C4F0498FFC8616C8AB395E42ED417135 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7274211F43627CD8EA748E7DA9E86ED8 /* MemoryStorage.swift */; }; + C4FC515A765F6D264655342C179E8B70 /* DDToastKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD21409FAB4C66BBA19E878AD74C873 /* DDToastKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54B8B88AF0ABC05267411671F02C964 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD546F28266A1B6F24E9AC519D259D6 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5C0EEC83876EEF6EC26F3311899CF07 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C07E8563EC7A8334AC4D24711160D3B /* ImageFormat.swift */; }; + C606E1F4F816CD5CEF3D207708C3C609 /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F941A00716D63FA4B2D4EC0E125AF8 /* MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C626CF00E63F1E69A4194CA80068AAFC /* RxTabBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0915146BBE30BE2740AB95157F1C536 /* RxTabBarDelegateProxy.swift */; }; + C6C69214A64C54AD2F30DA4EF3371042 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = E144AA870E4F1A177E55369D92174419 /* Result.swift */; }; + C6DBAF26A4A104BD5200CF834A5C6AC4 /* DDAutoUIKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB141F3E194AD239BEF42DC3B544963F /* DDAutoUIKit_Private-dummy.m */; }; + C700C31CF03C3E4E40B18F0FF4EF381D /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 76081BE309A9475FC172A44E1C551D00 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C76AD9F15D801A3A8C7B58754F5DBB8D /* SynchronizedUnsubscribeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A996B79A97763DDAD3A2725FC44AC71E /* SynchronizedUnsubscribeType.swift */; }; + C7E41A5D81A024EDF41219DDC3B9BC14 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0283A95F5E20DA0DB13222018B01EA91 /* ZFPlayerController.m */; }; + C811C54956F24D073E800373BB69A8EB /* JXCategoryDotCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E14C54FBD7498F5173137891E43D360 /* JXCategoryDotCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C81BFED8DC5CF5E66D81C7736374B9C4 /* DDScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6873BF4650423BA0852AF60DE216881 /* DDScrollView.swift */; }; + C845190F0B27DD1C19EC9625516F3AF1 /* CocoaDebugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16BEDB8744F55F68466ABAD06D797E91 /* CocoaDebugViewController.swift */; }; + C88C2CC9083FE0D07D52A9EC81D1E626 /* _RunloopMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D89BF3FBBAFD467FC02F62E8B7F69D /* _RunloopMonitor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C8D7A9EDC2F72A333D4AE379983529DA /* UIRectCorner+Short.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5771FF8D1431D15C1CEEBC6E98C764F1 /* UIRectCorner+Short.swift */; }; + C8F37E34D117D30FDFAEE19C03F1DBAA /* ObservableConvertibleType+Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C0B9629C86D39FA0B77F8CC59A943C /* ObservableConvertibleType+Signal.swift */; }; + C8F8E3163CE2F3AD0871F8DABF59F126 /* IgnoredURLsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36EBF5988DB7B9CDFBAC449DC27BC189 /* IgnoredURLsViewController.swift */; }; + C9172D6A5B4EBBA8DBDF690F51A58849 /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6F38241CD5642FDED58BAA35AB4CA6 /* ZLPhotoManager.swift */; }; + C99813C12AD65507F8A1F3F00E140B4D /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DFC9B6893196921D460402EEF17620 /* NotificationCenter+Rx.swift */; }; + C9F76E02C52B92E46825E75DA101F97A /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 187DA584BAF77D828BCCCCCB088C3726 /* BRBaseView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA030F0CF75F91C1773D748DE330B4BD /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5CAA7CCE5C76F31844A0A151420941F /* ConstraintMakerRelatable+Extensions.swift */; }; + CB1B31288E524777EA7FEF6E092E954F /* Driver+Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FA868E3C4D07136FDF6EC99CFDA26A /* Driver+Subscription.swift */; }; + CBC273777FC5C474AF2B1865DD93F200 /* ImmediateSchedulerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9671801F06D082F19ED233DB8950FC77 /* ImmediateSchedulerType.swift */; }; + CC0F8791429281C1C4E194799EE130EF /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15615C7822171EC4E68A4C254D2267A1 /* SizeExtensions.swift */; }; + CC1C929FDB0989801937E4144262F01D /* UICollectionViewCell+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 83CBF4B69A90364F3E49C71FFFB15594 /* UICollectionViewCell+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC63761AFC40E88903EEC20E5C5332CC /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E048AD00E61F5F5481C393BC5125CE8 /* Image.swift */; }; + CC9402AE1D00383EB0BF9F85FA45F60B /* CALayer+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C343CC89E9B1B642E0F7ABD1017BD7 /* CALayer+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC96F0C85F662AF19A4E515F21EEE9CF /* DDBaseTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 229DA2F25E8018D819EE25E4AB34AEFF /* DDBaseTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC9BB66A33ADC2037D887C4D783CB417 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819BE2A9040A8BE293C7A79FC23DACF6 /* Scan.swift */; }; + CCBDC5792EFEDB0D32E03261BE90DFAC /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = F821DDCB198F678CB99B11CF49BC9E2D /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCC0A981DF63F2D9B0485AB4B6C3B431 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DB2BA647F92E073EE637BE0B813AF45 /* ConstraintView+Extensions.swift */; }; + CCE73322A8F4B26A087301EBCC65C869 /* AppInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE1AE4A69289A0D70865A0ED5ECA0172 /* AppInfoViewController.swift */; }; + CD12156B4F1F982CE5CBA7924ED90E24 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 091FDAC750B35AF72EB86F87AE7A9193 /* ZLVideoManager.swift */; }; + CD133C88F89F65665D15D625F25175C2 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4CACCE2D672DD5F3B8C49E3460EAA /* DispatchQueue+Extensions.swift */; }; + CD4E33BE5BC4DBD59CFC58A70DF1CAC3 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACC0D1026A39CE2176E9B76A7067656 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDDD632233988F44FEC138B913143D5F /* DDMAGeometry.m in Sources */ = {isa = PBXBuildFile; fileRef = B60054A23AF8934CE220AAC6DFF60E99 /* DDMAGeometry.m */; }; + CE0D7DF3DE52C1B52C39DB23FCED7695 /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 130D9C60AF0D2CDEDA2C953C02AE82BF /* MJRefreshAutoNormalFooter.m */; }; + CE50A84C5C3A363CC5F5B206EF9C16B2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CB76C635B5755273D1AF8B9344F4F70 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE543F2CC46C19616EA706C679D57FFE /* ElementAt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A7A040871EF3480FDBBF37E2EE6C5E /* ElementAt.swift */; }; + CE6E8F479C11E333C244F74A2E9665CE /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C05E3E79E7B9058E7F8C562572B665C9 /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE8D9C7C3CE92C6A7F538475382ADAD6 /* UIViewController+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = F489980D1CF7E16A2072808CBB83C81B /* UIViewController+DDCategory.m */; }; + CE8E55F06DEED865CA7AB8FD9298DD42 /* ZFReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA5902D585C87A5501744EACD153856 /* ZFReachabilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE90E73675214C8853F20CB4BF569901 /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8054525DB1B0B73AA00F4836F39A39AC /* ZLClipImageViewController.swift */; }; + CE9DB2E127EF675F92110286C1B3DBB0 /* JXCategoryTitleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F0D461FE23A70D3F2BB6802B47325B /* JXCategoryTitleCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEA5FFBDF695AF9F54027D0F9BE06A9E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA35DB853FFE6730A902DD8B9807B19 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEC5D59E8CB9AA98751A071D3CC175D7 /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 665165026183A538EA6CA9DDCD454DAB /* SDAnimatedImageView.m */; }; + CF5A619D2D3826CDC149B8C698F2F015 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C14F261872F9538C42FD9125BF0FBBE /* ZFLoadingView.m */; }; + D027DFFBF0E354D252A6A52AD54C6830 /* JXCategoryIndicatorParamsModel.h in Headers */ = {isa = PBXBuildFile; fileRef = E3DA96CC495B46C0953CBF75BC90F6AB /* JXCategoryIndicatorParamsModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D031E69F9B31D2D90CA1BAA088469040 /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DB61462DA4895F98CEAF92C4F93B02E /* RequestCompression.swift */; }; + D0458582F73B502054224EE779333845 /* DDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C77093DFC4007D3B220789066B24D9C /* DDView.swift */; }; + D14FE7769234FBA4A9FE71A538AA1416 /* DDBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EF94329ADB23E306848FEB379835EF /* DDBaseViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D15601FB6BDFEA4C0083467D5B754051 /* _CanonicalRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A497354C9DC2872518646E2C24B1AC1 /* _CanonicalRequest.m */; }; + D159E10ABCEC5BAEC2AEE36361A0C14A /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = EBED5FCDD59E937A99EB4F8C5E63C3E8 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D15E9B47C1CB6AB18E33B0364ED8D06C /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C5AB4F054C567F58BC2884C3441C07 /* ImageDownloaderDelegate.swift */; }; + D1794F9D9799A09CA1BBBD943BFCFA7A /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FEAD44F893283D12A8EDB20D4AC4B7A /* ConstraintOffsetTarget.swift */; }; + D1AFF1E0B0B0486118857F6E70203D03 /* Maybe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C72D5E50F66435B1E4157C243F5807 /* Maybe.swift */; }; + D2080DFBC1EC1E36D090C40AE4268C0E /* EKImageNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B960510678E5120B1EDAC9EDBB1C76D5 /* EKImageNoteMessageView.swift */; }; + D261FFEAFEECC6C5BE05EAFA172A6962 /* _RXKVOObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 720C0E7332FA204C441ACE2C55D373B5 /* _RXKVOObserver.m */; }; + D2674D18CD23C97698FCE3E9C3FD42B1 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = 053F789BBA3187424D04828D24F823FE /* Concurrency.swift */; }; + D26EBA1505FCD8CB1561A0FB08AB74A5 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F1196DDF066353A3A980B98B220437 /* URLRequest+Alamofire.swift */; }; + D2783F91C8C3A525D7086EBF0B079C22 /* ZFPlayerControlView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FB79B194614B1E06D069A0B3BA56208 /* ZFPlayerControlView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2807DCFF6B07ADF84CFACC8A1882579 /* DDBaseAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 745A9F1F7117896468203F2E9BE3EB4D /* DDBaseAttributedString.m */; }; + D2B59A35739A47EBEED7DEA75BA5C378 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = AF4B802109987C2BE0FE22918EB79E25 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2BA3BE552302291ACE27A363AEC90B1 /* NSThread+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A7E13F337C0335BFC5C1678D8EF2CFE /* NSThread+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D2E2AF992A4E158B35A68EF020BBD66F /* UIControl+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A209622BED8961529767755C70094ED /* UIControl+Rx.swift */; }; + D311F8002A40812E3A487F99D7669DBA /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FF7576D12796DE0A96F19F94BC15B3 /* ZFSliderView.m */; }; + D313C1769F98E563B2F0387645363D60 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A56A9B1AD83D40E6D6880E5838B8A73 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D332892853A0FB6E33325358D644FE98 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C2E3715156366D9D19A923CD06DA1A /* CacheSerializer.swift */; }; + D353460A66889A4B7549457FB5D9EECD /* DDProgressHUDKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 12F34E7BC3C4F01C2528896D89215E5D /* DDProgressHUDKit_Private-dummy.m */; }; + D3C6166B6D26233AE4337DA319FEBF57 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B297D288B850D8A4D61466EFB6004F7 /* Protected.swift */; }; + D3DF1456153024C80BCDC91E03814A16 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F5A538345F4986E0B09F2807B5A120 /* MJRefreshStateTrailer.m */; }; + D433A9598548308343DC33207661EFF2 /* KVORepresentable+Swift.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADE02B867492A75C2DC80D5AF5305D85 /* KVORepresentable+Swift.swift */; }; + D43BA282386D995C1C7F4B7049A909FD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D94772BFC6745840886CD11C1288E612 /* Validation.swift */; }; + D468BA7AD6F54E7E8E8EEDCF050D63FD /* _FileTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 7587D31319E3CA371FA7CD02B2959860 /* _FileTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D48D7919B0381EDB5283AE1AE46B1FDF /* UIImageView+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C51D3E4BB89C4EABF6EB6572B46A7B44 /* UIImageView+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4B95E0AFF139A6A959C4FABF535EBF2 /* ToArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5CD16561A81752110CFABF2E34129B2 /* ToArray.swift */; }; + D4CA1CBDC5254D516047F46A04B2283F /* ObserverType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD80AFDB1DCDCE9682673AF7C664C98E /* ObserverType.swift */; }; + D510213435EC6D25AC777EF2CF34A93B /* _CacheStoragePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BA08323F00229B5D30992C68DA1EB9 /* _CacheStoragePolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D52B0E394FF92821DC8380B5498B34A2 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 66F8E08A369D4EE6FAF5EC3E8E5428D6 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D565284D49314EAA54AF602A468A0207 /* JXCategoryView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C06DCD716F54B0D220B9AE8657A0E129 /* JXCategoryView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D597DCAEA880152A9633B7E83067E600 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 28A813353E365AC4ED33118FF7E87888 /* ZFPlayerControlView.m */; }; + D5B499F817DA04BCDEEF25D43C26A677 /* UITextField+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07DAA272EA58B418CF2AB4D92828D0CC /* UITextField+Rx.swift */; }; + D654637C8DD8012A6593C58CDC7EB89F /* EKWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E29F77926B21632BBC21D6521D8F806 /* EKWindow.swift */; }; + D68A44D2142C495CCD955363CCC1321A /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB27C3525175C89BD490D6351EC5379 /* Request.swift */; }; + D70E5E217BDF7255D9D26E5A7D922A72 /* SingleAsync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1ACE5267FAF715FC2A84CD9DA0FB96E2 /* SingleAsync.swift */; }; + D7E938B72ADFCD168F653330737F1D39 /* NSBundle+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = B008FA9A808CFD3688CC4A2C8F7D93E9 /* NSBundle+DDCategory.m */; }; + D86A0299F74B0CBA434FF9F89F8B958D /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 086F7619FACC394D3FE7B29F675709C1 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8B07D34352045066F97881AEF1B9992 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E69098374B14B87DEDB1B987BDE3CF85 /* NSButton+Kingfisher.swift */; }; + D94A532721A28C49CAE0014FE6600335 /* DDBaseImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E7B2CF5D45426C17DF394E822D68F66 /* DDBaseImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA122AC8CE9ACBECA2D141674BE399AD /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A20AA44912E1E71BDF866DCA7312A45 /* Cell+ZLPhotoBrowser.swift */; }; + DA26C39BF5DCF7D536B33589481AFC29 /* DDBaseTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = A49DBE2307D730142AD4695D7BB60FA3 /* DDBaseTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA7D630210EED4FE82A89AF9DA354FDE /* JXCategoryBaseCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F752DDB5FF57C45D4971C3BC98D4923B /* JXCategoryBaseCellModel.m */; }; + DAA7A43E48098EF7EDDF159352672879 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F9F518F631DAD499A76918612F2F6AE /* ConstraintViewDSL.swift */; }; + DAE6984A0E6F7843EC1FC16CA0639411 /* ESTabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC595B1BC18CA654935AAE571FE761F0 /* ESTabBar.swift */; }; + DB37A02E7A013103E599E7AC0C065B89 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC7A1A9B493F1D9CFB4318091B47D7B9 /* SDImageCachesManager.m */; }; + DB3F4AED1ED3B0291EA2C6C7D5CC2662 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 728123E6336A1F44BDC37F79E51585B9 /* SDImageCacheDefine.m */; }; + DB4D5AD645EAA533A56698ECF9A7A751 /* Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = D13B0660E85958DB9EF1A325BBDB449B /* Delay.swift */; }; + DB5347DA0855F994DB3006E3B208758E /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 18411E890123C4ECFBE66D51524DE46B /* UIImage+Transform.m */; }; + DB61B17E4724CA6042F6A70DD4BE6329 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = F82B52FEBD9F5417E2907E6560C58005 /* UIButton+Kingfisher.swift */; }; + DB6812519393F84E544D2D53B0B793C0 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0392F8019BD34801BD45F498F61C9189 /* ConstraintMakerRelatable.swift */; }; + DB871699B7A5C8C795AC11CC115953D0 /* InfiniteSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF5B2DD0745DD68B3C20DF081EBD35BA /* InfiniteSequence.swift */; }; + DBE39C37956FD402893419D0E0E4DFDA /* CPListItem+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CAA849AFC263E889D79F491B62F115C /* CPListItem+Kingfisher.swift */; }; + DBF47AD7D42070ABCA125FD5953118CC /* JXCategoryListContainerRTLCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B133A128585877FAE7B02C77D2F2C519 /* JXCategoryListContainerRTLCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC25951404C24F1A7D6A193A3EA96898 /* JXCategoryDotCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A67795CD319B096669611FA2B60C22D3 /* JXCategoryDotCellModel.m */; }; + DC41B120F0CBAB4E01BBF17427CD4305 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B006ED9878E6FEF4981892156CD3F558 /* AFError.swift */; }; + DC737D9D05CDFEDEF02A15458AC36B92 /* KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D49082E90A2B9544A42D9EAD03E2DD /* KVORepresentable.swift */; }; + DCCCB3B0D1B5EE71378ABA6BAAE13C41 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5750F7E59314A9D375A0E696BF7DE46F /* Kingfisher-dummy.m */; }; + DD54283797CAFC5B22AE32F87027BD66 /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 10E60DCF51CDBDD64283CDD9D82E8C6C /* ZFPresentTransition.m */; }; + DE081D1B6559CE4BECE6C2F3A24E43A1 /* ControlProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F11D08E9F7B9D07DF08569D49591D91 /* ControlProperty.swift */; }; + DE2D6981D59E4126FB6702371A4FBF45 /* UIView+QLContentWrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC6101AB67BDAF80281ACDDF80462573 /* UIView+QLContentWrap.swift */; }; + DE5FE62EE79DBFC7EF4FA464DAF4513A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = C11C2A059100A4367183D4C7FA9E9F6A /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEA7CC5B85C903C74AE96DE0C3AFDBDD /* EKAttributes+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCADAE910DD1F9466771DE4D21F94B2 /* EKAttributes+Scroll.swift */; }; + DF1533D403B93AE3F7C213E2E79F22D9 /* EKAttributes+UserInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8F8098D8AFE7709BE2E1B7F0BC78D57 /* EKAttributes+UserInteraction.swift */; }; + DF24F2098CF615B90F1DB4A27CB20644 /* ObserveOn.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2C0900DAB8871909EFA668013BB5B /* ObserveOn.swift */; }; + DF2E9C4198CC1FA05A9A507356F0A140 /* EKPopUpMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFF4A31C59BAA3E18DF1D56B2231231 /* EKPopUpMessageView.swift */; }; + DF419FE76FE2E463D3B079DDA8D09DCD /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BA8DA962395D0224DEB565055A6D8B2 /* ZLWeakProxy.swift */; }; + DF9F89E4C8D6F72B5316F728E1E3BF5C /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = E825D437C16E399EF7B7D0291868E25A /* Debugging.swift */; }; + DFAB3889074446F294E9B7FDB413D9AD /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C8305F96BC2F05C534DB6EFEC0C4FD0 /* ZLPhotoPreviewCell.swift */; }; + DFB5E0E005400E3E183CDA4EC82C9D84 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 906289FAB21827CA65C1662CB5C279BD /* ImageProgressive.swift */; }; + DFE78D284184E73F37797F723D1BD4A9 /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = D5815D72F36D7F900530C5DEE2D97C4A /* BRBaseView.m */; }; + DFF89BB4CBD71C272B9E224DBEC1614F /* UITextView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 337F4C37E195689968FAEB554F65875B /* UITextView+Rx.swift */; }; + E0050EB219F11E257D76F42981621989 /* Infallible+Bind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EFE7B8D4BFE15F0CE7B6101CD8BDF57 /* Infallible+Bind.swift */; }; + E0950E6EE43A295EAF8CBBA0AE9F7440 /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 934A39B0CEFCEF9EE662A5C9A49311B1 /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0ED114609A50B49D01ED22E8F5E97D2 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FBF9BE4FD9875647BFB4480557B19F7 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0FA80E4CD78AECC240107F0F61E8CAA /* NSObject+Rx+KVORepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654A3FF96616C00443FF898B6C03B89D /* NSObject+Rx+KVORepresentable.swift */; }; + E130A668A751E4A0643C2FFF12634FE4 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46FCC70CC23D073C25E99EEB529ED111 /* FormatIndicatedCacheSerializer.swift */; }; + E245CDBB5D029FFFB5933CFEB72997BF /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D93472665A432504AC6C522A805562 /* MBProgressHUD.m */; }; + E25543877A432B49BAD472D8DAACCCAA /* _Sandboxer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB13F56D699BF4AD3B0C3A044EE4FE2 /* _Sandboxer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3080F4602E4B0BDB9EBEE26413F2484 /* UIImageView+ZFCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A9B988F271C6234C34D7277087DEA3B /* UIImageView+ZFCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E32563718A698A0087965760E7045597 /* StartWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ACC31338741DA9BD9A559C7F1552F1 /* StartWith.swift */; }; + E368BA3E038835CB1C1ECC9A6A7AB467 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4883A022253967280292A0D5FDC812C /* URLSessionConfiguration+Alamofire.swift */; }; + E377D381740EA7DAA223CBC572EF3258 /* JXCategoryDotCell.h in Headers */ = {isa = PBXBuildFile; fileRef = A5EA3952F9EBA86666460C18FA2718D5 /* JXCategoryDotCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3A2DE9F4E2A404EAFBCAFA12250ED06 /* RxRelay-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B63541BEA01CA86054A2BD43539808A1 /* RxRelay-dummy.m */; }; + E3D71D3617C88CD8BC9A3537AC98150B /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A28569084384261E8C1912B3A39D2243 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3DD6546FE647304730C20064EBC74A1 /* UITableView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C35A57FDEB6642EE847D1D53E126AC4 /* UITableView+DDCategory.m */; }; + E3E7323AE945DC3AF3A4B2D4FCA619B4 /* JXCategoryTitleVerticalZoomView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1F31E0D7D8FCD485BCD0CC92BC5139 /* JXCategoryTitleVerticalZoomView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E49254B60C2043832B5A2E0658DA441C /* JXCategoryIndicatorCellModel.h in Headers */ = {isa = PBXBuildFile; fileRef = A73E02C01109DAF9A1224BB88A9C5FAC /* JXCategoryIndicatorCellModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4BA37E528DEF3AA3A68041452D66C4C /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB13D045A5BCC020F8784633BC769138 /* Bundle+ZLPhotoBrowser.swift */; }; + E4D1F2F411BE4931E6BF715754C063E7 /* RxCocoa-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AF74ED9A4A98DD6F890C4D90BD7CAB4 /* RxCocoa-dummy.m */; }; + E4E3682036798B76F9CBC25F49C6CDBF /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60DB8AD3927B6A663098EDC262263551 /* LayoutConstraint.swift */; }; + E508BEC46801CF34064D971BE80D0B5C /* NSError+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 261FCC30C522E14C26409D4278AA150C /* NSError+ZLPhotoBrowser.swift */; }; + E50CC69C160CC7DFDDAA5E1545D1A670 /* EKSimpleMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 024EFBB5960E830552FE43E7B43EF86B /* EKSimpleMessageView.swift */; }; + E559E921BB84AAE511E87807509D7FC6 /* ZLPhotoConfiguration+Chaining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68E03442859B78F721F32BBAA0D07006 /* ZLPhotoConfiguration+Chaining.swift */; }; + E55CEF4234F35E2FDC1B7855AD39A6A0 /* JXCategoryIndicatorRainbowLineView.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D190FE936E81425EB5FAC22B379460 /* JXCategoryIndicatorRainbowLineView.m */; }; + E5A89C1CC70968CACDACA8D8A92B6098 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4BFCC8739D5C18B3EF164944D6A1AA /* CGFloat+ZLPhotoBrowser.swift */; }; + E5CB3E7B20591C9ED2064141E13B4BFD /* InvocableScheduledItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15C7FD810489833A0898D4EA6BF48679 /* InvocableScheduledItem.swift */; }; + E5E75D7B7C4C9F2DE674F62A6F9598D6 /* _QNSURLSessionDemux.m in Sources */ = {isa = PBXBuildFile; fileRef = F66AF5D1F6CE3BB913B18A5637EC7688 /* _QNSURLSessionDemux.m */; }; + E5F5564E46CAC014A80A083A571ABBC8 /* CocoaDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B47EA74A8EFB67859D74D6D5F3BB488 /* CocoaDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6354246C297E483E6223FE120548DFC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED19E20D77ED505B17F8FAB62D896407 /* SDWebImageManager.m */; }; + E64D266F649AEECEAB6296829D2077CA /* Platform.Darwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1109C60F51CCFD24C12B8AFF5500F7B7 /* Platform.Darwin.swift */; }; + E69B447C350C9219B0AF9A1D2A0F5BE4 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5497BEA73B312AC0E6A3CF3599FEB9 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E69DCCA33374EEF831673C7F5CB6BF9F /* DDBaseCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C1AC23636B5970BCDE40A5A18C4B37 /* DDBaseCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6C366340474F762781CC1AFBB2BDFA6 /* DDBaseMutableAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 73EE16112D8B7F52E473ECACF251A01A /* DDBaseMutableAttributedString.m */; }; + E6D9904957E23E3130F9DAC9CDE8EF64 /* EKAttributes+Validations.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2A1321E0DADA7F60C09CFF8E2CB4D49 /* EKAttributes+Validations.swift */; }; + E6E08F86F050EF8BB6BB962F72CF235B /* CocoaDebugNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6809FB7DA95C5EC388367A75F39D5E6 /* CocoaDebugNavigationController.swift */; }; + E6EACA4E75EC03727F26906AF7B0A011 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0981DFE403753B68B2D89A88DFA147EE /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6FD25D02A73F3559455976B20FA94F9 /* UIBlockingBubble.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA589924FEF5F3AE9FAEB264389624EF /* UIBlockingBubble.swift */; }; + E71C7407EEF0BACDE406ED832494B67D /* CompositeDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22479C8BE96458B87B9B99F068211C6B /* CompositeDisposable.swift */; }; + E787841D635A76F6F607DCC206304D50 /* EKAlertMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F4DE092EFD65A8DF57D0FE926A5C5F4 /* EKAlertMessageView.swift */; }; + E81E02118C89B4ACFEE276E94F4BF705 /* RxTabBarControllerDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E67DBA962D2ECCF0CA0FDAC08D735F3 /* RxTabBarControllerDelegateProxy.swift */; }; + E82004A92756EFF0D65C29277A800FF9 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A5863B57D2412FEF99F594FC811E1C9 /* UILayoutSupport+Extensions.swift */; }; + E83655042A5A0EBC2EC6C59E88A1BC1E /* RxCollectionViewReactiveArrayDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFBE84B9CCCA93A7E458578AAEB9C6AC /* RxCollectionViewReactiveArrayDataSource.swift */; }; + E85B429D067EC3AF0216849A1381050E /* RxCocoaRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 76FFB19A028B1E04C7390728F80C5F19 /* RxCocoaRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E899464A2357907FD858082100EF5D38 /* DDTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BED94B15DFBFA92B5A161CD548C4BC2 /* DDTableView.swift */; }; + E8AC828A989AB04260E5B4EF583CF423 /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD0983F66FDFC2D76DBD6CEBC4A69131 /* AlamofireExtended.swift */; }; + E8DE5D3AF4523603D456F08CA64C3755 /* DelaySubscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED09010CFC23064FB3F219639CEAEFA /* DelaySubscription.swift */; }; + E93B447AB6E71DF26177A8E509B86920 /* InvocableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E75F3260131574BF11300C4C45768C8B /* InvocableType.swift */; }; + E95E48BD80929D24F0AF18B993CD15FA /* _Swizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = 7247B946E910D899AFD2D64A37BF23FB /* _Swizzling.m */; }; + E969679589E762C810069359BDADF37E /* RxSearchBarDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EBD5F4FC4C619B70FEF6C3A9BBCD67C /* RxSearchBarDelegateProxy.swift */; }; + E9A52101C6A02C3E428215E4299EA5D9 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C2264C8058927CE45EB539A42430629 /* MJRefreshConst.m */; }; + E9BE36DE12FFB998CAC91C71D9794319 /* JXCategoryIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED660417CE8C65C84C5DE317201030B8 /* JXCategoryIndicatorView.m */; }; + E9DB272B0A38B7411FA0AFFEEFE094C7 /* CurrentThreadScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109B54FFAA8D84E84CA306F1C0204ADF /* CurrentThreadScheduler.swift */; }; + EA0CA94986007281843DAE5F473F3C1E /* CALayer+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 35EBE3B59593393B1AD58EFC0DAB8EF9 /* CALayer+DDCategory.m */; }; + EA0D6CEA7EA91332DAF0F2AF27FA5263 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B22B364513FE4F48ECAFA1759C5B38FD /* AnimatedImageView.swift */; }; + EA0EA5B13F19C31ABFCAAA03812049A5 /* JXCategoryIndicatorTriangleView.h in Headers */ = {isa = PBXBuildFile; fileRef = CAFC712E017E51C7E2D8939BE9676974 /* JXCategoryIndicatorTriangleView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA4E4974E3922E3DF4C4911BA2F33C05 /* VirtualTimeScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6CD94C194DF7D38D3383E42C8AF9343 /* VirtualTimeScheduler.swift */; }; + EA4FBCEE4DB07A76DB3AC8595EBEEDED /* UITextView+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = DE56CB4C31AA51C931E17570D244246D /* UITextView+DDCategory.m */; }; + EAA44A435D54BC6B3815D64E439B94B8 /* AddRef.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0A5E7CB7C476FA5446FFF6B936C0EA /* AddRef.swift */; }; + EAA7903E669CD58C7EC9B9120957BD6C /* _DirectoryContentsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FD1730B1BBA65CA27D51A1DD234F77C /* _DirectoryContentsTableViewController.m */; }; + EB42103171FA131586ABFBA7D4138A64 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD86C5261A90A9300C9330144BE197F /* Alamofire-dummy.m */; }; + EC65A32CC7DFB028230AAE4013EA8100 /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC4C25EB00D7ECAC408C784D3DD996A /* BRPickerStyle.m */; }; + EC98BCBCDABDC0EE54469D004BC09128 /* Amb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A03BB53BFBC08B1EAD2381D5AF81718 /* Amb.swift */; }; + ECA14F5C0D6C5302019D8476F05ED7ED /* _AutoLaunch.m in Sources */ = {isa = PBXBuildFile; fileRef = AB10661B96C802049CD8CEAA0B1C9A7B /* _AutoLaunch.m */; }; + ECD432B1EDF5EF3DC8115ECC30648188 /* TailRecursiveSink.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0E8CF7B8C970E3C8608F29128E4B9C0 /* TailRecursiveSink.swift */; }; + ED12BD61F6DB63760A0BEA3814D5C09C /* ObservableConvertibleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B6A8199FAC876B7AED1A62595BAC316 /* ObservableConvertibleType.swift */; }; + ED204E934EBEFF45E85A7F3FE98EF4C3 /* EKAttributes+Shadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FE8BAA90AC5CDDC764A172547B89CF7 /* EKAttributes+Shadow.swift */; }; + ED673A80425558C9E43F8207BEE84397 /* EKNotificationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5E4D60532B1A9FBBE3DADA268CF9D7 /* EKNotificationMessage.swift */; }; + ED94ABA5A12B437B2E55D412219065B1 /* Generate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4E3EAE2455BB856BDE3F42251803A72 /* Generate.swift */; }; + EDC07A560DC83DFBAB242C46B1D41619 /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D53AEAC0C08E5715F366DA686AECAEF /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC227E161F6BE101EBA4C41D13B8EB0 /* EKColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D2DC21B578A3CD279E236607209ED0 /* EKColor.swift */; }; + EDC4880EDA487FDCBAE1993231BA06AD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 58FD7ED0A71F1F113BD0972025DE287D /* SDAnimatedImageRep.m */; }; + EDEEB2116B2C4C2A081646F168FA7CBF /* UIApplication+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1339B67CB2076CA37E3F46484BDE32 /* UIApplication+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDFE1A36B30F9DC14C1BACBE4BFCACFC /* CrashLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF998D36295FBC7E20EF441ACF6EC3F /* CrashLogger.swift */; }; + EE02E971AF4EAEBCAA7E6207344D82AD /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 181568D30C7FABC97BEBF08583DA99B0 /* SDWebImageDownloaderConfig.m */; }; + EE168B408CC7DD20BB286A47B5532138 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079FE34AED070E038F8FD77566B27CD7 /* ConstraintDSL.swift */; }; + EE890DA87BEFE4EDC65B28ED8F9B89C6 /* ESTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46A22D641D3D4C7F95497DCB0167ED03 /* ESTabBarController.swift */; }; + EEA1C3ED5FDA3D099C7794F042DE9BDB /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87EA7CBDEF5D81E7B997322B53A344AF /* SessionDelegate.swift */; }; + EF1734D7010A86966B040E08CC67E703 /* ShareReplayScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 254F229B6CB96860AA4E99468D849934 /* ShareReplayScope.swift */; }; + EF9C5BA24830E992A86273532C2BF071 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803D87800C7D110583CDD480E4B51D1F /* CallbackQueue.swift */; }; + EFA06B9B5E111327C62350AA3981DA61 /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4EA63A7C57FFD78EB63627EF45E09DA /* Placeholder.swift */; }; + EFC1EF2234D1A4829891828E5C61FE17 /* EKTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6093CD4054B1221395B550BC3CBC7249 /* EKTextField.swift */; }; + EFCF8192D505380E42101B31F273EB4E /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A44A0DC296222B7598352F4EA8BB3F7 /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFD47B79FEB4CF7B7DE42C6F1E8BEAE0 /* DDTimerKit_Private-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E11A6ECB78F32EFE917F308C1981B2F6 /* DDTimerKit_Private-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFEDA5FC77AEC912565C8893C74347CF /* DelegateProxyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EB0C2CA8B7997541450A4BEC8BCAC6 /* DelegateProxyType.swift */; }; + F025B0C7413F408112D1BFB2C2878024 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = CD012188007E05ED532089652DE9D4A4 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F03021F77FAC203AB9A2634888A1A8B3 /* EKProcessingNoteMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20D624C28477A8F182D5F14B6FA36320 /* EKProcessingNoteMessageView.swift */; }; + F09DF28CC5B02C385A5E23E589400C55 /* ZFPlayerMediaControl.h in Headers */ = {isa = PBXBuildFile; fileRef = E7207BD79A8E45A4E6CAF1D42CF86CC6 /* ZFPlayerMediaControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0AE59C74E0BBF11E97A8E9434BF9A93 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7655670FEDA6E0A376BA74B531F0D3 /* URLEncodedFormEncoder.swift */; }; + F1069F9722CF6858F27E0FC882DB954F /* DDLogKit_Private-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81817EEC0966AB3329994114CF28C616 /* DDLogKit_Private-dummy.m */; }; + F2ED5033D460924DA21A3506B002B1ED /* OperationQueueScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60345CCA7D0AD279B5F3933C9A783221 /* OperationQueueScheduler.swift */; }; + F2FA6175CF6B9B67C924457E4A4FA94D /* CocoaDebug-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 379A41EA14005A09433C46EFC4D624CC /* CocoaDebug-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2FA9CA7987FBB47C2548B5BDC66106A /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF374CC6E22E48E2CDFAE88FF6C985A /* ZFPortraitViewController.m */; }; + F30B5845FB64352D185A89ED2DA1BB5D /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4CECF416DD8B03C4B420A045488D7E3 /* Error.swift */; }; + F3212860E47356E9AF927E472E09261A /* NSTextStorage+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70914064805D8F731D1DCCEFE516A90B /* NSTextStorage+Rx.swift */; }; + F330E1FAAB36454A88AC6946F3EB7908 /* DisposeBag.swift in Sources */ = {isa = PBXBuildFile; fileRef = F538142BFCEA0D7C722C545B1C9C63E4 /* DisposeBag.swift */; }; + F3415BDCC68E770FA21849A394B7A090 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B48F0C5BF207C08B039FB6B903E50CE /* Errors.swift */; }; + F34226A53917F43F1A466963534734F5 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B9380A3463B851C7AA00F9E6FF970F /* ZFPlayerGestureControl.m */; }; + F3A976F044D82F130BAE77C071CEDA5E /* JXCategoryTitleImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = CABBE29FB94428E3ED16F7040F54386B /* JXCategoryTitleImageView.m */; }; + F3B2BEF8FF03AB941765D79452352941 /* UIView+QuickLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A28D92330D83A343316BCDBF5403B17 /* UIView+QuickLayout.swift */; }; + F3C5F116AAF21D4358A6F711BE37F54A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5402ED8FA058DB66A44CAB8E2C7F8979 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3F78BDF1D6A539619E1664008AF7FAB /* DDNavigationControllerDelegateReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = B38C4271F1196001A81B49CCA90D5E70 /* DDNavigationControllerDelegateReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4010727E0089FB8459E3B88B44CCF05 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78FA11F6DC9665ACB6A04AF6407AA4DA /* UIView+Utils.swift */; }; + F45EDF2799E9766F25D0F91004913C51 /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FD4F83B37AAF594B65E633AD9F0DA2C /* ZFReachabilityManager.m */; }; + F4A1A9CA7084A385722737C0E4F1500D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E384C66B45BD8A65C67B5AAE270BDD8C /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4AC2A0946A7CCCEB41B4DD3D15EAD37 /* UINavigationBar+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D543D089632009237785603FC459FC8 /* UINavigationBar+DDCategory.m */; }; + F5579E515166EFA597E30B6EA2966257 /* UIStepper+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F7B0AD5337D57FEC832B84AE1348E8 /* UIStepper+Rx.swift */; }; + F5E7C0BCA3369EB9F6085EF59DD88002 /* ConnectableObservableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09FE64ADF976E808DAEFF94DB7F444A8 /* ConnectableObservableType.swift */; }; + F6200950262C69D82B2E1F54D09E81CB /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = B871B8BFDD5F05AD314EEDAF8023C3F7 /* ZLClipImageDismissAnimatedTransition.swift */; }; + F62C28ABCD33F9ABFE4523099E139518 /* UIFont+DDCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = EC5A4B98545D9A762EB73D0C99FAE28E /* UIFont+DDCategory.m */; }; + F655A8F737F8DA58CD1238B94417CB1C /* _OCLogModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C25D5053090B764A4769D7274F98CB1 /* _OCLogModel.m */; }; + F6570D859B85A8DA35A42250E748CDF6 /* Event.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74B17E48C5CBAAED29762A65BF0788D /* Event.swift */; }; + F661FDF2D701C76B553BBFE1982DC689 /* UIView+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D148BDD044AA0EFFC35AB4DBBB1EA14 /* UIView+ZLPhotoBrowser.swift */; }; + F669A1209E80431CF57E528F4E8B0FEF /* JXCategoryTitleVerticalZoomCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 621BB61D37402C476E8CDB69465555D5 /* JXCategoryTitleVerticalZoomCellModel.m */; }; + F679DDFB22B0446466AC8B46B5DDA5EF /* IQKeyboardManager+OrientationNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73732A2C2D57BEDF1C16C17228F1E59C /* IQKeyboardManager+OrientationNotification.swift */; }; + F67D89E3296911DC39710C076499C165 /* _NetworkHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C7087C49FDA58FD978F0F79B21E6579 /* _NetworkHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6A612409791A4602C3435475C3D9E9B /* SkipWhile.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD6AAC2FBAF1D9756C0C740F235DCCF4 /* SkipWhile.swift */; }; + F6B343B2864B3A3276BEEF0DE97C5A58 /* KFImageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 612196ECAE95ADD3003A79EC55C8846C /* KFImageProtocol.swift */; }; + F6F5F76688A0CA18956590C446B8B620 /* _fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 940805A08FA6EAAE8FE2D4B7C8EC9241 /* _fishhook.c */; }; + F74D1425287A1A781A0A9DD58A1DD02E /* JXCategoryIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4BED1C89A95E5C3C21C04E41394794C /* JXCategoryIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75DFD6601FD194AFB8DF95EE8936F73 /* JXCategoryNumberCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 16C5452A273F36C1FA8699E2C302177F /* JXCategoryNumberCellModel.m */; }; + F78123F6D3E099475747B424A7DD9B2B /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = ABAF333844660DE3D4472A300B76B4E7 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F787E70DF5F00228E5AF451751EA323C /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DB92F147CFC6676A8CD4111FCEA4E08 /* UIScrollView+MJExtension.m */; }; + F7B1AB7027FF17E4E594895B07CC4B3C /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6901B0BBAAE131F5D3FC20808AAC4454 /* MJRefreshStateHeader.m */; }; + F7BBD57301FEC4504E972FA4733A03DF /* JXCategoryListContainerRTLCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CB4E80D990D7A3C6A1CDC06AB2F27F0 /* JXCategoryListContainerRTLCell.m */; }; + F84DA333599579592DFBF9E318CCF449 /* TakeLast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2747D97E301511F02BEDA6AE18045EF1 /* TakeLast.swift */; }; + F88C8F6BFF04D1937EB7FB400EED1BE7 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ABA2D22A271C7295F177032E56F5D76 /* ConstraintMakerEditable.swift */; }; + F8A41F27D6685D59A2680429BCE2CD2A /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 05DD77BA0E63C13D72DDE65BDCBFD9D5 /* ZFSmallFloatControlView.m */; }; + F8DFFDE7B9CD1A785B2EFE0CA17F06C2 /* Infallible+Create.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03AD276727E411CC49C03E27D55C8A33 /* Infallible+Create.swift */; }; + F9121FC6FB235A844904FF1D0E5CE74D /* LogCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF2088B21090F22E44A150932553534A /* LogCell.swift */; }; + F93C6980F441D1B60783F1253D1F5E6E /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 970BC596737BFFB5FF0298BF9BBFF974 /* MJRefreshFooter.m */; }; + F958F034C7BBD246E8368D461BE44725 /* DDMASearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 202CE557C22095E1006A772CA1591B08 /* DDMASearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9839A9357C23D9EA498E09493D11187 /* DDBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8582D6454C78B5807AF79ECDD50F1A1E /* DDBaseViewController.m */; }; + F98469DDD34C573BBC8D4018BEB7591A /* DDLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEB72CF5937216ADD37BF66C995AFD80 /* DDLabel.swift */; }; + F9BB127682F52F3C6C3F957849A489F5 /* PrimitiveSequence+Zip+arity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5C5C09B3A8D690A6EE3DCA869AF63E /* PrimitiveSequence+Zip+arity.swift */; }; + FA32D099B9AC21168BE28F1C197FBD77 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 70D211C487D4DE96E7FA7933E180C4F4 /* MKAnnotationView+WebCache.m */; }; + FA4BA7EEFE3FA4C84F1325272FBDBD0D /* ZFPresentTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = E535AF252E9D11D3523D0CDEB41455AC /* ZFPresentTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA917E0C80C68BD2D8C7CDF44A418793 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = BAF7280F0F4DFCED5A22979B4A028A7F /* SDWebImageDownloaderResponseModifier.m */; }; + FAC4CA638A146A699E9ED8BD575DEC52 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A0A5C7F4DC6DB8430680D74197AF9951 /* SDImageIOCoder.m */; }; + FB01D77D61961D29077D9DBA79CEC832 /* Date+Dispatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 579A6A50D2E81863E8CA97A1FD24A282 /* Date+Dispatch.swift */; }; + FB23F3A5758B7A1A25A4FCA9B9475DA2 /* UIScreen+DDCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C917232E10889590B6D765BBD0169ADA /* UIScreen+DDCategory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB2DFD5D894CC65AB92548FC5EA7614C /* _NSLogHook.m in Sources */ = {isa = PBXBuildFile; fileRef = CF6E41854A06234CE0CDA95420F08DD7 /* _NSLogHook.m */; }; + FB57B8D3D20886701150097BE03882B1 /* RxScrollViewDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69B8CD70C7CA08006AA6A9D1F6BD0122 /* RxScrollViewDelegateProxy.swift */; }; + FB83661EAB43FD81CF2C2C578416D1FB /* ZFNetworkSpeedMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = C31CA1363AB43D38C1343990BF1D1ED6 /* ZFNetworkSpeedMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCD599139F84F1B1D7470232745F5169 /* SerialDisposable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0A4E33E917E02F043032CED38F3374 /* SerialDisposable.swift */; }; + FD53237EFACA76D3436DB591996E6CD6 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B0D0BCE20606C0DB0F3EB75228CD7D7 /* ZFPlayerNotification.m */; }; + FDA86EA9B17C899ECBFD0605B4F570FF /* DisposeBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67FD68D83DEC6F64EF1342C8B9468C97 /* DisposeBase.swift */; }; + FDDBB624BAED990AC9956BF191000419 /* JXCategoryFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = D85EFA89117996B0F99CCF2EAD9AAC25 /* JXCategoryFactory.m */; }; + FE090912DADD46635605657C61DE2E6B /* UIImageView+DDWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 328126C84506EAF47029A994496D6EF4 /* UIImageView+DDWebCache.m */; }; + FE5A36C9F47EDE5AFC75209A02C40305 /* JXCategoryTitleImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 644F51028BF352C64635588EF448EEB8 /* JXCategoryTitleImageCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE8C95D7A9D7F731F7A8FDFC0700B8FF /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B7B99B47DFA8FAED801F72036AC6710 /* SDImageCodersManager.m */; }; + FE9D122941D37E0C76C537E7D3A3CCB3 /* Take.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E2AEFE5322184491F1B8A4B8E1835 /* Take.swift */; }; + FEB5E94EF9C329703618B1AA03081F09 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BD59B69C246AE4A8B26F18B53CA85D /* ConstraintMaker.swift */; }; + FEC9F49A0A5335075665984A37CAB541 /* _OCLogStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FF68D13FEEF4B5BB673344AABEB6AD6 /* _OCLogStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEEB209E75DDB77013145AA5532C3AD6 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D840DF15B8CFC70930AC22F2C8ED5A9 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FEEEDAFBF11ECBA0B2442AB747D49862 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE71F586CBDCB462363ACEA3BC2553BB /* KingfisherManager.swift */; }; + FF2EE64024F6462C52A157322B4550EA /* EKAttributes+PositionConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08515D91B8B7E1A9CFE96B80625B0BC2 /* EKAttributes+PositionConstraints.swift */; }; + FF5A9550827E7EEAB7CBE8706BCBC17E /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9726E5DE7C6324D2EE80545BFBBC78CF /* AVAssetImageDataProvider.swift */; }; + FFB5B36D7F4564FFA3D50D29A2E0B46B /* _HttpDatasource.h in Headers */ = {isa = PBXBuildFile; fileRef = 444F53B72D7A3895A9EBA2F8050F5D1C /* _HttpDatasource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFB9FDAF1C18B29BC29C808A82C83876 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E11D00B924443C85A607773E93726DE /* ConstraintConstantTarget.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 03A21B59A800FB3BDC8BD2C0BC48B296 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 03E7A53182E7C19CFDA6AAB8972402D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 0837C54715C18800F793A1CFCA8469BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 0E1F6F402B2D957E8848046B7D0CAAD1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; - remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; - }; - 0FA9B62BD7EAE97FF03055F6A878D7E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - 11179C3776B7AB26F4568C0F95CFB6CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 1565EC9D0AD439A784F9CBDE29087A07 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 1E0DB328CC6CCCDC6D56C2B2F865E695 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; - remoteInfo = RxCocoa; - }; - 1F86044692EA84B8E353E7BA279110AF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 22EBE1BE3D734C9297335F545B6C608E /* PBXContainerItemProxy */ = { + 0332BF5189B4A00B2A304CFD5D0225B5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; remoteInfo = DDCategoryKit_Private; }; - 2552AFA5610E774F20BC023A279D0DA2 /* PBXContainerItemProxy */ = { + 053723454B4B0A85AEBBC6D9F0DC066E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; }; - 27A8918ACD54A374B79DD0C8DA17C835 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; - remoteInfo = "ESTabBarController-swift"; - }; - 2C7F926E45E44F4C925E8F2CDF1CBF0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - 2D6522A07C0827ECC292709E5743449C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 332967EC52A0475A472421D99BB3BE55 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; - remoteInfo = DDNetworkingOfAlamofireKit_Private; - }; - 3431032CB4A10DF43520DC390190801E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; - remoteInfo = "AMapSearch-NO-IDFA"; - }; - 3FCC2A3CBCACDAF421E62BED3FB1A695 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 3FDBEF7FA116B347DB3D3DF266BDB560 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; - remoteInfo = DDAutoUIKit_Private; - }; - 420A50DF68F1E1A2D63D9B7E10A7B71F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; - remoteInfo = DDTimerKit_Private; - }; - 4A823DF3BDEF65E0A55A12B9965823C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; - remoteInfo = SwiftEntryKit; - }; - 4D227D4201BC3FB3A36F13ED859FF788 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 5B42E80CDF16E1A5BBBAF3B83E9C99D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - 5FA23FB7E2779DBD0CC1B4D7EF162DBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 6785F283383F41F09DA1D57CDB7595D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 6ADDD21D486E005CD811901B2B59AA13 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - 6CF1AF0D5D1BA7CEB963D80CF28BC39B /* PBXContainerItemProxy */ = { + 0FCC057A86676531B5C867569A6E2DFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = CFF5B7CDF57A32781D2AD4CC98E95B29; remoteInfo = DDToastKit_Private; }; - 6D95BC6BF8886BB946CEC3FB45F1D204 /* PBXContainerItemProxy */ = { + 109BDEC5EF8155E6154823C4186DE1E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; - remoteInfo = JPushExtension; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; }; - 6DD0562415A77EF51A6822E507CA91FC /* PBXContainerItemProxy */ = { + 11F04D888576B1E076A23F778C5A0932 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; + remoteGlobalIDString = B68A4B40517CF9B14050FA0A4A618B04; + remoteInfo = DDNetworkingOfAlamofireKit_Private; }; - 71B3CE179E99C0187C84322E7F10D1CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - 73F2272D8EEA442AF4A376BAB73083BA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 77D9B0C385A96B3C01F03047D756E452 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 7AF9D4334B2A28D9CCB57048CC275E7B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 7CDD5FF8B3DBE68B6AE878378FDD9665 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - 8AE6310D2FF2661F0249136C7C742F6F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; - remoteInfo = DDBasicControlsKit_Private; - }; - 8BE7B93DED2069B1ECC2BB9DC072B958 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; - remoteInfo = RxSwift; - }; - 8C8571F1DFAD5CE85EF071F688399DA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - 9DA058F410F1FC421BDD816F39C77D64 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; - remoteInfo = DDLogKit_Private; - }; - 9E0B76655BB5A1475D8F2A23902DC20B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - 9E9541497958EAE300B595C12863B8FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; - remoteInfo = JXCategoryView; - }; - A223EFAA26C70C47BA3C41941E1C21FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; - remoteInfo = RxRelay; - }; - A5EC19151F32DEA9997B6CEE12F15298 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; - }; - A73DC450372764D28389349C4668ADF7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; - remoteInfo = "AMapTrack-NO-IDFA"; - }; - A8A17B3166F06EF8396AC780973C648B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - B2857F9B28DD254D56005E9AE4233146 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; - remoteInfo = JCore; - }; - B7636975CAB457E95AAABBCF14BB8E9D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; - remoteInfo = DDProgressHUDKit_Private; - }; - BAC6E8115CB5F679BEF5595816E70610 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; - remoteInfo = "AMapNavi-NO-IDFA"; - }; - BBA7A696DFE01A354D0A40E51D3F6484 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; - remoteInfo = DDFontKit_Private; - }; - BFEABB2BB369A265D3D73EF384C65276 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - C1604209A413EE32B487D8D960D60DBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A2E6BA6D5360D619D7CABED3467AA69; - remoteInfo = CocoaDebug; - }; - C28A218B4520C354341E7CC8F41619A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; - remoteInfo = DDWebImageKit_Private; - }; - C93C59643D1B3E19B64686BC51BA169D /* PBXContainerItemProxy */ = { + 126B27EAA06A2D1A4533A4315F766A1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B41F58F2856AB275B4CF75F359937653; remoteInfo = DDMAMapKit_Private; }; - CB888540D77F173F7B6ED637CEC9730A /* PBXContainerItemProxy */ = { + 1A57271AFE9C3B419986B97A1F5AB395 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; - remoteInfo = DDColorKit_Private; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; }; - CB9636091FC3CB38253E1D1A9EA441AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2864923095274ACF5E5F99312F360AEB; - remoteInfo = DDZFPlayerKit_Private; - }; - DB980FB2245FC16A7B9E31911F9FD952 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; - remoteInfo = JPush; - }; - DFDF6F6F6D75D7BCDD3F6FE9B739ACDF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; - remoteInfo = DDAudioPlayerKit_Private; - }; - E0587BD7430723D984EC7AC38814328F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C23965029860967865B3429B5E29092; - remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; - }; - E1403A09053EC26981D6D04B46547F2B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; - remoteInfo = DDCategoryKit_Private; - }; - E1CA1CAC2B26ECA923711114608643ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - E77FA69D4D688AC47C1CA26E75FFCEDE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; - remoteInfo = "AMapFoundation-NO-IDFA"; - }; - ECC46590F3997FD572ABE783D10AE786 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; - remoteInfo = DDControlsKit_Private; - }; - F4D058FEF7094692A68F0DCE6752C590 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; - remoteInfo = "AMapLocation-NO-IDFA"; - }; - F8200FB4B6B893343DFBCA3684200E99 /* PBXContainerItemProxy */ = { + 1CA98DF218B953BA00E56F7C17BB3A4A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; remoteInfo = DDBasicControlsKit_Private; }; - FADB2F285A8ADC0FA8D171D8888023A8 /* PBXContainerItemProxy */ = { + 1E30CEDE99AEC6A0BDAA27438A3318FB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; }; - FD5FE5987C226C6ADA0E73968CD3C1ED /* PBXContainerItemProxy */ = { + 220E864F688FB9842E7A5FB5A34F95CF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 387C7767E705FE68450F97CBA4348CC0; + remoteInfo = DDProgressHUDKit_Private; + }; + 224800AD175EB0E8C4320BBDDDBD2C00 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 23C893ABAF19419804C328CCF2A24C99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 23DC76F779FB87B45AE7592E1EBE9F42 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 2AFF4CF72C749CD48B3F421D85202698 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4622BFEF3DC16E8BD15EEFC30D4D0084; + remoteInfo = RxRelay; + }; + 30BAB55DF5DC0CB95AAD7172225A3F40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 336023823BBDA735E9843BBE5790E599 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 087B100C5691B6A3C04A45198E6C32F6; + remoteInfo = DDBasicControlsKit_Private; + }; + 367A76B2289611AF176120A772E5917C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + 3E0EF32503256EC159E6195FACFB1F01 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 3FFFFB03A72336C6DF39081C53EBA39E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + 45EF034BD0BE4E28432D951729D23A1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + 466C5016B9FFD17202DCC2DA8D6FD1D3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 477926D6FB1DCEFB352517A19636405D; + remoteInfo = DDWebImageKit_Private; + }; + 473AE1AE8BBDDC1CA157F6F3493F6F05 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53463808DD395EFE0C9E0CDCB79A6C0A; + remoteInfo = DDAutoUIKit_Private; + }; + 4929704007895A820E839332EFC52DAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; remoteInfo = DDCategoryKit_Private; }; - FFEACE3204AF46BFBF41E70F1709E5AE /* PBXContainerItemProxy */ = { + 4A8E345B4A2A52CBFCDDA5781D48F1DB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2160840D78FCB958CABE1B88300E38C5; + remoteInfo = "AMapTrack-NO-IDFA"; + }; + 4A9AEA580152E4856FBE0963548DEAE8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; + remoteInfo = DDAudioPlayerKit_Private; + }; + 50FF8B0BA1FCBA036DA096DA9A71EFA5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 573A6B2A6C0AA64820AC32516C42BBE4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; remoteInfo = JPush; }; + 62C746DDF984A78F4E6ED9FDC0F682E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 6310226E658E496BC398C0A850ABB7AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8F3F4D8426620E7E4A06FE4BCDB96FDE; + remoteInfo = DDFontKit_Private; + }; + 69E71202046B182170385CFA4A1EA88A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E94C558142469C11984D67CA883BAB1F; + remoteInfo = "AMapNavi-NO-IDFA"; + }; + 6BD9280D49F6656D8FCB7CC56DE08F3D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + 73661E4D8F0608988400ACA904922C38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 7A82007FB728C54E1842A3DD4D28FF8D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; + }; + 82254AC6604E451F76B12F0DCB01D97D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 823E53CC262A3E5D4EC394A4CFF47906 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + 826587A2300AE4985A5BC716505C1540 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + 8BA87529CE68098CE58AEE2433B95F2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7B8412F08BD27981DB53CE2C25C19F0A; + remoteInfo = DDCategoryKit_Private; + }; + 90FF9A43AEE3CCCB44E6D12B46876C69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 92D0CBA1A61AD93ABC62B79DA248E7E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + 94443684E999D4EA89515F91C66F5DB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 960474F146F931D250D69FD733FCB918 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 609276B985CD7549B9F1DEE4969208FF; + remoteInfo = JPushExtension; + }; + 985E818DFDF5611A31A5A5F6BA391322 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 9B50D8AADB7AD8F658CF8F41569AEC99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; + A4D99E97603B5303900FFF0E18F3090D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 79638F3BF2709E118064EF8B13DE3317; + remoteInfo = DDTimerKit_Private; + }; + A5759FB5D9242798104F5BBF45D4290E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + A630161B9AA249CB046D07EDEF7B886A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3F83465BA81F6E581B3A431642D2992E; + remoteInfo = "ESTabBarController-swift"; + }; + A64382C9CD5149D38092B7CB3EC76F29 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; + }; + A6E64B06A190372C11285766E92C5514 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + AB2BF6D4431CD3DAA04185A829E77E79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6; + remoteInfo = RxCocoa; + }; + AEFA8071700CEE80294EB6C18A3468B6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BFED7668E8D0960F3873C9C1329EB63F; + remoteInfo = DDColorKit_Private; + }; + B4EE02D19B941FDE1D76C57F2EA2AB3B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 035D1842293C4AA08F442FFD899F7F28; + remoteInfo = DDControlsKit_Private; + }; + B75220E3FF60DF5866B7A6E237EB3B7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2864923095274ACF5E5F99312F360AEB; + remoteInfo = DDZFPlayerKit_Private; + }; + C348545FC0BC15ABFC54D14DDCACA297 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + C567773214B0C04EC7312C2A241A04B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6056870867CC4728BCEF2E5EBDD1DCB3; + remoteInfo = "DDMAMapKit_Private-DDMAMapKit_Private"; + }; + C7E01F71849F394C20D5BE8DE7421478 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + D14A0275FC10DA9E5F3687C60195E3F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + D210330C2ABE88C44139A38235F91311 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D504B99928659EA67A1C3A9E981EB8FF; + remoteInfo = JCore; + }; + D268A3A80EFB07DD010AC5928BC63E8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C23965029860967865B3429B5E29092; + remoteInfo = "DDBasicControlsKit_Private-DDBaseViewController"; + }; + D4AC827A69AC3AE62D32040393EB30C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8BEAFAA726C1965864B79B4B441AA513; + remoteInfo = JXCategoryView; + }; + D9E0DCC01CD9D36EE51A8D270FB16650 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EA9EA43B3B503823EE36C60D9C8A865F; + remoteInfo = RxSwift; + }; + DBC984AEA66E1D7B1EADD8174895440A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 26BA8950EBF05410254D54F7EF76D5CE; + remoteInfo = DDLogKit_Private; + }; + DDC0FEBBFEBF3A5D00B9E476DB481D8F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED; + remoteInfo = JPush; + }; + E03098DCE3274BA06F545AE4F554E2EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; + }; + E3862D22319B11D9FD2FF61430849C98 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A2E6BA6D5360D619D7CABED3467AA69; + remoteInfo = CocoaDebug; + }; + E4EA3691CB8335284678964E48B7D9FC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FEA6FF0588A91CCD972EDCD698B85647; + remoteInfo = SwiftEntryKit; + }; + E5C2F8CC02674EC7B25507A2C4B8EB26 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E72BE4C94039A951B47CCC942F6B4B8F; + remoteInfo = DDAudioPlayerKit_Private; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0009705B5A08D0B05EFC5B5267D0584B /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 001670712EC3F2A39EE721735EBB25FA /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; - 0016C6F4A8BBEB08CDA6E3A5420B10EE /* _SandboxerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _SandboxerHelper.h; path = Sources/Sandbox/_SandboxerHelper.h; sourceTree = ""; }; - 001B5A145650D07E23B883A59B4EC6A2 /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; - 0026F30CA39C6EE90EE3E9544F8AB7E7 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 00DB8DC7C4F4C5A02ACA6A67E1DC7981 /* 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 = ""; }; - 00F8FEF823DF255B3B1E6AA2118CD7A8 /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; - 0112B77C1DE51BC869026352B7DCA97E /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; - 0139719C76F8C7628242BE20324110B6 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; - 015B0FB8AE710CD6F5726003294AFBD6 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 018A027A7D77788D77C79B4C189F750F /* DDZFPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-prefix.pch"; sourceTree = ""; }; - 01E4FAFE87F8BBD90D18537F26A7A20C /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 01EABEC40E7ADEFAACE0409D718D7E32 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 02053A7B91976C425D1817777F87951B /* 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 = ""; }; - 0228B6F0D3F7C87CDD74ABC704E1588F /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; - 0229DA1BDB01482B8995808C7B585EB4 /* icon_file_type_flv.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_flv.png; path = Sources/Resources/FileType/icon_file_type_flv.png; sourceTree = ""; }; - 027120507F2AA7430737482FA5BE5C56 /* _fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _fishhook.h; path = Sources/fishhook/_fishhook.h; sourceTree = ""; }; - 02CA160B5B31AD5B9F44EC067651EACF /* icon_file_type_7z.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_7z.png; path = Sources/Resources/FileType/icon_file_type_7z.png; sourceTree = ""; }; - 0321E7AA98ABD7E09C1C01CFC3053FDA /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; - 0334D58B2D51FF01D3196F736BA41C10 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 0354999CC73AEBB06AAB20526A5CA34C /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 036910A977C6625D5FEE274DC2763DA2 /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; - 0379C312FB9DFBA4F0FC9BCF26429BCA /* 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 = ""; }; - 0381861FFA483459D293AE76660FBA3B /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; - 0385BA814C957C616179B78AEC1F08C0 /* 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 = ""; }; - 039345EC77D9A09392650415FC3286F3 /* icon_file_type_jpg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jpg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_jpg@2x.png"; sourceTree = ""; }; - 03F04E26ED09B9526810A653C4168A14 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - 0448FF2AB119125D802AC2F5FA6D011F /* CocoaDebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.debug.xcconfig; sourceTree = ""; }; - 044FE985399F1BA9631A1C6C4165BFB0 /* _NSLogHook.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NSLogHook.m; path = Sources/Logs/_NSLogHook.m; sourceTree = ""; }; - 04598C91C924350D7F4EE27A77058875 /* 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 = ""; }; - 048777CE15449DC35DFDAB4F3F634531 /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; - 04B4465701FE30BC34749FE111978E33 /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; - 04BCB3E51F1C6ED5A9404F291F8AEA14 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 050410A02E4519CA1F1D3A03509DAC67 /* icon_file_type_mp4.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mp4.png; path = Sources/Resources/FileType/icon_file_type_mp4.png; sourceTree = ""; }; - 0506FBB9B4ED2B8D4D6E739425E7A7D8 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 0518167B33E6D41D98B241A09834D96D /* icon_file_type_psd@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_psd@3x.png"; path = "Sources/Resources/FileType/icon_file_type_psd@3x.png"; sourceTree = ""; }; - 053261275951B60F8A7B6E2E16D3D6E0 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - 054402A6F7A877BCAB755AD878F1E8DA /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; - 0574B8818F6CC23AE99137764B856A06 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - 059D407BB164CC7195BAA024608BEE50 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; - 05C7E32A37D053CCD582A61509540978 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 05E70D60932C308CF8BDDEDB8E336B1E /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; - 062E0FB913015D1C74D805EC9CC57C63 /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; - 064600D7ACADFFBB57498295C3DD27F2 /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; - 06826A974EFAD95ADA1626CA3E1F5DD1 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; - 06C7E8226A65E1D0D4CC3D3E98978D02 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - 06CDFBE1975E12259932D66B8FB43B14 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderSchedulingNotificationService-acknowledgements.markdown"; sourceTree = ""; }; - 06DC1011D3CB2579CF954A6998A82B46 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; - 06E15E659FF795DCB0FCBAC7CAB699C2 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; - 07A394118DE9B26AE0566436C547A814 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; - 07BC3EDED98A9C30DEE8EDBC8C49B4A5 /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; - 0823CD89862CF2D822348155015DBFD1 /* icon_file_type_dll@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dll@2x.png"; path = "Sources/Resources/FileType/icon_file_type_dll@2x.png"; sourceTree = ""; }; - 082A9747FFF7BFB6BFEDF73173BFEE19 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; - 083DD46FAEAE4BA428D870758BE6E5E6 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 084FAD33970C501880B546C046B09304 /* 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 = ""; }; - 0865F93AD66982530A1413C5A2C358B5 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; - 0895C47141200615E0A154C2CF4D2EE4 /* icon_file_type_torrent.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_torrent.png; path = Sources/Resources/FileType/icon_file_type_torrent.png; sourceTree = ""; }; - 08AF4D18C36AB2546F7F8922C2C9B6BE /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; - 08B918246B5F59A7DB942A7792495870 /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; - 08BAC2C5C13F5B859D3365FFF02D0891 /* DDAudioPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; - 08CD488F803E37CB2EDEA19AE3253D75 /* 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 = ""; }; - 0969E15FC97AE985DA999BBCEF8C4C20 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; - 098A49A3045547EBD273E8AD55CC8558 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 000F476F2DA84D8EDBD3D70072F50395 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; + 00CC8897FE09B914D9240AA47BD4D67B /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; + 01057A26DD50D09E8DC180EBCF57B35B /* icon_file_type_java@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_java@2x.png"; path = "Sources/Resources/FileType/icon_file_type_java@2x.png"; sourceTree = ""; }; + 0136932715C4CCF0B6C3806B07FF54B3 /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; + 013B0C8221ECDC5D00D161E29F735F71 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; + 017BA9D2584BFE2A506D6FA29BB723B5 /* _DirectoryContentsTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DirectoryContentsTableViewController.h; path = Sources/Sandbox/_DirectoryContentsTableViewController.h; sourceTree = ""; }; + 017FE5A5CE799C4AE343144E68F67060 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; + 01E4BF97E04D01510D10BC8CB54827F8 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; + 02154FFB42C35F509181D1A2C0D1C7B7 /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; + 0220BF5CFE5F2FC39841086DAF9C512A /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; + 023A97C4AFA7DF11C539E4EB3E740581 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + 024EFBB5960E830552FE43E7B43EF86B /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; + 02586CCB670D21813EDDE73652BB3FF5 /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; + 026B8D4AF5A9DCECBCDC470047899B36 /* 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 = ""; }; + 0276B7FFE85862D00D7FAC8F46E123B9 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 0283A95F5E20DA0DB13222018B01EA91 /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; + 02ADD31FC0F38655CF80BE994B91B1C4 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; + 02C5F8A71FF16CF37076A677247B407E /* 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 = ""; }; + 02CB21EB03F5F39C90A3051A972F5381 /* icon_file_type_xml@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xml@2x.png"; path = "Sources/Resources/FileType/icon_file_type_xml@2x.png"; sourceTree = ""; }; + 02F91E8C25FF1FAD874453DEBE53248A /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; + 030B4DAA5BB7ED0685831D48DC51C6E7 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + 0333BD91242AADD1BBEBD06B190C43BD /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; + 0392F8019BD34801BD45F498F61C9189 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; + 03ACA45181369B6414AD76783252B1F0 /* Network.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Network.storyboard; path = Sources/Resources/Network.storyboard; sourceTree = ""; }; + 03AD276727E411CC49C03E27D55C8A33 /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; + 03C88C331B310F4C5FB9F6EF3EF0EDE3 /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; + 03D49082E90A2B9544A42D9EAD03E2DD /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; + 03DBD5D7BE065D61D7E95EA35B2B3CB4 /* Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Rx.swift; path = RxSwift/Rx.swift; sourceTree = ""; }; + 03EC0DDA76E1C6B91C47E2C32897BEC0 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 03F18B72D03F2503EFB8DC6EC44AEA16 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; + 04836B8E6DF4470ED83977406CC3F4A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 04CCFB1354B98E31A8BBD59C6368DB63 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 04F8D84A62F275D974F86565382FCE22 /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; + 050455D5BD6DDCD62B90127085262F78 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 0524CEE0C750677469D0900C54C75C24 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; + 053F789BBA3187424D04828D24F823FE /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; + 0552B8851590E6352BE9CD6AC3FC2112 /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; + 059BEBCD36B766966C2F80A7BF621EED /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; + 05C7A04EF76F101EBF33061C31ABD434 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; + 05D7C961B7DB9567859AEAA75406D6EB /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; + 05DD77BA0E63C13D72DDE65BDCBFD9D5 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; + 063595ADD67A3C24AE563DEF45BD8D60 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 063BD1391E1AB3571A5124DFA1048996 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 06E95EA7683830F5ACF8043C178C1597 /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; + 070EA32A8ABA15B2431C3794C739A6EC /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; + 072260DC5B3D2B9ACD46C6ECF85C486A /* 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 = ""; }; + 079FE34AED070E038F8FD77566B27CD7 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; + 07CB6A6189CBDDEEA088A745B49D410D /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; + 07D911C5EC5CAFAF0016ECBBB70D3CA7 /* DDZFPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + 07DAA272EA58B418CF2AB4D92828D0CC /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; + 07ED33287C5A1EAD6438952B2C271D66 /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; + 07FC26A8722A3F31991ED9C00395AEC6 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 08515D91B8B7E1A9CFE96B80625B0BC2 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; + 086F7619FACC394D3FE7B29F675709C1 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 088C38E3F8CEF3C0D265452BF8C03B3B /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; + 089696DA03A61A75B24E28D72C3EFD39 /* 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 = ""; }; + 091A990D41228AFBF48B960578ABEE89 /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; + 091FDAC750B35AF72EB86F87AE7A9193 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 094259AAB7A6D84FBBAEC6385E57213E /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; + 095A985D17E2BB8CB25A40BC2E27D7D2 /* CocoaDebugTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugTabBarController.swift; path = Sources/Window/CocoaDebugTabBarController.swift; sourceTree = ""; }; + 0981DFE403753B68B2D89A88DFA147EE /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + 099526724B59865192040A1AD9659222 /* UIBarButtonItem+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIBarButtonItem+Rx.swift"; path = "RxCocoa/iOS/UIBarButtonItem+Rx.swift"; sourceTree = ""; }; 09B4C59FAB38D6054E5993BD78205023 /* DDAudioPlayerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAudioPlayerKit_Private; path = libDDAudioPlayerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 09BF7BEC4D90C021470A25988CB291BF /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; - 09E4BD9AF58866CD240FE98CC9FA9328 /* 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 = ""; }; - 0A0B5A4180221E40CE556F38DA1B329D /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 0A0DB0AD13396C9C8A354BA610385E1A /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 0A3609CE388BD0A408CD57CBD6155AC3 /* DDTimerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-prefix.pch"; sourceTree = ""; }; - 0A5D0C6FEDD9950013E14A77FFE66FBD /* _OCLogStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogStoreManager.h; path = Sources/Logs/_OCLogStoreManager.h; sourceTree = ""; }; - 0A5FA45F1AAFDC0987C87FDCB4EE5926 /* _FilePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FilePreviewController.m; path = Sources/Sandbox/_FilePreviewController.m; sourceTree = ""; }; - 0A97312BFE816F76389E14494FFECD97 /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; - 0AA352C580D8FBC08486DA230C2F09CC /* icon_file_type_aac@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_aac@2x.png"; path = "Sources/Resources/FileType/icon_file_type_aac@2x.png"; sourceTree = ""; }; - 0AC129DE20FC15D38C33BB72D87489AE /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; - 0AF1A76F33B4E63B165CE5FA5B91A130 /* _ObjcLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ObjcLog.h; path = Sources/Logs/_ObjcLog.h; sourceTree = ""; }; - 0AFE6DA7B5413B1DB9D313117C1D00CF /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 0B0287512853C8B86CB04C42AC98AF10 /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; - 0B236A480C1858B1E73C3BFB7F0D5E8B /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 0B2FBFB6B983E631D704734CD9F628EC /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; - 0B7D7AA72B10A02FBAF59FD050627482 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; - 0B7EE5B4F5FFDEA10868682DCE8344CD /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; - 0B8832AD77B9DDB928EF069901018195 /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; - 0BB849F8D022F2D44CB1B0298A884AC0 /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; - 0BCC8C368D4EE667A49DAC8F67F19F91 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; - 0BE2A2283AA193B1FC6C42A44D951474 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - 0C06F0F9D936A9BD45D810AC8AF839D0 /* icon_file_type_jar@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jar@3x.png"; path = "Sources/Resources/FileType/icon_file_type_jar@3x.png"; sourceTree = ""; }; - 0C07A4A5704517D879F4624051090A10 /* icon_file_type_swift@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_swift@2x.png"; path = "Sources/Resources/FileType/icon_file_type_swift@2x.png"; sourceTree = ""; }; - 0C1779725409CB7336CC76B51231DC13 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 0C3C57E1D47F5EC93E2ED3B931584C60 /* _Swizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Swizzling.h; path = Sources/Swizzling/_Swizzling.h; sourceTree = ""; }; - 0C4D2774C483DD40D57C7FA3D2C8D22E /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; - 0C5253A9CBB0E5AB13AA2950F43142AE /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0C6F7393CC8AD88E9D891C769ED4EC7B /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; - 0C7D60686B2BC1EB102A5D122C2F7B5C /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 0C7E08017D80EF1936CE54E783C7F2C9 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; - 0C825B8354A834C5C15737ADA5230621 /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; - 0CA1A9F98A8858536FD425DCC916D7C3 /* _Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Swizzling.m; path = Sources/Swizzling/_Swizzling.m; sourceTree = ""; }; - 0CCAE470CE4B88EB94EC366E1214B2B0 /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; - 0CCBA22874FD39B5EC9BDE6D9D8B105E /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; - 0CD07829ED3310E1E55EEA3E661C145F /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; - 0D0933D2DFD38420FF30CCE915C8FC72 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; - 0D4C8900E578B4C8C482C3CBE0AF8AF5 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 0DBAD669B55F5B5B45C51263FB09D478 /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; - 0DD8C1045DCFBEBB3D9D5593893F671E /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; - 0DDA1B78B6D0CD87B04D331FD03B1D26 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Sources/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 0DFE48E73B23483F42A0E13D844195FD /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; - 0E002E2C792C5B797089C0CBB123AEB5 /* 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 = ""; }; - 0E32F05E6704CB27C4F0970E03346DAB /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; - 0E6B47BC7A361FD0136AC5CB2D7840A2 /* icon_file_type_mp4@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp4@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mp4@2x.png"; sourceTree = ""; }; - 0E82D13FE96061E6E4EB297A495D4B26 /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; - 0F297546C6F6C28277DF8BE35C61DDC7 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; - 0F47DDE3C1736961E81DFC21642B56E6 /* 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 = ""; }; - 0F4BCE744090F84D7355AB3BE65C3362 /* icon_file_type_dat@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dat@3x.png"; path = "Sources/Resources/FileType/icon_file_type_dat@3x.png"; sourceTree = ""; }; - 0F7251723673525D2D0FD7FD55BDA311 /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; - 0F79D93E9EAC91998CD46F9BD551F765 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 0F7DD58CEA655A61309BF96BF7C6C7CD /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; - 0FF4C616AD34D0D620D1E52915B79BC2 /* 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 = ""; }; - 104A88C578F707D8C4EBA903BF4146CF /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; - 1051306B875B02C74A86EE0815BCD486 /* 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 = ""; }; - 1056F3A17BDA5E5959DA7C15030700C9 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - 106867BD09CA406CC67213E4F249158E /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; - 10ABC888679086A04C0DC40C758FA4E7 /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; - 10ABE62193618D11DA78D5A4CF4C829B /* 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 = ""; }; - 10F737BE4409B171817BA5FC711A6C2F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 110EC0AD318D4ECCC10F025DAE53B000 /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; - 11332C468324EFDE6DA55EC29282232D /* icon_file_type_ttf@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ttf@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ttf@2x.png"; sourceTree = ""; }; - 11A8F171A32B930BCBDBB11A8E847298 /* icon_file_type_avi@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_avi@2x.png"; path = "Sources/Resources/FileType/icon_file_type_avi@2x.png"; sourceTree = ""; }; - 11CD62823D20B196FE435FF45DF0AAA4 /* icon_file_type_json@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_json@2x.png"; path = "Sources/Resources/FileType/icon_file_type_json@2x.png"; sourceTree = ""; }; - 11D3D10DB74AF192C39489ECEE9EC350 /* icon_file_type_xls@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xls@2x.png"; path = "Sources/Resources/FileType/icon_file_type_xls@2x.png"; sourceTree = ""; }; - 11F953B24AA6DB8375291160CD7850E6 /* ImageContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContext.swift; path = Sources/SwiftUI/ImageContext.swift; sourceTree = ""; }; - 1223B9BCC27F8C8348BC83FBAF4B095E /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; - 129C4C0861511F31333238525142A013 /* 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 = ""; }; - 12A94FF416555EF19A4945A05D2A8DBA /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 12D12776A4BDE949D3EA6FF4EA5A998E /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - 12D5E3E7F68E95CA0ADB60461DCD772F /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; - 12E70A20A9573BF5A9B175915B1E9F96 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; - 13870762528D274783144041A9EBF362 /* _OCLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogModel.h; path = Sources/Logs/_OCLogModel.h; sourceTree = ""; }; - 138BCBB4DC817E9F31394ED16B8A29DA /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; - 138D89F9AD66B27542971F3146C9C7E3 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 1397F9A8F26829E996CBAFD9780265E9 /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; - 13DB71A2DF2E8847BAA487208E1D3E1D /* _Sandboxer-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_Sandboxer-Header.h"; path = "Sources/Sandbox/_Sandboxer-Header.h"; sourceTree = ""; }; - 1435090B5A923B9AAD07D69FF436ADF2 /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; - 143FBCC86BF924D706D0EF1552376AA1 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 146783B650E6D6DD73EE367461940636 /* icon_file_type_ttf@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ttf@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ttf@3x.png"; sourceTree = ""; }; - 14D8C8FF1C95657CBA45ED86F902B75C /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; - 14F8483A629A2D03915DBC2C185A7D5A /* icon_file_type_html@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_html@3x.png"; path = "Sources/Resources/FileType/icon_file_type_html@3x.png"; sourceTree = ""; }; - 1558B92E463EDCFB3725BFBD17A1182D /* ZLAnimationUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAnimationUtils.swift; path = Sources/General/ZLAnimationUtils.swift; sourceTree = ""; }; - 156B21EF7A3CFBA670540BA1D9BC28D0 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 1578A18968936C272FAC478EA21DC4CE /* DDBaseTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.m; sourceTree = ""; }; - 159B09585E27B8B76408E0C22FD4B90E /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; - 15A044019BDACEF6F993B544AC5D2299 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; - 15AED11DF39E305DF6673230E081BB49 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 15FBCFE8006FF35B1C88E53E36B6CCD3 /* _icon_file_type_bugs@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_bugs@2x.png"; path = "Sources/Resources/images/_icon_file_type_bugs@2x.png"; sourceTree = ""; }; - 160538DEC56439C5968908C2B061D198 /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; - 16553ED13CFF1FE8A2C6E666B6636C2A /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; - 1662D3E1ADCC2F18FBE1C92945D63F2A /* Color.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Color.swift; path = Sources/Window/Color.swift; sourceTree = ""; }; - 16720660F00B055D3518EF290D70B19D /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; - 168FC76E41435410EC8A00C808BE60F9 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; - 16A984FFDCD2D8E2DDCD44B725FD124B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; + 09FD9DA269C48AEE264722C210EB6228 /* _BacktraceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _BacktraceLogger.m; path = Sources/Monitor/_BacktraceLogger.m; sourceTree = ""; }; + 09FE64ADF976E808DAEFF94DB7F444A8 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; + 0A05F9F4F5488DE609A005C217DC35A9 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 0A3281D4376C0BA9B4F903A1FCB39C4F /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; + 0A5FD362C24B31708AD082C785507076 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + 0AFF4A31C59BAA3E18DF1D56B2231231 /* EKPopUpMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessageView.swift; path = Source/MessageViews/EKPopUpMessageView.swift; sourceTree = ""; }; + 0B0D0BCE20606C0DB0F3EB75228CD7D7 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; + 0B67DF1971F5D36A45C2EE7FA4855D22 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; + 0B80ACEF4B2F76AEF90CC0E20339B1FC /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; + 0B814535B78C4E223C1CA5F5D4D074CB /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; + 0B8B0372DC76EC09950A45934B3D0DCD /* 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 = ""; }; + 0BA9C5D8BFB6A76A002C5008A8297894 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + 0BAFF59448B95D21460FB3B962F1FBDB /* NetworkCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkCell.swift; path = Sources/Network/NetworkCell.swift; sourceTree = ""; }; + 0BBB22A528AC7EC9D01C92B7518469B3 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; + 0BBF62946BADC6D746E5954BD1152D95 /* icon_file_type_bmp.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_bmp.png; path = Sources/Resources/FileType/icon_file_type_bmp.png; sourceTree = ""; }; + 0BD598F8EB171EE7D50E071CC983289A /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; + 0BEBFA85D93D76432E65CA87B0B56A74 /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; + 0C0848FA247A0604D0B58F124FEFD658 /* icon_file_type_gif.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_gif.png; path = Sources/Resources/FileType/icon_file_type_gif.png; sourceTree = ""; }; + 0C32B7C68B23FAD382A03CD92B45DC06 /* _HttpModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpModel.m; path = Sources/Network/_HttpModel.m; sourceTree = ""; }; + 0C4741AECBFAA3382F599D25CB8495AA /* _CustomHTTPProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CustomHTTPProtocol.m; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.m; sourceTree = ""; }; + 0C5497BEA73B312AC0E6A3CF3599FEB9 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 0C5CEE620E7CFB960AC0F853547939CE /* 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 = ""; }; + 0C64AF59CC4BCE5402D8C47E58DA7517 /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; + 0C75A7F596FD683B60B6C97DC879A3C7 /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; + 0C77093DFC4007D3B220789066B24D9C /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; + 0C78B221979934F69B9305E4BF3E9DD4 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; + 0CA5A7DA12336DAA19E1EA26B1312A6A /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 0CB76C635B5755273D1AF8B9344F4F70 /* 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 = ""; }; + 0CC8A6F077D675B7B7B95BC3C2C1E517 /* 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 = ""; }; + 0CF0A11DCF05F136AC86D6662E86D881 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; + 0D0D2CEF69F8C30884E74A14FEA087B0 /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; + 0D1339B67CB2076CA37E3F46484BDE32 /* 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 = ""; }; + 0D332734340801BB7E35E4AEFF6CB873 /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; + 0D3FD4B99FD585A2AB3BCD0E46D3D9B0 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 0DA7859891D940DDEB5B1BEE1E6A7A02 /* _Sandboxer-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_Sandboxer-Header.h"; path = "Sources/Sandbox/_Sandboxer-Header.h"; sourceTree = ""; }; + 0DB2BA647F92E073EE637BE0B813AF45 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 0DB5B6AE95EB8B9445473FD5ABDDEFDB /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; + 0DD02B9C23C89673BFB5A89CD5638957 /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; + 0DF543C53F4181FA110961720A7CDAF9 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 0E048AD00E61F5F5481C393BC5125CE8 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + 0E0DC05A40DC6784C7FC592F946D1D7B /* icon_file_type_apk@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_apk@2x.png"; path = "Sources/Resources/FileType/icon_file_type_apk@2x.png"; sourceTree = ""; }; + 0E11D00B924443C85A607773E93726DE /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; + 0E4B805532A5AADD49231C0081B516B9 /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; + 0E55734AA06A41DCB928088F28FE1537 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 0E67DBA962D2ECCF0CA0FDAC08D735F3 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; + 0E9027378D012FE991264D7D66987F17 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 0EABB47DDF87BD309BC67B491814B258 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; + 0EC78418213827F8877C3C1D74D4148D /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; + 0EF37C3B59DE2469E929F48473339B9C /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; + 0F89C3893181242BE585592B171D8F42 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; + 0F93307A14335F35E31E4071275450F4 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 0FD1730B1BBA65CA27D51A1DD234F77C /* _DirectoryContentsTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DirectoryContentsTableViewController.m; path = Sources/Sandbox/_DirectoryContentsTableViewController.m; sourceTree = ""; }; + 0FF6284F5D7BED637AF44FA174ABFD24 /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; + 101096E0A5903855BCFCE52512C05A78 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; + 104CB5664B850158DA9D9B88536269AC /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.m; sourceTree = ""; }; + 109B54FFAA8D84E84CA306F1C0204ADF /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; + 10CF5B11D463539F70C46F6573D0D74F /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + 10E60DCF51CDBDD64283CDD9D82E8C6C /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; + 10EE3DD2EFBC06C5CD932F9885DA37C0 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; + 10FF294BA1B443DC0503BE70408129DA /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 1109C60F51CCFD24C12B8AFF5500F7B7 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + 11146D1737FC44C1366419D39EDC6831 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + 1194E8ED55714701F6299F8FF33A1E61 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; + 11A7A040871EF3480FDBBF37E2EE6C5E /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; + 11AAD8010E80A4E4E82D06F02BA27C45 /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; + 11D42ADCDD4B06BB46ADB474D341EFFA /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; + 11F01683FCD7E2E7BC20E8D79BC3DBCF /* CocoaDebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaDebug.modulemap; sourceTree = ""; }; + 1237CC532B7E2B100BCC96757C7C794E /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; + 126432FE9F6A7170D5FF2E48C5B1BE64 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 1299BA338A41DBD0A539D8F1548B9D72 /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RxSwift/Observables/Optional.swift; sourceTree = ""; }; + 12E67116D0B57FCE27E9C8ABCD516E6C /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; + 12F0230DBD912423D4F91CB29C6851F1 /* _OCLogHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogHelper.m; path = Sources/Logs/_OCLogHelper.m; sourceTree = ""; }; + 12F0396B37C79008062C43C7E3A12742 /* icon_file_type_7z@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_7z@3x.png"; path = "Sources/Resources/FileType/icon_file_type_7z@3x.png"; sourceTree = ""; }; + 12F34E7BC3C4F01C2528896D89215E5D /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; + 12F44CD5C8EA29A09671230B04BB7AC4 /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; + 130D9C60AF0D2CDEDA2C953C02AE82BF /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 1328B11AF6658B87D2CDDAB965F2EDA9 /* icon_file_type_apk.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_apk.png; path = Sources/Resources/FileType/icon_file_type_apk.png; sourceTree = ""; }; + 1340120F2672CE633DEFF9914C121652 /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; + 13424C098E3429BAD8B1865086ADD736 /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; + 1354B9AD2110F08B9C66FF72521BFD6B /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 1356D5C5411ADB749505EBC3F3AE2612 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; + 138B5BC444D30E5A31468855B145E9D0 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; + 13AA7FD00922C761772A7127C8170468 /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; + 13BD3361E83FC21C5BC469920651072A /* CocoaDebugTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugTool.h; path = Sources/Logs/CocoaDebugTool.h; sourceTree = ""; }; + 13D03BE8ECF1205ECC4F4367280595BC /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; + 13E78EC5C1CDB0097E09F79052672C2F /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; + 144B4380D13A4A6B9DB80D3FF187CEF0 /* RxTextStorageDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextStorageDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextStorageDelegateProxy.swift; sourceTree = ""; }; + 14894679B976E21A3FAF45CF6240391E /* icon_file_type_fla.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_fla.png; path = Sources/Resources/FileType/icon_file_type_fla.png; sourceTree = ""; }; + 14B1883CAF9C54C2774546AAB3CD6DE1 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + 14BF592F90125FA184B703B34C5714F8 /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 14D1436631F24B41CBF66827CBAB4E1B /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 14E1AFC763500FC474B83CC6FD8765C9 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 15241162EAC05AB5090C144B0C70B171 /* icon_file_type_ttf.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ttf.png; path = Sources/Resources/FileType/icon_file_type_ttf.png; sourceTree = ""; }; + 15615C7822171EC4E68A4C254D2267A1 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; + 1589E9EA6FC353546CA34E3C48F3A144 /* 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 = ""; }; + 15C7FD810489833A0898D4EA6BF48679 /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; + 15E9CA66C7B5899A2918B048674CC8EE /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; + 15F3A8245D71C40CDD42CD2FEC629D76 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 1695BA5361514936CCF5C2ED5F9096E2 /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; 16ADD43AE08E88D6F7A3498152249608 /* DDAutoUIKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDAutoUIKit_Private; path = libDDAutoUIKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 16C8E97D22CC84BEB8D3C25B9A55D6D4 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; - 16DAE2405AA7292247B80C9B21D719D7 /* LockOwnerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LockOwnerType.swift; path = RxSwift/Concurrency/LockOwnerType.swift; sourceTree = ""; }; - 170E98B41CBE9C35632027A22E80EC05 /* icon_file_type_ttf.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ttf.png; path = Sources/Resources/FileType/icon_file_type_ttf.png; sourceTree = ""; }; - 17582BF2A0605219A287734B1B168036 /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; - 17B8906DA56601863A279000D653D043 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - 17BACC510A49FF57D5A7B70AAA7EA543 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; - 17D4C1B710E972B113FB62D64069D4CF /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 17EB3E1E4C05BE5D30ED569F9A951451 /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; - 17EF36FE763AB696820C44585014C0FD /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; - 1811EF3C0051CD1478070DBACE51F2E9 /* icon_file_type_ppt.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ppt.png; path = Sources/Resources/FileType/icon_file_type_ppt.png; sourceTree = ""; }; - 181754F8C4EE544D7FEB2F35942336C6 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; - 18328C1F6B0BAD912D7D90C9B6A664DD /* _SandboxerHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _SandboxerHelper.m; path = Sources/Sandbox/_SandboxerHelper.m; sourceTree = ""; }; - 183F19FE6BC24CC2ED469200825BED13 /* DDColorKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDColorKit_Private-dummy.m"; sourceTree = ""; }; - 184A905860356D49E7B55C985D3194DB /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; - 18B20E75074BCA6076066BA39FB3454E /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; - 191488C38985420414CAE71CE483ABAB /* 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 = ""; }; - 1955820828D61224B9769C7DB96144DC /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; - 195652663B54BFFD1F516B6325BC1F1C /* 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 = ""; }; - 1966A986B5050ED6ECBA1F9C0CE307A2 /* icon_file_type_css.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_css.png; path = Sources/Resources/FileType/icon_file_type_css.png; sourceTree = ""; }; - 196BC92B948C2A77914E274EA51CAB29 /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; - 196C316CD40737B7B2C1E2902C5C8EDA /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 196CEE3BC2C8C654CC23EB302CC90FF4 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - 19A98FBE5F8AC3DD6A5019D112072792 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 19C44EA54E82F0253F78A38E4809AC14 /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; - 19C8749E52978158169E1C3BF25DDB52 /* DDBasicControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 1A28F79C50D3E20B9BAC67E22A4359F3 /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; - 1A7C4AF6221BDD8AD265EAA9C14DED59 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 1A8798E5DDA9F7C625F49807C8F65C42 /* 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 = ""; }; - 1A8EAF636BB07C51C4ED55F239858CD3 /* CrashListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashListViewController.swift; path = Sources/App/CrashListViewController.swift; sourceTree = ""; }; - 1ABC665AA46A259E0DBEF93414476E75 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; - 1AF9FB3103A78D101D26013FE644A11C /* DDCategoryKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDCategoryKit_Private.modulemap; sourceTree = ""; }; - 1B0309AE73CEA44E98F71755290E0533 /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; - 1B057FB28F622C52D92272EC7216BA4F /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; - 1B0A5DBEE83873016874FE63FCC166F9 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; - 1B13D9C58360C5DA066ED8022AACF6C6 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; - 1B3E8FBCB4BB9FD92F07D08BAB775E94 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - 1B3FD4396289458395DECE58AE7AB3BD /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1B606FD5693272D3406170F74B26593D /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; - 1B8DDB5AB5574889E524A11128C23FCD /* DDBaseSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseSwitch.m; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.m; sourceTree = ""; }; - 1B93E03307EC96D635819D9AC9493A70 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - 1C12ADCAD127EA090076321603546908 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; - 1C3E48A8724333DDF341FE93BC574265 /* icon_file_type_wav.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_wav.png; path = Sources/Resources/FileType/icon_file_type_wav.png; sourceTree = ""; }; - 1C6C04C12611787799662F133D93D97A /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; - 1C98A5BBADE3ADC6E0101D8C26B41358 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; - 1C9AF47B573EA9F359D038D9FD9B8075 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - 1CA760423511FDC0AB4B4C76BD0A5844 /* _CustomHTTPProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CustomHTTPProtocol.m; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.m; sourceTree = ""; }; - 1CFD312BA20A13AE286234A92BEDA520 /* Sample.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sample.swift; path = RxSwift/Observables/Sample.swift; sourceTree = ""; }; - 1D4569496544524EF4A71EB47BB75AA3 /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; - 1D5248D386E94D16E3464D643A31ABF8 /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; - 1D77E535ED65AE14BACCC1953284630C /* NetworkCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkCell.swift; path = Sources/Network/NetworkCell.swift; sourceTree = ""; }; - 1D9687AA1E852042C96F69376DE09A17 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; - 1DB8FDD14E81F90CCFE85737A8CEC924 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 1DE2C797C7FD11FF557277D5347E5654 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 1E5D7BE5A8C68A6233EE6F7864457AFB /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; - 1E5DF9BC5F66536DF0E11A18183E30D6 /* _icon_file_type_app@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_app@2x.png"; path = "Sources/Resources/images/_icon_file_type_app@2x.png"; sourceTree = ""; }; - 1E7D75EA00C68C8EC9529B061EA9B627 /* Pods-OrderSchedulingNotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderSchedulingNotificationService-dummy.m"; sourceTree = ""; }; - 1E8570CECB13FD9D28F0F1B3FD573289 /* 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 = ""; }; - 1EA96598076D4D461899D00F49CEDB0F /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; - 1EB6B2BE04795E067D6F05EBC2D51B37 /* ZFPresentTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPresentTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.m; sourceTree = ""; }; - 1ECE9FED8F9F92EAC81DD4ACEC740155 /* icon_file_type_css@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_css@3x.png"; path = "Sources/Resources/FileType/icon_file_type_css@3x.png"; sourceTree = ""; }; - 1F0E24EFB4A059D3ACA16DA75925A26D /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; - 1F1C4B4E67B828556FE6962DA9D4F7FF /* 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 = ""; }; - 1F26048853D41F6951BEE9160B19D666 /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; - 1F7FCD1EEE9254E4B23FF51EF0678C66 /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; - 1F950E09354784D4BC544B9DE3F5A08C /* _icon_file_type_network@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_network@2x.png"; path = "Sources/Resources/images/_icon_file_type_network@2x.png"; sourceTree = ""; }; - 1F9C3228751941592E307E6795FC420D /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; - 1FDD3B0B5C7D146DAC1BF1E4BB377608 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 1FDD54B94F5298866C048A459F5BDB38 /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; - 1FE523C27B8C9BFD06423E88B0B27AEE /* _AutoLaunch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _AutoLaunch.m; path = Sources/Core/_AutoLaunch.m; sourceTree = ""; }; + 16B3FD0E12865F1C1A1F4E7F226A1BF3 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; + 16BEDB8744F55F68466ABAD06D797E91 /* CocoaDebugViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugViewController.swift; path = Sources/Window/CocoaDebugViewController.swift; sourceTree = ""; }; + 16C5452A273F36C1FA8699E2C302177F /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; + 170E6B616FCDF1567D0F52436A6CBD9B /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; + 1725DFC1C8F4A0B8E05B181F31AE8475 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 173BC5A3FF087A7A811896E510320C32 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 1782E5C6E771E46E52BE27A9BD41CCD1 /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; + 1799DE8750E5895D04BE367F4E7827EB /* icon_file_type_ppt@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ppt@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ppt@2x.png"; sourceTree = ""; }; + 17ACC31338741DA9BD9A559C7F1552F1 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; + 17B71D94A58434127BAF46198F564DF8 /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; + 17E561592BAC5B12AA58A7577A6DA5DD /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; + 181568D30C7FABC97BEBF08583DA99B0 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + 18411E890123C4ECFBE66D51524DE46B /* 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 = ""; }; + 185918EB1EFE7B008B55F44D63F3C8FC /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; + 1871DCAC53A631A33D7C88AD5A4919CD /* DDMutableAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDMutableAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDMutableAttributedString.swift; sourceTree = ""; }; + 187DA584BAF77D828BCCCCCB088C3726 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; + 1881DE0D768B5F14757175BEBE97BA22 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; + 1936D02AFDC5FE7F9B5331409A6E38F4 /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; + 1961A308D2B43EEC2F1B3BC84F90077B /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; + 197A6B1D5E7E76F12F8DCB8773BA80C8 /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; + 19911536A66A5FA32ED6936970F5C743 /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; + 199C5442CB5DE81266FB07CEA8350726 /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + 19B52E0E205C651E3419D4AA365803C1 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; + 1A34FD2D2C0D41DA165162A2C2C7D3AA /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; + 1A5180BF7E6A4A880CAC255BFE5822B5 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 1A56A9B1AD83D40E6D6880E5838B8A73 /* 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 = ""; }; + 1A63AEFEB8C46FF79506CAC9D5EED9FA /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 1ABE0F05372BE562781897A9F3AA23E0 /* 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 = ""; }; + 1ACA7CACB5365F485D48C7147E4EC201 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 1ACC0D1026A39CE2176E9B76A7067656 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 1ACD2390EB614A635BFBD9A685DC10BA /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 1ACE5267FAF715FC2A84CD9DA0FB96E2 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; + 1ACF2B2C9A9466027E6E4ABB717A572C /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; + 1AD18946E9236858267E0EB4732F6A83 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; + 1AFC2AA5274C3B00FAD1F2EF3160AFDB /* icon_file_type_html.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_html.png; path = Sources/Resources/FileType/icon_file_type_html.png; sourceTree = ""; }; + 1B19ADB19C1D0A8823FB48A8F595C2F0 /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; + 1B1D9C0FDFD4D34F58E802D44806F3C4 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + 1B27B61AEA64172246CDE2C38799AAC0 /* ESTabBarItemContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContentView.swift; path = Sources/ESTabBarItemContentView.swift; sourceTree = ""; }; + 1B297D288B850D8A4D61466EFB6004F7 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; + 1B33189A558723DE98FC30A526B57CB2 /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; + 1B47EA74A8EFB67859D74D6D5F3BB488 /* CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebug.h; path = Sources/Core/CocoaDebug.h; sourceTree = ""; }; + 1B5F6EE6D092FB9D8516CDF9F73C902F /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + 1B864590ACB5FB880BE6334C0C13B70B /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; + 1B8C15DF71C69CC3D403173FC1616CC1 /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; + 1BA87ACCA7321C0F1DD26253C63F82EA /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; + 1BC8C48B1437F5DFDEAD8B79E25604C3 /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; + 1BEEF3CC2EC653C01C7569DDBC91955D /* 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 = ""; }; + 1C1DE0C5840D3B9D3F4AE177D846D1D2 /* JPushExtension-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPushExtension-xcframeworks.sh"; sourceTree = ""; }; + 1C5E0A65538F1B613E58D145DD6E87D1 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; + 1C6145FA60EAAFE44DCA4B3DF3777A54 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; + 1C7DB51BBC9CF6EE9DD03014E1C80116 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; + 1CC23A0E75F9A58EA3D6E662C65F2E6C /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + 1D543D089632009237785603FC459FC8 /* 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 = ""; }; + 1D58F0DE62F57ADF46305619D12BF296 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; + 1D60A11A3EA2392394A1CA30AACC1E1F /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; + 1D6F38241CD5642FDED58BAA35AB4CA6 /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 1DAF205004D8398947B8BCA7E1D3BE06 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; + 1EBD5F4FC4C619B70FEF6C3A9BBCD67C /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; + 1EBE985F4704A433F82FF0D980937F03 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; + 1ECD4661FC6B8013173C7EDF9FB314E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 1ED4CACCE2D672DD5F3B8C49E3460EAA /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + 1F11D08E9F7B9D07DF08569D49591D91 /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; + 1F32621CCC408AB8876BBF64FB02E932 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; + 1F4158E05ADFEBBDE4798F2D49AE0A72 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; + 1F4E2AEFE5322184491F1B8A4B8E1835 /* Take.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Take.swift; path = RxSwift/Observables/Take.swift; sourceTree = ""; }; + 1F50206DB15825BB3B19C2C377D20158 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + 1F6E8D8FB8A6BBB4E56EAFEFC149C2A5 /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; + 1FA2DA769BD4A2E715D9C3198D02B68B /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + 1FAC952BE3BFBDEA77E13866DB986DEF /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 1FACDD3A438F7C97A34106B3632B6755 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; + 1FBF9BE4FD9875647BFB4480557B19F7 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 1FDED85658690B9DDF032577B07F0EB6 /* _icon_file_type_bugs@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_bugs@2x.png"; path = "Sources/Resources/images/_icon_file_type_bugs@2x.png"; sourceTree = ""; }; 1FEA06F110D30604A9FB015A9790A954 /* DDControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDControlsKit_Private; path = libDDControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1FF6A2190F5BC06DAB3EDE0EC9E568DC /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; - 1FFEB9DBD101C979A602281F0268717E /* _HttpModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpModel.h; path = Sources/Network/_HttpModel.h; sourceTree = ""; }; - 201001FE2E7F75470A9C5261EB1737A2 /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; - 204450B88EEC8CB7127CBABDAC239CEB /* icon_file_type_swift.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_swift.png; path = Sources/Resources/FileType/icon_file_type_swift.png; sourceTree = ""; }; - 209C7786B8D290A570E37DD89F7A39AF /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = AMapNaviKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 20A03C612DE994A6D49EFA787201E56C /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; - 20A5A8739DE24B32F817BAE464B70DB5 /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; - 20BF68D249255CBA5924A370AFFF23A3 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; - 20DD9500E206AC788F50F214D1477BFF /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; - 215CC79531E391F07DE015AA33CFB2E8 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; - 217A3F47E0ED06D5240BAC62AB674F29 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; - 218D8DEDCD6779141087671AC994C457 /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; - 219550FC122E9A2EB48E2907A147B61A /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; - 21B56EB683131E3D51455D09E281E248 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; - 21D90E7DE1BC82090A16646FBB4F387E /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; - 21EAA4200B1BC577C63DDD2A0956529C /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - 220B08D91C45356936B60DB764408CBD /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; - 220EFE05869DC5FC82720927226B6108 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 220F980BF3510D48A3600174AE08B317 /* DDNetworkingOfAlamofireKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDNetworkingOfAlamofireKit_Private.modulemap; sourceTree = ""; }; - 2240004E214742F724048FEBB381CEFE /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 225E1EF48B1C673BC3CC2358A43544DD /* DDImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImage.swift; path = DDControlsKit_Private/Classes/DDImage/DDImage.swift; sourceTree = ""; }; - 228A503DFD6BB758F51C5BF9567E4689 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; - 228E06BCCD29CA590DFE2DC1C17771D9 /* icon_file_type_aac@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_aac@3x.png"; path = "Sources/Resources/FileType/icon_file_type_aac@3x.png"; sourceTree = ""; }; - 22A573740B3FB668872A230C87084151 /* 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 = ""; }; - 22C59F709190982BA742B1CD33C97A05 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; - 2339DEAEE8B0E5D7735D157456B33E7A /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; - 234B50B3C07DF6F1E476438BB3989711 /* CombineLatest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombineLatest.swift; path = RxSwift/Observables/CombineLatest.swift; sourceTree = ""; }; - 23DAFF480155F8321A62D048F6E5AE12 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 23FC7EB2D5A56E98EE7EF219D746E075 /* GPBMessage+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GPBMessage+CocoaDebug.m"; path = "Sources/Categories/GPBMessage+CocoaDebug.m"; sourceTree = ""; }; - 24074D619CA979F76AB1D2FD1CCA6091 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 2550FA68CA1F2825A7407919D3C9718B /* icon_file_type_pdf.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_pdf.png; path = Sources/Resources/FileType/icon_file_type_pdf.png; sourceTree = ""; }; - 2559F26C75D13C13FF2804382D3F59C7 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - 256DE73C9DFEE06EDCAE15BE175F35B5 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - 258B73C6E8DE4E718D2A24E12AD1FC0B /* icon_file_type_md@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_md@2x.png"; path = "Sources/Resources/FileType/icon_file_type_md@2x.png"; sourceTree = ""; }; - 25A8E9EF72D728BBB7654A49861F5F0C /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; - 25CE2BA63C25949DF6EBF85CA3252EA9 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 267A6FECF244137AB746AB45FDF9B2C4 /* 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 = ""; }; - 26D87AF29A25D07A11AC756180D366FE /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; - 271F134082BD15FA423EB93E89C3CDFD /* DDProgressHUDKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDProgressHUDKit_Private.modulemap; sourceTree = ""; }; - 2729A4BCD82EA750A1D70000A7961A2D /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; - 27773BEB035B7035D67F1895E0590AEA /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; - 28073DB9492B9394CBD97BEB22692694 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; - 282D6F906448283595CF9242D0D039CF /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; - 284A75AE5C0CC6970B534ABE1C67EE62 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; - 285760309CF5F791567CBD6CC87EAB8E /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; - 287776366F66CE2E5C743C88821272D7 /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; - 287FF81E0535DE3C8714ACC342C0C50B /* CrashDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashDetailViewController.swift; path = Sources/App/CrashDetailViewController.swift; sourceTree = ""; }; - 28972A447326ADCBC1C6971066AC8BFF /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - 28A65AC2858558F85D9E83C7A5957D51 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 28B9E3EAC7A6B0D0D40B66514615C6A3 /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 290717E907B1D25158CDF40E3C8C1BAD /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 2931432B02D8C3AA6179C4C8F9E191E6 /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; - 293FD0FF0091E79D0E773974C7E681FE /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; - 29454470DF2916CF8CB483820556BA06 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; - 2957132475FD88FB6D7EA45136D9EEDF /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; - 298419DB3264DE676E6D8F2EC86D9782 /* 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 = ""; }; - 299FB9B4E9B6E497E0DD2A24010319FA /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - 29B77B2A50E70A2207E2F082CBFCA2D2 /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; - 29F7692B46F83B2EC59E1023BE2D6A10 /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; - 2A2992EB1D0FD3CA7E85F6867C2A7865 /* 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 = ""; }; - 2A306642D3099DB598CFB71871466DFC /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; - 2A582DA9EEE16260A1978792FC5C8EEE /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; - 2A758DA2AB2E74B049A5AA789BA8EFA2 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 2ACBDEC4BFB5FD6C1AB0C2D6A6B69E53 /* _RunloopMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RunloopMonitor.h; path = Sources/Monitor/_RunloopMonitor.h; sourceTree = ""; }; - 2AE01637CD4A740775EE7724E440C324 /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; - 2AF5CBD0F440D679D5565588C8E49813 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 2B6C54D2C43607382EEE18AF27E6363C /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; - 2B9388EA5679B8423659A7DAE0A15739 /* icon_file_type_wmv@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wmv@2x.png"; path = "Sources/Resources/FileType/icon_file_type_wmv@2x.png"; sourceTree = ""; }; - 2BDA0D63648A34DED79D18531DA13454 /* icon_file_type_bin.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_bin.png; path = Sources/Resources/FileType/icon_file_type_bin.png; sourceTree = ""; }; - 2C269B70B5D9AC322070A70CC295C1B3 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; - 2C315F24956CBAE8C22716422A20E129 /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; - 2CCA5C8C7B7BC8507124A50FE7913A08 /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 2D5BD207DDC2BB71CF6AD98D6249DF75 /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; - 2D5E412B9217D6F1994258AE97A9F8EA /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; - 2D784F0B890FA08BEE1A9B1AA1F26F22 /* IgnoredURLsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoredURLsViewController.swift; path = Sources/App/IgnoredURLsViewController.swift; sourceTree = ""; }; - 2D9E31610650710F7BC36E4841250D5A /* icon_file_type_bin@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bin@3x.png"; path = "Sources/Resources/FileType/icon_file_type_bin@3x.png"; sourceTree = ""; }; + 202CE557C22095E1006A772CA1591B08 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; + 204E4F4D1E5DEDB10EECAFBD56469A01 /* _fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _fishhook.h; path = Sources/fishhook/_fishhook.h; sourceTree = ""; }; + 2072C0B4B5EF93EA005D5B2EE636D592 /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; + 20D624C28477A8F182D5F14B6FA36320 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; + 20E22C5328C7F70C0FB61AFCBF74C72F /* CocoaDebug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.debug.xcconfig; sourceTree = ""; }; + 214F976C1E8A621D40BC327EE0D5A3D8 /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; + 2191B315DE5D103CDC714F7C66E3A852 /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; + 2195CC8694C076D762EE2FE38C7712A1 /* icon_file_type_dat@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dat@2x.png"; path = "Sources/Resources/FileType/icon_file_type_dat@2x.png"; sourceTree = ""; }; + 21B29053F38D28F85EB760D090B61FE3 /* JPushExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.debug.xcconfig; sourceTree = ""; }; + 21C9BB6F2604558981D98730774A3A1A /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; + 2246B625F37A21D1244A3874B0231922 /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; + 22479C8BE96458B87B9B99F068211C6B /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; + 226BFAFD879D2C6D17246222D8E3FE3E /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; + 2273640704A09AF13130BE0D278E67D3 /* icon_file_type_xls@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xls@3x.png"; path = "Sources/Resources/FileType/icon_file_type_xls@3x.png"; sourceTree = ""; }; + 228D2631C869E492DB2C12B482EF227B /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 229DA2F25E8018D819EE25E4AB34AEFF /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; + 22A68A348F42B7D249535DD18B3EC09E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; + 231D80DC3E1CA5C2842E1F606CEAAEEF /* SynchronizedOnType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedOnType.swift; path = RxSwift/Concurrency/SynchronizedOnType.swift; sourceTree = ""; }; + 2345A7FEB21DB7ADBAA0CCD14DBEFE8F /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; + 2364F55A2EBE9A859B889F1CA0AE1CD6 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + 23738F4CA80E173058E5C926A908687E /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; + 237D806C45BDA139B53C9EA067CAD8A7 /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; + 239BFB72EAA369A8CD8F81D8B08BC1D2 /* UISegmentedControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISegmentedControl+Rx.swift"; path = "RxCocoa/iOS/UISegmentedControl+Rx.swift"; sourceTree = ""; }; + 23D0B1D6E86E7DA9D74535A3E52DC83D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + 23F6E5D0535A78340C4860448D77E501 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + 241A8E03BA53751056476CA445C7A798 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; + 242D2F9111C8298321C4E6F4D262BB5D /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; + 24844CB9DEC581F98BAD20375BB978A9 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; + 2495E199C8C2ECCBF68A901B85D30005 /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; + 24A38300E240A8CBB21CD0B31DE6F8DE /* _FilePreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FilePreviewController.m; path = Sources/Sandbox/_FilePreviewController.m; sourceTree = ""; }; + 24FBA72E3084E8EA95576DFC0CA7D941 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Sources/ConstraintDescription.swift; sourceTree = ""; }; + 24FCC505CD228AED91EB22DF36749C8B /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; + 252A9DCD802B992AC0DECCF671A7783B /* icon_file_type_db@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_db@3x.png"; path = "Sources/Resources/FileType/icon_file_type_db@3x.png"; sourceTree = ""; }; + 254F229B6CB96860AA4E99468D849934 /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; + 258F265F867D0E62491EF0DAA88FD6E3 /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; + 25FEF7F39DDF0188E579F47F8A88C539 /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; + 261FCC30C522E14C26409D4278AA150C /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 264ECE557D87379DBA0014642D5F67EB /* 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 = ""; }; + 2655D568C703BF26547D73C57526E4BE /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; + 268C1962D5D3B2D0D5F5B8B98C92CCA3 /* 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 = ""; }; + 268F9CFA340000374DA72D334B9D739C /* UISwitch+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.h"; sourceTree = ""; }; + 269E290D89BE61A043675490D1B2056E /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; + 26B0F221FC31E91004E2BB66711F9624 /* NetworkDetailModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailModel.swift; path = Sources/Network/NetworkDetailModel.swift; sourceTree = ""; }; + 26CB9E61C74CBC430AF2D026DC78FA90 /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; + 26DB052E4FB9DD69263E66C759F7F918 /* _HttpDatasource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpDatasource.m; path = Sources/Network/_HttpDatasource.m; sourceTree = ""; }; + 26E665FE5D8AFEDFEC1E43FC29DE4EDC /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; + 27275223C75B1D4581CDD2ACD5DE15E1 /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; + 272A4B18FC9006D3063FC7656E08F78B /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 2747D97E301511F02BEDA6AE18045EF1 /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; + 27614E42DB90CB70B19297B2E2BF3EB4 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 2766058560A6AE2B2FB1D3957CD592B6 /* icon_file_type_pages@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pages@3x.png"; path = "Sources/Resources/FileType/icon_file_type_pages@3x.png"; sourceTree = ""; }; + 2858D1888237B7FC482B44A915F39050 /* icon_file_type_mp3@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp3@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mp3@2x.png"; sourceTree = ""; }; + 286DE96C7558E570196C734F62E6D9C4 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 28717057C1F07E71E03B6BBBDB48CF5B /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 28941AF9B5165FA56AA8ED68C2E443C8 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 28A416FC484ACE8BD96EC6A2C41D6E39 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; + 28A813353E365AC4ED33118FF7E87888 /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; + 28C685EE5F896CCB3C5817DE1B175425 /* AMapTrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManager.h; path = AMapTrackKit.framework/Headers/AMapTrackManager.h; sourceTree = ""; }; + 28D93472665A432504AC6C522A805562 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; + 28DF9815DB147418AAB73069DE09F145 /* 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 = ""; }; + 2912C72364AFB0BAE5C0DB42E33899C8 /* 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 = ""; }; + 297CA167AE3020AE922EF5B7110268C2 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 298F9CBE1CF145CFF1B8538A905DEA4A /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; + 29A5253DCCCF9F69975AB5BA27A35833 /* icon_file_type_html@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_html@2x.png"; path = "Sources/Resources/FileType/icon_file_type_html@2x.png"; sourceTree = ""; }; + 2A03BB53BFBC08B1EAD2381D5AF81718 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; + 2A10BEE307B64BA71613A41C96687DCC /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; + 2A2470590B21AEC054D58592DF38440B /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; + 2A497354C9DC2872518646E2C24B1AC1 /* _CanonicalRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CanonicalRequest.m; path = Sources/CustomHTTPProtocol/_CanonicalRequest.m; sourceTree = ""; }; + 2A64FFCD99CF2DF3EF141B5E44C41A12 /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; + 2A72A687E4DB43BE40DE8B4BB0DDBA4A /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFIJKPlayerManager.h; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.h; sourceTree = ""; }; + 2A9CB577CF943BC73DBA7B128C19B180 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 2ABF6325D3C01E61B9648910563A28BE /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = ""; }; + 2AC1E81FF35D60699AAB10931008243E /* icon_file_type_ipa@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ipa@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ipa@2x.png"; sourceTree = ""; }; + 2ADB4EE08A9E187AFDB37B756D5F04DD /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + 2B056533E4B0067C895151A88D509D4A /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 2B0DEFB8D2F6FBD0EB011F49E899B644 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 2B13F64AD61891F832FAF868580289B2 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + 2B20637CDD9FB72E38FF7E62BF481BE3 /* icon_file_type_folder_empty.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_folder_empty.png; path = Sources/Resources/FileType/icon_file_type_folder_empty.png; sourceTree = ""; }; + 2B360632933C0B2318624E9545D89475 /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; + 2B38EAB799605F1D205B17706448B963 /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; + 2BC8F709B62FC2E46FC61BB641C36E73 /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; + 2C7087C49FDA58FD978F0F79B21E6579 /* _NetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _NetworkHelper.h; path = Sources/Network/_NetworkHelper.h; sourceTree = ""; }; + 2CDC80741113F92E604940A6187E8FE0 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; + 2CEBAE44D30275292E512FDCD7B604EC /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 2CFB7949515D92B82281FD90217C0700 /* icon_file_type_doc@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_doc@3x.png"; path = "Sources/Resources/FileType/icon_file_type_doc@3x.png"; sourceTree = ""; }; + 2D43BBC658A5DD74DC3BB1117C9E1AB2 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = AMapNaviKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 2D58D04D433E8E1F06ACC9682BB4E685 /* 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 = ""; }; + 2D840DF15B8CFC70930AC22F2C8ED5A9 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; + 2D998F589817DDF7A5333A822CBEC675 /* CocoaDebugDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugDeviceInfo.m; path = Sources/Core/CocoaDebugDeviceInfo.m; sourceTree = ""; }; + 2DCD6FF3FC08EACB8DB8435F51DD9BFA /* DDZFPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-prefix.pch"; sourceTree = ""; }; + 2DD2E33AA84C9C16F8023A0AD8618C07 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; 2DE47AF6516BB19369CA020EA7C48A4A /* DDNetworkingOfAlamofireKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDNetworkingOfAlamofireKit_Private; path = libDDNetworkingOfAlamofireKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DFD157A69FA887263CCFBECF788059E /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; - 2F0988B1C29A7765529195ECCE4B347C /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; - 2F13DD16495EEB7383D65B0DE3777908 /* _DeviceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DeviceUtil.h; path = Sources/Core/_DeviceUtil.h; sourceTree = ""; }; - 2F21EBD44736E2BD6DCCB9933EC40AFA /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; - 2F5C6384B92BDC0EF9898E50D396EBB9 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; - 2F91E187CB44F351CC91D0D87E3C0740 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; - 2FAD6FC15974DBA0FF12BECCEA235872 /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; - 2FB5AED4E0E34C321B6B0FC045FB50E1 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 2FD8E484865FA498F66314A905125C8B /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; - 30074B228CDED11286106CC3F20A738D /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; - 30167188FE0F96121D70392E4927EE2A /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; - 306B5097D2023FAFEE069E00E5F37E8B /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIScrollView+Rx.swift"; path = "RxCocoa/iOS/UIScrollView+Rx.swift"; sourceTree = ""; }; - 3079BDBC39DC920BE63AC7B72F911AFB /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; - 307E5CB92817A8ED6BA1C343E10F7710 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - 309B95795D2946559604CB5DFF233BAB /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; - 30B7E097BD7EB89267D1E9FFAAA85377 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 310BD972647078EAFEE4033CAB1E1BF2 /* 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 = ""; }; - 31399BE894DE54CCC13A350A91A3AFCC /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 316AAE1BE99812898FF20FC3A059CAF4 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - 31C236674516F1DD1B6E389C4495E2D1 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; - 31E9229CC74C809BECB976F679F909D0 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; - 3253A48250A568F9630A876E7FB10B7B /* icon_file_type_db@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_db@2x.png"; path = "Sources/Resources/FileType/icon_file_type_db@2x.png"; sourceTree = ""; }; - 3257B81B4F0A8F09BFC22CB35AAC7B8A /* icon_file_type_fla@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_fla@3x.png"; path = "Sources/Resources/FileType/icon_file_type_fla@3x.png"; sourceTree = ""; }; - 325B30380D5C72F7F127B8CAE5EBBD48 /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; - 3262A38D15455C3CD8573E7E8510736C /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 32851633BA08A836ACC460464B779055 /* RxSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxSwift-dummy.m"; sourceTree = ""; }; - 329983FBAD877C72DFDC31213FCB950D /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.h; sourceTree = ""; }; - 32A060FA06912DEF08C14B2CAF8AC48C /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; - 32C7A9E91D346601A6EFB63D978F7376 /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; - 32C94E2EE6DAE9656DA7E84EEBAF76FB /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 32C9F0A42AD073DAFC7CBD5FA97A23CD /* _ImageController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageController.h; path = Sources/Sandbox/_ImageController.h; sourceTree = ""; }; - 331D98EB620C01F424B96A5DA29C60C0 /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; - 33AF4A4F3F05BADD5DE4322A519DDA38 /* icon_file_type_mp3@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp3@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mp3@2x.png"; sourceTree = ""; }; - 33C527167BCA8278B0CAC9FF9477E7EE /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = ""; }; - 33E080EE7742C6CA6040857FC0687A7D /* BehaviorRelay+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "BehaviorRelay+Driver.swift"; path = "RxCocoa/Traits/Driver/BehaviorRelay+Driver.swift"; sourceTree = ""; }; - 33E5CCEAB5526862A8A29B3035E9EBC2 /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; - 3464A788AA37444E4A426865192CC254 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/SDWebImage.h; sourceTree = ""; }; - 347EE4400E1618809DE4560F1E371F05 /* JXCategoryFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryFactory.h; path = Sources/Common/JXCategoryFactory.h; sourceTree = ""; }; - 34C33529746B8713CF757051EF3C5895 /* icon_file_type_xml@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xml@2x.png"; path = "Sources/Resources/FileType/icon_file_type_xml@2x.png"; sourceTree = ""; }; - 34C3553AF01E9B43887AAFA045BEDDEC /* _FileTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileTableViewCell.h; path = Sources/Sandbox/_FileTableViewCell.h; sourceTree = ""; }; - 34F47DCCF2222D26B7FE66FED44314FA /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - 355B205914EB41526BE542CC4950AAB0 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 356ABE7F25D61387B8A46B5A3317D50C /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 2DE6F2A10679DDD6131349E543E811B6 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 2DFB04E8CD7688D27752CFD7421C0673 /* icon_file_type_torrent.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_torrent.png; path = Sources/Resources/FileType/icon_file_type_torrent.png; sourceTree = ""; }; + 2E2BFBE2242E5EAC79FBABE37075A6C5 /* icon_file_type_keynote@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_keynote@2x.png"; path = "Sources/Resources/FileType/icon_file_type_keynote@2x.png"; sourceTree = ""; }; + 2F46DB4EA66FEC1BC01215FE431479F8 /* 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 = ""; }; + 2F721577F8816C5139311BD988581E4C /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + 2F9038531BED21073377FB2BAF653D92 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + 2F9785157E6C22EEAFED5E40C56D005B /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; + 2F9A22D3EB0C99116FC946A4E0B6BC99 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 303F03F1F978AA4E952FD04D548BC67A /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 304EEF4E4B2B372298B483D3343ADB87 /* _RX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RX.h; path = RxCocoa/Runtime/include/_RX.h; sourceTree = ""; }; + 305A31455D458A753D65F5EB9200BE1F /* 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 = ""; }; + 306BEFD617F228EE03150ACD4ED3B777 /* CrashStoreManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashStoreManager.swift; path = Sources/App/CrashStoreManager.swift; sourceTree = ""; }; + 30C5AB4F054C567F58BC2884C3441C07 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 30D17D46F823929E0F0BF9FB543C01C8 /* CocoaDebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.release.xcconfig; sourceTree = ""; }; + 3125D8DCF7018A7FCCEC0336B3E20324 /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; + 313BCE417F7CA2F3FD721EAAFEFD9AE4 /* PublishRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishRelay.swift; path = RxRelay/PublishRelay.swift; sourceTree = ""; }; + 313E93DCEEF6AB85CFBDA3E9170E3141 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; + 317B039329A3E0E547522B43DEFF533F /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; + 31F0D461FE23A70D3F2BB6802B47325B /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; + 322C488E67C917A628FC553BBDF2921F /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; + 32325AB5B41DE0BAE1AAC1BC6BB69EE2 /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 328126C84506EAF47029A994496D6EF4 /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; + 328E53DF6029656E50147FD0A548BF9D /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; + 3291FD2F05D78B7BB557DBA66C3B60D3 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 32967BBFC65AC5D8D70350B2FDC7534F /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; + 32AD5AD15E461E10BB0AE01B5A21889F /* icon_file_type_flv.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_flv.png; path = Sources/Resources/FileType/icon_file_type_flv.png; sourceTree = ""; }; + 32B099E5C7778F863F0F0532C7051FCC /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 32CF33D41EA2EB574F4C52A64405302C /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; + 32ED0EA3FD85346667DDA9948654E77E /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + 32FDF7D485A46164A14084DFDAD56115 /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; + 33316B4B1C819196CC346E2F119D2877 /* _Swizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Swizzling.h; path = Sources/Swizzling/_Swizzling.h; sourceTree = ""; }; + 334DB076BA8FBD0CAF1A07678DA2E006 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 337F4C37E195689968FAEB554F65875B /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; + 33ADA8284095C8BA43CA145F9753492E /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 33F4AFEE079BF1C5A059742FC9F66C81 /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; + 340B3760C547E1B56C13194685489C5F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 3427F277EC01180AAEE2C48B5143EAA7 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; + 34466743F716C1CD94E58A4369D5AEB1 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; + 349EFEC755B3DC0C5FAE5BBA325C7B81 /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; + 34B30137550C92648CC8BAD68BBA4293 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; + 34E3E634AABD4047F3D6B6DEFD920D0F /* 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 = ""; }; + 34E3F01ED8BDEAD369111D1EA64C0FBB /* icon_file_type_keynote.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_keynote.png; path = Sources/Resources/FileType/icon_file_type_keynote.png; sourceTree = ""; }; + 351959B5D0203FB87270EC42395FE3C9 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; + 353BC14916C79F16481B4220BB4B5AE7 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; + 3540B5583310BE431EBAD0CF012FDF41 /* JXCategoryTitleCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCellModel.h; path = Sources/Title/JXCategoryTitleCellModel.h; sourceTree = ""; }; + 3563E1E50C3C038DD4A038D3833ECF5C /* _ImageController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageController.h; path = Sources/Sandbox/_ImageController.h; sourceTree = ""; }; + 357270646D138BAB6650D35F5324FFE3 /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; 35BC09180850FDD03C450D14BD310714 /* DDProgressHUDKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDProgressHUDKit_Private; path = libDDProgressHUDKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 35DB9B25A38E1906269481378DC084E8 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - 35E0C1123B974156165208A58CC9C4E9 /* 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 = ""; }; - 360CEE83C789BD6E990B39DA6D2726B4 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; - 360E8C023C6FC4183838AA96186B6792 /* DDBaseNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseNavigationController.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.m; sourceTree = ""; }; - 362E66A36D877A4D20CC49CA974F5BB5 /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; - 368F088972589B9011EF799C84440A18 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 36A4D0EC4E7038F1609012E54032EFF5 /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; sourceTree = ""; }; - 36A9D32740BEA1CB5E550A866B76C477 /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; - 36D0576897272BCF2373509D2FCDD315 /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; - 36DD633CBB453439EE0F54994386CCD4 /* _FileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileInfo.m; path = Sources/Sandbox/_FileInfo.m; sourceTree = ""; }; - 36F3170C8D5837A9BE35753E4F4BD1C8 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 372814D9D2DA29ABDC234394129A5299 /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; - 376A9802E36A226708C320A01F29506A /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - 377789F4F973EF6D657F640E1F5461B9 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = ""; }; - 3782D65EACAA450C43A4CE8B9370A984 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; - 37962FDC1DA30CA9AC3752AA54D67917 /* icon_file_type_db@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_db@3x.png"; path = "Sources/Resources/FileType/icon_file_type_db@3x.png"; sourceTree = ""; }; - 3798D2339DF3BC989D9AEF1C4954BA73 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; - 37B4594CD294E430DB6DD6AB145057F2 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; - 37D0DF42DE1CEFCC64AC88DD216A6C15 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; - 37FAB0BAEA67751427D6DE85F92A45C5 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; - 38181F4D4881031FED8569880510FE53 /* _QNSURLSessionDemux.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _QNSURLSessionDemux.m; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.m; sourceTree = ""; }; - 382536E4FBED5F4B7E3B9D17CD88A496 /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; - 388FE68AF6780C7F5350952D2898C7BF /* EKRatingSymbolsContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolsContainerView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolsContainerView.swift; sourceTree = ""; }; - 38A249F0CD458E564F1DDB97BC246EF7 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - 38C7BA52C91D83BC5564C138AC50CBB7 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - 38D1FFEB335AA2518A0C759264939B18 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; - 38E49CD14ED9A6FCC10384075B013697 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; - 38F0EECECA3502C31B2058880E168F69 /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; - 38F1CDA85549F310B76E79023A2E3B0A /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; - 38FCBB4F18C243D222179DF654AF8679 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - 3907F43ED4F65FA548715A6ACDD2361E /* RxCocoa-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-prefix.pch"; sourceTree = ""; }; - 39506C8FFB77463B162301DF01576ABD /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 398EF02AC671038FA4CF57813E3CF4D0 /* ReplayRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplayRelay.swift; path = RxRelay/ReplayRelay.swift; sourceTree = ""; }; - 39C8F042547087254A7B56A7E6B4266A /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; - 39D12C5D8B812324E1C4FEAD076C9E31 /* DDToastKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.release.xcconfig; sourceTree = ""; }; - 39EC8517CD324EB2F6039D5A1A0FE145 /* RxTableViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - 39F0E7887DD9D433D8702497A0BFBF27 /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; - 3A42343C2D6959246C474CAF35D6CC1A /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; - 3A4AADC92CEC0B79B22714153BB42673 /* icon_file_type_folder_empty@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_empty@3x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_empty@3x.png"; sourceTree = ""; }; - 3A5B5298BB8B463D2787721F7E6D0A22 /* 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 = ""; }; - 3A7103379C75E24B87F2159016F874C4 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 3A917F0B3BFF341657895E87AD166628 /* 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 = ""; }; - 3ACA5FE33CB355EA0C0B258471B5B900 /* DDMASearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMASearch.m; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.m; sourceTree = ""; }; - 3B071261A17D80FD9843E61320A8A11A /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - 3B1A9623209FAE65630C3CC966CEC8F5 /* JXCategoryTitleCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleCell.h; path = Sources/Title/JXCategoryTitleCell.h; sourceTree = ""; }; - 3B52E85A7BA44FF728F8B2926437D1EB /* icon_file_type_ogg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ogg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ogg@2x.png"; sourceTree = ""; }; - 3B63735627CA290063CB5E994F5666AF /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; - 3B81C0627742C03C914750029C5B88CD /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 3BA278E183408DF0809B958743E87189 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 3BAF662DB6D341D39437AD8400B550FE /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 3BC0C1E2F35892F5844DA396235A27AB /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; - 3BE4E278928BD2D719E101590D860A8C /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - 3BE50772FDEA4E29CD55B78332D6CE05 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; - 3C082423F9CBB898B2BC579ADA0FC1F7 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; - 3C15C806DA298DEF1678708531293300 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 3C26C9777A52A2C7A6AD2245879B5B0B /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 3C580E70D2C0C22659160DB7223DFDE7 /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; - 3C71851C72F3AD0940858B0BD5A7C205 /* JXCategoryIndicatorLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.h; sourceTree = ""; }; - 3C751473356BB2989B9D468DE72D3E84 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; - 3C7582FA774246BD79F6459F1ED935E0 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Sources/LayoutConstraintItem.swift; sourceTree = ""; }; - 3CF4B2CE79B8D63463E0D5C2F77DA555 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - 3CF983DA4DF78AA359D0008B54A72F12 /* 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 = ""; }; - 3CFF8C22A1278661A4558639B396E5CE /* icon_file_type_avi.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_avi.png; path = Sources/Resources/FileType/icon_file_type_avi.png; sourceTree = ""; }; - 3D1872E58A5DCDD6FB9329FABA1A9E03 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - 3D7D99BD796546135F925EA800285E7E /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; - 3D8B6CF18BFF7619F1157B03413DD711 /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; - 3D973D4B00309DC8682050DAA48D6567 /* AMapTrackHistoryObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackHistoryObj.h; path = AMapTrackKit.framework/Headers/AMapTrackHistoryObj.h; sourceTree = ""; }; - 3DA232C49BF58CA2474D487459BC5117 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; - 3DD0591BF7533C0451E6D3CAEAD03055 /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; - 3E06F7AD43325CC196622ABD56CA4788 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; - 3E176497DD5C812F72096C4C5F5DB55B /* icon_file_type_mov.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mov.png; path = Sources/Resources/FileType/icon_file_type_mov.png; sourceTree = ""; }; - 3EC07E2E6CC66DED2E6B849B9836D440 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - 3ECE29C284D0466FE88890E969C10E7B /* icon_file_type_plist@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_plist@3x.png"; path = "Sources/Resources/FileType/icon_file_type_plist@3x.png"; sourceTree = ""; }; - 3EE95830DF547E9583DE5E91FEE8B4C2 /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; - 3F01892B629A3626EC639FFA0E73C32E /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 35D4C3209B1E8619DD2F28566807591F /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + 35EBE3B59593393B1AD58EFC0DAB8EF9 /* 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 = ""; }; + 35EFF69A5708E636900A8806F60DF71C /* Single.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Single.swift; path = RxSwift/Traits/PrimitiveSequence/Single.swift; sourceTree = ""; }; + 3624652657FAF0E3F9FE19412D634F5B /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; + 364730E6797D7B7A1F18C2CBC8BDB334 /* UITableView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Rx.swift"; path = "RxCocoa/iOS/UITableView+Rx.swift"; sourceTree = ""; }; + 36562B853E4AC90448A5A71D82E87118 /* icon_file_type_mp4@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp4@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mp4@2x.png"; sourceTree = ""; }; + 365E7D9789624359FDA67681404CC151 /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; + 369B9F38F8A2B141DE820C0F0F4DD685 /* icon_file_type_swift@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_swift@2x.png"; path = "Sources/Resources/FileType/icon_file_type_swift@2x.png"; sourceTree = ""; }; + 36EBF5988DB7B9CDFBAC449DC27BC189 /* IgnoredURLsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IgnoredURLsViewController.swift; path = Sources/App/IgnoredURLsViewController.swift; sourceTree = ""; }; + 36F5897912954B93461281527705C357 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + 3719E97623066A38F3ED70F1A9D39605 /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; + 3750B8369E6ADB8C4C6C1583215F3835 /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; + 376FE570A5A6829133A474FFC7730392 /* _DeviceUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DeviceUtil.h; path = Sources/Core/_DeviceUtil.h; sourceTree = ""; }; + 378E5814F4DB445A4188D9A129C12C25 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 378FD7415A0F88337E1AF059EB96E526 /* jpush-ios-5.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-ios-5.0.1.xcframework"; sourceTree = ""; }; + 379A41EA14005A09433C46EFC4D624CC /* CocoaDebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-umbrella.h"; sourceTree = ""; }; + 37A7F898B333684C9FE6B4676AF81438 /* _icon_file_type_close@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_close@2x.png"; path = "Sources/Resources/images/_icon_file_type_close@2x.png"; sourceTree = ""; }; + 37B48AACEBDE6EB1972C952F543A25FC /* 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 = ""; }; + 37B62EBE84838E03769227540F12E4AB /* 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 = ""; }; + 37F5A538345F4986E0B09F2807B5A120 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + 38140D6D6236ACD96D5B121EBB590EFE /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + 38329FFDCE9F0709DE2DD693B0A8CD6A /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; + 3840C1C6F8F8E85A8B2FEABD23ACFF21 /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; + 3862E06F72149C424F522608706340D0 /* icon_file_type_html@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_html@3x.png"; path = "Sources/Resources/FileType/icon_file_type_html@3x.png"; sourceTree = ""; }; + 387EC6604B44E00C23596E1BDAA1DE91 /* icon_file_type_default.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_default.png; path = Sources/Resources/FileType/icon_file_type_default.png; sourceTree = ""; }; + 38928869023F554CD35CD2DF301C29F9 /* ControlEvent+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlEvent+Driver.swift"; sourceTree = ""; }; + 38CDD02D0C84F8C61DA1AAE6CF0DDA7D /* JsonViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonViewController.swift; path = Sources/Network/JsonViewController.swift; sourceTree = ""; }; + 38EFF1F2810F30257265775C5181F41C /* DDBaseSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseSwitch.m; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.m; sourceTree = ""; }; + 390AF573BC3D18826A92E035B554E7C0 /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; + 39674D3BC4D8884ABB9C39460C0DD02C /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; + 3A0E10812234977E3586159F11138E38 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; + 3A1E1A39CDD27E11ED26E81AAB4936B4 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 3A35017495E79C241503D1C611FB0E9C /* 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 = ""; }; + 3A3619C4E5BD01568648DB657F9E8F5B /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; + 3A9B988F271C6234C34D7277087DEA3B /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; + 3AA09917021434E9E85814D989AE550B /* 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 = ""; }; + 3ACE66775F3A70F0A70C76149A77F3BE /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; + 3AD21409FAB4C66BBA19E878AD74C873 /* DDToastKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-umbrella.h"; sourceTree = ""; }; + 3B214EC5CF3F14EEB64EFC1B4EB2443A /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 3B6A8199FAC876B7AED1A62595BAC316 /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; + 3B7B99B47DFA8FAED801F72036AC6710 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 3BAEF366B3A601AD60A93008F9BC2E3D /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; + 3BB786BC07D28CC81EA3AAB3AADFF2A2 /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; + 3BEFD53C17D48B56061198A761955C21 /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; + 3C20CC5237EC1AA127736F27F4D81304 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 3C2EE480225389F7EFC69C533B094CA8 /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPersentInteractiveTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.h; sourceTree = ""; }; + 3C3FDDC7BA32AB3B5471DC9F5FF4D5E6 /* icon_file_type_java@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_java@3x.png"; path = "Sources/Resources/FileType/icon_file_type_java@3x.png"; sourceTree = ""; }; + 3C5306A37354024DA164BE02BC6E865A /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; + 3C5B42DE2D9B37C430EC5A2E8856692B /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; + 3C71EFBDB0BBB656B7E1EA19FD5A3564 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 3CBAA85B5029A1DD19DEF9DDD68DDAFA /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; + 3CE688B8597248AA1CA63CABC59EF1EF /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; + 3D148BDD044AA0EFFC35AB4DBBB1EA14 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 3D1A5662585CAB5FBA6C27AB02DABD3E /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 3D47E8D0421BF348301018FBE5E6BE7F /* icon_file_type_php@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_php@2x.png"; path = "Sources/Resources/FileType/icon_file_type_php@2x.png"; sourceTree = ""; }; + 3D552C931878226DE7B26FC6140DBE22 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 3D55E75469E7DECC4FFE78A9C9C0636A /* _RunloopMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RunloopMonitor.h; path = Sources/Monitor/_RunloopMonitor.h; sourceTree = ""; }; + 3D965D177B9A50C58DE6CD82F404341C /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 3D98B22AC22B69B9F31152B00E2464FF /* CrashCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashCell.swift; path = Sources/App/CrashCell.swift; sourceTree = ""; }; + 3D9DC9EB8556F454CB2CB2ED1D3DDF40 /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; + 3D9FEB8E5F50EB4EC92B3AD91BA411A0 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; + 3DC4C25EB00D7ECAC408C784D3DD996A /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; + 3DD546F28266A1B6F24E9AC519D259D6 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 3DFBEC2B3745AD1EE5FB3E6A69D81943 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 3DFC81E8231E1A59A4C43ACC81D62511 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; + 3DFCA0D0562E6744B95AFF71300AD74E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 3E14C54FBD7498F5173137891E43D360 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; + 3E7B2CF5D45426C17DF394E822D68F66 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; + 3E99B84AB472EFCD4F324BB2B1CB2E5F /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + 3F51972E972C6C30A678D55CA7BACE5D /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; + 3F5CC126E5B4B600CB11DC9B69D8D8B1 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; 3F659DC98613325346A7F6AF56D2E619 /* DDTimerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDTimerKit_Private; path = libDDTimerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F981CFB9F4A21AF271C2645ED141025 /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 3FAC430F7F2D9F2BB5ADA5439647269D /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; - 3FD110744D980000542053E9BB4F6FEE /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; - 3FD655DCD0CDA106C648D72E01735734 /* DDAudioPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAudioPlayerKit_Private.modulemap; sourceTree = ""; }; - 3FDA3F7F7AD59FD9728C33CD690CADC9 /* BehaviorSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorSubject.swift; path = RxSwift/Subjects/BehaviorSubject.swift; sourceTree = ""; }; - 40009CB2C7E53E655E646E102A91AE77 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - 403137021425F754E9838004199BEE05 /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; - 405C35063C37BA71EEBE9B61CF082CC8 /* CocoaDebug.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaDebug.modulemap; sourceTree = ""; }; - 40922C117E6DB24EF727229B3A2BFF5D /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; - 41458FF2585B935FF2FBA66AB3EA086D /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; - 414CCE770135B863B3681D69D850EA95 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; - 417D223FE271D3C738299A2787FA68F4 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 417D3BF7F2E418BC583D4E6DD0E0E1CF /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - 418F2B1CFFB6A339DEA2A7DE9192A0F8 /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 41E4C494C3D2A1D8DD5F8FB494F9BF3A /* 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 = ""; }; - 41FAE916D4C0AEC201074C5C74E92C63 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; - 42181CBBF0570751605F5301C8AFAB41 /* DDAudioPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - 4224EC3201E37EC5D69A4F316878EEFB /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 425079D2E72CD9A6851A03BB59AA8956 /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; - 427C06E7A6BEB0B1E52F6D7DE35E606B /* icon_file_type_flv@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_flv@2x.png"; path = "Sources/Resources/FileType/icon_file_type_flv@2x.png"; sourceTree = ""; }; - 42AF63DC8D965A189E15C7AD36497FE6 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; - 42C512828A40E152872C6B4CE3903BE0 /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; + 3F671C4E813F8963703D4B133B8B1E30 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 3FD3B2A53BD296D9BE0BF15ED68288EC /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 3FF39EA9CAC5AB610CAE652D90C53B2C /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 401557D73FB03EFCFC49F1CCD0E9CF8D /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; + 402F1FBC6DB23AB6C30A37A5AC6E132C /* _ImageResources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageResources.m; path = Sources/Sandbox/_ImageResources.m; sourceTree = ""; }; + 403DFE61129E05150C3E915221B39396 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 40A410F808B7012BB9D30A5999859148 /* icon_file_type_apk@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_apk@3x.png"; path = "Sources/Resources/FileType/icon_file_type_apk@3x.png"; sourceTree = ""; }; + 40BD456DF0D1B0FF5AC86F886B9548F8 /* 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 = ""; }; + 40DBCC36B295CEC0A967CBE33B61662D /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; + 41066BCCA14C31588B1CB13D6495D520 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + 411B3ACC44D9AB94773CAB5B748713AE /* icon_file_type_txt@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_txt@2x.png"; path = "Sources/Resources/FileType/icon_file_type_txt@2x.png"; sourceTree = ""; }; + 412E03410AB619A9A9AB93536D654691 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 413C9F3193D0B20C978C0C4C15EBC5D8 /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; + 41469D1B42558299D19FFD3C10B36E30 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; + 417D2DB6FCC51C609DE5678ADDAA6BA2 /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; + 418262243490F789E5397946867C8F0C /* _CustomHTTPProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CustomHTTPProtocol.h; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.h; sourceTree = ""; }; + 41B9FB2EC5BB1EC9DD31DD20C1414EC7 /* icon_file_type_psd.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_psd.png; path = Sources/Resources/FileType/icon_file_type_psd.png; sourceTree = ""; }; + 420B2824C5FD408C560D9EAD613F8745 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + 420F4C0155A09EEDABC747356CC0CB2A /* RxTableViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift; sourceTree = ""; }; + 421B1FCED74C6D9F8B1A086590DADA86 /* icon_file_type_fla@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_fla@2x.png"; path = "Sources/Resources/FileType/icon_file_type_fla@2x.png"; sourceTree = ""; }; + 4250D3C38672173C70CC23FE186BED15 /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; + 4252AD29F9DC0FE5315462E1A9423D07 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + 425E9882A4939F4C271766D739D89F08 /* UISwitch+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISwitch+Rx.swift"; path = "RxCocoa/iOS/UISwitch+Rx.swift"; sourceTree = ""; }; + 42ABBCE717543B1CB4EF9C963ED450EB /* _icon_file_type_up@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_up@2x.png"; path = "Sources/Resources/images/_icon_file_type_up@2x.png"; sourceTree = ""; }; + 42BA08323F00229B5D30992C68DA1EB9 /* _CacheStoragePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CacheStoragePolicy.h; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.h; sourceTree = ""; }; 42F10DB6CED6AC3E9AA446F86C16A0F5 /* DDBasicControlsKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDBasicControlsKit_Private; path = libDDBasicControlsKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 42F2302B18BC0F431281A775BC882B48 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; - 4304C25A731969DAE0A4CB5219CF83DD /* RxSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.debug.xcconfig; sourceTree = ""; }; - 43379C188DF367B0818B4778B62B62F9 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; - 434248B67E62304D0A79EBFA73DEFB2E /* 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 = ""; }; - 43437087DBCFC5D645776F53DA02B4A5 /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; - 43516021C9D63176D816609B53BA4B81 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; - 435848D234E2FDFAF4BBA77E2EA0005A /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; - 43C22CA73BBBBF6536060E4ED7BC9C2C /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 43CE7FF2EAA4CE7A18BCC8CEA451A28D /* ZFPlayerNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerNotification.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.h; sourceTree = ""; }; - 43FA3189C791074E789AB14BF832BE77 /* icon_file_type_psd.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_psd.png; path = Sources/Resources/FileType/icon_file_type_psd.png; sourceTree = ""; }; - 4430E66C5A71EB532107B6CFFD81A60C /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; - 443BBFD6B3D42FB3964EF34F210E8860 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+ZFCache.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.h"; sourceTree = ""; }; - 4449009A5E7867CF71C5B215635F2D2E /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - 445264F16A403F50D4B8A68C351262D4 /* _ImageController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageController.m; path = Sources/Sandbox/_ImageController.m; sourceTree = ""; }; - 44B7DDAE8C191FE2E6FD016FC6CE65AD /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; - 44BF77FA2C1CADDBC75666BCBF41FBFB /* icon_file_type_bmp@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bmp@3x.png"; path = "Sources/Resources/FileType/icon_file_type_bmp@3x.png"; sourceTree = ""; }; - 44D9D735940C8A938908E65F0C060C12 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; - 44ED3B33960CA6B7C6C5A4FACABF8E64 /* JXCategoryBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseView.h; path = Sources/Base/JXCategoryBaseView.h; sourceTree = ""; }; - 44F6B0D0520CC6DB5A81C4D43CE40F18 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 44FBDC1D7632810A4180BA6202B06DF4 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; - 450E40440636F88F499AB2D099762A8A /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; - 451A145E8E53F9436A0ACFB07A4787A8 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; - 457698D497C1CF68F892CE153AD695A7 /* icon_file_type_doc@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_doc@3x.png"; path = "Sources/Resources/FileType/icon_file_type_doc@3x.png"; sourceTree = ""; }; - 45812BC3B373308F9BE06C3B24FF40AE /* icon_file_type_default.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_default.png; path = Sources/Resources/FileType/icon_file_type_default.png; sourceTree = ""; }; - 458949149FB07B2512373590E32812DB /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 4597C134B51299524D6EFE0FE26196E5 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 45C5CF794B6E5E494445CEA67F6AE8C7 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 46775A49318D9ED779E15AF9095471C3 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; - 468424AFB716A419EDBBC02841EB0BE5 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - 46C2634E5526B6615070911397967020 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; - 46C780FE152BBEB2B11F25B2C425DBC2 /* 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 = ""; }; - 46DABDBA88E3F291F4E144783C9649B7 /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; - 46E57567B625071388E98BA7DD6F1C37 /* icon_file_type_default@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_default@3x.png"; path = "Sources/Resources/FileType/icon_file_type_default@3x.png"; sourceTree = ""; }; - 46FB798957B932BE65A62A8B0692E352 /* icon_file_type_sql.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_sql.png; path = Sources/Resources/FileType/icon_file_type_sql.png; sourceTree = ""; }; - 470BBC2A5F8925E41FA07BA68E914530 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; - 4771E804534D3D249DF1F01ED35C03FB /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; - 477E4DE9343D8FDCE62351F9659236A8 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; - 4780899C9E192363C43E66775A37F41D /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - 47BED3AE61817BCA27A064BA9FE3D502 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; - 47D264E081BE7629EAC9140F4D6C5993 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 48011C5CE9D9ACF014FEA5B6761F88E6 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.release.xcconfig; sourceTree = ""; }; - 480E08B1471D7513F645869E5EE04A01 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; - 4827106206B2A59B58B5EE626C4BA59E /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - 482F88FDDDEDFD3B68479DCB61A5C00C /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; - 48330C02481AEF4DCEC3989DCFEF285A /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 484AC9D5780EC966243DE61551588AE9 /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; - 484E271BDB070341A50FD8905975162C /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - 4858A1FCA98FB39993CF48E027E412A1 /* NSSlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSSlider+Rx.swift"; path = "RxCocoa/macOS/NSSlider+Rx.swift"; sourceTree = ""; }; - 4861B020D7E27F0E8FD84F687AE6E433 /* 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 = ""; }; - 4886FF587087342F26AE037DBFBF90D6 /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; - 490BF1C610902B6747C8314BA2D54CBF /* _icon_file_type_sandbox@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_sandbox@2x.png"; path = "Sources/Resources/images/_icon_file_type_sandbox@2x.png"; sourceTree = ""; }; - 492BF29EF10B1A80C58592E2008A8013 /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; - 4981C8793512C66B24F8DADF2E5C1C56 /* ControlEvent+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlEvent+Signal.swift"; path = "RxCocoa/Traits/Signal/ControlEvent+Signal.swift"; sourceTree = ""; }; - 499896852BAFB8790736F4B42D7DED54 /* 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 = ""; }; - 49CD4F2A1E8E233FA46CE5FD5825EE18 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 49DCAF1A4596E4ED086FAA5BA57FD9BA /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; - 49E4740F6C53E2191910BD1908F10E61 /* 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 = ""; }; - 4A0ED160DB69D416CCE46E0ED96A9D71 /* ZFFloatView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFFloatView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.m; sourceTree = ""; }; - 4A27FFE900F9E08F844B321E3B9E4C1A /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - 4A2DAD19AF9388FA3E160CB284E06D54 /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; - 4A439A73C08D37EAE294B5A6564B9C69 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4A5B4C2E086BB5A37EE4D21454B8D661 /* icon_file_type_ogg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ogg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ogg@3x.png"; sourceTree = ""; }; - 4A67985DE92DF6D243ED92B69714634C /* 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 = ""; }; - 4A7809897C33AB93E80EF656CCE20983 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; - 4AC30B085F0B4F562CE8CBC5430A7DA6 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; - 4AD2B3D32DC2D5922D4FF51E8ADA7CBB /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - 4AE760196C36BA405E3D39D2C30FF446 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Source/Utils/GradientView.swift; sourceTree = ""; }; - 4B783ABC741949A4EA09C8C41113E934 /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; - 4BA0C75F7684400C20E23E37C316BCF3 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; - 4BBC08FAD68A88F7287A05E04191DB04 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; - 4C071192B6C37D4D3F796CB640C6EE8F /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; - 4C39AE9E680011386986EADBB25ECD28 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - 4C402DB7701DC37101AF98F1AAA3C00A /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 4C4747D8348B2D3F3CF6DA9A40F8E1E0 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = AMapNaviKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 4C974389D0655291FB0AE0EB9DA31A8E /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; - 4CB2872B50027A5362E7396690011FA5 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 4CD0705B92F63E54791C683AE123B70C /* _CrashModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _CrashModel.swift; path = Sources/App/_CrashModel.swift; sourceTree = ""; }; - 4CF649827D4BB7735801A7D686374EA4 /* ESTabBarController-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ESTabBarController-swift-dummy.m"; sourceTree = ""; }; - 4D2B6DF130055A2CCAB715747530D1DB /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; - 4D55C8367D0E4C3C089AAC73AA537C09 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 4D62D270A16097070EB645A8494DBE9B /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; - 4D86BABF33B863F030194B8A52CA328E /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 4DC9B3B541475CAB7B9A9E50C27DD855 /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; - 4DE028E2D84A0F91A883900E43958875 /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; - 4E0DDF1EA55919DC4CBB30DD9B225319 /* 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 = ""; }; - 4E117B6933609F0529AC856075573F51 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; - 4E4D056593D32565292C67591AB91CCA /* icon_file_type_php@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_php@2x.png"; path = "Sources/Resources/FileType/icon_file_type_php@2x.png"; sourceTree = ""; }; - 4E5D51D66363E949F7C7481E8A31332D /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = AMapNaviKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - 4E5EC15F9948A416535FDAEB29029E98 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; - 4E8F5FAB1E6599E9F53B49891BDFDF25 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 4ED4E9784594D4F0519970E91C9FAD78 /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; - 4EEC6C121265DD23E5F6E56085E1C090 /* Skip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Skip.swift; path = RxSwift/Observables/Skip.swift; sourceTree = ""; }; - 4EECC4DA7562CF2E29F1756C668A94C0 /* 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 = ""; }; - 4EF3158E85C9B106AE64E06D6E642F8E /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; - 4F533F263F48E7D87B9E1DCE7A09023B /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; - 4F840D0B344141E91276FE6EC52C14A1 /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; - 4F949BDD3943AA2E03106E9CF3CA3FB8 /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; - 4FC5CB9F275E6CF7617C64CCF4B28785 /* 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 = ""; }; - 4FD19BAA57D6D2F89EAF59C5CE2673EC /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - 500CD7974E8143C141DE2C47225F0B06 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; - 500F546A08F312B66C867F314262920F /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; - 5028808FDA816F0FAC182767E78C100F /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; - 50713D33276FF07B5AA39180B92880B5 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 508C23C76BC58BC0DF0985D98DF0D24F /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 50A1422BC9CB8B83EFC8DA0FD4138819 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 50E020A3CE33380E2A7F634370C52CD2 /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; - 51301DA7667977D6925ACD930FA6C43B /* DDProgressHUDKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDProgressHUDKit_Private-dummy.m"; sourceTree = ""; }; - 5142D7DA8FAFDAA3893180D0FE5EE662 /* 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 = ""; }; - 5190D62F9AD798C22F62ABB607E891FF /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; - 51C696D112632B46C171CDC692DB618B /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; - 5227431A46A46AB324EFF4D930362857 /* icon_file_type_7z@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_7z@2x.png"; path = "Sources/Resources/FileType/icon_file_type_7z@2x.png"; sourceTree = ""; }; - 5242CDB2DB03111A788DC0059391F270 /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; - 52535A185E1663138EBDAAD130F03ADA /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; - 5266A14A900C54DF06D3B78688812743 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; - 526FDD1DCA71FEF6D66C2571AB3CD15C /* icon_file_type_zip.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_zip.png; path = Sources/Resources/FileType/icon_file_type_zip.png; sourceTree = ""; }; - 52764AB3C28A4EE27E126C7FC5F6CAA7 /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; - 52826FE03640CB0B224197CEBF6FF9DC /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 52A66268B8952B81E9BCE9712BB4DE57 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; - 530175BFF8701244D4260BC4F03976BB /* URLSession+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSession+Rx.swift"; path = "RxCocoa/Foundation/URLSession+Rx.swift"; sourceTree = ""; }; - 531184938876CA9716B95BFA557D283E /* Infallible+Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Create.swift"; path = "RxSwift/Traits/Infallible/Infallible+Create.swift"; sourceTree = ""; }; - 532223FB4DACFEA49F03A30FBD8798E8 /* icon_file_type_numbers.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_numbers.png; path = Sources/Resources/FileType/icon_file_type_numbers.png; sourceTree = ""; }; - 53361A1564DD3D9163B8100ADD29FF52 /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; - 535348DC69977225D375E88E6B5E825B /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; - 537F4C537F39CB0F98A503A917519178 /* AsyncLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncLock.swift; path = RxSwift/Concurrency/AsyncLock.swift; sourceTree = ""; }; - 538F2A1DC0BE5BF1B10C405C9316342C /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; - 5399B48F97E6FE08BC78D9E04015FEFC /* _CanonicalRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CanonicalRequest.m; path = Sources/CustomHTTPProtocol/_CanonicalRequest.m; sourceTree = ""; }; - 542AC484B61AB51FC53794B3CFC6BA5C /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; - 54AD63E8A96A371B44C02911303E7964 /* ConnectableObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConnectableObservableType.swift; path = RxSwift/ConnectableObservableType.swift; sourceTree = ""; }; - 54CBE7B14D574030E380A29D60DEE06D /* icon_file_type_folder_empty@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_empty@2x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_empty@2x.png"; sourceTree = ""; }; - 54D32FCF006486CCCB22D3B44A05B109 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; - 54DDA242AC7B6537D8E0FCEE07747915 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 54DF957F2A5F496527D114BA66FAE3CA /* 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 = ""; }; - 54FA37AC1D0BF92297C6F1692389F1D6 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Sources/ConstraintInsets.swift; sourceTree = ""; }; - 55047F1BA41243847270965804ECDC45 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 5525ABEEA14CA4E5AB5FF704970AD83C /* DDProgressHUDKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.release.xcconfig; sourceTree = ""; }; - 5557072D4679705898E85F13CB9F4B96 /* Pods-OrderScheduling-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderScheduling-umbrella.h"; sourceTree = ""; }; - 555AC2D8DC026900B91FD2906E79BFBB /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; - 558EFDDD9783513313FFED3E7DFEBA42 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 55C134061004C50225B29605CA80BFDB /* EKNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNoteMessageView.swift; path = Source/MessageViews/Notes/EKNoteMessageView.swift; sourceTree = ""; }; - 55D852C4E8B16358C5A5C34C770E681A /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; - 5650D58802A7057C6141F8BF3565E6C6 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 56AFB8A10E65E409B93276FE92953C0C /* _FileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileInfo.h; path = Sources/Sandbox/_FileInfo.h; sourceTree = ""; }; - 56BF39B3EB093F44FA1AC755EE7FB094 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 56C5D14F912A842FD12DCB662E1DDD4A /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; - 56CF2367E46E9B8A208D597A19F48981 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 56F3F147246D1B193904FEC21A9AEBD3 /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; - 573125C9519187DE8AEAE292631AE848 /* icon_file_type_js@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_js@2x.png"; path = "Sources/Resources/FileType/icon_file_type_js@2x.png"; sourceTree = ""; }; - 577FA7A5EA46FFE67C8286A291B00306 /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; - 581B8407B31F61AB6E6AA4BEEB6B5B2B /* icon_file_type_eps@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_eps@3x.png"; path = "Sources/Resources/FileType/icon_file_type_eps@3x.png"; sourceTree = ""; }; - 58294F63B9546EE5FB94783D942812F9 /* ColorUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ColorUtil.swift; path = DDColorKit_Private/Classes/ColorUtil.swift; sourceTree = ""; }; - 5853D8C365C2E23E53E6B8B428CDFA6A /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; - 585B5212B5D24CB61F756A163F5689D1 /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; - 58616896C19469929ECA72A98CC07B44 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; - 58B2406C7EFA1DEBBA5BEC5D0C5D0E1F /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 58B79610BE6A6C4B3D20180A405E2ADC /* CompositeDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompositeDisposable.swift; path = RxSwift/Disposables/CompositeDisposable.swift; sourceTree = ""; }; - 58E2AC33E168E15B298D69C9A5A28FFB /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; - 58EEDD99D1C438371D165DC77DA91A10 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; - 592DB6D4AD6DF021B80821D5051549ED /* _RXKVOObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXKVOObserver.h; path = RxCocoa/Runtime/include/_RXKVOObserver.h; sourceTree = ""; }; - 596939FCB24F0C0983F3D0244DDE979E /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 596DE640FE593D727FB94B1DAD21AAAA /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 599764A876E61F5FB8457DA44BF1802F /* icon_file_type_xml.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_xml.png; path = Sources/Resources/FileType/icon_file_type_xml.png; sourceTree = ""; }; - 599B656FFA3EE132DADACAA7C57B2D69 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; - 59E8D33B939E8C3C48C63E7D53976129 /* JXCategoryView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.release.xcconfig; sourceTree = ""; }; - 59F699CE8707481B6EED4B8F739DDEF4 /* 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 = ""; }; - 5A1E4F867A8F571345C3F5671F4A12F8 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 5A30B03FF04AF86AC507A20E3B9FEFC5 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - 5AEB8F30EC772AD200F59854D2F954B8 /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; - 5B0C471A1366B0B07B5F2EA7A64E2412 /* icon_file_type_folder_not_empty@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_not_empty@3x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_not_empty@3x.png"; sourceTree = ""; }; - 5B0C9B0C30155D7F73A4B04BA60E4F99 /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; - 5B3641D0CF1CA4E4BA2FF11915711A00 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 5B6E1C43DDC2917670BEB8DBBDB08584 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; - 5B8523EC1C497B23AEB099EAA9E48591 /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; + 42F54D15E5663FF62ED21D6E52CE458D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 430450EDCBE0A8123F911FC80A1F8871 /* ZFFloatView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFFloatView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFFloatView.h; sourceTree = ""; }; + 4323BC6B76C5E701BEADB68EAABA4C4A /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; + 43EF94329ADB23E306848FEB379835EF /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; + 4402244F1B6D2395120E87A81EB85D38 /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; + 4438DB3CA575F2492A2CF02D492C6EC1 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + 444476DDFF2693487487736B968C6CB8 /* EKWindowProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindowProvider.swift; path = Source/Infra/EKWindowProvider.swift; sourceTree = ""; }; + 44497BED4BC08D65BC9D4206D7B83722 /* ObservableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableType.swift; path = RxSwift/ObservableType.swift; sourceTree = ""; }; + 444F53B72D7A3895A9EBA2F8050F5D1C /* _HttpDatasource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpDatasource.h; path = Sources/Network/_HttpDatasource.h; sourceTree = ""; }; + 4473E6082E04C2B5BE0E6A527EF83001 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + 4485E7E8F06A4373D080B7B377787F0E /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = RxSwift/Observables/Zip.swift; sourceTree = ""; }; + 44C25858758BCA4CF7D0131077BF4E8F /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; + 44C3E0580C384842D2DC2D9363F50302 /* icon_file_type_dll@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dll@3x.png"; path = "Sources/Resources/FileType/icon_file_type_dll@3x.png"; sourceTree = ""; }; + 4507C931F8730D6D36898F8869F184F2 /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; + 454333FB147E5D0B60A9194BB84A573F /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 454392E0BBBFC5DBDDC8C0A86399F4BE /* icon_file_type_numbers@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_numbers@2x.png"; path = "Sources/Resources/FileType/icon_file_type_numbers@2x.png"; sourceTree = ""; }; + 455C8484EF2FD822F63AADEC4357C663 /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; + 45AA72946E315A5BBF295AFEB982C477 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; + 45BAE5CBACF11D6184D16ADDD7F76CAA /* CrashListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashListViewController.swift; path = Sources/App/CrashListViewController.swift; sourceTree = ""; }; + 46A22D641D3D4C7F95497DCB0167ED03 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; + 46AC0EAA6BCDE18104F9EB2995437FCA /* icon_file_type_zip@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_zip@2x.png"; path = "Sources/Resources/FileType/icon_file_type_zip@2x.png"; sourceTree = ""; }; + 46DD0C3B7A6760884275F6BC05CA6CEA /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 46F6FEAC1F7388897769BBBB100EC447 /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; + 46F941A00716D63FA4B2D4EC0E125AF8 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + 46FCC70CC23D073C25E99EEB529ED111 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 47025F1AB77C344A3B7F5F4E3C22ADBD /* EKAttributes+Presets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Presets.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Presets.swift"; sourceTree = ""; }; + 474EFB95DCA0C43E648D58FA1E3802D4 /* 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 = ""; }; + 477560EE92A6804E14365B1F2EA35481 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; + 47977D2C530A5425872D00CFF60EDB87 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + 47BD0E149DC9C137318F4ED9CB11C4DA /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; + 47C4B2DC947DD24AD8C97FC70C7AFC98 /* icon_file_type_sql@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_sql@3x.png"; path = "Sources/Resources/FileType/icon_file_type_sql@3x.png"; sourceTree = ""; }; + 47F7E8DFB7A4E5C20CB0DBE7108299FE /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 48144D682BBC0A8556FDE8475457A4DE /* JXCategoryBaseCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCell.m; path = Sources/Base/JXCategoryBaseCell.m; sourceTree = ""; }; + 48366B87A21AB2A777F1341B9162EF77 /* DDZFPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDZFPlayerKit_Private.modulemap; sourceTree = ""; }; + 48557E2EAB9A26739C46F9B82BC5D7BD /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; + 4869657D7126341A4C9662361905E4F1 /* _icon_file_type_app@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_app@2x.png"; path = "Sources/Resources/images/_icon_file_type_app@2x.png"; sourceTree = ""; }; + 48A20F27B76DF75073E195640EC9B607 /* icon_file_type_json@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_json@3x.png"; path = "Sources/Resources/FileType/icon_file_type_json@3x.png"; sourceTree = ""; }; + 48A9290EC63CE913470B2429E7504939 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 48AD4742D37B74C4CDDD2121A3A80109 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = AMapNaviKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 490E196137027DF373B6ABA6FAB493F3 /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; + 496AAA709A947A76099FC5F6E497F935 /* GPBMessage+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GPBMessage+CocoaDebug.h"; path = "Sources/Categories/GPBMessage+CocoaDebug.h"; sourceTree = ""; }; + 497A0B7F411246A905554B6DC5735641 /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; + 4997009751AAA2566F9162059BB237B0 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; + 4A18B3C62D891861819B8FD1C3B3E765 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 4A6E0BB301A0B7FB9C69F69A58FBE7EB /* 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 = ""; }; + 4AE46257C9D993AC1ECCE1BC94CA9B51 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + 4AE49DE579790C60DF4CEF247B6C458A /* 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 = ""; }; + 4AE55287C9BF41D245C27DB0AA035A21 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 4B0611101E94B65D6D4AB0B6FD098CB2 /* DistinctUntilChanged.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DistinctUntilChanged.swift; path = RxSwift/Observables/DistinctUntilChanged.swift; sourceTree = ""; }; + 4B26976756BACF0C21DB2CACD0D6E7E0 /* CocoaDebugTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugTool.m; path = Sources/Logs/CocoaDebugTool.m; sourceTree = ""; }; + 4B48F0C5BF207C08B039FB6B903E50CE /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = RxSwift/Errors.swift; sourceTree = ""; }; + 4B64377C4C2D306959F3AB4FBE51E76E /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; + 4B6CC2A8F395E700764FC86366E41C21 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 4BDAB5DED7B5EC018C00032FEFDBF0ED /* AMapTrackKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackKit.h; path = AMapTrackKit.framework/Headers/AMapTrackKit.h; sourceTree = ""; }; + 4C3458AF8090BAF302E42E0136EEEC1C /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 4C38111340C5534426D5C419E66B710C /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; + 4C6D07D391151335E9EB0CD304A834B5 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 4CAA849AFC263E889D79F491B62F115C /* CPListItem+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CPListItem+Kingfisher.swift"; path = "Sources/Extensions/CPListItem+Kingfisher.swift"; sourceTree = ""; }; + 4CBB8A551F06EC3825D7ADECC976ECB0 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; + 4D10B32ECF2649BCA23D39A8FA305E84 /* icon_file_type_midi@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_midi@3x.png"; path = "Sources/Resources/FileType/icon_file_type_midi@3x.png"; sourceTree = ""; }; + 4D3B7A360AFF274E9DD5862DBA331E73 /* icon_file_type_zip@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_zip@3x.png"; path = "Sources/Resources/FileType/icon_file_type_zip@3x.png"; sourceTree = ""; }; + 4DDCD3F52D5E618ED5E00EAD418572EF /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + 4E16C69785986961BA694E75D3BD7E9C /* icon_file_type_dll@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dll@2x.png"; path = "Sources/Resources/FileType/icon_file_type_dll@2x.png"; sourceTree = ""; }; + 4E1D5A2A759717D321EAAA2937A53458 /* icon_file_type_ogg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ogg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ogg@2x.png"; sourceTree = ""; }; + 4E29F77926B21632BBC21D6521D8F806 /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; + 4E542CA35361EEB906949CCF8D846137 /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; + 4E9ED99769741285CCE2A4341C854497 /* NetworkViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkViewController.swift; path = Sources/Network/NetworkViewController.swift; sourceTree = ""; }; + 4EA842974C064A6643CA65B4F60C0A8E /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 4EE6A2BA0541F014A8F146C522ED834B /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 4EFE7B8D4BFE15F0CE7B6101CD8BDF57 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; + 4F04DC8D4ECBA73AB8BD1CEA05F268EE /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + 4F0596AF621E17FF5F052E8CDBD4D641 /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; + 4F0A5E7CB7C476FA5446FFF6B936C0EA /* AddRef.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AddRef.swift; path = RxSwift/Observables/AddRef.swift; sourceTree = ""; }; + 4F4F4587E316BEB19D904E0D032ECE00 /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; + 4F9F518F631DAD499A76918612F2F6AE /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Sources/ConstraintViewDSL.swift; sourceTree = ""; }; + 4FC739643A575A607FD0C9365E2CA798 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; + 50D43C1DB6F514C4D627F11D95505B2C /* icon_file_type_bmp@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bmp@3x.png"; path = "Sources/Resources/FileType/icon_file_type_bmp@3x.png"; sourceTree = ""; }; + 511BB4568CD9D368A3A7AB93971BCB3A /* UIActivityIndicatorView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActivityIndicatorView+Rx.swift"; path = "RxCocoa/iOS/UIActivityIndicatorView+Rx.swift"; sourceTree = ""; }; + 512132A454E76E647996003C93A90F9C /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; + 513F7B7C2777EB9B297B9A4DCA665F6C /* EKAttributes+Precedence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Precedence.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Precedence.swift"; sourceTree = ""; }; + 517BF1372E40839F8E7CB34DA254194D /* DDBaseImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImageView.m; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.m; sourceTree = ""; }; + 51986791D14DB6492501E3A6AFAF08BA /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 51B72EA8B0F5EF94B3BED028EF562B73 /* icon_file_type_mov@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mov@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mov@2x.png"; sourceTree = ""; }; + 51B8E8174B7F15982D5A122EDCC217D1 /* icon_file_type_eps@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_eps@2x.png"; path = "Sources/Resources/FileType/icon_file_type_eps@2x.png"; sourceTree = ""; }; + 51CCFD4700A54856BC0279C2A60F5A8D /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 521A37E9D029E00A8B7BA33C30798C9F /* 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 = ""; }; + 525D959B357CD19CAB43673F35E74853 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; + 526B3B4B0AD14B34E7D82A17A7DA7F24 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 52A3C3AA3E86C137B58FD7D40E790B96 /* Sequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sequence.swift; path = RxSwift/Observables/Sequence.swift; sourceTree = ""; }; + 531D00C59CC85528EFCF472F9926F74C /* App.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = App.storyboard; path = Sources/Resources/App.storyboard; sourceTree = ""; }; + 536E0DBA193337C29376E76545024FEF /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Sources/Constraint.swift; sourceTree = ""; }; + 536F6A35FB6702E5E8972D47AE27E916 /* 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 = ""; }; + 5399A896D510F735180EA801EE668429 /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; + 53A8FF546CCDE3FE46A8BA892428B7D2 /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; + 53DBC031FFE66E2FE1FA6137CF729B73 /* EKAttributes+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Position.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Position.swift"; sourceTree = ""; }; + 53DD4ACFBD24149D1BCA54AC7FFD61B1 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + 53F89EFBDFD8F212BF76DB673BA31053 /* icon_file_type_default@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_default@2x.png"; path = "Sources/Resources/FileType/icon_file_type_default@2x.png"; sourceTree = ""; }; + 54027845BA4DDE189DE5EC213752CC1B /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; + 5402ED8FA058DB66A44CAB8E2C7F8979 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 5453011A34F6706C2B80A8CD9731FEE3 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 546E3CAC53B584E9D820CB9BCE2DB590 /* _OCLoggerFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLoggerFormat.h; path = Sources/Logs/_OCLoggerFormat.h; sourceTree = ""; }; + 54982D6714EC3592014628B81B95EC53 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDNetworkingOfAlamofireKit_Private.debug.xcconfig; sourceTree = ""; }; + 54C0A45717BE5D3EDBBC3D0646769F67 /* DDCategoryKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.release.xcconfig; sourceTree = ""; }; + 54F1C94B8C30682B68749092C1CA525F /* JXCategoryIndicatorRainbowLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorRainbowLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.h; sourceTree = ""; }; + 550A7E43D28EEE9772B092B3AFB40561 /* icon_file_type_jar.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_jar.png; path = Sources/Resources/FileType/icon_file_type_jar.png; sourceTree = ""; }; + 551E20832A12A5536BB7ED9A22417B8E /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = AMapNaviKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 553C54BD98F396FF7D28738C918F4E02 /* icon_file_type_pdf@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pdf@3x.png"; path = "Sources/Resources/FileType/icon_file_type_pdf@3x.png"; sourceTree = ""; }; + 5563E7C8D659F805EE912051C87F6301 /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; + 55686C9FED90DA2AD3BECD5B4C9D94F7 /* RxCocoa.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxCocoa.modulemap; sourceTree = ""; }; + 557E14DD6C2BE7E1BAB2F7B5DD0B1605 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; + 557FA2AACBA3FD14ED24EA36B34C6DD0 /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; + 562666698E9EB9D8237D3AF79EECF9E7 /* UISwitch+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.m"; sourceTree = ""; }; + 564D3DD8EE03043A2A4104508382B73C /* JXCategoryNumberCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCellModel.h; path = Sources/Number/JXCategoryNumberCellModel.h; sourceTree = ""; }; + 56EA633A3F77D499EC5913D374EE057A /* icon_file_type_java.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_java.png; path = Sources/Resources/FileType/icon_file_type_java.png; sourceTree = ""; }; + 572AD83BCAE4569BB796478A08F4F07C /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; + 5748B55BA441C3ECD5C797209AB558CB /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; + 5750F7E59314A9D375A0E696BF7DE46F /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 5771FF8D1431D15C1CEEBC6E98C764F1 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; + 5783F70C9556B7FD7ED881E7B3937289 /* icon_file_type_md@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_md@2x.png"; path = "Sources/Resources/FileType/icon_file_type_md@2x.png"; sourceTree = ""; }; + 579A6A50D2E81863E8CA97A1FD24A282 /* Date+Dispatch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+Dispatch.swift"; path = "RxSwift/Date+Dispatch.swift"; sourceTree = ""; }; + 57A2A13BA0F353859DDDDFC9A29F1654 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + 57CBA3F4D799FB97BAC5FA14579A4B39 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; + 5812C2245436E9C6E825FD2E64B363A2 /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; + 581D55B8C4703D8944B92C8B7CC74776 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + 581D9BC443A1A6DCB8C1ADFA5A8A8AD4 /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; + 5820AD4F069C70C87F725DD32EFDB5B1 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 58496A6CC053CD0DD80DCB2B2A6D54C1 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + 588C75EC218C145F4FC362817F54CA5A /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; + 58C83D90E0B1189C8888112C27B3ADCB /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; + 58FD7ED0A71F1F113BD0972025DE287D /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 5939EA398DE60062574C0EC99345615E /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; + 5963323269FF52831F88A1E84679FB2C /* icon_file_type_psd@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_psd@2x.png"; path = "Sources/Resources/FileType/icon_file_type_psd@2x.png"; sourceTree = ""; }; + 5963D4F97A62AEB0B3A63F1387BC63DF /* DDLogKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.debug.xcconfig; sourceTree = ""; }; + 59674970B62822EFA2C4AC8E4499CDF1 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; + 59ACDCF7546D7485403CE7409AADCB04 /* CocoaDebugWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugWindow.swift; path = Sources/Window/CocoaDebugWindow.swift; sourceTree = ""; }; + 59C1AC23636B5970BCDE40A5A18C4B37 /* DDBaseCollectionViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.h; sourceTree = ""; }; + 59C59EF95579E25D996FAEC959CD9C6F /* icon_file_type_txt@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_txt@3x.png"; path = "Sources/Resources/FileType/icon_file_type_txt@3x.png"; sourceTree = ""; }; + 59F7C7DCB934537CB795D916BC4D5DB9 /* icon_file_type_ogg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ogg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ogg@3x.png"; sourceTree = ""; }; + 5A1C8A10FBE5DB1FEED5955D93BA2D8B /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; + 5A201EF9E52EB4EEAF338E603FAA7802 /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; + 5A43FBF0647C2312926F6D9E7E2DF169 /* CocoaDebug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebug.swift; path = Sources/Core/CocoaDebug.swift; sourceTree = ""; }; + 5A44A0DC296222B7598352F4EA8BB3F7 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 5A4AB39A80E8447375D3B814A59E2CB7 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; + 5A5863B57D2412FEF99F594FC811E1C9 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Sources/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 5A7E13F337C0335BFC5C1678D8EF2CFE /* 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 = ""; }; + 5A86487910390A26496D459E3D4509B7 /* AMapNaviTravelManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTravelManager.h; path = AMapNaviKit.framework/Headers/AMapNaviTravelManager.h; sourceTree = ""; }; + 5AA891536E49482C978A93BDDB17B8E5 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 5AD12343751B01E68B49B3E3EF1F0580 /* _ImageResources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageResources.h; path = Sources/Sandbox/_ImageResources.h; sourceTree = ""; }; + 5ADA63F9C214F9E6E6839BE16A19C3F9 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; + 5B53C9DC03CC4E574FB32A4A5D71A0F5 /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = BRPickerView; path = libBRPickerView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5BA83150AFAB94445D85A02CD913530E /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 5BC94B4F712AF96048E757201C4A15DA /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 5BCAF6C65AB5E9C08DBA6533E050B8EB /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; - 5BE5AB6C5643DEF48DE292EEF1927886 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 5C327F9F354ECAD3D31CE69C973C70BA /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 5C3D65B55E66A17F74673CC45A7BE2A8 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - 5C46F650C2A76EDC259A690248952D92 /* Bubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bubble.swift; path = Sources/Window/Bubble.swift; sourceTree = ""; }; - 5C5EC748DF82D46F9C9A08C1CFB9970E /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; - 5C65A129C77BBDBDE9D6B9E712B97E16 /* 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 = ""; }; - 5C7426BA42A8B51BCDC80033395DF887 /* icon_file_type_eps@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_eps@2x.png"; path = "Sources/Resources/FileType/icon_file_type_eps@2x.png"; sourceTree = ""; }; - 5C8067C3A9CA1B58A1C05F5BE2FD8764 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - 5CA6E7D1E697CAF51E4973FEBB1C3879 /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; - 5CB9AEE8BAA9A00767CBBE562874959F /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; - 5CCE1A2DAB9BC43CDA36FD17B1BF2246 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 5D0C20AC4A893B15D09BD0341E8D24D0 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - 5D314021445F46A89EB836122570740A /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; - 5D49C06BC03E7227DB11A90AD61FBC56 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 5D65C497D6018CB8961CDA6B873E4947 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; - 5D694D7909F723613936603B94F11155 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 5BCA58B6960E60D39EA4ECAD49E39CBE /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + 5BE56E5FE9C65D445F805E52A05BDBDD /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; + 5C2264C8058927CE45EB539A42430629 /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 5C25D5053090B764A4769D7274F98CB1 /* _OCLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogModel.m; path = Sources/Logs/_OCLogModel.m; sourceTree = ""; }; + 5C3D77A5A284E48049FC8F175E96EC51 /* EKAttributes+Duration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Duration.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Duration.swift"; sourceTree = ""; }; + 5C5E4D60532B1A9FBBE3DADA268CF9D7 /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; + 5C5F07FB99DB6312D10A4133F43BA758 /* 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 = ""; }; + 5C63EC5760C2F0C38F62E8777ECFC6DA /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 5C7767A67F5234CC7258737AF053FD08 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Utils.swift; path = RxRelay/Utils.swift; sourceTree = ""; }; + 5C87C68FB0CEDE27396651B26D58581B /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = AMapNaviKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + 5C900D4ADC4C3A13565C57639BA863AA /* EntryAppearanceDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryAppearanceDescriptor.swift; path = Source/MessageViews/MessagesUtils/EntryAppearanceDescriptor.swift; sourceTree = ""; }; + 5C91FD81CB6C1BC36BA32DAD0C937104 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 5C951DA091B1EE6FD20B3B272D9B615A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + 5CB4E80D990D7A3C6A1CDC06AB2F27F0 /* JXCategoryListContainerRTLCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerRTLCell.m; path = Sources/Common/JXCategoryListContainerRTLCell.m; sourceTree = ""; }; + 5CDD3515B18FB9FCD6333F3EA7BB7782 /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; + 5CE8EA1DD0BABB5457C9D7B1844E9039 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 5CF998D36295FBC7E20EF441ACF6EC3F /* CrashLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashLogger.swift; path = Sources/App/CrashLogger.swift; sourceTree = ""; }; + 5D32ACA34FD85027E3603DF1BD6CA0AA /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; + 5D3D5B7D37591FAA27FD05B4EFCD1CF5 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; + 5D4287C597A4B3C5EBD93892F6647A70 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + 5D715729A760E17C4E52DA1E6716DA49 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Alamofire; path = libAlamofire.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D7B90858AD245B162AC8A3B02E9ACEC /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; - 5DB43AA8B75A684004EBE401362851E1 /* icon_file_type_default@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_default@2x.png"; path = "Sources/Resources/FileType/icon_file_type_default@2x.png"; sourceTree = ""; }; - 5DDEA71C579B3E8B8744633B50584BD9 /* icon_file_type_mpg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mpg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mpg@3x.png"; sourceTree = ""; }; - 5E34799D6AD4239261D94D94048D8C2B /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - 5EA2346988F3E41B8F7C1AD5053F09CB /* icon_file_type_psd@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_psd@2x.png"; path = "Sources/Resources/FileType/icon_file_type_psd@2x.png"; sourceTree = ""; }; - 5EE64E6CDB8922A15A29036FEA1CDF8F /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 5F332EFA980D0829D45D2525EA6AF3A2 /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; - 5F8864F6B1A531E057B48900668D9B4A /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - 5F891E2A397E8DB06B4F1E7AA6E3CAE3 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; - 5FA28EC377F0E913D32FA007441E1D25 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - 5FB2AA3BD1F50E2533FC72EDA308AC57 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 5FB38D3AAE62D1D410AB9ABCA4265157 /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; - 5FCF98AE71E6A3E6673483E6A4FC3A23 /* _WKWebView+Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_WKWebView+Swizzling.m"; path = "Sources/Swizzling/_WKWebView+Swizzling.m"; sourceTree = ""; }; - 5FDBFB9F4EF4B91AFA2546CC60F93B3C /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; - 6019FF29BB187DBD37EE03029AC1CFA4 /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; - 603765F5BBCB54688AC856EB5304D1FD /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; - 6045E36CE46DE8AFEB133AAD6D0EEE6B /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; - 6049EB3C1E55B8B0F364D28E15B8683E /* DDBaseNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseNavigationController.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDBaseNavigationController.h; sourceTree = ""; }; - 605FB43B0DA0F12B646A8E06249BA213 /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; - 60AC7EC30134FA4E7BC10D34E32A8C92 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 6153795380A37DDF8BBB1386F4942EA0 /* 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 = ""; }; - 61AB5AFE42795F73512435F249E2AD35 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - 61AEEF261A78F95C47E457B874ADE2C3 /* icon_file_type_dat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_dat.png; path = Sources/Resources/FileType/icon_file_type_dat.png; sourceTree = ""; }; - 61D6B41DDEDC61A1F3ACB9B0E7067D50 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; - 61DB488F8381483566FD8DEC477E8903 /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; - 620DF70E8F0EAE8273F6EE3FBC6C4DDF /* DDControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - 621A6056ABD289BB2B5ECD29C4F7E770 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 625825AAD1977A4D7D619A45FA90D1AF /* icon_file_type_jar@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jar@2x.png"; path = "Sources/Resources/FileType/icon_file_type_jar@2x.png"; sourceTree = ""; }; - 62B2D09ECF27C516AB969EF7484D86A5 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 62C1FEB9477C1BA5993EA87E329D88F2 /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; - 62C319226F475905AD7EC35FDD075DB1 /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; - 62C9B6FEA8933A8FFC5187F59FF50546 /* CombineLatest+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+arity.swift"; path = "RxSwift/Observables/CombineLatest+arity.swift"; sourceTree = ""; }; - 62E0607F4ED2ACF0C3908138A30DF113 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; - 63C55FFE843CAED94FBD7F970F09D837 /* 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 = ""; }; - 63CBD012AC6F6E061838D39D139A53FE /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 63E0D36CEF3DBF49F6B580F32FC58C4A /* _RXDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXDelegateProxy.m; path = RxCocoa/Runtime/_RXDelegateProxy.m; sourceTree = ""; }; - 63E3F8D47F7ABFE54AA942BD9FC74648 /* ControlProperty+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ControlProperty+Driver.swift"; path = "RxCocoa/Traits/Driver/ControlProperty+Driver.swift"; sourceTree = ""; }; - 63F5BC8D29048733247E71DC052694A8 /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; - 640C770114BEDF746467C32155E0F926 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; - 641728E9104921AB30E70C0C0D51CAD6 /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; - 641C4CFE5DFFA8D58849C2F3D10C1628 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; - 642614BDC93A4CC0B518EAEF889BBEE1 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; - 644D8AD252E672E3F7F6BA6624E9119C /* RxTableViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxTableViewReactiveArrayDataSource.swift; sourceTree = ""; }; - 6463A0E9C5AB7FD3DD5005CF73EDA0C5 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; - 64A91EE05741DA815ACE9F12CE92709A /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; - 64D833B4C5FEA8E8C3EB56C28EC75A51 /* EKNotificationMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessageView.swift; path = Source/MessageViews/EKNotificationMessageView.swift; sourceTree = ""; }; - 64EAE6A2F195677C22177C4FB997B57D /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - 65188B96819D9A9C71C37B577DD8023F /* icon_file_type_keynote.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_keynote.png; path = Sources/Resources/FileType/icon_file_type_keynote.png; sourceTree = ""; }; - 652010C3C74634DF3F36531F7CF0C331 /* NSControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSControl+Rx.swift"; path = "RxCocoa/macOS/NSControl+Rx.swift"; sourceTree = ""; }; - 6550115578678499806D9C6CDBCC1165 /* _HttpModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpModel.m; path = Sources/Network/_HttpModel.m; sourceTree = ""; }; - 656BC61CDAE1DBB51231C6DDC239C3E0 /* AMapNaviCompositeAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeAnnotation.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeAnnotation.h; sourceTree = ""; }; - 657EB11B3280CD8530B970935A96AA83 /* 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 = ""; }; - 659339677F67334FF81A473FEB960B99 /* icon_file_type_tif.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_tif.png; path = Sources/Resources/FileType/icon_file_type_tif.png; sourceTree = ""; }; - 65EA044CDADB831F1F5C150FB78ADDAC /* 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 = ""; }; - 65EF2A8EC65839B3B41245C149B6004E /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; - 6654114B9228F7AC6DB978AB8EEF29BA /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; - 668EE255DB75BB37318BEFF599B38A96 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 66C9E4C10895E1F718B3A337C2FA99DD /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; - 66CE5A83353C5F2567C0EA67F147DE72 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; - 66EF4E191F7DF14578C38280FBB5220C /* CrashCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashCell.swift; path = Sources/App/CrashCell.swift; sourceTree = ""; }; - 676E8C28B7564438EEA471AA7DA540B4 /* Amb.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Amb.swift; path = RxSwift/Observables/Amb.swift; sourceTree = ""; }; - 67B484547995143B0A3FA497AA165822 /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 67CCF16C0C7428C981576BBBC754A8AE /* ShareReplayScope.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ShareReplayScope.swift; path = RxSwift/Observables/ShareReplayScope.swift; sourceTree = ""; }; - 67DF36B793E2CF00421ABE1D3E185505 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; - 681863C9CF361BD9A43CF4E005C4CD13 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 6854CC4379010F0C20D40BCBCFF19234 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; - 68DEB07C34FF02A890E823A9417987D8 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; - 692452B23E23868F4835C510A3A76925 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.debug.xcconfig"; sourceTree = ""; }; - 697F64D7AD11D233622C7EABEBB3B9E6 /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; - 69D9F6B1C1928E8F5130179690702C33 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; - 69F7D752E9CB3E474A618873D9726AE5 /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; - 6A19B681F19BA1300CA12F5FAFD3364B /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = ""; }; - 6A22F2F74D59267FD22C1C2AADC04BCC /* ScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItem.swift; path = RxSwift/Schedulers/Internal/ScheduledItem.swift; sourceTree = ""; }; - 6A57865949941C1FEE90009694E637B8 /* icon_file_type_fla@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_fla@2x.png"; path = "Sources/Resources/FileType/icon_file_type_fla@2x.png"; sourceTree = ""; }; - 6A829AA85C81D31D4B4674AC586D7EE5 /* icon_file_type_md.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_md.png; path = Sources/Resources/FileType/icon_file_type_md.png; sourceTree = ""; }; - 6A8E86C9C7107E1193EC5E5218691467 /* DDBasicControlsKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDBasicControlsKit_Private.debug.xcconfig; sourceTree = ""; }; - 6A94AF7B9EB256E82846CC6F621D9A89 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - 6A9E0C8829F553582E5D82C16BF69732 /* ControlProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlProperty.swift; path = RxCocoa/Traits/ControlProperty.swift; sourceTree = ""; }; - 6AD9B63E813BEC6DAB08FC2E89381A8B /* _Sandboxer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Sandboxer.h; path = Sources/Sandbox/_Sandboxer.h; sourceTree = ""; }; - 6AF54F588087A23BC4F637803DEEFC96 /* CrashStoreManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashStoreManager.swift; path = Sources/App/CrashStoreManager.swift; sourceTree = ""; }; - 6B4B2662F8699DDD0D5154B01F80C46F /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 6BDF0C722EFCEDA51D2DE37EDAE0B8F3 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 6C15AACE8C1A4CE01F1702B4A85D8F83 /* 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 = ""; }; - 6C29E225FC2506831991417F93F02D6A /* icon_file_type_zip@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_zip@2x.png"; path = "Sources/Resources/FileType/icon_file_type_zip@2x.png"; sourceTree = ""; }; - 6C403751EE35C06E541A8EBAC2E77BEA /* JXCategoryIndicatorImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorImageView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.m; sourceTree = ""; }; - 6C6121D780603F3C4B2B23B2F9BE8463 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - 6CA3A9246785CC19F0623EACF6110381 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; - 6CB3274A12B193C9C03594599C595AC6 /* icon_file_type_dmg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dmg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_dmg@3x.png"; sourceTree = ""; }; - 6D1FBF472B9E18A77EC363401568B862 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - 6D22B3FF18B2F4B35F8FD432C11F8AE8 /* _ImageResources.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageResources.m; path = Sources/Sandbox/_ImageResources.m; sourceTree = ""; }; - 6D973B23AD2F77BE582903B43F993E6F /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 6DBC77CCE296A080EC456907F4213CC5 /* BehaviorRelay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BehaviorRelay.swift; path = RxRelay/BehaviorRelay.swift; sourceTree = ""; }; - 6DECE2CD091998856004D78FC629E2E4 /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.h; sourceTree = ""; }; - 6DEEA7D8E3C58092036CB4086AC0B0A9 /* icon_file_type_pdf@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pdf@3x.png"; path = "Sources/Resources/FileType/icon_file_type_pdf@3x.png"; sourceTree = ""; }; - 6E2063E9191E5EAF488A97AD44F56C1D /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; - 6E52FBDBD1EFD397A82EC84F790ABF50 /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; - 6E8C75098DA35AB6703B4F91C3E60888 /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; - 6EB25FBC860FA77D73E17653A68A963D /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; - 6EC0950B1ECC72AE06F498F9B5A1E712 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 6EE32EEA7F284629DAFE42126024DA9D /* icon_file_type_doc.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_doc.png; path = Sources/Resources/FileType/icon_file_type_doc.png; sourceTree = ""; }; + 5D87308FCC8B3B7B6CD176512D27B4DE /* icon_file_type_png@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_png@2x.png"; path = "Sources/Resources/FileType/icon_file_type_png@2x.png"; sourceTree = ""; }; + 5DB13F56D699BF4AD3B0C3A044EE4FE2 /* _Sandboxer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _Sandboxer.h; path = Sources/Sandbox/_Sandboxer.h; sourceTree = ""; }; + 5DB8C75BCE10621FFAD92B28102C64C3 /* WindowHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WindowHelper.swift; path = Sources/Window/WindowHelper.swift; sourceTree = ""; }; + 5DCFF6E2CE9B92287D99A713B05D5BBA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + 5E184C563367E8ED307B752E3542EEFF /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + 5E8A9BB97B0E04125E8550ACE4BD224D /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; + 5F4574BBEC8A5D0624A0617F9AA5C474 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + 5F7AC0778ED6AE7A6D651436FC668750 /* _ObjcLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ObjcLog.m; path = Sources/Logs/_ObjcLog.m; sourceTree = ""; }; + 5F891531BDEA4E5EF2D78F2B2EBCCC7C /* JXCategoryViewAnimator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewAnimator.h; path = Sources/Common/JXCategoryViewAnimator.h; sourceTree = ""; }; + 5FEAD44F893283D12A8EDB20D4AC4B7A /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 5FF270C90025A8A508E6E3403FD67CBA /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; + 60345CCA7D0AD279B5F3933C9A783221 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; + 6036E4624D2FCBE8F84CFC79364003A7 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 6066879B62FBFEF25804775523254E2D /* icon_file_type_mpg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mpg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mpg@3x.png"; sourceTree = ""; }; + 6093CD4054B1221395B550BC3CBC7249 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; + 60B9380A3463B851C7AA00F9E6FF970F /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerGestureControl.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.m; sourceTree = ""; }; + 60DB8AD3927B6A663098EDC262263551 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Sources/LayoutConstraint.swift; sourceTree = ""; }; + 60E213F693B7383A68B9598FD71FED12 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; + 60F3234476B06614F80EFB05A1073983 /* GPBMessage+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GPBMessage+CocoaDebug.m"; path = "Sources/Categories/GPBMessage+CocoaDebug.m"; sourceTree = ""; }; + 612196ECAE95ADD3003A79EC55C8846C /* KFImageProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageProtocol.swift; path = Sources/SwiftUI/KFImageProtocol.swift; sourceTree = ""; }; + 6133A3CF6C30536E55DBF9F2AD2FB472 /* Observable+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Concurrency.swift"; path = "RxSwift/Observable+Concurrency.swift"; sourceTree = ""; }; + 616F52320F34DF33103A42A3A6BF47B6 /* JXCategoryDotView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotView.m; path = Sources/Dot/JXCategoryDotView.m; sourceTree = ""; }; + 617B15311660870DC4983D4DACA8B616 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; + 61C0B9629C86D39FA0B77F8CC59A943C /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; + 61D2AF6E849AE3167EF20664BC9137E1 /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 61F9BFF5BE80FAED39583C2B6B6B7EDB /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; + 61FD6CFEB0A5E1AC42019FA6436DC9E3 /* EKBackgroundView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKBackgroundView.swift; path = Source/Infra/EKBackgroundView.swift; sourceTree = ""; }; + 621BB61D37402C476E8CDB69465555D5 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; + 624EF2726C97A997EA47B6887C2641B8 /* icon_file_type_js.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_js.png; path = Sources/Resources/FileType/icon_file_type_js.png; sourceTree = ""; }; + 625A3C812454BA9E4C9B4E6D861DB902 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; + 6295A500C81B856F89A0752E1EC5286F /* ScheduledItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledItemType.swift; path = RxSwift/Schedulers/Internal/ScheduledItemType.swift; sourceTree = ""; }; + 6296510FDB8892B8A4D0E9F10F7C2FD0 /* icon_file_type_torrent@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_torrent@2x.png"; path = "Sources/Resources/FileType/icon_file_type_torrent@2x.png"; sourceTree = ""; }; + 62C8A3219C3BFD32D252331F888FA813 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 62D645D4FC3FC2DEF3ACEE1C23E4BB09 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = AMapNaviKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + 630F19CDAF7843D5C6C6811D6261A0A5 /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; + 6327D8D56BE35B5F9690FB8EE8A04A74 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + 63301A6C81B21F954F2D17E78683A87F /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; + 63B09A8E04F0314FFA299C2A551F41EC /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + 63FC5CE0082E18EEADAE5DEC1F083D71 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 63FFB345E8BE45B951DB6BD0B55FCB79 /* JXCategoryTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleView.h; path = Sources/Title/JXCategoryTitleView.h; sourceTree = ""; }; + 64274F1F9F8110145E453BBE1A1E878A /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = AMapNaviKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 644A0492E6AB1DF99B95697C122C000F /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 644F51028BF352C64635588EF448EEB8 /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; + 645ACE7EE48B2BE2BB0F59A29A108388 /* JXCategoryIndicatorDotLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorDotLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.m; sourceTree = ""; }; + 647D20AC7E2359C702A2BFAA55C2D1E6 /* 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 = ""; }; + 649BEA45509512C0BC0D8D04E07510B4 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 64F891C96A4B57FFD1143848DAF2383E /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; + 6501019379656A3D667611B58A5020E8 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; + 653D96AA8E065FCB2C8443E030A8C8D8 /* icon_file_type_mp3@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp3@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mp3@3x.png"; sourceTree = ""; }; + 654A3FF96616C00443FF898B6C03B89D /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; + 657AEB0777DF009E91EA0405DAF11B89 /* DDLogKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-umbrella.h"; sourceTree = ""; }; + 659B8FAF8477B05DF7CFE43DFBDA2058 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; + 65BF4F19CA25A3D9B4FD92E81E0BDB84 /* DDControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDControlsKit_Private.modulemap; sourceTree = ""; }; + 65DA25A00F819EB714C18AA6D22FA41C /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerGestureControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerGestureControl.h; sourceTree = ""; }; + 66115B5A5F203136E69189A44484D21F /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; + 6617DB1CDEFA604553D5FF7A15733201 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = ""; }; + 663B18B90838CAEFA4ECEF14A5F2E644 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 664A10EADF115CBC376ADC44C7C9FD55 /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; + 665165026183A538EA6CA9DDCD454DAB /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + 6651F8D32DD20125701E5BC2C911CCC0 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + 666BEC7FA74640E3CAAEE4376AEFC919 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; + 667E54F83A49AE72ACAA966EAE1B66D2 /* icon_file_type_folder_not_empty.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_folder_not_empty.png; path = Sources/Resources/FileType/icon_file_type_folder_not_empty.png; sourceTree = ""; }; + 66C39227000025CB726335712BBDBE45 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; + 66E8F1A39305C4162B34BED93446BB6B /* NopDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NopDisposable.swift; path = RxSwift/Disposables/NopDisposable.swift; sourceTree = ""; }; + 66F8E08A369D4EE6FAF5EC3E8E5428D6 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + 670F1D63802F2FBEB9392A80A30D5C91 /* _FileInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileInfo.h; path = Sources/Sandbox/_FileInfo.h; sourceTree = ""; }; + 6728C33E6DA29FBAEA2782397F0343B6 /* _SandboxerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _SandboxerHelper.h; path = Sources/Sandbox/_SandboxerHelper.h; sourceTree = ""; }; + 67296B1EC30535E04D770801ADEBBB62 /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; + 6770C2A54B6682191AD41B3EB2C0C13D /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + 678F44F9EFD86F5E7E3006BA9E83A732 /* NSTextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextView+Rx.swift"; path = "RxCocoa/macOS/NSTextView+Rx.swift"; sourceTree = ""; }; + 67DAFE63F55DD0866700400545853C7E /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 67E08ED681DD9E0C4F2260623C8A3665 /* icon_file_type_css.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_css.png; path = Sources/Resources/FileType/icon_file_type_css.png; sourceTree = ""; }; + 67FD68D83DEC6F64EF1342C8B9468C97 /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; + 6849CFBD06D25578A31E88EB9B26FA7E /* 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 = ""; }; + 684B2937481D22C1833E75B86569F1C2 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; + 684D0BE3AD99F98025982FC595DCA0A9 /* NSObject+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+CocoaDebug.m"; path = "Sources/Categories/NSObject+CocoaDebug.m"; sourceTree = ""; }; + 68505EC0B846C323D55E11153CF64936 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 689930E0E111D59647938CF7C7D0F024 /* DDAutoUIKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-prefix.pch"; sourceTree = ""; }; + 68E03442859B78F721F32BBAA0D07006 /* ZLPhotoConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoConfiguration+Chaining.swift"; sourceTree = ""; }; + 68E38299EE91A18C48B5F6C15C006A83 /* DDCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionView.swift; path = DDControlsKit_Private/Classes/DDCollectionView/DDCollectionView.swift; sourceTree = ""; }; + 68E44F7CF01CEA7310F26D901C4AAE4F /* JXCategoryTitleImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCell.m; path = Sources/TitleImage/JXCategoryTitleImageCell.m; sourceTree = ""; }; + 6901B0BBAAE131F5D3FC20808AAC4454 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + 691DE91EF149997AA0CE9CA950BEF1FB /* icon_file_type_tif@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_tif@2x.png"; path = "Sources/Resources/FileType/icon_file_type_tif@2x.png"; sourceTree = ""; }; + 6944B7A4DAAE8BF76C3ED9933E135C18 /* Infallible+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Concurrency.swift"; path = "RxSwift/Traits/Infallible/Infallible+Concurrency.swift"; sourceTree = ""; }; + 69B8CD70C7CA08006AA6A9D1F6BD0122 /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; + 69E0CCC2E74BC24758E93EA5A958EA20 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + 6A136DF29214F84C5A50C8B32895920A /* Debounce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debounce.swift; path = RxSwift/Observables/Debounce.swift; sourceTree = ""; }; + 6A188B5B42CDA91BBCFC639BEC609070 /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; + 6A209622BED8961529767755C70094ED /* UIControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+Rx.swift"; path = "RxCocoa/iOS/UIControl+Rx.swift"; sourceTree = ""; }; + 6A20AA44912E1E71BDF866DCA7312A45 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 6A23E7A698F362B388B091F4F5CD951B /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; + 6A24BAFE07435F4AE4C90A5CEF2FEC09 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 6A2F264BECCA9AB55071450BFBD73C93 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Sources/ConstraintMakerExtendable.swift; sourceTree = ""; }; + 6A6ACBC539725364D1226B20A80F1CA2 /* AMapNaviRideView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideView.h; path = AMapNaviKit.framework/Headers/AMapNaviRideView.h; sourceTree = ""; }; + 6A6F106A5F6B8FEA4F798968D84F9AD7 /* AutoUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AutoUI.swift; path = DDAutoUIKit_Private/Classes/AutoUI.swift; sourceTree = ""; }; + 6A72313D1A2302FE8B2E40464C8CB093 /* EntryCachingHeuristic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EntryCachingHeuristic.swift; path = Source/Infra/EntryCachingHeuristic.swift; sourceTree = ""; }; + 6B1E6B801EEE23B5CAB1084E4FB4193D /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 6B33D94D0ED87F0A7FA09938AA0800EB /* 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 = ""; }; + 6B4C39B539B612ABCDD2E1152241A4A4 /* icon_file_type_ttf@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ttf@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ttf@3x.png"; sourceTree = ""; }; + 6B50DDFD305EF71BB611F12931F044C5 /* DDTimerObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerObject.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.m; sourceTree = ""; }; + 6BC3FC36B1FCAF6B3AE9DF1A72D51108 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; + 6C050ECDA063E2FD9C9FA0BE34B86D8D /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 6C0D3E297F1ADA0E52A6AC606993D6B8 /* IQKeyboardManager+UIKeyboardNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UIKeyboardNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UIKeyboardNotification.swift"; sourceTree = ""; }; + 6C5369A796319831DCF0FE151F568493 /* CocoaDebug+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CocoaDebug+Extensions.swift"; path = "Sources/Core/CocoaDebug+Extensions.swift"; sourceTree = ""; }; + 6C7D198E585645D5972E0AACF6C7570F /* icon_file_type_md@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_md@3x.png"; path = "Sources/Resources/FileType/icon_file_type_md@3x.png"; sourceTree = ""; }; + 6D2B6B7DC1A9B88BE5911CF15A8F0CE7 /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; + 6D424E10E566F61794237121889D780C /* icon_file_type_gif@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_gif@2x.png"; path = "Sources/Resources/FileType/icon_file_type_gif@2x.png"; sourceTree = ""; }; + 6D690D7FBF8C5271C40B7634A357D70A /* icon_file_type_ppt.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ppt.png; path = Sources/Resources/FileType/icon_file_type_ppt.png; sourceTree = ""; }; + 6DB83115C023047AC446ECF20DFB7573 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; + 6DB92F147CFC6676A8CD4111FCEA4E08 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 6DFA10C14165AEA684B61366875AC986 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = AMapNaviKit.framework/Headers/MAArc.h; sourceTree = ""; }; + 6E073AE54BB8F807E83D37A55EDA52C8 /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; + 6E0F39F77A3B6848F8C197F73F40FD2C /* icon_file_type_dat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_dat.png; path = Sources/Resources/FileType/icon_file_type_dat.png; sourceTree = ""; }; + 6E3E659943A1F8FAC10E4EFB2DCADB12 /* 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 = ""; }; + 6E5C5C09B3A8D690A6EE3DCA869AF63E /* 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 = ""; }; + 6EA7B7055BA0DB32B2737BF343E4DE04 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 6ED4B8737B349DF608437C9E4A9C7108 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; 6EEB8B1CB2BF24B44DEEDC1B058B22E2 /* DDMAMapKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDMAMapKit_Private; path = libDDMAMapKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F1147DC218281F5558B317E12C41384 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - 6F3CBC1012A6E0E7B73568B8D4230DEF /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 6F5760831A632750BA5434FEE20640AC /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; - 6F589AC376249AD8CC5716518A2E49EA /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; - 6F9A0A3CC2D465040BAD39CDEE3E2960 /* ObservableType+PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+PrimitiveSequence.swift"; path = "RxSwift/Traits/PrimitiveSequence/ObservableType+PrimitiveSequence.swift"; sourceTree = ""; }; - 6FF5864CC332A81D79E267D2F08F5EED /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = ""; }; - 707F1D31A6782BA84943F925D3B8B7BC /* 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 = ""; }; + 6EF3CA6E67B537F26F4FC7C2459CE36D /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 6F36E44D589AF58975839D158AD82FF5 /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderSchedulingNotificationService-acknowledgements.plist"; sourceTree = ""; }; + 6F4485092D97DE11C6AF3A687A59F082 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; + 6F5DB44B8347175E8924C892B9698618 /* icon_file_type_midi@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_midi@2x.png"; path = "Sources/Resources/FileType/icon_file_type_midi@2x.png"; sourceTree = ""; }; + 6F6135437FD20A9FA4AB01838105C647 /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 6F91DE6B5BA4B065B5E306C6AC0876D5 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 6FA132462B80C5B7F17076ABECCA538A /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; + 6FB79B194614B1E06D069A0B3BA56208 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; + 6FCA3B9F87BCBDE9DD7056F0EF83E5EF /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = AMapNaviKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 6FD4F83B37AAF594B65E633AD9F0DA2C /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; + 6FDBFC1C8FE1C14A95A9FC07FD395CA0 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + 6FF24FFE83CFAB4F829CDF631BBECECF /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + 6FF68D13FEEF4B5BB673344AABEB6AD6 /* _OCLogStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogStoreManager.h; path = Sources/Logs/_OCLogStoreManager.h; sourceTree = ""; }; + 707B47337E1988CBABAFAE00098DEF55 /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; + 707E559DAD40BF484E900C982A871507 /* Enumerated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Enumerated.swift; path = RxSwift/Observables/Enumerated.swift; sourceTree = ""; }; + 70914064805D8F731D1DCCEFE516A90B /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; + 7092FBC95272947AC973E32421F91B1F /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 70D211C487D4DE96E7FA7933E180C4F4 /* 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 = ""; }; + 70FCE518C25B1A3E5216F921FAD6E212 /* AMapNaviDriveDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveDataRepresentable.h; sourceTree = ""; }; + 710124CEC114EAACB023E524758FAA73 /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; 71067D1F0754E977C6E009846B257042 /* DDBasicControlsKit_Private-DDBaseViewController */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "DDBasicControlsKit_Private-DDBaseViewController"; path = DDBaseViewController.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 71530BC7D723AAE2AB156CDC315857AF /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - 715FF079BB749EA6EC2C8E7EFEE01776 /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; - 718279146D62E5B3A48236C049B84C3B /* DDAudioService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAudioService.swift; path = DDAudioPlayerKit_Private/Classes/DDAudioService.swift; sourceTree = ""; }; - 71965EEE4DDC125CD5C4A68CF9CD0E01 /* _CanonicalRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CanonicalRequest.h; path = Sources/CustomHTTPProtocol/_CanonicalRequest.h; sourceTree = ""; }; - 71A4BE9E17926AC2D674F378E2A77BEE /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 7216F5AF243D97E74E0D909C97E20606 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 721B12CB3201E0F78C427155AEB6FCE4 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 72AF32E7E82947FD9AC91381D2F2E4CF /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - 72DA83CEAE200DCA6853B9EB68401EBA /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = DDZFPlayerKit_Private/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; - 72F4DF64ECB98FA5FB17009AFA6CE020 /* _DeviceUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DeviceUtil.m; path = Sources/Core/_DeviceUtil.m; sourceTree = ""; }; - 72FA0FFEEFE3F7F42E7D310F550B221C /* CocoaDebugNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugNavigationController.swift; path = Sources/Window/CocoaDebugNavigationController.swift; sourceTree = ""; }; - 7308F1F05FD71FB96E1D09B2E6C28D0C /* icon_file_type_pages.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_pages.png; path = Sources/Resources/FileType/icon_file_type_pages.png; sourceTree = ""; }; - 732C5317E0DE96EB6E47A83C775DBE0E /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 7346DCB09CB67D9EAFCB67215E71C0CD /* AtomicInt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AtomicInt.swift; path = Platform/AtomicInt.swift; sourceTree = ""; }; - 7395394A22CCFDEE822231B7E965079C /* SwiftEntryKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftEntryKit.modulemap; sourceTree = ""; }; - 73BC5FEAB4653A7F1F7AA023303CD131 /* _fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = _fishhook.c; path = Sources/fishhook/_fishhook.c; sourceTree = ""; }; - 73C8A6AEE4F8853B589A90026FA41920 /* 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 = ""; }; - 74559A7ADF7153959B36D2B40BCCBEDF /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; sourceTree = ""; }; - 7461F23EDA1518F6883EEB3E41CA0304 /* AsyncSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncSubject.swift; path = RxSwift/Subjects/AsyncSubject.swift; sourceTree = ""; }; - 748960030C36ABF440BA1CE28F9C5EFB /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; - 748A002AFB525CEBB5483E750E03B35F /* icon_file_type_folder_not_empty.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_folder_not_empty.png; path = Sources/Resources/FileType/icon_file_type_folder_not_empty.png; sourceTree = ""; }; - 748A512F28A34DFCAC2E395D397C6E39 /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; - 7497940B92A0CBC3D015EE3CE5CFE01A /* icon_file_type_numbers@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_numbers@2x.png"; path = "Sources/Resources/FileType/icon_file_type_numbers@2x.png"; sourceTree = ""; }; - 74DA4AED3A5D60302C79996DFC5C5F05 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 74EC81B1268BA03B9BAAFFD60DBDB186 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 75190BD62CC524E82385D0BC2E087422 /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 75295F1992F51B3A54E218B383731408 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; - 7531A111C97507236F1EFDDE18FDFF79 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; - 7570DB9E78635FA9807BC95099AE6E99 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Sources/ConstraintConstantTarget.swift; sourceTree = ""; }; - 7593E68CD0D047B1AA07A88D26C807B7 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 75E1414EAAA001BFFD7FC6793522CD46 /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 75E7E42016ACEA4311FE1D133120EA8E /* 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 = ""; }; - 75E9D2C6B1F009CBAB091818A4F6FB70 /* NetworkDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailViewController.swift; path = Sources/Network/NetworkDetailViewController.swift; sourceTree = ""; }; - 75F08EBA33E8D2991376A8BDB0511D2F /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 760A359746A34A6C59BF4E271F7AAFD3 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 763152F9DFFFA3E497E7E5A78A48D4D8 /* AppInfoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfoViewController.swift; path = Sources/App/AppInfoViewController.swift; sourceTree = ""; }; - 7697632DDA1A72A6E4285A93DC6E8279 /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 76E545C9B1ED71650D71652727789DAC /* _icon_file_type_down@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_down@2x.png"; path = "Sources/Resources/images/_icon_file_type_down@2x.png"; sourceTree = ""; }; - 76E7EA8EC2095659AE9175BBA6CB40BB /* 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 = ""; }; - 76EBD55EC0FCF574FF898649700156EE /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 76F9E81D173F62FCFBBF4B63AFF94B8C /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - 7709DD62399CFC13BF0390A0BD71D6EC /* PrimitiveSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PrimitiveSequence+Concurrency.swift"; path = "RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift"; sourceTree = ""; }; - 77160F7BF16B91B2D9844B16AB83623B /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; - 771811A58ABDD9E57E6F6329FC72F699 /* RefCountDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RefCountDisposable.swift; path = RxSwift/Disposables/RefCountDisposable.swift; sourceTree = ""; }; - 776D9C1A9AFDBDA4B9CADE3AEFD1F4A1 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; - 777C80ED578A3810BFD650C16AE3ADCE /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; - 77A98B58F3B41349E68CDD317850FC5D /* _RXDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXDelegateProxy.h; path = RxCocoa/Runtime/include/_RXDelegateProxy.h; sourceTree = ""; }; - 781C4E7E6AF60BABFF5D86D53499F39D /* _DeviceUtil+Constant.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_DeviceUtil+Constant.m"; path = "Sources/Core/_DeviceUtil+Constant.m"; sourceTree = ""; }; - 7830D58A41E6A57C2BF245A3CAD1E058 /* icon_file_type_png@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_png@3x.png"; path = "Sources/Resources/FileType/icon_file_type_png@3x.png"; sourceTree = ""; }; - 787C5C2D0F79958F56A7E36EF7CA668F /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; - 78DB9636223BA7446E901986F1BFC86D /* ZFPlayerControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.m; sourceTree = ""; }; - 78F7AED15BA044E40B17F02634200361 /* 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 = ""; }; - 7910D828D30815A4084832C84E065ABD /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - 7916E7EBFC2EEFFE0004593327077C82 /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; - 793C3DAF5A8365FC6EEE804CFF85D948 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 79A7733C99A968670FBCEE19DF0898A4 /* RxTableViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift; sourceTree = ""; }; - 79E5766F0816D67B02D74B9B8EA86E2E /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; - 79F998B0DF52706CE9C094C305DE3976 /* AMapNaviEleBikeDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeDataRepresentable.h; sourceTree = ""; }; - 7A4ACCA8D23AABD188369200BD0BC5B4 /* JXCategoryIndicatorCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCell.m; path = Sources/Indicator/JXCategoryIndicatorCell.m; sourceTree = ""; }; - 7A74632F43EA3445C68EC4894ABA21DC /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; - 7A8CD8D8252849840933F64016F2954C /* UICollectionViewLayout+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionViewLayout+MJRefresh.h"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.h"; sourceTree = ""; }; - 7AA0400EDEE1936C5464A99AD94035C6 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - 7AC299BFF4B36E46DA5E5C19A243BEE6 /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; - 7ACF3BE2D005EC372D66C6860F5DFE67 /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - 7AE3D7BACED7B735ED100166677EE994 /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; - 7AEF3ABB0A35E0C5283C87A9DB435980 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; - 7AFBAC2D7F0D9F84498D6786687D58ED /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; - 7AFFA4A543A638320E30BF5221558469 /* UITextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextField+Rx.swift"; path = "RxCocoa/iOS/UITextField+Rx.swift"; sourceTree = ""; }; - 7B747A68B2F96CDF195E110ED82BA11C /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; - 7B9475A3AEF81D09A088D498993EC74C /* HistoricalScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalScheduler.swift; path = RxSwift/Schedulers/HistoricalScheduler.swift; sourceTree = ""; }; - 7BA5BF848F3B2CC18719429673C572BC /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; - 7BC6379377846296741D8F2DBA0420E0 /* GroupBy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupBy.swift; path = RxSwift/Observables/GroupBy.swift; sourceTree = ""; }; - 7BD514F3DE2A753225A669ED836D142B /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; - 7BEF8797252485997952F3222D9EC8D9 /* UIFont+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIFont+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIFont+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7C0B035591D4837F3B854ED95BB52CD1 /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; - 7C4452653712093DC6AF06BF027C68CA /* 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 = ""; }; - 7C5DCD40582C0A74637BB5B2D04BBDBC /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - 7C623F2403EDF727CF44EAD667D80728 /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; - 7CA6212AC06D82944E9479E385A4D6E5 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; - 7CB20C9F677047664AB2977AFB30785B /* DDFontKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-prefix.pch"; sourceTree = ""; }; - 7CC988E9AF631ECC07792482EE6DEAB4 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - 7D000080AF33F912D2741E74A2BA1D53 /* AMapNaviWalkDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkDataRepresentable.h; sourceTree = ""; }; - 7D79C35E0CC5A6179E03FDA7CDD468A7 /* RxSearchBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchBarDelegateProxy.swift; sourceTree = ""; }; - 7D8E6DA7DB169EE59344C9934D8C7A8A /* ZFPortraitViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitViewController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.h; sourceTree = ""; }; - 7D96B979A38D394648C2ED253AE24DEE /* AMapNaviRoute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRoute.h; path = AMapNaviKit.framework/Headers/AMapNaviRoute.h; sourceTree = ""; }; - 7DD170FE2ECE1E7F75E303AA26DD6E97 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; - 7E1EB3D147DD5C3D26F79B7BE1682EB1 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; - 7E236A60577F05248E6E9C996BD4BEAF /* icon_file_type_mpg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mpg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mpg@2x.png"; sourceTree = ""; }; - 7E6D64A51BE9F7D0FA4FB32BE21261A8 /* CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebug.h; path = Sources/Core/CocoaDebug.h; sourceTree = ""; }; - 7EC56AB51D7F1C0C0455542270B51B46 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; - 7F28629DAC354AD8EF7DCE02ADE79E55 /* 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 = ""; }; - 7F3FB2C34CAB2DB8D742274BE0154AC3 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 7F4151E4B1A98BD20FBBA05B269CEC3D /* ObservableConvertibleType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObservableConvertibleType.swift; path = RxSwift/ObservableConvertibleType.swift; sourceTree = ""; }; - 7F52C8799AD5CBC0BD9548829C430967 /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSpeedLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.m; sourceTree = ""; }; - 7F7D9A55DA134EF4BCF6C018DD14F109 /* 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 = ""; }; - 7F88B55F83275CBB46CBE7D0D33052F2 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; - 7FE9F83D05045D36E938431C2EA59C20 /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; - 7FF64C256662415A9479ABCFE235D61A /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - 803551E564583D1475806B002F6E6763 /* FPSCounter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FPSCounter.swift; path = Sources/Monitor/FPSCounter.swift; sourceTree = ""; }; - 80468DB3EC3FA7F781A8E9B97BD3D78D /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; + 7112824A0F9FCF94CB71D95FC77DDDA9 /* UIView+Responder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Responder.swift"; path = "Source/Utils/UIView+Responder.swift"; sourceTree = ""; }; + 713274C766322019490694D8096C2D36 /* DDAudioPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-umbrella.h"; sourceTree = ""; }; + 720C0E7332FA204C441ACE2C55D373B5 /* _RXKVOObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXKVOObserver.m; path = RxCocoa/Runtime/_RXKVOObserver.m; sourceTree = ""; }; + 7216D027F156ADAE086225CD45863D4B /* icon_file_type_folder_not_empty@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_not_empty@2x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_not_empty@2x.png"; sourceTree = ""; }; + 72236388AAE1DD7894D0698D8F435C94 /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; + 723AA291E908B06BC69F15787AD7F5AC /* icon_file_type_plist@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_plist@2x.png"; path = "Sources/Resources/FileType/icon_file_type_plist@2x.png"; sourceTree = ""; }; + 7247B946E910D899AFD2D64A37BF23FB /* _Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Swizzling.m; path = Sources/Swizzling/_Swizzling.m; sourceTree = ""; }; + 7249F37107B4BF87371EAC466AE0C995 /* icon_file_type_swift@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_swift@3x.png"; path = "Sources/Resources/FileType/icon_file_type_swift@3x.png"; sourceTree = ""; }; + 7274211F43627CD8EA748E7DA9E86ED8 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 728123E6336A1F44BDC37F79E51585B9 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + 72DC723EED7D01F686450D1D03CDAF8E /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 731CFCF16EC095CC71BA24D0D4BDDEAF /* RxSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxSwift.modulemap; sourceTree = ""; }; + 73372DF25F905E887870E828DDEF32AD /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = ""; }; + 733C221610B4FD992ED89583146D41BC /* Do.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Do.swift; path = RxSwift/Observables/Do.swift; sourceTree = ""; }; + 734BF020947949CC0A1C973FCEA227FA /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + 73532F6F55E524D1BB6EABBEA9D20ABA /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; + 73732A2C2D57BEDF1C16C17228F1E59C /* IQKeyboardManager+OrientationNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+OrientationNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+OrientationNotification.swift"; sourceTree = ""; }; + 737D14893CF25DAEFCE8A18D80E11DB2 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 73920E22B373713EBFEEA2845FAB5856 /* 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 = ""; }; + 73DB5DA9D4DFB91487485919D1402C25 /* icon_file_type_bin@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bin@3x.png"; path = "Sources/Resources/FileType/icon_file_type_bin@3x.png"; sourceTree = ""; }; + 73EE16112D8B7F52E473ECACF251A01A /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; + 73F20B41519265271DF711964A52DBC8 /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; + 742451173BF6BB5EB947D3D12A9E3D21 /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; + 7431CD159EC7F597A358F325C1484B7E /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 7435002EDEB44E668911BEFFF11133F2 /* DDAutoUIKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAutoUIKit_Private-umbrella.h"; sourceTree = ""; }; + 743EC307432D10BFAC348AE6517652E5 /* Logs.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Logs.storyboard; path = Sources/Resources/Logs.storyboard; sourceTree = ""; }; + 745A9F1F7117896468203F2E9BE3EB4D /* DDBaseAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.m; sourceTree = ""; }; + 74759284976C8FDE9BCF828C649F805E /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = AMapNaviKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; + 74B0D96C0305B56F19D35B9D50198DFD /* icon_file_type_avi.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_avi.png; path = Sources/Resources/FileType/icon_file_type_avi.png; sourceTree = ""; }; + 74E2D28CB346D59E06F55CB411CF2CE7 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; + 74F032A059C8BFF5A7F1574458AA123A /* DriveRouteCustomAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotationView.m; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.m; sourceTree = ""; }; + 7587D31319E3CA371FA7CD02B2959860 /* _FileTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FileTableViewCell.h; path = Sources/Sandbox/_FileTableViewCell.h; sourceTree = ""; }; + 758FC944ED167B48953D933AF0E5482C /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; + 75C31E7CD20B030E71C31EF389E15DA5 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 75C6A4DB0EF721F8228C66B851FF2E82 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 75D9ECD3922E0B973BA725A58A9B802A /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = ""; }; + 75E45AF0A624D9E3DA08B336B94ED7F4 /* QLCompatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLCompatibility.swift; path = Source/Extensions/QuickLayout/QLCompatibility.swift; sourceTree = ""; }; + 76081BE309A9475FC172A44E1C551D00 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 761053F5E793A6A64F4E79EB98436BF5 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 7636FF8C7F41D62AB09430B197FBD58C /* JXCategoryTitleImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCellModel.h; path = Sources/TitleImage/JXCategoryTitleImageCellModel.h; sourceTree = ""; }; + 76BE259026296A8470BE0417C287E458 /* icon_file_type_sql.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_sql.png; path = Sources/Resources/FileType/icon_file_type_sql.png; sourceTree = ""; }; + 76D1B9EFEDC096ADFFEF42C8436D3A5B /* _DebugConsoleLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DebugConsoleLabel.m; path = Sources/Monitor/_DebugConsoleLabel.m; sourceTree = ""; }; + 76FFB19A028B1E04C7390728F80C5F19 /* RxCocoaRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoaRuntime.h; path = RxCocoa/Runtime/include/RxCocoaRuntime.h; sourceTree = ""; }; + 77082C8AE22816A0C333763369D29543 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; + 776B6125B1CF6007A7C6CAC042CA9A80 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + 7791813D8E2555F4DB76D222080F185C /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; + 77A0AE0719332020358AC7154A4A9305 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; + 77C7004C218C24207091736C6092D8C2 /* DDCategoryKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-prefix.pch"; sourceTree = ""; }; + 77CE4B0DAA3C4DDB1A73B75FE19CB6E8 /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFVolumeBrightnessView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.h; sourceTree = ""; }; + 77E1F5CEB57BFF095A9728596B24FB82 /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; + 7847513C612DBD6B32310A1A43D4E3CA /* icon_file_type_mp3.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mp3.png; path = Sources/Resources/FileType/icon_file_type_mp3.png; sourceTree = ""; }; + 785E0B38E5E1536B6D6D98E9809556B4 /* DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDCategory.h; path = DDCategoryKit_Private/Classes/DDCategory.h; sourceTree = ""; }; + 78BDE6375E3CA44BCB691191B8151770 /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; + 78F7B0AD5337D57FEC832B84AE1348E8 /* UIStepper+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStepper+Rx.swift"; path = "RxCocoa/iOS/UIStepper+Rx.swift"; sourceTree = ""; }; + 78FA11F6DC9665ACB6A04AF6407AA4DA /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Utils.swift"; path = "Source/Extensions/UIView+Utils.swift"; sourceTree = ""; }; + 79036EC2764D9E8F23569B2D2511F174 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 790D5EF498CD37AB9B43B6B1716319C8 /* 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 = ""; }; + 79242549D679039E3E70AB488DDCB749 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + 79406C8155D8CD543EBD85627A727D1C /* icon_file_type_jpg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_jpg.png; path = Sources/Resources/FileType/icon_file_type_jpg.png; sourceTree = ""; }; + 7948BAED49F222B27B79438C9D535ADF /* _icon_file_type_network@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_network@2x.png"; path = "Sources/Resources/images/_icon_file_type_network@2x.png"; sourceTree = ""; }; + 79598C9CD3876787FAF74FAD1A0605C5 /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; + 79636176D91A7EDEE2907AAD3C2D1358 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; + 799F3BF45A22C18EAABF5255F111B728 /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; + 79D3C99F83FAFC315DF13D269849683C /* _icon_file_type_logs@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_logs@2x.png"; path = "Sources/Resources/images/_icon_file_type_logs@2x.png"; sourceTree = ""; }; + 79E89E9B4DED71ACB87403ECFBF93CB5 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + 79F8D111ABAFA552BDD7F536A223F1A6 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 7A0CEFD3B30F45C1F7054F567305016C /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; + 7A47D19BFD73FD04F0756147A99A3ABE /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 7ABA2D22A271C7295F177032E56F5D76 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Sources/ConstraintMakerEditable.swift; sourceTree = ""; }; + 7ABB248B680F000CC6B3AA0E8E2318C1 /* icon_file_type_md.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_md.png; path = Sources/Resources/FileType/icon_file_type_md.png; sourceTree = ""; }; + 7AF74ED9A4A98DD6F890C4D90BD7CAB4 /* RxCocoa-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxCocoa-dummy.m"; sourceTree = ""; }; + 7B28902D9ABE7B4F0032D485CBBE276A /* AMapTrackCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackCommonObj.h; path = AMapTrackKit.framework/Headers/AMapTrackCommonObj.h; sourceTree = ""; }; + 7B4A6849FBD57A2E12384F813143D709 /* DDMAMapKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-umbrella.h"; sourceTree = ""; }; + 7B540F8536069D6AC2ACAB2201587CC8 /* 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 = ""; }; + 7B740660FA93F630F18096754E4F36FC /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + 7BC744735E39960B5462F3E857064EAF /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; + 7BD9787CE0502C11EA3F1CF965030949 /* icon_file_type_dat@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dat@3x.png"; path = "Sources/Resources/FileType/icon_file_type_dat@3x.png"; sourceTree = ""; }; + 7BED94B15DFBFA92B5A161CD548C4BC2 /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; + 7C39D2A17A45CC32C4646172539FE431 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; + 7C81F185D4FB122810BF377401CE08A7 /* EKAttributes+DisplayMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+DisplayMode.swift"; path = "Source/Model/EntryAttributes/EKAttributes+DisplayMode.swift"; sourceTree = ""; }; + 7C8B349705B1FF2965B1BF61D9310893 /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; + 7C8C3E82107B90DF202DECF106C2B81F /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 7CD3901C979D6A2EA61C03F6D1B9A866 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; + 7D205D54A244888D29F51C7FF3A4556D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Sources/en.lproj; sourceTree = ""; }; + 7D93102AD19139CC295100C1519DEE8A /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 7D9394A1F82DA982AC1F00DFC3B2C0D1 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 7DAFAD282E38F524DBA4E1266D0C96E0 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = AMapNaviKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; + 7E1184FB2B98878D6F294140FC15EECD /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; + 7E139599223175E082E43F78769B83EA /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; + 7E3D442D82B7BD978CDCED1E3FE44436 /* AMapNaviWalkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkView.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkView.h; sourceTree = ""; }; + 7E6B73035763EDDFEB681ACE484E83DD /* icon_file_type_ipa@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ipa@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ipa@3x.png"; sourceTree = ""; }; + 7E865E1C59F8496E614A5B51B0AF5214 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; + 7EAF4355AF50B8EFE862B49C6F298C01 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 7EC4E2D3CD59B3C40D75E5FDFBA299BC /* SwiftEntryKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.release.xcconfig; sourceTree = ""; }; + 7EE9BA1F253DB2CDA96749529EDD9643 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderSchedulingNotificationService-acknowledgements.markdown"; sourceTree = ""; }; + 7F0C34B7611B4E2A6DCE43F85323F7C4 /* ObservableConvertibleType+Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Infallible.swift"; path = "RxSwift/Traits/Infallible/ObservableConvertibleType+Infallible.swift"; sourceTree = ""; }; + 7F25ADFD78C2AA477BDE6F498391F89E /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; + 7F2A2A23668E3DFD868C932A60BF9170 /* RxSearchControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxSearchControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxSearchControllerDelegateProxy.swift; sourceTree = ""; }; + 7F7EEAE041E856F2D50E7038DE78C602 /* RetryWhen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryWhen.swift; path = RxSwift/Observables/RetryWhen.swift; sourceTree = ""; }; + 803D87800C7D110583CDD480E4B51D1F /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + 8054525DB1B0B73AA00F4836F39A39AC /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 806096FAEEFAD3B2E3F3EC03FF59461E /* Disposables.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposables.swift; path = RxSwift/Disposables/Disposables.swift; sourceTree = ""; }; + 806D72BD89E013A87260FD5DD26FCDD8 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = ""; }; + 80809CE011EF8AAFF2E4540BD8ACE379 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; 809C5FAB588354C9BA37DC3EAB8CB45C /* RxSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxSwift; path = libRxSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80BE34B3B635E10EB14465ABFCBDE7FD /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+ZFCache.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIImageView+ZFCache.m"; sourceTree = ""; }; - 80C8ACAACE13FFAE71DED543D61B41E7 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MBProgressHUD.m; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.m; sourceTree = ""; }; - 813DB8DD6BD880C1B5E806A22B6F42EC /* CocoaDebugDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugDeviceInfo.m; path = Sources/Core/CocoaDebugDeviceInfo.m; sourceTree = ""; }; - 814C59B6A543515D5E5A52A2F254C566 /* _QNSURLSessionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _QNSURLSessionDemux.h; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.h; sourceTree = ""; }; - 81567C3F126A7EB8378762CA3FC08465 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - 81AB7E3E77C2A4610F400CFDD9C5FFEB /* EKAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAttributes.swift; path = Source/Model/EntryAttributes/EKAttributes.swift; sourceTree = ""; }; - 81E6BC2929CAE154C2AFBE05ABE8EAE6 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; - 81ED78AE30D23682F1F3C0E2C78594D5 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - 81FFAAE514B693FE02A029AF4E644094 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; - 820E6F627089BF8F9BC31A8FBD4B6115 /* icon_file_type_keynote@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_keynote@2x.png"; path = "Sources/Resources/FileType/icon_file_type_keynote@2x.png"; sourceTree = ""; }; - 8211323B37CEB133F28BBDA2B315851E /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 822374B064B1E0EB20102D3895088447 /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; - 8229A71F259109674A19EB6E36885E17 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; - 824DEE294BA98D1A0D9F9A36BCC2EEF5 /* icon_file_type_mov@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mov@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mov@3x.png"; sourceTree = ""; }; - 827C7B57E3C9E2C3239FBE00C66E5B92 /* UIImageView+DDWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+DDWebCache.m"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.m"; sourceTree = ""; }; - 82A223221C2F8D6153F886C7CDE69CCA /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; - 82B5BC0A08A3DEF74E8E225B365F9B6C /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - 82BE74368C5F2A7F242BD28BC371113A /* 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 = ""; }; - 82D61DEED5179B4292D8FA6F2AFF356E /* EKButtonBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonBarView.swift; path = Source/MessageViews/MessagesUtils/EKButtonBarView.swift; sourceTree = ""; }; - 82E6F31C3073965ACF67B7389CEED675 /* 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 = ""; }; - 82F8BA5F666CBA5202D7D7023F9F88AB /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 8300FFB7D28FC9CB5645873A902E9AD0 /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; - 830B287A501B729E708153F84BC72EE3 /* UISwitch+DDCategory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+DDCategory.m"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.m"; sourceTree = ""; }; - 8319A9F9913199A438A81DC43E4EAAC9 /* DDColorKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDColorKit_Private.modulemap; sourceTree = ""; }; - 83863A2DA9D874351ADF1ED13496450E /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; - 83D8B17DEBF5754D172240F006F09E29 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 840442E139B34838838213A9BED623B0 /* icon_file_type_swift@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_swift@3x.png"; path = "Sources/Resources/FileType/icon_file_type_swift@3x.png"; sourceTree = ""; }; - 843FCA2465DA170122DB012FC72AD2E1 /* _CustomHTTPProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CustomHTTPProtocol.h; path = Sources/CustomHTTPProtocol/_CustomHTTPProtocol.h; sourceTree = ""; }; - 844076CDF6F95524D9740536DE597A50 /* 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 = ""; }; - 848BAB2450E0403DEC23FBADBDFD1DF4 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 848DB5D0C7C456F4A754958F5F87BF49 /* 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 = ""; }; - 849DE0F0882B599FB797FE7207A4EF63 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 84B3B54AC3874E9604C2801E7ECC67E6 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 852CA278296E38287AC6798AC21D12C9 /* icon_file_type_plist@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_plist@2x.png"; path = "Sources/Resources/FileType/icon_file_type_plist@2x.png"; sourceTree = ""; }; - 85556FEB6174ABDF6D575CABD3EEB8C0 /* 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 = ""; }; - 8562E5E465A60F8228880DC9A2FBEA77 /* icon_file_type_java.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_java.png; path = Sources/Resources/FileType/icon_file_type_java.png; sourceTree = ""; }; - 85B8A6A8D283A88E3300EC465EB6E518 /* CocoaDebugTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CocoaDebugTool.m; path = Sources/Logs/CocoaDebugTool.m; sourceTree = ""; }; - 85E9F3EA154A99BBECC5B46465D4766E /* ObservableConvertibleType+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Signal.swift"; path = "RxCocoa/Traits/Signal/ObservableConvertibleType+Signal.swift"; sourceTree = ""; }; - 8642B48A87092D18ECF0377EC12902E7 /* AMapTrackKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapTrackKit.framework; sourceTree = ""; }; - 8661D5A1AA78E3225C2217E5CD97109C /* 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 = ""; }; - 8687A57AE558794973CBE0EF4EE33A63 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSpeedLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSpeedLoadingView.h; sourceTree = ""; }; - 86A0D271783F502E8AE58BC4CE43BC6C /* Logs.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Logs.storyboard; path = Sources/Resources/Logs.storyboard; sourceTree = ""; }; - 86AD855B0C36FCB9F072A2FB4367CCFC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 86C0F651835CE9410F4238CEBC3D8633 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 86EB5FDB69E5179C09A86499193976E4 /* _OCLogHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogHelper.m; path = Sources/Logs/_OCLogHelper.m; sourceTree = ""; }; - 8727818346C8A099475F5E3F4E881B15 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 874C598F1A84B818C07CC7C106050490 /* 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 = ""; }; - 8752FCD984A4599D420495A32BEF2F81 /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; - 87604FE5B385C7F20163074019BA899C /* TakeLast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeLast.swift; path = RxSwift/Observables/TakeLast.swift; sourceTree = ""; }; - 8783AE3240C6DE6774892D61310683A5 /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 878D059B0D422EFDF67AC71FF87E455D /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 87A636305F55B4193ADAAD0F3EDC82E2 /* DDMAMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAMapView.m; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.m; sourceTree = ""; }; - 880B0FB89AFDB5D800FF1B14095C31CF /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; - 880E7C4765FC3C7770A014CDB8FCCD61 /* TakeWithPredicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TakeWithPredicate.swift; path = RxSwift/Observables/TakeWithPredicate.swift; sourceTree = ""; }; - 8831FA0DDABAA2853CF5963C7D0B3E5A /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 885FFAA1764402617037B5AA367DE979 /* DDAutoUIKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.debug.xcconfig; sourceTree = ""; }; - 8875FCF2AB4987007C0D4FA3C9F7DE5F /* Create.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Create.swift; path = RxSwift/Observables/Create.swift; sourceTree = ""; }; - 8890E0B2494937CE51C86945F3F6F962 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - 88E4747FA025D36739E4958BCC3CA547 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 88F1A1C94F3F0F671B170D9A362E330B /* DDBasicControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-umbrella.h"; sourceTree = ""; }; - 8914AC3F77638E9B3D5FCBC849EC6F88 /* icon_file_type_apk.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_apk.png; path = Sources/Resources/FileType/icon_file_type_apk.png; sourceTree = ""; }; - 89270D4B442BBBECE504EA61AD6DA8A8 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - 8945C46CA45EE4320C007CF174997464 /* JXCategoryListContainerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerView.h; path = Sources/Common/JXCategoryListContainerView.h; sourceTree = ""; }; - 8998210DD053A5D1D1BC93BBB932A43E /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - 89CAB46D7724F7F1AC3DC4EB8C0993B2 /* LogCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogCell.swift; path = Sources/Logs/LogCell.swift; sourceTree = ""; }; - 89D32A6BDC5A04585CC4FA78AD2D3FE0 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; - 89D6DFCEBB48429270BC7556F573AB2F /* icon_file_type_fla.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_fla.png; path = Sources/Resources/FileType/icon_file_type_fla.png; sourceTree = ""; }; - 89E65059DD26BEDB9ACB3A53A6691A18 /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; - 89E8CEAD7125DDEEF35DA8CF303F232A /* DDProgressHUDKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-umbrella.h"; sourceTree = ""; }; - 89F51C34B23657FF69510E0DA8F6AB4B /* UIEdgeInsets+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIEdgeInsets+Utils.swift"; path = "Source/Extensions/UIEdgeInsets+Utils.swift"; sourceTree = ""; }; - 89FB6615D86B8876062594851B8C8BE0 /* 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 = ""; }; - 8A24092E52B14E76233D4A039740A10A /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 8A25BF9734B25A304D5C5B6B88ABB5F1 /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; - 8A2B93E82AEB01EC5A37FE1494F6292D /* JXCategoryTitleImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageCellModel.m; path = Sources/TitleImage/JXCategoryTitleImageCellModel.m; sourceTree = ""; }; - 8A7C07C8E44AE1C7CB165E7D9FE273F2 /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - 8A948BC92126A6850EBAD24FD9C20A77 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 80C7D8C8A405D8643689D7B5CA2A24A0 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + 80E0D3A963F9D29A4F7336164094C723 /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; + 80E21665DE30350ECE497466FF48B2D5 /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; + 81062EDD33C81543B6BF7186A3E936FF /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 810F72AF69081D68603BFD2CF7D0A649 /* IQKeyboardManager+Position.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Position.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Position.swift"; sourceTree = ""; }; + 812E820468B794DACF08667F47AE8006 /* 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 = ""; }; + 817F58F8E08DB924FC7DA020E5A2F714 /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; + 81817EEC0966AB3329994114CF28C616 /* DDLogKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDLogKit_Private-dummy.m"; sourceTree = ""; }; + 818CD09C2E47D832F052F56C7D0E6FA7 /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 819BE2A9040A8BE293C7A79FC23DACF6 /* Scan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Scan.swift; path = RxSwift/Observables/Scan.swift; sourceTree = ""; }; + 81A93872519C9C2C4580E9630F796D76 /* JXCategoryBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseView.m; path = Sources/Base/JXCategoryBaseView.m; sourceTree = ""; }; + 81D07FB5A31F05C931126D557524F664 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + 81E38700C465BF6D0AF71E3A9873DEF2 /* 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 = ""; }; + 8284E493797429D0F363D771E5EEE1A7 /* _FileTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileTableViewCell.m; path = Sources/Sandbox/_FileTableViewCell.m; sourceTree = ""; }; + 82BC04BC8299234DD4C32B591CB936C9 /* CocoaDebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-prefix.pch"; sourceTree = ""; }; + 82D33AC6E6674D81F9CFABA40644F009 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 82F0ECD8CA6CC9A3D86CCE9B83F9A082 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Sources/ConstraintConfig.swift; sourceTree = ""; }; + 82F3755DF710CA051F30CA58329859FC /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; + 82F6157CDBA2375D2C06ED65DADFFEB2 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-prefix.pch"; sourceTree = ""; }; + 8324B600703F7DF39B36593AFF45B78F /* DDMAMapKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDMAMapKit_Private-dummy.m"; sourceTree = ""; }; + 835E849B3BC8ADD82926AC6CB92E9C82 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 835ED4CD81BED5BB0FB4C4D06FAAF6AC /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; + 83910CB7CAF3FE42FD4D7F4F08FEC425 /* MATraceReplayOverlay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlay.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.m; sourceTree = ""; }; + 83CBF4B69A90364F3E49C71FFFB15594 /* 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 = ""; }; + 8404D24853C02DB7DDC293268BF2177A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 8419C13E955CC6C463EA9FDBC447754C /* DDMAMapKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDMAMapKit_Private-prefix.pch"; sourceTree = ""; }; + 844087DEFD77BBA0B2F7336008B3CF2F /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 848EB0137B1D19F0AF82AB4C2E849290 /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; + 849B252265AA0EB6A63AFD6009D837A8 /* Cancelable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancelable.swift; path = RxSwift/Cancelable.swift; sourceTree = ""; }; + 849BC809C3741F35B7CF1B76E5C4A479 /* 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 = ""; }; + 84D7B43B18B416C57F814348175ED6C1 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 84F2B686F68A2C41DD40A563B3BD053E /* icon_file_type_ogg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ogg.png; path = Sources/Resources/FileType/icon_file_type_ogg.png; sourceTree = ""; }; + 84FF7576D12796DE0A96F19F94BC15B3 /* ZFSliderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSliderView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.m; sourceTree = ""; }; + 851B04AF260AC396ED827FD2683E186F /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + 854D0B4329575970A02A1BA31E7F1DE2 /* Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signal.swift; path = RxCocoa/Traits/Signal/Signal.swift; sourceTree = ""; }; + 8582D6454C78B5807AF79ECDD50F1A1E /* DDBaseViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseViewController.m; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.m; sourceTree = ""; }; + 85AF3DE3C51D23A9E00FDAFFCABBCC58 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; + 85E7954BA79707BEE46110DFCDDE0C15 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + 85EC50CA881562832203D82FFE46DD73 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFIJKPlayerManager.m; path = DDZFPlayerKit_Private/Classes/ijkplayer/ZFIJKPlayerManager.m; sourceTree = ""; }; + 8602981FD5F8924A34EAFFB5CF7C205D /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + 8626A25CF36B7C0D0A38D808F690DEFD /* icon_file_type_pdf.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_pdf.png; path = Sources/Resources/FileType/icon_file_type_pdf.png; sourceTree = ""; }; + 8671C10D9673B9137468576B99FC3FC2 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; + 8688803B2057394A1E3DFADD5228FA2D /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; + 86ADC890D463C8AF3D0DE64F06925BBE /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + 86B7AE81627D8D77E72283F82B8CF745 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; + 86DCB3387D2C977A97B183F8761CC4B3 /* 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 = ""; }; + 870664B7E45DBD8DA0243628091D6B84 /* SwiftEntryKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-umbrella.h"; sourceTree = ""; }; + 8734065DB186C5EF52D44A46949CB25B /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; + 873F6A7DEBF38CFBA51B0F031C508955 /* icon_file_type_php.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_php.png; path = Sources/Resources/FileType/icon_file_type_php.png; sourceTree = ""; }; + 876C1D50115F87AB1C4072F6EC821743 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 87AD7BC115A11389913B672A98F8BEDC /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; + 87D07CB11FD1E4E81EB59D1FE337C98A /* EKRatingMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessage.swift; path = Source/Model/EKRatingMessage.swift; sourceTree = ""; }; + 87DE6EFA56AD691CB16F08B99FB74D5E /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 87EA7CBDEF5D81E7B997322B53A344AF /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + 88046150B77E6771DB9C467857358A3F /* 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 = ""; }; + 880A06DE79E5C887CDC257305FE99C20 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; + 881F673566783064A0AAE3B409F7AB46 /* 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 = ""; }; + 8821BF72028A6744F94096F70437B3C4 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; + 8837DD3DF325A0B1CA2BCC3A6D935D74 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 8876EBE1C0254A0B966609077450D3ED /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 888820551B8E5450991E546AAB9C6A38 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; + 888D42DAC79D901FFA4ABA60FED2495B /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; + 88996524AAB0208F85EF48F05C7A087E /* CocoaDebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaDebug-dummy.m"; sourceTree = ""; }; + 88BEB4F77FD68165EB20B7350BF7415B /* DDViewControllerAnimatedTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDViewControllerAnimatedTransition.h; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.h; sourceTree = ""; }; + 88C2F4963CC94296CFA0FFA725C97B86 /* DDWebImageKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDWebImageKit_Private.modulemap; sourceTree = ""; }; + 8948218ACB503B2C778F8498BA6BC930 /* WithLatestFrom.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithLatestFrom.swift; path = RxSwift/Observables/WithLatestFrom.swift; sourceTree = ""; }; + 8954BA7B5C844F1A08C2392EADBCD9F5 /* 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 = ""; }; + 895DAE70354D542463CDFBB59F9212E7 /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; + 897F6BEC89F8774986904396C0904427 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; + 899D7505A1514BED13F2253DC9ED0106 /* icon_file_type_eps.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_eps.png; path = Sources/Resources/FileType/icon_file_type_eps.png; sourceTree = ""; }; + 89D206E48BBA8E84DC4644B3320D26E6 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; + 89E92180453C6221E5B75E3803627D47 /* 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 = ""; }; + 8A61043499A1E6BA066D070F6AAAD92F /* 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 = ""; }; + 8A6D8D27BF5530D124DC7655D0835891 /* _SandboxerHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _SandboxerHelper.m; path = Sources/Sandbox/_SandboxerHelper.m; sourceTree = ""; }; + 8AAAF6F8F9DE66A19EDF4C2FE6450439 /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; + 8AADC6D84591B9331208C65FC66E24BC /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; + 8AB0CBA2B0C1C12419007909C80510FE /* FPSCounter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FPSCounter.swift; path = Sources/Monitor/FPSCounter.swift; sourceTree = ""; }; + 8ABBC9F6550178AE4CDC9F15B224EFC4 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = AMapNaviKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; 8AD026CF2FA53C314E8C799B9A40528A /* DDZFPlayerKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDZFPlayerKit_Private; path = libDDZFPlayerKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8AE3E65E083A29E28F5463D0D92505E8 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 8B112DD0C99213833E217192DE213AC5 /* Infallible+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Bind.swift"; path = "RxCocoa/Common/Infallible+Bind.swift"; sourceTree = ""; }; - 8B2308D8204B52C616960D8BEC19B6B1 /* icon_file_type_sql@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_sql@2x.png"; path = "Sources/Resources/FileType/icon_file_type_sql@2x.png"; sourceTree = ""; }; - 8B2835B6C0EED799C237BB1EE1E07259 /* EKPopUpMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKPopUpMessage.swift; path = Source/Model/EKPopUpMessage.swift; sourceTree = ""; }; - 8B291452A4DEA9322F381FDFB9720F89 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 8B441F34B32C0868D63E8CC442DAB6E5 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - 8B5A690194CC35F0CC1D2B4F5463C846 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; - 8B5DB959E7B45734C2E80C8B012D2D79 /* SwitchIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwitchIfEmpty.swift; path = RxSwift/Observables/SwitchIfEmpty.swift; sourceTree = ""; }; - 8B84E4EFC4CC7D7ACF787153E297D875 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 8BD2A03C643BA6B22B9B44CD85299C2A /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - 8C324819CC6F2918CE489CA913C8649E /* NSError+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSError+ZLPhotoBrowser.swift"; path = "Sources/Extensions/NSError+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 8C3378B84FC9537FAE6FE3A6471585C0 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 8C7ED753CBA428EE8B43B3E19887DED9 /* icon_file_type_txt@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_txt@3x.png"; path = "Sources/Resources/FileType/icon_file_type_txt@3x.png"; sourceTree = ""; }; - 8C83AC7F2ED122D158BDD8D973D21481 /* EKEntryView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKEntryView.swift; path = Source/Infra/EKEntryView.swift; sourceTree = ""; }; - 8C8F25832948A1C119B1DBAB7C05BCF1 /* EKAttributes+PositionConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PositionConstraints.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PositionConstraints.swift"; sourceTree = ""; }; - 8D159FCCEB97D06ABF0D4458AE6CF3F6 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - 8D35C0A2334F45D74CDE5ABD5D737C45 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 8D54AACBAC94421DEA26246C848BF858 /* 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 = ""; }; - 8D5F960762367E1A139FFE0BDD84E6FC /* EKWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWindow.swift; path = Source/Infra/EKWindow.swift; sourceTree = ""; }; - 8D9BA6A30CA49498A02A6B234BE553FB /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - 8DD3128B1932922A36D56F6D19CAE4BC /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; - 8E017F6AC983A387FFD2ED02D2A6EAEF /* 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 = ""; }; - 8E6B6514FBE643036EC134A7A169EFC7 /* CocoaDebugViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugViewController.swift; path = Sources/Window/CocoaDebugViewController.swift; sourceTree = ""; }; - 8E885B6D95F845479C2EB002C758BDFC /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; - 8EA9D6258844F7AA0C6ACFCBA2E41C71 /* icon_file_type_jpg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_jpg.png; path = Sources/Resources/FileType/icon_file_type_jpg.png; sourceTree = ""; }; - 8ED09F498750F70A4B4C179AA26FC257 /* icon_file_type_wav@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wav@3x.png"; path = "Sources/Resources/FileType/icon_file_type_wav@3x.png"; sourceTree = ""; }; - 8EF4E4E24BE31DAB6754BC5B5CE50FA1 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 8F0982B7F4C806224986C1E742441C80 /* ESTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarController.swift; path = Sources/ESTabBarController.swift; sourceTree = ""; }; - 8F38B34101AD7A9DACF942D708EA0023 /* icon_file_type_dat@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dat@2x.png"; path = "Sources/Resources/FileType/icon_file_type_dat@2x.png"; sourceTree = ""; }; - 8F41F2BA648EA3813EAC2F4F6A55891D /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - 8F41FA482FFD01131F6109B6F710F6F4 /* DDBaseViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseViewController.h; path = DDBasicControlsKit_Private/Classes/DDBaseViewController/DDBaseViewController.h; sourceTree = ""; }; - 8F871014922D06C041EC71AEA9699782 /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; - 8FB301939C9BC99F272793DB3EA9A39E /* DDTimerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.release.xcconfig; sourceTree = ""; }; - 8FB3921828004ED18F40FA28D2347DC6 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; - 901771A17BC2D5F010638245884EA1B0 /* UIDatePicker+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIDatePicker+Rx.swift"; path = "RxCocoa/iOS/UIDatePicker+Rx.swift"; sourceTree = ""; }; - 90A0BBDC2F2657AE9F32CDA93BF9DBB1 /* HapticFeedbackGenerator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HapticFeedbackGenerator.swift; path = Source/Utils/HapticFeedbackGenerator.swift; sourceTree = ""; }; - 90BD68E9103D0721BEC576E29508098A /* ZFReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFReachabilityManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.m; sourceTree = ""; }; - 90C04466BB725EF3775642FAB7893E44 /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; - 90F834940ADB31A14A06D46856D877D0 /* icon_file_type_xml@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xml@3x.png"; path = "Sources/Resources/FileType/icon_file_type_xml@3x.png"; sourceTree = ""; }; - 9105470BCF7DC649E75F200161404493 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 918CCDBA1022A635F47D098B5190FBD9 /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; - 9194876DFA8B01B5D7937929ACCB1AC2 /* icon_file_type_db.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_db.png; path = Sources/Resources/FileType/icon_file_type_db.png; sourceTree = ""; }; - 91C0696E202BFA46891BAE2F7E983144 /* JXCategoryNumberCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCellModel.m; path = Sources/Number/JXCategoryNumberCellModel.m; sourceTree = ""; }; - 91C0BA21D939F381DEA0FA737166CA33 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - 921A85E91364FA6A782EEC183AA278FF /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 925CED7574944FD2A444D1E8371ED2D6 /* icon_file_type_svg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_svg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_svg@3x.png"; sourceTree = ""; }; - 92672863ED1E4EF1978E9E35CAD9FBE5 /* JXCategoryCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryCollectionView.m; path = Sources/Common/JXCategoryCollectionView.m; sourceTree = ""; }; - 928AABAF40B7C8B285DF82C6F61F590E /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - 92913AC99AB731685E7EDF16583F293B /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 929396B3C13DD9AC0D752E4CE93A61E9 /* ZFSliderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSliderView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSliderView.h; sourceTree = ""; }; - 92BB981074E8FD79695489AAD52FF5F0 /* icon_file_type_tif@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_tif@2x.png"; path = "Sources/Resources/FileType/icon_file_type_tif@2x.png"; sourceTree = ""; }; - 933DC85A0EB090EA6303A18945910AF9 /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; - 936FEBCB276E32D9AD7D19B39E488A41 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 9393F02D3DB58B372D7FCFA52744E383 /* ZFPlayer.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZFPlayer.bundle; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayer.bundle; sourceTree = ""; }; - 9398D0DAD4E01C571C1ED9CA3135B0BA /* Infallible+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Infallible+Operators.swift"; path = "RxSwift/Traits/Infallible/Infallible+Operators.swift"; sourceTree = ""; }; - 939956CD7371C4B206B1FE2D5DB243B4 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; - 939CF4A9BEE41EA69945E3B684423A02 /* _CacheStoragePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CacheStoragePolicy.h; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.h; sourceTree = ""; }; - 93CA458AB4644D2FB617AEB32BB3086B /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; - 93E74055C504CD5F666B283D0C6A92AD /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; - 93EB9C49F7C62A3E4577F270D028B8C7 /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; - 944FA5EAC18B49C032D0130791E1DCAE /* DDSwiftLog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwiftLog.swift; path = DDLogKit_Private/Classes/SwiftLog/DDSwiftLog.swift; sourceTree = ""; }; - 9468BFD4E552D5DDAEA1E67D7DB56D24 /* Disposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Disposable.swift; path = RxSwift/Disposable.swift; sourceTree = ""; }; - 947B736C6302AA3B25A79C5AEE16F940 /* EKFormMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKFormMessageView.swift; path = Source/MessageViews/EKFormMessageView.swift; sourceTree = ""; }; - 947F55F30D11F3E36E2B4452C9BD0D3A /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = ""; }; - 94AD8A497FEFFB0728DDC389581F4F99 /* icon_file_type_bmp@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bmp@2x.png"; path = "Sources/Resources/FileType/icon_file_type_bmp@2x.png"; sourceTree = ""; }; - 94BC0CACE6284059AD3275AC0D726586 /* NSObject+Rx+KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+KVORepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+KVORepresentable.swift"; sourceTree = ""; }; - 9526EB71B6900198A54FCEDBBE3E8630 /* JXCategoryNumberCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberCell.h; path = Sources/Number/JXCategoryNumberCell.h; sourceTree = ""; }; - 95B7001D25AB0D8459F34326F7DAB62C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - 95CF63ABCB6F25ADB78E2D8C5C0B4AAE /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandScapeControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.m; sourceTree = ""; }; - 95E168507C0A827BB4754E7CB9E3DF7B /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = AMapNaviKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 96167AC6C6F5EF1D29794661D7712D5B /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; - 9651F162647738D9F4645980D82752BB /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 96937A12F11D2DE9039DF1AB2F8F3B30 /* EKTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKTextField.swift; path = Source/MessageViews/MessagesUtils/EKTextField.swift; sourceTree = ""; }; - 96ABA92A48DC6366CD32E74C1F62C908 /* SchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchedulerType.swift; path = RxSwift/SchedulerType.swift; sourceTree = ""; }; - 96BC0EB92C249ACEBDA78937D9AE25FC /* WKWebView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKWebView+Rx.swift"; path = "RxCocoa/iOS/WKWebView+Rx.swift"; sourceTree = ""; }; - 96D0124AA5F9AC06B5B82DA289A5A267 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 96F7AF40E802609917158B3B27A38C46 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + 8B0253B3CE5B9CEFB841E0830354A5DB /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; + 8B0ED0F8D19B9A2588CA79DD79766840 /* icon_file_type_wav@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wav@2x.png"; path = "Sources/Resources/FileType/icon_file_type_wav@2x.png"; sourceTree = ""; }; + 8B19FCB1950E177339870A4D23C323F6 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; + 8B62764ECF98396C6308978F2A2BC736 /* DDLogKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDLogKit_Private.modulemap; sourceTree = ""; }; + 8BA8DA962395D0224DEB565055A6D8B2 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 8BC664428DE5E5FB6D53F9CCEC8DC77B /* DDAudioPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAudioPlayerKit_Private-dummy.m"; sourceTree = ""; }; + 8BC79C7B83E6BDA1CCF5E67C7561D0EE /* JXCategoryIndicatorBackgroundView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBackgroundView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.h; sourceTree = ""; }; + 8BDF2A3207088932A52DB9E0808A8896 /* _Sandboxer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Sandboxer.m; path = Sources/Sandbox/_Sandboxer.m; sourceTree = ""; }; + 8BE64FCAFC0B0C82853F137A8B97608F /* 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 = ""; }; + 8C00B5AEF3A566B58EF41D3AC031B16A /* Materialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Materialize.swift; path = RxSwift/Observables/Materialize.swift; sourceTree = ""; }; + 8C07E8563EC7A8334AC4D24711160D3B /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + 8C1D55D7F583DEB9873C3B80295AC4E5 /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + 8C3111510C5B7B1B055E3C916FFC77F7 /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; + 8C35A57FDEB6642EE847D1D53E126AC4 /* 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 = ""; }; + 8C38B4251CC404ADE2AC855607F5D929 /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; + 8C78B3530EC1C34176867696F9DF52D7 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; + 8CA5902D585C87A5501744EACD153856 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFReachabilityManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFReachabilityManager.h; sourceTree = ""; }; + 8CF234A0B839689E66ED8E1AE3635D5B /* ItemEvents.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemEvents.swift; path = RxCocoa/iOS/Events/ItemEvents.swift; sourceTree = ""; }; + 8D3B581DBB9BC286AD3D397AB6E41F45 /* icon_file_type_css@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_css@3x.png"; path = "Sources/Resources/FileType/icon_file_type_css@3x.png"; sourceTree = ""; }; + 8D3E1F4A329A2C041F7E94D9C526FC27 /* icon_file_type_wav@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wav@3x.png"; path = "Sources/Resources/FileType/icon_file_type_wav@3x.png"; sourceTree = ""; }; + 8D4DCB1BB8CA04C09824DB2F940B9AF3 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; + 8D85A1457D1C60789656998E19D5C3E9 /* DDImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDImageView.swift; path = DDControlsKit_Private/Classes/DDImageView/DDImageView.swift; sourceTree = ""; }; + 8DA4B88DBE0911C02E5A0AD8BC0D6AB8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; + 8DB1DCB194F8270A74F8157501B7B41D /* icon_file_type_midi.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_midi.png; path = Sources/Resources/FileType/icon_file_type_midi.png; sourceTree = ""; }; + 8DB61462DA4895F98CEAF92C4F93B02E /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = ""; }; + 8E35D619626B593AEAF0BC83098BA4F9 /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; + 8E4332FCD1A5B6027D4064A1926D15BB /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; + 8EDC848C9FFDE59086F16B77C33276B7 /* WithUnretained.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WithUnretained.swift; path = RxSwift/Observables/WithUnretained.swift; sourceTree = ""; }; + 8F24FCBE0A08713DA5979368E796943E /* _RXObjCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _RXObjCRuntime.h; path = RxCocoa/Runtime/include/_RXObjCRuntime.h; sourceTree = ""; }; + 8F2BCFCD921DF78865F9BDEA8A7C018D /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = AMapNaviKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 8F4DE092EFD65A8DF57D0FE926A5C5F4 /* EKAlertMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessageView.swift; path = Source/MessageViews/EKAlertMessageView.swift; sourceTree = ""; }; + 8F66A3748C4B2D620202B33C182A8CBB /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; + 8FE8BAA90AC5CDDC764A172547B89CF7 /* EKAttributes+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Shadow.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Shadow.swift"; sourceTree = ""; }; + 8FF45F072745A803EE7512124A5E34AE /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 90107EF22AE07491684F480FEEEDF124 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 9018DB282911288C60E788A3DAF773F8 /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; + 9020FE98732F86A5598C97091BB0452C /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; + 9041612FC8E7F1F27650FEF9F562E440 /* UIImageView+DDWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+DDWebCache.h"; path = "DDWebImageKit_Private/Classes/DDWebImage/UIImageView+DDWebCache.h"; sourceTree = ""; }; + 906289FAB21827CA65C1662CB5C279BD /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 907A0D926157C11DA4D41F3F480FA0F1 /* icon_file_type_dmg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_dmg.png; path = Sources/Resources/FileType/icon_file_type_dmg.png; sourceTree = ""; }; + 90A87CFCC5C4C4B6344B3A5DB833D625 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; + 911A191E1B82B469B339A4A348F55757 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; + 9127B3FD664C484AAF553952CE7D7F3C /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; + 917048BAF59EFACD5752DA15946629E7 /* Pods-OrderSchedulingNotificationService-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OrderSchedulingNotificationService-umbrella.h"; sourceTree = ""; }; + 918B7CDA798E6DBDF19215239EBF2906 /* icon_file_type_json@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_json@2x.png"; path = "Sources/Resources/FileType/icon_file_type_json@2x.png"; sourceTree = ""; }; + 919C258703E339025A3EE67F06BD13E6 /* icon_file_type_ipa.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ipa.png; path = Sources/Resources/FileType/icon_file_type_ipa.png; sourceTree = ""; }; + 919DD1DCC19FF187D7C6D0D924B3EE29 /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; + 91BF98018EA7B1E589E17EBB25A2719E /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; + 91F766A3DA32B2584C18210557AAC405 /* Timeout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeout.swift; path = RxSwift/Observables/Timeout.swift; sourceTree = ""; }; + 92019061DEA6B6A3F3FBF3D6E59E1D37 /* 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 = ""; }; + 922A3B1158DEE716308128F8D1D7365F /* DDAudioService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAudioService.swift; path = DDAudioPlayerKit_Private/Classes/DDAudioService.swift; sourceTree = ""; }; + 923129EA46CF876E3E87E1B753BCDC3E /* JXCategoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryView.h; path = Sources/JXCategoryView.h; sourceTree = ""; }; + 925DA5FE8666DDE91CFF67B5216FFC94 /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; + 929439B39ABD83672882D3E34C95FA46 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9297DD4ECD7FA7A9DFF316317C843771 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + 92DFC9B6893196921D460402EEF17620 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NotificationCenter+Rx.swift"; path = "RxCocoa/Foundation/NotificationCenter+Rx.swift"; sourceTree = ""; }; + 92E73552242326CA44259D3F3C91251D /* DDCategoryKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDCategoryKit_Private.debug.xcconfig; sourceTree = ""; }; + 930599113F03908AC017C5049B6C6669 /* icon_file_type_svg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_svg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_svg@2x.png"; sourceTree = ""; }; + 93073E5767E279FBBD9206E5F40286C4 /* icon_file_type_doc@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_doc@2x.png"; path = "Sources/Resources/FileType/icon_file_type_doc@2x.png"; sourceTree = ""; }; + 931C15B45439FC1DA683857E4CBC9903 /* HistoricalSchedulerTimeConverter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HistoricalSchedulerTimeConverter.swift; path = RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift; sourceTree = ""; }; + 9337EBB57AD8F617CA44292E8B135531 /* AMapNaviCompositeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeManager.h; sourceTree = ""; }; + 934A39B0CEFCEF9EE662A5C9A49311B1 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + 93651F46E7784903DF993BEB70030C7D /* CrashDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashDetailViewController.swift; path = Sources/App/CrashDetailViewController.swift; sourceTree = ""; }; + 9380077F7E34AEF6C702A6AEC0036503 /* 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 = ""; }; + 93F7D80CEF63FDE716AAA7095BCFAC88 /* 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 = ""; }; + 940409F5BF3388822B023F2E763B5633 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 940805A08FA6EAAE8FE2D4B7C8EC9241 /* _fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = _fishhook.c; path = Sources/fishhook/_fishhook.c; sourceTree = ""; }; + 941531BFCA07112AB0478DD2369E37F2 /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = AMapNaviKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 941B994BAF98EFD97B4AAB582964A763 /* 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 = ""; }; + 94678199DBFD1BB1DD952501F496AB9D /* DDBaseTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableViewCell.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableViewCell/DDBaseTableViewCell.h; sourceTree = ""; }; + 947EF1FBACF89273DE278862C44BEE0C /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 949A60250B4FF0B50CE70FA1E52437C9 /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; + 94EE9C826828CEA9A38C02E72E40D7C1 /* RxCocoa.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.debug.xcconfig; sourceTree = ""; }; + 951C9E61C70A9E9F248B87400827478B /* icon_file_type_wav.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_wav.png; path = Sources/Resources/FileType/icon_file_type_wav.png; sourceTree = ""; }; + 953329141116906C487B83F1A69719FD /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; + 95B0746E9EF803A1AC4A8C22611F99E8 /* JXCategoryViewDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryViewDefines.h; path = Sources/Common/JXCategoryViewDefines.h; sourceTree = ""; }; + 95F303369FA73BC8B9A32CEF22CBE6E9 /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; + 9626661BED4F69F830D94C17CE3AC40D /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + 964DF6E4DD54F377237553A8725C2FA5 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; + 964FFAF9721F6477501B7EB05B871C5E /* JXCategoryIndicatorLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorLineView.m; sourceTree = ""; }; + 9671801F06D082F19ED233DB8950FC77 /* ImmediateSchedulerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImmediateSchedulerType.swift; path = RxSwift/ImmediateSchedulerType.swift; sourceTree = ""; }; + 969D85F2240EB8F5D8DDDD068A56FE1C /* RxMutableBox.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxMutableBox.swift; path = RxSwift/RxMutableBox.swift; sourceTree = ""; }; + 96FF1F39492CB5C0DDD7FB3955098035 /* DDCategoryKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDCategoryKit_Private-umbrella.h"; sourceTree = ""; }; + 9701A44DD509B32C11A6B8EE5FDD1F5F /* DDTimerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTimerManager.m; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.m; sourceTree = ""; }; + 970BC596737BFFB5FF0298BF9BBFF974 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 970DEEEEE3475B7B400B28CDAB6644B8 /* AMapNaviStatisticsInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviStatisticsInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviStatisticsInfo.h; sourceTree = ""; }; + 9726E5DE7C6324D2EE80545BFBBC78CF /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; + 9736E4468AB07C78820C972493704484 /* Pods-OrderScheduling.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.release.xcconfig"; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SnapKit; path = libSnapKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CA5EE6DE60EE9EB3AE1C088F4BFC9C /* icon_file_type_apk@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_apk@2x.png"; path = "Sources/Resources/FileType/icon_file_type_apk@2x.png"; sourceTree = ""; }; - 9803DF7967D199F865AE74C7F5F10AB7 /* icon_file_type_midi@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_midi@3x.png"; path = "Sources/Resources/FileType/icon_file_type_midi@3x.png"; sourceTree = ""; }; - 9824951BF51B3BAF7431D329F0BA1DAC /* DDViewControllerAnimatedTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDViewControllerAnimatedTransition.m; path = DDBasicControlsKit_Private/Classes/DDBaseAnimation/DDTransitionAnimation/DDViewControllerAnimatedTransition.m; sourceTree = ""; }; - 98446E34A5BC2175684D69EA687AEB83 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; - 9850E1A6B77D7ECE8FA161BB956005DD /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist"; sourceTree = ""; }; - 988019CE36140771910B8380EF9A2813 /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 98A613D06DB3DABFADB1410C9C88BA4A /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; - 98E121468282A5B414D3DE724BA54A06 /* icon_file_type_png.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_png.png; path = Sources/Resources/FileType/icon_file_type_png.png; sourceTree = ""; }; - 991E213B89A1022461033F97D75A8D59 /* JXCategoryTitleImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageView.h; path = Sources/TitleImage/JXCategoryTitleImageView.h; sourceTree = ""; }; - 9936F0CB3A63B5AACBC54AB5F3DBB50A /* ZFUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFUtilities.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.m; sourceTree = ""; }; - 9961F617D17E7D5855FEDC8D77F4BD28 /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; - 996660F3AEBFE9B0C55581213B9E8EFE /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; - 998CF5D4571BBD8AFF163619A5F96028 /* Bag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bag.swift; path = Platform/DataStructures/Bag.swift; sourceTree = ""; }; - 999C613B204ECE074D08C527DD46E092 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Sources/ConstraintAttributes.swift; sourceTree = ""; }; - 99AB51679515C5AE24A71E033EACDC14 /* JXCategoryDotCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCellModel.h; path = Sources/Dot/JXCategoryDotCellModel.h; sourceTree = ""; }; - 99B18FCEB19AD03A05F1266DD8B4F130 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; - 99BAF67C8A5CD24748E409B4D34F1764 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; - 99C707D252D49AEB0C99EE2EF4B04700 /* ObserverBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverBase.swift; path = RxSwift/Observers/ObserverBase.swift; sourceTree = ""; }; - 99FC94EB81606499CDD006F8A2C7E374 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; - 9A09C744594080AF23CABD60C0D1EB2F /* DDBasicControlsKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDBasicControlsKit_Private.modulemap; sourceTree = ""; }; - 9A129EE0C83FE51A20D8D5971D362AB8 /* DDSwitch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSwitch.swift; path = DDControlsKit_Private/Classes/DDSwitch/DDSwitch.swift; sourceTree = ""; }; - 9A1AA996EB8C98EB6740E1F2DB864E2E /* 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 = ""; }; - 9A2754B7A457BFCA7B501BB71DA80A14 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; - 9A588422AA3D6886175B32D97F73FBBA /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; - 9A8BAF8FFE3279DF4FFEC2E992F7460F /* DDToastKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDToastKit_Private-prefix.pch"; sourceTree = ""; }; - 9AA3E3033F7BF20A1B3FEA843A225B76 /* icon_file_type_ipa@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ipa@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ipa@2x.png"; sourceTree = ""; }; - 9B263EB1092CB554559B59DB0DAE625E /* icon_file_type_keynote@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_keynote@3x.png"; path = "Sources/Resources/FileType/icon_file_type_keynote@3x.png"; sourceTree = ""; }; - 9B5D118541615291C89F29D1F9F7E1B5 /* icon_file_type_css@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_css@2x.png"; path = "Sources/Resources/FileType/icon_file_type_css@2x.png"; sourceTree = ""; }; - 9B811D8CEF738968C173A506E719FB78 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 9BA272C3D59BCADB8C11C60B4383A94E /* Multicast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Multicast.swift; path = RxSwift/Observables/Multicast.swift; sourceTree = ""; }; - 9BAD4D015F9DEEACCA44BE222487C45D /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 9BBEF715D8D1A518938D7F5BE4D173CE /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; - 9BCB0C6F48AC8A17A0E2B0C678984E6D /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaPlayback.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaPlayback.h; sourceTree = ""; }; - 9C01CB87BF930A549BE2B7C73A68B7AA /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 97D44AD9154AA4F6DDDEE9022A72383F /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + 97D4805BAD010839FD2F494F302FA25B /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 97D620EB9CDE5AC34F98C898FB904CF3 /* DDBaseViewController.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = DDBaseViewController.xcassets; path = DDBasicControlsKit_Private/Assets/DDBaseViewController.xcassets; sourceTree = ""; }; + 97D79CD623E1A9A69521E3EB6488740E /* icon_file_type_jpg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jpg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_jpg@3x.png"; sourceTree = ""; }; + 97ED92CBECEACA1D399E56136CE3F1BF /* Pods-OrderScheduling-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderScheduling-acknowledgements.plist"; sourceTree = ""; }; + 9845A34ADAF4ED99062CDFD181DBCC7E /* 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 = ""; }; + 98DA26DA6F487BF13497C4419269AB3E /* DDFontKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDFontKit_Private.modulemap; sourceTree = ""; }; + 990B5CBB962A8202EDCE357A01918ED8 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + 9911C98D6F0B9EB7FAFB9535EA4D85BF /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 994DD24FDC07396147B72351FE53E82E /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; + 9967C63D561A87EC45A748BAA7FE949F /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + 997CFE1E53CE1830283B2E4FB1578984 /* RxPickerViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDataSourceProxy.swift; sourceTree = ""; }; + 99890D3BED1E3261F7883BF904CF36B9 /* _QNSURLSessionDemux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _QNSURLSessionDemux.h; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.h; sourceTree = ""; }; + 9999328EA974AB233F994AA6EBB64BBE /* _HttpModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpModel.h; path = Sources/Network/_HttpModel.h; sourceTree = ""; }; + 99AD1097A9F670DDB325856C3EDDBA4F /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; + 9A097310F4318796866465FE844C8C0A /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 9A172253D6DB610D8EA2365650E2E343 /* QLUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QLUtils.swift; path = Source/Extensions/QuickLayout/QLUtils.swift; sourceTree = ""; }; + 9A28D92330D83A343316BCDBF5403B17 /* UIView+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIView+QuickLayout.swift"; sourceTree = ""; }; + 9A6CCA339E15C371627AEE830C843CA2 /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; + 9A7655670FEDA6E0A376BA74B531F0D3 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = ""; }; + 9A8BFFEDB3DFFDD8B78E1DC593560128 /* Signal+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Signal+Subscription.swift"; path = "RxCocoa/Traits/Signal/Signal+Subscription.swift"; sourceTree = ""; }; + 9AADB529954F08070B6C3F3FAC79222C /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; + 9AD4AEADB6E299D605C05076BF0DB640 /* icon_file_type_css@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_css@2x.png"; path = "Sources/Resources/FileType/icon_file_type_css@2x.png"; sourceTree = ""; }; + 9AE52E505AD93B71530829C12A79CA34 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 9AEDE2342B54CB28D2382FE6A3375207 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 9B23FEC0202A7644EA30868FAE8DB7F9 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + 9B47DD55BB18675C2A41A6AD2D0ED12F /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 9B93B7D2C05534550E902208B118C697 /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.h; sourceTree = ""; }; + 9BC11D70E51098EBA0F0824D1D48FBD1 /* AMapNaviWalkManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviWalkManager.h; path = AMapNaviKit.framework/Headers/AMapNaviWalkManager.h; sourceTree = ""; }; + 9BC51F25D297C9BF244897F810A25755 /* icon_file_type_svg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_svg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_svg@3x.png"; sourceTree = ""; }; + 9BCAB6DCC4922AB7E59B39635F513584 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 9C14F261872F9538C42FD9125BF0FBBE /* ZFLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLoadingView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.m; sourceTree = ""; }; + 9C224546D05C59D1918E22D47B877B57 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = AMapNaviKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + 9C8305F96BC2F05C534DB6EFEC0C4FD0 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + 9C941FE3E0210F042109699B79C902B7 /* CocoaDebugSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugSettings.swift; path = Sources/Core/CocoaDebugSettings.swift; sourceTree = ""; }; 9CB241779EEAD809AC3180FD5B56FDF4 /* DDFontKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDFontKit_Private; path = libDDFontKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CC0095EB0AACCD79BCAF9F7A67F8BA7 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; - 9CC0B99E9419B9D9D1B93DEA4580469F /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - 9CE4EB0FE3EE5E15E6379183961D8DF6 /* icon_file_type_mp3@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp3@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mp3@3x.png"; sourceTree = ""; }; - 9CF5E77BB32FA5A759A51B9A9F29CABB /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OrderSchedulingNotificationService-acknowledgements.plist"; sourceTree = ""; }; - 9CFB3B1B103D91B6F4E101100D87EE83 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = AMapNaviKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 9D4197BFCAA16F893B016E2417DF1E96 /* _Sandboxer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _Sandboxer.m; path = Sources/Sandbox/_Sandboxer.m; sourceTree = ""; }; + 9CD3EC6DB00C97F970B5DA0978226EAA /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = AMapNaviKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + 9D0CA5A10BCA7E7C11C9287BD3D8FDED /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 9D40C3DBE85D47019B84D57AC5A2844D /* icon_file_type_jar@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jar@3x.png"; path = "Sources/Resources/FileType/icon_file_type_jar@3x.png"; sourceTree = ""; }; 9D4B74A4386EF8F53603612D83CA68C9 /* DDColorKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDColorKit_Private; path = libDDColorKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D50ABEE75112BB31B23667087873645 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; - 9D66D4ED537BD4320CF66C0D4215BFD5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 9D68874A644FA29FB42E9E2F120E3CBC /* CocoaDebugDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugDeviceInfo.h; path = Sources/Core/CocoaDebugDeviceInfo.h; sourceTree = ""; }; + 9D53AEAC0C08E5715F366DA686AECAEF /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 9D937994B93E1CE81B26998745B23F0C /* UISearchBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchBar+Rx.swift"; path = "RxCocoa/iOS/UISearchBar+Rx.swift"; 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; }; - 9DA42232C932E85BAFD4FF2EEA92DFDF /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; - 9DB5D296ED80B51D91DB41F8FEB08F05 /* DDZFPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.release.xcconfig; sourceTree = ""; }; - 9DBAC1A4C69126CA19CFEAE121C56271 /* icon_file_type_wav@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wav@2x.png"; path = "Sources/Resources/FileType/icon_file_type_wav@2x.png"; sourceTree = ""; }; - 9DC09D51BA50A7C238B68B28BEB3003F /* CocoaDebug+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CocoaDebug+Extensions.swift"; path = "Sources/Core/CocoaDebug+Extensions.swift"; sourceTree = ""; }; - 9E034624A24009FD0B6839B91B89060F /* 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 = ""; }; - 9E1FD9936167392B872FB4E7F7400EEC /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - 9E2614393372F1373562F24552A34672 /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; - 9E5F707BC866320CAE9454AE32D27F96 /* icon_file_type_midi@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_midi@2x.png"; path = "Sources/Resources/FileType/icon_file_type_midi@2x.png"; sourceTree = ""; }; - 9E8A1B69A23A66FA52A4486F2A77B771 /* DDFontKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.release.xcconfig; sourceTree = ""; }; - 9EA66F5FAE74501193119915AEFFBEED /* ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayer.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayer.h; sourceTree = ""; }; - 9ECC1CFAF7F7F94D4BEA17650D3BEBB8 /* DDTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextView.swift; path = DDControlsKit_Private/Classes/DDTextView/DDTextView.swift; sourceTree = ""; }; - 9ED517D8551A05FB319503D5EBE74D44 /* 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 = ""; }; - 9EE67FCA70CF2E96C7396C66B8C8E418 /* RecursiveScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveScheduler.swift; path = RxSwift/Schedulers/RecursiveScheduler.swift; sourceTree = ""; }; - 9F2092B25E7A6B13FAB6E603CA77746A /* icon_file_type_pages@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pages@3x.png"; path = "Sources/Resources/FileType/icon_file_type_pages@3x.png"; sourceTree = ""; }; - 9F4B5C69DF4E0E0C4F8D831E5D9B64F3 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; - 9F4E84F353F8A733EB01D44C6EBDF1BB /* UIBlockingBubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIBlockingBubble.swift; path = Sources/Window/UIBlockingBubble.swift; sourceTree = ""; }; - 9F7D764AB9E80A651E964C15395AD6EE /* SharedSequence+Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Concurrency.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Concurrency.swift"; sourceTree = ""; }; - 9F871E501BDBD3527CB3EFEDEE7E9C5F /* AsSingle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsSingle.swift; path = RxSwift/Observables/AsSingle.swift; sourceTree = ""; }; - 9F93A32E9DB2D15D01C4010FC5D07F13 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = RxSwift/Observables/Filter.swift; sourceTree = ""; }; - 9F96EF579F4EDC48AB2ED1BF614276D9 /* 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 = ""; }; - 9FBCF4CFD0559F4FACD728FB60254A36 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 9FF05B609FF47FA0271362F923DB98E0 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 9FFDCA6EA7DD6D1F48F6E6A470D82866 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - A00FEC96F7432E514649B6321FE1CF58 /* RxTableViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTableViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxTableViewDataSourceType.swift; sourceTree = ""; }; - A0C18F69D04945C4F4F65A4781962DC9 /* DDTableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableViewCell.swift; path = DDControlsKit_Private/Classes/DDTableViewCell/DDTableViewCell.swift; sourceTree = ""; }; - A0D016D448D4891CC0E17A93392E37DD /* NetworkViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkViewController.swift; path = Sources/Network/NetworkViewController.swift; sourceTree = ""; }; - A0F87D8DC43809AB7D320C88379D0ABD /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; - A10B35338C50E2E7972A693714CFE031 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; - A15F8EB976B4042629E0605347F1272C /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; - A177407DF2A68887C28973E169D3E834 /* GroupedObservable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GroupedObservable.swift; path = RxSwift/GroupedObservable.swift; sourceTree = ""; }; - A1833E092E6E2C7CB2FEC9DB0539405B /* GPBMessage+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GPBMessage+CocoaDebug.h"; path = "Sources/Categories/GPBMessage+CocoaDebug.h"; sourceTree = ""; }; - A1DDAB8D0629FC240E603E8B48A73673 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - A25C6F0E6D20CBD7EA25A7DE82A4FAB4 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; - A26528E38976BAF17E03D7B30EF1A830 /* 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 = ""; }; - A26C5BC7A7F4B251BA5907775BA16F7D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - A2BA8A1F668BD7BD669CDD5C82E79BE3 /* 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 = ""; }; - A2C49409727D38F52C1F53932F467A50 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - A2FF4938FC742B41E51A3D67F83B59BC /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - A30EBD463466F63B3AF190056FCFE2C8 /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; - A3640CEBA7C26A87777F2D7DA97B842C /* _OCLogStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogStoreManager.m; path = Sources/Logs/_OCLogStoreManager.m; sourceTree = ""; }; - A364B070CA12AB27E997A84F876FDD3F /* EKNotificationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKNotificationMessage.swift; path = Source/Model/EKNotificationMessage.swift; sourceTree = ""; }; - A383DDF49CE20AFB159C4C2CFEEA0B3E /* JXCategoryIndicatorComponentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorComponentView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.h; sourceTree = ""; }; - A3C879A65CBB8E48310142D96071B854 /* App.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = App.storyboard; path = Sources/Resources/App.storyboard; sourceTree = ""; }; - A40353B4FCD05423F2C9A8B998F39A76 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - A41376E50017A2935A37C3A982374FFD /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; - A426DE49EBDEF83C4811B094FE4CE40F /* Bag+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bag+Rx.swift"; path = "RxSwift/Extensions/Bag+Rx.swift"; sourceTree = ""; }; - A48CA6D419834493D1B0C158221B77BD /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - A49ADC338F975C5324DFB40BCAB21952 /* 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 = ""; }; - A49FDEAF283DC95FC4EC2DDBA29CAED3 /* Bool+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bool+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bool+ZLPhotoBrowser.swift"; sourceTree = ""; }; - A561F4A3DB1805B379FAA2EE96BD9B1D /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; - A56AB2121F2DA7FAA10A95399A89F3C9 /* Manager.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Manager.storyboard; path = Sources/Resources/Manager.storyboard; sourceTree = ""; }; - A57B71A9E12EE2E126434243DA492222 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - A59107DEA6267230DDAC16F6E137FAB6 /* 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 = ""; }; - A591717D5C93FD5034BB7203E97C298F /* icon_file_type_png@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_png@2x.png"; path = "Sources/Resources/FileType/icon_file_type_png@2x.png"; sourceTree = ""; }; - A59C95CE2CD351950924E07724DEB75F /* icon_file_type_bmp.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_bmp.png; path = Sources/Resources/FileType/icon_file_type_bmp.png; sourceTree = ""; }; - A5F19476E2181D453018ACC203C152C3 /* _BacktraceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _BacktraceLogger.m; path = Sources/Monitor/_BacktraceLogger.m; sourceTree = ""; }; - A5FD96D59B7F203B54C673283CA021A1 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; - A61A51E3D716D4E0619FAB677331207C /* NSObject+Rx+RawRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx+RawRepresentable.swift"; path = "RxCocoa/Foundation/NSObject+Rx+RawRepresentable.swift"; sourceTree = ""; }; - A61E15F374B58D0CD5DD0D21ABF44943 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - A64075259164C06A45D6E9220ABAF9EE /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - A6663F93BEFE509F2CB1AECEFE86DD38 /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; - A6715A810721B77E7BE0A4AD91B50BC3 /* 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 = ""; }; - A6739826185906DF043EFFAA982DCF24 /* NetworkCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = NetworkCell.xib; path = Sources/Resources/NetworkCell.xib; sourceTree = ""; }; - A696AAE96A27A0204EC62503D9C54A30 /* 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 = ""; }; - A6B410D64A701D1CB10E1077619B6F60 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; - A6BFDB4E75B1484DFA020817AE4EE945 /* DDBaseTableView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTableView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.h; sourceTree = ""; }; - A6F76FEE45C1E32CE51D341F23E1E41F /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; - A710DC9527A7E25C65D9858FFB332F12 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - A719C579EEAF3B6AB0CF5DC387825F49 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - A7AB231522091EB231A03DE283724036 /* icon_file_type_wmv.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_wmv.png; path = Sources/Resources/FileType/icon_file_type_wmv.png; sourceTree = ""; }; - A802EBBFE0DB4719EE1AA04DA981AF33 /* DDBaseCollectionViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionViewCell.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionViewCell/DDBaseCollectionViewCell.m; sourceTree = ""; }; - A81C05D1CBAACE09A623FFC12B2910B6 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; - A81CCD359428847EFB56456B6E16F49B /* 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 = ""; }; - A83EFE5C3D04F06142F598E39C9F0272 /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; - A8405D993F2FBB7314733B9735BEFB8F /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; - A84D8485316765715F9AABFAF1C9E5B7 /* icon_file_type_aac.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_aac.png; path = Sources/Resources/FileType/icon_file_type_aac.png; sourceTree = ""; }; - A854D0C022958A9BCE80F55806A9B1DC /* AMapNaviHUDView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHUDView.h; path = AMapNaviKit.framework/Headers/AMapNaviHUDView.h; sourceTree = ""; }; - A864138960B613848C67B4978291F398 /* EKButtonView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKButtonView.swift; path = Source/MessageViews/MessagesUtils/EKButtonView.swift; sourceTree = ""; }; - A869F5A7552A1A70A3A46A102651F29A /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - A892C98B23F76A782A835779016E9B80 /* UIViewController+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIViewController+ZLPhotoBrowser.swift"; sourceTree = ""; }; - A89DDBB3083503F60CC9197F4F640AEA /* icon_file_type_php.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_php.png; path = Sources/Resources/FileType/icon_file_type_php.png; sourceTree = ""; }; + 9DAD6A698156D08ACFA3D525AC143F36 /* Bubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Bubble.swift; path = Sources/Window/Bubble.swift; sourceTree = ""; }; + 9DC6B98420D45C1AC240DF5726658C0F /* Range.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Range.swift; path = RxSwift/Observables/Range.swift; sourceTree = ""; }; + 9DCAA032F2E6C410632B76C47B2D9A23 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 9DCE2B7E4E20DE8984887A658671ACD7 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 9DEAD38898880C1D1575F7C00E9DF9B2 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 9DF374CC6E22E48E2CDFAE88FF6C985A /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; + 9E22481C543E2D748FFC40BDE2648255 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 9E2FECC4CA39DDFF47B939CF0E25018C /* ESTabBarController-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.debug.xcconfig"; sourceTree = ""; }; + 9E43CEC1FCB5E999ED50C40DF99E3002 /* UIViewArray+QuickLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewArray+QuickLayout.swift"; path = "Source/Extensions/QuickLayout/UIViewArray+QuickLayout.swift"; sourceTree = ""; }; + 9E790AD726F6B21EE94A8348EEA6AC2F /* 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 = ""; }; + 9EDE2F92400AC42BD9FC920929A4B390 /* EKStyleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKStyleView.swift; path = Source/Infra/EKStyleView.swift; sourceTree = ""; }; + 9F273A7B480367C279528ED9C9AC5BE6 /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; + 9F5165CDE40E0FDDC8150400FE2DCF23 /* icon_file_type_png@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_png@3x.png"; path = "Sources/Resources/FileType/icon_file_type_png@3x.png"; sourceTree = ""; }; + 9F67FDEC614406DD70E388F89124BB66 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; + 9FA1D69B259EB0D669B3D178F916B5CD /* RxCocoa.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxCocoa.release.xcconfig; sourceTree = ""; }; + 9FACEA709B79E42DDF78C078AD7377D2 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + 9FCCB71A62D7E6515EAEB7D2CA2A3DE2 /* 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 = ""; }; + A007AF397F061020208C9A80D05C5328 /* JXCategoryView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-prefix.pch"; sourceTree = ""; }; + A04977997D6F094265EB35126368CB73 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + A0646B1E9751E7DDBC7207C34BDC65EA /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = AMapNaviKit.framework/Headers/MACircle.h; sourceTree = ""; }; + A0A5C7F4DC6DB8430680D74197AF9951 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + A0B4D2ACB8EF6B70E8758C9E6E2FB59C /* AMapNaviManagerConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviManagerConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviManagerConfig.h; sourceTree = ""; }; + A0D702454FB30483803E51EB3E0ACBC6 /* icon_file_type_bin@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bin@2x.png"; path = "Sources/Resources/FileType/icon_file_type_bin@2x.png"; sourceTree = ""; }; + A0E8CF7B8C970E3C8608F29128E4B9C0 /* TailRecursiveSink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailRecursiveSink.swift; path = RxSwift/Observers/TailRecursiveSink.swift; sourceTree = ""; }; + A13CCA977CC2E3BBB82312D1CA830DA7 /* 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 = ""; }; + A165A185D909A3F4B2CF3961E00DD144 /* NetworkDetailCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailCell.swift; path = Sources/Network/NetworkDetailCell.swift; sourceTree = ""; }; + A16B995AF1BA79F20386DEFA1CF6E214 /* DDControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-prefix.pch"; sourceTree = ""; }; + A1B60B14037E8CF5EC30F48EA633E967 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; + A23C70DEDF85FCD22379514D982957F6 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + A2582AF147CE5D01DACADB0D6AAD91F7 /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; + A28569084384261E8C1912B3A39D2243 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + A28B3E3578C7691F3E8509C01D014785 /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; + A2AF7E2091175094274B4DD9159EC881 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + A2C9CF497D692ECC57EDDCC638B0150C /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + A2CCF727DE0573CE412F72D9A9A0B3C2 /* 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 = ""; }; + A2E1FAE57326B787CBF367DA170AB09D /* icon_file_type_tif.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_tif.png; path = Sources/Resources/FileType/icon_file_type_tif.png; sourceTree = ""; }; + A2F9B044EC22283C83F19BE5F30E01F5 /* DDTimerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDTimerKit_Private-dummy.m"; sourceTree = ""; }; + A30CE99D1D07232F032728C6CEE6A690 /* Dematerialize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Dematerialize.swift; path = RxSwift/Observables/Dematerialize.swift; sourceTree = ""; }; + A33209C0130DECE0027C108CEA65A867 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; + A36827293014495DF0400FF0F7D47B1D /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; + A382F9A63B7915979AB2027E98017E1D /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + A39F8341EEAE17EDCA342843B8D1F1C1 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + A3A4503392FEBAF9644AFD3D69CE5999 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + A3BE6D09874B6D046D0D8C672EAE837E /* _icon_file_type_down@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_down@2x.png"; path = "Sources/Resources/images/_icon_file_type_down@2x.png"; sourceTree = ""; }; + A3D123A0D5995CED2EF3387DD04CD828 /* EKRootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRootViewController.swift; path = Source/Infra/EKRootViewController.swift; sourceTree = ""; }; + A40D190B820A638F000E1FB0A7060BCF /* 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 = ""; }; + A431A8ECF18D2288C5DDAC5771C1EBD4 /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + A49DBE2307D730142AD4695D7BB60FA3 /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; + A4D27322B373F4BD5F575AD9C7F0D4F2 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + A4F1CCE50A64698C430F1A5DD836678E /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + A50F561A3DBEFA298946E3679A7162E8 /* Producer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Producer.swift; path = RxSwift/Observables/Producer.swift; sourceTree = ""; }; + A59003FB33ECEEE8678653EE951DA2F4 /* icon_file_type_pdf@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pdf@2x.png"; path = "Sources/Resources/FileType/icon_file_type_pdf@2x.png"; sourceTree = ""; }; + A5DABBD7A8740576D1449F2FA856F8D9 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + A5DDD558E9CF2E9B93ECC5E6126D7F56 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + A5EA3952F9EBA86666460C18FA2718D5 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; + A5EE21E74ACBB39F744C9A363BF6B9B0 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = ""; }; + A63527A69225C014A669166175506A9F /* DDWebImageKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.debug.xcconfig; sourceTree = ""; }; + A67795CD319B096669611FA2B60C22D3 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; + A680366E9C55348073E2A62E179B742C /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; + A683E34805191E9A1CE7698E6D8DABA2 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + A70F23F4FEC70D048898E1B67D4DC316 /* DDTimerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDTimerKit_Private.debug.xcconfig; sourceTree = ""; }; + A737BDD5B4CE1C051C6FE3A1B3347F4F /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; + A73E02C01109DAF9A1224BB88A9C5FAC /* JXCategoryIndicatorCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCellModel.h; path = Sources/Indicator/JXCategoryIndicatorCellModel.h; sourceTree = ""; }; + A76F83B7ADCD9FF3E1B3CE3CCD1C8554 /* AMapNaviRideManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideManager.h; path = AMapNaviKit.framework/Headers/AMapNaviRideManager.h; sourceTree = ""; }; + A77CE7E90F03B79403BE735E59DE7C61 /* DDBaseLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseLabel.h; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.h; sourceTree = ""; }; + A7DA46C489865BED63A361ABE3ACC4A1 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + A7EFAC04E7084F0C8AE8A2F2F7757F72 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + A7FDDE8CFF4B84137F442DBC36829BC5 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Sources/ConstraintLayoutSupport.swift; sourceTree = ""; }; + A81FC87B5BC7C59945DC5EAC3E7AFB2C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + A84DCF660D9A1A65151B6A387C1B8DEA /* icon_file_type_mp4@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp4@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mp4@3x.png"; sourceTree = ""; }; + A85618584D43B8045DBB4116ED328B39 /* AMapNaviDriveManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveManager.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveManager.h; sourceTree = ""; }; + A858DF793FD2DC0C9FA27769787A71C8 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + A8AB75330FB0EC53F2D8CADD975E4A60 /* 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 = ""; }; + A8B84FB291BC00A07A3F7703352EEE34 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = IQKeyboardManagerSwift; path = libIQKeyboardManagerSwift.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A8F377837B80FD1BAD30AAD44F1DE913 /* Concat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concat.swift; path = RxSwift/Observables/Concat.swift; sourceTree = ""; }; + A907F91A6571F71E25798569A58CD664 /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; A9132D6AA90D7BC2B6C7A08B065F87A9 /* DDToastKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDToastKit_Private; path = libDDToastKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A92289E6A48CA8ED893E7B2E62901FC1 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - A92CA5C57E8F87FE0C745339B726BE1D /* icon_file_type_gif@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_gif@3x.png"; path = "Sources/Resources/FileType/icon_file_type_gif@3x.png"; sourceTree = ""; }; - A9605F6FE838A3D68AE45333BE7380B6 /* icon_file_type_sql@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_sql@3x.png"; path = "Sources/Resources/FileType/icon_file_type_sql@3x.png"; sourceTree = ""; }; - A9D2DC272228FD493641D920067E68DD /* icon_file_type_dll@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dll@3x.png"; path = "Sources/Resources/FileType/icon_file_type_dll@3x.png"; sourceTree = ""; }; - A9F2F3261724B3F01C84AEBEE79B3A5C /* _ObjcLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ObjcLog.m; path = Sources/Logs/_ObjcLog.m; sourceTree = ""; }; - AA0A65EC7B037CEBA8B5D406D2D4DEA7 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderScheduling.debug.xcconfig"; sourceTree = ""; }; - AA0FCBAC9261DE18F37D4C9D683BFC0D /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - AA1A3E07AB1893E12AB107D28F0E5457 /* 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 = ""; }; - AA26881CAFF333B4DB9DEDCF32AB3620 /* icon_file_type_mp3.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mp3.png; path = Sources/Resources/FileType/icon_file_type_mp3.png; sourceTree = ""; }; - AA2D60263D4263EC3C06FA76DB65A215 /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; - AA33DAC06090438E4DDBEC2735580BCF /* DDBaseTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextField.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.h; sourceTree = ""; }; - AA3ADA869CFB249CDE525652B8D8338D /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Sources/ConstraintView+Extensions.swift"; sourceTree = ""; }; - AA7457E9D95BB71D2AE7D1079D342213 /* Merge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Merge.swift; path = RxSwift/Observables/Merge.swift; sourceTree = ""; }; - AA94499BC907B49A79BD3CC4A18699FE /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; - AABA9A29FA41942EA4E8B69A3FBFDF24 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - AABD2A1F07E566F283854A6FE1C725C1 /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; - AAE566B2EB20140A8CC32CA31FF63844 /* AMapNaviTrafficBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviTrafficBarView.h; path = AMapNaviKit.framework/Headers/AMapNaviTrafficBarView.h; sourceTree = ""; }; - AB09C39369D91A6A5DE6F11CFF58FB1B /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; - AB0D7793FD5B01DCB6199C9FC8AE4B8F /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; - AB18DE6F590D4E87E3E2741ECCE67B8A /* icon_file_type_dmg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dmg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_dmg@2x.png"; sourceTree = ""; }; - AB678DF70BF35D7970C6C6DE1ABE3134 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - AB7A2A40BCCEBBDDE983AB9E526C7939 /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; - AB814AA3CD8638D50279B47769EAADE0 /* JXCategoryTitleVerticalZoomCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCellModel.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.m; sourceTree = ""; }; - ABB0AE53048B226B2B5B0EBAE37614DE /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Sources/ConstraintDSL.swift; sourceTree = ""; }; - ABB45E791C7D00AD4C8D18CCD8AF201A /* EKAccessoryNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAccessoryNoteMessageView.swift; path = Source/MessageViews/Notes/EKAccessoryNoteMessageView.swift; sourceTree = ""; }; - ABCE38FE49A0559C11D295016A9231CD /* CombineLatest+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CombineLatest+Collection.swift"; path = "RxSwift/Observables/CombineLatest+Collection.swift"; sourceTree = ""; }; - AC04EA5E38C98657B66C1EFAF078A8A5 /* icon_file_type_jar.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_jar.png; path = Sources/Resources/FileType/icon_file_type_jar.png; sourceTree = ""; }; - AC28B658A1C7D00FC1C990A9B27A725A /* icon_file_type_gif.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_gif.png; path = Sources/Resources/FileType/icon_file_type_gif.png; sourceTree = ""; }; - AC2AFF5B1F5931BBB145A36A7230F595 /* Deferred.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deferred.swift; path = RxSwift/Observables/Deferred.swift; sourceTree = ""; }; - AC2B6F70537955B1FC02DBFE8A7D5042 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - AC5AECFF0BF43C63B30CA25DFB4E2EA5 /* icon_file_type_svg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_svg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_svg@2x.png"; sourceTree = ""; }; - AC783BAEF780AD25A29F78A85BEB0563 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Sources/ConstraintOffsetTarget.swift; sourceTree = ""; }; - AC924CF8BAE0BC9DBACD42D4305CFFDF /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = DDToastKit_Private/Classes/Toast.swift; sourceTree = ""; }; - AD0E138C52B3C25BB2BADD0A94A3E168 /* ObservableConvertibleType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/ObservableConvertibleType+SharedSequence.swift"; sourceTree = ""; }; - AD57A11EB2B76C8A3741B5718E7EC2B5 /* IQKeyboardManager+UITextFieldViewNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+UITextFieldViewNotification.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+UITextFieldViewNotification.swift"; sourceTree = ""; }; - AD877BC374814EF28FC6FFD0ABA87357 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + A97523A90ABB9DD45EDAC09C7B6864D4 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + A996B79A97763DDAD3A2725FC44AC71E /* SynchronizedUnsubscribeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedUnsubscribeType.swift; path = RxSwift/Concurrency/SynchronizedUnsubscribeType.swift; sourceTree = ""; }; + A9BF62CF578C6AC666E8B7A06CCFFE50 /* icon_file_type_xml.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_xml.png; path = Sources/Resources/FileType/icon_file_type_xml.png; sourceTree = ""; }; + AA1B91D44D6DB4189580C58BD942F239 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + AA1E1231214EB7F1645CE4FD39B60002 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + AA2C8853365C78D4DC32BB8DD4411F94 /* Color.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Color.swift; path = Sources/Window/Color.swift; sourceTree = ""; }; + AA5AB37363649FB2EB2483A52234E7C5 /* 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 = ""; }; + AA72E892EA317014C535FF82B3E32F43 /* DDControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDControlsKit_Private-dummy.m"; sourceTree = ""; }; + AA7537E7A6EF229860A22E3A4F906F64 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; + AA92CF16BBC5623B9AD2F1FC4EC1C0E7 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.m; sourceTree = ""; }; + AAB28A2AC0C5D59815C0952338CEDEEB /* icon_file_type_aac@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_aac@3x.png"; path = "Sources/Resources/FileType/icon_file_type_aac@3x.png"; sourceTree = ""; }; + AB10661B96C802049CD8CEAA0B1C9A7B /* _AutoLaunch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _AutoLaunch.m; path = Sources/Core/_AutoLaunch.m; sourceTree = ""; }; + AB1496B896772ABA9EA50B5802AEEB15 /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; + AB32BC02DB25599737021351CEF3C15F /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; + AB38B6D1BB6D0CD9B6029D5FD2729043 /* JXCategoryNumberCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberCell.m; path = Sources/Number/JXCategoryNumberCell.m; sourceTree = ""; }; + AB3B760BDDD46DD3D23CA4524D366391 /* IJKMediaFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IJKMediaFramework.framework; path = DDZFPlayerKit_Private/Classes/ijkplayer/IJKMediaFramework.framework; sourceTree = ""; }; + ABAF333844660DE3D4472A300B76B4E7 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + ABCADAE910DD1F9466771DE4D21F94B2 /* EKAttributes+Scroll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Scroll.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Scroll.swift"; sourceTree = ""; }; + AC5BC4E7BD615CEB44D63C2E30788C69 /* DDColorKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-prefix.pch"; sourceTree = ""; }; + AC60601398938E6D0A3516E489D0363A /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = ""; }; + AC7B34B48464A60A25A124DC68E6C0F2 /* icon_file_type_gif@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_gif@3x.png"; path = "Sources/Resources/FileType/icon_file_type_gif@3x.png"; sourceTree = ""; }; + ACC3C9E9D1647CBBC5AAD235D2C8CBED /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; + ACE713825744FF2EFD18F33613B1B3FE /* JXCategoryNumberView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryNumberView.m; path = Sources/Number/JXCategoryNumberView.m; sourceTree = ""; }; + ACF0CA1BDA768C27116EFD43B0E5BFBF /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + AD3A2558CDB42762C60CE32136C64BA4 /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; + AD77EBDBC9448AA5D0D045FD5FFC3BB1 /* ReplaySubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReplaySubject.swift; path = RxSwift/Subjects/ReplaySubject.swift; sourceTree = ""; }; + AD80AFDB1DCDCE9682673AF7C664C98E /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; AD8FF1E8B0C9C12F070D79A5EC3BEE59 /* DDWebImageKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDWebImageKit_Private; path = libDDWebImageKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ADAD4D1DE58743CB22AC7E7400ECA9DD /* 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 = ""; }; - ADB2F963D72DFE1BB8E601E46EABF42A /* icon_file_type_gif@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_gif@2x.png"; path = "Sources/Resources/FileType/icon_file_type_gif@2x.png"; sourceTree = ""; }; - ADCB8C90F606DA9FA386F2B4EB1215A7 /* 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 = ""; }; - ADD26851450A69400F1F4C0DE67E1E71 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; - AE3D545C092474C206E7349491FAFB49 /* JXCategoryView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JXCategoryView.modulemap; sourceTree = ""; }; - AE4ADE608A6DD093F0D179EC9E3F5E4C /* DDBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseView.m; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.m; sourceTree = ""; }; - AE6BA4D7D7E9A9A3D637F00B05FFF8B0 /* _FilePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FilePreviewController.h; path = Sources/Sandbox/_FilePreviewController.h; sourceTree = ""; }; - AE8679EE07CCD8439DD69525741784C8 /* 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 = ""; }; - AE8ACAEDAAA681B531C75C1E85BA5098 /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; - AE9A920F8FA6AF9DD504682927FEB351 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; - AE9ABD0A4A2963EC22A26ACBF66D4682 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - AED3CD08A920E0938205A4FDC9065D4A /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - AF00DB45CF5FB56573C940FDCC1E6811 /* WindowHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WindowHelper.swift; path = Sources/Window/WindowHelper.swift; sourceTree = ""; }; - AF0609FBE231EEF7030E0A9346FF3F5D /* 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 = ""; }; - AF7DB80F0F91292FF1D72C9B399844B2 /* icon_file_type_wmv@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wmv@3x.png"; path = "Sources/Resources/FileType/icon_file_type_wmv@3x.png"; sourceTree = ""; }; - AFA0A99F414CC46BE64B387C7E2BAD07 /* icon_file_type_xls.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_xls.png; path = Sources/Resources/FileType/icon_file_type_xls.png; sourceTree = ""; }; - B00D1D89AE173CE03DA1CE254A92485F /* 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 = ""; }; - B011F598DAF5344014D1AE0AB2B0B81D /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - B0200EBEA25989F48C2BF117BFBD2BC8 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = AMapNaviKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B02D4DCB02547219F3F0763849A36E9E /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - B0C20731A624F740F63267BC8FA87F85 /* VirtualTimeConverterType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeConverterType.swift; path = RxSwift/Schedulers/VirtualTimeConverterType.swift; sourceTree = ""; }; - B0D8E4690467E9E0AD0E58B9ECCDF709 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Sources/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - B142733617333B62FC87CCFF414B44D2 /* Pods-OrderScheduling.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderScheduling.modulemap"; sourceTree = ""; }; - B1688599AD0A21C13B9A963E91AA6AEB /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPersentInteractiveTransition.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPersentInteractiveTransition.m; sourceTree = ""; }; - B173E009314FFA4298335B16A5B92DAB /* icon_file_type_torrent@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_torrent@3x.png"; path = "Sources/Resources/FileType/icon_file_type_torrent@3x.png"; sourceTree = ""; }; - B1A90A6C06187882A5DD32BF62420DEE /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - B1AB19BB6BCF3CDF844264D6259694C1 /* EKAttributes+WindowLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+WindowLevel.swift"; path = "Source/Model/EntryAttributes/EKAttributes+WindowLevel.swift"; sourceTree = ""; }; - B1E17C13B228D3BDF62DAC203000AF07 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - B2189D7C470A9F19544369A0CD0F933A /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; - B22DCD11FAD5D73CDD802C4443872B0C /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; - B23CD25A3C1E92ACD523D4D47B792F19 /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; - B2551C232FF781EC5A99629799F96B3D /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - B25B5B126F70B5DD27EFDCE589F966ED /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; - B28544516F9DCC5D5847C47B89F78FA2 /* ESTabBarController-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "ESTabBarController-swift.release.xcconfig"; sourceTree = ""; }; - B2BE171F72D6DB076BBFF75B97DFAB18 /* AMapTrack-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - B2C1671B93D950380268814B7807A1DE /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - B2CC50C4D50030EEF25A4B059F6D1424 /* DDBaseTableView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTableView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTableView/DDBaseTableView.m; sourceTree = ""; }; - B2D085BA174C9A8EBB23BFBE828B25C2 /* ESTabBarItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItem.swift; path = Sources/ESTabBarItem.swift; sourceTree = ""; }; - B2E7E72E88CC2B6EEB746997AA5CAB93 /* RxPickerViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxPickerViewDataSourceType.swift; sourceTree = ""; }; - B32541AACE47269CB354614143DF7B6A /* First.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = First.swift; path = RxSwift/Observables/First.swift; sourceTree = ""; }; - B340B765E4ED3A42D01B7117C9996B7B /* RxRelay.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.debug.xcconfig; sourceTree = ""; }; + ADD31BE11E64F891C6D1DFEE33A092C9 /* AMapNaviDriveView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviDriveView.h; path = AMapNaviKit.framework/Headers/AMapNaviDriveView.h; sourceTree = ""; }; + ADE02B867492A75C2DC80D5AF5305D85 /* KVORepresentable+Swift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+Swift.swift"; path = "RxCocoa/Foundation/KVORepresentable+Swift.swift"; sourceTree = ""; }; + AE2784F9A5340252BD8FBFD466202012 /* icon_file_type_eps@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_eps@3x.png"; path = "Sources/Resources/FileType/icon_file_type_eps@3x.png"; sourceTree = ""; }; + AEFB403526CE86D2AD11CB84E4FFC1A1 /* icon_file_type_jpg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jpg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_jpg@2x.png"; sourceTree = ""; }; + AF31201974D1C99EFD1ED0B88CFBC931 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; + AF4B802109987C2BE0FE22918EB79E25 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + AF5503D2DC67DF588D5FDCC40F0711BA /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + AF60968777FBA7930F8F17A8E23F34FB /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + AFA9801B84DEF308F3DB53C0E5B7A331 /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; + AFE2C0900DAB8871909EFA668013BB5B /* ObserveOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserveOn.swift; path = RxSwift/Observables/ObserveOn.swift; sourceTree = ""; }; + AFEABC58DE74F0C6FED7D224A1133DC5 /* _FileInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileInfo.m; path = Sources/Sandbox/_FileInfo.m; sourceTree = ""; }; + B006ED9878E6FEF4981892156CD3F558 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + B008FA9A808CFD3688CC4A2C8F7D93E9 /* 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 = ""; }; + B00ED48D0355E5ABFD49E3868C14A566 /* DDBaseButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseButton.h; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.h; sourceTree = ""; }; + B01E9EC66D24E01BD50C66BA45CFC4BF /* ESTabBarController-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-umbrella.h"; sourceTree = ""; }; + B0233D9115460B3BA7E8CC718676E846 /* NetworkDetailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailViewController.swift; path = Sources/Network/NetworkDetailViewController.swift; sourceTree = ""; }; + B02FA4ACF48456CA6F61AE9530844489 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; + B07432B852E796186861E1B665F6F5E4 /* _WKWebView+Swizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_WKWebView+Swizzling.m"; path = "Sources/Swizzling/_WKWebView+Swizzling.m"; sourceTree = ""; }; + B08A46B8C839E029B33C6F6CC307D57B /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B0D3CF5DF821D2048B1FBB9277728F2D /* icon_file_type_mpg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mpg.png; path = Sources/Resources/FileType/icon_file_type_mpg.png; sourceTree = ""; }; + B0EA26A8596CAADC0DF523B05653FE38 /* DDBaseButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseButton.m; path = DDBasicControlsKit_Private/Classes/DDBaseButton/DDBaseButton.m; sourceTree = ""; }; + B0F4EE5D68952FED1D794B69358E87A4 /* icon_file_type_tif@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_tif@3x.png"; path = "Sources/Resources/FileType/icon_file_type_tif@3x.png"; sourceTree = ""; }; + B133A128585877FAE7B02C77D2F2C519 /* JXCategoryListContainerRTLCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryListContainerRTLCell.h; path = Sources/Common/JXCategoryListContainerRTLCell.h; sourceTree = ""; }; + B1E55E4136F9B5EF32A907439199DD7D /* JPush.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.release.xcconfig; sourceTree = ""; }; + B214C53ACA59FC0395EAD96705925FFA /* AMapNaviKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapNaviKit.framework; sourceTree = ""; }; + B22B364513FE4F48ECAFA1759C5B38FD /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + B2C0FF4B8B061AD18A722A29F787E216 /* icon_file_type_pages.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_pages.png; path = Sources/Resources/FileType/icon_file_type_pages.png; sourceTree = ""; }; + B30A1777C2B2EF8F6466D6AD2D4593CE /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; + B383EC9EC7A661DB48EBD5AFD0D1364E /* JXCategoryTitleVerticalZoomCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomCell.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.m; sourceTree = ""; }; + B38C4271F1196001A81B49CCA90D5E70 /* DDNavigationControllerDelegateReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDNavigationControllerDelegateReceiver.h; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.h; sourceTree = ""; }; + B3A0D9CC51AE8FB3C862560404895A59 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; B3B0956B7EBF66A8FD677D586C9C387A /* Pods-OrderScheduling */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderScheduling"; path = "libPods-OrderScheduling.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B3C6272FB54DC705DA455D83E5FB7171 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - B3D9805B8A852DF6C44A44CFCB9D938B /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = AMapNaviKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B3DBC064D38E5F623A0F7857BE3B6579 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - B3FBA5BCC63A7DA814380D5A7F18555B /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UICollectionView+Rx.swift"; path = "RxCocoa/iOS/UICollectionView+Rx.swift"; sourceTree = ""; }; - B409D0A129FF6110F02054F78B60E548 /* ElementAt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementAt.swift; path = RxSwift/Observables/ElementAt.swift; sourceTree = ""; }; - B40B699E20A88FA178864D907B41199B /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - B42C546CD3B3F54FEB1ADE47C74BAAC7 /* JXCategoryTitleImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleImageCell.h; path = Sources/TitleImage/JXCategoryTitleImageCell.h; sourceTree = ""; }; - B46DF914A72CDF22E27684C7E253C84C /* ZFPlayerControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPlayerControlView.h; sourceTree = ""; }; - B4905836302BC9C526F79E6E44A38E04 /* DDLogKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDLogKit_Private.release.xcconfig; sourceTree = ""; }; - B4AEB1B5A5C79F400C18536CA40D93BB /* DDBaseCollectionView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseCollectionView.m; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.m; sourceTree = ""; }; - B51F37A7C344BD675F51BF2342A159E3 /* CocoaDebugTabBarController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugTabBarController.swift; path = Sources/Window/CocoaDebugTabBarController.swift; sourceTree = ""; }; - B52C260CC2661C41EEF0F0AB4049195B /* Completable+AndThen.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Completable+AndThen.swift"; path = "RxSwift/Traits/PrimitiveSequence/Completable+AndThen.swift"; sourceTree = ""; }; - B562626692B35F70399778BEB06D65C8 /* KFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFAnimatedImage.swift; path = Sources/SwiftUI/KFAnimatedImage.swift; sourceTree = ""; }; - B574EC37A2BC358258FE620F5336FFFC /* ZFOrientationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFOrientationObserver.m; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.m; sourceTree = ""; }; - B59401AF283208AC2EEE4485A3866BFE /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; - B5A2D4393E3075C6B8D7D1C51DC1665E /* ControlTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlTarget.swift; path = RxCocoa/Common/ControlTarget.swift; sourceTree = ""; }; - B5BF97B625C2DAB4A96AAEFEECD7076E /* Timer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timer.swift; path = RxSwift/Observables/Timer.swift; sourceTree = ""; }; - B6486D49EA84BCC1A19B166BED7DD30E /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; - B64EFDD65AF527B07AEF522F73A08104 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; - B69AB0F60AF75225C9AFD77CE8013E81 /* DDColorKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.debug.xcconfig; sourceTree = ""; }; - B6D33CBC0FA9298AE47CF287968671AD /* Binder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Binder.swift; path = RxSwift/Binder.swift; sourceTree = ""; }; - B6D8E1F8AC4B30EF47D3CF88CC0E42BD /* 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 = ""; }; - B6E5494399CF740C7316F47647E51127 /* DDTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTableView.swift; path = DDControlsKit_Private/Classes/DDTableView/DDTableView.swift; sourceTree = ""; }; - B6EC47D2DF8EB922DC9191C1524EE708 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; - B6ECED9FCD08D1D74B9CA3E1016663E1 /* RxNavigationControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxNavigationControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxNavigationControllerDelegateProxy.swift; sourceTree = ""; }; - B70AF93E4D974B8428D94FDA5AED6BD6 /* DDView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDView.swift; path = DDControlsKit_Private/Classes/DDView/DDView.swift; sourceTree = ""; }; - B70DAC08C6B7D27F83C9A620ED4A68B5 /* icon_file_type_js.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_js.png; path = Sources/Resources/FileType/icon_file_type_js.png; sourceTree = ""; }; - B72111A9ABB8BFC3BA25463F6FFEB02D /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = AMapNaviKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - B740423D0945EDE8A1B9EF3C9AE1E546 /* DDAudioPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAudioPlayerKit_Private-dummy.m"; sourceTree = ""; }; - B7453EE2B9FCE484748EAFCD547E7034 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - B77D4998C451C42EEBB3D8499535B5EB /* icon_file_type_plist.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_plist.png; path = Sources/Resources/FileType/icon_file_type_plist.png; sourceTree = ""; }; - B7D6A19F38BD24A68614649268A81158 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - B7F4B83026BA98C76D867A2938DA8F20 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; - B7FA87BA5AD0A823A011F98A5BA4C2A2 /* RxRelay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxRelay.release.xcconfig; sourceTree = ""; }; - B834F282F9EDD61405A0D3FA07EEF61B /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = AMapNaviKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - B84E9DB849BDE2A2E75ADEFA12124308 /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; - B8566531CCD3B055AACD54D9C70D46E2 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Sources/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - B893046FC8D75BB7604FD2DD3EA2E420 /* JXCategoryIndicatorCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorCell.h; path = Sources/Indicator/JXCategoryIndicatorCell.h; sourceTree = ""; }; - B8C194FB66589A3E472EFB4493C4FB65 /* 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 = ""; }; - B90AFD70497E0BB1552C6FB2E37FED4B /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; - B935759BC41846DD104C77108C58A5DB /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeWindow.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.m; sourceTree = ""; }; - B950E3E5BC03E7EAA144B54395908596 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; - B9BF579F6092CEFA95DAC1130DC4310C /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; - B9CEDB8AA065587457A5D742B0C957A4 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+ZFPlayer.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.m"; sourceTree = ""; }; - BA36808A8E8270E1626D7FE64162DDD8 /* Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Driver.swift; path = RxCocoa/Traits/Driver/Driver.swift; sourceTree = ""; }; - BAE73892C05FF6771E8660DE9B19D1C6 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = ""; }; - BAEBD73E3B7F1C2BA8D5BE45E2C0D644 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; - BAEF6C6FDB52DBE5A8656051132CF406 /* UIRectCorner+Short.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRectCorner+Short.swift"; path = "Source/Extensions/UIRectCorner+Short.swift"; sourceTree = ""; }; - BAF4523FFDDA5013C324C919671D9684 /* DDMANaviManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMANaviManager.h; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.h; sourceTree = ""; }; - BB0C6995731811C85FE13FE3685E6968 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - BB1171B0FC8290731827608595F728F2 /* CocoaDebug-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-prefix.pch"; sourceTree = ""; }; + B4476D4ADB2C9B49FB899BE7BBED7CF8 /* _DeviceUtil+Constant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_DeviceUtil+Constant.h"; path = "Sources/Core/_DeviceUtil+Constant.h"; sourceTree = ""; }; + B4883A022253967280292A0D5FDC812C /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; + B4AAA628A8B81D10223C9BBD4D21E85C /* icon_file_type_json.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_json.png; path = Sources/Resources/FileType/icon_file_type_json.png; sourceTree = ""; }; + B4BED1C89A95E5C3C21C04E41394794C /* JXCategoryIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorView.h; path = Sources/Indicator/JXCategoryIndicatorView.h; sourceTree = ""; }; + B4CECF416DD8B03C4B420A045488D7E3 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; + B4E31A97D2588A8BC7D34CB691791FF8 /* ZLEditImageConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageConfiguration.swift; path = Sources/General/ZLEditImageConfiguration.swift; sourceTree = ""; }; + B4E3EAE2455BB856BDE3F42251803A72 /* Generate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Generate.swift; path = RxSwift/Observables/Generate.swift; sourceTree = ""; }; + B4F2C560EF7270517DDF013C93D3E1B6 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + B54B6EAAE9A8EECAB2CCBC50B0B7C10C /* Pods-OrderScheduling-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OrderScheduling-resources.sh"; sourceTree = ""; }; + B560500117B52847C05830DF3E40FA6F /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; + B5699E806073A0BEA013DBB1E5D64D17 /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; + B5C8B49D3B87F6C8C7CF6FFB1EFF6B9A /* DDTimerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDTimerKit_Private.modulemap; sourceTree = ""; }; + B60054A23AF8934CE220AAC6DFF60E99 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; + B63541BEA01CA86054A2BD43539808A1 /* RxRelay-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RxRelay-dummy.m"; sourceTree = ""; }; + B63AE0EF83BE9ECB865E4931A53DA50C /* _NetworkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NetworkHelper.m; path = Sources/Network/_NetworkHelper.m; sourceTree = ""; }; + B6873BF4650423BA0852AF60DE216881 /* DDScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDScrollView.swift; path = DDControlsKit_Private/Classes/DDScrollView/DDScrollView.swift; sourceTree = ""; }; + B6B372C02DFCDDB7CB441FF8BE10B89D /* 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 = ""; }; + B6CD94C194DF7D38D3383E42C8AF9343 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; + B6DBF97013ACCB9CC4334C131AF2271A /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; + B742566D925390FDFC37F8CE7D51FA5C /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Sources/ConstraintPriority.swift; sourceTree = ""; }; + B758D908AE4ADBDCC55D7541061430FF /* icon_file_type_7z.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_7z.png; path = Sources/Resources/FileType/icon_file_type_7z.png; sourceTree = ""; }; + B75D318DBA67440B237A3C357EAC0DEA /* icon_file_type_psd@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_psd@3x.png"; path = "Sources/Resources/FileType/icon_file_type_psd@3x.png"; sourceTree = ""; }; + B75E2FA92F3940E7D9E70BBBDFD28072 /* 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 = ""; }; + B7C6F46E65B9CD39E12E8F1E95ADFF41 /* icon_file_type_bin.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_bin.png; path = Sources/Resources/FileType/icon_file_type_bin.png; sourceTree = ""; }; + B7E7643105C9FA86A8403E5421A3A27A /* icon_file_type_ttf@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ttf@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ttf@2x.png"; sourceTree = ""; }; + B8106A8AA7DD8F7B32AFB14815F5E1F2 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; + B831799606E9D6F277A77DD46F22D56C /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; + B858F6A8542F44E7A180F945484C0BF4 /* CocoaDebugDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugDeviceInfo.h; path = Sources/Core/CocoaDebugDeviceInfo.h; sourceTree = ""; }; + B85F7D4B3AD0B7DCF7BF9A98359E16E8 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + B871B8BFDD5F05AD314EEDAF8023C3F7 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + B87E324921E441A733B2A35729F84126 /* JXCategoryTitleCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCell.m; path = Sources/Title/JXCategoryTitleCell.m; sourceTree = ""; }; + B88B6A2CCE8388CB8FEF2FAE00C735FD /* DDBaseTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextField.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextField/DDBaseTextField.m; sourceTree = ""; }; + B8E07ED4DF22DBD2796EDF3C28550D17 /* RxCollectionViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift; sourceTree = ""; }; + B9449BAB69C54EE50C006082562C76EF /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Sources/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + B960510678E5120B1EDAC9EDBB1C76D5 /* EKImageNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKImageNoteMessageView.swift; path = Source/MessageViews/Notes/EKImageNoteMessageView.swift; sourceTree = ""; }; + B961CC48E9B7B9AD9355FF5896813280 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + B97A7CA2B7F36F69E7983467301B9C63 /* DDBaseAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseAttributedString.h; sourceTree = ""; }; + BA5836ECCE935000FB4395D114DB81BA /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; + BA61BE5A8E32EA44B4B6529D906C1B9A /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + BA94329A2407CD50EA7E9BDF5B21EE8C /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + BAC7D9B763C8C96803D3271E79E0EEFE /* icon_file_type_zip.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_zip.png; path = Sources/Resources/FileType/icon_file_type_zip.png; sourceTree = ""; }; + BADBD1F81D373014832E5DDBE9CEBF44 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = AMapNaviKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + BADF746271AE2AED1CD24CBD4FB38223 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxRelay/Observable+Bind.swift"; sourceTree = ""; }; + BAEF78877A8D04639B0DF781A840D959 /* JXCategoryBaseCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCellModel.h; path = Sources/Base/JXCategoryBaseCellModel.h; sourceTree = ""; }; + BAF7280F0F4DFCED5A22979B4A028A7F /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + BB059FC2828347098C9507204A583654 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; + BB1FCEA9D69114C591F467F1658EB9BB /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = AMapNaviKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = ZLPhotoBrowser; path = libZLPhotoBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BB75C93DC6E154AF5443E4BB29955766 /* SwiftToast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftToast.swift; path = DDToastKit_Private/Classes/SwiftToast.swift; sourceTree = ""; }; - BBC7DD37E331F07920058DC251372F58 /* CocoaDebugWindow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugWindow.swift; path = Sources/Window/CocoaDebugWindow.swift; sourceTree = ""; }; - BBDCD87DC61283D1F31DE4DD94BE4816 /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; - BBF11C6363CD12CE3655D651C4655E05 /* KVORepresentable+CoreGraphics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "KVORepresentable+CoreGraphics.swift"; path = "RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift"; sourceTree = ""; }; - BBFCAC399B1C6E22748ED55F05C70FEE /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + BB323A9C85C83F7084C57954A7F3CEFB /* _icon_file_type_mail@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_mail@2x.png"; path = "Sources/Resources/images/_icon_file_type_mail@2x.png"; sourceTree = ""; }; + BBE0D13927DB25B20F42CC54189766C0 /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = AMapNaviKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + BBFE6CE46F173EA206BAA1356C4B7A8B /* AMapTrackError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackError.h; path = AMapTrackKit.framework/Headers/AMapTrackError.h; sourceTree = ""; }; + BC144EDBA0C6FD122B13F77BCE7EF8CF /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = AMapNaviKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + BC2602C956976F697AF9BEF36A205569 /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; + BC329A50F48E8F1110D025B3EEBC0C28 /* icon_file_type_mp4.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mp4.png; path = Sources/Resources/FileType/icon_file_type_mp4.png; sourceTree = ""; }; BC432FD48A5932251F1CAFBC4BF74894 /* RxCocoa */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxCocoa; path = libRxCocoa.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BC632D59BD68D7BD58F3764B61DEC6F8 /* AMapNavi-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; - BCA9C6DD86E226D8238CA88509831E76 /* JXCategoryImageCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCell.h; path = Sources/Image/JXCategoryImageCell.h; sourceTree = ""; }; - BCCC2AA9FC6F26EB4A71C93D76CC2FB7 /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; - BD4043357555F922F0D2C87C0316097E /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; - BD6C032039F0BCA60ACAA4D98260E90A /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; - BD78FEC426D325F38D6E871EB1610720 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; - BDA9918D1AC95200E4E186A6CB3A8906 /* ESTabBarItemBadgeView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemBadgeView.swift; path = Sources/ESTabBarItemBadgeView.swift; sourceTree = ""; }; - BE1A854C57DF125E4C0DE6B3E58D9902 /* AMapNaviVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviVersion.h; path = AMapNaviKit.framework/Headers/AMapNaviVersion.h; sourceTree = ""; }; - BE7F608C41F8EC9276968E11EAD8AC11 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - BE8553FA78EF2AE4C789CDBE066E4101 /* EKProcessingNoteMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProcessingNoteMessageView.swift; path = Source/MessageViews/Notes/EKProcessingNoteMessageView.swift; sourceTree = ""; }; - BEC362CD670BE177438B17E4033A32E4 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Sources/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - BF4E9A3B832A4E0AADBFB7EA1F8A431C /* DDAF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAF.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAF.swift; sourceTree = ""; }; - BF5287D098DA990C2E2B7E780134AF60 /* JPushExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPushExtension.release.xcconfig; sourceTree = ""; }; - BF79B20945886A068F5468C6DA15B79F /* UITabBarController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBarController+Rx.swift"; path = "RxCocoa/iOS/UITabBarController+Rx.swift"; sourceTree = ""; }; - BF96E3F481C639A2E06DFAE3D8514335 /* ZFPlayerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.h; sourceTree = ""; }; - BFA5204DFFA014E2B10304DF485331D3 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; - BFD6DE4A3D47DB649FA0D0A6D1E9E03C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - BFE1EB6C61A6737D9D2A8394CC625868 /* DDToastKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDToastKit_Private.modulemap; sourceTree = ""; }; - BFE7A470772C4DE2120B74453CED919B /* _RunloopMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RunloopMonitor.m; path = Sources/Monitor/_RunloopMonitor.m; sourceTree = ""; }; - BFEF8BD2165CCAA0515EF0DD78713060 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - C00B250BD3F02DCDFBFB16362B6FFDB5 /* _icon_file_type_up@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_up@2x.png"; path = "Sources/Resources/images/_icon_file_type_up@2x.png"; sourceTree = ""; }; - C00F1FD587BC6143D1E65722A2C8F14D /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - C02E791F140CA6B6CC8B66E945F3F7FA /* _DebugConsoleLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DebugConsoleLabel.h; path = Sources/Monitor/_DebugConsoleLabel.h; sourceTree = ""; }; - C056B6A22FB54A753B8D71AA13E54ED7 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - C05B031ED5C4066135823A85DF067623 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZFFrame.h"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.h"; sourceTree = ""; }; - C0AB89978B936B8DBFE43A080BF6D1AB /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = ""; }; - C0AF181644C5C7DC5A7E75678DC10A48 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; - C0C45BF3AC5CEEEEC36DAD5FB3A774D8 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - C159872F26F93E552B656DEA5F53EE51 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - C15A359371F6E20EDCF9830301160FCD /* ZFPortraitViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPortraitViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPortraitViewController.m; sourceTree = ""; }; - C1A659BA3E9B3B83261C34A4F724A4EA /* _DeviceUtil+Constant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "_DeviceUtil+Constant.h"; path = "Sources/Core/_DeviceUtil+Constant.h"; sourceTree = ""; }; - C1BA9A9FD666F4FE0FD5A17D79A8D3CC /* EKAttributes+LifecycleActions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+LifecycleActions.swift"; path = "Source/Model/EntryAttributes/EKAttributes+LifecycleActions.swift"; sourceTree = ""; }; - C1CFE2F915114873F21405FED9B28760 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - C1D414B35B3407CB5D3B3E3C506F187C /* 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 = ""; }; - C1E808B15FDEEA5AF36D9DF4C4966B41 /* DDToastKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDToastKit_Private-dummy.m"; sourceTree = ""; }; - C1ECF61E1FE2D119776EF52063D94ECF /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; - C21CC33F7062D344DCF74D49BFC82A48 /* 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 = ""; }; - C2E5FCEE6148423F6B366AEE19AB67B4 /* _DebugConsoleLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DebugConsoleLabel.m; path = Sources/Monitor/_DebugConsoleLabel.m; sourceTree = ""; }; - C2EBB54A8777788FCC37F4DDD1F95CD7 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - C2F72650742E2BCFFB3A938D1D5BC6CE /* CrashLogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CrashLogger.swift; path = Sources/App/CrashLogger.swift; sourceTree = ""; }; - C301A7F6B36F77A416BA7AD89B129CF0 /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; - C30938D2D95C8CFD56F11229284457D5 /* IQKeyboardManager+Toolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Toolbar.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Toolbar.swift"; sourceTree = ""; }; - C37201DB90F4FF72205A918853410CB5 /* UIButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Rx.swift"; path = "RxCocoa/iOS/UIButton+Rx.swift"; sourceTree = ""; }; - C37BCE44E949B7D460656AC69C7B99FF /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - C39CAC5D3CDF8B7CB4D7B5A9DB2B9293 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + BC441475BBEB826AEDF9D9837AFA1307 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; + BC4AA6E56ABDAFBD9FEE233EB5935893 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; + BC595B1BC18CA654935AAE571FE761F0 /* ESTabBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBar.swift; path = Sources/ESTabBar.swift; sourceTree = ""; }; + BC6101AB67BDAF80281ACDDF80462573 /* UIView+QLContentWrap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+QLContentWrap.swift"; path = "Source/Extensions/QuickLayout/UIView+QLContentWrap.swift"; sourceTree = ""; }; + BD00F675CFC53ECCADF97D64B6533D8A /* jcore-ios-4.2.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jcore-ios-4.2.1.xcframework"; sourceTree = ""; }; + BD486DFB084082FD3A14093CE65E341F /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + BD60870D0042154569989CFA2CB5D6D1 /* AMapNaviCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCommonObj.h; path = AMapNaviKit.framework/Headers/AMapNaviCommonObj.h; sourceTree = ""; }; + BDADA95CAEE649FB1AC5436EAB083FC2 /* JXCategoryView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JXCategoryView-dummy.m"; sourceTree = ""; }; + BDF47C78FB5EE8D5DFA0454EBFB025AA /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; + BE35449D212B095BB8027D8B8F8FA533 /* icon_file_type_7z@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_7z@2x.png"; path = "Sources/Resources/FileType/icon_file_type_7z@2x.png"; sourceTree = ""; }; + BE3E4CAA1A05F6D312C130BF62D9C5E1 /* JXCategoryTitleCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleCellModel.m; path = Sources/Title/JXCategoryTitleCellModel.m; sourceTree = ""; }; + BE4C02338EC26365472B82C2E3B9F075 /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; + BE6B2E2BEEE6174FAF88E5F4191C7418 /* DDAttributedString.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAttributedString.swift; path = DDControlsKit_Private/Classes/DDAttributedString/DDAttributedString.swift; sourceTree = ""; }; + BE6B4FA5738A27B7C3A2169B60F855F1 /* icon_file_type_folder_not_empty@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_not_empty@3x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_not_empty@3x.png"; sourceTree = ""; }; + BE6E6DAFBA8A3954037BE0E1C97C18D7 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + BEA97966825CE9CEB6A50B9128AB4C78 /* icon_file_type_sql@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_sql@2x.png"; path = "Sources/Resources/FileType/icon_file_type_sql@2x.png"; sourceTree = ""; }; + BEC9EA0E0912C5B8FB371918C48EFA37 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + BF0A4E33E917E02F043032CED38F3374 /* SerialDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDisposable.swift; path = RxSwift/Disposables/SerialDisposable.swift; sourceTree = ""; }; + BF2088B21090F22E44A150932553534A /* LogCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogCell.swift; path = Sources/Logs/LogCell.swift; sourceTree = ""; }; + BF4574F4C29318652AAFD7C708CD92F3 /* 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 = ""; }; + BF5154460CA95E89779F697F13635D8C /* icon_file_type_wmv@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wmv@2x.png"; path = "Sources/Resources/FileType/icon_file_type_wmv@2x.png"; sourceTree = ""; }; + BF69B0FB674D91239549C68B2B2BCEB1 /* 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 = ""; }; + BF76FF72733F1CE7BB4F43E6A6CEC4F5 /* 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 = ""; }; + BFAD07FCCE8A4952703CB559CB33C9A6 /* DDOCLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOCLog.h; path = DDLogKit_Private/Classes/OCLog/DDOCLog.h; sourceTree = ""; }; + BFEB3C00E2012E21AF84D7B5FC2C66B1 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + C019BDCFE9ED10E11C1C2E2D8E8302C6 /* DDLogKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDLogKit_Private-prefix.pch"; sourceTree = ""; }; + C05C6B75DDC916F591759E0CE4257DB6 /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.m; sourceTree = ""; }; + C05E3E79E7B9058E7F8C562572B665C9 /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + C06DCD716F54B0D220B9AE8657A0E129 /* JXCategoryView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JXCategoryView-umbrella.h"; sourceTree = ""; }; + C0915146BBE30BE2740AB95157F1C536 /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; + C0ADF9B85CE6EB0C9C21DB10CCAE1113 /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; + C0BCF7EE9110F3341C5378FB54558702 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Sources/ConstraintItem.swift; sourceTree = ""; }; + C0BD59B69C246AE4A8B26F18B53CA85D /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Sources/ConstraintMaker.swift; sourceTree = ""; }; + C0D3D4FF6C031CB06E71E2F9DD2C9981 /* 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 = ""; }; + C0DE8226B18AA4D42D16E6033E3D3C82 /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; + C0F41088531E8A16AA079A63BA344FFD /* DDBasicControlsKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDBasicControlsKit_Private-dummy.m"; sourceTree = ""; }; + C10077793FA514FE69DB53F04E616004 /* icon_file_type_keynote@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_keynote@3x.png"; path = "Sources/Resources/FileType/icon_file_type_keynote@3x.png"; sourceTree = ""; }; + C11C2A059100A4367183D4C7FA9E9F6A /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + C171B666F8AEFA080ADED0822D99E348 /* DDSpeechSynthesizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDSpeechSynthesizer.swift; path = DDAudioPlayerKit_Private/Classes/DDSpeechSynthesizer.swift; sourceTree = ""; }; + C186B05535FDE446DC8884B2A55FCC2A /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + C1B0DEEF8500816D86B0786B3F1BB06E /* 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 = ""; }; + C20D442E8CF71E67724B3B9B9F231FF4 /* DDMATrackManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMATrackManager.h; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.h; sourceTree = ""; }; + C2334FD8F74CFB66A094159975CD5410 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + C291756B49771B159E221232537AD324 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + C2A7725D144328A58148A5A1F42910A0 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + C2D2DC21B578A3CD279E236607209ED0 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; + C2D4EAC8E8ABFF132AC38B15791B270C /* AMapNaviEleBikeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviEleBikeManager.h; path = AMapNaviKit.framework/Headers/AMapNaviEleBikeManager.h; sourceTree = ""; }; + C31CA1363AB43D38C1343990BF1D1ED6 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; + C328B05BE0D44A0B9C3C6CDCF7A1E6AE /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + C36BA4C661932E35CCC5AC1C318CAE11 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; C3A46B03C308EEEB11F2A62BA5D2E8BE /* JXCategoryView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = JXCategoryView; path = libJXCategoryView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C3CAB0B4123BEA6346718C4838F0FC50 /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; + C3E8F25D8B759A2B871130CA907892EA /* LogViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogViewController.swift; path = Sources/Logs/LogViewController.swift; sourceTree = ""; }; + C3EB3FAC176AE72E2A035FE8467D3058 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = Kingfisher; path = libKingfisher.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C4301174BDCFE7141BCA3009B463E7F4 /* icon_file_type_tif@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_tif@3x.png"; path = "Sources/Resources/FileType/icon_file_type_tif@3x.png"; sourceTree = ""; }; - C4605D951AFC0A203124A569B0958C21 /* AMapTrack-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapTrack-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - C46919322C3194F15F97B3B8646505B3 /* DDProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDProgressHUD.swift; path = DDProgressHUDKit_Private/Classes/DDProgressHUD.swift; sourceTree = ""; }; - C48B612BD5FE3864CC82806D71E23179 /* DelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxy.swift; path = RxCocoa/Common/DelegateProxy.swift; sourceTree = ""; }; - C48EC2893ACE2C94C0B57DFE8E52CE00 /* jpush-extension-ios-2.0.1.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "jpush-extension-ios-2.0.1.xcframework"; sourceTree = ""; }; - C49A46393F503E8D6F78E61975814F49 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDNetworkingOfAlamofireKit_Private-umbrella.h"; sourceTree = ""; }; - C49AF35E97D0BAEC12400050CB45E714 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = AMapNaviKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - C4B150163A03FA8CDC2BC2AAD859E1A0 /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; - C4D8F44CF777EE97370BC7D8988060E8 /* _icon_file_type_close@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_close@2x.png"; path = "Sources/Resources/images/_icon_file_type_close@2x.png"; sourceTree = ""; }; - C55EF4C677FFAD1988C1DB196ED25503 /* NSObject+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+CocoaDebug.h"; path = "Sources/Categories/NSObject+CocoaDebug.h"; sourceTree = ""; }; - C5633BC54507F58C3E04788A8927E58A /* _icon_file_type_mail@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_mail@2x.png"; path = "Sources/Resources/images/_icon_file_type_mail@2x.png"; sourceTree = ""; }; - C57E79A96112BCD6EA0A4E7F5E4CFF64 /* AnonymousObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousObserver.swift; path = RxSwift/Observers/AnonymousObserver.swift; sourceTree = ""; }; - C58C9A8503709EA3F93779D5DF5573DD /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - C5FD8249BA1493D6D8B921235044C72A /* AMapNaviLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviLocation.h; path = AMapNaviKit.framework/Headers/AMapNaviLocation.h; sourceTree = ""; }; - C607891B0BC82BA5A24B7D97B06048F5 /* DDZFPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; - C60984467792BEE02FFE9BEC5AB19AC1 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; - C64F39A898567835EC977200F9FFA544 /* EKAttributes+StatusBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+StatusBar.swift"; path = "Source/Model/EntryAttributes/EKAttributes+StatusBar.swift"; sourceTree = ""; }; - C7377BEF232207DDCBA57EAFD1A14E09 /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - C7642307C2A74441FB033082E4393E4F /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; - C77A0B91DA4695A2E41E274FF0DF1817 /* DDBaseImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseImage.m; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.m; sourceTree = ""; }; - C77AC4C89DAE146B8119851683BEB35F /* icon_file_type_folder_not_empty@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_not_empty@2x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_not_empty@2x.png"; sourceTree = ""; }; - C79678F0ABB57AEB897326A4573F0DFF /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = AMapNaviKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - C7B93C5CCBD714319A1AD2DBC6CB9032 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; - C7E88F18E04BC045B8FFF0615AB2D59C /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; - C7EA9E858EBB2FB3C378227BA979178A /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - C86E3F1BE15F9CC036B382A36B709505 /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; - C8A47640CD25679BE5388ACCCD40D6A5 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - C8B61FCB33642D213E03290186A76E42 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; - C8C6A0E9075C77E2E92DCC7687A50D51 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - C9287B66111039EF4CEC9E0D009D7A25 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - C98A3665DD375A4D70AAE9DBFC40B367 /* icon_file_type_txt@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_txt@2x.png"; path = "Sources/Resources/FileType/icon_file_type_txt@2x.png"; sourceTree = ""; }; - C9970FA76DA67B4067425DC8E10CD042 /* AMapTrackTrackObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTrackObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTrackObj.h; sourceTree = ""; }; - C9A45BD2674AB179D8018709758B0E2A /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - C9BB2C3D03311AC04DF6996594CB6CA5 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - C9DE856E97844E4F2991B0892C57581C /* EKContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKContentView.swift; path = Source/Infra/EKContentView.swift; sourceTree = ""; }; - CA03B88839F4AAC3AFC6CC1C10B7D807 /* icon_file_type_java@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_java@3x.png"; path = "Sources/Resources/FileType/icon_file_type_java@3x.png"; sourceTree = ""; }; - CA08CD95F541835B4B5F044AF72AB34E /* Repeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Repeat.swift; path = RxSwift/Observables/Repeat.swift; sourceTree = ""; }; + C40598E1D070183DB750539B3EC9242B /* 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 = ""; }; + C4436B95665E5D769AF0E0AFA3628D0D /* Platform.Linux.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Linux.swift; path = Platform/Platform.Linux.swift; sourceTree = ""; }; + C45336E556246E0061249CC11411D273 /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; + C49F140028369205572E3AD1B123B26D /* Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Window.swift; path = RxSwift/Observables/Window.swift; sourceTree = ""; }; + C4B70E893D7AB2BF97C265B85D3D4052 /* ZFPlayerConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerConst.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerConst.h; sourceTree = ""; }; + C4B7B881246E8A1B5F37A53554952940 /* JXCategoryImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageView.h; path = Sources/Image/JXCategoryImageView.h; sourceTree = ""; }; + C4BEA969D381F45D17324AD42BA44951 /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + C4E859418BD890A47481157E3398FE30 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + C51D3E4BB89C4EABF6EB6572B46A7B44 /* 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 = ""; }; + C520D0DFF8F915CE043B38C51E218AF1 /* icon_file_type_png.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_png.png; path = Sources/Resources/FileType/icon_file_type_png.png; sourceTree = ""; }; + C56C7076C6ACDD919CB8B544EF54EE6F /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + C59DBFB89570FD99A29DBF8F4792983B /* icon_file_type_numbers@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_numbers@3x.png"; path = "Sources/Resources/FileType/icon_file_type_numbers@3x.png"; sourceTree = ""; }; + C5A6BE2BAE661616EC5F23B557F95C99 /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + C5CAA7CCE5C76F31844A0A151420941F /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintMakerRelatable+Extensions.swift"; path = "Sources/ConstraintMakerRelatable+Extensions.swift"; sourceTree = ""; }; + C5DB64C747D81688D7126B75038DD948 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + C6218461361FB2DE04E05CBC011B4A89 /* _OCLoggerFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLoggerFormat.m; path = Sources/Logs/_OCLoggerFormat.m; sourceTree = ""; }; + C6276D35B176A33B11FAEACD5FAEE3ED /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + C6292B2EFA9FF9137E5DEE05E556AB6A /* SDWebImageMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageMapKit.h; path = DDWebImageKit_Private/Classes/SDWebImageMapKit/SDWebImageMapKit.h; sourceTree = ""; }; + C683C4317ABC67A3D744224F46F47BE9 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; + C688E425EDB13539AB8934615C447D40 /* 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 = ""; }; + C6A7054D4313082004C37DD6ED617F28 /* icon_file_type_jar@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jar@2x.png"; path = "Sources/Resources/FileType/icon_file_type_jar@2x.png"; sourceTree = ""; }; + C6B8AD4528BAE1B808ECBCCACCCF4A79 /* Observable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Observable.swift; path = RxSwift/Observable.swift; sourceTree = ""; }; + C6CD8FC8C2833987EFFD713C441C6CA2 /* _CacheStoragePolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CacheStoragePolicy.m; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.m; sourceTree = ""; }; + C723DB0708A1DDF4BDEDCF7E4E4D1B9C /* ZLPhotoUIConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoUIConfiguration.swift; path = Sources/General/ZLPhotoUIConfiguration.swift; sourceTree = ""; }; + C7346B236D05AC35147DB286408AEA3A /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + C753331620E9E6CF0E6DB5DD1EED8D7E /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerLogManager.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.h; sourceTree = ""; }; + C77E9EC3198AA82EBD3E95F7E0B06F9F /* ZLEnlargeButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEnlargeButton.swift; path = Sources/General/ZLEnlargeButton.swift; sourceTree = ""; }; + C78AB8327482277CD1B369ABF9B34670 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + C7A7EC3718D741434C70C92B255FE6D7 /* JCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.release.xcconfig; sourceTree = ""; }; + C7D0C74F9E84132EF055BD933635FA2A /* 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 = ""; }; + C7EC444C51D5BD08AA1C84454F1FE7B3 /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; + C7F1196DDF066353A3A980B98B220437 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = ""; }; + C89803EC2222B48CBA0CE9EDE2B60368 /* JXCategoryImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageView.m; path = Sources/Image/JXCategoryImageView.m; sourceTree = ""; }; + C8A0F3FEBFA6D32FF6D6E2AF163D6E89 /* DriveRouteCustomAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotation.h; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.h; sourceTree = ""; }; + C8BF3F009BBB79A9C653438896576A30 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = ""; }; + C8D8F6C5C31D513A5558A18D4FBA4978 /* _FilePreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _FilePreviewController.h; path = Sources/Sandbox/_FilePreviewController.h; sourceTree = ""; }; + C8F85D196803E1FFC2B9E7573EA8DAE0 /* AMapNaviInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviInfo.h; path = AMapNaviKit.framework/Headers/AMapNaviInfo.h; sourceTree = ""; }; + C917232E10889590B6D765BBD0169ADA /* 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 = ""; }; + C92001B1343DFE60A8B4E670E09F7BE9 /* SwiftEntryKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftEntryKit.debug.xcconfig; sourceTree = ""; }; + C9403BB442650BE389C549E18AE162F9 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; + C941F22B37D51C1AD1104D0F5534C5DA /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; + C944915A71378DC9FBA52EB33D9E531F /* IQKeyboardManager+Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Debug.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Debug.swift"; sourceTree = ""; }; + C95DDD29BFE13E5942976F124712A476 /* icon_file_type_aac.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_aac.png; path = Sources/Resources/FileType/icon_file_type_aac.png; sourceTree = ""; }; + C99CA02596286C86EADB5A2FDDF8AB67 /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; + C9ADAD4AC363EB531A30CF6B32C3C1FD /* icon_file_type_plist@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_plist@3x.png"; path = "Sources/Resources/FileType/icon_file_type_plist@3x.png"; sourceTree = ""; }; + C9D85DB90EB82F5CA663A04E91918BEE /* 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 = ""; }; + C9DC5876525D36430A10721CD1DC9F29 /* JXCategoryImageCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCell.m; path = Sources/Image/JXCategoryImageCell.m; sourceTree = ""; }; + CA0B6D1FDA7ACA819825A8FF68D5195D /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+ZFPlayerRotation.m"; path = "DDZFPlayerKit_Private/Classes/Core/UIViewController+ZFPlayerRotation.m"; sourceTree = ""; }; + CA1E26851476D24D845BDD2CAE11C08F /* EKAttributes+BackgroundStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+BackgroundStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+BackgroundStyle.swift"; sourceTree = ""; }; CA4C3A23CF67AF861CBCBF4F978F7146 /* CocoaDebug */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = CocoaDebug; path = libCocoaDebug.a; sourceTree = BUILT_PRODUCTS_DIR; }; - CA50061F5080EC34DF4203BBE861C65B /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; - CA59578A436D396404D4B16D26B18806 /* icon_file_type_html.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_html.png; path = Sources/Resources/FileType/icon_file_type_html.png; sourceTree = ""; }; - CA61AAE812298E0D209110E6327C2C96 /* Zip+Collection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+Collection.swift"; path = "RxSwift/Observables/Zip+Collection.swift"; sourceTree = ""; }; - CAE56C8AA2FEDC20E7202A7D8016E756 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; - CB2E8F051F4B981AB5E31D41EF9A0EBA /* UIColor+JXAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+JXAdd.m"; path = "Sources/Common/UIColor+JXAdd.m"; sourceTree = ""; }; - CB354A644B3F1AEF4070556DF5A0BAB1 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - CB3D7D33F6851AEC5A3A2DC1AE7CBA7E /* ZFKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFKVOController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.m; sourceTree = ""; }; - CB4263E5C73CE2EB0CA35F0E6E79F95B /* EKProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKProperty.swift; path = Source/Model/EKProperty.swift; sourceTree = ""; }; - CB4C7C32EA8F4E1761CC1FBA38460899 /* _OCLoggerFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLoggerFormat.m; path = Sources/Logs/_OCLoggerFormat.m; sourceTree = ""; }; - CBAD2E1103898DA8B26A312FC7B0A364 /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - CBCA8A75A3E4A2EEF38B4FE7B49A7770 /* icon_file_type_json.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_json.png; path = Sources/Resources/FileType/icon_file_type_json.png; sourceTree = ""; }; - CBDAFA119CAB9C629F8B5A98C33C7B3B /* 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 = ""; }; - CC037D082FC50C40CC2AB75FB80B1212 /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - CC0E980499AA4DCAB21A9D053F491BA1 /* ZLResultModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLResultModel.swift; path = Sources/General/ZLResultModel.swift; sourceTree = ""; }; - CC131E115AC397987555BDFAB62A38A3 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Sources/ConstraintView.swift; sourceTree = ""; }; - CC1EBD8EC6B7E7CB973B6900A8161461 /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; - CC27872B95FB511368EDDB9AA3EC8E0A /* icon_file_type_numbers@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_numbers@3x.png"; path = "Sources/Resources/FileType/icon_file_type_numbers@3x.png"; sourceTree = ""; }; - CC38CA313AB06EF5431FECD7C0BF4061 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - CC52A57A4CEC6A2EDBD2AD86F404E42A /* EKRatingSymbolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingSymbolView.swift; path = Source/MessageViews/MessagesUtils/EKRatingSymbolView.swift; sourceTree = ""; }; - CC659306530C8EB873C85F2CB942F879 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; - CC6C9975029356137DCFE58612A80F0A /* ESTabBarController-swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ESTabBarController-swift-prefix.pch"; sourceTree = ""; }; - CCE440C4A9E6B0E289D13EF13DB4BF2A /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; - CD23476084FF78183DB58F9F4571F8D9 /* 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 = ""; }; - CD31EE58FAAF33885501B7534A0A5F6F /* ControlEvent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ControlEvent.swift; path = RxCocoa/Traits/ControlEvent.swift; sourceTree = ""; }; - CD63A5786193A6BAEA56557F715A5017 /* EKAttributes+HapticFeedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+HapticFeedback.swift"; path = "Source/Model/EntryAttributes/EKAttributes+HapticFeedback.swift"; sourceTree = ""; }; - CD8845A0160C13E18380F1AA44F2D9AD /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - CDE52EA77DDCE1E02687EF64DEF9B5D8 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - CE40EFCA5E24E01C8DFAC18FD04439ED /* ZFUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFUtilities.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFUtilities.h; sourceTree = ""; }; - CED5104038089CCAD51220894DD24944 /* Network.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Network.storyboard; path = Sources/Resources/Network.storyboard; sourceTree = ""; }; - CEF89EE4F63350FA0CB98FFB0B96BBF6 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RxSwift/Observables/Error.swift; sourceTree = ""; }; - CF1ED322EF62AFF80D2F6138DB6DA67E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - CF37BF09619759044178949D04A293FB /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - CF61DC111AFB61149808206846131342 /* DDBasicControlsKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDBasicControlsKit_Private-prefix.pch"; sourceTree = ""; }; - CF80A525B7281E66B3E29DBBD46A58B8 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - CF9A2229C87AE6A3C0E1D6AAE080A3D3 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - CFCC88300DF5490EC6A8FC56907D7CBD /* SerialDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerialDispatchQueueScheduler.swift; path = RxSwift/Schedulers/SerialDispatchQueueScheduler.swift; sourceTree = ""; }; - D0141DBF0FBAD76F5E97577F9C9C225A /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - D03B3691C165B2971CC8CD50D2218E12 /* SectionedViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionedViewDataSourceType.swift; path = RxCocoa/Common/SectionedViewDataSourceType.swift; sourceTree = ""; }; - D0870107DA8522EF705B7D6480F1771A /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - D08D1D68CE6D478AB9A9ED64A9CCD779 /* StartWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StartWith.swift; path = RxSwift/Observables/StartWith.swift; sourceTree = ""; }; - D0AD26B18FD7E2C944AA8C1205ECD171 /* DDTimerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerManager.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerManager.h; sourceTree = ""; }; - D0B9EEC36F779AE74245C2F61A644FCD /* icon_file_type_mp4@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mp4@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mp4@3x.png"; sourceTree = ""; }; - D125BAFD50654D75081EFBAFCC1351E6 /* BinaryDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BinaryDisposable.swift; path = RxSwift/Disposables/BinaryDisposable.swift; sourceTree = ""; }; - D128A5E232982DE73FAAE66284182912 /* icon_file_type_pages@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pages@2x.png"; path = "Sources/Resources/FileType/icon_file_type_pages@2x.png"; sourceTree = ""; }; - D14439272C60D8168B066070AA5B4927 /* icon_file_type_doc@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_doc@2x.png"; path = "Sources/Resources/FileType/icon_file_type_doc@2x.png"; sourceTree = ""; }; - D1A005411876EDC6C9C2015937E1E713 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; - D1A040E3C1A369F17169DEE671AF42D4 /* JXCategoryIndicatorCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorCellModel.m; path = Sources/Indicator/JXCategoryIndicatorCellModel.m; sourceTree = ""; }; - D20CE1ACC6D5D487937C7AD9114FF6CC /* NetworkDetailCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailCell.swift; path = Sources/Network/NetworkDetailCell.swift; sourceTree = ""; }; - D247E12CCF0B88203F756E2CB9CB6234 /* CocoaDebug-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaDebug-umbrella.h"; sourceTree = ""; }; - D24E1278A7685A01795991E9FD2EAA66 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - D25EDFDD8B4C639983E4C92CBC39C560 /* JXCategoryDotCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCellModel.m; path = Sources/Dot/JXCategoryDotCellModel.m; sourceTree = ""; }; - D266C2387F2CE19CEF74EC2E55AFC0D4 /* RxTabBarControllerDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarControllerDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarControllerDelegateProxy.swift; sourceTree = ""; }; - D27EC654DA0D57E391B837834CE54930 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - D28547BA2899F7E20BA891DC0869FF30 /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - D2DC7453F3FCCEE3E16BBB5544D09300 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - D2F9E235A25B386360798672925CDBAB /* MAGltfOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MAGltfOverlayRenderer.h; sourceTree = ""; }; - D306A841BCA7CA90D31C854E3CCCBCA3 /* CocoaDebug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebug.swift; path = Sources/Core/CocoaDebug.swift; sourceTree = ""; }; - D3BEE0CC8874A662DC27CD4C64EAB17E /* _SwiftLogHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _SwiftLogHelper.swift; path = Sources/Logs/_SwiftLogHelper.swift; sourceTree = ""; }; - D3CE7A45B66F1B3D2596512F99B784F9 /* RxTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTarget.swift; path = RxCocoa/Common/RxTarget.swift; sourceTree = ""; }; - D3FEDA019CD04B1F913E1664AC449785 /* 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 = ""; }; - D457B164D64164DD49B7FF00921C759B /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; - D47A3E362A3F2756AE08DF79E8D860B0 /* icon_file_type_mov@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mov@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mov@2x.png"; sourceTree = ""; }; - D4838910D44FA150E26BFE42CEA3D57A /* Debug.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debug.swift; path = RxSwift/Observables/Debug.swift; sourceTree = ""; }; - D4913655D4F50C8A2D4F91427244E177 /* JXCategoryDotCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryDotCell.m; path = Sources/Dot/JXCategoryDotCell.m; sourceTree = ""; }; - D4CFE1FD9063844C7726DE9D69BA7F91 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - D4D32829D54A1ECAE44AE1433ED7CD8A /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - D50645F7D4025B09F2BF43C445A05769 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; - D51D42263870E4959761C5CBF89B4D36 /* JXCategoryDotView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotView.h; path = Sources/Dot/JXCategoryDotView.h; sourceTree = ""; }; - D524906AF89C104711EC3EAB52B1041C /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; - D587460C9FE0BDBFDEBB77F081C0C7B9 /* EKSimpleMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessageView.swift; path = Source/MessageViews/EKSimpleMessageView.swift; sourceTree = ""; }; - D596FA74EF08E061C4F7568AA37A7A2C /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - D59F28AA67F900CC609CE298D2576872 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Sources/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - D5BAA6E380D28A43A55466D3ECB2CEB2 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - D60FC33C250517DE39F2A4608A508001 /* DDCategoryKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDCategoryKit_Private-dummy.m"; sourceTree = ""; }; - D64A3DA85615ED1A56221AB6F36FA565 /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - D69D678E5C111AC128EA7ED941DA19E3 /* SynchronizedDisposeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SynchronizedDisposeType.swift; path = RxSwift/Concurrency/SynchronizedDisposeType.swift; sourceTree = ""; }; - D6A30222DA6B089C8449D6D03D27304B /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; - D6A832E4BDE66310505B95C163812E18 /* UICollectionViewLayout+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewLayout+MJRefresh.m"; path = "MJRefresh/UICollectionViewLayout+MJRefresh.m"; sourceTree = ""; }; - D6A91AC492399EBB9349BF3258B4E2F9 /* icon_file_type_md@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_md@3x.png"; path = "Sources/Resources/FileType/icon_file_type_md@3x.png"; sourceTree = ""; }; - D6C3A417AFBEF6CC7DD4BD115B73ED05 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - D6D31330E245C2EA5994F1BBCCFAFC48 /* DDColorKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDColorKit_Private.release.xcconfig; sourceTree = ""; }; - D6D76D8308027749FBA599D6DD35FF64 /* _OCLogModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogModel.m; path = Sources/Logs/_OCLogModel.m; sourceTree = ""; }; - D6FA7BC08E5B083E87699220DD556439 /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; - D6FABDEB118D3EB7C83C9F297B318F44 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - D6FD1CE43A4082C6AE2CAD9DC2E37800 /* 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 = ""; }; - D713710C17AB03B2D2C99DA83E4B5D4F /* UISwitch+DDCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+DDCategory.h"; path = "DDCategoryKit_Private/Classes/UISwitch+DDCategory/UISwitch+DDCategory.h"; sourceTree = ""; }; - D720BF78D27A47F9F37F5ED11EC360A1 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - D72722D1F42CF12E6DA94E811D24013A /* ZFPlayerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerView.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.h; sourceTree = ""; }; - D731AF5919347A7BD2190D3DC68B53D1 /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; - D766108C63302794A10BCB54AC1C5EFB /* EKAlertMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKAlertMessage.swift; path = Source/Model/EKAlertMessage.swift; sourceTree = ""; }; - D7BA7283E37F5D7B60EC55AA8AEA5B0E /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - D8080D1F1FBD07B6EB13C1A0757CA76E /* 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 = ""; }; - D86FF60913CC9C7DA46B62C1C683E05D /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - D87581580CFB7BF2D5AEAB3645B785F0 /* DDBaseImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImage.h; path = DDBasicControlsKit_Private/Classes/DDBaseImage/DDBaseImage.h; sourceTree = ""; }; - D89CE207A9418AA4AB812BE98C43EA68 /* LogViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LogViewController.swift; path = Sources/Logs/LogViewController.swift; sourceTree = ""; }; - D8CC044D31EE8821B7EDADB1B86C09DD /* NetworkDetailModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkDetailModel.swift; path = Sources/Network/NetworkDetailModel.swift; sourceTree = ""; }; - D8CE4345B7053A0BA4B5FC579F2842A1 /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; - D96CA72F567147EB6E41400EF7D697CD /* ZFPortraitControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPortraitControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFPortraitControlView.h; sourceTree = ""; }; - D9BDF0B2899C443FF8D72F62B68543A3 /* RxCollectionViewDataSourceProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourceProxy.swift; sourceTree = ""; }; - D9E08A8F6D5F1B59921743A703B65C31 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = DDProgressHUDKit_Private/Classes/MBProgressHUD.h; sourceTree = ""; }; - D9FE3252CF8E8E98B9AB675FEF0AE538 /* CocoaDebug.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaDebug.release.xcconfig; sourceTree = ""; }; - D9FE7C477A1AEE3F62DAA92AADBC20DB /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPrioritizable.swift; path = Sources/ConstraintMakerPrioritizable.swift; sourceTree = ""; }; - DA1745FBAE3E5691CE7109A84B940193 /* RTLManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RTLManager.m; path = Sources/RLTManager/RTLManager.m; sourceTree = ""; }; - DA45655B3BFCB73542F94FBC8B5EB767 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandScapeControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLandScapeControlView.h; sourceTree = ""; }; - DA4FCB301911D04CC242320EAC14CF8B /* _HttpDatasource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _HttpDatasource.h; path = Sources/Network/_HttpDatasource.h; sourceTree = ""; }; + CA5090DF36622EB6BF71D54672747980 /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = AMapNaviKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + CA83D04D56E288BB5B28F5058A5B9A41 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + CAB592A88CC8C40D2DA88B0E8184F29E /* JXCategoryIndicatorProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorProtocol.h; path = Sources/Common/JXCategoryIndicatorProtocol.h; sourceTree = ""; }; + CABBE29FB94428E3ED16F7040F54386B /* JXCategoryTitleImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleImageView.m; path = Sources/TitleImage/JXCategoryTitleImageView.m; sourceTree = ""; }; + CAFC712E017E51C7E2D8939BE9676974 /* JXCategoryIndicatorTriangleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorTriangleView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.h; sourceTree = ""; }; + CB141F3E194AD239BEF42DC3B544963F /* DDAutoUIKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDAutoUIKit_Private-dummy.m"; sourceTree = ""; }; + CB5A021DE84ECDD362F02BEAD74758AB /* MATraceReplayOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlay.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlay.h; sourceTree = ""; }; + CB6C8BDF4365EFC336D326547E601214 /* DDBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseView.h; path = DDBasicControlsKit_Private/Classes/DDBaseView/DDBaseView.h; sourceTree = ""; }; + CB82CF2C6D808B62A49BC1EB3C54F3B3 /* 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 = ""; }; + CB8F42FFA88CE0BBFC0409B6B6FF7B72 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + CBCA665466C0F66933D5120B2569E569 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + CC1F31E0D7D8FCD485BCD0CC92BC5139 /* JXCategoryTitleVerticalZoomView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomView.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.h; sourceTree = ""; }; + CC71A3F47A81F0BC754BF09FD049BB40 /* icon_file_type_wmv.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_wmv.png; path = Sources/Resources/FileType/icon_file_type_wmv.png; sourceTree = ""; }; + CC7A1A9B493F1D9CFB4318091B47D7B9 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + CC9FD6C1091F258695FBCC064CA32012 /* KFImageRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageRenderer.swift; path = Sources/SwiftUI/KFImageRenderer.swift; sourceTree = ""; }; + CD012188007E05ED532089652DE9D4A4 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + CD0983F66FDFC2D76DBD6CEBC4A69131 /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = ""; }; + CD1608B5082598D58989144F43804226 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = AMapNaviKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + CD6AAC2FBAF1D9756C0C740F235DCCF4 /* SkipWhile.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipWhile.swift; path = RxSwift/Observables/SkipWhile.swift; sourceTree = ""; }; + CD7F89C0BC344AC62F72AA943C83E5BD /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; + CD8BF1D4A1D74B287507EE4A4B087AA2 /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFVolumeBrightnessView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFVolumeBrightnessView.m; sourceTree = ""; }; + CDBCE7CDBEACD1ABF4AABB462FDD8CE2 /* icon_file_type_xml@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xml@3x.png"; path = "Sources/Resources/FileType/icon_file_type_xml@3x.png"; sourceTree = ""; }; + CDEA187B5075F943294C9265D2F3055F /* RxCocoa.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCocoa.swift; path = RxCocoa/RxCocoa.swift; sourceTree = ""; }; + CE178F092FAD555040228495B00DAD4D /* RxCocoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RxCocoa.h; path = RxCocoa/RxCocoa.h; sourceTree = ""; }; + CE58A941340761DC4254611EB07668C9 /* EKSimpleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKSimpleMessage.swift; path = Source/Model/EKSimpleMessage.swift; sourceTree = ""; }; + CE7347E66923EAD48C5C6700FD85D1FD /* ZFOrientationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFOrientationObserver.h; path = DDZFPlayerKit_Private/Classes/Core/ZFOrientationObserver.h; sourceTree = ""; }; + CEACA9A0DE34D571146913F8579FCDEB /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; + CEB27C3525175C89BD490D6351EC5379 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + CEB72CF5937216ADD37BF66C995AFD80 /* DDLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDLabel.swift; path = DDControlsKit_Private/Classes/DDLabel/DDLabel.swift; sourceTree = ""; }; + CEEA8196BC28DEB4E92D8BB9EFF5CC36 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; + CEEAB5BB0243AD96AAD1A23FD2D98021 /* icon_file_type_doc.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_doc.png; path = Sources/Resources/FileType/icon_file_type_doc.png; sourceTree = ""; }; + CEFDE07454485D3BE9DBBEAA5891DCED /* 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 = ""; }; + CF0E07797C7B7B09177B9619F8091936 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = AMapNaviKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + CF15FB624DB724C43E3B25DC49BD84FD /* RxTextViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTextViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift; sourceTree = ""; }; + CF25C0D0D5DB2B5BA4F3BD5C8F30EE03 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = AMapNaviKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + CF3297A717F98A5F43BBCE4610E300B6 /* icon_file_type_avi@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_avi@2x.png"; path = "Sources/Resources/FileType/icon_file_type_avi@2x.png"; sourceTree = ""; }; + CF4CACE389FF58874B66DF23404C15DC /* _SwiftLogHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _SwiftLogHelper.swift; path = Sources/Logs/_SwiftLogHelper.swift; sourceTree = ""; }; + CF5B2DD0745DD68B3C20DF081EBD35BA /* InfiniteSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InfiniteSequence.swift; path = Platform/DataStructures/InfiniteSequence.swift; sourceTree = ""; }; + CF6E41854A06234CE0CDA95420F08DD7 /* _NSLogHook.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NSLogHook.m; path = Sources/Logs/_NSLogHook.m; sourceTree = ""; }; + CF6F531FA3E6723CF807D74F3742EB0F /* icon_file_type_ppt@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ppt@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ppt@3x.png"; sourceTree = ""; }; + CF77E19F8396694EF0D0A6BA38B36533 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + CFDDF64D587C21893B503296E3006517 /* UISlider+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISlider+Rx.swift"; path = "RxCocoa/iOS/UISlider+Rx.swift"; sourceTree = ""; }; + D04A08FAED6FE7EC450D6DF04A952C96 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + D0A36258A2776EA01417A8BA5CEDF754 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; + D0B5F5D5B8225A1D9B3324497949B9E9 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + D0CCCED0417C9094E1BF7D3615080213 /* DispatchQueueConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DispatchQueueConfiguration.swift; path = RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift; sourceTree = ""; }; + D0F533B221778B171A666C22E9349F20 /* 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 = ""; }; + D1095E4732EA9675BEF5B54FF34AC57B /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; + D138AA8366E677BFF244F5E733B61E18 /* DDColorKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDColorKit_Private-umbrella.h"; sourceTree = ""; }; + D13B0660E85958DB9EF1A325BBDB449B /* Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delay.swift; path = RxSwift/Observables/Delay.swift; sourceTree = ""; }; + D1506D0445C6D9780DC25EF823574F90 /* EKMessageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKMessageContentView.swift; path = Source/MessageViews/EKMessageContentView.swift; sourceTree = ""; }; + D1B1CBD1F6FD1A302043F2B8ADCDEB9F /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; + D1BC15C583ED5BBD53F0A8094F3C4FE0 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D204EDB8E19B84A86CDAE38E189D05B2 /* 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 = ""; }; + D2325D7C17B5AE033618E21AF5E3930E /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; + D245A8571B1995AA54A75DA54A6A9D6B /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + D251DB3612A5047F87F7C2FFC570F829 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Sources/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + D267D95843F28F194B81F1BADA216DD2 /* ConcurrentDispatchQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentDispatchQueueScheduler.swift; path = RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift; sourceTree = ""; }; + D2C145C7FF6316636F97ABDC3D117CF3 /* DefaultIfEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultIfEmpty.swift; path = RxSwift/Observables/DefaultIfEmpty.swift; sourceTree = ""; }; + D2D89BF3FBBAFD467FC02F62E8B7F69D /* _RunloopMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RunloopMonitor.m; path = Sources/Monitor/_RunloopMonitor.m; sourceTree = ""; }; + D332A8C6D4142CD5417F21FE122D2D47 /* JXCategoryTitleVerticalZoomCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCell.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCell.h; sourceTree = ""; }; + D3CBB4E50BAFAE0F605D3E003E5F9309 /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Utils.swift"; path = "Source/Extensions/UIColor+Utils.swift"; sourceTree = ""; }; + D3DBA5F3341237D5BCFA0ED0A37B0201 /* icon_file_type_folder_empty@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_empty@2x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_empty@2x.png"; sourceTree = ""; }; + D3EAEF31C8AEE19FC00C2C616E1F094B /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; + D3EF8E84BFB9A6909F08E5CCD389F9CD /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + D3F08348305C20F579B4C637433C5CA0 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + D3FB26C1D070D8A943CB75606C1C3973 /* AMapNaviBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviBaseManager.h; path = AMapNaviKit.framework/Headers/AMapNaviBaseManager.h; sourceTree = ""; }; + D40516173F3DF43FE106123DC2370544 /* AMapTrackManagerOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackManagerOptions.h; path = AMapTrackKit.framework/Headers/AMapTrackManagerOptions.h; sourceTree = ""; }; + D41C846F585DC1A15CBF4EEEBD83C955 /* UIGestureRecognizer+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIGestureRecognizer+Rx.swift"; path = "RxCocoa/iOS/UIGestureRecognizer+Rx.swift"; sourceTree = ""; }; + D463A9B4D6D260AAE176E0FC5815EF0A /* _DeviceUtil+Constant.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "_DeviceUtil+Constant.m"; path = "Sources/Core/_DeviceUtil+Constant.m"; sourceTree = ""; }; + D470199D5AEE55DE118235F89191D999 /* UIApplication+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+Rx.swift"; path = "RxCocoa/iOS/UIApplication+Rx.swift"; sourceTree = ""; }; + D476487C5FC05CB8F92E6A56098AE708 /* JXCategoryIndicatorParamsModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorParamsModel.m; path = Sources/Common/JXCategoryIndicatorParamsModel.m; sourceTree = ""; }; + D4813DAC17158C729BB013B015F5F07E /* AboutViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AboutViewController.swift; path = Sources/App/AboutViewController.swift; sourceTree = ""; }; + D4AC4837D8F2AB58329C7758C23FDF56 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; + D4C37F72CDA9B053B65FE852E1FD56F1 /* DDAudioPlayerKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.debug.xcconfig; sourceTree = ""; }; + D4C98C6AA9526C21F6B63FF6C8A03F57 /* DDMANaviManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMANaviManager.m; path = DDMAMapKit_Private/Classes/DDMANaviManager/DDMANaviManager.m; sourceTree = ""; }; + D4D94012EB64C7B4F812B99969613055 /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + D4E3DBFDAC5126D6AB44954A92163D5F /* _OCLogHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogHelper.h; path = Sources/Logs/_OCLogHelper.h; sourceTree = ""; }; + D4E4AAD31495DC9A9E8ACF1B24E597B4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + D5141507A793A8FBEA2A0ED98BDFBAD0 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; + D518167E69867717544ED3CA035B2EEC /* icon_file_type_xls@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xls@2x.png"; path = "Sources/Resources/FileType/icon_file_type_xls@2x.png"; sourceTree = ""; }; + D5368627F35BDFF4D6D2B7AF9EAC82C3 /* DDMAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAGeometry.h; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.h; sourceTree = ""; }; + D53CA37F6F427A51A37E66137DEF8D25 /* JXCategoryTitleVerticalZoomView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleVerticalZoomView.m; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomView.m; sourceTree = ""; }; + D553E1AF7C86CEB1365333A32C6BE150 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFLandscapeViewController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeViewController.m; sourceTree = ""; }; + D57A8CAF65797178E27C5C27C41819B1 /* JXCategoryBaseCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryBaseCell.h; path = Sources/Base/JXCategoryBaseCell.h; sourceTree = ""; }; + D5815D72F36D7F900530C5DEE2D97C4A /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; + D587139A1CEEC99D7BE4C35853F68F41 /* icon_file_type_bmp@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bmp@2x.png"; path = "Sources/Resources/FileType/icon_file_type_bmp@2x.png"; sourceTree = ""; }; + D5BE2BA9B5D3B79CD123BE329E027844 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; + D5D294295C30D740A2011C4A29FA2388 /* 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 = ""; }; + D66DA84E22266E71EB580C3769E6A5D0 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + D67D0FB58C59AF5623666C31E708821A /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + D691413151DCBB4C30B5CB6D6DEF6427 /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; + D6C72D5E50F66435B1E4157C243F5807 /* Maybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Maybe.swift; path = RxSwift/Traits/PrimitiveSequence/Maybe.swift; sourceTree = ""; }; + D70887331075562BE16FDDC750A91520 /* icon_file_type_dll.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_dll.png; path = Sources/Resources/FileType/icon_file_type_dll.png; sourceTree = ""; }; + D7A4989FE0A9D82C764B504790872326 /* SwiftEntryKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftEntryKit-prefix.pch"; sourceTree = ""; }; + D7C9ED6B5587FF0499DC937890F2D316 /* SchedulerType+SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerType+SharedSequence.swift"; path = "RxCocoa/Traits/SharedSequence/SchedulerType+SharedSequence.swift"; sourceTree = ""; }; + D7EF9B7E0ABBEFF0CC3305BA305DB9BB /* icon_file_type_svg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_svg.png; path = Sources/Resources/FileType/icon_file_type_svg.png; sourceTree = ""; }; + D85EFA89117996B0F99CCF2EAD9AAC25 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; + D86B5377E86B5E3B31A976709EC8B67B /* icon_file_type_js@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_js@3x.png"; path = "Sources/Resources/FileType/icon_file_type_js@3x.png"; sourceTree = ""; }; + D8915CDB27F980F26779B93B51480F64 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + D8ACCE82AF87D5DDC699703ECD9C0EBF /* ZLEditToolCells.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditToolCells.swift; path = Sources/Edit/ZLEditToolCells.swift; sourceTree = ""; }; + D8B6E4DC66A3DAF359D42CC4BF7D12D4 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + D8B7352F318595E9CC9BAB46E3E90981 /* _DeviceUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DeviceUtil.m; path = Sources/Core/_DeviceUtil.m; sourceTree = ""; }; + D91C4FAD86036A9D35C5F404E390D6CE /* ObservableType+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableType+Extensions.swift"; path = "RxSwift/ObservableType+Extensions.swift"; sourceTree = ""; }; + D94772BFC6745840886CD11C1288E612 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + D94FF65F38A1179C2D2B7B92898D4290 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + D95780A7815F90B10F09119013099B1C /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFSmallFloatControlView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.h; sourceTree = ""; }; + DA4AA383924361B15807A0DE38F53B1B /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; DA5F7E5AA5A762E4504855EAF3216C8A /* SwiftEntryKit */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SwiftEntryKit; path = libSwiftEntryKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DA6D1F3BDA26F9D8031D18A9709FD89E /* 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 = ""; }; - DA7723343606DB94300D7CABEEC931C5 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - DAC571C4B8113F5D2CD8C8D9259B8549 /* icon_file_type_txt.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_txt.png; path = Sources/Resources/FileType/icon_file_type_txt.png; sourceTree = ""; }; - DADACDBCCA4C393F0DFB836E30849B8D /* Using.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Using.swift; path = RxSwift/Observables/Using.swift; sourceTree = ""; }; + DAE5174C46811C18DA1D89ACD594AA0C /* SharedSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SharedSequence.swift; path = RxCocoa/Traits/SharedSequence/SharedSequence.swift; sourceTree = ""; }; DAFE13D35532C1BA0D3624F4C38BEE8E /* DDLogKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDLogKit_Private; path = libDDLogKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - DB243464AB07C65DCFB6CA6085BF2DEC /* RxPickerViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxPickerViewDelegateProxy.swift; sourceTree = ""; }; - DB5035681FC46F97890BBDA4BE1BBECC /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - DB67D38AC26C1E33F0B2A67C4C7E10EC /* MATraceReplayOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceReplayOverlayRender.h; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.h; sourceTree = ""; }; - DB7B6A55DD89339221BAD8B2FC088B99 /* _BacktraceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _BacktraceLogger.h; path = Sources/Monitor/_BacktraceLogger.h; sourceTree = ""; }; - DBAD8CF2025EAC546A2B1BDB5F16CBF0 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - DBBC563534DD70AD434DBFB35E5D1C5D /* icon_file_type_js@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_js@3x.png"; path = "Sources/Resources/FileType/icon_file_type_js@3x.png"; sourceTree = ""; }; - DBBD2ED3AF3275E2FFD63AB752166430 /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; - DBCCB47A684BC2C8E34FD72CB4E35A85 /* NSObject+CocoaDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+CocoaDebug.m"; path = "Sources/Categories/NSObject+CocoaDebug.m"; sourceTree = ""; }; - DBCD7891F2C9FBF26C01A4B606D572EA /* _NetworkHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _NetworkHelper.h; path = Sources/Network/_NetworkHelper.h; sourceTree = ""; }; - DBE5220C9408E2E3F2303535F96F7160 /* _DirectoryContentsTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DirectoryContentsTableViewController.h; path = Sources/Sandbox/_DirectoryContentsTableViewController.h; sourceTree = ""; }; - DBEC891CEE309B242862AF7413655386 /* UIRefreshControl+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIRefreshControl+Rx.swift"; path = "RxCocoa/iOS/UIRefreshControl+Rx.swift"; sourceTree = ""; }; - DBFC124EED6E586756C64ACD8FE730B0 /* DDBaseLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseLabel.m; path = DDBasicControlsKit_Private/Classes/DDBaseLabel/DDBaseLabel.m; sourceTree = ""; }; - DC084944C38AB1F9506B44FC5985959B /* RxTabBarDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxTabBarDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxTabBarDelegateProxy.swift; sourceTree = ""; }; - DC9FA6863ED2B892306F22C7D733FE69 /* SwiftEntryKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftEntryKit-dummy.m"; sourceTree = ""; }; - DCC42575BA55CB779C91F2BD375563E4 /* icon_file_type_html@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_html@2x.png"; path = "Sources/Resources/FileType/icon_file_type_html@2x.png"; sourceTree = ""; }; - DCDD1C5741D48D8964048641DA43DDF6 /* RecursiveLock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RecursiveLock.swift; path = Platform/RecursiveLock.swift; sourceTree = ""; }; - DCE95AFFD6943785D88582A4367889EE /* Empty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Empty.swift; path = RxSwift/Observables/Empty.swift; sourceTree = ""; }; - DD15AAD48D049ADA7976ECA00CC6EBA6 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = AMapNaviKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - DD2B04A321BF9A4442312268B3ECB285 /* DDMASearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMASearch.h; path = DDMAMapKit_Private/Classes/DDMASearch/DDMASearch.h; sourceTree = ""; }; - DD341D183C06C0C2C62DB8132B5F2493 /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = AMapNaviKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; - DD3DC48DCE4F122D2259E78DF872A8D1 /* ConcurrentMainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConcurrentMainScheduler.swift; path = RxSwift/Schedulers/ConcurrentMainScheduler.swift; sourceTree = ""; }; - DD8BD1EA252D5B574E873F9B2B7F6644 /* DDAudioPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-prefix.pch"; sourceTree = ""; }; - DD9D5552977DB0913D61D68709E36322 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = AMapNaviKit.framework/Headers/MAShape.h; sourceTree = ""; }; - DDA5D029FADCA717A01EFCC92C9B2B58 /* RxWKNavigationDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxWKNavigationDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift; sourceTree = ""; }; - DDB3BF38B62BB4CC0AC70E065002ADBE /* JXCategoryCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryCollectionView.h; path = Sources/Common/JXCategoryCollectionView.h; sourceTree = ""; }; - DDF12AAE714C78226279FC494BE72785 /* icon_file_type_midi.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_midi.png; path = Sources/Resources/FileType/icon_file_type_midi.png; sourceTree = ""; }; - DE1ED2E8456BC345655EC3967740572C /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Sources/ConstraintRelatableTarget.swift; sourceTree = ""; }; - DE30300D5289DF8F6DDDCB85319EE501 /* AnonymousDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnonymousDisposable.swift; path = RxSwift/Disposables/AnonymousDisposable.swift; sourceTree = ""; }; - DE458C5EEE672DA66A0241A5F59E0A2C /* icon_file_type_dmg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_dmg.png; path = Sources/Resources/FileType/icon_file_type_dmg.png; sourceTree = ""; }; - DE6440F6B3C704B03879F69ACEE2BFF0 /* RxSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-prefix.pch"; sourceTree = ""; }; - DE6A952C3275E956AD27221C641220DF /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - DE7523480013502D9F659C935024B300 /* MATraceReplayOverlayRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MATraceReplayOverlayRender.m; path = DDMAMapKit_Private/Classes/DDMAMap/Trace/MATraceReplayOverlayRender.m; sourceTree = ""; }; - DE8F126BBD480DE86148CB45EED2A80B /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - DE90D21F6DAB6A8DD475A891FCD8CD19 /* icon_file_type_pdf@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pdf@2x.png"; path = "Sources/Resources/FileType/icon_file_type_pdf@2x.png"; sourceTree = ""; }; - DEBD310018522EBB8EE86243939BF08F /* 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 = ""; }; - DED5EDAA37435A7FE04C80EEC2761374 /* NSTextField+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextField+Rx.swift"; path = "RxCocoa/macOS/NSTextField+Rx.swift"; sourceTree = ""; }; - DEE84C941D54610C22AD0ED0AE7A2067 /* EKWrapperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKWrapperView.swift; path = Source/Infra/EKWrapperView.swift; sourceTree = ""; }; - DEE93522E0D5AB3846AF878A7A188C23 /* Platform.Darwin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.Darwin.swift; path = Platform/Platform.Darwin.swift; sourceTree = ""; }; - DEED4C0BA4E79E5C5C6887EC05AF121B /* DisposeBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBase.swift; path = RxSwift/Disposables/DisposeBase.swift; sourceTree = ""; }; - DEF065BB35A819D3C99AAF3565D7EC4F /* RxCocoa-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxCocoa-umbrella.h"; sourceTree = ""; }; - DEF48095A9D20497275CE1D502512D48 /* 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 = ""; }; - DF6C4414F40305BBFD781E453EA72A91 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Sources/ConstraintRelation.swift; sourceTree = ""; }; - DF6F453087254DD657F3996143CB98D1 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - DF8206E5CAA0BF50EE051A3E54EEC24A /* RxCollectionViewDataSourcePrefetchingProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourcePrefetchingProxy.swift; path = RxCocoa/iOS/Proxies/RxCollectionViewDataSourcePrefetchingProxy.swift; sourceTree = ""; }; - DFCF5B3FE6C9DA0EFCF9F4A1F7F6B3FC /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - DFE88A9C67A3D94369ED21686D1096D1 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = RxSwift/SwiftSupport/SwiftSupport.swift; sourceTree = ""; }; - DFF0CFB952E714C49AD0FFFC6E4D96D5 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; - E01CE23B80FE837FF12BBC50F8999492 /* SkipUntil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SkipUntil.swift; path = RxSwift/Observables/SkipUntil.swift; sourceTree = ""; }; - E0511BA3A4FD667D6EA75BCA365DB4F4 /* CocoaDebugSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugSettings.swift; path = Sources/Core/CocoaDebugSettings.swift; sourceTree = ""; }; - E05E6EC0B4C505D1A7E9D5F69B8CA38A /* NSTextStorage+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextStorage+Rx.swift"; path = "RxCocoa/iOS/NSTextStorage+Rx.swift"; sourceTree = ""; }; - E06B52686A0003825F716073DE4BDAD6 /* _FileTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _FileTableViewCell.m; path = Sources/Sandbox/_FileTableViewCell.m; sourceTree = ""; }; - E08418DB10E4C600EA85E90BC5A75AD5 /* Observable+Bind.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Observable+Bind.swift"; path = "RxCocoa/Common/Observable+Bind.swift"; sourceTree = ""; }; - E0F0F96451A68F74A5FB41806794FCB0 /* Infallible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Infallible.swift; path = RxSwift/Traits/Infallible/Infallible.swift; sourceTree = ""; }; - E0FC01958D7AA6941DD04C4703D7D848 /* _icon_file_type_logs@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_logs@2x.png"; path = "Sources/Resources/images/_icon_file_type_logs@2x.png"; sourceTree = ""; }; - E10C81639BD9F91018F21C1643FF284C /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - E10DF514DDFB09E217924ED5F17F971B /* 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 = ""; }; - E1156D4B626F5763CFCAC74694E40862 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; - E13C0903A86C8953246BBB6DDD2F56E8 /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; - E13F5131442781696D57C3905C46D2FB /* DDControlsKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDControlsKit_Private-umbrella.h"; sourceTree = ""; }; - E162355030B90CE4C65255FD5B2A7942 /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; - E17CCF9F8700A375410EFBE6C557607F /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - E185B9582FCE815829514B83FF9D6775 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - E1D923FE2C62FA9C9EA0908615CB317F /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; - E20517175479DD20B2E216370A28A2F3 /* DDMALocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMALocationManager.h; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.h; sourceTree = ""; }; - E20982A967158AEDA75F6A82C270C06B /* InvocableScheduledItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableScheduledItem.swift; path = RxSwift/Schedulers/Internal/InvocableScheduledItem.swift; sourceTree = ""; }; - E2BA3D133BAE9213EEC52E376DD5296B /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; - E2D4411A906BBB354B22870DF7ED95FF /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; - E2FEB6274ABDF299C3246741779CAB30 /* icon_file_type_jpg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_jpg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_jpg@3x.png"; sourceTree = ""; }; - E30CEFB1B598A53522D5C6C11441B668 /* icon_file_type_xls@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_xls@3x.png"; path = "Sources/Resources/FileType/icon_file_type_xls@3x.png"; sourceTree = ""; }; - E31BF88AB6CA14DAC197B97BBC3DF84D /* icon_file_type_folder_empty.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_folder_empty.png; path = Sources/Resources/FileType/icon_file_type_folder_empty.png; sourceTree = ""; }; - E31F2CEFB0E70699BE43F5BC30BAFD3A /* ZLCustomAlertProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomAlertProtocol.swift; path = Sources/General/ZLCustomAlertProtocol.swift; sourceTree = ""; }; - E39FACA6E84ACD9E9587DCB289AAF448 /* 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 = ""; }; - E3BE15B5AF54608AC9FDBD936D1CD507 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - E3BF18A672F7FEA892B2A05C8D73BC4F /* 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 = ""; }; - E3D03BAC0E6AEA54D0D773EA9DBEEC1C /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; - E3E667C0EB99EB91B5266277E2C15E58 /* icon_file_type_ppt@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ppt@2x.png"; path = "Sources/Resources/FileType/icon_file_type_ppt@2x.png"; sourceTree = ""; }; - E411ECA10BE589677CA268BA72A1461E /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Sources/ConstraintLayoutGuide.swift; sourceTree = ""; }; - E419746B6787458E132201D919607174 /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "DDColorKit_Private/Classes/UIColor+Hue.swift"; sourceTree = ""; }; - E41D7B83FCFB9147B315800C262FEDB5 /* OperationQueueScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OperationQueueScheduler.swift; path = RxSwift/Schedulers/OperationQueueScheduler.swift; sourceTree = ""; }; - E42670F2DF5141855AFEB36B7107CC53 /* VirtualTimeScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VirtualTimeScheduler.swift; path = RxSwift/Schedulers/VirtualTimeScheduler.swift; sourceTree = ""; }; - E4300863F17D2D62979F2F20BCA0980D /* 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 = ""; }; - E44E11DCABEC805394DAC6D163DE8C87 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - E45E32F6A055D035199EF31E6D5E4520 /* UITextView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Rx.swift"; path = "RxCocoa/iOS/UITextView+Rx.swift"; sourceTree = ""; }; - E469FE9BA34CE21A445FD18AFE4CE7EA /* 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 = ""; }; - E48D86BC5F2FC74426E4A90E7E1C718C /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = AMapNaviKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + DB13D045A5BCC020F8784633BC769138 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + DB52559DDA9430C846BB5F8D19E5289A /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + DB9DB82B64A499439DC83FC995CBBA68 /* RxRelay-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-umbrella.h"; sourceTree = ""; }; + DBA9D3A785A43CDC78C173AF1E1EA301 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = AMapNaviKit.framework/AMap.bundle; sourceTree = ""; }; + DBAEF9E5CAF4F09FBE896EC999AC57D9 /* AMapNavi-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapNavi-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + DC775808223753448577F796F55ACECE /* DDBaseMutableAttributedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseMutableAttributedString.h; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.h; sourceTree = ""; }; + DC9963D227D9B9096310A8559E4A997C /* 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 = ""; }; + DCB684F817277E2F4C7B7EED01F3FDD7 /* ZLCameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraConfiguration.swift; path = Sources/General/ZLCameraConfiguration.swift; sourceTree = ""; }; + DCCA1D432DB7176D77B7C14FE1791F72 /* icon_file_type_flv@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_flv@3x.png"; path = "Sources/Resources/FileType/icon_file_type_flv@3x.png"; sourceTree = ""; }; + DD0D64B7E6F0E13E92322E3C5A7D03CC /* ESTabBarController-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "ESTabBarController-swift.modulemap"; sourceTree = ""; }; + DD307CB08C5CE1DE0A7760081262EDDA /* UIApplication+EKAppearance.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+EKAppearance.swift"; path = "Source/Extensions/UIApplication+EKAppearance.swift"; sourceTree = ""; }; + DD5469F9B281808D118B20295E1DEEC4 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + DDA6F8CA6EED9FAB3EAAC870D39F24AD /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; + DE07162BE6F4F1A997A4854EF51E66F5 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + DE193B28432F5A815FC76442A96CF260 /* RxCollectionViewDataSourceType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewDataSourceType.swift; path = RxCocoa/iOS/Protocols/RxCollectionViewDataSourceType.swift; sourceTree = ""; }; + DE1AE4A69289A0D70865A0ED5ECA0172 /* AppInfoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfoViewController.swift; path = Sources/App/AppInfoViewController.swift; sourceTree = ""; }; + DE320ADD1CEACD0CA033C27E981C548D /* UIView+ZFFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZFFrame.m"; path = "DDZFPlayerKit_Private/Classes/ControlView/UIView+ZFFrame.m"; sourceTree = ""; }; + DE56CB4C31AA51C931E17570D244246D /* 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 = ""; }; + DE6DF6CEDF93F3E07CE9A80DECFACDEA /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; + DED09010CFC23064FB3F219639CEAEFA /* DelaySubscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelaySubscription.swift; path = RxSwift/Observables/DelaySubscription.swift; sourceTree = ""; }; + DEFD9FE032C87D74A258415C843C4917 /* JPush.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JPush.debug.xcconfig; sourceTree = ""; }; + DF0E34EB66296D2232CBEF1E5B9E485A /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = ""; }; + DF2DB7F00044A8A3A1BF82CA8E06D7B0 /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerLogManager.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerLogManager.m; sourceTree = ""; }; + DF44E3FEA21AF321408C3864F827FD4A /* icon_file_type_xls.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_xls.png; path = Sources/Resources/FileType/icon_file_type_xls.png; sourceTree = ""; }; + DF675676E1BD4A3FFEF0C7FF6A66E92D /* 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 = ""; }; + DF773CC701C60FBB6B2BB12A21D405BC /* icon_file_type_wmv@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_wmv@3x.png"; path = "Sources/Resources/FileType/icon_file_type_wmv@3x.png"; sourceTree = ""; }; + DF9C91934C68AADEA2A55B4D3995AB09 /* DDFontKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDFontKit_Private.debug.xcconfig; sourceTree = ""; }; + DFB624EE465ABDF90CACF6356CCD588E /* UIPickerView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIPickerView+Rx.swift"; path = "RxCocoa/iOS/UIPickerView+Rx.swift"; sourceTree = ""; }; + DFF452AB4F615018FDB0E0DB2D28698B /* icon_file_type_aac@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_aac@2x.png"; path = "Sources/Resources/FileType/icon_file_type_aac@2x.png"; sourceTree = ""; }; + E00F1AAFF429E01D43FE2A887C49979A /* DDBaseScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseScrollView.h; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.h; sourceTree = ""; }; + E0122C0BF58C3FDA9382C4033527C441 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + E0174877C9FE1A9E215C8FB430CD2347 /* AMapNaviKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviKit.h; path = AMapNaviKit.framework/Headers/AMapNaviKit.h; sourceTree = ""; }; + E0861693DB9578B6FDF878487F660B44 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + E0D477B46D74BC580231571A3EBC372B /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + E0E0809E9431AEB5F322FC60BF7AA967 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + E1004793B3572A2D5E8E69FB6E534E05 /* _DebugConsoleLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _DebugConsoleLabel.h; path = Sources/Monitor/_DebugConsoleLabel.h; sourceTree = ""; }; + E1140962BCBF65A3B758F381B1816AFF /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = AMapNaviKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + E11A6ECB78F32EFE917F308C1981B2F6 /* DDTimerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDTimerKit_Private-umbrella.h"; sourceTree = ""; }; + E12293111FFD36A608B25767FAA1B9CE /* NSObject+CocoaDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+CocoaDebug.h"; path = "Sources/Categories/NSObject+CocoaDebug.h"; sourceTree = ""; }; + E144AA870E4F1A177E55369D92174419 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + E1510FC16CDAC55389AABF3DDA5A39AA /* icon_file_type_php@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_php@3x.png"; path = "Sources/Resources/FileType/icon_file_type_php@3x.png"; sourceTree = ""; }; + E160E78136B23C87DF17B114FC685FD2 /* _icon_file_type_sandbox@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "_icon_file_type_sandbox@2x.png"; path = "Sources/Resources/images/_icon_file_type_sandbox@2x.png"; sourceTree = ""; }; + E17F723E6B7A859A0DB66F26E5DF2798 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; + E18119BF4331FC9A230FB591DA69F3D9 /* DDTimerObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTimerObject.h; path = DDTimerKit_Private/Classes/GCDTimer/DDTimerObject.h; sourceTree = ""; }; + E1CCAA8344FE8309B1C57584F496F841 /* RxSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RxSwift.release.xcconfig; sourceTree = ""; }; + E21C468D590AF409EB0BC73C3BC76EA0 /* Throttle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Throttle.swift; path = RxSwift/Observables/Throttle.swift; sourceTree = ""; }; + E221D0E512F649AD359ECA2F32367C8C /* icon_file_type_numbers.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_numbers.png; path = Sources/Resources/FileType/icon_file_type_numbers.png; sourceTree = ""; }; + E240488E4DD154A646BADB78EEED4A8F /* EKAttributes+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Animation.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Animation.swift"; sourceTree = ""; }; + E2783A4C0BA2A8043A16C1F174431986 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; + E281B6ECB54CF2940638DA0B8E0175A0 /* icon_file_type_mov@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mov@3x.png"; path = "Sources/Resources/FileType/icon_file_type_mov@3x.png"; sourceTree = ""; }; + E2977D2BAFBA9B0C2D6A761B0CBB8E8E /* Lock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Lock.swift; path = RxSwift/Concurrency/Lock.swift; sourceTree = ""; }; + E2A1321E0DADA7F60C09CFF8E2CB4D49 /* EKAttributes+Validations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+Validations.swift"; path = "Source/Model/EntryAttributes/EKAttributes+Validations.swift"; sourceTree = ""; }; + E2B2FC20063D3F6BC9FC03E2F19F08CB /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + E2BF44A616C3E94F3783A96522FA41B5 /* DDAudioPlayerKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDAudioPlayerKit_Private-prefix.pch"; sourceTree = ""; }; + E2D232681B3169FAC2DC0C2DF7DCA8EC /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + E2E8E9BD1417C3B3744AA8161A8DC9E6 /* DDMALocationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMALocationManager.m; path = DDMAMapKit_Private/Classes/DDMALocation/DDMALocationManager.m; sourceTree = ""; }; + E2EB0C2CA8B7997541450A4BEC8BCAC6 /* DelegateProxyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DelegateProxyType.swift; path = RxCocoa/Common/DelegateProxyType.swift; sourceTree = ""; }; + E3108339B3FB3BA6020C18868666CC2E /* SingleAssignmentDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAssignmentDisposable.swift; path = RxSwift/Disposables/SingleAssignmentDisposable.swift; sourceTree = ""; }; + E311CAA1D8F89E434960B93A54BF088A /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = AMapNaviKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; + E384A977AD5BA1C8154AB807D7623C0D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = AMapNaviKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + E384C66B45BD8A65C67B5AAE270BDD8C /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + E3DA96CC495B46C0953CBF75BC90F6AB /* JXCategoryIndicatorParamsModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorParamsModel.h; path = Sources/Common/JXCategoryIndicatorParamsModel.h; sourceTree = ""; }; + E3DD0B6A90531EB8D21F19697C0822FB /* Pods-OrderSchedulingNotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.debug.xcconfig"; sourceTree = ""; }; + E3DDCFC87B56FCD0B7380BC662E14B64 /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E3E3479F601BE9D85ADB60D250DDF6E8 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + E3E5A45A74495B2FEA203BCEEA09A0CD /* DDWebImageKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDWebImageKit_Private.release.xcconfig; sourceTree = ""; }; + E3E5B3596453FD5A5CD5BBE74D39594C /* UIColor+JXAdd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+JXAdd.h"; path = "Sources/Common/UIColor+JXAdd.h"; sourceTree = ""; }; + E3FA868E3C4D07136FDF6EC99CFDA26A /* Driver+Subscription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Driver+Subscription.swift"; path = "RxCocoa/Traits/Driver/Driver+Subscription.swift"; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = MJRefresh; path = libMJRefresh.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B9F7456C68F2389F9444451A8FBD60 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - E4DA8D91FB87D406E77171D65F72C57C /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - E4E23C6D27E30AC18C7236073ACF9489 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - E4FAAE48DB67CBAF8A1E8BCE45E38575 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - E52C4912CFCE0D108D7B4C667778EDC2 /* AnyObserver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyObserver.swift; path = RxSwift/AnyObserver.swift; sourceTree = ""; }; - E5518F4EDC6D868C170E86765C7EE1C7 /* Catch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Catch.swift; path = RxSwift/Observables/Catch.swift; sourceTree = ""; }; - E554E05ED0F6AA57B12225A412E9E218 /* JXCategoryDotCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryDotCell.h; path = Sources/Dot/JXCategoryDotCell.h; sourceTree = ""; }; - E556305153B517AFB44E232891AE5F61 /* UINavigationController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UINavigationController+Rx.swift"; path = "RxCocoa/iOS/UINavigationController+Rx.swift"; sourceTree = ""; }; - E57AB064DC34008DD9440843B004AE82 /* DDMATrackManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMATrackManager.m; path = DDMAMapKit_Private/Classes/DDMATrackManager/DDMATrackManager.m; sourceTree = ""; }; - E5C14560972FBDF5DB6B731628A50F15 /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RxSwift/Observables/Map.swift; sourceTree = ""; }; - E5E283FCA2ECF0EC15A3059E80203F0E /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; - E5FE5029088C339D8B35E78E952AB10E /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - E6404FDF26A0D8EB9510837B2C97B6EA /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - E6A168A1C4ABF7EC11E76676EAFBCCB0 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; - E6A852049D7E264C2E29D98566B322FD /* ZFKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFKVOController.h; path = DDZFPlayerKit_Private/Classes/Core/ZFKVOController.h; sourceTree = ""; }; - E71C7F56CFB479F6EE1332EDB870435F /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; - E75E45AA403CB6CF81289D56594E9D0D /* 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 = ""; }; - E77F9B687E0725738A83255C22A92278 /* Sink.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sink.swift; path = RxSwift/Observables/Sink.swift; sourceTree = ""; }; - E7844759027C8AE2F479CB69445BA702 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - E7934C14ECEE2E432FB7E210C8A217F8 /* DDBaseSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseSwitch.h; path = DDBasicControlsKit_Private/Classes/DDBaseSwitch/DDBaseSwitch.h; sourceTree = ""; }; - E79B4DB40DF5B8B7F04589135163B8ED /* DDAlamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAlamofire.swift; path = DDNetworkingOfAlamofireKit_Private/Classes/DDAlamofire.swift; sourceTree = ""; }; - E79F6EBD860959A940CF227C07C90D12 /* DDCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDCollectionViewCell.swift; path = DDControlsKit_Private/Classes/DDCollectionViewCell/DDCollectionViewCell.swift; sourceTree = ""; }; + E4EA63A7C57FFD78EB63627EF45E09DA /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + E530195BF79DEF05DEC81AEB4F577E91 /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = AMapNaviKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + E535AF252E9D11D3523D0CDEB41455AC /* ZFPresentTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPresentTransition.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPresentTransition.h; sourceTree = ""; }; + E568D43D562E6948F91820A782DF209D /* AMapTrackVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackVersion.h; path = AMapTrackKit.framework/Headers/AMapTrackVersion.h; sourceTree = ""; }; + E57B23840B7B639F698BDB41489467B0 /* JXCategoryIndicatorBackgroundView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBackgroundView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBackgroundView.m; sourceTree = ""; }; + E5C14ED9175883C9503A1FE2641381BB /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = ""; }; + E5CD16561A81752110CFABF2E34129B2 /* ToArray.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToArray.swift; path = RxSwift/Observables/ToArray.swift; sourceTree = ""; }; + E5D7226AC12176F4C8F2E214EB8BCE3D /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; + E60A20043593B4B63F910F6D5F3257D1 /* 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 = ""; }; + E61C280397F89480EB0C260A789EB6E4 /* _OCLogStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _OCLogStoreManager.m; path = Sources/Logs/_OCLogStoreManager.m; sourceTree = ""; }; + E6373F331B0591374AFCF9BF0B399FB4 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + E6506A39CB3227B23A38845EDBE0326C /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + E651BDA7D53A416AF96CF7D8AF54C2AF /* ZLPhotoUIConfiguration+Chaining.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ZLPhotoUIConfiguration+Chaining.swift"; path = "Sources/General/ZLPhotoUIConfiguration+Chaining.swift"; sourceTree = ""; }; + E677576BF9D59CDBF5EBC8CA93D9C1BC /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E6809FB7DA95C5EC388367A75F39D5E6 /* CocoaDebugNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaDebugNavigationController.swift; path = Sources/Window/CocoaDebugNavigationController.swift; sourceTree = ""; }; + E69098374B14B87DEDB1B987BDE3CF85 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + E7207BD79A8E45A4E6CAF1D42CF86CC6 /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; + E721766E8F8A585DB702A95FA477201F /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; + E72C372CA4F1125C070426413E254759 /* DDWebImageKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDWebImageKit_Private-dummy.m"; sourceTree = ""; }; + E751C675C1CC1482AC78CE1787F9CF34 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + E75F3260131574BF11300C4C45768C8B /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; + E7633C3400A9EEF0948B0174D798B4FE /* DDProgressHUDKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDProgressHUDKit_Private.debug.xcconfig; sourceTree = ""; }; + E76BD276B9498566B5A85E0DD472C638 /* Zip+arity.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Zip+arity.swift"; path = "RxSwift/Observables/Zip+arity.swift"; sourceTree = ""; }; + E76EEA8C41C5655B07BECBFDB0EF0ED6 /* ZLCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCollectionViewFlowLayout.swift; path = Sources/General/ZLCollectionViewFlowLayout.swift; sourceTree = ""; }; + E78FE94DAFE4A4D9B15D45EB61B5F679 /* icon_file_type_plist.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_plist.png; path = Sources/Resources/FileType/icon_file_type_plist.png; sourceTree = ""; }; E7C9437E4E7340A6BDC7C73BE8A3B117 /* Pods-OrderSchedulingNotificationService */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "Pods-OrderSchedulingNotificationService"; path = "libPods-OrderSchedulingNotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E7DEAAB15891C178CEB558B353A28B54 /* DDButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDButton.swift; path = DDControlsKit_Private/Classes/DDButton/DDButton.swift; sourceTree = ""; }; - E7F4F9CDF62C0846F5F5198499E25BAE /* CurrentThreadScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CurrentThreadScheduler.swift; path = RxSwift/Schedulers/CurrentThreadScheduler.swift; sourceTree = ""; }; - E7F71551E3A9F242235C49513C300720 /* PublishSubject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublishSubject.swift; path = RxSwift/Subjects/PublishSubject.swift; sourceTree = ""; }; - E7FDA7E18272C0F2EB83C0A550B6F6CA /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - E834AFE539764C6862EE8A75974B5248 /* UIView+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIView+ZLPhotoBrowser.swift"; sourceTree = ""; }; - E84A12C3DFBDE91E21E7337CCA6944B7 /* Decode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decode.swift; path = RxSwift/Observables/Decode.swift; sourceTree = ""; }; - E852AF45696268303670F21CCA68D207 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - E853DE46E3D722386DC7537493EDCE0D /* icon_file_type_apk@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_apk@3x.png"; path = "Sources/Resources/FileType/icon_file_type_apk@3x.png"; sourceTree = ""; }; - E8619ACD3CC56D8168CF041F640FD42E /* DDFontKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDFontKit_Private-umbrella.h"; sourceTree = ""; }; - E89061AFD9AB16D5A0B173E69D0B7C85 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - E8A028002BEC6405DB00EFDE605438A5 /* icon_file_type_torrent@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_torrent@2x.png"; path = "Sources/Resources/FileType/icon_file_type_torrent@2x.png"; sourceTree = ""; }; - E8C5B817601E9A6369B5DDC72B5F6FAD /* Pods-OrderScheduling-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderScheduling-dummy.m"; sourceTree = ""; }; - E8C80763E28262062A094867C3B67818 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = ""; }; - E8E9C41279E22A264F31E8EB006AF940 /* Buffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Buffer.swift; path = RxSwift/Observables/Buffer.swift; sourceTree = ""; }; - E92533FE6B06397CB43DBCD84123B54A /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; - E95A8DFE9C71168F5EEA9DF62798723A /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - E96F96782C6C279675AFD8F730FE03B6 /* Queue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Queue.swift; path = Platform/DataStructures/Queue.swift; sourceTree = ""; }; - E9786C70D9E2A53E65C7D5838A5AA72D /* icon_file_type_json@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_json@3x.png"; path = "Sources/Resources/FileType/icon_file_type_json@3x.png"; sourceTree = ""; }; - E9A321D453F1F1F648CA8A2C14389B81 /* ScheduledDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScheduledDisposable.swift; path = RxSwift/Disposables/ScheduledDisposable.swift; sourceTree = ""; }; - E9B2C7AE73494811CABD819BB44BD0D5 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - E9EEC9061CA3F1FC21F9DE4E49BABE5C /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - EA16FD120D889CD293F635B3EB3584D1 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; - EA2A270EAFA4BFA26D028A5FBEC6B967 /* NSView+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSView+Rx.swift"; path = "RxCocoa/macOS/NSView+Rx.swift"; sourceTree = ""; }; - EA2C9DF13CF1A32C6A68A2496EC5E75D /* icon_file_type_zip@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_zip@3x.png"; path = "Sources/Resources/FileType/icon_file_type_zip@3x.png"; sourceTree = ""; }; - EA5D274A04F6108037B90C8A9C3E05FF /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - EA6365C4F324615A4DDE097A49262F0B /* DriveRouteCustomAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DriveRouteCustomAnnotation.m; path = DDMAMapKit_Private/Classes/DDMAMap/Annotation/DriveRouteCustomAnnotation.m; sourceTree = ""; }; - EA644C0B771D66BF5BF84E7CB903BEA2 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - EAB28BE648A06BF38C2C181E1F579104 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - EACACE5CE07FEFDFA1542DC55ED52120 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - EACB3BC9F053ABC43C7B3009822CFB8C /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - EAFED137EE9193DC78FAA2ACEBAF9F73 /* _DirectoryContentsTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _DirectoryContentsTableViewController.m; path = Sources/Sandbox/_DirectoryContentsTableViewController.m; sourceTree = ""; }; - EB0F3BF52463BB59CBA61B7FFD59D226 /* Pods-OrderSchedulingNotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OrderSchedulingNotificationService.release.xcconfig"; sourceTree = ""; }; - EB1F35678631DAA13BD6564BDD10E255 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - EBBD5F991C5E7631E158368AC5DDF0C1 /* DDMAGeometry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMAGeometry.m; path = DDMAMapKit_Private/Classes/DDMAUtil/DDMAGeometry.m; sourceTree = ""; }; - EBD6007ECF2F8A91D43B009A77726A13 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; - EC05BE4178C4C192724EFE6B40BD8E45 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = AMapNaviKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - EC0A368B863E7098C2B47DEFD9527A27 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - EC3EC4E8B0AF0CC4724DF744657CF098 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Extensions.swift"; path = "Platform/DispatchQueue+Extensions.swift"; sourceTree = ""; }; + E8031E09BB1D5EA813BACD472169CBA5 /* 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 = ""; }; + E80FE071B23654CB32F515E1A18E1814 /* 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 = ""; }; + E825D437C16E399EF7B7D0291868E25A /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Sources/Debugging.swift; sourceTree = ""; }; + E83F4199D9698F75FDC95FE4D9617BF7 /* IQKeyboardManager+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQKeyboardManager+Internal.swift"; path = "IQKeyboardManagerSwift/IQKeyboardManager+Internal.swift"; sourceTree = ""; }; + E868602416F2BE621E3AF21C2C6D3187 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + E88B7BA979B2F0AF9F309303C478A3C4 /* JXCategoryIndicatorComponentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorComponentView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorComponentView.m; sourceTree = ""; }; + E89C60EEB2C794F45B6341A5E2DC19D1 /* SubscribeOn.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscribeOn.swift; path = RxSwift/Observables/SubscribeOn.swift; sourceTree = ""; }; + E8BB717D4ECBC6BA5DA46458CC4EC443 /* icon_file_type_dmg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dmg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_dmg@2x.png"; sourceTree = ""; }; + E8DA281258D3A8754E60579310C43C4A /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + E8F69A18CD35EB7C17157848C8803333 /* Reactive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reactive.swift; path = RxSwift/Reactive.swift; sourceTree = ""; }; + E8FFD76D4335E532FCA3566749069053 /* DDWebImageKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-umbrella.h"; sourceTree = ""; }; + E96F14E3DE9B3DA9F2E0734056C5CB5F /* _ObjcLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ObjcLog.h; path = Sources/Logs/_ObjcLog.h; sourceTree = ""; }; + E980C80953C8552E78CE848DA8AB4DC6 /* 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 = ""; }; + E9AFF6B954E8A20C6576A04A617904BB /* JCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JCore.debug.xcconfig; sourceTree = ""; }; + EA1F4461A41803137D2FF70F97637259 /* icon_file_type_fla@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_fla@3x.png"; path = "Sources/Resources/FileType/icon_file_type_fla@3x.png"; sourceTree = ""; }; + EA37F8C0D07127799D9D4C7C45DB11AB /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + EA515183C22DB3178983544F2C3BA33B /* Switch.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Switch.swift; path = RxSwift/Observables/Switch.swift; sourceTree = ""; }; + EA7FA41A12CE47545B890685432DF132 /* 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 = ""; }; + EA8FD6B0944ADDBD839CD14192137BAC /* ZLBaseStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLBaseStickerView.swift; path = Sources/Edit/ZLBaseStickerView.swift; sourceTree = ""; }; + EA934E58311E1609E6E58E6E1C3B1FFD /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLandscapeWindow.h; path = DDZFPlayerKit_Private/Classes/Core/ZFLandscapeWindow.h; sourceTree = ""; }; + EABC11D2845AC5096DDAB44819A507D5 /* DDAudioPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAudioPlayerKit_Private.modulemap; sourceTree = ""; }; + EAD190CF7BC0D98F786965A2A0450B48 /* Pods-OrderSchedulingNotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OrderSchedulingNotificationService-dummy.m"; sourceTree = ""; }; + EAE7A3966935E88015D5CC5B17D31F09 /* DDZFPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDZFPlayerKit_Private.release.xcconfig; sourceTree = ""; }; + EB0D8D86D911F0FFCE3B4202258ED678 /* icon_file_type_swift.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_swift.png; path = Sources/Resources/FileType/icon_file_type_swift.png; sourceTree = ""; }; + EB2441EED10B9A51FD442C768998A64C /* DDFontKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDFontKit_Private-dummy.m"; sourceTree = ""; }; + EB5EE30F36AFC06328A4BCB84FCF9E50 /* NSButton+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Rx.swift"; path = "RxCocoa/macOS/NSButton+Rx.swift"; sourceTree = ""; }; + EB8427569D42D6AC9E74AFBE6696DC31 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + EBC6F6F6BF7FFE6463A07578F1E35C61 /* _OCLogModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogModel.h; path = Sources/Logs/_OCLogModel.h; sourceTree = ""; }; + EBED5FCDD59E937A99EB4F8C5E63C3E8 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + EBF7E9C9B8F015AC0EC7CFF7ACD73A34 /* BooleanDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanDisposable.swift; path = RxSwift/Disposables/BooleanDisposable.swift; sourceTree = ""; }; + EC42AD5F41D990C382352B175869ECDF /* 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 = ""; }; EC46C56D3F58BDA592A93730A005EF26 /* DDCategoryKit_Private */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = DDCategoryKit_Private; path = libDDCategoryKit_Private.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EC7C27BC7B4EDF99E9688210D150A7FE /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = AMapNaviKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - EC82167D0BCE09742276BE1C86733EB6 /* EKRatingMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKRatingMessageView.swift; path = Source/MessageViews/EKRatingMessageView.swift; sourceTree = ""; }; - ECAEDF3F076D91FCE0B4B9C0BC452FB8 /* icon_file_type_dll.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_dll.png; path = Sources/Resources/FileType/icon_file_type_dll.png; sourceTree = ""; }; - ECEBD105BC3DD54516396EDE38B717BF /* 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 = ""; }; - ED0FE5A880681595C6E294B2ADB60F3E /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - ED6916102BF992D0D04FE7DC99C7FB32 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFSmallFloatControlView.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFSmallFloatControlView.m; sourceTree = ""; }; - ED7E15AE0A194F9FC49B5CB011F3E585 /* SchedulerServices+Emulation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SchedulerServices+Emulation.swift"; path = "RxSwift/Schedulers/SchedulerServices+Emulation.swift"; sourceTree = ""; }; - ED9DAB700B164AD30E46AC170A2410A4 /* _OCLoggerFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLoggerFormat.h; path = Sources/Logs/_OCLoggerFormat.h; sourceTree = ""; }; - EDC31A31277E9C411C5E76B0BE877FEB /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFPlayerMediaControl.h; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerMediaControl.h; sourceTree = ""; }; - EDCB13EC8ED90287D8EF26C15BA8046A /* Reduce.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reduce.swift; path = RxSwift/Observables/Reduce.swift; sourceTree = ""; }; - EDCE541EE66134DC578CD78A2B632931 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFNetworkSpeedMonitor.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.h; sourceTree = ""; }; - EE0142B9B3DD02DE5EAF77678B98478A /* _RX.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RX.m; path = RxCocoa/Runtime/_RX.m; sourceTree = ""; }; - EE264AABB23776FDCFBFF501E0FDF2EE /* Sources_DDMAMap */ = {isa = PBXFileReference; includeInIndex = 1; name = Sources_DDMAMap; path = DDMAMapKit_Private/Assets/Sources_DDMAMap; sourceTree = ""; }; - EE3A38BA75D29E3A8D50DB018BA5E62F /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; - EEA008A28BDF010E2D0CE9198AD28F33 /* _HttpDatasource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _HttpDatasource.m; path = Sources/Network/_HttpDatasource.m; sourceTree = ""; }; - EEB0A50A51632AAD00B9054793B6AEFB /* CocoaDebugTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaDebugTool.h; path = Sources/Logs/CocoaDebugTool.h; sourceTree = ""; }; - EEB2A39A626A4029B763E1D4FDED93B0 /* InvocableType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InvocableType.swift; path = RxSwift/Schedulers/Internal/InvocableType.swift; sourceTree = ""; }; - EEBCD415604C9646A8FA5E593113240A /* JCore-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JCore-xcframeworks.sh"; sourceTree = ""; }; - EEC05062A5E6D126EC5CFE8D3808DC5F /* DDWebImageKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDWebImageKit_Private-prefix.pch"; sourceTree = ""; }; - EEDFEA33A7688A71A56B3EEF2632C4AC /* SubscriptionDisposable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubscriptionDisposable.swift; path = RxSwift/Disposables/SubscriptionDisposable.swift; sourceTree = ""; }; - EF0B158973609B159C23965C455FDB82 /* icon_file_type_avi@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_avi@3x.png"; path = "Sources/Resources/FileType/icon_file_type_avi@3x.png"; sourceTree = ""; }; - EF0D9F411C0AE8266539CC3C372C5FD0 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFNetworkSpeedMonitor.m; path = DDZFPlayerKit_Private/Classes/ControlView/ZFNetworkSpeedMonitor.m; sourceTree = ""; }; - EF14A9B1A6C6FEB6EA0A21A5F78E5EFC /* 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 = ""; }; - EF2C2406B60CC4D8EA742DF22C0464E8 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - EF917127A706BE5056DB0757BB0D3027 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; - EF9600A5E20E1F1D8BB7BA9C09398039 /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - EFC91CA687C77EB78B0495A49C083271 /* DDBaseImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseImageView.h; path = DDBasicControlsKit_Private/Classes/DDBaseImageView/DDBaseImageView.h; sourceTree = ""; }; - EFD44FF26920EDE0DCB5BA2C4501290F /* 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 = ""; }; - EFE0E9EB1A26D5C47B69C3632FC8F704 /* KVORepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KVORepresentable.swift; path = RxCocoa/Foundation/KVORepresentable.swift; sourceTree = ""; }; - F01FFDEB2A75E22E3705146498D2812E /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - F043E3D94E1CD915724692F8A121D384 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = AMapNaviKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - F0E17ABBA096211C6ED32351A16C4B3A /* JXCategoryImageCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryImageCellModel.m; path = Sources/Image/JXCategoryImageCellModel.m; sourceTree = ""; }; - F1245050CD55525EA80F5689767F38DB /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - F167BD4562E990B35130F5333EA5DFD5 /* AsMaybe.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsMaybe.swift; path = RxSwift/Observables/AsMaybe.swift; sourceTree = ""; }; - F19B2B925BFFA8AE3E6612BC2138BD9A /* DDMAMapKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.release.xcconfig; sourceTree = ""; }; - F1FEF3B975EB40C85B4437117CDAB598 /* 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 = ""; }; - F273A072785CD48170BE952D295EF537 /* DDZFPlayerKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDZFPlayerKit_Private.modulemap; sourceTree = ""; }; - F28BA3BE050C9A287358AB4DD2762F00 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; - F2CA57A46CFC866A1C016D2840494ABF /* DDBaseMutableAttributedString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseMutableAttributedString.m; path = DDBasicControlsKit_Private/Classes/DDBaseAttributedString/DDBaseMutableAttributedString.m; sourceTree = ""; }; - F2CFF0136E8CE367AEE32D9EF265DABB /* icon_file_type_ogg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ogg.png; path = Sources/Resources/FileType/icon_file_type_ogg.png; sourceTree = ""; }; - F2D21744513246EAB988E2CAE029C809 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerNotification.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerNotification.m; sourceTree = ""; }; - F2E528704DF4C607CBD038B191FA0AB1 /* PriorityQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PriorityQueue.swift; path = Platform/DataStructures/PriorityQueue.swift; sourceTree = ""; }; - F3525AEDA56FED2FF9795DFE7EDA805D /* EKAttributes+PopBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+PopBehavior.swift"; path = "Source/Model/EntryAttributes/EKAttributes+PopBehavior.swift"; sourceTree = ""; }; - F35F515B2EAAA0C6E149AA7B49918CB3 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - F36735FF5E1B911336F31051C113943F /* CompactMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CompactMap.swift; path = RxSwift/Observables/CompactMap.swift; sourceTree = ""; }; - F38DDA8A3A762C54DEC602DA366F2888 /* icon_file_type_mpg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mpg.png; path = Sources/Resources/FileType/icon_file_type_mpg.png; sourceTree = ""; }; - F39356F38D8A9410EB074F2BD28DAF99 /* DriveRouteCustomAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DriveRouteCustomAnnotationView.h; path = DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h; sourceTree = ""; }; - F3B13AA765A64D04BE8EA533B14AEAE8 /* EKColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKColor.swift; path = Source/Model/EKColor.swift; sourceTree = ""; }; - F4228AF4D852F9660E71671138791A16 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - F439DCAB61B74717AAF2AFA9035EB1DC /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; sourceTree = ""; }; - F4419A307FB65143ABA119AAD2502FCC /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - F457DCCD2319BA0DD967924F8A6011B8 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - F46E7A0D25F83AAACAC784FEFAA65D51 /* CocoaDebug-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaDebug-dummy.m"; sourceTree = ""; }; - F4733E2C342FB40CB4CD34E6A3F8491F /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - F51A62D56FE8D54578C6D6D0138A1289 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - F5676AEB99DFE2EBCEC44B8F8C378995 /* PrimitiveSequence.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrimitiveSequence.swift; path = RxSwift/Traits/PrimitiveSequence/PrimitiveSequence.swift; sourceTree = ""; }; - F597B4968E78128119C969D588B30F42 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = ""; }; - F598DED1F4A7DADBFFD3C6E69C2B68E6 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - F59BDF168F05078C91584ED7B66DDCDB /* JsonViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JsonViewController.swift; path = Sources/Network/JsonViewController.swift; sourceTree = ""; }; - F5A8105C70ECDF4CFE5D3AFF7923F775 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - F5A9A1FB0BAF1ED59BBE93379FC4A201 /* icon_file_type_ppt@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ppt@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ppt@3x.png"; sourceTree = ""; }; - F5C5BE989D2BD909E8E0DD78E1BFA820 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - F625452479BE8DD7819DD032EBFE333F /* DDAutoUIKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAutoUIKit_Private.release.xcconfig; sourceTree = ""; }; - F642FDF0CEB3E2EAC8C4119A679C908D /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - F68C9B02B11B5CA2245E6B8812CCEBB4 /* ZFLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZFLoadingView.h; path = DDZFPlayerKit_Private/Classes/ControlView/ZFLoadingView.h; sourceTree = ""; }; - F698606541EF2BD22C857481AA0F5270 /* AMapNaviRideDataRepresentable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviRideDataRepresentable.h; path = AMapNaviKit.framework/Headers/AMapNaviRideDataRepresentable.h; sourceTree = ""; }; - F6C8E391647B7B514BEC561D7F819050 /* icon_file_type_svg.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_svg.png; path = Sources/Resources/FileType/icon_file_type_svg.png; sourceTree = ""; }; + EC5A4B98545D9A762EB73D0C99FAE28E /* 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 = ""; }; + EC5D49F4A554A4F93786DCCACD70A587 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + EC73D471A247C95600F4043746B5C1B8 /* AMapTrackTerminalObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapTrackTerminalObj.h; path = AMapTrackKit.framework/Headers/AMapTrackTerminalObj.h; sourceTree = ""; }; + ECA7CE70C25E08DD85D3B41472139AC5 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + ECBE42B75559D1AB2CEFCE319BA30BA8 /* JXCategoryTitleVerticalZoomCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryTitleVerticalZoomCellModel.h; path = Sources/VerticalZoomTitle/JXCategoryTitleVerticalZoomCellModel.h; sourceTree = ""; }; + ECC828763AB2ECF5D36C611125E3A93D /* RxSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxSwift-umbrella.h"; sourceTree = ""; }; + ED010D3488F40201E47F5C67EF6F09B4 /* DDZFPlayerKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDZFPlayerKit_Private-dummy.m"; sourceTree = ""; }; + ED19E20D77ED505B17F8FAB62D896407 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + ED43F6F15831252679A7C3F3E2DF1211 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + ED660417CE8C65C84C5DE317201030B8 /* JXCategoryIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorView.m; path = Sources/Indicator/JXCategoryIndicatorView.m; sourceTree = ""; }; + EDC05D327A4B13F8432D7287EE4A2E26 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+ZFPlayer.h"; path = "DDZFPlayerKit_Private/Classes/Core/UIScrollView+ZFPlayer.h"; sourceTree = ""; }; + EDC3BC151D14D62093DF03D648F2DADE /* _CanonicalRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _CanonicalRequest.h; path = Sources/CustomHTTPProtocol/_CanonicalRequest.h; sourceTree = ""; }; + EDD86C5261A90A9300C9330144BE197F /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + EDDB4527E4965D820CD0960EBEBC5B70 /* AMapNavi.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMapNavi.bundle; path = AMapNaviKit.framework/AMapNavi.bundle; sourceTree = ""; }; + EEC9B4D27C4C8B9CF4D7A9942AE3C12F /* MAGltfOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGltfOverlay.h; path = AMapNaviKit.framework/Headers/MAGltfOverlay.h; sourceTree = ""; }; + EEE5A3D8F786AC09370CA6193E490D14 /* icon_file_type_folder_empty@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_folder_empty@3x.png"; path = "Sources/Resources/FileType/icon_file_type_folder_empty@3x.png"; sourceTree = ""; }; + EF08E526F5B670836DB4EA9F7FD4935A /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + EF394165EBF061A59B6DC133C8AE3024 /* SubjectType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SubjectType.swift; path = RxSwift/Subjects/SubjectType.swift; sourceTree = ""; }; + EF62D629E94B500FDF860C2B4AC1ECF0 /* icon_file_type_txt.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_txt.png; path = Sources/Resources/FileType/icon_file_type_txt.png; sourceTree = ""; }; + EF72CA991F4EB8F09E0ABE82BA69B0D7 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + EF83CECE21D6D066133AF7A150EC194E /* icon_file_type_mpg@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_mpg@2x.png"; path = "Sources/Resources/FileType/icon_file_type_mpg@2x.png"; sourceTree = ""; }; + EFB5811DEFC804BC8C7A20D77B405B3D /* UISearchController+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UISearchController+Rx.swift"; path = "RxCocoa/iOS/UISearchController+Rx.swift"; sourceTree = ""; }; + EFCCBCFB53A5E0C4F95D219672709536 /* icon_file_type_dmg@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_dmg@3x.png"; path = "Sources/Resources/FileType/icon_file_type_dmg@3x.png"; sourceTree = ""; }; + F0383135E70F3123F6CBA9FEB185B97F /* RxPickerViewAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxPickerViewAdapter.swift; path = RxCocoa/iOS/DataSources/RxPickerViewAdapter.swift; sourceTree = ""; }; + F05728B3D5242CCA87B626E843AB5290 /* JXCategoryViewAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryViewAnimator.m; path = Sources/Common/JXCategoryViewAnimator.m; sourceTree = ""; }; + F09C7D5197FB944C820003DBDBFF83D8 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Sources/Typealiases.swift; sourceTree = ""; }; + F1005C08EC1016694047279DAFE5B856 /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + F135D103FBD36B720F445992B89711D3 /* icon_file_type_db@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_db@2x.png"; path = "Sources/Resources/FileType/icon_file_type_db@2x.png"; sourceTree = ""; }; + F19C72BD2D206417EEC0645D81C5ABDD /* JXCategoryIndicatorBallView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorBallView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.m; sourceTree = ""; }; + F1BDD0978ED7152B5BA7D52D635EF445 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + F207955E11019F278C853CAA55AE3D08 /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + F214B0AFDE393FF6C156D70D97DC57AC /* DDNetworkingOfAlamofireKit_Private-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DDNetworkingOfAlamofireKit_Private-dummy.m"; sourceTree = ""; }; + F24A57758579081FF08C14C1FA351795 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + F24C291A3BCCEABA85CEDBC687C5CCCC /* JXCategoryListContainerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryListContainerView.m; path = Sources/Common/JXCategoryListContainerView.m; sourceTree = ""; }; + F2BF485C5230EDF463C5942445EC987C /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = AMapNaviKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + F2C343CC89E9B1B642E0F7ABD1017BD7 /* 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 = ""; }; + F2ED0CEB74A3AA6EFB1DA4D86CB842B1 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = ""; }; + F31A67352A63EBEFAFAA1B4704B7A62A /* JXCategoryImageCellModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryImageCellModel.h; path = Sources/Image/JXCategoryImageCellModel.h; sourceTree = ""; }; + F31FD7141D5C22E4431C3A00C5C415E2 /* SwiftEntryKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftEntryKit.swift; path = Source/SwiftEntryKit.swift; sourceTree = ""; }; + F33121194538A830BF9A9FDBFE1F7A22 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + F3389A9BCA6546BAAD7433E2E1B562AB /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + F3594B5FBFD47DB49CD4143F6F82C32C /* 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 = ""; }; + F38DECC280E7764D3F75D94574127076 /* 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 = ""; }; + F436B87F903BF0B7E15AD66957948642 /* AMapNaviHeaderHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviHeaderHandler.h; path = AMapNaviKit.framework/Headers/AMapNaviHeaderHandler.h; sourceTree = ""; }; + F489980D1CF7E16A2072808CBB83C81B /* 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 = ""; }; + F48E7294138DCC0C0BFD27F78B985A8F /* JXCategoryView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JXCategoryView.debug.xcconfig; sourceTree = ""; }; + F49D54168A673C28B2BFAC7753AF7D8E /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + F4AB46510FF18B0A4EFDA08EFB7E9EBC /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + F4C2E3715156366D9D19A923CD06DA1A /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + F4F130E312373DBE7CC560B9D37DAA31 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Sources/ConstraintPriorityTarget.swift; sourceTree = ""; }; + F4F47169533A192C6297DF779D40B04A /* UIView+Shadow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Shadow.swift"; path = "Source/Extensions/UIView+Shadow.swift"; sourceTree = ""; }; + F52355DB3740FB612AC1AA3833FD86E7 /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; + F538142BFCEA0D7C722C545B1C9C63E4 /* DisposeBag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DisposeBag.swift; path = RxSwift/Disposables/DisposeBag.swift; sourceTree = ""; }; + F57A84E342E92AF11E88283DB37626B6 /* 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 = ""; }; + F59BC9C55C0D8CFF7A92AD2188EF9012 /* NSObject+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Rx.swift"; path = "RxCocoa/Foundation/NSObject+Rx.swift"; sourceTree = ""; }; + F5AA7E4CA1A7D157FD76FB64C5215105 /* icon_file_type_flv@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_flv@2x.png"; path = "Sources/Resources/FileType/icon_file_type_flv@2x.png"; sourceTree = ""; }; + F5C365778E66C65A9472E40CDCB8E604 /* DDTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDTextField.swift; path = DDControlsKit_Private/Classes/DDTextField/DDTextField.swift; sourceTree = ""; }; + F5D190FE936E81425EB5FAC22B379460 /* JXCategoryIndicatorRainbowLineView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorRainbowLineView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorRainbowLineView.m; sourceTree = ""; }; + F60F38B1DD24C8B8FCCDAD060248ECE6 /* FontUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontUtil.swift; path = DDFontKit_Private/Classes/FontUtil.swift; sourceTree = ""; }; + F623DB8E3F08A8BE2B028A0241CE3A19 /* _BacktraceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _BacktraceLogger.h; path = Sources/Monitor/_BacktraceLogger.h; sourceTree = ""; }; + F62BFBCF6E8CB3F0706C076E3D34295D /* _CrashModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _CrashModel.swift; path = Sources/App/_CrashModel.swift; sourceTree = ""; }; + F66AF5D1F6CE3BB913B18A5637EC7688 /* _QNSURLSessionDemux.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _QNSURLSessionDemux.m; path = Sources/CustomHTTPProtocol/_QNSURLSessionDemux.m; sourceTree = ""; }; + F6873336CFB1832B8A24D16EB0A90F76 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; + F6A89A6403C3ACADD7C9B729132973D7 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = ""; }; + F6C8FD14846CBC0D7E81D7C3201FDC6B /* DDMAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMAMapView.h; path = DDMAMapKit_Private/Classes/DDMAMap/MapView/DDMAMapView.h; sourceTree = ""; }; F6D00CA03F52F8332AAD8FEEC4AFD406 /* ESTabBarController-swift */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "ESTabBarController-swift"; path = "libESTabBarController-swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F6F5D4F8E2A06285A391FA80DCBBB9DC /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = DDWebImageKit_Private/Classes/SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - F704DFD4DDA03E7FADA8DF6152130DDC /* DDBaseScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseScrollView.m; path = DDBasicControlsKit_Private/Classes/DDBaseScrollView/DDBaseScrollView.m; sourceTree = ""; }; - F726086F1D373F053A1DEEE80CACD310 /* DDMAMapKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDMAMapKit_Private.modulemap; sourceTree = ""; }; - F7504D91F1FE354F884211F03513A3E9 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - F7570B539CC2470A47D0007EB3C05A61 /* 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 = ""; }; - F762A66E222F56ED424E8728063D8F1C /* ESTabBarItemContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemContainer.swift; path = Sources/ESTabBarItemContainer.swift; sourceTree = ""; }; - F764AD157B7427700B8719B4F001290D /* 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 = ""; }; - F76AB3AB3B75CEF888DD5E53F25604A5 /* RxScrollViewDelegateProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxScrollViewDelegateProxy.swift; path = RxCocoa/iOS/Proxies/RxScrollViewDelegateProxy.swift; sourceTree = ""; }; - F77601C6B6E656F149C6EC74A7D781C9 /* DDBaseTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDBaseTextView.m; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.m; sourceTree = ""; }; - F77E3895D71D37E9E9BF54C89288DF20 /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; - F7EE83E18843E28A79B66B9A09F77712 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - F803298370B7E0F98FA20AC9E3F1630E /* ObserverType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObserverType.swift; path = RxSwift/ObserverType.swift; sourceTree = ""; }; - F8DF5755A65EEB0CA7DCB4C4BB274FCC /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - F8EF5E200CCFF1CE7774C7E6B73884AC /* icon_file_type_ipa@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_ipa@3x.png"; path = "Sources/Resources/FileType/icon_file_type_ipa@3x.png"; sourceTree = ""; }; - F90CDD080D5A728041970537B7FF4465 /* SingleAsync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SingleAsync.swift; path = RxSwift/Observables/SingleAsync.swift; sourceTree = ""; }; - F90E6718FAE366DEF1E748A03B130BDC /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F93C99D6D77833DED970D1B8B72D7689 /* _CacheStoragePolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _CacheStoragePolicy.m; path = Sources/CustomHTTPProtocol/_CacheStoragePolicy.m; sourceTree = ""; }; - F9AA0992507E3F69477B65B8AE1D4D1E /* DDAudioPlayerKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDAudioPlayerKit_Private.release.xcconfig; sourceTree = ""; }; - F9BA2AC78B83BB02C5AB9F67BC7CD445 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Sources/ConstraintInsetTarget.swift; sourceTree = ""; }; - F9C6DECE1126440987AFF0DE1FBD167E /* JXCategoryIndicatorImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorImageView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorImageView.h; sourceTree = ""; }; - FA15BD1A80854EA94FCF71653D8AAA8B /* ObservableConvertibleType+Driver.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObservableConvertibleType+Driver.swift"; path = "RxCocoa/Traits/Driver/ObservableConvertibleType+Driver.swift"; sourceTree = ""; }; - FA3DA5A1FFAD4CFF0CED5BBFB0F7BC5F /* icon_file_type_bin@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_bin@2x.png"; path = "Sources/Resources/FileType/icon_file_type_bin@2x.png"; sourceTree = ""; }; - FA43F617E393D49EA35CC5CF6B7ACCCF /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; - FA4806691861BA43AA025BB12DE38210 /* RTLManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RTLManager.h; path = Sources/RLTManager/RTLManager.h; sourceTree = ""; }; - FA505CCF603B91462290E082E1024CFF /* MainScheduler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MainScheduler.swift; path = RxSwift/Schedulers/MainScheduler.swift; sourceTree = ""; }; - FABC49B157490BAC18D3C871805EF0D2 /* JXCategoryIndicatorBallView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorBallView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorBallView.h; sourceTree = ""; }; - FB10F6FFFAF66492CCA037D464171E01 /* EKAttributes+FrameStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+FrameStyle.swift"; path = "Source/Model/EntryAttributes/EKAttributes+FrameStyle.swift"; sourceTree = ""; }; - FB68195B395EB6CF8633DE6EDFBB1088 /* JXCategoryIndicatorTriangleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryIndicatorTriangleView.m; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorTriangleView.m; sourceTree = ""; }; - FB6CFF13C948BBCF31144201ECB76084 /* JXCategoryFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryFactory.m; path = Sources/Common/JXCategoryFactory.m; sourceTree = ""; }; - FB78CF85ED022936DDE790464E22535E /* icon_file_type_ipa.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_ipa.png; path = Sources/Resources/FileType/icon_file_type_ipa.png; sourceTree = ""; }; - FB7D6CBFDDCC1AE7F5A04594A649D758 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + F6D6411431285CC278ECBC74D5BC6F4D /* DDNavigationControllerDelegateReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDNavigationControllerDelegateReceiver.m; path = DDBasicControlsKit_Private/Classes/DDBaseNavigationController/DDNavigationControllerDelegateReceiver.m; sourceTree = ""; }; + F714EF4F57922DDADB6C22F8ED8399BF /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + F71ABE563E7BAB1D856C8A48E688BBBC /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; + F74B17E48C5CBAAED29762A65BF0788D /* Event.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Event.swift; path = RxSwift/Event.swift; sourceTree = ""; }; + F752DDB5FF57C45D4971C3BC98D4923B /* JXCategoryBaseCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryBaseCellModel.m; path = Sources/Base/JXCategoryBaseCellModel.m; sourceTree = ""; }; + F7DC99210B471987526D13D59E677777 /* Pods-OrderScheduling-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OrderScheduling-acknowledgements.markdown"; sourceTree = ""; }; + F7F22F042FA4FA7E9B91274A65C84E6B /* SharedSequence+Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SharedSequence+Operators.swift"; path = "RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift"; sourceTree = ""; }; + F808C2FD9A7F3B73A2DBF83C3B3E47F2 /* RxRelay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RxRelay-prefix.pch"; sourceTree = ""; }; + F81ADDEF67D8A493E16DA74D89F8DA05 /* DDControlsKit_Private.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDControlsKit_Private.release.xcconfig; sourceTree = ""; }; + F821DDCB198F678CB99B11CF49BC9E2D /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + F82B52FEBD9F5417E2907E6560C58005 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + F831ABACA68224249FAC40C724F1BD4B /* icon_file_type_torrent@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_torrent@3x.png"; path = "Sources/Resources/FileType/icon_file_type_torrent@3x.png"; sourceTree = ""; }; + F83CDE0E0AF1B6EC8264F7078FBEF35E /* 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 = ""; }; + F85F14A7DE423C39A7C0BC7FC15EF044 /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = AMapNaviKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; + F8875505070A0418342EAC844737244D /* ZFPlayerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerView.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerView.m; sourceTree = ""; }; + F8F8098D8AFE7709BE2E1B7F0BC78D57 /* EKAttributes+UserInteraction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "EKAttributes+UserInteraction.swift"; path = "Source/Model/EntryAttributes/EKAttributes+UserInteraction.swift"; sourceTree = ""; }; + F904780706621C4C24A5DDBD19F9AD53 /* ZLAdjustSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAdjustSlider.swift; path = Sources/Edit/ZLAdjustSlider.swift; sourceTree = ""; }; + F93548156AEED1CCA7FF00CD699998DC /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; + F93D4C6F6C9B405D3BC0440D5C2C748D /* 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 = ""; }; + F9B29CE6DFABF0F586890EA78223611D /* icon_file_type_pages@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_pages@2x.png"; path = "Sources/Resources/FileType/icon_file_type_pages@2x.png"; sourceTree = ""; }; + F9F419785DBD3D534CD838837257EE19 /* icon_file_type_default@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_default@3x.png"; path = "Sources/Resources/FileType/icon_file_type_default@3x.png"; sourceTree = ""; }; + FA29C85641582913C61E6A68B684AD20 /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + FA2D39312AFF381FF6A4AB009036AC71 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + FA589924FEF5F3AE9FAEB264389624EF /* UIBlockingBubble.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIBlockingBubble.swift; path = Sources/Window/UIBlockingBubble.swift; sourceTree = ""; }; + FAC7E07B516A8A6DDCFA95787A27A0B3 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = AMapNaviKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + FACC11CB5A33CC8569B10DE902067D4A /* TextInput.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = RxCocoa/Common/TextInput.swift; sourceTree = ""; }; + FAD5A42A4297F981B917FB4888958BA6 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + FB01AD62DC99CA32F933B1B8EEFBFF90 /* icon_file_type_db.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_db.png; path = Sources/Resources/FileType/icon_file_type_db.png; sourceTree = ""; }; + FB71928490F505EAE1E51EAC1BE48454 /* JPush-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "JPush-xcframeworks.sh"; 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; }; - FBAEF947E6FFA260FA85B1A061252448 /* DDZFPlayerKit_Private-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDZFPlayerKit_Private-umbrella.h"; sourceTree = ""; }; - FBC5098F9717EFA9E2BED153361BBB3B /* DDBaseCollectionView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseCollectionView.h; path = DDBasicControlsKit_Private/Classes/DDBaseCollectionView/DDBaseCollectionView.h; sourceTree = ""; }; - FBCA6F1394E943709DDB5AF4ECF650BC /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - FBFDD0D64101201EE491C7BA636B9FB8 /* _OCLogHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _OCLogHelper.h; path = Sources/Logs/_OCLogHelper.h; sourceTree = ""; }; - FC17DCA805CCC35691BD7180B96E98EF /* _ImageResources.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _ImageResources.h; path = Sources/Sandbox/_ImageResources.h; sourceTree = ""; }; - FC3311027CC6513D05907A98FBC34C87 /* icon_file_type_eps.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_eps.png; path = Sources/Resources/FileType/icon_file_type_eps.png; sourceTree = ""; }; - FC3AEBB0D6452EE2092DCCD976849B6A /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; - FC4705217CC9FF68E935D3D7C601F05B /* DDAutoUIKit_Private.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DDAutoUIKit_Private.modulemap; sourceTree = ""; }; - FC53804DBE8F7C5939CB30564D7867F5 /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - FC5BE37C95A46CB43392AFE31C1BF78B /* PublishRelay+Signal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PublishRelay+Signal.swift"; path = "RxCocoa/Traits/Signal/PublishRelay+Signal.swift"; sourceTree = ""; }; - FC7F7AB4BB5377E9AD1204B0016F64CD /* _NetworkHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _NetworkHelper.m; path = Sources/Network/_NetworkHelper.m; sourceTree = ""; }; - FC8B091618B71E7F763B64FE0B5E4BC2 /* icon_file_type_php@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_php@3x.png"; path = "Sources/Resources/FileType/icon_file_type_php@3x.png"; sourceTree = ""; }; - FC8C6E073A2A3C284E72E54033042682 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - FCA5408D0A6193C4CDFD7E4F370FD8DD /* Completable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Completable.swift; path = RxSwift/Traits/PrimitiveSequence/Completable.swift; sourceTree = ""; }; - FCC0689C94E168FD23D6DF07468A933E /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; - FCCF6F0CB10172D6AE805C3FB8D9213E /* icon_file_type_flv@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_flv@3x.png"; path = "Sources/Resources/FileType/icon_file_type_flv@3x.png"; sourceTree = ""; }; - FD1A4D7EA4C0FF50E8CAD03D7DAD5EA0 /* JXCategoryNumberView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryNumberView.h; path = Sources/Number/JXCategoryNumberView.h; sourceTree = ""; }; - FD2B6D03DCF0FE0B116574665E976576 /* AboutViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AboutViewController.swift; path = Sources/App/AboutViewController.swift; sourceTree = ""; }; - FD400BAD712DA8155B581382EA24C209 /* ZFPlayerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZFPlayerController.m; path = DDZFPlayerKit_Private/Classes/Core/ZFPlayerController.m; sourceTree = ""; }; - FD55F60859DCBCCD3361042F6A9346C3 /* DDToastKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDToastKit_Private.debug.xcconfig; sourceTree = ""; }; - FD6D94D80414A829977E023C2B6D0AFF /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = AMapNaviKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - FE177EE9D3B004EB6733D61957F9262D /* Just.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Just.swift; path = RxSwift/Observables/Just.swift; sourceTree = ""; }; - FE99BBDB48A081389ADDB7C942C9D53D /* RxCocoaObjCRuntimeError+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "RxCocoaObjCRuntimeError+Extensions.swift"; path = "RxCocoa/Common/RxCocoaObjCRuntimeError+Extensions.swift"; sourceTree = ""; }; - FEA7381A1C2E782A13B424939A0EEF97 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Sources/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - FEA788EC7E9FAD535DC02D0DB63B550D /* DDBaseTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDBaseTextView.h; path = DDBasicControlsKit_Private/Classes/DDBaseTextView/DDBaseTextView.h; sourceTree = ""; }; - FEB3849285F266B19B972DD8B9E5FEC6 /* icon_file_type_7z@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_7z@3x.png"; path = "Sources/Resources/FileType/icon_file_type_7z@3x.png"; sourceTree = ""; }; - FEC6925ED810FDA7E68FB292F5D8D445 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = AMapNaviKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - FEE7DBEFE7F775DFFA5240912E9F51BE /* ESTabBarItemMoreContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ESTabBarItemMoreContentView.swift; path = Sources/ESTabBarItemMoreContentView.swift; sourceTree = ""; }; - FF026286CC33ACD6E58EEC6812A1EF8D /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - FF18A1ECEBC50B64292A3336D415802A /* EKXStatusBarMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EKXStatusBarMessageView.swift; path = Source/MessageViews/Notes/EKXStatusBarMessageView.swift; sourceTree = ""; }; - FF36C307B7C760023CA9BF4AC28A1E20 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = AMapNaviKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB9BC25EA39364660ACDBFF9C311EA35 /* Manager.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = Manager.storyboard; path = Sources/Resources/Manager.storyboard; sourceTree = ""; }; + FBBC54E8861A9F0C08BC05293415295B /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + FBCAF6D26AB82B67F6012E193EE549B0 /* icon_file_type_avi@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_avi@3x.png"; path = "Sources/Resources/FileType/icon_file_type_avi@3x.png"; sourceTree = ""; }; + FBE53583EF84A3D7109785C6AAD73D63 /* DDNavigationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDNavigationController.swift; path = DDControlsKit_Private/Classes/DDNavigationController/DDNavigationController.swift; sourceTree = ""; }; + FBF037990443BC8B2F618A2DB5824039 /* JXCategoryIndicatorDotLineView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JXCategoryIndicatorDotLineView.h; path = Sources/Indicator/IndicatorViews/JXCategoryIndicatorDotLineView.h; sourceTree = ""; }; + FBF22CCE85D65013C2718DB0244BC29D /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + FBFFFC3DD39679BFBABE5A0B50570094 /* icon_file_type_js@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_js@2x.png"; path = "Sources/Resources/FileType/icon_file_type_js@2x.png"; sourceTree = ""; }; + FCDFC66002C285612CB91F8949DD5F2A /* _ImageController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _ImageController.m; path = Sources/Sandbox/_ImageController.m; sourceTree = ""; }; + FCE741DF121E50008B097B82F1EA9653 /* 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 = ""; }; + FD4BFCC8739D5C18B3EF164944D6A1AA /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + FD547198D799BF02829B6120EBFD9982 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = AMapNaviKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + FD7426119E41A0739637EB83F71A0E07 /* AMapNaviCompositeUserConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNaviCompositeUserConfig.h; path = AMapNaviKit.framework/Headers/AMapNaviCompositeUserConfig.h; sourceTree = ""; }; + FD7697D8DC0A231051CB71D5BB8A18D8 /* NetworkCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = NetworkCell.xib; path = Sources/Resources/NetworkCell.xib; sourceTree = ""; }; + FD7CF1A8E55B4BF679889E6E9B29369E /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + FDA35DB853FFE6730A902DD8B9807B19 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = DDWebImageKit_Private/Classes/SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + FDB7D71EE0CD64356B94F531731E5897 /* _RXObjCRuntime.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _RXObjCRuntime.m; path = RxCocoa/Runtime/_RXObjCRuntime.m; sourceTree = ""; }; + FE5D844CC738C55297E1BA575BCAADEA /* 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 = ""; }; + FE7167B0E3AF9DB03E5E938CB8AA6535 /* DDProgressHUDKit_Private-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DDProgressHUDKit_Private-prefix.pch"; sourceTree = ""; }; + FE71F586CBDCB462363ACEA3BC2553BB /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + FE856468E4EA5EF3817AD14330B9C4B9 /* UITabBar+Rx.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITabBar+Rx.swift"; path = "RxCocoa/iOS/UITabBar+Rx.swift"; sourceTree = ""; }; + FF5F0758820ECF95BE11604E9E20D78B /* icon_file_type_mov.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = icon_file_type_mov.png; path = Sources/Resources/FileType/icon_file_type_mov.png; sourceTree = ""; }; + FF66BDA49E523FEDE8C12B8E7A6C9B6C /* RxRelay.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RxRelay.modulemap; sourceTree = ""; }; + FF85E9EFB147742B00C5DC41B74CE544 /* Pods-OrderSchedulingNotificationService.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-OrderSchedulingNotificationService.modulemap"; sourceTree = ""; }; FF8B264DFE802855D5D67E7CDDABFC3C /* RxRelay */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = RxRelay; path = libRxRelay.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FF8BA90E9DCA787B16E878C53AB2B3E7 /* 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 = ""; }; - FFD7FDA1C2B48E52D6D0CEA1B536BB51 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - FFE415ECD60C7DB122A14EA2B5A0EACA /* DDViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDViewController.swift; path = DDControlsKit_Private/Classes/DDViewController/DDViewController.swift; sourceTree = ""; }; - FFF34B6136DB104FBA1D9728E6712879 /* icon_file_type_java@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "icon_file_type_java@2x.png"; path = "Sources/Resources/FileType/icon_file_type_java@2x.png"; sourceTree = ""; }; - FFFC3E30B1DB33AE5968EE45AD733CA8 /* JXCategoryTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JXCategoryTitleView.m; path = Sources/Title/JXCategoryTitleView.m; sourceTree = ""; }; + FF98B515C0B18E33BEFE2A432DB587F0 /* DDMAMapKit_Private.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DDMAMapKit_Private.debug.xcconfig; sourceTree = ""; }; + FFBE84B9CCCA93A7E458578AAEB9C6AC /* RxCollectionViewReactiveArrayDataSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RxCollectionViewReactiveArrayDataSource.swift; path = RxCocoa/iOS/DataSources/RxCollectionViewReactiveArrayDataSource.swift; sourceTree = ""; }; + FFEDBAAAC32B5B1671C8F08E94CCCCA8 /* Never.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Never.swift; path = RxSwift/Observables/Never.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 0195FCD752A2BE70AD56BA8DF4DBA31A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0B04583904FED4B26964C1A91330D470 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3599,6 +3604,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2475AE094D78D722239B5672B6EF97B2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2B7062B6128DEA3E4F27A5BB5983DAC5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 334C594B2E25DF94B2E5B12F6FF33727 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3606,6 +3625,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4B039D96CEEED226E09359CFF901ABED /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 56B8475E400E7376978326EEE1692857 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3613,7 +3639,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 605A07125BDA3C64D9429ABAE3DE5A44 /* Frameworks */ = { + 5DFE6BD5FA2B92A6317143BE2EF3DB7E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3641,20 +3667,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7CE1E470D639136D127D8F7F7135021A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7D634442AED1F31875B097C772204E27 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7D7FFE22831E3FEAB4D187CCA822F767 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3683,7 +3695,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 898380CE963DC6F772ADB9DC5E3B5219 /* Frameworks */ = { + 8F077C22E41989196950C080F18084F2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3697,6 +3709,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 95A0A4495E851A23749143EE3048D03A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 979ADEAF8E1416C4C4A9356183D85145 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3704,14 +3723,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B5D363AC2D05E0B84F283A0CA07C5955 /* Frameworks */ = { + 99E540176C88BB3967BC26485025432B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B6C57078E056CF7022A437F6A03EEA3B /* Frameworks */ = { + B5D363AC2D05E0B84F283A0CA07C5955 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3732,13 +3751,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C6DA7DE690A6DE816489ABBF257E3245 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; CAC07032D7C6A0C6413BAA8AE60CA8CE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3753,14 +3765,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D5E1D84B34B71519E4F5E7B072CAC9F0 /* Frameworks */ = { + D23F20D103EEEA7B17B32F0494D38020 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - DD7D27F8A87777C65DDBD0A0C79FC5E8 /* Frameworks */ = { + DD1A8E2CEC8F050CFE29C76286A2BBAA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EBDEAB599CD0197F46AC0A2F3A137A49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -3774,13 +3793,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F23F546DE7C760E9AD95855A7DB4D31D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; F7A4A86180BC4B088DFEF9858AD389DA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3798,1355 +3810,1140 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 000858DEE790CF63FB98B1B608E62177 /* Support Files */ = { + 01EF5DC604ADEF977B166363CF3A754C /* DDLabel */ = { isa = PBXGroup; children = ( - 3BA278E183408DF0809B958743E87189 /* AMapLocation-NO-IDFA.debug.xcconfig */, - 28B9E3EAC7A6B0D0D40B66514615C6A3 /* AMapLocation-NO-IDFA.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation-NO-IDFA"; + name = DDLabel; sourceTree = ""; }; - 01A8E3244E176E360072BE772C5CF0C9 /* Frameworks */ = { + 020CDFD590A534427FEDFB42DF183780 /* DDBaseTextView */ = { isa = PBXGroup; children = ( - 93EB9C49F7C62A3E4577F270D028B8C7 /* AMapNaviKit.framework */, + A49DBE2307D730142AD4695D7BB60FA3 /* DDBaseTextView.h */, + DE6DF6CEDF93F3E07CE9A80DECFACDEA /* DDBaseTextView.m */, + ); + name = DDBaseTextView; + sourceTree = ""; + }; + 02CABA64230315A1990361830279E7D6 /* Frameworks */ = { + isa = PBXGroup; + children = ( + AB3B760BDDD46DD3D23CA4524D366391 /* IJKMediaFramework.framework */, ); name = Frameworks; sourceTree = ""; }; - 0224E4AA6FC5C4F774DF7F5D4F6388E0 /* UIScreen+DDCategory */ = { + 0340ED8B2B65A4D474A57CF54FD040A5 /* Support Files */ = { isa = PBXGroup; children = ( - 434248B67E62304D0A79EBFA73DEFB2E /* UIScreen+DDCategory.h */, - D3FEDA019CD04B1F913E1664AC449785 /* UIScreen+DDCategory.m */, - ); - name = "UIScreen+DDCategory"; - sourceTree = ""; - }; - 02DA1C7E90F9735C32205F1AC5E47B9C /* Support Files */ = { - isa = PBXGroup; - children = ( - 5C327F9F354ECAD3D31CE69C973C70BA /* AMapSearch-NO-IDFA.debug.xcconfig */, - 47D264E081BE7629EAC9140F4D6C5993 /* AMapSearch-NO-IDFA.release.xcconfig */, + 11F01683FCD7E2E7BC20E8D79BC3DBCF /* CocoaDebug.modulemap */, + 88996524AAB0208F85EF48F05C7A087E /* CocoaDebug-dummy.m */, + 82BC04BC8299234DD4C32B591CB936C9 /* CocoaDebug-prefix.pch */, + 379A41EA14005A09433C46EFC4D624CC /* CocoaDebug-umbrella.h */, + 20E22C5328C7F70C0FB61AFCBF74C72F /* CocoaDebug.debug.xcconfig */, + 30D17D46F823929E0F0BF9FB543C01C8 /* CocoaDebug.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AMapSearch-NO-IDFA"; + path = "../Target Support Files/CocoaDebug"; sourceTree = ""; }; - 031C38676E5DE1D6BD30F711E17A0438 /* DDColorKit_Private */ = { + 03952A1842C329C148C9A80E81C0BF47 /* BRPickerView */ = { isa = PBXGroup; children = ( - 58294F63B9546EE5FB94783D942812F9 /* ColorUtil.swift */, - E419746B6787458E132201D919607174 /* UIColor+Hue.swift */, - 621A5BA856E96EE5F0708D49F2E666FA /* Support Files */, - ); - name = DDColorKit_Private; - path = DDColorKit_Private; - sourceTree = ""; - }; - 062E4F028A07337AD9995011A6CEBEFF /* RxSwift */ = { - isa = PBXGroup; - children = ( - 435848D234E2FDFAF4BBA77E2EA0005A /* AddRef.swift */, - 676E8C28B7564438EEA471AA7DA540B4 /* Amb.swift */, - DE30300D5289DF8F6DDDCB85319EE501 /* AnonymousDisposable.swift */, - C57E79A96112BCD6EA0A4E7F5E4CFF64 /* AnonymousObserver.swift */, - E52C4912CFCE0D108D7B4C667778EDC2 /* AnyObserver.swift */, - F167BD4562E990B35130F5333EA5DFD5 /* AsMaybe.swift */, - 9F871E501BDBD3527CB3EFEDEE7E9C5F /* AsSingle.swift */, - 537F4C537F39CB0F98A503A917519178 /* AsyncLock.swift */, - 7461F23EDA1518F6883EEB3E41CA0304 /* AsyncSubject.swift */, - 7346DCB09CB67D9EAFCB67215E71C0CD /* AtomicInt.swift */, - 998CF5D4571BBD8AFF163619A5F96028 /* Bag.swift */, - A426DE49EBDEF83C4811B094FE4CE40F /* Bag+Rx.swift */, - 3FDA3F7F7AD59FD9728C33CD690CADC9 /* BehaviorSubject.swift */, - D125BAFD50654D75081EFBAFCC1351E6 /* BinaryDisposable.swift */, - B6D33CBC0FA9298AE47CF287968671AD /* Binder.swift */, - 054402A6F7A877BCAB755AD878F1E8DA /* BooleanDisposable.swift */, - E8E9C41279E22A264F31E8EB006AF940 /* Buffer.swift */, - 8A25BF9734B25A304D5C5B6B88ABB5F1 /* Cancelable.swift */, - E5518F4EDC6D868C170E86765C7EE1C7 /* Catch.swift */, - 234B50B3C07DF6F1E476438BB3989711 /* CombineLatest.swift */, - 62C9B6FEA8933A8FFC5187F59FF50546 /* CombineLatest+arity.swift */, - ABCE38FE49A0559C11D295016A9231CD /* CombineLatest+Collection.swift */, - F36735FF5E1B911336F31051C113943F /* CompactMap.swift */, - FCA5408D0A6193C4CDFD7E4F370FD8DD /* Completable.swift */, - B52C260CC2661C41EEF0F0AB4049195B /* Completable+AndThen.swift */, - 58B79610BE6A6C4B3D20180A405E2ADC /* CompositeDisposable.swift */, - A8F377837B80FD1BAD30AAD44F1DE913 /* Concat.swift */, - D1A005411876EDC6C9C2015937E1E713 /* ConcurrentDispatchQueueScheduler.swift */, - DD3DC48DCE4F122D2259E78DF872A8D1 /* ConcurrentMainScheduler.swift */, - 54AD63E8A96A371B44C02911303E7964 /* ConnectableObservableType.swift */, - 8875FCF2AB4987007C0D4FA3C9F7DE5F /* Create.swift */, - E7F4F9CDF62C0846F5F5198499E25BAE /* CurrentThreadScheduler.swift */, - 5B6E1C43DDC2917670BEB8DBBDB08584 /* Date+Dispatch.swift */, - 5B0C9B0C30155D7F73A4B04BA60E4F99 /* Debounce.swift */, - D4838910D44FA150E26BFE42CEA3D57A /* Debug.swift */, - E84A12C3DFBDE91E21E7337CCA6944B7 /* Decode.swift */, - A10B35338C50E2E7972A693714CFE031 /* DefaultIfEmpty.swift */, - AC2AFF5B1F5931BBB145A36A7230F595 /* Deferred.swift */, - C3CAB0B4123BEA6346718C4838F0FC50 /* Delay.swift */, - D6A30222DA6B089C8449D6D03D27304B /* DelaySubscription.swift */, - 4771E804534D3D249DF1F01ED35C03FB /* Dematerialize.swift */, - 5BCAF6C65AB5E9C08DBA6533E050B8EB /* DispatchQueue+Extensions.swift */, - CAE56C8AA2FEDC20E7202A7D8016E756 /* DispatchQueueConfiguration.swift */, - 9468BFD4E552D5DDAEA1E67D7DB56D24 /* Disposable.swift */, - 7AC299BFF4B36E46DA5E5C19A243BEE6 /* Disposables.swift */, - B59401AF283208AC2EEE4485A3866BFE /* DisposeBag.swift */, - DEED4C0BA4E79E5C5C6887EC05AF121B /* DisposeBase.swift */, - 38E49CD14ED9A6FCC10384075B013697 /* DistinctUntilChanged.swift */, - 064600D7ACADFFBB57498295C3DD27F2 /* Do.swift */, - B409D0A129FF6110F02054F78B60E548 /* ElementAt.swift */, - DCE95AFFD6943785D88582A4367889EE /* Empty.swift */, - 5D65C497D6018CB8961CDA6B873E4947 /* Enumerated.swift */, - CEF89EE4F63350FA0CB98FFB0B96BBF6 /* Error.swift */, - 58616896C19469929ECA72A98CC07B44 /* Errors.swift */, - 748A512F28A34DFCAC2E395D397C6E39 /* Event.swift */, - 9F93A32E9DB2D15D01C4010FC5D07F13 /* Filter.swift */, - B32541AACE47269CB354614143DF7B6A /* First.swift */, - 98A613D06DB3DABFADB1410C9C88BA4A /* Generate.swift */, - 7BC6379377846296741D8F2DBA0420E0 /* GroupBy.swift */, - A177407DF2A68887C28973E169D3E834 /* GroupedObservable.swift */, - 7B9475A3AEF81D09A088D498993EC74C /* HistoricalScheduler.swift */, - 77160F7BF16B91B2D9844B16AB83623B /* HistoricalSchedulerTimeConverter.swift */, - 4BA0C75F7684400C20E23E37C316BCF3 /* ImmediateSchedulerType.swift */, - E0F0F96451A68F74A5FB41806794FCB0 /* Infallible.swift */, - 6153795380A37DDF8BBB1386F4942EA0 /* Infallible+CombineLatest+arity.swift */, - 2FAD6FC15974DBA0FF12BECCEA235872 /* Infallible+Concurrency.swift */, - 531184938876CA9716B95BFA557D283E /* Infallible+Create.swift */, - 9398D0DAD4E01C571C1ED9CA3135B0BA /* Infallible+Operators.swift */, - 59F699CE8707481B6EED4B8F739DDEF4 /* Infallible+Zip+arity.swift */, - 1DB8FDD14E81F90CCFE85737A8CEC924 /* InfiniteSequence.swift */, - E20982A967158AEDA75F6A82C270C06B /* InvocableScheduledItem.swift */, - EEB2A39A626A4029B763E1D4FDED93B0 /* InvocableType.swift */, - FE177EE9D3B004EB6733D61957F9262D /* Just.swift */, - CA50061F5080EC34DF4203BBE861C65B /* Lock.swift */, - 16DAE2405AA7292247B80C9B21D719D7 /* LockOwnerType.swift */, - FA505CCF603B91462290E082E1024CFF /* MainScheduler.swift */, - E5C14560972FBDF5DB6B731628A50F15 /* Map.swift */, - 748960030C36ABF440BA1CE28F9C5EFB /* Materialize.swift */, - 1E5D7BE5A8C68A6233EE6F7864457AFB /* Maybe.swift */, - AA7457E9D95BB71D2AE7D1079D342213 /* Merge.swift */, - 9BA272C3D59BCADB8C11C60B4383A94E /* Multicast.swift */, - FA43F617E393D49EA35CC5CF6B7ACCCF /* Never.swift */, - 04B4465701FE30BC34749FE111978E33 /* NopDisposable.swift */, - 0C7E08017D80EF1936CE54E783C7F2C9 /* Observable.swift */, - 284A75AE5C0CC6970B534ABE1C67EE62 /* Observable+Concurrency.swift */, - 7F4151E4B1A98BD20FBBA05B269CEC3D /* ObservableConvertibleType.swift */, - 181754F8C4EE544D7FEB2F35942336C6 /* ObservableConvertibleType+Infallible.swift */, - 3FD110744D980000542053E9BB4F6FEE /* ObservableType.swift */, - 1F26048853D41F6951BEE9160B19D666 /* ObservableType+Extensions.swift */, - 6F9A0A3CC2D465040BAD39CDEE3E2960 /* ObservableType+PrimitiveSequence.swift */, - AABD2A1F07E566F283854A6FE1C725C1 /* ObserveOn.swift */, - 99C707D252D49AEB0C99EE2EF4B04700 /* ObserverBase.swift */, - F803298370B7E0F98FA20AC9E3F1630E /* ObserverType.swift */, - E41D7B83FCFB9147B315800C262FEDB5 /* OperationQueueScheduler.swift */, - 16A984FFDCD2D8E2DDCD44B725FD124B /* Optional.swift */, - 1056F3A17BDA5E5959DA7C15030700C9 /* Platform.Darwin.swift */, - 0D4C8900E578B4C8C482C3CBE0AF8AF5 /* Platform.Linux.swift */, - F5676AEB99DFE2EBCEC44B8F8C378995 /* PrimitiveSequence.swift */, - 7709DD62399CFC13BF0390A0BD71D6EC /* PrimitiveSequence+Concurrency.swift */, - 63C55FFE843CAED94FBD7F970F09D837 /* PrimitiveSequence+Zip+arity.swift */, - F2E528704DF4C607CBD038B191FA0AB1 /* PriorityQueue.swift */, - 30074B228CDED11286106CC3F20A738D /* Producer.swift */, - E7F71551E3A9F242235C49513C300720 /* PublishSubject.swift */, - E96F96782C6C279675AFD8F730FE03B6 /* Queue.swift */, - 450E40440636F88F499AB2D099762A8A /* Range.swift */, - 196BC92B948C2A77914E274EA51CAB29 /* Reactive.swift */, - C00F1FD587BC6143D1E65722A2C8F14D /* RecursiveLock.swift */, - 9EE67FCA70CF2E96C7396C66B8C8E418 /* RecursiveScheduler.swift */, - EDCB13EC8ED90287D8EF26C15BA8046A /* Reduce.swift */, - 771811A58ABDD9E57E6F6329FC72F699 /* RefCountDisposable.swift */, - CA08CD95F541835B4B5F044AF72AB34E /* Repeat.swift */, - 7BA5BF848F3B2CC18719429673C572BC /* ReplaySubject.swift */, - 3782D65EACAA450C43A4CE8B9370A984 /* RetryWhen.swift */, - 0381861FFA483459D293AE76660FBA3B /* Rx.swift */, - 2D5BD207DDC2BB71CF6AD98D6249DF75 /* RxMutableBox.swift */, - 1CFD312BA20A13AE286234A92BEDA520 /* Sample.swift */, - 362E66A36D877A4D20CC49CA974F5BB5 /* Scan.swift */, - E9A321D453F1F1F648CA8A2C14389B81 /* ScheduledDisposable.swift */, - 6A22F2F74D59267FD22C1C2AADC04BCC /* ScheduledItem.swift */, - 138BCBB4DC817E9F31394ED16B8A29DA /* ScheduledItemType.swift */, - ED7E15AE0A194F9FC49B5CB011F3E585 /* SchedulerServices+Emulation.swift */, - 96ABA92A48DC6366CD32E74C1F62C908 /* SchedulerType.swift */, - 2A306642D3099DB598CFB71871466DFC /* Sequence.swift */, - CFCC88300DF5490EC6A8FC56907D7CBD /* SerialDispatchQueueScheduler.swift */, - 3DD0591BF7533C0451E6D3CAEAD03055 /* SerialDisposable.swift */, - 67CCF16C0C7428C981576BBBC754A8AE /* ShareReplayScope.swift */, - 0B2FBFB6B983E631D704734CD9F628EC /* Single.swift */, - 2957132475FD88FB6D7EA45136D9EEDF /* SingleAssignmentDisposable.swift */, - F90CDD080D5A728041970537B7FF4465 /* SingleAsync.swift */, - E77F9B687E0725738A83255C22A92278 /* Sink.swift */, - 4EEC6C121265DD23E5F6E56085E1C090 /* Skip.swift */, - E01CE23B80FE837FF12BBC50F8999492 /* SkipUntil.swift */, - 44D9D735940C8A938908E65F0C060C12 /* SkipWhile.swift */, - D08D1D68CE6D478AB9A9ED64A9CCD779 /* StartWith.swift */, - AA2D60263D4263EC3C06FA76DB65A215 /* SubjectType.swift */, - 219550FC122E9A2EB48E2907A147B61A /* SubscribeOn.swift */, - EEDFEA33A7688A71A56B3EEF2632C4AC /* SubscriptionDisposable.swift */, - DFE88A9C67A3D94369ED21686D1096D1 /* SwiftSupport.swift */, - D457B164D64164DD49B7FF00921C759B /* Switch.swift */, - 8B5DB959E7B45734C2E80C8B012D2D79 /* SwitchIfEmpty.swift */, - D69D678E5C111AC128EA7ED941DA19E3 /* SynchronizedDisposeType.swift */, - 2C315F24956CBAE8C22716422A20E129 /* SynchronizedOnType.swift */, - 0E82D13FE96061E6E4EB297A495D4B26 /* SynchronizedUnsubscribeType.swift */, - 38F1CDA85549F310B76E79023A2E3B0A /* TailRecursiveSink.swift */, - 0321E7AA98ABD7E09C1C01CFC3053FDA /* Take.swift */, - 87604FE5B385C7F20163074019BA899C /* TakeLast.swift */, - 880E7C4765FC3C7770A014CDB8FCCD61 /* TakeWithPredicate.swift */, - 7BD514F3DE2A753225A669ED836D142B /* Throttle.swift */, - 4EF3158E85C9B106AE64E06D6E642F8E /* Timeout.swift */, - B5BF97B625C2DAB4A96AAEFEECD7076E /* Timer.swift */, - 9961F617D17E7D5855FEDC8D77F4BD28 /* ToArray.swift */, - DADACDBCCA4C393F0DFB836E30849B8D /* Using.swift */, - B0C20731A624F740F63267BC8FA87F85 /* VirtualTimeConverterType.swift */, - E42670F2DF5141855AFEB36B7107CC53 /* VirtualTimeScheduler.swift */, - 6E8C75098DA35AB6703B4F91C3E60888 /* Window.swift */, - 46C2634E5526B6615070911397967020 /* WithLatestFrom.swift */, - 1B606FD5693272D3406170F74B26593D /* WithUnretained.swift */, - 00F8FEF823DF255B3B1E6AA2118CD7A8 /* Zip.swift */, - 6045E36CE46DE8AFEB133AAD6D0EEE6B /* Zip+arity.swift */, - CA61AAE812298E0D209110E6327C2C96 /* Zip+Collection.swift */, - A04AC91B1A23F4FE89E3592B2A533D70 /* Support Files */, - ); - name = RxSwift; - path = RxSwift; - sourceTree = ""; - }; - 07C51CE023F6EC9D5CF0F3E77989DC92 /* UIViewController+DDCategory */ = { - isa = PBXGroup; - children = ( - 4E0DDF1EA55919DC4CBB30DD9B225319 /* UIViewController+DDCategory.h */, - 0E002E2C792C5B797089C0CBB123AEB5 /* UIViewController+DDCategory.m */, - ); - name = "UIViewController+DDCategory"; - sourceTree = ""; - }; - 08A558054A8D80C1A1E3789802587FD0 /* DDAttributedString */ = { - isa = PBXGroup; - children = ( - ); - name = DDAttributedString; - sourceTree = ""; - }; - 0C11A8C3AFEDF36228EDCC6E6EABAD60 /* RxCocoa */ = { - isa = PBXGroup; - children = ( - 0CD07829ED3310E1E55EEA3E661C145F /* _RX.h */, - EE0142B9B3DD02DE5EAF77678B98478A /* _RX.m */, - 77A98B58F3B41349E68CDD317850FC5D /* _RXDelegateProxy.h */, - 63E0D36CEF3DBF49F6B580F32FC58C4A /* _RXDelegateProxy.m */, - 592DB6D4AD6DF021B80821D5051549ED /* _RXKVOObserver.h */, - 09BF7BEC4D90C021470A25988CB291BF /* _RXKVOObserver.m */, - 1D4569496544524EF4A71EB47BB75AA3 /* _RXObjCRuntime.h */, - 96167AC6C6F5EF1D29794661D7712D5B /* _RXObjCRuntime.m */, - 24074D619CA979F76AB1D2FD1CCA6091 /* Bag.swift */, - 33E080EE7742C6CA6040857FC0687A7D /* BehaviorRelay+Driver.swift */, - CD31EE58FAAF33885501B7534A0A5F6F /* ControlEvent.swift */, - 21D90E7DE1BC82090A16646FBB4F387E /* ControlEvent+Driver.swift */, - 4981C8793512C66B24F8DADF2E5C1C56 /* ControlEvent+Signal.swift */, - 6A9E0C8829F553582E5D82C16BF69732 /* ControlProperty.swift */, - 63E3F8D47F7ABFE54AA942BD9FC74648 /* ControlProperty+Driver.swift */, - B5A2D4393E3075C6B8D7D1C51DC1665E /* ControlTarget.swift */, - C48B612BD5FE3864CC82806D71E23179 /* DelegateProxy.swift */, - 90C04466BB725EF3775642FAB7893E44 /* DelegateProxyType.swift */, - EC3EC4E8B0AF0CC4724DF744657CF098 /* DispatchQueue+Extensions.swift */, - BA36808A8E8270E1626D7FE64162DDD8 /* Driver.swift */, - 331D98EB620C01F424B96A5DA29C60C0 /* Driver+Subscription.swift */, - 8B112DD0C99213833E217192DE213AC5 /* Infallible+Bind.swift */, - 38D1FFEB335AA2518A0C759264939B18 /* InfiniteSequence.swift */, - 62C319226F475905AD7EC35FDD075DB1 /* ItemEvents.swift */, - EFE0E9EB1A26D5C47B69C3632FC8F704 /* KVORepresentable.swift */, - BBF11C6363CD12CE3655D651C4655E05 /* KVORepresentable+CoreGraphics.swift */, - 3C082423F9CBB898B2BC579ADA0FC1F7 /* KVORepresentable+Swift.swift */, - 642614BDC93A4CC0B518EAEF889BBEE1 /* NotificationCenter+Rx.swift */, - 42F2302B18BC0F431281A775BC882B48 /* NSButton+Rx.swift */, - 652010C3C74634DF3F36531F7CF0C331 /* NSControl+Rx.swift */, - 61DB488F8381483566FD8DEC477E8903 /* NSObject+Rx.swift */, - 94BC0CACE6284059AD3275AC0D726586 /* NSObject+Rx+KVORepresentable.swift */, - A61A51E3D716D4E0619FAB677331207C /* NSObject+Rx+RawRepresentable.swift */, - 4858A1FCA98FB39993CF48E027E412A1 /* NSSlider+Rx.swift */, - DED5EDAA37435A7FE04C80EEC2761374 /* NSTextField+Rx.swift */, - E05E6EC0B4C505D1A7E9D5F69B8CA38A /* NSTextStorage+Rx.swift */, - 14D8C8FF1C95657CBA45ED86F902B75C /* NSTextView+Rx.swift */, - EA2A270EAFA4BFA26D028A5FBEC6B967 /* NSView+Rx.swift */, - E08418DB10E4C600EA85E90BC5A75AD5 /* Observable+Bind.swift */, - FA15BD1A80854EA94FCF71653D8AAA8B /* ObservableConvertibleType+Driver.swift */, - AD0E138C52B3C25BB2BADD0A94A3E168 /* ObservableConvertibleType+SharedSequence.swift */, - 85E9F3EA154A99BBECC5B46465D4766E /* ObservableConvertibleType+Signal.swift */, - DEE93522E0D5AB3846AF878A7A188C23 /* Platform.Darwin.swift */, - 99B18FCEB19AD03A05F1266DD8B4F130 /* Platform.Linux.swift */, - 9CC0B99E9419B9D9D1B93DEA4580469F /* PriorityQueue.swift */, - FC5BE37C95A46CB43392AFE31C1BF78B /* PublishRelay+Signal.swift */, - C9287B66111039EF4CEC9E0D009D7A25 /* Queue.swift */, - DCDD1C5741D48D8964048641DA43DDF6 /* RecursiveLock.swift */, - 08AF4D18C36AB2546F7F8922C2C9B6BE /* RxCocoa.h */, - C7642307C2A74441FB033082E4393E4F /* RxCocoa.swift */, - FE99BBDB48A081389ADDB7C942C9D53D /* RxCocoaObjCRuntimeError+Extensions.swift */, - 6F5760831A632750BA5434FEE20640AC /* RxCocoaRuntime.h */, - DF8206E5CAA0BF50EE051A3E54EEC24A /* RxCollectionViewDataSourcePrefetchingProxy.swift */, - D9BDF0B2899C443FF8D72F62B68543A3 /* RxCollectionViewDataSourceProxy.swift */, - C0AF181644C5C7DC5A7E75678DC10A48 /* RxCollectionViewDataSourceType.swift */, - 104A88C578F707D8C4EBA903BF4146CF /* RxCollectionViewDelegateProxy.swift */, - 0C825B8354A834C5C15737ADA5230621 /* RxCollectionViewReactiveArrayDataSource.swift */, - B6ECED9FCD08D1D74B9CA3E1016663E1 /* RxNavigationControllerDelegateProxy.swift */, - E13C0903A86C8953246BBB6DDD2F56E8 /* RxPickerViewAdapter.swift */, - 61D6B41DDEDC61A1F3ACB9B0E7067D50 /* RxPickerViewDataSourceProxy.swift */, - B2E7E72E88CC2B6EEB746997AA5CAB93 /* RxPickerViewDataSourceType.swift */, - DB243464AB07C65DCFB6CA6085BF2DEC /* RxPickerViewDelegateProxy.swift */, - F76AB3AB3B75CEF888DD5E53F25604A5 /* RxScrollViewDelegateProxy.swift */, - 7D79C35E0CC5A6179E03FDA7CDD468A7 /* RxSearchBarDelegateProxy.swift */, - 0865F93AD66982530A1413C5A2C358B5 /* RxSearchControllerDelegateProxy.swift */, - D266C2387F2CE19CEF74EC2E55AFC0D4 /* RxTabBarControllerDelegateProxy.swift */, - DC084944C38AB1F9506B44FC5985959B /* RxTabBarDelegateProxy.swift */, - 39EC8517CD324EB2F6039D5A1A0FE145 /* RxTableViewDataSourcePrefetchingProxy.swift */, - 79A7733C99A968670FBCEE19DF0898A4 /* RxTableViewDataSourceProxy.swift */, - A00FEC96F7432E514649B6321FE1CF58 /* RxTableViewDataSourceType.swift */, - 3C580E70D2C0C22659160DB7223DFDE7 /* RxTableViewDelegateProxy.swift */, - 644D8AD252E672E3F7F6BA6624E9119C /* RxTableViewReactiveArrayDataSource.swift */, - D3CE7A45B66F1B3D2596512F99B784F9 /* RxTarget.swift */, - 082A9747FFF7BFB6BFEDF73173BFEE19 /* RxTextStorageDelegateProxy.swift */, - 56F3F147246D1B193904FEC21A9AEBD3 /* RxTextViewDelegateProxy.swift */, - DDA5D029FADCA717A01EFCC92C9B2B58 /* RxWKNavigationDelegateProxy.swift */, - 0C4D2774C483DD40D57C7FA3D2C8D22E /* SchedulerType+SharedSequence.swift */, - D03B3691C165B2971CC8CD50D2218E12 /* SectionedViewDataSourceType.swift */, - D731AF5919347A7BD2190D3DC68B53D1 /* SharedSequence.swift */, - 9F7D764AB9E80A651E964C15395AD6EE /* SharedSequence+Concurrency.swift */, - B2189D7C470A9F19544369A0CD0F933A /* SharedSequence+Operators.swift */, - 4EECC4DA7562CF2E29F1756C668A94C0 /* SharedSequence+Operators+arity.swift */, - 425079D2E72CD9A6851A03BB59AA8956 /* Signal.swift */, - 31E9229CC74C809BECB976F679F909D0 /* Signal+Subscription.swift */, - 577FA7A5EA46FFE67C8286A291B00306 /* TextInput.swift */, - 3A42343C2D6959246C474CAF35D6CC1A /* UIActivityIndicatorView+Rx.swift */, - B90AFD70497E0BB1552C6FB2E37FED4B /* UIApplication+Rx.swift */, - 06826A974EFAD95ADA1626CA3E1F5DD1 /* UIBarButtonItem+Rx.swift */, - C37201DB90F4FF72205A918853410CB5 /* UIButton+Rx.swift */, - B3FBA5BCC63A7DA814380D5A7F18555B /* UICollectionView+Rx.swift */, - 0112B77C1DE51BC869026352B7DCA97E /* UIControl+Rx.swift */, - 901771A17BC2D5F010638245884EA1B0 /* UIDatePicker+Rx.swift */, - C301A7F6B36F77A416BA7AD89B129CF0 /* UIGestureRecognizer+Rx.swift */, - E556305153B517AFB44E232891AE5F61 /* UINavigationController+Rx.swift */, - 0B7EE5B4F5FFDEA10868682DCE8344CD /* UIPickerView+Rx.swift */, - DBEC891CEE309B242862AF7413655386 /* UIRefreshControl+Rx.swift */, - 306B5097D2023FAFEE069E00E5F37E8B /* UIScrollView+Rx.swift */, - 36A4D0EC4E7038F1609012E54032EFF5 /* UISearchBar+Rx.swift */, - 0B8832AD77B9DDB928EF069901018195 /* UISearchController+Rx.swift */, - 287776366F66CE2E5C743C88821272D7 /* UISegmentedControl+Rx.swift */, - 8B5A690194CC35F0CC1D2B4F5463C846 /* UISlider+Rx.swift */, - 5CB9AEE8BAA9A00767CBBE562874959F /* UIStepper+Rx.swift */, - 26D87AF29A25D07A11AC756180D366FE /* UISwitch+Rx.swift */, - 93E74055C504CD5F666B283D0C6A92AD /* UITabBar+Rx.swift */, - BF79B20945886A068F5468C6DA15B79F /* UITabBarController+Rx.swift */, - 12E70A20A9573BF5A9B175915B1E9F96 /* UITableView+Rx.swift */, - 7AFFA4A543A638320E30BF5221558469 /* UITextField+Rx.swift */, - E45E32F6A055D035199EF31E6D5E4520 /* UITextView+Rx.swift */, - 530175BFF8701244D4260BC4F03976BB /* URLSession+Rx.swift */, - 96BC0EB92C249ACEBDA78937D9AE25FC /* WKWebView+Rx.swift */, - 991D279697E793EB1290EC35C3D90B18 /* Support Files */, - ); - name = RxCocoa; - path = RxCocoa; - sourceTree = ""; - }; - 0C94E4AF00C21302E679B5C2FEAAD7EC /* Support Files */ = { - isa = PBXGroup; - children = ( - B7453EE2B9FCE484748EAFCD547E7034 /* IQKeyboardManagerSwift.modulemap */, - 67B484547995143B0A3FA497AA165822 /* IQKeyboardManagerSwift-dummy.m */, - 38A249F0CD458E564F1DDB97BC246EF7 /* IQKeyboardManagerSwift-prefix.pch */, - 8D159FCCEB97D06ABF0D4458AE6CF3F6 /* IQKeyboardManagerSwift-umbrella.h */, - 356ABE7F25D61387B8A46B5A3317D50C /* IQKeyboardManagerSwift.debug.xcconfig */, - 681863C9CF361BD9A43CF4E005C4CD13 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - 0CBC088010C549DEE8FD67D406111B70 /* NSObject+DDCategory */ = { - isa = PBXGroup; - children = ( - 10ABE62193618D11DA78D5A4CF4C829B /* NSObject+DDCategory.h */, - 09E4BD9AF58866CD240FE98CC9FA9328 /* NSObject+DDCategory.m */, - ); - name = "NSObject+DDCategory"; - sourceTree = ""; - }; - 0CE0C6862C2553D5DDC366EB9FCA41B4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 4DE028E2D84A0F91A883900E43958875 /* RxRelay.modulemap */, - A8405D993F2FBB7314733B9735BEFB8F /* RxRelay-dummy.m */, - AB7A2A40BCCEBBDDE983AB9E526C7939 /* RxRelay-prefix.pch */, - 218D8DEDCD6779141087671AC994C457 /* RxRelay-umbrella.h */, - B340B765E4ED3A42D01B7117C9996B7B /* RxRelay.debug.xcconfig */, - B7FA87BA5AD0A823A011F98A5BA4C2A2 /* RxRelay.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxRelay"; - sourceTree = ""; - }; - 0CFE199AA776D0930180AE43F7FCCDE4 /* SnapKit */ = { - isa = PBXGroup; - children = ( - 217A3F47E0ED06D5240BAC62AB674F29 /* Constraint.swift */, - 999C613B204ECE074D08C527DD46E092 /* ConstraintAttributes.swift */, - 7DD170FE2ECE1E7F75E303AA26DD6E97 /* ConstraintConfig.swift */, - 7570DB9E78635FA9807BC95099AE6E99 /* ConstraintConstantTarget.swift */, - 184A905860356D49E7B55C985D3194DB /* ConstraintDescription.swift */, - 0AFE6DA7B5413B1DB9D313117C1D00CF /* ConstraintDirectionalInsets.swift */, - D59F28AA67F900CC609CE298D2576872 /* ConstraintDirectionalInsetTarget.swift */, - ABB0AE53048B226B2B5B0EBAE37614DE /* ConstraintDSL.swift */, - 54FA37AC1D0BF92297C6F1692389F1D6 /* ConstraintInsets.swift */, - F9BA2AC78B83BB02C5AB9F67BC7CD445 /* ConstraintInsetTarget.swift */, - 1C98A5BBADE3ADC6E0101D8C26B41358 /* ConstraintItem.swift */, - E411ECA10BE589677CA268BA72A1461E /* ConstraintLayoutGuide.swift */, - 62B2D09ECF27C516AB969EF7484D86A5 /* ConstraintLayoutGuide+Extensions.swift */, - B0D8E4690467E9E0AD0E58B9ECCDF709 /* ConstraintLayoutGuideDSL.swift */, - 1D9687AA1E852042C96F69376DE09A17 /* ConstraintLayoutSupport.swift */, - FEA7381A1C2E782A13B424939A0EEF97 /* ConstraintLayoutSupportDSL.swift */, - 1ABC665AA46A259E0DBEF93414476E75 /* ConstraintMaker.swift */, - 41FAE916D4C0AEC201074C5C74E92C63 /* ConstraintMakerEditable.swift */, - 47BED3AE61817BCA27A064BA9FE3D502 /* ConstraintMakerExtendable.swift */, - BEC362CD670BE177438B17E4033A32E4 /* ConstraintMakerFinalizable.swift */, - D9FE7C477A1AEE3F62DAA92AADBC20DB /* ConstraintMakerPrioritizable.swift */, - 0DDA1B78B6D0CD87B04D331FD03B1D26 /* ConstraintMakerRelatable.swift */, - 7AFBAC2D7F0D9F84498D6786687D58ED /* ConstraintMakerRelatable+Extensions.swift */, - B8566531CCD3B055AACD54D9C70D46E2 /* ConstraintMultiplierTarget.swift */, - AC783BAEF780AD25A29F78A85BEB0563 /* ConstraintOffsetTarget.swift */, - 470BBC2A5F8925E41FA07BA68E914530 /* ConstraintPriority.swift */, - 9105470BCF7DC649E75F200161404493 /* ConstraintPriorityTarget.swift */, - DE1ED2E8456BC345655EC3967740572C /* ConstraintRelatableTarget.swift */, - DF6C4414F40305BBFD781E453EA72A91 /* ConstraintRelation.swift */, - CC131E115AC397987555BDFAB62A38A3 /* ConstraintView.swift */, - AA3ADA869CFB249CDE525652B8D8338D /* ConstraintView+Extensions.swift */, - 4430E66C5A71EB532107B6CFFD81A60C /* ConstraintViewDSL.swift */, - A25C6F0E6D20CBD7EA25A7DE82A4FAB4 /* Debugging.swift */, - 28073DB9492B9394CBD97BEB22692694 /* LayoutConstraint.swift */, - 3C7582FA774246BD79F6459F1ED935E0 /* LayoutConstraintItem.swift */, - 776D9C1A9AFDBDA4B9CADE3AEFD1F4A1 /* Typealiases.swift */, - 4CB2872B50027A5362E7396690011FA5 /* UILayoutSupport+Extensions.swift */, - D16841F6F40CB63B24B78FF4AE14E2BD /* Support Files */, - ); - name = SnapKit; - path = SnapKit; - sourceTree = ""; - }; - 0D395875F21197433514535EAA258F7E /* DDMAMapKit_Private */ = { - isa = PBXGroup; - children = ( - EE27D751C51AFF1D146CA87A99D30B55 /* DDMALocation */, - 45EA8E45B889E131651480C1D85065FA /* DDMAMap */, - 40377ECAF73340E0F2D5D4004AB56C10 /* DDMANaviManager */, - FEB65CCD95ACDDAE9A11B96CD1AC5246 /* DDMASearch */, - AEF9A8AECE046399A85731832E36EA95 /* DDMATrackManager */, - 82E42D2C5F8885513E91CC1AC5D28D1F /* DDMAUtil */, - AE87532745346926E7FAD615C131B3C4 /* Support Files */, - ); - name = DDMAMapKit_Private; - path = DDMAMapKit_Private; - sourceTree = ""; - }; - 0D402B315635B9045836982A861966BE /* UISwitch+DDCategory */ = { - isa = PBXGroup; - children = ( - D713710C17AB03B2D2C99DA83E4B5D4F /* UISwitch+DDCategory.h */, - 830B287A501B729E708153F84BC72EE3 /* UISwitch+DDCategory.m */, - ); - name = "UISwitch+DDCategory"; - sourceTree = ""; - }; - 115A8791260F55251E31E05C17841EEF /* BRPickerView */ = { - isa = PBXGroup; - children = ( - E6A168A1C4ABF7EC11E76676EAFBCCB0 /* BRPickerView.h */, - D2A4F0DC37948CA37ED22057AD38B975 /* AddressPickerView */, - F2667B56D10A337FD2D401A2300C56E4 /* Base */, - 5A33964D5BA495693FA68C7A74CA8C07 /* DatePickerView */, - C07F00F8492B44C09E9EBA1416716AD8 /* StringPickerView */, - B534BDF979C479F131AD34C83A9840A9 /* Support Files */, + 1DAF205004D8398947B8BCA7E1D3BE06 /* BRPickerView.h */, + D96EFA67E843D6976EE565BDBD980F06 /* AddressPickerView */, + 0FB8E0638869337ABA4A7C6E899C5EA0 /* Base */, + 7F11EEA59EFEAC3AEC74A81FC4FE85C8 /* DatePickerView */, + D2984DC3AF2D418D4B2867B6CD116B2A /* StringPickerView */, + 9A2D46B878ECE01D0E53C4332B819028 /* Support Files */, ); name = BRPickerView; path = BRPickerView; sourceTree = ""; }; - 11CBE20DE1F7845973D67F0AB4F185B4 /* IQKeyboardManagerSwift */ = { + 03E496A13881C04E8FC9AC5FC6F1E8DB /* Frameworks */ = { isa = PBXGroup; children = ( - 7CC988E9AF631ECC07792482EE6DEAB4 /* IQBarButtonItem.swift */, - 0C6F7393CC8AD88E9D891C769ED4EC7B /* IQInvocation.swift */, - D4CFE1FD9063844C7726DE9D69BA7F91 /* IQKeyboardManager.swift */, - 3079BDBC39DC920BE63AC7B72F911AFB /* IQKeyboardManager+Debug.swift */, - 159B09585E27B8B76408E0C22FD4B90E /* IQKeyboardManager+Internal.swift */, - 5D7B90858AD245B162AC8A3B02E9ACEC /* IQKeyboardManager+OrientationNotification.swift */, - 3E06F7AD43325CC196622ABD56CA4788 /* IQKeyboardManager+Position.swift */, - C30938D2D95C8CFD56F11229284457D5 /* IQKeyboardManager+Toolbar.swift */, - 542AC484B61AB51FC53794B3CFC6BA5C /* IQKeyboardManager+UIKeyboardNotification.swift */, - AD57A11EB2B76C8A3741B5718E7EC2B5 /* IQKeyboardManager+UITextFieldViewNotification.swift */, - DFCF5B3FE6C9DA0EFCF9F4A1F7F6B3FC /* IQKeyboardManagerConstants.swift */, - E4E23C6D27E30AC18C7236073ACF9489 /* IQKeyboardManagerConstantsInternal.swift */, - A64075259164C06A45D6E9220ABAF9EE /* IQKeyboardReturnKeyHandler.swift */, - 4C402DB7701DC37101AF98F1AAA3C00A /* IQNSArray+Sort.swift */, - 928AABAF40B7C8B285DF82C6F61F590E /* IQPreviousNextView.swift */, - 01E4FAFE87F8BBD90D18537F26A7A20C /* IQTextView.swift */, - CF80A525B7281E66B3E29DBBD46A58B8 /* IQTitleBarButtonItem.swift */, - A92289E6A48CA8ED893E7B2E62901FC1 /* IQToolbar.swift */, - 1DE2C797C7FD11FF557277D5347E5654 /* IQUIScrollView+Additions.swift */, - D24E1278A7685A01795991E9FD2EAA66 /* IQUITextFieldView+Additions.swift */, - 50A1422BC9CB8B83EFC8DA0FD4138819 /* IQUIView+Hierarchy.swift */, - DE8F126BBD480DE86148CB45EED2A80B /* IQUIView+IQKeyboardToolbar.swift */, - B3C6272FB54DC705DA455D83E5FB7171 /* IQUIViewController+Additions.swift */, - 0C94E4AF00C21302E679B5C2FEAAD7EC /* Support Files */, + 526B3B4B0AD14B34E7D82A17A7DA7F24 /* AMapLocationKit.framework */, ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; + name = Frameworks; sourceTree = ""; }; - 145D0511F70C061CE1FD2DD8E46C46EA /* Pods */ = { + 0BD187436A48F52FAED243EE9AC86401 /* DDMATrackManager */ = { isa = PBXGroup; children = ( - 2B52F40E65A25B5010C1E91C83FA7AFE /* Alamofire */, - 6B14D1AEE61E33ECB7F3844F3576ACC8 /* AMapFoundation-NO-IDFA */, - 639CC5EE10163A27FA8472A7E7C72169 /* AMapLocation-NO-IDFA */, - 73745087BFE9A6965F4BAD66F7348C8D /* AMapNavi-NO-IDFA */, - B4F021A6D729080C763A8FDD3E3CD228 /* AMapSearch-NO-IDFA */, - B3F02FB15B08D31B5C4A7E7A5B226927 /* AMapTrack-NO-IDFA */, - 115A8791260F55251E31E05C17841EEF /* BRPickerView */, - EE13459A66A2C62C0065E07BF7F97C46 /* CocoaDebug */, - 4419BEA4A7F67E632906DE57E057764C /* DDAudioPlayerKit_Private */, - 7B5054C8186F3B0C144F440DC2DAFC85 /* DDAutoUIKit_Private */, - 33C4DD3EDB00E4FF02503BDD8F9486E2 /* DDBasicControlsKit_Private */, - 5770958B71B5A333955FE52367DFE291 /* DDCategoryKit_Private */, - 031C38676E5DE1D6BD30F711E17A0438 /* DDColorKit_Private */, - FDBC45F1F148137145F5BC76E155DE5C /* DDControlsKit_Private */, - AF5737153175FBF5FA64AE469BE0D68D /* DDFontKit_Private */, - 734C8B2AA2057901FA044B75167FFCBD /* DDLogKit_Private */, - 0D395875F21197433514535EAA258F7E /* DDMAMapKit_Private */, - 6F79A551B87839AEF2C9D977975EC1BF /* DDNetworkingOfAlamofireKit_Private */, - E640CDE94B8FEDC1629BF0CE15263BB9 /* DDProgressHUDKit_Private */, - 9064B89DB0EB2681FDFDE5F3DDD47D4B /* DDTimerKit_Private */, - C4C52ED4973EE7A81F4C087177D8F13E /* DDToastKit_Private */, - BF8DB8031DFCD97C6AD224EDA3803C8F /* DDWebImageKit_Private */, - 249DBF4C87DBD2543AF39C464B25F20B /* DDZFPlayerKit_Private */, - 9EFEDEEFD9961C94C36DBC147711D04B /* ESTabBarController-swift */, - 11CBE20DE1F7845973D67F0AB4F185B4 /* IQKeyboardManagerSwift */, - A2C1D6A299D84A03494D558D8316B2C5 /* JCore */, - 79A487C7935A6D68845D9785708DB1AB /* JPush */, - C38BA810016FAD6C9818221A5DE55C88 /* JPushExtension */, - 5C1DEB0A0CD90EF5828BF8BAC168B356 /* JXCategoryView */, - 64C5D5941FF6A3AECEECF6C92267A6C2 /* Kingfisher */, - 97313226EF76C28FC7DA1B65F42D3AFB /* MJRefresh */, - 0C11A8C3AFEDF36228EDCC6E6EABAD60 /* RxCocoa */, - 8974BDB031FEBAC34224ACD9DDEC9B90 /* RxRelay */, - 062E4F028A07337AD9995011A6CEBEFF /* RxSwift */, - 0CFE199AA776D0930180AE43F7FCCDE4 /* SnapKit */, - 7326561B838CA48DC4687F250C3939F0 /* SwiftEntryKit */, - E9007A995FCD6531F78C05FEB4357F6C /* ZLPhotoBrowser */, + C20D442E8CF71E67724B3B9B9F231FF4 /* DDMATrackManager.h */, + 013B0C8221ECDC5D00D161E29F735F71 /* DDMATrackManager.m */, ); - name = Pods; + name = DDMATrackManager; sourceTree = ""; }; - 1779690DFC30CD5959EC62FFEEC8A9A1 /* Support Files */ = { + 0D1A37835B34987C9EF898C3C53384BC /* Support Files */ = { isa = PBXGroup; children = ( - 1EA96598076D4D461899D00F49CEDB0F /* JPushExtension-xcframeworks.sh */, - 201001FE2E7F75470A9C5261EB1737A2 /* JPushExtension.debug.xcconfig */, - BF5287D098DA990C2E2B7E780134AF60 /* JPushExtension.release.xcconfig */, + 75C6A4DB0EF721F8228C66B851FF2E82 /* AMapNavi-NO-IDFA.debug.xcconfig */, + DBAEF9E5CAF4F09FBE896EC999AC57D9 /* AMapNavi-NO-IDFA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/JPushExtension"; + path = "../Target Support Files/AMapNavi-NO-IDFA"; sourceTree = ""; }; - 187C3ECB744DBE1274D5ECDF9ADCF798 /* DDWebImage */ = { + 0E4CC97DA2923FF192E4056ECA5B4C3C /* RxRelay */ = { isa = PBXGroup; children = ( - 106867BD09CA406CC67213E4F249158E /* UIImageView+DDWebCache.h */, - 827C7B57E3C9E2C3239FBE00C66E5B92 /* UIImageView+DDWebCache.m */, + 24FCC505CD228AED91EB22DF36749C8B /* BehaviorRelay.swift */, + BADF746271AE2AED1CD24CBD4FB38223 /* Observable+Bind.swift */, + 313BCE417F7CA2F3FD721EAAFEFD9AE4 /* PublishRelay.swift */, + 2246B625F37A21D1244A3874B0231922 /* ReplayRelay.swift */, + 5C7767A67F5234CC7258737AF053FD08 /* Utils.swift */, + 1F297167B6440441024A947C14ACFE3B /* Support Files */, ); - name = DDWebImage; + name = RxRelay; + path = RxRelay; sourceTree = ""; }; - 1908BF534626F3C91B51B8F6523660F3 /* Core */ = { + 0EDF0AF34646EC465627EE7868E1BD6D /* UIScrollView+DDCategory */ = { isa = PBXGroup; children = ( - 29454470DF2916CF8CB483820556BA06 /* UIScrollView+ZFPlayer.h */, - B9CEDB8AA065587457A5D742B0C957A4 /* UIScrollView+ZFPlayer.m */, - C7E88F18E04BC045B8FFF0615AB2D59C /* UIViewController+ZFPlayerRotation.m */, - 329983FBAD877C72DFDC31213FCB950D /* ZFFloatView.h */, - 4A0ED160DB69D416CCE46E0ED96A9D71 /* ZFFloatView.m */, - E6A852049D7E264C2E29D98566B322FD /* ZFKVOController.h */, - CB3D7D33F6851AEC5A3A2DC1AE7CBA7E /* ZFKVOController.m */, - 6DECE2CD091998856004D78FC629E2E4 /* ZFLandscapeViewController.h */, - A41376E50017A2935A37C3A982374FFD /* ZFLandscapeViewController.m */, - 82A223221C2F8D6153F886C7CDE69CCA /* ZFLandscapeWindow.h */, - B935759BC41846DD104C77108C58A5DB /* ZFLandscapeWindow.m */, - 482F88FDDDEDFD3B68479DCB61A5C00C /* ZFOrientationObserver.h */, - B574EC37A2BC358258FE620F5336FFFC /* ZFOrientationObserver.m */, - 18B20E75074BCA6076066BA39FB3454E /* ZFPersentInteractiveTransition.h */, - B1688599AD0A21C13B9A963E91AA6AEB /* ZFPersentInteractiveTransition.m */, - 9EA66F5FAE74501193119915AEFFBEED /* ZFPlayer.h */, - 500CD7974E8143C141DE2C47225F0B06 /* ZFPlayerConst.h */, - BF96E3F481C639A2E06DFAE3D8514335 /* ZFPlayerController.h */, - FD400BAD712DA8155B581382EA24C209 /* ZFPlayerController.m */, - 4AC30B085F0B4F562CE8CBC5430A7DA6 /* ZFPlayerGestureControl.h */, - 3BC0C1E2F35892F5844DA396235A27AB /* ZFPlayerGestureControl.m */, - 3B63735627CA290063CB5E994F5666AF /* ZFPlayerLogManager.h */, - 93CA458AB4644D2FB617AEB32BB3086B /* ZFPlayerLogManager.m */, - EDC31A31277E9C411C5E76B0BE877FEB /* ZFPlayerMediaControl.h */, - 9BCB0C6F48AC8A17A0E2B0C678984E6D /* ZFPlayerMediaPlayback.h */, - 43CE7FF2EAA4CE7A18BCC8CEA451A28D /* ZFPlayerNotification.h */, - F2D21744513246EAB988E2CAE029C809 /* ZFPlayerNotification.m */, - D72722D1F42CF12E6DA94E811D24013A /* ZFPlayerView.h */, - 0DFE48E73B23483F42A0E13D844195FD /* ZFPlayerView.m */, - 7D8E6DA7DB169EE59344C9934D8C7A8A /* ZFPortraitViewController.h */, - C15A359371F6E20EDCF9830301160FCD /* ZFPortraitViewController.m */, - E71C7F56CFB479F6EE1332EDB870435F /* ZFPresentTransition.h */, - 1EB6B2BE04795E067D6F05EBC2D51B37 /* ZFPresentTransition.m */, - 4A7809897C33AB93E80EF656CCE20983 /* ZFReachabilityManager.h */, - 90BD68E9103D0721BEC576E29508098A /* ZFReachabilityManager.m */, + 86DCB3387D2C977A97B183F8761CC4B3 /* UIScrollView+DDCategory.h */, + B6B372C02DFCDDB7CB441FF8BE10B89D /* UIScrollView+DDCategory.m */, ); - name = Core; + name = "UIScrollView+DDCategory"; sourceTree = ""; }; - 19D532A14A22FB1EF1FBF03A3A79A757 /* ijkplayer */ = { + 0F29EE9BDCC9AF3783B312971C97C8F2 /* UIImageView+DDCategory */ = { isa = PBXGroup; children = ( - 19C44EA54E82F0253F78A38E4809AC14 /* ZFIJKPlayerManager.h */, - 7531A111C97507236F1EFDDE18FDFF79 /* ZFIJKPlayerManager.m */, - ACE68C6FA55077770112BAFA7CFDE292 /* Frameworks */, + C51D3E4BB89C4EABF6EB6572B46A7B44 /* UIImageView+DDCategory.h */, + 8954BA7B5C844F1A08C2392EADBCD9F5 /* UIImageView+DDCategory.m */, ); - name = ijkplayer; + name = "UIImageView+DDCategory"; sourceTree = ""; }; - 1FF72A995DEFCD8DA1377910D5F0E108 /* DDBaseCollectionView */ = { + 0F5F6DC23D8760FCB8EF282575774D0C /* Support Files */ = { isa = PBXGroup; children = ( - FBC5098F9717EFA9E2BED153361BBB3B /* DDBaseCollectionView.h */, - B4AEB1B5A5C79F400C18536CA40D93BB /* DDBaseCollectionView.m */, + EC5D49F4A554A4F93786DCCACD70A587 /* AMapLocation-NO-IDFA.debug.xcconfig */, + BD486DFB084082FD3A14093CE65E341F /* AMapLocation-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation-NO-IDFA"; + sourceTree = ""; + }; + 0F829668414901020EEA3BB30D58D165 /* Support Files */ = { + isa = PBXGroup; + children = ( + 48366B87A21AB2A777F1341B9162EF77 /* DDZFPlayerKit_Private.modulemap */, + ED010D3488F40201E47F5C67EF6F09B4 /* DDZFPlayerKit_Private-dummy.m */, + 2DCD6FF3FC08EACB8DB8435F51DD9BFA /* DDZFPlayerKit_Private-prefix.pch */, + 9F67FDEC614406DD70E388F89124BB66 /* DDZFPlayerKit_Private-umbrella.h */, + 07D911C5EC5CAFAF0016ECBBB70D3CA7 /* DDZFPlayerKit_Private.debug.xcconfig */, + EAE7A3966935E88015D5CC5B17D31F09 /* DDZFPlayerKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDZFPlayerKit_Private"; + sourceTree = ""; + }; + 0FB8E0638869337ABA4A7C6E899C5EA0 /* Base */ = { + isa = PBXGroup; + children = ( + 187DA584BAF77D828BCCCCCB088C3726 /* BRBaseView.h */, + D5815D72F36D7F900530C5DEE2D97C4A /* BRBaseView.m */, + 1ACF2B2C9A9466027E6E4ABB717A572C /* BRPickerStyle.h */, + 3DC4C25EB00D7ECAC408C784D3DD996A /* BRPickerStyle.m */, + CD7F89C0BC344AC62F72AA943C83E5BD /* BRPickerViewMacro.h */, + 6FA132462B80C5B7F17076ABECCA538A /* NSBundle+BRPickerView.h */, + 8671C10D9673B9137468576B99FC3FC2 /* NSBundle+BRPickerView.m */, + D0FFEDD2938F4556D47C7371D158CCCA /* Resources */, + ); + name = Base; + sourceTree = ""; + }; + 1322DA9DF73698BC16EDC2AA875CD68F /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2CDC80741113F92E604940A6187E8FE0 /* AMapTrackKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 15E2FA191AA51D35480AF03279B57C5B /* DDTransitionAnimation */ = { + isa = PBXGroup; + children = ( + 88BEB4F77FD68165EB20B7350BF7415B /* DDViewControllerAnimatedTransition.h */, + 39674D3BC4D8884ABB9C39460C0DD02C /* DDViewControllerAnimatedTransition.m */, + ); + name = DDTransitionAnimation; + sourceTree = ""; + }; + 1AACC21E90D32BBD370487F188270124 /* Support Files */ = { + isa = PBXGroup; + children = ( + 65BF4F19CA25A3D9B4FD92E81E0BDB84 /* DDControlsKit_Private.modulemap */, + AA72E892EA317014C535FF82B3E32F43 /* DDControlsKit_Private-dummy.m */, + A16B995AF1BA79F20386DEFA1CF6E214 /* DDControlsKit_Private-prefix.pch */, + 588C75EC218C145F4FC362817F54CA5A /* DDControlsKit_Private-umbrella.h */, + 10CF5B11D463539F70C46F6573D0D74F /* DDControlsKit_Private.debug.xcconfig */, + F81ADDEF67D8A493E16DA74D89F8DA05 /* DDControlsKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDControlsKit_Private"; + sourceTree = ""; + }; + 1B6A9221E58FAD0094C230E554ACCA45 /* DDProgressHUDKit_Private */ = { + isa = PBXGroup; + children = ( + 3DFC81E8231E1A59A4C43ACC81D62511 /* DDProgressHUD.swift */, + 2D840DF15B8CFC70930AC22F2C8ED5A9 /* MBProgressHUD.h */, + 28D93472665A432504AC6C522A805562 /* MBProgressHUD.m */, + A9BF4D7E8F6E3A49B98CB60EB1FF9B14 /* Support Files */, + ); + name = DDProgressHUDKit_Private; + path = DDProgressHUDKit_Private; + sourceTree = ""; + }; + 1BEE9EB6452A163B41354AE5AB3DDFFB /* SDWebImage */ = { + isa = PBXGroup; + children = ( + 7BD321CEFFCF0C1C135F7F94AA0BC47D /* Core */, + 89868CFEB9F80754D2EF8910E6E66B6C /* MapKit */, + ); + name = SDWebImage; + sourceTree = ""; + }; + 1CC8833DB19A1B46665389BF9009A404 /* MapView */ = { + isa = PBXGroup; + children = ( + F6C8FD14846CBC0D7E81D7C3201FDC6B /* DDMAMapView.h */, + 13E78EC5C1CDB0097E09F79052672C2F /* DDMAMapView.m */, + ); + name = MapView; + sourceTree = ""; + }; + 1DD4BB0456FCC040D733CAD72DA7BABF /* DDBaseCollectionView */ = { + isa = PBXGroup; + children = ( + 091A990D41228AFBF48B960578ABEE89 /* DDBaseCollectionView.h */, + 1B19ADB19C1D0A8823FB48A8F595C2F0 /* DDBaseCollectionView.m */, ); name = DDBaseCollectionView; sourceTree = ""; }; - 2077D566D327768B481E6E7139D7C019 /* DDBaseAnimation */ = { + 1F297167B6440441024A947C14ACFE3B /* Support Files */ = { isa = PBXGroup; children = ( - CF613A4155D5768185A3345DFB8EA99A /* DDTransitionAnimation */, - ); - name = DDBaseAnimation; - sourceTree = ""; - }; - 222070C446C6684B4AD374CD64512282 /* Pods-OrderSchedulingNotificationService */ = { - isa = PBXGroup; - children = ( - 06CDFBE1975E12259932D66B8FB43B14 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */, - 9CF5E77BB32FA5A759A51B9A9F29CABB /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */, - 1E7D75EA00C68C8EC9529B061EA9B627 /* Pods-OrderSchedulingNotificationService-dummy.m */, - 692452B23E23868F4835C510A3A76925 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */, - EB0F3BF52463BB59CBA61B7FFD59D226 /* Pods-OrderSchedulingNotificationService.release.xcconfig */, - ); - name = "Pods-OrderSchedulingNotificationService"; - path = "Target Support Files/Pods-OrderSchedulingNotificationService"; - sourceTree = ""; - }; - 2303B3A9061B748341E70FCD23FAABFB /* Support Files */ = { - isa = PBXGroup; - children = ( - D720BF78D27A47F9F37F5ED11EC360A1 /* Kingfisher.modulemap */, - 3D1872E58A5DCDD6FB9329FABA1A9E03 /* Kingfisher-dummy.m */, - E95A8DFE9C71168F5EEA9DF62798723A /* Kingfisher-prefix.pch */, - 75190BD62CC524E82385D0BC2E087422 /* Kingfisher-umbrella.h */, - F7504D91F1FE354F884211F03513A3E9 /* Kingfisher.debug.xcconfig */, - D7BA7283E37F5D7B60EC55AA8AEA5B0E /* Kingfisher.release.xcconfig */, + FF66BDA49E523FEDE8C12B8E7A6C9B6C /* RxRelay.modulemap */, + B63541BEA01CA86054A2BD43539808A1 /* RxRelay-dummy.m */, + F808C2FD9A7F3B73A2DBF83C3B3E47F2 /* RxRelay-prefix.pch */, + DB9DB82B64A499439DC83FC995CBBA68 /* RxRelay-umbrella.h */, + 7C8B349705B1FF2965B1BF61D9310893 /* RxRelay.debug.xcconfig */, + 73532F6F55E524D1BB6EABBEA9D20ABA /* RxRelay.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Kingfisher"; + path = "../Target Support Files/RxRelay"; sourceTree = ""; }; - 23F672531CE9A8E8E069D3D77E80A932 /* Resources */ = { + 1F8A28FCA42355889D69928AC58399EE /* DDZFPlayerKit_Private */ = { isa = PBXGroup; children = ( - 1C12ADCAD127EA090076321603546908 /* DDBaseViewController.xcassets */, - ); - name = Resources; - sourceTree = ""; - }; - 249DBF4C87DBD2543AF39C464B25F20B /* DDZFPlayerKit_Private */ = { - isa = PBXGroup; - children = ( - 53D5A6F640F2E4972AE486E4EF7C9869 /* ControlView */, - 1908BF534626F3C91B51B8F6523660F3 /* Core */, - 19D532A14A22FB1EF1FBF03A3A79A757 /* ijkplayer */, - BA367C48D10AF79C2E72707C0042083D /* Support Files */, + ED4751E573180A77EF08E8104E7BD64A /* ControlView */, + 8BC50C04C0552CBEFB92ECF2546F5BF1 /* Core */, + 93444CC4268B0F5DCB42EF7C682F547B /* ijkplayer */, + 0F829668414901020EEA3BB30D58D165 /* Support Files */, ); name = DDZFPlayerKit_Private; path = DDZFPlayerKit_Private; sourceTree = ""; }; - 24BD91AEA7606C223E3B2442E15F3236 /* DDBaseButton */ = { + 1FD335F4F42BDE89D33C249943A57BD2 /* AMapSearch-NO-IDFA */ = { isa = PBXGroup; children = ( - 5B8523EC1C497B23AEB099EAA9E48591 /* DDBaseButton.h */, - A81C05D1CBAACE09A623FFC12B2910B6 /* DDBaseButton.m */, + A680366E9C55348073E2A62E179B742C /* AMapCommonObj.h */, + 8B0253B3CE5B9CEFB841E0830354A5DB /* AMapNearbySearchManager.h */, + E5D7226AC12176F4C8F2E214EB8BCE3D /* AMapNearbyUploadInfo.h */, + 5D3D5B7D37591FAA27FD05B4EFCD1CF5 /* AMapSearchAPI.h */, + 2A2470590B21AEC054D58592DF38440B /* AMapSearchError.h */, + 66115B5A5F203136E69189A44484D21F /* AMapSearchKit.h */, + CEACA9A0DE34D571146913F8579FCDEB /* AMapSearchObj.h */, + 1FACDD3A438F7C97A34106B3632B6755 /* AMapSearchVersion.h */, + 3C03E1B4F45FF41BE09C1F7C235F68D9 /* Frameworks */, + 2B7E63ABBCF240FD68A3E0795DC141D2 /* Support Files */, ); - name = DDBaseButton; + name = "AMapSearch-NO-IDFA"; + path = "AMapSearch-NO-IDFA"; sourceTree = ""; }; - 257320AECD1028677301FFE651C25B51 /* Resources */ = { + 207D84DF853AEB9E542C7AE7E260D59B /* DDBaseSwitch */ = { isa = PBXGroup; children = ( - FFD7FDA1C2B48E52D6D0CEA1B536BB51 /* ZLPhotoBrowser.bundle */, + 03F18B72D03F2503EFB8DC6EC44AEA16 /* DDBaseSwitch.h */, + 38EFF1F2810F30257265775C5181F41C /* DDBaseSwitch.m */, ); - name = Resources; + name = DDBaseSwitch; sourceTree = ""; }; - 2AEA2BF6C4B5681F283D3F801FDD3DBD /* Annotation */ = { + 226A6C16626A30D2AC53051434E07DBD /* Support Files */ = { isa = PBXGroup; children = ( - 059D407BB164CC7195BAA024608BEE50 /* DriveRouteCustomAnnotation.h */, - EA6365C4F324615A4DDE097A49262F0B /* DriveRouteCustomAnnotation.m */, - CBDAFA119CAB9C629F8B5A98C33C7B3B /* MAPointAnnotation+DDCategory.h */, - 04598C91C924350D7F4EE27A77058875 /* MAPointAnnotation+DDCategory.m */, - ); - name = Annotation; - sourceTree = ""; - }; - 2B16F442A3CBF264465B39CB93278DC1 /* Resources */ = { - isa = PBXGroup; - children = ( - 9393F02D3DB58B372D7FCFA52744E383 /* ZFPlayer.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2B52F40E65A25B5010C1E91C83FA7AFE /* Alamofire */ = { - isa = PBXGroup; - children = ( - 4E8F5FAB1E6599E9F53B49891BDFDF25 /* AFError.swift */, - 936FEBCB276E32D9AD7D19B39E488A41 /* Alamofire.swift */, - 110EC0AD318D4ECCC10F025DAE53B000 /* AlamofireExtended.swift */, - 6EB25FBC860FA77D73E17653A68A963D /* AuthenticationInterceptor.swift */, - 99BAF67C8A5CD24748E409B4D34F1764 /* CachedResponseHandler.swift */, - BAE73892C05FF6771E8660DE9B19D1C6 /* Combine.swift */, - 33C527167BCA8278B0CAC9FF9477E7EE /* Concurrency.swift */, - 64EAE6A2F195677C22177C4FB997B57D /* DispatchQueue+Alamofire.swift */, - E8C80763E28262062A094867C3B67818 /* EventMonitor.swift */, - 947F55F30D11F3E36E2B4452C9BD0D3A /* HTTPHeaders.swift */, - 360CEE83C789BD6E990B39DA6D2726B4 /* HTTPMethod.swift */, - DE6A952C3275E956AD27221C641220DF /* MultipartFormData.swift */, - 5D314021445F46A89EB836122570740A /* MultipartUpload.swift */, - 2AF5CBD0F440D679D5565588C8E49813 /* NetworkReachabilityManager.swift */, - 4827106206B2A59B58B5EE626C4BA59E /* Notifications.swift */, - AA94499BC907B49A79BD3CC4A18699FE /* OperationQueue+Alamofire.swift */, - 6FF5864CC332A81D79E267D2F08F5EED /* ParameterEncoder.swift */, - 92913AC99AB731685E7EDF16583F293B /* ParameterEncoding.swift */, - 377789F4F973EF6D657F640E1F5461B9 /* Protected.swift */, - 6A19B681F19BA1300CA12F5FAFD3364B /* RedirectHandler.swift */, - 196C316CD40737B7B2C1E2902C5C8EDA /* Request.swift */, - 43379C188DF367B0818B4778B62B62F9 /* RequestCompression.swift */, - 1B0A5DBEE83873016874FE63FCC166F9 /* RequestInterceptor.swift */, - 2C269B70B5D9AC322070A70CC295C1B3 /* RequestTaskMap.swift */, - 143FBCC86BF924D706D0EF1552376AA1 /* Response.swift */, - C1CFE2F915114873F21405FED9B28760 /* ResponseSerialization.swift */, - F597B4968E78128119C969D588B30F42 /* Result+Alamofire.swift */, - 599B656FFA3EE132DADACAA7C57B2D69 /* RetryPolicy.swift */, - 0228B6F0D3F7C87CDD74ABC704E1588F /* ServerTrustEvaluation.swift */, - 89D32A6BDC5A04585CC4FA78AD2D3FE0 /* Session.swift */, - E9EEC9061CA3F1FC21F9DE4E49BABE5C /* SessionDelegate.swift */, - 32A060FA06912DEF08C14B2CAF8AC48C /* StringEncoding+Alamofire.swift */, - 168FC76E41435410EC8A00C808BE60F9 /* URLConvertible+URLRequestConvertible.swift */, - 05E70D60932C308CF8BDDEDB8E336B1E /* URLEncodedFormEncoder.swift */, - 9D50ABEE75112BB31B23667087873645 /* URLRequest+Alamofire.swift */, - C0AB89978B936B8DBFE43A080BF6D1AB /* URLSessionConfiguration+Alamofire.swift */, - A719C579EEAF3B6AB0CF5DC387825F49 /* Validation.swift */, - 50561FD23D44E36E6618C19FDE064BFA /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 2C35DE19F23A44560D56F1A00E8D3C38 /* DDBaseNavigationController */ = { - isa = PBXGroup; - children = ( - 6049EB3C1E55B8B0F364D28E15B8683E /* DDBaseNavigationController.h */, - 360E8C023C6FC4183838AA96186B6792 /* DDBaseNavigationController.m */, - 6CA3A9246785CC19F0623EACF6110381 /* DDNavigationControllerDelegateReceiver.h */, - E92533FE6B06397CB43DBCD84123B54A /* DDNavigationControllerDelegateReceiver.m */, - ); - name = DDBaseNavigationController; - sourceTree = ""; - }; - 2C574D2ED827E5468F204D679188F899 /* DDTextView */ = { - isa = PBXGroup; - children = ( - ); - name = DDTextView; - sourceTree = ""; - }; - 2E4466814045875E53DC249C453F395B /* Support Files */ = { - isa = PBXGroup; - children = ( - 3D8B6CF18BFF7619F1157B03413DD711 /* DDTimerKit_Private.modulemap */, - 08B918246B5F59A7DB942A7792495870 /* DDTimerKit_Private-dummy.m */, - 0A3609CE388BD0A408CD57CBD6155AC3 /* DDTimerKit_Private-prefix.pch */, - 17582BF2A0605219A287734B1B168036 /* DDTimerKit_Private-umbrella.h */, - 9DA42232C932E85BAFD4FF2EEA92DFDF /* DDTimerKit_Private.debug.xcconfig */, - 8FB301939C9BC99F272793DB3EA9A39E /* DDTimerKit_Private.release.xcconfig */, + 2ADB4EE08A9E187AFDB37B756D5F04DD /* SnapKit.modulemap */, + 876C1D50115F87AB1C4072F6EC821743 /* SnapKit-dummy.m */, + A4D27322B373F4BD5F575AD9C7F0D4F2 /* SnapKit-prefix.pch */, + AA1E1231214EB7F1645CE4FD39B60002 /* SnapKit-umbrella.h */, + 2B0DEFB8D2F6FBD0EB011F49E899B644 /* SnapKit.debug.xcconfig */, + 5CE8EA1DD0BABB5457C9D7B1844E9039 /* SnapKit.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDTimerKit_Private"; + path = "../Target Support Files/SnapKit"; sourceTree = ""; }; - 3059CF9DEAFD6300597B31DA4B4EC92A /* UITableViewCell+DDCategory */ = { + 26E1E7BEAE3F2DF497F0AD3DC4413779 /* Pods-OrderScheduling */ = { isa = PBXGroup; children = ( - 9F96EF579F4EDC48AB2ED1BF614276D9 /* UITableViewCell+DDCategory.h */, - E4300863F17D2D62979F2F20BCA0980D /* UITableViewCell+DDCategory.m */, + 3624652657FAF0E3F9FE19412D634F5B /* Pods-OrderScheduling.modulemap */, + F7DC99210B471987526D13D59E677777 /* Pods-OrderScheduling-acknowledgements.markdown */, + 97ED92CBECEACA1D399E56136CE3F1BF /* Pods-OrderScheduling-acknowledgements.plist */, + 4250D3C38672173C70CC23FE186BED15 /* Pods-OrderScheduling-dummy.m */, + B54B6EAAE9A8EECAB2CCBC50B0B7C10C /* Pods-OrderScheduling-resources.sh */, + 32967BBFC65AC5D8D70350B2FDC7534F /* Pods-OrderScheduling-umbrella.h */, + 59674970B62822EFA2C4AC8E4499CDF1 /* Pods-OrderScheduling.debug.xcconfig */, + 9736E4468AB07C78820C972493704484 /* Pods-OrderScheduling.release.xcconfig */, ); - name = "UITableViewCell+DDCategory"; + name = "Pods-OrderScheduling"; + path = "Target Support Files/Pods-OrderScheduling"; sourceTree = ""; }; - 32C03805A1D732D77F0C297E5047E629 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3FD655DCD0CDA106C648D72E01735734 /* DDAudioPlayerKit_Private.modulemap */, - B740423D0945EDE8A1B9EF3C9AE1E546 /* DDAudioPlayerKit_Private-dummy.m */, - DD8BD1EA252D5B574E873F9B2B7F6644 /* DDAudioPlayerKit_Private-prefix.pch */, - 42181CBBF0570751605F5301C8AFAB41 /* DDAudioPlayerKit_Private-umbrella.h */, - 08BAC2C5C13F5B859D3365FFF02D0891 /* DDAudioPlayerKit_Private.debug.xcconfig */, - F9AA0992507E3F69477B65B8AE1D4D1E /* DDAudioPlayerKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDAudioPlayerKit_Private"; - sourceTree = ""; - }; - 33C4DD3EDB00E4FF02503BDD8F9486E2 /* DDBasicControlsKit_Private */ = { - isa = PBXGroup; - children = ( - 2077D566D327768B481E6E7139D7C019 /* DDBaseAnimation */, - C39C477D80C502D738E826C92FD5027B /* DDBaseAttributedString */, - 24BD91AEA7606C223E3B2442E15F3236 /* DDBaseButton */, - 1FF72A995DEFCD8DA1377910D5F0E108 /* DDBaseCollectionView */, - 6CF59554792960BF5E7E8F9C0F63BB9D /* DDBaseCollectionViewCell */, - C69718FC1228ECC9E73DB5F2B1223068 /* DDBaseImage */, - F2AB144A80BA475615B044F74F96A5EE /* DDBaseImageView */, - A5C63389C6B50FB0015EB51EDF20A8F7 /* DDBaseLabel */, - 2C35DE19F23A44560D56F1A00E8D3C38 /* DDBaseNavigationController */, - 89F7D208395AA0C111C97BB683861161 /* DDBaseScrollView */, - C1A3303B5973345355DCF7F9CF503F7E /* DDBaseSwitch */, - 4E054EC1280E13F261242656EFF723D4 /* DDBaseTableView */, - C1C5BDA9C3352EA051C0A23176C6CFBA /* DDBaseTableViewCell */, - B3635629CAC1BC81AACB35BA81152C2B /* DDBaseTextField */, - D86DA540AA7592347390C36B9AB4ACBB /* DDBaseTextView */, - 3FD8239F4E727B41EC6E24FDF4928EFC /* DDBaseView */, - FF58927E0B4230691CA1D25AB65CBE47 /* DDBaseViewController */, - C8267F4CEEBDFEADB99DB6A4669545A0 /* Support Files */, - ); - name = DDBasicControlsKit_Private; - path = DDBasicControlsKit_Private; - sourceTree = ""; - }; - 36742CB3910BD465EDC7BC4DF1EE01F5 /* Resources */ = { - isa = PBXGroup; - children = ( - 697F64D7AD11D233622C7EABEBB3B9E6 /* BRPickerView.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 367F5CF5CB7B2698483A7953C191EF0C /* Support Files */ = { - isa = PBXGroup; - children = ( - AE3D545C092474C206E7349491FAFB49 /* JXCategoryView.modulemap */, - B64EFDD65AF527B07AEF522F73A08104 /* JXCategoryView-dummy.m */, - A0F87D8DC43809AB7D320C88379D0ABD /* JXCategoryView-prefix.pch */, - 67DF36B793E2CF00421ABE1D3E185505 /* JXCategoryView-umbrella.h */, - 5AEB8F30EC772AD200F59854D2F954B8 /* JXCategoryView.debug.xcconfig */, - 59E8D33B939E8C3C48C63E7D53976129 /* JXCategoryView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JXCategoryView"; - sourceTree = ""; - }; - 39163F0A92F51050885C00523B30B437 /* UITextView+DDCategory */ = { - isa = PBXGroup; - children = ( - 707F1D31A6782BA84943F925D3B8B7BC /* UITextView+DDCategory.h */, - AE8679EE07CCD8439DD69525741784C8 /* UITextView+DDCategory.m */, - ); - name = "UITextView+DDCategory"; - sourceTree = ""; - }; - 3D05ACFAC555EABF36BB94E0A7CEE110 /* Support Files */ = { - isa = PBXGroup; - children = ( - B2BE171F72D6DB076BBFF75B97DFAB18 /* AMapTrack-NO-IDFA.debug.xcconfig */, - C4605D951AFC0A203124A569B0958C21 /* AMapTrack-NO-IDFA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapTrack-NO-IDFA"; - sourceTree = ""; - }; - 3F42743F85688DA481718AF5E2EB84E1 /* SwiftLog */ = { - isa = PBXGroup; - children = ( - 944FA5EAC18B49C032D0130791E1DCAE /* DDSwiftLog.swift */, - ); - name = SwiftLog; - sourceTree = ""; - }; - 3FBBB2FAE7B4D7CC44FCDF02CDB5598F /* UIWindow+DDCategory */ = { - isa = PBXGroup; - children = ( - CD23476084FF78183DB58F9F4571F8D9 /* UIWindow+DDCategory.h */, - A81CCD359428847EFB56456B6E16F49B /* UIWindow+DDCategory.m */, - ); - name = "UIWindow+DDCategory"; - sourceTree = ""; - }; - 3FD8239F4E727B41EC6E24FDF4928EFC /* DDBaseView */ = { - isa = PBXGroup; - children = ( - 309B95795D2946559604CB5DFF233BAB /* DDBaseView.h */, - AE4ADE608A6DD093F0D179EC9E3F5E4C /* DDBaseView.m */, - ); - name = DDBaseView; - sourceTree = ""; - }; - 40377ECAF73340E0F2D5D4004AB56C10 /* DDMANaviManager */ = { - isa = PBXGroup; - children = ( - BAF4523FFDDA5013C324C919671D9684 /* DDMANaviManager.h */, - 6854CC4379010F0C20D40BCBCFF19234 /* DDMANaviManager.m */, - ); - name = DDMANaviManager; - sourceTree = ""; - }; - 406CA9687643358A20498EC677420956 /* Support Files */ = { - isa = PBXGroup; - children = ( - EEBCD415604C9646A8FA5E593113240A /* JCore-xcframeworks.sh */, - 5FB38D3AAE62D1D410AB9ABCA4265157 /* JCore.debug.xcconfig */, - C4B150163A03FA8CDC2BC2AAD859E1A0 /* JCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JCore"; - sourceTree = ""; - }; - 41EBADFBCDDC3F45E51EBA1DBCE3976C /* Support Files */ = { - isa = PBXGroup; - children = ( - BFE1EB6C61A6737D9D2A8394CC625868 /* DDToastKit_Private.modulemap */, - C1E808B15FDEEA5AF36D9DF4C4966B41 /* DDToastKit_Private-dummy.m */, - 9A8BAF8FFE3279DF4FFEC2E992F7460F /* DDToastKit_Private-prefix.pch */, - 1F7FCD1EEE9254E4B23FF51EF0678C66 /* DDToastKit_Private-umbrella.h */, - FD55F60859DCBCCD3361042F6A9346C3 /* DDToastKit_Private.debug.xcconfig */, - 39D12C5D8B812324E1C4FEAD076C9E31 /* DDToastKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDToastKit_Private"; - sourceTree = ""; - }; - 4225D0C77AEC185D803EB6A6C9CD1A39 /* Overlay */ = { - isa = PBXGroup; - children = ( - E469FE9BA34CE21A445FD18AFE4CE7EA /* MABaseOverlay+DDCategory.h */, - 08CD488F803E37CB2EDEA19AE3253D75 /* MABaseOverlay+DDCategory.m */, - ); - name = Overlay; - sourceTree = ""; - }; - 4419BEA4A7F67E632906DE57E057764C /* DDAudioPlayerKit_Private */ = { - isa = PBXGroup; - children = ( - 718279146D62E5B3A48236C049B84C3B /* DDAudioService.swift */, - 32C03805A1D732D77F0C297E5047E629 /* Support Files */, - ); - name = DDAudioPlayerKit_Private; - path = DDAudioPlayerKit_Private; - sourceTree = ""; - }; - 45EA8E45B889E131651480C1D85065FA /* DDMAMap */ = { - isa = PBXGroup; - children = ( - 2AEA2BF6C4B5681F283D3F801FDD3DBD /* Annotation */, - BB472E40A83FA6FE7897959D02151CDD /* AnnotationView */, - F6431FAE12785EFC8640BB10744500B7 /* MapView */, - 4225D0C77AEC185D803EB6A6C9CD1A39 /* Overlay */, - F64389B71626EA294AD6B9185D368FA1 /* Sources */, - CEB2198EF3B8718F9FA7F0474D1ECA82 /* Trace */, - ); - name = DDMAMap; - sourceTree = ""; - }; - 4A3B41CF6F13D4673844D81DACE15172 /* DDCollectionViewCell */ = { - isa = PBXGroup; - children = ( - ); - name = DDCollectionViewCell; - sourceTree = ""; - }; - 4C7FE8261840A283989DB722416B5050 /* Frameworks */ = { - isa = PBXGroup; - children = ( - F642FDF0CEB3E2EAC8C4119A679C908D /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 4CE271CEEDC5929C8EE64282B6147136 /* Support Files */ = { - isa = PBXGroup; - children = ( - 55D852C4E8B16358C5A5C34C770E681A /* DDFontKit_Private.modulemap */, - 63F5BC8D29048733247E71DC052694A8 /* DDFontKit_Private-dummy.m */, - 7CB20C9F677047664AB2977AFB30785B /* DDFontKit_Private-prefix.pch */, - E8619ACD3CC56D8168CF041F640FD42E /* DDFontKit_Private-umbrella.h */, - 3EE95830DF547E9583DE5E91FEE8B4C2 /* DDFontKit_Private.debug.xcconfig */, - 9E8A1B69A23A66FA52A4486F2A77B771 /* DDFontKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDFontKit_Private"; - sourceTree = ""; - }; - 4E054EC1280E13F261242656EFF723D4 /* DDBaseTableView */ = { - isa = PBXGroup; - children = ( - A6BFDB4E75B1484DFA020817AE4EE945 /* DDBaseTableView.h */, - B2CC50C4D50030EEF25A4B059F6D1424 /* DDBaseTableView.m */, - ); - name = DDBaseTableView; - sourceTree = ""; - }; - 4E81E604AA8C24230600EF2FBFF3C237 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7B747A68B2F96CDF195E110ED82BA11C /* DDWebImageKit_Private.modulemap */, - 9CC0095EB0AACCD79BCAF9F7A67F8BA7 /* DDWebImageKit_Private-dummy.m */, - EEC05062A5E6D126EC5CFE8D3808DC5F /* DDWebImageKit_Private-prefix.pch */, - 8DD3128B1932922A36D56F6D19CAE4BC /* DDWebImageKit_Private-umbrella.h */, - 7916E7EBFC2EEFFE0004593327077C82 /* DDWebImageKit_Private.debug.xcconfig */, - 1B057FB28F622C52D92272EC7216BA4F /* DDWebImageKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDWebImageKit_Private"; - sourceTree = ""; - }; - 50561FD23D44E36E6618C19FDE064BFA /* Support Files */ = { - isa = PBXGroup; - children = ( - 58B2406C7EFA1DEBBA5BEC5D0C5D0E1F /* Alamofire.modulemap */, - 8A24092E52B14E76233D4A039740A10A /* Alamofire-dummy.m */, - 03F04E26ED09B9526810A653C4168A14 /* Alamofire-prefix.pch */, - 8B291452A4DEA9322F381FDFB9720F89 /* Alamofire-umbrella.h */, - 6B4B2662F8699DDD0D5154B01F80C46F /* Alamofire.debug.xcconfig */, - 4224EC3201E37EC5D69A4F316878EEFB /* Alamofire.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Alamofire"; - sourceTree = ""; - }; - 525F2E67AF7282623922F9592010270E /* Frameworks */ = { - isa = PBXGroup; - children = ( - 3DA232C49BF58CA2474D487459BC5117 /* AMapLocationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 53D5A6F640F2E4972AE486E4EF7C9869 /* ControlView */ = { - isa = PBXGroup; - children = ( - 443BBFD6B3D42FB3964EF34F210E8860 /* UIImageView+ZFCache.h */, - 80BE34B3B635E10EB14465ABFCBDE7FD /* UIImageView+ZFCache.m */, - C05B031ED5C4066135823A85DF067623 /* UIView+ZFFrame.h */, - 282D6F906448283595CF9242D0D039CF /* UIView+ZFFrame.m */, - DA45655B3BFCB73542F94FBC8B5EB767 /* ZFLandScapeControlView.h */, - 95CF63ABCB6F25ADB78E2D8C5C0B4AAE /* ZFLandScapeControlView.m */, - F68C9B02B11B5CA2245E6B8812CCEBB4 /* ZFLoadingView.h */, - 605FB43B0DA0F12B646A8E06249BA213 /* ZFLoadingView.m */, - EDCE541EE66134DC578CD78A2B632931 /* ZFNetworkSpeedMonitor.h */, - EF0D9F411C0AE8266539CC3C372C5FD0 /* ZFNetworkSpeedMonitor.m */, - B46DF914A72CDF22E27684C7E253C84C /* ZFPlayerControlView.h */, - 78DB9636223BA7446E901986F1BFC86D /* ZFPlayerControlView.m */, - D96CA72F567147EB6E41400EF7D697CD /* ZFPortraitControlView.h */, - 535348DC69977225D375E88E6B5E825B /* ZFPortraitControlView.m */, - 929396B3C13DD9AC0D752E4CE93A61E9 /* ZFSliderView.h */, - 1A28F79C50D3E20B9BAC67E22A4359F3 /* ZFSliderView.m */, - 6463A0E9C5AB7FD3DD5005CF73EDA0C5 /* ZFSmallFloatControlView.h */, - ED6916102BF992D0D04FE7DC99C7FB32 /* ZFSmallFloatControlView.m */, - 8687A57AE558794973CBE0EF4EE33A63 /* ZFSpeedLoadingView.h */, - 7F52C8799AD5CBC0BD9548829C430967 /* ZFSpeedLoadingView.m */, - CE40EFCA5E24E01C8DFAC18FD04439ED /* ZFUtilities.h */, - 9936F0CB3A63B5AACBC54AB5F3DBB50A /* ZFUtilities.m */, - 0DD8C1045DCFBEBB3D9D5593893F671E /* ZFVolumeBrightnessView.h */, - 5C5EC748DF82D46F9C9A08C1CFB9970E /* ZFVolumeBrightnessView.m */, - 2B16F442A3CBF264465B39CB93278DC1 /* Resources */, - ); - name = ControlView; - sourceTree = ""; - }; - 53F44F3637A3813AFAEE57A32FD05BEF /* DDCollectionView */ = { + 2B081BBB3222F6D0D6D819C42A4430F8 /* DDCollectionView */ = { isa = PBXGroup; children = ( ); name = DDCollectionView; sourceTree = ""; }; - 552FF270B50722AA07DBE4CE954D8E23 /* DDImage */ = { + 2B7E63ABBCF240FD68A3E0795DC141D2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 818CD09C2E47D832F052F56C7D0E6FA7 /* AMapSearch-NO-IDFA.debug.xcconfig */, + 7D93102AD19139CC295100C1519DEE8A /* AMapSearch-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapSearch-NO-IDFA"; + sourceTree = ""; + }; + 2C230780495B4EECE64CC82ECD810DB1 /* Support Files */ = { + isa = PBXGroup; + children = ( + 53DD4ACFBD24149D1BCA54AC7FFD61B1 /* IQKeyboardManagerSwift.modulemap */, + 0CA5A7DA12336DAA19E1EA26B1312A6A /* IQKeyboardManagerSwift-dummy.m */, + 5820AD4F069C70C87F725DD32EFDB5B1 /* IQKeyboardManagerSwift-prefix.pch */, + C6276D35B176A33B11FAEACD5FAEE3ED /* IQKeyboardManagerSwift-umbrella.h */, + E2B2FC20063D3F6BC9FC03E2F19F08CB /* IQKeyboardManagerSwift.debug.xcconfig */, + 6651F8D32DD20125701E5BC2C911CCC0 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + 2C6BB0E9633ED874723868FD5BB7C4D7 /* DDBaseCollectionViewCell */ = { + isa = PBXGroup; + children = ( + 59C1AC23636B5970BCDE40A5A18C4B37 /* DDBaseCollectionViewCell.h */, + 1237CC532B7E2B100BCC96757C7C794E /* DDBaseCollectionViewCell.m */, + ); + name = DDBaseCollectionViewCell; + sourceTree = ""; + }; + 2CD905FDC6B77E7651E3FEF1AF7E95A1 /* UICollectionViewCell+DDCategory */ = { + isa = PBXGroup; + children = ( + 83CBF4B69A90364F3E49C71FFFB15594 /* UICollectionViewCell+DDCategory.h */, + F57A84E342E92AF11E88283DB37626B6 /* UICollectionViewCell+DDCategory.m */, + ); + name = "UICollectionViewCell+DDCategory"; + sourceTree = ""; + }; + 2E2FC7F5F2115731642A553AC1D5005A /* Overlay */ = { + isa = PBXGroup; + children = ( + 536F6A35FB6702E5E8972D47AE27E916 /* MABaseOverlay+DDCategory.h */, + D5D294295C30D740A2011C4A29FA2388 /* MABaseOverlay+DDCategory.m */, + ); + name = Overlay; + sourceTree = ""; + }; + 2F7C2470E72D9A477856AAAB11BAA01D /* Core */ = { + isa = PBXGroup; + children = ( + 835E849B3BC8ADD82926AC6CB92E9C82 /* Array+ZLPhotoBrowser.swift */, + 929439B39ABD83672882D3E34C95FA46 /* Bool+ZLPhotoBrowser.swift */, + DB13D045A5BCC020F8784633BC769138 /* Bundle+ZLPhotoBrowser.swift */, + 6A20AA44912E1E71BDF866DCA7312A45 /* Cell+ZLPhotoBrowser.swift */, + FD4BFCC8739D5C18B3EF164944D6A1AA /* CGFloat+ZLPhotoBrowser.swift */, + 261FCC30C522E14C26409D4278AA150C /* NSError+ZLPhotoBrowser.swift */, + C56C7076C6ACDD919CB8B544EF54EE6F /* PHAsset+ZLPhotoBrowser.swift */, + DE07162BE6F4F1A997A4854EF51E66F5 /* String+ZLPhotoBrowser.swift */, + B08A46B8C839E029B33C6F6CC307D57B /* UIColor+ZLPhotoBrowser.swift */, + 4EA842974C064A6643CA65B4F60C0A8E /* UIFont+ZLPhotoBrowser.swift */, + 063BD1391E1AB3571A5124DFA1048996 /* UIImage+ZLPhotoBrowser.swift */, + 3D148BDD044AA0EFFC35AB4DBBB1EA14 /* UIView+ZLPhotoBrowser.swift */, + 1ACD2390EB614A635BFBD9A685DC10BA /* UIViewController+ZLPhotoBrowser.swift */, + 173BC5A3FF087A7A811896E510320C32 /* ZLAddPhotoCell.swift */, + F904780706621C4C24A5DDBD19F9AD53 /* ZLAdjustSlider.swift */, + 97D4805BAD010839FD2F494F302FA25B /* ZLAlbumListCell.swift */, + 61D2AF6E849AE3167EF20664BC9137E1 /* ZLAlbumListController.swift */, + 3DFBEC2B3745AD1EE5FB3E6A69D81943 /* ZLAlbumListModel.swift */, + 00CC8897FE09B914D9240AA47BD4D67B /* ZLAnimationUtils.swift */, + EA8FD6B0944ADDBD839CD14192137BAC /* ZLBaseStickerView.swift */, + 10FF294BA1B443DC0503BE70408129DA /* ZLCameraCell.swift */, + DCB684F817277E2F4C7B7EED01F3FDD7 /* ZLCameraConfiguration.swift */, + B871B8BFDD5F05AD314EEDAF8023C3F7 /* ZLClipImageDismissAnimatedTransition.swift */, + 8054525DB1B0B73AA00F4836F39A39AC /* ZLClipImageViewController.swift */, + E76EEA8C41C5655B07BECBFDB0EF0ED6 /* ZLCollectionViewFlowLayout.swift */, + 2A10BEE307B64BA71613A41C96687DCC /* ZLCustomAlertProtocol.swift */, + 3C71EFBDB0BBB656B7E1EA19FD5A3564 /* ZLCustomCamera.swift */, + B4E31A97D2588A8BC7D34CB691791FF8 /* ZLEditImageConfiguration.swift */, + A4F1CCE50A64698C430F1A5DD836678E /* ZLEditImageViewController.swift */, + D8ACCE82AF87D5DDC699703ECD9C0EBF /* ZLEditToolCells.swift */, + 36F5897912954B93461281527705C357 /* ZLEditVideoViewController.swift */, + D0A36258A2776EA01417A8BA5CEDF754 /* ZLEmbedAlbumListView.swift */, + C77E9EC3198AA82EBD3E95F7E0B06F9F /* ZLEnlargeButton.swift */, + 0E9027378D012FE991264D7D66987F17 /* ZLFetchImageOperation.swift */, + C4BEA969D381F45D17324AD42BA44951 /* ZLFilter.swift */, + 9626661BED4F69F830D94C17CE3AC40D /* ZLGeneralDefine.swift */, + 4997009751AAA2566F9162059BB237B0 /* ZLImageNavController.swift */, + 2DE6F2A10679DDD6131349E543E811B6 /* ZLImagePreviewController.swift */, + 1ECD4661FC6B8013173C7EDF9FB314E5 /* ZLImageStickerView.swift */, + C328B05BE0D44A0B9C3C6CDCF7A1E6AE /* ZLInputTextViewController.swift */, + 51CCFD4700A54856BC0279C2A60F5A8D /* ZLLanguageDefine.swift */, + 1FBF9BE4FD9875647BFB4480557B19F7 /* ZLPhotoBrowser.h */, + 7A47D19BFD73FD04F0756147A99A3ABE /* ZLPhotoBrowser.swift */, + 2F9A22D3EB0C99116FC946A4E0B6BC99 /* ZLPhotoConfiguration.swift */, + 68E03442859B78F721F32BBAA0D07006 /* ZLPhotoConfiguration+Chaining.swift */, + 1D6F38241CD5642FDED58BAA35AB4CA6 /* ZLPhotoManager.swift */, + 3291FD2F05D78B7BB557DBA66C3B60D3 /* ZLPhotoModel.swift */, + A3A4503392FEBAF9644AFD3D69CE5999 /* ZLPhotoPreviewAnimatedTransition.swift */, + 9C8305F96BC2F05C534DB6EFEC0C4FD0 /* ZLPhotoPreviewCell.swift */, + 2F9038531BED21073377FB2BAF653D92 /* ZLPhotoPreviewController.swift */, + 420B2824C5FD408C560D9EAD613F8745 /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 9AE52E505AD93B71530829C12A79CA34 /* ZLPhotoPreviewSheet.swift */, + C723DB0708A1DDF4BDEDCF7E4E4D1B9C /* ZLPhotoUIConfiguration.swift */, + E651BDA7D53A416AF96CF7D8AF54C2AF /* ZLPhotoUIConfiguration+Chaining.swift */, + EF08E526F5B670836DB4EA9F7FD4935A /* ZLProgressHUD.swift */, + 776B6125B1CF6007A7C6CAC042CA9A80 /* ZLProgressView.swift */, + 45AA72946E315A5BBF295AFEB982C477 /* ZLResultModel.swift */, + 0BA9C5D8BFB6A76A002C5008A8297894 /* ZLTextStickerView.swift */, + A382F9A63B7915979AB2027E98017E1D /* ZLThumbnailPhotoCell.swift */, + AF5503D2DC67DF588D5FDCC40F0711BA /* ZLThumbnailViewController.swift */, + 091FDAC750B35AF72EB86F87AE7A9193 /* ZLVideoManager.swift */, + 8BA8DA962395D0224DEB565055A6D8B2 /* ZLWeakProxy.swift */, + ); + name = Core; + sourceTree = ""; + }; + 309EB78BB10D87D9D3F5706C711C0F33 /* NSURL+DDCategory */ = { + isa = PBXGroup; + children = ( + F38DECC280E7764D3F75D94574127076 /* NSURL+DDCategory.h */, + 7B540F8536069D6AC2ACAB2201587CC8 /* NSURL+DDCategory.m */, + ); + name = "NSURL+DDCategory"; + sourceTree = ""; + }; + 30CFBEF7F90D5CF1F5F9F8345B1A7232 /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 947EF1FBACF89273DE278862C44BEE0C /* IQBarButtonItem.swift */, + C3EB3FAC176AE72E2A035FE8467D3058 /* IQInvocation.swift */, + 6F91DE6B5BA4B065B5E306C6AC0876D5 /* IQKeyboardManager.swift */, + C944915A71378DC9FBA52EB33D9E531F /* IQKeyboardManager+Debug.swift */, + E83F4199D9698F75FDC95FE4D9617BF7 /* IQKeyboardManager+Internal.swift */, + 73732A2C2D57BEDF1C16C17228F1E59C /* IQKeyboardManager+OrientationNotification.swift */, + 810F72AF69081D68603BFD2CF7D0A649 /* IQKeyboardManager+Position.swift */, + 28A416FC484ACE8BD96EC6A2C41D6E39 /* IQKeyboardManager+Toolbar.swift */, + 6C0D3E297F1ADA0E52A6AC606993D6B8 /* IQKeyboardManager+UIKeyboardNotification.swift */, + 89D206E48BBA8E84DC4644B3320D26E6 /* IQKeyboardManager+UITextFieldViewNotification.swift */, + 2CEBAE44D30275292E512FDCD7B604EC /* IQKeyboardManagerConstants.swift */, + A858DF793FD2DC0C9FA27769787A71C8 /* IQKeyboardManagerConstantsInternal.swift */, + A81FC87B5BC7C59945DC5EAC3E7AFB2C /* IQKeyboardReturnKeyHandler.swift */, + BFEB3C00E2012E21AF84D7B5FC2C66B1 /* IQNSArray+Sort.swift */, + ECA7CE70C25E08DD85D3B41472139AC5 /* IQPreviousNextView.swift */, + 46DD0C3B7A6760884275F6BC05CA6CEA /* IQTextView.swift */, + BA61BE5A8E32EA44B4B6529D906C1B9A /* IQTitleBarButtonItem.swift */, + D66DA84E22266E71EB580C3769E6A5D0 /* IQToolbar.swift */, + 8FF45F072745A803EE7512124A5E34AE /* IQUIScrollView+Additions.swift */, + 97D44AD9154AA4F6DDDEE9022A72383F /* IQUITextFieldView+Additions.swift */, + 3B214EC5CF3F14EEB64EFC1B4EB2443A /* IQUIView+Hierarchy.swift */, + D8915CDB27F980F26779B93B51480F64 /* IQUIView+IQKeyboardToolbar.swift */, + 15F3A8245D71C40CDD42CD2FEC629D76 /* IQUIViewController+Additions.swift */, + 2C230780495B4EECE64CC82ECD810DB1 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + 3147F837C48942C2ACDDDD61F3E2F7A1 /* SwiftLog */ = { + isa = PBXGroup; + children = ( + 3125D8DCF7018A7FCCEC0336B3E20324 /* DDSwiftLog.swift */, + ); + name = SwiftLog; + sourceTree = ""; + }; + 382291F4FB19BD11E4FE18B912B6A056 /* Resources */ = { + isa = PBXGroup; + children = ( + DBA9D3A785A43CDC78C173AF1E1EA301 /* AMap.bundle */, + EDDB4527E4965D820CD0960EBEBC5B70 /* AMapNavi.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 3960D6228A37D5474ED3C5A7FC03C2DA /* Support Files */ = { + isa = PBXGroup; + children = ( + 1936D02AFDC5FE7F9B5331409A6E38F4 /* DDToastKit_Private.modulemap */, + 13424C098E3429BAD8B1865086ADD736 /* DDToastKit_Private-dummy.m */, + 8F66A3748C4B2D620202B33C182A8CBB /* DDToastKit_Private-prefix.pch */, + 3AD21409FAB4C66BBA19E878AD74C873 /* DDToastKit_Private-umbrella.h */, + CEEA8196BC28DEB4E92D8BB9EFF5CC36 /* DDToastKit_Private.debug.xcconfig */, + 357270646D138BAB6650D35F5324FFE3 /* DDToastKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDToastKit_Private"; + sourceTree = ""; + }; + 3BDFE22B238369AA23C3E37CD84CEDEC /* DDView */ = { isa = PBXGroup; children = ( ); - name = DDImage; + name = DDView; sourceTree = ""; }; - 55351A815973B74F7DB5AEF13304EE41 /* Support Files */ = { + 3C03E1B4F45FF41BE09C1F7C235F68D9 /* Frameworks */ = { isa = PBXGroup; children = ( - 5E34799D6AD4239261D94D94048D8C2B /* AMapFoundation-NO-IDFA.debug.xcconfig */, - E5E283FCA2ECF0EC15A3059E80203F0E /* AMapFoundation-NO-IDFA.release.xcconfig */, + 4FC739643A575A607FD0C9365E2CA798 /* AMapSearchKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 3D57A865A07DCB2D454D212330E4E5D3 /* UIButton+DDCategory */ = { + isa = PBXGroup; + children = ( + 93F7D80CEF63FDE716AAA7095BCFAC88 /* UIButton+DDCategory.h */, + 9845A34ADAF4ED99062CDFD181DBCC7E /* UIButton+DDCategory.m */, + ); + name = "UIButton+DDCategory"; + sourceTree = ""; + }; + 3D7821B35151F7E4B5F54778537E0E3C /* DDFontKit_Private */ = { + isa = PBXGroup; + children = ( + F60F38B1DD24C8B8FCCDAD060248ECE6 /* FontUtil.swift */, + 7A903E1F03F69B4BFF53A7DC953037AA /* Support Files */, + ); + name = DDFontKit_Private; + path = DDFontKit_Private; + sourceTree = ""; + }; + 3E3793AD3770A81B826B57F58D724DA6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 80C7D8C8A405D8643689D7B5CA2A24A0 /* Kingfisher.modulemap */, + 5750F7E59314A9D375A0E696BF7DE46F /* Kingfisher-dummy.m */, + A7EFAC04E7084F0C8AE8A2F2F7757F72 /* Kingfisher-prefix.pch */, + 6F6135437FD20A9FA4AB01838105C647 /* Kingfisher-umbrella.h */, + 4AE55287C9BF41D245C27DB0AA035A21 /* Kingfisher.debug.xcconfig */, + 4A18B3C62D891861819B8FD1C3B3E765 /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 3EAF86ADE2832CDC3D3075DDAA770F8A /* UINavigationController+DDCategory */ = { + isa = PBXGroup; + children = ( + 3A35017495E79C241503D1C611FB0E9C /* UINavigationController+DDCategory.h */, + B75E2FA92F3940E7D9E70BBBDFD28072 /* UINavigationController+DDCategory.m */, + ); + name = "UINavigationController+DDCategory"; + sourceTree = ""; + }; + 42161BADAE7DE5080E380DD2181B6B53 /* CocoaDebug */ = { + isa = PBXGroup; + children = ( + AB10661B96C802049CD8CEAA0B1C9A7B /* _AutoLaunch.m */, + F623DB8E3F08A8BE2B028A0241CE3A19 /* _BacktraceLogger.h */, + 09FD9DA269C48AEE264722C210EB6228 /* _BacktraceLogger.m */, + 42BA08323F00229B5D30992C68DA1EB9 /* _CacheStoragePolicy.h */, + C6CD8FC8C2833987EFFD713C441C6CA2 /* _CacheStoragePolicy.m */, + EDC3BC151D14D62093DF03D648F2DADE /* _CanonicalRequest.h */, + 2A497354C9DC2872518646E2C24B1AC1 /* _CanonicalRequest.m */, + F62BFBCF6E8CB3F0706C076E3D34295D /* _CrashModel.swift */, + 418262243490F789E5397946867C8F0C /* _CustomHTTPProtocol.h */, + 0C4741AECBFAA3382F599D25CB8495AA /* _CustomHTTPProtocol.m */, + E1004793B3572A2D5E8E69FB6E534E05 /* _DebugConsoleLabel.h */, + 76D1B9EFEDC096ADFFEF42C8436D3A5B /* _DebugConsoleLabel.m */, + 376FE570A5A6829133A474FFC7730392 /* _DeviceUtil.h */, + D8B7352F318595E9CC9BAB46E3E90981 /* _DeviceUtil.m */, + B4476D4ADB2C9B49FB899BE7BBED7CF8 /* _DeviceUtil+Constant.h */, + D463A9B4D6D260AAE176E0FC5815EF0A /* _DeviceUtil+Constant.m */, + 017BA9D2584BFE2A506D6FA29BB723B5 /* _DirectoryContentsTableViewController.h */, + 0FD1730B1BBA65CA27D51A1DD234F77C /* _DirectoryContentsTableViewController.m */, + 670F1D63802F2FBEB9392A80A30D5C91 /* _FileInfo.h */, + AFEABC58DE74F0C6FED7D224A1133DC5 /* _FileInfo.m */, + C8D8F6C5C31D513A5558A18D4FBA4978 /* _FilePreviewController.h */, + 24A38300E240A8CBB21CD0B31DE6F8DE /* _FilePreviewController.m */, + 7587D31319E3CA371FA7CD02B2959860 /* _FileTableViewCell.h */, + 8284E493797429D0F363D771E5EEE1A7 /* _FileTableViewCell.m */, + 940805A08FA6EAAE8FE2D4B7C8EC9241 /* _fishhook.c */, + 204E4F4D1E5DEDB10EECAFBD56469A01 /* _fishhook.h */, + 444F53B72D7A3895A9EBA2F8050F5D1C /* _HttpDatasource.h */, + 26DB052E4FB9DD69263E66C759F7F918 /* _HttpDatasource.m */, + 9999328EA974AB233F994AA6EBB64BBE /* _HttpModel.h */, + 0C32B7C68B23FAD382A03CD92B45DC06 /* _HttpModel.m */, + 3563E1E50C3C038DD4A038D3833ECF5C /* _ImageController.h */, + FCDFC66002C285612CB91F8949DD5F2A /* _ImageController.m */, + 5AD12343751B01E68B49B3E3EF1F0580 /* _ImageResources.h */, + 402F1FBC6DB23AB6C30A37A5AC6E132C /* _ImageResources.m */, + 2C7087C49FDA58FD978F0F79B21E6579 /* _NetworkHelper.h */, + B63AE0EF83BE9ECB865E4931A53DA50C /* _NetworkHelper.m */, + CF6E41854A06234CE0CDA95420F08DD7 /* _NSLogHook.m */, + E96F14E3DE9B3DA9F2E0734056C5CB5F /* _ObjcLog.h */, + 5F7AC0778ED6AE7A6D651436FC668750 /* _ObjcLog.m */, + 546E3CAC53B584E9D820CB9BCE2DB590 /* _OCLoggerFormat.h */, + C6218461361FB2DE04E05CBC011B4A89 /* _OCLoggerFormat.m */, + D4E3DBFDAC5126D6AB44954A92163D5F /* _OCLogHelper.h */, + 12F0230DBD912423D4F91CB29C6851F1 /* _OCLogHelper.m */, + EBC6F6F6BF7FFE6463A07578F1E35C61 /* _OCLogModel.h */, + 5C25D5053090B764A4769D7274F98CB1 /* _OCLogModel.m */, + 6FF68D13FEEF4B5BB673344AABEB6AD6 /* _OCLogStoreManager.h */, + E61C280397F89480EB0C260A789EB6E4 /* _OCLogStoreManager.m */, + 99890D3BED1E3261F7883BF904CF36B9 /* _QNSURLSessionDemux.h */, + F66AF5D1F6CE3BB913B18A5637EC7688 /* _QNSURLSessionDemux.m */, + 3D55E75469E7DECC4FFE78A9C9C0636A /* _RunloopMonitor.h */, + D2D89BF3FBBAFD467FC02F62E8B7F69D /* _RunloopMonitor.m */, + 5DB13F56D699BF4AD3B0C3A044EE4FE2 /* _Sandboxer.h */, + 8BDF2A3207088932A52DB9E0808A8896 /* _Sandboxer.m */, + 0DA7859891D940DDEB5B1BEE1E6A7A02 /* _Sandboxer-Header.h */, + 6728C33E6DA29FBAEA2782397F0343B6 /* _SandboxerHelper.h */, + 8A6D8D27BF5530D124DC7655D0835891 /* _SandboxerHelper.m */, + CF4CACE389FF58874B66DF23404C15DC /* _SwiftLogHelper.swift */, + 33316B4B1C819196CC346E2F119D2877 /* _Swizzling.h */, + 7247B946E910D899AFD2D64A37BF23FB /* _Swizzling.m */, + B07432B852E796186861E1B665F6F5E4 /* _WKWebView+Swizzling.m */, + D4813DAC17158C729BB013B015F5F07E /* AboutViewController.swift */, + DE1AE4A69289A0D70865A0ED5ECA0172 /* AppInfoViewController.swift */, + 9DAD6A698156D08ACFA3D525AC143F36 /* Bubble.swift */, + 1B47EA74A8EFB67859D74D6D5F3BB488 /* CocoaDebug.h */, + 5A43FBF0647C2312926F6D9E7E2DF169 /* CocoaDebug.swift */, + 6C5369A796319831DCF0FE151F568493 /* CocoaDebug+Extensions.swift */, + B858F6A8542F44E7A180F945484C0BF4 /* CocoaDebugDeviceInfo.h */, + 2D998F589817DDF7A5333A822CBEC675 /* CocoaDebugDeviceInfo.m */, + E6809FB7DA95C5EC388367A75F39D5E6 /* CocoaDebugNavigationController.swift */, + 9C941FE3E0210F042109699B79C902B7 /* CocoaDebugSettings.swift */, + 095A985D17E2BB8CB25A40BC2E27D7D2 /* CocoaDebugTabBarController.swift */, + 13BD3361E83FC21C5BC469920651072A /* CocoaDebugTool.h */, + 4B26976756BACF0C21DB2CACD0D6E7E0 /* CocoaDebugTool.m */, + 16BEDB8744F55F68466ABAD06D797E91 /* CocoaDebugViewController.swift */, + 59ACDCF7546D7485403CE7409AADCB04 /* CocoaDebugWindow.swift */, + AA2C8853365C78D4DC32BB8DD4411F94 /* Color.swift */, + 3D98B22AC22B69B9F31152B00E2464FF /* CrashCell.swift */, + 93651F46E7784903DF993BEB70030C7D /* CrashDetailViewController.swift */, + 45BAE5CBACF11D6184D16ADDD7F76CAA /* CrashListViewController.swift */, + 5CF998D36295FBC7E20EF441ACF6EC3F /* CrashLogger.swift */, + 306BEFD617F228EE03150ACD4ED3B777 /* CrashStoreManager.swift */, + 8AB0CBA2B0C1C12419007909C80510FE /* FPSCounter.swift */, + 496AAA709A947A76099FC5F6E497F935 /* GPBMessage+CocoaDebug.h */, + 60F3234476B06614F80EFB05A1073983 /* GPBMessage+CocoaDebug.m */, + 36EBF5988DB7B9CDFBAC449DC27BC189 /* IgnoredURLsViewController.swift */, + 38CDD02D0C84F8C61DA1AAE6CF0DDA7D /* JsonViewController.swift */, + BF2088B21090F22E44A150932553534A /* LogCell.swift */, + C3E8F25D8B759A2B871130CA907892EA /* LogViewController.swift */, + 0BAFF59448B95D21460FB3B962F1FBDB /* NetworkCell.swift */, + A165A185D909A3F4B2CF3961E00DD144 /* NetworkDetailCell.swift */, + 26B0F221FC31E91004E2BB66711F9624 /* NetworkDetailModel.swift */, + B0233D9115460B3BA7E8CC718676E846 /* NetworkDetailViewController.swift */, + 4E9ED99769741285CCE2A4341C854497 /* NetworkViewController.swift */, + E12293111FFD36A608B25767FAA1B9CE /* NSObject+CocoaDebug.h */, + 684D0BE3AD99F98025982FC595DCA0A9 /* NSObject+CocoaDebug.m */, + FA589924FEF5F3AE9FAEB264389624EF /* UIBlockingBubble.swift */, + 5DB8C75BCE10621FFAD92B28102C64C3 /* WindowHelper.swift */, + D63568427003FC1EB1C4533F0E37DD80 /* Resources */, + 0340ED8B2B65A4D474A57CF54FD040A5 /* Support Files */, + ); + name = CocoaDebug; + path = CocoaDebug; + sourceTree = ""; + }; + 47187C12A095AF0C2550706BB505741B /* Support Files */ = { + isa = PBXGroup; + children = ( + B5C8B49D3B87F6C8C7CF6FFB1EFF6B9A /* DDTimerKit_Private.modulemap */, + A2F9B044EC22283C83F19BE5F30E01F5 /* DDTimerKit_Private-dummy.m */, + 04F8D84A62F275D974F86565382FCE22 /* DDTimerKit_Private-prefix.pch */, + E11A6ECB78F32EFE917F308C1981B2F6 /* DDTimerKit_Private-umbrella.h */, + A70F23F4FEC70D048898E1B67D4DC316 /* DDTimerKit_Private.debug.xcconfig */, + 3BEFD53C17D48B56061198A761955C21 /* DDTimerKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDTimerKit_Private"; + sourceTree = ""; + }; + 484D3754B226BCC0CBC992B3ADFA8F72 /* UIScreen+DDCategory */ = { + isa = PBXGroup; + children = ( + C917232E10889590B6D765BBD0169ADA /* UIScreen+DDCategory.h */, + 647D20AC7E2359C702A2BFAA55C2D1E6 /* UIScreen+DDCategory.m */, + ); + name = "UIScreen+DDCategory"; + sourceTree = ""; + }; + 4860E35C08B5A64761B59A9532B5A033 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9DCAA032F2E6C410632B76C47B2D9A23 /* AMapFoundation-NO-IDFA.debug.xcconfig */, + FA29C85641582913C61E6A68B684AD20 /* AMapFoundation-NO-IDFA.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/AMapFoundation-NO-IDFA"; sourceTree = ""; }; - 56A8132E1DC86550009A4764C1C9C677 /* DDSwitch */ = { + 4BFB9CDD20FAE38039E8097D6E279594 /* Support Files */ = { + isa = PBXGroup; + children = ( + 731CFCF16EC095CC71BA24D0D4BDDEAF /* RxSwift.modulemap */, + 1C5E0A65538F1B613E58D145DD6E87D1 /* RxSwift-dummy.m */, + C0DE8226B18AA4D42D16E6033E3D3C82 /* RxSwift-prefix.pch */, + ECC828763AB2ECF5D36C611125E3A93D /* RxSwift-umbrella.h */, + 0333BD91242AADD1BBEBD06B190C43BD /* RxSwift.debug.xcconfig */, + E1CCAA8344FE8309B1C57584F496F841 /* RxSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxSwift"; + sourceTree = ""; + }; + 4CBF508A5DC09585223974A66FBF5B1C /* DDBaseTableViewCell */ = { + isa = PBXGroup; + children = ( + 94678199DBFD1BB1DD952501F496AB9D /* DDBaseTableViewCell.h */, + 02586CCB670D21813EDDE73652BB3FF5 /* DDBaseTableViewCell.m */, + ); + name = DDBaseTableViewCell; + sourceTree = ""; + }; + 4CCCD0D5579717619F4B3F50016E57A3 /* Resources */ = { + isa = PBXGroup; + children = ( + 7D205D54A244888D29F51C7FF3A4556D /* en.lproj */, + ); + name = Resources; + sourceTree = ""; + }; + 4DC2122DC77F796B1BB08B85E51548D5 /* MJRefresh */ = { + isa = PBXGroup; + children = ( + 46F941A00716D63FA4B2D4EC0E125AF8 /* MJRefresh.h */, + 72DC723EED7D01F686450D1D03CDAF8E /* MJRefreshAutoFooter.h */, + 6FDBFC1C8FE1C14A95A9FC07FD395CA0 /* MJRefreshAutoFooter.m */, + E0861693DB9578B6FDF878487F660B44 /* MJRefreshAutoGifFooter.h */, + C2A7725D144328A58148A5A1F42910A0 /* MJRefreshAutoGifFooter.m */, + D4E4AAD31495DC9A9E8ACF1B24E597B4 /* MJRefreshAutoNormalFooter.h */, + 130D9C60AF0D2CDEDA2C953C02AE82BF /* MJRefreshAutoNormalFooter.m */, + A28569084384261E8C1912B3A39D2243 /* MJRefreshAutoStateFooter.h */, + D8B6E4DC66A3DAF359D42CC4BF7D12D4 /* MJRefreshAutoStateFooter.m */, + E3E3479F601BE9D85ADB60D250DDF6E8 /* MJRefreshBackFooter.h */, + 85E7954BA79707BEE46110DFCDDE0C15 /* MJRefreshBackFooter.m */, + 1A63AEFEB8C46FF79506CAC9D5EED9FA /* MJRefreshBackGifFooter.h */, + 9E22481C543E2D748FFC40BDE2648255 /* MJRefreshBackGifFooter.m */, + 734BF020947949CC0A1C973FCEA227FA /* MJRefreshBackNormalFooter.h */, + E0122C0BF58C3FDA9382C4033527C441 /* MJRefreshBackNormalFooter.m */, + AA1B91D44D6DB4189580C58BD942F239 /* MJRefreshBackStateFooter.h */, + 0A5FD362C24B31708AD082C785507076 /* MJRefreshBackStateFooter.m */, + 79036EC2764D9E8F23569B2D2511F174 /* MJRefreshComponent.h */, + ED43F6F15831252679A7C3F3E2DF1211 /* MJRefreshComponent.m */, + 9D53AEAC0C08E5715F366DA686AECAEF /* MJRefreshConfig.h */, + D94FF65F38A1179C2D2B7B92898D4290 /* MJRefreshConfig.m */, + 1725DFC1C8F4A0B8E05B181F31AE8475 /* MJRefreshConst.h */, + 5C2264C8058927CE45EB539A42430629 /* MJRefreshConst.m */, + 5F4574BBEC8A5D0624A0617F9AA5C474 /* MJRefreshFooter.h */, + 970BC596737BFFB5FF0298BF9BBFF974 /* MJRefreshFooter.m */, + 14B1883CAF9C54C2774546AAB3CD6DE1 /* MJRefreshGifHeader.h */, + 334DB076BA8FBD0CAF1A07678DA2E006 /* MJRefreshGifHeader.m */, + 5C951DA091B1EE6FD20B3B272D9B615A /* MJRefreshHeader.h */, + C7346B236D05AC35147DB286408AEA3A /* MJRefreshHeader.m */, + 934A39B0CEFCEF9EE662A5C9A49311B1 /* MJRefreshNormalHeader.h */, + 7B740660FA93F630F18096754E4F36FC /* MJRefreshNormalHeader.m */, + 5DCFF6E2CE9B92287D99A713B05D5BBA /* MJRefreshNormalTrailer.h */, + 68505EC0B846C323D55E11153CF64936 /* MJRefreshNormalTrailer.m */, + F821DDCB198F678CB99B11CF49BC9E2D /* MJRefreshStateHeader.h */, + 6901B0BBAAE131F5D3FC20808AAC4454 /* MJRefreshStateHeader.m */, + C5DB64C747D81688D7126B75038DD948 /* MJRefreshStateTrailer.h */, + 37F5A538345F4986E0B09F2807B5A120 /* MJRefreshStateTrailer.m */, + 3D1A5662585CAB5FBA6C27AB02DABD3E /* MJRefreshTrailer.h */, + FA2D39312AFF381FF6A4AB009036AC71 /* MJRefreshTrailer.m */, + CF77E19F8396694EF0D0A6BA38B36533 /* NSBundle+MJRefresh.h */, + 6036E4624D2FCBE8F84CFC79364003A7 /* NSBundle+MJRefresh.m */, + 5E8A9BB97B0E04125E8550ACE4BD224D /* UICollectionViewLayout+MJRefresh.h */, + 572AD83BCAE4569BB796478A08F4F07C /* UICollectionViewLayout+MJRefresh.m */, + 66F8E08A369D4EE6FAF5EC3E8E5428D6 /* UIScrollView+MJExtension.h */, + 6DB92F147CFC6676A8CD4111FCEA4E08 /* UIScrollView+MJExtension.m */, + 5A44A0DC296222B7598352F4EA8BB3F7 /* UIScrollView+MJRefresh.h */, + A23C70DEDF85FCD22379514D982957F6 /* UIScrollView+MJRefresh.m */, + 0C5497BEA73B312AC0E6A3CF3599FEB9 /* UIView+MJExtension.h */, + 23D0B1D6E86E7DA9D74535A3E52DC83D /* UIView+MJExtension.m */, + F64B52D296D23148F5794288D39A031A /* Resources */, + 74BE23EB65FF8CB6A93E360306B65A85 /* Support Files */, + ); + name = MJRefresh; + path = MJRefresh; + sourceTree = ""; + }; + 4E5C802B9E9EF1CD01FEA04E20EB9567 /* UIView+DDCategory */ = { + isa = PBXGroup; + children = ( + 8A61043499A1E6BA066D070F6AAAD92F /* UIView+DDCategory.h */, + 264ECE557D87379DBA0014642D5F67EB /* UIView+DDCategory.m */, + ); + name = "UIView+DDCategory"; + sourceTree = ""; + }; + 4E7AEFEA9BE2B53C6F1E4C31F75BBD5A /* DDTableView */ = { + isa = PBXGroup; + children = ( + ); + name = DDTableView; + sourceTree = ""; + }; + 4EFD9B4B3D38C010AEB9FF2FE27ABC09 /* DDScrollView */ = { + isa = PBXGroup; + children = ( + ); + name = DDScrollView; + sourceTree = ""; + }; + 502FAB8DA82E3477EE755C447BA34FDE /* DDImageView */ = { + isa = PBXGroup; + children = ( + ); + name = DDImageView; + sourceTree = ""; + }; + 52D7011915E64C1DE0CBA89CAE81D15C /* DDSwitch */ = { isa = PBXGroup; children = ( ); name = DDSwitch; sourceTree = ""; }; - 56E37DF9ACF7302CC404D9F47F984136 /* GCDTimer */ = { + 538FFC7A1B9AFB2DD85EFDB33B4D555A /* Support Files */ = { isa = PBXGroup; children = ( - D0AD26B18FD7E2C944AA8C1205ECD171 /* DDTimerManager.h */, - 20A03C612DE994A6D49EFA787201E56C /* DDTimerManager.m */, - 5853D8C365C2E23E53E6B8B428CDFA6A /* DDTimerObject.h */, - 6019FF29BB187DBD37EE03029AC1CFA4 /* DDTimerObject.m */, - ); - name = GCDTimer; - sourceTree = ""; - }; - 5770958B71B5A333955FE52367DFE291 /* DDCategoryKit_Private */ = { - isa = PBXGroup; - children = ( - 42C512828A40E152872C6B4CE3903BE0 /* DDCategory.h */, - 793CBD17543F1A771EAA4F17E8E31E0F /* CALayer+DDCategory */, - A6F36B7D0B01ADFA5852314CEFC6B1EB /* NSAttributedString+DDCategory */, - DF09C41D2C40E7E2A963B122F3CE89E1 /* NSBundle+DDCategory */, - 0CBC088010C549DEE8FD67D406111B70 /* NSObject+DDCategory */, - 5CCB70B0ACEE262553FC94C54B399CCA /* NSThread+DDCategory */, - 89D3B1EB830A3EC69C32FFB9E2C95F45 /* NSURL+DDCategory */, - E0279366C4921C5697AFFD431A8B0309 /* Support Files */, - FEDFDA0F4D0527F7D5B4F2563262B02F /* UIApplication+DDCategory */, - C33F5294942B37FFDD17BE85E97BDB75 /* UIBarButtonItem+DDCategory */, - 739BEB475CFDFB5571854C582B14A0D6 /* UIButton+DDCategory */, - 74F64BC127E0CD1E391B0820FF54F36A /* UICollectionView+DDCategory */, - 97C35AE0796A7CF197A0DDFE123BA554 /* UICollectionViewCell+DDCategory */, - 5BF2E2CE073642FFB1DF52F28B3D9C5A /* UIFont+DDCategory */, - 8EFC10D9EDA3143FB2616436FADE1C19 /* UIImage+DDCategory */, - E6573895631C5007401D110EEF9939ED /* UIImageView+DDCategory */, - A5750A130C4BECBACCC48FD6EA478D7E /* UILabel+DDCategory */, - C14DF6F6495B037DC6D78089D6231A5B /* UINavigationBar+DDCategory */, - B3680B56A37411F8B06A19EB78F0EB0E /* UINavigationController+DDCategory */, - E82823ACA3A05A59E9D3D6DCEBB11230 /* UINavigationItem+DDCategory */, - 0224E4AA6FC5C4F774DF7F5D4F6388E0 /* UIScreen+DDCategory */, - F1BAB6B14699A8DD85DADCE0C09853D2 /* UIScrollView+DDCategory */, - 0D402B315635B9045836982A861966BE /* UISwitch+DDCategory */, - CD5E2A03BA3523B8DDBC8B72D7952460 /* UITabBarController+DDCategory */, - 89320A4BD5308FD29F41309A5167B112 /* UITableView+DDCategory */, - 3059CF9DEAFD6300597B31DA4B4EC92A /* UITableViewCell+DDCategory */, - 7710C1CD9EC283E9C98E792212A32634 /* UITextField+DDCategory */, - 39163F0A92F51050885C00523B30B437 /* UITextView+DDCategory */, - 932B9472614BB8AAB9255CFC84F2BEE5 /* UIView+DDCategory */, - 07C51CE023F6EC9D5CF0F3E77989DC92 /* UIViewController+DDCategory */, - 3FBBB2FAE7B4D7CC44FCDF02CDB5598F /* UIWindow+DDCategory */, - ); - name = DDCategoryKit_Private; - path = DDCategoryKit_Private; - sourceTree = ""; - }; - 5A33964D5BA495693FA68C7A74CA8C07 /* DatePickerView */ = { - isa = PBXGroup; - children = ( - 062E0FB913015D1C74D805EC9CC57C63 /* BRDatePickerView.h */, - FCC0689C94E168FD23D6DF07468A933E /* BRDatePickerView.m */, - A6F76FEE45C1E32CE51D341F23E1E41F /* BRDatePickerView+BR.h */, - A30EBD463466F63B3AF190056FCFE2C8 /* BRDatePickerView+BR.m */, - 1435090B5A923B9AAD07D69FF436ADF2 /* NSDate+BRPickerView.h */, - F77E3895D71D37E9E9BF54C89288DF20 /* NSDate+BRPickerView.m */, - ); - name = DatePickerView; - sourceTree = ""; - }; - 5BF2E2CE073642FFB1DF52F28B3D9C5A /* UIFont+DDCategory */ = { - isa = PBXGroup; - children = ( - B00D1D89AE173CE03DA1CE254A92485F /* UIFont+DDCategory.h */, - 41E4C494C3D2A1D8DD5F8FB494F9BF3A /* UIFont+DDCategory.m */, - ); - name = "UIFont+DDCategory"; - sourceTree = ""; - }; - 5C1DEB0A0CD90EF5828BF8BAC168B356 /* JXCategoryView */ = { - isa = PBXGroup; - children = ( - 96F7AF40E802609917158B3B27A38C46 /* JXCategoryBaseCell.h */, - 38F0EECECA3502C31B2058880E168F69 /* JXCategoryBaseCell.m */, - 477E4DE9343D8FDCE62351F9659236A8 /* JXCategoryBaseCellModel.h */, - 41458FF2585B935FF2FBA66AB3EA086D /* JXCategoryBaseCellModel.m */, - 44ED3B33960CA6B7C6C5A4FACABF8E64 /* JXCategoryBaseView.h */, - 3FAC430F7F2D9F2BB5ADA5439647269D /* JXCategoryBaseView.m */, - DDB3BF38B62BB4CC0AC70E065002ADBE /* JXCategoryCollectionView.h */, - 92672863ED1E4EF1978E9E35CAD9FBE5 /* JXCategoryCollectionView.m */, - E554E05ED0F6AA57B12225A412E9E218 /* JXCategoryDotCell.h */, - D4913655D4F50C8A2D4F91427244E177 /* JXCategoryDotCell.m */, - 99AB51679515C5AE24A71E033EACDC14 /* JXCategoryDotCellModel.h */, - D25EDFDD8B4C639983E4C92CBC39C560 /* JXCategoryDotCellModel.m */, - D51D42263870E4959761C5CBF89B4D36 /* JXCategoryDotView.h */, - 46775A49318D9ED779E15AF9095471C3 /* JXCategoryDotView.m */, - 347EE4400E1618809DE4560F1E371F05 /* JXCategoryFactory.h */, - FB6CFF13C948BBCF31144201ECB76084 /* JXCategoryFactory.m */, - BCA9C6DD86E226D8238CA88509831E76 /* JXCategoryImageCell.h */, - 44B7DDAE8C191FE2E6FD016FC6CE65AD /* JXCategoryImageCell.m */, - E2BA3D133BAE9213EEC52E376DD5296B /* JXCategoryImageCellModel.h */, - F0E17ABBA096211C6ED32351A16C4B3A /* JXCategoryImageCellModel.m */, - 6F589AC376249AD8CC5716518A2E49EA /* JXCategoryImageView.h */, - 4F533F263F48E7D87B9E1DCE7A09023B /* JXCategoryImageView.m */, - 6654114B9228F7AC6DB978AB8EEF29BA /* JXCategoryIndicatorBackgroundView.h */, - BD78FEC426D325F38D6E871EB1610720 /* JXCategoryIndicatorBackgroundView.m */, - FABC49B157490BAC18D3C871805EF0D2 /* JXCategoryIndicatorBallView.h */, - B84E9DB849BDE2A2E75ADEFA12124308 /* JXCategoryIndicatorBallView.m */, - B893046FC8D75BB7604FD2DD3EA2E420 /* JXCategoryIndicatorCell.h */, - 7A4ACCA8D23AABD188369200BD0BC5B4 /* JXCategoryIndicatorCell.m */, - 0B0287512853C8B86CB04C42AC98AF10 /* JXCategoryIndicatorCellModel.h */, - D1A040E3C1A369F17169DEE671AF42D4 /* JXCategoryIndicatorCellModel.m */, - A383DDF49CE20AFB159C4C2CFEEA0B3E /* JXCategoryIndicatorComponentView.h */, - EA16FD120D889CD293F635B3EB3584D1 /* JXCategoryIndicatorComponentView.m */, - 0D0933D2DFD38420FF30CCE915C8FC72 /* JXCategoryIndicatorDotLineView.h */, - 42AF63DC8D965A189E15C7AD36497FE6 /* JXCategoryIndicatorDotLineView.m */, - F9C6DECE1126440987AFF0DE1FBD167E /* JXCategoryIndicatorImageView.h */, - 6C403751EE35C06E541A8EBAC2E77BEA /* JXCategoryIndicatorImageView.m */, - 3C71851C72F3AD0940858B0BD5A7C205 /* JXCategoryIndicatorLineView.h */, - 2AE01637CD4A740775EE7724E440C324 /* JXCategoryIndicatorLineView.m */, - 8300FFB7D28FC9CB5645873A902E9AD0 /* JXCategoryIndicatorParamsModel.h */, - A5FD96D59B7F203B54C673283CA021A1 /* JXCategoryIndicatorParamsModel.m */, - D8CE4345B7053A0BA4B5FC579F2842A1 /* JXCategoryIndicatorProtocol.h */, - 1397F9A8F26829E996CBAFD9780265E9 /* JXCategoryIndicatorRainbowLineView.h */, - 5F891E2A397E8DB06B4F1E7AA6E3CAE3 /* JXCategoryIndicatorRainbowLineView.m */, - 451A145E8E53F9436A0ACFB07A4787A8 /* JXCategoryIndicatorTriangleView.h */, - FB68195B395EB6CF8633DE6EDFBB1088 /* JXCategoryIndicatorTriangleView.m */, - 8E885B6D95F845479C2EB002C758BDFC /* JXCategoryIndicatorView.h */, - C7B93C5CCBD714319A1AD2DBC6CB9032 /* JXCategoryIndicatorView.m */, - 0139719C76F8C7628242BE20324110B6 /* JXCategoryListContainerRTLCell.h */, - 51C696D112632B46C171CDC692DB618B /* JXCategoryListContainerRTLCell.m */, - 8945C46CA45EE4320C007CF174997464 /* JXCategoryListContainerView.h */, - 160538DEC56439C5968908C2B061D198 /* JXCategoryListContainerView.m */, - 9526EB71B6900198A54FCEDBBE3E8630 /* JXCategoryNumberCell.h */, - 37D0DF42DE1CEFCC64AC88DD216A6C15 /* JXCategoryNumberCell.m */, - 17EF36FE763AB696820C44585014C0FD /* JXCategoryNumberCellModel.h */, - 91C0696E202BFA46891BAE2F7E983144 /* JXCategoryNumberCellModel.m */, - FD1A4D7EA4C0FF50E8CAD03D7DAD5EA0 /* JXCategoryNumberView.h */, - AB09C39369D91A6A5DE6F11CFF58FB1B /* JXCategoryNumberView.m */, - 3B1A9623209FAE65630C3CC966CEC8F5 /* JXCategoryTitleCell.h */, - 54D32FCF006486CCCB22D3B44A05B109 /* JXCategoryTitleCell.m */, - 31C236674516F1DD1B6E389C4495E2D1 /* JXCategoryTitleCellModel.h */, - 7AE3D7BACED7B735ED100166677EE994 /* JXCategoryTitleCellModel.m */, - B42C546CD3B3F54FEB1ADE47C74BAAC7 /* JXCategoryTitleImageCell.h */, - 27773BEB035B7035D67F1895E0590AEA /* JXCategoryTitleImageCell.m */, - 1B0309AE73CEA44E98F71755290E0533 /* JXCategoryTitleImageCellModel.h */, - 8A2B93E82AEB01EC5A37FE1494F6292D /* JXCategoryTitleImageCellModel.m */, - 991E213B89A1022461033F97D75A8D59 /* JXCategoryTitleImageView.h */, - 2339DEAEE8B0E5D7735D157456B33E7A /* JXCategoryTitleImageView.m */, - 4D62D270A16097070EB645A8494DBE9B /* JXCategoryTitleVerticalZoomCell.h */, - 4B783ABC741949A4EA09C8C41113E934 /* JXCategoryTitleVerticalZoomCell.m */, - A561F4A3DB1805B379FAA2EE96BD9B1D /* JXCategoryTitleVerticalZoomCellModel.h */, - AB814AA3CD8638D50279B47769EAADE0 /* JXCategoryTitleVerticalZoomCellModel.m */, - 7E1EB3D147DD5C3D26F79B7BE1682EB1 /* JXCategoryTitleVerticalZoomView.h */, - 99FC94EB81606499CDD006F8A2C7E374 /* JXCategoryTitleVerticalZoomView.m */, - 37FAB0BAEA67751427D6DE85F92A45C5 /* JXCategoryTitleView.h */, - FFFC3E30B1DB33AE5968EE45AD733CA8 /* JXCategoryTitleView.m */, - 1FF6A2190F5BC06DAB3EDE0EC9E568DC /* JXCategoryView.h */, - 4ED4E9784594D4F0519970E91C9FAD78 /* JXCategoryViewAnimator.h */, - 0BB849F8D022F2D44CB1B0298A884AC0 /* JXCategoryViewAnimator.m */, - 58E2AC33E168E15B298D69C9A5A28FFB /* JXCategoryViewDefines.h */, - FA4806691861BA43AA025BB12DE38210 /* RTLManager.h */, - DA1745FBAE3E5691CE7109A84B940193 /* RTLManager.m */, - 5242CDB2DB03111A788DC0059391F270 /* UIColor+JXAdd.h */, - CB2E8F051F4B981AB5E31D41EF9A0EBA /* UIColor+JXAdd.m */, - 367F5CF5CB7B2698483A7953C191EF0C /* Support Files */, - ); - name = JXCategoryView; - path = JXCategoryView; - sourceTree = ""; - }; - 5CCB70B0ACEE262553FC94C54B399CCA /* NSThread+DDCategory */ = { - isa = PBXGroup; - children = ( - 89FB6615D86B8876062594851B8C8BE0 /* NSThread+DDCategory.h */, - 65EA044CDADB831F1F5C150FB78ADDAC /* NSThread+DDCategory.m */, - ); - name = "NSThread+DDCategory"; - sourceTree = ""; - }; - 5D28998E0850DC687E57E9F3344D860D /* Support Files */ = { - isa = PBXGroup; - children = ( - 3BE50772FDEA4E29CD55B78332D6CE05 /* DDControlsKit_Private.modulemap */, - 22C59F709190982BA742B1CD33C97A05 /* DDControlsKit_Private-dummy.m */, - 62E0607F4ED2ACF0C3908138A30DF113 /* DDControlsKit_Private-prefix.pch */, - E13F5131442781696D57C3905C46D2FB /* DDControlsKit_Private-umbrella.h */, - 620DF70E8F0EAE8273F6EE3FBC6C4DDF /* DDControlsKit_Private.debug.xcconfig */, - 293FD0FF0091E79D0E773974C7E681FE /* DDControlsKit_Private.release.xcconfig */, + 895DAE70354D542463CDFBB59F9212E7 /* DDBasicControlsKit_Private.modulemap */, + C0F41088531E8A16AA079A63BA344FFD /* DDBasicControlsKit_Private-dummy.m */, + 298F9CBE1CF145CFF1B8538A905DEA4A /* DDBasicControlsKit_Private-prefix.pch */, + 417D2DB6FCC51C609DE5678ADDAA6BA2 /* DDBasicControlsKit_Private-umbrella.h */, + 237D806C45BDA139B53C9EA067CAD8A7 /* DDBasicControlsKit_Private.debug.xcconfig */, + 0136932715C4CCF0B6C3806B07FF54B3 /* DDBasicControlsKit_Private.release.xcconfig */, + E17F723E6B7A859A0DB66F26E5DF2798 /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/DDControlsKit_Private"; + path = "../Target Support Files/DDBasicControlsKit_Private"; sourceTree = ""; }; - 618EB0C1B672D0DD6E1D7E3CBD625787 /* Support Files */ = { + 544DAD660716723AAE87A016519F7C1A /* UITableView+DDCategory */ = { isa = PBXGroup; children = ( - 83863A2DA9D874351ADF1ED13496450E /* DDLogKit_Private.modulemap */, - 480E08B1471D7513F645869E5EE04A01 /* DDLogKit_Private-dummy.m */, - 603765F5BBCB54688AC856EB5304D1FD /* DDLogKit_Private-prefix.pch */, - 5190D62F9AD798C22F62ABB607E891FF /* DDLogKit_Private-umbrella.h */, - 4886FF587087342F26AE037DBFBF90D6 /* DDLogKit_Private.debug.xcconfig */, - B4905836302BC9C526F79E6E44A38E04 /* DDLogKit_Private.release.xcconfig */, + A8AB75330FB0EC53F2D8CADD975E4A60 /* UITableView+DDCategory.h */, + 8C35A57FDEB6642EE847D1D53E126AC4 /* UITableView+DDCategory.m */, + ); + name = "UITableView+DDCategory"; + sourceTree = ""; + }; + 566FC7A4EB9D32347548D2FE4BD15305 /* UIWindow+DDCategory */ = { + isa = PBXGroup; + children = ( + 474EFB95DCA0C43E648D58FA1E3802D4 /* UIWindow+DDCategory.h */, + 5C5F07FB99DB6312D10A4133F43BA758 /* UIWindow+DDCategory.m */, + ); + name = "UIWindow+DDCategory"; + sourceTree = ""; + }; + 56EC597FA085264B39D660453E5ECE49 /* DDViewController */ = { + isa = PBXGroup; + children = ( + ); + name = DDViewController; + sourceTree = ""; + }; + 58FFB1A73C9C1075C2B9BE146E36BF3A /* Alamofire */ = { + isa = PBXGroup; + children = ( + B006ED9878E6FEF4981892156CD3F558 /* AFError.swift */, + 9B47DD55BB18675C2A41A6AD2D0ED12F /* Alamofire.swift */, + CD0983F66FDFC2D76DBD6CEBC4A69131 /* AlamofireExtended.swift */, + 75D9ECD3922E0B973BA725A58A9B802A /* AuthenticationInterceptor.swift */, + F6A89A6403C3ACADD7C9B729132973D7 /* CachedResponseHandler.swift */, + 666BEC7FA74640E3CAAEE4376AEFC919 /* Combine.swift */, + 053F789BBA3187424D04828D24F823FE /* Concurrency.swift */, + B961CC48E9B7B9AD9355FF5896813280 /* DispatchQueue+Alamofire.swift */, + 7E1184FB2B98878D6F294140FC15EECD /* EventMonitor.swift */, + 1C6145FA60EAAFE44DCA4B3DF3777A54 /* HTTPHeaders.swift */, + 806D72BD89E013A87260FD5DD26FCDD8 /* HTTPMethod.swift */, + A04977997D6F094265EB35126368CB73 /* MultipartFormData.swift */, + DF0E34EB66296D2232CBEF1E5B9E485A /* MultipartUpload.swift */, + 0F93307A14335F35E31E4071275450F4 /* NetworkReachabilityManager.swift */, + 14D1436631F24B41CBF66827CBAB4E1B /* Notifications.swift */, + C8BF3F009BBB79A9C653438896576A30 /* OperationQueue+Alamofire.swift */, + 0524CEE0C750677469D0900C54C75C24 /* ParameterEncoder.swift */, + 1354B9AD2110F08B9C66FF72521BFD6B /* ParameterEncoding.swift */, + 1B297D288B850D8A4D61466EFB6004F7 /* Protected.swift */, + 58C83D90E0B1189C8888112C27B3ADCB /* RedirectHandler.swift */, + CEB27C3525175C89BD490D6351EC5379 /* Request.swift */, + 8DB61462DA4895F98CEAF92C4F93B02E /* RequestCompression.swift */, + F2ED0CEB74A3AA6EFB1DA4D86CB842B1 /* RequestInterceptor.swift */, + AC60601398938E6D0A3516E489D0363A /* RequestTaskMap.swift */, + 737D14893CF25DAEFCE8A18D80E11DB2 /* Response.swift */, + 4AE46257C9D993AC1ECCE1BC94CA9B51 /* ResponseSerialization.swift */, + 3D9FEB8E5F50EB4EC92B3AD91BA411A0 /* Result+Alamofire.swift */, + A5EE21E74ACBB39F744C9A363BF6B9B0 /* RetryPolicy.swift */, + 6617DB1CDEFA604553D5FF7A15733201 /* ServerTrustEvaluation.swift */, + E5C14ED9175883C9503A1FE2641381BB /* Session.swift */, + DD5469F9B281808D118B20295E1DEEC4 /* SessionDelegate.swift */, + 73372DF25F905E887870E828DDEF32AD /* StringEncoding+Alamofire.swift */, + 2ABF6325D3C01E61B9648910563A28BE /* URLConvertible+URLRequestConvertible.swift */, + 9A7655670FEDA6E0A376BA74B531F0D3 /* URLEncodedFormEncoder.swift */, + C7F1196DDF066353A3A980B98B220437 /* URLRequest+Alamofire.swift */, + B4883A022253967280292A0D5FDC812C /* URLSessionConfiguration+Alamofire.swift */, + D94772BFC6745840886CD11C1288E612 /* Validation.swift */, + 5CE3300874FC9B3D845C402F9DD9DD8C /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + 5AF3DB4BD0EC77539ED510396BBA2D6E /* RxSwift */ = { + isa = PBXGroup; + children = ( + 4F0A5E7CB7C476FA5446FFF6B936C0EA /* AddRef.swift */, + 2A03BB53BFBC08B1EAD2381D5AF81718 /* Amb.swift */, + 2B360632933C0B2318624E9545D89475 /* AnonymousDisposable.swift */, + 54027845BA4DDE189DE5EC213752CC1B /* AnonymousObserver.swift */, + 710124CEC114EAACB023E524758FAA73 /* AnyObserver.swift */, + 497A0B7F411246A905554B6DC5735641 /* AsMaybe.swift */, + 32CF33D41EA2EB574F4C52A64405302C /* AsSingle.swift */, + 0552B8851590E6352BE9CD6AC3FC2112 /* AsyncLock.swift */, + 61F9BFF5BE80FAED39583C2B6B6B7EDB /* AsyncSubject.swift */, + 664A10EADF115CBC376ADC44C7C9FD55 /* AtomicInt.swift */, + 303F03F1F978AA4E952FD04D548BC67A /* Bag.swift */, + 4F4F4587E316BEB19D904E0D032ECE00 /* Bag+Rx.swift */, + 0C64AF59CC4BCE5402D8C47E58DA7517 /* BehaviorSubject.swift */, + 7C39D2A17A45CC32C4646172539FE431 /* BinaryDisposable.swift */, + 78BDE6375E3CA44BCB691191B8151770 /* Binder.swift */, + EBF7E9C9B8F015AC0EC7CFF7ACD73A34 /* BooleanDisposable.swift */, + 9020FE98732F86A5598C97091BB0452C /* Buffer.swift */, + 849B252265AA0EB6A63AFD6009D837A8 /* Cancelable.swift */, + 7E139599223175E082E43F78769B83EA /* Catch.swift */, + 138B5BC444D30E5A31468855B145E9D0 /* CombineLatest.swift */, + 3F51972E972C6C30A678D55CA7BACE5D /* CombineLatest+arity.swift */, + 17B71D94A58434127BAF46198F564DF8 /* CombineLatest+Collection.swift */, + 2072C0B4B5EF93EA005D5B2EE636D592 /* CompactMap.swift */, + 9A6CCA339E15C371627AEE830C843CA2 /* Completable.swift */, + AFA9801B84DEF308F3DB53C0E5B7A331 /* Completable+AndThen.swift */, + 22479C8BE96458B87B9B99F068211C6B /* CompositeDisposable.swift */, + A683E34805191E9A1CE7698E6D8DABA2 /* Concat.swift */, + D267D95843F28F194B81F1BADA216DD2 /* ConcurrentDispatchQueueScheduler.swift */, + 8E4332FCD1A5B6027D4064A1926D15BB /* ConcurrentMainScheduler.swift */, + 09FE64ADF976E808DAEFF94DB7F444A8 /* ConnectableObservableType.swift */, + 455C8484EF2FD822F63AADEC4357C663 /* Create.swift */, + 109B54FFAA8D84E84CA306F1C0204ADF /* CurrentThreadScheduler.swift */, + 579A6A50D2E81863E8CA97A1FD24A282 /* Date+Dispatch.swift */, + 6A136DF29214F84C5A50C8B32895920A /* Debounce.swift */, + 27275223C75B1D4581CDD2ACD5DE15E1 /* Debug.swift */, + 2BC8F709B62FC2E46FC61BB641C36E73 /* Decode.swift */, + D2C145C7FF6316636F97ABDC3D117CF3 /* DefaultIfEmpty.swift */, + 91BF98018EA7B1E589E17EBB25A2719E /* Deferred.swift */, + D13B0660E85958DB9EF1A325BBDB449B /* Delay.swift */, + DED09010CFC23064FB3F219639CEAEFA /* DelaySubscription.swift */, + A30CE99D1D07232F032728C6CEE6A690 /* Dematerialize.swift */, + 1ED4CACCE2D672DD5F3B8C49E3460EAA /* DispatchQueue+Extensions.swift */, + D0CCCED0417C9094E1BF7D3615080213 /* DispatchQueueConfiguration.swift */, + 1A34FD2D2C0D41DA165162A2C2C7D3AA /* Disposable.swift */, + 806096FAEEFAD3B2E3F3EC03FF59461E /* Disposables.swift */, + F538142BFCEA0D7C722C545B1C9C63E4 /* DisposeBag.swift */, + 67FD68D83DEC6F64EF1342C8B9468C97 /* DisposeBase.swift */, + 4B0611101E94B65D6D4AB0B6FD098CB2 /* DistinctUntilChanged.swift */, + 733C221610B4FD992ED89583146D41BC /* Do.swift */, + 11A7A040871EF3480FDBBF37E2EE6C5E /* ElementAt.swift */, + 72236388AAE1DD7894D0698D8F435C94 /* Empty.swift */, + 707E559DAD40BF484E900C982A871507 /* Enumerated.swift */, + B4CECF416DD8B03C4B420A045488D7E3 /* Error.swift */, + 4B48F0C5BF207C08B039FB6B903E50CE /* Errors.swift */, + F74B17E48C5CBAAED29762A65BF0788D /* Event.swift */, + 953329141116906C487B83F1A69719FD /* Filter.swift */, + ACC3C9E9D1647CBBC5AAD235D2C8CBED /* First.swift */, + B4E3EAE2455BB856BDE3F42251803A72 /* Generate.swift */, + 3CBAA85B5029A1DD19DEF9DDD68DDAFA /* GroupBy.swift */, + 63301A6C81B21F954F2D17E78683A87F /* GroupedObservable.swift */, + 1B8C15DF71C69CC3D403173FC1616CC1 /* HistoricalScheduler.swift */, + 931C15B45439FC1DA683857E4CBC9903 /* HistoricalSchedulerTimeConverter.swift */, + 9671801F06D082F19ED233DB8950FC77 /* ImmediateSchedulerType.swift */, + 3F5CC126E5B4B600CB11DC9B69D8D8B1 /* Infallible.swift */, + 34E3E634AABD4047F3D6B6DEFD920D0F /* Infallible+CombineLatest+arity.swift */, + 6944B7A4DAAE8BF76C3ED9933E135C18 /* Infallible+Concurrency.swift */, + 03AD276727E411CC49C03E27D55C8A33 /* Infallible+Create.swift */, + 3A3619C4E5BD01568648DB657F9E8F5B /* Infallible+Operators.swift */, + DF675676E1BD4A3FFEF0C7FF6A66E92D /* Infallible+Zip+arity.swift */, + CF5B2DD0745DD68B3C20DF081EBD35BA /* InfiniteSequence.swift */, + 15C7FD810489833A0898D4EA6BF48679 /* InvocableScheduledItem.swift */, + E75F3260131574BF11300C4C45768C8B /* InvocableType.swift */, + BC2602C956976F697AF9BEF36A205569 /* Just.swift */, + E2977D2BAFBA9B0C2D6A761B0CBB8E8E /* Lock.swift */, + 0EABB47DDF87BD309BC67B491814B258 /* LockOwnerType.swift */, + 44C25858758BCA4CF7D0131077BF4E8F /* MainScheduler.swift */, + 22A68A348F42B7D249535DD18B3EC09E /* Map.swift */, + 8C00B5AEF3A566B58EF41D3AC031B16A /* Materialize.swift */, + D6C72D5E50F66435B1E4157C243F5807 /* Maybe.swift */, + 9018DB282911288C60E788A3DAF773F8 /* Merge.swift */, + 7F25ADFD78C2AA477BDE6F498391F89E /* Multicast.swift */, + FFEDBAAAC32B5B1671C8F08E94CCCCA8 /* Never.swift */, + 66E8F1A39305C4162B34BED93446BB6B /* NopDisposable.swift */, + C6B8AD4528BAE1B808ECBCCACCCF4A79 /* Observable.swift */, + 6133A3CF6C30536E55DBF9F2AD2FB472 /* Observable+Concurrency.swift */, + 3B6A8199FAC876B7AED1A62595BAC316 /* ObservableConvertibleType.swift */, + 7F0C34B7611B4E2A6DCE43F85323F7C4 /* ObservableConvertibleType+Infallible.swift */, + 44497BED4BC08D65BC9D4206D7B83722 /* ObservableType.swift */, + D91C4FAD86036A9D35C5F404E390D6CE /* ObservableType+Extensions.swift */, + 40DBCC36B295CEC0A967CBE33B61662D /* ObservableType+PrimitiveSequence.swift */, + AFE2C0900DAB8871909EFA668013BB5B /* ObserveOn.swift */, + 5939EA398DE60062574C0EC99345615E /* ObserverBase.swift */, + AD80AFDB1DCDCE9682673AF7C664C98E /* ObserverType.swift */, + 60345CCA7D0AD279B5F3933C9A783221 /* OperationQueueScheduler.swift */, + 1299BA338A41DBD0A539D8F1548B9D72 /* Optional.swift */, + C941F22B37D51C1AD1104D0F5534C5DA /* Platform.Darwin.swift */, + A431A8ECF18D2288C5DDAC5771C1EBD4 /* Platform.Linux.swift */, + 353BC14916C79F16481B4220BB4B5AE7 /* PrimitiveSequence.swift */, + 1961A308D2B43EEC2F1B3BC84F90077B /* PrimitiveSequence+Concurrency.swift */, + 6E5C5C09B3A8D690A6EE3DCA869AF63E /* PrimitiveSequence+Zip+arity.swift */, + BC441475BBEB826AEDF9D9837AFA1307 /* PriorityQueue.swift */, + A50F561A3DBEFA298946E3679A7162E8 /* Producer.swift */, + D2325D7C17B5AE033618E21AF5E3930E /* PublishSubject.swift */, + 81D07FB5A31F05C931126D557524F664 /* Queue.swift */, + 9DC6B98420D45C1AC240DF5726658C0F /* Range.swift */, + E8F69A18CD35EB7C17157848C8803333 /* Reactive.swift */, + AA7537E7A6EF229860A22E3A4F906F64 /* RecursiveLock.swift */, + 1D58F0DE62F57ADF46305619D12BF296 /* RecursiveScheduler.swift */, + 6D2B6B7DC1A9B88BE5911CF15A8F0CE7 /* Reduce.swift */, + 512132A454E76E647996003C93A90F9C /* RefCountDisposable.swift */, + 199C5442CB5DE81266FB07CEA8350726 /* Repeat.swift */, + AD77EBDBC9448AA5D0D045FD5FFC3BB1 /* ReplaySubject.swift */, + 7F7EEAE041E856F2D50E7038DE78C602 /* RetryWhen.swift */, + 03DBD5D7BE065D61D7E95EA35B2B3CB4 /* Rx.swift */, + 969D85F2240EB8F5D8DDDD068A56FE1C /* RxMutableBox.swift */, + 0B814535B78C4E223C1CA5F5D4D074CB /* Sample.swift */, + 819BE2A9040A8BE293C7A79FC23DACF6 /* Scan.swift */, + D5BE2BA9B5D3B79CD123BE329E027844 /* ScheduledDisposable.swift */, + 11AAD8010E80A4E4E82D06F02BA27C45 /* ScheduledItem.swift */, + 6295A500C81B856F89A0752E1EC5286F /* ScheduledItemType.swift */, + A28B3E3578C7691F3E8509C01D014785 /* SchedulerServices+Emulation.swift */, + 7791813D8E2555F4DB76D222080F185C /* SchedulerType.swift */, + 52A3C3AA3E86C137B58FD7D40E790B96 /* Sequence.swift */, + 5FF270C90025A8A508E6E3403FD67CBA /* SerialDispatchQueueScheduler.swift */, + BF0A4E33E917E02F043032CED38F3374 /* SerialDisposable.swift */, + 254F229B6CB96860AA4E99468D849934 /* ShareReplayScope.swift */, + 35EFF69A5708E636900A8806F60DF71C /* Single.swift */, + E3108339B3FB3BA6020C18868666CC2E /* SingleAssignmentDisposable.swift */, + 1ACE5267FAF715FC2A84CD9DA0FB96E2 /* SingleAsync.swift */, + 8734065DB186C5EF52D44A46949CB25B /* Sink.swift */, + 1C7DB51BBC9CF6EE9DD03014E1C80116 /* Skip.swift */, + 5A4AB39A80E8447375D3B814A59E2CB7 /* SkipUntil.swift */, + CD6AAC2FBAF1D9756C0C740F235DCCF4 /* SkipWhile.swift */, + 17ACC31338741DA9BD9A559C7F1552F1 /* StartWith.swift */, + EF394165EBF061A59B6DC133C8AE3024 /* SubjectType.swift */, + E89C60EEB2C794F45B6341A5E2DC19D1 /* SubscribeOn.swift */, + 0EC78418213827F8877C3C1D74D4148D /* SubscriptionDisposable.swift */, + D1095E4732EA9675BEF5B54FF34AC57B /* SwiftSupport.swift */, + EA515183C22DB3178983544F2C3BA33B /* Switch.swift */, + 82F3755DF710CA051F30CA58329859FC /* SwitchIfEmpty.swift */, + 625A3C812454BA9E4C9B4E6D861DB902 /* SynchronizedDisposeType.swift */, + 231D80DC3E1CA5C2842E1F606CEAAEEF /* SynchronizedOnType.swift */, + A996B79A97763DDAD3A2725FC44AC71E /* SynchronizedUnsubscribeType.swift */, + A0E8CF7B8C970E3C8608F29128E4B9C0 /* TailRecursiveSink.swift */, + 1F4E2AEFE5322184491F1B8A4B8E1835 /* Take.swift */, + 2747D97E301511F02BEDA6AE18045EF1 /* TakeLast.swift */, + 47BD0E149DC9C137318F4ED9CB11C4DA /* TakeWithPredicate.swift */, + E21C468D590AF409EB0BC73C3BC76EA0 /* Throttle.swift */, + 91F766A3DA32B2584C18210557AAC405 /* Timeout.swift */, + 349EFEC755B3DC0C5FAE5BBA325C7B81 /* Timer.swift */, + E5CD16561A81752110CFABF2E34129B2 /* ToArray.swift */, + DA4AA383924361B15807A0DE38F53B1B /* Using.swift */, + 0BBB22A528AC7EC9D01C92B7518469B3 /* VirtualTimeConverterType.swift */, + B6CD94C194DF7D38D3383E42C8AF9343 /* VirtualTimeScheduler.swift */, + C49F140028369205572E3AD1B123B26D /* Window.swift */, + 8948218ACB503B2C778F8498BA6BC930 /* WithLatestFrom.swift */, + 8EDC848C9FFDE59086F16B77C33276B7 /* WithUnretained.swift */, + 4485E7E8F06A4373D080B7B377787F0E /* Zip.swift */, + E76BD276B9498566B5A85E0DD472C638 /* Zip+arity.swift */, + 241A8E03BA53751056476CA445C7A798 /* Zip+Collection.swift */, + 4BFB9CDD20FAE38039E8097D6E279594 /* Support Files */, + ); + name = RxSwift; + path = RxSwift; + sourceTree = ""; + }; + 5C6C978E9422E9BFBD95A973FF825108 /* UITabBarController+DDCategory */ = { + isa = PBXGroup; + children = ( + D0F533B221778B171A666C22E9349F20 /* UITabBarController+DDCategory.h */, + E60A20043593B4B63F910F6D5F3257D1 /* UITabBarController+DDCategory.m */, + ); + name = "UITabBarController+DDCategory"; + sourceTree = ""; + }; + 5CE3300874FC9B3D845C402F9DD9DD8C /* Support Files */ = { + isa = PBXGroup; + children = ( + 9DEAD38898880C1D1575F7C00E9DF9B2 /* Alamofire.modulemap */, + EDD86C5261A90A9300C9330144BE197F /* Alamofire-dummy.m */, + 75C31E7CD20B030E71C31EF389E15DA5 /* Alamofire-prefix.pch */, + 5402ED8FA058DB66A44CAB8E2C7F8979 /* Alamofire-umbrella.h */, + E0E0809E9431AEB5F322FC60BF7AA967 /* Alamofire.debug.xcconfig */, + 32B099E5C7778F863F0F0532C7051FCC /* Alamofire.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDLogKit_Private"; + path = "../Target Support Files/Alamofire"; sourceTree = ""; }; - 621A5BA856E96EE5F0708D49F2E666FA /* Support Files */ = { + 5E912AAAF25DD8A348BCC1C6DD1EE772 /* DDWebImage */ = { isa = PBXGroup; children = ( - 8319A9F9913199A438A81DC43E4EAAC9 /* DDColorKit_Private.modulemap */, - 183F19FE6BC24CC2ED469200825BED13 /* DDColorKit_Private-dummy.m */, - 9A588422AA3D6886175B32D97F73FBBA /* DDColorKit_Private-prefix.pch */, - 2F91E187CB44F351CC91D0D87E3C0740 /* DDColorKit_Private-umbrella.h */, - B69AB0F60AF75225C9AFD77CE8013E81 /* DDColorKit_Private.debug.xcconfig */, - D6D31330E245C2EA5994F1BBCCFAFC48 /* DDColorKit_Private.release.xcconfig */, + 9041612FC8E7F1F27650FEF9F562E440 /* UIImageView+DDWebCache.h */, + 328126C84506EAF47029A994496D6EF4 /* UIImageView+DDWebCache.m */, + ); + name = DDWebImage; + sourceTree = ""; + }; + 60C74DF12EA2DF45AAB60E420857CDBC /* UIImage+DDCategory */ = { + isa = PBXGroup; + children = ( + BF76FF72733F1CE7BB4F43E6A6CEC4F5 /* UIImage+DDCategory.h */, + CEFDE07454485D3BE9DBBEAA5891DCED /* UIImage+DDCategory.m */, + ); + name = "UIImage+DDCategory"; + sourceTree = ""; + }; + 62790C47C2144920B3881A6E064C31F3 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0DD02B9C23C89673BFB5A89CD5638957 /* DDCategoryKit_Private.modulemap */, + 8AADC6D84591B9331208C65FC66E24BC /* DDCategoryKit_Private-dummy.m */, + 77C7004C218C24207091736C6092D8C2 /* DDCategoryKit_Private-prefix.pch */, + 96FF1F39492CB5C0DDD7FB3955098035 /* DDCategoryKit_Private-umbrella.h */, + 92E73552242326CA44259D3F3C91251D /* DDCategoryKit_Private.debug.xcconfig */, + 54C0A45717BE5D3EDBBC3D0646769F67 /* DDCategoryKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDColorKit_Private"; - sourceTree = ""; - }; - 639CC5EE10163A27FA8472A7E7C72169 /* AMapLocation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 5C8067C3A9CA1B58A1C05F5BE2FD8764 /* AMapGeoFenceError.h */, - FBCA6F1394E943709DDB5AF4ECF650BC /* AMapGeoFenceManager.h */, - 01EABEC40E7ADEFAACE0409D718D7E32 /* AMapGeoFenceRegionObj.h */, - 7697632DDA1A72A6E4285A93DC6E8279 /* AMapLocationCommonObj.h */, - 10F737BE4409B171817BA5FC711A6C2F /* AMapLocationKit.h */, - 6D973B23AD2F77BE582903B43F993E6F /* AMapLocationManager.h */, - 9A2754B7A457BFCA7B501BB71DA80A14 /* AMapLocationRegionObj.h */, - 95B7001D25AB0D8459F34326F7DAB62C /* AMapLocationVersion.h */, - 525F2E67AF7282623922F9592010270E /* Frameworks */, - 000858DEE790CF63FB98B1B608E62177 /* Support Files */, - ); - name = "AMapLocation-NO-IDFA"; - path = "AMapLocation-NO-IDFA"; + path = "../Target Support Files/DDCategoryKit_Private"; sourceTree = ""; }; 63FE9F32703B49B39F824D28EF07ADA7 /* Products */ = { @@ -5189,1430 +4986,1236 @@ name = Products; sourceTree = ""; }; - 647EB8757FE7B114072C08A8F77A749D /* Support Files */ = { + 67EC7B3250DE888F82DE7DD7AA22BE4E /* DDBaseAnimation */ = { isa = PBXGroup; children = ( - BC632D59BD68D7BD58F3764B61DEC6F8 /* AMapNavi-NO-IDFA.debug.xcconfig */, - 8D9BA6A30CA49498A02A6B234BE553FB /* AMapNavi-NO-IDFA.release.xcconfig */, + 15E2FA191AA51D35480AF03279B57C5B /* DDTransitionAnimation */, ); - name = "Support Files"; - path = "../Target Support Files/AMapNavi-NO-IDFA"; + name = DDBaseAnimation; sourceTree = ""; }; - 64C5D5941FF6A3AECEECF6C92267A6C2 /* Kingfisher */ = { + 68E8E10005F0C1A0D99517577013CCDA /* DDBaseButton */ = { isa = PBXGroup; children = ( - 32C94E2EE6DAE9656DA7E84EEBAF76FB /* AnimatedImageView.swift */, - 5CCE1A2DAB9BC43CDA36FD17B1BF2246 /* AuthenticationChallengeResponsable.swift */, - AED3CD08A920E0938205A4FDC9065D4A /* AVAssetImageDataProvider.swift */, - 721B12CB3201E0F78C427155AEB6FCE4 /* Box.swift */, - 8783AE3240C6DE6774892D61310683A5 /* CacheSerializer.swift */, - D0141DBF0FBAD76F5E97577F9C9C225A /* CallbackQueue.swift */, - 382536E4FBED5F4B7E3B9D17CD88A496 /* CPListItem+Kingfisher.swift */, - C9BB2C3D03311AC04DF6996594CB6CA5 /* Delegate.swift */, - EACACE5CE07FEFDFA1542DC55ED52120 /* DiskStorage.swift */, - AE9A920F8FA6AF9DD504682927FEB351 /* ExtensionHelpers.swift */, - E10C81639BD9F91018F21C1643FF284C /* Filter.swift */, - 3CF4B2CE79B8D63463E0D5C2F77DA555 /* FormatIndicatedCacheSerializer.swift */, - 5F8864F6B1A531E057B48900668D9B4A /* GIFAnimatedImage.swift */, - 86AD855B0C36FCB9F072A2FB4367CCFC /* GraphicsContext.swift */, - 89270D4B442BBBECE504EA61AD6DA8A8 /* Image.swift */, - 3BE4E278928BD2D719E101590D860A8C /* ImageBinder.swift */, - C0C45BF3AC5CEEEEC36DAD5FB3A774D8 /* ImageCache.swift */, - 11F953B24AA6DB8375291160CD7850E6 /* ImageContext.swift */, - 9FF05B609FF47FA0271362F923DB98E0 /* ImageDataProcessor.swift */, - 4D86BABF33B863F030194B8A52CA328E /* ImageDataProvider.swift */, - D64A3DA85615ED1A56221AB6F36FA565 /* ImageDownloader.swift */, - E17CCF9F8700A375410EFBE6C557607F /* ImageDownloaderDelegate.swift */, - 72AF32E7E82947FD9AC91381D2F2E4CF /* ImageDrawing.swift */, - 307E5CB92817A8ED6BA1C343E10F7710 /* ImageFormat.swift */, - F4419A307FB65143ABA119AAD2502FCC /* ImageModifier.swift */, - AB678DF70BF35D7970C6C6DE1ABE3134 /* ImagePrefetcher.swift */, - 290717E907B1D25158CDF40E3C8C1BAD /* ImageProcessor.swift */, - D50645F7D4025B09F2BF43C445A05769 /* ImageProgressive.swift */, - 50713D33276FF07B5AA39180B92880B5 /* ImageTransition.swift */, - E89061AFD9AB16D5A0B173E69D0B7C85 /* ImageView+Kingfisher.swift */, - 06E15E659FF795DCB0FCBAC7CAB699C2 /* Indicator.swift */, - 8AE3E65E083A29E28F5463D0D92505E8 /* KF.swift */, - B562626692B35F70399778BEB06D65C8 /* KFAnimatedImage.swift */, - 1B3FD4396289458395DECE58AE7AB3BD /* KFImage.swift */, - B7F4B83026BA98C76D867A2938DA8F20 /* KFImageOptions.swift */, - 29B77B2A50E70A2207E2F082CBFCA2D2 /* KFImageProtocol.swift */, - 10ABC888679086A04C0DC40C758FA4E7 /* KFImageRenderer.swift */, - 21EAA4200B1BC577C63DDD2A0956529C /* KFOptionsSetter.swift */, - 220EFE05869DC5FC82720927226B6108 /* Kingfisher.swift */, - F90E6718FAE366DEF1E748A03B130BDC /* KingfisherError.swift */, - AD877BC374814EF28FC6FFD0ABA87357 /* KingfisherManager.swift */, - 316AAE1BE99812898FF20FC3A059CAF4 /* KingfisherOptionsInfo.swift */, - DBAD8CF2025EAC546A2B1BDB5F16CBF0 /* MemoryStorage.swift */, - C8C6A0E9075C77E2E92DCC7687A50D51 /* NSButton+Kingfisher.swift */, - 5F332EFA980D0829D45D2525EA6AF3A2 /* NSTextAttachment+Kingfisher.swift */, - 732C5317E0DE96EB6E47A83C775DBE0E /* Placeholder.swift */, - E185B9582FCE815829514B83FF9D6775 /* RedirectHandler.swift */, - E5FE5029088C339D8B35E78E952AB10E /* RequestModifier.swift */, - 8D35C0A2334F45D74CDE5ABD5D737C45 /* Resource.swift */, - 9651F162647738D9F4645980D82752BB /* Result.swift */, - E4DA8D91FB87D406E77171D65F72C57C /* RetryStrategy.swift */, - 5D0C20AC4A893B15D09BD0341E8D24D0 /* Runtime.swift */, - 8890E0B2494937CE51C86945F3F6F962 /* SessionDataTask.swift */, - 417D3BF7F2E418BC583D4E6DD0E0E1CF /* SessionDelegate.swift */, - C58C9A8503709EA3F93779D5DF5573DD /* SizeExtensions.swift */, - A26C5BC7A7F4B251BA5907775BA16F7D /* Source.swift */, - F7EE83E18843E28A79B66B9A09F77712 /* Storage.swift */, - FC53804DBE8F7C5939CB30564D7867F5 /* String+MD5.swift */, - 418F2B1CFFB6A339DEA2A7DE9192A0F8 /* TVMonogramView+Kingfisher.swift */, - C159872F26F93E552B656DEA5F53EE51 /* UIButton+Kingfisher.swift */, - 8F41F2BA648EA3813EAC2F4F6A55891D /* WKInterfaceImage+Kingfisher.swift */, - 2303B3A9061B748341E70FCD23FAABFB /* Support Files */, + B00ED48D0355E5ABFD49E3868C14A566 /* DDBaseButton.h */, + B0EA26A8596CAADC0DF523B05653FE38 /* DDBaseButton.m */, ); - name = Kingfisher; - path = Kingfisher; + name = DDBaseButton; sourceTree = ""; }; - 64D62230BC69BC8FF8E0CADB0E308A64 /* DDScrollView */ = { + 696836B2081F61B4FBDFD4EFDC0A1FEA /* UIApplication+DDCategory */ = { isa = PBXGroup; children = ( + 0D1339B67CB2076CA37E3F46484BDE32 /* UIApplication+DDCategory.h */, + 521A37E9D029E00A8B7BA33C30798C9F /* UIApplication+DDCategory.m */, ); - name = DDScrollView; + name = "UIApplication+DDCategory"; sourceTree = ""; }; - 65720213A52383424E668372118F76E3 /* Support Files */ = { + 6B2CA8AC9C267A1AD315954BFA1AD40A /* Frameworks */ = { isa = PBXGroup; children = ( - 1FDD54B94F5298866C048A459F5BDB38 /* ESTabBarController-swift.modulemap */, - 4CF649827D4BB7735801A7D686374EA4 /* ESTabBarController-swift-dummy.m */, - CC6C9975029356137DCFE58612A80F0A /* ESTabBarController-swift-prefix.pch */, - 918CCDBA1022A635F47D098B5190FBD9 /* ESTabBarController-swift-umbrella.h */, - 65EF2A8EC65839B3B41245C149B6004E /* ESTabBarController-swift.debug.xcconfig */, - B28544516F9DCC5D5847C47B89F78FA2 /* ESTabBarController-swift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ESTabBarController-swift"; - sourceTree = ""; - }; - 6B14D1AEE61E33ECB7F3844F3576ACC8 /* AMapFoundation-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 3F01892B629A3626EC639FFA0E73C32E /* AMapFoundationConst.h */, - CDE52EA77DDCE1E02687EF64DEF9B5D8 /* AMapFoundationKit.h */, - 4D55C8367D0E4C3C089AAC73AA537C09 /* AMapFoundationVersion.h */, - 49CD4F2A1E8E233FA46CE5FD5825EE18 /* AMapServices.h */, - A869F5A7552A1A70A3A46A102651F29A /* AMapURLSearch.h */, - E7FDA7E18272C0F2EB83C0A550B6F6CA /* AMapURLSearchConfig.h */, - 7F3FB2C34CAB2DB8D742274BE0154AC3 /* AMapURLSearchType.h */, - 20DD9500E206AC788F50F214D1477BFF /* AMapUtility.h */, - 4C7FE8261840A283989DB722416B5050 /* Frameworks */, - 55351A815973B74F7DB5AEF13304EE41 /* Support Files */, - ); - name = "AMapFoundation-NO-IDFA"; - path = "AMapFoundation-NO-IDFA"; - sourceTree = ""; - }; - 6C61C214A1D7934522ABCD0C24097A1C /* DDNavigationController */ = { - isa = PBXGroup; - children = ( - ); - name = DDNavigationController; - sourceTree = ""; - }; - 6CF59554792960BF5E7E8F9C0F63BB9D /* DDBaseCollectionViewCell */ = { - isa = PBXGroup; - children = ( - 1223B9BCC27F8C8348BC83FBAF4B095E /* DDBaseCollectionViewCell.h */, - A802EBBFE0DB4719EE1AA04DA981AF33 /* DDBaseCollectionViewCell.m */, - ); - name = DDBaseCollectionViewCell; - sourceTree = ""; - }; - 6F79A551B87839AEF2C9D977975EC1BF /* DDNetworkingOfAlamofireKit_Private */ = { - isa = PBXGroup; - children = ( - BF4E9A3B832A4E0AADBFB7EA1F8A431C /* DDAF.swift */, - E79B4DB40DF5B8B7F04589135163B8ED /* DDAlamofire.swift */, - A7EE46A46958AB4F9AE78C629A07B21B /* Support Files */, - ); - name = DDNetworkingOfAlamofireKit_Private; - path = DDNetworkingOfAlamofireKit_Private; - sourceTree = ""; - }; - 6FB85A7896F9F2AEE5A428C2B3A4988A /* Resources */ = { - isa = PBXGroup; - children = ( - 640C770114BEDF746467C32155E0F926 /* en.lproj */, - ); - name = Resources; - sourceTree = ""; - }; - 70E3EC5ED0B40709938BD5639E7AA368 /* Support Files */ = { - isa = PBXGroup; - children = ( - FC4705217CC9FF68E935D3D7C601F05B /* DDAutoUIKit_Private.modulemap */, - 7C623F2403EDF727CF44EAD667D80728 /* DDAutoUIKit_Private-dummy.m */, - 17BACC510A49FF57D5A7B70AAA7EA543 /* DDAutoUIKit_Private-prefix.pch */, - 06DC1011D3CB2579CF954A6998A82B46 /* DDAutoUIKit_Private-umbrella.h */, - 885FFAA1764402617037B5AA367DE979 /* DDAutoUIKit_Private.debug.xcconfig */, - F625452479BE8DD7819DD032EBFE333F /* DDAutoUIKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDAutoUIKit_Private"; - sourceTree = ""; - }; - 7326561B838CA48DC4687F250C3939F0 /* SwiftEntryKit */ = { - isa = PBXGroup; - children = ( - ABB45E791C7D00AD4C8D18CCD8AF201A /* EKAccessoryNoteMessageView.swift */, - D766108C63302794A10BCB54AC1C5EFB /* EKAlertMessage.swift */, - 58EEDD99D1C438371D165DC77DA91A10 /* EKAlertMessageView.swift */, - 81AB7E3E77C2A4610F400CFDD9C5FFEB /* EKAttributes.swift */, - 6E52FBDBD1EFD397A82EC84F790ABF50 /* EKAttributes+Animation.swift */, - 07BC3EDED98A9C30DEE8EDBC8C49B4A5 /* EKAttributes+BackgroundStyle.swift */, - 0AC129DE20FC15D38C33BB72D87489AE /* EKAttributes+DisplayMode.swift */, - 0969E15FC97AE985DA999BBCEF8C4C20 /* EKAttributes+Duration.swift */, - FB10F6FFFAF66492CCA037D464171E01 /* EKAttributes+FrameStyle.swift */, - CD63A5786193A6BAEA56557F715A5017 /* EKAttributes+HapticFeedback.swift */, - C1BA9A9FD666F4FE0FD5A17D79A8D3CC /* EKAttributes+LifecycleActions.swift */, - F3525AEDA56FED2FF9795DFE7EDA805D /* EKAttributes+PopBehavior.swift */, - 0CCBA22874FD39B5EC9BDE6D9D8B105E /* EKAttributes+Position.swift */, - 8C8F25832948A1C119B1DBAB7C05BCF1 /* EKAttributes+PositionConstraints.swift */, - 403137021425F754E9838004199BEE05 /* EKAttributes+Precedence.swift */, - 484AC9D5780EC966243DE61551588AE9 /* EKAttributes+Presets.swift */, - A6B410D64A701D1CB10E1077619B6F60 /* EKAttributes+Scroll.swift */, - 7CA6212AC06D82944E9479E385A4D6E5 /* EKAttributes+Shadow.swift */, - C64F39A898567835EC977200F9FFA544 /* EKAttributes+StatusBar.swift */, - 37B4594CD294E430DB6DD6AB145057F2 /* EKAttributes+UserInteraction.swift */, - 15A044019BDACEF6F993B544AC5D2299 /* EKAttributes+Validations.swift */, - B1AB19BB6BCF3CDF844264D6259694C1 /* EKAttributes+WindowLevel.swift */, - 2931432B02D8C3AA6179C4C8F9E191E6 /* EKBackgroundView.swift */, - 82D61DEED5179B4292D8FA6F2AFF356E /* EKButtonBarView.swift */, - A864138960B613848C67B4978291F398 /* EKButtonView.swift */, - F3B13AA765A64D04BE8EA533B14AEAE8 /* EKColor.swift */, - C9DE856E97844E4F2991B0892C57581C /* EKContentView.swift */, - 8C83AC7F2ED122D158BDD8D973D21481 /* EKEntryView.swift */, - 947B736C6302AA3B25A79C5AEE16F940 /* EKFormMessageView.swift */, - 16C8E97D22CC84BEB8D3C25B9A55D6D4 /* EKImageNoteMessageView.swift */, - 228A503DFD6BB758F51C5BF9567E4689 /* EKMessageContentView.swift */, - 55C134061004C50225B29605CA80BFDB /* EKNoteMessageView.swift */, - A364B070CA12AB27E997A84F876FDD3F /* EKNotificationMessage.swift */, - 64D833B4C5FEA8E8C3EB56C28EC75A51 /* EKNotificationMessageView.swift */, - 8B2835B6C0EED799C237BB1EE1E07259 /* EKPopUpMessage.swift */, - 16553ED13CFF1FE8A2C6E666B6636C2A /* EKPopUpMessageView.swift */, - BE8553FA78EF2AE4C789CDBE066E4101 /* EKProcessingNoteMessageView.swift */, - CB4263E5C73CE2EB0CA35F0E6E79F95B /* EKProperty.swift */, - 4A2DAD19AF9388FA3E160CB284E06D54 /* EKRatingMessage.swift */, - EC82167D0BCE09742276BE1C86733EB6 /* EKRatingMessageView.swift */, - 388FE68AF6780C7F5350952D2898C7BF /* EKRatingSymbolsContainerView.swift */, - CC52A57A4CEC6A2EDBD2AD86F404E42A /* EKRatingSymbolView.swift */, - 30167188FE0F96121D70392E4927EE2A /* EKRootViewController.swift */, - 4DC9B3B541475CAB7B9A9E50C27DD855 /* EKSimpleMessage.swift */, - D587460C9FE0BDBFDEBB77F081C0C7B9 /* EKSimpleMessageView.swift */, - 9F4B5C69DF4E0E0C4F8D831E5D9B64F3 /* EKStyleView.swift */, - 96937A12F11D2DE9039DF1AB2F8F3B30 /* EKTextField.swift */, - 8D5F960762367E1A139FFE0BDD84E6FC /* EKWindow.swift */, - 46DABDBA88E3F291F4E144783C9649B7 /* EKWindowProvider.swift */, - DEE84C941D54610C22AD0ED0AE7A2067 /* EKWrapperView.swift */, - FF18A1ECEBC50B64292A3336D415802A /* EKXStatusBarMessageView.swift */, - 2D5E412B9217D6F1994258AE97A9F8EA /* EntryAppearanceDescriptor.swift */, - 62C1FEB9477C1BA5993EA87E329D88F2 /* EntryCachingHeuristic.swift */, - 4AE760196C36BA405E3D39D2C30FF446 /* GradientView.swift */, - 90A0BBDC2F2657AE9F32CDA93BF9DBB1 /* HapticFeedbackGenerator.swift */, - 52A66268B8952B81E9BCE9712BB4DE57 /* QLCompatibility.swift */, - 98446E34A5BC2175684D69EA687AEB83 /* QLUtils.swift */, - B9BF579F6092CEFA95DAC1130DC4310C /* SwiftEntryKit.swift */, - 048777CE15449DC35DFDAB4F3F634531 /* UIApplication+EKAppearance.swift */, - CCE440C4A9E6B0E289D13EF13DB4BF2A /* UIColor+Utils.swift */, - 89F51C34B23657FF69510E0DA8F6AB4B /* UIEdgeInsets+Utils.swift */, - BAEF6C6FDB52DBE5A8656051132CF406 /* UIRectCorner+Short.swift */, - ADD26851450A69400F1F4C0DE67E1E71 /* UIView+QLContentWrap.swift */, - 8229A71F259109674A19EB6E36885E17 /* UIView+QuickLayout.swift */, - 66C9E4C10895E1F718B3A337C2FA99DD /* UIView+Responder.swift */, - C1ECF61E1FE2D119776EF52063D94ECF /* UIView+Shadow.swift */, - 4E5EC15F9948A416535FDAEB29029E98 /* UIView+Utils.swift */, - 0CCAE470CE4B88EB94EC366E1214B2B0 /* UIViewArray+QuickLayout.swift */, - ED0F9FD909A0E02E571693106CA8E43A /* Support Files */, - ); - name = SwiftEntryKit; - path = SwiftEntryKit; - sourceTree = ""; - }; - 734C8B2AA2057901FA044B75167FFCBD /* DDLogKit_Private */ = { - isa = PBXGroup; - children = ( - E6A84DE5F24DED7CE6D821BFFD5D3E02 /* OCLog */, - 618EB0C1B672D0DD6E1D7E3CBD625787 /* Support Files */, - 3F42743F85688DA481718AF5E2EB84E1 /* SwiftLog */, - ); - name = DDLogKit_Private; - path = DDLogKit_Private; - sourceTree = ""; - }; - 73745087BFE9A6965F4BAD66F7348C8D /* AMapNavi-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 3C751473356BB2989B9D468DE72D3E84 /* AMapNaviBaseManager.h */, - 880B0FB89AFDB5D800FF1B14095C31CF /* AMapNaviCommonObj.h */, - 656BC61CDAE1DBB51231C6DDC239C3E0 /* AMapNaviCompositeAnnotation.h */, - 7EC56AB51D7F1C0C0455542270B51B46 /* AMapNaviCompositeManager.h */, - BAEBD73E3B7F1C2BA8D5BE45E2C0D644 /* AMapNaviCompositeUserConfig.h */, - 585B5212B5D24CB61F756A163F5689D1 /* AMapNaviDriveDataRepresentable.h */, - 822374B064B1E0EB20102D3895088447 /* AMapNaviDriveManager.h */, - B23CD25A3C1E92ACD523D4D47B792F19 /* AMapNaviDriveView.h */, - 79F998B0DF52706CE9C094C305DE3976 /* AMapNaviEleBikeDataRepresentable.h */, - 8752FCD984A4599D420495A32BEF2F81 /* AMapNaviEleBikeManager.h */, - B25B5B126F70B5DD27EFDCE589F966ED /* AMapNaviHeaderHandler.h */, - A854D0C022958A9BCE80F55806A9B1DC /* AMapNaviHUDView.h */, - BFA5204DFFA014E2B10304DF485331D3 /* AMapNaviInfo.h */, - C60984467792BEE02FFE9BEC5AB19AC1 /* AMapNaviKit.h */, - C5FD8249BA1493D6D8B921235044C72A /* AMapNaviLocation.h */, - 787C5C2D0F79958F56A7E36EF7CA668F /* AMapNaviManagerConfig.h */, - F698606541EF2BD22C857481AA0F5270 /* AMapNaviRideDataRepresentable.h */, - 933DC85A0EB090EA6303A18945910AF9 /* AMapNaviRideManager.h */, - 5FDBFB9F4EF4B91AFA2546CC60F93B3C /* AMapNaviRideView.h */, - 7D96B979A38D394648C2ED253AE24DEE /* AMapNaviRoute.h */, - 2B6C54D2C43607382EEE18AF27E6363C /* AMapNaviStatisticsInfo.h */, - AAE566B2EB20140A8CC32CA31FF63844 /* AMapNaviTrafficBarView.h */, - 4C974389D0655291FB0AE0EB9DA31A8E /* AMapNaviTravelManager.h */, - BE1A854C57DF125E4C0DE6B3E58D9902 /* AMapNaviVersion.h */, - 7D000080AF33F912D2741E74A2BA1D53 /* AMapNaviWalkDataRepresentable.h */, - 2729A4BCD82EA750A1D70000A7961A2D /* AMapNaviWalkManager.h */, - 641C4CFE5DFFA8D58849C2F3D10C1628 /* AMapNaviWalkView.h */, - 40009CB2C7E53E655E646E102A91AE77 /* MAAnimatedAnnotation.h */, - 19A98FBE5F8AC3DD6A5019D112072792 /* MAAnnotation.h */, - 4C4747D8348B2D3F3CF6DA9A40F8E1E0 /* MAAnnotationMoveAnimation.h */, - C49AF35E97D0BAEC12400050CB45E714 /* MAAnnotationView.h */, - 54DDA242AC7B6537D8E0FCEE07747915 /* MAArc.h */, - B72111A9ABB8BFC3BA25463F6FFEB02D /* MAArcRenderer.h */, - 60AC7EC30134FA4E7BC10D34E32A8C92 /* MABaseOverlay.h */, - 417D223FE271D3C738299A2787FA68F4 /* MACircle.h */, - B3DBC064D38E5F623A0F7857BE3B6579 /* MACircleRenderer.h */, - 209C7786B8D290A570E37DD89F7A39AF /* MAConfig.h */, - 508C23C76BC58BC0DF0985D98DF0D24F /* MACustomBuildingOverlay.h */, - 5B3641D0CF1CA4E4BA2FF11915711A00 /* MACustomBuildingOverlayRenderer.h */, - F043E3D94E1CD915724692F8A121D384 /* MACustomCalloutView.h */, - AE9ABD0A4A2963EC22A26ACBF66D4682 /* MAGeodesicPolyline.h */, - 8A7C07C8E44AE1C7CB165E7D9FE273F2 /* MAGeometry.h */, - 7FE9F83D05045D36E938431C2EA59C20 /* MAGltfOverlay.h */, - D2F9E235A25B386360798672925CDBAB /* MAGltfOverlayRenderer.h */, - 368F088972589B9011EF799C84440A18 /* MAGroundOverlay.h */, - 849DE0F0882B599FB797FE7207A4EF63 /* MAGroundOverlayRenderer.h */, - 0026F30CA39C6EE90EE3E9544F8AB7E7 /* MAHeatMapTileOverlay.h */, - DD341D183C06C0C2C62DB8132B5F2493 /* MAHeatMapVectorGridOverlay.h */, - 8FB3921828004ED18F40FA28D2347DC6 /* MAHeatMapVectorGridOverlayRenderer.h */, - CB354A644B3F1AEF4070556DF5A0BAB1 /* MAHeatMapVectorOverlay.h */, - 3A7103379C75E24B87F2159016F874C4 /* MAHeatMapVectorOverlayRender.h */, - B834F282F9EDD61405A0D3FA07EEF61B /* MAIndoorInfo.h */, - F457DCCD2319BA0DD967924F8A6011B8 /* MALineDrawType.h */, - 3F981CFB9F4A21AF271C2645ED141025 /* MAMapAccessibilityIdentifier.h */, - FEC6925ED810FDA7E68FB292F5D8D445 /* MAMapCustomStyleOptions.h */, - FD6D94D80414A829977E023C2B6D0AFF /* MAMapKit.h */, - C79678F0ABB57AEB897326A4573F0DFF /* MAMapStatus.h */, - 621A6056ABD289BB2B5ECD29C4F7E770 /* MAMapVersion.h */, - DD15AAD48D049ADA7976ECA00CC6EBA6 /* MAMapView.h */, - AA0FCBAC9261DE18F37D4C9D683BFC0D /* MAMultiColoredPolylineRenderer.h */, - 0C5253A9CBB0E5AB13AA2950F43142AE /* MAMultiPoint.h */, - 098A49A3045547EBD273E8AD55CC8558 /* MAMultiPointOverlay.h */, - 156B21EF7A3CFBA670540BA1D9BC28D0 /* MAMultiPointOverlayRenderer.h */, - 17D4C1B710E972B113FB62D64069D4CF /* MAMultiPolyline.h */, - 596939FCB24F0C0983F3D0244DDE979E /* MAMultiTexturePolylineRenderer.h */, - 414CCE770135B863B3681D69D850EA95 /* MAMVTTileOverlay.h */, - 81E6BC2929CAE154C2AFBE05ABE8EAE6 /* MAMVTTileOverlayRenderer.h */, - 083DD46FAEAE4BA428D870758BE6E5E6 /* MAOfflineCity.h */, - 25CE2BA63C25949DF6EBF85CA3252EA9 /* MAOfflineItem.h */, - 4A439A73C08D37EAE294B5A6564B9C69 /* MAOfflineItemCommonCity.h */, - 04BCB3E51F1C6ED5A9404F291F8AEA14 /* MAOfflineItemMunicipality.h */, - 3262A38D15455C3CD8573E7E8510736C /* MAOfflineItemNationWide.h */, - D5BAA6E380D28A43A55466D3ECB2CEB2 /* MAOfflineMap.h */, - B3D9805B8A852DF6C44A44CFCB9D938B /* MAOfflineMapViewController.h */, - 9CFB3B1B103D91B6F4E101100D87EE83 /* MAOfflineProvince.h */, - EC05BE4178C4C192724EFE6B40BD8E45 /* MAOverlay.h */, - 95E168507C0A827BB4754E7CB9E3DF7B /* MAOverlayPathRenderer.h */, - 12A94FF416555EF19A4945A05D2A8DBA /* MAOverlayRenderer.h */, - 0009705B5A08D0B05EFC5B5267D0584B /* MAParticleOverlay.h */, - FF36C307B7C760023CA9BF4AC28A1E20 /* MAParticleOverlayOptions.h */, - CF9A2229C87AE6A3C0E1D6AAE080A3D3 /* MAParticleOverlayRenderer.h */, - 7C5DCD40582C0A74637BB5B2D04BBDBC /* MAPathShowRange.h */, - 81ED78AE30D23682F1F3C0E2C78594D5 /* MAPinAnnotationView.h */, - 4A27FFE900F9E08F844B321E3B9E4C1A /* MAPointAnnotation.h */, - 4E5D51D66363E949F7C7481E8A31332D /* MAPolygon.h */, - B0200EBEA25989F48C2BF117BFBD2BC8 /* MAPolygonRenderer.h */, - 848BAB2450E0403DEC23FBADBDFD1DF4 /* MAPolyline.h */, - 31399BE894DE54CCC13A350A91A3AFCC /* MAPolylineRenderer.h */, - DD9D5552977DB0913D61D68709E36322 /* MAShape.h */, - 1C9AF47B573EA9F359D038D9FD9B8075 /* MATileOverlay.h */, - CF1ED322EF62AFF80D2F6138DB6DA67E /* MATileOverlayRenderer.h */, - 376A9802E36A226708C320A01F29506A /* MATouchPoi.h */, - EC7C27BC7B4EDF99E9688210D150A7FE /* MATraceLocation.h */, - 8A948BC92126A6850EBAD24FD9C20A77 /* MATraceManager.h */, - E48D86BC5F2FC74426E4A90E7E1C718C /* MAUserLocation.h */, - 3B81C0627742C03C914750029C5B88CD /* MAUserLocationRepresentation.h */, - 01A8E3244E176E360072BE772C5CF0C9 /* Frameworks */, - 9ED380542AFCD4A87BF85B8E91FBD194 /* Resources */, - 647EB8757FE7B114072C08A8F77A749D /* Support Files */, - ); - name = "AMapNavi-NO-IDFA"; - path = "AMapNavi-NO-IDFA"; - sourceTree = ""; - }; - 739BEB475CFDFB5571854C582B14A0D6 /* UIButton+DDCategory */ = { - isa = PBXGroup; - children = ( - 7F7D9A55DA134EF4BCF6C018DD14F109 /* UIButton+DDCategory.h */, - 1A8798E5DDA9F7C625F49807C8F65C42 /* UIButton+DDCategory.m */, - ); - name = "UIButton+DDCategory"; - sourceTree = ""; - }; - 74F64BC127E0CD1E391B0820FF54F36A /* UICollectionView+DDCategory */ = { - isa = PBXGroup; - children = ( - 7C4452653712093DC6AF06BF027C68CA /* UICollectionView+DDCategory.h */, - D8080D1F1FBD07B6EB13C1A0757CA76E /* UICollectionView+DDCategory.m */, - ); - name = "UICollectionView+DDCategory"; - sourceTree = ""; - }; - 762CFD14D9B044A621F6ADF4BC98C099 /* Resources */ = { - isa = PBXGroup; - children = ( - 1E5DF9BC5F66536DF0E11A18183E30D6 /* _icon_file_type_app@2x.png */, - 15FBCFE8006FF35B1C88E53E36B6CCD3 /* _icon_file_type_bugs@2x.png */, - C4D8F44CF777EE97370BC7D8988060E8 /* _icon_file_type_close@2x.png */, - 76E545C9B1ED71650D71652727789DAC /* _icon_file_type_down@2x.png */, - E0FC01958D7AA6941DD04C4703D7D848 /* _icon_file_type_logs@2x.png */, - C5633BC54507F58C3E04788A8927E58A /* _icon_file_type_mail@2x.png */, - 1F950E09354784D4BC544B9DE3F5A08C /* _icon_file_type_network@2x.png */, - 490BF1C610902B6747C8314BA2D54CBF /* _icon_file_type_sandbox@2x.png */, - C00B250BD3F02DCDFBFB16362B6FFDB5 /* _icon_file_type_up@2x.png */, - A3C879A65CBB8E48310142D96071B854 /* App.storyboard */, - 02CA160B5B31AD5B9F44EC067651EACF /* icon_file_type_7z.png */, - 5227431A46A46AB324EFF4D930362857 /* icon_file_type_7z@2x.png */, - FEB3849285F266B19B972DD8B9E5FEC6 /* icon_file_type_7z@3x.png */, - A84D8485316765715F9AABFAF1C9E5B7 /* icon_file_type_aac.png */, - 0AA352C580D8FBC08486DA230C2F09CC /* icon_file_type_aac@2x.png */, - 228E06BCCD29CA590DFE2DC1C17771D9 /* icon_file_type_aac@3x.png */, - 8914AC3F77638E9B3D5FCBC849EC6F88 /* icon_file_type_apk.png */, - 97CA5EE6DE60EE9EB3AE1C088F4BFC9C /* icon_file_type_apk@2x.png */, - E853DE46E3D722386DC7537493EDCE0D /* icon_file_type_apk@3x.png */, - 3CFF8C22A1278661A4558639B396E5CE /* icon_file_type_avi.png */, - 11A8F171A32B930BCBDBB11A8E847298 /* icon_file_type_avi@2x.png */, - EF0B158973609B159C23965C455FDB82 /* icon_file_type_avi@3x.png */, - 2BDA0D63648A34DED79D18531DA13454 /* icon_file_type_bin.png */, - FA3DA5A1FFAD4CFF0CED5BBFB0F7BC5F /* icon_file_type_bin@2x.png */, - 2D9E31610650710F7BC36E4841250D5A /* icon_file_type_bin@3x.png */, - A59C95CE2CD351950924E07724DEB75F /* icon_file_type_bmp.png */, - 94AD8A497FEFFB0728DDC389581F4F99 /* icon_file_type_bmp@2x.png */, - 44BF77FA2C1CADDBC75666BCBF41FBFB /* icon_file_type_bmp@3x.png */, - 1966A986B5050ED6ECBA1F9C0CE307A2 /* icon_file_type_css.png */, - 9B5D118541615291C89F29D1F9F7E1B5 /* icon_file_type_css@2x.png */, - 1ECE9FED8F9F92EAC81DD4ACEC740155 /* icon_file_type_css@3x.png */, - 61AEEF261A78F95C47E457B874ADE2C3 /* icon_file_type_dat.png */, - 8F38B34101AD7A9DACF942D708EA0023 /* icon_file_type_dat@2x.png */, - 0F4BCE744090F84D7355AB3BE65C3362 /* icon_file_type_dat@3x.png */, - 9194876DFA8B01B5D7937929ACCB1AC2 /* icon_file_type_db.png */, - 3253A48250A568F9630A876E7FB10B7B /* icon_file_type_db@2x.png */, - 37962FDC1DA30CA9AC3752AA54D67917 /* icon_file_type_db@3x.png */, - 45812BC3B373308F9BE06C3B24FF40AE /* icon_file_type_default.png */, - 5DB43AA8B75A684004EBE401362851E1 /* icon_file_type_default@2x.png */, - 46E57567B625071388E98BA7DD6F1C37 /* icon_file_type_default@3x.png */, - ECAEDF3F076D91FCE0B4B9C0BC452FB8 /* icon_file_type_dll.png */, - 0823CD89862CF2D822348155015DBFD1 /* icon_file_type_dll@2x.png */, - A9D2DC272228FD493641D920067E68DD /* icon_file_type_dll@3x.png */, - DE458C5EEE672DA66A0241A5F59E0A2C /* icon_file_type_dmg.png */, - AB18DE6F590D4E87E3E2741ECCE67B8A /* icon_file_type_dmg@2x.png */, - 6CB3274A12B193C9C03594599C595AC6 /* icon_file_type_dmg@3x.png */, - 6EE32EEA7F284629DAFE42126024DA9D /* icon_file_type_doc.png */, - D14439272C60D8168B066070AA5B4927 /* icon_file_type_doc@2x.png */, - 457698D497C1CF68F892CE153AD695A7 /* icon_file_type_doc@3x.png */, - FC3311027CC6513D05907A98FBC34C87 /* icon_file_type_eps.png */, - 5C7426BA42A8B51BCDC80033395DF887 /* icon_file_type_eps@2x.png */, - 581B8407B31F61AB6E6AA4BEEB6B5B2B /* icon_file_type_eps@3x.png */, - 89D6DFCEBB48429270BC7556F573AB2F /* icon_file_type_fla.png */, - 6A57865949941C1FEE90009694E637B8 /* icon_file_type_fla@2x.png */, - 3257B81B4F0A8F09BFC22CB35AAC7B8A /* icon_file_type_fla@3x.png */, - 0229DA1BDB01482B8995808C7B585EB4 /* icon_file_type_flv.png */, - 427C06E7A6BEB0B1E52F6D7DE35E606B /* icon_file_type_flv@2x.png */, - FCCF6F0CB10172D6AE805C3FB8D9213E /* icon_file_type_flv@3x.png */, - E31BF88AB6CA14DAC197B97BBC3DF84D /* icon_file_type_folder_empty.png */, - 54CBE7B14D574030E380A29D60DEE06D /* icon_file_type_folder_empty@2x.png */, - 3A4AADC92CEC0B79B22714153BB42673 /* icon_file_type_folder_empty@3x.png */, - 748A002AFB525CEBB5483E750E03B35F /* icon_file_type_folder_not_empty.png */, - C77AC4C89DAE146B8119851683BEB35F /* icon_file_type_folder_not_empty@2x.png */, - 5B0C471A1366B0B07B5F2EA7A64E2412 /* icon_file_type_folder_not_empty@3x.png */, - AC28B658A1C7D00FC1C990A9B27A725A /* icon_file_type_gif.png */, - ADB2F963D72DFE1BB8E601E46EABF42A /* icon_file_type_gif@2x.png */, - A92CA5C57E8F87FE0C745339B726BE1D /* icon_file_type_gif@3x.png */, - CA59578A436D396404D4B16D26B18806 /* icon_file_type_html.png */, - DCC42575BA55CB779C91F2BD375563E4 /* icon_file_type_html@2x.png */, - 14F8483A629A2D03915DBC2C185A7D5A /* icon_file_type_html@3x.png */, - FB78CF85ED022936DDE790464E22535E /* icon_file_type_ipa.png */, - 9AA3E3033F7BF20A1B3FEA843A225B76 /* icon_file_type_ipa@2x.png */, - F8EF5E200CCFF1CE7774C7E6B73884AC /* icon_file_type_ipa@3x.png */, - AC04EA5E38C98657B66C1EFAF078A8A5 /* icon_file_type_jar.png */, - 625825AAD1977A4D7D619A45FA90D1AF /* icon_file_type_jar@2x.png */, - 0C06F0F9D936A9BD45D810AC8AF839D0 /* icon_file_type_jar@3x.png */, - 8562E5E465A60F8228880DC9A2FBEA77 /* icon_file_type_java.png */, - FFF34B6136DB104FBA1D9728E6712879 /* icon_file_type_java@2x.png */, - CA03B88839F4AAC3AFC6CC1C10B7D807 /* icon_file_type_java@3x.png */, - 8EA9D6258844F7AA0C6ACFCBA2E41C71 /* icon_file_type_jpg.png */, - 039345EC77D9A09392650415FC3286F3 /* icon_file_type_jpg@2x.png */, - E2FEB6274ABDF299C3246741779CAB30 /* icon_file_type_jpg@3x.png */, - B70DAC08C6B7D27F83C9A620ED4A68B5 /* icon_file_type_js.png */, - 573125C9519187DE8AEAE292631AE848 /* icon_file_type_js@2x.png */, - DBBC563534DD70AD434DBFB35E5D1C5D /* icon_file_type_js@3x.png */, - CBCA8A75A3E4A2EEF38B4FE7B49A7770 /* icon_file_type_json.png */, - 11CD62823D20B196FE435FF45DF0AAA4 /* icon_file_type_json@2x.png */, - E9786C70D9E2A53E65C7D5838A5AA72D /* icon_file_type_json@3x.png */, - 65188B96819D9A9C71C37B577DD8023F /* icon_file_type_keynote.png */, - 820E6F627089BF8F9BC31A8FBD4B6115 /* icon_file_type_keynote@2x.png */, - 9B263EB1092CB554559B59DB0DAE625E /* icon_file_type_keynote@3x.png */, - 6A829AA85C81D31D4B4674AC586D7EE5 /* icon_file_type_md.png */, - 258B73C6E8DE4E718D2A24E12AD1FC0B /* icon_file_type_md@2x.png */, - D6A91AC492399EBB9349BF3258B4E2F9 /* icon_file_type_md@3x.png */, - DDF12AAE714C78226279FC494BE72785 /* icon_file_type_midi.png */, - 9E5F707BC866320CAE9454AE32D27F96 /* icon_file_type_midi@2x.png */, - 9803DF7967D199F865AE74C7F5F10AB7 /* icon_file_type_midi@3x.png */, - 3E176497DD5C812F72096C4C5F5DB55B /* icon_file_type_mov.png */, - D47A3E362A3F2756AE08DF79E8D860B0 /* icon_file_type_mov@2x.png */, - 824DEE294BA98D1A0D9F9A36BCC2EEF5 /* icon_file_type_mov@3x.png */, - AA26881CAFF333B4DB9DEDCF32AB3620 /* icon_file_type_mp3.png */, - 33AF4A4F3F05BADD5DE4322A519DDA38 /* icon_file_type_mp3@2x.png */, - 9CE4EB0FE3EE5E15E6379183961D8DF6 /* icon_file_type_mp3@3x.png */, - 050410A02E4519CA1F1D3A03509DAC67 /* icon_file_type_mp4.png */, - 0E6B47BC7A361FD0136AC5CB2D7840A2 /* icon_file_type_mp4@2x.png */, - D0B9EEC36F779AE74245C2F61A644FCD /* icon_file_type_mp4@3x.png */, - F38DDA8A3A762C54DEC602DA366F2888 /* icon_file_type_mpg.png */, - 7E236A60577F05248E6E9C996BD4BEAF /* icon_file_type_mpg@2x.png */, - 5DDEA71C579B3E8B8744633B50584BD9 /* icon_file_type_mpg@3x.png */, - 532223FB4DACFEA49F03A30FBD8798E8 /* icon_file_type_numbers.png */, - 7497940B92A0CBC3D015EE3CE5CFE01A /* icon_file_type_numbers@2x.png */, - CC27872B95FB511368EDDB9AA3EC8E0A /* icon_file_type_numbers@3x.png */, - F2CFF0136E8CE367AEE32D9EF265DABB /* icon_file_type_ogg.png */, - 3B52E85A7BA44FF728F8B2926437D1EB /* icon_file_type_ogg@2x.png */, - 4A5B4C2E086BB5A37EE4D21454B8D661 /* icon_file_type_ogg@3x.png */, - 7308F1F05FD71FB96E1D09B2E6C28D0C /* icon_file_type_pages.png */, - D128A5E232982DE73FAAE66284182912 /* icon_file_type_pages@2x.png */, - 9F2092B25E7A6B13FAB6E603CA77746A /* icon_file_type_pages@3x.png */, - 2550FA68CA1F2825A7407919D3C9718B /* icon_file_type_pdf.png */, - DE90D21F6DAB6A8DD475A891FCD8CD19 /* icon_file_type_pdf@2x.png */, - 6DEEA7D8E3C58092036CB4086AC0B0A9 /* icon_file_type_pdf@3x.png */, - A89DDBB3083503F60CC9197F4F640AEA /* icon_file_type_php.png */, - 4E4D056593D32565292C67591AB91CCA /* icon_file_type_php@2x.png */, - FC8B091618B71E7F763B64FE0B5E4BC2 /* icon_file_type_php@3x.png */, - B77D4998C451C42EEBB3D8499535B5EB /* icon_file_type_plist.png */, - 852CA278296E38287AC6798AC21D12C9 /* icon_file_type_plist@2x.png */, - 3ECE29C284D0466FE88890E969C10E7B /* icon_file_type_plist@3x.png */, - 98E121468282A5B414D3DE724BA54A06 /* icon_file_type_png.png */, - A591717D5C93FD5034BB7203E97C298F /* icon_file_type_png@2x.png */, - 7830D58A41E6A57C2BF245A3CAD1E058 /* icon_file_type_png@3x.png */, - 1811EF3C0051CD1478070DBACE51F2E9 /* icon_file_type_ppt.png */, - E3E667C0EB99EB91B5266277E2C15E58 /* icon_file_type_ppt@2x.png */, - F5A9A1FB0BAF1ED59BBE93379FC4A201 /* icon_file_type_ppt@3x.png */, - 43FA3189C791074E789AB14BF832BE77 /* icon_file_type_psd.png */, - 5EA2346988F3E41B8F7C1AD5053F09CB /* icon_file_type_psd@2x.png */, - 0518167B33E6D41D98B241A09834D96D /* icon_file_type_psd@3x.png */, - 46FB798957B932BE65A62A8B0692E352 /* icon_file_type_sql.png */, - 8B2308D8204B52C616960D8BEC19B6B1 /* icon_file_type_sql@2x.png */, - A9605F6FE838A3D68AE45333BE7380B6 /* icon_file_type_sql@3x.png */, - F6C8E391647B7B514BEC561D7F819050 /* icon_file_type_svg.png */, - AC5AECFF0BF43C63B30CA25DFB4E2EA5 /* icon_file_type_svg@2x.png */, - 925CED7574944FD2A444D1E8371ED2D6 /* icon_file_type_svg@3x.png */, - 204450B88EEC8CB7127CBABDAC239CEB /* icon_file_type_swift.png */, - 0C07A4A5704517D879F4624051090A10 /* icon_file_type_swift@2x.png */, - 840442E139B34838838213A9BED623B0 /* icon_file_type_swift@3x.png */, - 659339677F67334FF81A473FEB960B99 /* icon_file_type_tif.png */, - 92BB981074E8FD79695489AAD52FF5F0 /* icon_file_type_tif@2x.png */, - C4301174BDCFE7141BCA3009B463E7F4 /* icon_file_type_tif@3x.png */, - 0895C47141200615E0A154C2CF4D2EE4 /* icon_file_type_torrent.png */, - E8A028002BEC6405DB00EFDE605438A5 /* icon_file_type_torrent@2x.png */, - B173E009314FFA4298335B16A5B92DAB /* icon_file_type_torrent@3x.png */, - 170E98B41CBE9C35632027A22E80EC05 /* icon_file_type_ttf.png */, - 11332C468324EFDE6DA55EC29282232D /* icon_file_type_ttf@2x.png */, - 146783B650E6D6DD73EE367461940636 /* icon_file_type_ttf@3x.png */, - DAC571C4B8113F5D2CD8C8D9259B8549 /* icon_file_type_txt.png */, - C98A3665DD375A4D70AAE9DBFC40B367 /* icon_file_type_txt@2x.png */, - 8C7ED753CBA428EE8B43B3E19887DED9 /* icon_file_type_txt@3x.png */, - 1C3E48A8724333DDF341FE93BC574265 /* icon_file_type_wav.png */, - 9DBAC1A4C69126CA19CFEAE121C56271 /* icon_file_type_wav@2x.png */, - 8ED09F498750F70A4B4C179AA26FC257 /* icon_file_type_wav@3x.png */, - A7AB231522091EB231A03DE283724036 /* icon_file_type_wmv.png */, - 2B9388EA5679B8423659A7DAE0A15739 /* icon_file_type_wmv@2x.png */, - AF7DB80F0F91292FF1D72C9B399844B2 /* icon_file_type_wmv@3x.png */, - AFA0A99F414CC46BE64B387C7E2BAD07 /* icon_file_type_xls.png */, - 11D3D10DB74AF192C39489ECEE9EC350 /* icon_file_type_xls@2x.png */, - E30CEFB1B598A53522D5C6C11441B668 /* icon_file_type_xls@3x.png */, - 599764A876E61F5FB8457DA44BF1802F /* icon_file_type_xml.png */, - 34C33529746B8713CF757051EF3C5895 /* icon_file_type_xml@2x.png */, - 90F834940ADB31A14A06D46856D877D0 /* icon_file_type_xml@3x.png */, - 526FDD1DCA71FEF6D66C2571AB3CD15C /* icon_file_type_zip.png */, - 6C29E225FC2506831991417F93F02D6A /* icon_file_type_zip@2x.png */, - EA2C9DF13CF1A32C6A68A2496EC5E75D /* icon_file_type_zip@3x.png */, - 86A0D271783F502E8AE58BC4CE43BC6C /* Logs.storyboard */, - A56AB2121F2DA7FAA10A95399A89F3C9 /* Manager.storyboard */, - CED5104038089CCAD51220894DD24944 /* Network.storyboard */, - A6739826185906DF043EFFAA982DCF24 /* NetworkCell.xib */, - ); - name = Resources; - sourceTree = ""; - }; - 7710C1CD9EC283E9C98E792212A32634 /* UITextField+DDCategory */ = { - isa = PBXGroup; - children = ( - 084FAD33970C501880B546C046B09304 /* UITextField+DDCategory.h */, - F7570B539CC2470A47D0007EB3C05A61 /* UITextField+DDCategory.m */, - ); - name = "UITextField+DDCategory"; - sourceTree = ""; - }; - 793CBD17543F1A771EAA4F17E8E31E0F /* CALayer+DDCategory */ = { - isa = PBXGroup; - children = ( - A59107DEA6267230DDAC16F6E137FAB6 /* CALayer+DDCategory.h */, - 4861B020D7E27F0E8FD84F687AE6E433 /* CALayer+DDCategory.m */, - ); - name = "CALayer+DDCategory"; - sourceTree = ""; - }; - 79A487C7935A6D68845D9785708DB1AB /* JPush */ = { - isa = PBXGroup; - children = ( - 8176A34D7065A9D261BA8A48FB5A5F13 /* Frameworks */, - D0760901476603B79C1FFB2B2E244511 /* Support Files */, - ); - name = JPush; - path = JPush; - sourceTree = ""; - }; - 7B5054C8186F3B0C144F440DC2DAFC85 /* DDAutoUIKit_Private */ = { - isa = PBXGroup; - children = ( - 21B56EB683131E3D51455D09E281E248 /* AutoUI.swift */, - 70E3EC5ED0B40709938BD5639E7AA368 /* Support Files */, - ); - name = DDAutoUIKit_Private; - path = DDAutoUIKit_Private; - sourceTree = ""; - }; - 7CBFD8697C37279B19AFF093248D42EF /* Frameworks */ = { - isa = PBXGroup; - children = ( - A6663F93BEFE509F2CB1AECEFE86DD38 /* jcore-ios-4.2.1.xcframework */, + BD00F675CFC53ECCADF97D64B6533D8A /* jcore-ios-4.2.1.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 7F96D0F4A7E84B278B3FC781A2D5CBC7 /* DDImageView */ = { + 6BA4D8E3BBB97E73414ECBB6CC6C9461 /* Resources */ = { isa = PBXGroup; children = ( - ); - name = DDImageView; - sourceTree = ""; - }; - 8176A34D7065A9D261BA8A48FB5A5F13 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 0F7DD58CEA655A61309BF96BF7C6C7CD /* jpush-ios-5.0.1.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 82E42D2C5F8885513E91CC1AC5D28D1F /* DDMAUtil */ = { - isa = PBXGroup; - children = ( - 0F297546C6F6C28277DF8BE35C61DDC7 /* DDMAGeometry.h */, - EBBD5F991C5E7631E158368AC5DDF0C1 /* DDMAGeometry.m */, - ); - name = DDMAUtil; - sourceTree = ""; - }; - 84872BCF4FAAA518E7638EF55260B513 /* DDView */ = { - isa = PBXGroup; - children = ( - ); - name = DDView; - sourceTree = ""; - }; - 86B005835376A66CBE0903890387A069 /* DDLabel */ = { - isa = PBXGroup; - children = ( - ); - name = DDLabel; - sourceTree = ""; - }; - 89320A4BD5308FD29F41309A5167B112 /* UITableView+DDCategory */ = { - isa = PBXGroup; - children = ( - 02053A7B91976C425D1817777F87951B /* UITableView+DDCategory.h */, - 7F28629DAC354AD8EF7DCE02ADE79E55 /* UITableView+DDCategory.m */, - ); - name = "UITableView+DDCategory"; - sourceTree = ""; - }; - 89723FC8072F87BB3BC441A0847216E9 /* MapKit */ = { - isa = PBXGroup; - children = ( - 3A917F0B3BFF341657895E87AD166628 /* MKAnnotationView+WebCache.h */, - 00DB8DC7C4F4C5A02ACA6A67E1DC7981 /* MKAnnotationView+WebCache.m */, - 16720660F00B055D3518EF290D70B19D /* SDWebImageMapKit.h */, - ); - name = MapKit; - sourceTree = ""; - }; - 8974BDB031FEBAC34224ACD9DDEC9B90 /* RxRelay */ = { - isa = PBXGroup; - children = ( - 6DBC77CCE296A080EC456907F4213CC5 /* BehaviorRelay.swift */, - 4E117B6933609F0529AC856075573F51 /* Observable+Bind.swift */, - 25A8E9EF72D728BBB7654A49861F5F0C /* PublishRelay.swift */, - 398EF02AC671038FA4CF57813E3CF4D0 /* ReplayRelay.swift */, - 52535A185E1663138EBDAAD130F03ADA /* Utils.swift */, - 0CE0C6862C2553D5DDC366EB9FCA41B4 /* Support Files */, - ); - name = RxRelay; - path = RxRelay; - sourceTree = ""; - }; - 89D3B1EB830A3EC69C32FFB9E2C95F45 /* NSURL+DDCategory */ = { - isa = PBXGroup; - children = ( - 310BD972647078EAFEE4033CAB1E1BF2 /* NSURL+DDCategory.h */, - 1051306B875B02C74A86EE0815BCD486 /* NSURL+DDCategory.m */, - ); - name = "NSURL+DDCategory"; - sourceTree = ""; - }; - 89F7D208395AA0C111C97BB683861161 /* DDBaseScrollView */ = { - isa = PBXGroup; - children = ( - 9BBEF715D8D1A518938D7F5BE4D173CE /* DDBaseScrollView.h */, - F704DFD4DDA03E7FADA8DF6152130DDC /* DDBaseScrollView.m */, - ); - name = DDBaseScrollView; - sourceTree = ""; - }; - 8C9FCE26C3F83709AACFB898EED6C4AC /* Support Files */ = { - isa = PBXGroup; - children = ( - 271F134082BD15FA423EB93E89C3CDFD /* DDProgressHUDKit_Private.modulemap */, - 51301DA7667977D6925ACD930FA6C43B /* DDProgressHUDKit_Private-dummy.m */, - 7C0B035591D4837F3B854ED95BB52CD1 /* DDProgressHUDKit_Private-prefix.pch */, - 89E8CEAD7125DDEEF35DA8CF303F232A /* DDProgressHUDKit_Private-umbrella.h */, - 8F871014922D06C041EC71AEA9699782 /* DDProgressHUDKit_Private.debug.xcconfig */, - 5525ABEEA14CA4E5AB5FF704970AD83C /* DDProgressHUDKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDProgressHUDKit_Private"; - sourceTree = ""; - }; - 8EFC10D9EDA3143FB2616436FADE1C19 /* UIImage+DDCategory */ = { - isa = PBXGroup; - children = ( - 82E6F31C3073965ACF67B7389CEED675 /* UIImage+DDCategory.h */, - AA1A3E07AB1893E12AB107D28F0E5457 /* UIImage+DDCategory.m */, - ); - name = "UIImage+DDCategory"; - sourceTree = ""; - }; - 8F5753004BEC7A9BD7E8145A966975D7 /* DDButton */ = { - isa = PBXGroup; - children = ( - ); - name = DDButton; - sourceTree = ""; - }; - 9064B89DB0EB2681FDFDE5F3DDD47D4B /* DDTimerKit_Private */ = { - isa = PBXGroup; - children = ( - 56E37DF9ACF7302CC404D9F47F984136 /* GCDTimer */, - 2E4466814045875E53DC249C453F395B /* Support Files */, - ); - name = DDTimerKit_Private; - path = DDTimerKit_Private; - sourceTree = ""; - }; - 932B9472614BB8AAB9255CFC84F2BEE5 /* UIView+DDCategory */ = { - isa = PBXGroup; - children = ( - 3CF983DA4DF78AA359D0008B54A72F12 /* UIView+DDCategory.h */, - 4FC5CB9F275E6CF7617C64CCF4B28785 /* UIView+DDCategory.m */, - ); - name = "UIView+DDCategory"; - sourceTree = ""; - }; - 9708AFDD354F55D35CCA1DABD83E3CC2 /* Frameworks */ = { - isa = PBXGroup; - children = ( - EBD6007ECF2F8A91D43B009A77726A13 /* AMapSearchKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 97313226EF76C28FC7DA1B65F42D3AFB /* MJRefresh */ = { - isa = PBXGroup; - children = ( - A2C49409727D38F52C1F53932F467A50 /* MJRefresh.h */, - B1E17C13B228D3BDF62DAC203000AF07 /* MJRefreshAutoFooter.h */, - 3798D2339DF3BC989D9AEF1C4954BA73 /* MJRefreshAutoFooter.m */, - 74EC81B1268BA03B9BAAFFD60DBDB186 /* MJRefreshAutoGifFooter.h */, - 7216F5AF243D97E74E0D909C97E20606 /* MJRefreshAutoGifFooter.m */, - 0F79D93E9EAC91998CD46F9BD551F765 /* MJRefreshAutoNormalFooter.h */, - 053261275951B60F8A7B6E2E16D3D6E0 /* MJRefreshAutoNormalFooter.m */, - 1FDD3B0B5C7D146DAC1BF1E4BB377608 /* MJRefreshAutoStateFooter.h */, - 5BE5AB6C5643DEF48DE292EEF1927886 /* MJRefreshAutoStateFooter.m */, - F5A8105C70ECDF4CFE5D3AFF7923F775 /* MJRefreshBackFooter.h */, - EA5D274A04F6108037B90C8A9C3E05FF /* MJRefreshBackFooter.m */, - 4AD2B3D32DC2D5922D4FF51E8ADA7CBB /* MJRefreshBackGifFooter.h */, - 4C39AE9E680011386986EADBB25ECD28 /* MJRefreshBackGifFooter.m */, - 56CF2367E46E9B8A208D597A19F48981 /* MJRefreshBackNormalFooter.h */, - F35F515B2EAAA0C6E149AA7B49918CB3 /* MJRefreshBackNormalFooter.m */, - 558EFDDD9783513313FFED3E7DFEBA42 /* MJRefreshBackStateFooter.h */, - B011F598DAF5344014D1AE0AB2B0B81D /* MJRefreshBackStateFooter.m */, - 0C7D60686B2BC1EB102A5D122C2F7B5C /* MJRefreshComponent.h */, - 45C5CF794B6E5E494445CEA67F6AE8C7 /* MJRefreshComponent.m */, - BD4043357555F922F0D2C87C0316097E /* MJRefreshConfig.h */, - A57B71A9E12EE2E126434243DA492222 /* MJRefreshConfig.m */, - D2DC7453F3FCCEE3E16BBB5544D09300 /* MJRefreshConst.h */, - F4733E2C342FB40CB4CD34E6A3F8491F /* MJRefreshConst.m */, - 15AED11DF39E305DF6673230E081BB49 /* MJRefreshFooter.h */, - 9E1FD9936167392B872FB4E7F7400EEC /* MJRefreshFooter.m */, - 0A0B5A4180221E40CE556F38DA1B329D /* MJRefreshGifHeader.h */, - 30B7E097BD7EB89267D1E9FFAAA85377 /* MJRefreshGifHeader.m */, - 9D66D4ED537BD4320CF66C0D4215BFD5 /* MJRefreshHeader.h */, - 484E271BDB070341A50FD8905975162C /* MJRefreshHeader.m */, - 12D12776A4BDE949D3EA6FF4EA5A998E /* MJRefreshNormalHeader.h */, - FC8C6E073A2A3C284E72E54033042682 /* MJRefreshNormalHeader.m */, - F51A62D56FE8D54578C6D6D0138A1289 /* MJRefreshNormalTrailer.h */, - F1245050CD55525EA80F5689767F38DB /* MJRefreshNormalTrailer.m */, - B7D6A19F38BD24A68614649268A81158 /* MJRefreshStateHeader.h */, - 015B0FB8AE710CD6F5726003294AFBD6 /* MJRefreshStateHeader.m */, - AC2B6F70537955B1FC02DBFE8A7D5042 /* MJRefreshStateTrailer.h */, - 1B93E03307EC96D635819D9AC9493A70 /* MJRefreshStateTrailer.m */, - B40B699E20A88FA178864D907B41199B /* MJRefreshTrailer.h */, - 3C15C806DA298DEF1678708531293300 /* MJRefreshTrailer.m */, - D86FF60913CC9C7DA46B62C1C683E05D /* NSBundle+MJRefresh.h */, - 35DB9B25A38E1906269481378DC084E8 /* NSBundle+MJRefresh.m */, - 7A8CD8D8252849840933F64016F2954C /* UICollectionViewLayout+MJRefresh.h */, - D6A832E4BDE66310505B95C163812E18 /* UICollectionViewLayout+MJRefresh.m */, - A40353B4FCD05423F2C9A8B998F39A76 /* UIScrollView+MJExtension.h */, - 82F8BA5F666CBA5202D7D7023F9F88AB /* UIScrollView+MJExtension.m */, - 88E4747FA025D36739E4958BCC3CA547 /* UIScrollView+MJRefresh.h */, - CC659306530C8EB873C85F2CB942F879 /* UIScrollView+MJRefresh.m */, - EACB3BC9F053ABC43C7B3009822CFB8C /* UIView+MJExtension.h */, - CBAD2E1103898DA8B26A312FC7B0A364 /* UIView+MJExtension.m */, - 976FEFF4BEE3EBF231DA1E8F32508A47 /* Resources */, - FBAA0B302BCC8F29194CD2992CB6C581 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 976EC15AC1010E3D69806B3274FF0CF9 /* DDViewController */ = { - isa = PBXGroup; - children = ( - ); - name = DDViewController; - sourceTree = ""; - }; - 976FEFF4BEE3EBF231DA1E8F32508A47 /* Resources */ = { - isa = PBXGroup; - children = ( - F28BA3BE050C9A287358AB4DD2762F00 /* MJRefresh.bundle */, + 390AF573BC3D18826A92E035B554E7C0 /* Sources_DDMAMap */, ); name = Resources; sourceTree = ""; }; - 97C35AE0796A7CF197A0DDFE123BA554 /* UICollectionViewCell+DDCategory */ = { + 6F22C8B4E291563752FC5A1DA50E7548 /* Support Files */ = { isa = PBXGroup; children = ( - 2A2992EB1D0FD3CA7E85F6867C2A7865 /* UICollectionViewCell+DDCategory.h */, - 9E034624A24009FD0B6839B91B89060F /* UICollectionViewCell+DDCategory.m */, - ); - name = "UICollectionViewCell+DDCategory"; - sourceTree = ""; - }; - 9864DDB493BFE03CC42B6C57762EA631 /* DDTableViewCell */ = { - isa = PBXGroup; - children = ( - ); - name = DDTableViewCell; - sourceTree = ""; - }; - 991D279697E793EB1290EC35C3D90B18 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0A97312BFE816F76389E14494FFECD97 /* RxCocoa.modulemap */, - 66CE5A83353C5F2567C0EA67F147DE72 /* RxCocoa-dummy.m */, - 3907F43ED4F65FA548715A6ACDD2361E /* RxCocoa-prefix.pch */, - DEF065BB35A819D3C99AAF3565D7EC4F /* RxCocoa-umbrella.h */, - 2F21EBD44736E2BD6DCCB9933EC40AFA /* RxCocoa.debug.xcconfig */, - 036910A977C6625D5FEE274DC2763DA2 /* RxCocoa.release.xcconfig */, + 8B62764ECF98396C6308978F2A2BC736 /* DDLogKit_Private.modulemap */, + 81817EEC0966AB3329994114CF28C616 /* DDLogKit_Private-dummy.m */, + C019BDCFE9ED10E11C1C2E2D8E8302C6 /* DDLogKit_Private-prefix.pch */, + 657AEB0777DF009E91EA0405DAF11B89 /* DDLogKit_Private-umbrella.h */, + 5963D4F97A62AEB0B3A63F1387BC63DF /* DDLogKit_Private.debug.xcconfig */, + 1F6E8D8FB8A6BBB4E56EAFEFC149C2A5 /* DDLogKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/RxCocoa"; + path = "../Target Support Files/DDLogKit_Private"; sourceTree = ""; }; - 9ED380542AFCD4A87BF85B8E91FBD194 /* Resources */ = { + 6FA9399960C55417EF7A00416375822E /* Support Files */ = { isa = PBXGroup; children = ( - 285760309CF5F791567CBD6CC87EAB8E /* AMap.bundle */, - 80468DB3EC3FA7F781A8E9B97BD3D78D /* AMapNavi.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9EFEDEEFD9961C94C36DBC147711D04B /* ESTabBarController-swift */ = { - isa = PBXGroup; - children = ( - 64A91EE05741DA815ACE9F12CE92709A /* ESTabBar.swift */, - 8F0982B7F4C806224986C1E742441C80 /* ESTabBarController.swift */, - B2D085BA174C9A8EBB23BFBE828B25C2 /* ESTabBarItem.swift */, - BDA9918D1AC95200E4E186A6CB3A8906 /* ESTabBarItemBadgeView.swift */, - F762A66E222F56ED424E8728063D8F1C /* ESTabBarItemContainer.swift */, - 1C6C04C12611787799662F133D93D97A /* ESTabBarItemContentView.swift */, - FEE7DBEFE7F775DFFA5240912E9F51BE /* ESTabBarItemMoreContentView.swift */, - 6FB85A7896F9F2AEE5A428C2B3A4988A /* Resources */, - 65720213A52383424E668372118F76E3 /* Support Files */, - ); - name = "ESTabBarController-swift"; - path = "ESTabBarController-swift"; - sourceTree = ""; - }; - A04AC91B1A23F4FE89E3592B2A533D70 /* Support Files */ = { - isa = PBXGroup; - children = ( - 641728E9104921AB30E70C0C0D51CAD6 /* RxSwift.modulemap */, - 32851633BA08A836ACC460464B779055 /* RxSwift-dummy.m */, - DE6440F6B3C704B03879F69ACEE2BFF0 /* RxSwift-prefix.pch */, - 001B5A145650D07E23B883A59B4EC6A2 /* RxSwift-umbrella.h */, - 4304C25A731969DAE0A4CB5219CF83DD /* RxSwift.debug.xcconfig */, - E1D923FE2C62FA9C9EA0908615CB317F /* RxSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RxSwift"; - sourceTree = ""; - }; - A2C1D6A299D84A03494D558D8316B2C5 /* JCore */ = { - isa = PBXGroup; - children = ( - 7CBFD8697C37279B19AFF093248D42EF /* Frameworks */, - 406CA9687643358A20498EC677420956 /* Support Files */, - ); - name = JCore; - path = JCore; - sourceTree = ""; - }; - A5750A130C4BECBACCC48FD6EA478D7E /* UILabel+DDCategory */ = { - isa = PBXGroup; - children = ( - 844076CDF6F95524D9740536DE597A50 /* UILabel+DDCategory.h */, - 657EB11B3280CD8530B970935A96AA83 /* UILabel+DDCategory.m */, - ); - name = "UILabel+DDCategory"; - sourceTree = ""; - }; - A5C63389C6B50FB0015EB51EDF20A8F7 /* DDBaseLabel */ = { - isa = PBXGroup; - children = ( - 2F0988B1C29A7765529195ECCE4B347C /* DDBaseLabel.h */, - DBFC124EED6E586756C64ACD8FE730B0 /* DDBaseLabel.m */, - ); - name = DDBaseLabel; - sourceTree = ""; - }; - A6F36B7D0B01ADFA5852314CEFC6B1EB /* NSAttributedString+DDCategory */ = { - isa = PBXGroup; - children = ( - 35E0C1123B974156165208A58CC9C4E9 /* NSAttributedString+DDCategory.h */, - ADCB8C90F606DA9FA386F2B4EB1215A7 /* NSAttributedString+DDCategory.m */, - 78F7AED15BA044E40B17F02634200361 /* NSMutableAttributedString+DDCategory.h */, - 298419DB3264DE676E6D8F2EC86D9782 /* NSMutableAttributedString+DDCategory.m */, - 1E8570CECB13FD9D28F0F1B3FD573289 /* NSMutableParagraphStyle+DDCategory.h */, - ECEBD105BC3DD54516396EDE38B717BF /* NSMutableParagraphStyle+DDCategory.m */, - ); - name = "NSAttributedString+DDCategory"; - sourceTree = ""; - }; - A7EE46A46958AB4F9AE78C629A07B21B /* Support Files */ = { - isa = PBXGroup; - children = ( - 220F980BF3510D48A3600174AE08B317 /* DDNetworkingOfAlamofireKit_Private.modulemap */, - B22DCD11FAD5D73CDD802C4443872B0C /* DDNetworkingOfAlamofireKit_Private-dummy.m */, - 0B7D7AA72B10A02FBAF59FD050627482 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, - C49A46393F503E8D6F78E61975814F49 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, - 2DFD157A69FA887263CCFBECF788059E /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, - 48011C5CE9D9ACF014FEA5B6761F88E6 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; - sourceTree = ""; - }; - ACE68C6FA55077770112BAFA7CFDE292 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 72DA83CEAE200DCA6853B9EB68401EBA /* IJKMediaFramework.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - AD5DEFE07B31C13F3232390CFA5D153E /* Resources */ = { - isa = PBXGroup; - children = ( - 43516021C9D63176D816609B53BA4B81 /* BRAddressPickerView.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - AE87532745346926E7FAD615C131B3C4 /* Support Files */ = { - isa = PBXGroup; - children = ( - F726086F1D373F053A1DEEE80CACD310 /* DDMAMapKit_Private.modulemap */, - 36A9D32740BEA1CB5E550A866B76C477 /* DDMAMapKit_Private-dummy.m */, - 1D5248D386E94D16E3464D643A31ABF8 /* DDMAMapKit_Private-prefix.pch */, - 68DEB07C34FF02A890E823A9417987D8 /* DDMAMapKit_Private-umbrella.h */, - 5266A14A900C54DF06D3B78688812743 /* DDMAMapKit_Private.debug.xcconfig */, - F19B2B925BFFA8AE3E6612BC2138BD9A /* DDMAMapKit_Private.release.xcconfig */, - 9850E1A6B77D7ECE8FA161BB956005DD /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, + C683C4317ABC67A3D744224F46F47BE9 /* DDMAMapKit_Private.modulemap */, + 8324B600703F7DF39B36593AFF45B78F /* DDMAMapKit_Private-dummy.m */, + 8419C13E955CC6C463EA9FDBC447754C /* DDMAMapKit_Private-prefix.pch */, + 7B4A6849FBD57A2E12384F813143D709 /* DDMAMapKit_Private-umbrella.h */, + FF98B515C0B18E33BEFE2A432DB587F0 /* DDMAMapKit_Private.debug.xcconfig */, + DDA6F8CA6EED9FAB3EAAC870D39F24AD /* DDMAMapKit_Private.release.xcconfig */, + 5748B55BA441C3ECD5C797209AB558CB /* ResourceBundle-DDMAMapKit_Private-DDMAMapKit_Private-Info.plist */, ); name = "Support Files"; path = "../Target Support Files/DDMAMapKit_Private"; sourceTree = ""; }; - AEF9A8AECE046399A85731832E36EA95 /* DDMATrackManager */ = { + 7056CD1DB8FB7D0327C33F2B04A52C1D /* Resources */ = { isa = PBXGroup; children = ( - 939956CD7371C4B206B1FE2D5DB243B4 /* DDMATrackManager.h */, - E57AB064DC34008DD9440843B004AE82 /* DDMATrackManager.m */, + 5CDD3515B18FB9FCD6333F3EA7BB7782 /* ZFPlayer.bundle */, ); - name = DDMATrackManager; + name = Resources; sourceTree = ""; }; - AF5737153175FBF5FA64AE469BE0D68D /* DDFontKit_Private */ = { + 7481F1B1AD87DFBF41ED43E44206298A /* DDCategoryKit_Private */ = { isa = PBXGroup; children = ( - 7AEF3ABB0A35E0C5283C87A9DB435980 /* FontUtil.swift */, - 4CE271CEEDC5929C8EE64282B6147136 /* Support Files */, + 785E0B38E5E1536B6D6D98E9809556B4 /* DDCategory.h */, + EAA1D7CA3C705FC46E99649C20CE2C19 /* CALayer+DDCategory */, + D9208915D10ED67BDC04274A77A85FC7 /* NSAttributedString+DDCategory */, + 962E17FBCC705FF25C4A860D898EA9E4 /* NSBundle+DDCategory */, + FF74590C34C9CB2FB93034245A6363FA /* NSObject+DDCategory */, + DBC3544FE87C9A0A5D97D7606C6FF5F5 /* NSThread+DDCategory */, + 309EB78BB10D87D9D3F5706C711C0F33 /* NSURL+DDCategory */, + 62790C47C2144920B3881A6E064C31F3 /* Support Files */, + 696836B2081F61B4FBDFD4EFDC0A1FEA /* UIApplication+DDCategory */, + F3A8FDB9B62CC2AADD408A9F97FE9CE3 /* UIBarButtonItem+DDCategory */, + 3D57A865A07DCB2D454D212330E4E5D3 /* UIButton+DDCategory */, + 7703540759FA70215C6A51B432A5DA19 /* UICollectionView+DDCategory */, + 2CD905FDC6B77E7651E3FEF1AF7E95A1 /* UICollectionViewCell+DDCategory */, + EAF0B9FB5ED2F6ABF90F3193F89E0E55 /* UIFont+DDCategory */, + 60C74DF12EA2DF45AAB60E420857CDBC /* UIImage+DDCategory */, + 0F29EE9BDCC9AF3783B312971C97C8F2 /* UIImageView+DDCategory */, + EA77E889BEE2F9252093E72F2DA501DC /* UILabel+DDCategory */, + AE2B86DC58D4E9A6E747468DB072D14C /* UINavigationBar+DDCategory */, + 3EAF86ADE2832CDC3D3075DDAA770F8A /* UINavigationController+DDCategory */, + E176BA4827BE944DB1A00B4E83021605 /* UINavigationItem+DDCategory */, + 484D3754B226BCC0CBC992B3ADFA8F72 /* UIScreen+DDCategory */, + 0EDF0AF34646EC465627EE7868E1BD6D /* UIScrollView+DDCategory */, + 86531762414D8038710C21DF8BB22E1A /* UISwitch+DDCategory */, + 5C6C978E9422E9BFBD95A973FF825108 /* UITabBarController+DDCategory */, + 544DAD660716723AAE87A016519F7C1A /* UITableView+DDCategory */, + 90153AFB7E9CAB821D81BF03FB2A4829 /* UITableViewCell+DDCategory */, + CFBB9C7383268C922F3C2535B588D62A /* UITextField+DDCategory */, + 807024C9F934256EC6A264918692FD23 /* UITextView+DDCategory */, + 4E5C802B9E9EF1CD01FEA04E20EB9567 /* UIView+DDCategory */, + A2D3AA85349A414899032F8CF55303CE /* UIViewController+DDCategory */, + 566FC7A4EB9D32347548D2FE4BD15305 /* UIWindow+DDCategory */, ); - name = DDFontKit_Private; - path = DDFontKit_Private; + name = DDCategoryKit_Private; + path = DDCategoryKit_Private; sourceTree = ""; }; - B3635629CAC1BC81AACB35BA81152C2B /* DDBaseTextField */ = { + 74BE23EB65FF8CB6A93E360306B65A85 /* Support Files */ = { isa = PBXGroup; children = ( - AA33DAC06090438E4DDBEC2735580BCF /* DDBaseTextField.h */, - 89E65059DD26BEDB9ACB3A53A6691A18 /* DDBaseTextField.m */, + FAD5A42A4297F981B917FB4888958BA6 /* MJRefresh.modulemap */, + FBF22CCE85D65013C2718DB0244BC29D /* MJRefresh-dummy.m */, + 9297DD4ECD7FA7A9DFF316317C843771 /* MJRefresh-prefix.pch */, + A39F8341EEAE17EDCA342843B8D1F1C1 /* MJRefresh-umbrella.h */, + 7EAF4355AF50B8EFE862B49C6F298C01 /* MJRefresh.debug.xcconfig */, + 851B04AF260AC396ED827FD2683E186F /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + 7703540759FA70215C6A51B432A5DA19 /* UICollectionView+DDCategory */ = { + isa = PBXGroup; + children = ( + 9E790AD726F6B21EE94A8348EEA6AC2F /* UICollectionView+DDCategory.h */, + A13CCA977CC2E3BBB82312D1CA830DA7 /* UICollectionView+DDCategory.m */, + ); + name = "UICollectionView+DDCategory"; + sourceTree = ""; + }; + 791F3DC3E6DCDE791E4AF376E2E56416 /* DDBaseTextField */ = { + isa = PBXGroup; + children = ( + 229DA2F25E8018D819EE25E4AB34AEFF /* DDBaseTextField.h */, + B88B6A2CCE8388CB8FEF2FAE00C735FD /* DDBaseTextField.m */, ); name = DDBaseTextField; sourceTree = ""; }; - B3680B56A37411F8B06A19EB78F0EB0E /* UINavigationController+DDCategory */ = { + 7A903E1F03F69B4BFF53A7DC953037AA /* Support Files */ = { isa = PBXGroup; children = ( - 195652663B54BFFD1F516B6325BC1F1C /* UINavigationController+DDCategory.h */, - 0379C312FB9DFBA4F0FC9BCF26429BCA /* UINavigationController+DDCategory.m */, - ); - name = "UINavigationController+DDCategory"; - sourceTree = ""; - }; - B3F02FB15B08D31B5C4A7E7A5B226927 /* AMapTrack-NO-IDFA */ = { - isa = PBXGroup; - children = ( - 372814D9D2DA29ABDC234394129A5299 /* AMapTrackCommonObj.h */, - 29F7692B46F83B2EC59E1023BE2D6A10 /* AMapTrackError.h */, - 3D973D4B00309DC8682050DAA48D6567 /* AMapTrackHistoryObj.h */, - 1F0E24EFB4A059D3ACA16DA75925A26D /* AMapTrackKit.h */, - 0BCC8C368D4EE667A49DAC8F67F19F91 /* AMapTrackManager.h */, - 1955820828D61224B9769C7DB96144DC /* AMapTrackManagerOptions.h */, - 7F88B55F83275CBB46CBE7D0D33052F2 /* AMapTrackTerminalObj.h */, - C9970FA76DA67B4067425DC8E10CD042 /* AMapTrackTrackObj.h */, - E162355030B90CE4C65255FD5B2A7942 /* AMapTrackVersion.h */, - EA674487E0C08A47D2841A8D8987896D /* Frameworks */, - 3D05ACFAC555EABF36BB94E0A7CEE110 /* Support Files */, - ); - name = "AMapTrack-NO-IDFA"; - path = "AMapTrack-NO-IDFA"; - sourceTree = ""; - }; - B4F021A6D729080C763A8FDD3E3CD228 /* AMapSearch-NO-IDFA */ = { - isa = PBXGroup; - children = ( - B6EC47D2DF8EB922DC9191C1524EE708 /* AMapCommonObj.h */, - 75295F1992F51B3A54E218B383731408 /* AMapNearbySearchManager.h */, - 777C80ED578A3810BFD650C16AE3ADCE /* AMapNearbyUploadInfo.h */, - DFF0CFB952E714C49AD0FFFC6E4D96D5 /* AMapSearchAPI.h */, - EF9600A5E20E1F1D8BB7BA9C09398039 /* AMapSearchError.h */, - EE3A38BA75D29E3A8D50DB018BA5E62F /* AMapSearchKit.h */, - A15F8EB976B4042629E0605347F1272C /* AMapSearchObj.h */, - FC3AEBB0D6452EE2092DCCD976849B6A /* AMapSearchVersion.h */, - 9708AFDD354F55D35CCA1DABD83E3CC2 /* Frameworks */, - 02DA1C7E90F9735C32205F1AC5E47B9C /* Support Files */, - ); - name = "AMapSearch-NO-IDFA"; - path = "AMapSearch-NO-IDFA"; - sourceTree = ""; - }; - B534BDF979C479F131AD34C83A9840A9 /* Support Files */ = { - isa = PBXGroup; - children = ( - C8B61FCB33642D213E03290186A76E42 /* BRPickerView.modulemap */, - 20BF68D249255CBA5924A370AFFF23A3 /* BRPickerView-dummy.m */, - 2FD8E484865FA498F66314A905125C8B /* BRPickerView-prefix.pch */, - 4C071192B6C37D4D3F796CB640C6EE8F /* BRPickerView-umbrella.h */, - 1B13D9C58360C5DA066ED8022AACF6C6 /* BRPickerView.debug.xcconfig */, - BCCC2AA9FC6F26EB4A71C93D76CC2FB7 /* BRPickerView.release.xcconfig */, + 98DA26DA6F487BF13497C4419269AB3E /* DDFontKit_Private.modulemap */, + EB2441EED10B9A51FD442C768998A64C /* DDFontKit_Private-dummy.m */, + 02154FFB42C35F509181D1A2C0D1C7B7 /* DDFontKit_Private-prefix.pch */, + 4507C931F8730D6D36898F8869F184F2 /* DDFontKit_Private-umbrella.h */, + DF9C91934C68AADEA2A55B4D3995AB09 /* DDFontKit_Private.debug.xcconfig */, + 6BC3FC36B1FCAF6B3AE9DF1A72D51108 /* DDFontKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/BRPickerView"; + path = "../Target Support Files/DDFontKit_Private"; sourceTree = ""; }; - BA367C48D10AF79C2E72707C0042083D /* Support Files */ = { + 7BD321CEFFCF0C1C135F7F94AA0BC47D /* Core */ = { isa = PBXGroup; children = ( - F273A072785CD48170BE952D295EF537 /* DDZFPlayerKit_Private.modulemap */, - CC1EBD8EC6B7E7CB973B6900A8161461 /* DDZFPlayerKit_Private-dummy.m */, - 018A027A7D77788D77C79B4C189F750F /* DDZFPlayerKit_Private-prefix.pch */, - FBAEF947E6FFA260FA85B1A061252448 /* DDZFPlayerKit_Private-umbrella.h */, - C607891B0BC82BA5A24B7D97B06048F5 /* DDZFPlayerKit_Private.debug.xcconfig */, - 9DB5D296ED80B51D91DB41F8FEB08F05 /* DDZFPlayerKit_Private.release.xcconfig */, + 0CB76C635B5755273D1AF8B9344F4F70 /* NSBezierPath+SDRoundedCorners.h */, + 1ABE0F05372BE562781897A9F3AA23E0 /* NSBezierPath+SDRoundedCorners.m */, + DC9963D227D9B9096310A8559E4A997C /* NSButton+WebCache.h */, + 37B48AACEBDE6EB1972C952F543A25FC /* NSButton+WebCache.m */, + E80FE071B23654CB32F515E1A18E1814 /* NSData+ImageContentType.h */, + 089696DA03A61A75B24E28D72C3EFD39 /* NSData+ImageContentType.m */, + F3594B5FBFD47DB49CD4143F6F82C32C /* NSImage+Compatibility.h */, + 92019061DEA6B6A3F3FBF3D6E59E1D37 /* NSImage+Compatibility.m */, + 4473E6082E04C2B5BE0E6A527EF83001 /* SDAnimatedImage.h */, + 4C3458AF8090BAF302E42E0136EEEC1C /* SDAnimatedImage.m */, + 3E99B84AB472EFCD4F324BB2B1CB2E5F /* SDAnimatedImagePlayer.h */, + 644A0492E6AB1DF99B95697C122C000F /* SDAnimatedImagePlayer.m */, + 4C6D07D391151335E9EB0CD304A834B5 /* SDAnimatedImageRep.h */, + 58FD7ED0A71F1F113BD0972025DE287D /* SDAnimatedImageRep.m */, + FDA35DB853FFE6730A902DD8B9807B19 /* SDAnimatedImageView.h */, + 665165026183A538EA6CA9DDCD454DAB /* SDAnimatedImageView.m */, + E980C80953C8552E78CE848DA8AB4DC6 /* SDAnimatedImageView+WebCache.h */, + 6B33D94D0ED87F0A7FA09938AA0800EB /* SDAnimatedImageView+WebCache.m */, + 1ACC0D1026A39CE2176E9B76A7067656 /* SDAssociatedObject.h */, + 1FAC952BE3BFBDEA77E13866DB986DEF /* SDAssociatedObject.m */, + A5DABBD7A8740576D1449F2FA856F8D9 /* SDAsyncBlockOperation.h */, + 7D9394A1F82DA982AC1F00DFC3B2C0D1 /* SDAsyncBlockOperation.m */, + AF4B802109987C2BE0FE22918EB79E25 /* SDDeviceHelper.h */, + F24A57758579081FF08C14C1FA351795 /* SDDeviceHelper.m */, + 086F7619FACC394D3FE7B29F675709C1 /* SDDiskCache.h */, + 79F8D111ABAFA552BDD7F536A223F1A6 /* SDDiskCache.m */, + 3D552C931878226DE7B26FC6140DBE22 /* SDDisplayLink.h */, + 023A97C4AFA7DF11C539E4EB3E740581 /* SDDisplayLink.m */, + 1B5F6EE6D092FB9D8516CDF9F73C902F /* SDFileAttributeHelper.h */, + C291756B49771B159E221232537AD324 /* SDFileAttributeHelper.m */, + 38140D6D6236ACD96D5B121EBB590EFE /* SDGraphicsImageRenderer.h */, + 3C20CC5237EC1AA127736F27F4D81304 /* SDGraphicsImageRenderer.m */, + E384C66B45BD8A65C67B5AAE270BDD8C /* SDImageAPNGCoder.h */, + D3F08348305C20F579B4C637433C5CA0 /* SDImageAPNGCoder.m */, + D245A8571B1995AA54A75DA54A6A9D6B /* SDImageAssetManager.h */, + 79242549D679039E3E70AB488DDCB749 /* SDImageAssetManager.m */, + B30A1777C2B2EF8F6466D6AD2D4593CE /* SDImageAWebPCoder.h */, + EF72CA991F4EB8F09E0ABE82BA69B0D7 /* SDImageAWebPCoder.m */, + 0981DFE403753B68B2D89A88DFA147EE /* SDImageCache.h */, + F714EF4F57922DDADB6C22F8ED8399BF /* SDImageCache.m */, + 0A05F9F4F5488DE609A005C217DC35A9 /* SDImageCacheConfig.h */, + E8DA281258D3A8754E60579310C43C4A /* SDImageCacheConfig.m */, + F3389A9BCA6546BAAD7433E2E1B562AB /* SDImageCacheDefine.h */, + 728123E6336A1F44BDC37F79E51585B9 /* SDImageCacheDefine.m */, + 9D0CA5A10BCA7E7C11C9287BD3D8FDED /* SDImageCachesManager.h */, + CC7A1A9B493F1D9CFB4318091B47D7B9 /* SDImageCachesManager.m */, + 8837DD3DF325A0B1CA2BCC3A6D935D74 /* SDImageCachesManagerOperation.h */, + A97523A90ABB9DD45EDAC09C7B6864D4 /* SDImageCachesManagerOperation.m */, + 23F6E5D0535A78340C4860448D77E501 /* SDImageCoder.h */, + 14E1AFC763500FC474B83CC6FD8765C9 /* SDImageCoder.m */, + 3DD546F28266A1B6F24E9AC519D259D6 /* SDImageCoderHelper.h */, + 063595ADD67A3C24AE563DEF45BD8D60 /* SDImageCoderHelper.m */, + D3EF8E84BFB9A6909F08E5CCD389F9CD /* SDImageCodersManager.h */, + 3B7B99B47DFA8FAED801F72036AC6710 /* SDImageCodersManager.m */, + E751C675C1CC1482AC78CE1787F9CF34 /* SDImageFrame.h */, + F4AB46510FF18B0A4EFDA08EFB7E9EBC /* SDImageFrame.m */, + 340B3760C547E1B56C13194685489C5F /* SDImageGIFCoder.h */, + 6A24BAFE07435F4AE4C90A5CEF2FEC09 /* SDImageGIFCoder.m */, + C11C2A059100A4367183D4C7FA9E9F6A /* SDImageGraphics.h */, + C78AB8327482277CD1B369ABF9B34670 /* SDImageGraphics.m */, + C05E3E79E7B9058E7F8C562572B665C9 /* SDImageHEICCoder.h */, + CA83D04D56E288BB5B28F5058A5B9A41 /* SDImageHEICCoder.m */, + 1CC23A0E75F9A58EA3D6E662C65F2E6C /* SDImageIOAnimatedCoder.h */, + 1B1D9C0FDFD4D34F58E802D44806F3C4 /* SDImageIOAnimatedCoder.m */, + B4F2C560EF7270517DDF013C93D3E1B6 /* SDImageIOAnimatedCoderInternal.h */, + 58496A6CC053CD0DD80DCB2B2A6D54C1 /* SDImageIOCoder.h */, + A0A5C7F4DC6DB8430680D74197AF9951 /* SDImageIOCoder.m */, + C186B05535FDE446DC8884B2A55FCC2A /* SDImageLoader.h */, + 844087DEFD77BBA0B2F7336008B3CF2F /* SDImageLoader.m */, + 0D3FD4B99FD585A2AB3BCD0E46D3D9B0 /* SDImageLoadersManager.h */, + 5453011A34F6706C2B80A8CD9731FEE3 /* SDImageLoadersManager.m */, + CD012188007E05ED532089652DE9D4A4 /* SDImageTransformer.h */, + EB8427569D42D6AC9E74AFBE6696DC31 /* SDImageTransformer.m */, + 663B18B90838CAEFA4ECEF14A5F2E644 /* SDInternalMacros.h */, + 07FC26A8722A3F31991ED9C00395AEC6 /* SDInternalMacros.m */, + 5BCA58B6960E60D39EA4ECAD49E39CBE /* SDMemoryCache.h */, + 3A1E1A39CDD27E11ED26E81AAB4936B4 /* SDMemoryCache.m */, + 81062EDD33C81543B6BF7186A3E936FF /* SDmetamacros.h */, + 67DAFE63F55DD0866700400545853C7E /* SDWeakProxy.h */, + E868602416F2BE621E3AF21C2C6D3187 /* SDWeakProxy.m */, + 070EA32A8ABA15B2431C3794C739A6EC /* SDWebImage.h */, + B85F7D4B3AD0B7DCF7BF9A98359E16E8 /* SDWebImageCacheKeyFilter.h */, + D67D0FB58C59AF5623666C31E708821A /* SDWebImageCacheKeyFilter.m */, + 57A2A13BA0F353859DDDDFC9A29F1654 /* SDWebImageCacheSerializer.h */, + CB8F42FFA88CE0BBFC0409B6B6FF7B72 /* SDWebImageCacheSerializer.m */, + E6506A39CB3227B23A38845EDBE0326C /* SDWebImageCompat.h */, + 2DD2E33AA84C9C16F8023A0AD8618C07 /* SDWebImageCompat.m */, + 9B23FEC0202A7644EA30868FAE8DB7F9 /* SDWebImageDefine.h */, + 4EE6A2BA0541F014A8F146C522ED834B /* SDWebImageDefine.m */, + 76081BE309A9475FC172A44E1C551D00 /* SDWebImageDownloader.h */, + 0DF543C53F4181FA110961720A7CDAF9 /* SDWebImageDownloader.m */, + 126432FE9F6A7170D5FF2E48C5B1BE64 /* SDWebImageDownloaderConfig.h */, + 181568D30C7FABC97BEBF08583DA99B0 /* SDWebImageDownloaderConfig.m */, + 86ADC890D463C8AF3D0DE64F06925BBE /* SDWebImageDownloaderDecryptor.h */, + 5B53C9DC03CC4E574FB32A4A5D71A0F5 /* SDWebImageDownloaderDecryptor.m */, + 62C8A3219C3BFD32D252331F888FA813 /* SDWebImageDownloaderOperation.h */, + F49D54168A673C28B2BFAC7753AF7D8E /* SDWebImageDownloaderOperation.m */, + ABAF333844660DE3D4472A300B76B4E7 /* SDWebImageDownloaderRequestModifier.h */, + 4F04DC8D4ECBA73AB8BD1CEA05F268EE /* SDWebImageDownloaderRequestModifier.m */, + 2B056533E4B0067C895151A88D509D4A /* SDWebImageDownloaderResponseModifier.h */, + BAF7280F0F4DFCED5A22979B4A028A7F /* SDWebImageDownloaderResponseModifier.m */, + 990B5CBB962A8202EDCE357A01918ED8 /* SDWebImageError.h */, + 41066BCCA14C31588B1CB13D6495D520 /* SDWebImageError.m */, + EBED5FCDD59E937A99EB4F8C5E63C3E8 /* SDWebImageIndicator.h */, + FBBC54E8861A9F0C08BC05293415295B /* SDWebImageIndicator.m */, + FD7CF1A8E55B4BF679889E6E9B29369E /* SDWebImageManager.h */, + ED19E20D77ED505B17F8FAB62D896407 /* SDWebImageManager.m */, + A5DDD558E9CF2E9B93ECC5E6126D7F56 /* SDWebImageOperation.h */, + 5D715729A760E17C4E52DA1E6716DA49 /* SDWebImageOperation.m */, + E0D477B46D74BC580231571A3EBC372B /* SDWebImageOptionsProcessor.h */, + 6B1E6B801EEE23B5CAB1084E4FB4193D /* SDWebImageOptionsProcessor.m */, + 581D55B8C4703D8944B92C8B7CC74776 /* SDWebImagePrefetcher.h */, + 272A4B18FC9006D3063FC7656E08F78B /* SDWebImagePrefetcher.m */, + F1BDD0978ED7152B5BA7D52D635EF445 /* SDWebImageTransition.h */, + F33121194538A830BF9A9FDBFE1F7A22 /* SDWebImageTransition.m */, + 3FF39EA9CAC5AB610CAE652D90C53B2C /* SDWebImageTransitionInternal.h */, + 849BC809C3741F35B7CF1B76E5C4A479 /* UIButton+WebCache.h */, + 6849CFBD06D25578A31E88EB9B26FA7E /* UIButton+WebCache.m */, + C40598E1D070183DB750539B3EC9242B /* UIColor+SDHexString.h */, + 812E820468B794DACF08667F47AE8006 /* UIColor+SDHexString.m */, + 1A56A9B1AD83D40E6D6880E5838B8A73 /* UIImage+ExtendedCacheData.h */, + 2F46DB4EA66FEC1BC01215FE431479F8 /* UIImage+ExtendedCacheData.m */, + 73920E22B373713EBFEEA2845FAB5856 /* UIImage+ForceDecode.h */, + D204EDB8E19B84A86CDAE38E189D05B2 /* UIImage+ForceDecode.m */, + E8031E09BB1D5EA813BACD472169CBA5 /* UIImage+GIF.h */, + C1B0DEEF8500816D86B0786B3F1BB06E /* UIImage+GIF.m */, + C0D3D4FF6C031CB06E71E2F9DD2C9981 /* UIImage+MemoryCacheCost.h */, + 6E3E659943A1F8FAC10E4EFB2DCADB12 /* UIImage+MemoryCacheCost.m */, + 941B994BAF98EFD97B4AAB582964A763 /* UIImage+Metadata.h */, + 81E38700C465BF6D0AF71E3A9873DEF2 /* UIImage+Metadata.m */, + F83CDE0E0AF1B6EC8264F7078FBEF35E /* UIImage+MultiFormat.h */, + 02C5F8A71FF16CF37076A677247B407E /* UIImage+MultiFormat.m */, + A2CCF727DE0573CE412F72D9A9A0B3C2 /* UIImage+Transform.h */, + 18411E890123C4ECFBE66D51524DE46B /* UIImage+Transform.m */, + 0C5CEE620E7CFB960AC0F853547939CE /* UIImageView+HighlightedWebCache.h */, + C688E425EDB13539AB8934615C447D40 /* UIImageView+HighlightedWebCache.m */, + FCE741DF121E50008B097B82F1EA9653 /* UIImageView+WebCache.h */, + 37B62EBE84838E03769227540F12E4AB /* UIImageView+WebCache.m */, + 2D58D04D433E8E1F06ACC9682BB4E685 /* UIView+WebCache.h */, + 0CC8A6F077D675B7B7B95BC3C2C1E517 /* UIView+WebCache.m */, + 026B8D4AF5A9DCECBCDC470047899B36 /* UIView+WebCacheOperation.h */, + C9D85DB90EB82F5CA663A04E91918BEE /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + 7C81F7712B95ADC17C027C10EB2632AE /* DDBaseScrollView */ = { + isa = PBXGroup; + children = ( + E00F1AAFF429E01D43FE2A887C49979A /* DDBaseScrollView.h */, + 87AD7BC115A11389913B672A98F8BEDC /* DDBaseScrollView.m */, + ); + name = DDBaseScrollView; + sourceTree = ""; + }; + 7F11EEA59EFEAC3AEC74A81FC4FE85C8 /* DatePickerView */ = { + isa = PBXGroup; + children = ( + D1B1CBD1F6FD1A302043F2B8ADCDEB9F /* BRDatePickerView.h */, + 401557D73FB03EFCFC49F1CCD0E9CF8D /* BRDatePickerView.m */, + 994DD24FDC07396147B72351FE53E82E /* BRDatePickerView+BR.h */, + 4B64377C4C2D306959F3AB4FBE51E76E /* BRDatePickerView+BR.m */, + 73F20B41519265271DF711964A52DBC8 /* NSDate+BRPickerView.h */, + BE4C02338EC26365472B82C2E3B9F075 /* NSDate+BRPickerView.m */, + ); + name = DatePickerView; + sourceTree = ""; + }; + 807024C9F934256EC6A264918692FD23 /* UITextView+DDCategory */ = { + isa = PBXGroup; + children = ( + BF69B0FB674D91239549C68B2B2BCEB1 /* UITextView+DDCategory.h */, + DE56CB4C31AA51C931E17570D244246D /* UITextView+DDCategory.m */, + ); + name = "UITextView+DDCategory"; + sourceTree = ""; + }; + 81F7338F777B6710F32D39E3992302D0 /* DDCollectionViewCell */ = { + isa = PBXGroup; + children = ( + ); + name = DDCollectionViewCell; + sourceTree = ""; + }; + 822A310DAD9E85625689E23988F7D61B /* OCLog */ = { + isa = PBXGroup; + children = ( + BFAD07FCCE8A4952703CB559CB33C9A6 /* DDOCLog.h */, + ); + name = OCLog; + sourceTree = ""; + }; + 850EEAA6DB6E595E10542F54510643AB /* Support Files */ = { + isa = PBXGroup; + children = ( + 0220BF5CFE5F2FC39841086DAF9C512A /* JXCategoryView.modulemap */, + BDADA95CAEE649FB1AC5436EAB083FC2 /* JXCategoryView-dummy.m */, + A007AF397F061020208C9A80D05C5328 /* JXCategoryView-prefix.pch */, + C06DCD716F54B0D220B9AE8657A0E129 /* JXCategoryView-umbrella.h */, + F48E7294138DCC0C0BFD27F78B985A8F /* JXCategoryView.debug.xcconfig */, + 0A3281D4376C0BA9B4F903A1FCB39C4F /* JXCategoryView.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DDZFPlayerKit_Private"; + path = "../Target Support Files/JXCategoryView"; sourceTree = ""; }; - BB472E40A83FA6FE7897959D02151CDD /* AnnotationView */ = { + 85113454EDAD01A890F8B21488A2EC85 /* Frameworks */ = { isa = PBXGroup; children = ( - F39356F38D8A9410EB074F2BD28DAF99 /* DriveRouteCustomAnnotationView.h */, - 40922C117E6DB24EF727229B3A2BFF5D /* DriveRouteCustomAnnotationView.m */, + C36BA4C661932E35CCC5AC1C318CAE11 /* jpush-extension-ios-2.0.1.xcframework */, ); - name = AnnotationView; + name = Frameworks; sourceTree = ""; }; - BEF2291B7DAF6780A8476699F6CBD67C /* DDTextField */ = { + 86531762414D8038710C21DF8BB22E1A /* UISwitch+DDCategory */ = { + isa = PBXGroup; + children = ( + 268F9CFA340000374DA72D334B9D739C /* UISwitch+DDCategory.h */, + 562666698E9EB9D8237D3AF79EECF9E7 /* UISwitch+DDCategory.m */, + ); + name = "UISwitch+DDCategory"; + sourceTree = ""; + }; + 874F5C7E34EFD248C5E611A4472F419F /* DDTextField */ = { isa = PBXGroup; children = ( ); name = DDTextField; sourceTree = ""; }; - BF8DB8031DFCD97C6AD224EDA3803C8F /* DDWebImageKit_Private */ = { + 89868CFEB9F80754D2EF8910E6E66B6C /* MapKit */ = { isa = PBXGroup; children = ( - 187C3ECB744DBE1274D5ECDF9ADCF798 /* DDWebImage */, - F21E3D3B2104095FD2B0EA3BE749C988 /* SDWebImage */, - 4E81E604AA8C24230600EF2FBFF3C237 /* Support Files */, + CB82CF2C6D808B62A49BC1EB3C54F3B3 /* MKAnnotationView+WebCache.h */, + 70D211C487D4DE96E7FA7933E180C4F4 /* MKAnnotationView+WebCache.m */, + C6292B2EFA9FF9137E5DEE05E556AB6A /* SDWebImageMapKit.h */, ); - name = DDWebImageKit_Private; - path = DDWebImageKit_Private; + name = MapKit; sourceTree = ""; }; - C02D60E924FC8444945FC8292C47ED3F /* DDTableView */ = { + 8BC50C04C0552CBEFB92ECF2546F5BF1 /* Core */ = { isa = PBXGroup; children = ( - ); - name = DDTableView; - sourceTree = ""; - }; - C07F00F8492B44C09E9EBA1416716AD8 /* StringPickerView */ = { - isa = PBXGroup; - children = ( - 79E5766F0816D67B02D74B9B8EA86E2E /* BRResultModel.h */, - 43437087DBCFC5D645776F53DA02B4A5 /* BRResultModel.m */, - 715FF079BB749EA6EC2C8E7EFEE01776 /* BRStringPickerView.h */, - 3D7D99BD796546135F925EA800285E7E /* BRStringPickerView.m */, - ); - name = StringPickerView; - sourceTree = ""; - }; - C14DF6F6495B037DC6D78089D6231A5B /* UINavigationBar+DDCategory */ = { - isa = PBXGroup; - children = ( - 499896852BAFB8790736F4B42D7DED54 /* UINavigationBar+DDCategory.h */, - 49E4740F6C53E2191910BD1908F10E61 /* UINavigationBar+DDCategory.m */, - ); - name = "UINavigationBar+DDCategory"; - sourceTree = ""; - }; - C1A3303B5973345355DCF7F9CF503F7E /* DDBaseSwitch */ = { - isa = PBXGroup; - children = ( - E7934C14ECEE2E432FB7E210C8A217F8 /* DDBaseSwitch.h */, - 1B8DDB5AB5574889E524A11128C23FCD /* DDBaseSwitch.m */, - ); - name = DDBaseSwitch; - sourceTree = ""; - }; - C1C5BDA9C3352EA051C0A23176C6CFBA /* DDBaseTableViewCell */ = { - isa = PBXGroup; - children = ( - 36D0576897272BCF2373509D2FCDD315 /* DDBaseTableViewCell.h */, - 1578A18968936C272FAC478EA21DC4CE /* DDBaseTableViewCell.m */, - ); - name = DDBaseTableViewCell; - sourceTree = ""; - }; - C33B3565D4D9A610EB490890596F5BA2 /* Core */ = { - isa = PBXGroup; - children = ( - 0385BA814C957C616179B78AEC1F08C0 /* NSBezierPath+SDRoundedCorners.h */, - A26528E38976BAF17E03D7B30EF1A830 /* NSBezierPath+SDRoundedCorners.m */, - E10DF514DDFB09E217924ED5F17F971B /* NSButton+WebCache.h */, - 75E7E42016ACEA4311FE1D133120EA8E /* NSButton+WebCache.m */, - DEF48095A9D20497275CE1D502512D48 /* NSData+ImageContentType.h */, - 8E017F6AC983A387FFD2ED02D2A6EAEF /* NSData+ImageContentType.m */, - 5142D7DA8FAFDAA3893180D0FE5EE662 /* NSImage+Compatibility.h */, - FF8BA90E9DCA787B16E878C53AB2B3E7 /* NSImage+Compatibility.m */, - F4228AF4D852F9660E71671138791A16 /* SDAnimatedImage.h */, - 0574B8818F6CC23AE99137764B856A06 /* SDAnimatedImage.m */, - C2EBB54A8777788FCC37F4DDD1F95CD7 /* SDAnimatedImagePlayer.h */, - 7910D828D30815A4084832C84E065ABD /* SDAnimatedImagePlayer.m */, - E6404FDF26A0D8EB9510837B2C97B6EA /* SDAnimatedImageRep.h */, - 458949149FB07B2512373590E32812DB /* SDAnimatedImageRep.m */, - BBFCAC399B1C6E22748ED55F05C70FEE /* SDAnimatedImageView.h */, - EA644C0B771D66BF5BF84E7CB903BEA2 /* SDAnimatedImageView.m */, - 8D54AACBAC94421DEA26246C848BF858 /* SDAnimatedImageView+WebCache.h */, - A49ADC338F975C5324DFB40BCAB21952 /* SDAnimatedImageView+WebCache.m */, - A61E15F374B58D0CD5DD0D21ABF44943 /* SDAssociatedObject.h */, - 52826FE03640CB0B224197CEBF6FF9DC /* SDAssociatedObject.m */, - C8A47640CD25679BE5388ACCCD40D6A5 /* SDAsyncBlockOperation.h */, - 63CBD012AC6F6E061838D39D139A53FE /* SDAsyncBlockOperation.m */, - 8EF4E4E24BE31DAB6754BC5B5CE50FA1 /* SDDeviceHelper.h */, - 91C0BA21D939F381DEA0FA737166CA33 /* SDDeviceHelper.m */, - 8211323B37CEB133F28BBDA2B315851E /* SDDiskCache.h */, - 06C7E8226A65E1D0D4CC3D3E98978D02 /* SDDiskCache.m */, - F6F5D4F8E2A06285A391FA80DCBBB9DC /* SDDisplayLink.h */, - 760A359746A34A6C59BF4E271F7AAFD3 /* SDDisplayLink.m */, - 81567C3F126A7EB8378762CA3FC08465 /* SDFileAttributeHelper.h */, - 3B071261A17D80FD9843E61320A8A11A /* SDFileAttributeHelper.m */, - 6D1FBF472B9E18A77EC363401568B862 /* SDGraphicsImageRenderer.h */, - 4FD19BAA57D6D2F89EAF59C5CE2673EC /* SDGraphicsImageRenderer.m */, - 5D49C06BC03E7227DB11A90AD61FBC56 /* SDImageAPNGCoder.h */, - 596DE640FE593D727FB94B1DAD21AAAA /* SDImageAPNGCoder.m */, - 83D8B17DEBF5754D172240F006F09E29 /* SDImageAssetManager.h */, - 6F3CBC1012A6E0E7B73568B8D4230DEF /* SDImageAssetManager.m */, - 2559F26C75D13C13FF2804382D3F59C7 /* SDImageAWebPCoder.h */, - B2551C232FF781EC5A99629799F96B3D /* SDImageAWebPCoder.m */, - 5EE64E6CDB8922A15A29036FEA1CDF8F /* SDImageCache.h */, - 6A94AF7B9EB256E82846CC6F621D9A89 /* SDImageCache.m */, - 76F9E81D173F62FCFBBF4B63AFF94B8C /* SDImageCacheConfig.h */, - FF026286CC33ACD6E58EEC6812A1EF8D /* SDImageCacheConfig.m */, - 28972A447326ADCBC1C6971066AC8BFF /* SDImageCacheDefine.h */, - 5C3D65B55E66A17F74673CC45A7BE2A8 /* SDImageCacheDefine.m */, - D596FA74EF08E061C4F7568AA37A7A2C /* SDImageCachesManager.h */, - 4597C134B51299524D6EFE0FE26196E5 /* SDImageCachesManager.m */, - D28547BA2899F7E20BA891DC0869FF30 /* SDImageCachesManagerOperation.h */, - EB1F35678631DAA13BD6564BDD10E255 /* SDImageCachesManagerOperation.m */, - 138D89F9AD66B27542971F3146C9C7E3 /* SDImageCoder.h */, - 28A65AC2858558F85D9E83C7A5957D51 /* SDImageCoder.m */, - 48330C02481AEF4DCEC3989DCFEF285A /* SDImageCoderHelper.h */, - D0870107DA8522EF705B7D6480F1771A /* SDImageCoderHelper.m */, - 86C0F651835CE9410F4238CEBC3D8633 /* SDImageCodersManager.h */, - 39506C8FFB77463B162301DF01576ABD /* SDImageCodersManager.m */, - 878D059B0D422EFDF67AC71FF87E455D /* SDImageFrame.h */, - 5A1E4F867A8F571345C3F5671F4A12F8 /* SDImageFrame.m */, - A2FF4938FC742B41E51A3D67F83B59BC /* SDImageGIFCoder.h */, - EF2C2406B60CC4D8EA742DF22C0464E8 /* SDImageGIFCoder.m */, - E852AF45696268303670F21CCA68D207 /* SDImageGraphics.h */, - BE7F608C41F8EC9276968E11EAD8AC11 /* SDImageGraphics.m */, - 5A30B03FF04AF86AC507A20E3B9FEFC5 /* SDImageHEICCoder.h */, - F598DED1F4A7DADBFFD3C6E69C2B68E6 /* SDImageHEICCoder.m */, - 793C3DAF5A8365FC6EEE804CFF85D948 /* SDImageIOAnimatedCoder.h */, - 8831FA0DDABAA2853CF5963C7D0B3E5A /* SDImageIOAnimatedCoder.m */, - CF37BF09619759044178949D04A293FB /* SDImageIOAnimatedCoderInternal.h */, - 299FB9B4E9B6E497E0DD2A24010319FA /* SDImageIOCoder.h */, - 55047F1BA41243847270965804ECDC45 /* SDImageIOCoder.m */, - E44E11DCABEC805394DAC6D163DE8C87 /* SDImageLoader.h */, - 5650D58802A7057C6141F8BF3565E6C6 /* SDImageLoader.m */, - 2FB5AED4E0E34C321B6B0FC045FB50E1 /* SDImageLoadersManager.h */, - 36F3170C8D5837A9BE35753E4F4BD1C8 /* SDImageLoadersManager.m */, - FB7D6CBFDDCC1AE7F5A04594A649D758 /* SDImageTransformer.h */, - 668EE255DB75BB37318BEFF599B38A96 /* SDImageTransformer.m */, - 05C7E32A37D053CCD582A61509540978 /* SDInternalMacros.h */, - C7EA9E858EBB2FB3C378227BA979178A /* SDInternalMacros.m */, - CD8845A0160C13E18380F1AA44F2D9AD /* SDMemoryCache.h */, - F8DF5755A65EEB0CA7DCB4C4BB274FCC /* SDMemoryCache.m */, - 3BAF662DB6D341D39437AD8400B550FE /* SDmetamacros.h */, - 6C6121D780603F3C4B2B23B2F9BE8463 /* SDWeakProxy.h */, - 3C26C9777A52A2C7A6AD2245879B5B0B /* SDWeakProxy.m */, - 3464A788AA37444E4A426865192CC254 /* SDWebImage.h */, - 71530BC7D723AAE2AB156CDC315857AF /* SDWebImageCacheKeyFilter.h */, - 0BE2A2283AA193B1FC6C42A44D951474 /* SDWebImageCacheKeyFilter.m */, - 6EC0950B1ECC72AE06F498F9B5A1E712 /* SDWebImageCacheSerializer.h */, - 0B236A480C1858B1E73C3BFB7F0D5E8B /* SDWebImageCacheSerializer.m */, - B1A90A6C06187882A5DD32BF62420DEE /* SDWebImageCompat.h */, - DA7723343606DB94300D7CABEEC931C5 /* SDWebImageCompat.m */, - F5C5BE989D2BD909E8E0DD78E1BFA820 /* SDWebImageDefine.h */, - 7FF64C256662415A9479ABCFE235D61A /* SDWebImageDefine.m */, - D27EC654DA0D57E391B837834CE54930 /* SDWebImageDownloader.h */, - B02D4DCB02547219F3F0763849A36E9E /* SDWebImageDownloader.m */, - F01FFDEB2A75E22E3705146498D2812E /* SDWebImageDownloaderConfig.h */, - 0506FBB9B4ED2B8D4D6E739425E7A7D8 /* SDWebImageDownloaderConfig.m */, - 17B8906DA56601863A279000D653D043 /* SDWebImageDownloaderDecryptor.h */, - A48CA6D419834493D1B0C158221B77BD /* SDWebImageDownloaderDecryptor.m */, - 1A7C4AF6221BDD8AD265EAA9C14DED59 /* SDWebImageDownloaderOperation.h */, - 71A4BE9E17926AC2D674F378E2A77BEE /* SDWebImageDownloaderOperation.m */, - C056B6A22FB54A753B8D71AA13E54ED7 /* SDWebImageDownloaderRequestModifier.h */, - 0A0DB0AD13396C9C8A354BA610385E1A /* SDWebImageDownloaderRequestModifier.m */, - 4449009A5E7867CF71C5B215635F2D2E /* SDWebImageDownloaderResponseModifier.h */, - 5BC94B4F712AF96048E757201C4A15DA /* SDWebImageDownloaderResponseModifier.m */, - 7593E68CD0D047B1AA07A88D26C807B7 /* SDWebImageError.h */, - CC38CA313AB06EF5431FECD7C0BF4061 /* SDWebImageError.m */, - 256DE73C9DFEE06EDCAE15BE175F35B5 /* SDWebImageIndicator.h */, - 8727818346C8A099475F5E3F4E881B15 /* SDWebImageIndicator.m */, - 9FBCF4CFD0559F4FACD728FB60254A36 /* SDWebImageManager.h */, - 34F47DCCF2222D26B7FE66FED44314FA /* SDWebImageManager.m */, - 23DAFF480155F8321A62D048F6E5AE12 /* SDWebImageOperation.h */, - 1B3E8FBCB4BB9FD92F07D08BAB775E94 /* SDWebImageOperation.m */, - C39CAC5D3CDF8B7CB4D7B5A9DB2B9293 /* SDWebImageOptionsProcessor.h */, - C37BCE44E949B7D460656AC69C7B99FF /* SDWebImageOptionsProcessor.m */, - 8C3378B84FC9537FAE6FE3A6471585C0 /* SDWebImagePrefetcher.h */, - DB5035681FC46F97890BBDA4BE1BBECC /* SDWebImagePrefetcher.m */, - 84B3B54AC3874E9604C2801E7ECC67E6 /* SDWebImageTransition.h */, - E4B9F7456C68F2389F9444451A8FBD60 /* SDWebImageTransition.m */, - EAB28BE648A06BF38C2C181E1F579104 /* SDWebImageTransitionInternal.h */, - 76E7EA8EC2095659AE9175BBA6CB40BB /* UIButton+WebCache.h */, - 54DF957F2A5F496527D114BA66FAE3CA /* UIButton+WebCache.m */, - ADAD4D1DE58743CB22AC7E7400ECA9DD /* UIColor+SDHexString.h */, - 874C598F1A84B818C07CC7C106050490 /* UIColor+SDHexString.m */, - EFD44FF26920EDE0DCB5BA2C4501290F /* UIImage+ExtendedCacheData.h */, - 5C65A129C77BBDBDE9D6B9E712B97E16 /* UIImage+ExtendedCacheData.m */, - 85556FEB6174ABDF6D575CABD3EEB8C0 /* UIImage+ForceDecode.h */, - E3BF18A672F7FEA892B2A05C8D73BC4F /* UIImage+ForceDecode.m */, - 267A6FECF244137AB746AB45FDF9B2C4 /* UIImage+GIF.h */, - 46C780FE152BBEB2B11F25B2C425DBC2 /* UIImage+GIF.m */, - 4A67985DE92DF6D243ED92B69714634C /* UIImage+MemoryCacheCost.h */, - 191488C38985420414CAE71CE483ABAB /* UIImage+MemoryCacheCost.m */, - EF14A9B1A6C6FEB6EA0A21A5F78E5EFC /* UIImage+Metadata.h */, - 82BE74368C5F2A7F242BD28BC371113A /* UIImage+Metadata.m */, - A696AAE96A27A0204EC62503D9C54A30 /* UIImage+MultiFormat.h */, - A2BA8A1F668BD7BD669CDD5C82E79BE3 /* UIImage+MultiFormat.m */, - F764AD157B7427700B8719B4F001290D /* UIImage+Transform.h */, - 0FF4C616AD34D0D620D1E52915B79BC2 /* UIImage+Transform.m */, - C21CC33F7062D344DCF74D49BFC82A48 /* UIImageView+HighlightedWebCache.h */, - 22A573740B3FB668872A230C87084151 /* UIImageView+HighlightedWebCache.m */, - 6C15AACE8C1A4CE01F1702B4A85D8F83 /* UIImageView+WebCache.h */, - F1FEF3B975EB40C85B4437117CDAB598 /* UIImageView+WebCache.m */, - E75E45AA403CB6CF81289D56594E9D0D /* UIView+WebCache.h */, - A6715A810721B77E7BE0A4AD91B50BC3 /* UIView+WebCache.m */, - C1D414B35B3407CB5D3B3E3C506F187C /* UIView+WebCacheOperation.h */, - 3A5B5298BB8B463D2787721F7E6D0A22 /* UIView+WebCacheOperation.m */, + EDC05D327A4B13F8432D7287EE4A2E26 /* UIScrollView+ZFPlayer.h */, + 7E865E1C59F8496E614A5B51B0AF5214 /* UIScrollView+ZFPlayer.m */, + CA0B6D1FDA7ACA819825A8FF68D5195D /* UIViewController+ZFPlayerRotation.m */, + 430450EDCBE0A8123F911FC80A1F8871 /* ZFFloatView.h */, + 104CB5664B850158DA9D9B88536269AC /* ZFFloatView.m */, + 9B93B7D2C05534550E902208B118C697 /* ZFKVOController.h */, + C05C6B75DDC916F591759E0CE4257DB6 /* ZFKVOController.m */, + 17E561592BAC5B12AA58A7577A6DA5DD /* ZFLandscapeViewController.h */, + D553E1AF7C86CEB1365333A32C6BE150 /* ZFLandscapeViewController.m */, + EA934E58311E1609E6E58E6E1C3B1FFD /* ZFLandscapeWindow.h */, + 0F89C3893181242BE585592B171D8F42 /* ZFLandscapeWindow.m */, + CE7347E66923EAD48C5C6700FD85D1FD /* ZFOrientationObserver.h */, + 328E53DF6029656E50147FD0A548BF9D /* ZFOrientationObserver.m */, + 3C2EE480225389F7EFC69C533B094CA8 /* ZFPersentInteractiveTransition.h */, + 964DF6E4DD54F377237553A8725C2FA5 /* ZFPersentInteractiveTransition.m */, + 322C488E67C917A628FC553BBDF2921F /* ZFPlayer.h */, + C4B70E893D7AB2BF97C265B85D3D4052 /* ZFPlayerConst.h */, + 313E93DCEEF6AB85CFBDA3E9170E3141 /* ZFPlayerController.h */, + 0283A95F5E20DA0DB13222018B01EA91 /* ZFPlayerController.m */, + 65DA25A00F819EB714C18AA6D22FA41C /* ZFPlayerGestureControl.h */, + 60B9380A3463B851C7AA00F9E6FF970F /* ZFPlayerGestureControl.m */, + C753331620E9E6CF0E6DB5DD1EED8D7E /* ZFPlayerLogManager.h */, + DF2DB7F00044A8A3A1BF82CA8E06D7B0 /* ZFPlayerLogManager.m */, + E7207BD79A8E45A4E6CAF1D42CF86CC6 /* ZFPlayerMediaControl.h */, + 80E21665DE30350ECE497466FF48B2D5 /* ZFPlayerMediaPlayback.h */, + 3750B8369E6ADB8C4C6C1583215F3835 /* ZFPlayerNotification.h */, + 0B0D0BCE20606C0DB0F3EB75228CD7D7 /* ZFPlayerNotification.m */, + 5563E7C8D659F805EE912051C87F6301 /* ZFPlayerView.h */, + F8875505070A0418342EAC844737244D /* ZFPlayerView.m */, + 0E4B805532A5AADD49231C0081B516B9 /* ZFPortraitViewController.h */, + 9DF374CC6E22E48E2CDFAE88FF6C985A /* ZFPortraitViewController.m */, + E535AF252E9D11D3523D0CDEB41455AC /* ZFPresentTransition.h */, + 10E60DCF51CDBDD64283CDD9D82E8C6C /* ZFPresentTransition.m */, + 8CA5902D585C87A5501744EACD153856 /* ZFReachabilityManager.h */, + 6FD4F83B37AAF594B65E633AD9F0DA2C /* ZFReachabilityManager.m */, ); name = Core; sourceTree = ""; }; - C33F5294942B37FFDD17BE85E97BDB75 /* UIBarButtonItem+DDCategory */ = { + 8C487F77866CA1C89444C1B8B86BD96E /* Pods-OrderSchedulingNotificationService */ = { isa = PBXGroup; children = ( - B6D8E1F8AC4B30EF47D3CF88CC0E42BD /* UIBarButtonItem+DDCategory.h */, - 1F1C4B4E67B828556FE6962DA9D4F7FF /* UIBarButtonItem+DDCategory.m */, + FF85E9EFB147742B00C5DC41B74CE544 /* Pods-OrderSchedulingNotificationService.modulemap */, + 7EE9BA1F253DB2CDA96749529EDD9643 /* Pods-OrderSchedulingNotificationService-acknowledgements.markdown */, + 6F36E44D589AF58975839D158AD82FF5 /* Pods-OrderSchedulingNotificationService-acknowledgements.plist */, + EAD190CF7BC0D98F786965A2A0450B48 /* Pods-OrderSchedulingNotificationService-dummy.m */, + 917048BAF59EFACD5752DA15946629E7 /* Pods-OrderSchedulingNotificationService-umbrella.h */, + E3DD0B6A90531EB8D21F19697C0822FB /* Pods-OrderSchedulingNotificationService.debug.xcconfig */, + 557E14DD6C2BE7E1BAB2F7B5DD0B1605 /* Pods-OrderSchedulingNotificationService.release.xcconfig */, ); - name = "UIBarButtonItem+DDCategory"; + name = "Pods-OrderSchedulingNotificationService"; + path = "Target Support Files/Pods-OrderSchedulingNotificationService"; sourceTree = ""; }; - C38BA810016FAD6C9818221A5DE55C88 /* JPushExtension */ = { + 8E486A60CEBFF4A9E6852F938A50DB84 /* Frameworks */ = { isa = PBXGroup; children = ( - C583E4533690CF512A7242D34B0BF7FC /* Frameworks */, - 1779690DFC30CD5959EC62FFEEC8A9A1 /* Support Files */, + 378FD7415A0F88337E1AF059EB96E526 /* jpush-ios-5.0.1.xcframework */, ); - name = JPushExtension; - path = JPushExtension; + name = Frameworks; sourceTree = ""; }; - C39C477D80C502D738E826C92FD5027B /* DDBaseAttributedString */ = { + 90153AFB7E9CAB821D81BF03FB2A4829 /* UITableViewCell+DDCategory */ = { isa = PBXGroup; children = ( - B6486D49EA84BCC1A19B166BED7DD30E /* DDBaseAttributedString.h */, - 20A5A8739DE24B32F817BAE464B70DB5 /* DDBaseAttributedString.m */, - 4F840D0B344141E91276FE6EC52C14A1 /* DDBaseMutableAttributedString.h */, - F2CA57A46CFC866A1C016D2840494ABF /* DDBaseMutableAttributedString.m */, + 1BEEF3CC2EC653C01C7569DDBC91955D /* UITableViewCell+DDCategory.h */, + EC42AD5F41D990C382352B175869ECDF /* UITableViewCell+DDCategory.m */, ); - name = DDBaseAttributedString; + name = "UITableViewCell+DDCategory"; sourceTree = ""; }; - C4C52ED4973EE7A81F4C087177D8F13E /* DDToastKit_Private */ = { + 91B2932A895520CF5C29306F6F096EB9 /* DDBaseViewController */ = { isa = PBXGroup; children = ( - BB75C93DC6E154AF5443E4BB29955766 /* SwiftToast.swift */, - AC924CF8BAE0BC9DBACD42D4305CFFDF /* Toast.swift */, - 41EBADFBCDDC3F45E51EBA1DBCE3976C /* Support Files */, + 43EF94329ADB23E306848FEB379835EF /* DDBaseViewController.h */, + 8582D6454C78B5807AF79ECDD50F1A1E /* DDBaseViewController.m */, + 95C806CC24984409A1235D81AAA5EFFD /* Resources */, + ); + name = DDBaseViewController; + sourceTree = ""; + }; + 91B7D8FDCBFB4DE68C52DC156C486D6F /* AMapTrack-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 7B28902D9ABE7B4F0032D485CBBE276A /* AMapTrackCommonObj.h */, + BBFE6CE46F173EA206BAA1356C4B7A8B /* AMapTrackError.h */, + 16B3FD0E12865F1C1A1F4E7F226A1BF3 /* AMapTrackHistoryObj.h */, + 4BDAB5DED7B5EC018C00032FEFDBF0ED /* AMapTrackKit.h */, + 28C685EE5F896CCB3C5817DE1B175425 /* AMapTrackManager.h */, + D40516173F3DF43FE106123DC2370544 /* AMapTrackManagerOptions.h */, + EC73D471A247C95600F4043746B5C1B8 /* AMapTrackTerminalObj.h */, + 01E4BF97E04D01510D10BC8CB54827F8 /* AMapTrackTrackObj.h */, + E568D43D562E6948F91820A782DF209D /* AMapTrackVersion.h */, + 1322DA9DF73698BC16EDC2AA875CD68F /* Frameworks */, + 96758A3F4B5DC69DB1B3FE5F1334034F /* Support Files */, + ); + name = "AMapTrack-NO-IDFA"; + path = "AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + 93444CC4268B0F5DCB42EF7C682F547B /* ijkplayer */ = { + isa = PBXGroup; + children = ( + 2A72A687E4DB43BE40DE8B4BB0DDBA4A /* ZFIJKPlayerManager.h */, + 85EC50CA881562832203D82FFE46DD73 /* ZFIJKPlayerManager.m */, + 02CABA64230315A1990361830279E7D6 /* Frameworks */, + ); + name = ijkplayer; + sourceTree = ""; + }; + 94670F0EA92432265C5907B69C95C62D /* AMapLocation-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 6EA7B7055BA0DB32B2737BF343E4DE04 /* AMapGeoFenceError.h */, + 6327D8D56BE35B5F9690FB8EE8A04A74 /* AMapGeoFenceManager.h */, + 9967C63D561A87EC45A748BAA7FE949F /* AMapGeoFenceRegionObj.h */, + 3DFCA0D0562E6744B95AFF71300AD74E /* AMapLocationCommonObj.h */, + 6EF3CA6E67B537F26F4FC7C2459CE36D /* AMapLocationKit.h */, + 7431CD159EC7F597A358F325C1484B7E /* AMapLocationManager.h */, + AF60968777FBA7930F8F17A8E23F34FB /* AMapLocationRegionObj.h */, + 412E03410AB619A9A9AB93536D654691 /* AMapLocationVersion.h */, + 03E496A13881C04E8FC9AC5FC6F1E8DB /* Frameworks */, + 0F5F6DC23D8760FCB8EF282575774D0C /* Support Files */, + ); + name = "AMapLocation-NO-IDFA"; + path = "AMapLocation-NO-IDFA"; + sourceTree = ""; + }; + 9496BA3481B0FDF736666A9B06BADBC6 /* Support Files */ = { + isa = PBXGroup; + children = ( + EABC11D2845AC5096DDAB44819A507D5 /* DDAudioPlayerKit_Private.modulemap */, + 8BC664428DE5E5FB6D53F9CCEC8DC77B /* DDAudioPlayerKit_Private-dummy.m */, + E2BF44A616C3E94F3783A96522FA41B5 /* DDAudioPlayerKit_Private-prefix.pch */, + 713274C766322019490694D8096C2D36 /* DDAudioPlayerKit_Private-umbrella.h */, + D4C37F72CDA9B053B65FE852E1FD56F1 /* DDAudioPlayerKit_Private.debug.xcconfig */, + EA37F8C0D07127799D9D4C7C45DB11AB /* DDAudioPlayerKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDAudioPlayerKit_Private"; + sourceTree = ""; + }; + 9547A7DC48DB6536C12681CDA4F97C1A /* JPush */ = { + isa = PBXGroup; + children = ( + 8E486A60CEBFF4A9E6852F938A50DB84 /* Frameworks */, + B308BF52771FFE1F7CD2059BF935BE4F /* Support Files */, + ); + name = JPush; + path = JPush; + sourceTree = ""; + }; + 95C806CC24984409A1235D81AAA5EFFD /* Resources */ = { + isa = PBXGroup; + children = ( + 97D620EB9CDE5AC34F98C898FB904CF3 /* DDBaseViewController.xcassets */, + ); + name = Resources; + sourceTree = ""; + }; + 962E17FBCC705FF25C4A860D898EA9E4 /* NSBundle+DDCategory */ = { + isa = PBXGroup; + children = ( + 881F673566783064A0AAE3B409F7AB46 /* NSBundle+DDCategory.h */, + B008FA9A808CFD3688CC4A2C8F7D93E9 /* NSBundle+DDCategory.m */, + ); + name = "NSBundle+DDCategory"; + sourceTree = ""; + }; + 96758A3F4B5DC69DB1B3FE5F1334034F /* Support Files */ = { + isa = PBXGroup; + children = ( + 87DE6EFA56AD691CB16F08B99FB74D5E /* AMapTrack-NO-IDFA.debug.xcconfig */, + 9A097310F4318796866465FE844C8C0A /* AMapTrack-NO-IDFA.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapTrack-NO-IDFA"; + sourceTree = ""; + }; + 97B7261EBA07FE666F51A39DB9027092 /* DDBaseImageView */ = { + isa = PBXGroup; + children = ( + 1F4158E05ADFEBBDE4798F2D49AE0A72 /* DDBaseImageView.h */, + 517BF1372E40839F8E7CB34DA254194D /* DDBaseImageView.m */, + ); + name = DDBaseImageView; + sourceTree = ""; + }; + 98D799E6E96A638EE571EEFDE2F718E3 /* Pods */ = { + isa = PBXGroup; + children = ( + 58FFB1A73C9C1075C2B9BE146E36BF3A /* Alamofire */, + FF5BA39D714D9B07B3603CBEF6717142 /* AMapFoundation-NO-IDFA */, + 94670F0EA92432265C5907B69C95C62D /* AMapLocation-NO-IDFA */, + E7F735001BD38E9275B6683E3D58200E /* AMapNavi-NO-IDFA */, + 1FD335F4F42BDE89D33C249943A57BD2 /* AMapSearch-NO-IDFA */, + 91B7D8FDCBFB4DE68C52DC156C486D6F /* AMapTrack-NO-IDFA */, + 03952A1842C329C148C9A80E81C0BF47 /* BRPickerView */, + 42161BADAE7DE5080E380DD2181B6B53 /* CocoaDebug */, + C137E342C884C79629F19027AB10B6F4 /* DDAudioPlayerKit_Private */, + D47F6F515CBB2909B4C36E1ABB010263 /* DDAutoUIKit_Private */, + B83A44068D8D1C985B7A640B07E5A9B5 /* DDBasicControlsKit_Private */, + 7481F1B1AD87DFBF41ED43E44206298A /* DDCategoryKit_Private */, + AD75E9F556EC1B498F6E2F7F24C4C951 /* DDColorKit_Private */, + A8DADD16E6BA3F8771B542AA94694400 /* DDControlsKit_Private */, + 3D7821B35151F7E4B5F54778537E0E3C /* DDFontKit_Private */, + F873510D7712C305EBA4EAB581883C1F /* DDLogKit_Private */, + C70D0E3CED675E89C8213D2F5162771F /* DDMAMapKit_Private */, + B43053F7A6B336A3E01211F8C63ADA0A /* DDNetworkingOfAlamofireKit_Private */, + 1B6A9221E58FAD0094C230E554ACCA45 /* DDProgressHUDKit_Private */, + A61E9239B1C8D342E7E517181716C715 /* DDTimerKit_Private */, + B1CDE53E97B8690824D5D0E223AE0B91 /* DDToastKit_Private */, + F8A151DC86140F5C047D9204C0660C16 /* DDWebImageKit_Private */, + 1F8A28FCA42355889D69928AC58399EE /* DDZFPlayerKit_Private */, + C905E4C3725A9A217B0746E4E8110CC0 /* ESTabBarController-swift */, + 30CFBEF7F90D5CF1F5F9F8345B1A7232 /* IQKeyboardManagerSwift */, + AC577A2D0AC7DC5ED534467620AF0738 /* JCore */, + 9547A7DC48DB6536C12681CDA4F97C1A /* JPush */, + B7B4D9529C071D76A56F3DDE1ED422E0 /* JPushExtension */, + E60CC32207B7D11A076DC43BB93BB2B7 /* JXCategoryView */, + A26F8F1D7EBAA14F5F96CA8E818A0601 /* Kingfisher */, + 4DC2122DC77F796B1BB08B85E51548D5 /* MJRefresh */, + E3F6FAAF44F664AF8ED9CC783E548854 /* RxCocoa */, + 0E4CC97DA2923FF192E4056ECA5B4C3C /* RxRelay */, + 5AF3DB4BD0EC77539ED510396BBA2D6E /* RxSwift */, + D4907560E5BFCE4EFF90C3145D762B2D /* SnapKit */, + CEFE6561F1EF74421EA0BD5F526437D0 /* SwiftEntryKit */, + AC4BA3C155E9558D33DFD76DFB2ECF20 /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 9A1F213F8DB4B3BE18E260027F88CEEF /* DDBaseView */ = { + isa = PBXGroup; + children = ( + CB6C8BDF4365EFC336D326547E601214 /* DDBaseView.h */, + 33F4AFEE079BF1C5A059742FC9F66C81 /* DDBaseView.m */, + ); + name = DDBaseView; + sourceTree = ""; + }; + 9A2D46B878ECE01D0E53C4332B819028 /* Support Files */ = { + isa = PBXGroup; + children = ( + 659B8FAF8477B05DF7CFE43DFBDA2058 /* BRPickerView.modulemap */, + D4AC4837D8F2AB58329C7758C23FDF56 /* BRPickerView-dummy.m */, + 6501019379656A3D667611B58A5020E8 /* BRPickerView-prefix.pch */, + 317B039329A3E0E547522B43DEFF533F /* BRPickerView-umbrella.h */, + 4323BC6B76C5E701BEADB68EAABA4C4A /* BRPickerView.debug.xcconfig */, + 1695BA5361514936CCF5C2ED5F9096E2 /* BRPickerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/BRPickerView"; + sourceTree = ""; + }; + 9A5CB6D5F64849B0FE9EF9969648ACBB /* Frameworks */ = { + isa = PBXGroup; + children = ( + B214C53ACA59FC0395EAD96705925FFA /* AMapNaviKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + A0ECA009B881CD02C338B38119DBB2A3 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD0D64B7E6F0E13E92322E3C5A7D03CC /* ESTabBarController-swift.modulemap */, + 15E9CA66C7B5899A2918B048674CC8EE /* ESTabBarController-swift-dummy.m */, + 2495E199C8C2ECCBF68A901B85D30005 /* ESTabBarController-swift-prefix.pch */, + B01E9EC66D24E01BD50C66BA45CFC4BF /* ESTabBarController-swift-umbrella.h */, + 9E2FECC4CA39DDFF47B939CF0E25018C /* ESTabBarController-swift.debug.xcconfig */, + A33209C0130DECE0027C108CEA65A867 /* ESTabBarController-swift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ESTabBarController-swift"; + sourceTree = ""; + }; + A26F8F1D7EBAA14F5F96CA8E818A0601 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + B22B364513FE4F48ECAFA1759C5B38FD /* AnimatedImageView.swift */, + BEC9EA0E0912C5B8FB371918C48EFA37 /* AuthenticationChallengeResponsable.swift */, + 9726E5DE7C6324D2EE80545BFBBC78CF /* AVAssetImageDataProvider.swift */, + 940409F5BF3388822B023F2E763B5633 /* Box.swift */, + F4C2E3715156366D9D19A923CD06DA1A /* CacheSerializer.swift */, + 803D87800C7D110583CDD480E4B51D1F /* CallbackQueue.swift */, + 4CAA849AFC263E889D79F491B62F115C /* CPListItem+Kingfisher.swift */, + 9AEDE2342B54CB28D2382FE6A3375207 /* Delegate.swift */, + 48A9290EC63CE913470B2429E7504939 /* DiskStorage.swift */, + A8B84FB291BC00A07A3F7703352EEE34 /* ExtensionHelpers.swift */, + 2364F55A2EBE9A859B889F1CA0AE1CD6 /* Filter.swift */, + 46FCC70CC23D073C25E99EEB529ED111 /* FormatIndicatedCacheSerializer.swift */, + 42F54D15E5663FF62ED21D6E52CE458D /* GIFAnimatedImage.swift */, + DB52559DDA9430C846BB5F8D19E5289A /* GraphicsContext.swift */, + 0E048AD00E61F5F5481C393BC5125CE8 /* Image.swift */, + 6C050ECDA063E2FD9C9FA0BE34B86D8D /* ImageBinder.swift */, + 28717057C1F07E71E03B6BBBDB48CF5B /* ImageCache.swift */, + 07CB6A6189CBDDEEA088A745B49D410D /* ImageContext.swift */, + 0276B7FFE85862D00D7FAC8F46E123B9 /* ImageDataProcessor.swift */, + 880A06DE79E5C887CDC257305FE99C20 /* ImageDataProvider.swift */, + 9F273A7B480367C279528ED9C9AC5BE6 /* ImageDownloader.swift */, + 30C5AB4F054C567F58BC2884C3441C07 /* ImageDownloaderDelegate.swift */, + C4E859418BD890A47481157E3398FE30 /* ImageDrawing.swift */, + 8C07E8563EC7A8334AC4D24711160D3B /* ImageFormat.swift */, + C5A6BE2BAE661616EC5F23B557F95C99 /* ImageModifier.swift */, + 79E89E9B4DED71ACB87403ECFBF93CB5 /* ImagePrefetcher.swift */, + 5D4287C597A4B3C5EBD93892F6647A70 /* ImageProcessor.swift */, + 906289FAB21827CA65C1662CB5C279BD /* ImageProgressive.swift */, + BE6E6DAFBA8A3954037BE0E1C97C18D7 /* ImageTransition.swift */, + 0B67DF1971F5D36A45C2EE7FA4855D22 /* ImageView+Kingfisher.swift */, + 4B6CC2A8F395E700764FC86366E41C21 /* Indicator.swift */, + CBCA665466C0F66933D5120B2569E569 /* KF.swift */, + A1B60B14037E8CF5EC30F48EA633E967 /* KFAnimatedImage.swift */, + 04CCFB1354B98E31A8BBD59C6368DB63 /* KFImage.swift */, + 050455D5BD6DDCD62B90127085262F78 /* KFImageOptions.swift */, + 612196ECAE95ADD3003A79EC55C8846C /* KFImageProtocol.swift */, + CC9FD6C1091F258695FBCC064CA32012 /* KFImageRenderer.swift */, + 403DFE61129E05150C3E915221B39396 /* KFOptionsSetter.swift */, + 1ACA7CACB5365F485D48C7147E4EC201 /* Kingfisher.swift */, + F1005C08EC1016694047279DAFE5B856 /* KingfisherError.swift */, + FE71F586CBDCB462363ACEA3BC2553BB /* KingfisherManager.swift */, + A7DA46C489865BED63A361ABE3ACC4A1 /* KingfisherOptionsInfo.swift */, + 7274211F43627CD8EA748E7DA9E86ED8 /* MemoryStorage.swift */, + E69098374B14B87DEDB1B987BDE3CF85 /* NSButton+Kingfisher.swift */, + E677576BF9D59CDBF5EBC8CA93D9C1BC /* NSTextAttachment+Kingfisher.swift */, + E4EA63A7C57FFD78EB63627EF45E09DA /* Placeholder.swift */, + 9DCE2B7E4E20DE8984887A658671ACD7 /* RedirectHandler.swift */, + 47F7E8DFB7A4E5C20CB0DBE7108299FE /* RequestModifier.swift */, + A2C9CF497D692ECC57EDDCC638B0150C /* Resource.swift */, + E144AA870E4F1A177E55369D92174419 /* Result.swift */, + D4D94012EB64C7B4F812B99969613055 /* RetryStrategy.swift */, + E3DDCFC87B56FCD0B7380BC662E14B64 /* Runtime.swift */, + 90107EF22AE07491684F480FEEEDF124 /* SessionDataTask.swift */, + 87EA7CBDEF5D81E7B997322B53A344AF /* SessionDelegate.swift */, + 15615C7822171EC4E68A4C254D2267A1 /* SizeExtensions.swift */, + 63B09A8E04F0314FFA299C2A551F41EC /* Source.swift */, + 51986791D14DB6492501E3A6AFAF08BA /* Storage.swift */, + F207955E11019F278C853CAA55AE3D08 /* String+MD5.swift */, + 1F50206DB15825BB3B19C2C377D20158 /* TVMonogramView+Kingfisher.swift */, + F82B52FEBD9F5417E2907E6560C58005 /* UIButton+Kingfisher.swift */, + F71ABE563E7BAB1D856C8A48E688BBBC /* WKInterfaceImage+Kingfisher.swift */, + 3E3793AD3770A81B826B57F58D724DA6 /* Support Files */, + ); + name = Kingfisher; + path = Kingfisher; + sourceTree = ""; + }; + A2D3AA85349A414899032F8CF55303CE /* UIViewController+DDCategory */ = { + isa = PBXGroup; + children = ( + 4AE49DE579790C60DF4CEF247B6C458A /* UIViewController+DDCategory.h */, + F489980D1CF7E16A2072808CBB83C81B /* UIViewController+DDCategory.m */, + ); + name = "UIViewController+DDCategory"; + sourceTree = ""; + }; + A2E7DF4FA47B28EC2706AE5FC04B9CED /* Support Files */ = { + isa = PBXGroup; + children = ( + 07ED33287C5A1EAD6438952B2C271D66 /* SwiftEntryKit.modulemap */, + 34466743F716C1CD94E58A4369D5AEB1 /* SwiftEntryKit-dummy.m */, + D7A4989FE0A9D82C764B504790872326 /* SwiftEntryKit-prefix.pch */, + 870664B7E45DBD8DA0243628091D6B84 /* SwiftEntryKit-umbrella.h */, + C92001B1343DFE60A8B4E670E09F7BE9 /* SwiftEntryKit.debug.xcconfig */, + 7EC4E2D3CD59B3C40D75E5FDFBA299BC /* SwiftEntryKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SwiftEntryKit"; + sourceTree = ""; + }; + A61E9239B1C8D342E7E517181716C715 /* DDTimerKit_Private */ = { + isa = PBXGroup; + children = ( + BF75D3646AC78BA2D1B27621DC9BDFA7 /* GCDTimer */, + 47187C12A095AF0C2550706BB505741B /* Support Files */, + ); + name = DDTimerKit_Private; + path = DDTimerKit_Private; + sourceTree = ""; + }; + A8DADD16E6BA3F8771B542AA94694400 /* DDControlsKit_Private */ = { + isa = PBXGroup; + children = ( + BE6B2E2BEEE6174FAF88E5F4191C7418 /* DDAttributedString.swift */, + 80809CE011EF8AAFF2E4540BD8ACE379 /* DDButton.swift */, + 68E38299EE91A18C48B5F6C15C006A83 /* DDCollectionView.swift */, + 0BD598F8EB171EE7D50E071CC983289A /* DDCollectionViewCell.swift */, + 12F44CD5C8EA29A09671230B04BB7AC4 /* DDImage.swift */, + 8D85A1457D1C60789656998E19D5C3E9 /* DDImageView.swift */, + CEB72CF5937216ADD37BF66C995AFD80 /* DDLabel.swift */, + 1871DCAC53A631A33D7C88AD5A4919CD /* DDMutableAttributedString.swift */, + FBE53583EF84A3D7109785C6AAD73D63 /* DDNavigationController.swift */, + B6873BF4650423BA0852AF60DE216881 /* DDScrollView.swift */, + 4E542CA35361EEB906949CCF8D846137 /* DDSwitch.swift */, + 7BED94B15DFBFA92B5A161CD548C4BC2 /* DDTableView.swift */, + 8C78B3530EC1C34176867696F9DF52D7 /* DDTableViewCell.swift */, + F5C365778E66C65A9472E40CDCB8E604 /* DDTextField.swift */, + 185918EB1EFE7B008B55F44D63F3C8FC /* DDTextView.swift */, + 0C77093DFC4007D3B220789066B24D9C /* DDView.swift */, + F93548156AEED1CCA7FF00CD699998DC /* DDViewController.swift */, + F74CED6304C6A7F0526D9ACBCD0A6C35 /* DDAttributedString */, + F517901A20102009293DA8A18389DF82 /* DDButton */, + 2B081BBB3222F6D0D6D819C42A4430F8 /* DDCollectionView */, + 81F7338F777B6710F32D39E3992302D0 /* DDCollectionViewCell */, + D6988E1C0AC6EB38AED2B432DC5820A2 /* DDImage */, + 502FAB8DA82E3477EE755C447BA34FDE /* DDImageView */, + 01EF5DC604ADEF977B166363CF3A754C /* DDLabel */, + D229685C0CB776F9DA4BD7F7C72FDDD7 /* DDNavigationController */, + 4EFD9B4B3D38C010AEB9FF2FE27ABC09 /* DDScrollView */, + 52D7011915E64C1DE0CBA89CAE81D15C /* DDSwitch */, + 4E7AEFEA9BE2B53C6F1E4C31F75BBD5A /* DDTableView */, + FDD4E51455C796F973F4067CBD540CA2 /* DDTableViewCell */, + 874F5C7E34EFD248C5E611A4472F419F /* DDTextField */, + A90667236A3A840D8FA0020DE33A2595 /* DDTextView */, + 3BDFE22B238369AA23C3E37CD84CEDEC /* DDView */, + 56EC597FA085264B39D660453E5ECE49 /* DDViewController */, + 1AACC21E90D32BBD370487F188270124 /* Support Files */, + ); + name = DDControlsKit_Private; + path = DDControlsKit_Private; + sourceTree = ""; + }; + A90667236A3A840D8FA0020DE33A2595 /* DDTextView */ = { + isa = PBXGroup; + children = ( + ); + name = DDTextView; + sourceTree = ""; + }; + A9BF4D7E8F6E3A49B98CB60EB1FF9B14 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1BA87ACCA7321C0F1DD26253C63F82EA /* DDProgressHUDKit_Private.modulemap */, + 12F34E7BC3C4F01C2528896D89215E5D /* DDProgressHUDKit_Private-dummy.m */, + FE7167B0E3AF9DB03E5E938CB8AA6535 /* DDProgressHUDKit_Private-prefix.pch */, + 5812C2245436E9C6E825FD2E64B363A2 /* DDProgressHUDKit_Private-umbrella.h */, + E7633C3400A9EEF0948B0174D798B4FE /* DDProgressHUDKit_Private.debug.xcconfig */, + 26CB9E61C74CBC430AF2D026DC78FA90 /* DDProgressHUDKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDProgressHUDKit_Private"; + sourceTree = ""; + }; + AB3D8EDBF338265059D8C471E0BFCA10 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9127B3FD664C484AAF553952CE7D7F3C /* DDAutoUIKit_Private.modulemap */, + CB141F3E194AD239BEF42DC3B544963F /* DDAutoUIKit_Private-dummy.m */, + 689930E0E111D59647938CF7C7D0F024 /* DDAutoUIKit_Private-prefix.pch */, + 7435002EDEB44E668911BEFFF11133F2 /* DDAutoUIKit_Private-umbrella.h */, + 19911536A66A5FA32ED6936970F5C743 /* DDAutoUIKit_Private.debug.xcconfig */, + 80E0D3A963F9D29A4F7336164094C723 /* DDAutoUIKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDAutoUIKit_Private"; + sourceTree = ""; + }; + AC4BA3C155E9558D33DFD76DFB2ECF20 /* ZLPhotoBrowser */ = { + isa = PBXGroup; + children = ( + 2F7C2470E72D9A477856AAAB11BAA01D /* Core */, + D1430F54DD16417253143601E6497F6A /* Resources */, + B9C4380262147AD620FBC348ADEA0281 /* Support Files */, + ); + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; + sourceTree = ""; + }; + AC577A2D0AC7DC5ED534467620AF0738 /* JCore */ = { + isa = PBXGroup; + children = ( + 6B2CA8AC9C267A1AD315954BFA1AD40A /* Frameworks */, + F8F6DFB1B51BBDE032DEFC6326537644 /* Support Files */, + ); + name = JCore; + path = JCore; + sourceTree = ""; + }; + AD75E9F556EC1B498F6E2F7F24C4C951 /* DDColorKit_Private */ = { + isa = PBXGroup; + children = ( + 258F265F867D0E62491EF0DAA88FD6E3 /* ColorUtil.swift */, + B02FA4ACF48456CA6F61AE9530844489 /* UIColor+Hue.swift */, + B1A7EE5272C3E9A92BEB2036E59408CD /* Support Files */, + ); + name = DDColorKit_Private; + path = DDColorKit_Private; + sourceTree = ""; + }; + ADE848152C6A545D73736E4BBA355E8B /* Support Files */ = { + isa = PBXGroup; + children = ( + 55686C9FED90DA2AD3BECD5B4C9D94F7 /* RxCocoa.modulemap */, + 7AF74ED9A4A98DD6F890C4D90BD7CAB4 /* RxCocoa-dummy.m */, + 06E95EA7683830F5ACF8043C178C1597 /* RxCocoa-prefix.pch */, + C7EC444C51D5BD08AA1C84454F1FE7B3 /* RxCocoa-umbrella.h */, + 94EE9C826828CEA9A38C02E72E40D7C1 /* RxCocoa.debug.xcconfig */, + 9FA1D69B259EB0D669B3D178F916B5CD /* RxCocoa.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RxCocoa"; + sourceTree = ""; + }; + AE2B86DC58D4E9A6E747468DB072D14C /* UINavigationBar+DDCategory */ = { + isa = PBXGroup; + children = ( + C7D0C74F9E84132EF055BD933635FA2A /* UINavigationBar+DDCategory.h */, + 1D543D089632009237785603FC459FC8 /* UINavigationBar+DDCategory.m */, + ); + name = "UINavigationBar+DDCategory"; + sourceTree = ""; + }; + B1A7EE5272C3E9A92BEB2036E59408CD /* Support Files */ = { + isa = PBXGroup; + children = ( + 7BC744735E39960B5462F3E857064EAF /* DDColorKit_Private.modulemap */, + 000F476F2DA84D8EDBD3D70072F50395 /* DDColorKit_Private-dummy.m */, + AC5BC4E7BD615CEB44D63C2E30788C69 /* DDColorKit_Private-prefix.pch */, + D138AA8366E677BFF244F5E733B61E18 /* DDColorKit_Private-umbrella.h */, + 8C38B4251CC404ADE2AC855607F5D929 /* DDColorKit_Private.debug.xcconfig */, + 66C39227000025CB726335712BBDBE45 /* DDColorKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDColorKit_Private"; + sourceTree = ""; + }; + B1CDE53E97B8690824D5D0E223AE0B91 /* DDToastKit_Private */ = { + isa = PBXGroup; + children = ( + 77082C8AE22816A0C333763369D29543 /* SwiftToast.swift */, + 835ED4CD81BED5BB0FB4C4D06FAAF6AC /* Toast.swift */, + 3960D6228A37D5474ED3C5A7FC03C2DA /* Support Files */, ); name = DDToastKit_Private; path = DDToastKit_Private; sourceTree = ""; }; - C583E4533690CF512A7242D34B0BF7FC /* Frameworks */ = { + B2829FF612D9CD0B00CDDEAEFC2C1A90 /* DDMANaviManager */ = { isa = PBXGroup; children = ( - C48EC2893ACE2C94C0B57DFE8E52CE00 /* jpush-extension-ios-2.0.1.xcframework */, + 67296B1EC30535E04D770801ADEBBB62 /* DDMANaviManager.h */, + D4C98C6AA9526C21F6B63FF6C8A03F57 /* DDMANaviManager.m */, ); - name = Frameworks; + name = DDMANaviManager; sourceTree = ""; }; - C69718FC1228ECC9E73DB5F2B1223068 /* DDBaseImage */ = { + B308BF52771FFE1F7CD2059BF935BE4F /* Support Files */ = { isa = PBXGroup; children = ( - D87581580CFB7BF2D5AEAB3645B785F0 /* DDBaseImage.h */, - C77A0B91DA4695A2E41E274FF0DF1817 /* DDBaseImage.m */, + FB71928490F505EAE1E51EAC1BE48454 /* JPush-xcframeworks.sh */, + DEFD9FE032C87D74A258415C843C4917 /* JPush.debug.xcconfig */, + B1E55E4136F9B5EF32A907439199DD7D /* JPush.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPush"; + sourceTree = ""; + }; + B43053F7A6B336A3E01211F8C63ADA0A /* DDNetworkingOfAlamofireKit_Private */ = { + isa = PBXGroup; + children = ( + B560500117B52847C05830DF3E40FA6F /* DDAF.swift */, + 8688803B2057394A1E3DFADD5228FA2D /* DDAlamofire.swift */, + C3049F88CD16DE1C5ED45DC39E8A247A /* Support Files */, + ); + name = DDNetworkingOfAlamofireKit_Private; + path = DDNetworkingOfAlamofireKit_Private; + sourceTree = ""; + }; + B55680070A09D6E51CFF1739BA93BCE3 /* DDBaseTableView */ = { + isa = PBXGroup; + children = ( + 24844CB9DEC581F98BAD20375BB978A9 /* DDBaseTableView.h */, + 5A1C8A10FBE5DB1FEED5955D93BA2D8B /* DDBaseTableView.m */, + ); + name = DDBaseTableView; + sourceTree = ""; + }; + B7B4D9529C071D76A56F3DDE1ED422E0 /* JPushExtension */ = { + isa = PBXGroup; + children = ( + 85113454EDAD01A890F8B21488A2EC85 /* Frameworks */, + FDB5207B49AF8EEFE15F6D08654B85FA /* Support Files */, + ); + name = JPushExtension; + path = JPushExtension; + sourceTree = ""; + }; + B83A44068D8D1C985B7A640B07E5A9B5 /* DDBasicControlsKit_Private */ = { + isa = PBXGroup; + children = ( + 67EC7B3250DE888F82DE7DD7AA22BE4E /* DDBaseAnimation */, + C23D8EE2D412C0B49D60F4BDC6BA1D60 /* DDBaseAttributedString */, + 68E8E10005F0C1A0D99517577013CCDA /* DDBaseButton */, + 1DD4BB0456FCC040D733CAD72DA7BABF /* DDBaseCollectionView */, + 2C6BB0E9633ED874723868FD5BB7C4D7 /* DDBaseCollectionViewCell */, + C7284A5865FCAC52AF2F7B8E05762407 /* DDBaseImage */, + 97B7261EBA07FE666F51A39DB9027092 /* DDBaseImageView */, + DC9D78D15EF885EE2BAB528D99490D33 /* DDBaseLabel */, + E980E734DCB49B4FE9A62848D358678E /* DDBaseNavigationController */, + 7C81F7712B95ADC17C027C10EB2632AE /* DDBaseScrollView */, + 207D84DF853AEB9E542C7AE7E260D59B /* DDBaseSwitch */, + B55680070A09D6E51CFF1739BA93BCE3 /* DDBaseTableView */, + 4CBF508A5DC09585223974A66FBF5B1C /* DDBaseTableViewCell */, + 791F3DC3E6DCDE791E4AF376E2E56416 /* DDBaseTextField */, + 020CDFD590A534427FEDFB42DF183780 /* DDBaseTextView */, + 9A1F213F8DB4B3BE18E260027F88CEEF /* DDBaseView */, + 91B2932A895520CF5C29306F6F096EB9 /* DDBaseViewController */, + 538FFC7A1B9AFB2DD85EFDB33B4D555A /* Support Files */, + ); + name = DDBasicControlsKit_Private; + path = DDBasicControlsKit_Private; + sourceTree = ""; + }; + B9C4380262147AD620FBC348ADEA0281 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5E184C563367E8ED307B752E3542EEFF /* ZLPhotoBrowser.modulemap */, + D0B5F5D5B8225A1D9B3324497949B9E9 /* ZLPhotoBrowser-dummy.m */, + 4DDCD3F52D5E618ED5E00EAD418572EF /* ZLPhotoBrowser-prefix.pch */, + 2B13F64AD61891F832FAF868580289B2 /* ZLPhotoBrowser-umbrella.h */, + 9BCAB6DCC4922AB7E59B39635F513584 /* ZLPhotoBrowser.debug.xcconfig */, + A2AF7E2091175094274B4DD9159EC881 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + BF75D3646AC78BA2D1B27621DC9BDFA7 /* GCDTimer */ = { + isa = PBXGroup; + children = ( + C45336E556246E0061249CC11411D273 /* DDTimerManager.h */, + 9701A44DD509B32C11A6B8EE5FDD1F5F /* DDTimerManager.m */, + E18119BF4331FC9A230FB591DA69F3D9 /* DDTimerObject.h */, + 6B50DDFD305EF71BB611F12931F044C5 /* DDTimerObject.m */, + ); + name = GCDTimer; + sourceTree = ""; + }; + C137E342C884C79629F19027AB10B6F4 /* DDAudioPlayerKit_Private */ = { + isa = PBXGroup; + children = ( + 922A3B1158DEE716308128F8D1D7365F /* DDAudioService.swift */, + C171B666F8AEFA080ADED0822D99E348 /* DDSpeechSynthesizer.swift */, + 9496BA3481B0FDF736666A9B06BADBC6 /* Support Files */, + ); + name = DDAudioPlayerKit_Private; + path = DDAudioPlayerKit_Private; + sourceTree = ""; + }; + C18BCE988393E86F3585255719C547A5 /* Sources */ = { + isa = PBXGroup; + children = ( + 6BA4D8E3BBB97E73414ECBB6CC6C9461 /* Resources */, + ); + name = Sources; + sourceTree = ""; + }; + C23D8EE2D412C0B49D60F4BDC6BA1D60 /* DDBaseAttributedString */ = { + isa = PBXGroup; + children = ( + B97A7CA2B7F36F69E7983467301B9C63 /* DDBaseAttributedString.h */, + 745A9F1F7117896468203F2E9BE3EB4D /* DDBaseAttributedString.m */, + DC775808223753448577F796F55ACECE /* DDBaseMutableAttributedString.h */, + 73EE16112D8B7F52E473ECACF251A01A /* DDBaseMutableAttributedString.m */, + ); + name = DDBaseAttributedString; + sourceTree = ""; + }; + C3049F88CD16DE1C5ED45DC39E8A247A /* Support Files */ = { + isa = PBXGroup; + children = ( + 0C78B221979934F69B9305E4BF3E9DD4 /* DDNetworkingOfAlamofireKit_Private.modulemap */, + F214B0AFDE393FF6C156D70D97DC57AC /* DDNetworkingOfAlamofireKit_Private-dummy.m */, + 82F6157CDBA2375D2C06ED65DADFFEB2 /* DDNetworkingOfAlamofireKit_Private-prefix.pch */, + 85AF3DE3C51D23A9E00FDAFFCABBCC58 /* DDNetworkingOfAlamofireKit_Private-umbrella.h */, + 54982D6714EC3592014628B81B95EC53 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */, + 1F32621CCC408AB8876BBF64FB02E932 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DDNetworkingOfAlamofireKit_Private"; + sourceTree = ""; + }; + C70D0E3CED675E89C8213D2F5162771F /* DDMAMapKit_Private */ = { + isa = PBXGroup; + children = ( + D74664A1C9015FCCB648F6B8CC0B6E3E /* DDMALocation */, + CAED4FC8538D3E3A8DF471EFF93822D9 /* DDMAMap */, + B2829FF612D9CD0B00CDDEAEFC2C1A90 /* DDMANaviManager */, + C9D52BFE5BD53058B6D0B325B5093598 /* DDMASearch */, + 0BD187436A48F52FAED243EE9AC86401 /* DDMATrackManager */, + EE3B1F5C68D12BB8E689F6720C43E73A /* DDMAUtil */, + 6FA9399960C55417EF7A00416375822E /* Support Files */, + ); + name = DDMAMapKit_Private; + path = DDMAMapKit_Private; + sourceTree = ""; + }; + C7284A5865FCAC52AF2F7B8E05762407 /* DDBaseImage */ = { + isa = PBXGroup; + children = ( + 3E7B2CF5D45426C17DF394E822D68F66 /* DDBaseImage.h */, + 60E213F693B7383A68B9598FD71FED12 /* DDBaseImage.m */, ); name = DDBaseImage; sourceTree = ""; }; - C8267F4CEEBDFEADB99DB6A4669545A0 /* Support Files */ = { + C905E4C3725A9A217B0746E4E8110CC0 /* ESTabBarController-swift */ = { isa = PBXGroup; children = ( - 9A09C744594080AF23CABD60C0D1EB2F /* DDBasicControlsKit_Private.modulemap */, - 0DBAD669B55F5B5B45C51263FB09D478 /* DDBasicControlsKit_Private-dummy.m */, - CF61DC111AFB61149808206846131342 /* DDBasicControlsKit_Private-prefix.pch */, - 88F1A1C94F3F0F671B170D9A362E330B /* DDBasicControlsKit_Private-umbrella.h */, - 6A8E86C9C7107E1193EC5E5218691467 /* DDBasicControlsKit_Private.debug.xcconfig */, - 19C8749E52978158169E1C3BF25DDB52 /* DDBasicControlsKit_Private.release.xcconfig */, - F439DCAB61B74717AAF2AFA9035EB1DC /* ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist */, + BC595B1BC18CA654935AAE571FE761F0 /* ESTabBar.swift */, + 46A22D641D3D4C7F95497DCB0167ED03 /* ESTabBarController.swift */, + 21C9BB6F2604558981D98730774A3A1A /* ESTabBarItem.swift */, + 8B19FCB1950E177339870A4D23C323F6 /* ESTabBarItemBadgeView.swift */, + 214F976C1E8A621D40BC327EE0D5A3D8 /* ESTabBarItemContainer.swift */, + 1B27B61AEA64172246CDE2C38799AAC0 /* ESTabBarItemContentView.swift */, + 4402244F1B6D2395120E87A81EB85D38 /* ESTabBarItemMoreContentView.swift */, + 4CCCD0D5579717619F4B3F50016E57A3 /* Resources */, + A0ECA009B881CD02C338B38119DBB2A3 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DDBasicControlsKit_Private"; + name = "ESTabBarController-swift"; + path = "ESTabBarController-swift"; sourceTree = ""; }; - CCE1731D2B0D61895927DA88DE42B711 /* Support Files */ = { + C9D52BFE5BD53058B6D0B325B5093598 /* DDMASearch */ = { isa = PBXGroup; children = ( - 405C35063C37BA71EEBE9B61CF082CC8 /* CocoaDebug.modulemap */, - F46E7A0D25F83AAACAC784FEFAA65D51 /* CocoaDebug-dummy.m */, - BB1171B0FC8290731827608595F728F2 /* CocoaDebug-prefix.pch */, - D247E12CCF0B88203F756E2CB9CB6234 /* CocoaDebug-umbrella.h */, - 0448FF2AB119125D802AC2F5FA6D011F /* CocoaDebug.debug.xcconfig */, - D9FE3252CF8E8E98B9AB675FEF0AE538 /* CocoaDebug.release.xcconfig */, + 202CE557C22095E1006A772CA1591B08 /* DDMASearch.h */, + 05C7A04EF76F101EBF33061C31ABD434 /* DDMASearch.m */, ); - name = "Support Files"; - path = "../Target Support Files/CocoaDebug"; + name = DDMASearch; sourceTree = ""; }; - CD5E2A03BA3523B8DDBC8B72D7952460 /* UITabBarController+DDCategory */ = { + CAED4FC8538D3E3A8DF471EFF93822D9 /* DDMAMap */ = { isa = PBXGroup; children = ( - DEBD310018522EBB8EE86243939BF08F /* UITabBarController+DDCategory.h */, - 9A1AA996EB8C98EB6740E1F2DB864E2E /* UITabBarController+DDCategory.m */, + D834D32B566F7223B27A3A613C2971BA /* Annotation */, + D0F9502D13EEC536E113DBD778439175 /* AnnotationView */, + 1CC8833DB19A1B46665389BF9009A404 /* MapView */, + 2E2FC7F5F2115731642A553AC1D5005A /* Overlay */, + C18BCE988393E86F3585255719C547A5 /* Sources */, + F08B1AA3DE6C1F559C93C79E65B9C680 /* Trace */, ); - name = "UITabBarController+DDCategory"; + name = DDMAMap; sourceTree = ""; }; - CD5E8041AAAD071A930C2EBA4F6C866A /* Targets Support Files */ = { + CEFE6561F1EF74421EA0BD5F526437D0 /* SwiftEntryKit */ = { isa = PBXGroup; children = ( - F117CF72F55448484F5E8509956D04E8 /* Pods-OrderScheduling */, - 222070C446C6684B4AD374CD64512282 /* Pods-OrderSchedulingNotificationService */, + 2191B315DE5D103CDC714F7C66E3A852 /* EKAccessoryNoteMessageView.swift */, + 0D332734340801BB7E35E4AEFF6CB873 /* EKAlertMessage.swift */, + 8F4DE092EFD65A8DF57D0FE926A5C5F4 /* EKAlertMessageView.swift */, + 6E073AE54BB8F807E83D37A55EDA52C8 /* EKAttributes.swift */, + E240488E4DD154A646BADB78EEED4A8F /* EKAttributes+Animation.swift */, + CA1E26851476D24D845BDD2CAE11C08F /* EKAttributes+BackgroundStyle.swift */, + 7C81F185D4FB122810BF377401CE08A7 /* EKAttributes+DisplayMode.swift */, + 5C3D77A5A284E48049FC8F175E96EC51 /* EKAttributes+Duration.swift */, + 8E35D619626B593AEAF0BC83098BA4F9 /* EKAttributes+FrameStyle.swift */, + 1B33189A558723DE98FC30A526B57CB2 /* EKAttributes+HapticFeedback.swift */, + B5699E806073A0BEA013DBB1E5D64D17 /* EKAttributes+LifecycleActions.swift */, + 77E1F5CEB57BFF095A9728596B24FB82 /* EKAttributes+PopBehavior.swift */, + 53DBC031FFE66E2FE1FA6137CF729B73 /* EKAttributes+Position.swift */, + 08515D91B8B7E1A9CFE96B80625B0BC2 /* EKAttributes+PositionConstraints.swift */, + 513F7B7C2777EB9B297B9A4DCA665F6C /* EKAttributes+Precedence.swift */, + 47025F1AB77C344A3B7F5F4E3C22ADBD /* EKAttributes+Presets.swift */, + ABCADAE910DD1F9466771DE4D21F94B2 /* EKAttributes+Scroll.swift */, + 8FE8BAA90AC5CDDC764A172547B89CF7 /* EKAttributes+Shadow.swift */, + 1AD18946E9236858267E0EB4732F6A83 /* EKAttributes+StatusBar.swift */, + F8F8098D8AFE7709BE2E1B7F0BC78D57 /* EKAttributes+UserInteraction.swift */, + E2A1321E0DADA7F60C09CFF8E2CB4D49 /* EKAttributes+Validations.swift */, + 02F91E8C25FF1FAD874453DEBE53248A /* EKAttributes+WindowLevel.swift */, + 61FD6CFEB0A5E1AC42019FA6436DC9E3 /* EKBackgroundView.swift */, + 799F3BF45A22C18EAABF5255F111B728 /* EKButtonBarView.swift */, + 707B47337E1988CBABAFAE00098DEF55 /* EKButtonView.swift */, + C2D2DC21B578A3CD279E236607209ED0 /* EKColor.swift */, + 9AADB529954F08070B6C3F3FAC79222C /* EKContentView.swift */, + 53A8FF546CCDE3FE46A8BA892428B7D2 /* EKEntryView.swift */, + 617B15311660870DC4983D4DACA8B616 /* EKFormMessageView.swift */, + B960510678E5120B1EDAC9EDBB1C76D5 /* EKImageNoteMessageView.swift */, + D1506D0445C6D9780DC25EF823574F90 /* EKMessageContentView.swift */, + 13AA7FD00922C761772A7127C8170468 /* EKNoteMessageView.swift */, + 5C5E4D60532B1A9FBBE3DADA268CF9D7 /* EKNotificationMessage.swift */, + 3A0E10812234977E3586159F11138E38 /* EKNotificationMessageView.swift */, + 86B7AE81627D8D77E72283F82B8CF745 /* EKPopUpMessage.swift */, + 0AFF4A31C59BAA3E18DF1D56B2231231 /* EKPopUpMessageView.swift */, + 20D624C28477A8F182D5F14B6FA36320 /* EKProcessingNoteMessageView.swift */, + 413C9F3193D0B20C978C0C4C15EBC5D8 /* EKProperty.swift */, + 87D07CB11FD1E4E81EB59D1FE337C98A /* EKRatingMessage.swift */, + 5ADA63F9C214F9E6E6839BE16A19C3F9 /* EKRatingMessageView.swift */, + 23738F4CA80E173058E5C926A908687E /* EKRatingSymbolsContainerView.swift */, + 059BEBCD36B766966C2F80A7BF621EED /* EKRatingSymbolView.swift */, + A3D123A0D5995CED2EF3387DD04CD828 /* EKRootViewController.swift */, + CE58A941340761DC4254611EB07668C9 /* EKSimpleMessage.swift */, + 024EFBB5960E830552FE43E7B43EF86B /* EKSimpleMessageView.swift */, + 9EDE2F92400AC42BD9FC920929A4B390 /* EKStyleView.swift */, + 6093CD4054B1221395B550BC3CBC7249 /* EKTextField.swift */, + 4E29F77926B21632BBC21D6521D8F806 /* EKWindow.swift */, + 444476DDFF2693487487736B968C6CB8 /* EKWindowProvider.swift */, + 949A60250B4FF0B50CE70FA1E52437C9 /* EKWrapperView.swift */, + 925DA5FE8666DDE91CFF67B5216FFC94 /* EKXStatusBarMessageView.swift */, + 5C900D4ADC4C3A13565C57639BA863AA /* EntryAppearanceDescriptor.swift */, + 6A72313D1A2302FE8B2E40464C8CB093 /* EntryCachingHeuristic.swift */, + 1194E8ED55714701F6299F8FF33A1E61 /* GradientView.swift */, + 1D60A11A3EA2392394A1CA30AACC1E1F /* HapticFeedbackGenerator.swift */, + 75E45AF0A624D9E3DA08B336B94ED7F4 /* QLCompatibility.swift */, + 9A172253D6DB610D8EA2365650E2E343 /* QLUtils.swift */, + F31FD7141D5C22E4431C3A00C5C415E2 /* SwiftEntryKit.swift */, + DD307CB08C5CE1DE0A7760081262EDDA /* UIApplication+EKAppearance.swift */, + D3CBB4E50BAFAE0F605D3E003E5F9309 /* UIColor+Utils.swift */, + 6A23E7A698F362B388B091F4F5CD951B /* UIEdgeInsets+Utils.swift */, + 5771FF8D1431D15C1CEEBC6E98C764F1 /* UIRectCorner+Short.swift */, + BC6101AB67BDAF80281ACDDF80462573 /* UIView+QLContentWrap.swift */, + 9A28D92330D83A343316BCDBF5403B17 /* UIView+QuickLayout.swift */, + 7112824A0F9FCF94CB71D95FC77DDDA9 /* UIView+Responder.swift */, + F4F47169533A192C6297DF779D40B04A /* UIView+Shadow.swift */, + 78FA11F6DC9665ACB6A04AF6407AA4DA /* UIView+Utils.swift */, + 9E43CEC1FCB5E999ED50C40DF99E3002 /* UIViewArray+QuickLayout.swift */, + A2E7DF4FA47B28EC2706AE5FC04B9CED /* Support Files */, ); - name = "Targets Support Files"; - sourceTree = ""; - }; - CEB2198EF3B8718F9FA7F0474D1ECA82 /* Trace */ = { - isa = PBXGroup; - children = ( - 9E2614393372F1373562F24552A34672 /* MATraceReplayOverlay.h */, - 69D9F6B1C1928E8F5130179690702C33 /* MATraceReplayOverlay.m */, - 0F47DDE3C1736961E81DFC21642B56E6 /* MATraceReplayOverlay+Addition.h */, - DB67D38AC26C1E33F0B2A67C4C7E10EC /* MATraceReplayOverlayRender.h */, - DE7523480013502D9F659C935024B300 /* MATraceReplayOverlayRender.m */, - ); - name = Trace; + name = SwiftEntryKit; + path = SwiftEntryKit; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -6620,65 +6223,336 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 145D0511F70C061CE1FD2DD8E46C46EA /* Pods */, + 98D799E6E96A638EE571EEFDE2F718E3 /* Pods */, 63FE9F32703B49B39F824D28EF07ADA7 /* Products */, - CD5E8041AAAD071A930C2EBA4F6C866A /* Targets Support Files */, + EF27885C942BBBA4FD6A85F2033FE80B /* Targets Support Files */, ); sourceTree = ""; }; - CF613A4155D5768185A3345DFB8EA99A /* DDTransitionAnimation */ = { + CFBB9C7383268C922F3C2535B588D62A /* UITextField+DDCategory */ = { isa = PBXGroup; children = ( - 32C7A9E91D346601A6EFB63D978F7376 /* DDViewControllerAnimatedTransition.h */, - 9824951BF51B3BAF7431D329F0BA1DAC /* DDViewControllerAnimatedTransition.m */, + FE5D844CC738C55297E1BA575BCAADEA /* UITextField+DDCategory.h */, + 8BE64FCAFC0B0C82853F137A8B97608F /* UITextField+DDCategory.m */, ); - name = DDTransitionAnimation; + name = "UITextField+DDCategory"; sourceTree = ""; }; - D0760901476603B79C1FFB2B2E244511 /* Support Files */ = { + D0F9502D13EEC536E113DBD778439175 /* AnnotationView */ = { isa = PBXGroup; children = ( - 74559A7ADF7153959B36D2B40BCCBEDF /* JPush-xcframeworks.sh */, - 52764AB3C28A4EE27E126C7FC5F6CAA7 /* JPush.debug.xcconfig */, - 69F7D752E9CB3E474A618873D9726AE5 /* JPush.release.xcconfig */, + B6DBF97013ACCB9CC4334C131AF2271A /* DriveRouteCustomAnnotationView.h */, + 74F032A059C8BFF5A7F1574458AA123A /* DriveRouteCustomAnnotationView.m */, ); - name = "Support Files"; - path = "../Target Support Files/JPush"; + name = AnnotationView; sourceTree = ""; }; - D16841F6F40CB63B24B78FF4AE14E2BD /* Support Files */ = { + D0FFEDD2938F4556D47C7371D158CCCA /* Resources */ = { isa = PBXGroup; children = ( - 5FA28EC377F0E913D32FA007441E1D25 /* SnapKit.modulemap */, - 96D0124AA5F9AC06B5B82DA289A5A267 /* SnapKit-dummy.m */, - 43C22CA73BBBBF6536060E4ED7BC9C2C /* SnapKit-prefix.pch */, - 38FCBB4F18C243D222179DF654AF8679 /* SnapKit-umbrella.h */, - 0C1779725409CB7336CC76B51231DC13 /* SnapKit.debug.xcconfig */, - BFEF8BD2165CCAA0515EF0DD78713060 /* SnapKit.release.xcconfig */, + 630F19CDAF7843D5C6C6811D6261A0A5 /* BRPickerView.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - D2A4F0DC37948CA37ED22057AD38B975 /* AddressPickerView */ = { + D1430F54DD16417253143601E6497F6A /* Resources */ = { isa = PBXGroup; children = ( - 001670712EC3F2A39EE721735EBB25FA /* BRAddressModel.h */, - D524906AF89C104711EC3EAB52B1041C /* BRAddressModel.m */, - 6E2063E9191E5EAF488A97AD44F56C1D /* BRAddressPickerView.h */, - 56C5D14F912A842FD12DCB662E1DDD4A /* BRAddressPickerView.m */, - AD5DEFE07B31C13F3232390CFA5D153E /* Resources */, + 228D2631C869E492DB2C12B482EF227B /* ZLPhotoBrowser.bundle */, ); - name = AddressPickerView; + name = Resources; sourceTree = ""; }; - D86DA540AA7592347390C36B9AB4ACBB /* DDBaseTextView */ = { + D229685C0CB776F9DA4BD7F7C72FDDD7 /* DDNavigationController */ = { isa = PBXGroup; children = ( - FEA788EC7E9FAD535DC02D0DB63B550D /* DDBaseTextView.h */, - F77601C6B6E656F149C6EC74A7D781C9 /* DDBaseTextView.m */, ); - name = DDBaseTextView; + name = DDNavigationController; + sourceTree = ""; + }; + D2984DC3AF2D418D4B2867B6CD116B2A /* StringPickerView */ = { + isa = PBXGroup; + children = ( + D691413151DCBB4C30B5CB6D6DEF6427 /* BRResultModel.h */, + A36827293014495DF0400FF0F7D47B1D /* BRResultModel.m */, + 25FEF7F39DDF0188E579F47F8A88C539 /* BRStringPickerView.h */, + 3D9DC9EB8556F454CB2CB2ED1D3DDF40 /* BRStringPickerView.m */, + ); + name = StringPickerView; + sourceTree = ""; + }; + D47F6F515CBB2909B4C36E1ABB010263 /* DDAutoUIKit_Private */ = { + isa = PBXGroup; + children = ( + 6A6F106A5F6B8FEA4F798968D84F9AD7 /* AutoUI.swift */, + AB3D8EDBF338265059D8C471E0BFCA10 /* Support Files */, + ); + name = DDAutoUIKit_Private; + path = DDAutoUIKit_Private; + sourceTree = ""; + }; + D4907560E5BFCE4EFF90C3145D762B2D /* SnapKit */ = { + isa = PBXGroup; + children = ( + 536E0DBA193337C29376E76545024FEF /* Constraint.swift */, + 8DA4B88DBE0911C02E5A0AD8BC0D6AB8 /* ConstraintAttributes.swift */, + 82F0ECD8CA6CC9A3D86CCE9B83F9A082 /* ConstraintConfig.swift */, + 0E11D00B924443C85A607773E93726DE /* ConstraintConstantTarget.swift */, + 24FBA72E3084E8EA95576DFC0CA7D941 /* ConstraintDescription.swift */, + B9449BAB69C54EE50C006082562C76EF /* ConstraintDirectionalInsets.swift */, + 69E0CCC2E74BC24758E93EA5A958EA20 /* ConstraintDirectionalInsetTarget.swift */, + 079FE34AED070E038F8FD77566B27CD7 /* ConstraintDSL.swift */, + 269E290D89BE61A043675490D1B2056E /* ConstraintInsets.swift */, + 6ED4B8737B349DF608437C9E4A9C7108 /* ConstraintInsetTarget.swift */, + C0BCF7EE9110F3341C5378FB54558702 /* ConstraintItem.swift */, + BB059FC2828347098C9507204A583654 /* ConstraintLayoutGuide.swift */, + D251DB3612A5047F87F7C2FFC570F829 /* ConstraintLayoutGuide+Extensions.swift */, + 8602981FD5F8924A34EAFFB5CF7C205D /* ConstraintLayoutGuideDSL.swift */, + A7FDDE8CFF4B84137F442DBC36829BC5 /* ConstraintLayoutSupport.swift */, + 11146D1737FC44C1366419D39EDC6831 /* ConstraintLayoutSupportDSL.swift */, + C0BD59B69C246AE4A8B26F18B53CA85D /* ConstraintMaker.swift */, + 7ABA2D22A271C7295F177032E56F5D76 /* ConstraintMakerEditable.swift */, + 6A2F264BECCA9AB55071450BFBD73C93 /* ConstraintMakerExtendable.swift */, + 27614E42DB90CB70B19297B2E2BF3EB4 /* ConstraintMakerFinalizable.swift */, + AB32BC02DB25599737021351CEF3C15F /* ConstraintMakerPrioritizable.swift */, + 0392F8019BD34801BD45F498F61C9189 /* ConstraintMakerRelatable.swift */, + C5CAA7CCE5C76F31844A0A151420941F /* ConstraintMakerRelatable+Extensions.swift */, + 6FF24FFE83CFAB4F829CDF631BBECECF /* ConstraintMultiplierTarget.swift */, + 5FEAD44F893283D12A8EDB20D4AC4B7A /* ConstraintOffsetTarget.swift */, + B742566D925390FDFC37F8CE7D51FA5C /* ConstraintPriority.swift */, + F4F130E312373DBE7CC560B9D37DAA31 /* ConstraintPriorityTarget.swift */, + 911A191E1B82B469B339A4A348F55757 /* ConstraintRelatableTarget.swift */, + BDF47C78FB5EE8D5DFA0454EBFB025AA /* ConstraintRelation.swift */, + 6F4485092D97DE11C6AF3A687A59F082 /* ConstraintView.swift */, + 0DB2BA647F92E073EE637BE0B813AF45 /* ConstraintView+Extensions.swift */, + 4F9F518F631DAD499A76918612F2F6AE /* ConstraintViewDSL.swift */, + E825D437C16E399EF7B7D0291868E25A /* Debugging.swift */, + 60DB8AD3927B6A663098EDC262263551 /* LayoutConstraint.swift */, + 1B864590ACB5FB880BE6334C0C13B70B /* LayoutConstraintItem.swift */, + F09C7D5197FB944C820003DBDBFF83D8 /* Typealiases.swift */, + 5A5863B57D2412FEF99F594FC811E1C9 /* UILayoutSupport+Extensions.swift */, + 226A6C16626A30D2AC53051434E07DBD /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + D63568427003FC1EB1C4533F0E37DD80 /* Resources */ = { + isa = PBXGroup; + children = ( + 4869657D7126341A4C9662361905E4F1 /* _icon_file_type_app@2x.png */, + 1FDED85658690B9DDF032577B07F0EB6 /* _icon_file_type_bugs@2x.png */, + 37A7F898B333684C9FE6B4676AF81438 /* _icon_file_type_close@2x.png */, + A3BE6D09874B6D046D0D8C672EAE837E /* _icon_file_type_down@2x.png */, + 79D3C99F83FAFC315DF13D269849683C /* _icon_file_type_logs@2x.png */, + BB323A9C85C83F7084C57954A7F3CEFB /* _icon_file_type_mail@2x.png */, + 7948BAED49F222B27B79438C9D535ADF /* _icon_file_type_network@2x.png */, + E160E78136B23C87DF17B114FC685FD2 /* _icon_file_type_sandbox@2x.png */, + 42ABBCE717543B1CB4EF9C963ED450EB /* _icon_file_type_up@2x.png */, + 531D00C59CC85528EFCF472F9926F74C /* App.storyboard */, + B758D908AE4ADBDCC55D7541061430FF /* icon_file_type_7z.png */, + BE35449D212B095BB8027D8B8F8FA533 /* icon_file_type_7z@2x.png */, + 12F0396B37C79008062C43C7E3A12742 /* icon_file_type_7z@3x.png */, + C95DDD29BFE13E5942976F124712A476 /* icon_file_type_aac.png */, + DFF452AB4F615018FDB0E0DB2D28698B /* icon_file_type_aac@2x.png */, + AAB28A2AC0C5D59815C0952338CEDEEB /* icon_file_type_aac@3x.png */, + 1328B11AF6658B87D2CDDAB965F2EDA9 /* icon_file_type_apk.png */, + 0E0DC05A40DC6784C7FC592F946D1D7B /* icon_file_type_apk@2x.png */, + 40A410F808B7012BB9D30A5999859148 /* icon_file_type_apk@3x.png */, + 74B0D96C0305B56F19D35B9D50198DFD /* icon_file_type_avi.png */, + CF3297A717F98A5F43BBCE4610E300B6 /* icon_file_type_avi@2x.png */, + FBCAF6D26AB82B67F6012E193EE549B0 /* icon_file_type_avi@3x.png */, + B7C6F46E65B9CD39E12E8F1E95ADFF41 /* icon_file_type_bin.png */, + A0D702454FB30483803E51EB3E0ACBC6 /* icon_file_type_bin@2x.png */, + 73DB5DA9D4DFB91487485919D1402C25 /* icon_file_type_bin@3x.png */, + 0BBF62946BADC6D746E5954BD1152D95 /* icon_file_type_bmp.png */, + D587139A1CEEC99D7BE4C35853F68F41 /* icon_file_type_bmp@2x.png */, + 50D43C1DB6F514C4D627F11D95505B2C /* icon_file_type_bmp@3x.png */, + 67E08ED681DD9E0C4F2260623C8A3665 /* icon_file_type_css.png */, + 9AD4AEADB6E299D605C05076BF0DB640 /* icon_file_type_css@2x.png */, + 8D3B581DBB9BC286AD3D397AB6E41F45 /* icon_file_type_css@3x.png */, + 6E0F39F77A3B6848F8C197F73F40FD2C /* icon_file_type_dat.png */, + 2195CC8694C076D762EE2FE38C7712A1 /* icon_file_type_dat@2x.png */, + 7BD9787CE0502C11EA3F1CF965030949 /* icon_file_type_dat@3x.png */, + FB01AD62DC99CA32F933B1B8EEFBFF90 /* icon_file_type_db.png */, + F135D103FBD36B720F445992B89711D3 /* icon_file_type_db@2x.png */, + 252A9DCD802B992AC0DECCF671A7783B /* icon_file_type_db@3x.png */, + 387EC6604B44E00C23596E1BDAA1DE91 /* icon_file_type_default.png */, + 53F89EFBDFD8F212BF76DB673BA31053 /* icon_file_type_default@2x.png */, + F9F419785DBD3D534CD838837257EE19 /* icon_file_type_default@3x.png */, + D70887331075562BE16FDDC750A91520 /* icon_file_type_dll.png */, + 4E16C69785986961BA694E75D3BD7E9C /* icon_file_type_dll@2x.png */, + 44C3E0580C384842D2DC2D9363F50302 /* icon_file_type_dll@3x.png */, + 907A0D926157C11DA4D41F3F480FA0F1 /* icon_file_type_dmg.png */, + E8BB717D4ECBC6BA5DA46458CC4EC443 /* icon_file_type_dmg@2x.png */, + EFCCBCFB53A5E0C4F95D219672709536 /* icon_file_type_dmg@3x.png */, + CEEAB5BB0243AD96AAD1A23FD2D98021 /* icon_file_type_doc.png */, + 93073E5767E279FBBD9206E5F40286C4 /* icon_file_type_doc@2x.png */, + 2CFB7949515D92B82281FD90217C0700 /* icon_file_type_doc@3x.png */, + 899D7505A1514BED13F2253DC9ED0106 /* icon_file_type_eps.png */, + 51B8E8174B7F15982D5A122EDCC217D1 /* icon_file_type_eps@2x.png */, + AE2784F9A5340252BD8FBFD466202012 /* icon_file_type_eps@3x.png */, + 14894679B976E21A3FAF45CF6240391E /* icon_file_type_fla.png */, + 421B1FCED74C6D9F8B1A086590DADA86 /* icon_file_type_fla@2x.png */, + EA1F4461A41803137D2FF70F97637259 /* icon_file_type_fla@3x.png */, + 32AD5AD15E461E10BB0AE01B5A21889F /* icon_file_type_flv.png */, + F5AA7E4CA1A7D157FD76FB64C5215105 /* icon_file_type_flv@2x.png */, + DCCA1D432DB7176D77B7C14FE1791F72 /* icon_file_type_flv@3x.png */, + 2B20637CDD9FB72E38FF7E62BF481BE3 /* icon_file_type_folder_empty.png */, + D3DBA5F3341237D5BCFA0ED0A37B0201 /* icon_file_type_folder_empty@2x.png */, + EEE5A3D8F786AC09370CA6193E490D14 /* icon_file_type_folder_empty@3x.png */, + 667E54F83A49AE72ACAA966EAE1B66D2 /* icon_file_type_folder_not_empty.png */, + 7216D027F156ADAE086225CD45863D4B /* icon_file_type_folder_not_empty@2x.png */, + BE6B4FA5738A27B7C3A2169B60F855F1 /* icon_file_type_folder_not_empty@3x.png */, + 0C0848FA247A0604D0B58F124FEFD658 /* icon_file_type_gif.png */, + 6D424E10E566F61794237121889D780C /* icon_file_type_gif@2x.png */, + AC7B34B48464A60A25A124DC68E6C0F2 /* icon_file_type_gif@3x.png */, + 1AFC2AA5274C3B00FAD1F2EF3160AFDB /* icon_file_type_html.png */, + 29A5253DCCCF9F69975AB5BA27A35833 /* icon_file_type_html@2x.png */, + 3862E06F72149C424F522608706340D0 /* icon_file_type_html@3x.png */, + 919C258703E339025A3EE67F06BD13E6 /* icon_file_type_ipa.png */, + 2AC1E81FF35D60699AAB10931008243E /* icon_file_type_ipa@2x.png */, + 7E6B73035763EDDFEB681ACE484E83DD /* icon_file_type_ipa@3x.png */, + 550A7E43D28EEE9772B092B3AFB40561 /* icon_file_type_jar.png */, + C6A7054D4313082004C37DD6ED617F28 /* icon_file_type_jar@2x.png */, + 9D40C3DBE85D47019B84D57AC5A2844D /* icon_file_type_jar@3x.png */, + 56EA633A3F77D499EC5913D374EE057A /* icon_file_type_java.png */, + 01057A26DD50D09E8DC180EBCF57B35B /* icon_file_type_java@2x.png */, + 3C3FDDC7BA32AB3B5471DC9F5FF4D5E6 /* icon_file_type_java@3x.png */, + 79406C8155D8CD543EBD85627A727D1C /* icon_file_type_jpg.png */, + AEFB403526CE86D2AD11CB84E4FFC1A1 /* icon_file_type_jpg@2x.png */, + 97D79CD623E1A9A69521E3EB6488740E /* icon_file_type_jpg@3x.png */, + 624EF2726C97A997EA47B6887C2641B8 /* icon_file_type_js.png */, + FBFFFC3DD39679BFBABE5A0B50570094 /* icon_file_type_js@2x.png */, + D86B5377E86B5E3B31A976709EC8B67B /* icon_file_type_js@3x.png */, + B4AAA628A8B81D10223C9BBD4D21E85C /* icon_file_type_json.png */, + 918B7CDA798E6DBDF19215239EBF2906 /* icon_file_type_json@2x.png */, + 48A20F27B76DF75073E195640EC9B607 /* icon_file_type_json@3x.png */, + 34E3F01ED8BDEAD369111D1EA64C0FBB /* icon_file_type_keynote.png */, + 2E2BFBE2242E5EAC79FBABE37075A6C5 /* icon_file_type_keynote@2x.png */, + C10077793FA514FE69DB53F04E616004 /* icon_file_type_keynote@3x.png */, + 7ABB248B680F000CC6B3AA0E8E2318C1 /* icon_file_type_md.png */, + 5783F70C9556B7FD7ED881E7B3937289 /* icon_file_type_md@2x.png */, + 6C7D198E585645D5972E0AACF6C7570F /* icon_file_type_md@3x.png */, + 8DB1DCB194F8270A74F8157501B7B41D /* icon_file_type_midi.png */, + 6F5DB44B8347175E8924C892B9698618 /* icon_file_type_midi@2x.png */, + 4D10B32ECF2649BCA23D39A8FA305E84 /* icon_file_type_midi@3x.png */, + FF5F0758820ECF95BE11604E9E20D78B /* icon_file_type_mov.png */, + 51B72EA8B0F5EF94B3BED028EF562B73 /* icon_file_type_mov@2x.png */, + E281B6ECB54CF2940638DA0B8E0175A0 /* icon_file_type_mov@3x.png */, + 7847513C612DBD6B32310A1A43D4E3CA /* icon_file_type_mp3.png */, + 2858D1888237B7FC482B44A915F39050 /* icon_file_type_mp3@2x.png */, + 653D96AA8E065FCB2C8443E030A8C8D8 /* icon_file_type_mp3@3x.png */, + BC329A50F48E8F1110D025B3EEBC0C28 /* icon_file_type_mp4.png */, + 36562B853E4AC90448A5A71D82E87118 /* icon_file_type_mp4@2x.png */, + A84DCF660D9A1A65151B6A387C1B8DEA /* icon_file_type_mp4@3x.png */, + B0D3CF5DF821D2048B1FBB9277728F2D /* icon_file_type_mpg.png */, + EF83CECE21D6D066133AF7A150EC194E /* icon_file_type_mpg@2x.png */, + 6066879B62FBFEF25804775523254E2D /* icon_file_type_mpg@3x.png */, + E221D0E512F649AD359ECA2F32367C8C /* icon_file_type_numbers.png */, + 454392E0BBBFC5DBDDC8C0A86399F4BE /* icon_file_type_numbers@2x.png */, + C59DBFB89570FD99A29DBF8F4792983B /* icon_file_type_numbers@3x.png */, + 84F2B686F68A2C41DD40A563B3BD053E /* icon_file_type_ogg.png */, + 4E1D5A2A759717D321EAAA2937A53458 /* icon_file_type_ogg@2x.png */, + 59F7C7DCB934537CB795D916BC4D5DB9 /* icon_file_type_ogg@3x.png */, + B2C0FF4B8B061AD18A722A29F787E216 /* icon_file_type_pages.png */, + F9B29CE6DFABF0F586890EA78223611D /* icon_file_type_pages@2x.png */, + 2766058560A6AE2B2FB1D3957CD592B6 /* icon_file_type_pages@3x.png */, + 8626A25CF36B7C0D0A38D808F690DEFD /* icon_file_type_pdf.png */, + A59003FB33ECEEE8678653EE951DA2F4 /* icon_file_type_pdf@2x.png */, + 553C54BD98F396FF7D28738C918F4E02 /* icon_file_type_pdf@3x.png */, + 873F6A7DEBF38CFBA51B0F031C508955 /* icon_file_type_php.png */, + 3D47E8D0421BF348301018FBE5E6BE7F /* icon_file_type_php@2x.png */, + E1510FC16CDAC55389AABF3DDA5A39AA /* icon_file_type_php@3x.png */, + E78FE94DAFE4A4D9B15D45EB61B5F679 /* icon_file_type_plist.png */, + 723AA291E908B06BC69F15787AD7F5AC /* icon_file_type_plist@2x.png */, + C9ADAD4AC363EB531A30CF6B32C3C1FD /* icon_file_type_plist@3x.png */, + C520D0DFF8F915CE043B38C51E218AF1 /* icon_file_type_png.png */, + 5D87308FCC8B3B7B6CD176512D27B4DE /* icon_file_type_png@2x.png */, + 9F5165CDE40E0FDDC8150400FE2DCF23 /* icon_file_type_png@3x.png */, + 6D690D7FBF8C5271C40B7634A357D70A /* icon_file_type_ppt.png */, + 1799DE8750E5895D04BE367F4E7827EB /* icon_file_type_ppt@2x.png */, + CF6F531FA3E6723CF807D74F3742EB0F /* icon_file_type_ppt@3x.png */, + 41B9FB2EC5BB1EC9DD31DD20C1414EC7 /* icon_file_type_psd.png */, + 5963323269FF52831F88A1E84679FB2C /* icon_file_type_psd@2x.png */, + B75D318DBA67440B237A3C357EAC0DEA /* icon_file_type_psd@3x.png */, + 76BE259026296A8470BE0417C287E458 /* icon_file_type_sql.png */, + BEA97966825CE9CEB6A50B9128AB4C78 /* icon_file_type_sql@2x.png */, + 47C4B2DC947DD24AD8C97FC70C7AFC98 /* icon_file_type_sql@3x.png */, + D7EF9B7E0ABBEFF0CC3305BA305DB9BB /* icon_file_type_svg.png */, + 930599113F03908AC017C5049B6C6669 /* icon_file_type_svg@2x.png */, + 9BC51F25D297C9BF244897F810A25755 /* icon_file_type_svg@3x.png */, + EB0D8D86D911F0FFCE3B4202258ED678 /* icon_file_type_swift.png */, + 369B9F38F8A2B141DE820C0F0F4DD685 /* icon_file_type_swift@2x.png */, + 7249F37107B4BF87371EAC466AE0C995 /* icon_file_type_swift@3x.png */, + A2E1FAE57326B787CBF367DA170AB09D /* icon_file_type_tif.png */, + 691DE91EF149997AA0CE9CA950BEF1FB /* icon_file_type_tif@2x.png */, + B0F4EE5D68952FED1D794B69358E87A4 /* icon_file_type_tif@3x.png */, + 2DFB04E8CD7688D27752CFD7421C0673 /* icon_file_type_torrent.png */, + 6296510FDB8892B8A4D0E9F10F7C2FD0 /* icon_file_type_torrent@2x.png */, + F831ABACA68224249FAC40C724F1BD4B /* icon_file_type_torrent@3x.png */, + 15241162EAC05AB5090C144B0C70B171 /* icon_file_type_ttf.png */, + B7E7643105C9FA86A8403E5421A3A27A /* icon_file_type_ttf@2x.png */, + 6B4C39B539B612ABCDD2E1152241A4A4 /* icon_file_type_ttf@3x.png */, + EF62D629E94B500FDF860C2B4AC1ECF0 /* icon_file_type_txt.png */, + 411B3ACC44D9AB94773CAB5B748713AE /* icon_file_type_txt@2x.png */, + 59C59EF95579E25D996FAEC959CD9C6F /* icon_file_type_txt@3x.png */, + 951C9E61C70A9E9F248B87400827478B /* icon_file_type_wav.png */, + 8B0ED0F8D19B9A2588CA79DD79766840 /* icon_file_type_wav@2x.png */, + 8D3E1F4A329A2C041F7E94D9C526FC27 /* icon_file_type_wav@3x.png */, + CC71A3F47A81F0BC754BF09FD049BB40 /* icon_file_type_wmv.png */, + BF5154460CA95E89779F697F13635D8C /* icon_file_type_wmv@2x.png */, + DF773CC701C60FBB6B2BB12A21D405BC /* icon_file_type_wmv@3x.png */, + DF44E3FEA21AF321408C3864F827FD4A /* icon_file_type_xls.png */, + D518167E69867717544ED3CA035B2EEC /* icon_file_type_xls@2x.png */, + 2273640704A09AF13130BE0D278E67D3 /* icon_file_type_xls@3x.png */, + A9BF62CF578C6AC666E8B7A06CCFFE50 /* icon_file_type_xml.png */, + 02CB21EB03F5F39C90A3051A972F5381 /* icon_file_type_xml@2x.png */, + CDBCE7CDBEACD1ABF4AABB462FDD8CE2 /* icon_file_type_xml@3x.png */, + BAC7D9B763C8C96803D3271E79E0EEFE /* icon_file_type_zip.png */, + 46AC0EAA6BCDE18104F9EB2995437FCA /* icon_file_type_zip@2x.png */, + 4D3B7A360AFF274E9DD5862DBA331E73 /* icon_file_type_zip@3x.png */, + 743EC307432D10BFAC348AE6517652E5 /* Logs.storyboard */, + FB9BC25EA39364660ACDBFF9C311EA35 /* Manager.storyboard */, + 03ACA45181369B6414AD76783252B1F0 /* Network.storyboard */, + FD7697D8DC0A231051CB71D5BB8A18D8 /* NetworkCell.xib */, + ); + name = Resources; + sourceTree = ""; + }; + D6423B6422EF7424D2DFF7CC17F19032 /* Resources */ = { + isa = PBXGroup; + children = ( + F6873336CFB1832B8A24D16EB0A90F76 /* BRAddressPickerView.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + D6988E1C0AC6EB38AED2B432DC5820A2 /* DDImage */ = { + isa = PBXGroup; + children = ( + ); + name = DDImage; + sourceTree = ""; + }; + D74664A1C9015FCCB648F6B8CC0B6E3E /* DDMALocation */ = { + isa = PBXGroup; + children = ( + AD3A2558CDB42762C60CE32136C64BA4 /* DDMALocationManager.h */, + E2E8E9BD1417C3B3744AA8161A8DC9E6 /* DDMALocationManager.m */, + ); + name = DDMALocation; + sourceTree = ""; + }; + D834D32B566F7223B27A3A613C2971BA /* Annotation */ = { + isa = PBXGroup; + children = ( + C8A0F3FEBFA6D32FF6D6E2AF163D6E89 /* DriveRouteCustomAnnotation.h */, + A2582AF147CE5D01DACADB0D6AAD91F7 /* DriveRouteCustomAnnotation.m */, + 305A31455D458A753D65F5EB9200BE1F /* MAPointAnnotation+DDCategory.h */, + F93D4C6F6C9B405D3BC0440D5C2C748D /* MAPointAnnotation+DDCategory.m */, + ); + name = Annotation; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -6688,464 +6562,605 @@ name = Frameworks; sourceTree = ""; }; - DF09C41D2C40E7E2A963B122F3CE89E1 /* NSBundle+DDCategory */ = { + D9208915D10ED67BDC04274A77A85FC7 /* NSAttributedString+DDCategory */ = { isa = PBXGroup; children = ( - AF0609FBE231EEF7030E0A9346FF3F5D /* NSBundle+DDCategory.h */, - B8C194FB66589A3E472EFB4493C4FB65 /* NSBundle+DDCategory.m */, + 88046150B77E6771DB9C467857358A3F /* NSAttributedString+DDCategory.h */, + 268C1962D5D3B2D0D5F5B8B98C92CCA3 /* NSAttributedString+DDCategory.m */, + 1589E9EA6FC353546CA34E3C48F3A144 /* NSMutableAttributedString+DDCategory.h */, + 9FCCB71A62D7E6515EAEB7D2CA2A3DE2 /* NSMutableAttributedString+DDCategory.m */, + 2912C72364AFB0BAE5C0DB42E33899C8 /* NSMutableParagraphStyle+DDCategory.h */, + A40D190B820A638F000E1FB0A7060BCF /* NSMutableParagraphStyle+DDCategory.m */, ); - name = "NSBundle+DDCategory"; + name = "NSAttributedString+DDCategory"; sourceTree = ""; }; - E0279366C4921C5697AFFD431A8B0309 /* Support Files */ = { + D96EFA67E843D6976EE565BDBD980F06 /* AddressPickerView */ = { isa = PBXGroup; children = ( - 1AF9FB3103A78D101D26013FE644A11C /* DDCategoryKit_Private.modulemap */, - D60FC33C250517DE39F2A4608A508001 /* DDCategoryKit_Private-dummy.m */, - 07A394118DE9B26AE0566436C547A814 /* DDCategoryKit_Private-prefix.pch */, - 53361A1564DD3D9163B8100ADD29FF52 /* DDCategoryKit_Private-umbrella.h */, - 0F7251723673525D2D0FD7FD55BDA311 /* DDCategoryKit_Private.debug.xcconfig */, - 215CC79531E391F07DE015AA33CFB2E8 /* DDCategoryKit_Private.release.xcconfig */, + 4F0596AF621E17FF5F052E8CDBD4D641 /* BRAddressModel.h */, + D5141507A793A8FBEA2A0ED98BDFBAD0 /* BRAddressModel.m */, + 919DD1DCC19FF187D7C6D0D924B3EE29 /* BRAddressPickerView.h */, + F52355DB3740FB612AC1AA3833FD86E7 /* BRAddressPickerView.m */, + D6423B6422EF7424D2DFF7CC17F19032 /* Resources */, ); - name = "Support Files"; - path = "../Target Support Files/DDCategoryKit_Private"; + name = AddressPickerView; sourceTree = ""; }; - E640CDE94B8FEDC1629BF0CE15263BB9 /* DDProgressHUDKit_Private */ = { + DBC3544FE87C9A0A5D97D7606C6FF5F5 /* NSThread+DDCategory */ = { isa = PBXGroup; children = ( - C46919322C3194F15F97B3B8646505B3 /* DDProgressHUD.swift */, - D9E08A8F6D5F1B59921743A703B65C31 /* MBProgressHUD.h */, - 80C8ACAACE13FFAE71DED543D61B41E7 /* MBProgressHUD.m */, - 8C9FCE26C3F83709AACFB898EED6C4AC /* Support Files */, + 5A7E13F337C0335BFC5C1678D8EF2CFE /* NSThread+DDCategory.h */, + 3AA09917021434E9E85814D989AE550B /* NSThread+DDCategory.m */, ); - name = DDProgressHUDKit_Private; - path = DDProgressHUDKit_Private; + name = "NSThread+DDCategory"; sourceTree = ""; }; - E6573895631C5007401D110EEF9939ED /* UIImageView+DDCategory */ = { + DC9D78D15EF885EE2BAB528D99490D33 /* DDBaseLabel */ = { isa = PBXGroup; children = ( - E39FACA6E84ACD9E9587DCB289AAF448 /* UIImageView+DDCategory.h */, - 848DB5D0C7C456F4A754958F5F87BF49 /* UIImageView+DDCategory.m */, + A77CE7E90F03B79403BE735E59DE7C61 /* DDBaseLabel.h */, + 79636176D91A7EDEE2907AAD3C2D1358 /* DDBaseLabel.m */, ); - name = "UIImageView+DDCategory"; + name = DDBaseLabel; sourceTree = ""; }; - E6A84DE5F24DED7CE6D821BFFD5D3E02 /* OCLog */ = { + E151FBB9EB8E367ECC01844E45275A69 /* Frameworks */ = { isa = PBXGroup; children = ( - 4F949BDD3943AA2E03106E9CF3CA3FB8 /* DDOCLog.h */, - ); - name = OCLog; - sourceTree = ""; - }; - E82823ACA3A05A59E9D3D6DCEBB11230 /* UINavigationItem+DDCategory */ = { - isa = PBXGroup; - children = ( - 73C8A6AEE4F8853B589A90026FA41920 /* UINavigationItem+DDCategory.h */, - DA6D1F3BDA26F9D8031D18A9709FD89E /* UINavigationItem+DDCategory.m */, - ); - name = "UINavigationItem+DDCategory"; - sourceTree = ""; - }; - E9007A995FCD6531F78C05FEB4357F6C /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EEB15F1D247A5299F4221B8E10AE4302 /* Core */, - 257320AECD1028677301FFE651C25B51 /* Resources */, - FC30EAF31C86A4F1C279602D64702272 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - EA674487E0C08A47D2841A8D8987896D /* Frameworks */ = { - isa = PBXGroup; - children = ( - 8642B48A87092D18ECF0377EC12902E7 /* AMapTrackKit.framework */, + 8876EBE1C0254A0B966609077450D3ED /* AMapFoundationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - ED0F9FD909A0E02E571693106CA8E43A /* Support Files */ = { + E176BA4827BE944DB1A00B4E83021605 /* UINavigationItem+DDCategory */ = { isa = PBXGroup; children = ( - 7395394A22CCFDEE822231B7E965079C /* SwiftEntryKit.modulemap */, - DC9FA6863ED2B892306F22C7D733FE69 /* SwiftEntryKit-dummy.m */, - D6FA7BC08E5B083E87699220DD556439 /* SwiftEntryKit-prefix.pch */, - 39C8F042547087254A7B56A7E6B4266A /* SwiftEntryKit-umbrella.h */, - C86E3F1BE15F9CC036B382A36B709505 /* SwiftEntryKit.debug.xcconfig */, - 325B30380D5C72F7F127B8CAE5EBBD48 /* SwiftEntryKit.release.xcconfig */, + 28DF9815DB147418AAB73069DE09F145 /* UINavigationItem+DDCategory.h */, + AA5AB37363649FB2EB2483A52234E7C5 /* UINavigationItem+DDCategory.m */, + ); + name = "UINavigationItem+DDCategory"; + sourceTree = ""; + }; + E2BE1179BF182857E351A726449221FA /* Support Files */ = { + isa = PBXGroup; + children = ( + 88C2F4963CC94296CFA0FFA725C97B86 /* DDWebImageKit_Private.modulemap */, + E72C372CA4F1125C070426413E254759 /* DDWebImageKit_Private-dummy.m */, + 79598C9CD3876787FAF74FAD1A0605C5 /* DDWebImageKit_Private-prefix.pch */, + E8FFD76D4335E532FCA3566749069053 /* DDWebImageKit_Private-umbrella.h */, + A63527A69225C014A669166175506A9F /* DDWebImageKit_Private.debug.xcconfig */, + E3E5A45A74495B2FEA203BCEEA09A0CD /* DDWebImageKit_Private.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftEntryKit"; + path = "../Target Support Files/DDWebImageKit_Private"; sourceTree = ""; }; - EE13459A66A2C62C0065E07BF7F97C46 /* CocoaDebug */ = { + E3F6FAAF44F664AF8ED9CC783E548854 /* RxCocoa */ = { isa = PBXGroup; children = ( - 1FE523C27B8C9BFD06423E88B0B27AEE /* _AutoLaunch.m */, - DB7B6A55DD89339221BAD8B2FC088B99 /* _BacktraceLogger.h */, - A5F19476E2181D453018ACC203C152C3 /* _BacktraceLogger.m */, - 939CF4A9BEE41EA69945E3B684423A02 /* _CacheStoragePolicy.h */, - F93C99D6D77833DED970D1B8B72D7689 /* _CacheStoragePolicy.m */, - 71965EEE4DDC125CD5C4A68CF9CD0E01 /* _CanonicalRequest.h */, - 5399B48F97E6FE08BC78D9E04015FEFC /* _CanonicalRequest.m */, - 4CD0705B92F63E54791C683AE123B70C /* _CrashModel.swift */, - 843FCA2465DA170122DB012FC72AD2E1 /* _CustomHTTPProtocol.h */, - 1CA760423511FDC0AB4B4C76BD0A5844 /* _CustomHTTPProtocol.m */, - C02E791F140CA6B6CC8B66E945F3F7FA /* _DebugConsoleLabel.h */, - C2E5FCEE6148423F6B366AEE19AB67B4 /* _DebugConsoleLabel.m */, - 2F13DD16495EEB7383D65B0DE3777908 /* _DeviceUtil.h */, - 72F4DF64ECB98FA5FB17009AFA6CE020 /* _DeviceUtil.m */, - C1A659BA3E9B3B83261C34A4F724A4EA /* _DeviceUtil+Constant.h */, - 781C4E7E6AF60BABFF5D86D53499F39D /* _DeviceUtil+Constant.m */, - DBE5220C9408E2E3F2303535F96F7160 /* _DirectoryContentsTableViewController.h */, - EAFED137EE9193DC78FAA2ACEBAF9F73 /* _DirectoryContentsTableViewController.m */, - 56AFB8A10E65E409B93276FE92953C0C /* _FileInfo.h */, - 36DD633CBB453439EE0F54994386CCD4 /* _FileInfo.m */, - AE6BA4D7D7E9A9A3D637F00B05FFF8B0 /* _FilePreviewController.h */, - 0A5FA45F1AAFDC0987C87FDCB4EE5926 /* _FilePreviewController.m */, - 34C3553AF01E9B43887AAFA045BEDDEC /* _FileTableViewCell.h */, - E06B52686A0003825F716073DE4BDAD6 /* _FileTableViewCell.m */, - 73BC5FEAB4653A7F1F7AA023303CD131 /* _fishhook.c */, - 027120507F2AA7430737482FA5BE5C56 /* _fishhook.h */, - DA4FCB301911D04CC242320EAC14CF8B /* _HttpDatasource.h */, - EEA008A28BDF010E2D0CE9198AD28F33 /* _HttpDatasource.m */, - 1FFEB9DBD101C979A602281F0268717E /* _HttpModel.h */, - 6550115578678499806D9C6CDBCC1165 /* _HttpModel.m */, - 32C9F0A42AD073DAFC7CBD5FA97A23CD /* _ImageController.h */, - 445264F16A403F50D4B8A68C351262D4 /* _ImageController.m */, - FC17DCA805CCC35691BD7180B96E98EF /* _ImageResources.h */, - 6D22B3FF18B2F4B35F8FD432C11F8AE8 /* _ImageResources.m */, - DBCD7891F2C9FBF26C01A4B606D572EA /* _NetworkHelper.h */, - FC7F7AB4BB5377E9AD1204B0016F64CD /* _NetworkHelper.m */, - 044FE985399F1BA9631A1C6C4165BFB0 /* _NSLogHook.m */, - 0AF1A76F33B4E63B165CE5FA5B91A130 /* _ObjcLog.h */, - A9F2F3261724B3F01C84AEBEE79B3A5C /* _ObjcLog.m */, - ED9DAB700B164AD30E46AC170A2410A4 /* _OCLoggerFormat.h */, - CB4C7C32EA8F4E1761CC1FBA38460899 /* _OCLoggerFormat.m */, - FBFDD0D64101201EE491C7BA636B9FB8 /* _OCLogHelper.h */, - 86EB5FDB69E5179C09A86499193976E4 /* _OCLogHelper.m */, - 13870762528D274783144041A9EBF362 /* _OCLogModel.h */, - D6D76D8308027749FBA599D6DD35FF64 /* _OCLogModel.m */, - 0A5D0C6FEDD9950013E14A77FFE66FBD /* _OCLogStoreManager.h */, - A3640CEBA7C26A87777F2D7DA97B842C /* _OCLogStoreManager.m */, - 814C59B6A543515D5E5A52A2F254C566 /* _QNSURLSessionDemux.h */, - 38181F4D4881031FED8569880510FE53 /* _QNSURLSessionDemux.m */, - 2ACBDEC4BFB5FD6C1AB0C2D6A6B69E53 /* _RunloopMonitor.h */, - BFE7A470772C4DE2120B74453CED919B /* _RunloopMonitor.m */, - 6AD9B63E813BEC6DAB08FC2E89381A8B /* _Sandboxer.h */, - 9D4197BFCAA16F893B016E2417DF1E96 /* _Sandboxer.m */, - 13DB71A2DF2E8847BAA487208E1D3E1D /* _Sandboxer-Header.h */, - 0016C6F4A8BBEB08CDA6E3A5420B10EE /* _SandboxerHelper.h */, - 18328C1F6B0BAD912D7D90C9B6A664DD /* _SandboxerHelper.m */, - D3BEE0CC8874A662DC27CD4C64EAB17E /* _SwiftLogHelper.swift */, - 0C3C57E1D47F5EC93E2ED3B931584C60 /* _Swizzling.h */, - 0CA1A9F98A8858536FD425DCC916D7C3 /* _Swizzling.m */, - 5FCF98AE71E6A3E6673483E6A4FC3A23 /* _WKWebView+Swizzling.m */, - FD2B6D03DCF0FE0B116574665E976576 /* AboutViewController.swift */, - 763152F9DFFFA3E497E7E5A78A48D4D8 /* AppInfoViewController.swift */, - 5C46F650C2A76EDC259A690248952D92 /* Bubble.swift */, - 7E6D64A51BE9F7D0FA4FB32BE21261A8 /* CocoaDebug.h */, - D306A841BCA7CA90D31C854E3CCCBCA3 /* CocoaDebug.swift */, - 9DC09D51BA50A7C238B68B28BEB3003F /* CocoaDebug+Extensions.swift */, - 9D68874A644FA29FB42E9E2F120E3CBC /* CocoaDebugDeviceInfo.h */, - 813DB8DD6BD880C1B5E806A22B6F42EC /* CocoaDebugDeviceInfo.m */, - 72FA0FFEEFE3F7F42E7D310F550B221C /* CocoaDebugNavigationController.swift */, - E0511BA3A4FD667D6EA75BCA365DB4F4 /* CocoaDebugSettings.swift */, - B51F37A7C344BD675F51BF2342A159E3 /* CocoaDebugTabBarController.swift */, - EEB0A50A51632AAD00B9054793B6AEFB /* CocoaDebugTool.h */, - 85B8A6A8D283A88E3300EC465EB6E518 /* CocoaDebugTool.m */, - 8E6B6514FBE643036EC134A7A169EFC7 /* CocoaDebugViewController.swift */, - BBC7DD37E331F07920058DC251372F58 /* CocoaDebugWindow.swift */, - 1662D3E1ADCC2F18FBE1C92945D63F2A /* Color.swift */, - 66EF4E191F7DF14578C38280FBB5220C /* CrashCell.swift */, - 287FF81E0535DE3C8714ACC342C0C50B /* CrashDetailViewController.swift */, - 1A8EAF636BB07C51C4ED55F239858CD3 /* CrashListViewController.swift */, - C2F72650742E2BCFFB3A938D1D5BC6CE /* CrashLogger.swift */, - 6AF54F588087A23BC4F637803DEEFC96 /* CrashStoreManager.swift */, - 803551E564583D1475806B002F6E6763 /* FPSCounter.swift */, - A1833E092E6E2C7CB2FEC9DB0539405B /* GPBMessage+CocoaDebug.h */, - 23FC7EB2D5A56E98EE7EF219D746E075 /* GPBMessage+CocoaDebug.m */, - 2D784F0B890FA08BEE1A9B1AA1F26F22 /* IgnoredURLsViewController.swift */, - F59BDF168F05078C91584ED7B66DDCDB /* JsonViewController.swift */, - 89CAB46D7724F7F1AC3DC4EB8C0993B2 /* LogCell.swift */, - D89CE207A9418AA4AB812BE98C43EA68 /* LogViewController.swift */, - 1D77E535ED65AE14BACCC1953284630C /* NetworkCell.swift */, - D20CE1ACC6D5D487937C7AD9114FF6CC /* NetworkDetailCell.swift */, - D8CC044D31EE8821B7EDADB1B86C09DD /* NetworkDetailModel.swift */, - 75E9D2C6B1F009CBAB091818A4F6FB70 /* NetworkDetailViewController.swift */, - A0D016D448D4891CC0E17A93392E37DD /* NetworkViewController.swift */, - C55EF4C677FFAD1988C1DB196ED25503 /* NSObject+CocoaDebug.h */, - DBCCB47A684BC2C8E34FD72CB4E35A85 /* NSObject+CocoaDebug.m */, - 9F4E84F353F8A733EB01D44C6EBDF1BB /* UIBlockingBubble.swift */, - AF00DB45CF5FB56573C940FDCC1E6811 /* WindowHelper.swift */, - 762CFD14D9B044A621F6ADF4BC98C099 /* Resources */, - CCE1731D2B0D61895927DA88DE42B711 /* Support Files */, + 304EEF4E4B2B372298B483D3343ADB87 /* _RX.h */, + C0ADF9B85CE6EB0C9C21DB10CCAE1113 /* _RX.m */, + 365E7D9789624359FDA67681404CC151 /* _RXDelegateProxy.h */, + 557FA2AACBA3FD14ED24EA36B34C6DD0 /* _RXDelegateProxy.m */, + 3BB786BC07D28CC81EA3AAB3AADFF2A2 /* _RXKVOObserver.h */, + 720C0E7332FA204C441ACE2C55D373B5 /* _RXKVOObserver.m */, + 8F24FCBE0A08713DA5979368E796943E /* _RXObjCRuntime.h */, + FDB7D71EE0CD64356B94F531731E5897 /* _RXObjCRuntime.m */, + 758FC944ED167B48953D933AF0E5482C /* Bag.swift */, + 03C88C331B310F4C5FB9F6EF3EF0EDE3 /* BehaviorRelay+Driver.swift */, + BA5836ECCE935000FB4395D114DB81BA /* ControlEvent.swift */, + 38928869023F554CD35CD2DF301C29F9 /* ControlEvent+Driver.swift */, + 38329FFDCE9F0709DE2DD693B0A8CD6A /* ControlEvent+Signal.swift */, + 1F11D08E9F7B9D07DF08569D49591D91 /* ControlProperty.swift */, + 017FE5A5CE799C4AE343144E68F67060 /* ControlProperty+Driver.swift */, + 817F58F8E08DB924FC7DA020E5A2F714 /* ControlTarget.swift */, + 90A87CFCC5C4C4B6344B3A5DB833D625 /* DelegateProxy.swift */, + E2EB0C2CA8B7997541450A4BEC8BCAC6 /* DelegateProxyType.swift */, + 47977D2C530A5425872D00CFF60EDB87 /* DispatchQueue+Extensions.swift */, + 088C38E3F8CEF3C0D265452BF8C03B3B /* Driver.swift */, + E3FA868E3C4D07136FDF6EC99CFDA26A /* Driver+Subscription.swift */, + 4EFE7B8D4BFE15F0CE7B6101CD8BDF57 /* Infallible+Bind.swift */, + 8C1D55D7F583DEB9873C3B80295AC4E5 /* InfiniteSequence.swift */, + 8CF234A0B839689E66ED8E1AE3635D5B /* ItemEvents.swift */, + 03D49082E90A2B9544A42D9EAD03E2DD /* KVORepresentable.swift */, + 3ACE66775F3A70F0A70C76149A77F3BE /* KVORepresentable+CoreGraphics.swift */, + ADE02B867492A75C2DC80D5AF5305D85 /* KVORepresentable+Swift.swift */, + 92DFC9B6893196921D460402EEF17620 /* NotificationCenter+Rx.swift */, + EB5EE30F36AFC06328A4BCB84FCF9E50 /* NSButton+Rx.swift */, + 0B80ACEF4B2F76AEF90CC0E20339B1FC /* NSControl+Rx.swift */, + F59BC9C55C0D8CFF7A92AD2188EF9012 /* NSObject+Rx.swift */, + 654A3FF96616C00443FF898B6C03B89D /* NSObject+Rx+KVORepresentable.swift */, + 2A64FFCD99CF2DF3EF141B5E44C41A12 /* NSObject+Rx+RawRepresentable.swift */, + 0BEBFA85D93D76432E65CA87B0B56A74 /* NSSlider+Rx.swift */, + D3EAEF31C8AEE19FC00C2C616E1F094B /* NSTextField+Rx.swift */, + 70914064805D8F731D1DCCEFE516A90B /* NSTextStorage+Rx.swift */, + 678F44F9EFD86F5E7E3006BA9E83A732 /* NSTextView+Rx.swift */, + 888D42DAC79D901FFA4ABA60FED2495B /* NSView+Rx.swift */, + 0DB5B6AE95EB8B9445473FD5ABDDEFDB /* Observable+Bind.swift */, + 3C5B42DE2D9B37C430EC5A2E8856692B /* ObservableConvertibleType+Driver.swift */, + 1881DE0D768B5F14757175BEBE97BA22 /* ObservableConvertibleType+SharedSequence.swift */, + 61C0B9629C86D39FA0B77F8CC59A943C /* ObservableConvertibleType+Signal.swift */, + 1109C60F51CCFD24C12B8AFF5500F7B7 /* Platform.Darwin.swift */, + C4436B95665E5D769AF0E0AFA3628D0D /* Platform.Linux.swift */, + 32ED0EA3FD85346667DDA9948654E77E /* PriorityQueue.swift */, + E721766E8F8A585DB702A95FA477201F /* PublishRelay+Signal.swift */, + BC4AA6E56ABDAFBD9FEE233EB5935893 /* Queue.swift */, + 6770C2A54B6682191AD41B3EB2C0C13D /* RecursiveLock.swift */, + CE178F092FAD555040228495B00DAD4D /* RxCocoa.h */, + CDEA187B5075F943294C9265D2F3055F /* RxCocoa.swift */, + 0C75A7F596FD683B60B6C97DC879A3C7 /* RxCocoaObjCRuntimeError+Extensions.swift */, + 76FFB19A028B1E04C7390728F80C5F19 /* RxCocoaRuntime.h */, + 32325AB5B41DE0BAE1AAC1BC6BB69EE2 /* RxCollectionViewDataSourcePrefetchingProxy.swift */, + 8D4DCB1BB8CA04C09824DB2F940B9AF3 /* RxCollectionViewDataSourceProxy.swift */, + DE193B28432F5A815FC76442A96CF260 /* RxCollectionViewDataSourceType.swift */, + B8E07ED4DF22DBD2796EDF3C28550D17 /* RxCollectionViewDelegateProxy.swift */, + FFBE84B9CCCA93A7E458578AAEB9C6AC /* RxCollectionViewReactiveArrayDataSource.swift */, + 490E196137027DF373B6ABA6FAB493F3 /* RxNavigationControllerDelegateProxy.swift */, + F0383135E70F3123F6CBA9FEB185B97F /* RxPickerViewAdapter.swift */, + 997CFE1E53CE1830283B2E4FB1578984 /* RxPickerViewDataSourceProxy.swift */, + 0FF6284F5D7BED637AF44FA174ABFD24 /* RxPickerViewDataSourceType.swift */, + A907F91A6571F71E25798569A58CD664 /* RxPickerViewDelegateProxy.swift */, + 69B8CD70C7CA08006AA6A9D1F6BD0122 /* RxScrollViewDelegateProxy.swift */, + 1EBD5F4FC4C619B70FEF6C3A9BBCD67C /* RxSearchBarDelegateProxy.swift */, + 7F2A2A23668E3DFD868C932A60BF9170 /* RxSearchControllerDelegateProxy.swift */, + 0E67DBA962D2ECCF0CA0FDAC08D735F3 /* RxTabBarControllerDelegateProxy.swift */, + C0915146BBE30BE2740AB95157F1C536 /* RxTabBarDelegateProxy.swift */, + 34B30137550C92648CC8BAD68BBA4293 /* RxTableViewDataSourcePrefetchingProxy.swift */, + 170E6B616FCDF1567D0F52436A6CBD9B /* RxTableViewDataSourceProxy.swift */, + 77A0AE0719332020358AC7154A4A9305 /* RxTableViewDataSourceType.swift */, + 420F4C0155A09EEDABC747356CC0CB2A /* RxTableViewDelegateProxy.swift */, + 3719E97623066A38F3ED70F1A9D39605 /* RxTableViewReactiveArrayDataSource.swift */, + 477560EE92A6804E14365B1F2EA35481 /* RxTarget.swift */, + 144B4380D13A4A6B9DB80D3FF187CEF0 /* RxTextStorageDelegateProxy.swift */, + CF15FB624DB724C43E3B25DC49BD84FD /* RxTextViewDelegateProxy.swift */, + B831799606E9D6F277A77DD46F22D56C /* RxWKNavigationDelegateProxy.swift */, + D7C9ED6B5587FF0499DC937890F2D316 /* SchedulerType+SharedSequence.swift */, + AF31201974D1C99EFD1ED0B88CFBC931 /* SectionedViewDataSourceType.swift */, + DAE5174C46811C18DA1D89ACD594AA0C /* SharedSequence.swift */, + 848EB0137B1D19F0AF82AB4C2E849290 /* SharedSequence+Concurrency.swift */, + F7F22F042FA4FA7E9B91274A65C84E6B /* SharedSequence+Operators.swift */, + 4A6E0BB301A0B7FB9C69F69A58FBE7EB /* SharedSequence+Operators+arity.swift */, + 854D0B4329575970A02A1BA31E7F1DE2 /* Signal.swift */, + 9A8BFFEDB3DFFDD8B78E1DC593560128 /* Signal+Subscription.swift */, + FACC11CB5A33CC8569B10DE902067D4A /* TextInput.swift */, + 511BB4568CD9D368A3A7AB93971BCB3A /* UIActivityIndicatorView+Rx.swift */, + D470199D5AEE55DE118235F89191D999 /* UIApplication+Rx.swift */, + 099526724B59865192040A1AD9659222 /* UIBarButtonItem+Rx.swift */, + 4C38111340C5534426D5C419E66B710C /* UIButton+Rx.swift */, + 3427F277EC01180AAEE2C48B5143EAA7 /* UICollectionView+Rx.swift */, + 6A209622BED8961529767755C70094ED /* UIControl+Rx.swift */, + 41469D1B42558299D19FFD3C10B36E30 /* UIDatePicker+Rx.swift */, + D41C846F585DC1A15CBF4EEEBD83C955 /* UIGestureRecognizer+Rx.swift */, + 99AD1097A9F670DDB325856C3EDDBA4F /* UINavigationController+Rx.swift */, + DFB624EE465ABDF90CACF6356CCD588E /* UIPickerView+Rx.swift */, + 581D9BC443A1A6DCB8C1ADFA5A8A8AD4 /* UIRefreshControl+Rx.swift */, + 19B52E0E205C651E3419D4AA365803C1 /* UIScrollView+Rx.swift */, + 9D937994B93E1CE81B26998745B23F0C /* UISearchBar+Rx.swift */, + EFB5811DEFC804BC8C7A20D77B405B3D /* UISearchController+Rx.swift */, + 239BFB72EAA369A8CD8F81D8B08BC1D2 /* UISegmentedControl+Rx.swift */, + CFDDF64D587C21893B503296E3006517 /* UISlider+Rx.swift */, + 78F7B0AD5337D57FEC832B84AE1348E8 /* UIStepper+Rx.swift */, + 425E9882A4939F4C271766D739D89F08 /* UISwitch+Rx.swift */, + FE856468E4EA5EF3817AD14330B9C4B9 /* UITabBar+Rx.swift */, + 6A188B5B42CDA91BBCFC639BEC609070 /* UITabBarController+Rx.swift */, + 364730E6797D7B7A1F18C2CBC8BDB334 /* UITableView+Rx.swift */, + 07DAA272EA58B418CF2AB4D92828D0CC /* UITextField+Rx.swift */, + 337F4C37E195689968FAEB554F65875B /* UITextView+Rx.swift */, + 1782E5C6E771E46E52BE27A9BD41CCD1 /* URLSession+Rx.swift */, + 12E67116D0B57FCE27E9C8ABCD516E6C /* WKWebView+Rx.swift */, + ADE848152C6A545D73736E4BBA355E8B /* Support Files */, ); - name = CocoaDebug; - path = CocoaDebug; + name = RxCocoa; + path = RxCocoa; sourceTree = ""; }; - EE27D751C51AFF1D146CA87A99D30B55 /* DDMALocation */ = { + E60CC32207B7D11A076DC43BB93BB2B7 /* JXCategoryView */ = { isa = PBXGroup; children = ( - E20517175479DD20B2E216370A28A2F3 /* DDMALocationManager.h */, - 2F5C6384B92BDC0EF9898E50D396EBB9 /* DDMALocationManager.m */, + D57A8CAF65797178E27C5C27C41819B1 /* JXCategoryBaseCell.h */, + 48144D682BBC0A8556FDE8475457A4DE /* JXCategoryBaseCell.m */, + BAEF78877A8D04639B0DF781A840D959 /* JXCategoryBaseCellModel.h */, + F752DDB5FF57C45D4971C3BC98D4923B /* JXCategoryBaseCellModel.m */, + 3840C1C6F8F8E85A8B2FEABD23ACFF21 /* JXCategoryBaseView.h */, + 81A93872519C9C2C4580E9630F796D76 /* JXCategoryBaseView.m */, + 95F303369FA73BC8B9A32CEF22CBE6E9 /* JXCategoryCollectionView.h */, + 1EBE985F4704A433F82FF0D980937F03 /* JXCategoryCollectionView.m */, + A5EA3952F9EBA86666460C18FA2718D5 /* JXCategoryDotCell.h */, + 5399A896D510F735180EA801EE668429 /* JXCategoryDotCell.m */, + 3E14C54FBD7498F5173137891E43D360 /* JXCategoryDotCellModel.h */, + A67795CD319B096669611FA2B60C22D3 /* JXCategoryDotCellModel.m */, + 226BFAFD879D2C6D17246222D8E3FE3E /* JXCategoryDotView.h */, + 616F52320F34DF33103A42A3A6BF47B6 /* JXCategoryDotView.m */, + 1356D5C5411ADB749505EBC3F3AE2612 /* JXCategoryFactory.h */, + D85EFA89117996B0F99CCF2EAD9AAC25 /* JXCategoryFactory.m */, + 888820551B8E5450991E546AAB9C6A38 /* JXCategoryImageCell.h */, + C9DC5876525D36430A10721CD1DC9F29 /* JXCategoryImageCell.m */, + F31A67352A63EBEFAFAA1B4704B7A62A /* JXCategoryImageCellModel.h */, + 8AAAF6F8F9DE66A19EDF4C2FE6450439 /* JXCategoryImageCellModel.m */, + C4B7B881246E8A1B5F37A53554952940 /* JXCategoryImageView.h */, + C89803EC2222B48CBA0CE9EDE2B60368 /* JXCategoryImageView.m */, + 8BC79C7B83E6BDA1CCF5E67C7561D0EE /* JXCategoryIndicatorBackgroundView.h */, + E57B23840B7B639F698BDB41489467B0 /* JXCategoryIndicatorBackgroundView.m */, + 7CD3901C979D6A2EA61C03F6D1B9A866 /* JXCategoryIndicatorBallView.h */, + F19C72BD2D206417EEC0645D81C5ABDD /* JXCategoryIndicatorBallView.m */, + 5A201EF9E52EB4EEAF338E603FAA7802 /* JXCategoryIndicatorCell.h */, + 64F891C96A4B57FFD1143848DAF2383E /* JXCategoryIndicatorCell.m */, + A73E02C01109DAF9A1224BB88A9C5FAC /* JXCategoryIndicatorCellModel.h */, + 6DB83115C023047AC446ECF20DFB7573 /* JXCategoryIndicatorCellModel.m */, + 7A0CEFD3B30F45C1F7054F567305016C /* JXCategoryIndicatorComponentView.h */, + E88B7BA979B2F0AF9F309303C478A3C4 /* JXCategoryIndicatorComponentView.m */, + FBF037990443BC8B2F618A2DB5824039 /* JXCategoryIndicatorDotLineView.h */, + 645ACE7EE48B2BE2BB0F59A29A108388 /* JXCategoryIndicatorDotLineView.m */, + 32FDF7D485A46164A14084DFDAD56115 /* JXCategoryIndicatorImageView.h */, + 197A6B1D5E7E76F12F8DCB8773BA80C8 /* JXCategoryIndicatorImageView.m */, + 2F9785157E6C22EEAFED5E40C56D005B /* JXCategoryIndicatorLineView.h */, + 964FFAF9721F6477501B7EB05B871C5E /* JXCategoryIndicatorLineView.m */, + E3DA96CC495B46C0953CBF75BC90F6AB /* JXCategoryIndicatorParamsModel.h */, + D476487C5FC05CB8F92E6A56098AE708 /* JXCategoryIndicatorParamsModel.m */, + CAB592A88CC8C40D2DA88B0E8184F29E /* JXCategoryIndicatorProtocol.h */, + 54F1C94B8C30682B68749092C1CA525F /* JXCategoryIndicatorRainbowLineView.h */, + F5D190FE936E81425EB5FAC22B379460 /* JXCategoryIndicatorRainbowLineView.m */, + CAFC712E017E51C7E2D8939BE9676974 /* JXCategoryIndicatorTriangleView.h */, + 4CBB8A551F06EC3825D7ADECC976ECB0 /* JXCategoryIndicatorTriangleView.m */, + B4BED1C89A95E5C3C21C04E41394794C /* JXCategoryIndicatorView.h */, + ED660417CE8C65C84C5DE317201030B8 /* JXCategoryIndicatorView.m */, + B133A128585877FAE7B02C77D2F2C519 /* JXCategoryListContainerRTLCell.h */, + 5CB4E80D990D7A3C6A1CDC06AB2F27F0 /* JXCategoryListContainerRTLCell.m */, + 094259AAB7A6D84FBBAEC6385E57213E /* JXCategoryListContainerView.h */, + F24C291A3BCCEABA85CEDBC687C5CCCC /* JXCategoryListContainerView.m */, + 5D32ACA34FD85027E3603DF1BD6CA0AA /* JXCategoryNumberCell.h */, + AB38B6D1BB6D0CD9B6029D5FD2729043 /* JXCategoryNumberCell.m */, + 564D3DD8EE03043A2A4104508382B73C /* JXCategoryNumberCellModel.h */, + 16C5452A273F36C1FA8699E2C302177F /* JXCategoryNumberCellModel.m */, + 897F6BEC89F8774986904396C0904427 /* JXCategoryNumberView.h */, + ACE713825744FF2EFD18F33613B1B3FE /* JXCategoryNumberView.m */, + 31F0D461FE23A70D3F2BB6802B47325B /* JXCategoryTitleCell.h */, + B87E324921E441A733B2A35729F84126 /* JXCategoryTitleCell.m */, + 3540B5583310BE431EBAD0CF012FDF41 /* JXCategoryTitleCellModel.h */, + BE3E4CAA1A05F6D312C130BF62D9C5E1 /* JXCategoryTitleCellModel.m */, + 644F51028BF352C64635588EF448EEB8 /* JXCategoryTitleImageCell.h */, + 68E44F7CF01CEA7310F26D901C4AAE4F /* JXCategoryTitleImageCell.m */, + 7636FF8C7F41D62AB09430B197FBD58C /* JXCategoryTitleImageCellModel.h */, + 742451173BF6BB5EB947D3D12A9E3D21 /* JXCategoryTitleImageCellModel.m */, + 2345A7FEB21DB7ADBAA0CCD14DBEFE8F /* JXCategoryTitleImageView.h */, + CABBE29FB94428E3ED16F7040F54386B /* JXCategoryTitleImageView.m */, + D332A8C6D4142CD5417F21FE122D2D47 /* JXCategoryTitleVerticalZoomCell.h */, + B383EC9EC7A661DB48EBD5AFD0D1364E /* JXCategoryTitleVerticalZoomCell.m */, + ECBE42B75559D1AB2CEFCE319BA30BA8 /* JXCategoryTitleVerticalZoomCellModel.h */, + 621BB61D37402C476E8CDB69465555D5 /* JXCategoryTitleVerticalZoomCellModel.m */, + CC1F31E0D7D8FCD485BCD0CC92BC5139 /* JXCategoryTitleVerticalZoomView.h */, + D53CA37F6F427A51A37E66137DEF8D25 /* JXCategoryTitleVerticalZoomView.m */, + 63FFB345E8BE45B951DB6BD0B55FCB79 /* JXCategoryTitleView.h */, + 13D03BE8ECF1205ECC4F4367280595BC /* JXCategoryTitleView.m */, + 923129EA46CF876E3E87E1B753BCDC3E /* JXCategoryView.h */, + 5F891531BDEA4E5EF2D78F2B2EBCCC7C /* JXCategoryViewAnimator.h */, + F05728B3D5242CCA87B626E843AB5290 /* JXCategoryViewAnimator.m */, + 95B0746E9EF803A1AC4A8C22611F99E8 /* JXCategoryViewDefines.h */, + 2655D568C703BF26547D73C57526E4BE /* RTLManager.h */, + 0CF0A11DCF05F136AC86D6662E86D881 /* RTLManager.m */, + E3E5B3596453FD5A5CD5BBE74D39594C /* UIColor+JXAdd.h */, + 242D2F9111C8298321C4E6F4D262BB5D /* UIColor+JXAdd.m */, + 850EEAA6DB6E595E10542F54510643AB /* Support Files */, ); - name = DDMALocation; + name = JXCategoryView; + path = JXCategoryView; sourceTree = ""; }; - EEB15F1D247A5299F4221B8E10AE4302 /* Core */ = { + E7F735001BD38E9275B6683E3D58200E /* AMapNavi-NO-IDFA */ = { isa = PBXGroup; children = ( - E7844759027C8AE2F479CB69445BA702 /* Array+ZLPhotoBrowser.swift */, - A49FDEAF283DC95FC4EC2DDBA29CAED3 /* Bool+ZLPhotoBrowser.swift */, - E4FAAE48DB67CBAF8A1E8BCE45E38575 /* Bundle+ZLPhotoBrowser.swift */, - 75F08EBA33E8D2991376A8BDB0511D2F /* Cell+ZLPhotoBrowser.swift */, - 8B84E4EFC4CC7D7ACF787153E297D875 /* CGFloat+ZLPhotoBrowser.swift */, - 8C324819CC6F2918CE489CA913C8649E /* NSError+ZLPhotoBrowser.swift */, - C7377BEF232207DDCBA57EAFD1A14E09 /* PHAsset+ZLPhotoBrowser.swift */, - 355B205914EB41526BE542CC4950AAB0 /* String+ZLPhotoBrowser.swift */, - A1DDAB8D0629FC240E603E8B48A73673 /* UIColor+ZLPhotoBrowser.swift */, - 7BEF8797252485997952F3222D9EC8D9 /* UIFont+ZLPhotoBrowser.swift */, - 9BAD4D015F9DEEACCA44BE222487C45D /* UIImage+ZLPhotoBrowser.swift */, - E834AFE539764C6862EE8A75974B5248 /* UIView+ZLPhotoBrowser.swift */, - A892C98B23F76A782A835779016E9B80 /* UIViewController+ZLPhotoBrowser.swift */, - 38C7BA52C91D83BC5564C138AC50CBB7 /* ZLAddPhotoCell.swift */, - EF917127A706BE5056DB0757BB0D3027 /* ZLAdjustSlider.swift */, - 9FFDCA6EA7DD6D1F48F6E6A470D82866 /* ZLAlbumListCell.swift */, - 0354999CC73AEBB06AAB20526A5CA34C /* ZLAlbumListController.swift */, - 988019CE36140771910B8380EF9A2813 /* ZLAlbumListModel.swift */, - 1558B92E463EDCFB3725BFBD17A1182D /* ZLAnimationUtils.swift */, - 492BF29EF10B1A80C58592E2008A8013 /* ZLBaseStickerView.swift */, - ED0FE5A880681595C6E294B2ADB60F3E /* ZLCameraCell.swift */, - E2D4411A906BBB354B22870DF7ED95FF /* ZLCameraConfiguration.swift */, - D6C3A417AFBEF6CC7DD4BD115B73ED05 /* ZLClipImageDismissAnimatedTransition.swift */, - 76EBD55EC0FCF574FF898649700156EE /* ZLClipImageViewController.swift */, - 39F0E7887DD9D433D8702497A0BFBF27 /* ZLCollectionViewFlowLayout.swift */, - E31F2CEFB0E70699BE43F5BC30BAFD3A /* ZLCustomAlertProtocol.swift */, - DF6F453087254DD657F3996143CB98D1 /* ZLCustomCamera.swift */, - 50E020A3CE33380E2A7F634370C52CD2 /* ZLEditImageConfiguration.swift */, - AABA9A29FA41942EA4E8B69A3FBFDF24 /* ZLEditImageViewController.swift */, - BBDCD87DC61283D1F31DE4DD94BE4816 /* ZLEditToolCells.swift */, - BFD6DE4A3D47DB649FA0D0A6D1E9E03C /* ZLEditVideoViewController.swift */, - E9B2C7AE73494811CABD819BB44BD0D5 /* ZLEmbedAlbumListView.swift */, - 17EB3E1E4C05BE5D30ED569F9A951451 /* ZLEnlargeButton.swift */, - 5BA83150AFAB94445D85A02CD913530E /* ZLFetchImageOperation.swift */, - 7ACF3BE2D005EC372D66C6860F5DFE67 /* ZLFilter.swift */, - 0334D58B2D51FF01D3196F736BA41C10 /* ZLGeneralDefine.swift */, - 74DA4AED3A5D60302C79996DFC5C5F05 /* ZLImageNavController.swift */, - A710DC9527A7E25C65D9858FFB332F12 /* ZLImagePreviewController.swift */, - 2A758DA2AB2E74B049A5AA789BA8EFA2 /* ZLImageStickerView.swift */, - 6F1147DC218281F5558B317E12C41384 /* ZLInputTextViewController.swift */, - 82B5BC0A08A3DEF74E8E225B365F9B6C /* ZLLanguageDefine.swift */, - 44F6B0D0520CC6DB5A81C4D43CE40F18 /* ZLPhotoBrowser.h */, - 75E1414EAAA001BFFD7FC6793522CD46 /* ZLPhotoBrowser.swift */, - BB0C6995731811C85FE13FE3685E6968 /* ZLPhotoConfiguration.swift */, - 538F2A1DC0BE5BF1B10C405C9316342C /* ZLPhotoConfiguration+Chaining.swift */, - 2CCA5C8C7B7BC8507124A50FE7913A08 /* ZLPhotoManager.swift */, - 9B811D8CEF738968C173A506E719FB78 /* ZLPhotoModel.swift */, - 921A85E91364FA6A782EEC183AA278FF /* ZLPhotoPreviewAnimatedTransition.swift */, - D6FABDEB118D3EB7C83C9F297B318F44 /* ZLPhotoPreviewCell.swift */, - C9A45BD2674AB179D8018709758B0E2A /* ZLPhotoPreviewController.swift */, - CC037D082FC50C40CC2AB75FB80B1212 /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 5D694D7909F723613936603B94F11155 /* ZLPhotoPreviewSheet.swift */, - BD6C032039F0BCA60ACAA4D98260E90A /* ZLPhotoUIConfiguration.swift */, - DBBD2ED3AF3275E2FFD63AB752166430 /* ZLPhotoUIConfiguration+Chaining.swift */, - 8998210DD053A5D1D1BC93BBB932A43E /* ZLProgressHUD.swift */, - 468424AFB716A419EDBBC02841EB0BE5 /* ZLProgressView.swift */, - CC0E980499AA4DCAB21A9D053F491BA1 /* ZLResultModel.swift */, - E3BE15B5AF54608AC9FDBD936D1CD507 /* ZLTextStickerView.swift */, - 4780899C9E192363C43E66775A37F41D /* ZLThumbnailPhotoCell.swift */, - D4D32829D54A1ECAE44AE1433ED7CD8A /* ZLThumbnailViewController.swift */, - 3EC07E2E6CC66DED2E6B849B9836D440 /* ZLVideoManager.swift */, - 5FB2AA3BD1F50E2533FC72EDA308AC57 /* ZLWeakProxy.swift */, + D3FB26C1D070D8A943CB75606C1C3973 /* AMapNaviBaseManager.h */, + BD60870D0042154569989CFA2CB5D6D1 /* AMapNaviCommonObj.h */, + 46F6FEAC1F7388897769BBBB100EC447 /* AMapNaviCompositeAnnotation.h */, + 9337EBB57AD8F617CA44292E8B135531 /* AMapNaviCompositeManager.h */, + FD7426119E41A0739637EB83F71A0E07 /* AMapNaviCompositeUserConfig.h */, + 70FCE518C25B1A3E5216F921FAD6E212 /* AMapNaviDriveDataRepresentable.h */, + A85618584D43B8045DBB4116ED328B39 /* AMapNaviDriveManager.h */, + ADD31BE11E64F891C6D1DFEE33A092C9 /* AMapNaviDriveView.h */, + 525D959B357CD19CAB43673F35E74853 /* AMapNaviEleBikeDataRepresentable.h */, + C2D4EAC8E8ABFF132AC38B15791B270C /* AMapNaviEleBikeManager.h */, + F436B87F903BF0B7E15AD66957948642 /* AMapNaviHeaderHandler.h */, + 8C3111510C5B7B1B055E3C916FFC77F7 /* AMapNaviHUDView.h */, + C8F85D196803E1FFC2B9E7573EA8DAE0 /* AMapNaviInfo.h */, + E0174877C9FE1A9E215C8FB430CD2347 /* AMapNaviKit.h */, + 48557E2EAB9A26739C46F9B82BC5D7BD /* AMapNaviLocation.h */, + A0B4D2ACB8EF6B70E8758C9E6E2FB59C /* AMapNaviManagerConfig.h */, + 101096E0A5903855BCFCE52512C05A78 /* AMapNaviRideDataRepresentable.h */, + A76F83B7ADCD9FF3E1B3CE3CCD1C8554 /* AMapNaviRideManager.h */, + 6A6ACBC539725364D1226B20A80F1CA2 /* AMapNaviRideView.h */, + 1BC8C48B1437F5DFDEAD8B79E25604C3 /* AMapNaviRoute.h */, + 970DEEEEE3475B7B400B28CDAB6644B8 /* AMapNaviStatisticsInfo.h */, + 74E2D28CB346D59E06F55CB411CF2CE7 /* AMapNaviTrafficBarView.h */, + 5A86487910390A26496D459E3D4509B7 /* AMapNaviTravelManager.h */, + B3A0D9CC51AE8FB3C862560404895A59 /* AMapNaviVersion.h */, + 684B2937481D22C1833E75B86569F1C2 /* AMapNaviWalkDataRepresentable.h */, + 9BC11D70E51098EBA0F0824D1D48FBD1 /* AMapNaviWalkManager.h */, + 7E3D442D82B7BD978CDCED1E3FE44436 /* AMapNaviWalkView.h */, + 5C91FD81CB6C1BC36BA32DAD0C937104 /* MAAnimatedAnnotation.h */, + CD1608B5082598D58989144F43804226 /* MAAnnotation.h */, + 33ADA8284095C8BA43CA145F9753492E /* MAAnnotationMoveAnimation.h */, + 2A9CB577CF943BC73DBA7B128C19B180 /* MAAnnotationView.h */, + 6DFA10C14165AEA684B61366875AC986 /* MAArc.h */, + 378E5814F4DB445A4188D9A129C12C25 /* MAArcRenderer.h */, + 64274F1F9F8110145E453BBE1A1E878A /* MABaseOverlay.h */, + A0646B1E9751E7DDBC7207C34BDC65EA /* MACircle.h */, + F2BF485C5230EDF463C5942445EC987C /* MACircleRenderer.h */, + 04836B8E6DF4470ED83977406CC3F4A5 /* MAConfig.h */, + 4438DB3CA575F2492A2CF02D492C6EC1 /* MACustomBuildingOverlay.h */, + ACF0CA1BDA768C27116EFD43B0E5BFBF /* MACustomBuildingOverlayRenderer.h */, + D04A08FAED6FE7EC450D6DF04A952C96 /* MACustomCalloutView.h */, + E311CAA1D8F89E434960B93A54BF088A /* MAGeodesicPolyline.h */, + E530195BF79DEF05DEC81AEB4F577E91 /* MAGeometry.h */, + EEC9B4D27C4C8B9CF4D7A9942AE3C12F /* MAGltfOverlay.h */, + AB1496B896772ABA9EA50B5802AEEB15 /* MAGltfOverlayRenderer.h */, + E1140962BCBF65A3B758F381B1816AFF /* MAGroundOverlay.h */, + 63FC5CE0082E18EEADAE5DEC1F083D71 /* MAGroundOverlayRenderer.h */, + 1FA2DA769BD4A2E715D9C3198D02B68B /* MAHeatMapTileOverlay.h */, + 10EE3DD2EFBC06C5CD932F9885DA37C0 /* MAHeatMapVectorGridOverlay.h */, + B8106A8AA7DD8F7B32AFB14815F5E1F2 /* MAHeatMapVectorGridOverlayRenderer.h */, + 35D4C3209B1E8619DD2F28566807591F /* MAHeatMapVectorOverlay.h */, + D1BC15C583ED5BBD53F0A8094F3C4FE0 /* MAHeatMapVectorOverlayRender.h */, + 649BEA45509512C0BC0D8D04E07510B4 /* MAIndoorInfo.h */, + FD547198D799BF02829B6120EBFD9982 /* MALineDrawType.h */, + E384A977AD5BA1C8154AB807D7623C0D /* MAMapAccessibilityIdentifier.h */, + 3D965D177B9A50C58DE6CD82F404341C /* MAMapCustomStyleOptions.h */, + 28941AF9B5165FA56AA8ED68C2E443C8 /* MAMapKit.h */, + BA94329A2407CD50EA7E9BDF5B21EE8C /* MAMapStatus.h */, + 62D645D4FC3FC2DEF3ACEE1C23E4BB09 /* MAMapVersion.h */, + 4252AD29F9DC0FE5315462E1A9423D07 /* MAMapView.h */, + BC144EDBA0C6FD122B13F77BCE7EF8CF /* MAMultiColoredPolylineRenderer.h */, + 8ABBC9F6550178AE4CDC9F15B224EFC4 /* MAMultiPoint.h */, + BB1FCEA9D69114C591F467F1658EB9BB /* MAMultiPointOverlay.h */, + 3F671C4E813F8963703D4B133B8B1E30 /* MAMultiPointOverlayRenderer.h */, + 2D43BBC658A5DD74DC3BB1117C9E1AB2 /* MAMultiPolyline.h */, + 84D7B43B18B416C57F814348175ED6C1 /* MAMultiTexturePolylineRenderer.h */, + F85F14A7DE423C39A7C0BC7FC15EF044 /* MAMVTTileOverlay.h */, + C9403BB442650BE389C549E18AE162F9 /* MAMVTTileOverlayRenderer.h */, + 74759284976C8FDE9BCF828C649F805E /* MAOfflineCity.h */, + 9CD3EC6DB00C97F970B5DA0978226EAA /* MAOfflineItem.h */, + BBE0D13927DB25B20F42CC54189766C0 /* MAOfflineItemCommonCity.h */, + 551E20832A12A5536BB7ED9A22417B8E /* MAOfflineItemMunicipality.h */, + 9C224546D05C59D1918E22D47B877B57 /* MAOfflineItemNationWide.h */, + FAC7E07B516A8A6DDCFA95787A27A0B3 /* MAOfflineMap.h */, + 286DE96C7558E570196C734F62E6D9C4 /* MAOfflineMapViewController.h */, + 82D33AC6E6674D81F9CFABA40644F009 /* MAOfflineProvince.h */, + 2F721577F8816C5139311BD988581E4C /* MAOverlay.h */, + 03EC0DDA76E1C6B91C47E2C32897BEC0 /* MAOverlayPathRenderer.h */, + 7092FBC95272947AC973E32421F91B1F /* MAOverlayRenderer.h */, + 48AD4742D37B74C4CDDD2121A3A80109 /* MAParticleOverlay.h */, + E2D232681B3169FAC2DC0C2DF7DCA8EC /* MAParticleOverlayOptions.h */, + 5AA891536E49482C978A93BDDB17B8E5 /* MAParticleOverlayRenderer.h */, + 941531BFCA07112AB0478DD2369E37F2 /* MAPathShowRange.h */, + CF0E07797C7B7B09177B9619F8091936 /* MAPinAnnotationView.h */, + 6FCA3B9F87BCBDE9DD7056F0EF83E5EF /* MAPointAnnotation.h */, + 3FD3B2A53BD296D9BE0BF15ED68288EC /* MAPolygon.h */, + 5C63EC5760C2F0C38F62E8777ECFC6DA /* MAPolygonRenderer.h */, + CF25C0D0D5DB2B5BA4F3BD5C8F30EE03 /* MAPolyline.h */, + 030B4DAA5BB7ED0685831D48DC51C6E7 /* MAPolylineRenderer.h */, + 297CA167AE3020AE922EF5B7110268C2 /* MAShape.h */, + 5C87C68FB0CEDE27396651B26D58581B /* MATileOverlay.h */, + CA5090DF36622EB6BF71D54672747980 /* MATileOverlayRenderer.h */, + BADBD1F81D373014832E5DDBE9CEBF44 /* MATouchPoi.h */, + 14BF592F90125FA184B703B34C5714F8 /* MATraceLocation.h */, + 8F2BCFCD921DF78865F9BDEA8A7C018D /* MATraceManager.h */, + 7C8C3E82107B90DF202DECF106C2B81F /* MAUserLocation.h */, + 7DAFAD282E38F524DBA4E1266D0C96E0 /* MAUserLocationRepresentation.h */, + 9A5CB6D5F64849B0FE9EF9969648ACBB /* Frameworks */, + 382291F4FB19BD11E4FE18B912B6A056 /* Resources */, + 0D1A37835B34987C9EF898C3C53384BC /* Support Files */, ); - name = Core; + name = "AMapNavi-NO-IDFA"; + path = "AMapNavi-NO-IDFA"; sourceTree = ""; }; - F117CF72F55448484F5E8509956D04E8 /* Pods-OrderScheduling */ = { + E980E734DCB49B4FE9A62848D358678E /* DDBaseNavigationController */ = { isa = PBXGroup; children = ( - B142733617333B62FC87CCFF414B44D2 /* Pods-OrderScheduling.modulemap */, - 4D2B6DF130055A2CCAB715747530D1DB /* Pods-OrderScheduling-acknowledgements.markdown */, - 7A74632F43EA3445C68EC4894ABA21DC /* Pods-OrderScheduling-acknowledgements.plist */, - E8C5B817601E9A6369B5DDC72B5F6FAD /* Pods-OrderScheduling-dummy.m */, - 500F546A08F312B66C867F314262920F /* Pods-OrderScheduling-resources.sh */, - 5557072D4679705898E85F13CB9F4B96 /* Pods-OrderScheduling-umbrella.h */, - AA0A65EC7B037CEBA8B5D406D2D4DEA7 /* Pods-OrderScheduling.debug.xcconfig */, - 81FFAAE514B693FE02A029AF4E644094 /* Pods-OrderScheduling.release.xcconfig */, + 26E665FE5D8AFEDFEC1E43FC29DE4EDC /* DDBaseNavigationController.h */, + 2B38EAB799605F1D205B17706448B963 /* DDBaseNavigationController.m */, + B38C4271F1196001A81B49CCA90D5E70 /* DDNavigationControllerDelegateReceiver.h */, + F6D6411431285CC278ECBC74D5BC6F4D /* DDNavigationControllerDelegateReceiver.m */, ); - name = "Pods-OrderScheduling"; - path = "Target Support Files/Pods-OrderScheduling"; + name = DDBaseNavigationController; sourceTree = ""; }; - F1BAB6B14699A8DD85DADCE0C09853D2 /* UIScrollView+DDCategory */ = { + EA77E889BEE2F9252093E72F2DA501DC /* UILabel+DDCategory */ = { isa = PBXGroup; children = ( - 9ED517D8551A05FB319503D5EBE74D44 /* UIScrollView+DDCategory.h */, - 8661D5A1AA78E3225C2217E5CD97109C /* UIScrollView+DDCategory.m */, + 0B8B0372DC76EC09950A45934B3D0DCD /* UILabel+DDCategory.h */, + EA7FA41A12CE47545B890685432DF132 /* UILabel+DDCategory.m */, ); - name = "UIScrollView+DDCategory"; + name = "UILabel+DDCategory"; sourceTree = ""; }; - F21E3D3B2104095FD2B0EA3BE749C988 /* SDWebImage */ = { + EAA1D7CA3C705FC46E99649C20CE2C19 /* CALayer+DDCategory */ = { isa = PBXGroup; children = ( - C33B3565D4D9A610EB490890596F5BA2 /* Core */, - 89723FC8072F87BB3BC441A0847216E9 /* MapKit */, + F2C343CC89E9B1B642E0F7ABD1017BD7 /* CALayer+DDCategory.h */, + 35EBE3B59593393B1AD58EFC0DAB8EF9 /* CALayer+DDCategory.m */, ); - name = SDWebImage; + name = "CALayer+DDCategory"; sourceTree = ""; }; - F2667B56D10A337FD2D401A2300C56E4 /* Base */ = { + EAF0B9FB5ED2F6ABF90F3193F89E0E55 /* UIFont+DDCategory */ = { isa = PBXGroup; children = ( - E3D03BAC0E6AEA54D0D773EA9DBEEC1C /* BRBaseView.h */, - 33E5CCEAB5526862A8A29B3035E9EBC2 /* BRBaseView.m */, - 49DCAF1A4596E4ED086FAA5BA57FD9BA /* BRPickerStyle.h */, - AB0D7793FD5B01DCB6199C9FC8AE4B8F /* BRPickerStyle.m */, - A83EFE5C3D04F06142F598E39C9F0272 /* BRPickerViewMacro.h */, - 996660F3AEBFE9B0C55581213B9E8EFE /* NSBundle+BRPickerView.h */, - 12D5E3E7F68E95CA0ADB60461DCD772F /* NSBundle+BRPickerView.m */, - 36742CB3910BD465EDC7BC4DF1EE01F5 /* Resources */, + BF4574F4C29318652AAFD7C708CD92F3 /* UIFont+DDCategory.h */, + EC5A4B98545D9A762EB73D0C99FAE28E /* UIFont+DDCategory.m */, ); - name = Base; + name = "UIFont+DDCategory"; sourceTree = ""; }; - F2AB144A80BA475615B044F74F96A5EE /* DDBaseImageView */ = { + ED4751E573180A77EF08E8104E7BD64A /* ControlView */ = { isa = PBXGroup; children = ( - EFC91CA687C77EB78B0495A49C083271 /* DDBaseImageView.h */, - 2A582DA9EEE16260A1978792FC5C8EEE /* DDBaseImageView.m */, + 3A9B988F271C6234C34D7277087DEA3B /* UIImageView+ZFCache.h */, + 3BAEF366B3A601AD60A93008F9BC2E3D /* UIImageView+ZFCache.m */, + 351959B5D0203FB87270EC42395FE3C9 /* UIView+ZFFrame.h */, + DE320ADD1CEACD0CA033C27E981C548D /* UIView+ZFFrame.m */, + 0EF37C3B59DE2469E929F48473339B9C /* ZFLandScapeControlView.h */, + 02ADD31FC0F38655CF80BE994B91B1C4 /* ZFLandScapeControlView.m */, + E2783A4C0BA2A8043A16C1F174431986 /* ZFLoadingView.h */, + 9C14F261872F9538C42FD9125BF0FBBE /* ZFLoadingView.m */, + C31CA1363AB43D38C1343990BF1D1ED6 /* ZFNetworkSpeedMonitor.h */, + 8821BF72028A6744F94096F70437B3C4 /* ZFNetworkSpeedMonitor.m */, + 6FB79B194614B1E06D069A0B3BA56208 /* ZFPlayerControlView.h */, + 28A813353E365AC4ED33118FF7E87888 /* ZFPlayerControlView.m */, + 57CBA3F4D799FB97BAC5FA14579A4B39 /* ZFPortraitControlView.h */, + AA92CF16BBC5623B9AD2F1FC4EC1C0E7 /* ZFPortraitControlView.m */, + 1340120F2672CE633DEFF9914C121652 /* ZFSliderView.h */, + 84FF7576D12796DE0A96F19F94BC15B3 /* ZFSliderView.m */, + D95780A7815F90B10F09119013099B1C /* ZFSmallFloatControlView.h */, + 05DD77BA0E63C13D72DDE65BDCBFD9D5 /* ZFSmallFloatControlView.m */, + 3C5306A37354024DA164BE02BC6E865A /* ZFSpeedLoadingView.h */, + 0D0D2CEF69F8C30884E74A14FEA087B0 /* ZFSpeedLoadingView.m */, + 05D7C961B7DB9567859AEAA75406D6EB /* ZFUtilities.h */, + 3CE688B8597248AA1CA63CABC59EF1EF /* ZFUtilities.m */, + 77CE4B0DAA3C4DDB1A73B75FE19CB6E8 /* ZFVolumeBrightnessView.h */, + CD8BF1D4A1D74B287507EE4A4B087AA2 /* ZFVolumeBrightnessView.m */, + 7056CD1DB8FB7D0327C33F2B04A52C1D /* Resources */, ); - name = DDBaseImageView; + name = ControlView; sourceTree = ""; }; - F6431FAE12785EFC8640BB10744500B7 /* MapView */ = { + EE3B1F5C68D12BB8E689F6720C43E73A /* DDMAUtil */ = { isa = PBXGroup; children = ( - AE8ACAEDAAA681B531C75C1E85BA5098 /* DDMAMapView.h */, - 87A636305F55B4193ADAAD0F3EDC82E2 /* DDMAMapView.m */, + D5368627F35BDFF4D6D2B7AF9EAC82C3 /* DDMAGeometry.h */, + B60054A23AF8934CE220AAC6DFF60E99 /* DDMAGeometry.m */, ); - name = MapView; + name = DDMAUtil; sourceTree = ""; }; - F64389B71626EA294AD6B9185D368FA1 /* Sources */ = { + EF27885C942BBBA4FD6A85F2033FE80B /* Targets Support Files */ = { isa = PBXGroup; children = ( - FE603FC294B4B0926DDC6D19614C3B16 /* Resources */, + 26E1E7BEAE3F2DF497F0AD3DC4413779 /* Pods-OrderScheduling */, + 8C487F77866CA1C89444C1B8B86BD96E /* Pods-OrderSchedulingNotificationService */, ); - name = Sources; + name = "Targets Support Files"; sourceTree = ""; }; - FBAA0B302BCC8F29194CD2992CB6C581 /* Support Files */ = { + F08B1AA3DE6C1F559C93C79E65B9C680 /* Trace */ = { isa = PBXGroup; children = ( - E1156D4B626F5763CFCAC74694E40862 /* MJRefresh.modulemap */, - 9C01CB87BF930A549BE2B7C73A68B7AA /* MJRefresh-dummy.m */, - 8BD2A03C643BA6B22B9B44CD85299C2A /* MJRefresh-prefix.pch */, - 61AB5AFE42795F73512435F249E2AD35 /* MJRefresh-umbrella.h */, - 56BF39B3EB093F44FA1AC755EE7FB094 /* MJRefresh.debug.xcconfig */, - 8B441F34B32C0868D63E8CC442DAB6E5 /* MJRefresh.release.xcconfig */, + CB5A021DE84ECDD362F02BEAD74758AB /* MATraceReplayOverlay.h */, + 83910CB7CAF3FE42FD4D7F4F08FEC425 /* MATraceReplayOverlay.m */, + 9380077F7E34AEF6C702A6AEC0036503 /* MATraceReplayOverlay+Addition.h */, + 5BE56E5FE9C65D445F805E52A05BDBDD /* MATraceReplayOverlayRender.h */, + A737BDD5B4CE1C051C6FE3A1B3347F4F /* MATraceReplayOverlayRender.m */, ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; + name = Trace; sourceTree = ""; }; - FC30EAF31C86A4F1C279602D64702272 /* Support Files */ = { + F3A8FDB9B62CC2AADD408A9F97FE9CE3 /* UIBarButtonItem+DDCategory */ = { isa = PBXGroup; children = ( - 2240004E214742F724048FEBB381CEFE /* ZLPhotoBrowser.modulemap */, - EC0A368B863E7098C2B47DEFD9527A27 /* ZLPhotoBrowser-dummy.m */, - 7AA0400EDEE1936C5464A99AD94035C6 /* ZLPhotoBrowser-prefix.pch */, - 6BDF0C722EFCEDA51D2DE37EDAE0B8F3 /* ZLPhotoBrowser-umbrella.h */, - B2C1671B93D950380268814B7807A1DE /* ZLPhotoBrowser.debug.xcconfig */, - 196CEE3BC2C8C654CC23EB302CC90FF4 /* ZLPhotoBrowser.release.xcconfig */, + 790D5EF498CD37AB9B43B6B1716319C8 /* UIBarButtonItem+DDCategory.h */, + 072260DC5B3D2B9ACD46C6ECF85C486A /* UIBarButtonItem+DDCategory.m */, ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; + name = "UIBarButtonItem+DDCategory"; sourceTree = ""; }; - FDBC45F1F148137145F5BC76E155DE5C /* DDControlsKit_Private */ = { + F517901A20102009293DA8A18389DF82 /* DDButton */ = { isa = PBXGroup; children = ( - 1F9C3228751941592E307E6795FC420D /* DDAttributedString.swift */, - E7DEAAB15891C178CEB558B353A28B54 /* DDButton.swift */, - 4BBC08FAD68A88F7287A05E04191DB04 /* DDCollectionView.swift */, - E79F6EBD860959A940CF227C07C90D12 /* DDCollectionViewCell.swift */, - 225E1EF48B1C673BC3CC2358A43544DD /* DDImage.swift */, - 220B08D91C45356936B60DB764408CBD /* DDImageView.swift */, - 5028808FDA816F0FAC182767E78C100F /* DDLabel.swift */, - 0E32F05E6704CB27C4F0970E03346DAB /* DDMutableAttributedString.swift */, - 44FBDC1D7632810A4180BA6202B06DF4 /* DDNavigationController.swift */, - B950E3E5BC03E7EAA144B54395908596 /* DDScrollView.swift */, - 9A129EE0C83FE51A20D8D5971D362AB8 /* DDSwitch.swift */, - B6E5494399CF740C7316F47647E51127 /* DDTableView.swift */, - A0C18F69D04945C4F4F65A4781962DC9 /* DDTableViewCell.swift */, - 555AC2D8DC026900B91FD2906E79BFBB /* DDTextField.swift */, - 9ECC1CFAF7F7F94D4BEA17650D3BEBB8 /* DDTextView.swift */, - B70AF93E4D974B8428D94FDA5AED6BD6 /* DDView.swift */, - FFE415ECD60C7DB122A14EA2B5A0EACA /* DDViewController.swift */, - 08A558054A8D80C1A1E3789802587FD0 /* DDAttributedString */, - 8F5753004BEC7A9BD7E8145A966975D7 /* DDButton */, - 53F44F3637A3813AFAEE57A32FD05BEF /* DDCollectionView */, - 4A3B41CF6F13D4673844D81DACE15172 /* DDCollectionViewCell */, - 552FF270B50722AA07DBE4CE954D8E23 /* DDImage */, - 7F96D0F4A7E84B278B3FC781A2D5CBC7 /* DDImageView */, - 86B005835376A66CBE0903890387A069 /* DDLabel */, - 6C61C214A1D7934522ABCD0C24097A1C /* DDNavigationController */, - 64D62230BC69BC8FF8E0CADB0E308A64 /* DDScrollView */, - 56A8132E1DC86550009A4764C1C9C677 /* DDSwitch */, - C02D60E924FC8444945FC8292C47ED3F /* DDTableView */, - 9864DDB493BFE03CC42B6C57762EA631 /* DDTableViewCell */, - BEF2291B7DAF6780A8476699F6CBD67C /* DDTextField */, - 2C574D2ED827E5468F204D679188F899 /* DDTextView */, - 84872BCF4FAAA518E7638EF55260B513 /* DDView */, - 976EC15AC1010E3D69806B3274FF0CF9 /* DDViewController */, - 5D28998E0850DC687E57E9F3344D860D /* Support Files */, ); - name = DDControlsKit_Private; - path = DDControlsKit_Private; + name = DDButton; sourceTree = ""; }; - FE603FC294B4B0926DDC6D19614C3B16 /* Resources */ = { + F64B52D296D23148F5794288D39A031A /* Resources */ = { isa = PBXGroup; children = ( - EE264AABB23776FDCFBFF501E0FDF2EE /* Sources_DDMAMap */, + C2334FD8F74CFB66A094159975CD5410 /* MJRefresh.bundle */, ); name = Resources; sourceTree = ""; }; - FEB65CCD95ACDDAE9A11B96CD1AC5246 /* DDMASearch */ = { + F74CED6304C6A7F0526D9ACBCD0A6C35 /* DDAttributedString */ = { isa = PBXGroup; children = ( - DD2B04A321BF9A4442312268B3ECB285 /* DDMASearch.h */, - 3ACA5FE33CB355EA0C0B258471B5B900 /* DDMASearch.m */, ); - name = DDMASearch; + name = DDAttributedString; sourceTree = ""; }; - FEDFDA0F4D0527F7D5B4F2563262B02F /* UIApplication+DDCategory */ = { + F873510D7712C305EBA4EAB581883C1F /* DDLogKit_Private */ = { isa = PBXGroup; children = ( - 129C4C0861511F31333238525142A013 /* UIApplication+DDCategory.h */, - D6FD1CE43A4082C6AE2CAD9DC2E37800 /* UIApplication+DDCategory.m */, + 822A310DAD9E85625689E23988F7D61B /* OCLog */, + 6F22C8B4E291563752FC5A1DA50E7548 /* Support Files */, + 3147F837C48942C2ACDDDD61F3E2F7A1 /* SwiftLog */, ); - name = "UIApplication+DDCategory"; + name = DDLogKit_Private; + path = DDLogKit_Private; sourceTree = ""; }; - FF58927E0B4230691CA1D25AB65CBE47 /* DDBaseViewController */ = { + F8A151DC86140F5C047D9204C0660C16 /* DDWebImageKit_Private */ = { isa = PBXGroup; children = ( - 8F41FA482FFD01131F6109B6F710F6F4 /* DDBaseViewController.h */, - 5CA6E7D1E697CAF51E4973FEBB1C3879 /* DDBaseViewController.m */, - 23F672531CE9A8E8E069D3D77E80A932 /* Resources */, + 5E912AAAF25DD8A348BCC1C6DD1EE772 /* DDWebImage */, + 1BEE9EB6452A163B41354AE5AB3DDFFB /* SDWebImage */, + E2BE1179BF182857E351A726449221FA /* Support Files */, ); - name = DDBaseViewController; + name = DDWebImageKit_Private; + path = DDWebImageKit_Private; + sourceTree = ""; + }; + F8F6DFB1B51BBDE032DEFC6326537644 /* Support Files */ = { + isa = PBXGroup; + children = ( + C99CA02596286C86EADB5A2FDDF8AB67 /* JCore-xcframeworks.sh */, + E9AFF6B954E8A20C6576A04A617904BB /* JCore.debug.xcconfig */, + C7A7EC3718D741434C70C92B255FE6D7 /* JCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JCore"; + sourceTree = ""; + }; + FDB5207B49AF8EEFE15F6D08654B85FA /* Support Files */ = { + isa = PBXGroup; + children = ( + 1C1DE0C5840D3B9D3F4AE177D846D1D2 /* JPushExtension-xcframeworks.sh */, + 21B29053F38D28F85EB760D090B61FE3 /* JPushExtension.debug.xcconfig */, + 11D42ADCDD4B06BB46ADB474D341EFFA /* JPushExtension.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JPushExtension"; + sourceTree = ""; + }; + FDD4E51455C796F973F4067CBD540CA2 /* DDTableViewCell */ = { + isa = PBXGroup; + children = ( + ); + name = DDTableViewCell; + sourceTree = ""; + }; + FF5BA39D714D9B07B3603CBEF6717142 /* AMapFoundation-NO-IDFA */ = { + isa = PBXGroup; + children = ( + 9911C98D6F0B9EB7FAFB9535EA4D85BF /* AMapFoundationConst.h */, + 9FACEA709B79E42DDF78C078AD7377D2 /* AMapFoundationKit.h */, + 454333FB147E5D0B60A9194BB84A573F /* AMapFoundationVersion.h */, + E6373F331B0591374AFCF9BF0B399FB4 /* AMapServices.h */, + 0E55734AA06A41DCB928088F28FE1537 /* AMapURLSearch.h */, + 761053F5E793A6A64F4E79EB98436BF5 /* AMapURLSearchConfig.h */, + 8404D24853C02DB7DDC293268BF2177A /* AMapURLSearchType.h */, + 1A5180BF7E6A4A880CAC255BFE5822B5 /* AMapUtility.h */, + E151FBB9EB8E367ECC01844E45275A69 /* Frameworks */, + 4860E35C08B5A64761B59A9532B5A033 /* Support Files */, + ); + name = "AMapFoundation-NO-IDFA"; + path = "AMapFoundation-NO-IDFA"; + sourceTree = ""; + }; + FF74590C34C9CB2FB93034245A6363FA /* NSObject+DDCategory */ = { + isa = PBXGroup; + children = ( + 89E92180453C6221E5B75E3803627D47 /* NSObject+DDCategory.h */, + 40BD456DF0D1B0FF5AC86F886B9548F8 /* NSObject+DDCategory.m */, + ); + name = "NSObject+DDCategory"; sourceTree = ""; }; /* End PBXGroup section */ @@ -7224,28 +7239,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1D27E2771BDF5D00F752E6422D2DA6E3 /* Headers */ = { + 171A04CBA7CC422076DECA658DDA7DDC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 656C1B379E3DFFE7320AD50AE311126B /* DDAudioPlayerKit_Private-umbrella.h in Headers */, + 7272912E7506DF5B0722EF62E5789256 /* Kingfisher-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3673F6CDE5E67187044821FF3DC215DC /* Headers */ = { + 305270615D385F98912267F312CA3FD1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7D9036FB1C4E0560CCE3227BEA3339C2 /* DDLogKit_Private-umbrella.h in Headers */, - A6E93420233B40E6C5FD32FC0C411AF2 /* DDOCLog.h in Headers */, + B56ACFDE582AAAB120025C58C41EC180 /* DDLogKit_Private-umbrella.h in Headers */, + 97AC3B3DD74103EC3049D2AA7E6464CB /* DDOCLog.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3BBAA597943FA72A50BB8D930A99FFB9 /* Headers */ = { + 35AD76A1E756BB1696ECCD2C3E9108F5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 56AF9AC7753012A5318390344FAD5C43 /* RxSwift-umbrella.h in Headers */, + 7E302062C5EC55E5309F9F414AE78C4C /* RxRelay-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7333,43 +7348,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5F6A5D013F465C43D05515340DBEC965 /* Headers */ = { + 635C9EA2F28FFA070D1920797A37C7D3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 9F3964B15E3C4EFF4BC0B7616A546C2E /* CALayer+DDCategory.h in Headers */, - A20B28B7C2D37D42C1C8F8FAB350CD8E /* DDCategory.h in Headers */, - 2BD1DA46EFAC895FA086ECF1902D0FD1 /* DDCategoryKit_Private-umbrella.h in Headers */, - E575FD1642D598B5B2FBF353BEF4E193 /* NSAttributedString+DDCategory.h in Headers */, - E2A772FC2EF1D213CB844D55E0B55AA4 /* NSBundle+DDCategory.h in Headers */, - F19D8E3745D102F0CB24E84EBD98E2BD /* NSMutableAttributedString+DDCategory.h in Headers */, - 57001D4C5C8C819680182BBEDD045210 /* NSMutableParagraphStyle+DDCategory.h in Headers */, - 30C11276440E0B42F3C262BB2D30D9E1 /* NSObject+DDCategory.h in Headers */, - 97E3C113173E5B9AE508B406612280AF /* NSThread+DDCategory.h in Headers */, - B1CD720CED00E5BC1E5B96D581603C2D /* NSURL+DDCategory.h in Headers */, - CCB1CCE148F434A4A1FD5C20BB3CAB54 /* UIApplication+DDCategory.h in Headers */, - 17C1D268B746DB73A19B85329F27D317 /* UIBarButtonItem+DDCategory.h in Headers */, - 6DE505183942FACB3B64F8A2115D39D9 /* UIButton+DDCategory.h in Headers */, - 8762C3B2ABC7C4D1ADCD923054358973 /* UICollectionView+DDCategory.h in Headers */, - DD580CB782EBCD185EB099D7FC7B076D /* UICollectionViewCell+DDCategory.h in Headers */, - EC261155F1F1E75AFC43FC3374CD930F /* UIFont+DDCategory.h in Headers */, - 4735F0E5E435DA829FAD6163F41B9040 /* UIImage+DDCategory.h in Headers */, - 19E22194C82328ADFCB3B3E8AA23CA2E /* UIImageView+DDCategory.h in Headers */, - 1BF401B5CF91DEEF71FF25C31286C319 /* UILabel+DDCategory.h in Headers */, - 6146A0BE66054B092DCD9C8642C58988 /* UINavigationBar+DDCategory.h in Headers */, - 6F147E8691945B001B6CB1269240FDA9 /* UINavigationController+DDCategory.h in Headers */, - C3E841F0F2A1C2CAE89FB406DF3EB569 /* UINavigationItem+DDCategory.h in Headers */, - 99ABEC8661595B51AC9497571DDE9446 /* UIScreen+DDCategory.h in Headers */, - 1D1A187CC0745781EDF0CF7D872B1B48 /* UIScrollView+DDCategory.h in Headers */, - DF9A3D9B61FFDC86D1B08C57030698F2 /* UISwitch+DDCategory.h in Headers */, - 38E8E82CB2E6E16A66CF79B88B723938 /* UITabBarController+DDCategory.h in Headers */, - 2E06E2D515B47AD7FD26D97DE13591C3 /* UITableView+DDCategory.h in Headers */, - 5309B438474D04047CBBDB0FC6AE73E9 /* UITableViewCell+DDCategory.h in Headers */, - 893E557FBC523702C79FA9A21FCB7349 /* UITextField+DDCategory.h in Headers */, - A1B367623DBD487A62091B47587CC529 /* UITextView+DDCategory.h in Headers */, - CD6E125ACDDF38716E4DFD741B612337 /* UIView+DDCategory.h in Headers */, - A247B85A32906601E0AE92D4E138D371 /* UIViewController+DDCategory.h in Headers */, - 10C7C630CD0D2A6389C3609E2D562F2B /* UIWindow+DDCategory.h in Headers */, + CC9402AE1D00383EB0BF9F85FA45F60B /* CALayer+DDCategory.h in Headers */, + B3C371002BFFEF2036F06475A614224D /* DDCategory.h in Headers */, + 35ECE321E980BFF5AB7DB92AA124C4B2 /* DDCategoryKit_Private-umbrella.h in Headers */, + 0FCA0A98001B0C94885C2FE9731F60FF /* NSAttributedString+DDCategory.h in Headers */, + 05D1AE11EBE49B32FAD3C45E096F5AB1 /* NSBundle+DDCategory.h in Headers */, + 6FA92388BDB412CA58A5AA2DCEC31F0C /* NSMutableAttributedString+DDCategory.h in Headers */, + 9BEFB5C893C893CD085FCBD80F994EBC /* NSMutableParagraphStyle+DDCategory.h in Headers */, + 3C92C26772398A8101A0DA98198BCB30 /* NSObject+DDCategory.h in Headers */, + D2BA3BE552302291ACE27A363AEC90B1 /* NSThread+DDCategory.h in Headers */, + 0363EC52497066CBA164B62EC22BF50B /* NSURL+DDCategory.h in Headers */, + EDEEB2116B2C4C2A081646F168FA7CBF /* UIApplication+DDCategory.h in Headers */, + 858127F7C6B3971BA26C1D3373394665 /* UIBarButtonItem+DDCategory.h in Headers */, + 1E5BD60109367D4942DCF0903700745F /* UIButton+DDCategory.h in Headers */, + 3BC88549800FD8414276E44B06F687CD /* UICollectionView+DDCategory.h in Headers */, + CC1C929FDB0989801937E4144262F01D /* UICollectionViewCell+DDCategory.h in Headers */, + B3AA028B5D51C032F7540C9B187BFCE4 /* UIFont+DDCategory.h in Headers */, + B92ED55C3E796BD3FCDC4BB4B00DB1B0 /* UIImage+DDCategory.h in Headers */, + D48D7919B0381EDB5283AE1AE46B1FDF /* UIImageView+DDCategory.h in Headers */, + 22A4125ECCD10875BF31FDABE9122A13 /* UILabel+DDCategory.h in Headers */, + 968E3B22C30886235476643B1E9A2E08 /* UINavigationBar+DDCategory.h in Headers */, + B1071FE781C8E8D0761EC0B0A0D1ECFC /* UINavigationController+DDCategory.h in Headers */, + 9266975C8DE9C58338EA64B1946F47CB /* UINavigationItem+DDCategory.h in Headers */, + FB23F3A5758B7A1A25A4FCA9B9475DA2 /* UIScreen+DDCategory.h in Headers */, + A8BDE20AD8387D116036E41D89E6F2A1 /* UIScrollView+DDCategory.h in Headers */, + 723CC4136420536B7C153F88D8C0D8B2 /* UISwitch+DDCategory.h in Headers */, + 811520E03F93D86C7DCD3A57D62AACA3 /* UITabBarController+DDCategory.h in Headers */, + 776C724A2521DF3888B682D19C22CC58 /* UITableView+DDCategory.h in Headers */, + 7A800ADB6BB8AD06C4F51899D327EA20 /* UITableViewCell+DDCategory.h in Headers */, + 0C394C0C48A7D72559F14899D752BB7C /* UITextField+DDCategory.h in Headers */, + 9E96D1D0E4E3B0652DFD32E48B0E810B /* UITextView+DDCategory.h in Headers */, + 080F090EA5ECE7B33418CE8A30BCF1F0 /* UIView+DDCategory.h in Headers */, + 37B189A966EDEE3CC4AD7A772C841B0C /* UIViewController+DDCategory.h in Headers */, + B17A50C565F1F52EDE5DA662FB1B9A92 /* UIWindow+DDCategory.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7934936BA7CEBF74A0BCE32D1527D7BC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A6170A3190373A3C1D31FB1F013CFA75 /* DDAudioPlayerKit_Private-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7430,6 +7453,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E8C0F9496EBC1D96A951C00EB8A5483 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2D3A3705B94F77034E16CEE42680E9EC /* RxSwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 93A6C718AB33E187C2F4C2BB8BD9F5C4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7446,6 +7477,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9FBFF5E4E19EE9C8569F4285A9C37E18 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 92F2017CB5899A5DE44C19938FEC3E2D /* Pods-OrderSchedulingNotificationService-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A23CD4DE689260E9578ACEB979F6635D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7548,37 +7587,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C3F0C39DD1DEFD201C98135CCA73A626 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E6ED858E553301ADEE0B2BE45956A17 /* SnapKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C5ACE35FE865E786F6493604981092A1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8078E9680CBD9BF77D13021C5B82AE8A /* RxRelay-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D308D7243FA3F6EF2DA0BA6AF4F80CE4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 8C584664D6B07968AA7846A75519A16A /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DA92DF2232AA97AA584E142EBEE5C271 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; DAF65D7A87C0CEAD313A05C542785EB9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7686,6 +7694,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F87A08E2FFA558FBA50E565BB96AD5B6 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 259D8488F32179015A5543EDCC586CD6 /* SnapKit-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; FE7AE85A23BF74B68629FC042E53C70F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -7709,7 +7725,7 @@ buildRules = ( ); dependencies = ( - AFEA5FB96D8DBFE55B3781115F975F79 /* PBXTargetDependency */, + EFB04F5EC4D67264A26982566446574D /* PBXTargetDependency */, ); name = DDControlsKit_Private; productName = DDControlsKit_Private; @@ -7727,9 +7743,9 @@ buildRules = ( ); dependencies = ( - 28819A56DC5FE6EE567937825D41B304 /* PBXTargetDependency */, - A2073EF97AD3591795490647DC795E6F /* PBXTargetDependency */, - 16527DA8401149F66FCBD83CA7BA0FEF /* PBXTargetDependency */, + 943177C75D1BFB1CDCF12D49ACF3464C /* PBXTargetDependency */, + 035EA753DF504E0F3F3ABD0D7E98D949 /* PBXTargetDependency */, + 975D7B9AD3C5F924D77FD2A9621D2A81 /* PBXTargetDependency */, ); name = DDBasicControlsKit_Private; productName = DDBasicControlsKit_Private; @@ -7756,12 +7772,12 @@ }; 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */ = { isa = PBXNativeTarget; - buildConfigurationList = A986A9C3606A2B5B105CD79531642030 /* Build configuration list for PBXNativeTarget "SnapKit" */; + buildConfigurationList = B3E3D9EF3441CC03AF8A2546871D1C5E /* Build configuration list for PBXNativeTarget "SnapKit" */; buildPhases = ( - C3F0C39DD1DEFD201C98135CCA73A626 /* Headers */, - C60F3F4EA98E4FF9B17B8F6A97B62B48 /* Sources */, - 898380CE963DC6F772ADB9DC5E3B5219 /* Frameworks */, - 46EB960BB6D3FDE4848A5267F5C71752 /* Copy generated compatibility header */, + F87A08E2FFA558FBA50E565BB96AD5B6 /* Headers */, + C3347F1C7C8F159553EC00DF0C79D8C9 /* Sources */, + DD1A8E2CEC8F050CFE29C76286A2BBAA /* Frameworks */, + BF3E5CE6B77034D09584B60F61F40F75 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7774,12 +7790,12 @@ }; 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 89A8BB776593B3564187DDF25CE32955 /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; + buildConfigurationList = DD9BBFA2E57CB305710EE4DADB39989F /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */; buildPhases = ( - 3673F6CDE5E67187044821FF3DC215DC /* Headers */, - BF0745C80123D3D9B885AC43C08AC8BE /* Sources */, - 7CE1E470D639136D127D8F7F7135021A /* Frameworks */, - F5EE999CB6651F301EC86CA523208684 /* Copy generated compatibility header */, + 305270615D385F98912267F312CA3FD1 /* Headers */, + 7A3F3FA724A749A869C5883008AB677A /* Sources */, + EBDEAB599CD0197F46AC0A2F3A137A49 /* Frameworks */, + BF54F59984BF784BBA91D473E3499E61 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -7837,9 +7853,9 @@ buildRules = ( ); dependencies = ( - CD2B4B0FCA4DD8F5A9FBA97F23557E45 /* PBXTargetDependency */, - F7EF7D4ADBB5E4498C2B21ECA6725EEC /* PBXTargetDependency */, - 446F5DA42D2305A446FCADAFF1CC43F2 /* PBXTargetDependency */, + 7B1D1470EA2DBC89AEE9554B6C8C58D7 /* PBXTargetDependency */, + EB30B9D9B98892DF50C8B06CF27C96C9 /* PBXTargetDependency */, + A3DA7DC0818CE25157BCF266988B83B7 /* PBXTargetDependency */, ); name = DDProgressHUDKit_Private; productName = DDProgressHUDKit_Private; @@ -7866,17 +7882,17 @@ }; 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */ = { isa = PBXNativeTarget; - buildConfigurationList = AF1B5985EF5104F864883BD566B4E47D /* Build configuration list for PBXNativeTarget "RxRelay" */; + buildConfigurationList = 2EAE20E2243B46EDB441F12B42D381F9 /* Build configuration list for PBXNativeTarget "RxRelay" */; buildPhases = ( - C5ACE35FE865E786F6493604981092A1 /* Headers */, - 99A49ACCEA656B20ED8DDB4756B28B94 /* Sources */, - 7D634442AED1F31875B097C772204E27 /* Frameworks */, - 378D70BECBE6DFDEBB4104C5ED061758 /* Copy generated compatibility header */, + 35AD76A1E756BB1696ECCD2C3E9108F5 /* Headers */, + 693E031629321D98E73BA3074800F7B3 /* Sources */, + 8F077C22E41989196950C080F18084F2 /* Frameworks */, + E61F436164A0E2AB4E679A7FBFE91577 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 8B68DFAF2316FA5796CD2D25FB136C34 /* PBXTargetDependency */, + 796581E58695225A9BB0E9DBA5BD8883 /* PBXTargetDependency */, ); name = RxRelay; productName = RxRelay; @@ -7920,11 +7936,11 @@ }; 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = BCD1E485DFBCBF51CEB48E3D307CB0FD /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; + buildConfigurationList = C0EB8B175700EEAA6E39645C214B4FA9 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */; buildPhases = ( - 38E287220A5ABC5E384EBE3BB5F0B6B3 /* Sources */, - B6C57078E056CF7022A437F6A03EEA3B /* Frameworks */, - F2159222D413D829C60B1AF3521AF607 /* Resources */, + 6F4B87F6E7AAFDBE78903A47BD3E2918 /* Sources */, + 5DFE6BD5FA2B92A6317143BE2EF3DB7E /* Frameworks */, + DD7A1FD7E1DCE03C6091D1DE35F1030E /* Resources */, ); buildRules = ( ); @@ -7937,11 +7953,11 @@ }; 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 53DC6BB420A39B891F56EFC5973D7464 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; + buildConfigurationList = 1C929CD394365FDBF9B65F057E733A1B /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */; buildPhases = ( - DD76AFB898E0CE5F51E81A77220C8E1E /* Sources */, - F23F546DE7C760E9AD95855A7DB4D31D /* Frameworks */, - 1D2C9D69FCFC29DD691EBBEFF78240DA /* Resources */, + ED9123D19A1A5FCF8265ED8AF95B5FDD /* Sources */, + 4B039D96CEEED226E09359CFF901ABED /* Frameworks */, + 82F729B374ED0B2D2101284085484F90 /* Resources */, ); buildRules = ( ); @@ -7971,18 +7987,19 @@ }; 775A96192E9F3E75FE7B0644CEB05EB1 /* Pods-OrderSchedulingNotificationService */ = { isa = PBXNativeTarget; - buildConfigurationList = 777E5242052457E27C15E47630A814FD /* Build configuration list for PBXNativeTarget "Pods-OrderSchedulingNotificationService" */; + buildConfigurationList = E510CD68431D85FDF99E15140751BE79 /* Build configuration list for PBXNativeTarget "Pods-OrderSchedulingNotificationService" */; buildPhases = ( - DA92DF2232AA97AA584E142EBEE5C271 /* Headers */, - 7A342799E1DB16E1C7F3F2D8A92BB93B /* Sources */, - 605A07125BDA3C64D9429ABAE3DE5A44 /* Frameworks */, + 9FBFF5E4E19EE9C8569F4285A9C37E18 /* Headers */, + 45E3A2215DA2D3A3512380AA2CA0C3F4 /* Sources */, + 99E540176C88BB3967BC26485025432B /* Frameworks */, ); buildRules = ( ); dependencies = ( - B18B9B44A1A90F9729A5266E5D7F092D /* PBXTargetDependency */, - CBC1F8A03A85317FF2C3E1B22DBC4A30 /* PBXTargetDependency */, - 373880BF6F00D901615288D3C888E048 /* PBXTargetDependency */, + 1D29234DB50A02F06FABCD16817675CF /* PBXTargetDependency */, + 7F61E2CFE58F457FE8951AA345AA7A3C /* PBXTargetDependency */, + 106D80489FFDE720531F80149AE588D8 /* PBXTargetDependency */, + 38D440170CDDB61D514FCDDAC4C0C658 /* PBXTargetDependency */, ); name = "Pods-OrderSchedulingNotificationService"; productName = "Pods-OrderSchedulingNotificationService"; @@ -8017,42 +8034,42 @@ buildRules = ( ); dependencies = ( - 081EEBFF3122F095FDCB02B321C63E60 /* PBXTargetDependency */, - 91BA5C4F2A92531F32CF2583E2EA45B7 /* PBXTargetDependency */, - 649A494FB94524894D5D9A7D633CCD89 /* PBXTargetDependency */, - F18BAC9E0802878CE2336D9493C927D8 /* PBXTargetDependency */, - E01813D4CFA85196E70CC0D575ED84A0 /* PBXTargetDependency */, - 6D3266508913EF96D528F1B3A1B327BE /* PBXTargetDependency */, - 4B9480B181E7CECF68EDE8CB3E95CABE /* PBXTargetDependency */, - 6BB8082A5DFB595FC71472E2DFE56951 /* PBXTargetDependency */, - CC25E04E7D778C911C7807D80B1C6CD4 /* PBXTargetDependency */, - 4A07AB06A8D0ABB3B76EE0166C6C840E /* PBXTargetDependency */, - 032DFE5811233537A2FC60AA876C156C /* PBXTargetDependency */, - 47AF29951E2109D99F6E6C3C547FDEB6 /* PBXTargetDependency */, - 84F2C78FD563365132FADBD80A9BB3AD /* PBXTargetDependency */, - 5F785DB869732AC2AC35A72B813148DD /* PBXTargetDependency */, - CAAF9A41AA453A02AA522863EDF09759 /* PBXTargetDependency */, - 5267574A4C777D5FDBA8729D457ECF2E /* PBXTargetDependency */, - 4E97FC27DD01CB82A9BFC8DCCCFF11CE /* PBXTargetDependency */, - 7F9BA7A22B0BA85968F9DDF15094FE00 /* PBXTargetDependency */, - 358B8028A4AE72FFF2D54E1118E8486E /* PBXTargetDependency */, - C9112FCBA4F3C2555CF4D9ACAA71A370 /* PBXTargetDependency */, - 4F690F49032D3ED438F7DF91D0DFCD41 /* PBXTargetDependency */, - C66B6D69E1F076F0DD1E5A84AF42AB4E /* PBXTargetDependency */, - F254C86B796CA34EE709E31503AA85C3 /* PBXTargetDependency */, - EBF0385E43B863B424F35C61D03099B5 /* PBXTargetDependency */, - 4E4E041A1FECFD18FFB561E6255CB7D3 /* PBXTargetDependency */, - 987097C4CE0050A8536056D15E13401D /* PBXTargetDependency */, - 3098B636191833D58C0BA6757C3E03B6 /* PBXTargetDependency */, - BC3EEC9C3E4844CF4F332F75E60B74CF /* PBXTargetDependency */, - 008201B47FD78C6752D63150E4495290 /* PBXTargetDependency */, - 8AA4C609A6755CE947A5781935788F8F /* PBXTargetDependency */, - 91A794987B562B36EEE299A58494C06B /* PBXTargetDependency */, - 8DC1AFC7EAB6EC8621B3D8767DDB64AE /* PBXTargetDependency */, - F15A5EC541D0A9D92AA8C4AFF61F7379 /* PBXTargetDependency */, - AA021A594E0489739BCB52B322C614D4 /* PBXTargetDependency */, - 5FEAD49860218CE744445E9CED3F31FA /* PBXTargetDependency */, - 92A8C689AFA17B2571133A3FAF10025E /* PBXTargetDependency */, + 0E94BB8ABC0C5CCB2CA4678D05DFC4EA /* PBXTargetDependency */, + 8CDF6A8BD3F578C6C8590B387A904AE6 /* PBXTargetDependency */, + 4CD42D04959EB0D1CA487848DDDF3611 /* PBXTargetDependency */, + 600B1F1D972ED173B34FA3701314C01A /* PBXTargetDependency */, + 1E278860CCA90D9B4C3DFF396A7D1EE0 /* PBXTargetDependency */, + 525A5C04C365BEBE5AB40E613015916A /* PBXTargetDependency */, + 31D8956C8A8E43C3F55A6D8A29092924 /* PBXTargetDependency */, + B37C038EFAFD7D6E1F9F2FEAB3239F6F /* PBXTargetDependency */, + 0E1F772B6891F6B1F18CB16C6FA46396 /* PBXTargetDependency */, + 11D087B386BA65CC409DF77D493590E7 /* PBXTargetDependency */, + 926CF976907E2642B358EB5C507951D9 /* PBXTargetDependency */, + CB1138ADA231B520542C03BA3182F0A2 /* PBXTargetDependency */, + 8A732D56B5503ED454ED97FB3829D778 /* PBXTargetDependency */, + 9EF01E29C193C03ACA41F71EF7B3517D /* PBXTargetDependency */, + 628B073C74E0898BA648FA947AD1A45D /* PBXTargetDependency */, + 382B531D9EC0EB7F127249E8DF27F48D /* PBXTargetDependency */, + ECE92ABB76E5343E4BF935C9E3B68066 /* PBXTargetDependency */, + 06DC273EC08474A120949684DEA291CF /* PBXTargetDependency */, + F59B6B0B11DA0D874294D4CE311B88B1 /* PBXTargetDependency */, + 2A1C8476EC64CC08404D5A3763E8B739 /* PBXTargetDependency */, + E1B38E041DBAA5D499FEE149637EF19B /* PBXTargetDependency */, + 67253A5FE22E23C4120380D0856C1061 /* PBXTargetDependency */, + 1A024990670C44BB6C8680AD330EE334 /* PBXTargetDependency */, + 0752C056657DB1FB890A80BF88D827A8 /* PBXTargetDependency */, + 27383F30FD8CAC19F08453382BF5E414 /* PBXTargetDependency */, + 008E096B2E77E5DFFC982B793FBD51D3 /* PBXTargetDependency */, + 857FBFEF731047CDC8ED770D59057111 /* PBXTargetDependency */, + ACC50B9FA27C6ABEE331A0E5B9620E41 /* PBXTargetDependency */, + 5583EB0B14B0299A8FC42CF107D96D8A /* PBXTargetDependency */, + 8D9CA23F1779FD7F9C7FFB33439A28EE /* PBXTargetDependency */, + 930D1E6CE3DDFD48D00642170CB0961D /* PBXTargetDependency */, + 3019DD409CB64A8EB23E7858732944C0 /* PBXTargetDependency */, + 7E0E9299BCF6166A0D07BF09FAE8AAE7 /* PBXTargetDependency */, + CE85C764FEBDF96563E013990F95A299 /* PBXTargetDependency */, + B1C8AC3D8D4A1836A1180FAE8EC9EADD /* PBXTargetDependency */, + 33D73907BA455CBA9FCCDBC100843C70 /* PBXTargetDependency */, ); name = "Pods-OrderScheduling"; productName = "Pods-OrderScheduling"; @@ -8071,8 +8088,8 @@ buildRules = ( ); dependencies = ( - 57F47FB3478C3D8BFE304C0D4EC133C5 /* PBXTargetDependency */, - 2F75967F0B50A7E796D685B37012614E /* PBXTargetDependency */, + F9222946BB8117BB75A56EB79B800577 /* PBXTargetDependency */, + 7457094FA17459CB8E6167AB37FCA022 /* PBXTargetDependency */, ); name = RxCocoa; productName = RxCocoa; @@ -8081,11 +8098,11 @@ }; 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 98B2AC68ED019261CFEBB4B9C05A2355 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; + buildConfigurationList = 3D144EA05E3675531AE95589A976C623 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */; buildPhases = ( - 5F6A5D013F465C43D05515340DBEC965 /* Headers */, - B72E6B6FC36DE88CE6E73512C1A3ED6B /* Sources */, - C6DA7DE690A6DE816489ABBF257E3245 /* Frameworks */, + 635C9EA2F28FFA070D1920797A37C7D3 /* Headers */, + 78ED18CE1C193CCD1C781780203947EE /* Sources */, + 2475AE094D78D722239B5672B6EF97B2 /* Frameworks */, ); buildRules = ( ); @@ -8142,13 +8159,13 @@ buildRules = ( ); dependencies = ( - 1A71FF1EECA8DB0648C2B2A5C94FC8B1 /* PBXTargetDependency */, - 0F04E208763E1609DB6EC8EE6FFD1144 /* PBXTargetDependency */, - 9B686050B3702E78074BF091C7B25808 /* PBXTargetDependency */, - 7F76D847C836FF890C8D105CC0BFAE00 /* PBXTargetDependency */, - 92DF17AC136FA3990003CA984C25B83A /* PBXTargetDependency */, - 28C483E3B6950870FD1EF7D17380DF5A /* PBXTargetDependency */, - FE96776C2F90B61C2C1F931557CF9C41 /* PBXTargetDependency */, + 10EB2163E90DE07191172A87B8175C6D /* PBXTargetDependency */, + 0F827450042F8DEFCF5C3181C60C53FB /* PBXTargetDependency */, + 62EC727D1283BECED9BE7C4FB265EFE8 /* PBXTargetDependency */, + EA00846A07E4D32AC43285ED227ACB3B /* PBXTargetDependency */, + 8CEDE96AE649FDECA3E81F73AD5F7692 /* PBXTargetDependency */, + 53246ADD3F9FCA58F88144F4A71236A7 /* PBXTargetDependency */, + F3B661571104D1EE75D8E8184BDDD3F1 /* PBXTargetDependency */, ); name = DDMAMapKit_Private; productName = DDMAMapKit_Private; @@ -8185,9 +8202,9 @@ buildRules = ( ); dependencies = ( - BB15D1EA661F13E635453CEB97AC68A8 /* PBXTargetDependency */, - 4D2980DFD79E69581C002D9677D9D931 /* PBXTargetDependency */, - 5C5B562DE22742375C28389F3D4D552B /* PBXTargetDependency */, + B2AA40D047717BD3B106EA5E20F119F8 /* PBXTargetDependency */, + 7BAF5AF4D4494A8400D6939F773E40DF /* PBXTargetDependency */, + 36935C15F1BCF120CB73347345622E97 /* PBXTargetDependency */, ); name = DDNetworkingOfAlamofireKit_Private; productName = DDNetworkingOfAlamofireKit_Private; @@ -8249,12 +8266,12 @@ }; E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */ = { isa = PBXNativeTarget; - buildConfigurationList = 210B829A53D6237B3B0C2ABEE261B2F3 /* Build configuration list for PBXNativeTarget "DDAudioPlayerKit_Private" */; + buildConfigurationList = 3FAEEE8B14360A6349270746D6C01A19 /* Build configuration list for PBXNativeTarget "DDAudioPlayerKit_Private" */; buildPhases = ( - 1D27E2771BDF5D00F752E6422D2DA6E3 /* Headers */, - 7329123C0DC6F6E18B42DF7C7BFCC321 /* Sources */, - D5E1D84B34B71519E4F5E7B072CAC9F0 /* Frameworks */, - D33091307E1A8E5E5631E3AC9BE97ECB /* Copy generated compatibility header */, + 7934936BA7CEBF74A0BCE32D1527D7BC /* Headers */, + 18DA7CC0284639C61DAEAD9A663077FC /* Sources */, + 2B7062B6128DEA3E4F27A5BB5983DAC5 /* Frameworks */, + 8DC114B82472D95593AFB75327D4F7DD /* Copy generated compatibility header */, ); buildRules = ( ); @@ -8267,12 +8284,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 97FD3E953B2E469AD748A43EA1CBD588 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = 8FA8491B8620F29B9E77FDBCE9FFB712 /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - D308D7243FA3F6EF2DA0BA6AF4F80CE4 /* Headers */, - D33189EDEFB3138E99E83BD5149121F6 /* Sources */, - 0195FCD752A2BE70AD56BA8DF4DBA31A /* Frameworks */, - 6B0EDC3844F3C361FEDEA91A77CFC984 /* Copy generated compatibility header */, + 171A04CBA7CC422076DECA658DDA7DDC /* Headers */, + 969ECE4DDEEA046572852855200E7D07 /* Sources */, + D23F20D103EEEA7B17B32F0494D38020 /* Frameworks */, + 680BF557BB15C84F6381D555B95B2837 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -8285,12 +8302,12 @@ }; EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */ = { isa = PBXNativeTarget; - buildConfigurationList = 5848F59CA3DDA46F4FB217B5B6C99666 /* Build configuration list for PBXNativeTarget "RxSwift" */; + buildConfigurationList = B0B4EE7F2E199DDAE585DFD34835EF97 /* Build configuration list for PBXNativeTarget "RxSwift" */; buildPhases = ( - 3BBAA597943FA72A50BB8D930A99FFB9 /* Headers */, - E1EB6444266FAA3D5056B7BA50147A69 /* Sources */, - DD7D27F8A87777C65DDBD0A0C79FC5E8 /* Frameworks */, - 6E2140C5523EB14FE005D6D8B681217E /* Copy generated compatibility header */, + 8E8C0F9496EBC1D96A951C00EB8A5483 /* Headers */, + 3A977F7B055A4445FE57DF3459E417DD /* Sources */, + 95A0A4495E851A23749143EE3048D03A /* Frameworks */, + B1F82FD44DC961725A7607E8156A075C /* Copy generated compatibility header */, ); buildRules = ( ); @@ -8405,19 +8422,19 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 1D2C9D69FCFC29DD691EBBEFF78240DA /* Resources */ = { + 82F729B374ED0B2D2101284085484F90 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 620CDA1C50743C819C01828F4E869261 /* Sources_DDMAMap in Resources */, + 000A3A03A03CD1FB07B0FADA2D8A3E10 /* Sources_DDMAMap in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - F2159222D413D829C60B1AF3521AF607 /* Resources */ = { + DD7A1FD7E1DCE03C6091D1DE35F1030E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D6840A04ECDF94C1E5C5D347C8AB0172 /* DDBaseViewController.xcassets in Resources */, + 7C63B12D32195CA0FF92A3DB1BF974F5 /* DDBaseViewController.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8472,30 +8489,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/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"; }; - 378D70BECBE6DFDEBB4104C5ED061758 /* 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; @@ -8520,30 +8513,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/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"; }; - 46EB960BB6D3FDE4848A5267F5C71752 /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap", - "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/SnapKit-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; 616E20ADD3CB403ACC8C5DA2C2F8CCE4 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8568,6 +8537,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/Alamofire/Alamofire.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Alamofire/Alamofire-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 680BF557BB15C84F6381D555B95B2837 /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap", + "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/Kingfisher-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; 699137B646F0186BD557152B8D4FF548 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8609,54 +8602,6 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/JPushExtension/JPushExtension-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - 6B0EDC3844F3C361FEDEA91A77CFC984 /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap", - "${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/Kingfisher-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Kingfisher/Kingfisher-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; - 6E2140C5523EB14FE005D6D8B681217E /* 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"; - }; 6F80FA46DA0904DDF27D0A528B51CF6B /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8729,6 +8674,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/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"; }; + 8DC114B82472D95593AFB75327D4F7DD /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap", + "${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/DDAudioPlayerKit_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/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_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"; + }; A581103979B6DC05CEC0E4B22FF6211C /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8842,6 +8811,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/DDAutoUIKit_Private/DDAutoUIKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAutoUIKit_Private/DDAutoUIKit_Private-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + B1F82FD44DC961725A7607E8156A075C /* 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"; + }; B2E1F65301927D134278E2BD445E77BE /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -8866,7 +8859,7 @@ 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/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDNetworkingOfAlamofireKit_Private/DDNetworkingOfAlamofireKit_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"; }; - D33091307E1A8E5E5631E3AC9BE97ECB /* Copy generated compatibility header */ = { + BF3E5CE6B77034D09584B60F61F40F75 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -8875,20 +8868,44 @@ ); inputPaths = ( "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap", - "${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private-umbrella.h", + "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap", + "${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h", ); name = "Copy generated compatibility header"; outputFileListPaths = ( ); outputPaths = ( "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/DDAudioPlayerKit_Private-umbrella.h", + "${BUILT_PRODUCTS_DIR}/SnapKit-umbrella.h", "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_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"; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SnapKit/SnapKit-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; + BF54F59984BF784BBA91D473E3499E61 /* 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"; }; D73EEB9F3069F731FAED740B7B5491BD /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; @@ -8931,7 +8948,7 @@ 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"; }; - F5EE999CB6651F301EC86CA523208684 /* Copy generated compatibility header */ = { + E61F436164A0E2AB4E679A7FBFE91577 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -8940,20 +8957,20 @@ ); 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", + "${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}/DDLogKit_Private-umbrella.h", + "${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/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"; + 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 */ @@ -8976,6 +8993,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 18DA7CC0284639C61DAEAD9A663077FC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8450050DBE42DDA15E2C3455E4FD7842 /* DDAudioPlayerKit_Private-dummy.m in Sources */, + 9AC719C02EE114E920777948A61E2422 /* DDAudioService.swift in Sources */, + 4A5E99327B9F7FA7806E52CE42B98F5E /* DDSpeechSynthesizer.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2F9DCB8466BB717F04CB15FEAC24CFD4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9021,10 +9048,171 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 38E287220A5ABC5E384EBE3BB5F0B6B3 /* Sources */ = { + 3A977F7B055A4445FE57DF3459E417DD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + EAA44A435D54BC6B3815D64E439B94B8 /* AddRef.swift in Sources */, + EC98BCBCDABDC0EE54469D004BC09128 /* Amb.swift in Sources */, + 8355FD4C7CA52E9F6982882ACED03D44 /* AnonymousDisposable.swift in Sources */, + 7E3A39E796868AD85C747F00BD58C9F7 /* AnonymousObserver.swift in Sources */, + 144B63DAA7BFD545C9FCD61507EC283B /* AnyObserver.swift in Sources */, + 3E332FF999467D4DED43DB460639518D /* AsMaybe.swift in Sources */, + 564DC8E839E553E1192DCA0A0AD477A6 /* AsSingle.swift in Sources */, + 8D25C85C4B565616911ACC90C90DD30D /* AsyncLock.swift in Sources */, + AC83B837A4D3D9721205D8061EDD6AFD /* AsyncSubject.swift in Sources */, + 129CE4538E98C44260BA4EDF448106CB /* AtomicInt.swift in Sources */, + AF20C9CCC96ACA59597AA57E5BC0268F /* Bag.swift in Sources */, + A0C9DAFBB2CC8967DFEA7BA23E97E641 /* Bag+Rx.swift in Sources */, + 6FAED2DAF98672997EE37F666C8810A9 /* BehaviorSubject.swift in Sources */, + 13134FDBDD7C8A88A94F6AE771C1E269 /* BinaryDisposable.swift in Sources */, + 085CEC9547F4E815E3FE572C4EB8C161 /* Binder.swift in Sources */, + 356972A762DA5041DC096CF5156FEE4C /* BooleanDisposable.swift in Sources */, + BC06CA9B03978B7F75E5A6594FB09BD0 /* Buffer.swift in Sources */, + 89D27D7423022608C1921D17D45CD079 /* Cancelable.swift in Sources */, + 3E7BA010C45287DC3BAEFB90F4DCFF1B /* Catch.swift in Sources */, + 8C4284B5EB4148030ABD243ABAFD2466 /* CombineLatest.swift in Sources */, + 8F3B69C441A4B205D5331E2EDF5265CF /* CombineLatest+arity.swift in Sources */, + 4F2B68DB7C56A383B011F7B6B842A987 /* CombineLatest+Collection.swift in Sources */, + 8179265B36E449390FEABB6E36F496C4 /* CompactMap.swift in Sources */, + 14D2AC5CF1FE2CBCE8EDDF88B8A6CA78 /* Completable.swift in Sources */, + 102F36762552D87BC2E504B5ED5B9F8A /* Completable+AndThen.swift in Sources */, + E71C7407EEF0BACDE406ED832494B67D /* CompositeDisposable.swift in Sources */, + 3154F883FDB9974334625913E981CC3B /* Concat.swift in Sources */, + A6DF68A6E66549A811545E35F6FC904E /* ConcurrentDispatchQueueScheduler.swift in Sources */, + 97C428064EF72CE6FF203101C5D35179 /* ConcurrentMainScheduler.swift in Sources */, + F5E7C0BCA3369EB9F6085EF59DD88002 /* ConnectableObservableType.swift in Sources */, + 19795CA75DE1440B67CF7898060D6CBB /* Create.swift in Sources */, + E9DB272B0A38B7411FA0AFFEEFE094C7 /* CurrentThreadScheduler.swift in Sources */, + FB01D77D61961D29077D9DBA79CEC832 /* Date+Dispatch.swift in Sources */, + 54DC34E53DD05EFC489FD923025B6113 /* Debounce.swift in Sources */, + 6D371967017FB71DE9BF5F162FBF896D /* Debug.swift in Sources */, + C2A16D769520D0FD5CFDE88AC4A843E4 /* Decode.swift in Sources */, + 44D3FB71396E5352CE3316AECFC87EA1 /* DefaultIfEmpty.swift in Sources */, + 63501CD370E430CE3BF82EF5DF0E31D8 /* Deferred.swift in Sources */, + DB4D5AD645EAA533A56698ECF9A7A751 /* Delay.swift in Sources */, + E8DE5D3AF4523603D456F08CA64C3755 /* DelaySubscription.swift in Sources */, + 5DDC53C14E5B5CE3E9D53F71212BE330 /* Dematerialize.swift in Sources */, + CD133C88F89F65665D15D625F25175C2 /* DispatchQueue+Extensions.swift in Sources */, + 0E7FFF166B970851B6EEAD207F5B59D5 /* DispatchQueueConfiguration.swift in Sources */, + 70EFDEFCC3E6E3B63B5C155CC7A3EF7E /* Disposable.swift in Sources */, + 3EDA7149020CF3BAF2F6959A07B2826F /* Disposables.swift in Sources */, + F330E1FAAB36454A88AC6946F3EB7908 /* DisposeBag.swift in Sources */, + FDA86EA9B17C899ECBFD0605B4F570FF /* DisposeBase.swift in Sources */, + 3DBF15C90D21AE3C6873BA2F90DF7319 /* DistinctUntilChanged.swift in Sources */, + 129D4473DEC9223BB30CD3487E716052 /* Do.swift in Sources */, + CE543F2CC46C19616EA706C679D57FFE /* ElementAt.swift in Sources */, + 52005088C42984D999C1F13278447BD7 /* Empty.swift in Sources */, + 938DF3E0B1199A67EFD70A148D6C38AB /* Enumerated.swift in Sources */, + F30B5845FB64352D185A89ED2DA1BB5D /* Error.swift in Sources */, + F3415BDCC68E770FA21849A394B7A090 /* Errors.swift in Sources */, + F6570D859B85A8DA35A42250E748CDF6 /* Event.swift in Sources */, + 4EAC3784FFF6A4EFA249D8590C8625EA /* Filter.swift in Sources */, + B7A8B274CAE4CB11AD0E2E5E6A329F55 /* First.swift in Sources */, + ED94ABA5A12B437B2E55D412219065B1 /* Generate.swift in Sources */, + 7839216C647A5360B6885B97AE73B3E2 /* GroupBy.swift in Sources */, + B6C1826C72AD419322F73F4BACDDDE57 /* GroupedObservable.swift in Sources */, + 8CEC98767E4451B116FC2CD7BBC20B51 /* HistoricalScheduler.swift in Sources */, + B7B050DF104F27DE9B308700BF5F9A5E /* HistoricalSchedulerTimeConverter.swift in Sources */, + CBC273777FC5C474AF2B1865DD93F200 /* ImmediateSchedulerType.swift in Sources */, + 84697421BF90A0C6F48E1F644B6DE167 /* Infallible.swift in Sources */, + 4ED89FAA1C81D65DEEE537D4D72A1588 /* Infallible+CombineLatest+arity.swift in Sources */, + A59E6F51D674C6957906E9560DB4BD3C /* Infallible+Concurrency.swift in Sources */, + F8DFFDE7B9CD1A785B2EFE0CA17F06C2 /* Infallible+Create.swift in Sources */, + AB02524ACCF5117471AB994BC3D6E242 /* Infallible+Operators.swift in Sources */, + 1794017E0498BFC7303A80ED2B6905D9 /* Infallible+Zip+arity.swift in Sources */, + DB871699B7A5C8C795AC11CC115953D0 /* InfiniteSequence.swift in Sources */, + E5CB3E7B20591C9ED2064141E13B4BFD /* InvocableScheduledItem.swift in Sources */, + E93B447AB6E71DF26177A8E509B86920 /* InvocableType.swift in Sources */, + 332487115F1C488709DD0531DAC26F2F /* Just.swift in Sources */, + 711145935C2F56442CBF8A32C3BF23F2 /* Lock.swift in Sources */, + B8473CA4CC498892F0950D41B24426A5 /* LockOwnerType.swift in Sources */, + A374941464F929547A92BBF2F8CA89F0 /* MainScheduler.swift in Sources */, + 24E8AD199D92B32EE89787347821B0C1 /* Map.swift in Sources */, + C1A75766877991116A4426B9C385AF70 /* Materialize.swift in Sources */, + D1AFF1E0B0B0486118857F6E70203D03 /* Maybe.swift in Sources */, + 482BEDDC762EBB971CF5F81717FADE67 /* Merge.swift in Sources */, + BEA99057B539090F53E138F4E1D42024 /* Multicast.swift in Sources */, + 5643AB8DAA08B6E988A12BA3D5C5E2A8 /* Never.swift in Sources */, + 7E2E368D6F4738DF3028CA2A1132F373 /* NopDisposable.swift in Sources */, + 70AD3F4D3968A18849F54B28BBB2520A /* Observable.swift in Sources */, + C32E21EA9259778E99691148A41EB2F8 /* Observable+Concurrency.swift in Sources */, + ED12BD61F6DB63760A0BEA3814D5C09C /* ObservableConvertibleType.swift in Sources */, + 0507C4FF1C7DA6296CD9B6400520545D /* ObservableConvertibleType+Infallible.swift in Sources */, + BA8BF2DAB5869E16779581D1221978CC /* ObservableType.swift in Sources */, + 1FFB028BBA9AFF589F8793664E7D7C23 /* ObservableType+Extensions.swift in Sources */, + 51093ABDAC6F338CBD2E3D949C91D689 /* ObservableType+PrimitiveSequence.swift in Sources */, + DF24F2098CF615B90F1DB4A27CB20644 /* ObserveOn.swift in Sources */, + A6AAD33354413B3582BC2A68567EE57F /* ObserverBase.swift in Sources */, + D4CA1CBDC5254D516047F46A04B2283F /* ObserverType.swift in Sources */, + F2ED5033D460924DA21A3506B002B1ED /* OperationQueueScheduler.swift in Sources */, + 39CF5E486D6AEAA0BE43F2F94A14718F /* Optional.swift in Sources */, + 077FF77CBF5B28A513978192C80BD054 /* Platform.Darwin.swift in Sources */, + 80D2101BB8847010DB0C0E18791C5279 /* Platform.Linux.swift in Sources */, + 3BE621FB596B31034E1D6A7717B933FD /* PrimitiveSequence.swift in Sources */, + 57C1DFAF264C82C61CC623B3B9677F75 /* PrimitiveSequence+Concurrency.swift in Sources */, + F9BB127682F52F3C6C3F957849A489F5 /* PrimitiveSequence+Zip+arity.swift in Sources */, + B26F1CEAB0F3FFBE8FEC24BC8448B378 /* PriorityQueue.swift in Sources */, + 439F332B33112344ACA1E3E7534C0D67 /* Producer.swift in Sources */, + 7C31376C01C1B5B118D7597BAC18D092 /* PublishSubject.swift in Sources */, + 89AFF5729FAAD889695F3AFA14DCFAA1 /* Queue.swift in Sources */, + 6AE715DAB0BD0D00E77C4FB0281BBDCC /* Range.swift in Sources */, + 8B1F01356ACE93D3F573CF7681FA010F /* Reactive.swift in Sources */, + 997B1599134B17020D1F3D55A17D4ABD /* RecursiveLock.swift in Sources */, + 651776424D17537C5D8CDFFAD435FF7C /* RecursiveScheduler.swift in Sources */, + 8038AC6013485BD220DD0C2885E2B8AD /* Reduce.swift in Sources */, + 70EDB5589A487C294DF72F52BCD34EBF /* RefCountDisposable.swift in Sources */, + 588E1DFCDB61836A00F8027B0133DADF /* Repeat.swift in Sources */, + 1AFDF285C4FB6DB22DDD4D5B60D4E7DE /* ReplaySubject.swift in Sources */, + 3D0525B55AF16075405556FF43862596 /* RetryWhen.swift in Sources */, + 85F3B80884E1E234B99B7A23F85276E6 /* Rx.swift in Sources */, + 9B199835FF4AC87B49FE644A2FB9AD8B /* RxMutableBox.swift in Sources */, + 8E6D5AEB1FB55DBDF9C9A98E37238C13 /* RxSwift-dummy.m in Sources */, + BF416DFB6F44571F9A27A90D2822202D /* Sample.swift in Sources */, + CC9BB66A33ADC2037D887C4D783CB417 /* Scan.swift in Sources */, + B6D377EABCB2CE73E066A4F71FD8E9A9 /* ScheduledDisposable.swift in Sources */, + 677D17F4DCFB64D499A57CDF0A633C52 /* ScheduledItem.swift in Sources */, + 40B19E1F5CB13E1962DD49EE3D695DD1 /* ScheduledItemType.swift in Sources */, + 9033FF90A94C8EAE832DE350267D06E1 /* SchedulerServices+Emulation.swift in Sources */, + 64C5E36A38F936680B3630441049A914 /* SchedulerType.swift in Sources */, + 2ECCBD900BE52DF852E5877E3133459E /* Sequence.swift in Sources */, + B24975ABDE1AC13FEE3DCF408C84F2FD /* SerialDispatchQueueScheduler.swift in Sources */, + FCD599139F84F1B1D7470232745F5169 /* SerialDisposable.swift in Sources */, + EF1734D7010A86966B040E08CC67E703 /* ShareReplayScope.swift in Sources */, + 5BC79A76D4F5B756F13DB7F8A82EF257 /* Single.swift in Sources */, + 34CF3098F60A43F9870420B97A0EAB9F /* SingleAssignmentDisposable.swift in Sources */, + D70E5E217BDF7255D9D26E5A7D922A72 /* SingleAsync.swift in Sources */, + 0A099FD5FE8F69089AFEEFD44C440011 /* Sink.swift in Sources */, + 4D03136DC0ED073B71429EE4A98BC192 /* Skip.swift in Sources */, + C080C78FBEAB43A0B238938255455913 /* SkipUntil.swift in Sources */, + F6A612409791A4602C3435475C3D9E9B /* SkipWhile.swift in Sources */, + E32563718A698A0087965760E7045597 /* StartWith.swift in Sources */, + AEE40C0C62FCE7039731D66DFF9D5987 /* SubjectType.swift in Sources */, + B39A10F0EB221B56DDE14E14FA5EF3D8 /* SubscribeOn.swift in Sources */, + 53BD02FC67C3C0CFA2446BBC84F093E3 /* SubscriptionDisposable.swift in Sources */, + 637F6EC0A5C6B6A0547AE3F79720CAE0 /* SwiftSupport.swift in Sources */, + 792CA049F7013A0B3FB49D7F2770BE53 /* Switch.swift in Sources */, + A83B0B6F538F656258273AD28140F89C /* SwitchIfEmpty.swift in Sources */, + 463308594DB3E5ED7BA13BAFD9785469 /* SynchronizedDisposeType.swift in Sources */, + 3C47F467CDE31DEA2C41BDC3AAF55495 /* SynchronizedOnType.swift in Sources */, + C76AD9F15D801A3A8C7B58754F5DBB8D /* SynchronizedUnsubscribeType.swift in Sources */, + ECD432B1EDF5EF3DC8115ECC30648188 /* TailRecursiveSink.swift in Sources */, + FE9D122941D37E0C76C537E7D3A3CCB3 /* Take.swift in Sources */, + F84DA333599579592DFBF9E318CCF449 /* TakeLast.swift in Sources */, + 2F993F48F72BD5F608740FBD4F1A46FA /* TakeWithPredicate.swift in Sources */, + 4327EE32429801B2650D6090A6FFC285 /* Throttle.swift in Sources */, + 8D69C4D2E381144E1003695026C5661D /* Timeout.swift in Sources */, + 0D647B6591F48A8AF22AFC4E9A122A2B /* Timer.swift in Sources */, + D4B95E0AFF139A6A959C4FABF535EBF2 /* ToArray.swift in Sources */, + 19539E6EBA6F66D2DC6D830D57EE8C8A /* Using.swift in Sources */, + 1FF9E5D23DB45A2014BBA5E98A2D1C0D /* VirtualTimeConverterType.swift in Sources */, + EA4E4974E3922E3DF4C4911BA2F33C05 /* VirtualTimeScheduler.swift in Sources */, + B2DF159598F055C7303DCBC77F2786FE /* Window.swift in Sources */, + 7BB1B0C868E107B1D3E8FE722E67FB8C /* WithLatestFrom.swift in Sources */, + 4042A46C5BF3899CEAA195ACA1ED06B2 /* WithUnretained.swift in Sources */, + 0CB00E0CA00623285F245FF76802513C /* Zip.swift in Sources */, + 47E7856E599AE8DD6DC7682378FA5F14 /* Zip+arity.swift in Sources */, + 024B709082F4B965DCDF8F0CE4F178C0 /* Zip+Collection.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9080,6 +9268,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 45E3A2215DA2D3A3512380AA2CA0C3F4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 030B307E835AFD07AC27CE9F01509A69 /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 483DE37B366FF1CB8B8590F2210A9B40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9118,12 +9314,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7329123C0DC6F6E18B42DF7C7BFCC321 /* Sources */ = { + 693E031629321D98E73BA3074800F7B3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 38D34D1D9C15BE0DB9F9695D430D3681 /* BehaviorRelay.swift in Sources */, + 1D9E37204DB76A795E3B34A0A990B0A8 /* Observable+Bind.swift in Sources */, + 0C9E3B068580780EC96539E4E01E7754 /* PublishRelay.swift in Sources */, + 61F09EEC8B2972FCAFBC8E3D3C2F9E7B /* ReplayRelay.swift in Sources */, + E3A2DE9F4E2A404EAFBCAFA12250ED06 /* RxRelay-dummy.m in Sources */, + 9743A154CAB1AA16FA7FA58856EC9484 /* Utils.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6F4B87F6E7AAFDBE78903A47BD3E2918 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6E881FBDF3FFC0B4F3E680E564C0D595 /* DDAudioPlayerKit_Private-dummy.m in Sources */, - 58E91C61B835DFF9D17760CB57DD5DC2 /* DDAudioService.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9175,11 +9382,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7A342799E1DB16E1C7F3F2D8A92BB93B /* Sources */ = { + 78ED18CE1C193CCD1C781780203947EE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BA13DC414281FAF210086D1BCF79E6BD /* Pods-OrderSchedulingNotificationService-dummy.m in Sources */, + EA0CA94986007281843DAE5F473F3C1E /* CALayer+DDCategory.m in Sources */, + 2806620BD67612D6858E8BF7D97A595A /* DDCategoryKit_Private-dummy.m in Sources */, + 9D4EB06D6F5111A6EAA44D173B692B45 /* NSAttributedString+DDCategory.m in Sources */, + D7E938B72ADFCD168F653330737F1D39 /* NSBundle+DDCategory.m in Sources */, + 780A2706A684E09EB3885B9C62958FE0 /* NSMutableAttributedString+DDCategory.m in Sources */, + 968B6116A2BC02BB0E7BB7213D6BBF80 /* NSMutableParagraphStyle+DDCategory.m in Sources */, + 067CE5F35FFF70688EE4B44F7E19658D /* NSObject+DDCategory.m in Sources */, + AB80739587AA5E9CDA3B11A8D5C8ECD4 /* NSThread+DDCategory.m in Sources */, + A4E35339201B6F99DE584A33C09BD0EE /* NSURL+DDCategory.m in Sources */, + 7ACCE0D0137A7B3F7F73E424AABD94D1 /* UIApplication+DDCategory.m in Sources */, + 631C27810828AC1508132CC14E9C94AE /* UIBarButtonItem+DDCategory.m in Sources */, + 960326A011243CD1977933C68A9824C0 /* UIButton+DDCategory.m in Sources */, + B9ADC298A5579487C1D5432AD00DBA2C /* UICollectionView+DDCategory.m in Sources */, + 7B2BB5932A761EDD215BE194AAC6D70A /* UICollectionViewCell+DDCategory.m in Sources */, + F62C28ABCD33F9ABFE4523099E139518 /* UIFont+DDCategory.m in Sources */, + 37DA8292DE1003A523BFE6EC49E2F7C9 /* UIImage+DDCategory.m in Sources */, + 451C0212FBBBDEAC9CFEAA7AD0AF7C4D /* UIImageView+DDCategory.m in Sources */, + 971391F5F5FCD6BA85EEB1A08FF8D18E /* UILabel+DDCategory.m in Sources */, + F4AC2A0946A7CCCEB41B4DD3D15EAD37 /* UINavigationBar+DDCategory.m in Sources */, + 7EF675A5A3714F46C79DD62E14FC3E62 /* UINavigationController+DDCategory.m in Sources */, + 1BFC18CFD761C91DA09CC5869381ABD4 /* UINavigationItem+DDCategory.m in Sources */, + 4ABFB29028CB07983DA8988B4CF87A73 /* UIScreen+DDCategory.m in Sources */, + 2A9F8FA74CBDF51F65153721E96132B8 /* UIScrollView+DDCategory.m in Sources */, + 3FE6AD41F6A905AA0D7A5C5C1DC8FC42 /* UISwitch+DDCategory.m in Sources */, + 771AB85C67FA87FE966992FEF3464A94 /* UITabBarController+DDCategory.m in Sources */, + E3DD6546FE647304730C20064EBC74A1 /* UITableView+DDCategory.m in Sources */, + 6C03BF7336017D68132631B8399242E0 /* UITableViewCell+DDCategory.m in Sources */, + 3F66E49D391B3D2179B4D9B255B2CF2F /* UITextField+DDCategory.m in Sources */, + EA4FBCEE4DB07A76DB3AC8595EBEEDED /* UITextView+DDCategory.m in Sources */, + 6E9E7926747D465D5684CCD82352C5E3 /* UIView+DDCategory.m in Sources */, + CE8D9C7C3CE92C6A7F538475382ADAD6 /* UIViewController+DDCategory.m in Sources */, + 1110D57AF9B5945B87F0BEB50BD836F2 /* UIWindow+DDCategory.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7A3F3FA724A749A869C5883008AB677A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F1069F9722CF6858F27E0FC882DB954F /* DDLogKit_Private-dummy.m in Sources */, + 15A534EC2AAD0C4AE6FDE34150BC9BDA /* DDSwiftLog.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9192,16 +9439,72 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 99A49ACCEA656B20ED8DDB4756B28B94 /* Sources */ = { + 969ECE4DDEEA046572852855200E7D07 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 78E1DD017E3493217692D927E6FAB685 /* BehaviorRelay.swift in Sources */, - D6D433142B682531BEE093B3BDCF5F85 /* Observable+Bind.swift in Sources */, - 20043137ECCF7FD651E5D5067CB8ED3D /* PublishRelay.swift in Sources */, - A4390CE9EDCECFF6375AA584E2EAD34F /* ReplayRelay.swift in Sources */, - 44753C60B4D6B5F8146603BD1F4E8AD9 /* RxRelay-dummy.m in Sources */, - 401174B9915431D1988CA7A5655209B6 /* Utils.swift in Sources */, + EA0D6CEA7EA91332DAF0F2AF27FA5263 /* AnimatedImageView.swift in Sources */, + 37B32B549D28CA8C7DB46F5B9038648B /* AuthenticationChallengeResponsable.swift in Sources */, + FF5A9550827E7EEAB7CBE8706BCBC17E /* AVAssetImageDataProvider.swift in Sources */, + 3396EF0A6AFD8FE8CFE2DD7FF95CBAF7 /* Box.swift in Sources */, + D332892853A0FB6E33325358D644FE98 /* CacheSerializer.swift in Sources */, + EF9C5BA24830E992A86273532C2BF071 /* CallbackQueue.swift in Sources */, + DBE39C37956FD402893419D0E0E4DFDA /* CPListItem+Kingfisher.swift in Sources */, + 74E38CAEBC34B3FB21ED77CDFA99E97B /* Delegate.swift in Sources */, + 9A7B1B81B344D203ABC7ED4FEE5F8B80 /* DiskStorage.swift in Sources */, + 0CBDEDE255EF6253F732B207A7742BBE /* ExtensionHelpers.swift in Sources */, + 34B13846C3F7C171766F8CB64CB997B2 /* Filter.swift in Sources */, + E130A668A751E4A0643C2FFF12634FE4 /* FormatIndicatedCacheSerializer.swift in Sources */, + 70D930AF78029DE101C5C1A104D3A14A /* GIFAnimatedImage.swift in Sources */, + 55AEB2B38B44B782E989CCF282594457 /* GraphicsContext.swift in Sources */, + CC63761AFC40E88903EEC20E5C5332CC /* Image.swift in Sources */, + 8CDAF204314B4DC92F94D3376CE74F08 /* ImageBinder.swift in Sources */, + 19DE372AA86B8C1A8F5A23B383E88610 /* ImageCache.swift in Sources */, + 5E28B24BFF424DC992C42EDBEB854FAA /* ImageContext.swift in Sources */, + 177ED9B8BE92C0E09633191E1C47508F /* ImageDataProcessor.swift in Sources */, + 305F6F74F237E8D75191D3A0E2B2FA5E /* ImageDataProvider.swift in Sources */, + 95C38DF182BC34A9754C569B03ADB808 /* ImageDownloader.swift in Sources */, + D15E9B47C1CB6AB18E33B0364ED8D06C /* ImageDownloaderDelegate.swift in Sources */, + 74DED4174318E09685FC3A6C8408EA2D /* ImageDrawing.swift in Sources */, + C5C0EEC83876EEF6EC26F3311899CF07 /* ImageFormat.swift in Sources */, + 0B82D82FD354E3C9B51CE84C1984067F /* ImageModifier.swift in Sources */, + 62F77D05A3024B64836857A15D49D29E /* ImagePrefetcher.swift in Sources */, + 2F196E2BB55F71216A6E112CB31DC3CA /* ImageProcessor.swift in Sources */, + DFB5E0E005400E3E183CDA4EC82C9D84 /* ImageProgressive.swift in Sources */, + 5BED70B2291F54A9D211E630B3D12AD6 /* ImageTransition.swift in Sources */, + 1B5F17A6BCE770EB53A30BDD8C2F9929 /* ImageView+Kingfisher.swift in Sources */, + BE12C45D6816EEA28AD455A4B0AF70BD /* Indicator.swift in Sources */, + 9D4BA9589DAB21DECBF622E9D6D3CFC7 /* KF.swift in Sources */, + A554F742AF8AC6C99472A587071CF0DC /* KFAnimatedImage.swift in Sources */, + 140C4618A2EDD71949482F96D5ECB5A4 /* KFImage.swift in Sources */, + 92A9D118C71D6FAC00D0916EB9B19BDA /* KFImageOptions.swift in Sources */, + F6B343B2864B3A3276BEEF0DE97C5A58 /* KFImageProtocol.swift in Sources */, + 9C2D50C8E58106C80A988C718FC46EA8 /* KFImageRenderer.swift in Sources */, + 2EDC22C111EFEED46A1D26D858FE2002 /* KFOptionsSetter.swift in Sources */, + 2EBDC8A8E2B5F900D6CB0D64DB9C6CD5 /* Kingfisher.swift in Sources */, + DCCCB3B0D1B5EE71378ABA6BAAE13C41 /* Kingfisher-dummy.m in Sources */, + 994A74FB58CA146AE7EF7128F9FBC2AA /* KingfisherError.swift in Sources */, + FEEEDAFBF11ECBA0B2442AB747D49862 /* KingfisherManager.swift in Sources */, + 39BCB56E19F83C853F5D4DA97D952D33 /* KingfisherOptionsInfo.swift in Sources */, + C4F0498FFC8616C8AB395E42ED417135 /* MemoryStorage.swift in Sources */, + D8B07D34352045066F97881AEF1B9992 /* NSButton+Kingfisher.swift in Sources */, + 1D0BDE6D9B4F4B80EA73D70A80210483 /* NSTextAttachment+Kingfisher.swift in Sources */, + EFA06B9B5E111327C62350AA3981DA61 /* Placeholder.swift in Sources */, + 3A41D798A225A35AC7C82B86D1156288 /* RedirectHandler.swift in Sources */, + 835A3F241CD2A66C983299DECDAE1F82 /* RequestModifier.swift in Sources */, + 728FA6B4BF36FFDED424C49F4C3150C1 /* Resource.swift in Sources */, + C6C69214A64C54AD2F30DA4EF3371042 /* Result.swift in Sources */, + B8F821C412AB5315D7D0BADE1A142597 /* RetryStrategy.swift in Sources */, + 19BA6B5AC4E3454EF9215653DBDAFCC1 /* Runtime.swift in Sources */, + A6DD29689F7CE2272732F5E1650485EA /* SessionDataTask.swift in Sources */, + EEA1C3ED5FDA3D099C7794F042DE9BDB /* SessionDelegate.swift in Sources */, + CC0F8791429281C1C4E194799EE130EF /* SizeExtensions.swift in Sources */, + B1BD6973CB6B02C92A22231C9526B0DA /* Source.swift in Sources */, + 84F7ECEB4B06730CEC38C6D75E87F3DE /* Storage.swift in Sources */, + 519AFF9F3DA9EA2E1EB66201B996539A /* String+MD5.swift in Sources */, + 62ED24DFB1EED0A05D7DDDA6FB1BED89 /* TVMonogramView+Kingfisher.swift in Sources */, + DB61B17E4724CA6042F6A70DD4BE6329 /* UIButton+Kingfisher.swift in Sources */, + 5AD2AD7AE8F85C5EDF97D2BDC0B3A2A0 /* WKInterfaceImage+Kingfisher.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9352,45 +9655,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B72E6B6FC36DE88CE6E73512C1A3ED6B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0D4389D9CF0EAC5327CCDFF026305798 /* CALayer+DDCategory.m in Sources */, - 6B89E8277C0AEEFBA98E25493C0AD9B4 /* DDCategoryKit_Private-dummy.m in Sources */, - A77D042C0EE798B06F9120BABDB68255 /* NSAttributedString+DDCategory.m in Sources */, - 31822EC50EA6D80C006A8724FCB33E71 /* NSBundle+DDCategory.m in Sources */, - 454EFBB65314EF0DCC98FD780F2BD39F /* NSMutableAttributedString+DDCategory.m in Sources */, - 0FEEBBB114CAA44F38179853D7AFF599 /* NSMutableParagraphStyle+DDCategory.m in Sources */, - 9B3034DE85AC2C2172ED522E4756BB0B /* NSObject+DDCategory.m in Sources */, - 7164E8CD0BDD5B5F18758D6B86D5F1F9 /* NSThread+DDCategory.m in Sources */, - 77B0273D89449DA79C72217AF57E5A47 /* NSURL+DDCategory.m in Sources */, - DFFDF8651C37D5DF303C6DEE7F973568 /* UIApplication+DDCategory.m in Sources */, - 3BA78DA2A3253E017D4FFD7C71DC28C1 /* UIBarButtonItem+DDCategory.m in Sources */, - 711B25F3CA42B980B39A6463B9CDAEEF /* UIButton+DDCategory.m in Sources */, - B12E1D13FBD4ED9307E4BE0B8CA3A25C /* UICollectionView+DDCategory.m in Sources */, - 7A6B61349A1B50DF6E904F761F6EBC4B /* UICollectionViewCell+DDCategory.m in Sources */, - E7396A74BE2AC793EF629004F51A30F4 /* UIFont+DDCategory.m in Sources */, - A63635F42151DC61690AB3D4344111F7 /* UIImage+DDCategory.m in Sources */, - BE11323D433BE89670AC4426D26E30CF /* UIImageView+DDCategory.m in Sources */, - 969904FA903EE6C2EACFC8C452B25FE5 /* UILabel+DDCategory.m in Sources */, - 5B8EC4C5155A775D8C9BE1E45713804E /* UINavigationBar+DDCategory.m in Sources */, - 7CD8B6A0298D4FE0AEF7A41145510C7F /* UINavigationController+DDCategory.m in Sources */, - 7B3E9A61AF1EC4DF9CF807E2BFF45E1C /* UINavigationItem+DDCategory.m in Sources */, - EB6B5F3AE26785E65E1F91DD694853BF /* UIScreen+DDCategory.m in Sources */, - 71FC83AFAF23E756FE864162EEA31500 /* UIScrollView+DDCategory.m in Sources */, - 5D95845B57B041E714876AF930C152CB /* UISwitch+DDCategory.m in Sources */, - 71AD91355CF2C5747EFCA6064FAB26E6 /* UITabBarController+DDCategory.m in Sources */, - B206DE65C9441E9FCE3CA1282ECF02F2 /* UITableView+DDCategory.m in Sources */, - 9A46A2F7E8AAAE342D18C303B3B6EB8E /* UITableViewCell+DDCategory.m in Sources */, - D4B730EE988770D669C0A758CEB36008 /* UITextField+DDCategory.m in Sources */, - 6A67580592A611F6DAF9955550ED5C3A /* UITextView+DDCategory.m in Sources */, - 40F2CA926703952BC89606434244EBDA /* UIView+DDCategory.m in Sources */, - 9D2D3680BD77FB36C9483F4B2386CBC8 /* UIViewController+DDCategory.m in Sources */, - 2BE485EA399C9F617CEA6A29D80890ED /* UIWindow+DDCategory.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BD841258657B4E06EA70273306E217D7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9463,15 +9727,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BF0745C80123D3D9B885AC43C08AC8BE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 264CD45BABE5BF94794AE350E03DBD83 /* DDLogKit_Private-dummy.m in Sources */, - AB4D5C66726A63E322A042017408210E /* DDSwiftLog.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; BF5D1339FAA2513586466B05F9B8BB07 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9566,6 +9821,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C3347F1C7C8F159553EC00DF0C79D8C9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 44E729DB3E0A292C37756650C9400E84 /* Constraint.swift in Sources */, + 50403D02E0C8000B14042DD2F6E14B9E /* ConstraintAttributes.swift in Sources */, + 831B40461BDFABBB0481D73C5635D194 /* ConstraintConfig.swift in Sources */, + FFB9FDAF1C18B29BC29C808A82C83876 /* ConstraintConstantTarget.swift in Sources */, + 712ADC0A6744DEFB68F9F0D2C39F2BDE /* ConstraintDescription.swift in Sources */, + 9B040EF2052D507A186D9ED95FFEA2A9 /* ConstraintDirectionalInsets.swift in Sources */, + 2BAFAC7061FC2A0AB276CD8C08784D8B /* ConstraintDirectionalInsetTarget.swift in Sources */, + EE168B408CC7DD20BB286A47B5532138 /* ConstraintDSL.swift in Sources */, + 33C8D4089A7048C8F347CC80EF4EC36B /* ConstraintInsets.swift in Sources */, + 7546169397EC14F6C21EC059280494C0 /* ConstraintInsetTarget.swift in Sources */, + 9F46D6B767FD172791A5A4E83697672E /* ConstraintItem.swift in Sources */, + 3C25563D52BCCCE1516641D19C2C04BC /* ConstraintLayoutGuide.swift in Sources */, + 6FCC42973BD8CA5917720290F884540D /* ConstraintLayoutGuide+Extensions.swift in Sources */, + 8EB785887255F35713ACD52FBE15E94A /* ConstraintLayoutGuideDSL.swift in Sources */, + 25754C44FE8759C61FB3ADEC2219DC39 /* ConstraintLayoutSupport.swift in Sources */, + 6FDFC30BDAE9687696B316B41475FCB8 /* ConstraintLayoutSupportDSL.swift in Sources */, + FEB5E94EF9C329703618B1AA03081F09 /* ConstraintMaker.swift in Sources */, + F88C8F6BFF04D1937EB7FB400EED1BE7 /* ConstraintMakerEditable.swift in Sources */, + A90020537AA6B6B507B88E032ACCB083 /* ConstraintMakerExtendable.swift in Sources */, + 9B087B1B533C1A7BB35C7FE694321A08 /* ConstraintMakerFinalizable.swift in Sources */, + 7677204A8BDB03111881542D23802C6D /* ConstraintMakerPrioritizable.swift in Sources */, + DB6812519393F84E544D2D53B0B793C0 /* ConstraintMakerRelatable.swift in Sources */, + CA030F0CF75F91C1773D748DE330B4BD /* ConstraintMakerRelatable+Extensions.swift in Sources */, + B0F16AA767013FBBB46931C2819036E3 /* ConstraintMultiplierTarget.swift in Sources */, + D1794F9D9799A09CA1BBBD943BFCFA7A /* ConstraintOffsetTarget.swift in Sources */, + 4B2409586D18D65F64B1438F37F0867C /* ConstraintPriority.swift in Sources */, + 27498A2C7FD59E8F9B3AEE1405549329 /* ConstraintPriorityTarget.swift in Sources */, + 5626698B2E4C40909EC5602DFEC0D75A /* ConstraintRelatableTarget.swift in Sources */, + 01F1F7693DA90DAA92AFF28EF9AA9E03 /* ConstraintRelation.swift in Sources */, + 828A5351346D3258B5B25F79769D1048 /* ConstraintView.swift in Sources */, + CCC0A981DF63F2D9B0485AB4B6C3B431 /* ConstraintView+Extensions.swift in Sources */, + DAA7A43E48098EF7EDDF159352672879 /* ConstraintViewDSL.swift in Sources */, + DF9F89E4C8D6F72B5316F728E1E3BF5C /* Debugging.swift in Sources */, + E4E3682036798B76F9CBC25F49C6CDBF /* LayoutConstraint.swift in Sources */, + 3F80C1D7BC9601829AED63D721BF0169 /* LayoutConstraintItem.swift in Sources */, + 4AE9A624ADC5CA7E6330CD384EFE4CD7 /* SnapKit-dummy.m in Sources */, + 918EB37DF918CEADEE28693A9EE6D063 /* Typealiases.swift in Sources */, + E82004A92756EFF0D65C29277A800FF9 /* UILayoutSupport+Extensions.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C4652058E4DF2078304201EEF2113DE9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9593,51 +9893,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C60F3F4EA98E4FF9B17B8F6A97B62B48 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7728B76ED928AC7587540FEE0BE3980D /* Constraint.swift in Sources */, - 05270833268494583D6920074FCE2CBD /* ConstraintAttributes.swift in Sources */, - 468759B13956FCF87474540A09952817 /* ConstraintConfig.swift in Sources */, - CA2867742C3F2479DF3E739041AEF731 /* ConstraintConstantTarget.swift in Sources */, - 66A7ACA757E0B6E814C371A9C3CC4828 /* ConstraintDescription.swift in Sources */, - 3A2E1C023CB3C4727BE773626B77BBB1 /* ConstraintDirectionalInsets.swift in Sources */, - AABF3DC7DF10689372AA615D03DA9DFC /* ConstraintDirectionalInsetTarget.swift in Sources */, - E0FAF7C1260A652AAC8D06E824FE3DFC /* ConstraintDSL.swift in Sources */, - 024AA98B00121D9667D1C777C1D71DE9 /* ConstraintInsets.swift in Sources */, - B69CF72805136E1812C4DD14D36571B1 /* ConstraintInsetTarget.swift in Sources */, - FB06F85B476E1E4B3D19EA4799966DD6 /* ConstraintItem.swift in Sources */, - 159FEA28BF94EA9F386C9B63E6369316 /* ConstraintLayoutGuide.swift in Sources */, - 1705CAA12E39B9B91D1BD7650CAA3009 /* ConstraintLayoutGuide+Extensions.swift in Sources */, - 2CB3E09FCB7E080294F5664B4EABCE94 /* ConstraintLayoutGuideDSL.swift in Sources */, - 3BC4CB80F5BFF7D7C5A7B88C2824CBC9 /* ConstraintLayoutSupport.swift in Sources */, - 5A58A1ED6AC294EA3F65053CDCAB2C6C /* ConstraintLayoutSupportDSL.swift in Sources */, - 9463D7E45F0FED09C374998694C847E9 /* ConstraintMaker.swift in Sources */, - B18358F79346BBDCECD8D8050B92C6CC /* ConstraintMakerEditable.swift in Sources */, - 0465EB835860F2D7825A48079A713127 /* ConstraintMakerExtendable.swift in Sources */, - 1673BE89F9976492F1172C196B430B2F /* ConstraintMakerFinalizable.swift in Sources */, - 41459EE95CC38E99AE6A3C039CB78DBB /* ConstraintMakerPrioritizable.swift in Sources */, - F1EB81943B36ABB8EB3322C5EA5013AD /* ConstraintMakerRelatable.swift in Sources */, - 55542DF3923B1577294CB4F256C5D9D3 /* ConstraintMakerRelatable+Extensions.swift in Sources */, - 80785E6691F1F78D1B043BCA12426306 /* ConstraintMultiplierTarget.swift in Sources */, - 27173E1C99B69F0D58B8893247CD962F /* ConstraintOffsetTarget.swift in Sources */, - D38A24C3DDF40A1C9B6C9784F234D349 /* ConstraintPriority.swift in Sources */, - 453CA282E8B6BD662FB3AE2158C06334 /* ConstraintPriorityTarget.swift in Sources */, - 4C82C4208C3EA3DE13F014C1F7D1E467 /* ConstraintRelatableTarget.swift in Sources */, - A0F7312CE467F66CA9412CC9BF06ED00 /* ConstraintRelation.swift in Sources */, - CE300C21C39DEF3FC00260E0C5A4AFBA /* ConstraintView.swift in Sources */, - F5AEDE484501A7E759CB5B5822FE45DD /* ConstraintView+Extensions.swift in Sources */, - BDAE954DC84B6E8AC31109AD8DC8D334 /* ConstraintViewDSL.swift in Sources */, - 1B1B633EDA5F226F9B2847CF23022DCE /* Debugging.swift in Sources */, - DC794F1932A83BE2834B56D0DA98C939 /* LayoutConstraint.swift in Sources */, - E55531ABF6926398EC644282EF0D669A /* LayoutConstraintItem.swift in Sources */, - BEDF074398BFD7DF94A196D3883B0626 /* SnapKit-dummy.m in Sources */, - 919856A9D20F05F74E7034BCB26313B6 /* Typealiases.swift in Sources */, - 4478BAB5080B6B195E5EFEEBBFB83C26 /* UILayoutSupport+Extensions.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C94C048581036D3B6AA1F7FB8E84775C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9750,82 +10005,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D33189EDEFB3138E99E83BD5149121F6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 45BDEE325F985EF8FC1B7DBE96AA34FD /* AnimatedImageView.swift in Sources */, - 0C2D1C8A8F138C1DECC7165DEBB30AA6 /* AuthenticationChallengeResponsable.swift in Sources */, - 10261CB16548E28C871AE58F7FF44A35 /* AVAssetImageDataProvider.swift in Sources */, - EC9D72B3C96E1DE6A9E21AE5C14D2418 /* Box.swift in Sources */, - 7B21B434BABCD594817E3D7A81B0EC0B /* CacheSerializer.swift in Sources */, - E1FDFE7397359EE58A405C3A0E2CDFCA /* CallbackQueue.swift in Sources */, - DECDE2E77B74B844D5CB12773AF468F4 /* CPListItem+Kingfisher.swift in Sources */, - 91933502C0597B78B99EDDB6CEC92FD5 /* Delegate.swift in Sources */, - 72A8E15258D081D36070F2EFE80FDA0E /* DiskStorage.swift in Sources */, - BE167859973E5F383FEB74A80D9D01F7 /* ExtensionHelpers.swift in Sources */, - 4BF15DFA87A4B16CC27A4F9CD8E040AD /* Filter.swift in Sources */, - 9EF6BB46D0771433CE11C02B75DE4AE5 /* FormatIndicatedCacheSerializer.swift in Sources */, - 7F74823CF0BC170B85D5BCD1046385AC /* GIFAnimatedImage.swift in Sources */, - E58167CC7D2E212AD5DDDD236604B13D /* GraphicsContext.swift in Sources */, - 7BBE8DA45E00B0FA0620083B8FA0B261 /* Image.swift in Sources */, - D348712897317534CF3C284C06FEE00D /* ImageBinder.swift in Sources */, - 627988EB223E4105B5840683F769C5CE /* ImageCache.swift in Sources */, - F0B0C25D19CF8777D5225877F3FAA40E /* ImageContext.swift in Sources */, - 53D0DD3116769FE07CFC7ADE43F01964 /* ImageDataProcessor.swift in Sources */, - 918EBE8FA53446D7CF91717FB581A734 /* ImageDataProvider.swift in Sources */, - A6317E0907AB4CC3D67439817FAE57BD /* ImageDownloader.swift in Sources */, - 9234FAFEDAC39C4D42B7572F4F13FE43 /* ImageDownloaderDelegate.swift in Sources */, - B0FE5F5E13999899D057412471C60B59 /* ImageDrawing.swift in Sources */, - 59C5783B784DB34A1CD230CBF50FEEBE /* ImageFormat.swift in Sources */, - 85253A95E62177CF9D61A8D156BCBE08 /* ImageModifier.swift in Sources */, - 99B1A4B9EB89ECF94B4330475EFB5689 /* ImagePrefetcher.swift in Sources */, - 249A5D1671C8D0EA048741AF1C56E7C5 /* ImageProcessor.swift in Sources */, - BADF6C33E1F3588E403CA1D766D39FC9 /* ImageProgressive.swift in Sources */, - DE685E8DEC4100302CC59D017E073C02 /* ImageTransition.swift in Sources */, - C0E36B0F1A30BC55F9AC025171D9C40A /* ImageView+Kingfisher.swift in Sources */, - 94678F445C7F696058B88F7A9B31ECBB /* Indicator.swift in Sources */, - 6B15F7B1F8100DDE600626AB39054501 /* KF.swift in Sources */, - 8B718507527689FA26BC280BDB75FDFF /* KFAnimatedImage.swift in Sources */, - 75A22F9FCEE3CD7FE12BCE3D3AA731AC /* KFImage.swift in Sources */, - C3F15ECD67B67F121651F425D872291F /* KFImageOptions.swift in Sources */, - 2E4FAA9464D464CF2603FCCD05DC7E21 /* KFImageProtocol.swift in Sources */, - 1052FBBB5CC7E4FF4837451F5EF10E33 /* KFImageRenderer.swift in Sources */, - FF980E5F28C2F212129B2C8CC42F2F6F /* KFOptionsSetter.swift in Sources */, - 7682444EE3F5046ADE989E155A284EEE /* Kingfisher.swift in Sources */, - 275F35A4850DFDDCEBF1C0C22C276AB0 /* Kingfisher-dummy.m in Sources */, - 236FED5732BEBF327726EDE3FD4C304E /* KingfisherError.swift in Sources */, - 4149DEA12F831870EBA85E56F508C5EE /* KingfisherManager.swift in Sources */, - 63F2F978029324264D53A77CB4C11FA5 /* KingfisherOptionsInfo.swift in Sources */, - 16D426A77790C3AB232AB445469D615F /* MemoryStorage.swift in Sources */, - 3C8FF04D497B4AC698E2C47A950371BE /* NSButton+Kingfisher.swift in Sources */, - 9BE6FC823B5CB3EA3788A4C32F1D39E4 /* NSTextAttachment+Kingfisher.swift in Sources */, - 93C9F3019A4BF9C45CA3147F8EEB647E /* Placeholder.swift in Sources */, - 1794BC6471BB43DD3FFC2AE3C7037814 /* RedirectHandler.swift in Sources */, - 17CC1C2CF08EF7D5972AB446F165858B /* RequestModifier.swift in Sources */, - 9F5363070A385A4F0D0199982AA28C46 /* Resource.swift in Sources */, - E0C9D73822D5F3DD4B6B5C08DA188295 /* Result.swift in Sources */, - 46154B5C978C40E38F632E84A722340C /* RetryStrategy.swift in Sources */, - 1B14413AC423A8EA118F471367F31900 /* Runtime.swift in Sources */, - 06A2696A1E6E483E9FC0FE492178EFE7 /* SessionDataTask.swift in Sources */, - 785F521281D3701EDDB14472DCB4876F /* SessionDelegate.swift in Sources */, - D5CCF6DB7FA882ECA115965D1BAC4083 /* SizeExtensions.swift in Sources */, - 499AE8C69C3BAAE93EB6AA204B2B6C4B /* Source.swift in Sources */, - 7013B2E9E8A2525163C10D31BF619830 /* Storage.swift in Sources */, - 6823E22620B86DDE95E7871D8007BD2A /* String+MD5.swift in Sources */, - 2586C039EB263BEC783B3443CDC0E01D /* TVMonogramView+Kingfisher.swift in Sources */, - 7862CDF0CC3C4B049C8E4CDA451ED29C /* UIButton+Kingfisher.swift in Sources */, - CD9EAABCA5038D9306C0ACD56A3A7D23 /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DD76AFB898E0CE5F51E81A77220C8E1E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; E0BA59460C979FEC45FD0B83EDEF7621 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -9836,174 +10015,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E1EB6444266FAA3D5056B7BA50147A69 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E4E5A81558349987089F48B24896ED5F /* AddRef.swift in Sources */, - C8049867323D3A7EDE9E39E2246F9806 /* Amb.swift in Sources */, - 7C710235EAEB7ED1C21DC9482A20BF74 /* AnonymousDisposable.swift in Sources */, - 0787D274E0F44F0AFEE264E394A63FF7 /* AnonymousObserver.swift in Sources */, - F33AC6FF109AB468B64627C05536D1D8 /* AnyObserver.swift in Sources */, - 582FFE687F7D0BA7FD06B9BBA94BFCBA /* AsMaybe.swift in Sources */, - FA45F0BCA28AE047F210A67A086730E6 /* AsSingle.swift in Sources */, - 83654F695F940D6B7B244AE48CAB2B2A /* AsyncLock.swift in Sources */, - AF781C8802F46CBA29CE8AD70F2B40DE /* AsyncSubject.swift in Sources */, - 7531AB8F001F8AD0A7691DDAD8D797ED /* AtomicInt.swift in Sources */, - D8C941A6FBC9BBC51F8E9991A43723A6 /* Bag.swift in Sources */, - DE67F2DBD32576906B94DA0F81D6E054 /* Bag+Rx.swift in Sources */, - 1E3F1F8CAD8E1C4F26997685B78BBD26 /* BehaviorSubject.swift in Sources */, - C1CBD7EE47D55D6ED61A28AB50A72BDC /* BinaryDisposable.swift in Sources */, - A7062B54FD5C7AF185BB61DADF92FBEA /* Binder.swift in Sources */, - 9C37B4DAD43F665640DB61A214A57923 /* BooleanDisposable.swift in Sources */, - 0D2C4557F6B5B7671B1A5F1E0C6A7E28 /* Buffer.swift in Sources */, - 0988766B219E4F34E9422486B755B8EC /* Cancelable.swift in Sources */, - 768BAA880F1D969621A04374DB7854DA /* Catch.swift in Sources */, - CF8B43A4421E9DE16D25C1B7B9385ABC /* CombineLatest.swift in Sources */, - ACF3484F2DAB6A3F2DFFF5F889370BF5 /* CombineLatest+arity.swift in Sources */, - 11752C8C2467387DBD491DF37334B28E /* CombineLatest+Collection.swift in Sources */, - 2CA957E86DDEAC22769E60AE07A2B927 /* CompactMap.swift in Sources */, - 068351ADEAB1D821EE0A637D05051647 /* Completable.swift in Sources */, - 50D3A5077F69D392E21AC93A13593F04 /* Completable+AndThen.swift in Sources */, - 359BBAB3F9A40FA490842925C5B4E427 /* CompositeDisposable.swift in Sources */, - 2FCD4F932FAAE7CD8A7B2AC53A9CB7A4 /* Concat.swift in Sources */, - 58360B9BFCF65CB1EFBB3873EB56F9FB /* ConcurrentDispatchQueueScheduler.swift in Sources */, - CC9135EDBA9D84DEF7F495FACE262DD6 /* ConcurrentMainScheduler.swift in Sources */, - 1959CE0EF85451D85EF2F519432A403B /* ConnectableObservableType.swift in Sources */, - D5DA230836405BCBACFE526BB7B9CEC8 /* Create.swift in Sources */, - 1DA222E020C537DB077E2916692EF40B /* CurrentThreadScheduler.swift in Sources */, - A3F9CBE2A6DE24552851F198C752D92C /* Date+Dispatch.swift in Sources */, - E9BB5E151219537A248A181BE380F3CD /* Debounce.swift in Sources */, - 28110BD5743CCA0E56C281AA16E44C86 /* Debug.swift in Sources */, - B58F07921B57632FE68D62443386997D /* Decode.swift in Sources */, - 6662D0EBBF6B81272FC7473551618CC3 /* DefaultIfEmpty.swift in Sources */, - 4B4B54D7FA293257F7AD4D2285BD1B1D /* Deferred.swift in Sources */, - 344F73F29ACF403719077971B5C005D4 /* Delay.swift in Sources */, - B5DCFF5EEA48D7175514B0639C4B8EBC /* DelaySubscription.swift in Sources */, - B9983226FCDFACBDB700D0483007AE02 /* Dematerialize.swift in Sources */, - B5570035F390796484BAE09F15699744 /* DispatchQueue+Extensions.swift in Sources */, - 331E2CAD6DA51F5C5367E1CD17EB6D45 /* DispatchQueueConfiguration.swift in Sources */, - CD0BAEE8810A92343D721F5D3EC2D2D8 /* Disposable.swift in Sources */, - C1B3CDD337EF4F552282DE6242E0085C /* Disposables.swift in Sources */, - 6BA56DF5DEBB747BC314F6A658C21DC4 /* DisposeBag.swift in Sources */, - 9760B3EDECF6751F91C97173F0BD055C /* DisposeBase.swift in Sources */, - FC0972D0DC0D8BE43085F4B759602172 /* DistinctUntilChanged.swift in Sources */, - FF0B3517A4AB7D394BBA7BB726653979 /* Do.swift in Sources */, - 62F29D80BD374DBB0DC1A80CFD1E44E6 /* ElementAt.swift in Sources */, - 88A177C486F3A160B783F66E4EF5C1E9 /* Empty.swift in Sources */, - 4C348248E0AF0A89848D5B0F230F661E /* Enumerated.swift in Sources */, - 850E9557F466337BDC4E92976BA29C4D /* Error.swift in Sources */, - E4CC053D3BA039E7F0398C8284C30778 /* Errors.swift in Sources */, - C94E42387CEC9115FD19FD84D6DB9171 /* Event.swift in Sources */, - 0D51735A3935C3B666B5D3B705612E5D /* Filter.swift in Sources */, - E561CD06D38136B1D649361A380F9354 /* First.swift in Sources */, - 32991484904FD0C17C3977F2B2D1E754 /* Generate.swift in Sources */, - 5A39B661FA21224A9D6CA34CAD3D5FFB /* GroupBy.swift in Sources */, - 543A518F944EE3960CD44E39799C215E /* GroupedObservable.swift in Sources */, - A84FFA69993A0C56A0CE4937BF3C481F /* HistoricalScheduler.swift in Sources */, - 3186FD6387474C159EA30705EC731E63 /* HistoricalSchedulerTimeConverter.swift in Sources */, - 38A33E381DC17E37E33D29E135E034F0 /* ImmediateSchedulerType.swift in Sources */, - B9883CD007BCAA0FD199AFB559736FE6 /* Infallible.swift in Sources */, - B39413405FA4D21C59E891E7DD18DB1E /* Infallible+CombineLatest+arity.swift in Sources */, - 620121029560B277ACB01EDE12428873 /* Infallible+Concurrency.swift in Sources */, - FA2715B8CC15B4FB5B23169F95422C8C /* Infallible+Create.swift in Sources */, - BCEAAD99ABD997F74E300F7B403CCDDC /* Infallible+Operators.swift in Sources */, - DDDD09F19CFD6180ED2E61A9F33B9DA8 /* Infallible+Zip+arity.swift in Sources */, - 3C4C4676B214B4803B9422453FDEBEF9 /* InfiniteSequence.swift in Sources */, - F8FCFD04A95C31EF1EE2E3C130485BDD /* InvocableScheduledItem.swift in Sources */, - 0F21C06546210C678354D75C3BC8542A /* InvocableType.swift in Sources */, - 5E7A464CE33E69850BCE733A7778D05B /* Just.swift in Sources */, - C279F4152AF87F3B0D23FCD471526387 /* Lock.swift in Sources */, - 00624B396C2A2E0E60063640719AA457 /* LockOwnerType.swift in Sources */, - 8B37CC907FC3D81E63891EFFB311D1DA /* MainScheduler.swift in Sources */, - 41059F915B18E0CB45B19BAFC3D68466 /* Map.swift in Sources */, - 09D841FD4F2A0D1F39A692C2DDFA6147 /* Materialize.swift in Sources */, - 24E0B59FA7F0A047A27DE53FB6BE8264 /* Maybe.swift in Sources */, - E958828D3FE22413D88F6BC7134B35E3 /* Merge.swift in Sources */, - FF322AF630095C40D50D480837A90003 /* Multicast.swift in Sources */, - DAC19ECD4ACAB52EDB6B1B8E13A00F6C /* Never.swift in Sources */, - C8D9227AE348E8B791BB5A9DDAE2E182 /* NopDisposable.swift in Sources */, - AD482F2D73E3467B1A5C87937B4F7603 /* Observable.swift in Sources */, - 5819706F842D73572780E43AB818627A /* Observable+Concurrency.swift in Sources */, - 1E61297846D7A69909C47217B93B71D3 /* ObservableConvertibleType.swift in Sources */, - 549041348A1519CA04813ED794CFBB8A /* ObservableConvertibleType+Infallible.swift in Sources */, - 1BE58458BF3CBB08C4462A35923A0BF8 /* ObservableType.swift in Sources */, - 83D67D211FAD416D7164100830513695 /* ObservableType+Extensions.swift in Sources */, - C22E43D97DDDD19604D9677733A5D9CE /* ObservableType+PrimitiveSequence.swift in Sources */, - 96764028EA4DF65930708E58811FB745 /* ObserveOn.swift in Sources */, - 708520028DC4C1C09DCCFD1CCC820278 /* ObserverBase.swift in Sources */, - 003918D36A5765343F1FAB5CD53160AB /* ObserverType.swift in Sources */, - 3FAB59E153214837A0EA3A5394A1208F /* OperationQueueScheduler.swift in Sources */, - C45425D6D8206478E4FF26CC85E4B5CC /* Optional.swift in Sources */, - 11BE6C126EC0BB2F5551407DB20FB4A1 /* Platform.Darwin.swift in Sources */, - 2CB995BCABCF2F967B1ECE98DBC2E09C /* Platform.Linux.swift in Sources */, - 2A95BCE7D67C044F64945FB7FDF57192 /* PrimitiveSequence.swift in Sources */, - 97B7C8CB4BF99A5CD5E485451B31C034 /* PrimitiveSequence+Concurrency.swift in Sources */, - 6D193A3B06F0D5462B18FA01C21AAF5B /* PrimitiveSequence+Zip+arity.swift in Sources */, - 24F0C89809AAC1AD9A1A47DE87EF3C6C /* PriorityQueue.swift in Sources */, - FC0542F9C9CBB5D3177763E8D63354BE /* Producer.swift in Sources */, - 25C1D77E24962464EF1FF16A836B4DFF /* PublishSubject.swift in Sources */, - CBC13ABFF646EADADC26984BDD12023C /* Queue.swift in Sources */, - C0B92C052D177818157423AA97BEEC41 /* Range.swift in Sources */, - 21F866FFDD3ED4A3867A024CAF03DAD7 /* Reactive.swift in Sources */, - 9A700645670F731D3AEE30D578991F3C /* RecursiveLock.swift in Sources */, - 81DF12053E6B37238FD5271CC56D39F2 /* RecursiveScheduler.swift in Sources */, - 0D347F1744785357C1D025A5A8F2CA16 /* Reduce.swift in Sources */, - 87AE439CF35CBCEC88CFCB269A68A0F2 /* RefCountDisposable.swift in Sources */, - 14DA7C4D43B4F0AF25CC428A060D954F /* Repeat.swift in Sources */, - DA1FA0DAE089EC8839345D5DFC5713AB /* ReplaySubject.swift in Sources */, - 71006AA82B83D4166F673C7CBC58B426 /* RetryWhen.swift in Sources */, - 2D0C86B3E6574923AAFED2B2B51751FA /* Rx.swift in Sources */, - 79B9F05D7AFAD2D6775CBC7C549249B6 /* RxMutableBox.swift in Sources */, - 0BF7A7E1CC913AD860D53300D62BDB6A /* RxSwift-dummy.m in Sources */, - 2E96D3740419575C3E1A4EBCA4E57EE9 /* Sample.swift in Sources */, - 24126622F357B27F930CB42F8CE2828F /* Scan.swift in Sources */, - 26CF5124ACB614EE9B8E40496BE66CDB /* ScheduledDisposable.swift in Sources */, - 24790EE6701CFD84EF264644D8954359 /* ScheduledItem.swift in Sources */, - E66599FD249E2518DAA49AC6A21B82B0 /* ScheduledItemType.swift in Sources */, - 1C8CCE9DD6431F5D404A6B513193B95B /* SchedulerServices+Emulation.swift in Sources */, - EAB1BD72439CE2562B93479B029BCA48 /* SchedulerType.swift in Sources */, - 88EBCF3517BBC6B987ACD5C47422F576 /* Sequence.swift in Sources */, - F68DA17CB0DF71E6DF5B3A3E382DAA7C /* SerialDispatchQueueScheduler.swift in Sources */, - 5F1C7258F522482F3A539044593738D1 /* SerialDisposable.swift in Sources */, - 3AD3D29F2CC52A05A56F94C912F1E3E6 /* ShareReplayScope.swift in Sources */, - 30F8E91AA8D3228A5A82067824711B48 /* Single.swift in Sources */, - ACFF7907821CA83DF524AF87F875FFF1 /* SingleAssignmentDisposable.swift in Sources */, - 15B922B1EEA26691B65D36B902409E80 /* SingleAsync.swift in Sources */, - 72E261A6A85538D4C56F4DE869BF0D9A /* Sink.swift in Sources */, - 02822AA5CBC58141D74D1F0EB044D7D4 /* Skip.swift in Sources */, - B1B6CF6A2FA7EB0BA2DE5414F5DF946C /* SkipUntil.swift in Sources */, - F19903143C7FE362917C822235FB7421 /* SkipWhile.swift in Sources */, - 01E69586FB0238A5ADBA53DE1F040D74 /* StartWith.swift in Sources */, - 62A10F5EFEC0F793E9CA8D2B300CF844 /* SubjectType.swift in Sources */, - 17C5A0D12F9BD9AE31B25DE583FDF815 /* SubscribeOn.swift in Sources */, - 4690B5BEF425FE58E310764CBB422CBB /* SubscriptionDisposable.swift in Sources */, - 0E1F41CBC22737D14553E4C726516982 /* SwiftSupport.swift in Sources */, - 12BCB97CB61CAAB9D2904F5855525A28 /* Switch.swift in Sources */, - 5DBA4BCC87AB8C3BEFCA6D21552260A5 /* SwitchIfEmpty.swift in Sources */, - A0940F3076A871A4690B3B5C81CC63CC /* SynchronizedDisposeType.swift in Sources */, - C611EB7B0889F299561603ABC2B2F8A6 /* SynchronizedOnType.swift in Sources */, - C351FD4D753D534C32A90970493C1309 /* SynchronizedUnsubscribeType.swift in Sources */, - 1C72C41FD44D62F3D4DA2F1B3D218B70 /* TailRecursiveSink.swift in Sources */, - 46C84A13FE65FF4521A9C7CFC0253306 /* Take.swift in Sources */, - 5438FFCF831F3BB3B5412D88B073DD37 /* TakeLast.swift in Sources */, - 9F9B7CB3B56A59AC558BC4FEF41613DB /* TakeWithPredicate.swift in Sources */, - 6C05A006EB5DEBEAF2FC010FD0A18A7A /* Throttle.swift in Sources */, - E9426C4776CBC73E58BC3FD5B308D7A8 /* Timeout.swift in Sources */, - 1E7D3862EC665AB79BB541CF6F00801F /* Timer.swift in Sources */, - 13068931BA58ED0F422A6FA105220B84 /* ToArray.swift in Sources */, - 92D1F411EDCD4E94848F2B2B5FE8EC2E /* Using.swift in Sources */, - 938DEBEEAE94B73AEF7E4F300CB237AE /* VirtualTimeConverterType.swift in Sources */, - FC14875E16CD28A3FDB402D6BC00D296 /* VirtualTimeScheduler.swift in Sources */, - E4475EA83B74BF9159D92CE76658DCF7 /* Window.swift in Sources */, - FD681CEF0152D11971E075A5BCB6D1BB /* WithLatestFrom.swift in Sources */, - AEA4B4414A13672F172ABFC829A81A2C /* WithUnretained.swift in Sources */, - 0E950FCAE86D3538201CA74A529883BE /* Zip.swift in Sources */, - D4F903272DBF8085931ED06910171FE4 /* Zip+arity.swift in Sources */, - DF9B302F0871C6124E2F498548C6663B /* Zip+Collection.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; E39C7E13A18B6CB7C69FBA6A9CB6C216 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -10083,6 +10094,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + ED9123D19A1A5FCF8265ED8AF95B5FDD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; F121F9D88EEB7CC5CDC5CBE4B7E8EFE4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -10117,402 +10135,435 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 008201B47FD78C6752D63150E4495290 /* PBXTargetDependency */ = { + 008E096B2E77E5DFFC982B793FBD51D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 1F86044692EA84B8E353E7BA279110AF /* PBXContainerItemProxy */; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = C7E01F71849F394C20D5BE8DE7421478 /* PBXContainerItemProxy */; }; - 032DFE5811233537A2FC60AA876C156C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = 8AE6310D2FF2661F0249136C7C742F6F /* PBXContainerItemProxy */; - }; - 081EEBFF3122F095FDCB02B321C63E60 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 11179C3776B7AB26F4568C0F95CFB6CC /* PBXContainerItemProxy */; - }; - 0F04E208763E1609DB6EC8EE6FFD1144 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = BAC6E8115CB5F679BEF5595816E70610 /* PBXContainerItemProxy */; - }; - 16527DA8401149F66FCBD83CA7BA0FEF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 5FA23FB7E2779DBD0CC1B4D7EF162DBA /* PBXContainerItemProxy */; - }; - 1A71FF1EECA8DB0648C2B2A5C94FC8B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = F4D058FEF7094692A68F0DCE6752C590 /* PBXContainerItemProxy */; - }; - 28819A56DC5FE6EE567937825D41B304 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DDBasicControlsKit_Private-DDBaseViewController"; - target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; - targetProxy = E0587BD7430723D984EC7AC38814328F /* PBXContainerItemProxy */; - }; - 28C483E3B6950870FD1EF7D17380DF5A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 6DD0562415A77EF51A6822E507CA91FC /* PBXContainerItemProxy */; - }; - 2F75967F0B50A7E796D685B37012614E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 8BE7B93DED2069B1ECC2BB9DC072B958 /* PBXContainerItemProxy */; - }; - 3098B636191833D58C0BA6757C3E03B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPush; - target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; - targetProxy = FFEACE3204AF46BFBF41E70F1709E5AE /* PBXContainerItemProxy */; - }; - 358B8028A4AE72FFF2D54E1118E8486E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDProgressHUDKit_Private; - target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; - targetProxy = B7636975CAB457E95AAABBCF14BB8E9D /* PBXContainerItemProxy */; - }; - 373880BF6F00D901615288D3C888E048 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPushExtension; - target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; - targetProxy = 6D95BC6BF8886BB946CEC3FB45F1D204 /* PBXContainerItemProxy */; - }; - 3BBA8E0128B17F5099C1E7328E299A1C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 7CDD5FF8B3DBE68B6AE878378FDD9665 /* PBXContainerItemProxy */; - }; - 446F5DA42D2305A446FCADAFF1CC43F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = FADB2F285A8ADC0FA8D171D8888023A8 /* PBXContainerItemProxy */; - }; - 47AF29951E2109D99F6E6C3C547FDEB6 /* PBXTargetDependency */ = { + 035EA753DF504E0F3F3ABD0D7E98D949 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDCategoryKit_Private; target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = 22EBE1BE3D734C9297335F545B6C608E /* PBXContainerItemProxy */; + targetProxy = 4929704007895A820E839332EFC52DAC /* PBXContainerItemProxy */; }; - 4A07AB06A8D0ABB3B76EE0166C6C840E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAutoUIKit_Private; - target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; - targetProxy = 3FDBEF7FA116B347DB3D3DF266BDB560 /* PBXContainerItemProxy */; - }; - 4B9480B181E7CECF68EDE8CB3E95CABE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = A5EC19151F32DEA9997B6CEE12F15298 /* PBXContainerItemProxy */; - }; - 4D2980DFD79E69581C002D9677D9D931 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 2D6522A07C0827ECC292709E5743449C /* PBXContainerItemProxy */; - }; - 4E4E041A1FECFD18FFB561E6255CB7D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 3FCC2A3CBCACDAF421E62BED3FB1A695 /* PBXContainerItemProxy */; - }; - 4E97FC27DD01CB82A9BFC8DCCCFF11CE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDMAMapKit_Private; - target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; - targetProxy = C93C59643D1B3E19B64686BC51BA169D /* PBXContainerItemProxy */; - }; - 4F690F49032D3ED438F7DF91D0DFCD41 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDToastKit_Private; - target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; - targetProxy = 6CF1AF0D5D1BA7CEB963D80CF28BC39B /* PBXContainerItemProxy */; - }; - 5267574A4C777D5FDBA8729D457ECF2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDLogKit_Private; - target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; - targetProxy = 9DA058F410F1FC421BDD816F39C77D64 /* PBXContainerItemProxy */; - }; - 57F47FB3478C3D8BFE304C0D4EC133C5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = 2C7F926E45E44F4C925E8F2CDF1CBF0A /* PBXContainerItemProxy */; - }; - 5C5B562DE22742375C28389F3D4D552B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 77D9B0C385A96B3C01F03047D756E452 /* PBXContainerItemProxy */; - }; - 5F785DB869732AC2AC35A72B813148DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDControlsKit_Private; - target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; - targetProxy = ECC46590F3997FD572ABE783D10AE786 /* PBXContainerItemProxy */; - }; - 5FEAD49860218CE744445E9CED3F31FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftEntryKit; - target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; - targetProxy = 4A823DF3BDEF65E0A55A12B9965823C4 /* PBXContainerItemProxy */; - }; - 649A494FB94524894D5D9A7D633CCD89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapNavi-NO-IDFA"; - target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; - targetProxy = 71B3CE179E99C0187C84322E7F10D1CE /* PBXContainerItemProxy */; - }; - 6BB8082A5DFB595FC71472E2DFE56951 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaDebug; - target = 0A2E6BA6D5360D619D7CABED3467AA69 /* CocoaDebug */; - targetProxy = C1604209A413EE32B487D8D960D60DBC /* PBXContainerItemProxy */; - }; - 6D3266508913EF96D528F1B3A1B327BE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 1565EC9D0AD439A784F9CBDE29087A07 /* PBXContainerItemProxy */; - }; - 7B1224F1300B0270854465C5FC65D11F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = 03A21B59A800FB3BDC8BD2C0BC48B296 /* PBXContainerItemProxy */; - }; - 7F76D847C836FF890C8D105CC0BFAE00 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = A73DC450372764D28389349C4668ADF7 /* PBXContainerItemProxy */; - }; - 7F9BA7A22B0BA85968F9DDF15094FE00 /* PBXTargetDependency */ = { + 06DC273EC08474A120949684DEA291CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DDNetworkingOfAlamofireKit_Private; target = B68A4B40517CF9B14050FA0A4A618B04 /* DDNetworkingOfAlamofireKit_Private */; - targetProxy = 332967EC52A0475A472421D99BB3BE55 /* PBXContainerItemProxy */; + targetProxy = 11F04D888576B1E076A23F778C5A0932 /* PBXContainerItemProxy */; }; - 84F2C78FD563365132FADBD80A9BB3AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDColorKit_Private; - target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; - targetProxy = CB888540D77F173F7B6ED637CEC9730A /* PBXContainerItemProxy */; - }; - 85E210701407A31AAEA411DD9FD7A705 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 5B42E80CDF16E1A5BBBAF3B83E9C99D7 /* PBXContainerItemProxy */; - }; - 8AA4C609A6755CE947A5781935788F8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 73F2272D8EEA442AF4A376BAB73083BA /* PBXContainerItemProxy */; - }; - 8B68DFAF2316FA5796CD2D25FB136C34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 7AF9D4334B2A28D9CCB57048CC275E7B /* PBXContainerItemProxy */; - }; - 8DC1AFC7EAB6EC8621B3D8767DDB64AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxRelay; - target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; - targetProxy = A223EFAA26C70C47BA3C41941E1C21FF /* PBXContainerItemProxy */; - }; - 91A794987B562B36EEE299A58494C06B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RxCocoa; - target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; - targetProxy = 1E0DB328CC6CCCDC6D56C2B2F865E695 /* PBXContainerItemProxy */; - }; - 91BA5C4F2A92531F32CF2583E2EA45B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapLocation-NO-IDFA"; - target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; - targetProxy = 0837C54715C18800F793A1CFCA8469BE /* PBXContainerItemProxy */; - }; - 92A8C689AFA17B2571133A3FAF10025E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 4D227D4201BC3FB3A36F13ED859FF788 /* PBXContainerItemProxy */; - }; - 92DF17AC136FA3990003CA984C25B83A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = FD5FE5987C226C6ADA0E73968CD3C1ED /* PBXContainerItemProxy */; - }; - 987097C4CE0050A8536056D15E13401D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = 6ADDD21D486E005CD811901B2B59AA13 /* PBXContainerItemProxy */; - }; - 9B686050B3702E78074BF091C7B25808 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = 3431032CB4A10DF43520DC390190801E /* PBXContainerItemProxy */; - }; - A1B55DD99824428B91A5B1ECF98046F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapFoundation-NO-IDFA"; - target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = E77FA69D4D688AC47C1CA26E75FFCEDE /* PBXContainerItemProxy */; - }; - A2073EF97AD3591795490647DC795E6F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = BFEABB2BB369A265D3D73EF384C65276 /* PBXContainerItemProxy */; - }; - AA021A594E0489739BCB52B322C614D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = 9E0B76655BB5A1475D8F2A23902DC20B /* PBXContainerItemProxy */; - }; - AFEA5FB96D8DBFE55B3781115F975F79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDBasicControlsKit_Private; - target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; - targetProxy = F8200FB4B6B893343DFBCA3684200E99 /* PBXContainerItemProxy */; - }; - B18B9B44A1A90F9729A5266E5D7F092D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = B2857F9B28DD254D56005E9AE4233146 /* PBXContainerItemProxy */; - }; - BB15D1EA661F13E635453CEB97AC68A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 03E7A53182E7C19CFDA6AAB8972402D2 /* PBXContainerItemProxy */; - }; - BC3EEC9C3E4844CF4F332F75E60B74CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JXCategoryView; - target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; - targetProxy = 9E9541497958EAE300B595C12863B8FD /* PBXContainerItemProxy */; - }; - BCDBF13AE95DE3A2CDD15937AB852BD9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JCore; - target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; - targetProxy = A8A17B3166F06EF8396AC780973C648B /* PBXContainerItemProxy */; - }; - C66B6D69E1F076F0DD1E5A84AF42AB4E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDWebImageKit_Private; - target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; - targetProxy = C28A218B4520C354341E7CC8F41619A0 /* PBXContainerItemProxy */; - }; - C9112FCBA4F3C2555CF4D9ACAA71A370 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDTimerKit_Private; - target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; - targetProxy = 420A50DF68F1E1A2D63D9B7E10A7B71F /* PBXContainerItemProxy */; - }; - CAAF9A41AA453A02AA522863EDF09759 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDFontKit_Private; - target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; - targetProxy = BBA7A696DFE01A354D0A40E51D3F6484 /* PBXContainerItemProxy */; - }; - CBC1F8A03A85317FF2C3E1B22DBC4A30 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JPush; - target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; - targetProxy = DB980FB2245FC16A7B9E31911F9FD952 /* PBXContainerItemProxy */; - }; - CC25E04E7D778C911C7807D80B1C6CD4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDAudioPlayerKit_Private; - target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; - targetProxy = DFDF6F6F6D75D7BCDD3F6FE9B739ACDF /* PBXContainerItemProxy */; - }; - CD2B4B0FCA4DD8F5A9FBA97F23557E45 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDCategoryKit_Private; - target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; - targetProxy = E1403A09053EC26981D6D04B46547F2B /* PBXContainerItemProxy */; - }; - E01813D4CFA85196E70CC0D575ED84A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapTrack-NO-IDFA"; - target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; - targetProxy = 8C8571F1DFAD5CE85EF071F688399DA1 /* PBXContainerItemProxy */; - }; - EBF0385E43B863B424F35C61D03099B5 /* PBXTargetDependency */ = { + 0752C056657DB1FB890A80BF88D827A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "ESTabBarController-swift"; target = 3F83465BA81F6E581B3A431642D2992E /* ESTabBarController-swift */; - targetProxy = 27A8918ACD54A374B79DD0C8DA17C835 /* PBXContainerItemProxy */; + targetProxy = A630161B9AA249CB046D07EDEF7B886A /* PBXContainerItemProxy */; }; - F15A5EC541D0A9D92AA8C4AFF61F7379 /* PBXTargetDependency */ = { + 0E1F772B6891F6B1F18CB16C6FA46396 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RxSwift; - target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; - targetProxy = 2552AFA5610E774F20BC023A279D0DA2 /* PBXContainerItemProxy */; + name = DDAudioPlayerKit_Private; + target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; + targetProxy = E5C2F8CC02674EC7B25507A2C4B8EB26 /* PBXContainerItemProxy */; }; - F18BAC9E0802878CE2336D9493C927D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "AMapSearch-NO-IDFA"; - target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; - targetProxy = 0FA9B62BD7EAE97FF03055F6A878D7E7 /* PBXContainerItemProxy */; - }; - F254C86B796CA34EE709E31503AA85C3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DDZFPlayerKit_Private; - target = 2864923095274ACF5E5F99312F360AEB /* DDZFPlayerKit_Private */; - targetProxy = CB9636091FC3CB38253E1D1A9EA441AE /* PBXContainerItemProxy */; - }; - F7EF7D4ADBB5E4498C2B21ECA6725EEC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 6785F283383F41F09DA1D57CDB7595D2 /* PBXContainerItemProxy */; - }; - FA5E781C37631ED1017D5E1D0B553DD9 /* PBXTargetDependency */ = { + 0E94BB8ABC0C5CCB2CA4678D05DFC4EA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "AMapFoundation-NO-IDFA"; target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; - targetProxy = E1CA1CAC2B26ECA923711114608643ED /* PBXContainerItemProxy */; + targetProxy = 3E0EF32503256EC159E6195FACFB1F01 /* PBXContainerItemProxy */; }; - FE96776C2F90B61C2C1F931557CF9C41 /* PBXTargetDependency */ = { + 0F827450042F8DEFCF5C3181C60C53FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 69E71202046B182170385CFA4A1EA88A /* PBXContainerItemProxy */; + }; + 106D80489FFDE720531F80149AE588D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPush; + target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; + targetProxy = 573A6B2A6C0AA64820AC32516C42BBE4 /* PBXContainerItemProxy */; + }; + 10EB2163E90DE07191172A87B8175C6D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 224800AD175EB0E8C4320BBDDDBD2C00 /* PBXContainerItemProxy */; + }; + 11D087B386BA65CC409DF77D493590E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAutoUIKit_Private; + target = 53463808DD395EFE0C9E0CDCB79A6C0A /* DDAutoUIKit_Private */; + targetProxy = 473AE1AE8BBDDC1CA157F6F3493F6F05 /* PBXContainerItemProxy */; + }; + 1A024990670C44BB6C8680AD330EE334 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDZFPlayerKit_Private; + target = 2864923095274ACF5E5F99312F360AEB /* DDZFPlayerKit_Private */; + targetProxy = B75220E3FF60DF5866B7A6E237EB3B7D /* PBXContainerItemProxy */; + }; + 1D29234DB50A02F06FABCD16817675CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDAudioPlayerKit_Private; + target = E72BE4C94039A951B47CCC942F6B4B8F /* DDAudioPlayerKit_Private */; + targetProxy = 4A9AEA580152E4856FBE0963548DEAE8 /* PBXContainerItemProxy */; + }; + 1E278860CCA90D9B4C3DFF396A7D1EE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 4A8E345B4A2A52CBFCDDA5781D48F1DB /* PBXContainerItemProxy */; + }; + 27383F30FD8CAC19F08453382BF5E414 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 50FF8B0BA1FCBA036DA096DA9A71EFA5 /* PBXContainerItemProxy */; + }; + 28E9CE383AD6D8667655744FEDA804D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 9B50D8AADB7AD8F658CF8F41569AEC99 /* PBXContainerItemProxy */; + }; + 2A1C8476EC64CC08404D5A3763E8B739 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDTimerKit_Private; + target = 79638F3BF2709E118064EF8B13DE3317 /* DDTimerKit_Private */; + targetProxy = A4D99E97603B5303900FFF0E18F3090D /* PBXContainerItemProxy */; + }; + 3019DD409CB64A8EB23E7858732944C0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 2AFF4CF72C749CD48B3F421D85202698 /* PBXContainerItemProxy */; + }; + 31D8956C8A8E43C3F55A6D8A29092924 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = 7A82007FB728C54E1842A3DD4D28FF8D /* PBXContainerItemProxy */; + }; + 33D73907BA455CBA9FCCDBC100843C70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = D14A0275FC10DA9E5F3687C60195E3F9 /* PBXContainerItemProxy */; + }; + 36935C15F1BCF120CB73347345622E97 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 823E53CC262A3E5D4EC394A4CFF47906 /* PBXContainerItemProxy */; + }; + 382B531D9EC0EB7F127249E8DF27F48D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 92D0CBA1A61AD93ABC62B79DA248E7E0 /* PBXContainerItemProxy */; + }; + 38D440170CDDB61D514FCDDAC4C0C658 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPushExtension; + target = 609276B985CD7549B9F1DEE4969208FF /* JPushExtension */; + targetProxy = 960474F146F931D250D69FD733FCB918 /* PBXContainerItemProxy */; + }; + 4CD42D04959EB0D1CA487848DDDF3611 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapNavi-NO-IDFA"; + target = E94C558142469C11984D67CA883BAB1F /* AMapNavi-NO-IDFA */; + targetProxy = 1A57271AFE9C3B419986B97A1F5AB395 /* PBXContainerItemProxy */; + }; + 525A5C04C365BEBE5AB40E613015916A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = C348545FC0BC15ABFC54D14DDCACA297 /* PBXContainerItemProxy */; + }; + 53246ADD3F9FCA58F88144F4A71236A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 23DC76F779FB87B45AE7592E1EBE9F42 /* PBXContainerItemProxy */; + }; + 5583EB0B14B0299A8FC42CF107D96D8A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 62C746DDF984A78F4E6ED9FDC0F682E8 /* PBXContainerItemProxy */; + }; + 600B1F1D972ED173B34FA3701314C01A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = 826587A2300AE4985A5BC716505C1540 /* PBXContainerItemProxy */; + }; + 628B073C74E0898BA648FA947AD1A45D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDFontKit_Private; + target = 8F3F4D8426620E7E4A06FE4BCDB96FDE /* DDFontKit_Private */; + targetProxy = 6310226E658E496BC398C0A850ABB7AD /* PBXContainerItemProxy */; + }; + 62EC727D1283BECED9BE7C4FB265EFE8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = E03098DCE3274BA06F545AE4F554E2EA /* PBXContainerItemProxy */; + }; + 67253A5FE22E23C4120380D0856C1061 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDWebImageKit_Private; + target = 477926D6FB1DCEFB352517A19636405D /* DDWebImageKit_Private */; + targetProxy = 466C5016B9FFD17202DCC2DA8D6FD1D3 /* PBXContainerItemProxy */; + }; + 6BA0BEDC0BB83E232777F2B35D1AEB3A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 6BD9280D49F6656D8FCB7CC56DE08F3D /* PBXContainerItemProxy */; + }; + 7457094FA17459CB8E6167AB37FCA022 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = D9E0DCC01CD9D36EE51A8D270FB16650 /* PBXContainerItemProxy */; + }; + 796581E58695225A9BB0E9DBA5BD8883 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 367A76B2289611AF176120A772E5917C /* PBXContainerItemProxy */; + }; + 7B1D1470EA2DBC89AEE9554B6C8C58D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 0332BF5189B4A00B2A304CFD5D0225B5 /* PBXContainerItemProxy */; + }; + 7BAF5AF4D4494A8400D6939F773E40DF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = DBC984AEA66E1D7B1EADD8174895440A /* PBXContainerItemProxy */; + }; + 7E0E9299BCF6166A0D07BF09FAE8AAE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxSwift; + target = EA9EA43B3B503823EE36C60D9C8A865F /* RxSwift */; + targetProxy = 45EF034BD0BE4E28432D951729D23A1F /* PBXContainerItemProxy */; + }; + 7F61E2CFE58F457FE8951AA345AA7A3C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = D210330C2ABE88C44139A38235F91311 /* PBXContainerItemProxy */; + }; + 857FBFEF731047CDC8ED770D59057111 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JPush; + target = 5FB6AB0A09E7A2F2BE11AD6BAEFD9AED /* JPush */; + targetProxy = DDC0FEBBFEBF3A5D00B9E476DB481D8F /* PBXContainerItemProxy */; + }; + 8A732D56B5503ED454ED97FB3829D778 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDColorKit_Private; + target = BFED7668E8D0960F3873C9C1329EB63F /* DDColorKit_Private */; + targetProxy = AEFA8071700CEE80294EB6C18A3468B6 /* PBXContainerItemProxy */; + }; + 8CDF6A8BD3F578C6C8590B387A904AE6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = 3FFFFB03A72336C6DF39081C53EBA39E /* PBXContainerItemProxy */; + }; + 8CEDE96AE649FDECA3E81F73AD5F7692 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 053723454B4B0A85AEBBC6D9F0DC066E /* PBXContainerItemProxy */; + }; + 8D9CA23F1779FD7F9C7FFB33439A28EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 73661E4D8F0608988400ACA904922C38 /* PBXContainerItemProxy */; + }; + 8EFC48C236F74BF15B991E75ED92EEA8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = A5759FB5D9242798104F5BBF45D4290E /* PBXContainerItemProxy */; + }; + 926CF976907E2642B358EB5C507951D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 336023823BBDA735E9843BBE5790E599 /* PBXContainerItemProxy */; + }; + 930D1E6CE3DDFD48D00642170CB0961D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxCocoa; + target = 7AD0C6DCDC9CEC8A3C7C10C7FEE07BE6 /* RxCocoa */; + targetProxy = AB2BF6D4431CD3DAA04185A829E77E79 /* PBXContainerItemProxy */; + }; + 943177C75D1BFB1CDCF12D49ACF3464C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DDBasicControlsKit_Private-DDBaseViewController"; + target = 5C23965029860967865B3429B5E29092 /* DDBasicControlsKit_Private-DDBaseViewController */; + targetProxy = D268A3A80EFB07DD010AC5928BC63E8A /* PBXContainerItemProxy */; + }; + 975D7B9AD3C5F924D77FD2A9621D2A81 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDLogKit_Private; + target = 26BA8950EBF05410254D54F7EF76D5CE /* DDLogKit_Private */; + targetProxy = 90FF9A43AEE3CCCB44E6D12B46876C69 /* PBXContainerItemProxy */; + }; + 9EF01E29C193C03ACA41F71EF7B3517D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDControlsKit_Private; + target = 035D1842293C4AA08F442FFD899F7F28 /* DDControlsKit_Private */; + targetProxy = B4EE02D19B941FDE1D76C57F2EA2AB3B /* PBXContainerItemProxy */; + }; + A3DA7DC0818CE25157BCF266988B83B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 94443684E999D4EA89515F91C66F5DB0 /* PBXContainerItemProxy */; + }; + ACC50B9FA27C6ABEE331A0E5B9620E41 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JXCategoryView; + target = 8BEAFAA726C1965864B79B4B441AA513 /* JXCategoryView */; + targetProxy = D4AC827A69AC3AE62D32040393EB30C6 /* PBXContainerItemProxy */; + }; + B1C8AC3D8D4A1836A1180FAE8EC9EADD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftEntryKit; + target = FEA6FF0588A91CCD972EDCD698B85647 /* SwiftEntryKit */; + targetProxy = E4EA3691CB8335284678964E48B7D9FC /* PBXContainerItemProxy */; + }; + B2AA40D047717BD3B106EA5E20F119F8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 82254AC6604E451F76B12F0DCB01D97D /* PBXContainerItemProxy */; + }; + B37C038EFAFD7D6E1F9F2FEAB3239F6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaDebug; + target = 0A2E6BA6D5360D619D7CABED3467AA69 /* CocoaDebug */; + targetProxy = E3862D22319B11D9FD2FF61430849C98 /* PBXContainerItemProxy */; + }; + CB1138ADA231B520542C03BA3182F0A2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDCategoryKit_Private; + target = 7B8412F08BD27981DB53CE2C25C19F0A /* DDCategoryKit_Private */; + targetProxy = 8BA87529CE68098CE58AEE2433B95F2A /* PBXContainerItemProxy */; + }; + CE85C764FEBDF96563E013990F95A299 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 985E818DFDF5611A31A5A5F6BA391322 /* PBXContainerItemProxy */; + }; + DDBDE14816223D813E7B195BD3F5F74C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JCore; + target = D504B99928659EA67A1C3A9E981EB8FF /* JCore */; + targetProxy = A6E64B06A190372C11285766E92C5514 /* PBXContainerItemProxy */; + }; + DF727E21E8888F65063A8FF793AC3AAF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = A64382C9CD5149D38092B7CB3EC76F29 /* PBXContainerItemProxy */; + }; + E1B38E041DBAA5D499FEE149637EF19B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDToastKit_Private; + target = CFF5B7CDF57A32781D2AD4CC98E95B29 /* DDToastKit_Private */; + targetProxy = 0FCC057A86676531B5C867569A6E2DFD /* PBXContainerItemProxy */; + }; + EA00846A07E4D32AC43285ED227ACB3B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapTrack-NO-IDFA"; + target = 2160840D78FCB958CABE1B88300E38C5 /* AMapTrack-NO-IDFA */; + targetProxy = 1E30CEDE99AEC6A0BDAA27438A3318FB /* PBXContainerItemProxy */; + }; + EB30B9D9B98892DF50C8B06CF27C96C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 109BDEC5EF8155E6154823C4186DE1E1 /* PBXContainerItemProxy */; + }; + ECE92ABB76E5343E4BF935C9E3B68066 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDMAMapKit_Private; + target = B41F58F2856AB275B4CF75F359937653 /* DDMAMapKit_Private */; + targetProxy = 126B27EAA06A2D1A4533A4315F766A1F /* PBXContainerItemProxy */; + }; + EFB04F5EC4D67264A26982566446574D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDBasicControlsKit_Private; + target = 087B100C5691B6A3C04A45198E6C32F6 /* DDBasicControlsKit_Private */; + targetProxy = 1CA98DF218B953BA00E56F7C17BB3A4A /* PBXContainerItemProxy */; + }; + F3B661571104D1EE75D8E8184BDDD3F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "DDMAMapKit_Private-DDMAMapKit_Private"; target = 6056870867CC4728BCEF2E5EBDD1DCB3 /* DDMAMapKit_Private-DDMAMapKit_Private */; - targetProxy = 0E1F6F402B2D957E8848046B7D0CAAD1 /* PBXContainerItemProxy */; + targetProxy = C567773214B0C04EC7312C2A241A04B7 /* PBXContainerItemProxy */; + }; + F59B6B0B11DA0D874294D4CE311B88B1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DDProgressHUDKit_Private; + target = 387C7767E705FE68450F97CBA4348CC0 /* DDProgressHUDKit_Private */; + targetProxy = 220E864F688FB9842E7A5FB5A34F95CF /* PBXContainerItemProxy */; + }; + F9222946BB8117BB75A56EB79B800577 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RxRelay; + target = 4622BFEF3DC16E8BD15EEFC30D4D0084 /* RxRelay */; + targetProxy = 23C893ABAF19419804C328CCF2A24C99 /* PBXContainerItemProxy */; + }; + FDEDC3EA6515313E1433674E39B671AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 30BAB55DF5DC0CB95AAD7172225A3F40 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 00A7E1418B5BBDF9C813ABB55249C844 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2B0DEFB8D2F6FBD0EB011F49E899B644 /* SnapKit.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 018D720E452377F7AFADDD01046CD345 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0448FF2AB119125D802AC2F5FA6D011F /* CocoaDebug.debug.xcconfig */; + baseConfigurationReference = 20E22C5328C7F70C0FB61AFCBF74C72F /* CocoaDebug.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10537,9 +10588,64 @@ }; name = Debug; }; + 0206A92B90420EB6791BAF337DF2321D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 54C0A45717BE5D3EDBBC3D0646769F67 /* 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; + }; + 02091F8E2EB1B597E859DBFFF78A2A77 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E1CCAA8344FE8309B1C57584F496F841 /* 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; + }; 08DB115CE7F4C5FF3BE8B29587F71FD4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E8A1B69A23A66FA52A4486F2A77B771 /* DDFontKit_Private.release.xcconfig */; + baseConfigurationReference = 6BC3FC36B1FCAF6B3AE9DF1A72D51108 /* DDFontKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10565,9 +10671,63 @@ }; name = Release; }; + 0D6C44D1E9860E3A9825BCA61587355F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4A18B3C62D891861819B8FD1C3B3E765 /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0DF61831B4BAA989BCE52D14904CCFEA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 557E14DD6C2BE7E1BAB2F7B5DD0B1605 /* Pods-OrderSchedulingNotificationService.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 11D56227FCDEFF4EBBE0DE515B30A97B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5525ABEEA14CA4E5AB5FF704970AD83C /* DDProgressHUDKit_Private.release.xcconfig */; + baseConfigurationReference = 26CB9E61C74CBC430AF2D026DC78FA90 /* DDProgressHUDKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10595,7 +10755,7 @@ }; 1217A5FD207A369EC08F200D61302F28 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 47D264E081BE7629EAC9140F4D6C5993 /* AMapSearch-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 7D93102AD19139CC295100C1519DEE8A /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10615,7 +10775,7 @@ }; 123B56BFFEB521A2C49BD4633B53B7A7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4605D951AFC0A203124A569B0958C21 /* AMapTrack-NO-IDFA.release.xcconfig */; + baseConfigurationReference = 9A097310F4318796866465FE844C8C0A /* AMapTrack-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10635,7 +10795,7 @@ }; 1450BF00D614BC5BD29AEBAB30F1298A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6D31330E245C2EA5994F1BBCCFAFC48 /* DDColorKit_Private.release.xcconfig */; + baseConfigurationReference = 66C39227000025CB726335712BBDBE45 /* DDColorKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10663,7 +10823,7 @@ }; 168F88F257BF3076AC5CFF0D000CA9F4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19C8749E52978158169E1C3BF25DDB52 /* DDBasicControlsKit_Private.release.xcconfig */; + baseConfigurationReference = 0136932715C4CCF0B6C3806B07FF54B3 /* DDBasicControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10691,7 +10851,7 @@ }; 188FC488B4497E52A2AD63D9E9A58C6F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9DA42232C932E85BAFD4FF2EEA92DFDF /* DDTimerKit_Private.debug.xcconfig */; + baseConfigurationReference = A70F23F4FEC70D048898E1B67D4DC316 /* DDTimerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10718,7 +10878,7 @@ }; 1AA4002D0330C8EF5B31DF576A7A59F6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 56BF39B3EB093F44FA1AC755EE7FB094 /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 7EAF4355AF50B8EFE862B49C6F298C01 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10744,7 +10904,7 @@ }; 1E1C0DC034CB8D9DDA9B48115E03DD39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B2C1671B93D950380268814B7807A1DE /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 9BCAB6DCC4922AB7E59B39635F513584 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10769,9 +10929,28 @@ }; name = Debug; }; + 1E41317EDC8E54E251788684BA7F448E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0136932715C4CCF0B6C3806B07FF54B3 /* DDBasicControlsKit_Private.release.xcconfig */; + buildSettings = { + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IBSC_MODULE = DDBasicControlsKit_Private; + INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = DDBaseViewController; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 1E5970583A4B8409CA1869CC05736093 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1B057FB28F622C52D92272EC7216BA4F /* DDWebImageKit_Private.release.xcconfig */; + baseConfigurationReference = E3E5A45A74495B2FEA203BCEEA09A0CD /* DDWebImageKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10797,61 +10976,9 @@ }; name = Release; }; - 1F7428949022EE44FEA40EE337383E43 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4886FF587087342F26AE037DBFBF90D6 /* 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/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) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 21DF2B800B6C1129F0CA39B4F82D8E18 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EB0F3BF52463BB59CBA61B7FFD59D226 /* Pods-OrderSchedulingNotificationService.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 236308304D4140A59E416ED9AF9CF176 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 28B9E3EAC7A6B0D0D40B66514615C6A3 /* AMapLocation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = BD486DFB084082FD3A14093CE65E341F /* AMapLocation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10871,7 +10998,7 @@ }; 2384B389FE9C559487EAAF74FBF2B839 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69F7D752E9CB3E474A618873D9726AE5 /* JPush.release.xcconfig */; + baseConfigurationReference = B1E55E4136F9B5EF32A907439199DD7D /* JPush.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10889,9 +11016,9 @@ }; name = Release; }; - 24829BA88369299220FE7C36BD47B55F /* Debug */ = { + 256926DE7611237FD63980885490336F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F7251723673525D2D0FD7FD55BDA311 /* DDCategoryKit_Private.debug.xcconfig */; + baseConfigurationReference = 4AE55287C9BF41D245C27DB0AA035A21 /* Kingfisher.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10899,14 +11026,14 @@ "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; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDCategoryKit_Private; - PRODUCT_NAME = DDCategoryKit_Private; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -10918,7 +11045,7 @@ }; 263B2806AAE5C1D7D48C043A3FCCC728 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF5287D098DA990C2E2B7E780134AF60 /* JPushExtension.release.xcconfig */; + baseConfigurationReference = 11D42ADCDD4B06BB46ADB474D341EFFA /* JPushExtension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10939,7 +11066,7 @@ }; 2774D786BC2717CFCFF207AB6F982889 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 681863C9CF361BD9A43CF4E005C4CD13 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = 6651F8D32DD20125701E5BC2C911CCC0 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10967,7 +11094,7 @@ }; 2AE5AF3FD2DFDCD43CC42B444D3685F9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8FB301939C9BC99F272793DB3EA9A39E /* DDTimerKit_Private.release.xcconfig */; + baseConfigurationReference = 3BEFD53C17D48B56061198A761955C21 /* DDTimerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -10995,7 +11122,7 @@ }; 2B195AAB226B108EA239780A82482E05 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 620DF70E8F0EAE8273F6EE3FBC6C4DDF /* DDControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = 10CF5B11D463539F70C46F6573D0D74F /* DDControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11022,7 +11149,7 @@ }; 2B36F70CE1C1C6501F373FCE4126DC6E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3EE95830DF547E9583DE5E91FEE8B4C2 /* DDFontKit_Private.debug.xcconfig */; + baseConfigurationReference = DF9C91934C68AADEA2A55B4D3995AB09 /* DDFontKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11047,9 +11174,63 @@ }; name = Debug; }; + 366FA3E90FFD6AF412AF1A11A43CD9A4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D4C37F72CDA9B053B65FE852E1FD56F1 /* DDAudioPlayerKit_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/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDAudioPlayerKit_Private; + PRODUCT_NAME = DDAudioPlayerKit_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; + }; + 3948ABF9C84C3927F7B074287B59FE65 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5963D4F97A62AEB0B3A63F1387BC63DF /* 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/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) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 4056C9A08E35ACD5BBC3D37087CDAFA1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5266A14A900C54DF06D3B78688812743 /* DDMAMapKit_Private.debug.xcconfig */; + baseConfigurationReference = FF98B515C0B18E33BEFE2A432DB587F0 /* DDMAMapKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11074,9 +11255,37 @@ }; name = Debug; }; + 4261FA1EF063A6AA3A06E3AE9FD0ACE3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5CE8EA1DD0BABB5457C9D7B1844E9039 /* SnapKit.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SnapKit; + PRODUCT_NAME = SnapKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 42A9DE01C961F294E9E65F606C83F895 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AEB8F30EC772AD200F59854D2F954B8 /* JXCategoryView.debug.xcconfig */; + baseConfigurationReference = F48E7294138DCC0C0BFD27F78B985A8F /* JXCategoryView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11102,7 +11311,7 @@ }; 45C0D4101B0105F3C514D259CC801DD3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 65EF2A8EC65839B3B41245C149B6004E /* ESTabBarController-swift.debug.xcconfig */; + baseConfigurationReference = 9E2FECC4CA39DDFF47B939CF0E25018C /* ESTabBarController-swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11128,7 +11337,7 @@ }; 4672A4BF14B52FE4E6C61D2CBB58D572 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D9BA6A30CA49498A02A6B234BE553FB /* AMapNavi-NO-IDFA.release.xcconfig */; + baseConfigurationReference = DBAEF9E5CAF4F09FBE896EC999AC57D9 /* AMapNavi-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11146,9 +11355,35 @@ }; name = Release; }; + 4BE05EEF700EB7AC89544C6161CB6EE7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7C8B349705B1FF2965B1BF61D9310893 /* 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; + }; 4BEBBC249728A8B650356245E4D06440 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B28544516F9DCC5D5847C47B89F78FA2 /* ESTabBarController-swift.release.xcconfig */; + baseConfigurationReference = A33209C0130DECE0027C108CEA65A867 /* ESTabBarController-swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11175,7 +11410,7 @@ }; 4CC525C242059F4A3430F9AFF805AAE2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA0A65EC7B037CEBA8B5D406D2D4DEA7 /* Pods-OrderScheduling.debug.xcconfig */; + baseConfigurationReference = 59674970B62822EFA2C4AC8E4499CDF1 /* Pods-OrderScheduling.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -11199,7 +11434,7 @@ }; 4CF76FC539B56458805962023BA6E490 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C607891B0BC82BA5A24B7D97B06048F5 /* DDZFPlayerKit_Private.debug.xcconfig */; + baseConfigurationReference = 07D911C5EC5CAFAF0016ECBBB70D3CA7 /* DDZFPlayerKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11226,7 +11461,7 @@ }; 4D70571EBB2A5ADDB6D08E86FCEA1D56 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F625452479BE8DD7819DD032EBFE333F /* DDAutoUIKit_Private.release.xcconfig */; + baseConfigurationReference = 80E0D3A963F9D29A4F7336164094C723 /* DDAutoUIKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11254,7 +11489,7 @@ }; 50B6850C2A42BD18CE8F884CDAE761E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BCCC2AA9FC6F26EB4A71C93D76CC2FB7 /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 1695BA5361514936CCF5C2ED5F9096E2 /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11281,7 +11516,7 @@ }; 51D20D1EB1E2372322A459D47077BFD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 59E8D33B939E8C3C48C63E7D53976129 /* JXCategoryView.release.xcconfig */; + baseConfigurationReference = 0A3281D4376C0BA9B4F903A1FCB39C4F /* JXCategoryView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11306,64 +11541,9 @@ }; name = Release; }; - 53478911F27964B8AAEB5C8B2BD83B1F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F9AA0992507E3F69477B65B8AE1D4D1E /* DDAudioPlayerKit_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/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDAudioPlayerKit_Private; - PRODUCT_NAME = DDAudioPlayerKit_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; - }; - 55603F16E4C6AF04A3E3C76C07C03C2C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F7504D91F1FE354F884211F03513A3E9 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 55D69FAAE9CCBBAED1163854F0161EDB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5E34799D6AD4239261D94D94048D8C2B /* AMapFoundation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 9DCAA032F2E6C410632B76C47B2D9A23 /* AMapFoundation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11379,9 +11559,36 @@ }; name = Debug; }; + 59F1B270B6693A3B5207C9AF35469EA7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 92E73552242326CA44259D3F3C91251D /* 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; + }; 5A6220AD7DA9D160794FE6BF8FD205E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 325B30380D5C72F7F127B8CAE5EBBD48 /* SwiftEntryKit.release.xcconfig */; + baseConfigurationReference = 7EC4E2D3CD59B3C40D75E5FDFBA299BC /* SwiftEntryKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11406,37 +11613,54 @@ }; name = Release; }; - 603C1C3040A1730E0570E294C5185DCB /* Release */ = { + 631A16A0F1B9A42EB6C9D02B08B09280 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFEF8BD2165CCAA0515EF0DD78713060 /* SnapKit.release.xcconfig */; + baseConfigurationReference = 73532F6F55E524D1BB6EABBEA9D20ABA /* RxRelay.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; DEVELOPMENT_TEAM = W4SG324NS4; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; + 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 = SnapKit; - PRODUCT_NAME = SnapKit; + 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.0; + SWIFT_VERSION = 5.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; + 6653D635C328A75EA9822F586F8F09A6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FF98B515C0B18E33BEFE2A432DB587F0 /* 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; + }; 675A29F53BE9906959F37FEE1EE61428 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 293FD0FF0091E79D0E773974C7E681FE /* DDControlsKit_Private.release.xcconfig */; + baseConfigurationReference = F81ADDEF67D8A493E16DA74D89F8DA05 /* DDControlsKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11464,7 +11688,7 @@ }; 683CBD3ED2DF10F90BE5DF8A32678829 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BC632D59BD68D7BD58F3764B61DEC6F8 /* AMapNavi-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 75C6A4DB0EF721F8228C66B851FF2E82 /* AMapNavi-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11482,7 +11706,7 @@ }; 6BFBACFB4B6A8D5381F77CE5DD2C3D31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B69AB0F60AF75225C9AFD77CE8013E81 /* DDColorKit_Private.debug.xcconfig */; + baseConfigurationReference = 8C38B4251CC404ADE2AC855607F5D929 /* DDColorKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11507,9 +11731,37 @@ }; name = Debug; }; + 6DC167DC5FDA652A7CD5DFCCF9203748 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1F6E8D8FB8A6BBB4E56EAFEFC149C2A5 /* 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; + }; 6DF268663C4E2B7742193B9E3287C2D5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F21EBD44736E2BD6DCCB9933EC40AFA /* RxCocoa.debug.xcconfig */; + baseConfigurationReference = 94EE9C826828CEA9A38C02E72E40D7C1 /* RxCocoa.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11535,7 +11787,7 @@ }; 7A099547C7D8436757FBF497CE9C2EA0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A8E86C9C7107E1193EC5E5218691467 /* DDBasicControlsKit_Private.debug.xcconfig */; + baseConfigurationReference = 237D806C45BDA139B53C9EA067CAD8A7 /* DDBasicControlsKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11562,7 +11814,7 @@ }; 7AC3CBE4A0E0DA0F692F0F5D172F9E0E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1B13D9C58360C5DA066ED8022AACF6C6 /* BRPickerView.debug.xcconfig */; + baseConfigurationReference = 4323BC6B76C5E701BEADB68EAABA4C4A /* BRPickerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11588,7 +11840,7 @@ }; 7B6677F218B10F7EDFAE251E01DE5D8B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B4B2662F8699DDD0D5154B01F80C46F /* Alamofire.debug.xcconfig */; + baseConfigurationReference = E0E0809E9431AEB5F322FC60BF7AA967 /* Alamofire.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11615,7 +11867,7 @@ }; 7BD8B011D33F9E7AB4EFDAA942433D92 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E5E283FCA2ECF0EC15A3059E80203F0E /* AMapFoundation-NO-IDFA.release.xcconfig */; + baseConfigurationReference = FA29C85641582913C61E6A68B684AD20 /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -11633,27 +11885,9 @@ }; name = Release; }; - 8740A1AD983BDDF1B4E22D766AC5361B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5266A14A900C54DF06D3B78688812743 /* 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; - }; 8B0922DFE05FA8A9083B9EDCB342469C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 81FFAAE514B693FE02A029AF4E644094 /* Pods-OrderScheduling.release.xcconfig */; + baseConfigurationReference = 9736E4468AB07C78820C972493704484 /* Pods-OrderScheduling.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -11743,9 +11977,27 @@ }; name = Debug; }; + 8EDC3A9B51E51EA6DB9EBFCF8E2AAD70 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 237D806C45BDA139B53C9EA067CAD8A7 /* 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; + }; 8FD1259F570D3832041DE48EDDA60A88 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 036910A977C6625D5FEE274DC2763DA2 /* RxCocoa.release.xcconfig */; + baseConfigurationReference = 9FA1D69B259EB0D669B3D178F916B5CD /* RxCocoa.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11770,36 +12022,9 @@ }; name = Release; }; - 97B40457B39B75FBB9DF17DAFB495712 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0C1779725409CB7336CC76B51231DC13 /* SnapKit.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/SnapKit/SnapKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/SnapKit/SnapKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SnapKit; - PRODUCT_NAME = SnapKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 989A9BF9FB4C9FDBBADFD71F94C3D532 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9DB5D296ED80B51D91DB41F8FEB08F05 /* DDZFPlayerKit_Private.release.xcconfig */; + baseConfigurationReference = EAE7A3966935E88015D5CC5B17D31F09 /* DDZFPlayerKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11889,7 +12114,7 @@ }; 9F81E90A1C804D6307404275E44537C0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7916E7EBFC2EEFFE0004593327077C82 /* DDWebImageKit_Private.debug.xcconfig */; + baseConfigurationReference = A63527A69225C014A669166175506A9F /* DDWebImageKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11916,7 +12141,7 @@ }; 9FAD38770C19858733CE1B6D12FC951C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D9FE3252CF8E8E98B9AB675FEF0AE538 /* CocoaDebug.release.xcconfig */; + baseConfigurationReference = 30D17D46F823929E0F0BF9FB543C01C8 /* CocoaDebug.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11944,7 +12169,7 @@ }; A37C605D5D741F2696E6D94AB23724DD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 356ABE7F25D61387B8A46B5A3317D50C /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = E2B2FC20063D3F6BC9FC03E2F19F08CB /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11969,9 +12194,28 @@ }; name = Debug; }; - B1A5C272537893BF94428BD58A5B2ABA /* Debug */ = { + A68DDBC70B15E3A1BC4F748DA189CA79 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4304C25A731969DAE0A4CB5219CF83DD /* RxSwift.debug.xcconfig */; + baseConfigurationReference = DDA6F8CA6EED9FAB3EAAC870D39F24AD /* DDMAMapKit_Private.release.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; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + B2B80FDCD13BD54D8A1786A6EB2A9276 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0333BD91242AADD1BBEBD06B190C43BD /* RxSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -11995,37 +12239,9 @@ }; name = Debug; }; - B60D947F776B84D9F5B954C1114AEAAF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B4905836302BC9C526F79E6E44A38E04 /* 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; - }; B814FB2831509A875F5991D19F12DF16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C327F9F354ECAD3D31CE69C973C70BA /* AMapSearch-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 818CD09C2E47D832F052F56C7D0E6FA7 /* AMapSearch-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12043,7 +12259,7 @@ }; BB08C4B539660DD738ECC8A0F7F361C1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 39D12C5D8B812324E1C4FEAD076C9E31 /* DDToastKit_Private.release.xcconfig */; + baseConfigurationReference = 357270646D138BAB6650D35F5324FFE3 /* DDToastKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12071,7 +12287,7 @@ }; C6210F5502E378DCC269A81023F69818 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48011C5CE9D9ACF014FEA5B6761F88E6 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; + baseConfigurationReference = 1F32621CCC408AB8876BBF64FB02E932 /* DDNetworkingOfAlamofireKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12097,36 +12313,9 @@ }; name = Release; }; - CA463F6992837E8014250B04B3C017C7 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E1D923FE2C62FA9C9EA0908615CB317F /* 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; - }; CE54F30C8AC3B30DE83C021DAD11FC16 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2DFD157A69FA887263CCFBECF788059E /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; + baseConfigurationReference = 54982D6714EC3592014628B81B95EC53 /* DDNetworkingOfAlamofireKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12151,111 +12340,9 @@ }; name = Debug; }; - D034A9C5DAB68DCE90EA198100BA48BD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B7FA87BA5AD0A823A011F98A5BA4C2A2 /* 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; - }; - D160D9F5D83B8D3EDD6D1856D4FAD645 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F19B2B925BFFA8AE3E6612BC2138BD9A /* DDMAMapKit_Private.release.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; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - D5469563CD8D279A4ACE79512FFE8C06 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7BA7283E37F5D7B60EC55AA8AEA5B0E /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Kingfisher/Kingfisher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DB1E3A452A55BE661C57318B2F3B6B9C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 215CC79531E391F07DE015AA33CFB2E8 /* 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; - }; DBFFC56B728D16C6C272566779546587 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C86E3F1BE15F9CC036B382A36B709505 /* SwiftEntryKit.debug.xcconfig */; + baseConfigurationReference = C92001B1343DFE60A8B4E670E09F7BE9 /* SwiftEntryKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12281,7 +12368,7 @@ }; E18EABAD3559E7870ACB23A6E827F568 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 885FFAA1764402617037B5AA367DE979 /* DDAutoUIKit_Private.debug.xcconfig */; + baseConfigurationReference = 19911536A66A5FA32ED6936970F5C743 /* DDAutoUIKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12308,7 +12395,7 @@ }; E1C65DE8F4F23842AA0F405DC5C69B40 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8F871014922D06C041EC71AEA9699782 /* DDProgressHUDKit_Private.debug.xcconfig */; + baseConfigurationReference = E7633C3400A9EEF0948B0174D798B4FE /* DDProgressHUDKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12333,9 +12420,37 @@ }; name = Debug; }; + E35415E9AE04B0E71C5EF35C94BFC9EA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA37F8C0D07127799D9D4C7C45DB11AB /* DDAudioPlayerKit_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/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DDAudioPlayerKit_Private; + PRODUCT_NAME = DDAudioPlayerKit_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; + }; E3BA6719677585798F31ED882B465DD5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 196CEE3BC2C8C654CC23EB302CC90FF4 /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = A2AF7E2091175094274B4DD9159EC881 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12363,7 +12478,7 @@ }; E8CC80B981BA9D610A822A6585C07877 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52764AB3C28A4EE27E126C7FC5F6CAA7 /* JPush.debug.xcconfig */; + baseConfigurationReference = DEFD9FE032C87D74A258415C843C4917 /* JPush.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12381,7 +12496,7 @@ }; E91B4021938A8B461D0614ACC1713BC8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 201001FE2E7F75470A9C5261EB1737A2 /* JPushExtension.debug.xcconfig */; + baseConfigurationReference = 21B29053F38D28F85EB760D090B61FE3 /* JPushExtension.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12398,50 +12513,9 @@ }; name = Debug; }; - EA3FBB56F24FD6223E2B9A39F84A8BE0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6A8E86C9C7107E1193EC5E5218691467 /* 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; - }; - EA6F596A805B5304331836E552C799FC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 692452B23E23868F4835C510A3A76925 /* Pods-OrderSchedulingNotificationService.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; EAC5735B08F77CE3FF9950C3D1D625C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C4B150163A03FA8CDC2BC2AAD859E1A0 /* JCore.release.xcconfig */; + baseConfigurationReference = C7A7EC3718D741434C70C92B255FE6D7 /* JCore.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12459,28 +12533,9 @@ }; name = Release; }; - ED275604D0AEA0706BA1792F663A2118 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 19C8749E52978158169E1C3BF25DDB52 /* DDBasicControlsKit_Private.release.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DDBasicControlsKit_Private"; - DEVELOPMENT_TEAM = W4SG324NS4; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - IBSC_MODULE = DDBasicControlsKit_Private; - INFOPLIST_FILE = "Target Support Files/DDBasicControlsKit_Private/ResourceBundle-DDBaseViewController-DDBasicControlsKit_Private-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = DDBaseViewController; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) RELEASE"; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; F134BFC715F0B1147811F69747426F2B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8B441F34B32C0868D63E8CC442DAB6E5 /* MJRefresh.release.xcconfig */; + baseConfigurationReference = 851B04AF260AC396ED827FD2683E186F /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -12507,7 +12562,7 @@ }; F1522A7504B2EA021FC6E472D6BD2474 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD55F60859DCBCCD3361042F6A9346C3 /* DDToastKit_Private.debug.xcconfig */; + baseConfigurationReference = CEEA8196BC28DEB4E92D8BB9EFF5CC36 /* DDToastKit_Private.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12532,9 +12587,33 @@ }; name = Debug; }; + F2838F002B5AC984622582FDD4A598E6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E3DD0B6A90531EB8D21F19697C0822FB /* Pods-OrderSchedulingNotificationService.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + DEVELOPMENT_TEAM = W4SG324NS4; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; F2A883F25DE85886520AA99C99672CA8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4224EC3201E37EC5D69A4F316878EEFB /* Alamofire.release.xcconfig */; + baseConfigurationReference = 32B099E5C7778F863F0F0532C7051FCC /* Alamofire.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12562,7 +12641,7 @@ }; F5A7CE690094EBACBEBBFE889EE7C5BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5FB38D3AAE62D1D410AB9ABCA4265157 /* JCore.debug.xcconfig */; + baseConfigurationReference = E9AFF6B954E8A20C6576A04A617904BB /* JCore.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12578,35 +12657,9 @@ }; name = Debug; }; - F6E459DD6987CEB3D588FF7678FA6646 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B340B765E4ED3A42D01B7117C9996B7B /* 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; - }; F8702F41AD6DB674E512911A326CE72B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F19B2B925BFFA8AE3E6612BC2138BD9A /* DDMAMapKit_Private.release.xcconfig */; + baseConfigurationReference = DDA6F8CA6EED9FAB3EAAC870D39F24AD /* DDMAMapKit_Private.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12634,7 +12687,7 @@ }; FA1FAE65A52E3B1F30DF809E59737B44 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B2BE171F72D6DB076BBFF75B97DFAB18 /* AMapTrack-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = 87DE6EFA56AD691CB16F08B99FB74D5E /* AMapTrack-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12650,36 +12703,9 @@ }; name = Debug; }; - FB5B8EC117F9407ED38CFBF222DA7E6D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 08BAC2C5C13F5B859D3365FFF02D0891 /* DDAudioPlayerKit_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/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = Headers/Public/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DDAudioPlayerKit_Private; - PRODUCT_NAME = DDAudioPlayerKit_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; - }; FD836E3A6C6D579666CD9DF57C366625 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3BA278E183408DF0809B958743E87189 /* AMapLocation-NO-IDFA.debug.xcconfig */; + baseConfigurationReference = EC5D49F4A554A4F93786DCCACD70A587 /* AMapLocation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -12725,11 +12751,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 210B829A53D6237B3B0C2ABEE261B2F3 /* Build configuration list for PBXNativeTarget "DDAudioPlayerKit_Private" */ = { + 1C929CD394365FDBF9B65F057E733A1B /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( - FB5B8EC117F9407ED38CFBF222DA7E6D /* Debug */, - 53478911F27964B8AAEB5C8B2BD83B1F /* Release */, + 6653D635C328A75EA9822F586F8F09A6 /* Debug */, + A68DDBC70B15E3A1BC4F748DA189CA79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2EAE20E2243B46EDB441F12B42D381F9 /* Build configuration list for PBXNativeTarget "RxRelay" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4BE05EEF700EB7AC89544C6161CB6EE7 /* Debug */, + 631A16A0F1B9A42EB6C9D02B08B09280 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -12752,6 +12787,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3D144EA05E3675531AE95589A976C623 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 59F1B270B6693A3B5207C9AF35469EA7 /* Debug */, + 0206A92B90420EB6791BAF337DF2321D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3FAEEE8B14360A6349270746D6C01A19 /* Build configuration list for PBXNativeTarget "DDAudioPlayerKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 366FA3E90FFD6AF412AF1A11A43CD9A4 /* Debug */, + E35415E9AE04B0E71C5EF35C94BFC9EA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 474A2CFF5BFEC3819998CB8EC0A5A183 /* Build configuration list for PBXNativeTarget "DDZFPlayerKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12779,24 +12832,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 53DC6BB420A39B891F56EFC5973D7464 /* Build configuration list for PBXNativeTarget "DDMAMapKit_Private-DDMAMapKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8740A1AD983BDDF1B4E22D766AC5361B /* Debug */, - D160D9F5D83B8D3EDD6D1856D4FAD645 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5848F59CA3DDA46F4FB217B5B6C99666 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B1A5C272537893BF94428BD58A5B2ABA /* Debug */, - CA463F6992837E8014250B04B3C017C7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 59907393922477860416EAC73DB2F259 /* Build configuration list for PBXNativeTarget "IQKeyboardManagerSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12896,15 +12931,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 777E5242052457E27C15E47630A814FD /* Build configuration list for PBXNativeTarget "Pods-OrderSchedulingNotificationService" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EA6F596A805B5304331836E552C799FC /* Debug */, - 21DF2B800B6C1129F0CA39B4F82D8E18 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 7BE88F51C12D04DD6C2C75170AD1EA43 /* Build configuration list for PBXNativeTarget "MJRefresh" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12923,15 +12949,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 89A8BB776593B3564187DDF25CE32955 /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1F7428949022EE44FEA40EE337383E43 /* Debug */, - B60D947F776B84D9F5B954C1114AEAAF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 8DF773D073416322325C9016E616A3A6 /* Build configuration list for PBXNativeTarget "ESTabBarController-swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12941,20 +12958,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 97FD3E953B2E469AD748A43EA1CBD588 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + 8FA8491B8620F29B9E77FDBCE9FFB712 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { isa = XCConfigurationList; buildConfigurations = ( - 55603F16E4C6AF04A3E3C76C07C03C2C /* Debug */, - D5469563CD8D279A4ACE79512FFE8C06 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 98B2AC68ED019261CFEBB4B9C05A2355 /* Build configuration list for PBXNativeTarget "DDCategoryKit_Private" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 24829BA88369299220FE7C36BD47B55F /* Debug */, - DB1E3A452A55BE661C57318B2F3B6B9C /* Release */, + 256926DE7611237FD63980885490336F /* Debug */, + 0D6C44D1E9860E3A9825BCA61587355F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -12968,15 +12976,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A986A9C3606A2B5B105CD79531642030 /* Build configuration list for PBXNativeTarget "SnapKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97B40457B39B75FBB9DF17DAFB495712 /* Debug */, - 603C1C3040A1730E0570E294C5185DCB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; AD9CF0130E1F5EB7FF3CA5FA18DECE5F /* Build configuration list for PBXAggregateTarget "JCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -12986,20 +12985,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AF1B5985EF5104F864883BD566B4E47D /* Build configuration list for PBXNativeTarget "RxRelay" */ = { + B0B4EE7F2E199DDAE585DFD34835EF97 /* Build configuration list for PBXNativeTarget "RxSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - F6E459DD6987CEB3D588FF7678FA6646 /* Debug */, - D034A9C5DAB68DCE90EA198100BA48BD /* Release */, + B2B80FDCD13BD54D8A1786A6EB2A9276 /* Debug */, + 02091F8E2EB1B597E859DBFFF78A2A77 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BCD1E485DFBCBF51CEB48E3D307CB0FD /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { + B3E3D9EF3441CC03AF8A2546871D1C5E /* Build configuration list for PBXNativeTarget "SnapKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - EA3FBB56F24FD6223E2B9A39F84A8BE0 /* Debug */, - ED275604D0AEA0706BA1792F663A2118 /* Release */, + 00A7E1418B5BBDF9C813ABB55249C844 /* Debug */, + 4261FA1EF063A6AA3A06E3AE9FD0ACE3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -13013,6 +13012,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + C0EB8B175700EEAA6E39645C214B4FA9 /* Build configuration list for PBXNativeTarget "DDBasicControlsKit_Private-DDBaseViewController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8EDC3A9B51E51EA6DB9EBFCF8E2AAD70 /* Debug */, + 1E41317EDC8E54E251788684BA7F448E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D845ED1ECE9290BF1EF3C7FEAC8B3504 /* Build configuration list for PBXNativeTarget "DDProgressHUDKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -13031,6 +13039,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + DD9BBFA2E57CB305710EE4DADB39989F /* Build configuration list for PBXNativeTarget "DDLogKit_Private" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3948ABF9C84C3927F7B074287B59FE65 /* Debug */, + 6DC167DC5FDA652A7CD5DFCCF9203748 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E510CD68431D85FDF99E15140751BE79 /* Build configuration list for PBXNativeTarget "Pods-OrderSchedulingNotificationService" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F2838F002B5AC984622582FDD4A598E6 /* Debug */, + 0DF61831B4BAA989BCE52D14904CCFEA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; E9B6FB79B1079F13978F1B4A855D0566 /* Build configuration list for PBXNativeTarget "DDWebImageKit_Private" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.debug.xcconfig b/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.debug.xcconfig index 57a60f0..cb6d832 100644 --- a/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.debug.xcconfig +++ b/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.debug.xcconfig @@ -1,3 +1,4 @@ +APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 diff --git a/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.release.xcconfig b/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.release.xcconfig index 57a60f0..cb6d832 100644 --- a/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.release.xcconfig +++ b/Pods/Target Support Files/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.release.xcconfig @@ -1,3 +1,4 @@ +APPLICATION_EXTENSION_API_ONLY = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown index 281c5e2..0d33f08 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.markdown @@ -1,6 +1,29 @@ # Acknowledgements This application makes use of the following third party libraries: +## DDAudioPlayerKit_Private + +Copyright (c) 2023 DDIsFriend + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## JCore Copyright jpush.cn diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist index 8fce2ac..cf04610 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-acknowledgements.plist @@ -12,6 +12,35 @@ Type PSGroupSpecifier + + FooterText + Copyright (c) 2023 DDIsFriend <DDIsFriend@163.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + DDAudioPlayerKit_Private + Type + PSGroupSpecifier + FooterText Copyright jpush.cn diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-umbrella.h b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-umbrella.h new file mode 100644 index 0000000..e809457 --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_OrderSchedulingNotificationServiceVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_OrderSchedulingNotificationServiceVersionString[]; + diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig index 0ea0269..ee18d2d 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.debug.xcconfig @@ -2,11 +2,14 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" "${PODS_ROOT}/JPushExtension" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/CocoaDebug" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" -OTHER_LDFLAGS = $(inherited) -ObjC -l"JCore" -l"JPush" -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "UserNotifications" +LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" /usr/lib/swift +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"DDAudioPlayerKit_Private" -l"JCore" -l"JPush" -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "UserNotifications" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.modulemap b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.modulemap new file mode 100644 index 0000000..033adaa --- /dev/null +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.modulemap @@ -0,0 +1,6 @@ +module Pods_OrderSchedulingNotificationService { + umbrella header "Pods-OrderSchedulingNotificationService-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig index 0ea0269..ee18d2d 100644 --- a/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig +++ b/Pods/Target Support Files/Pods-OrderSchedulingNotificationService/Pods-OrderSchedulingNotificationService.release.xcconfig @@ -2,11 +2,14 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JCore" "${PODS_ROOT}/JPush" "${PODS_ROOT}/JPushExtension" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRPickerView" "${PODS_ROOT}/Headers/Public/CocoaDebug" "${PODS_ROOT}/Headers/Public/DDBasicControlsKit_Private" "${PODS_ROOT}/Headers/Public/DDCategoryKit_Private" "${PODS_ROOT}/Headers/Public/DDLogKit_Private" "${PODS_ROOT}/Headers/Public/DDMAMapKit_Private" "${PODS_ROOT}/Headers/Public/DDProgressHUDKit_Private" "${PODS_ROOT}/Headers/Public/DDTimerKit_Private" "${PODS_ROOT}/Headers/Public/DDWebImageKit_Private" "${PODS_ROOT}/Headers/Public/DDZFPlayerKit_Private" "${PODS_ROOT}/Headers/Public/JXCategoryView" "${PODS_ROOT}/Headers/Public/MJRefresh" "${PODS_ROOT}/Headers/Public/RxCocoa" "${PODS_ROOT}/Headers/Public/ZLPhotoBrowser" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension/Headers" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" -OTHER_LDFLAGS = $(inherited) -ObjC -l"JCore" -l"JPush" -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "UserNotifications" +LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JCore" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPush" "${PODS_XCFRAMEWORKS_BUILD_DIR}/JPushExtension" /usr/lib/swift +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"DDAudioPlayerKit_Private" -l"JCore" -l"JPush" -l"JPushExtension" -l"resolv" -l"z" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "AppTrackingTransparency" -weak_framework "UserNotifications" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private/DDAudioPlayerKit_Private.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DDAudioPlayerKit_Private" USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES